@font-face {
    font-family: 'Capture it';
    src: url("../fonts/Captureit.ttf");
}

@font-face {
    font-family: 'Roboto';
    src: url("../fonts/RobotoRegular.ttf");
}

@font-face {
    font-family: 'RobotoBold';
    src: url("../fonts/RobotoBold.ttf");
}

@font-face {
    font-family: 'Lifehack Basic';
    src: url("../fonts/Lifehack-Basic.otf");
}

@font-face {
    font-family: 'RobotoLight';
    src: url("../fonts/RobotoLight.ttf");
}

@font-face {
    font-family: 'RobotoBlack';
    src: url("../fonts/RobotoBlack.ttf");
}

@font-face {
    font-family: 'RobotoThin';
    src: url("../fonts/RobotoThin.ttf");
}


body {
    margin: 0;
    padding: 0;
    background: #f7f6f7;
}

#main {
    background: url("../images/bg-block1.png");
    background-position: center;
    height: 908px;
}

#header {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;

}


#logo span {
    font-size: 30px;
    font-family: "Capture it", sans-serif;
    color: rgb(254, 254, 254);
    line-height: 1.8;
}

#menu ul {
    display: flex;
    justify-content: space-between;
    width: 580px;
}

#menu ul li:first-child {
    list-style: none;
}

#menu ul li {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 3.375;

}

#menu ul li a {
    text-decoration: none;
    color: rgb(255, 255, 255);
}

#menu ul li.active a {
    font-family: "RobotoBold", sans-serif;
}

.btn-white {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 10px;
    width: 207px;
    height: 48px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: rgb(254, 254, 254);
    line-height: 2.308;
    text-align: center;
    background: transparent;
    outline: 0;
    cursor: pointer;
}

.btn-white:hover {
    border-color: #f6a501;
    color: #f6a501;
}

#titles {
    width: 1170px;
    margin: 60px auto 0 auto;
}

#title-burgers {
    width: 600px;
    height: 130px;
    background: url("../images/border-block1.png");
    background-size: 100% 100%;
    font-size: 55px;
    font-family: "Capture it", sans-serif;
    color: rgb(246, 165, 1);
    line-height: 130px;
    text-shadow: 0px 0px 91.16px rgba(2, 7, 8, 0.004);
    text-align: center;

}

.btn-yellow {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 2;
    text-align: center;
    border-radius: 10px;
    background-image: -moz-linear-gradient(180deg, rgb(255, 199, 59) 0%, rgb(235, 161, 0) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(255, 199, 59) 0%, rgb(235, 161, 0) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(255, 199, 59) 0%, rgb(235, 161, 0) 100%);
    outline: 0;
    width: 209px;
    height: 50px;
    margin-top: 60px;
    border: none;
}

.btn-yellow:hover {
    box-shadow: 0px 0px 13.5px 1.5px rgba(204, 142, 6, 1);
    cursor: pointer;
}

#title-text {
    font-size: 40px;
    font-family: "Lifehack Basic", sans-serif;
    color: white;
    line-height: 1;
    text-align: left;
    text-shadow: 0px 0px 14.25px rgba(2, 7, 8, 0.004);
    -moz-transform: matrix(0.99320644518279, -0.11636561883718, 0.11636561883718, 0.99320644518279, 0, 0);
    -webkit-transform: matrix(0.99320644518279, -0.11636561883718, 0.11636561883718, 0.99320644518279, 0, 0);
    -ms-transform: matrix(0.99320644518279, -0.11636561883718, 0.11636561883718, 0.99320644518279, 0, 0);
    margin-top: 35px;
    margin-left: 45px;
}

#title-text span {
    color: rgb(246, 166, 1);
}

#features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1170px;
    margin: 0 auto;
}

#features .feature {
    width: 390px;
    text-align: center;
    margin: 25px 0;
}

#features .feature .feature-image {
    width: 96px;
    height: 79px;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#features .feature .feature-title {
    font-size: 20px;
    font-family: "RobotoBold", sans-serif;
    color: rgb(51, 23, 3);
    margin-bottom: 30px;
}

