@charset "UTF-8";
/*Стили header*/

.l-intro .intro-slider .item .slider-back-machine{
  background-image: url(../img/intro-bg-OLD.jpg);
}


@media only screen and (max-width: 1400px) {
  .l-intro .intro-slider .slick-prev {
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px);
  }
  .l-intro .intro-slider .slick-next {
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  }
  .item .wrapper {
    width: 900px;
    padding: 0 10px;
  }
  .l-intro .content .left h1 {
    font-size: 3.5rem;
    line-height: 3.7rem;
    max-width: 500px;
  }
  .l-intro .content .left h2 {
    font-size: 2.4rem;
  }
  .l-intro .content .left .stock-text {
    padding-left: 0;
  }
  .l-intro .content .left .stock-text div {
    font-size: 1.8rem;
    line-height: 1.5rem;
  }
  .l-intro .content .left .stock-text div p {
    font-size: 1.8rem;
  }
  .l-intro .content .left .stock-text div.purple {
    font-size: 3.5rem;
    line-height: 3rem;
  }
  .l-intro .content .right {
    width: 35%;
    right: 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .l-intro .intro-slider .slick-arrow {
    width: 75px;
    height: 75px;
  }
  .l-intro .intro-slider .slick-prev {
    -webkit-transform: translateX(-450px);
            transform: translateX(-450px);
  }
  .l-intro .intro-slider .slick-next {
    -webkit-transform: translateX(450px);
            transform: translateX(450px);
  }
  .item .wrapper {
    width: 820px;
    padding: 0 10px;
  }
  .l-intro .content .right .new-board p {
    font-size: 2rem;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 992px) {
  .item .wrapper {
    width: 700px;
  }
  .l-intro header.header .logo {
    float: none;
    padding-bottom: 10px;
  }
  .l-intro header.header .callback {
    float: none;
    text-align: left;
  }

  .l-intro .intro-slider .item .slider-back-machine{
    background: none;
  }

  .l-intro .intro-slider .item .add-img{
    background: none;
    background-image: url(../img/machine-back.png), url(../img/intro-bg.jpg);
    background-position-y: center, center;
    background-position-x: 60vw, center;
    background-repeat: no-repeat;
    background-size: 100vw, cover;
  }

  .l-intro .intro-slider .item .bg .img-2 {
    left: 68vw;
    width: 30vw;
  }
  .l-intro .intro-slider .slick-prev {
    -webkit-transform: translateX(-320px);
            transform: translateX(-320px);
  }
  .l-intro .intro-slider .slick-next {
    -webkit-transform: translateX(320px);
            transform: translateX(320px);
  }
  .l-intro .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 700px;
  }
  .l-intro .content .left {
    float: none;
  }
  .l-intro .content .left .btn-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-intro .content .left h1 {
    max-width: 100%;
  }
  .l-intro .content .right {
    margin-top: 40px;
    width: 400px;
    right: 0;
    position: relative;
  }
  .modal .modal-dialog.size-720 {
    width: 600px;
  }
  .modal#modalInfo .modal-content .form-group.message {
    width: 500px;
    background-size: contain;
  }
  .modal .modal-dialog .modal-content .loyalty-program-form .form-group, .modal .modal-dialog .modal-content .common-form .form-group {
    width: 220px;
    background-size: contain;
  }
  .modal .modal-dialog .modal-content .loyalty-program-form .btn-default, .modal .modal-dialog .modal-content .common-form .btn-default {
    width: 220px;
    background-size: contain;
    font-size: 1.5rem;
  }
  .modal#modalInfo .modal-content .attach-file p {
    font-size: 1.2rem;
  }
  .common-form .attach-file label span {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .item .wrapper {
    max-width: 100vw;
    padding: 0 50px;
  }
  .l-intro header.header .logo p {
    font-size: 14px;
    line-height: 1.25;
  }
  .l-intro header.header .callback a {
    font-size: 1.35rem;
  }
  .l-intro header.header .callback span {
    font-size: 1rem;
  }
  .l-intro .content {
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .l-intro .intro-slider .slick-prev {
    -webkit-transform: translateX(-230px);
            transform: translateX(-230px);
  }
  .l-intro .intro-slider .slick-next {
    -webkit-transform: translateX(230px);
            transform: translateX(230px);
  }
  .l-intro .content .left {
    width: 70%;
  }
  .l-intro .content .left h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .l-intro .content .left h2 {
    font-size: 2rem;
  }
  .l-intro .content .left .stock-text div {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
  .l-intro .content .left .stock-text div p {
    font-size: 1.4rem;
  }
  .l-intro .content .left .stock-text div.purple {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .btn.btn-default {
    font-size: 2.2rem;
    background-size: contain;
  }
  .l-intro .content .right {
    width: 70%;
  }
  .modal-dialog {
    margin: 0 auto;
    margin-top: 30px;
  }
  .modal .modal-dialog.size-720 {
    width: 500px;
  }
  .modal#modalInfo .modal-content .form-group.message {
    width: 400px;
  }
  .modal#modalInfo .modal-content .form-group.message textarea.form-control {
    padding: 0 30px;
    height: 80px;
  }
  .modal .modal-dialog .modal-content .loyalty-program-form .form-group, .modal .modal-dialog .modal-content .common-form .form-group {
    width: 180px;
  }
  .modal .modal-dialog .modal-content .loyalty-program-form .form-group .form-control, .modal .modal-dialog .modal-content .common-form .form-group .form-control {
    font-size: 1rem;
  }
  .modal .modal-dialog .modal-content .loyalty-program-form .btn-default, .modal .modal-dialog .modal-content .common-form .btn-default {
    width: 180px;
    font-size: 1.3rem;
  }
  .modal#modalInfo .modal-content .attach-file p {
    font-size: 1rem;
    margin-right: 15px;
  }
  .common-form .attach-file label span {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 576px) {
  .item .wrapper {
    padding: 0 30px;
  }
  .l-intro .content {
    width: 100%;
  }
  .l-intro .intro-slider .slick-arrow {
    width: 0;
    height: 0;
    background: none;
    display: none;
  }
  .l-intro .intro-slider .slick-arrow::before {
    display: none;
  }
  .l-intro .intro-slider .slick-prev {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .l-intro .intro-slider .slick-next {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  .l-intro .intro-slider .item .add-img{
    background: url(../img/intro-bg.jpg) center no-repeat;
    background-size: cover;
  }
  .l-intro .intro-slider .item .bg img {
    top: 0
  }

  .l-intro .content .left {
    width: 100%;
  }
  .l-intro .content .left h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .l-intro .content .left h2 {
    font-size: 1.5rem;
  }
  .l-intro .content .left .stock-text div {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .l-intro .content .left .stock-text div p {
    font-size: 1.2rem;
  }
  .l-intro .content .left .stock-text div.purple {
    font-size: 1.8rem;
    line-height: 2rem;
  }
  .btn.btn-default {
    font-size: 1.8rem;
    width: 60%;
  }
  .l-intro .content .right {
    width: 80%;
  }
  .l-intro .content .left .stock-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-pack: distribute;
        /* justify-content: space-around; */
  }
  .l-intro .content .left .stock-text div {
    width: auto;
  }
  .l-intro .content .left .stock-text div:first-child {
    width: auto;
  }
  .l-intro .content .left .stock-text .purple {
    margin-left: 25px;
  }
  .l-intro .content .left .btn-center {
    justify-content: flex-start;
  }
  .l-intro .content .right .new-board p {
    font-size: 1.2rem;
  }
  .modal .modal-dialog.size-720 {
    width: 300px;
  }
  .modal#modalInfo .modal-content .form-group.message {
    width: 240px;
    height: 100px;
    background-size: 100% 100%;
  }
  .modal#modalInfo .modal-content .form-group.message textarea.form-control {
    margin-top: 10px;
  }
  .modal .modal-dialog .modal-content .loyalty-program-form .form-group, .modal .modal-dialog .modal-content .common-form .form-group {
    width: 180px;
  }
  .modal .modal-dialog .modal-content .loyalty-program-form .form-group .form-control, .modal .modal-dialog .modal-content .common-form .form-group .form-control {
    font-size: 1rem;
  }
  .modal .modal-dialog .modal-content .loyalty-program-form .btn-default, .modal .modal-dialog .modal-content .common-form .btn-default {
    width: 180px;
    font-size: 1.3rem;
  }
  .modal#modalInfo .modal-content .attach-file p {
    font-size: 1rem;
    margin-right: 15px;
  }
  .common-form .attach-file label span {
    font-size: 1rem;
  }
  .lb_call-btn.bigEntrance {
    width: 50px;
    height: 50px;
  }
  #lb_button-wrapper {
    right: -50px;
  }
}

