/* COMMON */
@font-face {
	font-family: 'Montserrat Light';
	font-weight: 300;
	font-display: block;
	src: local('☺'), url('https://vacagent.net/fonts/montserrat-light.woff2') format('woff2'), url('https://vacagent.net/fonts/montserrat-light.woff') format('woff'), url('https://vacagent.net/fonts/montserrat-light.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat Regular';
	font-weight: 400;
	font-display: block;
	src: local('☺'), url('https://vacagent.net/fonts/montserrat-regular.woff2') format('woff2'), url('https://vacagent.net/fonts/montserrat-regular.woff') format('woff'), url('https://vacagent.net/fonts/montserrat-regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Montserrat Semibold';
	font-weight: 600;
	font-display: block;
	src: local('☺'), url('https://vacagent.net/fonts/montserrat-semibold.woff2') format('woff2'), url('https://vacagent.net/fonts/montserrat-semibold.woff') format('woff'), url('https://vacagent.net/fonts/montserrat-semibold.ttf') format('truetype');
}

body {
	font-family: 'Montserrat Regular';
	background-color: #F6F5F2;
	color: #21293E;
}
a {
	color: #21293E;
	font-weight: 600;
}
	a:hover {
		color: #21293E;
		opacity: 80%;
		text-decoration: none;
	}
p {
	letter-spacing: 0.5px;
}
/* -------------------- */
#main {
	position: relative;
	overflow: hidden;
}
#page-content {
	position: relative;
	z-index: 1;
}
#page-content.nav-open,
#page-content.thank-open {
	filter: blur(10px);
}
/* -------------------- */
section {
	position: relative;
}

@media screen and (min-width: 1200px) {
	section {
		padding-right: 45px;
		padding-left: 45px;
	}
}
@media (min-width: 576px) and (max-width: 1199px) {
	section {
		padding-right: 45px;
	}
}
@media screen and (max-width: 575px) {
	section {
		padding-right: 40px;
	}
}
/* -------------------- */
.container-fluid {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 5;
}
/* -------------------- */
.black-block {
	background-color: #141C25;
	padding-bottom: 100px;
	padding-top: 100px;
	color: #F6F5F2;
}

