* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
  padding-top: 30px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  position: absolute;
    left: 15%;
    right: 15%;
    top: 20px;
    bottom: 0;
    overflow: hidden;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-family: 'Comfortaa', cursive;
    text-shadow: 3px 5px 6px black;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.slider_size{
    width:100%;
    height:450px;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    color: black;
  }
body {
  font-family: "Josefin Sans", sans-serif;
}
.title{
  text-align: center;
  color: #2b2b2bb3;
  font-family: 'Comfortaa', cursive;
}
.title-h2{
  text-align: center;
    font-size: 15px;
    margin-top: -20px;
    color: #2b2b2bb3;
    font-family: 'Comfortaa', cursive;
}
.under{
    width: 250px;
    margin: 0 auto;
    margin-bottom: 15px;

    border: 0;
    border-top: 2px solid #9ad300;
}
.date_p{color: #9ad300;
    font-size: 20px;
    margin-top: 20px;}
.date_footer{display: flex;
    align-items: center;
    justify-content: center;}



.navbar {
  font-size: 18px;
  background: #ffffff;
  padding-bottom: 10px;
}

.main-nav {
  list-style-type: none;
  display: none;
}

.nav-links,
.logo {
  text-decoration: none;
  color: #2b2b2bb3;
}
.logo {
  width: 220px;
}
.phone-number {
   margin-top: 20px;
}
.main-nav li {
  text-align: center;
  margin: 15px auto;
}
.phone-number{
   text-align: center;
   color: #2b2b2bb3;
   font-weight: 700;
   color: rgb(155, 212, 0);
   font-family: 'Montserrat', sans-serif;
  }

.logo {
  display: inline-block;
  font-size: 22px;
  margin-top: 10px;
  margin-left: 5px;
}

.navbar-toggle {
  position: absolute;
  top: 48px;
  right: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  font-size: 40px;
}

.active {
  display: block;
}

.nav-links:hover {
  color: rgb(155, 212, 0);
}
/*/////////////////////////SLIDER//////////////////////////////*/

