/*
Theme Name: RIGHT
*/

@charset "UTF-8";
/*********************************************		COLORS
\*********************************************/
/*********************************************		FONTS
\*********************************************/
@font-face {
	font-display: swap;
	font-family: "Lato";
	font-weight: 300;
	font-style: normal;
	src: url("fonts/LatoLight/LatoLight.eot");
	src: url("fonts/LatoLight/LatoLight.eot?#iefix") format("embedded-opentype"), url("fonts/LatoLight/LatoLight.woff") format("woff"), url("fonts/LatoLight/LatoLight.ttf") format("truetype"), url("fonts/LatoLight/LatoLight.svg#Lato") format("svg"); }

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

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

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

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

@font-face {
	font-display: swap;
	font-family: "Arkhip";
	font-weight: 400;
	font-style: normal;
	src: url("fonts/ARKHIP/ARKHIP_FONT.eot");
	src: url("fonts/ARKHIP/ARKHIP_FONT.eot?#iefix") format("embedded-opentype"), url("fonts/ARKHIP/ARKHIP_FONT.woff") format("woff"), url("fonts/ARKHIP/ARKHIP_FONT.ttf") format("truetype"), url("fonts/ARKHIP/ARKHIP_FONT.svg#Arkhip") format("svg"); }

/* http://meyerweb.com/eric/tools/css/reset/
	 v2.0 | 20110126
	 License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, video {
	display: block; }

body {
	line-height: 1; }

ol, ul {
	list-style: none; }

blockquote, q {
	quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }

table {
	border-collapse: collapse;
	border-spacing: 0; }

body {
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.4;
	min-width: 1130px;
	color: #333333;
	position: relative;
	background-color: #ffffff; }

*,
*:before,
*:after {
	box-sizing: border-box; }

.container {
	width: 1130px; }

.hidden {
	display: none; }

.wrapper {
	margin: 0 auto; }

a {
	text-decoration: none; }

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

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

.grid-sizer,
.grid-item {
	width: 25%;
	overflow: hidden; }

.double-item {
	width: 50%; }

.grid-item:hover img {
	-ms-transform: scale(1.1);
	transform: scale(1.1); }

.grid {
	margin-top: 80px; }

.grid-item {
	float: left;
	height: 180px;
	border: solid 3px transparent;
	cursor: pointer; }

.grid-item a{
	width: 100%;
	height: 100%;
	display: block;
}

.grid-item6{
	height: 360px;
}
.grid-item7{
	width: 50%;
}
.grid-item12{
	width: 50%;
}

.grid-item img {
	display: block;
	max-width: 100%;
	width: 100%;
	transition: 0.3s linear; }

form input.error {
	box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
	border: 2px solid red !important; }

form input.not_error {
	box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
	border: 2px solid #99FF99 !important; }

.preloader {
	z-index: 999999999;
	position: fixed;
	display: block;
	width: 100%;
	height: 100vh;
	padding-top: 45vh;
	background: #fff url(img/logo.svg) 50% 50% no-repeat;
	background-size: 10%;
	opacity: 1;
	animation: preloader_hide 1s 2s linear forwards, decrease 1s 3s linear forwards;
	-o-animation: preloader_hide 1s 2s linear forwards, decrease 1s 3s linear forwards;
	-moz-animation: preloader_hide 1s 2s linear forwards, decrease 1s 3s linear forwards;
	-ms-animation: preloader_hide 1s 2s linear forwards, decrease 1s 3s linear forwards;
	-webkit-animation: preloader_hide 1s 2s linear forwards, decrease 1s 3s linear forwards; }

/*.preloader .pre_circles {
	width: 50px;
	height: 50px;
	margin: 0 auto; }

.preloader .pre_circles .pre_circle1 {
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	border: 2px solid #232323;
	will-change: contents;
	animation: circle_grow 1s 1s linear infinite;
	-o-animation: circle_grow 1s 1s linear infinite;
	-webkit-animation: circle_grow 1s 1s linear infinite;
	-moz-animation: circle_grow 1s 1s linear infinite;
	-ms-animation: circle_grow 1s 1s linear infinite;
	opacity: 0; }

.preloader .pre_circles .pre_circle2 {
	position: absolute;
	margin-top: 20px;
	margin-left: 20px;
	width: 0px;
	height: 0px;
	border-radius: 50px;
	border: 2px solid #232323;
	will-change: contents;
	animation: circle_grow 1s 2s linear infinite;
	-o-animation: circle_grow 1s 2s linear infinite;
	-moz-animation: circle_grow 1s 2s linear infinite;
	-ms-animation: circle_grow 1s 2s linear infinite;
	-webkit-animation: circle_grow 1s 2s linear infinite;
	opacity: 0; }*/

@keyframes decrease {
	0% {
		width: 100%; }
	100% {
		width: 0%; } }

@keyframes circle_grow {
	0% {
		width: 0;
		height: 0;
		margin-left: 25px;
		margin-top: 25px;
		opacity: 1; }
	100% {
		width: 50px;
		height: 50px;
		margin-left: 0px;
		margin-top: 0px;
		opacity: 0; } }