@media screen and (max-width: 767px) {
	.black-block {
		padding-bottom: 60px;
		padding-top: 60px;
		text-align: center;
	}
}
/* -------------------- */
.in_center {
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		 -o-transform: translate(-50%, -50%);
  				transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
}
.top_center {
	-webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		 -o-transform: translateY(-50%);
  				transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  top: 50%;
}
.left_center {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		 -o-transform: translateX(-50%);
  				transform: translateX(-50%);
  position: absolute;
  z-index: 1;
  left: 50%;
}
/* -------------------- */
p:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
	p {
		margin-bottom: 30px;
		line-height: 30px;
		font-size: 16px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	p {
		margin-bottom: 25px;
		line-height: 25px;
		font-size: 18px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	p {
		margin-bottom: 25px;
		line-height: 25px;
		font-size: 16px;
	}
}
/* END */





/* THANK WINDOW */
#seolight {
	position: fixed;
	z-index: 999999;
	display: none; 
	height: 100%;
	width: 100%; 
	left: 0;
	top: 0;
}
.text-seolight {
	box-shadow: -3px 30px 30px -6px rgba(22, 28, 36, 0.1);
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		 -o-transform: translate(-50%, -50%);
  				transform: translate(-50%, -50%);
	background: #F6F5F2;
	padding: 90px 30px;
	text-align: center;
	max-width: 870px; 
	position: fixed; 
	z-index: 999;
	width: 90%;
	left: 50%;
	top: 50%;
}
.thanks-icon {
	background-color: #E6F3E9;
	border: 1px solid #0B9239;
	justify-content: center;
	margin: 90px auto 0;
	align-items: center;
	position: relative;
	border-radius: 50%;
	display: flex;
	height: 100px;
	width: 100px;
	flex: none;
}
.thanks-icon .icon {
	background: url(https://vacagent.net/img/form-checked-icon.svg) center no-repeat;
	background-size: cover;
	position: relative;
	display: block;
	height: 24px;
	width: 24px;
	z-index: 10;
	flex: none;
}
/* THANK WINDOW */





/* BUTTONS */
a, .btn, .anim, ::after, ::before {
	-webkit-transition: all .5s;
		 -moz-transition: all .5s;
			-ms-transition: all .5s;
			 -o-transition: all .5s;
					transition: all .5s;
}
a:focus,
button:focus {
	outline: none!important;
}
/* -------------------- */
.checkbox {
	position: relative;
	margin-bottom: 40px;
	padding: 0;
}
.checkbox input[type="checkbox"] {
	position: absolute;
	cursor: pointer;
	height: 100%;
	width: 100%;
	z-index: 4;
	opacity: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.checkbox label {
	align-items: center;
	padding-left: 50px;
	position: relative;
	line-height: 30px;
	min-height: 30px;
	font-size: 16px;
	cursor: pointer;
	margin: 0 auto;
	color: #73777C;
	display: flex;
}
.checkbox label.error {
	padding-left: 50px;
}
.checkbox label.anim::after {
	background: url(https://vacagent.net/img/checkbox-bg.svg) center no-repeat;
	background-size: cover;
	position: absolute;
	cursor: default;
	height: 30px;
	width: 30px;
	content: '';
	left: 0;
	top: 0;
}
.checkbox input[type="checkbox"].valid + label.anim::after,
.checkbox input[type="checkbox"]:checked + label.anim::after,
.checkbox input[type="checkbox"].valid + label + label.anim::after {
	background: url(https://vacagent.net/img/checkbox-checked-bg.svg) center no-repeat;
	background-size: cover;
}
.checkbox label.anim a {
	text-decoration: none;
	position: relative;
	color: #5587C2;
	z-index: 5;
}
.checkbox label.anim a:hover {
	opacity: 0.6;
}
/* -------------------- */
.btn {
	background-color: transparent;
	display: inline-flex;
	align-items: center;
	flex-wrap: nowrap;
	padding: 0;
	padding-right: 27px;
	border: 0;
}
.btn:hover {
	padding-right: 0;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
.btn-icon {
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
	margin-right: -7px;
	display: flex;
	height: 100px;
	width: 100px;
	flex: none;
}
.btn:hover .btn-icon {
	margin-right: 20px;
}
.btn-icon::after,
.btn-icon::before {
	position: absolute;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	content: '';
}
.btn-icon::after {
	background: url(https://vacagent.net/img/btn-border.svg) center no-repeat;
	background-size: cover;
	z-index: 1;
}
.btn:hover .btn-icon::after {
	opacity: 0;
}
.btn-icon::before {
	background-color: #5587C2;
	z-index: 2;
	opacity: 0;
}
.btn:hover .btn-icon::before {
	opacity: 1;
}
.btn-icon .icon {
	position: relative;
	display: block;
	height: 24px;
	width: 24px;
	z-index: 10;
	flex: none;
}
.btn-icon .icon svg {
	height: auto;
	width: 100%;
}
.btn:hover .btn-icon .icon svg path {
	stroke: #fff;
}
.btn-name {
	position: relative;
	font-size: 20px;
	line-height: 1;
	z-index: 5;
}
/* -------------------- */
.valid-form .btn-icon .icon {
	background: url(https://vacagent.net/img/form-checked-icon.svg) center no-repeat;
	background-size: cover;
}
.valid-form .btn-icon .icon svg {
	display: none;
}
.valid-form .btn .btn-icon {
	background-color: #E6F3E9;
	border: 1px solid #0B9239;
	border-radius: 50%;
}
.valid-form .btn .btn-icon::after,
.valid-form .btn .btn-icon::before {
	opacity: 0;
}
.valid-form .btn-name {
	opacity: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
	.btn-icon {
    height: 90px;
    width: 90px;
	}
	.checkbox label {
		padding-left: 35px;
		line-height: 20px;
		min-height: 20px;
		font-size: 16px;
	}
	.checkbox label::after {
		height: 20px;
		width: 20px;
	}
}
@media screen and (max-width: 767px) {
	.btn-icon {
    height: 80px;
    width: 80px;
	}
	.btn-icon .icon {
		width: 22px;
	}
	.checkbox label {
		padding-left: 35px;
		line-height: 20px;
		min-height: 20px;
		font-size: 16px;
	}
	.checkbox label::after {
		height: 20px;
		width: 20px;
	}
}
/* BUTTONS END */





/* FORMS */
.form-group {
	margin-bottom: 40px;
	position: relative;
}
/* -------------------- */
.form-control {
	background-color: transparent;
	border-width: 0 0 1px 0;
	border-color: #9D968C;
	line-height: 30px;
	border-radius: 0;
	font-size: 16px;
	padding: 2px 0;
	color: #21293E;
	height: 36px;
}
.form-control:focus {
  background-color: transparent;
  border-color: #9D968C;
  box-shadow: none;
  color: #21293E;
}
.form-control::-webkit-input-placeholder {
  color: #73777C;
}
.form-control::-moz-placeholder {
  color: #73777C;
}
.form-control:-ms-input-placeholder {
  color: #73777C;
}
.form-control::-ms-input-placeholder {
  color: #73777C;
}
.form-control::placeholder {
  color: #73777C;
}
/* -------------------- */
textarea.form-control {
	height: 185px;
	resize: none;
}
/* -------------------- */
label.error {
	position: absolute;
	font-size: 16px;
	color: #D15E70;
	top: 100%;
}

@media screen and (max-width: 575px) {
	.form-control {
		font-size: 16px;
	}
}
/* FORMS END */





/* CAPTIONS */
	
@media screen and (min-width: 1200px) {
	h1 {
		line-height: 1.4;
		margin: 0 0 40px;
		font-size: 48px;
	}
	h2 {
		line-height: 1.4x;
		margin: 0 0 40px;
		font-size: 36px;
	}
	h3 {
		line-height: 1.4;
		margin: 0 0 30px;
		font-size: 28px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	h1 {
		line-height: 60px;
		margin: 0 0 20px;
		font-size: 40px;
	}
	h2 {
		line-height: 40px;
		margin: 0 0 20px;
		font-size: 30px;
	}
	h3 {
		line-height: 40px;
		margin: 0 0 15px;
		font-size: 24px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	h1 {
		line-height: 40px;
		margin: 0 0 20px;
		font-size: 30px;
	}
	h2 {
		line-height: 35px;
		margin: 0 0 20px;
		font-size: 25px;
	}
	h3 {
		line-height: 30px;
		margin: 0 0 15px;
		font-size: 20px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	h1 {
		line-height: 40px;
		margin: 0 0 20px;
		font-size: 30px;
	}
	h2 {
		line-height: 35px;
		margin: 0 0 20px;
		font-size: 25px;
	}
	h3 {
		line-height: 30px;
		margin: 0 0 15px;
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	h1 {
		line-height: 35px;
		margin: 0 0 20px;
		font-size: 24px;
	}
	h2 {
		line-height: 30px;
		margin: 0 0 20px;
		font-size: 18px;
	}
	h3 {
		line-height: 25px;
		margin: 0 0 15px;
		font-size: 18px;
	}
}
/* CAPTIONS END */





/* HEADER */
.header {
	position: absolute;
	padding: 10px 0;
	z-index: 10;
	top: 10px;
}

@media screen and (min-width: 1200px) {
	.header {
		left: 20px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.header {
		right: 45px;
		left: 0;
	}
}
@media screen and (max-width: 767px) {
	.header {
		right: 40px;
		left: 0;
	}
}
/* -------------------- */
.logo {
	background: url(https://vacagent.net/img/logo-black.svg) left center no-repeat;
	background-size: contain;
	display: block;
	width: 100px;
}

@media screen and (min-width: 1200px) {
	.logo {
		height: 30px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.logo {
		height: 25px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.logo {
		height: 20px;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.logo {
		height: 20px;
	}
}
@media screen and (max-width: 575px) {
	.logo {
		height: 20px;
	}
}
/* HEADER END */





/* NAVBAR */
.nav-button {
	background-color: #171818;
	flex-direction: column;
	padding: 20px 8px;
	position: fixed;
	display: flex;
	width: 40px;
	right: 10px;
	z-index: 10;
	border: 0;
	top: 10px;
}
/* -------------------- */
.nav-button .icon {
	margin: 0 auto 30px;
	position: relative;
	display: block;
	height: 24px;
	width: 24px;
}
.nav-button:hover .icon {
	opacity: 0.7;
}
/* -------------------- */
.nav-button .icon span {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		 -o-transform: translateX(-50%);
  				transform: translateX(-50%);
	background-color: #fff;
	position: absolute;
	border-radius: 2px;
	display: block;
	height: 2px;
	width: 18px;
	left: 50%;
}
/* -------------------- */
.nav-button .icon span:first-child {
	top: 6px;
}
.nav-button.nav-open .icon span:first-child {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
		 -moz-transform: translate(-50%, -50%) rotate(45deg);
  		-ms-transform: translate(-50%, -50%) rotate(45deg);
  		 -o-transform: translate(-50%, -50%) rotate(45deg);
  				transform: translate(-50%, -50%) rotate(45deg);
	left: 50%;
	top: 50%;
}
/* -------------------- */
.nav-button .icon span:last-child {
	top: 16px;
}
.nav-button.nav-open .icon span:last-child {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		 -moz-transform: translate(-50%, -50%) rotate(-45deg);
  		-ms-transform: translate(-50%, -50%) rotate(-45deg);
  		 -o-transform: translate(-50%, -50%) rotate(-45deg);
  				transform: translate(-50%, -50%) rotate(-45deg);
	left: 50%;
	top: 50%;
}
/* -------------------- */
.nav-button-label {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	font-size: 16px;
  color: #fff;
}
/* ---------------------------------------- */
#navigation-block {
	overflow: hidden;
	position: fixed;
	height: 100vh;
	z-index: 5;
	left: 100%;
	bottom: 0;
	right: 0;
	top: 0;
}
#navigation-block.nav-open {
	left: 0;
}
/* ---------------------------------------- */
.navigation-bg {
	background-color: #141C25;
	justify-content: center;
	align-items: center;
	position: absolute;
	padding: 50px 70px;
	overflow: hidden;
	display: flex;
	min-width: 25%;
	z-index: 5;
	bottom: 0;
	right: 0;
	top: 0;
}
/* -------------------- */
.navigation {
	opacity: 0;
}
.nav-open .navigation {
	opacity: 1;
}
/* -------------------- */
.nav-label {
	margin-bottom: 60px;
	line-height: 18px;
	font-size: 12px;
	color: #73777C;
}
/* -------------------- */
.navigation ul {
	margin-bottom: 0;
}
.navigation ul li {
	margin-bottom: 20px;
	line-height: 50px;
	font-size: 28px;
}
.navigation ul li:last-child {
	margin-bottom: 0;
}
.navigation ul li a {
	text-decoration: none;
	white-space: nowrap;
	color: #73777C;
}
.navigation ul li a:hover {
	color: #fff;
}

@media screen and (max-width: 767px) {
	.nav-button {
		padding: 8px;
		bottom: 0;
		right: 0;
		top: 0;
	}
	.navigation-bg {
		padding: 30px 40px;
		left: 15%;
	}
	.nav-label {
		margin-bottom: 30px;
	}
	.navigation ul li {
		margin-bottom: 10px;
		line-height: 30px;
		font-size: 25px;
	}
}
/* END */





/* FOOTER */
#footer {
	background-color: #141C25;
	padding-bottom: 60px;
	padding-top: 60px;
	color: #fff;
}

@media screen and (min-width: 1200px) {
	#footer {
		padding-right: 45px;
		padding-left: 45px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	#footer {
		padding-right: 45px;
	}
}
@media screen and (max-width: 767px) {
	#footer {
		padding-right: 40px;
		text-align: center;
	}
}
/* -------------------- */
#footer .logo  {
	background: url(https://vacagent.net/img/logo-white.svg) left center no-repeat;
	background-size: contain;
	margin-bottom: 30px;
}
/* -------------------- */
#footer p {
	margin-bottom: 20px;
	max-width: 735px;
}
/* -------------------- */
.footer-info {
	min-width: 170px;
}
.footer-info h3 {
	text-transform: uppercase;
	margin: 0 auto 30px;
	line-height: 30px;
}
.footer-info ul li {
	margin-bottom: 0px;
	line-height: 30px;
	color: #73777C;
}
.footer-info ul li a {
	text-decoration: none;
	color: #73777C;
}
.footer-info ul li a:hover {
	color: #fff;
}
/* -------------------- */
.copyrigth {
	padding: 15px 0;
	color: #F6F5F2;
}
/* -------------------- */
.social-list {
	align-items: center;
	flex-wrap: nowrap;
	margin-bottom: 0;
	display: flex;
}
.social-list li {
	margin-right: 50px;
}
.social-list li:last-child {
	margin-right: 20px;
}
.social-list li a {
	text-decoration: none;
	color: #fff;
	width: 50px;
}
.social-list li a:hover {
	opacity: 0.5;
}
.social-list li a svg {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#footer .logo  {
		background: url(https://vacagent.net/img/logo-white.svg) center no-repeat;
		background-size: contain;
		margin-bottom: 30px;
		width: 100%;
	}
	.footer-info {
		margin-bottom: 40px;
		min-width: 170px;
	}
	.footer-info h3 {
		margin: 20px auto;
	}
	.social-list {
		justify-content: center;
	}
	.social-list li {
		margin-right: 15px;
	}
	.social-list li:last-child {
		margin-right: 0;
	}
}
/* FOOTER END */





/* PROMO */
#home-promo {
	padding-top: 110px;
	position: relative;
	display: flex;
	z-index: 5;
}
#home-promo::after {
	background: url(https://vacagent.net/img/home-promo-bg.png) center no-repeat;
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		 -o-transform: translateX(-50%);
  				transform: translateX(-50%);
	background-size: contain;
	position: absolute;
	width: 1170px;
	bottom: 50px;
	content: '';
	left: 50%;
	top: 100px;
}
/* -------------------- */
#home-promo p {
	max-width: 315px;
}
/* -------------------- */
.promo-order {
	box-shadow: -3px 23px 53px 4px rgba(22, 28, 36, 0.1);
	background-color: #F6F5F2;
	margin: 20px 0 -70px auto;
	padding: 60px 55px;
	max-width: 530px;
}
.promo-order h2 {
	margin-bottom: 70px;
}
/* ---------------------------------------- */
.about-us-digits {
	max-width: 510px;
}
/* -------------------- */
.digits-box {
	border: 1px solid #4C4F53;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	border-radius: 50%;
	min-height: 236px;
	max-width: 236px;
	margin: 0 auto;
	line-height: 1;
	color: #5587C2;
	display: flex;
}
/* -------------------- */
.digits {
	font-size: 46px;
}
/* -------------------- */
.digits-label {
	font-size: 20px;
}
.digits + .digits-label {
	margin-top: 24px;
}
/* ---------------------------------------- */
#how-works {
	padding-top: 100px;
}
/* -------------------- */
#how-works-sld .sld-text {
	padding-left: 185px;
	position: relative;
}
/* -------------------- */
#how-works-sld .sld-number {
	position: absolute;
	overflow: hidden;
	max-width: 160px;
	width: 100%;
	top: 9px;
	left: 0;
}
#how-works-sld .sld-number span {
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 32px;
	line-height: 1;
	color: #9D968C;
	display: flex;
	height: 32px;
	width: 30px;
}
#how-works-sld .sld-number span::after {
	background-color: #D8CEBF;
	position: absolute;
	width: 1000%;
	height: 1px;
	content: '';
	left: 100%;
	top: 50%;
}
/* -------------------- */
#how-works-sld .sld-text p {
	max-width: 360px;
}
/* -------------------- */
#how-works-sld .sld-img img {
	margin: 0 0 0 auto;
}
/* ---------------------------------------- */
#benefits {
	padding-bottom: 35px;
	padding-top: 100px;
}
/* -------------------- */
.benefits-box {
	margin: 50px auto 0;
	text-align: center;
	max-width: 350px;
}
/* -------------------- */
.benefits-img {
	margin: 0 auto 60px;
	max-width: 200px;
}
/* -------------------- */
.benefits-order {
	margin: 100px auto 0;
}
/* -------------------- */
.benefits-border {
	background-color: #D8CEBF;
	height: 1px;
}
/* -------------------- */
.benefits-order .btn {
	margin-left: 25px;
}
/* ---------------------------------------- */
#partnership {
	padding-bottom: 100px;
	padding-top: 100px;
}
/* -------------------- */
#partnership h2 {
	margin-bottom: 20px;
}
/* -------------------- */
.partnership-item {
	display: flex;
	padding: 40px 0 0 0;
	margin: 0 auto;
	width: 80%;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
	height: 2px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	margin: 0 auto;
	height: 2px;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	margin: 0 auto;
  height: 2px;
	border: 0;
}
.mCSB_scrollTools .mCSB_draggerRail {
	-ms-filter: "alpha(opacity=100)";
	filter: "alpha(opacity=100)";
	background-color: #D8CEBF;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -ms-filter: "alpha(opacity=100)";
  filter: "alpha(opacity=100)";
	background: #9D968C;
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-bottom: 0;
}
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  -ms-filter: "alpha(opacity=100)";
  filter: "alpha(opacity=100)";
  background: #9D968C;
}
/* -------------------- */
.logo-box {
	padding: 40px 20px 0 20px;
}
.logo-box img {
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	height: auto;
	width: auto;
}
/* -------------------- */
#partnership-sld {
	/*max-width: 290px;*/
	margin: 0 auto;
}
/* -------------------- */
.slider-logo .slick-dots {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		 -o-transform: translateX(-50%);
  				transform: translateX(-50%);
	margin: 0 auto;
	display: flex;
	width: 100%;
  padding: 0;
	bottom: 0;
	left: 50%;
}
.slider-logo .slick-dots::after {
  background-color: #D8CEBF;
	position: absolute;
	content: '';
	height: 1px;
	bottom: 0;
	right: 0;
	left: 0;
}
/* -------------------- */
.slider-logo .slick-dots li {
  background-color: transparent;
  background: linear-gradient(180deg, #9D968C 0%, #9D968C 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -ms-flex-positive: 1;
  position:relative;
  cursor: pointer;
  flex-basis: 0;
  flex-grow: 1;
  height: 2px;
  z-index: 3;
  padding: 0;
  margin: 0;
}
.slider-logo .slick-dots li:hover,.slider .slick-dots li.slick-active {
  background-color: #9D968C;
}
/* -------------------- */
.slider-logo .slick-dots li button {
  display: none !important;
}
/* -------------------- */
.slider-logo .slick-dots li.slick-active~li {
  background-size: 0% 0%;
}
/* ---------------------------------------- */
#contacts {
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}
/* -------------------- */
#contact-us {
	padding-bottom: 100px;
	padding-top: 100px;
	position: relative;
}
#contact-us::after {
	background-color: #141C25;
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	right: 0;
	top: 0;
}
/* -------------------- */
.contacts-info {
	justify-content: space-between;
	flex-direction: column;
	display: flex;
	height: 100%;
}
/* -------------------- */
.footnote {
	margin-bottom: 10px;
}
.footnote p {
	margin-bottom: 0;
	overflow: hidden;
	max-height: 36px;
	font-size: 14px;
	color: #73777C;
}
.open .footnote p {
  max-height: none;
}
/* -------------------- */
.footnote-btn {
	background-color: transparent;
	position: relative;
	margin: 0 auto;
	display: block;
	height: 40px;
	width: 40px;
	padding: 0;
	border: 0;
}
/* -------------------- */
.footnote-icon {
  background: url(https://vacagent.net/img/arrow-down.svg) center no-repeat;
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		 -o-transform: translate(-50%, -50%);
  				transform: translate(-50%, -50%);
  background-size: cover;
  position: absolute;
  height: 12px;
  width: 12px;
  content: '';
  z-index: 1;
  left: 50%;
  top: 50%;
}
.open .footnote-icon {
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
		 -moz-transform: translate(-50%, -50%) rotate(-180deg);
  		-ms-transform: translate(-50%, -50%) rotate(-180deg);
  		 -o-transform: translate(-50%, -50%) rotate(-180deg);
  				transform: translate(-50%, -50%) rotate(-180deg);
}
/* -------------------- */
.contacts-form {
	box-shadow: -3px 30px 30px -6px rgba(22, 28, 36, 0.1);
	background-color: #F6F5F2;
	padding: 60px 70px 70px;
}
.contacts-form.form-valid {
	opacity: 0;
}
/* -------------------- */
.contacts-form .btn {
	margin-left: 50px;
}
/* -------------------- */
.form-agreements {
	justify-content: flex-end;
	flex-direction: column;
	display: flex;
}

@media screen and (min-width: 1200px) {
	#home-promo h1 {
		max-width: 83.333333%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#home-promo h1 {
		max-width: 610px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#home-promo {
		padding-top: 60px;
	}
	#home-promo::after {
		width: 1170px;
		bottom: 0;
		top: 50px;
	}
	#home-promo h1 {
		max-width: 490px;
	}
	#home-promo p {
		max-width: 245px;
	}
	.promo-order {
    padding: 35px 40px;
    max-width: 400px;
    text-align: left;
	}
	.promo-order h2 {
		margin-bottom: 30px;
	}
	/* -------------------- */
	.about-us-digits {
		max-width: 700px;
		margin: 0 auto;
	}
	.digits-box {
		margin: 30px auto 0;
		min-height: 210px;
		max-width: 210px;
	}
	.digits {
		font-size: 38px;
	}
	.digits-label {
		font-size: 16px;
	}
	.digits + .digits-label {
		margin-top: 14px;
	}
	/* -------------------- */
	#how-works {
		padding-top: 60px;
	}
	#how-works-sld .sld-text {
		padding-left: 130px;
	}
	#how-works-sld .sld-number {
		max-width: 120px;
		top: 0;
	}
	#how-works-sld .sld-number span {
		font-size: 20px;
		height: 30px;
	}
	/* -------------------- */
	.contacts-form {
		padding: 50px;
	}
}
@media screen and (min-width: 992px) {
	.about-us-digits {
		margin: 0 0 0 auto;
	}
}
@media screen and (max-width: 767px) {
	#home-promo {
		text-align: center;
		padding-top: 60px;
	}
	#home-promo h1 {
		margin-right: auto;
		margin-left: auto;
		max-width: 410px;
	}
	#home-promo p {
		margin: 0 auto;
	}
	.promo-order {
    margin: 184px auto 30px;
    padding: 25px 20px;
    max-width: 300px;
    text-align: left;
	}
	.promo-order h2 {
		margin-bottom: 30px;
	}
	/* -------------------- */
	.about-us-digits {
		margin: 0 auto;
	}
	.digits-box {
		margin: 30px auto 0;
		min-height: 200px;
		max-width: 200px;
	}
	.digits {
		font-size: 34px;
	}
	.digits-label {
		font-size: 16px;
	}
	.digits + .digits-label {
		margin-top: 14px;
	}
	/* -------------------- */
	#how-works {
		padding-bottom: 60px;
		text-align: center;
		padding-top: 60px;
	}
	#how-works-sld {
		padding: 0 0 30px;
	}
	#how-works-sld .sld-text {
		padding-left: 0;
	}
	#how-works-sld .sld-number {
		margin-bottom: 10px;
		position: relative;
		max-width: 100%;
		top: 0;
	}
	#how-works-sld .sld-number span {
		width: 100%;
	}
	#how-works-sld .sld-number span::after {
		display: none;
	}
	#how-works-sld .sld-text p {
		margin: 0 auto 30px;
		max-width: 360px;
	}
	#how-works-sld .sld-img img {
		margin: 0 auto;
	}
	/* -------------------- */
	#benefits {
		padding-top: 60px;
		text-align: center;
	}
	.benefits-box {
		margin: 0 auto 50px;
	}
	.benefits-img {
		margin: 0 auto 20px;
	}
	.benefits-order {
		margin: 10px auto 0;
	}
	/* -------------------- */
	#partnership {
		padding-bottom: 60px;
		text-align: center;
		padding-top: 60px;
	}
	.partnership-logos {
		margin-top: 30px;
	}
	.logo-box	{
		margin: 0 auto 20px;
		max-width: 200px;
		height: 65px;
	}
	#partnership-sld {
		margin: 40px auto 0;
	}
	/* -------------------- */
	#contacts {
		padding-bottom: 60px;
		text-align: center;
		padding-top: 60px;
	}
	#contact-us {
		padding-bottom: 60px;
		text-align: center;
		padding-top: 60px;
	}
	#contact-us::after {
		display: none;
	}
	.contacts-info p.footnote {
		margin-bottom: 30px;
		line-height: 18px;
		font-size: 14px;
	}
	.contacts-form .btn {
		margin-left: 0;
	}
	.form-agreements {
		margin-bottom: 35px;
		min-height: 50px;
	}
}
@media (min-width: 500px) and (max-width: 767px) {
	.contacts-form {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		max-width: 500px;
	}
}
@media screen and (max-width: 499px) {
	.contacts-form {
		padding: 30px 20px 25px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		max-width: 350px;
	}
}
/* PROMO END */





