@charset "UTF-8"

/* ----- Common styles ----- */

body {
	font-family: 'M PLUS 1p', sans-serif;
}

h1 {
	font-weight: 900;
	font-size: 99px;
	line-height: 118px;
}

h2 {
	font-weight: 500;
	font-size: 45px;
}

h5 {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
}

ul {
	list-style: none;

}

*:focus {
	outline: none;
}

a:hover {
	text-decoration: none;
}

button {
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

button:active,
button:focus {
	outline: none;
}

input:invalid {
    box-shadow: none;
}

.red {
	color: #F61067;
}

.btn-more {
	display: block;
	font-weight: 500;
	font-size: 13.5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #FCFCFC;
	width: 195px;
	padding: 12px 0;
	background: #F61067;
	border: 1px solid #F61067;
	border-radius: 36px;
}

.btn-more:hover {
	color: #F61067;
	background: transparent;
	border: 1px solid #F61067;
}

.intro__title:before,
.benefits__title:before,
.amazing__title:before {
	display: block;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #F61067;
}

.intro__slogan,
.benefits__slogan,
.amazing__slogan {
	font-weight: 800;
	font-size: 18px;
	line-height: 29px;
}

a,
button,
.varius-btn__arrow,
.more__arrow,
.trend__icon {
	transition: all 0.5s ease;
}

.animated {
	opacity: 0;
}


/* ----- Drop-down menu ----- */

.nav-drop {
    width: 363px;
    height: 776px;
    position: absolute;
    top: -30px;
    bottom: 0;
    margin: 0;
    padding: 59px 56px 10px 16px;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    background: transparent;
    z-index: 2000;
    right: -434px;
}

.nav-drop-toggle {
    padding: 0.5em;
    color: #FCFCFC;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    z-index: 2001;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    position: absolute;
    right: 435px;
    top: -1px;
}

.nav-drop-toggle:after {
    content: '\2630';
    text-decoration: none;
}

[id='nav-drop-toggle'] {
    position: absolute;
    display: none;
}

[id='nav-drop-toggle']:checked ~ .nav-drop > .nav-drop-toggle {
    left: auto;
    right: 2px;
    top: 0;
}

[id='nav-drop-toggle']:checked ~ .nav-drop {
    box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
    right:0;
}

[id='nav-drop-toggle']:checked ~ main > article {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    transform: translateX(-320px);
}

[id='nav-drop-toggle']:checked ~ .nav-drop > .nav-drop-toggle:after {
    content: '\2715';
}

body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    to {
      padding: 0;
    }
}

@media screen and (min-width: 320px) {
    html,
    body {
      margin: 0;
      overflow-x: hidden;
    }
}

@media screen and (max-width: 320px) {
    html,
    body {
      margin: 0;
      overflow-x: hidden;
    }
    .nav-drop {
      width: 100%;
      box-shadow: none
    }
}

.nav-drop__b {
    margin-bottom: 20px;
}

.nav-drop__b_main {
	display: none;
}

.nav-drop h2 {
	display: inline-block;
	border-bottom: 1px solid #F61067;
    padding-bottom: 3px;
    margin: 7px 0 6px;
    text-align: left;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    font-size: 20px;
    font-weight: 400;
    color: #FCFCFC;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}

[id='nav-drop-toggle']:checked ~ .nav-drop h2 {
	color: #FCFCFC;
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.nav-drop > .nav-drop__b > ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-drop > .nav-drop__b > ul > li {
    line-height: 3.2;
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

[id='nav-drop-toggle']:checked ~ .nav-drop > .nav-drop__b > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.nav-drop > .nav-drop__b > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}

.nav-drop > .nav-drop__b > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}

.nav-drop > .nav-drop__b > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}

.nav-drop > .nav-drop__b > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}

.nav-drop > .nav-drop__b > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}

.nav-drop > .nav-drop__b > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
}

.nav-drop > .nav-drop__b > ul > li > a {
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 15px;
    color: #FCFCFC;
    width: 100%;
    text-decoration: none;
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}

