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

@media only screen and (min-height : 1020px) {
  .intro {
    height: 100vh;
  }
}

@media only screen and (max-width : 1600px) {
  .intro {
    padding: 200px 0 150px;
  }
  .intro h1 {
    font-size: 36px;
  }
  .intro__subtitle {
    font-size: 22px;
  }
  .intro__txt p {
    font-size: 16px;
    margin-top: 10px;
  }
  .intro__order span {
    font-size: 28px;
  }
  .intro__tel {
    font-size: 20px;
    margin-top: 15px;
  }
  .intro__subtext {
    font-size: 16px;
    margin-top: 6px;
  }
  .affair {
    padding: 35px 0;
  }
  .affair__list li {
    line-height: 1.3;
  }
}

@media only screen and (max-width : 1350px) {
  .services__txt h3 {
    font-size: 18px;
  }
  .services__txt h3 br {
    display: none;
  }
  .seek .container:after {
    right: -110px;
  }
  .help .container:after {
    right: -70px;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
  .nav__item:nth-child(1),
  .nav__item:nth-child(2) {
    margin-right: 35px;
  }
  .nav__item:nth-child(4) {
    padding-left: 250px;
  }
  .nav__link, .tel__link {
    font-size: 14px;
  }
  .seek .title__h2 {
    font-size: 26px;
  }
  .seek p {
    font-size: 16px;
    max-width: 80%;
  }
  .affair .title__h2 {
    font-size: 28px;
  }
  .affair__list {
    margin-top: 20px;
  }
  .affair__list li:not(:last-child) {
    margin-bottom: 2px;
  }
  .attendance {
    padding: 50px 0 40px;
  }
  .help .box {
    max-width: 58%;
  }
  .help .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .tabs__name,
  .more .btn {
    font-size: 16px;
  }
  .order .container:after {
    right: -50px;
  }
  .vantage {
    padding: 60px 0;
  }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
  .header {
    padding: 10px 0;
  }
  .header .container {
    min-height: auto;
  }
  .logo {
    margin: 0;
    z-index: 4;
    position: static;
    width: auto;height: auto;
  }
  .logo img {
    width: 171px;height: 63px;
  }
  .nav {
    z-index: 3;
    display: none;
    padding-top: 110px;
    position: absolute;
    background: #9b9896;
    top: 0;left: 0;right: 0;
  }
  .nav__item:nth-child(1),
  .nav__item:nth-child(2) {
    margin-right: 0;
  }
  .nav__item:nth-child(4) {
    padding-left: 0;
  }
  .nav__item {
    text-align: center;
    margin-bottom: 7px;
  }
  .nav__link {
    border: 0;
    font-size: 16px;
    display: inline-block;
  }
  .nav__link:hover {
    color: #cdcdcd;
  }
  .tel__link {
    padding: 15px;
    display: block;
    font-size: 18px;
    text-align: center;
    background: #302e2c;
  }
  .navbar-toggle {
    display: block;
  }
  .intro {
    padding: 130px 0 60px;
  }
  .intro h1 {
    font-size: 26px;
  }
  .intro__subtitle {
    font-size: 16px;
  }
  .intro__txt p {
    margin-top: 3px;
  }
  .intro__txt p:last-child {
    display: none;
  }
  .intro__order {
    margin-top: 30px;
  }
  .intro__order span {
    font-size: 18px;
  }
  .intro__tel {
    font-size: 16px;
    margin: 3px 0 20px;
  }
  .intro__subtext {
    margin-top: 0;
  }
  .down__box {
    display: none;
  }
  .services {
    padding: 30px 0 0;
  }
  .title__h2 {
    font-size: 30px;
  }
  .services .row .col-lg-3 {
    margin-bottom: 30px;
  }
  .services__img img {
    width: 100%;
  }
  .seek .container {
    padding-top: 25px;
    padding-bottom: 120px;
  }
  .seek .container:after {
    margin: 0 auto;
    left: 0;right: 0;
    background-size: contain;
    width: 171px;height: 128px;
  }
  .seek .box {
    text-align: center;
  }
  .seek p {
    max-width: 100%;
  }
  .affair__list li:not(:last-child) {
    margin-bottom: 5px;
  }
  .affair__btn {
    margin-top: 30px;
  }
  .affair .box {
    margin-top: 20px;
    position: static;
    width: 100%;height: 400px;
  }
  .attendance .row {
    margin-top: 25px;
  }
  .attendance__txt {
    font-size: 14px;
    line-height: 1.3;
  }
  .help .container:after {
    right: -180px;
  }
  .keys {
    padding: 30px 0;
  }
  .tabs__content {
    margin-top: 20px;
  }
  .keys__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .tabs__item.row [class*='col']:last-child {
    display: none;
  }
  .more {
    margin-top: 15px;
  }
  .order {
    display: none;
  }
  .vantage {
    padding: 25px 0 10px;
  }
  .vantage .row {
    margin-top: 30px;
  }
  .vantage__txt h4 {
    font-size: 16px;
  }
  .contacts {
    padding: 45px 0 25px;
  }
  .contacts__name {
    font-size: 16px;
  }
  .contacts__txt {
    font-size: 14px;
  }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
  .intro {
    padding: 150px 0 20px;
  }
  .intro h1 {
    font-size: 24px;
  }
  .intro__subtitle {
    margin-top: 20px;
  }
  .intro__btn {
    width: 100%;
    padding: 13px;
  }
  .services__txt p {
    display: none;
  }
  .affair .title__h2 {
    font-size: 22px;
  }
  .attendance {
    padding: 40px 0 0;
  }
  .attendance .title__h2,
  .help .title__h2 {
    font-size: 22px;
  }
  .attendance__item {
    margin-bottom: 30px;
  }
  .help .container {
    padding-top: 25px;
    padding-bottom: 220px;
  }
  .help .box {
    max-width: 100%;
    text-align: center;
  }
  .help__txt {
    font-size: 16px;
  }
  .help__btn {
    margin-top: 25px;
  }
  .help .container:after {
    margin: 0 auto;
    left: 0;right: 0;
    background-size: contain;
    width: 246px;height: 208px;
  }
  .keys {
    padding-bottom: 15px;
  }
  .title p {
    font-size: 16px;
  }
  .tabs__name {
    font-size: 11px;
  }
  .tabs__name:not(:last-child) {
    margin-right: 12px;
  }
  .tabs__item.row {
    margin-left: -6px;
    margin-right: -6px;
  }
  .tabs__item.row [class*='col'] {
    padding: 0 6px;
  }
  .contacts__studio {
    margin-top: 50px;
  }
  .contacts__item {
    margin-bottom: 12px;
  }
  .contacts__txt {
    font-size: 16px;
  }
}

@media only screen and (max-width : 576px) {
  .services .row {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .services .row .col-lg-3 {
    margin-bottom: 20px;
  }
  .services__img img {
    width: auto;
  }
  .services__txt {
    margin-top: 15px;
    text-transform: uppercase;
  }
  .affair {
    padding-bottom: 15px;
  }
  .affair .box {
    height: 320px;
    margin-top: 15px;
  }
  .tabs {
    margin-top: 30px;
  }
  .tabs__item.row [class*='col']:nth-child(3) {
    display: none;
  }
  .tabs__name {
    padding: 5px;
    min-height: 31px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .name__mob {
    width: 100%;
    display: block;
  }
  .name__mob span {
    display: initial;
  }
  .vantage__item,
  i.vantage__icon {
    display: block;
  }
  i.vantage__icon {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .vantage__txt i {
    font-size: 16px;
  }
  .slider__sl .slick-arrow {
    background: url(../img/icons/sl-controls-dark.png) 0 0 no-repeat !important;
  }
  .slider__sl .slick-prev {
    left: 10px;
  }
  .slider__sl .slick-next {
    right: 10px;
    background-position: 0 100% !important;
  }
  .slider__img img {
    opacity: 1;
  }
  .dev {
    margin-top: 14px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
  .intro__tel a {
    display: block;
    margin-top: 3px;
  }
  .services .row .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .services__img img {
    width: 100%;
  }
  .seek .box {
    text-align: center;
  }
  .seek .title__h2 {
    font-size: 20px;
  }
  .seek .title__h2,
  .seek p {
    text-align: left;
  }
  .seek__btn {
    width: 100%;
    padding: 15px;
  }
  .seek .container:after {
    right: 0;
    margin: 0 auto;
  }
  .affair__btn,
  .help__btn {
    width: 100%;
    padding: 14px;
    text-align: center;
  }
  .affair .box {
    height: 240px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
  .help .box {
    text-align: left;
  }
  .more .btn {
    width: 100%;
  }
}

/* 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) {
  .nav {
    display: block !important;
  }
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1350px) {
  .container {
    max-width: 1220px;
  }
}