/* PARTNER PAGE */
#partner-promo {
	padding-bottom: 110px;
	padding-top: 110px;
	display: flex;
}
#partner-promo::after {
	background: url(https://vacagent.net/img/partner-promo-bg.png) center no-repeat;
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		 -o-transform: translateX(-50%);
  				transform: translateX(-50%);
	background-size: contain;
	position: absolute;
	width: 1170px;
	bottom: 50px;
	content: '';
	left: 50%;
	top: 70px;
}
/* ---------------------------------------- */
#connect-info {
	padding-bottom: 60px;
	padding-top: 100px;
	text-align: center;
}
/* ---------------------------------------- */
.connect-step {
	text-align: center;
	margin-top: 35px;
}
.step-img {
	margin: 0 auto 15px;
}
.connect-step h2 {
	margin-bottom: 25px;
}
/* ---------------------------------------- */
#becoming-partner {
	padding-top: 100px;
}
/* -------------------- */
#benefits-sld .sld-number {
	margin-bottom: 20px;
	overflow: hidden;
}
#benefits-sld .sld-number span {
	border: 1px solid #D8CEBF;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
	line-height: 80px;
	font-size: 60px;
	color: #9D968C;
	display: flex;
	height: 100px;
	width: 100px;
}
#benefits-sld .sld-number span::after {
	background-color: #D8CEBF;
	position: absolute;
	margin-left: 70px;
	width: 1000%;
	height: 1px;
	content: '';
	left: 100%;
	top: 50%;
}
/* -------------------- */
#benefits-sld .sld-text p {
	padding-left: 170px;
}
/* -------------------- */
#benefits-sld .sld-img {
	text-align: right;
	margin: 50px auto;
}
#benefits-sld .sld-img img {
	margin: 0 0 0 auto;
}
/* ---------------------------------------- */
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
/* -------------------- */
.slider-block .slick-dots {
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		 -o-transform: translateX(-50%);
  				transform: translateX(-50%);
	margin: 0 auto;
	display: flex;
	width: 600px;
  padding: 0;
	bottom: 0;
	left: 50%;
}
.slider-block .slick-dots::after {
  background-color: #D8CEBF;
	position: absolute;
	content: '';
	height: 1px;
	bottom: 0;
	right: 0;
	left: 0;
}
/* -------------------- */
.slider-block .slick-dots li {
  background-color: transparent;
  background: linear-gradient(180deg, #9D968C 0%, #9D968C 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -ms-flex-positive: 1;
  position:relative;
  cursor: pointer;
  flex-basis: 0;
  flex-grow: 1;
  height: 2px;
  z-index: 3;
  padding: 0;
  margin: 0;
}
.slider-block .slick-dots li:hover,.slider .slick-dots li.slick-active {
  background-color: #9D968C;
}
/* -------------------- */
.slider-block .slick-dots li button {
  display: none !important;
}
/* -------------------- */
.slider-block .slick-dots li.slick-active~li {
  background-size: 0% 0%;
}
/* -------------------- */
.slick-arrow {
	box-shadow: -3px 15px 15px -6px rgba(22, 28, 36, 0.1);
	-webkit-transform: translateY(-50%);
		 -moz-transform: translateY(-50%);
  		-ms-transform: translateY(-50%);
  		 -o-transform: translateY(-50%);
  				transform: translateY(-50%);
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	height: 50px;
	width: 50px;
	top: 50%;
}
.arrow-prev {
	left: 0;
}
.arrow-next {
	right: 0;
}
.slick-arrow:hover {
	background-color: #5587C2;
}
.slick-arrow::after {
	-webkit-transform: translate(-50%, -50%);
		 -moz-transform: translate(-50%, -50%);
  		-ms-transform: translate(-50%, -50%);
  		 -o-transform: translate(-50%, -50%);
  				transform: translate(-50%, -50%);
  position: absolute;
  height: 12px;
  width: 12px;
  content: '';
  z-index: 1;
  left: 50%;
  top: 50%;
}
.arrow-prev.slick-arrow::after {
	background: url(https://vacagent.net/img/prev-arrow.svg) center no-repeat;
	background-size: contain;
}
.arrow-prev.slick-arrow:hover::after {
	background: url(https://vacagent.net/img/prev-arrow-white.svg) center no-repeat;
	background-size: contain;
}
.arrow-next.slick-arrow::after {
	background: url(https://vacagent.net/img/next-arrow.svg) center no-repeat;
	background-size: contain;
}
.arrow-next.slick-arrow:hover::after {
	background: url(https://vacagent.net/img/next-arrow-white.svg) center no-repeat;
	background-size: contain;
}

@media screen and (min-width: 1200px) {
	#partner-promo {
		min-height: 820px;
	}
}
@media screen and (max-width: 1199px) {
	#partner-promo {
		min-height: 100vh;
	}
	#partner-promo::after {
		bottom: 0;
	}
}
@media screen and (min-width: 992px) {
	.sld-item {
		padding: 0 65px;
	}
}
@media screen and (min-width: 1200px) {
	.slider-block {
		padding: 0 0 80px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.slider-block {
		padding: 0 0 80px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.slider-block {
		padding: 0 0 80px;
	}
	#benefits-sld .sld-text p {
		padding-left: 0;
	}
}
@media screen and (max-width: 767px) {
	#partner-promo {
		padding-bottom: 60px;
		text-align: center;
		padding-top: 60px;
	}
	/* -------------------- */
	#connect-info {
		padding-bottom: 40px;
		padding-top: 60px;
	}
	/* -------------------- */
	.connect-step {
		margin: 0 auto 50px;
	}
	.step-img {
		margin: 0 auto 15px;
	}
	.connect-step h2 {
		margin-bottom: 10px;
	}
	/* -------------------- */
	#becoming-partner {
		padding-bottom: 60px;
		text-align: center;
		padding-top: 60px;
	}
	#benefits-sld .sld-number {
		margin-bottom: 20px;
		overflow: hidden;
	}
	#benefits-sld .sld-number span {
		font-size: 30px;
		line-height: 1;
		height: 30px;
		width: 100%;
		border: 0;
	}
	#benefits-sld .sld-text p {
		padding-left: 0;
	}
	#benefits-sld .sld-img {
		margin: 50px auto 0;
		max-width: 450px;
	}
	#benefits-sld .sld-img img {
		margin: 0 auto;
	}
}
@media (min-width: 576px) and (max-width: 767px) {
	.slider-block {
		padding: 0 0 80px;
	}
	.slider-block .slick-dots {
		width: 400px;
	}
}
@media screen and (max-width: 575px) {
	.slider-block {
		padding: 0 0 60px;
	}
	.slider-block .slick-dots {
		width: 200px;
	}
}
/* PARTNER PAGE END */