@media only screen and (max-width: 360px) {
  .l-intro .content {
    max-width: 300px;
    width: 100%;
    margin: 0;
    margin-top: 30px;
  }
  .l-intro .content .left {
    width: 100%;
  }
  .l-intro .content .right {
    width: 100%;
  }
}

/*Стили l-advantages*/
@media only screen and (max-width: 1200px) {
  .wrapper {
    max-width: 100vw;
    padding: 0 50px;
  }
  .l-intro .icon-cross-1 {
    display: none;
  }
  .l-advantages ul.list-item li.item .ico {
    height: 120px;
    background-size: contain;
  }
  .l-advantages ul.list-item li.item:nth-child(2) {
    width: 30%;
    margin: 0 11%;
  }
}

@media only screen and (max-width: 992px) {
  .l-advantages ul.list-item li.item:nth-child(2) {
    width: 30%;
    margin: 0 11%;
  }
  .l-advantages ul.list-item li.item h4 {
    text-align: center;
    font-size: 1.5rem;
  }
  .l-advantages ul.list-item li.item p {
    font-size: 1rem;
  }
  .l-advantages .yellow-square {
    width: 0;
    height: 0;
    border: 0;
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .yellow-square {
    width: 0;
    height: 0;
    border: 0;
    display: none;
  }
  .l-advantages ul.list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    min-height: 300px;
    overflow-x: auto;
  }
  .l-advantages ul.list-item li.item:nth-child(n) {
    min-width: 45%;
    margin: 0;
  }
  .l-advantages ul.list-item li.item:nth-child(2) {
    margin: 0 10%;
  }
  .l-advantages ul.list-item li.item h4 {
    font-size: 2.0rem;
  }
  .l-advantages ul.list-item li.item p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 576px) {
  .l-advantages ul.list-item li.item .ico {
    height: 80px;
  }
  .l-advantages ul.list-item li.item h4 {
    font-size: 1.6rem;
  }
  .l-advantages ul.list-item li.item p {
    font-size: 1rem;
  }
}

