/*  Reset styles
    ------------------------------------------------------- */
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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none;}

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

span.hs-input-container input {
    background: white;
}

a {
	color: #303941;
	outline: none;
	-webkit-transition: 0.3s;
			transition: 0.3s;
}

svg {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
}

button {
	padding: 0;
	font-size: 0;
	background: transparent;
	border: none;
	outline: none;
	cursor: pointer;
}

img {
	max-width: 100%;
}

/*  fonts
    ------------------------------------------------------- */
@font-face {
	font-family: 'ProximaNova-Thin';
	src: url('../fonts/ProximaNova-Thin.eot');
	src: url('../fonts/ProximaNova-Thin.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ProximaNova-Thin.woff2') format('woff2'),
		 url('../fonts/ProximaNova-Thin.woff') format('woff'),
		 url('../fonts/ProximaNova-Thin.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ProximaNova-Light';
	src: url('../fonts/ProximaNova-Light.eot');
	src: url('../fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ProximaNova-Light.woff2') format('woff2'),
		 url('../fonts/ProximaNova-Light.woff') format('woff'),
		 url('../fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

@font-face {
	font-family: 'ProximaNova-Semibold';
	src: url('../fonts/ProximaNova-Semibold.eot');
	src: url('../fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/ProximaNova-Semibold.woff2') format('woff2'),
		 url('../fonts/ProximaNova-Semibold.woff') format('woff'),
		 url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

/*  body
    ------------------------------------------------------- */
html {
	-webkit-text-size-adjust: 100%;
}

html,
body {
	height: 100%;
}

body {
	position: relative;
	color: #303941;
	background-color: #fff;
	font-size: 16px;
	font-family: 'ProximaNova-Regular';
}

#page::after {
    content: '';
	position: fixed;
	z-index: 9001;
	top: 0;
	left: 0;
    height: 0;
    width: 0;
    opacity: 0;
	background-color: rgba(14, 22, 34, 0.6);
	-webkit-transition: opacity 0.4s ease-out 0s;
    		transition: opacity 0.4s ease-out 0s;
}

#page.form-open {
	overflow: hidden;
}

#page.form-open::after {
    height: 100%;
    width: 100%;
	opacity: 1;
}

h2 {
	font-size: 42px;
	line-height: 48px;
	font-family: 'ProximaNova-Semibold';
}

h2 > span {
	font-family: 'ProximaNova-Light';
}

.wrapper {
	overflow: hidden;
}

.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1210px;
	padding: 0 20px;
	position: relative;
}

.row {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
}

.row2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: center;
			align-items: center;
}

.wrap-items {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-justify-content: center;
			justify-content: center;
}

.btn {
	position: relative;
	width: 100%;
	max-width: 170px;
	height: 50px;
	border-radius: 6px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	text-align: center;
	color: #fff;
	background-color: #1986E9;
	-webkit-transition: 0.3s;
			transition: 0.3s;
	font-size: 14px;
	font-family: 'ProximaNova-Semibold';
}

.btn:hover {
	background-color: #0770D0;
}

/*  header
    ------------------------------------------------------- */
.header {
	position: relative;
	z-index: 2;
	color: #72798E;
	background-color: #fff;
	box-shadow: 0px 1px 0px rgba(155, 164, 193, 0.25);
	font-size: 14px;
}

.header .wrap {
	height: 70px;
}

.header .logo {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
	width: 110px;
	height: 32px;
	background-image: url('../img/logo.png');
}

.header .info {
	margin-left: 17px;
	max-width: 150px;
	font-size: 10px;
	line-height: 14px;
}

.header .city {
	margin-left: 30px;
}

.header .value {
	margin-left: 9px;
	color: #303941;
	font-family: 'ProximaNova-Semibold';
}

.header .tel-item:first-child {
	margin-right: 33px;
}

.header .tel-btn {
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	right: 0;
	cursor: pointer;
}

/*  section1
    ------------------------------------------------------- */
.section1 {
	position: relative;
	padding: 170px 0 106px;
}

.section1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	width: 1920px;
	height: 690px;
	background-image: url('../img/bg.png');
}

.section1 .container {
	margin-bottom: 110px;
}

.section1 .column-left {
	margin-right: 40px;
}

.section1 .subtitle {
	margin-bottom: 5px;
	width: 100%;
	max-width: 488px;
	text-align: left;
	color: #F3B602;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'ProximaNova-Bold';
}

.section1 .title {
	margin-bottom: 10px;
	font-size: 72px;
	font-family: 'ProximaNova-Thin';
}