/* SUPPLIER PAGE */
#supplier-promo {
	padding-bottom: 110px;
	padding-top: 110px;
	display: flex;
}
#supplier-promo::after {
	background: url(https://vacagent.net/img/supplier-promo-bg.png) center no-repeat;
	-webkit-transform: translateX(-50%);
		 -moz-transform: translateX(-50%);
  		-ms-transform: translateX(-50%);
  		 -o-transform: translateX(-50%);
  				transform: translateX(-50%);
	background-size: contain;
	position: absolute;
	width: 1170px;
	bottom: 50px;
	content: '';
	left: 50%;
	top: 70px;
}

@media screen and (min-width: 1200px) {
	#supplier-promo {
		min-height: 820px;
	}
}
@media screen and (max-width: 1199px) {
	#supplier-promo {
		min-height: 100vh;
	}
	#supplier-promo::after {
		bottom: 0;
		top: 0;
	}
}
@media screen and (min-width: 992px) {
	#supplier-become p {
		max-width: 380px;
	}
	.supplier-img {
		margin: 0 0 0 auto;
		padding-left: 50px;
		max-width: 635px;
	}
}
@media screen and (max-width: 991px) {
	.supplier-img {
		margin: 30px auto 0;
		max-width: 500px;
	}
}
@media screen and (max-width: 767px) {
	#supplier-promo {
		padding-bottom: 60px;
		text-align: center;
		padding-top: 60px;
	}
}
/* SUPPLIER PAGE END */



/* INFO PAGES */
.info-content {
	padding-bottom: 110px;
	padding-top: 110px;
	display: flex;
}

@media screen and (min-width: 1200px) {
	.info-content {
		min-height: 820px;
	}
}

@media screen and (max-width: 1199px) {
	.info-content {
		min-height: 100vh;
	}
}

@media screen and (max-width: 767px) {
	.info-content {
		padding-bottom: 60px;
		text-align: center;
		padding-top: 60px;
	}
}
/* INFO PAGE END */