@charset "utf-8";
/* CSS Document */

.burger {
  width: 105px;
  float: left;
  margin: 0 0 0;
}
.burger__btn {
  width: 60px;
  float: left;
  cursor: pointer;
  margin: 0 0 0;
  position: absolute;
  top: 199px;
  left: 52px;
  text-align:center;
  z-index: 9999999999;
}
.burger-toggle {
  width: 36.8px;
  float: none;
  display:inline-block;
  transform: rotateY(0);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  margin: 0 0 0;
}
.burger__text {
  font-size: 14px;
  color: #020000;
  line-height: 1.86;
  margin: 2px 0 0;
  float:none;
  font-family: 'SuisseIntl-Bold'; text-transform:uppercase;
}
.burger__patty {
  width: 100%;
  height: 4px;
  margin: 0 0 9px;
  background: #fc54a7;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.burger__patty:last-child {
  margin-bottom: 0;
}
.burger--close .burger-toggle {
  transform: rotate(180deg);
}
.burger--close .burger__text { color:#000000; margin:10px 0 0;}
.burger--close .burger-toggle .burger__patty:nth-child(1) {
  transform: rotate(45deg) translate(4px, 3px);
  background:#fc54a7;
}
.burger--close .burger-toggle .burger__patty:nth-child(2) {
  opacity: 0;
}
.burger--close .burger-toggle .burger__patty:nth-child(3) {
  transform: rotate(-45deg) translate(16px, -14px);
  background:#fc54a7;
}
.menu {
  width: 100%;
  visibility: hidden;
  position: fixed;
  top: 0;
  z-index: 99999999;
}
.menu-socials { width:100%; float:left; margin:50px 0 0;}
.menu-socials a { width:50px; float:none; display:inline-block; margin:0 3.5px;}
.menu .logo {
  width: 350px;
  display:inline-block;
}
.menu .logo img {
  width: 100%;
  display: block;
}
.menu--active {
  visibility: visible;
}
.menu__brand, .menu__list {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}
.menu__list {
  width: 70%;
  float: left;
  align-items: end;
  margin: 0;
  padding: 0;
  background: #ffedf6;
  list-style-type: none;
  transform: translate3d(0, -100%, 0);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__list--active {
  transform: translate3d(0, 0, 0);
}
.menu__brand {
  width: 30%;	
  float: right;
  text-align: center;
  align-items: center;
  background: #fff5f6;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translate3d(0, 100%, 0);
}
.menu__brand--active {
  transform: translate3d(0, 0, 0);
}
.menu__item {
  transform: translate3d(500px, 0, 0);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.menu__item--active {
  transform: translate3d(0, 0, 0);
}
.menu__link:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fb51a7;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu__link:hover:before {
  width: 100%;
}
/*.menu .menu__item:nth-child(1) {
  transition-delay: 0.1s;
}
.menu .menu__item:nth-child(2) {
  transition-delay: 0.2s;
}
.menu .menu__item:nth-child(3) {
  transition-delay: 0.3s;
}
.menu .menu__item:nth-child(4) {
  transition-delay: 0.4s;
}
.menu .menu__item:nth-child(5) {
  transition-delay: 0.5s;
}
.menu .menu__item:nth-child(6) {
  transition-delay: 0.6s;
}
.menu .menu__item:nth-child(7) {
  transition-delay: 0.7s;
}
.menu .menu__item:nth-child(8) {
  transition-delay: 0.8s;
}
.menu .menu__item:nth-child(9) {
  transition-delay: 0.9s;
}
.menu .menu__item:nth-child(10) {
  transition-delay: 0.10s;
}
.menu .menu__item:nth-child(11) {
  transition-delay: 0.11s;
}
.menu .menu__item:nth-child(12) {
  transition-delay: 0.12s;
}
.menu .menu__item:nth-child(13) {
  transition-delay: 0.13s;
}
.menu .menu__item:nth-child(14) {
  transition-delay: 0.14s;
}
.menu .menu__item:nth-child(15) {
  transition-delay: 0.15s;
}
.menu .menu__item:nth-child(16) {
  transition-delay: 0.16s;
}*/


.header-wrapp .burger__btn { display: none;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.burger {
	width: 35px;
	margin: 0 0 0;
}
.burger__btn {
	width: 35px;
	margin: 0 0 0;
	position: fixed;
	top: 31px;
	right: 5%;
	left: inherit;
  transition: all 0.25s ease-out 0s;
}

.burger__btn.stickycame {
  top: 16px;
}

.burger-toggle {
	width: 35px;
	float: left;
	background: #fc54a7;
	border-radius: 50%;
	margin: 0 0 0;
	padding: 9px 9px 9px;
}
.burger__patty {
	width: 100%;
	height: 3px;
	background: #ffffff;
	margin: 0 0 4px;
}
.burger__text {
	float: left;
	font-size: 12px;
	line-height: 3.46;
	display: none !important;
	margin: 0 0 0;
}
.menu .logo {
  width: 56.2%;
}
.menu__brand {
	display: none;
}
.menu__list {
	width: 100%;
}
.burger--close .burger-toggle .burger__patty:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
	background:#FFFFFF;
}
.burger--close .burger-toggle .burger__patty:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
	background:#FFFFFF;
}

.header-wrapp .burger__btn {
  display: block;
  position: absolute;
}

.burger__btn {
  display: none;
}

.body--menu-open .header-wrapp .burger__btn {
  display: none;
}

.body--menu-open .burger__btn {
  display: block;
}

}

@media screen and (min-width:481px) and (max-width:600px) {
.burger {
	width: 90px;
	margin: 0 0 0;
}
.burger__btn {
	width: 90px;
	margin: 0 0 0;
	position: fixed;
	top: 40px;
	right: 5%;
	left: inherit;
  transition: all 0.25s ease-out 0s;
}

.burger__btn.stickycame {
  top: 20px;
}

.burger-toggle {
	width: 43px;
	float: left;
	background: #fc54a7;
	border-radius: 50%;
	margin: 0 8px 0 0;
	padding: 13px 13px 13px;
}
.burger__patty {
	width: 100%;
	height: 3px;
	background: #ffffff;
	margin: 0 0 4px;
}
.burger__text {
	float: left;
	font-size: 12px;
	line-height: 3.46;
	display: block;
	margin: 0 0 0;
	color:#000000;
}
.menu .logo {
  width: 56.2%;
}
.menu__brand {
	display: none;
}
.menu__list {
	width: 100%;
}
.burger--close .burger-toggle .burger__patty:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
	background:#FFFFFF;
}
.burger--close .burger-toggle .burger__patty:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
	background:#FFFFFF;
}
.burger--close .burger__text { margin:0;}