.section1 .description {
	margin-left: 5px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}

.section1 .description > span {
	font-family: 'ProximaNova-Light';
}

.section1 .video {
	position: relative;
	width: 100%;
	max-width: 570px;
	height: 305px;
	border-radius: 14px;
	background-image: url('../img/video_bg.jpg');
	background-size: cover;
	background-position: center center;
}

.section1 .video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: url('../img/video_play_bg.png') no-repeat center, linear-gradient(180deg, #FFC92E, #F3B602);
}

.section1 .video-play::before,
.section1 .video-play::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.section1 .video-play::before {
	margin-top: -76px;
	margin-left: -76px;
	width: 152px;
	height: 152px;
	background-image: url('../img/video_play_outline.png');
	-webkit-animation: spin 5s linear infinite;
			animation: spin 5s linear infinite;
}

.section1 .video-play::after {
	margin-top: -59px;
	margin-left: -59px;
	width: 118px;
	height: 118px;
	background-image: url('../img/video_play_innerline.png');
	-webkit-animation: spinReverse 5s linear infinite;
			animation: spinReverse 5s linear infinite;
}

.section1 .row2 {
	margin-bottom: 44px;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
				transform: rotate(360deg);
	}
}

@-webkit-keyframes spinReverse {
	100% {
		-webkit-transform: rotate(-360deg);
				transform: rotate(-360deg);
	}
}

@keyframes spinReverse {
	100% {
		-webkit-transform: rotate(-360deg);
				transform: rotate(-360deg);
	}
}

.section1 .video-play-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	left: 36px;
}

.form {
	position: relative;
	border: 2px solid #DADDE2;
	border-radius: 20px;
	background-color: #fff;
}

.form::before {
	content: '';
	position: absolute;
	top: -2px;
	right: 56px;
	left: 56px;
	height: 5px;
	border-radius: 14px;
	background-color: #F3B602;
}

.form::after {
	content: '';
	position: absolute;
	z-index: -1;
	right: 55px;
	bottom: -7px;
	left: 55px;
	height: 148px;
	border-radius: 50%;
	background-color: #4C6386;
	opacity: 0.16;
	-webkit-filter: blur(80px);
			filter: blur(80px);
}

.form-title {
	margin-bottom: 18px;
	font-size: 24px;
	line-height: 32px;
	font-family: 'ProximaNova-Semibold';
}

.form-description {
	color: #72798E;
	line-height: 18px;
}

.form-input-field,
.form-input-field2,
.form-btn-upload,
.form-btn,
.form-btn2 {
	max-width: 300px;
}

.section1 .form {
	padding: 48px 58px 30px 48px;
	border-radius: 14px;
	text-align: center;
}

.section1 .form::before {
	right: 60px;
	left: 50px;
}

.section1 .form::after {
	right: 60px;
	bottom: -43px;
	left: 50px;
}

.section1 .form-title {
	margin-bottom: 2px;
}

.section1 .form-column-right {
	width: 100%;
	max-width: 690px;
}

.section1 .form-input-field,
.section1 .form-btn {
	width: calc((100% - 60px) / 3);
}

/*  section2
    ------------------------------------------------------- */
.section2 {
	padding-bottom: 83px;
}

.section2 .container {
	margin-bottom: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: flex-end;
			align-items: flex-end;
}

.section2 .column-left {
	padding-bottom: 30px;
}

.section2 .title {
	margin-bottom: 21px;
	max-width: 420px;
}

.section2 .title > span {
	color: #F3B602;
}

.section2 .description {
	margin-bottom: 35px;
	color: #72798E;
	line-height: 24px;
}

.section2 .btn {
	max-width: 270px;
}

.section2 .switch {
	max-width: 669px;
}

.section2 .switch-item {
	margin: 0 30px 30px 0;
	width: calc((100% - 60px) / 3);
	height: 50px;
	border-radius: 6px;
	border: 2px solid transparent;
	-webkit-justify-content: center;
			justify-content: center;
	color: #1986E9;
	background-color: #F2F5FA;
	font-size: 14px;
	line-height: 17px;
	font-family: 'ProximaNova-Semibold';
}

.section2 .switch-item:nth-child(3n) {
	margin-right: 0;
}

.section2 .switch-item.active {
	border-color: #1986E9;
}

.gallery-item {
	margin: 0 30px 30px 0;
	position: relative;
	width: calc((100% - 90px) / 4);
	max-width: 270px;
	height: 176px;
	font-size: 0;
	cursor: pointer;
}