#features .feature .feature-text {
    font-size: 18px;
    font-family: "RobotoLight", sans-serif;
    color: rgb(51, 23, 3);
    text-align: center;

}

#description {
    height: 1020px;
    background: url("../images/bg-block3.png");
    background-position: center;
}


.block-title {
    font-size: 35px;
    font-family: "RobotoBold", sans-serif;
    color: rgb(246, 165, 1);
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

#description .block-title {
    padding-top: 200px;
}

#description-container {
    display: flex;
    width: 1170px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

#description-text #description-text-title {
    font-size: 30px;
    font-family: "Lifehack Basic", sans-serif;
    color: rgb(254, 254, 254);
    line-height: 1.167;
    text-align: left;
    margin: 115px 0 45px 0;
}

#description-text .description-text-words {
    font-size: 16px;
    font-family: "RobotoLight", sans-serif;
    color: rgb(254, 254, 254);
    line-height: 1.563;
    text-indent: 20px;
    margin: 15px 0;

}

#description-text {
    max-width: 420px;
}

#stock {
    width: 1170px;
    margin: 0 auto;
}

#stock .block-title {
    color: rgb(51, 23, 3);
    margin: 70px auto 45px auto;
}

#stock .category-container {
    display: flex;
    justify-content: center;
    margin: 30px auto;
}

#stock .category {
    font-size: 20px;
    font-family: "RobotoLight", sans-serif;
    color: rgb(51, 23, 3);
    text-align: center;
    border: 1px solid transparent;
    border-radius: 10px;
    margin: 0px 10px;
    padding: 10px 15px;
}

#stock .category.active {
    border: 1px solid rgb(51, 23, 3);
    border-radius: 10px;
    font-family: "RobotoBold", sans-serif;
}

#stock .category:hover {
    border: 1px solid rgb(51, 23, 3);
    cursor: pointer;
}

.products {
    width: 1170px;
    margin: 0 auto;
}

.products .product {
    display: flex;
    justify-content: space-between;
}

.products .product .product-image {
    height: 450px;
    width: 580px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products .product .product-image img {
    max-width: 100%;
    max-height: 100%;
}

.products .product .product-content {
    width: 500px;
}

.products .product .product-content .product-content-title {
    font-size: 25px;
    font-family: "RobotoBold", sans-serif;
    color: rgb(51, 23, 3);
    text-transform: uppercase;
    margin: 100px 0 35px 0;
}

.products .product .product-content .product-content-description {
    font-size: 16px;
    font-family: "RobotoLight", sans-serif;
    color: rgb(51, 23, 3);
    line-height: 25px;
    margin-bottom: 50px;
}

.products .product .product-content .product-content-properties {
    display: flex;

}

.products .product .product-content-property:first-child {
    margin-right: 80px;
}

.products .product .product-content-property span {
    font-size: 20px;
    font-family: "RobotoLight", sans-serif;
    color: rgb(51, 23, 3);
}

.products .product .product-content-property img {
    margin-right: 10px;
}

.products-nav {
    display: flex;
    margin-bottom: 95px;
    margin-top: 10px;
}

.products-nav .product-nav {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    margin-right: 15px;
    opacity: 0.3;
}

.products-nav .product-nav.slick-current {
    opacity: 1;
}

.products-nav .product-nav:hover {
    opacity: 1;
    cursor: pointer;
}

.products-nav .product-nav img {
    max-width: 100%;
    max-height: 100%;
}

.products-nav .product-nav:focus {
    outline: 0;
}

.slick-slide img {
    display: inline;
}

#stock .slick-prev:before {
    content: url("../images/prev.png");
}

#stock .slick-next:before {
    content: url("../images/next.png");
}

#stock .slick-next {
    left: 600px;
}

#fries-container, #sauces-container, #drinks-container {
    display: none;
}

#info {
    background: url("../images/info-bg.png");
    background-position: top center;
    padding: 1px 0;
}

#info .block-title {
    margin: 130px 0 60px 0;
}

#reviews {
    display: flex;
    justify-content: space-around;
    width: 1170px;
    margin: 0 auto;
}

