@charset "UTF-8";
/*==========  Desktop First Method  ==========*/

@media only screen and (max-width : 1700px) {
  .catalog__images {
    display: none;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .logo a img {
    width: 53px;height: 39px;
  }
  .logo__txt {
    margin-top: 3px;
    margin-left: 5px;
  }
  .logo__top {
    font-size: 41px;
  }
  .logo__f1 {
    font-size: 35px;
  }
  .logo__f2 {
    font-size: 29px;
  }
  .logo__sub {
    font-size: 10px;
    max-width: 150px;
    margin: 3px auto 0;
  }
  .scroll-page .logo a img {
    width: 43px;height: 32px;
  }
  .scroll-page .logo__top {
    font-size: 30px;
  }
  .scroll-page .logo__f1 {
    font-size: 30px;
  }
  .scroll-page .logo__f2 {
    font-size: 21px;
  }
  .scroll-page .logo__sub {
    font-size: 8px;
  }
  .scroll-page .nav {
    margin-top: 0;
  }
  .nav {
    z-index: 5;
    display: none;
    padding-left: 0;
    position: absolute;
    background: #35a033;
    top: 0;left: 0;right: 0;
  }
  .relations {
    font-size: 16px;
  }
  .relations p:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .relations p:last-child {
    padding-left: 24px;
  }
  .relations__mail,
  .relations__tel_w {
    display: none;
  }
  .nav {
    margin-top: 0;
    padding: 25px 60px 25px 30px;
  }
  .nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .nav__link {
    padding: 0;
    display: inline-block;
  }
  .nav__link:hover,
  .nav__link.active {
    background: none;
    font-weight: bold;
  }
  .navbar-toggle {
    display: block;
  }
  .intro .container {
    padding-top: 170px;
    padding-bottom: 120px;
  }
  .intro h1 {
    font-size: 30px;
  }
  .intro__txt {
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
  }
  .clients .container {
    padding-bottom: 30px;
  }
  .clients__txt {
    padding-top: 0;
    font-size: 14px;
  }
  .clients__txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  .clients__image {
    display: none;
  }
  .vantage {
    margin-top: 0;
  }
  .vantage__item {
    padding-right: 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .catalog .row .col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .clients .row {
    margin-top: 30px;
  }
  .clients .row .col-lg-6:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .clients .row .col-lg-6:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .clients__img img {
    width: 100%;
  }
  .clients__txt {
    margin-top: 30px;
  }
  .vantage {
    background: #35a033;
    padding: 40px 0 50px;
    -webkit-box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 11px 29px 0px rgba(0, 0, 0, 0.15);
  }
  .vantage .row {
    margin-top: 30px;
  }
  .vantage__item {
    margin-bottom: 35px;
  }
  .vantage__btn {
    margin-top: 100px;
  }
  .about {
    padding: 35px 0;
  }
  .about .row {
    margin-top: 30px;
  }
  .about__img {
    text-align: center;
    margin-top: 20px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .header .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header .box {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }
  .scroll-page .logo__sub {
    opacity: 0;
    top: -30em;
    position: absolute;
  }
  .header .box {
    margin-top: 10px;
  }
  .relations {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .relations p:not(:last-child) {
    margin-bottom: 0;
  }
  .intro .container {
    padding-top: 200px;
  }
  .catalog {
    padding: 35px 0 60px;
  }
  .title__h2 {
    font-size: 26px;
  }
  .catalog .row {
    margin-top: 30px;
  }
  .catalog__all {
    display: block;
  }
  .catalog__btn {
    margin-top: 30px;
  }
  .map {
    height: 320px;
  }
  .contacts .container,
  .contacts .box {
    position: static;
  }
  .contacts .container {
    max-width: 100%;
    padding: 0;
  }
  .contacts .box {
    max-width: 100%;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .contacts .title,
  .contacts__btn {
    text-align: center;
  }
  .contacts__list li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer p:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width : 576px) {
  .catalog .row .col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .catalog__img img {
    margin: 0 auto;
  }
  .contacts .box {
    padding: 30px 15px;
  }
  .contacts__list {
    font-size: 15px;
    margin-top: 25px;
  }
  .contacts__btn {
    margin-top: 20px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .intro {
    text-align: center;
    background: url(../img/bg/intro-mob.png) center 100%/cover no-repeat;
  }
  .intro .container {
    padding-top: 180px;
    padding-bottom: 285px;
  }
  .intro__txt {
    margin-top: 10px;
  }
  .intro__btn {
    margin-top: 20px;
  }
  .btn {
    padding: 17px 20px;
  }
  .catalog__item {
    margin-bottom: 30px;
  }
  .catalog__txt {
    font-size: 10px;
    margin-top: 10px;
  }
  .contacts__name {
    min-width: 100px;
  }
}

@media only screen and (max-width : 380px) {
  .relations {
    font-size: 13px;
  }
  .relations p:last-child {
    padding-left: 10px;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
  
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
  .container {
    max-width: 1220px;
  }
  .nav {
    display: block !important;
  }
}