@charset "utf-8";
/* CSS Document */

@font-face {font-family: Rob T; src: url("../fonts/Roboto-Thin.ttf");}
@font-face {font-family: Rob TI;src: url("../fonts/Roboto-ThinItalic.ttf");}
@font-face {font-family: Rob L; src: url("../fonts/Roboto-Light.ttf");}
@font-face {font-family: Rob LI;src: url("../fonts/Roboto-LightItalic.ttf");}
@font-face {font-family: Rob R; src: url("../fonts/Roboto-Regular.ttf");}
@font-face {font-family: Rob RI;src: url("../fonts/Roboto-Italic.ttf");}
@font-face {font-family: Rob M; src: url("../fonts/Roboto-Medium.ttf");}
@font-face {font-family: Rob MI;src: url("../fonts/Roboto-MediumItalic.ttf");}
@font-face {font-family: Rob B; src: url("../fonts/Roboto-Bold.ttf");}
@font-face {font-family: Rob BI;src: url("../fonts/Roboto-BoldItalic.ttf");}
@font-face {font-family: Rob G;src: url("../fonts/Roboto-Black.ttf");}
@font-face {font-family: Rob GI;src: url("../fonts/Roboto-BlackItalic.ttf");}

@font-face {font-family: DH r;src: url("../fonts/Dihjauti-Regular.otf");}
@font-face {font-family: DH ri;src: url("../fonts/Dihjauti-Italic.otf");}
@font-face {font-family: DH b;src: url("../fonts/Dihjauti-Bold.otf");}
@font-face {font-family: DH bi;src: url("../fonts/Dihjauti-BoldItalic.otf");}

