@font-face {
	font-family: 'Roboto Light';
    src: url(../fonts/Roboto-Light.ttf);
}
* {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto Light';
}
h1 {
    color:white;
    font-size: 64pt;
    text-align: center;
}
h2 {
    color:rgb(247, 207, 247);
    font-size: 36pt;
    text-align: center;
}

/* Заголовок: логотип, навигация */
.zagol {
    display:flex;
    padding-left: 20px;
    gap: 200px;
    align-items: center; 
    color: darkblue;
    height: 110px;
    margin-top: 10px;
    margin-bottom: 10px;
}
nav {
    font-size: 20pt;
    display: flex;
    justify-content:space-around;
    width: 900px;
}
nav a {
    display: block;
}
nav a:link, nav a:visited {
    color:black;
    background-color: white;
    text-decoration: none;
    transition-duration: 1s;
}
nav a:active, nav a:hover {
    color: white;
    background-color: black;
    text-decoration: none;
    transform: scale(1.2, 1.2) translateY(4px);
    transition-duration: 0.8s;
}
/* ------------ Конец Заголовка  --------------- */

/* Каталог */
.catalog {
    margin-top: 100px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align:center;
    font-size: 18pt;
    justify-content:space-around;
    margin-top: 50px;
}
.row img {
    border-radius: 50%; 
}
.item {
    width: 300px;
}
.item a {
    color: #669424;
    font-weight: normal;
}
.item img {
    width: 300px;
    height: 300px;
}
.text-overlay { /* - наложение текста на картинку смеси перцев */ 
    position: relative;
    bottom: 250px;
    background-color: rgb(245, 221, 4, 0.7);
    padding: 10px 5px 10px 5px;
    margin-left: 50px; 
    margin-right: 50px;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
}
.text-rekom {
    position: relative;
    bottom: 38px;
}
/* ------------ Конец Каталога  --------------- */

/* Дополнения */
.dopoln {
    text-align: center;
    color: #ffffff;
    background-color: #117e3b;
    margin-top: 50px;
    font-size: 36pt;
    padding: 15px 0px;
}
.dopoln a {
    color: #ffffff;
}
/* ------------ Конец Дополнения  --------------- */

/* Наши преимущества */
.dostavka {
    padding-top: 80px;
    padding-bottom: 80px;
}
.dostavka p{
    font-size: 18pt;
    font-weight:normal;
    color:black;
    text-align:left;
}
 .row_dost {
    background: #117e3b url(../img/adv-bcg.png) center center no-repeat;
    background-size: cover; 
    color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; 
    text-align: center;
    justify-content: space-around;
 }
 .row_dost img {
    width: auto;
    height: auto;
 }
 .col-part {
    display: block;
    gap: 25px;
    padding-top: 30px;
    padding-bottom: 30px;
 }
 .col-part h5 {
    font-size: 18pt;
    font-family: 'Courier New', Courier, monospace;
    color: white;
 }
 .col-part p {
    font-size: 18pt;
    color: white;
    padding-top: 15px;
    text-align: center;
 }
/* ------------ Конец Наши преимущества  --------------- */ 

/* Наши клиенты*/
.row_klients {
    display: flex;
    margin-top: 50px;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content:space-around;

}
.col-icon-KofeBrut {
    padding-bottom: 0px;
    padding-top: 27px;
}
.col-icon-gorcekh img {
    background-color: #000;
    width: 185px;
    height: 85px;
    padding: 5px;
}
/* ------------ Конец Наши клиенты  --------------- */

/* Контакты */
.container {
    margin-top: 100px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 3rem;
    padding-top: 3rem;
}
.container h1 {
    margin-bottom: 1rem;
}
.offset-md-3 {
    margin-left: 5%;
}
label {
    display: inline-block;
}
.form-control {
    display: block;
    width: 90%;
    padding: .375rem .75rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #8aa7c3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
button:not(:disabled) {
    cursor: pointer;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -moz-user-select: none;
    user-select: none;
    background-color: #0d6efd;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    border-color: #0d6efd;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:hover {
    background-color: #042c68;
    border-color: #042c68;
}
.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}
.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    width: 60%;
}
.kontakt {
    font-size: 36pt;
    text-align: center;
}
.kontakt_inn {
    font-size: 18pt;
}
.kontakt h1, .dostavka h1, .catalog h1, .klients h1, .container h1 {
    font-size: 48pt;
    font-weight: 300;
    color: #b50025;
    letter-spacing: 0px; 
}
.Phone {
    display: flex;
    gap: 40px; 
    justify-content: center;
    font-size: 36pt;
}
.Phone img {
    width: 50px;
    height: 50px;
}
.mail {
    display: flex;
    gap: 10px; 
    justify-content: center;
}
.verticalcenter {
    padding-top: 12px;
}
/* ------------ Конец Наши Контакты  --------------- */

/* Описания товаров */
.opisanie {
    display: flex;
    gap: 30px;
    padding-left: 30px;
}
.zagol-item {
    background-color: #b50025;
    margin-top: 15px;
    margin-bottom: 30px;   
}
.zagol-item h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: bolder;
    text-align: left;
    padding: 5px 15px;
    text-transform: none;
}
.zagol-item a {
    text-decoration: none;
}
.zagol-item a :hover {
    text-decoration:underline;
}
.opisanie h4 {
    color: #B50025;
    font-size: 18pt;
}
.opisanie p {
    width: 600px;
    text-align: justify;
}
.image-container {
    position: relative;
 }
 .image-container img {
    max-width: 100%;
    height: 100%;
 }
 .link-button__heading-content a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    color:#000;
    margin: 100px 150px;
    padding: 10px 15px;
    border-radius: 10px;
    background:rgb(248, 150, 79);
    font-size: 12pt;
    font-weight: bold;
    line-height: 152%;
}
.link-button__heading-content a:hover {
    background:rgb(110, 48, 3);
    color:#fff;
}
 /* ------------ Конец Описания товаров  --------------- */