/* стили основного контейнера слайдера */
.slider {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* стили для обёртки, в которой заключены слайды */
.slider__wrapper {
    position: relative;
    overflow: hidden;
}

/* стили для контейнера слайдов */
.slider__items {
    display: flex;
    transition: transform 0.6s ease;
}

/* стили для слайдов */
.slider__item {
    flex: 0 0 100%;
    max-width: 100%;
}


/* стили для кнопок "вперед" и "назад" */
.slider__control {
    position: absolute;
    top: 50%;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    height: 50px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
}

.slider__control_show {
    display: flex;
}

.slider__control:hover,
.slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.slider__control_prev {
    left: 0;
}

.slider__control_next {
    right: 0;
}

.slider__control::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.slider__control_prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control_next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* стили для индикаторов */
.slider__indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.slider__indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 4px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.slider__indicators li.active {
    background-color: #fff;
}

.slider__item {
    height: 400px;
    position: relative;
}

.slider__item_1 {
    background: url(../img/slider.jpg);
    background-size: cover;
}

.slider__item_2 {
    background: url(../img/slider2.jpg);
    background-size: cover;
}

.slider__item_3 {
    background: url(../img/slider3.jpg);
    background-size: cover;
}
.slider__item_4 {
    background: url(../img/slider4.jpg);
    background-size: cover;
}
.slider__item_5 {
    background: url(../img/slider5.jpg);
    background-size: cover;
}
.slider__item_6 {
    background: url(../img/slider6.jpg);
    background-size: cover;
}
.slider__item_7 {
    background: url(../img/slider7.jpg);
    background-size: cover;
}
.slider__item_8 {
    background: url(../img/slider8.jpg);
    background-size: cover;
}
.slider__item_9 {
    background: url(../img/slider9.jpg);
    background-size: cover;
}
.slider__item_10 {
    background: url(../img/slider10.jpg);
    background-size: cover;
}
.slider__item_11 {
    background: url(../img/slider11.jpg);
    background-size: cover;
}
.slider__item_12 {
    background: url(../img/slider12.jpg);
    background-size: cover;
}
.slider__item_13 {
    background: url(../img/slider13.jpg);
    background-size: cover;
}
.slider__item_14 {
    background: url(../img/slider14.jpg);
    background-size: cover;
}
.slider__item_15 {
    background: url(../img/slider15.jpg);
    background-size: cover;
}
.slider__item_16 {
    background: url(../img/slider16.jpg);
    background-size: cover;
}
.slider__item_17 {
    background: url(../img/slider17.jpg);
    background-size: cover;
}
.slider__item_18 {
    background: url(../img/slider18.jpg);
    background-size: cover;
}
.slider__item_19 {
    background: url(../img/slider19.jpg);
    background-size: cover;
}
.slider__item_20 {
    background: url(../img/slider20.jpg);
    background-size: cover;
}
.slider__item_21 {
    background: url(../img/slider21.jpg);
    background-size: cover;
}
.slider__item_22 {
    background: url(../img/slider22.jpg);
    background-size: cover;
}
.slider__item_23 {
    background: url(../img/slider23.jpg);
    background-size: cover;
}
.slider__item_24 {
    background: url(../img/slider24.jpg);
    background-size: cover;
}
.slider__item_25 {
    background: url(../img/slider25.jpg);
    background-size: cover;
}
.slider__item_26 {
    background: url(../img/slider26.jpg);
    background-size: cover;
}
.slider__item_27 {
    background: url(../img/slider27.jpg);
    background-size: cover;
}
.slider__item_28 {
    background: url(../img/slider28.jpg);
    background-size: cover;
}
.slider__item_inner {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 20px;
    bottom: 40px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slider__item_title {
    font-size: 40px;
    font-family: 'Comfortaa', cursive;
    text-shadow: 3px 5px 6px black;
}
.slider__items_description{
    padding-top:30px;

}
.btn-success{
    font-family: 'Comfortaa', cursive;
}
/*/////////////////////////Carousel//////////////////////////////*/
.clearout {
    height:20px;
    clear:both;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display:none;
}

.flexitext{font-size: 16px;
    color: #333;
    font-family: 'Comfortaa', cursive;
    padding-top: 10px;}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
    overflow: auto;
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%; 
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:25px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);   
    background: rgba(0,0,0,0.5);
    color: #fff;     
}

.nbs-flexisel-nav-left {
    left: 10px;
}

.nbs-flexisel-nav-left:before {
    content: "<"
}

.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}

.nbs-flexisel-nav-right {
    right: 5px;    
}

.nbs-flexisel-nav-right:before {
    content: ">"
}

.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
/*/////////////////////////SLIDER//////////////////////////////*/
  .banner-menu{
    max-width: 100%;
    height: 260px;
    background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
    font-family: 'Comfortaa', cursive;
  }
   .banner-title{
    max-width: 320px;
    font-size: 18px;
    margin: 0 auto;
    padding-top: 30px;
    color: #ffffff;

  }
  .padding-text{
    padding-top: 17px;
  }
  .banner-text{
    max-width: 314px;
    font-size: 10px;
    margin: 0 auto;
    color: #ffffff;
  }
  
  .our-product{border-radius: 20px;
    margin: auto;}
  .product:hover{color: rgb(155, 212, 0);
    text-decoration: none;
  }
  .our-product:hover{cursor: pointer;
     text-decoration: none;
   }

  .our-product-title{
   text-align: center;
  font-family: 'Comfortaa', cursive;
  color: #333333;
  }
  .our-product-title:hover{
   color: rgb(155, 212, 0);
   cursor: pointer;
   text-decoration: none;
  }

.about-home{
  margin-top: 70px;
}
.about-home p{
  font-family: 'Comfortaa', cursive;
  margin-top: 10px;
}
.about-home b{
  color: rgb(155, 212, 0);
}
.partners-home{
  margin-top: 70px;

}
.portfolio-img{
  width: 100%;
}
.project-img{border-radius: 20px;
    margin-bottom: 20px;}
footer{
  max-width: 100%;
  height: 480px;
  background-color: #232323eb;
  margin-top: 50px;
}



