* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
    font-family: 'Philosopher', sans-serif;
}

h2 {
    font-family: 'Philosopher', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 60px;
    color: #FFFFFF;
    opacity: 0.87;
}

h3 {
    font-family: 'Fira Code', monospace;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

h4 {
    font-family: 'Philosopher', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #B8B8B8;
}

a {
    text-decoration: none;
}

/* BURGER */
.burger-menu {
    display: none;
    position: absolute;
    right: 47px;
    top: 28px;
    cursor: pointer;
}
.burger-menu__container {
    height: 30px;
    width: 45px;
    /* background-color: #ccc; */
}
.burger-menu__item {
    width: 100%;
    height: 3px;
    background-color: #fff;
}
.burger-menu__item + .burger-menu__item {
    margin-top: 9px;
}

/* Mobile menu */
.mobile-menu {
    z-index: 100;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 100px);
    top: calc(-100vh);
    right: 0;
    transition-duration: .3s;
    background-color: rgba(255, 255, 255, 0.97);
}
.mobile-menu--active {
    top: 100px;
}
.mobile-menu__item {
    text-decoration: none;
    text-transform: none;
}


.mobile-menu__item a {
    font-family: 'Fira Code', monospace;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 50px;
    color: #000;
}
.mobile-menu__item--active a{
    color: #ffa32a;
}
/* main in MAIN-PAGE */
.wrapper {
    width: 100%;
    margin: 0 auto;
    background: #19161B;
    padding: 0 30px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    background: #19161B;
}

.header {
    padding: 15px 0;
}

.logo {
    width: 50px;
    margin-left: 20px;
    float: left;
}

.nav-list {
    display: flex;
}

.nav-list__item {
    margin-left: 50px;
}
.nav-list__item a {
    transition-duration: .3s;
    color: #fff;
}
.nav-list__item a:hover {
    color: #ffa32a;
}

.nav-list__item a {
    font-family: 'Fira Code';
    font-style: normal;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    text-decoration: none;
    color: #FFFFFF;
}

.nav-list__item--active a{
    color: #FFC492;
    border-bottom: solid 2px #FFC492;
    padding-bottom: 2px;
}
.nav-list__item--active a:hover{
    border-bottom: solid 2px #ffa32a;
}

.nav-list__item + .nav-list__item {
    margin-left: 40px;
}

.more {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFC492;
}

.main-container {
    margin-bottom: 30px;
	padding-top: 96px;
}
.card {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    height: 683px;
    margin: 0 auto;
}
.card__left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    padding-right: 70px;
    margin-right: 15px;
}
.card__title {
    margin-bottom: 16px;
}
.card__subtitle {
    margin-bottom: 32px;
}
.card__button {
    margin-bottom: 40px;
}
.but {
    margin-top: 50px;
}

.button-key {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 48px;
    background-color: #ffb577;
    color: #2e2d33;
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-decoration: none;
    transition-duration: .3s;
}
.button-key:hover {
    background-color: #ffa32a;
    color: #fff;
}
.card__description {
}
.card__description-title {
}
.card__description-subtitle {
    margin-bottom: 16px;
}

.card__right {
    width: 50%;
    background: url('../images/header_image.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.card__right img {
}


/* Second */
.second-card {
    display: flex;
    justify-content: flex-start;
    max-width: 1280px;
    padding-top: 160px;
}
.second-card__left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
}

.second-card__title {
    margin-top: 30px;
}
.link a:hover {
    color: #fff;
}
.link a {
    font-family: 'Philosopher', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFB577;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
}

.second-card__area {
    display: flex;
    height: 266px;
    justify-content: space-between;
}
.second-card__item {
    height: 75px;
    font-size: 16px;
    line-height: 28px;
    color: #B8B8B8;

}
.second-card__item + .second-card__item {
    margin-left: 36px;
}
.second-card__line1 {
    font-size: 24px;
    line-height: 36px;
    color: #C4E4EA;
}
.second-card__line2 {
    margin-bottom: 15px;
}
.second-card__line3 {
}

.second-card__right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 50%;
    height: 595px;
}

.second-card__right .inner1 {
    margin-top: 80px;
}

.second-card__right .inner2 {
    margin-top: 10px;
    margin-bottom: 80px;
}

/* MENU_PAGE */
.discover {
    margin-top: 96px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 144px;

}
.discover__left {
    width: 50%;
    padding-right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;

}
.discover__subtitle span{
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFB577;
}
.discover__line {
    display: inline-block;
    width: 45px;
    height: 6px;
    border-top: solid 1px #fff;
    margin-left: 10px;
}
.discover__title {
    padding-top: 24px;
}
.discover__right {
    width: 500px;
    display: flex;
    align-items: flex-end;
}

.menu {
    margin-bottom: 32px;
}
.menu__list {
    display: flex;
    text-decoration: none;
    list-style-type: none;
}
.menu__list-item {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    opacity: 0.6;
}
.menu__list-item--active {
    opacity: 1;
}
.menu__list-item + .menu__list-item {
    margin-left: 32px;
}
.menu__list-item:hover {
    text-decoration: underline;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

.menu__card-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}
.menu-card {
    background-color: #1F1D21;
    margin-bottom: 32px;
    margin-left: 10px;
    margin-right: 10px;
    display: none;
}
.show {
    display: block;
}

