body {
  font-family: "Museo Sans Cyrl 100";
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.font300 {font-family: "Museo Sans Cyrl 300";}
.sm_blue {color:#1e52a3;}
.none {text-decoration: none; color:#212529;}
.none:hover {text-decoration: none; color:#212529;}
.nav-item:hover {
    background-color: #1e53a3;  
}
.navbar-light .navbar-nav .nav-link:hover {color: #fff; cursor: pointer;}

.fon_glav {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  background-image: url(../images/fon_glav.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
}

.ya-map {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  background-image: url(../images/karta.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #fff;
}

.navbar-brand img {
  width: auto;
  height: 60px;
}

hr { background: #515151; width: 100%;}
.tel {
  padding-top: 5px;
}

.tel1, .tel2 {
  width: 100%;
  margin: 0 auto;
  text-align: right;
  height: 26px;
}

.tel1 a {
  text-decoration: none;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.tel2 p {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
}

.tel2 a {
  text-decoration: none;
  font-size: 16px;
  border-bottom: 1px dashed #2e2e2e;
  color: #2e2e2e;
  white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link {
  text-transform: uppercase;
  color: #2e2e2e;
  font-size: 18px;
}

.btn-yellow {
  color: #fff;
  background-color: #000;
  -webkit-appearance: none;
  border-radius: 50px;
  width: 100%;
}

.gl-h2 {
  text-transform: uppercase;
  font-size: 22px;
}

.btn-yellow:hover {
  background-color: #2e2e2e;
  color: #fff;
}

.form-check-label {
  font-size: 14px;
  color: #979797;
  line-height: 16px;
}

.marketing-image {
  margin: 0 auto;
  width: 100%;
  min-height: 600px;
  background-image: url(../images/compress.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.marketing-text {
  margin: 40px 0 0% 0;
  width: 95%;
  min-height: 600px;
  padding: 10% 5%;
}

.marketing-text li {
  list-style: none;
  background: url(../images/galka.png);
  background-repeat: repeat;
  background-size: auto;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-size: 25px;
  font-size: 18px;
  margin: 10px 0;
  color: #fff;
}

.marketing-text ul{padding: 0 0 0 15px;}
  

.marketing-text h1 {

  font-family: "Museo Sans Cyrl 900";
  font-size: 50px;
  color:#fff;
}


.greypanel {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.grey_img {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
}
.grey_img:hover {
  filter: grayscale(0);
  -ms-filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
}

.adres {height: 600px; }
.ya-map {
  position: relative;
  height: 600px;
  padding-bottom: 10px;

}

.karta {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 2;
  background: #fff;
  min-height: 300px;
  width: 100%;
  padding: 20px;
  max-width: 400px;
}

.greenes {
  color: #4bb700;
  border: 1px solid;
  padding: 5px;
  margin-top: 10px;
}

.card-title {
  background-color:#1e52a3;
  color:#fff;
  padding: 10px;
  text-align: center;
}


.card-table td {  padding: 5px  10px;}
.card-table {border-spacing: 0;border-collapse: collapse; width: 100% !important; }
.card-table tr:nth-child(2n-1) td {background: #f4f4f4;}
.card-tu {}
.fotogal img{width: 100%;}

.custom-btn {
    
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    z-index: 1;
}
.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}

.promo-sm {position: fixed; bottom: 0%; left: 0%; z-index: 999; display: none; width:100%; margin:0 auto;}
.promo-sm2 {width:50%; margin:0 auto; float: left; background-color: #20a413;  text-decoration: none; color: #fff; text-align: center;  min-height: 30px;  padding-top: 5px; height: auto;}
.promo-sm2 a {text-decoration: none; color: #fff; text-align: center;}
@media screen and (max-width:767px){
.promo-sm {display: block;} }


.play {
  background-image:url(../images/youtube-play-btn.png);
   background-position: 0 0;
    
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
 
.play:hover {
    background-position: 0 0;
  background-position: 0 -50px;
}

.row_youtube img{width: 100%; max-width: 1000px; border: 1px solid #f6f6f6;}
#if {width: 100%; height: 400px;}
.modal-dialog {max-width: 700px; }
.modal-body img {width: 100%; max-width: 200px;}
.partner  img {width: 100%; max-width: 750px;}
.partner_p{ font-size: 16px;}
.tovar_p{font-size: 20px; text-transform: uppercase;  }
.manager {font-size: 18px;}
.manager-d { font-size: 14px;  }
.plus, .minus {
width: 10px;
height: 10px;
background: #f2f2f2;
border-radius: 4px;
padding: 4px 10px;
border: 1px solid#ddd;
cursor: pointer;
-webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.card-220 { min-height: 220px; }
.parametr2 input {height: 30px;
border: 1px solid
#ddd;
border-radius: 4px;
padding: 0 2px;
text-align: center;}

.btn-calc {padding: 11px 25px; width: 100%;}
.fon-gray {width: 100%; margin: 0 auto; max-width: 1920px; background-color: #f0f0f0;}
.ps p {font-size: 12px; color:#212529; text-align: center;}
.fon-cons {width: 100%; margin: 0 auto; max-width: 1920px; 
  background-color: #fff; }
 input, textarea {font-size: 16px !important;} 
 .hidden {display: none;}
 .fon-cons p {text-align: center;}

@media (max-width: 1200px) {

  .marketing-text h1 {font-size: 40px;}
  .parametr2 input {width: 40px;}
  .parametr1 p {font-size: 12px; margin-top: 5px;}
}
@media (max-width: 992px) {

  .marketing-text {
    min-height: 250px;
    padding: 10% 5%;
  }

  .marketing-image {
    margin: 0 auto;
  }
}

@media (max-width: 768px) {

}

@media (max-width: 576px) {
  .marketing-text {
    margin: 10% auto;
    width: 90%;
  }

  .marketing-image {
    margin: 0% auto;
    width: 90%;
  }

.logo, .tel, .tel1, .tel2 {margin: 0 auto; text-align: center;}

  .karta {
    max-width: auto;
    width: 60%;
  }
}
@media (max-width: 410px) {
  .navbar-brand img {
    width: auto;
    height: 45px;
  }

  .navbar {
    padding: 0.5rem 0rem;
  }

  .marketing-text h1 {
    font-size: 1.5rem;
  }

  .karta {
    left: 0;
    width: 80%;
    margin: 0 10%;
  }
  .marketing-text li, .btn-yellow, .navbar-light .navbar-nav .nav-link, p, .card-table td, .parametr1 p { font-size: 14px;}
  .marketing-image {min-height: 300px;background-position: center center;}
  .parametr1 p {text-align: center;}

}
@media (max-width: 300px) {
  .navbar-brand img {
    width: auto;
    height: 40px;
  }
  .plus, .minus {padding: 0px 6px;}
}

/*# sourceMappingURL=style.css.map */
