@charset "UTF-8";
html {
    box-sizing: border-box;
}
* {
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
}

*, :after, :before {
    box-sizing: border-box;
}

a, button, input {
    outline: none;
}
a {
    color: #000;
    text-decoration: none;
}
body {
    font-family: Arial, sans-serif;
    line-height: 16px;
    color: #000;
    font-size: 16px;
}
::-webkit-scrollbar{
    width: 0;
}
div{
    border: 0px red solid;
}
.content{
    margin: 0px auto;
    width: 90%;
}

/* _Header_ */
.header{
	background: url(../img/fon1.jpg);
  background-position: center;
  background-size: cover;
	width: 100%;
  height: 100vh;
  filter: saturate(0.5);
}
.head_menu{
	height: 20%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.head_menu a{
  color: #fff;
  text-shadow: 0 0 12px black;
  text-transform: uppercase;
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
}
.head_menu a:hover{
  text-decoration: underline;
}
.head_tx{
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.head_tx h1{
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: #ffffffdb;
  text-shadow: 0 0 12px black;
}
.head_tx p{
  color: #ffffffdb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  padding-top: 10px;
  text-shadow: 0 0 12px black;
}


/* _bodyer_ */
.body_1,
.body_2,
.body_3,
.body_4,
.body_5{
  margin: 60px auto;
}
.body_1 h2,
.body_3 h2,
.body_4 h2,
.body_5 h2{
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
  color: #242424;
  text-align: center;
  line-height: 35px;
  margin: 30px auto;
}
.body_2 h2{
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 35px;
  text-shadow: 0 0 9px black;
}
.body_1_all{
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.body_1_tx{
  width: 50%;
  padding: 15px 15px 15px 0px;
  font-size: 20px;
  font-weight: 500;
  color: #242424;
  line-height: 25px;
}
.body_1_i{
  width: 50%;
  height: 100%;
  padding: 15px 0 15px 15px;
}
.body_1_i img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.body_2{
  background: url(../img/fon2.jpg);
  background-position: top;
  background-size: cover;
  width: 100%;
  height: 300px;
  color: #fff;
}
.body_2_all{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  text-shadow: 0 0 11px black;
  font-weight: 600;
  height: 100%;
  text-align: center;
  color: #ffffffe6;
}
.body_2_i i{
  width: 50px;
  font-size: 66px;
  padding-bottom: 30px;
}
.body_3_all{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width: 100%;
}
.body_3_all img{
  object-fit: cover;
  width: calc(100% / 5);
  height: 250px;
  margin: 1px;
}


.bodyer_6_all{
  margin: 30px auto;
  height: 300px;
  padding: 40px;
  width: 100%;
  color: #fff;
  border-radius: 10px;
  background-image: url(../img/fon2.jpg);
  background-repeat: no-repeat;
  background-color: #779cfb;
  background-size: cover;
  }
.bodyer_6_h2 h2{
  font-family: "Appetite-Italic";
  font-size: 36px;
  font-weight: 100;
}
.body_6_text{
  padding-left: 15px;
}
.body_6_i{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.body_6_i img{
  filter: drop-shadow(0px 0px 1px #fff);
  border: 3px #fff solid;
  border-radius: 50%;
}
.body_6_text p{
font-family: Arial;
font-size: 18px;
text-shadow: 0 0 10px black;
}
.body_6_text h3{
  font-size: 18px;
  font-weight: bold;
}
.body_6_flex{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 150px;
}
/* 6 blog cлайдер*/
.control {
    position: absolute;
    }
    .css-slider-wrapper {
    overflow: hidden;
    position: absolute;
    width: 94%;
    height: 200px;
    text-align: start;
    }
    .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -4px;
    opacity: 1;
    z-index: 0;
    display: flex;
    flex-direction: row;
    transition: -webkit-transform 1600ms, transform 1600ms;
    }
    .slide1 {
    left: -1%;
    }

    .slide2 {
    left: 99%;
    }

    .slide3 {
    left: 199%;
    }

    .slider {
    text-align: left;
    }
    .slider .button {
    }
    .control {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 55;
    }

    .control label {
    z-index: 1;
    display: none;
    text-align: center;
    line-height: 50px;
    font-size: 50px;
    color: red;
    cursor: pointer;
    opacity: 0.5;
    }

    .control label:hover {
    opacity: 1;
    }

    .next {
    right: 0;
    }

    .previous {
    left: 0;
    }
    .slide-radio1:checked~.next .numb2,
    .slide-radio2:checked~.next .numb3,
    .slide-radio3:checked~.next .numb1,
    .slide-radio1:checked~.previous .numb3,
    .slide-radio2:checked~.previous .numb1,
    .slide-radio3:checked~.previous .numb2{
    display: block;
    z-index: -1
    }
    .slide-radio1:checked~.slider-pagination .page1,
    .slide-radio2:checked~.slider-pagination .page2,
    .slide-radio3:checked~.slider-pagination .page3,
    .slide-radio4:checked~.slider-pagination .page4 {
    background: red;
    }
    .slide-radio1:checked~.slider {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    }

    .slide-radio2:checked~.slider {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    }

    .slide-radio3:checked~.slider {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
    }

    .slide-radio4:checked~.slider {
    -webkit-transform: translateX(-300%);
    transform: translateX(-300%);
    }
    .slide-radio1:checked~.slide1 .button,
    .slide-radio2:checked~.slide2 .button,
    .slide-radio3:checked~.slide3 .button {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
    }
    button[type=radio], input[type=radio], select[type=radio], textarea[type=radio] {
        display: none;}



/* _footer_ */
.footer{
  text-shadow: 0 0 12px black;
}

.body_item_kontact a{
  color: #000;
  font-weight: 500;
  text-shadow: 0 0 0px black;
  width: 100%;
  height: 50px;
  align-items: flex-start;
  border: 0px #d9af6a solid;
  background: none;

  filter: drop-shadow(0px 0px 0px black);
}
.body_item_kontact a:hover{
  color: #bd8f3e;
  text-decoration: underline;
}
.body_item_lokac{
  border-top: 1px #d9af6a solid;
}
.body_item_lokac a{
  color: #000;
  font-weight: 500;
  text-shadow: 0 0 0px black;
  width: 100%;
  height: 50px;
  align-items: flex-start;
  border: 0px #d9af6a solid;
  background: none;
  filter: drop-shadow(0px 0px 0px black);
}
.body_item_lokac a:hover{
  color: #bd8f3e;
  text-decoration: underline;
}



/* end bodyer */
/* footer */
footer{
    padding: 20px 0;
    color: #fff;
    font-weight: 600;
    background: url(../img/fon2.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
}
.foot_tx h3{
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
}
.foot_tx p{
    font-size: 25px;
    line-height: 40px;
    font-weight: 500;
    color: #fee1a3;
    padding: 10px 0;
}
.foot_kont_add h4{
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    color: #fee1a3;
}
.foot_kont_add p{
    font-size: 24px;
    line-height: 30px;
    font-weight: 100;
    color: #fff;
}
.foot_kont_icon{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.ico{
  width: 30px;
  height: 30px;
  margin: 10px;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v,
.w{
  font-size: 33px;
}
.ico:hover{
  color: #a1c174;

}
.foot_ooo{
  padding-top: 39px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.foot_ooo h3{
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding-right: 2px;
}
.foot_ooo a h3{
  text-decoration: underline;
}
.foot_ooo a h3:hover{
  color: #a1c174;
}
/* end footer */

.whatsapp-button {
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    background: #25D366; /*цвет кнопки*/
    border-radius: 50%;
    width: 55px; /*ширина кнопки*/
    height: 55px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px; /*центровка иконки в кнопке*/
    font-size: 35px; /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button a {
    color: #fff;
}
.whatsapp-button:before,
.whatsapp-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.whatsapp-button:after{
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}


/* разрешение экрана */
@media only screen and (max-width: 1000px){
.body_3_all img {
    width: calc(100% / 4);}

}
@media only screen and (max-width: 760px){
.body_1_tx,
.body_1_i,
.content {
    width: 100%;}
.body_1_tx,
.body_1_i{
padding: 15px;}
.body_1_i {
    height: 387px;}
.head_menu {
  justify-content: center;
  flex-wrap: wrap;}
.head_tx h1,
.head_tx p {
    text-align: center;}
.head_menu a {
    padding: 0 10px;}
.body_1_all {
  height: 650px;
    flex-direction: column;}
.body_3_all img {
    width: calc(100% / 1);
    height: 300px;}
}
@media only screen and (max-width: 680px){
.head_menu {
    flex-direction: column;}
.head_menu a {
    line-height: 40px;}



}
/* _Мобильная версия_ */
@media only screen and (max-width: 530px){
.head_tx h1 {
    font-size: 60px;}
}
@media only screen and (max-width: 400px){
.head_tx h1 {
    font-size: 45px;
    line-height: 60px;}
.body_1_all {
      height: 750px;}
.body_1_i {
        height: 364px;}
.body_2_all {
    flex-direction: column;
    justify-content: center;}
.body_2 {
      height: 500px;}
.body_2_list {
    padding-top: 5px;}
.css-slider-wrapper {
    width: 100%;}
.body_6_flex {
    flex-direction: column;
      padding: 0 40px;}
.bodyer_6_all {
    padding: 25px 0px 25px 0px;}
.body_1 h2,.body_2 h2, .body_3 h2, .body_4 h2, .body_5 h2 {
    font-size: 30px;}
.footer {
  padding: 15px 2px;}

}
@media only screen and (max-width: 330px){
  .head_tx h1 {
      font-size: 40px;
      line-height: 40px;}
  .body_1 h2, .body_2 h2, .body_3 h2, .body_4 h2, .body_5 h2 {
    font-size: 28px;}
  .body_1_i {
      height: 335px;}
  .body_2 h2 {
      margin-bottom: -40px;}
  .foot_tx h3 {
      font-size: 25px;
      line-height: 25px;}
  .foot_tx p {
      line-height: 20px;}
  .foot_ooo h3 {
      font-size: 12px;
      line-height: 12px;}
  .foot_kont_add p {
    font-size: 22px;}
}
@media only screen and (max-width: 270px){
  .body_1_i {
    height: 300px;}


}
@media only screen and (max-width: 265px){
  .body_1_i {
    height: 280px;}


}
@media only screen and (max-width: 250px){
  .body_1_i {
    height: 230px;}


}
