
/** FONTS **/
@font-face {
	font-family: 'GOTHAM_PRO';
	src: url('../fonts/GOTHAM_PRO.eot');
	src: local('☺'), 
		 url('../fonts/GOTHAM_PRO.woff') format('woff'), 
		 url('../fonts/GOTHAM_PRO.ttf') format('truetype'), 
		 url('../fonts/GOTHAM_PRO.svg') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'GOTHAM_PRO';
	src: url('../fonts/GOTHAM_PRO_MEDIUM.eot');
	src: local('☺'), 
		 url('../fonts/GOTHAM_PRO_MEDIUM.woff') format('woff'), 
		 url('../fonts/GOTHAM_PRO_MEDIUM.ttf') format('truetype'), 
		 url('../fonts/GOTHAM_PRO_MEDIUM.svg') format('svg');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'GOTHAM_PRO';
	src: url('../fonts/GOTHAM_PRO_BOLD.eot');
	src: local('☺'), 
		 url('../fonts/GOTHAM_PRO_BOLD.woff') format('woff'), 
		 url('../fonts/GOTHAM_PRO_BOLD.ttf') format('truetype'), 
		 url('../fonts/GOTHAM_PRO_BOLD.svg') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'GOTHAM_PRO';
	src: url('../fonts/GOTHAM_PRO_BLACK.eot');
	src: local('☺'), 
		 url('../fonts/GOTHAM_PRO_BLACK.woff') format('woff'), 
		 url('../fonts/GOTHAM_PRO_BLACK.ttf') format('truetype'), 
		 url('../fonts/GOTHAM_PRO_BLACK.svg') format('svg');
	font-weight: 800;
	font-style: normal;
}




/* ------------------- General ------------------- */
body {
	font-family: 'GOTHAM_PRO';
	font-weight: 400;
	line-height: 1.2em;
	font-size: 16px;
}
body * {
	box-sizing: border-box;
}
body a,
body a:hover,
body a:focus,
body a:active {
	outline: none;
}

.letter-effect {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.display-none {
	display: none;
}
.text-center {
	text-align: center;
}
.animate-text {
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}


#menu {
	position: fixed;
	right: 52px;
	top: 50vh;
	transform: translateY(-50%);
	z-index: 200;
}
.scene--full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.section-title {
	width: 100%;
	max-width: 840px;
  margin-left: auto;
  margin-right: auto; 
  margin-top: 0;
}


.page-wrap {
	position: relative;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 100px;
}
.section .content-wrap {
	position: relative;
}

.section .anim-delay {
	opacity: 0;
}
.section.active .anim-delay{
	opacity: 1;
}
.anim-delay {
	-webkit-transition: all .6s ease-out;
			transition: all .6s ease-out;
}
.section.active .delay-1 {
	-webkit-transition-delay: .2s;
	        transition-delay: .2s;
}
.section.active .delay-2 {
	-webkit-transition-delay: .4s;
	        transition-delay: .4s;
}
.section.active .delay-3 {
	-webkit-transition-delay: .6s;
	        transition-delay: .6s;
}


h1,
h2 {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-size: 60px;
	line-height: 1em;
	font-weight: 600;
	margin-bottom: 90px;
	letter-spacing: 0.23em;
}
h1 .sub,
h2 .sub{
	font-size: 23px;
	font-weight: 500;
}
h3 {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5em;
	letter-spacing: 0.23em;
}
h3 .symb {
	font-size: 172px;
	font-weight: 500;
	line-height: 1.4em;
}
h3 .num {
	font-size: 360px;
}
 p.sub-title {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0.23em;
	margin-bottom: 80px;
}
p {
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0 auto 15px;
	max-width: 1024px;
}
p.desc,
a.desc {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.23em;
}
a.desc {
	display: block;
	color: #ffffff;
	text-decoration: none;
}
.logo {
	position: absolute;
	left: 52px;
	top: 52px;
	cursor: pointer;
	z-index: 20000;
}
.logo img {
	width: 280px;
	height: auto;
}

.icon-mouse {
	position: absolute;
	bottom: -300px;
	left: 50%;
	transform: translateX(-50%);
	width: 152px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	letter-spacing: 0.23em;
	height: 31px;
	cursor: pointer;
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}
.icon-mouse .mouse-btn {
	width: 22px;
	height: 31px;
}
.icon-mouse .mouse-scroll {
	position: absolute;
	left: 8px;
	top: 10px;
	width: 5px;
	height: 8px;
	animation-name: mouse-scroll;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
}
.icon-mouse:hover {
	opacity: 0.8;
}

