/*Specification*/
body {
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0;
}

span, a, input, button {
	display: block;
}

div, p, form, input, a, span, button {
	box-sizing: border-box;
}

a {
	color: #fff;
}

a:hover {
	color: #fff;
	text-decoration: none;
	transition: all 0.4s ease;
}

li {
	list-style-type: none;
}

button, button:active, button:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6, p, span {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-family: El Messiri;
	font-style: normal;
	font-weight: bold;
	font-size: 70px;
	line-height: 109px;
	color: #FFFFFF;
}

h2 {
	font-family: El Messiri;
	font-weight: bold;
	font-size: 40px;
	line-height: 63px;
	text-align: center;
	color: #000000;
}

h3 {
	font-family: El Messiri;
	font-weight: bold;
	font-size: 30px;
	line-height: 47px;
	color: #FFFFFF;
}

h4 {
	
}

h5 {
	
}


a svg:hover #svg-icon {
   fill: #E89605;
   transition: all 0.4s ease;
}

.d-block {
	display: block;
}




/*Nav*/
.nav {
	position: fixed;
	background: #000;
	z-index: 2;
	width: 100%;
	height: 110px;
	z-index: 99;
}

.nav .logo__img {
	margin-top: -21px;
}

.nav .contacts, .nav .location, .nav .social {
    margin-top: 40px;
}



/*Header*/
.header {
	background: url(../images/bg-head.jpg) no-repeat;
	background-size: cover;
	padding-top: 18px;
	padding-bottom: 239px;
	position: relative;
	height: 100vh;
}

#header .custom-logo-link img{
	width: 100%;
}

.contacts {
	font-weight: 600;
	font-size: 20px;
	line-height: 15px;
	color: #FFFFFF;
	display: flex;
}

.contacts__tel {
	margin-left: 10px;
	text-align: right;
}

.contacts__number1 {
	margin-bottom: 14px;
}

.contacts__number1:hover, .contacts__number2:hover {
	color: #E89605;
}

.contacs__link {
	padding-top: 5px;
}

.location {
	display: flex;
	font-weight: 600;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
}

.location__text {
	margin-left: 15px;
}

.social {
	display: flex;
	justify-content: flex-end;
}

.social__link2 {
	margin-left: 25px;
}

.contacts, .location, .social {
	margin-top: 60px;
}

.main {
	
    margin-top: 140px;
    padding-top: 54px;
}

.main-overlay {
	background: url(../images/bg-main.png) center left no-repeat;
    background-size: auto;
    position: absolute;
    background-position-x: 35%;
    width: 100%;
    height: 90%;
    left: 0px;
    top: 90px;
}

.main__text {
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	max-width: 645px;
}