html {background: transparent!important;}
body {cursor: default;	padding: 0;	margin: 0;	overflow-x: hidden;	width: 100%;	word-wrap: break-word; background-size: 100%;	background: url("../img/body-fon.jpg");	font-family: Rob l; font-size: 18px; color: white; background-color: #222222;}
a {text-decoration: none;	color: #202020;}

details > summary {list-style: none;}
details > summary::-webkit-details-marker {display: none;}
input:focus, textarea:focus, select:focus {outline: none !important;}
iframe {overflow: hidden;}

.cc {display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}
.cl {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left;}
.cr {display: flex; flex-wrap: wrap; justify-content: right; text-align: right;}

.b3-cr {display: flex; flex-wrap: wrap; justify-content: right; text-align: right;}
.b8-cl {display: flex;	flex-wrap: wrap; justify-content: left; text-align: left;}

h1 {	font-family: dh b; font-size: 72px;  padding: 0px;  margin: 0px;}
h2 {	font-family: dh b;	font-size: 48px;  padding: 0px;  margin: 0px; color: #d1b15c;}
h3 {	font-family: dh b;	font-size: 40px;  padding: 0px;  margin: 0px;}
h4 {	font-family: dh b;	font-size: 24px;  padding: 0px;  margin: 0px;}

.b0-h {	font-family: dh b;	font-size: 48px;  padding: 0px;  margin: 0px; color: #282828;}
.b0-h2 {	font-family: dh b;	font-size: 40px;  padding: 0px;  margin: 0px; color: #282828;}

.b0 {
  text-align: center;
}


.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #282828;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #d8b76a;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
  transition: 0.3s
}



.element-animation {
  /* Скроем элемент в начальном состоянии */
  opacity: 0;
  transform: translateY(20px);
}

.element-animation.element-show {
  opacity: 1;
  transition: all 1.5s;
  transform: translateY(0%);
}





.input-1 {
  width: 220px;
  padding: 10px;
  padding-left: 20px;
  font-size: 20px;
  border-radius: 0px;
  border: 2px solid white;
  height: 30px;
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0);
  color: white;
}

.button-1 {
  width: 254px;
  border-radius: 0px;
  border: 2px solid #d1b15c;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  color: #d1b15c;
  font-size: 20px;
  font-family: Rob r;
  margin-top: 15px;
  height: 50px;
  transition: 0.3s;
  cursor: pointer;
}

.button-1:hover {
  background-color: #d1b15c;
  color: #282828;

}

.checkbox-1 {
  font-size: 13px;
  margin-top: 10px;
  width: 280px;
}


.input-2 {
  width: 220px;
  padding: 10px;
  padding-left: 20px;
  font-size: 20px;
  border-radius: 0px;
  border: 2px solid #282828;
  height: 30px;
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0);
  color: #282828;
  font-family: dh r;
}

.input-3 {
  width: 220px;
  padding: 10px;
  padding-left: 20px;
  font-size: 20px;
  border-radius: 0px;
  border: 2px solid #282828;
  height: 30px;
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0);
  color: #282828;
  height: 100px;
  font-family: dh r;
  resize: none;
}

.input-4 {
  width: 220px;
  padding: 10px;
  padding-left: 20px;
  font-size: 20px;
  border-radius: 0px;
  border: 2px solid white;
  margin-top: 15px;
  background-color: rgba(0, 0, 0, 0);
  color: #282828;
  height: 70px;
  font-family: rob r;
  resize: none;
  color: white;
}

.button-2 {
  width: 254px;
  border-radius: 0px;
  border: 2px solid #d1b15c;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0);
  color: #282828;
  background-color: #d1b15c;
  font-size: 20px;
  font-family: Rob r;
  margin-top: 15px;
  height: 50px;
  transition: 0s;
  cursor: pointer;
}

.button-2:hover {
  background-color: white;
  color: #d1b15c;

}

.checkbox-2 {
  font-size: 13px;
  margin: auto;
  margin-top: 10px;
  width: 254px;
  color: #282828;
  text-align: left;
}

.modal-link {

}

.form-1 {

}

.b1 {
  position: relative;
  z-index: 2;
}

.b1-container-1 {
  width: 620px;
  text-align: left;
}

.b1-container-2 {
  width: 620px;
}

.b1-menu-item {
  color: white;
  font-size: 20px;
  font-family: rob r;
  margin: 20px;
  margin-top: 40px;
  transition: 0.2s;
}

.b1-menu-item:hover {
 color: #d8b76a;
 transition: 0.2s;
 text-decoration: underline;
}

.b2-icons-line {
  width: 2px;
  background-color: white;
  height: 200px;
  border-radius: 10px;
  margin: 20px;
}

.b2-icons {
  right: 20px;
  position: absolute;
  top: 100px;
}
  
.b2-icon {
  margin: 5px;
}

.b2-icon-1 {
  display: none;
}

.b2 {
  background: url("../img/b2-fon.jpg") no-repeat 50% 50% / cover;
  height: 720px;
  margin-top: -125px;
}

.b2-container-1 {
  width: 620px;
  margin-top: 150px;
}

.b2-ofer {
width: 1240px;
margin: auto;

}

.b2-fon {

}

.b2-foto {
  width: 400px;
  height: 400px;
}

.b2-nadzagolovok {
  font-family: dh b;
  font-size: 24px;
  color: #8c8c8c;
  margin-bottom: 15px;
}

.b2-podzagolovok {
  font-family: dh b;
  font-size: 24px;
  margin-top: 40px;
}

.b2-container-1 {
  width: 620px;
  text-align: left;
}

.b2-bottom {
  width: 340px;
  color: #d1b15c;
  font-family: dh b;
  font-size: 24px;
  outline: 2px solid #d1b15c;
  padding: 10px;
  text-align: center;
  margin-top: 33px;
  transition: 0.2s;
}

.b2-bottom:hover {
transition: 0.2s;
background-color: #d1b15c;
color: #202020;
}

.b2-mouse {
  margin-top: 40px;
}

.b3 {
  text-align: left;
  margin-bottom: 0px;
}

.b3-container-1 {
  width: 1240px;
  margin: auto;
}

.b3-nadzagolovok {
  font-family: dh b;
  font-size: 24px;
  color: #8c8c8c; 
  margin-top: 60px;
  margin-bottom: 20px;
}

.b3-foto {
  margin-top: 5px;
  position: absolute;
  z-index: -1;
  margin-left: -200px;
  width: 500px;
}

.b3-container-2 {
  text-align: left;  
}

.b3-opisanie {
  width: 400px;
  background-color:#2e2e2e;
  padding: 20px;
  padding-top: 40px;
  margin-bottom: -40px;
  text-align: left;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  margin-left: 380px;
  height: 500px;
}

.b3-nadzagolovok-2 {
  color: #8c8c8c; 
  font-family: dh b;
  font-size: 18px;
  margin-bottom: 30px;
  display: none;
}

.b3-zagolovok {
  font-family: dh b;
  font-size: 44px;
}

.b3-text {
  margin-top: 10px;
  font-family: rob l;
  font-size: 18px;
  line-height: 24px;
}

.b3-taims {
  
}

.b3-vremia {
  font-family: rob b;
  font-size: 18px;
  margin-top: 28px; 
}

.b3-icon-1 { 
  margin-right: 20px;
  margin-top: 20px;
}

.b3-data {
  font-family: rob b;
  font-size: 18px;
  margin-top: 30px;
}

.b3-icon-2 { 
  margin-right: 20px;
  margin-top: 20px;
}

.b3-bottom {
  width: 150px;
  color: #d1b15c; 
  text-align: center;
  padding: 10px;
  font-family: rob r;
  font-size: 24px;
  outline: 2px solid #d1b15c;
  margin-top: 30px;
  transition: 0.2s;
}

.b3-bottom:hover {
  transition: 0.2s;
  background-color: #d1b15c;
  color: #202020;
}

.b4 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #292929;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
  margin-top: 70px;
}