.icon-mouse.mobile-heand {
	width: 26px;
	height: 40px;
}
.icon-mouse .touth-heand {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../img/hand.svg');
	animation-name: mouse-scroll;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
}

@keyframes mouse-scroll {
    0%   {top: 11px;}
    25%  {top: 9px;}
    50%  {top: 11px;}
    75%  {top: 9px;}
    100% {top: 11px;}
}





.section-contact {
	text-align: center;
}
.section-contact .phone-fix {
	margin-bottom: 50px;
	
}
.section-contact .phone-fix a {
	color: #ffffff;
	text-decoration: none;
}
.section-contact .link-mail {
	display: inline-block;
	margin-bottom: 50px;
	padding-bottom: 8px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.23em;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}
.section-contact .link-mail:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,1);
}

@media (max-width: 480px) {
	.section-contact .phone-fix a {
		margin-bottom: 40px;
		font-size: 24px;
	}
	.section-contact .link-mail {
		margin-bottom: 30px;
		padding-bottom: 5px;
		font-size: 18px;
	}
}



.slider-wrap {
	position: relative;
	height: 200px;
	-webkit-transition: all 0.5s ease-out;
			transition: all 0.5s ease-out;
}
.slider-wrap .slider-ell {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 200px;
}
.slider-wrap .slick-initialized:focus {
	outline: none;
}
.slider-wrap .slick-initialized .slider-ell {
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	height: auto;
}
.slider-wrap .slider-ell .section-title {
	max-width: 1100px;
}

.slider-wrap .slider-ell .section-title .animate-text {
	width: 100%;
}
a.desc.delay-3 {
	color: #ffffff;
	font-family: Roboto;
	font-size: 40px;
	font-weight: 400;
	margin-top: 100px;
	text-transform: uppercase;
	letter-spacing: 1.44px;
}
.slider-wrap p.desc {
	max-width: 460px;
    padding: 0 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-bottom: 0;
    transform: translateX(-50%);
}
.slider-wrap .nav-slider-wrap {
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 100%;
}
.slider-wrap .nav-slider {
	position: relative;
	width: 100%;
	max-width: 460px;
	margin: 0 auto;
}
.slider-wrap .nav-slider .arr-slide {
	position: absolute;
	top: -41px;
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 5px solid #ffffff;
	cursor: pointer;
	background-size: 7px auto;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}
.slider-wrap .nav-slider .arr-slide.prev-slide {
	left: 0;
}
.slider-wrap .nav-slider .arr-slide.next-slide {
	right: 0;
}
.slider-wrap .nav-slider .arr-slide .arr__icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 9px;
	transform: translate(-50%,-50%);
}
.slider-wrap .nav-slider .arr-slide:hover {
	border: 2px solid #ffffff;
}

