/**
Theme Name: Яр чай
Author: Яр
*/

body {
	margin: 0;
	font-family: 'Playfair Display', serif;
	line-height: 1.6;
    font-weight: 300;
    color: #0c0c0c;
    font-size: 15px;
    font-size: 1rem;
    font-display: swap;
    color: #495055;
}
.clearfixx {
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
}
a{
    color: #495055;
    text-decoration: none; 
}
a:hover{
    color: #dcc45a;
}

.header {
	margin:auto;
	text-align: center;
	padding-top: 100px;
	color: #ffffff;
}
.footer {
	margin:auto;
	text-align: center;
	padding: 100px 0;
	background-color: #f9f7f2;
    border-top: solid 3px #bdbcbcbf;

}
.nav{
    background-color: #f9f7f2;
    border-bottom: solid 3px #bdbcbcbf;
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}
.menu{
    text-transform: uppercase;
    float: right;
    margin: 13px 20px;
}

.firstslid{
    background: url(https://med-chay.ru/wp-content/uploads/396110-sepik_3840x2400.jpg)  center no-repeat;
    height: 100vh;
    max-height: 1100px;
    background-size:140%;
    background-color: #ffcf00;
    animation: honey 60s linear infinite;
}

@keyframes honey {
  from { background-position:0% 0%;}
    25%{ background-position: 100% 100%; }
    50%{ background-position: 0% 100%; }
    75%{ background-position: 100% 0%; }
  to { background-position: 0% 0%;}
}

@media (max-width: 1200px){
.firstslid{        
    background-size: auto 140%;
    animation: honey 120s linear infinite;
}
}
@media (max-width: 700px){
.firstslid{        
    background-size: auto 100%;
    animation: honey 180s linear infinite;
}
}
.firstback{
    min-height: 100vh;
    min-width: 100vw;
    background: #cfd2b65e;
}



.secondslid{

    background-color: #ffcf00;
    padding: 0px 10%;

}
.secondins{
    width: 21%;
    float: left;
    padding: 60px 2%;
    text-align: center;
}
.icons {
    width: 40px;
    height: 40px;
    background: #495055;
    border-radius: 50%;
    padding: 20px;
    margin: auto;
}

.threeslid{
    background-color: #f9f7f2;
    padding: 0px 10%;

}

.divbee{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #fff;
    text-align: center;
    padding: 30px;
}

.headerslider{
    margin:0;
    padding: 80px 10px 0px;
    text-align: center;
    font-size: 2em;
}
.itemtitle:after {
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    margin: 12px auto 0;
    background-color: rgba(88,96,103,0.9);
}

.threeins{
    width: 29%;
    float: left;
    padding: 60px 2%;
    text-align: center;
}

.fourslid{
    padding: 0px 10%;  
}
.fourins{
    margin: 30px 0;
    padding: 10px 30px;
    border: solid 2px #ffcf00;    
}
.fourimg, .fourtexttwo{
    width: 48%;
    float: left;
}
.fourtext, .fourimgtwo{
    width: 48%;
    float: right;
}
.fourtitle{
    text-align: center;
    background: #facf33;
    margin-bottom: -12px;
    padding: 10px;
    
}
.fourp{
    background: #efefef;
    padding: 20px;
    font-size: 0.8em;
}


.fiveslid{
    background: url(https://med-chay.ru/wp-content/uploads/HBees.jpg) center no-repeat;
    height: 400px;
}
.fiveback{
    background: #cdc8326e;
    height: 400px
}
.fivehdr{
    width: 60%;
    margin-left: 36%;
}



.middle{
height: 1700px;
}