.nav-drop > .nav-drop__b > ul > li > a:hover,
.nav-drop > .nav-drop__b > ul > li > a:focus {
    color: white;
    padding-left: 15px;
}

.nav-drop > .nav-drop__b > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.nav-drop > .nav-drop__b > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: rgba(252,252,252, .7);
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav-drop > .nav-drop__b > ul > li > a:hover:before {
    width: 0%;
    background: rgba(252,252,252, .7);
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav-drop > .nav-drop__b > ul > li > a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}


/* ----- Header ----- */

.header {
	padding: 60px 0 123px;
	background: #3A1661 url(../img/bg-header.jpg) no-repeat center center / cover;
	z-index: 0;
}

.top-menu {
	margin-bottom: 155px;
}

.logo {
	display: block;
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 2px;
	color: #FCFCFC;
}

.logo:hover {
	color: #FCFCFC;
}

.nav__list {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin-left: 55px;
	margin-bottom: 0;
}

.nav__item:not(:first-child) {
	margin-left: 54px;
}

.nav__link {
	display: inline-block;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 2px;
	color: #FCFCFC;
	position: relative;
}

.tel {
	margin-left: 82px;
}

.tel__icon {
	margin-right: 20px;
}

.tel__number {
	display: inline-block;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 2px;
	color: #FCFCFC;
	position: relative;
}

.nav__link:before,
.tel__number:before {
	display: block;
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background: #FCFCFC;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    left: 50%;
    bottom: -3px;
}

.nav__link:after,
.tel__number:after {
	display: block;
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background-color: #FCFCFC;
    transition: width 0.3s ease-in-out;
    left: 50%;
    bottom: -3px;
}

.nav__link:hover,
.tel__number:hover {
	color: #FCFCFC;
}

.nav__link:hover:before,
.tel__number:hover:before {
	width: 50%;
    left: 0;
}

.nav__link:hover:after,
.tel__number:hover:after {
	width: 50%;
}

.offer {
	margin-bottom: 53px;
	position: relative;
}

.offer__question {
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #FCFCFF;
	margin-bottom: 22px;
}