.slider-wrap h2.section-title {
	font-size: 52px;
}
.slider-wrap p.desc {
	font-size: 16px;
}
@media (max-width: 1199px) {
	.slider-wrap h2.section-title {
		letter-spacing: 0.05em;
	}
}
@media (max-width: 991px) {
	.slider-wrap,
	.slider-wrap .slider-ell {
		height: 160px;
	}
	.slider-wrap h2.section-title {
		font-size: 36px;
	}
	.slider-wrap p.desc {
		font-size: 14px;
		padding: 0 20px;
		letter-spacing: normal;
	}
}
@media (max-width: 767px) {
	.section-client p.sub-title {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.slider-wrap {
		height: 140px;
	}
	.slider-wrap .slider-ell {
		height: 120px;
	}
	.slider-wrap h2.section-title {
		font-size: 20px;
		letter-spacing: normal;
	}
	.slider-wrap p.desc {
		font-size: 14px;
		padding: 0;
    	width: 100%;
		letter-spacing: normal;
	}
}
@media screen and (orientation:portrait) and (max-width: 767px) {
	.slider-wrap .nav-slider {
		max-width: 220px;
		height: 32px;
	}
	.slider-wrap .nav-slider .arr-slide {
		top: 5px;
	}
	.slider-wrap .nav-slider-wrap {
		bottom: -25px;
	}
}
@media screen and (orientation:landscape) and (max-width: 767px) {
	.slider-wrap .nav-slider {
		max-width: 380px;
	}
	.slider-wrap .nav-slider-wrap {
		bottom: 30px;
	}
}

@media (max-width: 480px) {
	.slider-wrap {
		height: 200px;
	}
	.slider-wrap .slider-ell {
		height: 90px;
	}
	.section-client p.sub-title {
	    font-size: 12px;
	    margin-bottom: 15px;
	}
	.slider-wrap h2.section-title {
		font-size: 18px;
		line-height: 1.4em;
		margin-bottom: 30px;
	}
	.slider-wrap p.desc {
		font-size: 12px;
	}
	.slider-wrap .nav-slider-wrap {
	    bottom: 20px;
	}
}

@media (orientation:landscape) and (max-height: 480px) {
	.slider-wrap {
		height: 120px;
	}
	.slider-wrap .slider-ell {
		height: 90px;
	}
	.section-client p.sub-title {
	    font-size: 12px;
	    margin-bottom: 15px;
	}
	.slider-wrap h2.section-title {
		font-size: 18px;
		line-height: 1.4em;
		margin-bottom: 30px;
	}
	.slider-wrap p.desc {
		font-size: 12px;
	}
	.slider-wrap .nav-slider-wrap {
	    bottom: 20px;
	}
}

@media (orientation:landscape) and (max-height: 319px) {
	.section-client p.sub-title {
	    font-size: 11px;
	    margin-bottom: 15px;
	}
	.slider-wrap h2.section-title {
		font-size: 18px;
		line-height: 1.4em;
	}
	.slider-wrap p.desc {
		font-size: 11px;
	}
}


@media (max-width: 1199px) {
  h1,
	h2 {
		font-size: 54px;
		letter-spacing: 0.1em;
	}
	h1 .sub,
	h2 .sub{
		font-size: 21px;
		letter-spacing: 0.1em;
	}
	h3 {
		font-size: 22px;
		letter-spacing: 0.1em;
	}
	h3 .symb {
		font-size: 152px;
	}
	h3 .num {
		font-size: 320px;
	}
	p {
		font-size: 20px;
	}
	p.desc,
	a.desc {
		font-size: 16px;
		letter-spacing: 0.1em;
	}
}
@media (max-width: 991px) {
  h1,
	h2 {
		font-size: 46px;
	}
	h1 .sub,
	h2 .sub{
		font-size: 18px;
		letter-spacing: 0.1em;
	}
	h3 {
		font-size: 16px;
    	letter-spacing: 0.1em;
	}
	h3 .symb {
		font-size: 120px;
	}
	h3 .num {
		font-size: 260px;
	}
	p {
		font-size: 18px;
	}
	p.desc,
	a.desc {
		font-size: 16px;
	}
	p.sub-title {
		font-size: 20px;
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	#menu {
		display: none;
	}
	.page-wrap {
		padding: 0 45px;
	}
	.logo {
		position: fixed;
	    left: 50%;
	    top: 15px;
	    transform: translateX(-50%);
	    z-index: 200;
	}
	.logo img {
	    width: 80px;
	}
  	h1,
	h2 {
		font-size: 36px;
		letter-spacing: normal;
		margin: 0 0 60px;
	}
	h1 .sub,
	h2 .sub{
		font-size: 18px;
		letter-spacing: normal;
		margin-bottom: 10px;
		display: inline-block;
	}
	h3 {
		font-size: 16px;
    	letter-spacing: normal;
	}
	h3 .symb {
		font-size: 100px;
	}
	h3 .num {
		font-size: 200px;
	}
	p {
		font-size: 16px;
	}
	p.desc,
	a.desc {
		font-size: 16px;
		letter-spacing: normal;
	}
	p.sub-title {
		font-size: 18px;
		letter-spacing: normal;
		margin-bottom: 30px;
	}
}

@media (max-width: 480px) {
	.page-wrap {
		padding: 0 15px;
	}
	.logo img {
	    width: 80px;
	}
	.icon-mouse {
	    bottom: -60px;
	}
  	h1,
	h2 {
		font-size: 28px;
		margin: 0 0 40px;
	}
	h1 .sub,
	h2 .sub{
		font-size: 16px;
	}
	h3 {
		font-size: 13px;
	}
	h3 .symb {
		font-size: 60px;
	}
	h3 .num {
		font-size: 140px;
	}
	p {
		font-size: 14px;
	}
	p.desc,
	a.desc {
		font-size: 14px;
	}
	p.sub-title {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

@media (orientation:landscape) and (max-height: 500px) {
	#menu {
		display: none;
	}
	.page-wrap {
		padding: 0 45px;
	}
	.logo {
		position: fixed;
	    left: 50%;
	    top: 15px;
	    transform: translateX(-50%);
	    z-index: 200;
	}
	.logo img {
	    width: 80px;
	}
  	h1,
	h2 {
		font-size: 36px;
		letter-spacing: normal;
		margin: 0 0 60px;
	}
	h1 .sub,
	h2 .sub{
		font-size: 18px;
		letter-spacing: normal;
		margin-bottom: 10px;
		display: inline-block;
	}
	h3 {
		font-size: 16px;
    	letter-spacing: normal;
	}
	h3 .symb {
		font-size: 100px;
	}
	h3 .num {
		font-size: 200px;
	}
	p {
		font-size: 16px;
	}
	p.desc,
	a.desc {
		font-size: 16px;
		letter-spacing: normal;
	}
	p.sub-title {
		font-size: 18px;
		letter-spacing: normal;
		margin-bottom: 30px;
	}
	.icon-mouse {
		position: relative;
		left: auto;
	    bottom: auto;
	    margin: 0 auto;
	    transform: translateX(0);
	}
}

@media (orientation:landscape) and (max-height: 420px) {
	.page-wrap {
		padding: 0 25px;
	}
	.logo img {
	    width: 80px;
	}
  	h1,
	h2 {
		font-size: 28px;
		margin: 0 0 40px;
	}
	h1 .sub,
	h2 .sub{
		font-size: 16px;
	}
	h3 {
		font-size: 13px;
	}
	h3 .symb {
		font-size: 60px;
	}
	h3 .num {
		font-size: 140px;
	}
	p {
		font-size: 14px;
	}
	p.desc,
	a.desc {
		font-size: 14px;
	}
	p.sub-title {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.section-contact .phone-fix,
	.section-contact .link-mail {
		margin-bottom: 30px;
	}
}

@media (orientation:landscape) and (max-height: 319px) {
  	h1,
	h2 {
		font-size: 26px;
		margin: 0 0 25px;
	}
	h1 .sub,
	h2 .sub{
		font-size: 14px;
	}
	h3 {
		font-size: 12px;
	}
	h3 .symb {
		font-size: 46px;
	}
	h3 .num {
		font-size: 100px;
	}
	p {
		font-size: 12px;
	}
	p.desc,
	a.desc {
		font-size: 12px;
	}
	p.sub-title {
		font-size: 14px;
		margin-bottom: 15px;
	}
	.section-contact .phone-fix,
	.section-contact .link-mail {
		margin-bottom: 20px;
	}
}





/* modal form */
.ip-container .morphsearch {
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	right: 0;
	background: #ffffff;
	overflow: hidden;
	z-index: 1500;
	-webkit-transition: all 0.3s ease-out;
			transition: all 0.3s ease-out;	
}
.ip-container.modal-open .morphsearch {
	height: 100%;
}
.ip-container .morphsearch-content {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	padding: 0 15px;
	overflow-y: scroll;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-10%);
			transform: translateY(-10%);
	-webkit-transition: transform .4s ease-out, opacity .5s linear;
			transition: transform .4s ease-out, opacity .5s linear;
}
.ip-container .morphsearch .morphsearch-content.open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0%);
			transform: translateY(0%);
}
.morphsearch-content .page-wrap {
	display: table;
	margin-top: 28vh;
	max-width: 1028px;
}
.morphsearch-content .page-wrap .fild-wrap {
	margin-bottom: 20px;
}