.b4-box-1 {
  margin-top: 50px;
  width: 280px;
  text-align: center;
  margin: 20px;
}

.b4-zagolovok {
  text-align: center;
  font-family: dh b;
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.b5-nadzagolovok {
  font-family: dh b;
  font-size: 24px;
  color: #8c8c8c; 
  margin-top: 100px;
  margin-bottom: 20px;
}

.b5-nadzagolovok-1 {
  font-family: dh b;
  font-size: 24px;
  color: #8c8c8c; 
  margin-top: 20px;
  margin-bottom: 20px;
}

.b5-line {
  width: 150px;
  height: 4px;
  background-color: #8c8c8c;
  margin-top: 30px;
  margin-bottom: 30px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.b5-container {
  margin-top: -110px;
}

.b5-container-1 {
  width: 600px;
  padding-right: 20px;
  padding-top: 350px;
}

.b5-container-2 {
  width: 600px;
  padding-left: 20px;
}

.b5-text {
  width: 400px;
  margin: auto;
  margin-bottom: 40px;
}

.b6 {
  background: url("/img/b6-fon.png")no-repeat 50% 50% / cover;
  padding-bottom: 100px;
}

.b6-nadzagolovok {
  font-family: dh b;
  font-size: 24px;
  color: #8c8c8c; 
  margin-top: 40px;
  margin-bottom: 20px;
}

.b6-container-1 {
  width: 280px;
  text-align: center;
  margin-top: 0px;
  border-right: 3px solid #ffff;
  padding-right: 40px;
}

.b6-cifra {
  font-family: dh b;
  font-size: 120px;
  margin-bottom: 20px;
  margin-top: 100px;
}

.b6-cifra-02 {
  margin-top: 50px;
  font-family: dh b;
  font-size: 120px;
  margin-bottom: 20px;
}

.b6-text {
  font-family: dh b;
  font-size: 18px;
}

.b6-container-2 {
  width: 280px;
  text-align: center;
  padding-left: 40px; 
  padding-top: 140px; 
}

.b7 {
  height: 700px;
  background: url(../img/b7-fon.jpg) no-repeat 50% 50% / cover;
  padding-bottom: 20px;
}

.b7-container {
  width: 620px;
  text-align: left;
  padding-top: 50px;
}

.b7-text {
  margin: 20px;
  margin-left: 0px;
  margin-right: 0px;
}

.b8-container-1 {
  width: 620px;
  text-align: left;
  padding-top: 100px;
}

.b8-container-2 {
  width: 620px;
  text-align: left;
}

.b8-telefon {
  font-family: rob m;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 30px;
  transition: 0.3s;
  color: white;
}

.b8-telefon:hover {
  color: #d1b15c;
}

.b8-adres {
  font-family: rob l;
  font-size: 24px; 
}

.b8-gmail {
  color: #d1b15c;
  font-family: rob b;
  font-size: 30px;
  margin-top: 50px;
  transition: 0.3s;
}

.b8-gmail:hover {
  color: white;
}

.b8-seti {
 text-align: left;
 margin-top: 30px;
}

.b8-icon-1 {
  margin-right: 10px;
}
.b8 {
  padding-bottom: 50px;
}























.b8-map {
  position: absolute;
  z-index: -1;
  margin-top: -440px;
  margin-left: 600px;
}

.b9 {
  background-color: #181818;
  padding: 5px;
  padding-left: 20px;
  transition: 0.3s;
  color: white;
}

.b9:hover {
  background-color: #d1b15c;
  color: #292929;
}









.frame-nav-number {
  font-size: 30px;
  font-family: dh b;
}

.frame-nav-line {
  width: 2px;
  height: 40px;
  background-color: white;
  margin: auto;
}

.frame-nav-unit {
  background: linear-gradient(#282828, #353535);
  padding: 20px;
  height: 330px;
  width: 50px;
  text-align: center;
}

.frame-nav-text {
  transform: rotate(-90deg);
  font-size: 20px;
  font-family: dh b;
  margin-top: 130px;
  width: 260px;
  margin-left: -105px;
  text-align: right;
}

.frame-nav-img {
  height: 370px;
}

.frame-container-1 {
  position: absolute;
  left: 0px;
  top: 100px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  color: white;
}

.frame-container-2 {
  position: absolute;
  right: 0px;
  top: 100px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  color: white;
}

.frame-container-1:hover {
  box-shadow: 0px 0px 30px #d1b15c;
}

.frame-container-1:hover .frame-nav-img-color-1 {
  opacity: 1;
}

.frame-container-2:hover {
  box-shadow: 0px 0px 30px #d1b15c;
}

.frame-container-2:hover .frame-nav-img-color-2 {
  opacity: 1;
}

.frame-nav-img-color-1 {
  position: absolute;
  height: 370px;
  left: 90px;
  opacity: 0;
  transition: 0.3s;
}

.frame-nav-img-color-2 {
  position: absolute;
  height: 370px;
  left: 90px;
  opacity: 0;
  transition: 0.3s;
}

.b3-arrow {
  color: #d1b15c;
  font-size: 40px;
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.3s;
}

.b3-arrow:hover {
  margin-left: 20px;
  margin-right: 20px;
}

.frame-number-grand {
  font-size: 40px;
  font-family: dh b;
  margin-top: 10px;
}

.frame-number-regular {
  font-size: 30px;
  font-family: dh b;
  margin-top: 15px;
}

.frame-under-nav {
  margin-top: 60px;
}

.iframe {
  width: 100%;
  border: 0px solid #202020;
  height: 670px;
  margin-top: 50px;
}

.b6-container-mobile {
  display: none;
}

.b45-container-1 {
  border-bottom: 1px solid white;
  padding: 0px;
  width: 900px;
  padding-left: 40px;
  text-align: left;
  font-size: 22px;
  margin-top: 30px;
  padding-bottom: 10px;
  color: white;
  transition: 0.3s;
}

.b45-container:hover .b45-container-1{
  color: #d1b15c;
}

.b45-container:hover .b45-container-2{
  color: white;
}

.b45-container-2 {
  width: 300px;
  text-align: center;
  font-family: dh b;
  font-size: 40px;
  color: #d8b76a;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  height: 60px;
  border-bottom: 1px solid white;
}

.b45-container {
  transition: 0.3s;
  width: 1240px;
  margin: auto;
}

.b45-container:hover {
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
}

.b5-box {
  text-align: center;
}












































@media screen and (min-width : 1px) and (max-width : 1279px) {

  .b0-h {	font-family: dh b;	font-size: 30px;  padding: 0px;  margin: 0px; color: #282828;}
  .b0-h2 {	font-family: dh b;	font-size: 24px;  padding: 0px;  margin: 0px; color: #282828;}
  h2 {	font-family: dh b;	font-size: 36px;  padding: 0px;  margin: 0px; color: #d1b15c;}
  h3 {	font-family: dh b;	font-size: 28px;  padding: 0px;  margin: 0px;}

  .b3-cr {display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}


  .b2-icons-line {
    width: 2px;
    background-color: white;
    height: 200px;
    border-radius: 10px;
    margin: 20px;
    display: none;
  }
  
  .b2-icons {
    right: 20px;
    position: absolute;
    top: 60px;
  }

  .b1-container-2 {
    width: 620px;
    display: none;
  }

  .b1-container-1 {
    width: 96%;
    text-align: center;
    margin: auto;
  }

  .b1-logo {
    width: 100px;
    margin-top: 10px;
  }

  .b2 {
    background: url("../img/b2-fon.jpg") no-repeat 50% 50% / cover;
    height:auto;
    margin-top: -125px;
  }

  .b2-ofer {
    width: 96%;
    margin: auto;
  }

  .b2-container-1 {
     width: 100%;
     margin-top: 140px;
     text-align: center;
     max-width: 350px;
  }

  .b2-icon {
    display: none;
  }
  
  .b2-nadzagolovok {
    font-family: dh b;
    font-size: 16px;
    color: #8c8c8c;
    margin-bottom: 40px;
  }
  
  h1 {	font-family: dh b; font-size: 30px;  padding: 0px;  margin: 0px;}

  .b2-podzagolovok {
    font-family: dh b;
    font-size: 16px;
    margin-top: 40px;
  }
  
  .b2-bottom {
    width: 200px;
    color: #d1b15c;
    font-family: dh b;
    font-size: 18px;
    outline: 2px solid #d1b15c;
    padding: 10px;
    text-align: center;
    margin: auto;
    margin-top: 40px;
    transition: 0.2s;
  }

  .b2-mouse {
    margin-top: 50px;
    display: none;
  }

  .frame-container-1 {
    display: none;
  }

  .frame-container-2 {
    display: none;
  }

  .b3 {
    text-align: center;
    /* margin-bottom: 250px;  */
  }

  .b3-foto {
    margin-top: 40px;
    position: relative;
    z-index: -1;
    margin-left: 0px;
    width: 100%;
    max-width: 300px;
    display: none;
  }

  .b3-opisanie {
    max-width: 260px;
    background-color:#2e2e2e;
    padding: 20px;
    padding-top: 40px;
    margin-bottom: -200px;
    text-align: center;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    margin-left: 0px;
    height: auto;
  }

  .iframe {
    width: 100%;
    border: 0px solid #202020;
    height: 750px;
    margin-top: 20px;
  }

  .b3-container-1 {
    width: 96%;
    text-align: center;
    margin: auto;
  }

  .b3-nadzagolovok {
    font-family: dh b;
    font-size: 16px;
    color: #8c8c8c; 
    margin-top: 50px;
    margin-bottom: 10px;
  }

  .b3-nadzagolovok-2 {
    color: #8c8c8c; 
    font-family: dh b;
    font-size: 16px;
    margin-bottom: 0px;
    display: none;
  }

  .b3-zagolovok {
    font-family: dh b;
    font-size: 24px;
  }

  .b3-text {
    margin-top: 10px;
    font-family: rob l;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  .b3-vremia {
    font-family: rob b;
    font-size: 14px;
    margin-top: 28px; 
  }
  
  .b3-data {
    font-family: rob b;
    font-size: 14px;
    margin-top: 30px;
  }

  .b3-bottom {
    width: 150px;
    color: #d1b15c; 
    text-align: center;
    padding: 10px;
    font-family: rob r;
    font-size: 18px;
    outline: 2px solid #d1b15c;
    margin: auto;
    margin-top: 40px;
    transition: 0.2s;
  }

  .frame-under-nav {
    margin-top: 220px;
  }

  .b4 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #292929;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    margin-top: 50px;
  }

  .b4-box-1 {
    margin-top: 40px;
    width: 260px;
    text-align: center;
    margin: 20px;
  }

  .b4-icon {
    width: 80px;
  }

  .b4-zagolovok {
    text-align: center;
    font-family: dh b;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .b4-text {
    font-size: 16px;
  }

  .b5-container {
    margin-top: 50px;
  }

  .b5-container-1 {
    width: 96%;
    padding-right: 0px;
    padding-top: 0px;
    text-align: center;
    padding: 2%;
  }

  .b5-photo {
    width: 100%;
    max-width: 400px;
    text-align: center;
  }

  .b5-container-2 {
    width: 96%;
    padding-left: 0px;
  }

  .b5-nadzagolovok-1 {
    font-family: dh b;
    font-size: 16px;
    color: #8c8c8c; 
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .b5-line {
    width: 120px;
    height: 3px;
    background-color: #8c8c8c;
    margin-top: 30px;
    margin-bottom: 30px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
  }

  .b5-text {
   width: 100%;
   max-width: 400px;
   margin: auto;
   margin-bottom: 40px;
  }

  .b6 {
    background: url("/img/b6-fon.png")no-repeat 75% 50% / cover;
    padding-bottom: 100px;
  }

  .b6-container-1 {
    width: 96%;
    max-width: 450px;
    text-align: center;
    margin-top: 0px;
    border-right: 0px solid #ffff;
    padding-right: 0px;
  }

  .b6-container-2 {
    width: 96%;
    max-width: 450px;
    text-align: center;
    padding-left: 0px; 
    padding-top: 0px; 
    display: none;
  }

  .b6-cifra {
    font-family: dh b;
    font-size: 100px;
    margin-bottom: 0px;
    margin-top: 50px;
  }

  .b6-container-mobile {
    display: block;
  }

  .b7 {
    height: auto;
    background: url(../img/b7-fon.jpg) no-repeat 60% 50% / cover;
    padding-bottom: 50px;
  }

  .b7-container {
    width: 96%;
    margin: auto;
    text-align: center;
    padding-top: 40px;
  }

  .checkbox-1 {
    font-size: 13px;
    margin: auto;
    margin-top: 10px;
    width: 252px;
    text-align: left;
  }

  .b8-container-1 {
    width: 96%;
    text-align: center;
    padding-top: 40px;
  }
  
  .b8-container-2 {
    width: 96%;
    text-align: center;
  }

  .b8-telefon {
    font-family: rob m;
    font-size: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .b8-adres {
    font-family: rob l;
    font-size: 16px; 
  }

  .b8-gmail {
    color: #d1b15c;
    font-family: rob b;
    font-size: 24px;
    margin-top: 50px;
  }

  .b8-seti {
    text-align: center;
    margin-top: 30px;
   }

   .b8-cl {display: flex;	flex-wrap: wrap; justify-content: center; text-align: center;}

   .b8-container-2 {
    width: 96%;
    text-align: center;
  }

  .b8-map {
    position: static;
    z-index: 1;
    margin-top: 0px;
    margin-left: 0px;
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-top: 40px;
  }

  .b9 {
    background-color: #181818;
    padding: 5px;
    padding-left: 5px;
    text-align: center;
    font-size: 16px;
  }

  .b8 {
    text-align: center;
  }

  .b7-text {
    margin: 30px;
    margin-left: 0px;
    margin-right: 0px;
    margin: auto;
    margin-top: 30px;
    max-width: 450px;
  }

  .b2-icon-1 {
    display: block;
  }

  .b45-container-1 {
    border-bottom: 0px solid white;
    padding: 0px;
    width: 100%;  
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    padding-bottom: 0px;
    color: white;
  }
  
  .b45-container-2 {
    width: 100%;
    text-align: center;
    font-family: dh b;
    font-size: 30px;
    color: #d8b76a;
    padding-top: 20px;
    padding-bottom: 0px;
    margin-top: 0px;
    height: 60px;
    border-bottom: 1px solid white;
  }
  
  .b45-container {
    transition: 0.3s;
    width: 96%;
    margin: auto;
    max-width: 600px;
  }
  
  .b45-container:hover {
    transition: 0.3s;
    background-color: rgba(255, 255, 255, 0.1);
  }

  .b5-box {
    text-align: center;
  }

  .b6-cifra-02 {
    margin-top: 50px;
    font-family: dh b;
    font-size: 100px;
    margin-bottom: 20px;
  }
}


















































@media screen and (min-width : 599px) and (max-width : 1279px) {
  .b4 {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #292929;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
    margin-top: 50px;
  }
}