@keyframes preloader_hide {
	0% {
		opacity: 1; }
	100% {
		opacity: 0; } }

@keyframes loader_vis {
	0% {
		opacity: 0; }
	100% {
		opacity: 1; } }

.modal-overlay {
	display: none;
	padding-top: 1px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000000;
	overflow: auto; }
	.modal-overlay .modal-content {
		margin: 10vh auto;
		width: 70vw;
		margin-bottom: 0px;
		border-radius: 4px;
		height: 80vh; }
	.modal-overlay .close-button {
		position: absolute;
		width: 50px;
		height: 50px;
		top: 100px;
		right: 40px;
		padding: 0px 14px;
		padding-top: 4px;
		cursor: pointer;
		transition: 0.2s linear; }
		.modal-overlay .close-button .one {
			height: 50px;
			width: 2px;
			background-color: #fff;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transition: 0.2s linear; }
		.modal-overlay .close-button .two {
			margin-top: -50px;
			height: 50px;
			width: 2px;
			background-color: #fff;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transition: 0.2s linear; }
		.modal-overlay .close-button:hover .one {
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transition: 0.2s linear;
			background-color: #ff7816; }
		.modal-overlay .close-button:hover .two {
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transition: 0.2s linear;
			background-color: #ff7816; }

/*Параметры контейнера */
.countdownHolder {
	width: 450px;
	margin: 0 auto;
	font: 30px/1.5 Roboto, sans-serif;
	text-align: center;
	letter-spacing: -3px;
	/*Параметры цифр */
	/*Параметры подложки для секций */
	/*Параметры секций разделения (:)*/
	/*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/ }
	.countdownHolder .position {
		display: inline-block;
		height: 1.7em;
		overflow: hidden;
		position: relative;
		width: 0.55em; }
	.countdownHolder .digit {
		position: absolute;
		display: block;
		width: 0.5em;
		border-radius: 0.2em;
		text-align: center;
		color: #000;
		letter-spacing: -1px; }
		.countdownHolder .digit.static {
			margin-top: 18px; }
	.countdownHolder .coundDays,
	.countdownHolder .countHours,
	.countdownHolder .countMinutes,
	.countdownHolder .countSeconds {
		background: #fff;
		border-radius: 5px;
		padding: 10px 20px;
		margin: 5px; }
	.countdownHolder .countDiv {
		display: none;
		width: 16px;
		height: 1.6em;
		position: relative; }
		.countdownHolder .countDiv:before, .countdownHolder .countDiv:after {
			position: absolute;
			width: 5px;
			height: 5px;
			background-color: #444;
			border-radius: 50%;
			left: 50%;
			margin-left: -3px;
			top: 0.5em;
			box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
			content: ''; }
		.countdownHolder .countDiv:after {
			top: 0.9em; }
	.countdownHolder .textdigit {
		font-size: 15px;
		font-family: Roboto;
		letter-spacing: 0px; }

.subm {
	cursor: pointer;
	border: none;
	display: block;
	margin: 0 auto;
	transition: all 0.3s linear;
	background: transparent;
	color: #000; }
	.subm:hover, .subm:focus {
		background: #ff7816;
		color: #fff; }

form.standart-form {
	width: 100%;
	text-align: left; }
	form.standart-form .part {
		margin: 0 auto;
		display: inline-block; }
	form.standart-form .label {
		text-align: left;
		color: #000;
		font-family: Roboto;
		font-weight: 400;
		font-size: 15px;
		line-height: 22px; }
	form.standart-form input.name,
	form.standart-form input.email,
	form.standart-form input.phone {
		width: 250px;
		height: 45px;
		background-color: #fff;
		border: none;
		border-bottom: 2px solid #d0d0d0;
		padding-left: 15px;
		color: #b7b7b7;
		font-family: Lato;
		font-size: 17px;
		font-weight: 300;
		line-height: 27.08px;
		letter-spacing: 0.34px;
		margin-bottom: 15px;
		display: block; }
	form.standart-form .part2 {
		float: right; }
	form.standart-form textarea {
		width: 100%;
		height: 175px;
		background-color: #fff;
		border: 2px solid #d0d0d0;
		padding-left: 15px;
		color: #b7b7b7;
		font-family: Lato;
		font-size: 17px;
		font-weight: 300;
		line-height: 27.08px;
		letter-spacing: 0.34px;
		margin-bottom: 15px;
		display: block;
		margin-top: 30px; }
	form.standart-form .subm {
		float: right;
		color: #000000;
		font-family: Lato;
		font-size: 20px;
		font-weight: 300;
		line-height: 50px;
		letter-spacing: 0.4px;
		width: 220px;
		height: 55px;
		border-radius: 28px;
		border: 2px solid #ff7416;
		background-color: #ffffff;
		margin-top: 20px; }
	form.standart-form .subm:hover {
		background: #ff7816;
		color: #fff; }

section {
	overflow: hidden; }

.main-header {
	height: 138px;
	position: absolute;
	top: 0px;
	width: 100%;
	background: rgba(255, 255, 255, 0);
	z-index: 999;
	transition: 0.2s linear; }
	.main-header .logo {
		width: 100px;
		height: 100px;
		margin-top: 10px;
		background: transparent url("img/logo.svg") no-repeat;
		background-size: contain;
		transition: 0.2s linear; }
	.main-header .links {
		padding-top: 50px;
		float: right; }
	.main-header .link {
		color: #ffffff;
		font-family: Lato;
		font-size: 16px;
		font-weight: 300;
		line-height: 27.72px;
		margin-left: 50px;
		transition: 0.2s linear; }
	.main-header .link:hover {
		color: #ff7816; }
	.main-header .button2 {
		display: inline-block;
		font-size: 16px;
		height: 40px;
		line-height: 37px;
		width: 200px;
		font-weight: 400;
		margin-left: 30px;
		margin-top: -7px;
		background: transparent;
		color: #000;
		display: none; }

.main-header.fix {
	position: fixed;
	background: white;
	height: 80px;
	z-index: 99999999;
	box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.3); }
	.main-header.fix .logo {
		height: 70px;
		margin-top: 5px; }
	.main-header.fix .link {
		color: #000; }
	.main-header.fix .link:hover {
		color: #ff7816; }
	.main-header.fix .links {
		padding-top: 26px; }
	.main-header.fix .button2 {
		display: inline-block; }

.sec1 {
	height: 621px;
	background: transparent url("img/bl1.png") top no-repeat;
	padding-top: 176px; }
	.sec1 .text {
		text-align: right;
		color: #ffffff;
		font-family: Lato;
		font-size: 28px;
		font-weight: 300;
		line-height: 27.08px;
		letter-spacing: 0.56px; }
	.sec1 .text1 {
		text-align: right;
		text-shadow: 2px 5px 27px rgba(0, 0, 0, 0.31);
		color: #ffffff;
		font-family: Langdon;
		font-size: 146px;
		font-weight: 400;
		text-transform: uppercase;
		/*color: #ff7c16;*/
		color:#fff;
		margin-top: -10px; }
	.sec1 .button2 {
		float: right;
		margin-top: 40px; }

.button2 {
	text-align: center;
	color: #ffffff;
	font-family: Lato;
	font-size: 22px;
	line-height: 65px;
	font-weight: 700;
	letter-spacing: 0.88px;
	width: 283px;
	height: 72px;
	border-radius: 36px;
	border: 2px solid #ff7816;
	background-color: rgba(0, 0, 0, 0.18);
	transition: 0.2s linear; }

.button2:hover {
	background: #ff7816;
	color: #fff; }

.sec2 {
	padding-top: 40px; }
	.sec2 .logo {
		width: 140px;
		height: 138px;
		background: transparent url("img/logo.svg") right no-repeat;
		opacity:0;
		background-size: contain;
		margin: 0 auto; }
	.sec2 .logo.flipInY{
		opacity: 1;
	}
	.sec2 .text {
		margin: 0 auto;
		text-align: center;
		width: 900px;
		color: #ff7416;
		font-family: Lato;
		font-size: 45px;
		font-weight: 400;
		line-height: 38.98px;
		position: relative;
		margin-top: 30px;
		margin-bottom: 30px; }
	.sec2 .text:before {
		position: absolute;
		top: 13px;
		left: -50px;
		content: '';
		width: 47px;
		height: 7px;
		background-color: #ff7416; }
	.sec2 .text:after {
		position: absolute;
		top: 13px;
		right: -50px;
		content: '';
		width: 47px;
		height: 7px;
		background-color: #ff7416; }
	.sec2 .text1 {
		text-align: center;
		color: #000000;
		font-family: Lato;
		font-size: 20px;
		font-weight: 300;
		line-height: 27.08px;
		margin-top: 20px; }
		.sec2 .text1 span {
			color: #ff7416;
			font-weight: 700; }
	.sec2 .blocks {
		text-align: center;
		margin-top: 90px; }
	.sec2 .block {
		width: 320px; }
	.sec2 .block2, .sec2 .block3 {
		margin-left: 65px; }
	.sec2 .text2 {
		color: #000000;
		font-family: Lato;
		font-size: 40px;
		font-weight: 700;
		line-height: 27.08px;
		text-transform: uppercase; }
	.sec2 .text3 {
		color: #000000;
		font-family: Lato;
		font-size: 20px;
		font-weight: 300;
		line-height: 27.08px; }
	.sec2 .line {
		width: 47px;
		height: 7px;
		background-color: #ff7416;
		margin: 30px auto; }
	.sec2 .block .icon {
		width: 60px;
		height: 60px;
		margin: 0 auto;
		margin-top: 20px; }
	.sec2 .block1 .icon {
		background: transparent url("img/Fireworks.svg") no-repeat; }
	.sec2 .block2 .icon {
		background: transparent url("img/clock.svg") no-repeat; }
	.sec2 .block3 .icon {
		background: transparent url("img/people.svg") no-repeat; }

.sec3 {
	position: relative;
	z-index: 2;
	height: 1041px;
	background: transparent url("img/bl3.png") top no-repeat;
	padding-top: 120px; }
	.sec3 .container {
		height: 100%;
		position: relative;
		background: transparent url("img/line.svg") 0% 95% no-repeat; }
	.sec3 .el {
		position: absolute; }
	.sec3 .el1 {
		top: -130px;
		right: -100px;
		width: 80px;
		height: 84px;
		background: transparent url("img/el31.png") no-repeat; }
	.sec3 .el2 {
		top: 530px;
		right: -100px;
		width: 86px;
		height: 114px;
		background: transparent url("img/el32.png") no-repeat; }
	.sec3 .el3 {
		top: 730px;
		right: 0px;
		width: 170px;
		height: 181px;
		background: transparent url("img/el33.png") no-repeat; }
	.sec3 .el4 {
		top: 780px;
		left: 0px;
		width: 98px;
		height: 62px;
		background: transparent url("img/el34.png") no-repeat; }
	.sec3 .el5 {
		top: -100px;
		left: -200px;
		width: 252px;
		height: 252px;
		background: transparent url("img/el35.png") no-repeat; }
	.sec3 .text {
		width: 336px;
		color: #ffffff;
		font-family: Lato;
		font-size: 35px;
		font-weight: 300;
		text-transform: uppercase;
		text-align: center;
		float: right;
		margin-right: 30px; }
	.sec3 .blocks1 {
		margin-top: 125px; }
	.sec3 .block {
		width: 280px;
		text-align: center; }
	.sec3 .block1 {
		width: 330px; }
	.sec3 .block2 {
		margin-left: 45px; }
	.sec3 .block3 {
		margin-left: 60px; }
	.sec3 .block4 {
		margin-left: 200px; }
	.sec3 .block5 {
		margin-left: 60px; }
	.sec3 .point {
		width: 93px;
		height: 93px;
		margin: 0 auto; }
	.sec3 .block1 .point {
		background: transparent url("img/formula.svg") no-repeat; }
	.sec3 .block2 .point {
		background: transparent url("img/glass.svg") no-repeat; }
	.sec3 .block3 .point {
		background: transparent url("img/muontain.svg") no-repeat; }
	.sec3 .block4 .point {
		background: transparent url("img/ideas.svg") no-repeat; }
	.sec3 .block5 .point {
		background: transparent url("img/dancing.svg") no-repeat; }
	.sec3 .text1 {
		color: #ffffff;
		font-family: Lato;
		font-size: 22px;
		font-weight: 400;
		text-transform: uppercase;
		margin-top: 30px; }
	.sec3 .text2 {
		color: #ffffff;
		font-family: Lato;
		font-size: 18px;
		font-weight: 300;
		line-height: 27px;
		margin-top: 30px; }
		.sec3 .text2 span {
			font-style: italic;
			font-weight: 400; }
	.sec3 .blocks2 {
		margin-top: 50px; }

.sec4 {
	margin-top: -150px;
	height: 1819px;
	background: transparent url("img/bl4.png") top no-repeat;
	padding-top: 200px; }
	.sec4 .text {
		margin: 0 auto;
		text-align: center;
		width: 360px;
		color: #ff7416;
		font-family: Lato;
		font-size: 45px;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 38.98px;
		position: relative;
		margin-top: 30px;
		margin-bottom: 30px; }
	.sec4 .text:before {
		position: absolute;
		top: 13px;
		left: -50px;
		content: '';
		width: 47px;
		height: 7px;
		background-color: #ff7416; }
	.sec4 .text:after {
		position: absolute;
		top: 13px;
		right: -50px;
		content: '';
		width: 47px;
		height: 7px;
		background-color: #ff7416; }
	.sec4 table {
		width: 100%;
		margin-top: 80px;
		border-spacing: 5px 0px;
		border-collapse: initial; }
	.sec4 td {
		vertical-align: top;
		width: 24%;
		height: 180px;
		overflow: hidden; }
	.sec4 td img {
		transition: 0.2s linear; }
	.sec4 td:hover img {
		-ms-transform: scale(1.05);
		transform: scale(1.05); }
	.sec4 .text1 {
		text-align: center;
		color: #000000;
		font-family: Lato;
		font-size: 18px;
		font-weight: 300;
		line-height: 27.08px;
		text-transform: uppercase;
		margin-top: 60px; }
	.sec4 .soc-links {
		margin-top: 30px;
		text-align: center;
		margin-bottom: 80px;
		position: relative; }
	.sec4 .like {
		position: absolute;
		width: 30px;
		height: 30px;
		transition: 0.3s linear; }
	.sec4 .like1 {
		background: transparent url("img/1.svg") no-repeat;
		bottom: 0px;
		right: 250px; }
	.sec4 .like1.move {
		bottom: 0px;
		right: 245px; }
	.sec4 .like2 {
		background: transparent url("img/2.svg") no-repeat;
		top: -100px;
		right: 100px; }
	.sec4 .like2.move {
		top: -105px;
		right: 95px; }
	.sec4 .like3 {
		width: 50px;
		height: 50px;
		background: transparent url("img/3.svg") no-repeat;
		top: -100px;
		left: 150px; }
	.sec4 .like3.move {
		top: -105px;
		left: 145px; }
	.sec4 .like4 {
		background: transparent url("img/4.svg") no-repeat;
		bottom: 0px;
		left: 250px; }
	.sec4 .like4.move {
		left: 245px; }
	.sec4 .like5 {
		background: transparent url("img/5.svg") no-repeat;
		bottom: 50px;
		left: 100px; }
	.sec4 .like5.move {
		bottom: 52px;
		left: 85px; }
	.sec4 .like6 {
		background: transparent url("img/6.svg") no-repeat;
		top: -80px;
		right: 230px; }
	.sec4 .like6.move {
		top: -90px;
		right: 225px; }
	.sec4 .like7 {
		background: transparent url("img/7.svg") no-repeat;
		top: 0px;
		right: 130px; }
	.sec4 .like7.move {
		top: -10px;
		right: 118px; }
	.sec4 .like {
		background-size: contain; }
	.sec4 .like.move {
		-ms-transform: scale(1.1);
		transform: scale(1.1); }
	.sec4 .soc {
		width: 73px;
		height: 72px;
		transition: 0.2s linear; }
	.sec4 .soc1 {
		background: transparent url("img/vk.svg") no-repeat; }
	.sec4 .soc2 {
		background: transparent url("img/fb.svg") no-repeat; }
	.sec4 .soc3 {
		background: transparent url("img/inst.svg") no-repeat; }
	.sec4 .soc:hover {
		-ms-transform: scale(1.05);
		transform: scale(1.05); }
	.sec4 .texts {
		width: 550px; }
	.sec4 .text2 {
		color: #000000;
		font-family: Lato;
		font-size: 24px;
		font-weight: 400;
		line-height: 29.17px;
		margin-left: 50px;
		text-align: left;
		margin-top: 90px; }
	.sec4 .block-video {
		width: 522px;
		height: 355px;
		position: relative;
		z-index: 10; }
	.sec4 .video {
		width: 100%;
		height: 100%;
		background: transparent url("img/videobg.png") no-repeat;
		background-size: cover; }
	.sec4 a.videolink {
		width: 100%;
		height: 100%;
		display: block;
		text-align: center;
		padding-top: 130px; }
	.sec4 .play {
		width: 133px;
		height: 93px;
		background: transparent url("img/play.png") no-repeat;
		transition: 0.2s linear; }
	.sec4 .videolink:hover .play {
		-ms-transform: scale(1.05);
		transform: scale(1.05); }

.sec5 {
	height: 1041px;
	background: transparent url("img/bl3.png") top no-repeat;
	margin-top: -195px;
	padding-top: 230px; }
	.sec5 .container {
		position: relative; }
	.sec5 .el {
		position: absolute; }
	.sec5 .el1 {
		top: 550px;
		left: -200px;
		width: 277px;
		height: 277px;
		background: transparent url("img/el51.png") no-repeat; }
	.sec5 .el2 {
		top: 0px;
		left: -150px;
		width: 86px;
		height: 114px;
		background: transparent url("img/el52.png") no-repeat; }
	.sec5 .el3 {
		top: -150px;
		right: -250px;
		width: 152px;
		height: 164px;
		background: transparent url("img/el53.png") no-repeat; }
	.sec5 .slide-content {
		width: 522px;
		margin: 0 auto; }
	.sec5 .video {
		width: 522px;
		height: 355px;
		box-shadow: 0 4px 10px 1px rgba(15, 15, 15, 0.37);
		background-size: cover; }
	.sec5 .slide1 .video {
		background: transparent url("img/videobg1.png") no-repeat; }
	.sec5 .slide2 .video {
		background: transparent url("img/videobg2.png") no-repeat; }
	.sec5 .slide3 .video {
		background: transparent url("img/videobg3.png") no-repeat; }
	.sec5 .slide4 .video {
		background: transparent url("img/videobg4.png") no-repeat; }
	.sec5 a.videolink {
		width: 100%;
		height: 100%;
		display: block;
		text-align: center;
		padding-top: 130px; }
	.sec5 .play {
		width: 133px;
		height: 93px;
		background: transparent url("img/play.png") no-repeat;
		transition: 0.2s linear; }
	.sec5 .videolink:hover .play {
		-ms-transform: scale(1.05);
		transform: scale(1.05); }
	.sec5 .text {
		color: #ffffff;
		font-family: Lato;
		font-size: 21px;
		font-weight: 400;
		line-height: 29px;
		/* Text style for "В,  сотруд" */
		letter-spacing: 0.42px;
		margin-top: 50px; }
	.sec5 .slick-dots li button:before {
		font-size: 30px;
		color: #fff;
		opacity: 1;
		font-family: Lato; }
	.sec5 .slick-dots li.slick-active button:before {
		color: #ffa716; }
	.sec5 .slick-dots {
		bottom: -60px; }
	.sec5 .text1 {
		color: #ffffff;
		font-family: Lato;
		font-size: 40px;
		font-weight: 300;
		line-height: 27.08px;
		letter-spacing: 0.8px;
		margin-bottom: 55px;
		margin-left: 15px; }

.sec6 .text {
	margin: 0 auto;
	text-align: center;
	width: 360px;
	color: #ff7416;
	font-family: Lato;
	font-size: 45px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 38.98px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 90px; }

.sec6 .text:before {
	position: absolute;
	top: 13px;
	left: -50px;
	content: '';
	width: 47px;
	height: 7px;
	background-color: #ff7416; }

.sec6 .text:after {
	position: absolute;
	top: 13px;
	right: -50px;
	content: '';
	width: 47px;
	height: 7px;
	background-color: #ff7416; }

.sec6 .feedback-slider {
	width: 620px;
	height: 300px; }

.sec6 .feedback {
	width: 462px;
	height: 390px;
	position: relative;
	text-align: center;
	padding-top: 110px;
	padding-left: 44px;
	padding-right: 44px;
	margin-left: 20px;
	margin-right: -40px; }

.sec6 .feedback:before {
	content: '';
	position: absolute;
	width: 160px;
	height: 100px;
	top: 0px;
	right: 0px;
	background: transparent url("img/guote-up.svg") no-repeat;
	background-size: contain; }

.sec6 .feedback:after {
	content: '';
	bottom: 0px;
	left: 20px;
	position: absolute;
	width: 160px;
	height: 100px;
	background: transparent url("img/guote-dovn.svg") no-repeat;
	background-size: contain; }

.sec6 .text1 {
	color: #000000;
	font-family: Lato;
	font-size: 17px;
	font-weight: 300;
	line-height: 27.08px;
	font-weight: 300;
	letter-spacing: 0.34px; }
	.sec6 .text1 span {
		font-weight: 700; }

.sec6 .slide {
	width: 619px;
	height: 276px; }

.sec6 .slide1 {
	background: transparent url("img/screen1.png") left top no-repeat; }

.sec6 .slick-dots li button:before {
	font-size: 30px;
	color: #000;
	opacity: 1;
	font-family: Lato; }

.sec6 .slick-dots li.slick-active button:before {
	color: #ffa716; }

.sec6 .slick-dots {
	bottom: -60px; }

.sec6 .feedback-slider {
	margin-top: 20px;
	display: inline-block;
	vertical-align: top; }

.sec7 {
	height: 1251px;
	background: transparent url("img/bl7.png") top no-repeat;
	padding-top: 170px; }
	.sec7 .container {
		position: relative; }
	.sec7 .el {
		position: absolute; }
	.sec7 .el1 {
		top: -170px;
		right: -200px;
		width: 159px;
		height: 227px;
		background: transparent url("img/el71.png") no-repeat; }
	.sec7 .el2 {
		top: 0px;
		left: -150px;
		width: 125px;
		height: 97px;
		background: transparent url("img/el72.png") no-repeat; }
	.sec7 .el3 {
		top: 600px;
		left: -50px;
		width: 152px;
		height: 164px;
		background: transparent url("img/el73.png") no-repeat; }
	.sec7 .el4 {
		top: 700px;
		right: -250px;
		width: 158px;
		height: 158px;
		background: transparent url("img/el74.png") no-repeat; }
	.sec7 .text {
		text-align: center;
		color: #ffffff;
		font-family: Lato;
		font-size: 20px;
		font-weight: 300;
		line-height: 27.08px; }
	.sec7 .insta-slider {
		margin-top: 60px; }
	.sec7 .slide {
		padding-left: 30px;
		padding-right: 30px; }
	.sec7 .slide img {
		margin: 0 auto; }
	.sec7 .slick-dots li button:before {
		font-size: 30px;
		color: #fff;
		opacity: 1;
		font-family: Lato; }
	.sec7 .slick-dots li.slick-active button:before {
		color: #ffa716; }
	.sec7 .slick-dots {
		bottom: -60px; }
	.sec7 .feedback-slider {
		margin-top: 20px; }

.sec8 {
	padding-bottom: 100px; }
	.sec8 .text {
		margin: 0 auto;
		text-align: center;
		width: 400px;
		color: #ff7416;
		font-family: Lato;
		font-size: 45px;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 38.98px;
		position: relative;
		margin-top: 30px;
		margin-bottom: 50px; }
	.sec8 .text:before {
		position: absolute;
		top: 13px;
		left: -50px;
		content: '';
		width: 47px;
		height: 7px;
		background-color: #ff7416; }
	.sec8 .text:after {
		position: absolute;
		top: 13px;
		right: -50px;
		content: '';
		width: 47px;
		height: 7px;
		background-color: #ff7416; }
	.sec8 .slick-dots li button:before {
		font-size: 30px;
		color: #000;
		opacity: 1;
		font-family: Lato; }
	.sec8 .slick-dots li.slick-active button:before {
		color: #ffa716; }
	.sec8 .slick-dots {
		bottom: -60px; }
	.sec8 .feedback-slider {
		margin-top: 20px; }
	.sec8 .slide1 .image1 {
		background: transparent url("img/client1.png") 50% 50% no-repeat; }
	.sec8 .slide1 .image2 {
		background: transparent url("img/client2.png") 50% 50% no-repeat; }
	.sec8 .slide1 .image3 {
		background: transparent url("img/client3.png") 50% 50% no-repeat; }
	.sec8 .slide2 .image1 {
		background: transparent url("img/client4.png") 50% 50% no-repeat; }
	.sec8 .slide2 .image2 {
		background: transparent url("img/client5.png") 50% 50% no-repeat; }
	.sec8 .slide2 .image3 {
		background: transparent url("img/client6.png") 50% 50% no-repeat; }
	.sec8 .slide3 .image1 {
		background: transparent url("img/client7.png") 50% 50% no-repeat; }
	.sec8 .slide3 .image2 {
		background: transparent url("img/client8.png") 50% 50% no-repeat; }
	.sec8 .slide3 .image3 {
		background: transparent url("img/client9.png") 50% 50% no-repeat; }
	.sec8 .slide4 .image1 {
		background: transparent url("img/client10.png") 50% 50% no-repeat; }
	.sec8 .slide4 .image2 {
		background: transparent url("img/client11.png") 50% 50% no-repeat; }
	.sec8 .slide4 .image3 {
		background: transparent url("img/client12.png") 50% 50% no-repeat; }
	.sec8 .slide5 .image1 {
		background: transparent url("img/client13.png") 50% 50% no-repeat; }
	.sec8 .slide5 .image2 {
		background: transparent url("img/client14.png") 50% 50% no-repeat; }
	.sec8 .slide5 .image3 {
		background: transparent url("img/client15.png") 50% 50% no-repeat; }
	.sec8 .slide6 .image1 {
		background: transparent url("img/client16.png") 50% 50% no-repeat; }
	.sec8 .slide6 .image2 {
		background: transparent url("img/client17.png") 50% 50% no-repeat; }
	.sec8 .slide6 .image3 {
		background: transparent url("img/client18.png") 50% 50% no-repeat; }
	.sec8 .slide7 .image1 {
		background: transparent url("img/client19.png") 50% 50% no-repeat; }
	.sec8 .slide7 .image2 {
		background: transparent url("img/client20.png") 50% 50% no-repeat; }
	.sec8 .slide7 .image3 {
		background: transparent url("img/client21.png") 50% 50% no-repeat; }
	.sec8 .slide8 .image1 {
		background: transparent url("img/client22.png") 50% 50% no-repeat; }
	.sec8 .slide8 .image2 {
		background: transparent url("img/client23.png") 50% 50% no-repeat; }
	.sec8 .slide8 .image3 {
		background: transparent url("img/client24.png") 50% 50% no-repeat; }
	.sec8 .slide {
		width: 300px;
		height: 450px; }
	.sec8 .slide .image {
		margin: 40px auto;
		width: 60%;
		height: 100px;
		background-size: contain; }

.sec9 {
	padding-top: 30px;
	padding-bottom: 100px; }
	.sec9 .text {
		margin: 0 auto;
		text-align: center;
		width: 400px;
		color: #ff7416;
		font-family: Lato;
		font-size: 45px;
		text-transform: uppercase;
		font-weight: 400;
		line-height: 38.98px;
		position: relative;
		margin-top: 30px;
		margin-bottom: 90px; }
	.sec9 .text:before {
		position: absolute;
		top: 13px;
		left: -50px;
		content: '';
		width: 47px;
		height: 7px;
		background-color: #ff7416; }
	.sec9 .text:after {
		position: absolute;
		top: 13px;
		right: -50px;
		content: '';
		width: 47px;
		height: 7px;
		background-color: #ff7416; }
	.sec9 .form-block {
		position: relative;
		width: 525px; }
	.sec9 .texts-block {
		width: 525px;
		margin-left: 55px; }
	.sec9 .text1 {
		color: #000000;
		font-family: Lato;
		font-size: 22px;
		font-weight: 300;
		line-height: 27.08px;
		letter-spacing: 0.44px;
		margin-bottom: 60px; }
	.sec9 .contact {
		color: #000000;
		font-family: Lato;
		font-size: 20px;
		font-weight: 300;
		line-height: 27.08px;
		letter-spacing: 0.4px;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 80px; }
	.sec9 .telephone {
		background: transparent url("img/phone.svg") left no-repeat;
		background-size: 10%; }
	.sec9 .contact a{
		color:#000;
	}
	.sec9 .contact.email {
		background: transparent url("img/mail.svg") left no-repeat;
		background-size: 10%; }
	.sec9 .thank{
		font-size: 34px;
		position: absolute;
		top:0px;
	}
	.sec9 .thank1{
		font-size: 24px;
		position: absolute;
		top:50px;
	}

	.slick-next {
		right: -10px; 
		width: 50px;
		height: 50px;
		background-color: #cccccc61;
		border-radius: 50%;
	}
	.slick-prev {
		left: -10px;
		width: 50px;
		height: 50px;
		background-color: #cccccc61;
		border-radius: 50%;
	}

.slick-next:before {
	content: '';
	width: 20px;
	height: 32px;
	display: block;
	background: transparent url("img/arrowright.png") left top no-repeat; 
}

.slick-prev:before {
	content: '';
	display: block;
	width: 20px;
	height: 32px;
	background-color: #cccccc61;
	border-radius: 50%;
	background: transparent url("img/arrowleft.png") left top no-repeat; }

#photo-popup {
	cursor:pointer;
	height: 100%; }

#modal-contact {
	background: transparent url("img/bg1.png") top no-repeat;
	background-size: cover; }
	#modal-contact .modal-content {
		position: absolute;
		top: 100px;
		right: 200px;
		width: 300px;
		height: auto;
		margin: 0; }
	#modal-contact .standart-form {
		width: 100%; }
	#modal-contact .part {
		width: 100%; }
	#modal-contact input.name,
	#modal-contact input.email,
	#modal-contact input.phone {
		width: 100%; }
	#modal-contact .text {
		font-size: 26px;
		font-weight: 700;
		color: #fff; }
	#modal-contact .text1 {
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		margin-top: 0px;
		margin-bottom: 40px; }

footer {
	padding-top: 40px;
	height: 280px;
	background: transparent url("img/bgfooter.png") top no-repeat; }
	footer .footer1 {
		margin-right: 170px; }
	footer .logo {
		width: 100px;
		height: 100px;
		margin-top: 10px;
		background: transparent url("img/logo.svg") no-repeat;
		background-size: contain;
		transition: 0.2s linear;
		margin: 0 auto; }
	footer .text {
		color: #ffffff;
		font-family: Lato;
		font-size: 15px;
		font-weight: 300;
		line-height: 25px;
		margin-top: 20px; }
	footer .footer2 {
		width: 461px;
		text-align: center; }
	footer .text1 {
		color: #ffffff;
		font-family: Lato;
		font-size: 18px;
		font-weight: 400;
		line-height: 27.08px;
		margin-bottom: 20px; }
	footer .soc-links {
		margin-top: 30px;
		text-align: center;
		margin-bottom: 10px;
		position: relative; }
	footer .soc {
		width: 73px;
		height: 72px;
		transition: 0.2s linear; }
	footer .soc1 {
		background: transparent url("img/vk.svg") no-repeat; }
	footer .soc2 {
		background: transparent url("img/fb.svg") no-repeat; }
	footer .soc3 {
		background: transparent url("img/inst.svg") no-repeat; }
	footer .soc:hover {
		-ms-transform: scale(1.05);
		transform: scale(1.05); }
	footer .text2 {
		color: #ffffff;
		font-family: Lato;
		font-size: 15px;
		font-weight: 300;
		line-height: 25px;
		opacity: 0.7; }
		footer .text2 a {
			color: #afafaf; }
	footer .footer3 {
		float: right;
		width: 130px;
		text-align: center; }
	footer .link {
		display: block;
		color: #ffffff;
		font-family: Lato;
		font-size: 18px;
		font-weight: 300;
		line-height: 28px;
		margin-bottom: 10px; }

.grid {
	min-height: 740px; }




	.slick-prev, .slick-next{
		top: 45%;
		z-index: 9999999;
	}
	.slick-prev {
		left: -10px;
		width: 50px;
		height: 50px;
		background-color: #cccccc61;
		border-radius: 50%;
	}
	.slick-prev:before{
		width: 40px;
		height: 40px;
		background: transparent url(img/left-arrow.svg) 50% no-repeat;
		background-size: 40px;
		left: 0;
		right: 0;
		margin: 0 auto;
		border-radius: 50%;
	}
	.slick-next {
		right: -10px; 
		width: 50px;
		height: 50px;
		background-color: #cccccc61;
		border-radius: 50%;
	}
	.slick-next:before{
		width: 40px;
		height: 40px;
		background: transparent url(img/right-arrow.svg) 50% no-repeat;
		background-size: 40px;
		left: 0;
		right: 0;
		margin: 0 auto;
		border-radius: 50%;
	}
	.slick-next:hover,.slick-next:active,.slick-next:focus{
		background-color: #8c898945;
	}

	.slick-prev:hover,.slick-prev:active,.slick-prev:focus{
		background-color: #8c898945;
	}

	.arrow-left{
		position: absolute;
		background:url(img/left-arrow.svg) 50% no-repeat;
		width: 50px;
		height:50px;
		-webkit-background-size: 40px;
		background-size: 40px;
		left:100px;
		top: 45%;
		cursor:pointer;
		background-color: #cccccc61;
		border-radius: 50%;
	}
	.arrow-right{
		position: absolute;
		background: url(img/right-arrow.svg) 50% no-repeat;
		width: 50px;
		height: 50px;
		-webkit-background-size: 40px;
		background-size: 40px;
		right: 100px;
		top: 45%;
		cursor: pointer;
		background-color: #cccccc61;
		border-radius: 50%;
	}

	.arrow-left:hover,.arrow-left:active,.arrow-left:focus{
		background-color: #8c898945;
	}

	.arrow-right:hover,.arrow-right:active,.arrow-right:focus{
		background-color: #8c898945;
	}