.title-footer{
  text-align: center;
  color: #ffffff;
  font-family: 'Comfortaa', cursive;
}
.footer-menu li{
  list-style: none;
  text-align: center;
  font-family: 'Comfortaa', cursive;
  font-size: 20px;
  color: #ffffff;
}
.footer-menu li a{
  text-decoration: none;
  color: #ffffff;
}
.footer-menu li a:hover{
  text-decoration: none;
  color: rgb(155, 212, 0);
}
.footer-list{
  color: #ffffff;
  list-style: none;
  font-family: 'Comfortaa', cursive;
  font-size: 12px;
}
.footer-list li a{
  text-decoration: none;
  color: #ffffff;
}
.footer-list li a:hover{
  text-decoration: none;
  color: rgb(155, 212, 0);
}
/*/////////////////////////ABOUT//////////////////////////////*/
.about-banner{
    max-width: 100%;
    height: 260px;
    background-image: url(../img/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
    font-family: 'Comfortaa', cursive;
  }
  .about-banner-title{
    max-width: 275px;
    font-size: 36px;
    margin: 0 auto;
    padding-top: 55px;
    color: #ffffff;
  }
   .about-banner-poslyga{
    max-width: 675px;
    font-size: 36px;
    margin: 0 auto;
    padding-top: 125px;
    color: #ffffff;
    text-align: center;
  }
  .about-banner-poslyga1{
    max-width: 250px;
    font-size: 36px;
    margin: 0 auto;
    padding-top: 125px;
    color: #ffffff;
  }
  .about-padding-text{
    padding-top: 17px;
  }
  .about-banner-text{
    max-width: 300px;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    color: #ffffff;
  }
/*/////////////////////////ABOUT//////////////////////////////*/
.table-text{
  font-family: 'Comfortaa', cursive;
}
.table-title{
  color: rgb(155, 212, 0);
  font-size: 18px;
}
.table-width{
  width: 700px;
}
.table-width-price{
  width: 310px;
}
.contact-us{
  list-style: none;
  font-family: 'Comfortaa', cursive;
  font-size: 20px;
  color: #5d5d5d;
}
.contact-us li a{
  text-decoration: none;
  color: #5d5d5d;
}
.contact-us li a:hover{
  text-decoration: none;
  color: rgb(155, 212, 0);
}
.price{
  color: black;
  font-weight: bold;
}

@media screen and (max-width: 550px){
.banner-menu{
    max-width: 100%;
    height: 365px;
    background-image: url(../img/banner-mobile.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .carousel-control {
    margin-top: 0;
}


.about-banner-title{
    max-width: 240px;
    font-size: 31px;
    margin: 0 auto;
    padding-top: 55px;
    color: #ffffff;
  }
  .about-banner-poslyga{
         max-width: 300px;
    font-size: 27px;
    margin: 0 auto;
    padding-top: 77px;
    color: #ffffff;
      text-align: center;
    }
    .about-banner-text{
        max-width: 350px;
        font-size: 17px;
        text-align: center;
    margin: 0 auto;
    color: #ffffff;
  }
   .slider__item_title {
     font-size: 17px;}
    .slider__item {
        height: 200px;
    }
    .image-size{background-position: top;}
  }
  @media screen and (max-width: 800px){
  footer{
  max-width: 100%;
  height: 900px;
  background-color: #232323eb;
  margin-top: 50px;
  padding-top: 25px;
}
.banner-title{
  max-width: 238px;
    font-size: 30px;
    margin: 0 auto;
    padding-top: 61px;
    color: #ffffff;
}
.banner-text{
      max-width: 237px;
    font-size: 15px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}
}
  @media screen and (max-width: 360px){
.banner-menu{
    max-width: 100%;
    height: 260px;
    background-image: url(../img/banner-mobile.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
   .carousel-control {
    margin-top: 0;
  }

  .about-banner-title{
    max-width: 255px;
    font-size: 33px;
    margin: 0 auto;
    padding-top: 55px;
    color: #ffffff;
  }
  .about-banner-text{
    max-width: 250px;
    font-size: 18px;
    margin: 0 auto;
    color: #ffffff;
  }
  .portfolio-img{
        height: 300px;
    margin-top: 82px;
    width: 350px;
    margin-right: 378px;
  }
      ul.contact-us{font-size:16px;}
footer{
  max-width: 100%;
  height: auto;
  background-color: #232323eb;
  margin-top: 50px;
  padding-top: 25px;
}

  }

@media screen and (min-width: 994px) {
  .navbar {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
    height: 110px;
    align-items: center;
  }

  .main-nav {
    display: flex;
    margin-right: 30px;
    flex-direction: row;
    justify-content: flex-end;
    font-family: 'Montserrat', sans-serif;
  }

  .main-nav li {
    margin: 0;
  }

  .nav-links {
    margin-left: 40px;
  }
  .phone-number{
    margin-right: 150px;
    margin-top: 1px;
    color: rgb(155, 212, 0);
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
  }

  .logo {
    margin-top: 0px;
    width: 200px;
  }
  .act{
  color: rgb(155, 212, 0);
  font-weight: bold;
}
  .navbar-toggle {
    display: none;
  }

  .nav-links:hover {
    color: rgb(155, 212, 0);
    text-decoration: none;
  }
  .nav-links:focus {
    color: #2b2b2bb3;
    text-decoration: none;
  }
  .banner-menu{
    max-width: 100%;
    height: 400px;
    background-image: url(../img/banner.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: contain;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
  }
  .banner-title{
    max-width: 670px;
    font-size: 26px;
    margin: 0 auto;
    padding-top: 120px;
    color: #ffffff;
  }
  .padding-text{
    padding-top: 20px;
  }
  .banner-text{
     max-width: 670px;
    font-size: 20px;
    margin: 0 auto;
    color: #ffffff;
  }
  .our-product:hover{
    opacity: 0.7; 
  }

  /*/////////////////////////ABOUT//////////////////////////////*/
.about-banner{
    max-width: 100%;
    height: 300px;
    background-image: url(../img/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: 1px 1px 2px black, 0 0 1em black;
    font-family: 'Comfortaa', cursive;
  }
   .about-banner-title{
    max-width: 324px;
    font-size: 43px;
    margin: 0 auto;
    padding-top: 70px;
    color: #ffffff;
  }
  .about-padding-text{
    padding-top: 17px;
  }
  .about-banner-text{
    max-width: 450px;
    text-align: center;
    font-size: 21px;
    margin: 0 auto;
    color: #ffffff;
  }
/*/////////////////////////ABOUT//////////////////////////////*/
}
@media screen and (min-width: 810px)and (max-width: 993px){
    footer{
    height: 850px;
}
}
@media screen and (max-width: 393px){footer{
    max-width: 100%;
    height: 1200px;
    background-color: #232323eb;
    margin-top: 50px;
    padding-top: 25px;
    }
    .text{font-size:12px;}
    .slider_size{height:250px;}
}
@media screen and (max-width: 320px){
    footer{
    max-width: 100%;
    height: 1300px;
    background-color: #232323eb;
    margin-top: 50px;
    padding-top: 25px;
    }
    .text{font-size:12px;}
}
@media screen and (min-width: 994px) and (max-width: 1440px){
.nav-links {
    margin-left: 20px;
  }
.phone-number {
    margin-right: 10px;
    cursor: auto;
}
.about-banner-poslyga{
    max-width: 615px;
    font-size: 36px;
    margin: 0 auto;
    padding-top: 105px;
    color: #ffffff;
}

}
@media screen and (min-width: 380px) and (max-width: 500px){
footer{
    max-width: 100%;
    height: 1200px;
    background-color: #232323eb;
    margin-top: 50px;
    padding-top: 25px;
}
    .text{font-size:10px;
    top: 45px;
    }
    .slider_size{height:185px;}
    
}
@media screen and (min-width: 994px) and (max-width: 1240px){
  .banner-menu{
    height: 250px;
  }
    footer{
        max-width: 100%;
        height: 600px;
        background-color: #232323eb;
        margin-top: 50px;
        padding-top: 25px;
    }
   .banner-title{
   max-width: 293px;
    font-size: 38px;
    padding-top: 30px;
  }
  .banner-text{
        max-width: 495px;
    font-size: 19px;
    text-align: center;
  }
    .main-nav {
        font-size: 13px;
    }
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #000000;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
  justify-content: center;
  margin: 0 auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -18px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.portfolio-slide{
  padding-top: 30px;
}