.btn-order.morphsearch-open {
	position: fixed;
	right: 52px;
	top: 44px;
	width: 246px;
	height: 40px;
	padding: 13px 10px;
	margin: 0;
	line-height: 15px;
	background-color: #ffffff;
	color: #000000;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.23em;
	font-weight: 600;
	z-index: 20;
	white-space: nowrap;
	-webkit-transition: opacity 0.2s;
			transition: opacity 0.2s;
}
.btn-order.morphsearch-open.button--aylen::before {
    background: #555555;
}
.btn-order.morphsearch-open.button--aylen::after {
    background: #222222;
}
.btn-order.morphsearch-open:hover {
    color: #ffffff;
}

.morphsearch .btn-send.button--aylen {
	width: 250px;
	height: 80px;
	padding: 23px 10px;
	margin: 0;
	line-height: 15px;
	background-color: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 40px;
	color: rgba(0,0,0,0.5);
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.23em;
	font-weight: 600;
	z-index: 20;
	white-space: nowrap;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.morphsearch .btn-send.button--aylen.border {
	border: 1px solid #888888;
	color: rgba(0,0,0,1);
}
.morphsearch .btn-send:hover,
.morphsearch .btn-send.button--aylen.border:hover {
	color: #ffffff;
}
.morphsearch .btn-send.button--aylen::before {
    background: #555555;
}
.morphsearch .btn-send.button--aylen::after {
    background: #222222;
}
.morphsearch .btn-send.button--aylen.progress-button .progress-inner {
	background: #00eaff;
}

.morphsearch .btn-send.button--aylen[disabled],
.morphsearch .btn-send.border.button--aylen[disabled] {
	color: #000000;
}
.morphsearch .btn-send.button--aylen[disabled]::before,
.morphsearch .btn-send.button--aylen[disabled]::after {
	transform: translate3d(0, 0, 0);
}
.morphsearch .btn-wrap {
	display: table;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
}


.ip-container .morphsearch-close {
	width: 36px;
	height: 36px;
	position: absolute;
	right: 52px;
	top: 45px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	pointer-events: none;
	opacity: 0;
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
}

.ip-container.modal-open .morphsearch .morphsearch-close {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}



.morphsearch-close::before,
.morphsearch-close::after {
	content: '';
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	border-radius: 3px;
	opacity: 0.2;
	background: #000;
	-webkit-transition: opacity 0.2s;
			transition: opacity 0.2s;
}

.morphsearch-close:hover.morphsearch-close::before,
.morphsearch-close:hover.morphsearch-close::after {
	opacity: 1;
}

.morphsearch-close::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.morphsearch-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}