.gallery-item:nth-child(4n),
.gallery-item:last-child {
	margin-right: 0;
}

.gallery-item:hover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(243, 182, 2, 0.8);
}

.gallery-item-icon {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.gallery-item:hover .gallery-item-icon {
	opacity: 1;
}

.gallery-item > img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

/*  section3
    ------------------------------------------------------- */
.section3 {
	display: none;
	padding-bottom: 130px;
}

.section3 .title {
	margin-bottom: 80px;
	text-align: center;
}

.section3 .title > span {
	margin-top: 10px;
	display: block;
	color: #F3B602;
}

.section3 .switch {
	display: none;
	margin-bottom: 40px;
	position: relative;
}

.section3 .switch-item {
	position: relative;
	width: 113px;
	height: 42px;
	padding-top: 4px;
	line-height: 19px;
	font-family: 'ProximaNova-Semibold';
}

.section3 .switch-item.left {
	margin-right: 58px;
	text-align: right;
}

.section3 .switch-item.left::before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	right: -30px;
	width: 2px;
	height: 40px;
	background-color: #DADDE2;
	-webkit-pointer-events: none;
			pointer-events: none;
}

.section3 .switch-item-icon {
	position: absolute;
	top: 0;
}

.section3 .switch-item.left .switch-item-icon {
	left: 0;
}

.section3 .switch-item.right .switch-item-icon {
	right: 0;
}

.section3 .switch-item-top {
	position: absolute;
	top: -36px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
}

.section3 .container {
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
}

.section3 .container::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	width: 100vw;
	height: 533px;
	max-height: 100%;
	background: #F5F9FE;
}

.section3 .col {
	position: relative;
	z-index: 3;
	width: calc((100% - 72px) / 3);
	padding: 40px 22px 0;
	text-align: center;
}

.section3 .col-center {
	margin: 0 36px;
}

.section3 .col-center::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -15px;
	left: 0;
	bottom: -21px;
	width: 100%;
	border: 2px solid #F3B602;
	border-radius: 14px;
	background-color: #fff;
}

.section3 .col-center::after {
	content: '';
	position: absolute;
	top: -15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	width: 230px;
	height: 8px;
	border-radius: 14px;
	background-color: #F3B602;
}

.section3 .col-center-shadow {
	content: '';
	position: absolute;
	z-index: -2;
	bottom: -34px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	width: 335px;
	height: 89px;
	border-radius: 50%;
	background: #4C6386;
	opacity: 0.16;
	-webkit-filter: blur(80px);
			filter: blur(80px);
}

.section3 .col-title {
	margin-bottom: 24px;
	font-size: 30px;
	font-family: 'ProximaNova-Semibold';
}

.section3 .col-list {
	margin: 0 auto;
	max-width: 296px;
}

.section3 .col-list-item {
	padding: 12px 0;
	border-top: 1px solid #DADDE2;
	line-height: 24px;
}

.section3 .col-pdf {
	margin-top: 28px;
	-webkit-justify-content: center;
			justify-content: center;
	line-height: 19px;
	font-family: 'ProximaNova-Semibold';
}

.section3 .col-pdf-icon {
	margin-left: 17px;
}

.section3 .col-btn {
	margin-top: 27px;
	max-width: none;
}

/*  section4
    ------------------------------------------------------- */
.section4 {
	padding-bottom: 124px;
}

.section4 .container {
	margin-bottom: 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: flex-end;
			align-items: flex-end;
}

.section4 .title {
	font-family: 'ProximaNova-Bold';
}

.section4 .title > span {
	display: block;
}

.section4 .order-info {
	padding-bottom: 6px;
	color: #72798E;
	line-height: 18px;
}

.section4 .wrap-items {
	margin-bottom: 110px;
}

.section4 .item {
	margin: 0 30px 30px 0;
	position: relative;
	width: calc((100% - 90px) / 4);
	height: 108px;
	border-radius: 14px;
	border: 2px solid #DADDE2;
}

.section4 .item:nth-child(4n) {
	margin-right: 0;
}

.section4 .item.checked {
	border-color: #1986E9;
}

.section4 .item-icon,
.section4 .item-btn-num {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
	-webkit-justify-content: center;
			justify-content: center;
	width: 100px;
	height: 100%;
}

.section4 .item-title {
	line-height: 24px;
}