.offer__title {
	color: #FCFCFC;}

.more {
	display: block;
	color: #FCFCFC;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	top: 131px;
	left: 196px;
}

.more:hover {
	color: #FCFCFC;
}

.more__text {
	width: 305px;
	font-weight: 800;
	font-size: 12px;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.more__arrow {
	width: 26px;
	height: 55px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(-90deg);
}

.more__arrow i {
	font-size: 14px;
	color: #FCFCFC;
	transition: all 0.5s ease;
}

.more:hover .more__arrow{
	background: rgba(255, 255, 255, 0.15);
}

.more:hover .more__arrow i {
	transform: translateY(7px);
	transition: all 0.5s ease;
}

.varius {
	width: 830px;
	padding: 30px 0 30px 125px;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	border-right: 1px solid rgba(255, 255, 255, 0.25);
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.varius-btn__text {
	font-size: 18px;
	color: #FCFCFC;
	margin-right: 60px;
}

.varius-btn__arrow {
	display: block;
	width: 48px;
	height: 48px;
	border: 2px solid rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.varius-btn__arrow i {
	font-size: 15px;
	color: #FCFCFC;
}

.varius-btn:hover  .varius-btn__arrow {
	background: rgba(255, 255, 255, 0.15);
	transform: rotate(360deg);
}

/* ----- Section Intro ----- */

.intro {
	padding: 180px 0 134px;
}

.intro__title:before {
	content: "Intro";
	margin-bottom: 18px;
}

.intro__title {
	color: #30233D;
	font-weight: 500;
	font-size: 45px;
	margin-bottom: 25px;
}

.intro__slogan {
	color: #30233D;
	margin-bottom: 40px;
}

.intro__text {
	font-size: 18px;
	line-height: 29px;
	color: #776C82;
	margin-bottom: 54px;
}

.btn-more_intro:hover {
	box-shadow: 0 0 20px -8px #F61067;
}

.btn-more_intro:active {
	box-shadow: 0 0 14px -8px #F61067;
}

.intro__foto {
	position: relative;
}

.intro__img {
	display: block;
	position: absolute;
	top: -36px;
	z-index: 1;
}

.intro__quote {
	width: 300px;
	padding: 140px 22px 87px 0;
	background: #30124E;
	position: absolute;
	top: -71px;
	right: -46px;
	z-index: 2;
}

.intro__quote-text:before {
	content: '';
	display: block;
	width: 58px;
	height: 53px;
	margin: 0 auto 43px;
	background: url(../img/left-quotes.png)no-repeat;
}

.intro__quote-text {
	font-family: 'Noticia Text', serif;
	font-style: italic;
	font-size: 22px;
	line-height: 40px;
	color: #FCFCFC;
	width: 219px;
	margin: 0 auto;
}

.intro__quote-text:after {
	content: '';
	display: block;
	width: 58px;
	height: 53px;
	margin: 43px auto 0;
	background: url(../img/right-quotes.png)no-repeat;
}

.piece {
	width: 39px;
	height: 35px;
	background: #30124E;
	position: absolute;
	top: -71px;
	left: 278px;
}

/* ----- Section Benefits ----- */

.benefits {
	padding: 145px 0 178px;
	background: url(../img/bg-benefits.jpg)no-repeat;
	-webkit-background-size: 60% 100%;
	background-size: 60% 100%;
	position: relative;
	z-index: 0;
}

.benefits__title:before {
	content: "benefits";
	margin-bottom: 14px;
}

.benefits__title {
	color: #FCFCFC;
	margin-bottom: 17px;
}

.benefits__slogan {
	color: #FCFCFC;
	margin-bottom: 80px;
}

.wrap__benefits-text {
	margin-bottom: 50px;
}

.benefits__text {
	font-size: 18px;
	line-height: 29px;
	color: #FCFCFC;
	margin-bottom: 31px;
}

.btn-more_benefits:hover {
	box-shadow: 0 0 12px 0 #F61067;
}

.btn-more_benefits:active {
	box-shadow: 0 0 3px 0 #F61067;
}

/* ----- Benefits-slider ----- */

.benef-slider {
	width: 99%;
	margin-top: 56px;
}

.benef-slider__slide {
	display: block;
	position: relative;
}

.benef-slder__img {
	display: block;
	height: 612px;
	width: 460px;
}

.benef-slider__description {
	display: block;
	font-size: 12px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #5E239D;
	transform: rotate(90deg);
	position: absolute;
	right: -25px;
	bottom: 296px; 
}

.benef-slider .slick-prev:before,
.benef-slider .slick-next:before {
	display: none;
}

.benef-slider .slick-prev,
.benef-slider .slick-next {
	font-size: 9px;
	width: 27px;
	height: 27px;
	color: #F4F4ED;
	padding-left: 1px;
	padding-bottom: 2px;
	border: 1px solid #F4F4ED;
	border-radius: 50%;
	z-index: 1000;
}

.benef-slider .slick-prev:focus,
.benef-slider .slick-next:focus {
	color: #F4F4ED;
}

.benef-slider .slick-prev:hover,
.benef-slider .slick-next:hover {
	color: #150433;
	background: #F4F4ED;
}

.benef-slider .slick-prev {
	top: 650px;
	left: 356px;
}

.benef-slider .slick-next {
	top: 650px;
	right: 124px;
}

.slider__counter {
  position: absolute;
  bottom: -46px;
  left: 295px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 6px;
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 2;
  color: #fff;
}

/* ----- Section Amazing ----- */

.amazing {
	padding: 125px 0 260px;
	background: #150433;
	position: relative;
}

.amazing:before {
	content: '';
	display: block;
	width: 41%;
	height: 186px;
	background: #150433;
	position: absolute;
	top: -186px;
	right: 0px;
	z-index: -1;
}

.amazing__head {
	text-align: center;
	margin-bottom: 76px;
}

.amazing__title:before {
	content: 'We are Amazing';
	margin-bottom: 17px;
}

.amazing__title {
	color: #FCFCFC;
	margin-bottom: 24px;
}

.amazing__slogan {
	width: 550px;
	color: #FCFCFC;
	margin: 0 auto;
}

.trend {
	text-align: center;
}

.trend__icon_axe {
	background: url(../img/axe.png)no-repeat;
}

.trend__icon_atom {
	background: url(../img/atom.png)no-repeat;
}

.trend__icon_tower {
	background: url(../img/tower.png)no-repeat;
}

.trend__icon_balance {
	background: url(../img/balance.png)no-repeat;
}

.trend__icon_skittles {
	background: url(../img/skittles.png)no-repeat;
}

.trend__icon_brain {
	background: url(../img/brain.png)no-repeat;
}

.trend__icon {
	width: 72px;
	height: 72px;
	margin: 0 auto;
	margin-bottom: 18px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 50%;
	background-position: 50% 50%;
}

.trend:hover .trend__icon {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.trend_axe:hover .trend__icon_axe {
	border: 1px solid #00F0B5;
	box-shadow: 0 0 15px 0 #00F0B5;
}

.trend_atom:hover .trend__icon_atom {
	border: 1px solid #F61067;
	box-shadow: 0 0 15px 0 #F61067;
}

.trend_tower:hover .trend__icon_tower {
	border: 1px solid #F67110;
	box-shadow: 0 0 15px 0 #F67110;
}

.trend_balance:hover .trend__icon_balance {
	border: 1px solid #F67110;
	box-shadow: 0 0 15px 0 #F67110;
}

.trend_skittls:hover .trend__icon_skittles {
	border: 1px solid #00F0B5;
	box-shadow: 0 0 15px 0 #00F0B5;
}

.trend_brain:hover .trend__icon_brain {
	border: 1px solid #F61067;
	box-shadow: 0 0 15px 0 #F61067;
}

.trend__title {
	margin-bottom: 27px;
}

.trend__title_green {
	color: #00F0B5;
}

.trend__title_pink {
	color: #F61067;
}

.trend__title_orange {
	color: #F67110;
}

.trend__text {
	font-size: 16px;
	line-height: 26px;
	color: #FCFCFC;
	margin-bottom: 84px;
}

.btn-more_amazing {
	margin: 19px auto 0;
}

.btn-more_amazing:hover {
	box-shadow: 0 0 12px 0 #F61067;
}

.btn-more_amazing:active {
	box-shadow: 0 0 3px 0 #F61067;
}

/* ----- Section Comments ----- */

.comments {
	height: 775px;
	background: #f5f0f0;
	position: relative;
}

.comments__faces {
	display: block;
	width: 100%;
	height: 775px;
	background: url(../img/faces.png)no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.comments__wrap-slider {
	position: relative;
}

.comments-slider {
	width: 100%;
	position: absolute;
	top: -123px;
}

.comment__img {
	display: block;
	margin: 0 auto 110px;
}

.comment__blockquote {
	width: 754px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.comment__blockquote:before {
	content: '';
	display: block;
	width: 93px;
	height: 80px;
	background: url(../img/pink-quotes.png)no-repeat;
	position: absolute;
	top: -141px;
	left: 335px;
}

.comment__quote {
	font-family: Noticia Text;
	font-style: italic;
	font-size: 36px;
	line-height: 64px;
	margin-bottom: 36px;	
}

.comment__author {
	font-family: Mplus 1p;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
}

/* ----- Comments-slider ----- */

.comments-slider .slick-prev:before,
.comments-slider .slick-next:before {
	display: none;
}

.comments-slider .slick-prev,
.comments-slider .slick-next {
	font-size: 15px;
	width: 36px;
	height: 36px;
	color: #F61067;
	border: 1px solid #F61067;
	border-radius: 50%;
	z-index: 1000;
}

.comments-slider .slick-prev:focus,
.comments-slider .slick-next:focus {
	color: #F61067;
}

.comments-slider .slick-prev:hover,
.comments-slider .slick-next:hover {
	color: #FCFCFC;
	background: #F61067;
}

.comments-slider .slick-prev {
	top: 670px;
	left: 132px;
}

.comments-slider .slick-next {
	top: 670px;
	right: 126px;
}

/* ----- Section Subscribe ----- */

.subscribe {
	padding: 125px 0 143px;
}

.form-sub {
	width: 615px;
	margin: 0 auto;
	text-align: center;
}

.wrap-input {
	width: 564px;
	margin: 0 auto;
	border-bottom: 3px solid #F4F4ED;
	justify-content: space-between;
}

.form-sub__title {
	margin-bottom: 26px;
}

.form-sub__slogan {
	font-size: 18px;
	font-weight: 500;
	color: #776C82;
	margin-bottom: 47px;
}

.form-sub__email {
	width: 320px;
	font-size: 17px;
	font-weight: 800;
	text-transform: uppercase;
	color: #9B94A3;
	padding-top: 6px;
	padding-left: 20px;
	border: none;
	letter-spacing: 2px;
}

.form-sub__btn {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 6px;
	text-transform: uppercase;
	color: #F61067;
	padding: 15px 25px 8px 32px;
	background: #F9F9F9;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(242, 242, 242, 0.5) 100%);
}

.form-sub__btn i {
	color: #F61067;
	font-size: 10px;
	margin-left: 8px;
	padding: 8px 3px 8px 9px;
	border: 1px solid #F61067;
	border-radius: 50%;
}

.form-sub__btn:hover.form-sub__btn i {
	color: #FCFCFC;
	background: #F61067;
	transition: all 0.5s ease;
}

/* ----- Footer ----- */

.footer {
	padding: 126px 0;
	color: #FCFCFC;
	background: #150433;
}

.logo-footer {
	margin-bottom: 22px;
}

.footer__slogan {
	font-size: 16px;
	line-height: 26px;
}

.footer__title {
	display: inline-block;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 6px;
	text-transform: uppercase;
	margin-bottom: 23px;
	padding-bottom: 8px;
	border-bottom: 1px solid #F61067;
}

.footer__list {
	padding-left: 0;
}

.footer__item {
	margin-bottom: 4px;
}

.footer__link {
	font-size: 12px;
	letter-spacing: 1px;
	color: #FCFCFC;
}

.footer__email,
.footer__tel {
	font-size: 16px;
	color: #FCFCFC;
}

.footer__email i {
	font-size: 12px;
	margin-right: 12px;
}

.footer__tel img {
	width: 9px;
	display: inline-block;
    margin-right: 15px;
    margin-bottom: 3px;
}

.follow-link {
	color: #FCFCFC;
}

.follow-link i {
	transform: scale(1,1);
	transition: all 0.5s ease;
}

.follow-link:not(:last-child) {
	margin-right: 16px;
}

.footer__link:hover,
.footer__tel:hover,
.footer__email:hover,
.follow-link:hover {
	color: #FCFCFC;
}

.footer__link:hover,
.footer__tel:hover,
.footer__email:hover {
	border-bottom: 1px solid #FCFCFC;
	transition: none;
}

.follow-link:hover.follow-link i {
	transform: scale(1.25,1.25);
}

.follow-link img {
	width: 16px;
	margin-bottom: 2px;
	transform: scale(1,1);
	transition: all 0.5s ease;
}

.follow-link:hover.follow-link img {
	transform: scale(1.25,1.25);
}

.footer__copy {
	font-size: 12px;
	margin: 54px 0 0 315px;
}

/* Scroll up button */

#toTop {
	width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 11px;
	background: transparent;
	position: fixed;
	bottom: 15px;
	right: 15px;
	cursor: pointer;
	display: none;
	color: rgba(171, 163, 166, .3);
	font-size: 15px;
    border: 2px solid rgba(171, 163, 166, .07);
	border-radius: 50%;
	background: rgba(171, 163, 166, .2);
	z-index: 10000;
}