/*l-what-you-get*/
@media only screen and (max-width: 1200px) {
  .wrapper {
    max-width: 100vw;
    padding: 0 50px;
  }
  .block-title p {
    padding: 0 30px;
  }
  .l-what-you-get .content .graphic {
    width: 400px;
    height: 400px;
    background-size: contain;
  }
  .l-what-you-get .content .list-text {
    margin-top: 0;
    float: right;
  }
  .l-what-you-get .content .yellow-square {
    margin-top: -30px;
  }
}

@media only screen and (max-width: 992px) {
  .block-title h2 {
    font-size: 4.5rem;
    line-height: 3.8rem;
  }
  .block-title p {
    font-size: 2.8rem;
    line-height: 2.5rem;
    padding: 0 30px;
  }
  .l-what-you-get .content .graphic {
    width: 300px;
    height: 300px;
  }
  .l-what-you-get .content .graphic p {
    font-size: 1.2rem;
  }
  .l-what-you-get .content .list-text {
    width: auto;
  }
  .l-what-you-get .content .list-text .item {
    margin-bottom: 30px;
  }
  .l-what-you-get .content .list-text .item p {
    font-size: 1.2rem;
  }
  .l-what-you-get .content .list-text .item p span {
    font-size: 1.8rem;
  }
  .l-what-you-get .content .yellow-square {
    width: 0;
    height: 0;
    border: none;
  }
}