.section4 .item-checkbox {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	border: 2px solid #DADDE2;
	border-radius: 4px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.section4 .item.checked .item-checkbox {
	border-color: #1986E9;
	background-color: #1986E9;
}

.section4 .item-checkbox-on {
	display: none;
}

.section4 .item.checked .item-checkbox-on {
	display: block;
}

.section4 .item.checked .item-checkbox-off {
	display: none;
}

.section4 .item-btn {
	text-align: center;
	color: #fff;
	border-color: #1986E9;
	background-color: #1986E9;
	line-height: 24px;
	font-family: 'ProximaNova-Bold';
	overflow: hidden;
}

.section4 .item-btn-num {
	font-size: 32px;
	color: #1986E9;
	background-color: #fff;
}

.section4 .item-btn-label {
	-webkit-flex-grow: 1;
			flex-grow: 1;
}

.section4 .item-btn-label-free {
	display: block;
	text-transform: uppercase;
}

.section4 .form {
	padding: 30px 58px;
	text-align: center;
}

.section4 .form::after {
	right: 55px;
	bottom: -7px;
	left: 55px;
}

.section4 .form-description {
	margin-bottom: 40px;
}

.section4 .form-container {
	margin-bottom: 44px;
}

.section4 .form-input-field,
.section4 .form-btn {
    width: calc((100% - 90px) / 4);
}

.form-line {
	position: absolute;
	bottom: 36px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #DADDE2;
}

.checkbox {
	position: relative;
	z-index: 2;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-justify-content: center;
			justify-content: center;
	padding: 0 30px;
	background-color: #fff;
}

.checkbox > span {
	cursor: pointer;
}

.checkbox-input {
	margin-right: 12px;
    -webkit-flex-shrink: 0;
    		flex-shrink: 0;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 2px solid #DADDE2;
	-webkit-justify-content: center;
			justify-content: center;
}

.checked .checkbox-input {
	border-color: #1986E9;
	background-color: #1986E9;
}

.checkbox-input-icon {
	opacity: 0;
}

.checked .checkbox-input-icon {
	opacity: 1;
}

.checkbox-label {
	font-size: 12px;
	line-height: 16px;
	color: #72798E;
}

/*  section5
    ------------------------------------------------------- */
.section5 {
	padding-bottom: 140px;
}

.section5 .title {
	margin-bottom: 22px;
}

.section5 .description {
	margin-bottom: 48px;
	max-width: 700px;
	color: #72798E;
	line-height: 24px;
}

.section5 .wrap-slider {
	position: relative;
}

.section5 .slider {
	margin-bottom: 140px;
}

.section5 .owl-carousel .owl-stage-outer {
	overflow: hidden;
}

.section5 .slide {
	width: calc(100vw - 40px);
	max-width: 1170px;
	display: -webkit-flex;
	display: flex;
}

.section5 .slide.hidden {
	display: none;
}

.section5 .slide-left {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
	width: 175px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	-webkit-justify-content: space-between;
			justify-content: space-between;
}

.section5 .slide-left-close {
	display: none;
	position: absolute;
	top: -45px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	color: #fff;
	font-family: 'ProximaNova-Semibold';
}

.section5 .slide-left-close-icon {
	margin-right: 10px;
}

.section5 .slide-logo {
	margin-bottom: 40px;
}

.section5 .slide-list-item {
	margin-bottom: 28px;
}

.section5 .slide-list-item:last-child {
	margin: 0;
}

.section5 .slide-list-item-label {
	margin-bottom: 12px;
	color: #72798E;
}

.section5 .slide-list-item-value {
	line-height: 24px;
	font-family: 'ProximaNova-Semibold';
}

.section5 .slide-img {
	margin: 0 40px;
	height: 460px;
}

.section5 .slide-img > img {
	max-width: 100%;
	height: 100%;
	border-radius: 14px;
	object-fit: cover;
}

.section5 .slide-img-icon {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.section5 .slide-small-images {
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
	width: 200px;
}

.section5 .slide-small-img {
	margin-bottom: 30px;
	display: block;
	position: relative;
	font-size: 0;
}

.section5 .slide-small-img:last-child {
	margin: 0;
}

.section5 .slide-small-img.active::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 2px solid #F3B602;
}

.section5 .slide-small-img > img {
	width: 200px;
	height: 133px;
	border-radius: 10px;
}

.section5 .slider-nav {
	position: absolute;
	z-index: 2;
	bottom: -22px;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	height: 45px;
	border-radius: 100px;
	padding: 0 14px;
	background-color: #fff;
}

.section5 .slider-nav-dots {
	margin: 0 28px;
}

.section5 .owl-dot {
	margin-right: 15px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: #DADDE2;
}

.section5 .owl-dot:last-child {
	margin: 0;
}

.section5 .owl-dot.active {
	background-color: #F3B602;
}

.section5 .show-projects {
	display: none;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'ProximaNova-Semibold';
}

.section5 .show-projects-icon {
	margin-right: 10px;
}

.section5 .form {
	text-align: center;
}

.section5 .form-step1 {
	padding: 38px 58px 55px;
}

.section5 .form-description {
	margin: 0 auto 40px;
	max-width: 760px;
}

.section5 .form-container {
	margin: 0 auto;
	max-width: 970px;
}

.section5 .select,
.section5 .form-input-field,
.section5 .form-btn {
    width: calc((100% - 70px) / 3);
}

.section5 .select,
.section5 .form-input-field {
	margin: 0 35px 0 0;
}

.section5 .form-step2,
.section5 .form-step3 {
	display: none;
}

.section5 .form-step2.open,
.section5 .form-step3.open {
	display: block;
}

.section5 .form-step2 {
	padding: 0 58px 5px;
}

.section5 .form-wrap-img {
	margin: 0 auto;
	max-width: 970px;
}

.section5 .form-img {
	margin: 0 35px 35px 0;
	width: calc((100% - 70px) / 3);
	max-width: 300px;
	height: 176px;
	position: relative;
	font-size: 0;
}

.section5 .form-img:last-child {
	margin: 0;
}

.section5 .form-img::before {
	opacity: 0;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: rgba(243, 182, 2, 0.8);
}

.section5 .form-img.selected::before {
	opacity: 1;
}

.section5 .form-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section5 .form-img-icon {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
}

.section5 .form-img.selected .form-img-icon {
	opacity: 1;
}

.section5 .form-img > img {
	border-radius: 10px;
}

.section5 .form-step3 {
	padding: 34px 58px 38px;
	border-top: 2px solid #DADDE2;
}

.section5 .form-step3 .open {
	display: block;
}

.section5 .form-title2 {
	margin-bottom: 41px;
}

.section5 .form-input-field2,
.section5 .form-btn2,
.section5 .form-btn-upload {
    width: calc((100% - 90px) / 4);
}

.section5 .form-input-field2,
.section5 .form-btn-upload {
	margin: 0 30px 0 0;
}

.section5 .form-btn-upload {
	color: #1986E9;
	background-color: #F2F5FA;
}

.section5 .form-container2 {
	margin-bottom: 40px;
}

.section5 .form-line {
	bottom: 46px;
}

/*  section6
    ------------------------------------------------------- */
.section6 {
	padding-bottom: 80px;
}

.section6 .title {
	margin-bottom: 104px;
	position: relative;
	padding-left: 135px;
}

.section6 .title > span {
	display: block;
}

.section6 .title-num {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	left: 0;
	color: #F3B602;
	font-size: 140px;
	font-family: 'ProximaNova-Bold';
}

.section6 .item {
    margin: 0 30px 80px 0;
    width: calc((100% - 90px) / 4);
}

.section6 .item:nth-child(4n) {
    margin-right: 0;
}

.section6 .item-icon {
	margin-right: 18px;
    -webkit-flex-shrink: 0;
    		flex-shrink: 0;
    -webkit-justify-content: center;
    		justify-content: center;
    width: 64px;
}

.section6 .item-title {
	line-height: 24px;
}

/*  section7
    ------------------------------------------------------- */
.section7 {
	padding-bottom: 130px;
}

.section7 .container {
	margin-bottom: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
			justify-content: space-between;
	-webkit-align-items: flex-end;
			align-items: flex-end;
}

.section7 .title > span {
	display: block;
}

.section7 .switch-item {
	margin-right: 30px;
	width: 170px;
	height: 50px;
	border-radius: 6px;
	border: 2px solid transparent;
	-webkit-justify-content: center;
			justify-content: center;
	color: #1986E9;
	background-color: #F2F5FA;
	font-size: 14px;
	font-family: 'ProximaNova-Semibold';
}

.section7 .switch-item:last-child {
	margin-right: 0;
}

.section7 .switch-item.active {
	border-color: #1986E9;
}

.section7 .item {
	margin-bottom: 30px;
	position: relative;
	width: calc((100% - 30px) / 2);
	border-radius: 20px;
	padding: 28px;
	border: 1px solid #E2E8F1;
	background-color: #fff;
}

.section7 .item:nth-child(2n + 1) {
	margin-right: 30px;
}

.section7 .item::before {
    content: '';
    position: absolute;
	z-index: -1;
	right: 28px;
    bottom: -12px;
	left: 28px;
    height: 58px;
    border-radius: 50%;
    background: #4C6386;
    opacity: 0.16;
    -webkit-filter: blur(50px);
    		filter: blur(50px);
}

.section7 .item-avatar {
	margin-right: 39px;
	-webkit-flex-shrink: 0;
			flex-shrink: 0;
	width: 152px;
	height: 152px;
}

.section7 .item-avatar > img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

.section7 .item-right {
	-webkit-flex-grow: 1;
			flex-grow: 1;
}

.section7 .item-post {
	margin-bottom: 12px;
	font-size: 14px;
	color: #1986E9;
}

.section7 .item-name {
	margin-bottom: 18px;
	font-size: 24px;
	font-family: 'ProximaNova-Semibold';
}

.section7 .item-contacts {
	line-height: 24px;
	font-family: 'ProximaNova-Light';
}

/*  section8
    ------------------------------------------------------- */
.section8 {
	position: relative;
}

.section8 .contacts {
	position: relative;
	z-index: 2;
    width: 100%;
    max-width: 420px;
	border-right: 3px solid #fff;
    border-left: 3px solid #fff;
	padding: 29px 55px 36px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, #FFFFFF 100%);
	-webkit-backdrop-filter: blur(16px);
			backdrop-filter: blur(16px);
}

.section8 .contacts-title {
    margin-bottom: 18px;
	font-size: 48px;
}

.section8 .contacts-tel {
	margin-bottom: 26px;
	position: relative;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
			flex-direction: column;
	padding: 24px 0 11px;
}

.section8 .contacts-tel::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	width: 420px;
	height: 100%;
	background: linear-gradient(217deg, #FFD439 12%, #F3B602);
}

.section8 .contacts-tel-label {
	margin-bottom: 11px;
	line-height: 18px;
}

.section8 .contacts-tel-num {
	font-size: 30px;
	line-height: 48px;
	font-family: 'ProximaNova-Bold';
}

.section8 .contacts-container {
	margin-bottom: 35px;
}

.section8 .contacts-list {
	margin-bottom: 29px;
	line-height: 24px;
}

.section8 .contacts-list:last-child {
	margin: 0;
}

.section8 .contacts-email {
	line-height: 24px;
	font-size: 15px;
}

.section8 .map {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*  footer
    ------------------------------------------------------- */
.footer {
	padding: 40px 0 35px;
	text-align: center;
	color: #72798E;
	font-size: 14px;
	line-height: 24px;
}

/*  form UI
    ------------------------------------------------------- */
input[type=text],
input[type=tel],
input[type=email] {
    -webkit-appearance: none;
    		appearance: none;
}

input {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: transparent;
	-webkit-box-shadow: none;
			box-shadow: none;
}

input::-moz-placeholder {
	opacity: 1;
	color: #B1B8BE;
}

input::-webkit-input-placeholder {
	color: #B1B8BE;
}

input:-ms-input-placeholder {
	color: #B1B8BE;
}

input::-ms-input-placeholder {
	color: #B1B8BE;
}

input::placeholder {
	color: #B1B8BE;
}

:invalid {
	box-shadow: none;
}

.input-field {
	margin-right: 30px;
	width: 100%;
	padding: 15px 20px 14px;
	border-radius: 5px;
	border: 2px solid #DADDE2;
	color: #000;
	font-size: 14px;
	line-height: 17px;
	font-family: 'ProximaNova-Semibold';
}

.input-error {
	border-color: #ff0000;
}

.input-field:focus {
	border-color: #1986E9;
}

.select {
	margin: 0 auto 20px;
	max-width: 300px;
    position: relative;
}

.select .selected {
	position: relative;
	height: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	padding: 0 30px 0 20px;
	border-radius: 5px;
	border: 2px solid #DADDE2;
	cursor: pointer;
	color: #000;
	font-size: 14px;
	font-family: 'ProximaNova-Semibold';
}

.select .selected.default {
	color: #B1B8BE;
}

.select .selected.input-error {
	border-color: #ff0000;
}

.select .selected > span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
}

.select .selected-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    		transform: translateY(-50%);
    right: 14px;
}

