.hamburger, .hamburger:hover, .hamburger:focus, .hamburger:active {
	outline: none;
}

ul, ul:hover, ul:focus, ul:active {
	outline: none;
}

li, li:hover, li:focus, li:active {
	outline: none;
}

a, a:hover, a:focus, a:active {
	outline: none;
}

.hamburger {
	line-height: 0.1em;
	background-color: rgba(191,194,200,0.1);
	color: #0D3144;
	font-size: 26px;
	margin-left: auto;
	padding: 0;
	border: none;
}

.wrapper{
  transform:translate(-50%, -20%);
}

/* nav-icon-2 */
.nav-icon-2 {
  width: 35px;
  height: 30px;
  margin: 30px 0 0 0;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.nav-icon-2 span{
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}

.nav-icon-2 span:nth-child(1){
  width: 100%;
  height:  4px;
  display: block;
  top: 0px;
  left: 0px;
}

.nav-icon-2 span:nth-child(2){
  width: 100%;
  height:  4px;
  display: block;
  top: 13px;
  left: 0px;
}

.nav-icon-2 span:nth-child(3){
  width: 100%;
  height:  4px;
  display: block;
  bottom: 0px;
  left: 0px;
}

.nav-icon-2:not(.open):hover span:nth-child(1){
  width: 100%;
  height:  4px;
  display: block;
  top: -2px;
  left: 0px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}

.nav-icon-2:not(.open):hover span:nth-child(2){
  width: 100%;
  height:  4px;
  display: block;
  top: 13px;
  left: 0px;
  transition: .4s cubic-bezier(.8, .5, .2, 1.4);
}

.nav-icon-2:not(.open):hover span:nth-child(3){
  width: 100%;
  height:  4px;
  display: block;
  bottom: -2px;
  left: 0px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
}

.nav-icon-2.open span:nth-child(1){
  left:3px;
  top: 12px;
  width: 30px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  transform: rotate(90deg);
  transition-delay: 150ms;
}

.nav-icon-2.open span:nth-child(2){
  left:2px;
  top: 20px;
  width: 20px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  transform: rotate(45deg);
  transition-delay: 50ms;
}

.nav-icon-2.open span:nth-child(3){
  left:14px;
  top: 20px;
  width: 20px;
  transition: .3s cubic-bezier(.8, .5, .2, 1.4);
  transform: rotate(-45deg);
  transition-delay: 100ms;
}

/* Всплывающая меюшка*/
.hamburger {
	line-height: 0.1em;
	background-color: rgba(191,194,200,0.0);
	color: #fff;
	font-size: 26px;
	margin-left: auto;
	padding: 0;
	border: none;
}

.menu-opened {
	position: absolute;
	width: 100%;
	top: 50px;
}

.menu.menu-opened .menu__link {
	padding: 8px 20px;
	color: #000;
	font-weight: 500;
	border: 1px solid #000;
	background-color: #eff7fc;
}

.menu.menu-opened .menu__link a {
	color: #fff;
	font-weight: 400;
}

.menu.menu-opened .menu__link a:hover {
	border-bottom: none;
}

#page-preloader {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 100700;
}

.cssload-thecube {
	width: 103px;
	height: 103px;
	margin: 0 auto;
	margin-top: 20%;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}

.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}

.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(184,101,82);
	animation: cssload-fold-thecube 2.76s infinite linear both;
		-o-animation: cssload-fold-thecube 2.76s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}

.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}

.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}

.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}

.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-ms-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
}

.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
		-o-animation-delay: 0.69s;
		-ms-animation-delay: 0.69s;
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
}

.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
		-o-animation-delay: 1.04s;
		-ms-animation-delay: 1.04s;
		-webkit-animation-delay: 1.04s;
		-moz-animation-delay: 1.04s;
}

@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(193px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(193px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(193px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(193px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(193px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(193px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(193px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(193px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(193px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(193px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(193px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(193px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(193px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(193px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(193px) rotateY(180deg);
		opacity: 0;
	}
}

/*........ MODAL-FORM ........*/
.forms {
	max-width: 410px;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 50px 40px;
	-webkit-box-shadow: 0px 0px 46px 4px rgba(244,108,101,0.41);
	-moz-box-shadow: 0px 0px 46px 4px rgba(244,108,101,0.41);
	box-shadow: 0px 0px 46px 4px rgba(244,108,101,0.41);
}

.forms__title {
	font-size: 20px;
	font-weight: 900;
	color: #01030f;
	text-transform: uppercase;
}

.forms__prg {
	font-size: 16px;
	font-weight: 300;
	color: #01030f;
	margin: 15px 0 20px 0;
	letter-spacing: 0.02em;
}

.forms__input {
	font-size: 15px;
	font-weight: 300;
	color: #7b7b7d;
	display: block;
	max-width: 310px;
	width: 100%;
	border: 1px solid #000;
	padding: 15px 0 15px 15px;
	margin: 0 auto 15px auto;
	border-radius: 7px;
}

.forms__input:focus {
	border-bottom: 1px solid #000;
}

.forms__key {
	font-size: 15px;
	font-weight: 900;
	margin: 30px auto 7px auto;
	padding: 15px 0;
	max-width: 310px;
	width: 100%;
	background-color: #000;
  color: #fff;
}

/*........ Modal-simple ........*/
.box-modal {
	position: relative;
}

.box-modal_close { 
	position: absolute;
	right: 10px;
	top: 6px;
	font-size: 12px;
	color: #000;
	cursor: pointer;
}

.box-modal_close:hover { 
	color: #000;
}

/*...... Адаптив под смартфоны......*/

@media (min-width: 320px) and (max-width: 480px) {
	
		}