@media only screen and (min-width: 320px) {
  .wrapper_card {
    margin-bottom: 30px;
  }

  .wrapper_card:nth-child(2n) .card {
    width: 282px;
    height: 188px;
    padding-left: 0;
  }

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

  .wrapper_card .card {
    width: 320px;
    height: 200px;
    padding-left: 20px;
  }

  .wrapper_card .card img {
    width: 100%;
    height: 100%;
  }

  .wrapper_card .text {
    padding: 20px 20px 0 20px;
  }

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

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

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

  .bread-crumbs {
    padding: 79px 0 0 0;
  }

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

  .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;
  }

  .cd-popup.close {
    display: none;
  }

  .title {
    margin-bottom: 30px;
  }

  .title-example {
    margin-bottom: 12px;
  }

  .title-services {
    padding-top: 20px;
  }

  .title-services p {
    color: #fff;
    font-size: 18px;
    padding-right: 20px;
  }

  .title-services p span {
    color: #CBFB45;
    font-weight: bold;
  }

  .title-services-text {
    padding-top: 15px;
  }

  .title-services-text p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
  }

  .example-work .container {
    padding: 0 0;
  }

  .example-work__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .example-work__body .block-example .right {
    padding: 0 0 30px 20px;
  }

  .example-work__body .block-example .right-text {
    color: #fff;
    padding-right: 20px;
  }

  .example-work__body .block-example .right-text p {
    font-size: 12px;
    padding-top: 12px;
    line-height: 16px;
  }

  .example-work__body .block-example .right-text p:first-child {
    font-size: 14px;
    line-height: 20px;
  }

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

  .example-work__body .block-example .right .block-example-img1 {
    max-width: 300px;
    -webkit-transform: translate(21px, 0);
    -ms-transform: translate(21px, 0);
    transform: translate(21px, 0);
  }

  .example-work__body .block-example .left {
    padding: 0 0 30px 0;
  }

  .example-work__body .block-example .left .block-example-img2 {
    max-width: 282px;
  }

  .example-work__body .block-example .left-text {
    color: #fff;
    padding: 0 20px;
  }

  .example-work__body .block-example .left-text p {
    font-size: 12px;
    padding-top: 12px;
    line-height: 16px;
  }

  .example-work__body .block-example .left-text p:first-child {
    font-size: 14px;
    line-height: 20px;
  }

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

  .example-work__body .btn {
    text-align: center;
    padding: 0 20px;
  }

  .example-work__body .btn button {
    padding: 14px 0;
    width: 100%;
    color: #151517;
    font-size: 18px;
    font-weight: 500;
    background-color: #CBFB45;
    border-radius: 30px;
    border: 0;
    cursor: pointer;
  }

  .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;
  }

  .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;
  }

  .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-left: 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: 208px;
    left: 252px;
    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;
  }

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

  .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;
  }
}

@media only screen and (min-width: 360px) {
  .wrapper_card:nth-child(2n) .card {
    width: 95%;
    height: 208px;
  }

  .wrapper_card:nth-child(2n) .card .icon_green {
    left: 280px;
  }

  .wrapper_card .card {
    width: 100%;
    height: 220px;
  }

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

  .cd-popup-container .cd-popup-close {
    bottom: 216px;
    left: 286px;
  }
}

@media only screen and (min-width: 375px) {
  .wrapper_card:nth-child(2n) .card {
    height: 230px;
  }

  .wrapper_card .card {
    height: 230px;
  }

  .wrapper_card:nth-child(2n) .card .icon_green {
    left: 298px;
  }

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

  .cd-popup-container .cd-popup-close {
    bottom: 226px;
    left: 304px;
  }
}

@media only screen and (min-width: 390px) {
  .wrapper_card:nth-child(2n) .card {
    width: 92%;
    height: 240px;
  }

  .wrapper_card:nth-child(2n) .card .icon_green {
    left: 298px;
    bottom: 68px;
  }

  .wrapper_card .card {
    width: 100%;
    height: 240px;
  }

  .cd-popup-container .cd-popup-close {
    left: 330px;
    bottom: 212px;
  }

  .icon_green {
    bottom: 68px;
    left: 18px;
  }

  .cd-popup-container .cd-popup-close {
    left: 310px;
    bottom: 226px;
  }
}

@media only screen and (min-width: 412px) {
  .cd-popup-container .cd-popup-close {
    left: 332px;
    bottom: 226px;
  }

  .wrapper_card:nth-child(2n) .card .icon_green {
    left: 316px;
  }
}

@media only screen and (min-width: 414px) {
  .wrapper_card:nth-child(2n) .card {
    width: 92%;
    height: 246px;
  }

  .wrapper_card:nth-child(2n) .card .icon_green {
    left: 320px;
  }

  .wrapper_card .card {
    width: 100%;
    height: 255px;
  }

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

  .cd-popup-container .cd-popup-close {
    left: 334px;
    bottom: 228px;
  }
}

@media only screen and (min-width: 768px) {
  .wrapper_card:nth-child(4n+3) .text {
    max-width: 420px;
  }

  .wrapper_card .card {
    padding-left: 0;
  }

  .wrapper_card:nth-child(4n+2) .text {
    max-width: 420px;
  }

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

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

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

  .bread-crumbs {
    padding: 123px 0 0 0;
  }

  .cd-popup.is-visible .bread-crumbs {
    padding-left: 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%;
  }

  .wrapper_card {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(50% - 15px);
    margin-right: 30px;
  }

  .wrapper_card:nth-child(even) {
    margin-right: 0;
  }

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

  .wrapper_card:nth-child(2n) .card {
    width: 95%;
    height: unset;
  }

  .icon_green {
    position: relative;
    top: -66px;
  }

  .example-work__body {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .wrapper_card .text {
    padding: 20px 0 0 0;
  }

  .wrapper_card:nth-child(4n+3) .card .icon_green {
    position: absolute;
    left: 20px;
    top: 180px;
  }

  .wrapper_card:nth-child(4n+2) .card .icon_green {
    position: absolute;
    left: 222px;
    top: 122px;
  }

  .wrapper_card:nth-child(2n) .card .icon_green {
    left: unset;
    position: absolute;
    right: 4%;
    top: unset;
    bottom: 6%;
  }

  .wrapper_card:nth-child(4n) .card .icon_green {
    right: 5%;
  }

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

  .example-work__body .btn {
    margin: 0 auto;
    padding: 20px 0 0 0;
  }

  .example-work__body .btn button {
    padding: 15px 61px 16px 68px;
  }
}

@media only screen and (min-width: 820px) {
  .cd-popup-container {
    height: 75%;
  }
}

@media only screen and (min-width: 1024px) {
  .example-work__body .btn button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 2px solid #CBFB45;
  }

  .example-work__body .btn button:hover {
    background-color: transparent;
    color: #CBFB45;
  }

  .custom-next,
  .custom-prev {
    cursor: pointer;
  }

  .wrapper_card:nth-child(2n) .card {
    width: 100%;
  }

  .cd-popup.is-visible {
    z-index: 1000000;
  }

  .wrapper_card:hover {
    cursor: url(../../images/general/cursor_plus_popup_small.svg), auto;
  }

  .cd-popup-container {
    cursor: url(../../images/general/cursor_cross_popup_small.svg), auto;
  }

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

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

  .cd-popup-container p {
    padding: 0 60px 0 40px;
  }

  .popup-image {
    padding-right: 40px;
  }

  .block-example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .cd-popup-container p {
    font-size: 14px;
    line-height: 20px;
  }

  .block-example .popup-image img {
    width: 520px;
    height: 360px;
  }

  .icon_green {
    display: none;
  }

  .title {
    max-width: 720px;
    margin: 0 0 50px 112px;
  }

  .wrapper_card .card {
    height: auto;
  }

  .title-services p {
    font-size: 30px;
    padding-right: 0;
  }

  .title-services-text p {
    font-size: 16px;
    line-height: 22px;
  }

  .wrapper_card:nth-child(4n+3) .text {
    max-width: 420px;
  }

  .wrapper_card:nth-child(4n+2) .text {
    max-width: 420px;
  }

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

  .cd-popup.is-visible .bread-crumbs {
    display: none;
  }

  .cd-popup-container .cd-popup-close {
    display: none;
  }

  .wrapper_card:nth-child(4n+3) img {
    width: 90%;
  }

  .wrapper_card:nth-child(4n+2) img {
    width: 90%;
  }

  .wrapper_card .text p span {
    display: inline-block;
  }
}

@media only screen and (min-width: 1280px) {
  .wrapper_card {
    margin-bottom: 60px;
  }

  .cd-popup-container p {
    padding: 0 30px 0 40px;
  }

  .controls-slider {
    padding: 34px 40px 60px 40px;
  }

  .title {
    max-width: 700px;
  }

  .example-work__body .btn {
    margin: 0 auto;
    padding: 0 0 0 0;
  }

  .block-example .popup p.title-example span {
    font-size: 30px;
  }

  .wrapper_card .text p {
    font-size: 14px;
    line-height: 18px;
  }

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

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

  .custom-prev,
  .custom-next {
    width: 78px;
    height: 66px;
  }

  .block-example .popup .popup-text p.title-example {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 25px;
  }

  .wrapper_card .text p.title-example {
    font-size: 18px;
  }

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

  .block-example .popup-image img {
    width: 696px;
    height: 466px;
  }

  .block-example .popup .title-example span {
    font-size: 30px;
  }

  .wrapper_card:nth-child(4n+2) .text {
    max-width: 520px;
  }

  .wrapper_card:nth-child(4n+3) .text {
    max-width: 520px;
  }

  .wrapper_card .text p span {
    display: inline-block;
    font-size: 18px;
  }

  .text {
    max-width: 560px;
  }

  .title {
    margin: 0 0 50px 232px;
  }
}

@media only screen and (min-width: 1366px) {
  .wrapper_card:nth-child(4n+2) .text {
    max-width: 560px;
  }

  .wrapper_card:nth-child(4n+3) .text {
    max-width: 560px;
  }

  .text {
    max-width: 600px;
  }

  .block-example .popup-image img {
    width: 616px;
    height: 386px;
  }

  .cd-popup-container p {
    padding: 0 90px 0 40px;
  }
}

@media only screen and (min-width: 1440px) {
  .title-example {
    margin-bottom: 15px;
  }

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

  .title {
    max-width: 680px;
  }

  .cd-popup-container p {
    padding: 0 49px 0 40px;
  }

  .wrapper_card:nth-child(4n+2) img,
  .wrapper_card:nth-child(4n+3) img {
    width: 83%;
  }

  .example-work__body .btn button {
    font-size: 24px;
  }

  .block-example .popup-image img {
    width: 896px;
    height: 596px;
  }

  .block-example .popup .popup-text p.title-example {
    padding: 0 32px 0 40px;
  }

  .wrapper_card:hover {
    cursor: url(../../images/general/cursor_plus_popup.svg), auto;
  }

  .cd-popup-container {
    cursor: url(../../images/general/cursor_cross_popup.svg), auto;
  }
}

@media only screen and (min-width: 1680px) {
  .custom-next {
    background: url(https://dnipro.dl.net.ua/wp-content/themes/dnipro/build/static/images/general/arrow-right1920.svg) no-repeat;
    width: 98px;
    height: 80px;
  }

  .custom-prev {
    background: url(https://dnipro.dl.net.ua/wp-content/themes/dnipro/build/static/images/general/arrow-left1920.svg) no-repeat;
    width: 98px;
    height: 80px;
  }

  .bread-crumbs {
    padding: 151px 0 0 0;
  }

  .title {
    margin: 0 0 60px 352px;
    max-width: 760px;
  }

  .text {
    max-width: 670px;
  }

  .wrapper_card .text p {
    font-size: 16px;
    line-height: 22px;
  }

  .title-services p {
    font-size: 40px;
  }

  .title-services-text p {
    font-size: 20px;
    line-height: 28px;
  }

  .container,
  .example-work .container {
    padding: 0 100px;
  }

  .title .container {
    padding: 0 0;
  }

  .wrapper_card:nth-child(4n+2) img,
  .wrapper_card:nth-child(4n+3) img {
    width: 92%;
  }

  .wrapper_card .text p.title-example {
    font-size: 22px;
    line-height: 30px;
  }

  .wrapper_card .text p span {
    font-size: 22px;
  }

  .cd-popup-container p {
    font-size: 18px;
    line-height: 24px;
    padding: 0 44px 0 100px;
  }

  .block-example .popup .popup-text p.title-example {
    font-size: 40px;
    line-height: 46px;
    margin-bottom: 30px;
  }

  .block-example .popup p.title-example span {
    font-size: 40px;
  }

  .wrapper_card .text {
    padding: 25px 0 0 0;
  }

  .wrapper_card:nth-child(4n+2) .text,
  .wrapper_card:nth-child(4n+3) .text {
    max-width: 668px;
  }

  .block-example .popup .popup-text p.title-example {
    padding: 0 32px 0 100px;
  }

  .controls-slider {
    padding: 44px 100px 60px 100px;
  }

  .popup-image {
    padding-right: 100px;
  }

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

@media only screen and (min-width: 1920px) {
  .wrapper_card .text p span {
    font-size: 26px;
  }

  .wrapper_card .text p.title-example {
    font-size: 26px;
  }

  .wrapper_card:nth-child(4n+2) img,
  .wrapper_card:nth-child(4n+3) img {
    width: 90%;
  }

  .bread-crumbs {
    padding: 178px 0 0 0;
  }

  .example-work__body .btn {
    padding: 0 0 0 0;
  }

  .title-example {
    margin-bottom: 20px;
  }

  .block-example .popup-image img {
    width: 1024px;
    height: 675px;
  }

  .cd-popup-container p {
    font-size: 22px;
    line-height: 30px;
  }

  .block-example .popup .popup-text p.title-example {
    font-size: 40px;
    line-height: 48px;
  }

  .wrapper_card {
    margin-bottom: 120px;
  }

  .wrapper_card .text p {
    font-size: 20px;
    line-height: 26px;
  }

  .wrapper_card:nth-child(4n+2) .text,
  .wrapper_card:nth-child(4n+3) .text {
    max-width: 788px;
  }

  .text {
    max-width: 780px;
  }

  .example-work__body .btn button {
    font-size: 30px;
    padding: 20px 77px 22px 75px;
    border-radius: 40px;
  }

  .title {
    margin: 0 0 80px 462px;
  }

  .block-example .popup .title-example span {
    font-size: 40px;
  }
}