@media (max-width: 767px) {
	.btn-order.morphsearch-open {
		right: 50%;
    	top: auto;
    	bottom: 10px;
	    font-size: 12px;
	    height: 34px;
	    width: 160px;
	    line-height: 12px;
	    padding: 11px 10px;
	    letter-spacing: normal;
	    transform: translateX(50%);
	}
	.morphsearch .btn-send.button--aylen {
	    font-size: 12px;
	    height: 50px;
	    width: 180px;
	    line-height: 12px;
	    padding: 19px 10px;
	    letter-spacing: normal;
	    z-index: 20;
	    white-space: nowrap;
	    margin: 0 auto;
	    float: none;
	}
	.ip-container .morphsearch-close {
		right: 15px;
		top: 15px;
	}
}
@media (max-height: 480px) {
	.btn-order.morphsearch-open {
		right: 50%;
    	top: auto;
    	bottom: 10px;
	    font-size: 12px;
	    height: 34px;
	    width: 160px;
	    line-height: 12px;
	    padding: 11px 10px;
	    letter-spacing: normal;
	    transform: translateX(50%);
	}
	.morphsearch .btn-send.button--aylen {
	    font-size: 12px;
	    height: 50px;
	    width: 180px;
	    line-height: 12px;
	    padding: 19px 10px;
	    letter-spacing: normal;
	    z-index: 20;
	    white-space: nowrap;
	    margin: 0 auto;
	    float: none;
	}
	.ip-container .morphsearch-close {
		right: 15px;
		top: 15px;
	}
}




.dummy-column {
	width: 50%;
	padding: 0 30px;
	float: left;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}
.dummy-column-full {
	width: 100%;
	padding: 0 30px;
	float: left;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}