.select .options {
    display: none;
    position: absolute;
    z-index: 100;
    top: 0;
	left: 0;
    width: 100%;
	max-height: 352px;
	overflow-y: auto;
	font-size: 14px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.select .options > a {
	display: -webkit-flex;
	display: flex;
	padding: 0 20px;
	line-height: 40px;
}

.select .options > a:hover {
    background-color: #f5f5f5;
}

#photoupload {
	display: none;
}

/*  modal form
    ------------------------------------------------------- */
.modal-box {
	display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
	overflow-y: auto;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
	z-index: 10000;
	-webkit-animation-duration: 1s;
    		animation-duration: 1s;
  	-webkit-animation-fill-mode: both;
    		animation-fill-mode: both;
}

.modal-box::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
	height: 100%;
}

.modal-box > section {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.modal {
    position: relative;
    width: 100vw;
	max-width: 480px;
	padding: 50px 30px 30px;
	border-radius: 14px;
	background-color: #fff;
}

.modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.modal-title {
    margin: 0 auto 40px;
	max-width: 300px;
    font-size: 24px;
    line-height: 32px;
    font-family: 'ProximaNova-Semibold';
}

.modal-input-field {
    margin: 0 0 20px;
	max-width: 300px;
}

.modal-btn {
	margin: 0 auto 40px;
	max-width: 300px;
}

.modal-success-btn {
	margin: 0 auto;
	max-width: 300px;
}

.modal .checkbox {
	padding: 0;
	text-align: left;
}

.modal-info {
	margin-bottom: 20px;
	line-height: 24px;
}

.grecaptcha-badge {visibility: hidden;}

/*  ANIMATIONS MODAL FORM
    ------------------------------------------------------- */
@-webkit-keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
				transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

@keyframes zoomIn {
	from {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
				transform: scale3d(0.3, 0.3, 0.3);
	}

	50% {
		opacity: 1;
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
			animation-name: zoomIn;
	-webkit-animation-duration: 0.3s;
			animation-duration: 0.3s;
}

@-webkit-keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
				transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

@keyframes zoomOut {
	from {
		opacity: 1;
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
				transform: scale3d(0.3, 0.3, 0.3);
	}

	to {
		opacity: 0;
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
			animation-name: zoomOut;
	-webkit-animation-duration: 0.3s;
			animation-duration: 0.3s;
}

/*  Modal window message
    ------------------------------------------------------- */
.popup-info {
	position: fixed;
	z-index: 90006;
	top: 20px;
	left: 20px;
	width: calc(100vw - 40px);
	max-width: 400px;
	padding: 20px 40px 20px 80px;
	border: 2px solid #F3B602;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	visibility: visible;
	-webkit-animation-name: bounceInDown;
			animation-name: bounceInDown;
	-webkit-animation-duration: 1s;
			animation-duration: 1s;	
	-webkit-animation-timing-function: ease-in-out;	
			animation-timing-function: ease-in-out;
}

.popup-info p {
	line-height: 30px;
}

.popup-info > svg {
	position: absolute;
	left: 40px;
	width: 26px;
	height: 26px;   
}

.popup-error {
	color: #fff;
	background-color: #e74c3c;
	border-color: #e74c3c;
}

@-webkit-keyframes bounceInDown {
	from, 60%, 75%, 90%, 100% {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
				animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
				transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
				transform: translate3d(0, 25px, 0);
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
				transform: translate3d(0, -10px, 0);
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
				transform: translate3d(0, 5px, 0);
	}

	100% {
		-webkit-transform: none;
				transform: none;
	}
}

@keyframes bounceInDown {
	from, 60%, 75%, 90%, 100% {
		animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	
	0% {
		opacity: 0;
		transform: translate3d(0, -3000px, 0);
	}

	60% {
		opacity: 1;
		transform: translate3d(0, 25px, 0);
	}

	75% {
		transform: translate3d(0, -10px, 0);
	}

	90% {
		transform: translate3d(0, 5px, 0);
	}

	100% {
		transform: none;
	}
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
	margin: 0 auto;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  
.owl-carousel .owl-stage {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}


  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    /*overflow: hidden;*/
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-wrapper {
	margin: 0 auto;
}


  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }



  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }

  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

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

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
SimpleYouTubePlayer
*/

#mPlayer {
	display: none;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 20;
	left: 0;
	top: 0;
}

/* video player */
#mPlayer div {
	position: fixed;
	background: #000;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	height: calc(100vh - 80px);
}

#mPlayer iframe {
    left: 0;
    position: absolute;
    top: 0;
	background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/*  ANIMATIONS SCROLL
    ------------------------------------------------------- */
@-webkit-keyframes fadeIn {
 0% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@keyframes fadeIn {
 0% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
.fadeIn {
 -webkit-animation-name:fadeIn;
 animation-name:fadeIn
}

@-webkit-keyframes fadeInDown {
 0% {
  opacity:0;
  -webkit-transform:translateY(-20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateY(0)
 }
}
@keyframes fadeInDown {
 0% {
  opacity:0;
  -webkit-transform:translateY(-20px);
  transform:translateY(-20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
.fadeInDown {
 -webkit-animation-name:fadeInDown;
 animation-name:fadeInDown
}
@-webkit-keyframes fadeInLeft {
 0% {
  opacity:0;
  -webkit-transform:translateX(-20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateX(0)
 }
}
@keyframes fadeInLeft {
 0% {
  opacity:0;
  -webkit-transform:translateX(-20px);
  transform:translateX(-20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
}
.fadeInLeft {
 -webkit-animation-name:fadeInLeft;
 animation-name:fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
 0% {
  opacity:0;
  -webkit-transform:translateX(-100px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateX(0)
 }
}
@keyframes fadeInLeftBig {
 0% {
  opacity:0;
  -webkit-transform:translateX(-100px);
  transform:translateX(-100px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
}
.fadeInLeftBig {
 -webkit-animation-name:fadeInLeftBig;
 animation-name:fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
 0% {
  opacity:0;
  -webkit-transform:translateX(20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateX(0)
 }
}
@keyframes fadeInRight {
 0% {
  opacity:0;
  -webkit-transform:translateX(20px);
  transform:translateX(20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
}
.fadeInRight {
 -webkit-animation-name:fadeInRight;
 animation-name:fadeInRight
}
@-webkit-keyframes fadeInRightBig {
 0% {
  opacity:0;
  -webkit-transform:translateX(100px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateX(0)
 }
}
@keyframes fadeInRightBig {
 0% {
  opacity:0;
  -webkit-transform:translateX(100px);
  transform:translateX(100px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateX(0);
  transform:translateX(0)
 }
}
.fadeInRightBig {
 -webkit-animation-name:fadeInRightBig;
 animation-name:fadeInRightBig
}
@-webkit-keyframes fadeInUp {
 0% {
  opacity:0;
  -webkit-transform:translateY(20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateY(0)
 }
}
@keyframes fadeInUp {
 0% {
  opacity:0;
  -webkit-transform:translateY(20px);
  transform:translateY(20px)
 }
 100% {
  opacity:1;
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
.fadeInUp {
 -webkit-animation-name:fadeInUp;
 animation-name:fadeInUp
}
@-webkit-keyframes fadeOut {
 0% {
  opacity:1
 }
 100% {
  opacity:0
 }
}
@keyframes fadeOut {
 0% {
  opacity:1
 }
 100% {
  opacity:0
 }
}
.fadeOut {
 -webkit-animation-name:fadeOut;
 animation-name:fadeOut
}
@-webkit-keyframes flipInX {
 0% {
  -webkit-transform:perspective(400px) rotateX(90deg);
  opacity:0
 }
 40% {
  -webkit-transform:perspective(400px) rotateX(-10deg)
 }
 70% {
  -webkit-transform:perspective(400px) rotateX(10deg)
 }
 100% {
  -webkit-transform:perspective(400px) rotateX(0);
  opacity:1
 }
}
@keyframes flipInX {
 0% {
  -webkit-transform:perspective(400px) rotateX(90deg);
  transform:perspective(400px) rotateX(90deg);
  opacity:0
 }
 40% {
  -webkit-transform:perspective(400px) rotateX(-10deg);
  transform:perspective(400px) rotateX(-10deg)
 }
 70% {
  -webkit-transform:perspective(400px) rotateX(10deg);
  transform:perspective(400px) rotateX(10deg)
 }
 100% {
  -webkit-transform:perspective(400px) rotateX(0);
  transform:perspective(400px) rotateX(0);
  opacity:1
 }
}
.flipInX {
 -webkit-backface-visibility:visible!important;
 backface-visibility:visible!important;
 -webkit-animation-name:flipInX;
 animation-name:flipInX
}
@-webkit-keyframes zoomIn {
 0% {
  opacity:0;
  -webkit-transform:scale3d(.3,.3,.3)
 }
 50% {
  opacity:1
 }
}
@keyframes zoomIn {
 0% {
  opacity:0;
  -webkit-transform:scale3d(.3,.3,.3);
  transform:scale3d(.3,.3,.3)
 }
 50% {
  opacity:1
 }
}
.zoomIn {
 -webkit-animation-name:zoomIn;
 animation-name:zoomIn
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }