.bg-wrapper {
  background: -webkit-gradient(linear, left bottom, left top, from(#151517), color-stop(29.87%, rgba(21, 21, 23, 0))) no-repeat center, #151517;
  background: -o-linear-gradient(bottom, #151517 0%, rgba(21, 21, 23, 0) 29.87%) no-repeat center, #151517;
  background: linear-gradient(0deg, #151517 0%, rgba(21, 21, 23, 0) 29.87%) no-repeat center, #151517;
}

img {
  height: auto;
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local(""), url("../fonts/montserrat/Montserrat-Bold.otf") format("otf");
}

@media only screen and (min-width: 320px) {
  h1 {
    font-family: "Ermilov";
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    padding-top: 15px;
    text-align: center;
  }

  body.open h1.ml12 {
    visibility: hidden;
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }

  h2 {
    font-family: "Montserrat";
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
  }

  .swiper-button-disabled {
    opacity: 40%;
  }

  .title-block__body > div,
  .title-block__body > h1,
  .bg-wrapper__body .button-scroll-down {
    opacity: 0;
  }

  body.loaded .bg-wrapper__body .title-block__body > div,
  body.loaded .bg-wrapper__body .button-scroll-down {
    opacity: unset;
  }

  .about-company .container {
    padding: 0 0;
  }

  .about-company__line {
    position: relative;
    top: 0;
    left: 58px;
    width: 1%;
  }

  .about-company__line .line-one {
    height: 966px;
    width: 1px;
    background-color: rgba(203, 251, 69, 0.3);
    position: absolute;
    left: 0;
    top: 0;
  }

  .about-company__line .line-two {
    height: 1024px;
    position: absolute;
    width: 1px;
    background-color: rgba(203, 251, 69, 0.3);
    left: 125px;
    top: 0;
  }

  .about-company__line .line-three {
    position: absolute;
    height: 1248px;
    width: 1px;
    background-color: rgba(203, 251, 69, 0.3);
    left: 250px;
    top: 0;
  }

  .about-company .block-company {
    position: relative;
    background: #CBFB45;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 41px 20px 39px 20px;
    border-radius: 0;
  }

  .about-company .block-company::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 55px;
    right: 0;
    background: url(../../images/general/line-block-company-mob1.svg) no-repeat;
  }

  .about-company .block-company::after {
    content: "";
    position: absolute;
    top: 421px;
    height: 100%;
    width: 100%;
    max-width: 194px;
    left: 0;
    background: url(../../images/general/line-block-company-mob2.svg) no-repeat;
  }

  .about-company .block-company__left {
    position: relative;
    z-index: 10;
  }

  .about-company .block-company__left .number {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 60px;
    height: 73px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px #151517;
  }

  .about-company .block-company__left p {
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 19px;
    max-width: 188px;
  }

  .about-company .block-company__left p:last-child {
    padding-bottom: 0;
  }

  .about-company .block-company__left .button-company {
    display: inline-block;
    padding: 14px 0;
    text-align: center;
    width: 100%;
    background-color: #151517;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    margin-top: 16px;
    position: relative;
    z-index: 8;
  }

  .about-company .block-company__right {
    margin-bottom: 20px;
  }

  .about-company .block-company__right .button-company {
    display: none;
  }

  .about-company .block-company__right span {
    color: #151517;
    font-size: 18px;
    font-weight: 500;
    font-family: "Montserrat";
  }

  .about-company .block-company__right span b {
    font-weight: 700;
  }

  .bg-wrapper {
    background: -webkit-gradient(linear, left bottom, left top, from(#151517), color-stop(29.87%, rgba(21, 21, 23, 0))), url(../../images/general/bg-main.png) no-repeat center, #151517;
    background: -o-linear-gradient(bottom, #151517 0%, rgba(21, 21, 23, 0) 29.87%), url(../../images/general/bg-main.png) no-repeat center, #151517;
    background: linear-gradient(0deg, #151517 0%, rgba(21, 21, 23, 0) 29.87%), url(../../images/general/bg-main.png) no-repeat center, #151517;
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 100;
  }

  .bg-wrapper__body {
    background: -webkit-gradient(linear, left bottom, left top, from(#151517), color-stop(29.87%, rgba(21, 21, 23, 0)));
    background: -o-linear-gradient(bottom, #151517 0%, rgba(21, 21, 23, 0) 29.87%);
    background: linear-gradient(0deg, #151517 0%, rgba(21, 21, 23, 0) 29.87%);
    height: 100vh;
    position: relative;
    z-index: 98;
  }

  .bg-wrapper__body::before {
    content: "";
    position: absolute;
    background: rgba(21, 21, 23, 0.4);
    height: 100vh;
    width: 100%;
    z-index: 1;
  }

  .bg-wrapper__body .title-block {
    padding-top: 97px;
    position: relative;
    z-index: 9674;
  }

  .bg-wrapper__body .title-block__body {
    margin: 0 auto;
    max-width: 1120px;
  }

  .bg-wrapper__body .title-block__body-img1 {
    text-align: center;
    padding-right: 44px;
    padding-bottom: 91px;
  }

  .bg-wrapper__body .title-block__body-img1 img {
    max-width: 60px;
    width: 100%;
  }

  .bg-wrapper__body .title-block__body-img2 {
    text-align: center;
  }

  .bg-wrapper__body .title-block__body-img2 img {
    width: 100%;
    max-width: 275px;
  }

  .bg-wrapper__body .title-block__body-img3 {
    text-align: right;
    padding: 66px 0 27px 0;
  }

  .bg-wrapper__body .title-block__body-img3 img {
    width: 100%;
    max-width: 116px;
    text-align: right;
  }

  .bg-wrapper__body .button-scroll-down {
    text-align: center;
  }

  .bg-wrapper__body .button-scroll-down .button-scroll {
    width: 45px;
  }

  #swiper-wrapper-642ba885f1040b49d {
    display: none;
  }

  .slider {
    width: 100%;
    max-width: 100%;
    margin: 80px 0;
  }

  .slider .container {
    padding: 0 0 0 20px;
  }

  .slider .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    max-width: 1435px;
  }

  .slider .block__body {
    min-width: 0;
  }

  .slider .block__body .image-slider {
    padding: 20px 38px 0 0;
  }

  .slider .block__body .image-slider__image {
    text-align: center;
  }

  .slider .block__body .image-slider__image img {
    max-width: 100%;
  }

  .slider .block__body .image-slider .block-slider {
    max-width: 250px;
    min-height: 341px;
    display: block;
    padding: 36px 21px 0 21px;
  }

  .slider .block__body .image-slider .block-slider__body {
    padding-top: 10px;
    line-height: 16px;
  }

  .slider .block__body .image-slider .block-slider__body span {
    font-size: 12px;
    font-family: "Montserrat";
    font-weight: 500;
    color: #fff;
  }

  .slider .block__body .image-slider .block-slider__body .button-link {
    background-color: #CBFB45;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-top: 19px;
  }

  .slider .block__body .image-slider .block-slider__body .button-link::after {
    content: "";
    background: url(../../images/general/small-plus.svg) no-repeat;
    width: 12px;
    height: 13px;
    display: inline-block;
    position: relative;
    top: 16px;
    left: 17px;
  }

  .slider .block .slider__text {
    font-size: 18px;
  }

  .slider .block .slider__text p {
    color: #fff;
    font-weight: 500;
    line-height: 23px;
  }

  .slider .block .slider__text span {
    color: #CBFB45;
    font-weight: 700;
  }

  .slider .block .button-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 0 0;
  }

  .slider .block .button-slider .custom-prev {
    background: url(../../images/general/arrow-left-mob.svg) no-repeat;
  }

  .slider .block .button-slider .custom-next {
    background: url(../../images/general/arrow-right-mob.svg) no-repeat;
  }

  .slider .block .button-slider .custom-prev,
  .slider .block .button-slider .custom-next {
    width: 45px;
    height: 46px;
    z-index: 87;
  }

  .slider .block .button-slider .custom-prev.swiper-button-disabled,
  .slider .block .button-slider .custom-next.swiper-button-disabled {
    opacity: 0.4;
  }

  /*end*/

  .our-work {
    margin-top: 72px;
  }

  .our-work .container {
    padding: 0 0 0 20px;
  }

  .our-work__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative;
    height: 100%;
  }

  .our-work__right {
    padding-top: 30px;
  }

  .our-work__right .btn-work-mob {
    padding-right: 20px;
  }

  .our-work__right .btn-work-mob .button-our-work {
    padding: 14px 0;
    text-align: center;
    width: 100%;
    background-color: #CBFB45;
    border-radius: 30px;
    color: #151517;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .our-work__left p {
    font-size: 18px;
    color: #fff;
    line-height: 23px;
    max-width: 274px;
  }

  .our-work__left .button-our-work {
    display: none;
  }

  .our-work .work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 27px;
  }

  .our-work .work:first-child img {
    width: 100%;
    max-width: 300px;
  }

  .our-work .work:nth-child(2) img {
    width: 100%;
    max-width: 280px;
    -webkit-transform: translate(-20px, 0);
    -ms-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
  }

  .our-work .work:nth-child(3) img {
    width: 100%;
    max-width: 300px;
  }

  .our-work .work .text {
    margin: 16px 0 0 0;
  }

  .our-work .work .text p {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
  }

  .our-work .work .text p span {
    color: #CBFB45;
    font-weight: bold;
    font-size: 16px;
    display: block;
  }

  .our-work .work .text .title-example {
    line-height: 19px;
    font-size: 14px;
  }

  .section-logo {
    margin-top: 79px;
  }

  .section-logo__text {
    font-size: 18px;
    color: #fff;
    line-height: 23px;
  }

  .section-logo__text p {
    color: #fff;
  }

  .section-logo__text span {
    color: #CBFB45;
    font-weight: bold;
  }

  .section-logo__body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 11px 12px;
    margin: 0 auto;
    padding-top: 30px;
    z-index: 80;
    position: relative;
  }

  .section-logo__body .section-logo-img {
    max-width: 68px;
  }

  .section-logo__body-block {
    padding: 18px 14px;
    background: #1A1B1F;
    margin-top: 30px;
  }

  .section-logo__body .block__img {
    background-color: #1A1B1F;
    display: inline-block;
    padding: 15px 12px 9px 15px;
    max-width: 84px;
  }

  .section-logo__body .block__img .section-logo-img {
    max-width: 56px;
  }

  .new-company {
    margin-top: 79px;
  }

  .new-company__body-title p {
    color: #fff;
    font-size: 18px;
  }

  .new-company__body-title span {
    display: block;
    color: #CBFB45;
    font-weight: 700;
  }

  .new-company .block-new__button {
    margin-top: 12px;
  }

  .new-company__body-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }

  .new-company .block-new {
    background-color: #CEFB51;
    border-radius: 30px;
    padding: 38px 18px 17px 27px;
    margin: 0 0 30px 0;
  }

  .new-company .block-new:last-child {
    margin: 0 0;
  }

  .new-company .block-new__body h6 {
    font-size: 16px;
    color: #151517;
    font-weight: 600;
    margin-bottom: 10px;
  }

  .new-company .block-new__body p {
    font-size: 14px;
    line-height: 20px;
    color: #151517;
    padding-right: 22px;
  }

  .new-company .block-new__body-img {
    width: 112px;
    height: 112px;
    margin-bottom: 20px;
    border-radius: 50%;
  }

  .new-company .block-new__body .bg-one {
    background: url(../../images/general/block-new-img1.jpg) center;
    background-size: cover;
  }

  .new-company .block-new__body .bg-two {
    background: url(../../images/general/block-new-img2.jpg) center;
    background-size: cover;
  }

  .new-company .block-new__body .bg-three {
    background: url(../../images/general/block-new-img3.jpg) center;
    background-size: cover;
  }

  .new-company .block-new__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .new-company .block-new__button p {
    opacity: 0.8;
    font-size: 12px;
    padding-top: 0;
    color: #151517;
  }

  .new-company .block-new__button .button-new {
    width: 45px;
    height: 45px;
    background: url(../../images/general/button-new.svg) no-repeat;
    -webkit-transition: all linear 0.25s;
    -o-transition: all linear 0.25s;
    transition: all linear 0.25s;
  }

  .cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    left: 0;
  }

  .cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #5e6e8d;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .no-touch .cd-nugget-info a:hover {
    opacity: 0.8;
  }

  .cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
  }

  .cd-nugget-info span svg {
    display: block;
  }

  .block-example {
    padding-bottom: 20px;
  }

  .block-example .left {
    padding-top: 206px;
  }

  .block-example .popup-image {
    width: 320px;
    height: 213px;
  }

  .block-example .popup-image img {
    width: 100%;
    height: 100%;
  }

  .block-example .popup {
    margin-top: 30px;
  }

  .block-example .popup p.title-example {
    font-size: 18px;
    line-height: 23px;
    padding-bottom: 15px;
  }

  .block-example .popup p.title-example span {
    color: #CBFB45;
    font-weight: bold;
    display: block;
    font-size: 18px;
  }

  .block-example .left-popup-text p:first-child {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
  }

  .block-example .left-popup-text p:first-child span {
    color: #CBFB45;
    font-weight: 700;
    display: block;
  }

  .block-example .footer__body-bottom p {
    padding: 0 0;
  }

  .popup-text {
    padding-bottom: 60px;
  }

  .cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 90;
  }

  .cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -o-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    background-color: #151517;
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .cd-popup.is-visible .bread-crumbs {
    padding: 79px 0 0 20px;
  }

  .cd-popup-container {
    position: relative;
    max-width: 100%;
    height: 100%;
    background-color: #151517;
    border-radius: 0.25em 0.25em 0.4em 0.4em;
  }

  .cd-popup-container p {
    padding: 0 20px 0 20px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
  }

  .left-popup-text {
    text-align: left;
    color: #fff;
    font-size: 20px;
    padding-top: 30px;
  }

  .cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
  }

  .cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none;
  }

  .cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
  }

  .cd-popup-container .cd-popup-close {
    display: block;
    width: 55px;
    height: 57px;
    position: relative;
    bottom: 204px;
    left: 254px;
    background: url(../../images/general/ellipse-popup-cross.svg) no-repeat;
  }

  .image-popup {
    max-width: 320px;
  }

  .controls-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 30px 20px;
  }

  .custom-prev,
  .custom-next {
    width: 45px;
    height: 46px;
    cursor: pointer;
  }

  .custom-prev {
    background: url("https://dnipro.dl.net.ua/wp-content/themes/dnipro/build/static/images/general/arrow-left-mob.svg") no-repeat;
  }

  .custom-next {
    background: url("https://dnipro.dl.net.ua/wp-content/themes/dnipro/build/static/images/general/arrow-right-mob.svg") no-repeat;
  }

  .our-work .work:nth-child(2) .card .icon_green {
    bottom: 16px;
    left: 202px;
  }

  .our-work .work:nth-child(2) .card .icon_green::after {
    content: "";
    top: 16px;
    left: 16px;
  }

  .card {
    width: 100%;
    height: auto;
    position: relative;
  }

  .card .icon_green {
    background-color: #CBFB45;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    bottom: 16px;
    left: 16px;
  }

  .card .icon_green::after {
    content: "";
    display: block;
    width: 13px;
    height: 14px;
    position: relative;
    top: 16px;
    left: 16px;
    background: url(../../images/general/small-plus.svg) no-repeat;
  }

  .btn-work-mob {
    padding: 0 20px 0 0;
  }

  .btn-work-mob .button-our-work {
    padding: 14px 0;
    text-align: center;
    width: 100%;
    background-color: #CBFB45;
    border-radius: 30px;
    color: #151517;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
  }
}

@media only screen and (min-width: 360px) {
  .block-example .popup-image {
    width: 100%;
    height: 240px;
  }

  .our-work .work:nth-child(2) .card .icon_green {
    left: 222px;
  }

  .new-company .block-new__body-img {
    margin-bottom: 16px;
  }

  .bg-wrapper__body .title-block__body-img2 img {
    max-width: 100%;
  }

  .bg-wrapper__body .title-block__body-img1 {
    padding-right: 50px;
  }

  .button-link {
    margin-top: 19px;
    width: 45px;
    height: 45px;
  }

  .section-logo {
    margin-top: 60px;
  }

  .our-work .work:nth-child(1n) img {
    max-width: 100%;
  }

  .our-work .work:nth-child(2n) img {
    max-width: 300px;
  }

  .our-work .work:nth-child(3n) img {
    max-width: 100%;
  }

  .bg-wrapper__body .title-block__body-img3 {
    padding: 46px 0 27px 0;
  }

  h1 {
    padding-top: 10px;
  }

  .slider .block__body .image-slider .block-slider {
    max-width: 280px;
    min-height: 356px;
    padding: 46px 27px 0 20px;
  }

  .cd-popup-container .cd-popup-close {
    bottom: 234px;
    left: 292px;
  }
}

@media only screen and (min-width: 375px) {
  .our-work .work:nth-child(2n) img {
    max-width: 320px;
  }

  .our-work .work:nth-child(2) .card .icon_green {
    left: 242px;
  }

  .bg-wrapper__body .title-block {
    padding-top: 157px;
  }

  .block-new__button {
    margin-top: 0;
  }

  .button-slider .custom-next {
    width: 55px;
    height: 46px;
  }

  .button-slider .custom-prev {
    width: 55px;
    height: 46px;
  }

  .block-company__right {
    margin-right: 0;
  }

  .section-logo__body .section-logo-img {
    max-width: 85px;
  }

  .new-company .block-new__body-img {
    width: 125px;
    height: 125px;
    margin-bottom: 20px;
  }

  .new-company .block-new__body p {
    padding: 0 0;
  }

  .new-company .block-new {
    padding: 38px 22px 17px 27px;
  }

  .new-company .block-new__body h6 {
    font-size: 16px;
  }

  .block-new__button {
    margin-top: 12px;
  }

  .about-company .block-company::after {
    top: 399px;
  }

  .slider .block__body .image-slider .block-slider {
    max-width: 298px;
    min-height: 382px;
    padding: 62px 21px 0 21px;
  }

  .cd-popup-container .cd-popup-close {
    bottom: 236px;
    left: 306px;
  }
}

@media only screen and (min-width: 390px) {
  .cd-popup-container .cd-popup-close {
    left: 320px;
  }

  .about-company .block-company::after {
    top: 403px;
  }

  .our-work__left p {
    max-width: 342px;
  }

  .about-company .block-company__left .button-company {
    padding: 16px 0;
  }

  .block-company::after {
    top: 409px;
  }

  .block-company::before {
    bottom: 296px;
  }

  .new-company .block-new {
    margin-right: 0;
  }

  h1 {
    font-size: 22px;
    line-height: 26px;
    padding-top: 12px;
  }

  .bg-wrapper__body .title-block__body-img1 {
    padding-right: 56px;
  }

  .bg-wrapper__body .button-scroll-down .button-scroll {
    width: 55px;
  }

  .slider .block__body .image-slider {
    padding: 20px 52px 0 0;
  }

  .section-logo__body .block__img {
    background-color: #1A1B1F;
    display: inline-block;
    padding: 20px 12px 16px 21px;
    max-width: 104px;
  }

  .section-logo__body .block__img .section-logo-img {
    max-width: 66px;
  }
}

@media only screen and (min-width: 414px) {
  .our-work .work:nth-child(2) .card .icon_green {
    left: 282px;
  }

  .cd-popup.is-visible {
    overflow-y: hidden;
  }

  .block-example .popup-image {
    height: 268px;
  }

  .bg-wrapper__body .title-block {
    padding-top: 168px;
  }

  .bg-wrapper__body .title-block__body-img1 {
    padding-right: 60px;
  }

  .slider .block__body .image-slider .block-slider {
    max-width: 318px;
    min-height: 388px;
  }

  .our-work .work:nth-child(2n) img {
    max-width: 360px;
  }

  .cd-popup-container .cd-popup-close {
    left: 340px;
    bottom: 258px;
  }
}