.header-wrapp .burger__btn {
  display: block;
  position: absolute;
}

.burger__btn {
  display: none;
}
.body--menu-open .header-wrapp .burger__btn {
  display: none;
}

.body--menu-open .burger__btn {
  display: block;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.burger {
	width: 90px;
	margin: 0 0 0;
}
.burger__btn {
	width: 90px;
	margin: 0 0 0;
	position: fixed;
	top: 40px;
	right: 5%;
	left: inherit;
  transition: all .25s ease-in-out;
}
.burger__btn.stickycame {
  top: 20px;
}

.burger-toggle {
	width: 43px;
	float: left;
	background: #fc54a7;
	border-radius: 50%;
	margin: 0 8px 0 0;
	padding: 13px 13px 13px;
}
.burger__patty {
	width: 100%;
	height: 3px;
	background: #ffffff;
	margin: 0 0 4px;
}
.burger__text {
	float: left;
	font-size: 12px;
	line-height: 3.46;
	display: block;
	margin: 0 0 0;
	color:#000000;
}
.menu .logo {
  width: 56.2%;
}
.menu__brand {
	display: none;
}
.menu__list {
	width: 100%;
}
.burger--close .burger-toggle .burger__patty:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
	background:#FFFFFF;
}
.burger--close .burger-toggle .burger__patty:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
	background:#FFFFFF;
}
.burger--close .burger__text { margin:0;}

.header-wrapp .burger__btn {
  display: block;
  position: absolute;
}

.burger__btn {
  display: none;
}

.body--menu-open .header-wrapp .burger__btn {
  display: none;
}

.body--menu-open .burger__btn {
  display: block;
}

}

@media screen and (min-width:768px) and (max-width:900px) {
.burger {
	width: 38px;
}
.burger__btn {
	width: 38px;
	top: 42px;
	left: 3%;
}
.burger__text {
	font-size: 12px;
	color:#000000;
}
.menu .logo {
	width: 56.2%;
}

.burger__patty { background:#fc54a7;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.burger {
	width: 45px;
}
.burger__btn {
	width: 45px;
	top: 49px;
	left: 3%;
}
.burger__text {
	font-size: 13px;
	color:#000000;
}
.menu .logo {
	width: 56.2%;
}

.burger__patty { background:#fc54a7;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {
.burger__btn {
	left: 2%;
	width:37px;
	top:196px;
}
.menu .logo {
	width: 56.2%;
}
.burger__text {
	display:none;
}
.burger { width:37px;}
}

@media screen and (min-width:1241px) and (max-width:1340px) {
.burger__btn {
	left: 1%;
}
.menu .logo {
	width: 56.2%;
}
}

@media screen and (min-width:1341px) and (max-width:1900px) {
.burger__btn {
	left: 3%;
}
.menu .logo {
	width: 56.2%;
}
}

@media screen and (min-width:1025px) {

.burger__btn .burger {display: none;}
.body--menu-open .burger__btn .fixed .burger {display: block;}
.body--menu-open .burger__btn .fixed .burger .burger-toggle {transform: rotate(180deg);}
.body--menu-open .burger__btn .fixed .burger .burger-toggle .burger__patty:nth-child(1) {transform: rotate(45deg) translate(4px, 3px); background: #fc54a7;}
.body--menu-open .burger__btn .fixed .burger .burger-toggle .burger__patty:nth-child(2) {opacity: 0;}
.body--menu-open .burger__btn .fixed .burger .burger-toggle .burger__patty:nth-child(3) {transform: rotate(-45deg) translate(16px, -14px); background: #fc54a7;}

}