.menu-card__picture {
    height: 270px;
}
.menu-card__item {
    width: 405px;
}
.menu-card__description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    font-style: normal;
    font-size: 20px;
    color: #FFF;
    opacity: 0.87;
}
.menu-card__title {
    font-weight: bold;
    line-height: 30px;
    margin-left: 32px;
}
.menu-card__cost {
    font-weight: 500;
    line-height: 32px;
    margin-right: 32px;
}

/* FOOTER */
.footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 160px;
}
.footer__ico {
    margin-bottom: 40px;
}
.footer__nav {
}
.footer__bottom {
    height: 71px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px rgba(255, 255, 255, 0.07);
    margin-top: 32px;
}
.footer__copypaste {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #B8B8B8;
}
.footer__social-networks {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 75px;
    height: 26px;
    border-radius: 8px;
}

.footer__contact-us {
    margin-left: 177px;
}

.footer__contact span {
    font-family: 'Fira Code';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #B8B8B8;
}

/* ABOUT__PAGE */
.picture-container {
    margin-top: 160px;
    background: url('../about/images/bg.jpg');
    background-position: center;
    background-size: cover;
}
.gradient-container {
    background-position: center;
    height: 500px;
    background-size: cover;
    background: linear-gradient(-70deg, rgba(0, 0, 0, 0) 15%, rgba(25, 22, 27, 9.2) 90%);
}
.picture-text__container {
    padding-left: 80px;
    height: 100%;
    width: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.picture-text__title {
    font-family: 'Philosopher', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 60px;
    color: #FFFFFF;
    opacity: 0.87;
    margin-bottom: 24px;
}
.picture-text__title .bold{
    color: #FFC492;
}
.picture-text__description {
}


.our-history {
    background-color: rgba(255, 255, 255, 0.03);
    padding: 80px;
}
.our-history__title {
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 70px;
}
.our-history__card-area {
    border-top: 2px dashed rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: space-between;
}
.our-history__card {
    height: 222px;
    max-width: 220px;
}
.our-history__card + .our-history__card {
    margin-left: 10px;
}
.our-history__card-line {
    border-top: 6px solid #FFB577;
    width: 46px;
    height: 6px;
    background-color: #fff;
    margin-bottom: 34px;
    margin-top: -4px;
}
.our-history__card-year {
    font-family: 'Fira Code', monospace;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 16px;
}
.our-history__card-subtitle {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 16px;
}
.our-history__card-description {
}

/* STORY */
.main-story {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 96px;
}
.main-story__left {
    width: 545px;
    margin-right: 15px;
}
.second-card__title {
    margin-bottom: 24px;
}
.second-card__subtitle {
    margin-bottom: 32px;
}
.story-card__left {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.story-card__first-picture {
    margin-top: 72px;
}

.story-card__right {
    max-width: 50%;
}
.main-story__min-title {
}
.picture-text__title {
}
.picture-text__title__story {
    font-size: 32px;
    line-height: 48px;
}
.bold {
}
.main-story__paragraph {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #B8B8B8;
    margin-bottom: 16px;
}

/* CONTACTS */
#inputArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#name {
	margin-right: 15px;
    margin-bottom: 15px;
}
#mail {
    margin-bottom: 15px;
}

input[type=text] {
	width: 297px;
	height: 56px;
	padding-left: 32px;
	border: solid 1px rgba(255, 255, 255, 0.04);
    font-family: 'Fira Code', monospace;
	font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #FFF;
    background-color: #19161B;
}


textarea {
	width: 100%;
	height: 147px;
	margin-bottom: 32px;
    padding-left: 32px;
    padding-top: 12px;
	border: solid 1px rgba(255, 255, 255, 0.04);
    font-family: 'Fira Code', monospace;
	font-size: 16px;
    line-height: 28px;
    color: #FFF;
    background-color: #19161B;
}

input[type=submit] {
    width: 213px;
    height: 64px;
    border: none;
	color: #fff;
	background-color: #27252D;
	text-transform: capitalize;
    font-family: 'Fira Code', monospace;
	font-size: 16px;
    line-height: 28px;
	font-weight: 500;
	transition-duration: 0.3s;
	cursor: pointer;
    box-shadow:0 0 15px 4px rgba(0,0,0,0.06);
}


input[type=submit]:hover {
	background-color: #ffb577;
	color:#000;
}

.map {
    margin-top: 200px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.map__description {
    height: 532px;
    width: 440px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    background-color: #1f1d21;
    padding: 80px 10px 0 64px;
}
.map__description-title {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 6px;
}
.map__description-text {
    font-family: 'Fira Code', monospace;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #B8B8B8;
    margin-bottom: 32px;
}
.map__container {
    position: relative;
    height: 532px;
    width: 836px;
}
.map__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/map.png') center center;
    background-repeat: no-repeat;
    transition-duration: 0.7s;
    background-position-x: -500px;
}

