html, body{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
body{
    background: #FFFFFF;
}
h1,h2{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
h2{
    font-size: 70px;
    line-height: 86px;
    margin: 72px 0 0 0;
}
.sc-1{
    padding: 138px 0 172px;
    background: url("../img/banner.png") no-repeat center;
    background-size: cover;
}
.sc-1 h1{
    margin: 0;
    font-size: 90px;
    color: #fff;
    line-height: 156px;
}
.sc-1 h2{
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 34px;
    color: #fff;
    line-height: 51px;
}
.sc-1 h2.light-f{
    font-weight: 300;
}
.bck-white{
    background-color: #F4F4F4;
}
nav ul.list-unstyled{
    margin: 27px 0 16px;
}
nav li.list-inline-item:not(:last-child) {
    margin-right: 100px;
}
nav li a{
    color: #373737;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}
nav li a:hover{
    color: #373737;
    text-decoration: none;
}
.banner-wrap{
    position: relative;
    padding-top: 40px;
    padding-bottom: 75px;
}
.banner-bck{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
    background-color: rgba(84, 158, 34, 0.8);
}
.menu-name{
    font-weight: 700;
}
.sc-pdn{
    padding-bottom: 90px;
}
.main-wrap{
    max-width: 1920px;
}
.sc-2{
    overflow: hidden;
}
.menu-box{
    padding-bottom: 162px;
    margin-bottom: -72px;
    background: url("../img/menu-bck-1.png") no-repeat left bottom,
                url("../img/menu-bck-2.png") no-repeat right bottom;
}
.drinks-box{
    background: url("../img/drinksbkg.jpg") no-repeat right center, #87d849;
    background-size: cover;
}

.image-box{
    background: url("../img/invite.png") no-repeat left center, #87d849;
    background-size: cover;
}	

.content-items{
    max-width: 540px;
    width: 100%;
    padding-bottom: 75px;
}
.content-items p{
    max-width: 500px;
    margin-bottom: 29px;
}
.carousel-indicators li{
    width: 11px;
    height: 11px;
    border: 0;
    border-radius: 50%;
    background: #E8E8E8;
    opacity: 1;
    margin-right: 9px;
    margin-left: 0;
}
.carousel-indicators li.active{
    background: #549E22;
}

.carousel-item > div > span{
    padding-right: 30px;
	height: 300px;
}

.carousel-item > div > span img{
	max-height: 180px;
	width:auto;
}

.carousel-indicators li:last-child{
    margin-right: 0;
}
.carousel-item > div > span p{
    padding-top: 20px;
    margin-bottom: 70px;
	text-align:center;
	font-style:italic;
}
.carousel-indicators{
    bottom: -3px;
    margin-right: 0;
    margin-left: 0;
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}
.car-line{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #E9E9E9;
    height: 1px;
}

.sc-3{
    background-color: #86ce50;
}

.sc-3 h2 a{
	font-family: 'Oswald', sans-serif;
    font-size: 70px;
    font-weight: 700;
    color: #000;
    margin: 5px 0 0 0;
	text-decoration:none;
}

.sc-3 h2 a:hover{
    color: #fff;
 }

.sc-4{
    padding-bottom: 105px;
}
.sc-5{
    background: url("../img/background-footer.png") no-repeat center;
    background-size: cover;
}
.sc-5 h2, .sc-5 a{
    color: #fff;
}
.sc-5 a{
    font-size: 19px;
    line-height: 33px;
}
.sc-5 input, .sc-5 textarea,
.sc-5 select, .sc-5 select option,.sc-5 select:focus{
    width: 100%;
    padding: 14px 0 14px 20px;
    font-size: 16px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    outline: none;
}
.sc-5 select{
    cursor: pointer;
    height: auto;
}
.sc-5 input, .sc-5 select{
    margin-bottom: 30px;
}
.sc-5 textarea{
    resize: none;
    height: 99px!important;
}
.sc-5 input {
    margin-right: 30px;
}

/*.sc-5 input:first-child{
    margin-right: 30px;
}
*/

.sc-5 a:hover{
    text-decoration: none;
    color: #fff;
}
.sc-5 button{
    margin-top: 30px;
    line-height: 52px;
    border: 0;
    border-radius: 5px;
    background: #549E22;
    width: 230px;
    color: #fff;
    font-weight: 700;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    width: 34px;
    height: 34px;
    background-color: #000;
    border-radius: 50%;
    background-size: auto;
}
.carousel-control-next, .carousel-control-prev{
    top: -99px;
}
.carousel-control-prev{
    left: -10%;
}
.carousel-control-next{
    right: -10%;
}
.sc-5 form{
    padding-bottom: 130px;
}
footer {
	background-color: rgba(84, 158, 34, 1.0);
}

footer p {
    line-height: 77px;
    margin: 0;
	font-weight: bold;
	font-size: 14px;
	color:#fff;
}
#top-btn {
    position: fixed;
    right: 15px;
    bottom: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #549E22;
    border: 2px solid #fff;
    z-index: 9;
}
.triangle-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid #fff;
    margin: 4px auto;
}
#header-menu-mb-btn {
    position: relative;
    z-index: 3;
    width: 35px;
    height: 24px;
    margin: 20px auto;
}

#header-menu-mb-btn.open {
    margin-bottom: 0;
}

.top-menu-line {
    margin-bottom: 6px;
    border: 2px solid #373737;
    background-color: #373737;
    border-radius: 3px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.open .line3 {
    display: none;
}

.open .line1 {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.open .line2 {
    margin-top: -10px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mb-header-menu-box {
    position: relative;
    z-index: 7;
}
#mb-header-menu{
    display: none;
}
.mb{
    display: none;
}
@media (max-width: 1620px) {
    .menu-box{
        background-size: 10%;
    }
}
@media (max-width: 1170px) {
    .carousel-item .d-flex{
        display: block!important;
        text-align: center;
    }
    .content-items {
        max-width: 540px;
        margin: 0 auto;
    }
    .menu-box{
        background: none    ;
    }
    .d-flex.input-box{
        flex-direction: column!important;
    }
    .banner-bck{
        background: none;
        /*background-color: rgba(84, 158, 34, 0.8);*/
    }
    .banner-wrap {
        text-align: center;
        background-color: rgba(84, 158, 34, 0.8);
    }
    .carousel-control-next, .carousel-control-prev {
        top: auto;
        bottom: 69px;
    }
    .logo-box{
        display: none;
    }
    nav li.list-inline-item:not(:last-child) {
        margin-right: 99px;
    }
}
@media (max-width: 700px) {
    .f-w{
        display: none;
    }
    .mb{
        display: block;
    }
}
@media (max-width: 380px) {
    .sc-1 h1 {
        margin-bottom: 30px;
        line-height: 100px;
    }
    .carousel-control-prev {
        left: 0;
    }
    .carousel-control-next {
        right: 0;
    }
}