.ip-container.modal-open .dummy-column,
.ip-container.modal-open .dummy-column-full {
	opacity: 1;
}
.input.input--hoshi {
	margin: 0;
	margin-top: 25px;
	width: 100%;
}
.input__label-content--hoshi {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.input--filled .input__label-content--hoshi {
	font-size: 14px;
	font-weight: 400;
}
.input__field--hoshi {
    padding: 0.85em 0.15em 1.20em;
}
.input.input--hoshi .icon-file {
	display: inline-block;
	position: absolute;
	top: 26px;
	right: 20px;
	width: 40px;
	height: 40px;
	font-weight: 500;
	font-size: 28px;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	opacity: 0.5;
	transform: translate(50%,-50%);
	cursor: pointer;
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}
.input.input--hoshi .icon-file  span {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #000000;
	opacity: 0.5;
	-webkit-transition: all 0.2s;
			transition: all 0.2s;
}
.fild-file .input__field {
	cursor: pointer;
}
.input.input--hoshi.input--filled .icon-file,
.input.input--hoshi:hover .icon-file {
	opacity: 1;
}
.input.input--hoshi.input--filled .icon-file span,
.input.input--hoshi:hover .icon-file span{
	width: 40px;
	height: 40px;
	opacity: 1;
}
.input.input--hoshi .icon-file.clear-file {
	opacity: 1;
	background-color: #78f7ff;
	transform: translate(50%,-50%) rotate(135deg);
}
.input.input--hoshi .icon-file.clear-file span{
	border: 10px solid #78f7ff;
	opacity: 1;
}
.morphsearch .checkbox-wrap {
	float: right;
	width: calc(100% - 300px);
	padding: 20px 0;
}
.morphsearch .checkbox-wrap input[type=checkbox]:not(old), 
.morphsearch .checkbox-wrap input[type=radio ]:not(old) {
	display: none;
}
.morphsearch .checkbox-wrap input[type=checkbox]:not(old) + label, 
.morphsearch .checkbox-wrap input[type=radio ]:not(old) + label {
	position: relative;
	margin-left: 0;
	padding: 4px 0 4px 55px;
	line-height: 32px;
	height: auto;
	font-size: 14px;
}

.morphsearch .checkbox-wrap input[type=checkbox]:not(old) + label > span, 
.morphsearch .checkbox-wrap input[type=radio ]:not(old) + label > span {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translate(-50%,-50%);
}
.morphsearch .checkbox-wrap label:hover, 
.morphsearch .checkbox-wrap label:hover {
    opacity: 1;
}
#form-autorization {
	position: relative;
	display: table;
	z-index: 20;
}

