@font-face {
	font-display: swap;
	font-family: 'KellySlab';
	src: url('../fonts/KellySlab-Regular.eot');
	src: local('KellySlab Regular'), local('KellySlab-Regular'),
		url('../fonts/KellySlab-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/KellySlab-Regular.woff') format('woff'),
		url('../fonts/KellySlab-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: 'FiraSans';
	src: url('../fonts/FiraSans-Regular.eot');
	src: local('FiraSans Regular'), local('FiraSans-Regular'),
		url('../fonts/FiraSans-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FiraSans-Regular.woff') format('woff'),
		url('../fonts/FiraSans-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-display: swap;
	font-family: 'FiraSans';
	src: url('../fonts/FiraSans-Bold.eot');
	src: local('FiraSans Bold'), local('FiraSans-Bold'),
		url('../fonts/FiraSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/FiraSans-Bold.woff') format('woff'),
		url('../fonts/FiraSans-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
/*
================================
Global Style Start
================================
*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}

*,
*:before,
*:after {
     box-sizing: inherit;
     -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html {
    box-sizing: border-box;
}
nav,
footer,
header,
aside {
    display: block;
}

ul,
ol,
li{
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size:inherit;
    margin: 0;;
}

img {
    max-width: 100%;
    display: block;
}
:focus,
:active {
    outline: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
  }
 a:focus,
 a:active {
     outline: none;
    }

/*
================================
Global Style End
================================
*/

body {    
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
}
.header, .footer {
    color: #fff;
    padding: 20px 0px;
    background: url('/img/header_bg.webp') ;
    background-size: cover;
    box-shadow: 0 1px 30px 0px #000000;
    position:relative;
    z-index: 1;
}
.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
}
.title, .title__section, .logo__title {  
    font-family: 'Kelly Slab', serif;
}
 .title__section  {  
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}
.title {  
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    max-width: 650px;
    padding: 10px;
    background-color: #7f4923;
    margin: 0 auto;
    box-shadow:0 0 20px #fff;
}

h3 {
    color: #7f4923;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
a {
    text-decoration:none;
    color: #fff;
    font-size: 24px;
}
/*Header*/
.header__wrap {
    display: flex;
    justify-content:space-between;  
}
.logo__title {
    font-family: 'Kelly Slab', serif;
    font-size: 38px;
}
.logo__subtitle, .phone__subtitle, .subtitle {   
    font-weight: 700;
}
.contacts {
    display: flex;
    text-align: right;
} 
.phone:nth-child(1) {
    margin-right: 110px;
}
.phone__title, .phone__subtitle {
    font-size: 14px;
}
.phone__num {
    font-weight: 700;
}
/*Offer Section*/
.offer {
    background-image: url('/img/offer_bg.webp');
    background-size: cover;
    padding: 70px 0 70px 0;
    position: relative;
}
video {
    width: 100%;
    height: auto;
    max-height: 100%;
    z-index: 999;
    position: relative;
}
.offer__img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 20px);
}
.title {
    margin-bottom: 15px;
}
.offer__subtitle {
    text-align: center;
    color: #fff;
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
}
/*Advantages Section*/
.advantages {
    margin: 70px 0 70px 0;
}
.advantages__title {
    color: #7f4923;
}
.advantages__list, .advantages__item {
    display: flex;
}
.advantages__list {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
}
.advantages__item { 
   flex-basis: 31%;
   align-items: flex-start;
}
.advantages__item p {
    padding-left: 15px;
    font-weight: 400;
}
/*Benefits Section*/
.benefits {
    padding: 70px 0 70px 0 ;
    background-image: url('/img/header_bg.webp')
}
.benefits__title {
    color: #fff;
    margin-bottom: 30px;
}
.benefits__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.benefits__item  { 
    margin-bottom: 30px;
    flex-basis: 48%;
    padding: 30px;
    background-color: #fff;
}
.benefits-item p {
    margin-top: 10px;
}
/*Gallery Section*/
.gallery {
    padding: 70px 0 70px 0;
    background: url('/img/offer_img.webp') no-repeat center center;
    background-size: contain;
}
.gallery__title {
    color: #7f4923;
    margin-bottom: 20px;
}
.swiper {
    max-width: 600px;
    height: auto;
    border-radius: 10px;
  }
  .swiper-button-prev, 
  .swiper-button-next {
    width: 32px;
    height: 32px;
    color: #fff;
    background-color: #7f4923;
    border-radius: 100%;
}
.swiper-button-next:after, 
.swiper-button-prev:after {
    font-size: 14px;
}
.swiper-pagination-bullet-active {
    background-color: #fff;
}
.swiper-pagination {
    padding: 0 70px;
}
/*Maps Section*/
.maps {
    padding-top: 70px;
}
.maps__title {
    color: #7f4923;
}
iframe{
    width: 100%;
}

/*Apaptive*/
@media (max-width: 992px) {
   .container {
       max-width: 750px;
       padding: 0 15px;
    }  
    .phone:nth-child(1) {
        margin-right: 50px;
    }
    .offer__img {
        margin: 58px 0 0 0;
    }
    .advantages__item{
        flex-basis: 47%;
    }
    .goods-img-min {
        position: static;  
    }
    .gallery {
    padding: 70px 0 30px 0;
    }
    .maps {
    padding-top: 50px;
    }
}

@media (max-width: 767px) { 
   .container {
       max-width: 450;
    }
    .phone:nth-child(1) {
        margin-right: 0px;
        padding-bottom: 15px;
    }
    .header__wrap {
        display: block;
        text-align: center;  
        flex-direction: column;  
    }
    .logo {
        text-align: center;
        padding-bottom: 15px;
    }
    .contacts {
        display: block;
        text-align: center;
    }
     .title {  
        font-size: 30px;
         max-width: 400px;
    }
    .offer__img {
        margin: -96px 0 0 0;
    }
    .goods-img-min {
        max-width: 93%;
    }
    .goods-img-min div {
        width: 32px;
        height: 31px;
        margin: 0px 10px 10px 0;
    }
    .advantages__list,  .benefits__item  {
        flex-direction: row;
        justify-content: space-around;
    }

    .benefits__list {
        justify-content: center;
    }
    .benefits__item {
        margin: 10px 10px;
        flex-basis: 46%;
    }
}

@media (max-width: 610px) { 
   .container {
       max-width: 449;
    }
    .maps {
    padding-top: 20px;
    }
    .advantages__item {
        flex-basis: 70%;
    }
}

@media (max-width: 449px) { 
   .container {
       max-width: 320px;           
    }
    .title {
        font-size: 24px;
        max-width: 300px;
    }
     .offer__img {
        display: none;
    }
    .advantages__list {
        justify-content: center;
    }
    .advantages__item {
        flex-basis: 90%;
    }
    .benefits__item {
        flex-basis: 86%;
    }
}

