@import url("https://fonts.googleapis.com/css2?family=PT+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;700;900&display=swap");
@font-face {
	font-family: 'Capture Smallz'; 
  src: url(../fonts/Capture_Smallz.ttf); 
}

body,
html {
  position: relative;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #000;
}
h1,
h2,
h3 {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 1.5px;
  display: block;

}
button:focus {
  outline: none;
}
.screen-1,
.screen-2,
.screen-5,
.verandi,
.torg_pav {
  min-height: 100vh;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,.5);
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(250, 135, 28, 0.808);
}
.navbar-dark .navbar-nav .nav-link:active {
  color: rgba(250, 135, 28, 0.808);
}
.hidden-desktop {
  display: none;
}
.scroll-show {
  margin-right: 10%;
  display: none;
}
.mobile-menu-burger {
  display: none;
}
.brand {
  max-width: 180px;
  margin: .5rem;
  margin-right: 20%;
}
.d1 {
    
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  video {
    margin: 1rem;
    width: 100%;
  }
.navbar-nav img {
  max-width: 180px;
  margin: .5rem;
  margin-right: 20%;
}
.nav-img {
  margin-right: 20%;
}
.navbar-nav li a {
  padding: 3px 5px;
  text-transform: uppercase;
}
.nav-phone {
  display: block;
  font-size: 1.2rem;
  color: #fff;
  margin-top: .5rem;
}
.mobile-menu-burger .nav-item {
  margin: 0.25rem 0;
}

.navbar {
  padding: 0.5rem 0 0 0;
}
.screen-title {
  font-size: 3rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
.screen-second_title {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.screen-third_title {
  font-size: 1.5rem;
  font-family: "Bebas Neue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-top: 2%;
  letter-spacing: 1.4px;
}
.description_txt {
  margin-left: 5%;
  max-width: 92%;
  padding: 1rem;
  font-size: 1.5rem;
} 
.ml-10 {
  margin-left: 2%;
}
.bg-blue {
  background-color: #5ba2de;
}
.bg-green {
  background-color: #3d6638;
}
.bg-brown {
  background-color: #975e1d;
}
/*********buttons********/
a.back-to-top {
  display: none;
  min-width: 60px;
  min-height: 60px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 90px;
  background-image: url(..//img/ico/up1.png);
  background-repeat: no-repeat;
}
a.previous {
  min-width: 60px;
  min-height: 60px;
  text-indent: -9999px;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 160px;
  background-image: url(..//img/ico/back.png);
  background-repeat: no-repeat;
}
.main-btn {
  font-size: 1.5rem;
  background-color: #3d6638;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 5px;

  color: #fff;
  text-transform: uppercase;
  border: 2px solid #000;
}
.menu-btn {
  font-family: sans-serif;
  background-color: #fff;
  padding: 5px 5px;
  border-radius: 5px;
  color: #5fbce0;
  border: 2px solid #5fbce0;
}
.menu-btn:hover,
.main-btn:hover {
  background-color: #000;
  color: #fff;
  border: 2px solid #3d6638;
}
.main-btn_inverse {
  font-family: sans-serif;
  background-color: #fff;
  padding: 1rem 2rem 1rem 2rem;
  border: 0;
  text-transform: uppercase;
  font-weight: bolder;
  color: #3d6638;
  border: #3d6638 1px solid;
  min-width: 240px;
}
.main-btn_inverse:hover {
  text-decoration: none;
  color: #000;
}
.btn-orange {
  color: #fff;
  background-color: #cc7d23;
  border-color: #975e1d;
}
.btn-orange:hover {
  color: #fff;
  background-color: #633d13;
  border-color: #975e1d;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #cc7d23;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.btn-call {
  font-family: sans-serif;
  background-color: #fff;
  padding: 1rem 2rem 1rem 2rem;
  text-transform: uppercase;
  font-weight: bolder;
  color: #cc7d23;
  min-width: 240px;
  border: 2px solid #cc7d23;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.btn-call:hover {
  background-color: #cc7d23;
  padding: 1rem 2rem 1rem 2rem;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  border: 2px solid #fff;
}
/**********modal*******/
.modal-header {
  align-items: center;
}
.modal-title {
  color: #000;
}
.form-group {
  color: #000;
}
/********************** screen-1 *****************************/
.socseti {
  top: 40%;
  right: 0;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px 0 0 10px;
  z-index: 999;
}
.viber {
  width: 60px;
  height: 60px;
  background-image: url(../img/ico/viber.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.whatsapp {
  width: 60px;
  height: 60px;
  background-image: url(../img/ico/whatsapp.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.tgm {
  width: 60px;
  height: 60px;
  margin: auto;
  background-image: url(../img/ico/tgm.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.socseti a {
  display: block;
  margin: 1rem;
}
.socseti a:hover {
  background-color: #fff;
  border-radius: 50px;
  transform: scale(1.3);
  transition: (transform, ease-in-out);
  transition-duration: .3s;
}
.h-100 {
  min-height: 100vh;
}
.screen-1 {
  background-image: url(../img/bg/bg_screen_1.png);
   background-size: cover; 
   background-repeat: no-repeat;
   background-attachment: fixed; 
}
.main_title {
  margin-top: 2%;
  color: #e48518;
}
.main_title_span{
  font-size: 3em;
  color: #e48518;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.main_nav {
  position: relative;
  display: inline-flex;
  /* max-width: 20%; */
  margin: 10px;
}
.main_nav img {
  max-width: 300px !important;
  max-height: 300px;
  display: block;
}
.main_nav_txt {
  position: absolute;
  display: flex;
  text-align: center;
  top: 50%;
  width: 100%;
  min-height: 50%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.5rem;
}
.main_nav_txt a {
  display: flex;
  max-width: 90%;
  align-items: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.main_nav_txt a:hover {
  color: #f89f38;
}
.bani_nav img {
  max-width: 100% !important;
  max-height: 100%;
  display: block;
}
.bani_nav {
  position: relative;
  display: inline-flex;
  max-width: 90%;
  margin: 10px;
}
.bani_nav_txt {
  position: absolute;
  display: flex;
  text-align: center;
  margin: auto;
  bottom: 0;
  width: 100%;
  min-height: 30%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.5rem;
}
.bani_nav_txt a {
  display: flex;
  max-width: 90%;
  align-items: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.bani_nav_txt a:hover {
  color: #f89f38;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  min-height: 100vh;
  z-index: 10;
}

.screen-1 span {
  color: #c48032;
  display: block;
  text-align: center;
  font-size: 1.8rem;
}
.main-text {
  border: 2px solid #fff;
  padding: 1rem 2rem 2rem 2rem;
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: 10%;
}
.shadowtext {
  text-shadow: 1px 1px 5px rgb(221, 126, 17), 0 0 2em rgb(255, 136, 0); /* Параметры тени */
  color: rgb(255, 255, 255) !important; /* Белый цвет текста */
  font-size: 2em; /* Размер надписи */
 }
/********************** screen-2 *****************************/
.screen-2 {
  color: #000000;
  background: url(../img/bg/bg_screen_2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
.main-img {
  max-width: 320px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.img-thumbnail {
  max-width: 120px;
  max-height: 120px;
}
.screen-2_txt {
  background-color: rgba(255, 255, 255, 0.9);
}
.screen-2_txt p {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2%;
}

.main-btn_inverse.active {
  color: #fff;
  background: #3d6638;
  border: 1px solid #3d6638;
}
.desc {
  margin-top: 10%;
}
.finger-desc {
  position: relative;
  border: #633d13 2px solid;
  border-radius: 30px;
  padding: 1rem;
  max-width: 640px;
  text-align: center;
  margin-top: 5%;
}
.finger-desc li {
  list-style: none;
  text-align: left;
  padding: .5rem;
  font-weight: bold;
  margin-left: 15%;
}
.finger-desc img {
  position: absolute;
  max-width: 80px;
  bottom: 77%;
  right: 87%;
}

/********************** screen-3 *****************************/
.screen-3 {
  color: #fff;
  background-image: url(../img/bg/screen_3.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
}
.screen-3_txt {
  background-color: rgba(255, 255, 255, 0.9);
}
.screen-3_txt ul {
  margin-left: 5%;
  padding-top: 5%;
}
.screen-3_txt p {
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 2%;
  color: #000;
}
.kovri {
  max-width: 320px;
  background: #5FBCE0;
  border: 1px solid #5FBCE0;
  color:#fff
}
.kovri.active,
.kovri:hover{
  background: #fff;
  color:#5FBCE0;
}
.kovri-txt {
  margin-top: 5%;
  max-width: 70%;
}
.change{
  display: none;
}
.works {
max-width: 90%;
margin: auto;
}
/************************ screen-4 ************************/
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  padding: 2px !important;
  font: inherit;
  font-size: 4rem;
}
.screen-4 {
  color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.screen-4 img {
  max-width: 179px;
}
.aksessuari {
  max-width: 90%;
  padding: 2%;
  border-radius: 20px;
  margin: 1rem;
}
.coast_small {
  font-size: 2rem;
  display: block;
  margin-top: 1rem;
}
/******** screen-5 ***/
.screen-5 {
  color: #fff;
  min-height: 100vh;
}
.screen-5 a {
  text-decoration: none;
  color: #fff;
}
.screen-5 img {
  max-width: 120px;
  border-radius: 5%;
  margin-right: 5px;
  margin-left: 5px;
}
.owl-carousel {
  max-width: 90%;
  margin: auto;
}
.owl-stage {
  display: flex;
  align-items: center;
  margin: auto;
}

.setup_gal {
  margin-top: 2%;
  margin-bottom: 2%;
}
.setup_title {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.2px;
}
.screen-5 ul {
  margin-top: 2rem;
}
.screen-5 li {
  margin-top: 1rem;
}
/******** screen-6 *********/
.screen-6 h5 {
  color: #5ba2de;
}
.screen-6 p {
  color: #000;
}
.screen-6 span {
  color: #000;
  text-transform: uppercase;
  font-size: 2rem;
}
.carousel-inner .carousel-item .img-box {
  width: 135px;
  height: 135px;
}
.carousel-control-prev {
  left: -100px;
}
.carousel-control-next {
  right: -100px;
}
.carousel-indicators {
  top: 320px;
}

.gallery img {
  margin: .5rem;
  max-width: 320px;
  max-height: 320px;
}
@media (min-width: 320px) and (max-width: 640px) {
  .carousel-inner .carousel-item p {
    font-size: 14px;
  }
  .carousel-control-prev {
    left: -40px;
  }
  .carousel-control-next {
    right: -40px;
  }
  .carousel-indicators {
    top: 400px;
  }
}

.screen-7 {
  color: #fff;
  background-color: #3d6638;
}
.screen-7 form {
  border: 2px solid #fff;
  padding: 10px;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
.label-form {
  display: block;
  margin-top: 1rem;
}
.call {
  max-width: 70%;
}
.call input {
  display: block;
  min-width: 250px;
  margin: auto;
  border-radius: 5px;
  border-color: #fff;
}

footer {
  background-color: #455156;
}
footer h6{
  margin: 0;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #5BA2DE;
}
.logo-footer {
  padding-bottom: 1rem;
}


/*********Бани******/
.bani {
  background-image: url(../img/bg/bg_screen_1.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 5%;
  padding-right: 5%;
}
.bani span {
  font-size: 4rem;
}
.tableb {
  text-align: center;
  color: #fff;
}
.tableb table {
  margin: auto;
  border: 5px solid #ff8500;
  color: #fff;
}
.tableb td {
  padding: 20px;
  border: 1px solid #ff8500;
  text-align: center;
  height: 30px;
}

/********веранды********/
.verandi {
  background-image: url(../img/bg/bg_screen_1.png);
  background-size: cover;
  background-repeat: no-repeat;
background-attachment: fixed;
}
.verandi img {
  padding: 10px;
}
/*********хозблоки********/

/*********торговые павильоны*********/
.torg_pav {
  background-image: url(../img/bg/bg_screen_1.png);
  background-size: cover;
  background-attachment: fixed;
}
.plashka {
  background-color: #3d6638;
  color: white;
  padding: 1rem;
  font-size: 2rem;
  min-height: 600px;
}
.plashka img{
  max-height: 320px;
  background-color: #c48032;
  color: white;
}