#reviews .review {
    display: flex;
    align-items: flex-start;
    margin: 0 50px;
    justify-content: space-between;
    outline: 0;
}

#reviews .review .review-image {
    border-radius: 50%;
    width: 112px;
    height: 112px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

#reviews .review .review-text {
    width: 325px;
}

#reviews .review .review-text .review-text-title {
    font-size: 20px;
    font-family: "RobotoBold", sans-serif;
    text-transform: uppercase;
    margin-bottom: 35px;
    color: rgb(254, 254, 254);
}

#reviews .review .review-text .review-text-description {
    font-size: 16px;
    font-family: "RobotoLight", sans-serif;
    color: rgb(254, 254, 254);
    line-height: 25px;
}

#addresses {
    width: 1170px;
    margin: 0 auto;
}

#addresses .block-title {
    margin: 150px 0 60px 0;
}

#addresses-container {
    display: flex;
    justify-content: center;
}

#addresses-container .address-container {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 10px;
    padding: 15px;
    margin: 0 15px;
}

#addresses-container .address-container .address {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 10px;
    width: 470px;
}

#addresses-container .address-container .address .address-text {
    margin-top: 25px;
    text-align: left;
    padding: 0 90px;
}

#addresses-container .address-container .address .address-text span {
    font-size: 20px;
    font-family: "RobotoBold", sans-serif;
    color: rgb(247, 246, 246);
    margin-left: 15px;
    vertical-align: middle;
}

#addresses-container .address-container .address .address-text img {
    vertical-align: middle;
}

#addresses-container .address-container .address .address-button {
    margin: 40px auto 25px auto;
    text-align: center;
}

#instagram {
    margin: 85px auto;
    width: 1170px;
    text-align: center;
}

#instagram a {
    text-decoration: none;
    cursor: pointer;
}

#instagram #instagram-text {
    font-size: 20px;
    font-family: "RobotoBlack", sans-serif;
    color: rgb(246, 165, 1);
    text-transform: uppercase;
    text-align: center;
    margin-top: 35px;
}

#footer {
    background-color: rgb(18, 8, 1);
    width: 100%;
    height: 60px;
    font-size: 10px;
    font-family: "RobotoThin", sans-serif;
    color: rgb(188, 188, 188);
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
}

#reviews .slick-prev:before {
    content: url("../images/prev-gray.png");
}

#reviews .slick-next:before {
    content: url("../images/next-gray.png");
}

#reservation-container {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.91);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

#reservation {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(63, 63, 63);
    border-radius: 10px;
    background-color: transparent;
    box-shadow: 0px 0px 40.67px 8.33px rgba(2, 7, 8, 1);
    width: 584px;
    padding: 45px 35px 70px 35px;
    position: relative;
    box-sizing: border-box;
}

#reservation #reservation-cancel {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#reservation h2.block-title {
    font-size: 25px;
}

#reservation #reserve {
    margin: 30px 0 45px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#reservation .reserve-input label {
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    margin-left: 20px;
    line-height: 22px;
}

#reservation .reserve-input {
    margin-top: 15px;
}

#reservation .reserve-input input {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: solid;
    border-radius: 10px;
    width: 248px;
    height: 38px;
    background: transparent;
    color: white;
    outline: none;
    box-sizing: border-box;
    padding: 12px 20px;
}

#reservation #reserve-button {
    text-align: center;
}

#reservation #reserve-button button {
    margin-top: 0;
}

#reservation #reservation-sent {
    display: none;
}

#reservation #reservation-sent h2.block-title {
    margin-top: 95px;
    font-size: 25px;
    font-family: "RobotoBold", sans-serif;
    color: rgb(246, 165, 1);
    text-transform: uppercase;
    text-align: center;
}

#reservation #reservation-sent #reservation-sent-text {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: rgb(255, 255, 255);
    text-align: center;
    margin: 35px 0 110px 0;
}

#reservation #reserve-error {
    color: red;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: 10px;
    display: none;
}


#show-menu a.btn-yellow {
    text-decoration: none;
    display: block;
    line-height: 50px;
}

#burger {
    display: none;
    color: white;
    font-size: 32px;
    line-height: 30px;
}