.morphsearch .form-message {
	position: fixed;
    left: 0;
    top: 50%;
    width: 100%;
    opacity: 0;
    z-index: 10;
    transform: translateY(-50%);
    transition: opacity 0.5s;
    -webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.morphsearch .form-message p.sub-title {
	margin-bottom: 20px;
}
.morphsearch.message-view .form-message {
	opacity: 1;
}
.morphsearch .form-message h2.section-title {
	color: #000000;
	opacity: 0;
	-webkit-transform: translate(0,100px);
	transform: translate(0,100px);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}
.morphsearch .form-message p.sub-title {
	color: #000000;
	max-width: 100%;
	opacity: 0;
	-webkit-transform: translate(0,100px);
	transform: translate(0,100px);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
}

.morphsearch.message-view .form-message h2.section-title {
	opacity: 1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.morphsearch.message-view .form-message p.sub-title {
	opacity: 1;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.morphsearch.message-view .dummy-column,
.morphsearch.message-view .dummy-column-full {
	opacity: 0;
}


@media (max-width: 1380px) {
	.dummy-column {
		padding: 0 15px;
	}
	.dummy-column-full {
		padding: 0 15px;
	}
	.morphsearch .btn-wrap {
		padding-top: 20px;
	}
	.morphsearch .checkbox-wrap {
		float: none;
		margin-bottom: 30px;
		width: 100%;
	}
	.morphsearch .checkbox-wrap input[type=checkbox]:not(old) + label, 
	.morphsearch .checkbox-wrap input[type=radio ]:not(old) + label {
	    padding: 4px 0 4px 55px;
	    line-height: 1.2em;
	    height: auto;
	}
	.morphsearch .btn-send.button--moema {
		float: none;
	}
}


.input.input--hoshi .error-message {
	display: none;
	color: #ff5400;
}
.input.input--hoshi .succses-message {
	display: none;
}
.input.input--hoshi.error .placehold {
	display: none;
}
.input.input--hoshi.error .error-message {
	display: inline-block;
}
.input.input--hoshi.error .input__label--hoshi-color-1::after {
	border-color: #ff5400;
}

.checkbox-wrap.error label{
	color: #ff5400;
}

.input.input--hoshi.succses .placehold {
	display: none;
}
.input.input--hoshi.succses .succses-message {
	display: inline-block;
}

.checkbox-wrap.error input[type=checkbox]:not(old) + label, 
.checkbox-wrap.error input[type=radio ]:not(old) + label{
	opacity: 1;
}
.checkbox-wrap.error input[type=checkbox]:not(old) + label > span, 
.checkbox-wrap.error input[type=radio ]:not(old) + label > span {
	border: 1px solid #ff5400;
}


@media (max-width: 1120px) {
	.dummy-column {
		width: 100%;
		padding: 0;
	}
	.dummy-column-full {
		padding: 0;
	}
}
@media (max-width: 991px) {
	.morphsearch .page-wrap {
		padding: 0;
	}
}
@media (max-width: 767px) {
	.morphsearch-content .page-wrap {
		margin-top: 10vh;
	}
	.morphsearch-content .page-wrap .fild-wrap {
		margin-bottom: 0px;
	}
	.morphsearch .btn-order.button--moema {
		right: -124px;
    	top: -40px;
	}
	.morphsearch-content {
		padding: 0 15px;
	}
	.morphsearch .checkbox-wrap  input[type=checkbox]:not(old) + label, 
	.morphsearch .checkbox-wrap  input[type=radio ]:not(old) + label {
		position: relative;
		margin-left: 0;
		padding-left: 45px;
		line-height: 1.2em;
		height: auto;
		font-size: 12px;
		opacity: 1;
	}
	.morphsearch .checkbox-wrap  input[type=checkbox]:not(old) + label > span, 
	.morphsearch .checkbox-wrap  input[type=radio ]:not(old) + label > span {
	    position: absolute;
	    left: 0;
	    top: 50%;
	    width: 30px;
	    height: 30px;
	    transform: translateY(-50%);
	}
	.morphsearch .checkbox-wrap input[type=checkbox]:not(old):checked + label > span, 
	.morphsearch .checkbox-wrap input[type=radio ]:not(old):checked + label > span {
	    border: 10px solid #78f7ff;
	    background-color: #000000;
	}
	.input {
		margin: 0;
	}
	.morphsearch .form-message {
		position: fixed;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.morphsearch .btn-send.button--moema {
	    float: none;
	    margin: 0 auto;
	}
	.input__label-content--hoshi {
	    font-size: 14px;	
	}
	.input--filled .input__label-content--hoshi {
	    font-size: 12px;
	    font-weight: 400;
	}
	.input.input--hoshi .icon-file {
		display: none;
	}
	.morphsearch-close {
	    width: 26px;
	    height: 26px;
	    right: 10px;
	    top: 10px;
	}
	.morphsearch .checkbox-wrap {
		padding: 0;
	}
}

@media (max-width: 419px) {
	.morphsearch-content .page-wrap {
		margin-top: 20px;
	}
	.input.input--hoshi {
		margin-top: 10px;
	}
	.morphsearch .btn-wrap {
		padding-top: 15px;
	}
	.morphsearch .checkbox-wrap {
		margin-bottom: 15px;
	}
	.ip-container .ip-header .ip-logo  #logo-loader {
		top: 40%;
	}
}




/* preloader */
.ip-container .ip-header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	overflow: hidden;
	z-index: 99999;
}
.ip-container .ip-header.is-hidden {
    visibility: hidden;
    opacity: 0; 
}
.ip-container .ip-header .ip-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
			transition: all 0.5s ease-in-out;
}
.ip-container.load-finish .ip-header .ip-logo {
	transform: translateY(-35%);
	-webkit-transition: all 1.2s ease-in-out;
			transition: all 1.2s ease-in-out;
}
.ip-container.before-start .ip-header .ip-logo {
	opacity: 0;
	transform: scale(0.5,0.5);
}
.ip-container .ip-header .ip-logo  #logo-loader {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100px;
	transform: translate(-50%,-50%);
}

@media (max-width: 767px) {
	.mobile .ip-container .ip-header .link--nukun span {
		padding-top: 5px;
	}
}