@media screen and (max-width: 1440px){
    .zagol {
        gap: 100px;
    }
    .item img {
        width: 250px;
        height: 250px;
    }
    .text-overlay {
        bottom: 200px;
    }
}
 @media screen and (max-width: 1280px) {  /* - адаптация для ноутбука */
    .item {
        width: 200px;
        text-align: center;
    }
    .item img {
        width: 200px;
        height: 200px;
    }
    nav {
        font-size: 16pt;
    }
    .text-overlay { /* - наложение текста на картинку смеси перцев */
        bottom: 160px;
        font-size: 12px;
    }
 }
 @media screen and (max-width: 1024px) {
    .zagol {
        gap: 70px;
    }
    .zagol img {
        width: 212px;
        height: 63px;
    }
    .kontakt h1, .dostavka h1, .catalog h1, .klients h1, .container h1 {
        font-size: 40pt;
    }
    .row {
        font-size: 16pt;
        padding-left: 25px;
    }
    .item img {
        width: 150px;
        height: 150px;
    }
    .text-overlay {
        bottom: 135px;
        font-size: 12px;
        width: 100px;
    }
    .text-rekom {
        bottom: 47px;
    }
    .col-part p {
        font-size: 16pt;
    }
    .dopoln {
        font-size: 28pt;
    }
    .row_klients {
        gap: 100px;
    }
    .col-icon-Shashlikoff img {
        width: 209px;
    }
    .col-icon-KofeBrut img {
        width: 137px;
    }
    .col-icon-Maximilians img {
        width: 107px;
    }
    .col-icon-gorcekh img {
        width: 129px;
    }
 }
 @media screen and (max-width: 960px) {
    .zagol {
        gap: 40px;
    }
 }
 @media screen and (min-width: 641px) and (max-width: 880px) {
    .zagol {
        display: block;
    }
    nav {
        width: auto;
    }
    .image-container img {
        width: auto;
        height: auto;
    }
 }
 @media screen and (max-width: 640px) {   /* - адаптация для смартфона */
    .item {
        margin-bottom: 20px;
        width: 150px;
    }
    .item img {
        width: 150px;
        height: 150px;
    }
    .row {
        margin-top: 20px;
    }
    nav {
       margin-top: 10px;
       margin-bottom: 10px;
       width: auto;
    } 
    nav a {
        font-size: 12pt;
        
    }
    nav a:link, nav a:visited {
        font-size: 12pt;
        text-decoration: underline;
    }
    nav a:active, nav a:hover {
        transform: scale(1.07, 1.07) translateY(2px);
        text-decoration: underline;
    }
    .kontakt {
        font-size: 18pt;
    }
    .kontakt_inn {
        font-size: 14pt;
    }
    .kontakt h1, .dostavka h1, .catalog h1, .klients h1, .container h1 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .mail img {
        width: 40px;
        height: 40px;
        padding-top: 5px;
    }
    .verticalcenter {
        padding: 0px;
    }
    .dostavka {
        padding-top: 35px;
        padding-bottom: 35px;
        gap: 0px;
        background-size: auto;
    }
    .zagol {
        display: block;
        height: auto;
    }
    .zagol img {
        width: auto;
        height: auto;
    }
    .zagol-item h1 {
        font-size: 24pt;
    }
    .opisanie {
        display: block;
        padding-left: 15px;
    }
    .opisanie p {
        font-size: 12pt;
        width: 97%;
    }
    .image-container img {
        width: auto;
        height: auto;
    }
    .link-button__heading-content a {
        margin: 50px 25px;
    }
    .text-overlay {
        margin-left: 20px;
        margin-right: 0px;
     }
    .col-part {
        gap: 25px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .col-part h5 {
        font-size: 12pt;
    }
    .col-part p {
        font-size: 16pt;
        padding-top: 5px;
        padding-bottom: 10px; 
    } 
    .col-part img {
        display: grid;
        justify-content: center;
    }
    .row_dost img {
        width: auto;
        height: auto;
    }
    .row_klients {
        row-gap: 30px;
        margin-top: 0px;
    }
    .dopoln {
        font-size: 16pt;
    }
}
@media screen and (max-width: 469px) {
    nav {
        display: block;
    }
    .Phone {
        gap: 10px;
    }
    .Phone img {
        width: 40px;
        height: 40px;
    }
}
/* Конец адаптации для смартфона */

  /* Демонстрация слайдов в заголовке */
  #slides{
	position: relative;
	height: 450px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
  }
.slide{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: opacity 3s;
	-moz-transition: opacity 3s;
	-o-transition: opacity 3s;
	transition: opacity 3s;
}
.showing{
	opacity: 1;
	z-index: 2;
}
/*
non-essential styles:
just for appearance; change whatever you want
*/
.slide{
	font-size: 80px;
	padding-top: 150px;
	box-sizing: border-box;
	background-size: cover;
	color: #fff;
}
.slide:nth-of-type(1){
    background-image: url(../img/small_badyan.jpg);
}
.slide:nth-of-type(2){
    background-image: url(../img/small_hearts.jpg);
}
.slide:nth-of-type(3){
	background-image:url(../img/spice.jpg);
}
.slide:nth-of-type(4){
	background-image: url(../img/small_squares.jpg);
}
.slide:nth-of-type(5){
	background-image: url(../img/small_white-spoons.jpg);
}
/* Конец демонстрации слайдов */