.main__btn {
	margin-top: 45px;
	padding-top: 19px;
	width: 214px;
	height: 58px;
	background: linear-gradient(180deg, #E8C077 0%, #D0A555 100%);
	box-shadow: inset 0px 2px 5px 1px #B0802E;
	border-radius: 88px;
	font-family: Roboto;
	font-weight: 900;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.04em;
	color: #000000;
}

.main__btn:hover {
	background: linear-gradient(180deg, #FFCB59 0%, #E89605 100%);
	box-shadow: inset 0px 2px 5px 1px #B0802E;
	color: #000000;
}


/*Advantages*/
.advantages {
	padding: 170px 0 224px 0;
}

.advantage {
	text-align: center;
	display: flex;
	align-items: center;
}

.advantage__image {
	margin-right: 33px;
}

.advantage__text {
	font-family: Montserrat;
	font-weight: 500;
	font-size: 20px;
	line-height: 25px;
	color: #000000;
	text-align: left;
}

.advantages__title {
	margin-bottom: 35px;
}

.advantage2 {
	max-width: 275px;
    margin-left: auto;
}

.advantage3 {
	max-width: 265px;
    margin-left: auto;
}



/*Bakery*/
.bakery {
	padding: 145px 0 105px 0;
	background: url(../images/bg-backery.jpg) no-repeat center center;
	background-size: cover;
}	

.bakery__title {
	color: #E8C077;
	margin-bottom: 45px;
}

.slider__title {
	text-align: center;
    max-width: 365px;
    color: #fff;
    margin-top: 18px;
}

.slider__slide img {
	margin: 0 auto;
	margin-top: 23px;
	margin-bottom: 25px;
	display: block;
}

.slider__desc {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    word-break: break-all;
}

.slider__price {
	font-weight: bold;
	font-size: 32px;
	line-height: 39px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 5px;
}

.slider__weight {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: rgba(255, 255, 255, 0.7);
}

.slider__img {
	height: 180px;
}

.fa-chevron-right, .fa-chevron-left {
	font-size: 45px;
    color: #E8C077;
}

.fa-chevron-left:hover {
    color: #E89605;
}

.fa-chevron-right:hover {
    color: #E89605;
}

.rolling {
	margin: 160px auto 0 auto;
    display: block;
}

.bakery__desc h3 {
	margin-bottom: 35px;
	color: #E8C077;
	text-align: center;
	    margin-top: 30px;
}

.bakery__desc p {
	margin-bottom: 35px;
	max-width: 950px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	margin: 30px auto;
	color: #fff;
}

.footnote {
	font-weight: bold !important;
	font-size: 20px;
	line-height: 25px;
	color: #E8C077 !important;
}

.slider__overlay {
	width: 100%;
	height: 100%;
	background: #ffffff1f;
	border-radius: 30px;
	display: none;
	position: absolute;
}

.slider__slide:hover .slider__overlay {
	display: block;
	cursor: pointer;
	transition: all 2s ease-out;
}

.slider__slide {
	height: 450px;
	position: relative;
}

.slider {
	position: relative;
}

.arrow-right, .arrow-left {
	position: absolute;
	top: 50%;
    margin-top: -23px;
    cursor: pointer;
}

.arrow-right, .arrow-left:focus {
	outline: none;
}

.arrow-right {
    right: -60px;
}

.arrow-left {
	left: -60px;
}

.swiper-pagination {
	position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    bottom: 0;
    z-index: 10;
    width: 100%;
    text-align: center;
    margin-bottom: -42px;
}

.swiper-pagination-bullet {
	width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 100%;
    background: #ffffff73;
    opacity: 1; 
    margin: 0 6px;
}

.swiper-pagination-bullet:focus {
	outline: none; 
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #E8C077;
}


/*Delivery*/
.delivery {
	padding-top: 170px;
	padding-bottom: 170px;
}

.footer__text3 {
	font-size: 14px;
	font-weight: bold;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
}

.delivery h2 {
	margin-bottom: 30px;
}

.delivery p {
	font-weight: normal;
	font-size: 25px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 62px;
	text-align: center;
}

.delivery__btn {
	background: linear-gradient(180deg, #E8C077 0%, #D0A555 100%) !important;
	box-shadow: inset 0px 2px 5px 1px #B0802E;
	border-radius: 30px;
	height: 106px;
	font-weight: bold;
	font-size: 25px;
	line-height: 25px;
	color: #000000 !important;
	text-align: center;
	padding-top: 40px;
}

.delivery__btn:hover {
	background: linear-gradient(180deg, #FFCB59 0%, #E89605 100%) !important;
	box-shadow: inset 0px 2px 5px 1px #B0802E;
	color: #000000;
	cursor: pointer;
}

input {
	margin-bottom: 30px;
	width: 100%;
	height: 102px;
	border: 1px solid #000000;
	box-sizing: border-box;
	border-radius: 30px !important;
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.7) !important;
	padding-left: 50px !important;
}

input:focus {
	outline: none;
}

.delivery__form {
	margin: 0 auto;
	display: block;
	max-width: 696px;
}



/*Footer*/
.footer {
	padding-bottom: 44px;
	background: url(../images/bg-footer.jpg) no-repeat center center;
	background-size: cover;
}

.footer__text {
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.7);
}

footer .contacts__tel a {
	color: rgba(255, 255, 255, 0.7);
}

.contacts svg {
	fill: rgba(255, 255, 255, 0.7);
}

#footer .custom-logo-link img{
	width: 42%;
	padding: 5% 0%;
}



/*Media Queries*/

/* 1200-1300px */
@media screen and (max-width: 1300px) {

	.arrow-right {
    	right: -20px;
	}

	.arrow-left {
		left: -20px;
	}
}

/* 992-1200px */
@media screen and (max-width: 1200px) {
	.slider__desc {
		font-size: 15px;
	}

	.slider__title {
		font-size: 28px;
	}

	.arrow-right, .arrow-left {
		display: none;
	}
    	


}

/* 768-992px */
@media screen and (max-width: 992px) {
	.nav .logo__img {
    	width: 170px;
	}

	.slider__desc {
		max-width: 280px;
    	margin: 0 auto;
	}

	.advantage {
		max-width: 460px;
    	margin: 30px auto;
	}

	.advantages {
		padding-bottom: 140px;
	}

	.header .logo {
		text-align: center;
	}

	.contacts, .location {
		max-width: 190px;
	}

	.social {
		max-width: 86px;
	}

	.contacts, .location, .social {
		margin: 20px auto;
	}

	h1 {
		text-align: center;
	}

	.main-overlay {
		top: 150px;
	}

	.main__text {
		text-align: center;
	}

	.main__btn {
		margin: 0 auto;
	}

}

/* 576-768px */
@media screen and (max-width: 768px) {
	.slider__title {
		margin: auto;
	}

	.swiper-pagination {
		margin-bottom: -18px;
	}

	.slider__slide {
		height: 414px;
	}

	.header .logo {
		text-align: center;
	}

	.contacts, .location {
		max-width: 190px;
	}

	.social {
		max-width: 86px;
	}

	.contacts, .location, .social {
		margin: 20px auto;
	}

	h1 {
		font-size: 50px;
		text-align: center;
	}

	.main {
		margin-top: 20px;
	}

	.main__text {
		text-align: center;
		font-size: 20px;
	}

	.main__btn {
		margin: 0 auto;
	}

	.header {
		padding-bottom: 100px;
		padding-top: 0;
	}

	.main-overlay {
		    top: 150px;
	}

	.advantages {
		padding-top: 36px;
		padding-bottom: 0;
	}

	.rolling {
		margin-top: 55px;
	}

	.delivery {
	    padding-top: 25px;
	    padding-bottom: 50px;
	}

	.footer__desc {
		text-align: center;
	}
}

/* 320-576px */
@media screen and (max-width: 576px) {
	
	h1 {
		line-height: 70px;
	}

	.main-overlay {
    	top: 127px;
	}

	.main__btn {
		margin: 50px auto 0;
	}

	.header {
		padding-bottom: 64px;
		height: inherit;
	}

	.advantage {
		flex-direction: column; 
	}

	.advantage__text {
		text-align: center;
		margin-top: 22px;
	}

	.advantage__image {
		margin-right: 0;
	}

	.bakery {
		padding-top: 80px;
	}

	h2 {
		font-size: 26px;
    	line-height: 33px;
	}

	.delivery p {
		font-size: 21px;
    	line-height: 0px;
    	margin-bottom: 35px;
	}

	input {
	    height: 55px;
	    padding-left
	}
    
	.delivery__btn {
	    padding-top: 15px;
	    height: 55px;
	}

	.nav {
	    position: fixed;
	    background: #000;
	    z-index: 2;
	    width: 100%;
	    height: 208px;
	}

	.nav .contacts {
		margin-top: 25px;
	}

	.nav .location, .nav .social {
    margin-top: 0px;
}
	

}