@media only screen and (min-width: 768px) {
  .our-work .work:nth-child(2) .card .icon_green {
    left: 242px;
  }

  .cd-popup-container p {
    font-size: 16px;
    line-height: 22px;
    padding: 0 40px 0 40px;
  }

  .cd-popup.is-visible .bread-crumbs {
    padding: 123px 0 0 40px;
  }

  .cd-popup.is-visible {
    overflow-y: scroll;
  }

  .popup-text {
    padding-bottom: 0;
  }

  .controls-slider {
    padding: 30px 40px;
  }

  .block-example .popup-image {
    height: auto;
  }

  .cd-popup-container .cd-popup-close {
    position: absolute;
    left: -90px;
    top: 30px;
    width: 62px;
  }

  .cd-popup-container {
    height: 85%;
  }

  .card {
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .our-work .work {
    padding-bottom: 80px;
  }

  .our-work .work:last-child {
    padding-bottom: 0;
  }

  .slider .block__body .image-slider .block-slider {
    max-width: 100%;
  }

  .bg-wrapper__body .title-block__body-img3 {
    padding: 56px 0 168px 0;
  }

  .bg-wrapper__body .title-block {
    padding-top: 202px;
  }

  .slider .block .button-slider {
    padding: 20px 0 0 0;
  }

  .slider .block .slider__text p {
    font-size: 26px;
    line-height: normal;
  }

  .bg-wrapper__body .title-block {
    padding-top: 180px;
  }

  .new-company__body-title {
    margin: 0 0 60px 114px;
  }

  .bg-wrapper__body .title-block__body-img3 img {
    max-width: 180px;
  }

  .bg-wrapper__body .title-block__body-img1 img {
    max-width: 89px;
  }

  .bg-wrapper__body .title-block__body-img1 {
    padding-right: 109px;
  }

  .bg-wrapper__body .button-scroll-down .button-scroll {
    width: 80px;
  }

  .slider .block .slider__text {
    padding-right: 62px;
  }

  .slider {
    height: 100%;
  }

  h1 {
    font-size: 34px;
    padding-top: 26px;
  }

  .about-company__line {
    left: 250px;
  }

  .block-slider__body span {
    font-size: 16px;
  }

  .block-company__right {
    max-width: 480px;
    margin-bottom: 30px;
  }

  .about-company .block-company__left p {
    font-size: 18px;
    max-width: 248px;
    padding-bottom: 30px;
  }

  .about-company .block-company__left .button-company {
    margin-top: 0;
    width: 40%;
  }

  .about-company .block-company::after {
    top: 441px;
  }

  .about-company__line .line-two {
    left: 235px;
  }

  .about-company__line .line-three {
    left: 465px;
  }

  .about-company .block-company {
    padding: 41px 40px 39px 40px;
  }

  .new-company .block-new {
    padding: 54px 42px 42px 42px;
    max-width: 100%;
  }

  .new-company .block-new__body h6 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .new-company__body-title p {
    font-size: 26px;
  }

  .our-work .work span {
    font-size: 16px;
  }

  .section-logo__text p {
    font-size: 26px;
    line-height: normal;
  }

  .section-logo__text {
    margin: 0 0 0 174px;
  }

  .slider .container {
    padding: 0 40px;
  }

  .slider .block__body .image-slider {
    padding: 22px 0 0 0;
  }

  .new-company .block-new__body p {
    font-size: 20px;
    max-width: 100%;
    line-height: 30px;
  }

  .our-work .work span {
    font-size: 16px;
  }

  .new-company .block-new__body-img {
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
  }

  .new-company .block-new__button {
    margin-top: 24px;
  }

  .new-company .block-new__button p {
    font-size: 18px;
  }

  .our-work .container {
    padding: 0 0 0 40px;
  }

  .our-work__body {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
  }

  .our-work__right {
    padding-top: 0;
  }

  .our-work .work:nth-child(1n) img {
    max-width: 380px;
  }

  .our-work .work:nth-child(2n) {
    padding-left: 54px;
  }

  .our-work .work:nth-child(2n) img {
    max-width: 326px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .our-work .work:nth-child(3n) img {
    max-width: 326px;
  }

  .our-work__left .button-our-work {
    padding: 10px 0;
    text-align: center;
    width: 60%;
    background-color: #CBFB45;
    border-radius: 30px;
    color: #151517;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    margin-top: 14px;
  }

  .our-work__right .btn-work-mob .button-our-work {
    display: none;
  }

  .our-work__left > div {
    position: sticky;
    top: 166px;
    padding-left: 32px;
    max-width: 364px;
  }

  .our-work__left p {
    font-size: 16px;
    line-height: 22px;
    max-width: 100%;
  }

  .section-logo__body {
    grid-gap: 26px 40px;
    padding-top: 60px;
  }

  .section-logo__body .section-logo-img {
    max-width: 139px;
  }

  .section-logo__body .block__img {
    background-color: #1A1B1F;
    display: inline-block;
    padding: 36px 39px 31px 45px;
    max-width: 201px;
  }

  .section-logo__body .block__img .section-logo-img {
    max-width: 118px;
  }

  .btn-work-mob {
    display: none;
  }
}

@media only screen and (min-width: 820px) {
  .slider .block__body .image-slider .block-slider__body span {
    font-size: 14px;
    line-height: 22px;
  }

  h2 {
    font-size: 20px;
  }

  .slider .block__body .image-slider .block-slider__body {
    padding-top: 20px;
  }

  .our-work__left p {
    font-size: 18px;
    line-height: 24px;
  }

  .slider .block__body .image-slider .block-slider {
    padding: 62px 28px 0 32px;
  }

  .section-logo__text {
    margin: 0 0 0 214px;
  }

  .new-company__body-title {
    margin: 0 0 60px 174px;
  }

  .slider .block .slider__text {
    padding-right: 142px;
  }

  .bg-wrapper__body .title-block {
    padding-top: 280px;
  }

  .bg-wrapper__body .title-block__body-img3 {
    padding: 66px 0 198px 0;
  }
}

@media only screen and (min-width: 912px) {
  .our-work__left > div {
    padding-left: 52px;
    max-width: 454px;
  }

  .bg-wrapper__body .title-block__body-img1 {
    padding-right: 130px;
  }

  .new-company .block-new__body-img {
    width: 200px;
    height: 200px;
    margin-bottom: 35px;
  }

  .new-company .block-new__body h6 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .our-work__left p {
    font-size: 20px;
    line-height: 26px;
  }

  .new-company .block-new__body p {
    font-size: 24px;
    line-height: 36px;
  }

  .block-new__button {
    margin-top: 20px;
  }

  .new-company .block-new__button p {
    font-size: 20px;
  }

  .new-company__body-title {
    margin: 0 0 60px 174px;
  }

  .new-company__body-title p {
    font-size: 30px;
  }

  .section-logo__text p {
    font-size: 30px;
  }

  .section-logo__text {
    margin: 10px 0 0 174px;
  }

  .slider__text {
    margin: 80px 130px 0 0;
  }

  .slider .block .slider__text p {
    font-size: 30px;
  }
}