@media only screen and (max-width: 768px) {
  .l-what-you-get {
    background-size: auto;
    background-repeat: repeat-y;
    padding-bottom: 80px;
  }
  .wrapper {
    padding: 0 30px;
  }
  .block-title h2 {
    font-size: 4.5rem;
    line-height: 3.8rem;
  }
  .l-what-you-get .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-what-you-get .content .graphic {
    margin-bottom: 40px;
  }
  .l-what-you-get .content .list-text {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .l-what-you-get .content .list-text .item {
    margin: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .block-title h2 {
    font-size: 3.5rem;
    line-height: 2.8rem;
  }
  .block-title p {
    font-size: 2rem;
    line-height: 2.2rem;
  }
  .l-what-you-get .content .graphic {
    width: 260px;
    height: 260px;
  }
  .l-what-you-get .content .graphic p {
    font-size: 1rem;
  }
  .l-what-you-get .content .list-text .item p {
    font-size: 1.1rem;
  }
  .l-what-you-get .content .list-text .item p span {
    font-size: 1.5rem;
  }
}

/*class="l-examples-price"*/
@media only screen and (max-width: 1200px) {
  .wrapper {
    display: block;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content a.img {
    width: 400px;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table {
    margin-left: 30px;
    float: right;
  }
  .l-examples-price ul.tab-nav {
    /* max-width: 100%;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: auto;
    margin: 0; */
  }
  .l-examples-price .tab-nav li {
    margin: 0 20px 15px 20px;
  }
}

@media only screen and (max-width: 992px) {
  .l-examples-price .tab-content .tab-pane .list-item .item .content a.img {
    width: 275px;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content a.img .cont {
    background-size: cover;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table {
    margin-left: 30px;
    width: 360px;
    float: right;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table .client-review i {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table .client-review span {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li p {
    font-size: 1rem;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li p:last-child {
    font-size: 1.1rem;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul .top p:last-child {
    font-size: 1.56rem;
  }
}

@media only screen and (max-width: 768px) {
  .l-examples-price .tab-content .tab-pane .list-item .item .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-examples-price .block-title {
    padding-bottom: 30px;
  }
  .l-examples-price ul.tab-nav {
    min-height: 70px;
  }
  .l-examples-price ul.tab-nav li a {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content a.img {
    width: 450px;
    margin-bottom: 40px;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table {
    margin-left: 0;
    width: 450px;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table .client-review {
    margin-top: 20px;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li p {
    font-size: 1.125rem;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li p:last-child {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 576px) {
  .l-examples-price .tab-content .tab-pane .list-item .item .content a.img {
    width: 300px;
    margin-bottom: 40px;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table {
    width: 300px;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li p {
    font-size: 0.9rem;
  }
  .l-examples-price .tab-content .tab-pane .list-item .item .content .price-table ul li p:last-child {
    font-size: 1rem;
  }
}

/*l-have-project*/
@media only screen and (max-width: 1200px) {
  .form-cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-have-project .common-form .form-group {
    width: 270px;
    background-size: contain;
  }
  .l-have-project .common-form .form-group .form-control {
    font-size: 1.3rem;
  }
  .l-have-project .common-form .form-group.attach-file label {
    width: 60%;
  }
  .l-have-project .common-form .form-group.attach-file label span {
    font-size: 1.3rem;
  }
  .common-form .attach-file label span {
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .form-cells {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-have-project .common-form .form-group {
    width: 350px;
    background-size: contain;
    margin-right: 0;
  }
  .l-have-project .common-form .text-center .form-group {
    margin-top: 40px;
  }
  .l-have-project .common-form .form-group .form-control {
    font-size: 1.5rem;
  }
  .l-have-project .common-form .form-group.attach-file label span {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .l-have-project .common-form .form-group {
    width: 270px;
    background-size: contain;
    margin-right: 0;
  }
  .l-have-project .common-form .form-group .form-control {
    font-size: 1.3rem;
  }
  .l-have-project .common-form .form-group.attach-file label span {
    font-size: 1.3rem;
  }
  .l-have-project .common-form .text-center .form-group {
    width: 300px;
  }
  .l-have-project .common-form .text-center .form-group .btn.btn-default {
    width: 300px;
    padding: 0;
  }
}

/*class="l-contact-block"*/
@media only screen and (max-width: 1200px) {
  .l-contact-block .common-form {
    float: right;
    width: 300px;
  }
  .loyalty-program-form .form-group, .common-form .form-group {
    width: 100%;
    background-size: contain;
  }
  .common-form .attach-file label {
    max-width: 70%;
  }
  .loyalty-program-form .form-group .form-control, .common-form .form-group .form-control {
    font-size: 1.2rem;
  }
  .common-form .attach-file label span {
    font-size: 1.2rem;
  }
  .loyalty-program-form .form-group, .common-form .form-group .btn.btn-default {
    width: 100%;
    background-size: contain;
  }
}

@media only screen and (max-width: 992px) {
  .l-contact-block .left {
    width: 370px;
  }
  .l-contact-block .left h2 {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .l-contact-block .left h3 {
    font-size: 2.5em;
    line-height: 2.5rem;
  }
  .l-contact-block .left p {
    font-size: 1.4rem;
    line-height: 2.5rem;
  }
  .l-contact-block .common-form {
    width: 260px;
  }
  .loyalty-program-form .form-group .form-control, .common-form .form-group .form-control {
    font-size: 1rem;
  }
  .common-form .attach-file label span {
    font-size: 1rem;
  }
  .loyalty-program-form .form-group, .common-form .form-group .btn.btn-default {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .l-contact-block {
    background-repeat: repeat-y;
  }
  .l-contact-block .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-contact-block .left {
    width: 480px;
    margin: 0;
    margin-bottom: 30px;
  }
  .l-contact-block .left h2 {
    font-size: 5rem;
    line-height: 3.5rem;
  }
  .l-contact-block .left h3 {
    font-size: 3.5em;
    line-height: 4rem;
  }
  .l-contact-block .left p {
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
  .l-contact-block .common-form {
    width: 350px;
  }
  .loyalty-program-form .form-group .form-control, .common-form .form-group .form-control {
    font-size: 1.3rem;
  }
  .common-form .attach-file label span {
    font-size: 1.3rem;
  }
  .loyalty-program-form .form-group, .common-form .form-group .btn.btn-default {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .l-contact-block .left {
    width: 320px;
  }
  .l-contact-block .left h2 {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .l-contact-block .left h3 {
    font-size: 2.5em;
    line-height: 2.5rem;
  }
  .l-contact-block .left p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .l-contact-block .common-form {
    width: 300px;
  }
  .loyalty-program-form .form-group .form-control, .common-form .form-group .form-control {
    font-size: 1rem;
  }
  .common-form .attach-file label span {
    font-size: 1rem;
  }
  .loyalty-program-form .form-group, .common-form .form-group .btn.btn-default {
    font-size: 2rem;
  }
}

/*l-other-services*/
@media only screen and (max-width: 992px) {
  .l-other-services .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .l-other-services .list-item .item {
    width: 200px;
    margin: 0 15px 40px 15px;
  }
  .l-other-services .yellow-square {
    width: 0;
    height: 0;
    border: none;
  }
  .l-other-services .list-item .item:nth-child(4n+4) {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 576px) {
  .l-other-services .list-item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-other-services .list-item .item {
    width: 47%;
    margin: 0;
    margin-bottom: 30px;
  }
  .l-other-services .list-item .item:nth-child(2n-2) {
    margin-left: 6%;
    margin-right: 0;
  }
  .l-other-services .list-item .item img.img {
    width: 130px;
    height: 130px;
  }
  .l-other-services .list-item .item h4 {
    font-size: 1.3rem;
  }
  .l-other-services .list-item .item p {
    font-size: 1rem;
  }
}

/*l-client-review*/
@media only screen and (max-width: 1200px) {
  .l-client-review {
    height: 100%;
    background-repeat: repeat-y;
  }
  .l-client-review .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-client-review .list-item .item {
    margin-bottom: 50px;
    width: 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-client-review .list-item .item:first-child {
    margin-right: 10%;
  }
  .l-client-review .list-item .item .img {
    width: 150px;
    height: 150px;
    background-size: cover;
  }
  .l-client-review .list-item .item .img .cont {
    background-size: cover;
  }
  .l-client-review .list-item .item .text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media only screen and (max-width: 992px) {
  .l-client-review .list-item {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .l-client-review .list-item .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-client-review .list-item .item .text {
    width: auto;
  }
  .l-client-review .list-item .item .img {
    margin: 0;
    margin-bottom: 30px;
  }
  .l-client-review .list-item .item .text h4 {
    text-align: center;
  }
}

@media only screen and (max-width: 576px) {
  .l-client-review .list-item .item .img {
    width: 120px;
    height: 120px;
    background-size: cover;
  }
  .l-client-review .list-item .item .text h4 {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
  .l-client-review .list-item .item .text p {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }
}

/*l-map*/
.l-map .wrapper .contacts {
  left: 0;
}

@media only screen and (max-width: 768px) {
  .l-map .wrapper .contacts {
    max-width: 490px;
  }
  .l-map .wrapper .contacts h2 {
    font-size: 4rem;
    margin-bottom: 30px;
    margin-left: 30px;
  }
  .l-map .wrapper .contacts p {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

@media only screen and (max-width: 576px) {
  .l-map .wrapper .contacts {
    max-width: 320px;
  }
  .l-map .wrapper .contacts h2 {
    font-size: 2.8rem;
  }
  .l-map .wrapper .contacts p {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

/*l-footer*/
@media only screen and (max-width: 768px) {
  .l-footer .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .l-footer .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .l-footer .center {
    width: 100%;
  }
  .l-footer .right {
    width: 100%;
    text-align: center;
  }
  .l-footer .right .dev {
    padding-top: 25px;
  }
}

/*what_we_do*/
@media only screen and (max-width: 1400px) {
  .l-what-we-do ul.tab-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 30px;
  }
  .l-what-we-do ul.tab-nav li {
    margin: 0 15px;
    margin-bottom: 30px;
  }
}

.ads-outside-img {
  width: 100%;
  display: none;
}

.ads-inside-img {
  width: 100%;
  display: none;
}

.whater-img {
  width: 100%;
  display: none;
}

.neon-img {
  width: 90%;
  display: none;
  margin: 0 auto;
}

.ads-outside-ex {
  position: relative;
}

.ads-inside-ex {
  position: relative;
}

.whater-ex {
  position: relative;
}

.neon-ex {
  position: relative;
}

.l-what-we-do .tab-content .tab-pane .wrapper .img-padding {
  padding-bottom: 150px;
}

.l-what-we-do .btn-default.adapt {
  display: none;
}

@media only screen and (min-width: 1201px) {
  .l-what-we-do .tab-content .tab-pane .wrapper .img-padding.img-padding-b-200 {
    padding-bottom: 220px;
  }
}

@media only screen and (max-width: 1200px) {
  .l-what-we-do .btn-default {
    display: none;
  }
  .l-what-we-do .btn-default.adapt {
    display: inline;
  }
  .l-what-we-do .tab-content .tab-pane .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-what-we-do .tab-content .tab-pane .btn-default {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside {
    height: auto;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside {
    height: auto;
  }
  .l-what-we-do .tab-content .tab-pane#whater {
    height: auto;
    margin-bottom: 30px;
  }
  .l-what-we-do .tab-content .tab-pane#neon {
    height: auto;
    margin-bottom: 30px;
  }
  .flex-collumn-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-what-we-do .btn-default {
    margin-bottom: 50px;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside {
    background: none;
  }
  .ads-outside-img {
    display: inline;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-1 {
    left: 18%;
    top: 54%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-2 {
    left: 20%;
    top: 30%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-3 {
    left: 29%;
    top: 57%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-4 {
    left: 42%;
    top: 51%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-5 {
    left: 52%;
    top: 52%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-6 {
    left: 51%;
    top: 43%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-7 {
    left: 47%;
    top: 32%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-8 {
    left: 58%;
    top: 59%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-9 {
    left: 69%;
    top: 52%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-10 {
    left: 69%;
    top: 45%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-11 {
    left: 73%;
    top: 40%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-12 {
    left: 75%;
    top: 52%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-13 {
    left: 84%;
    top: 50%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-outside .p-14 {
    left: 91%;
    top: 47%;
  }
  /*внутренняя реклама*/
  .l-what-we-do .tab-content .tab-pane#ads-inside {
    background: none;
  }
  .ads-inside-img {
    display: inline;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside .p-1 {
    top: 31%;
    left: 17%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside .p-2 {
    top: 15%;
    left: 25%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside .p-3 {
    top: 43%;
    left: 22%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside .p-4 {
    top: 31%;
    left: 23%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside .p-5 {
    top: 32%;
    left: 30%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside .p-6 {
    top: 41%;
    left: 33%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside .p-7 {
    top: 54%;
    left: 39%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside .p-9 {
    top: 54%;
    left: 39%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside .p-10 {
    top: 31%;
    left: 45%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside .p-11 {
    top: 42%;
    left: 52%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside .p-12 {
    top: 21%;
    left: 61%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside .p-13 {
    top: 33%;
    left: 84%;
  }
  .l-what-we-do .tab-content .tab-pane#ads-inside .p-14 {
    top: 31%;
    left: 39%;
  }
  /*Вода*/
  .l-what-we-do .tab-content .tab-pane#whater {
    background: none;
  }
  .whater-img {
    display: inline;
  }
  .l-what-we-do .tab-content .tab-pane#whater .p-1 {
    top: 20%;
    left: 4%;
  }
  .l-what-we-do .tab-content .tab-pane#whater .p-2 {
    top: 8%;
    left: 34%;
  }
  .l-what-we-do .tab-content .tab-pane#whater .p-3 {
    top: 12%;
    left: 84%;
  }
  .l-what-we-do .tab-content .tab-pane#whater .p-4 {
    top: 80%;
    left: 25%;
  }
  .l-what-we-do .tab-content .tab-pane#whater .p-5 {
    top: 80%;
    left: 62%;
  }
  /*Вода*/
  .l-what-we-do .tab-content .tab-pane#neon {
    background: none;
  }
  .neon-img {
    display: block;
  }
  .l-what-we-do .tab-content .tab-pane#neon .p-1 {
    top: 30%;
    left: 22%;
  }
  .l-what-we-do .tab-content .tab-pane#neon .p-2 {
    top: 30%;
    left: 43%;
  }
  .l-what-we-do .tab-content .tab-pane#neon .p-3 {
    top: 30%;
    left: 72%;
  }
  .l-what-we-do .tab-content .tab-pane#neon .p-4 {
    top: 60%;
    left: 37%;
  }
  .l-what-we-do .tab-content .tab-pane#neon .p-5 {
    top: 60%;
    left: 55%;
  }
  .l-what-we-do .tab-content .tab-pane .wrapper .img-padding {
    margin-bottom: 50px;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .l-what-we-do .tab-content .tab-pane .plus {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .l-what-we-do .block-title {
    padding-bottom: 30px;
  }
  .l-what-we-do ul.tab-nav {
    /* max-width: 100%;
    min-height: 80px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: auto; */
    padding: 0 15px;
  }
  .l-what-we-do ul.tab-nav li {
    min-width: 100px;
    margin: 0 10px 20px 10px;
  }
  .l-what-we-do ul.tab-nav li a {
    font-size: 1.5rem;
    line-height: 1.6rem;
  }
}

@media only screen and (max-width: 576px) {

  .l-what-we-do .tab-content .tab-pane .plus {
    width: 16px;
    height: 16px;
  }
  
  .l-what-we-do .btn-default {
    width: 250px;
    height: 70px;
  }
  .l-what-we-do .tab-content .tab-pane .wrapper .img-padding {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  #lb_widget-root .lb_widget {
    width: 500px;
  }
}
/*# sourceMappingURL=style.css.map */