/* FONTS
   ========================================================================== */
/* MAIN  FILES
   ========================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #161515;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    height: auto;
    min-height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
}

body ::-moz-selection {
    background: rgba(238, 42, 89, 0.6);
    color: #ffffff;
}

body ::selection {
    background: rgba(238, 42, 89, 0.6);
    color: #ffffff;
}

#wrap {
    -webkit-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

mark {
    background: none;
}

/* ==========================================================================
FORMS & TABLE & NAVIGATION
========================================================================== */
input, textarea, select {
    outline: 0 none;
    padding: 0 10px;
}

input, select {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

input[type=text], input[type=number], input[type=email], input[type=password], input[type=search], input[type=tel], textarea {
    margin-top: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
    padding-left: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid #161515;
}

input[type=text], input[type=number], input[type=email], input[type=password], input[type=search], input[type=tel] {
    height: 34px;
}

textarea {
    resize: none;
    min-height: 34px;
    padding: 10px 22px;
    width: 100%;
    overflow: hidden;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type=search], input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
}

ul {
    list-style: none;
}

ol {
    list-style: decimal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================
TYPOGRAPHY
========================================================================== */
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    padding-bottom: 20px;
}

h1 {
    font-size: 48px;
    line-height: 1.21;
}

@media (max-width: 576px) {
    h1 {
        font-size: 38px;
        line-height: 1.26;
    }
}

h2, .h2, .title_h2 {
    padding-bottom: 10px;
    font-size: 38px;
    line-height: 1.26;
}

@media (max-width: 576px) {
    h2, .h2, .title_h2 {
        font-size: 30px;
        line-height: 1.33;
    }
}

.title_h2 {
    font-weight: 600;
}

h3, .h3 {
    font-size: 24px;
    line-height: 1.42;
}

@media (max-width: 576px) {
    h3, .h3 {
        font-size: 24px;
        line-height: 1.42;
    }
}

h4, .h4 {
    font-size: 18px;
    line-height: 156%;
}

@media (max-width: 576px) {
    h4, .h4 {
        font-size: 18px;
        line-height: 156%;
    }
}

h5, .h5 {
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 576px) {
    h5, .h5 {
        font-size: 16px;
        line-height: 1.62;
    }
}

h6, .h6 {
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 576px) {
    h6, .h6 {
        font-size: 16px;
        line-height: 1.62;
    }
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
}

p:last-child {
    padding-bottom: 0;
}

@media (max-width: 576px) {
    p {
        font-size: 16px;
        line-height: 1.62;
    }
}

a {
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    outline: 0;
    text-decoration: underline;
}

.wys i, .text_content i {
    font-style: italic;
}

.wys a, .text_content a {
    color: #EE2A59;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 7px;
}

.wys a:hover, .text_content a:hover {
    -webkit-text-decoration-color: #EE2A59;
    text-decoration-color: #EE2A59;
}

.wys p a, .wys li a, .text_content p a, .text_content li a {
    color: #EE2A59;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 7px;
}

.wys p a:hover, .wys li a:hover, .text_content p a:hover, .text_content li a:hover {
    -webkit-text-decoration-color: #EE2A59;
    text-decoration-color: #EE2A59;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: top;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

strong, b {
    font-weight: 700;
}

strong a, b a {
    font-weight: 700;
}

i {
    font-style: normal;
}

.row1920 {
    width: 1920px;
    max-width: 100%;
    position: relative;
    margin: 0 auto;
}

.row1525 {
    width: 1525px;
    max-width: 96%;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 550px) {
    .row1525 {
        max-width: 91%;
    }
}

.row1400 {
    width: 1400px;
    max-width: 94%;
    margin: 0 auto;
}

@media (max-width: 550px) {
    .row1400 {
        max-width: 91%;
    }
}

.row1280 {
    width: 1280px;
    max-width: 94%;
    margin: 0 auto;
}

@media (max-width: 550px) {
    .row1280 {
        max-width: 91%;
    }
}

.row1190 {
    width: 1160px;
    max-width: 94%;
    margin: 0 auto;
}

@media (max-width: 550px) {
    .row1190 {
        max-width: 91%;
    }
}

.row925 {
    width: 925px;
    max-width: 94%;
    margin: 0 auto;
}

@media (max-width: 550px) {
    .row925 {
        max-width: 91%;
    }
}

.row800 {
    width: 800px;
    max-width: 94%;
    margin: 0 auto;
}

@media (max-width: 550px) {
    .row800 {
        max-width: 91%;
    }
}

.link {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #161515;
    border-bottom: 1px solid #161515;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    position: relative;
}

.link:before {
    content: "";
    position: absolute;
    width: 0%;
    left: 0;
    bottom: -3px;
    height: 2px;
    background: #ee2a59;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.link:active:before, .link:hover:before {
    width: 100%;
}

.link:active {
    color: #EE2A59;
}

.link:disabled {
    color: #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}

.button-pink {
    position: relative;
    padding: 17px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    font-family: "Inter";
    color: #FFFFFF;
    background: #EE2A59;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    overflow: hidden;
    border: none;
}

.button-pink:active {
    background: #161515;
}

.button-pink:after {
    position: absolute;
    content: "";
    background: #FF3D6B;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.button-pink:hover {
    text-decoration: none;
}

.button-pink:hover:after {
    left: 0;
}

.button-pink:disabled {
    background: #EBEBEB;
    color: #C4C4C4;
}

.button-pink svg {
    position: relative;
    z-index: 3;
}

.button-white {
    padding: 16px 20px;
    font-weight: 500;
    font-family: "Inter";
    font-size: 14px;
    line-height: 1;
    color: #161515;
    background: #FFFFFF;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.button-white:active {
    background: #161515;
}

.button-white:after {
    position: absolute;
    content: "";
    background: #FF3D6B;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.button-white:hover {
    text-decoration: none;
    color: #fff;
}

.button-white:hover:after {
    left: 0;
}

.button-white:disabled {
    background: #EBEBEB;
    color: #C4C4C4;
}

.button-transparent {
    padding: 11.5px 18px;
    border: 2px solid #161515;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    font-family: "Inter";
    color: #161515;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.button-transparent .text_button {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.button-transparent:hover, .button-transparent:active {
    text-decoration: none;
    color: #EE2A59;
    border: 2px solid #EE2A59;
}

.button-transparent:hover .text_button, .button-transparent:active .text_button {
    color: #FF3D6B !important;
}

.button-transparent:disabled {
    color: #C4C4C4;
    border: 2px solid #EBEBEB;
}

.center {
    text-align: center;
}

.wys ul {
    list-style: none;
    padding-left: 20px;
}

.wys ul li {
    list-style: disc;
    padding-bottom: 20px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

@media (max-width: 576px) {
    .wys ul li {
        font-size: 16px;
        line-height: 1.62;
    }
}

.wys ol {
    list-style: auto;
    padding-left: 20px;
}

.wys ol li {
    padding-bottom: 20px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

@media (max-width: 576px) {
    .wys ol li {
        font-size: 16px;
        line-height: 1.62;
    }
}

.wys p {
    padding-bottom: 10px;
}

.wys p:last-child {
    padding-bottom: 0;
}

/* ==========================================================================
slider
========================================================================== */
.firms-list {
    padding: 41px 0;
}

.title_h2 {
    font-size: 38px;
    line-height: 1.26;
}

@media (max-width: 576px) {
    .title_h2 {
        font-size: 30px;
        line-height: 1.33;
    }
}

.title_h3 {
    padding-bottom: 30px;
    font-size: 24px;
    line-height: 1.42;
    font-weight: 600;
}

@media (max-width: 576px) {
    .title_h3 {
        padding-bottom: 20px;
        font-size: 24px;
        line-height: 1.42;
    }
}

.swiper-button-next {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.swiper-button-next:after {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    content: url("../img/next-rew.svg");
}

.swiper-button-next:hover:after {
    content: url("../img/next-rew-black-hover.svg");
}

.swiper-button-next:active:after {
    content: url("../img/next-rew-pink.svg");
}

.swiper-button-next:disabled:after {
    content: url("../img/next-rew-dis.svg");
}

.swiper-button-prev {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.swiper-button-prev:after {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    content: url("../img/prev-rew.svg");
}

.swiper-button-prev:hover:after {
    content: url("../img/prev-rew-black-hover.svg");
}

.swiper-button-prev:active:after {
    content: url("../img/prev-rew-pink.svg");
}

.swiper-button-prev:disabled:after {
    content: url("../img/prev-rew-dis.svg");
}

.swiper-button-next, .swiper-button-prev {
    border: 2px solid #EBEBEB;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    border: 2px solid #161515;
}

.swiper-button-next:active, .swiper-button-prev:active {
    border: 2px solid #EE2A59;
    background: transparent;
}

.swiper-button-next:disabled, .swiper-button-prev:disabled {
    border: 2px solid #EBEBEB;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    background: #f7f7f7 !important;
}

.hidden {
    overflow: hidden;
}

.reach-out-section {
    overflow: hidden;
}

.reach-out-section .flex-wrapper {
    position: relative;
}

.reach-out-section .flex-wrapper .left-content .wpcf7 .wpcf7-response-output {
    display: none !important;
}

.reach_out_form .wpcf7-response-output {
    display: none;
}

.reach_out_form .thank_you {
    display: none;
    border: 2px solid #f5f5f5;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 101%;
    height: 101%;
    margin-left: -1px;
    text-align: center;
    background: #ffffff;
    z-index: 5;
}

@media (max-width: 576px) {
    .reach_out_form .thank_you {
        -webkit-border-radius: 22px;
        border-radius: 22px;
    }
}

.reach_out_form .thank_you .text_button_wrapper {
    margin: 0 auto;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reach_out_form .thank_you img {
    margin-bottom: 45px;
    width: 64px;
    height: 74px;
}

@media (max-width: 576px) {
    .reach_out_form .thank_you img {
        margin-bottom: 20px;
        width: 38px;
        height: 38px;
    }
}

.reach_out_form .thank_you .title_h2 {
    color: #161515;
    max-width: 645px;
    width: 100%;
    margin: 0 auto 10px auto;
}

@media (max-width: 576px) {
    .reach_out_form .thank_you .title_h2 {
        max-width: 342px;
        margin: 0 auto 20px auto;
    }
}

.reach_out_form .thank_you p {
    max-width: 645px;
    width: 100%;
    margin: 0 auto 47px auto;
}

@media (max-width: 576px) {
    .reach_out_form .thank_you p {
        max-width: 304px;
        margin: 0 auto 20px auto;
    }
}

.reach_out_form .thank_you .button-pink {
    display: inline-block;
    max-width: 323px;
    width: 100%;
}

.wpcf7 .wpcf7-form.sent .thank_you {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.wpcf7 .sent-2 .thank_you {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.add_comment .comment-form-url {
    max-width: 100% !important;
}

.add_comment #respond {
    position: relative;
}

.add_comment small {
    position: absolute;
    top: 7px;
    right: 0;
}

@media (max-width: 425px) {
    .add_comment small {
        top: -25px;
    }
}

.add_comment small #cancel-comment-reply-link {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

@media (max-width: 425px) {
    .add_comment small #cancel-comment-reply-link {
        font-size: 14px;
    }
}

.add_comment .comment-form-cookies-consent {
    max-width: 100% !important;
}

.cky-revisit-bottom-left:hover::before, .cky-revisit-bottom-left:hover::after {
    display: none !important;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label {
    margin-left: 29px;
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

input[type=checkbox] + label:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: -27px;
    background: #EBEBEB;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

input:checked + label {
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

input:checked + label:after {
    content: url("../img/checkbox.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: -27px;
    background: #EE2A59;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.reviews_section .swiper .swiper_title {
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.reviews_section .swiper .swiper_text {
    height: 109px;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1199px) {
    .reviews_section .swiper .swiper_text {
        height: 103px;
    }
}

.reviews_section .swiper .swiper_text:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    content: "";
    height: 33px;
    width: 100%;
    z-index: 2;
    right: 0;
}

.cases_section .swiper .title-item {
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.cases_section .swiper .description_preview {
    height: 50px;
    overflow: hidden;
    position: relative;
}

.cases_section .swiper .description_preview:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    content: "";
    height: 29px;
    width: 100%;
    z-index: 2;
    right: 0;
}

.text_button {
    position: relative;
    z-index: 5;
}

@media (max-width: 576px) {
    .btn {
        max-width: 100% !important;
    }
}

.btn:hover {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.submit_button {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.submit_button:before {
    position: absolute;
    content: "";
    background: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 2;
}

.submit_button:after {
    position: absolute;
    content: "";
    background: #FF3D6B;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 4;
}

.submit_button input[type=submit] {
    position: relative;
    z-index: 6;
    overflow: hidden;
}

.submit_button:hover:after {
    left: 0;
}

.submit_button {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.submit_button:before {
    position: absolute;
    content: "";
    background: #EE2A59;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 2;
}

.submit_button:after {
    position: absolute;
    content: "";
    background: #FF3D6B;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 4;
}

.submit_button:hover:after {
    left: 0;
}

.submit_button_pink {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.submit_button_pink:before {
    position: absolute;
    content: "";
    background: #EE2A59;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 2;
}

.submit_button_pink:after {
    position: absolute;
    content: "";
    background: #FF3D6B;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 4;
}

.submit_button_pink input[type=submit] {
    position: relative;
    z-index: 6;
    overflow: hidden;
    background: transparent !important;
}

.submit_button_pink input[type=submit]:focus {
    border: none !important;
}

.submit_button_pink:hover:after {
    left: 0;
}

.comment-reply-link {
    color: #161515;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

.comment-reply-link:hover {
    background-position: 0 100%;
}

h2 + ol {
    margin-top: 0 !important;
}

h2 + ul {
    margin-top: 0 !important;
}

h3 + ol {
    margin-top: 0 !important;
}

h3 + ul {
    margin-top: 0 !important;
}

.wp-block-embed iframe {
    width: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    min-height: 363px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: none !important;
}

img.alignleft {
    margin-bottom: 30px;
}

.get-cheklist-agrarniy, .get-marketing-kit-for-it, .get-cheklist-for-im-form-2, .get-cheklist-site-translate, .get-competitor-advertising {
    background: #F7F7F7;
    text-align: center;
    padding: 20px 40px 0 40px;
    margin-bottom: 2em;
    overflow: hidden;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 678px) {
    .get-cheklist-agrarniy, .get-marketing-kit-for-it, .get-cheklist-for-im-form-2, .get-cheklist-site-translate, .get-competitor-advertising {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .get-cheklist-agrarniy, .get-marketing-kit-for-it, .get-cheklist-for-im-form-2, .get-cheklist-site-translate, .get-competitor-advertising {
        padding-bottom: 0;
    }
}

.get-cheklist-agrarniy .wrapper, .get-marketing-kit-for-it .wrapper, .get-cheklist-for-im-form-2 .wrapper, .get-cheklist-site-translate .wrapper, .get-competitor-advertising .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .get-cheklist-agrarniy .wrapper, .get-marketing-kit-for-it .wrapper, .get-cheklist-for-im-form-2 .wrapper, .get-cheklist-site-translate .wrapper, .get-competitor-advertising .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.get-cheklist-agrarniy .wrapper .left-content, .get-marketing-kit-for-it .wrapper .left-content, .get-cheklist-for-im-form-2 .wrapper .left-content, .get-cheklist-site-translate .wrapper .left-content, .get-competitor-advertising .wrapper .left-content {
    max-width: 345px;
    width: 100%;
    margin-right: 30px;
    text-align: left;
}

@media (max-width: 576px) {
    .get-cheklist-agrarniy .wrapper .left-content, .get-marketing-kit-for-it .wrapper .left-content, .get-cheklist-for-im-form-2 .wrapper .left-content, .get-cheklist-site-translate .wrapper .left-content, .get-competitor-advertising .wrapper .left-content {
        margin-right: 0;
        margin-bottom: 30px;
        max-width: 100%;
    }
}

.get-cheklist-agrarniy .wrapper img, .get-marketing-kit-for-it .wrapper img, .get-cheklist-for-im-form-2 .wrapper img, .get-cheklist-site-translate .wrapper img, .get-competitor-advertising .wrapper img {
    max-width: 302px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

@media (max-width: 678px) {
    .get-cheklist-agrarniy .wrapper img, .get-marketing-kit-for-it .wrapper img, .get-cheklist-for-im-form-2 .wrapper img, .get-cheklist-site-translate .wrapper img, .get-competitor-advertising .wrapper img {
        margin-bottom: -20px;
    }
}

@media (max-width: 576px) {
    .get-cheklist-agrarniy .wrapper img, .get-marketing-kit-for-it .wrapper img, .get-cheklist-for-im-form-2 .wrapper img, .get-cheklist-site-translate .wrapper img, .get-competitor-advertising .wrapper img {
        margin-bottom: 0;
        max-width: 250px;
    }
}

.get-cheklist-agrarniy .i-text, .get-marketing-kit-for-it .i-text, .get-cheklist-for-im-form-2 .i-text, .get-cheklist-site-translate .i-text, .get-competitor-advertising .i-text {
    margin-bottom: 50px;
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.42;
    word-break: break-word;
}

.get-cheklist-agrarniy .i-text strong, .get-marketing-kit-for-it .i-text strong, .get-cheklist-for-im-form-2 .i-text strong, .get-cheklist-site-translate .i-text strong, .get-competitor-advertising .i-text strong {
    word-break: break-word;
    font-weight: 700;
}

@media (max-width: 576px) {
    .get-cheklist-agrarniy .i-text, .get-marketing-kit-for-it .i-text, .get-cheklist-for-im-form-2 .i-text, .get-cheklist-site-translate .i-text, .get-competitor-advertising .i-text {
        margin-bottom: 30px;
        font-size: 22px;
    }
}

.get-cheklist-agrarniy .i-text .red, .get-marketing-kit-for-it .i-text .red, .get-cheklist-for-im-form-2 .i-text .red, .get-cheklist-site-translate .i-text .red, .get-competitor-advertising .i-text .red {
    color: #EE2A59;
}

.get-cheklist-agrarniy button, .get-cheklist-agrarniy a.button-pink, .get-marketing-kit-for-it button, .get-marketing-kit-for-it a.button-pink, .get-cheklist-for-im-form-2 button, .get-cheklist-for-im-form-2 a.button-pink, .get-cheklist-site-translate button, .get-cheklist-site-translate a.button-pink, .get-competitor-advertising button, .get-competitor-advertising a.button-pink {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    max-width: 245px;
    width: 100%;
}

.get-cheklist-agrarniy a.button-pink, .get-marketing-kit-for-it a.button-pink, .get-cheklist-for-im-form-2 a.button-pink, .get-cheklist-site-translate a.button-pink, .get-competitor-advertising a.button-pink {
    display: inline-block;
}

.get-cheklist-agrarniy a.button-pink .text_button, .get-marketing-kit-for-it a.button-pink .text_button, .get-cheklist-for-im-form-2 a.button-pink .text_button, .get-cheklist-site-translate a.button-pink .text_button, .get-competitor-advertising a.button-pink .text_button {
    color: #FFFFFF !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

.get-cheklist-agrarniy a.button-pink:hover, .get-marketing-kit-for-it a.button-pink:hover, .get-cheklist-for-im-form-2 a.button-pink:hover, .get-cheklist-site-translate a.button-pink:hover, .get-competitor-advertising a.button-pink:hover {
    text-decoration: none !important;
}

.fancybox__container .fancybox__content {
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .fancybox__container .fancybox__content {
        padding: 50px 20px 20px 20px;
    }
}

.fancybox__container .fancybox__content .h2 {
    max-width: 945px;
    width: 100%;
    margin: 0 auto 31px auto;
    text-align: center;
    font-size: 35px;
    line-height: 1.56;
    color: #161515;
}

@media (max-width: 1024px) {
    .fancybox__container .fancybox__content .h2 {
        font-size: 30px;
        margin-bottom: 26px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .fancybox__container .fancybox__content .h2 {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .fancybox__container .fancybox__content .h2 {
        font-size: 20px;
        text-align: left;
    }
}

.fancybox__container .fancybox__content .modal-body {
    max-width: 945px;
    width: 100%;
    margin: 0 auto;
}

.fancybox__container .fancybox__content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fancybox__container .fancybox__content .row .m-b-3 {
    width: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
}

.fancybox__container .fancybox__content .row .m-b-3:nth-child(odd) {
    margin-right: 30px;
}

@media (max-width: 1180px) {
    .fancybox__container .fancybox__content .row .m-b-3 {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .fancybox__container .fancybox__content .row .m-b-3:nth-child(odd) {
        margin-right: 0;
    }
}

.fancybox__container .fancybox__content .placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.fancybox__container .fancybox__content .inputbox {
    width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 0;
}

@media (max-width: 1180px) {
    .fancybox__container .fancybox__content .inputbox {
        max-width: 100%;
    }
}

@media (max-width: 825px) {
    .fancybox__container .fancybox__content .inputbox {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.fancybox__container .fancybox__content input:focus-visible, .fancybox__container .fancybox__content input:focus {
    outline: none;
}

.fancybox__container .fancybox__content span {
    display: block;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.fancybox__container .fancybox__content input[type=text], .fancybox__container .fancybox__content input[type=email], .fancybox__container .fancybox__content input[type=tel], .fancybox__container .fancybox__content input[type=url] {
    margin-top: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
    height: 34px;
    padding-left: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid #161515;
}

@media (max-width: 825px) {
    .fancybox__container .fancybox__content input[type=text], .fancybox__container .fancybox__content input[type=email], .fancybox__container .fancybox__content input[type=tel], .fancybox__container .fancybox__content input[type=url] {
        width: 100%;
    }
}

.fancybox__container .fancybox__content input[type=text]:focus::-webkit-input-placeholder, .fancybox__container .fancybox__content input[type=url]:focus::-webkit-input-placeholder, .fancybox__container .fancybox__content input[type=tel]:focus::-webkit-input-placeholder, .fancybox__container .fancybox__content input[type=email]:focus::-webkit-input-placeholder, .fancybox__container .fancybox__content input[type=url]:focus::-webkit-input-placeholder, .fancybox__container .fancybox__content textarea:focus::-webkit-input-placeholder {
    color: #EE2A59;
}

.fancybox__container .btn {
    display: block;
    max-width: 444px;
    width: 100%;
    margin-top: 23px;
}

@media (max-width: 1180px) {
    .fancybox__container .btn {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .fancybox__container .btn {
        margin-top: 0;
    }
}

.fancybox__container .text_button {
    color: #FFFFFF !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

#get-checklist-agrarniy .inputbox, #get-marketing-kit-for-it-outsource-content .inputbox, #popup-get-checklist-for-im .inputbox, #get-checklist-site-translate .inputbox, #get-competitor-advertising .inputbox {
    max-width: 100%;
}

#get-checklist-agrarniy .ico, #get-marketing-kit-for-it-outsource-content .ico, #popup-get-checklist-for-im .ico, #get-checklist-site-translate .ico, #get-competitor-advertising .ico {
    display: none;
}

#get-checklist-agrarniy input[type=text], #get-checklist-agrarniy input[type=url], #get-marketing-kit-for-it-outsource-content input[type=text], #get-marketing-kit-for-it-outsource-content input[type=url], #popup-get-checklist-for-im input[type=text], #popup-get-checklist-for-im input[type=url], #get-checklist-site-translate input[type=text], #get-checklist-site-translate input[type=url], #get-competitor-advertising input[type=text], #get-competitor-advertising input[type=url] {
    max-width: 100%;
}

#get-checklist-agrarniy .btn, #get-marketing-kit-for-it-outsource-content .btn, #popup-get-checklist-for-im .btn, #get-checklist-site-translate .btn, #get-competitor-advertising .btn {
    max-width: 100%;
}

#get-marketing-kit-for-it-outsource-content .h2 {
    max-width: 830px;
}

@media (max-width: 768px) {
    #get-marketing-kit-for-it-outsource-content .h2 {
        max-width: 100%;
    }
}

form .labels-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 19px 30px;
    margin-bottom: 13px;
}

form label {
    width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

@media (max-width: 1240px) {
    form label {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

form input[type=url] {
    max-width: 385px;
    width: 100%;
    border: 1px solid transparent;
    color: #222;
    height: 54px;
    padding: 0 5px 0 10px;
    font-family: "Inter", sans-serif;
    background: #f7f7f7;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 1240px) {
    form input[type=url] {
        max-width: 100%;
    }
}

form input[type=text]:focus::-webkit-input-placeholder, form input[type=url]:focus::-webkit-input-placeholder, form input[type=tel]:focus::-webkit-input-placeholder, form input[type=email]:focus::-webkit-input-placeholder, form input[type=url]:focus::-webkit-input-placeholder, form textarea:focus::-webkit-input-placeholder {
    color: #EE2A59;
}

form .submit_button_pink {
    margin-top: 41px;
    max-width: 100%;
    width: 100%;
}

form input[type=submit] {
    display: inline-block;
    background: transparent;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    max-width: 323px;
    width: 100%;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    cursor: pointer;
}

@media (max-width: 576px) {
    form input[type=submit] {
        max-width: 100% !important;
    }
}

form .wpcf7-not-valid-tip {
    border: 1px solid #EE2A59 !important;
    text-align: left !important;
    padding-left: 22px !important;
    -webkit-border-radius: 9px !important;
    border-radius: 9px !important;
    color: #EE2A59 !important;
    font-family: "Inter", sans-serif;
    height: 54px;
    font-weight: 400;
    font-size: 16px;
    line-height: 3.3;
}

.wpcf7 .wpcf7-response-output {
    margin: 20px auto 0 0;
    max-width: 100%;
    border: 1px solid #EE2A59;
    text-align: left;
    padding-left: 22px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #EE2A59;
    font-family: "Inter", sans-serif;
    background: #f7f7f7;
}

.reach-out-section {
    margin: -148px 0 120px 0;
    border-top: 148px solid transparent;
}

@media (max-width: 1024px) {
    .reach-out-section {
        margin: -100px 0 100px 0;
        border-top: 100px solid transparent;
    }
}

@media (max-width: 768px) {
    .reach-out-section {
        margin-top: -70px;
        margin-bottom: 50px;
        border-top: 70px solid transparent;
    }
}

.reach-out-section .flex-wrapper {
    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;
}

@media (max-width: 1024px) {
    .reach-out-section .flex-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .reach-out-section .flex-wrapper {
        display: none;
    }
}

.reach-out-section .flex-wrapper .left-content {
    max-width: 802px;
    width: 100%;
    margin-left: 50px;
}

@media (max-width: 1240px) {
    .reach-out-section .flex-wrapper .left-content {
        max-width: 700px;
    }
}

@media (max-width: 1140px) {
    .reach-out-section .flex-wrapper .left-content {
        max-width: 500px;
    }
}

@media (max-width: 1024px) {
    .reach-out-section .flex-wrapper .left-content {
        margin-left: 0;
        max-width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .reach-out-section .flex-wrapper .left-content {
        margin-bottom: 0;
    }
}

.reach-out-section .flex-wrapper .left-content h2 {
    padding-bottom: 14px;
    font-size: 48px;
}

@media (max-width: 576px) {
    .reach-out-section .flex-wrapper .left-content h2 {
        font-size: 30px;
        line-height: 1.33;
        padding-bottom: 34px;
        max-width: 170px;
        width: 100%;
    }
}

.reach-out-section .flex-wrapper .left-content p {
    font-weight: 400;
    line-height: 1.56;
    padding-bottom: 32px;
}

.reach-out-section .flex-wrapper .left-content form .labels-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px 30px;
    margin-bottom: 35px;
}

.reach-out-section .flex-wrapper .left-content form label {
    width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

@media (max-width: 1240px) {
    .reach-out-section .flex-wrapper .left-content form label {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.reach-out-section .flex-wrapper .left-content form .placeholder-top {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.reach-out-section .flex-wrapper .left-content form .placeholder {
    position: absolute;
    top: 21px;
    left: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 16px;
}

.reach-out-section .flex-wrapper .left-content form .placeholder-top .placeholder {
    top: 0;
    color: #C4C4C4;
    font-size: 14px;
}

.reach-out-section .flex-wrapper .left-content form .placeholder-top .error-field-msg {
    top: 53px;
}

.reach-out-section .flex-wrapper .left-content form .textarea-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.reach-out-section .flex-wrapper .left-content form input[type=submit] {
    margin-top: 0;
    border-bottom: none;
}

.reach-out-section .flex-wrapper .left-content form input, .reach-out-section .flex-wrapper .left-content form input[type=url] {
    max-width: 385px;
    width: 100%;
    border: 1px solid transparent;
    color: #222;
    padding-right: 5px !important;
    padding-left: 0 !important;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    height: 34px;
    background: transparent;
    border-bottom: 1px solid #161515;
}

@media (max-width: 1240px) {
    .reach-out-section .flex-wrapper .left-content form input, .reach-out-section .flex-wrapper .left-content form input[type=url] {
        max-width: 100%;
    }
}

.reach-out-section .flex-wrapper .left-content form input[type=text]:focus::-webkit-input-placeholder, .reach-out-section .flex-wrapper .left-content form input[type=url]:focus::-webkit-input-placeholder, .reach-out-section .flex-wrapper .left-content form input[type=tel]:focus::-webkit-input-placeholder, .reach-out-section .flex-wrapper .left-content form input[type=email]:focus::-webkit-input-placeholder, .reach-out-section .flex-wrapper .left-content form input[type=url]:focus::-webkit-input-placeholder, .reach-out-section .flex-wrapper .left-content form textarea:focus::-webkit-input-placeholder {
    color: #EE2A59;
}

.reach-out-section .flex-wrapper .left-content form .submit_button_pink {
    margin-top: 40px;
    max-width: 385px;
    width: 100%;
}

.reach-out-section .flex-wrapper .left-content form input[type=submit] {
    display: inline-block;
    background: transparent;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    max-width: 385px;
    width: 100%;
    height: 50px;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    cursor: pointer;
}

@media (max-width: 576px) {
    .reach-out-section .flex-wrapper .left-content form input[type=submit] {
        max-width: 100% !important;
    }
}

.reach-out-section .flex-wrapper .left-content form .wpcf7-not-valid-tip {
    border: 1px solid #EE2A59 !important;
    text-align: left !important;
    padding-left: 22px !important;
    -webkit-border-radius: 9px !important;
    border-radius: 9px !important;
    color: #EE2A59 !important;
    font-family: "Inter", sans-serif;
    height: 54px;
    font-weight: 400;
    font-size: 16px;
    line-height: 3.3;
}

.reach-out-section .flex-wrapper .left-content .wpcf7 .wpcf7-response-output {
    margin: 20px auto 0 0;
    max-width: 100%;
    border: 1px solid #EE2A59;
    text-align: left;
    padding-left: 22px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #EE2A59;
    font-family: "Inter", sans-serif;
    background: #f7f7f7;
}

.reach-out-section .flex-wrapper .left-content textarea {
    padding: 0;
}

.reach-out-section .flex-wrapper .right-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 2px solid #E0E0E0;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    height: 614px;
}

@media (max-width: 1024px) {
    .reach-out-section .flex-wrapper .right-content {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media (max-width: 576px) {
    .reach-out-section .flex-wrapper .right-content {
        display: none;
    }
}

.reach-out-section .flex-wrapper .right-content .card-person {
    text-align: center;
    padding: 71px 0px 20px 0px;
}

@media (max-width: 1240px) {
    .reach-out-section .flex-wrapper .right-content .card-person {
        padding: 20px 0;
    }
}

.reach-out-section .flex-wrapper .right-content .card-person .pers-photo {
    max-width: 240px;
    position: relative;
    margin: 0 auto 46px auto;
    -webkit-border-radius: 500px;
    border-radius: 500px;
}

.reach-out-section .flex-wrapper .right-content .card-person .pers-photo img {
    max-width: 240px;
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 500px;
    border-radius: 500px;
}

.reach-out-section .flex-wrapper .right-content .card-person .wys-name span {
    display: block;
}

.reach-out-section .flex-wrapper .right-content .card-person .wys-name .fullname {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.97;
    color: #161515;
}

.reach-out-section .flex-wrapper .right-content .card-person .wys-name .skill {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #EE2A59;
    margin-bottom: 62px;
}

@media (max-width: 1024px) {
    .reach-out-section .flex-wrapper .right-content .card-person .wys-name .skill {
        margin-bottom: 20px;
    }
}

.reach-out-section .flex-wrapper .right-content .card-person .wys-text {
    padding-top: 24px;
    border-top: 2px solid #E0E0E0;
}

.reach-out-section .flex-wrapper .right-content .card-person .wys-text p {
    max-width: 234px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    text-align: center;
    color: #161515;
}

.reach-out-section .flex-wrapper .js-form-submit .error-field-msg {
    background: transparent;
    border: none;
    padding: 0;
    height: auto;
    top: 40px;
    width: auto;
}

.reach-out-section .contact_form_popup {
    display: none;
}

@media (max-width: 576px) {
    .reach-out-section .contact_form_popup {
        display: block;
    }

    .reach-out-section .contact_form_popup .text_form {
        margin-bottom: 29px;
    }

    .reach-out-section .contact_form_popup .text_form .h2 {
        font-weight: 600;
        max-width: 179px;
        width: 100%;
        padding-bottom: 21px;
    }

    .reach-out-section .contact_form_popup .text_form p {
        max-width: 317px;
        width: 100%;
    }

    .reach-out-section .contact_form_popup a {
        display: block;
        max-width: 100%;
    }
}

@media (max-width: 576px) and (max-width: 576px) {
    .reach-out-section .contact_form_popup a {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .reach-out-section .contact_form_popup a span {
        position: relative;
        z-index: 2;
    }
}

#backButton {
    cursor: pointer;
}

.wp-caption {
    padding-top: 0 !important;
    margin: 26px 0 !important;
}

.wp-caption img {
    margin-top: 0 !important;
}

.cky-consent-container {
    width: 100% !important;
    max-width: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    height: 70%;
    background: linear-gradient(0deg, rgba(22, 21, 21, 0.8) 0%, rgba(124, 118, 118, 0) 100%);
}

@media (max-width: 576px) {
    .cky-consent-container {
        max-width: 100%;
        background: transparent;
    }
}

.cky-consent-container .cky-consent-bar {
    max-width: 1161px;
    width: 96%;
    margin: 0 auto 80px auto;
    max-width: 1161px;
    background-color: #363636 !important;
    border-color: #363636 !important;
    -webkit-border-radius: 16px !important;
    border-radius: 16px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 34px 44px 44px 44px !important;
}

@media (max-width: 576px) {
    .cky-consent-container .cky-consent-bar {
        margin: 0 auto;
        width: 100%;
        -webkit-border-radius: 16px 16px 0 0 !important;
        border-radius: 16px 16px 0 0 !important;
        text-align: center;
        padding: 25px 31px !important;
    }
}

@media (max-width: 360px) {
    .cky-consent-container .cky-consent-bar {
        padding: 25px 30px !important;
    }
}

.cky-consent-container .cky-consent-bar p {
    max-width: 866px;
    width: 100%;
}

@media (max-width: 768px) {
    .cky-consent-container .cky-consent-bar p {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .cky-consent-container .cky-consent-bar p {
        max-width: 400px;
        margin: 0 auto;
    }
}

.cky-consent-container .cky-consent-bar p, .cky-consent-container .cky-consent-bar a {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.63;
}

@media (max-width: 330px) {
    .cky-consent-container .cky-consent-bar p, .cky-consent-container .cky-consent-bar a {
        font-size: 15px;
    }
}

.cky-consent-container .cky-consent-bar a {
    color: #ffffff !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.cky-consent-container .cky-consent-bar a:hover {
    -webkit-text-decoration-color: #EE2A59;
    text-decoration-color: #EE2A59;
}

.cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
    padding: 0 !important;
    flex-direction: column-reverse;
    margin-left: 50px;
}

@media (max-width: 800px) {
    .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
        flex-direction: column-reverse;
    }
}

@media (max-width: 576px) {
    .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
        margin-top: 30px;
    }
}

@media (max-width: 440px) {
    .cky-consent-container .cky-consent-bar .cky-notice-btn-wrapper {
        margin-left: 0;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.cky-consent-container .cky-consent-bar .cky-notice-des {
    padding: 0 !important;
}

@media (max-width: 440px) {
    .cky-consent-container .cky-consent-bar .cky-btn {
        margin-top: 0;
    }
}

.cky-consent-container .cky-consent-bar .cky-btn-reject {
    margin-right: 0;
    max-width: 177px;
    min-width: 177px;
    padding: 6px 12px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #848484 !important;
    border-color: #848484 !important;
}

@media (max-width: 800px) {
    .cky-consent-container .cky-consent-bar .cky-btn-reject {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .cky-consent-container .cky-consent-bar .cky-btn-reject {
        max-width: max-content;
    }
}

@media (max-width: 440px) {
    .cky-consent-container .cky-consent-bar .cky-btn-reject {
        margin-right: 30px;
        padding: 8px 12px;
        max-width: 150px;
        min-width: unset;
        margin-bottom: 0;
    }
}

.cky-consent-container .cky-consent-bar .cky-btn-reject:hover {
    border-color: #FF3D6B !important;
    color: #FF3D6B !important;
    opacity: 1;
}

.cky-consent-container .cky-consent-bar .cky-btn-customize {
    margin-right: 0;
    max-width: 177px;
    min-width: 177px;
    padding: 6px 12px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 800px) {
    .cky-consent-container .cky-consent-bar .cky-btn-customize {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .cky-consent-container .cky-consent-bar .cky-btn-customize {
        max-width: max-content;
    }
}

@media (max-width: 440px) {
    .cky-consent-container .cky-consent-bar .cky-btn-customize {
        margin-right: 30px;
        padding: 8px 12px;
        max-width: 150px;
        min-width: unset;
        margin-bottom: 0;
    }
}

.cky-consent-container .cky-consent-bar .cky-btn-customize:hover {
    border-color: #FF3D6B !important;
    color: #FF3D6B !important;
    opacity: 1;
}


.cky-consent-container .cky-consent-bar .cky-btn-accept {
    margin-bottom: 10px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    max-width: 177px;
    min-width: 177px;
    padding: 8px 15px;
    width: 100%;
    line-height: 20px !important;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 768px) {
    .cky-consent-container .cky-consent-bar .cky-btn-accept {
        max-width: max-content;
    }
}

@media (max-width: 440px) {
    .cky-consent-container .cky-consent-bar .cky-btn-accept {
        margin-bottom: 0;
        min-width: unset;
        padding: 8px 12px;
        max-width: 150px;
    }
}

.cky-consent-container .cky-consent-bar .cky-btn-accept:hover {
    background-color: #FF3D6B !important;
    border-color: #FF3D6B !important;
    opacity: 1 !important;
}

.cky-btn-revisit-wrapper {
    width: 50px !important;
    height: 50px !important;
    cursor: pointer;
}

.cky-btn-revisit {
    position: relative;
}

.cky-btn-revisit img {
    display: none;
}

.cky-btn-revisit:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    content: url('data:image/svg+xml,<svg width="31" height="30" viewBox="0 0 31 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M27.0473 17.9445C25.8834 17.5056 24.9969 16.5285 24.6759 15.3309C24.4168 14.3641 24.5407 13.3482 25.0246 12.4699C25.2581 12.0461 25.234 11.5271 24.9625 11.1267C24.6908 10.7262 24.2182 10.5118 23.7374 10.572C23.5773 10.592 23.4143 10.6023 23.2528 10.6023C22.2217 10.6023 21.2529 10.2013 20.5245 9.473C19.6765 8.62489 19.2759 7.45385 19.4254 6.25997C19.4855 5.77987 19.2712 5.3067 18.8707 5.03506C18.4702 4.76347 17.9513 4.7395 17.5275 4.97301C16.6595 5.45113 15.627 5.579 14.6667 5.32165C13.469 5.00069 12.4918 4.11426 12.0529 2.95027C11.8199 2.33261 11.1571 1.99114 10.5194 2.16038C8.11607 2.79675 5.91208 4.06679 4.14567 5.83319C1.4724 8.50677 0 12.0615 0 15.8425C0 19.6234 1.4724 23.1782 4.14591 25.8517C6.81901 28.5249 10.3737 29.9973 14.155 29.9976C14.1554 29.9976 14.1558 29.9976 14.1563 29.9976C17.9366 29.9976 21.4909 28.5252 24.1644 25.8517C25.9307 24.0855 27.2008 21.8815 27.8373 19.478C28.0062 18.8398 27.665 18.1774 27.0473 17.9445ZM7.98695 15.2519C7.74758 15.4912 7.41562 15.6286 7.07672 15.6286C6.73795 15.6286 6.4067 15.4912 6.16656 15.2519C5.9272 15.0117 5.78988 14.6806 5.78988 14.3417C5.78988 14.0037 5.9272 13.6716 6.16656 13.4323C6.40676 13.1921 6.73789 13.0549 7.07672 13.0549C7.41556 13.0549 7.74758 13.1921 7.98695 13.4323C8.22631 13.6716 8.36356 14.0028 8.36356 14.3417C8.3635 14.6805 8.22631 15.0125 7.98695 15.2519ZM11.4185 21.2571C11.1783 21.4965 10.8472 21.6338 10.5083 21.6338C10.1704 21.6338 9.83829 21.4965 9.59893 21.2571C9.35873 21.0177 9.22148 20.6858 9.22148 20.3469C9.22148 20.008 9.35885 19.6769 9.59893 19.4367C9.83829 19.1974 10.1703 19.0601 10.5083 19.0601C10.8472 19.0601 11.1784 19.1974 11.4185 19.4367C11.6579 19.677 11.7952 20.008 11.7952 20.3469C11.795 20.6857 11.6579 21.0177 11.4185 21.2571ZM13.9922 12.6782C13.7529 12.9176 13.4208 13.0549 13.082 13.0549C12.7432 13.0549 12.4112 12.9175 12.1726 12.6782C11.9324 12.4388 11.7952 12.1069 11.7952 11.768C11.7952 11.4291 11.9325 11.098 12.1726 10.8586C12.412 10.6184 12.7431 10.4812 13.082 10.4812C13.4208 10.4812 13.7529 10.6185 13.9922 10.8586C14.2316 11.098 14.3688 11.4291 14.3688 11.768C14.3687 12.1068 14.2315 12.4388 13.9922 12.6782ZM17.4238 23.8308C17.1836 24.0701 16.8524 24.2075 16.5135 24.2075C16.1756 24.2075 15.8435 24.0701 15.6034 23.8308C15.364 23.5914 15.2267 23.2594 15.2267 22.9206C15.2267 22.5817 15.3641 22.2506 15.6034 22.0112C15.8436 21.771 16.1747 21.6338 16.5135 21.6338C16.8524 21.6338 17.1844 21.771 17.4238 22.0112C17.6631 22.2505 17.8004 22.5816 17.8004 22.9206C17.8003 23.2594 17.6631 23.5914 17.4238 23.8308ZM17.4238 17.8255C17.1836 18.0649 16.8524 18.2022 16.5135 18.2022C16.1756 18.2022 15.8435 18.0648 15.6034 17.8255C15.364 17.5861 15.2267 17.2541 15.2267 16.9153C15.2267 16.5764 15.3641 16.2453 15.6034 16.0059C15.8436 15.7657 16.1756 15.6285 16.5135 15.6285C16.8524 15.6285 17.1836 15.7658 17.4238 16.0059C17.6631 16.2453 17.8004 16.5763 17.8004 16.9153C17.8003 17.2542 17.6631 17.5862 17.4238 17.8255Z" fill="white"/><path d="M30.2353 13.115C29.996 12.8756 29.6647 12.7383 29.3259 12.7383C28.9871 12.7383 28.6551 12.8757 28.4157 13.115C28.1764 13.3552 28.0391 13.6862 28.0391 14.0251C28.0391 14.364 28.1764 14.696 28.4157 14.9353C28.6551 15.1747 28.987 15.312 29.3259 15.312C29.6648 15.312 29.996 15.1747 30.2353 14.9353C30.4747 14.696 30.6127 14.364 30.6127 14.0251C30.6127 13.6862 30.4747 13.355 30.2353 13.115Z" fill="white"/><path d="M16.283 0.376619C16.0436 0.137257 15.7116 0 15.3728 0C15.0339 0 14.7018 0.137257 14.4634 0.376619C14.2231 0.615981 14.0859 0.947943 14.0859 1.28684C14.0859 1.62484 14.2232 1.95686 14.4634 2.197C14.7026 2.43636 15.0338 2.57368 15.3728 2.57368C15.7117 2.57368 16.0436 2.43642 16.283 2.197C16.5224 1.9568 16.6596 1.62478 16.6596 1.28684C16.6596 0.948003 16.5224 0.616758 16.283 0.376619Z" fill="white"/><path d="M24.1572 5.84146C23.9188 5.6021 23.5867 5.46484 23.2478 5.46484C22.908 5.46484 22.577 5.6021 22.3376 5.84146C22.0983 6.08082 21.9609 6.41279 21.9609 6.75168C21.9609 7.09052 22.0983 7.42171 22.3376 7.66191C22.577 7.90115 22.9089 8.03852 23.2478 8.03852C23.5867 8.03852 23.9178 7.90115 24.1572 7.66191C24.3974 7.42159 24.5346 7.08962 24.5346 6.75168C24.5346 6.41279 24.3974 6.08076 24.1572 5.84146Z" fill="white"/></svg>');
}

.cky-modal {
    max-width: 922px !important;
    width: 100%;
    -webkit-border-radius: 8px !important;
    border-radius: 8px !important;
    background: #FFF !important;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.05) !important;
}

.cky-modal .cky-preference-center {
    background: #FFF !important;
    color: #161515 !important;
    border-color: transparent !important;
    max-width: 922px;
    width: 100%;
}

.cky-modal .cky-btn-close {
    position: relative;
    top: -35px;
    right: -38px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .cky-modal .cky-btn-close {
        right: -12px;
        top: -25px;
    }
}

@media (max-width: 425px) {
    .cky-modal .cky-btn-close {
        top: -50px;
    }
}

.cky-modal .cky-preference-header {
    padding: 32px 50px 8px 50px;
}

@media (max-width: 768px) {
    .cky-modal .cky-preference-header {
        padding: 32px 25px 8px 25px;
    }
}

.cky-modal .cky-preference-header .cky-preference-title {
    color: #161515 !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.42;
}

@media (max-width: 768px) {
    .cky-modal .cky-preference-header .cky-preference-title {
        font-size: 20px;
    }
}

.cky-modal p {
    padding-bottom: 10px !important;
    color: #161515 !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1.43;
}

.cky-modal .cky-accordion-header-des {
    margin-bottom: 5px !important;
}

.cky-modal .cky-accordion {
    border-top: 1px solid #F7F7F7;
}

.cky-modal .cky-accordion:first-child {
    border-top: none;
}

.cky-modal .cky-accordion-item .cky-accordion-chevron {
    display: none;
}

.cky-modal .cky-accordion-body {
    padding: 0 !important;
}

.cky-modal .cky-always-active {
    color: #27AE60 !important;
    font-weight: 500 !important;
}

.cky-modal .cky-accordion-btn {
    color: #161515 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.56;
    position: relative;
}

.cky-modal .cky-accordion-btn:before {
    position: absolute;
    right: -26px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: url('data:image/svg+xml,<svg width="15" height="9" viewBox="0 0 15 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.706201 2.12056L6.36305 7.77742C6.75358 8.16794 7.38674 8.16794 7.77727 7.77742C8.16779 7.38689 8.16779 6.75373 7.77727 6.36321L2.12041 0.706351C1.72989 0.315826 1.09673 0.315827 0.706201 0.706351C0.315677 1.09688 0.315677 1.73004 0.706201 2.12056Z" fill="%23161515"/><path d="M6.37117 7.77742C6.76169 8.16794 7.39486 8.16794 7.78538 7.77742C8.17591 7.3869 8.17591 6.75373 7.78538 6.36321C7.39486 5.97268 6.76169 5.97268 6.37117 6.36321C5.98065 6.75373 5.98064 7.3869 6.37117 7.77742Z" fill="%23161515"/><path d="M7.78245 7.77254L13.3634 2.19163C13.7539 1.80111 13.7539 1.16794 13.3634 0.777419C12.9728 0.386895 12.3397 0.386894 11.9491 0.777418L6.36823 6.35833C5.97771 6.74885 5.97771 7.38202 6.36823 7.77254C6.75876 8.16307 7.39192 8.16307 7.78245 7.77254Z" fill="%23161515"/></svg>');
}

.cky-modal .cky-preference-body-wrapper {
    padding: 0 49px 35px 49px !important;
}

@media (max-width: 768px) {
    .cky-modal .cky-preference-body-wrapper {
        padding: 0 25px 35px 25px !important;
    }
}

.cky-modal .cky-footer-shadow {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255))) !important;
    background: -o-linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%) !important;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%) !important;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%) !important;
    height: 129px;
    -ms-touch-action: auto;
    touch-action: auto;
    pointer-events: none;
}

.cky-modal .cky-show-desc-btn {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #EE2A59 !important;
}

.cky-modal .cky-footer-wrapper .cky-prefrence-btn-wrapper {
    padding: 13px 50px 30px 49px !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (max-width: 768px) {
    .cky-modal .cky-footer-wrapper .cky-prefrence-btn-wrapper {
        padding: 13px 25px 30px 25px !important;
    }
}

.cky-modal .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    max-width: 396px;
    width: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.43;
}

.cky-modal .cky-footer-wrapper .cky-prefrence-btn-wrapper .cky-btn:hover {
    opacity: 1 !important;
}

.cky-modal .cky-footer-wrapper .cky-prefrence-btn-wrapper + div {
    padding: 14px 23px 15px 23px !important;
    border-top: 1px solid #F7F7F7;
    color: #161515 !important;
    background: #fff !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 1.43 !important;
}

@media (max-width: 768px) {
    .cky-modal .cky-footer-wrapper .cky-prefrence-btn-wrapper + div {
        padding: 14px 25px !important;
    }
}

.cky-modal .cky-footer-wrapper .cky-btn-accept:hover, .cky-modal .cky-footer-wrapper .cky-btn-preferences:hover {
    background-color: #FF3D6B !important;
    border-color: #FF3D6B !important;
}

.cky-modal .cky-footer-wrapper .cky-btn-reject:hover {
    color: #FF3D6B !important;
    border-color: #FF3D6B !important;
}

.single-post .fancybox__content, .single-cases .fancybox__content, .single-services-design .fancybox__content {
    padding: 0 !important;
}

.fancybox__toolbar__items button {
    margin-right: 20px;
}

.fancybox__toolbar__items button:last-child {
    margin-right: 10px;
}

.cky-revisit-bottom-left {
    right: 15px;
    left: auto !important;
}

.lang {
    display: block !important;
}

.first-block-lang {
    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;
}

.line-language .hover_lang {
    display: none;
}

.line-language .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.line-language .lang-div .sub-anchor {
    display: none;
}

@media (max-width: 1140px) {
    .line-language .lang-switcher {
        display: block !important;
    }
}

@media (max-width: 1140px) {
    .line-language .sub-menu .lang-switcher {
        display: block !important;
    }

    .line-language .sub-menu .lang-switcher .hover_lang {
        display: block !important;
    }
}

.line-language .sub-menu .lang-switcher .current_lang {
    display: none;
}

.line-language .sub-menu .lang-switcher a {
    display: block !important;
    padding: 12px 18px;
    border-bottom: 1px solid #EBEBEB !important;
}

.line-language .sub-menu .lang-switcher a.act {
    background: #F7F7F7;
    color: #EE2A59 !important;
}

@media (max-width: 678px) {
    .wp-pagenavi a.nextpostslink {
        content: url('data:image/svg+xml;utf8,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="-1" y="1" width="48" height="48" rx="8" transform="matrix(-1 0 0 1 48 0)" stroke="%23EBEBEB" stroke-width="2"/><path d="M28.5149 33.6768L36.293 25.8987C36.6836 25.5081 36.6836 24.875 36.293 24.4845C35.9025 24.0939 35.2694 24.0939 34.8788 24.4845L27.1007 32.2626C26.7101 32.6531 26.7101 33.2863 27.1007 33.6768C27.4912 34.0674 28.1243 34.0674 28.5149 33.6768Z" fill="%23161515"/><path d="M36.293 25.8984C36.6836 25.5078 36.6836 24.8747 36.293 24.4841C35.9025 24.0936 35.2694 24.0936 34.8788 24.4841C34.4883 24.8747 34.4883 25.5078 34.8788 25.8984C35.2694 26.2889 35.9025 26.2889 36.293 25.8984Z" fill="%23161515"/><path d="M34.5859 24L13.5859 24C13.0337 24 12.5859 24.4477 12.5859 25C12.5859 25.5523 13.0337 26 13.5859 26L34.5859 26C35.1382 26 35.5859 25.5523 35.5859 25C35.5859 24.4477 35.1382 24 34.5859 24Z" fill="%23161515"/><path d="M36.2901 24.4851L28.5119 16.707C28.1214 16.3164 27.4883 16.3164 27.0977 16.707C26.7072 17.0975 26.7072 17.7306 27.0977 18.1212L34.8759 25.8993C35.2664 26.2899 35.8996 26.2899 36.2901 25.8993C36.6806 25.5088 36.6806 24.8757 36.2901 24.4851Z" fill="%23161515"/></svg>');
    }

    .wp-pagenavi a.nextpostslink:hover {
        content: url('data:image/svg+xml;utf8,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="-1" y="1" width="48" height="48" rx="8" transform="matrix(-1 0 0 1 48 0)" stroke="%23161616" stroke-width="2"/><path d="M28.5149 33.6768L36.293 25.8987C36.6836 25.5081 36.6836 24.875 36.293 24.4845C35.9025 24.0939 35.2694 24.0939 34.8788 24.4845L27.1007 32.2626C26.7101 32.6531 26.7101 33.2863 27.1007 33.6768C27.4912 34.0674 28.1243 34.0674 28.5149 33.6768Z" fill="%23161515"/><path d="M36.293 25.8984C36.6836 25.5078 36.6836 24.8747 36.293 24.4841C35.9025 24.0936 35.2694 24.0936 34.8788 24.4841C34.4883 24.8747 34.4883 25.5078 34.8788 25.8984C35.2694 26.2889 35.9025 26.2889 36.293 25.8984Z" fill="%23161515"/><path d="M34.5859 24L13.5859 24C13.0337 24 12.5859 24.4477 12.5859 25C12.5859 25.5523 13.0337 26 13.5859 26L34.5859 26C35.1382 26 35.5859 25.5523 35.5859 25C35.5859 24.4477 35.1382 24 34.5859 24Z" fill="%23161515"/><path d="M36.2901 24.4851L28.5119 16.707C28.1214 16.3164 27.4883 16.3164 27.0977 16.707C26.7072 17.0975 26.7072 17.7306 27.0977 18.1212L34.8759 25.8993C35.2664 26.2899 35.8996 26.2899 36.2901 25.8993C36.6806 25.5088 36.6806 24.8757 36.2901 24.4851Z" fill="%23161515"/></svg>');
    }

    .wp-pagenavi a.previouspostslink {
        content: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="48" height="48" rx="8" stroke="%23EBEBEB" stroke-width="2"/><path d="M21.4851 33.6768L13.707 25.8987C13.3164 25.5081 13.3164 24.875 13.707 24.4845C14.0975 24.0939 14.7306 24.0939 15.1212 24.4845L22.8993 32.2626C23.2899 32.6531 23.2899 33.2863 22.8993 33.6768C22.5088 34.0674 21.8757 34.0674 21.4851 33.6768Z" fill="%23161515"/><path d="M13.707 25.8984C13.3164 25.5078 13.3164 24.8747 13.707 24.4841C14.0975 24.0936 14.7306 24.0936 15.1212 24.4841C15.5117 24.8747 15.5117 25.5078 15.1212 25.8984C14.7306 26.2889 14.0975 26.2889 13.707 25.8984Z" fill="%23161515"/><path d="M15.4141 24L36.4141 24C36.9663 24 37.4141 24.4477 37.4141 25C37.4141 25.5523 36.9663 26 36.4141 26L15.4141 26C14.8618 26 14.4141 25.5523 14.4141 25C14.4141 24.4477 14.8618 24 15.4141 24Z" fill="%23161515"/><path d="M13.7099 24.4851L21.4881 16.707C21.8786 16.3164 22.5117 16.3164 22.9023 16.707C23.2928 17.0975 23.2928 17.7306 22.9023 18.1212L15.1241 25.8993C14.7336 26.2899 14.1004 26.2899 13.7099 25.8993C13.3194 25.5088 13.3194 24.8757 13.7099 24.4851Z" fill="%23161515"/></svg>');
    }

    .wp-pagenavi a.previouspostslink:hover {
        content: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="48" height="48" rx="8" stroke="%23161616" stroke-width="2"/><path d="M21.4851 33.6768L13.707 25.8987C13.3164 25.5081 13.3164 24.875 13.707 24.4845C14.0975 24.0939 14.7306 24.0939 15.1212 24.4845L22.8993 32.2626C23.2899 32.6531 23.2899 33.2863 22.8993 33.6768C22.5088 34.0674 21.8757 34.0674 21.4851 33.6768Z" fill="%23161515"/><path d="M13.707 25.8984C13.3164 25.5078 13.3164 24.8747 13.707 24.4841C14.0975 24.0936 14.7306 24.0936 15.1212 24.4841C15.5117 24.8747 15.5117 25.5078 15.1212 25.8984C14.7306 26.2889 14.0975 26.2889 13.707 25.8984Z" fill="%23161515"/><path d="M15.4141 24L36.4141 24C36.9663 24 37.4141 24.4477 37.4141 25C37.4141 25.5523 36.9663 26 36.4141 26L15.4141 26C14.8618 26 14.4141 25.5523 14.4141 25C14.4141 24.4477 14.8618 24 15.4141 24Z" fill="%23161515"/><path d="M13.7099 24.4851L21.4881 16.707C21.8786 16.3164 22.5117 16.3164 22.9023 16.707C23.2928 17.0975 23.2928 17.7306 22.9023 18.1212L15.1241 25.8993C14.7336 26.2899 14.1004 26.2899 13.7099 25.8993C13.3194 25.5088 13.3194 24.8757 13.7099 24.4851Z" fill="%23161515"/></svg>');
    }

    .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
        border: none !important;
        padding: 0 !important;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }

    .wp-pagenavi a.nextpostslink:hover, .wp-pagenavi a.previouspostslink:hover {
        border: none !important;
        padding: 0 !important;
    }
}

.blog .wp-pagenavi {
    margin-top: -25px;
}

.fancybox__content {
    color: #161515;
}

img[title] {
    pointer-events: none;
}

@media (max-width: 1140px) {
    .fancybox__container .fancybox__content {
        height: auto !important;
        padding-bottom: 25px !important;
    }
}

.fancybox__slide {
    padding: 0;
}

.fancybox__slide #pop-up-global-form {
    padding: 0;
}

.fancybox__slide .contact_form_page .flex_wrapper {
    width: 100%;
}

.fancybox__slide .contact_form_page .flex_wrapper .right_content {
    margin: 0 auto;
}

.flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.flex.h_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

.flex.v-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

.flex.vh-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

[class*=col-] {
    width: 100%;
}

.col-1 {
    -ms-flex-basis: 5.5833333333%;
    -ms-flex-preferred-size: 5.5833333333%;
    flex-basis: 5.5833333333%;
}

.col-2 {
    -ms-flex-basis: 14.1666666667%;
    -ms-flex-preferred-size: 14.1666666667%;
    flex-basis: 14.1666666667%;
}

.col-3 {
    -ms-flex-basis: 22.75%;
    -ms-flex-preferred-size: 22.75%;
    flex-basis: 22.75%;
}

.col-4 {
    -ms-flex-basis: 31.3333333333%;
    -ms-flex-preferred-size: 31.3333333333%;
    flex-basis: 31.3333333333%;
}

.col-5 {
    -ms-flex-basis: 39.9166666667%;
    -ms-flex-preferred-size: 39.9166666667%;
    flex-basis: 39.9166666667%;
}

.col-6 {
    -ms-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
}

.col-7 {
    -ms-flex-basis: 57.0833333333%;
    -ms-flex-preferred-size: 57.0833333333%;
    flex-basis: 57.0833333333%;
}

.col-8 {
    -ms-flex-basis: 65.6666666667%;
    -ms-flex-preferred-size: 65.6666666667%;
    flex-basis: 65.6666666667%;
}

.col-9 {
    -ms-flex-basis: 74.25%;
    -ms-flex-preferred-size: 74.25%;
    flex-basis: 74.25%;
}

.col-10 {
    -ms-flex-basis: 82.8333333333%;
    -ms-flex-preferred-size: 82.8333333333%;
    flex-basis: 82.8333333333%;
}

.col-11 {
    -ms-flex-basis: 91.4166666667%;
    -ms-flex-preferred-size: 91.4166666667%;
    flex-basis: 91.4166666667%;
}

.col-12 {
    -ms-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.col-50 {
    -ms-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

@media (max-width: 960px) {
    .md-1 {
        -ms-flex-basis: 5.5833333333%;
        -ms-flex-preferred-size: 5.5833333333%;
        flex-basis: 5.5833333333%;
    }

    .md-2 {
        -ms-flex-basis: 14.1666666667%;
        -ms-flex-preferred-size: 14.1666666667%;
        flex-basis: 14.1666666667%;
    }

    .md-3 {
        -ms-flex-basis: 22.75%;
        -ms-flex-preferred-size: 22.75%;
        flex-basis: 22.75%;
    }

    .md-4 {
        -ms-flex-basis: 31.3333333333%;
        -ms-flex-preferred-size: 31.3333333333%;
        flex-basis: 31.3333333333%;
    }

    .md-5 {
        -ms-flex-basis: 39.9166666667%;
        -ms-flex-preferred-size: 39.9166666667%;
        flex-basis: 39.9166666667%;
    }

    .md-6 {
        -ms-flex-basis: 48.5%;
        -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
    }

    .md-7 {
        -ms-flex-basis: 57.0833333333%;
        -ms-flex-preferred-size: 57.0833333333%;
        flex-basis: 57.0833333333%;
    }

    .md-8 {
        -ms-flex-basis: 65.6666666667%;
        -ms-flex-preferred-size: 65.6666666667%;
        flex-basis: 65.6666666667%;
    }

    .md-9 {
        -ms-flex-basis: 74.25%;
        -ms-flex-preferred-size: 74.25%;
        flex-basis: 74.25%;
    }

    .md-10 {
        -ms-flex-basis: 82.8333333333%;
        -ms-flex-preferred-size: 82.8333333333%;
        flex-basis: 82.8333333333%;
    }

    .md-11 {
        -ms-flex-basis: 91.4166666667%;
        -ms-flex-preferred-size: 91.4166666667%;
        flex-basis: 91.4166666667%;
    }

    .md-12 {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .md-bottom {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .sm-1 {
        -ms-flex-basis: 5.5833333333%;
        -ms-flex-preferred-size: 5.5833333333%;
        flex-basis: 5.5833333333%;
    }

    .sm-2 {
        -ms-flex-basis: 14.1666666667%;
        -ms-flex-preferred-size: 14.1666666667%;
        flex-basis: 14.1666666667%;
    }

    .sm-3 {
        -ms-flex-basis: 22.75%;
        -ms-flex-preferred-size: 22.75%;
        flex-basis: 22.75%;
    }

    .sm-4 {
        -ms-flex-basis: 31.3333333333%;
        -ms-flex-preferred-size: 31.3333333333%;
        flex-basis: 31.3333333333%;
    }

    .sm-5 {
        -ms-flex-basis: 39.9166666667%;
        -ms-flex-preferred-size: 39.9166666667%;
        flex-basis: 39.9166666667%;
    }

    .sm-6 {
        -ms-flex-basis: 48.5%;
        -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
    }

    .sm-7 {
        -ms-flex-basis: 57.0833333333%;
        -ms-flex-preferred-size: 57.0833333333%;
        flex-basis: 57.0833333333%;
    }

    .sm-8 {
        -ms-flex-basis: 65.6666666667%;
        -ms-flex-preferred-size: 65.6666666667%;
        flex-basis: 65.6666666667%;
    }

    .sm-9 {
        -ms-flex-basis: 74.25%;
        -ms-flex-preferred-size: 74.25%;
        flex-basis: 74.25%;
    }

    .sm-10 {
        -ms-flex-basis: 82.8333333333%;
        -ms-flex-preferred-size: 82.8333333333%;
        flex-basis: 82.8333333333%;
    }

    .sm-11 {
        -ms-flex-basis: 91.4166666667%;
        -ms-flex-preferred-size: 91.4166666667%;
        flex-basis: 91.4166666667%;
    }

    .sm-12 {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .sm-bottom {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .xs-1 {
        -ms-flex-basis: 5.5833333333%;
        -ms-flex-preferred-size: 5.5833333333%;
        flex-basis: 5.5833333333%;
    }

    .xs-2 {
        -ms-flex-basis: 14.1666666667%;
        -ms-flex-preferred-size: 14.1666666667%;
        flex-basis: 14.1666666667%;
    }

    .xs-3 {
        -ms-flex-basis: 22.75%;
        -ms-flex-preferred-size: 22.75%;
        flex-basis: 22.75%;
    }

    .xs-4 {
        -ms-flex-basis: 31.3333333333%;
        -ms-flex-preferred-size: 31.3333333333%;
        flex-basis: 31.3333333333%;
    }

    .xs-5 {
        -ms-flex-basis: 39.9166666667%;
        -ms-flex-preferred-size: 39.9166666667%;
        flex-basis: 39.9166666667%;
    }

    .xs-6 {
        -ms-flex-basis: 48.5%;
        -ms-flex-preferred-size: 48.5%;
        flex-basis: 48.5%;
    }

    .xs-7 {
        -ms-flex-basis: 57.0833333333%;
        -ms-flex-preferred-size: 57.0833333333%;
        flex-basis: 57.0833333333%;
    }

    .xs-8 {
        -ms-flex-basis: 65.6666666667%;
        -ms-flex-preferred-size: 65.6666666667%;
        flex-basis: 65.6666666667%;
    }

    .xs-9 {
        -ms-flex-basis: 74.25%;
        -ms-flex-preferred-size: 74.25%;
        flex-basis: 74.25%;
    }

    .xs-10 {
        -ms-flex-basis: 82.8333333333%;
        -ms-flex-preferred-size: 82.8333333333%;
        flex-basis: 82.8333333333%;
    }

    .xs-11 {
        -ms-flex-basis: 91.4166666667%;
        -ms-flex-preferred-size: 91.4166666667%;
        flex-basis: 91.4166666667%;
    }

    .xs-12 {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .xs-bottom {
        margin-bottom: 15px;
    }
}

/* ==========================================================================
   HELPERS
   ========================================================================== */
.wrap {
    margin: 0 auto;
    width: 1140px;
    max-width: 94%;
    position: relative;
}

#content {
    padding: 40px 0;
}

@media (max-width: 1140px) {
    #content {
        padding: 20px 0;
    }
}

#wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
}

.c {
    font-size: 0;
    line-height: 0;
    display: block;
    clear: both;
    overflow: hidden;
}

.cfx:after, .cfx:before {
    display: table;
    clear: both;
    content: " ";
}

.bg-center {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.underline {
    position: relative;
    display: inline-block;
}

.underline:after {
    display: block;
    width: 0;
    height: 1px;
    margin: auto;
    content: "";
    -webkit-transition: width 0.5s ease, background-color 0.5s ease;
    -o-transition: width 0.5s ease, background-color 0.5s ease;
    transition: width 0.5s ease, background-color 0.5s ease;
    background: transparent;
}

.underline:hover:after {
    width: 100%;
    background: #EE2A59;
}

.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #0087ca;
}

.hover-underline-animation::after {
    content: "";
    position: absolute;
    width: 100%;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #0087ca;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.btn {
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    outline: 0;
    background: #3b5993;
    appearance: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 768px) {
    .btn {
        font-size: 14px;
        padding: 10px 15px;
    }
}

.btn:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.btn:active {
    background: #25385c;
}

/* ==========================================================================
   WORDPRESS DEFAULT CLASSES
   ========================================================================== */
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

/* ==========================================================================
   WYSIWYG
   ========================================================================== */
.wysiwyg h1 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.wysiwyg p {
    font-size: 15px;
    line-height: 1.4;
    padding-bottom: 20px;
    word-break: break-word;
}

.wysiwyg ul {
    margin-left: 30px;
    padding-bottom: 20px;
}

.wysiwyg ul li {
    line-height: 1.4;
}

/* ==========================================================================
   FULL FRAME
   ========================================================================== */
.fullframe {
    height: 0;
    margin: 0;
    overflow: hidden;
    padding-bottom: 56.5%;
    position: relative;
    z-index: 0;
}

.fullframe iframe, .fullframe object, .fullframe embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

/* ==========================================================================
   CONTACT FORM 7
   ========================================================================== */
.wpcf7 {
    width: 100%;
}

.wpcf7 .screen-reader-response {
    display: none;
}

.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    display: block;
}

.wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    display: block;
    background: #16a085;
}

.wpcf7 .wpcf7-not-valid-tip {
    font: 500 16px/1 "Inter", sans-serif;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ff5f5f;
    background: #eeeeee;
}

.wpcf7 .wpcf7-response-output {
    display: none;
    width: 100%;
    max-width: 300px;
    margin: 20px auto;
    padding: 15px 20px;
    cursor: pointer;
    text-align: center;
    color: white;
    background: #ff5f5f;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng {
    background: #1091ae;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: #16a085;
}

.wpcf7 .wpcf7-form-control-wrap {
    position: relative;
    display: block !important;
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../img/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    margin: 0 0 0 4px;
    vertical-align: middle;
    background-color: #ffffff;
    padding: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

div.wpcf7 form.submitting .ajax-loader {
    visibility: visible;
}

/* ==========================================================================
   SOCIAL LINK
   ========================================================================== */
.s-link {
    font-size: 0;
    display: inline-block;
    width: auto;
    cursor: pointer;
    text-align: center;
}

.s-link a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 2px;
    color: #ffffff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.s-link a:before {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.s-link a:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.s-link a.fa-facebook:hover {
    background: #3b5993;
}

.s-link a.fa-twitter:hover {
    background: #55acee;
}

.s-link a.fa-instagram:hover {
    background: #181818;
}

.s-link a.fa-linkedin:hover {
    background: #0177b5;
}

.s-link a.fa-youtube:hover {
    background: #f80000;
}

.s-link a.fa-pinterest:hover {
    background: #bd081c;
}

.s-link a.fa-vimeo:hover {
    background: #1bb7ea;
}

.s-link a.fa-yelp:hover {
    background: #d32323;
}

.s-link a.fa-google-plus:hover {
    background: #dd4c39;
}

/* ==========================================================================
   index-style
   ========================================================================== */
.index-style .post-item {
    margin-bottom: 20px;
}

.index-style .post-title {
    font-size: 18px;
    display: block;
    padding-bottom: 15px;
}

.index-style .post-title:hover {
    color: #161515;
}

.index-style .post-thumbnail {
    min-height: 160px;
    will-change: opacity;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.index-style .post-thumbnail:hover {
    opacity: 0.9;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.wp-pagenavi {
    font-size: 0;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #cccccc;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 14px;
    margin: 0 3px;
    padding: 3px 5px;
}

.wp-pagenavi a {
    border: 1px solid #cccccc;
}

.wp-pagenavi .current,
.wp-pagenavi a:hover {
    color: #ffffff;
    border-color: #EE2A59;
    background: #EE2A59;
}

#top {
    min-height: 500px;
    text-align: center;
    color: #fff;
}

#top h1 {
    font-size: 60px;
}

.desctop_hide {
    display: none;
}

@media (max-width: 1140px) {
    .mobile_hide {
        display: none;
    }

    .desctop_hide {
        display: block;
    }

    .burger {
        z-index: 101;
        margin-right: 10px;
    }

    .burger .burger-icon {
        display: inline-block;
        position: relative;
        margin-top: 6px;
        margin-bottom: 6px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .burger .burger-icon, .burger .burger-icon::before, .burger .burger-icon::after {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #fff;
        outline: 1px solid transparent;
        -webkit-transition-property: background-color, -webkit-transform;
        transition-property: background-color, -webkit-transform;
        -o-transition-property: background-color, transform;
        transition-property: background-color, transform;
        transition-property: background-color, transform, -webkit-transform;
        -webkit-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }

    .burger .burger-icon::before, .burger .burger-icon::after {
        position: absolute;
        content: "";
    }

    .burger .burger-icon::before {
        top: -6px;
    }

    .burger .burger-icon::after {
        top: 6px;
    }

    .burger.is-active .burger-icon {
        background-color: transparent;
    }

    .burger.is-active .burger-icon::before {
        -webkit-transform: translateY(6px) rotate(45deg);
        -ms-transform: translateY(6px) rotate(45deg);
        transform: translateY(6px) rotate(45deg);
    }

    .burger.is-active .burger-icon::after {
        -webkit-transform: translateY(-6px) rotate(-45deg);
        -ms-transform: translateY(-6px) rotate(-45deg);
        transform: translateY(-6px) rotate(-45deg);
    }

    .burger.is-active .burger-icon::before,
    .burger.is-active .burger-icon::after {
        background: #ffffff;
    }

    .mobile_menu_container {
        font-size: 0;
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100vh;
        width: 80%;
        max-width: 480px;
        will-change: transform, opacity;
        -webkit-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    /* resp_menu_active
  ========================================================================== */
}

@media (max-width: 1140px) and (max-width: 768px) {
    .mobile_menu_container {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1140px) {
    .mobile_menu_container nav {
        margin-bottom: 40px;
    }
}

@media (max-width: 1140px) {
    .mobile_menu_container a {
        z-index: 10;
        display: block;
    }

    .mobile_menu_container a:hover {
        text-decoration: none;
    }
}

@media (max-width: 1140px) {
    .mobile_menu_container .sub-anchor {
        position: absolute;
        z-index: 20;
        top: 0;
        right: 0;
        width: 40px;
        height: 30px;
        cursor: pointer;
        background: #f0426b;
    }

    .mobile_menu_container .sub-anchor:hover {
        background: #ec1347;
    }

    .mobile_menu_container .sub-anchor:before {
        font-size: 20px;
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 1140px) {
    .mobile_menu_container .sub-menu a {
        font-size: 13px;
        padding: 10px 30px;
        color: #ffffff;
    }

    .mobile_menu_container .sub-menu .sub-menu {
        display: none;
        padding-left: 10px;
    }
}

@media (max-width: 1140px) {
    .mobile_menu_container .level_a > li {
        border-bottom: 1px solid #f0426b;
    }

    .mobile_menu_container .level_a > li > a {
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        padding-left: 20px;
        color: #ffffff;
    }
}

@media (max-width: 1140px) {
    .mobile_menu_active {
        overflow: hidden;
    }

    .mobile_menu_active:before {
        position: absolute;
        z-index: 100;
        width: 100%;
        height: 100vh;
        margin: 0 auto;
        content: "";
        background: rgba(0, 0, 0, 0.7);
        -webkit-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .mobile_menu_active .burger span {
        position: relative;
        z-index: 101;
    }

    .mobile_menu_active .mobile_menu_container {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.alignleft {
    float: left;
    margin: 0 30px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 30px;
}

.block-center {
    text-align: center;
    position: relative;
}

@media (max-width: 1024px) {
    .alignleft, .aligncenter, .alignright {
        float: none;
        margin: 0 auto 20px;
    }

    .alignnone {
        margin: 0 0 20px;
    }
}

/* ==========================================================================
   HEADER
   ========================================================================== */
header {
    position: relative;
    z-index: 10;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
    position: absolute;
    left: 0;
    right: 0;
}

header .row {
    height: 120px;
}

@media (max-width: 1140px) {
    header .row {
        height: 40px;
    }
}

header #logo {
    opacity: 1;
    color: #181818;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

header #logo img {
    min-height: 65px;
}

/* ==========================================================================
   Main Navigation
   ========================================================================== */
.main_nav {
    font-size: 0;
}

.main_nav * {
    line-height: 1;
}

.main_nav a {
    display: block;
}

.main_nav a:hover {
    text-decoration: none;
}

.main_nav .level_a li {
    z-index: 0;
    display: inline-block;
}

.main_nav .level_a > li.current-menu-item > a, .main_nav .level_a > li:hover > a {
    color: #EE2A59;
}

.main_nav .level_a > li > .sub-menu li {
    display: block;
    list-style-type: none;
}

.main_nav .level_a > li > .sub-menu a:hover {
    text-decoration: none;
    background: #f688a3;
}

.menu-la > div > span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
}

.menu-la {
    position: relative;
}

.menu-la > div > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFFFFF;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.161));
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.161));
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: calc(100% + 14px);
    left: -12px;
    z-index: -1;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
}

.menu-la > div > span:before {
    content: "";
    width: 120px;
    top: 100%;
    height: 25px;
    position: absolute;
}

.menu-la > div > div:hover {
    visibility: visible;
    z-index: 999;
    opacity: 1;
}

.menu-la > div > span:hover + div {
    visibility: visible;
    z-index: 999;
    opacity: 1;
}

.menu-la > div > div a {
    padding: 9px 10px;
    width: 120px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #161515 !important;
    text-align: left;
}

.menu-la > div > div a.act {
    background: #F7F7F7;
}

.menu-la > div > div a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .menu-la {
        margin-right: 10px !important;
    }
}

.blog-nav span {
    margin-bottom: -2px;
}

header {
    padding: 20px 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 1140px) {
    header {
        padding: 15px 0;
    }
}

header.black-bg {
    background: #161515;
}

header .row1525 > .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .row1525 > .wrapper > .left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .row1525 > .wrapper > .left-content #logo {
    max-width: 65px;
    margin-right: 65px;
    max-height: 65px;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1140px) {
    header .row1525 > .wrapper > .left-content #logo {
        max-width: 185px;
        margin-right: 10px;
    }

    header .row1525 > .wrapper > .left-content #logo img {
        height: auto;
        max-height: 30px;
    }
}

@media (max-width: 360px) {
    header .row1525 > .wrapper > .left-content #logo {
        max-width: 160px;
    }
}

header .row1525 > .wrapper > .left-content #logo svg {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

header .row1525 > .wrapper > .left-content #logo svg path {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

/*header .row1525 > .wrapper > .left-content #logo-mobile {*/
/*  display: none;*/
/*}*/
/*@media (max-width: 1140px) {*/
/*  header .row1525 > .wrapper > .left-content #logo-mobile {*/
/*    display: block;*/
/*  }*/
/*}*/
@media (max-width: 576px) {
    header .row1525 > .wrapper > .left-content #logo svg {
        width: 200px;
    }
}

@media (max-width: 360px) {
    header .row1525 > .wrapper > .left-content #logo svg {
        width: 170px;
    }
}

header .row1525 > .wrapper > .left-content nav > ul > li > a {
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 10px !important;
    margin: 0 10px;
}

@media (max-width: 1200px) {
    header .row1525 > .wrapper > .left-content nav > ul > li > a {
        margin: 0 5px;
    }
}

header .row1525 > .wrapper > .left-content nav > ul > li > a:hover {
    text-decoration: none;
    background: #363636;
    color: #fff !important;
}

header .row1525 > .wrapper > .left-content nav > ul > li.menu-item-has-children > a {
    padding-right: 27px !important;
}

header .row1525 > .wrapper > .left-content nav ul li.menu-item-has-children:before {
    width: 119%;
}

header .row1525 > .wrapper > .left-content nav ul li.menu-item-has-children > a {
    position: relative;
}

header .row1525 > .wrapper > .left-content nav ul li.menu-item-has-children > a:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.24219' y='5.65625' width='6' height='2' rx='1' transform='rotate(-135 4.24219 5.65625)' fill='white'/%3E%3Crect x='4.24219' y='5.65625' width='2' height='6' rx='1' transform='rotate(-135 4.24219 5.65625)' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    right: 11px;
    top: 14px;
    width: 9px;
    height: 6px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

header .row1525 > .wrapper > .left-content nav ul li:last-child {
    margin-right: 0;
}

header .row1525 > .wrapper > .left-content nav ul li a {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 1279px) {
    header .row1525 > .wrapper > .left-content nav ul li a {
        font-size: 14px;
    }
}

header .row1525 > .wrapper > .left-content nav ul li a:hover {
    color: #EE2A59;
}

header .row1525 > .wrapper > .left-content nav ul li .sub-menu a:hover {
    color: #fff;
}

header .row1525 > .wrapper > .right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1140px) {
    header .row1525 > .wrapper > .right-content .lang-switcher {
        display: none;
    }
}

header .row1525 > .wrapper > .right-content .link {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 55px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
}

header .row1525 > .wrapper > .right-content .link:before {
    content: "";
    position: absolute;
    width: 0%;
    left: 0;
    bottom: -2x;
    height: 1px;
    background: #EE2A59;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

header .row1525 > .wrapper > .right-content .link:hover:before {
    width: 100%;
}

header .row1525 > .wrapper > .right-content .button-white:after {
    -webkit-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 1140px) {
    header .row1525 > .wrapper > .right-content .button-pink {
        padding: 13px 14.5px;
    }
}

@media (max-width: 360px) {
    header .row1525 > .wrapper > .right-content .button-pink {
        font-size: 12px;
        padding: 13px 7px;
    }
}

.fixed-header header {
    padding: 8px 0;
}

@media (max-width: 1140px) {
    .fixed-header header {
        padding: 8px 0;
    }
}

.main_nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 1140px) {
    .blog-nav {
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }
}

.blog-nav:hover {
    text-decoration: none;
    background: #363636;
}

@media (max-width: 1140px) {
    .blog-nav:hover {
        background: transparent !important;
    }
}

.blog-nav:hover span {
    background: #161515;
}

.blog-nav a {
    margin: 0 !important;
}

@media (max-width: 1140px) {
    .blog-nav a {
        margin-right: 10px !important;
    }
}

.blog-nav a:hover {
    background: transparent !important;
}

.blog-nav span {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 2px 8px;
    background: #363636;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tabs div {
    display: inline-block;
    cursor: pointer;
    background: none;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: inherit;
}

#menu-main-menu .menu-item-has-children .sub-menu {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), 0px 0px 40px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 10px 10px 45px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    max-width: 1395px;
    margin: 0 auto;
    width: 100%;
}

#menu-main-menu .menu-item-has-children .sub-menu.active {
    top: 95px;
    z-index: 99;
    visibility: visible;
    opacity: 1;
    min-height: 540px;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper {
    padding-left: 40px;
    padding-right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .left-content {
    max-width: 950px;
    width: 100%;
    margin-right: 20px;
    margin-top: 20px;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .left-content .title {
    padding-bottom: 37px;
    color: #161515;
    font-family: "Inter";
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .left-content .title span {
    color: #EE2A59;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .left-content .title .link_title {
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: unset !important;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515)) !important;
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%) !important;
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%) !important;
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%) !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    -webkit-background-size: 200% 100% !important;
    background-size: 200% 100% !important;
    background-position: 100% !important;
    -webkit-transition: background-position 0.5s ease !important;
    -o-transition: background-position 0.5s ease !important;
    transition: background-position 0.5s ease !important;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .left-content .title .link_title:hover {
    background-position: 0 100% !important;
    text-decoration: none !important;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .left-content .links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .left-content .links li {
    margin-bottom: 20px;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .left-content .links li a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #161515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .left-content .links li a .link_icon {
    min-width: 20px;
    margin-right: 12px;
    display: inline-block;
    padding-bottom: 6px;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .left-content .links li a .link_icon img {
    max-height: 20px;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .left-content .links li a .link_text {
    padding-bottom: 2px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 2px solid transparent;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .left-content .links li a:hover {
    background: transparent;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .left-content .links li a:hover .link_text {
    border-bottom: 2px solid #EE2A59;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content {
    max-width: 325px;
    width: 100%;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content .card_div {
    overflow: hidden;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 19px;
    isolation: isolate;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content .card_div .link_for_card {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    display: block;
    isolation: isolate;
    overflow: hidden;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content .card_div .link_for_card:hover {
    background: transparent;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content .dark {
    background: #161515;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    min-height: 270px;
    padding: 42px 34px;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content .dark img {
    margin-bottom: 82px;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content .dark p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    padding-bottom: 0;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content .dark p strong {
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content .bottom p {
    padding-bottom: 0;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #161515;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content .bottom p strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content .bottom p a {
    color: #161515;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    display: inline-block;
    border-bottom: none;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content .bottom p a:before {
    content: "";
    width: 0;
    position: absolute;
    bottom: -2px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    height: 2px;
    background: #EE2A59;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content .bottom p a:hover {
    background: transparent;
    border-bottom: none;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper .right-content .bottom p a:hover:before {
    width: 100%;
}

#menu-main-menu .menu-item-has-children .sub-menu .tabs {
    background: #F7F7F7;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 40px 10px;
    margin-bottom: 34px;
}

#menu-main-menu .menu-item-has-children .sub-menu .tabs li {
    font-family: "Inter";
    font-weight: 600;
    font-size: 18px;
    color: #161515;
    position: relative;
    margin-right: 56px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 2px solid transparent;
    padding-bottom: 2px;
}

@media (max-width: 1360px) {
    #menu-main-menu .menu-item-has-children .sub-menu .tabs li {
        margin-right: 35px;
        font-size: 16px;
    }
}

#menu-main-menu .menu-item-has-children .sub-menu .tabs li:hover {
    color: #4A4E57;
}

#menu-main-menu .menu-item-has-children .sub-menu .tabs li.active {
    border-bottom: 2px solid #EE2A59;
}

#menu-main-menu .menu-item-has-children .sub-menu .wrapper.two-columns {
    justify-content: flex-start; }
#menu-main-menu .menu-item-has-children .sub-menu .wrapper.two-columns .left-content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: auto;
    margin-right: 80px; }
@media (max-width: 1279px) {
    #menu-main-menu .menu-item-has-children .sub-menu .wrapper.two-columns .left-content {
        margin-right: 55px; } }
#menu-main-menu .menu-item-has-children .sub-menu .wrapper.two-columns .left-content .first-column {
    margin-right: 55px; }
#menu-main-menu .menu-item-has-children .sub-menu .wrapper.two-columns .left-content .title .link_title span {
    -webkit-text-fill-color: #ee2a59; }
#menu-main-menu .menu-item-has-children .sub-menu .wrapper.two-columns .left-content .links {
    column-count: unset; }
#menu-main-menu .menu-item-has-children .sub-menu .wrapper.two-columns .left-content .links li {
    margin-bottom: 26px; }
#menu-main-menu .menu-item-has-children .sub-menu .wrapper.two-columns .left-content .links li a .link_text {
    padding-bottom: 5px; }

.burger.active-black .burger-icon::before, .burger.active-black .burger-icon::after {
    background-color: #161515;
}

#menu-main-menu-mobile .sub-menu .content .right-content {
    position: relative;
    padding-bottom: 20px;
}

#menu-main-menu-mobile .sub-menu .content .right-content > div {
    position: relative;
    z-index: 2;
}

#menu-main-menu-mobile .sub-menu .content .right-content:before {
    content: "";
    position: absolute;
    left: -18px;
    top: -95px;
    background: #fff;
    width: calc(100% + 36px);
    height: calc(100% + 95px);
}

.mobile_menu_container {
    z-index: 110;
}

.mobile_menu_container #logo svg {
    height: 29px;
    width: 31px;
}

.mobile_menu_container #logo-mobile svg {
    height: 30px;
    width: 257px;
}

.mobile_menu_container .wrap-mobile {
    height: 100%;
    padding-top: 21px;
    padding-bottom: 21px;
    background: #161515;
    -webkit-border-radius: 0px 0px 22px 22px;
    border-radius: 0px 0px 22px 22px;
    border-top: none;
    border-bottom: none;
    position: relative;
    overflow: hidden;
}

.mobile_menu_container .wrap-mobile.active-childe {
    overflow: auto;
}

.mobile_menu_container .wrap-mobile.active {
    background: #fff;
}

.mobile_menu_container .wrap-mobile.active .top-content p {
    color: #161515;
}

.mobile_menu_container .wrap-mobile.active #logo svg path {
    fill: #ffffff;
}

.mobile_menu_container .wrap-mobile.active #logo svg path:first-child {
    fill: #EE2A59;
}

.mobile_menu_container .top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #2C2B2C;
    padding-bottom: 20px;
    padding-left: 46px;
}

@media (max-width: 576px) {
    .mobile_menu_container .top-content {
        padding-left: 18px;
    }
}

.mobile_menu_container .top-content .mob-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile_menu_container .top-content a {
    margin-right: 15px;
}

@media (max-width: 576px) {
    .mobile_menu_container .top-content a {
        margin-right: 8px;
    }
}

.mobile_menu_container .top-content a img {
    max-width: 30px;
    width: 100%;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

.mobile_menu_container .top-content p {
    padding-bottom: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.71;
    color: #FFFFFF;
}

@media (max-width: 360px) {
    .mobile_menu_container .top-content p {
        font-size: 10px;
    }
}

.mobile_menu_container .top-content .button-pink {
    padding: 13px 14.5px;
}

@media (max-width: 360px) {
    .mobile_menu_container .top-content .button-pink {
        font-size: 12px;
        padding: 13px 5px;
    }
}

.mobile_menu_container .level_a > li {
    border-bottom: 1px solid #2C2B2C;
    padding-top: 10px;
    padding-bottom: 14px;
    padding-left: 18px;
}

.mobile_menu_container .level_a > li a {
    padding-left: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
    color: #FFFFFF;
}

.mobile_menu_container .sub-anchor {
    background: transparent;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 4px;
}

.mobile_menu_container .sub-anchor:before {
    color: #848484;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}

.mobile_menu_container .sub-anchor:hover {
    background: transparent;
}

.mobile_menu_container .fa-angle-up {
    background: transparent;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobile_menu_container .button-pink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile_menu_container .line-language {
    padding: 11px 17px 13px 17px;
    border-bottom: 1px solid #2C2B2C;
    font-size: 16px;
    line-height: 1.62;
    color: #FFFFFF;
}

.mobile_menu_container .line-language a {
    font-size: 16px;
    line-height: 1.62;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.mobile_menu_container .line-language a p {
    padding-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
    color: #C4C4C4;
}

.mobile_menu_container .button-pink {
    margin: 0 15px;
}

.mobile_menu_container .sub-menu .tab-title a {
    display: inline-block;
    color: #161515 !important;
    border-bottom: none;
}

.mobile_menu_container .sub-menu .tab-title a:hover {
    border-bottom: none;
}

.mobile_menu_container .level_a > li a {
    position: relative;
    line-height: 2.2;
}

#menu-main-menu-mobile .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 65px;
    height: calc(100% - 50px);
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: #fff;
    padding-top: 21px;
    padding-bottom: 21px;
    -webkit-border-radius: 0px 0px 22px 22px;
    border-radius: 0px 0px 22px 22px;
}

#menu-main-menu-mobile .sub-menu.active {
    z-index: 22;
    visibility: visible;
    opacity: 1;
}

#menu-main-menu-mobile .sub-menu .trigger-li {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #161515;
    padding: 12px 18px;
    border-bottom: 1px solid #EBEBEB;
    display: block;
}

#menu-main-menu-mobile .sub-menu .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background: #fff;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 21px;
    padding-bottom: 21px;
    -webkit-border-radius: 0px 0px 22px 22px;
    border-radius: 0px 0px 22px 22px;
}

#menu-main-menu-mobile .sub-menu .content.active {
    z-index: 23;
    visibility: visible;
    opacity: 1;
}

#menu-main-menu-mobile .sub-menu .content .left-content {
    margin-bottom: 95px;
}

#menu-main-menu-mobile .sub-menu .content.two-columns .left-content .first-column {
    margin-bottom: 38px; }

#menu-main-menu-mobile .sub-menu .content .left-content .title {
    color: #161515;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    padding-bottom: 33px;
}

#menu-main-menu-mobile .sub-menu .content .left-content .title span {
    color: #EE2A59;
}

#menu-main-menu-mobile .sub-menu .content .left-content .links li {
    margin-bottom: 26px;
}

#menu-main-menu-mobile .sub-menu .content .left-content .links li a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #161515;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding: 0;
}

#menu-main-menu-mobile .sub-menu .content .left-content .links li a:hover {
    color: #EE2A59;
    background: transparent;
}

#menu-main-menu-mobile .sub-menu .content .left-content .links li a span {
    min-width: 20px;
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#menu-main-menu-mobile .sub-menu .content .left-content .links li a span img {
    max-height: 20px;
}

#menu-main-menu-mobile .sub-menu .content .left-content .links li:last-child {
    margin-bottom: 0;
}

#menu-main-menu-mobile .sub-menu .content.two-columns .right-content {
    padding-bottom: 100px; }

#menu-main-menu-mobile .sub-menu .content .right-content .dark {
    background: #161515;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    min-height: 270px;
    padding: 42px 34px;
    margin-bottom: 19px;
}

#menu-main-menu-mobile .sub-menu .content .right-content .dark img {
    margin-bottom: 82px;
}

#menu-main-menu-mobile .sub-menu .content .right-content .dark p {
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    padding-bottom: 0;
}

#menu-main-menu-mobile .sub-menu .content .right-content .dark p strong {
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
}

#menu-main-menu-mobile .sub-menu .content .right-content .bottom p {
    padding-bottom: 0;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #161515;
}

#menu-main-menu-mobile .sub-menu .content .right-content .bottom p strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 34px;
}

#menu-main-menu-mobile .back-1 {
    font-family: "Inter";
    font-weight: 500;
    font-size: 16px;
    color: #848484;
    padding: 12px 18px;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    display: block;
}

#menu-main-menu-mobile .back-2 {
    display: block;
    margin-bottom: 16px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #EE2A59;
}

.section-all-reviews-wrapper .posts-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.section-all-reviews-wrapper .posts-wrapper .card-client-reviews {
    margin-right: 0 !important;
    -ms-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    width: 49%;
}

.section-all-reviews-wrapper .posts-wrapper .card-client-reviews .client-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 576px) {
    .section-all-reviews-wrapper .posts-wrapper .card-client-reviews .client-name {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px 0;
    }
}

.section-all-reviews-wrapper .posts-wrapper .card-client-reviews .client-name span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 11px;
}

@media (max-width: 1023px) {
    .section-all-reviews-wrapper .posts-wrapper .card-client-reviews {
        -ms-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 23px;
        margin-right: auto !important;
    }
}

.section-all-reviews-wrapper .posts-wrapper .card-client-reviews .card-client-bottom a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.section-all-reviews-wrapper .posts-wrapper .card-client-reviews .card-client-bottom .view-on {
    width: 100%;
    max-width: 150px;
}

.section-all-reviews-wrapper .posts-wrapper .card-client-reviews .card-client-bottom .view-on .view-on-image {
    margin-left: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.section-all-reviews-wrapper .posts-wrapper .card-client-reviews .card-client-bottom .view-on .view-on-image svg {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.section-all-reviews-wrapper .posts-wrapper .card-client-reviews .card-client-bottom .view-on .view-on-image svg path {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.section-all-reviews-wrapper .posts-wrapper .card-client-reviews .card-client-bottom .without-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body .wp-pagenavi {
    border: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body .wp-pagenavi .current {
    border: 2px solid #161515 !important;
    font-weight: 500 !important;
    color: #161616 !important;
}

body .wp-pagenavi a, body .wp-pagenavi span {
    background: #FFFFFF !important;
    border: 2px solid #EBEBEB !important;
    -webkit-border-radius: 9px !important;
    border-radius: 9px !important;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #161616 !important;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

body .wp-pagenavi a:hover, body .wp-pagenavi span:hover {
    border: 2px solid #161515 !important;
    font-weight: 500;
    color: #161616 !important;
}

body .wp-pagenavi a.nextpostslink, body .wp-pagenavi a.previouspostslink, body .wp-pagenavi span.nextpostslink, body .wp-pagenavi span.previouspostslink {
    padding-left: 52px;
    padding-right: 52px;
    width: auto;
}

@media (max-width: 678px) {
    body .wp-pagenavi a.nextpostslink, body .wp-pagenavi a.previouspostslink, body .wp-pagenavi span.nextpostslink, body .wp-pagenavi span.previouspostslink {
        border: none !important;
        padding: 0 !important;
    }
}

body .wp-pagenavi span {
    border: 2px solid #161515;
    font-weight: 500;
}

.mCSB_dragger_bar {
    background-color: #000 !important;
    height: 2px !important;
    margin: 7px auto !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #ccc;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 1px;
    opacity: 1 !important;
}

.mCSB_draggerContainer:hover .mCSB_draggerRail {
    height: 2px !important;
    margin: 7px 0 !important;
}

.categories-list {
    margin: 70px 0 86px 0;
}

@media (max-width: 1024px) {
    .categories-list {
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
}

.categories-list ul {
    position: relative;
}

.categories-list ul:before {
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 50px;
    z-index: 2;
    right: 0;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}

.categories-list ul li {
    margin-right: 76px;
    margin-bottom: 20px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 2px solid transparent;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    position: relative;
}

@media (max-width: 576px) {
    .categories-list ul li {
        margin-right: 40px;
    }
}

.categories-list ul li a, .categories-list ul li span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #161515;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding-bottom: 2px;
}

.categories-list ul li.active, .categories-list ul li:hover {
    border-bottom: 2px solid #EE2A59;
}

.categories-list .mCSB_container {
    margin-bottom: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cards_section {
    margin: 70px 0 86px 0;
}

@media (max-width: 1024px) {
    .cards_section {
        overflow-x: scroll;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
}

.cards_section .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .cards_section .tabs {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 0;
    }
}

.cards_section .tabs .tab-title {
    margin-right: 76px;
    margin-bottom: 8px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 2px solid transparent;
    position: relative;
}

@media (max-width: 576px) {
    .cards_section .tabs .tab-title {
        margin-right: 40px;
    }
}

.cards_section .tabs .tab-title a, .cards_section .tabs .tab-title span {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #161515;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    padding-bottom: 2px;
}

.cards_section .tabs .tab-title.active, .cards_section .tabs .tab-title:hover {
    border-bottom: 2px solid #EE2A59;
}

footer .top-footer .right-content .social-media-wrap a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #848484;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .top-footer .right-content .social-media-wrap a svg {
    margin-right: 7px;
}

.case-wrap-index .links li a {
    border: none !important;
    position: relative;
}

.case-wrap-index .links li a:before {
    content: "";
    position: absolute;
    width: 0%;
    left: 0;
    bottom: -3px;
    height: 2px;
    background: #EE2A59;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.case-wrap-index .links li a:hover {
    border: none !important;
}

.case-wrap-index .links li a:hover:before {
    width: 100%;
}

.case-wrap-index .lp-team, .case-wrap-index .consultation {
    padding: 100px 0 !important;
}

@media (max-width: 1024px) {
    .case-wrap-index .lp-team, .case-wrap-index .consultation {
        padding: 50px 0 !important;
    }
}

@media (max-width: 576px) {
    .case-wrap-index .lp-team, .case-wrap-index .consultation {
        padding: 28px 0 !important;
    }
}

.sub-menu .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sub-menu .title span a {
    padding-right: 10px !important;
    font-family: "Inter" !important;
    font-weight: 600 !important;
    font-size: 38px !important;
    line-height: 48px;
    color: #EE2A59 !important;
    background: transparent !important;
}

.sub-menu .title span a:hover {
    color: #EE2A59 !important;
    text-decoration: underline !important;
    -webkit-text-decoration-color: #EE2A59;
    text-decoration-color: #EE2A59;
}

@media (max-width: 576px) {
    .banner-home {
        -webkit-border-radius: 0px 0px 16px 16px !important;
        border-radius: 0px 0px 16px 16px !important;
    }
}

@media (max-width: 1279px) {
    .banner-home .images-wrapper {
        display: none;
    }
}

.banner-home .right-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-home .right-content .column {
    -ms-flex-basis: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    width: 32%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 576px) {
    .banner-home .right-content .column {
        -ms-flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%;
        width: 31%;
    }
}

.banner-home .right-content .column .item {
    position: relative;
    margin-bottom: 6.5px;
}

.banner-home .right-content .column .item:last-child {
    margin-bottom: 0;
}

.banner-home .right-content .column .item img, .banner-home .right-content .column .item video {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    width: 100%;
    height: 293px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 576px) {
    .banner-home .right-content .column .item img, .banner-home .right-content .column .item video {
        height: 167px;
    }
}

.banner-home .right-content .column .item img.h190, .banner-home .right-content .column .item video.h190 {
    height: 192px;
}

@media (max-width: 576px) {
    .banner-home .right-content .column .item img.h190, .banner-home .right-content .column .item video.h190 {
        height: 109px;
    }
}

.banner-home .right-content .column .item .title-gif {
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 8px 11px;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #161515;
    background: #fff;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.banner-home .right-content .column .item .title-gif:before {
    content: "";
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 4px;
    background: #161515;
    display: inline-block;
}

.services_blocks_section .services_blocks_wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

@media (max-width: 1100px) {
    .services_blocks_section .services_blocks_wrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
}

.services_blocks_section .block_services .icon_block {
    max-width: 50px !important;
}

.services_blocks_section .block_services {
    margin-bottom: 90px !important;
}

@media (max-width: 576px) {
    .services_blocks_section .wrapper_title_subtitle {
        text-align: left !important;
    }
}

@media (max-width: 576px) {
    .lp-team .team-photo {
        min-height: auto !important;
    }
}

@media (max-width: 576px) {
    .lp-team .team-photo img {
        height: 305px !important;
    }
}

.reviews_section .top_reviews .swiper {
    padding: 10px 9px;
}

.row1428 {
    max-width: 1428px;
    margin: 0 auto;
    width: 94%;
}

.lp-team {
    margin: 50px 0 148px;
}

@media (max-width: 576px) {
    .lp-team {
        margin: 68px 0;
    }
}

.lp-team .lp-team-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*.lp-team .team-photo .team-photo-desktop {*/
/*  display: block;*/
/*}*/
/*@media (max-width: 586px) {*/
/*  .lp-team .team-photo .team-photo-desktop {*/
/*    display: none;*/
/*  }*/
/*}*/
.lp-team .team-photo .team-photo-desktop img {
    max-width: 565px;
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.lp-team .team-photo .team-photo-mobile {
    display: none;
}

@media (max-width: 586px) {
    .lp-team .team-photo .team-photo-mobile {
        display: block;
    }
}

.lp-team .team-photo .team-photo-mobile img {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/*.lp-team .lp-team-wrap .team-photo-desktop {*/
/*  display: block;*/
/*}*/
/*@media (max-width: 586px) {*/
/*  .lp-team .lp-team-wrap .team-photo-desktop {*/
/*    display: none;*/
/*  }*/
/*}*/
.lp-team .lp-team-wrap .team-photo-desktop img {
    max-width: 565px;
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

/*.lp-team .lp-team-wrap .team-photo-mobile {*/
/*  display: none;*/
/*}*/
@media (max-width: 586px) {
    .lp-team .lp-team-wrap .team-photo-mobile {
        /*display: block;*/
        width: 100%;
        max-height: unset !important;
    }
}

.lp-team .lp-team-wrap .team-photo-mobile img {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    height: unset !important;
    max-height: unset;
}

.lp-team .h2 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.21;
    padding-bottom: 0;
}

@media (max-width: 1024px) {
    .lp-team .h2 {
        font-size: 36px;
    }
}

@media (max-width: 586px) {
    .lp-team .h2 {
        font-size: 24px;
        line-height: 142%;
    }
}

.lp-team .image-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.lp-team .image-left .team-photo {
    margin-right: 20px;
}

@media (max-width: 1100px) {
    .lp-team .image-left .team-photo {
        margin-right: 0;
    }
}

.lp-team .image-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.lp-team .image-right .team-photo {
    margin-left: 20px;
}

@media (max-width: 1100px) {
    .lp-team .image-right .team-photo {
        margin-left: 0;
    }
}

.lp-team .image-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.lp-team .image-top .team-photo {
    margin-top: 35px;
    max-width: 100%;
}

.lp-team .image-top .team-photo img {
    max-width: 100%;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.lp-team .image-top h2 {
    max-width: 100%;
}

@media (max-width: 1100px) {
    .lp-team .lp-team-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lp-team .lp-team-wrap .team-photo {
        text-align: center;
    }

    .lp-team .team-photo {
        margin: 0;
        max-width: 100%;
    }

    .lp-team h2 {
        max-width: 100%;
        font-size: 24px;
        line-height: 34px;
    }
}

.consultation {
    margin: 148px 0;
}

@media (max-width: 576px) {
    .consultation {
        margin: 68px 0;
    }
}

.consultation * {
    color: #fff;
}

.consultation .consultation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #161515;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.consultation .consultation__right-content {
    padding: 53px 20px 41px 53px;
    width: 32.5%;
}

@media (max-width: 1100px) {
    .consultation .consultation__right-content {
        text-align: center;
    }
}

.consultation .right-content__photo {
    max-width: 380px;
    width: 100%;
    min-height: 380px;
    margin-bottom: 34px;
}

@media (max-width: 576px) {
    .consultation .right-content__photo {
        min-height: auto;
    }
}

.consultation .right-content__photo img {
    max-width: 380px;
    width: 100%;
    min-height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .consultation .right-content__photo img {
        min-height: 200px;
    }
}

@media (max-width: 576px) {
    .consultation .right-content__photo img {
        height: 200px;
    }
}

.consultation .right-content__info {
    text-align: center;
}

.consultation .right-content__info .h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    padding-bottom: 10px;
}

.consultation .right-content__info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    max-width: 380px;
    margin: 0 auto;
}

.consultation .consultation__left-content {
    max-width: 620px;
    margin: 0 auto;
}

.consultation .consultation__left-content h2 {
    font-size: 38px;
    line-height: 121%;
    padding-bottom: 30px;
}

.consultation .consultation__left-content p {
    font-weight: 400;
    line-height: 156%;
    margin-bottom: 30px;
}

.consultation .consultation__left-content .quote_img {
    width: 36px;
    height: 29px;
    display: block;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .consultation .consultation__left-content .quote_img {
        display: none;
    }
}

.consultation .consultation__left-content .quote_img::before {
    content: "";
    background: url(../img/quotation-mark.svg) no-repeat center;
    display: block;
    width: 36px;
    height: 29px;
}

.consultation .consultation-btn {
    text-align: center;
    padding: 17px 10px;
    text-transform: none;
    min-height: 50px;
    font-size: 16px;
    font-family: Inter;
    font-weight: 500;
    max-width: 300px;
    width: 100%;
}

@media (max-width: 768px) {
    .consultation .consultation-btn {
        max-width: 100%;
    }
}

@media (max-width: 1100px) {
    .consultation .consultation-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .consultation .consultation__right-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 30px;
    }

    .consultation .right-content__photo {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .consultation .consultation-wrapper {
        padding: 20px 0;
    }

    .consultation .consultation__right-content {
        width: 85%;
    }

    .consultation .consultation__left-content {
        max-width: 85%;
    }

    .consultation .consultation-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .consultation .consultation__right-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 26px;
    }

    .consultation .right-content__photo {
        margin-right: 0;
        margin-bottom: 18px;
        max-width: 100%;
    }

    .consultation .consultation-wrapper {
        padding: 20px;
    }

    .consultation .consultation__right-content {
        width: 100%;
    }

    .consultation .consultation__left-content {
        max-width: 100%;
    }

    .consultation .consultation__left-content h2 {
        font-size: 24px;
        line-height: 142%;
    }

    .consultation .consultation__left-content h2 p {
        font-size: 16px;
    }
}

@media (max-width: 600px) {
    .consultation .consultation-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .consultation .consultation__right-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 26px;
    }

    .consultation .right-content__photo {
        margin-right: 0;
        margin-bottom: 18px;
        max-width: 100%;
    }

    .consultation .consultation-wrapper {
        padding: 20px;
    }

    .consultation .consultation__right-content {
        width: 100%;
    }

    .consultation .consultation__left-content {
        max-width: 100%;
    }

    .consultation .consultation__left-content h2 {
        font-size: 24px;
        line-height: 142%;
    }

    .consultation .consultation__left-content h2 p {
        font-size: 16px;
    }
}

.home .posts_section h2 {
    margin-bottom: 10px;
}

.home .posts_section p {
    margin: 0 auto;
    max-width: 1000px;
    margin-bottom: 52px;
}

.firms-list {
    overflow: hidden;
    border-bottom: 1px solid #F7F7F7;
}

.firms-list .full-container {
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 60px;
}

@media (max-width: 1279px) {
    .firms-list .full-container {
        padding: 0;
    }
}

.firms-list .full-container .text-line {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 48px;
    color: #161515;
    margin-right: 75px;
    max-width: 330px;
    width: 100%;
}

@media (max-width: 1700px) {
    .firms-list .full-container .text-line {
        font-size: 32px;
        max-width: 380px;
    }
}

@media (max-width: 1279px) {
    .firms-list .full-container .text-line {
        display: none;
    }
}

@media (max-width: 1100px) {
    .home .services_blocks_section {
        margin-bottom: 0 !important;
    }
}

.home .reviews_section .wys * {
    text-align: center !important;
}

@media (max-width: 876px) {
    .home .reviews_section {
        margin-top: 70px;
    }
}

.home .reviews_section .top_reviews .swiper-slide {
    border: 2px solid #F5F5F5;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 63px 40px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 576px) {
    .home .reviews_section .top_reviews .swiper-slide {
        border: none !important;
        padding: 0 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

.home .reviews_section .top_reviews .swiper-slide:hover {
    border: 2px solid #161515;
    -webkit-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
    -webkit-box-shadow: 8px 8px 0 #161515;
    box-shadow: 8px 8px 0 #161515;
}

footer .top-footer .right-content .social-media-wrap a:hover {
    color: #C4C4C4;
}

footer .top-footer .right-content .social-media-wrap a:hover path {
    fill: #C4C4C4 !important;
}

@media (max-width: 576px) {
    .banner-home .flex-wrapper .left-content .button-pink {
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    .home .posts_section .posts-wrapper .post .img_post img {
        height: 175px;
    }
}

.home .services_blocks_section .wrapper_title_subtitle h2 {
    font-family: "Inter";
    font-style: normal;
    font-size: 38px;
    line-height: 1.26;
    color: #161515;
    text-align: left;
}

.home .services_blocks_section .wrapper_title_subtitle h2 strong {
    display: block;
}

@media (max-width: 1023px) {
    .home .services_blocks_section .wrapper_title_subtitle h2 strong {
        display: inline;
    }
}

@media (max-width: 1023px) {
    .home .services_blocks_section .wrapper_title_subtitle h2 {
        font-family: "Inter";
        font-style: normal;
        font-weight: 600;
        font-size: 38px;
        line-height: 48px;
        color: #161515;
    }
}

.mb-60 {
    margin-bottom: 32px;
}

.services_blocks_section .block_services .icon_block {
    margin-bottom: 0 !important;
}

.cases_section .swiper-button-next, .cases_section .swiper-button-prev {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.home .posts_section .posts-wrapper .post {
    margin-bottom: 0 !important;
}

.reach-out-section .flex-wrapper .right-content {
    max-width: 446px;
    width: 100%;
}

input[type=text]:focus::-webkit-input-placeholder, input[type=url]:focus::-webkit-input-placeholder, input[type=tel]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, input[type=url]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #EE2A59;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.fancybox__content > .carousel__button.is-close {
    top: 10px;
    right: 10px;
    color: #161616;
}

.fancybox__content > .carousel__button.is-close svg {
    width: 18px;
    height: 18px;
    -webkit-filter: none;
    filter: none;
}

input[type=submit] {
    -webkit-appearance: none !important;
}

.wrap-footer-right {
    max-width: 500px;
    width: 100%;
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 0;
}

@media (max-width: 1200px) {
    .wrap-footer-right {
        max-width: 100%;
        margin-top: 25px;
    }
}

@media (max-width: 768px) {
    .wrap-footer-right {
        display: none;
    }
}

.wrap-footer-right img, .wrap-footer-right svg {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    max-width: 164px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 20px;
    border: 0.1px solid transparent;
    margin-right: 11px;
}

.wrap-footer-right img path, .wrap-footer-right svg path {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.wrap-footer-right:last-child {
    margin-right: 0;
}

.wrap-footer-right .logo_link {
    display: inline-block;
    margin-right: 11px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.wrap-footer-right .logo_link:hover svg path {
    fill: #fff;
}

.wrap-footer-right .logo_link:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.text-after {
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    padding-left: 180px;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .text-after {
        display: none;
    }
}

.top-header {
    background: #015EB8;
    padding: 12px 0;
    text-align: center;
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    color: #FFD101;
}

@media (max-width: 768px) {
    .top-header {
        padding: 13px 0;
        font-size: 16px;
        line-height: 1.48;
    }
}

@media (max-width: 360px) {
    .top-header {
        font-size: 14px;
    }
}

.top-header .row1525 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.top-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #FFD101;
    margin-left: 5px;
}

@media (max-width: 768px) {
    .top-header a {
        font-size: 16px;
        line-height: 1.48;
    }
}

@media (max-width: 360px) {
    .top-header a {
        font-size: 14px;
    }
}

.top-header a svg {
    margin-left: 5px;
}

@media (max-width: 768px) {
    .top-header a svg {
        display: none;
    }
}

.services_blocks_section .block_services .block_title {
    display: block;
}

.single-services .awards_section .swiper-awards .swiper-slide:first-child {
    -webkit-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
    border: 2px solid #161515;
    -webkit-box-shadow: 8px 8px 0 #161515;
    box-shadow: 8px 8px 0 #161515;
}

@media (max-width: 576px) {
    .single-services .services_blocks_section .block_services {
        margin-bottom: 0 !important;
    }

    .single-services .reviews_section .top_reviews {
        margin-bottom: 64px !important;
    }

    .single-services .posts_section .posts-wrapper .post .img_post img {
        height: 220px;
    }

    .single-services .posts_section {
        margin-bottom: 20px !important;
    }

    .single-services .posts_section .posts-wrapper .swiper-pagination {
        bottom: 0px !important;
    }
}

@media (max-width: 576px) {
    .services_page .banner-case .flex-wrapper .left-content .wys h1 span {
        color: #fff !important;
    }
}

@media (max-width: 576px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .post-content .page-values {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (max-width: 576px) {
    .banner-case {
        -webkit-border-radius: 0px 0px 16px 16px !important;
        border-radius: 0px 0px 16px 16px !important;
    }
}

@media (max-width: 576px) {
    .flexible_single_case .cases_section_single_case {
        margin: 80px 0 100px !important;
    }
}

@media (max-width: 425px) {
    .flexible_single_case .white_card_with_border .about-company-factors .button-pink svg {
        width: 60px !important;
        height: 18px !important;
    }
}

.home #logo {
    pointer-events: none;
}

.services_blocks_section .block_services .block_title {
    display: inline-block;
    position: relative;
    border-bottom: none;
    overflow: hidden;
    color: #161515;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

.services_blocks_section .block_services .block_title:hover {
    background-position: 0 100%;
}

header .row1525 > .wrapper > .left-content #logo svg {
    width: 100%;
    height: 100%;
}

#logo.act #ecYqgoJfeSW4_to {
    -webkit-animation: ecYqgoJfeSW4_to__to 300ms linear 1 normal forwards;
    animation: ecYqgoJfeSW4_to__to 300ms linear 1 normal forwards;
}

#logo.act #ecYqgoJfeSW9_to {
    -webkit-animation: ecYqgoJfeSW9_to__to 300ms linear 1 normal forwards;
    animation: ecYqgoJfeSW9_to__to 300ms linear 1 normal forwards;
}

#logo.no-act #ecYqgoJfeSW4_to {
    animation: ecYqgoJfeSW4_to__to_revert 300ms linear 1 reverse forwards;
}

#logo.no-act #ecYqgoJfeSW9_to {
    animation: ecYqgoJfeSW9_to__to_revert 300ms linear 1 reverse forwards;
}

@-webkit-keyframes ecYqgoJfeSW4_to__to {
    0% {
        -webkit-transform: translate(-40.134637px, 32px);
        transform: translate(-40.134637px, 32px);
    }
    2% {
        -webkit-transform: translate(-39.774637px, 33px);
        transform: translate(-39.774637px, 33px);
    }
    32% {
        -webkit-transform: translate(-19.234086px, 32.693878px);
        transform: translate(-19.234086px, 32.693878px);
    }
    100% {
        -webkit-transform: translate(27.865363px, 32px);
        transform: translate(27.865363px, 32px);
    }
}

@keyframes ecYqgoJfeSW4_to__to {
    0% {
        -webkit-transform: translate(-40.134637px, 32px);
        transform: translate(-40.134637px, 32px);
    }
    2% {
        -webkit-transform: translate(-39.774637px, 33px);
        transform: translate(-39.774637px, 33px);
    }
    32% {
        -webkit-transform: translate(-19.234086px, 32.693878px);
        transform: translate(-19.234086px, 32.693878px);
    }
    100% {
        -webkit-transform: translate(27.865363px, 32px);
        transform: translate(27.865363px, 32px);
    }
}

@-webkit-keyframes ecYqgoJfeSW9_to__to {
    0% {
        -webkit-transform: translate(-38.409721px, 31.173988px);
        transform: translate(-38.409721px, 31.173988px);
    }
    16% {
        -webkit-transform: translate(-22.529721px, 31.173988px);
        transform: translate(-22.529721px, 31.173988px);
    }
    100% {
        -webkit-transform: translate(29.590279px, 31.173988px);
        transform: translate(29.590279px, 31.173988px);
    }
}

@keyframes ecYqgoJfeSW9_to__to {
    0% {
        -webkit-transform: translate(-38.409721px, 31.173988px);
        transform: translate(-38.409721px, 31.173988px);
    }
    16% {
        -webkit-transform: translate(-22.529721px, 31.173988px);
        transform: translate(-22.529721px, 31.173988px);
    }
    100% {
        -webkit-transform: translate(29.590279px, 31.173988px);
        transform: translate(29.590279px, 31.173988px);
    }
}

@-webkit-keyframes ecYqgoJfeSW4_to__to_revert {
    0% {
        -webkit-transform: translate(-40.134637px, 32px);
        transform: translate(-40.134637px, 32px);
    }
    2% {
        -webkit-transform: translate(-39.774637px, 33px);
        transform: translate(-39.774637px, 33px);
    }
    32% {
        -webkit-transform: translate(-19.234086px, 32.693878px);
        transform: translate(-19.234086px, 32.693878px);
    }
    100% {
        -webkit-transform: translate(27.865363px, 32px);
        transform: translate(27.865363px, 32px);
    }
}

@keyframes ecYqgoJfeSW4_to__to_revert {
    0% {
        -webkit-transform: translate(-40.134637px, 32px);
        transform: translate(-40.134637px, 32px);
    }
    2% {
        -webkit-transform: translate(-39.774637px, 33px);
        transform: translate(-39.774637px, 33px);
    }
    32% {
        -webkit-transform: translate(-19.234086px, 32.693878px);
        transform: translate(-19.234086px, 32.693878px);
    }
    100% {
        -webkit-transform: translate(27.865363px, 32px);
        transform: translate(27.865363px, 32px);
    }
}

@-webkit-keyframes ecYqgoJfeSW9_to__to_revert {
    0% {
        -webkit-transform: translate(-38.409721px, 31.173988px);
        transform: translate(-38.409721px, 31.173988px);
    }
    16% {
        -webkit-transform: translate(-22.529721px, 31.173988px);
        transform: translate(-22.529721px, 31.173988px);
    }
    100% {
        -webkit-transform: translate(29.590279px, 31.173988px);
        transform: translate(29.590279px, 31.173988px);
    }
}

@keyframes ecYqgoJfeSW9_to__to_revert {
    0% {
        -webkit-transform: translate(-38.409721px, 31.173988px);
        transform: translate(-38.409721px, 31.173988px);
    }
    16% {
        -webkit-transform: translate(-22.529721px, 31.173988px);
        transform: translate(-22.529721px, 31.173988px);
    }
    100% {
        -webkit-transform: translate(29.590279px, 31.173988px);
        transform: translate(29.590279px, 31.173988px);
    }
}

#commentform {
    position: relative;
}

#comment-status {
    padding-top: 20px;
}

#comment-status .ajax-error {
    color: #EE2A59;
    font-family: "Inter";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}

#comment-status .loader {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#comment-status .ajax-success {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 10;
}

#comment-status .ajax-success .thank-you {
    width: 100%;
    height: 100%;
    background: #ffffff;
    text-align: 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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#comment-status .ajax-success .thank-you svg, #comment-status .ajax-success .thank-you img {
    margin-bottom: 45px;
}

#comment-status .ajax-success .thank-you .title-tahk-you {
    font-family: "Inter";
    font-weight: 600;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #161515;
    margin-bottom: 10px;
}

#comment-status .ajax-success .thank-you .sub-title-thank-you {
    font-family: "Inter";
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #161515;
    opacity: 0.5;
    margin-bottom: 75px;
}

#comment-status .ajax-success .thank-you .tahnk-you-button {
    font-family: "Inter";
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #FFFFFF;
    background: #EE2A59;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 12px 150px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

@media (max-width: 767px) {
    #comment-status .ajax-success .thank-you .tahnk-you-button {
        padding: 12px 120px;
    }
}

#comment-status .ajax-success .thank-you .tahnk-you-button:after {
    position: absolute;
    content: "";
    background: #FF3D6B;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

#comment-status .ajax-success .thank-you .tahnk-you-button:hover {
    text-decoration: none;
}

#comment-status .ajax-success .thank-you .tahnk-you-button:hover:after {
    left: 0;
}

#comment-status .ajax-success .thank-you .tahnk-you-button span {
    position: relative;
    z-index: 10;
}

a {
    color: #161515;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
}

.btn {
    position: relative;
    padding: 17px 20px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    font-family: "Inter", sans-serif;
    color: #FFFFFF;
    background: #EE2A59;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    overflow: hidden;
    border: none;
}

.btn:after {
    position: absolute;
    content: "";
    background: #FF3D6B;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.btn:hover {
    text-decoration: none;
}

.btn:hover:after {
    left: 0;
}

.btn:active {
    background: #161515 !important;
}

.btn:disabled {
    background: #EBEBEB !important;
    color: #C4C4C4;
}

.btn svg {
    position: relative;
    z-index: 3;
}

.tpl-single-case, .case-wrap-index {
    /*----------------------------------------------------------------------*/
    /*----------------------------------------------------------------------*/
    /*---------------------------------------------*/
    /*-----------------------------------------------------------------------------------------------*/
    /*-------------------------------------------------------------------*/
    /*--------------index--------------------------------------------------------------*/
    /*--------------consultation--------------------------------------------------------------*/
    /*--------------expert-blog--------------------------------------------------------------*/
    /*--------------slider--------------------------------------------------------------*/
    /*--------------cards-clients--------------------------------------------------------------*/
    /*--------------links-team--------------------------------------------------------------*/
    /*--------------PAGE-reviews--------------------------------------------------------------*/
}

.tpl-single-case a, .case-wrap-index a {
    border-bottom: 1px solid #161515;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tpl-single-case .header-cs-content, .case-wrap-index .header-cs-content {
    background-color: #161515;
    -webkit-border-radius: 0px 0px 40px 40px;
    border-radius: 0px 0px 40px 40px;
    padding: 205px 0 138px;
}

.tpl-single-case .header-cs-content__wrapper, .case-wrap-index .header-cs-content__wrapper {
    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;
}

.tpl-single-case .header-cs-content__right, .case-wrap-index .header-cs-content__right {
    max-width: 633px;
    padding-right: 20px;
}

.tpl-single-case .breadcrumbs, .case-wrap-index .breadcrumbs {
    margin-bottom: 20px;
}

.tpl-single-case .breadcrumbs span, .tpl-single-case .breadcrumbs span a, .case-wrap-index .breadcrumbs span, .case-wrap-index .breadcrumbs span a {
    font-weight: 400;
    font-size: 14px;
    line-height: 121%;
    color: #fff;
}

.tpl-single-case .breadcrumbs span a, .case-wrap-index .breadcrumbs span a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tpl-single-case .breadcrumbs span a:hover, .case-wrap-index .breadcrumbs span a:hover {
    color: #EE2A59;
}

.tpl-single-case .header-cs-content__right-wrap, .case-wrap-index .header-cs-content__right-wrap {
    color: #fff;
    margin-right: 20px;
}

.tpl-single-case .header-cs-conten__title, .case-wrap-index .header-cs-conten__title {
    font-size: 48px;
    line-height: 121%;
    margin-bottom: 20px;
}

.tpl-single-case .header-cs-conten__title span, .case-wrap-index .header-cs-conten__title span {
    color: #EE2A59;
}

.tpl-single-case .header-cs-conten__text, .case-wrap-index .header-cs-conten__text {
    font-weight: 400;
    line-height: 156%;
}

.tpl-single-case .header-cs-content__left, .case-wrap-index .header-cs-content__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.tpl-single-case .card, .case-wrap-index .card {
    max-width: 207px;
    width: 100%;
    min-height: 240px;
    position: relative;
}

.tpl-single-case .card:not(:last-child), .case-wrap-index .card:not(:last-child) {
    margin-right: 30px;
}

.tpl-single-case .card a, .case-wrap-index .card a {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 3;
    border: 2px solid #848484;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background-color: #161515;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.tpl-single-case .card a:hover, .case-wrap-index .card a:hover {
    border: 2px solid #EE2A59;
    -webkit-transform: translate(-9px, -10px);
    -ms-transform: translate(-9px, -10px);
    transform: translate(-9px, -10px);
    -webkit-box-shadow: 9px 10px 0 #EE2A59;
    box-shadow: 9px 10px 0 #EE2A59;
}

.tpl-single-case .card-link span, .case-wrap-index .card-link span {
    color: #fff;
    display: block;
}

.tpl-single-case .card-link .card-index, .case-wrap-index .card-link .card-index {
    font-size: 38px;
    line-height: 126%;
}

.tpl-single-case .card-link .text, .case-wrap-index .card-link .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
}

.tpl-single-case .card-link img, .case-wrap-index .card-link img {
    display: block;
    max-width: 54px;
    max-height: 54px;
}

.tpl-single-case .card-link .card-link-wrap, .case-wrap-index .card-link .card-link-wrap {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 118px;
    min-height: 185px;
    position: absolute;
    top: 26px;
    left: 34px;
}

.tpl-single-case .wrapper-cs-content, .case-wrap-index .wrapper-cs-content {
    overflow-x: hidden;
    padding: 69px 0 0 0;
}

.tpl-single-case .row1428, .case-wrap-index .row1428 {
    max-width: 1428px;
    margin: 0 auto;
    width: 94%;
}

.tpl-single-case .case-studies-top, .case-wrap-index .case-studies-top {
    margin-bottom: 86px;
}

.tpl-single-case .case-studies-tabs, .case-wrap-index .case-studies-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.tpl-single-case .case-studies-tabs .cs-tab-active, .case-wrap-index .case-studies-tabs .cs-tab-active {
    border-bottom: 2px solid #EE2A59;
}

.tpl-single-case .cs-tab:not(:last-child), .case-wrap-index .cs-tab:not(:last-child) {
    margin-right: 53px;
}

.tpl-single-case .cs-tab, .case-wrap-index .cs-tab {
    background: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.55em;
    font-family: inherit;
    display: block;
    border: 2px solid white;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tpl-single-case .cs-tab:hover, .case-wrap-index .cs-tab:hover {
    border-bottom: 2px solid #EE2A59;
}

.tpl-single-case .page-content-wrap:nth-child(even), .case-wrap-index .page-content-wrap:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tpl-single-case .page-content-wrap:nth-child(even) .page-right-content__wrap, .case-wrap-index .page-content-wrap:nth-child(even) .page-right-content__wrap {
    margin: 0;
}

.tpl-single-case .page-content-wrap:nth-child(odd), .case-wrap-index .page-content-wrap:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.tpl-single-case .page-content-wrap:nth-child(odd) .reverse-right-content__wrap, .case-wrap-index .page-content-wrap:nth-child(odd) .reverse-right-content__wrap {
    margin: 0 auto;
}

.tpl-single-case .subtitle-m, .case-wrap-index .subtitle-m {
    display: none;
}

.tpl-single-case .page-content-wrap:not(:last-child), .case-wrap-index .page-content-wrap:not(:last-child) {
    margin-bottom: 166px;
}

.tpl-single-case .tab-content-cs, .case-wrap-index .tab-content-cs {
    display: none;
}

.tpl-single-case .tab-content-cs:not(:last-child), .case-wrap-index .tab-content-cs:not(:last-child) {
    margin-bottom: 166px;
}

.tpl-single-case .page-content-wrap, .case-wrap-index .page-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-single-case .page-left-content, .case-wrap-index .page-left-content {
    position: relative;
    max-width: 565px;
    width: 100%;
}

.tpl-single-case .label-cont, .case-wrap-index .label-cont {
    width: 100%;
    height: 100%;
    position: relative;
}

.tpl-single-case .label-cont img, .case-wrap-index .label-cont img {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.tpl-single-case .label-cont::before, .case-wrap-index .label-cont::before {
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, from(#232323), to(rgba(26, 26, 26, 0)));
    background: -webkit-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: -o-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: linear-gradient(0deg, #232323 0%, rgba(26, 26, 26, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.tpl-single-case .label-cont .label-center-cont__wrap, .case-wrap-index .label-cont .label-center-cont__wrap {
    width: 100%;
}

.tpl-single-case .label-center-cont, .case-wrap-index .label-center-cont {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tpl-single-case .label-center-cont .label-center-cont__wrap, .case-wrap-index .label-center-cont .label-center-cont__wrap {
    width: 100%;
}

.tpl-single-case .label-center-cont p, .case-wrap-index .label-center-cont p {
    margin: 0 auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    margin-top: 31px;
    max-width: 245px;
    color: #fff;
}

.tpl-single-case .cs-lable, .case-wrap-index .cs-lable {
    width: 35%;
    margin: 0 auto;
}

.tpl-single-case .cs-lable img, .case-wrap-index .cs-lable img {
    width: 100%;
}

.tpl-single-case .page-right-content, .tpl-single-case .reverse-right-content, .case-wrap-index .page-right-content, .case-wrap-index .reverse-right-content {
    width: 60%;
    padding: 0 15px;
    margin: 0 -15px;
}

.tpl-single-case .page-right-content__wrap, .tpl-single-case .reverse-right-content__wrap, .case-wrap-index .page-right-content__wrap, .case-wrap-index .reverse-right-content__wrap {
    max-width: 524px;
    margin: 0 auto;
}

.tpl-single-case .page-right-content__wrap > *:not(:last-child), .tpl-single-case .reverse-right-content__wrap > *:not(:last-child), .case-wrap-index .page-right-content__wrap > *:not(:last-child), .case-wrap-index .reverse-right-content__wrap > *:not(:last-child) {
    margin: 0px 0px 30px 0px;
}

.tpl-single-case .page-right-content__wrap p, .tpl-single-case .reverse-right-content__wrap p, .case-wrap-index .page-right-content__wrap p, .case-wrap-index .reverse-right-content__wrap p {
    font-weight: 400;
    line-height: 156%;
}

.tpl-single-case .page-right-content__wrap .market, .tpl-single-case .reverse-right-content__wrap .market, .case-wrap-index .page-right-content__wrap .market, .case-wrap-index .reverse-right-content__wrap .market {
    font-size: 16px;
}

.tpl-single-case .page-right-content__wrap a, .tpl-single-case .reverse-right-content__wrap a, .case-wrap-index .page-right-content__wrap a, .case-wrap-index .reverse-right-content__wrap a {
    color: #161515;
    border-bottom: 2px solid #161515;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    line-height: 156%;
}

.tpl-single-case .page-right-content__wrap a:hover, .tpl-single-case .reverse-right-content__wrap a:hover, .case-wrap-index .page-right-content__wrap a:hover, .case-wrap-index .reverse-right-content__wrap a:hover {
    border-bottom: 2px solid #EE2A59;
}

.tpl-single-case .page-right-content__wrap a:active, .tpl-single-case .reverse-right-content__wrap a:active, .case-wrap-index .page-right-content__wrap a:active, .case-wrap-index .reverse-right-content__wrap a:active {
    color: #EE2A59;
}

.tpl-single-case .country, .case-wrap-index .country {
    font-weight: 600;
}

.tpl-single-case .page-values, .tpl-single-case .reverse-values, .case-wrap-index .page-values, .case-wrap-index .reverse-values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tpl-single-case .value-result, .case-wrap-index .value-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tpl-single-case .value-result:not(:last-child), .case-wrap-index .value-result:not(:last-child) {
    margin-right: 90px;
}

.tpl-single-case .subtitle, .tpl-single-case .subtitle-value, .tpl-single-case .subtitle-m, .case-wrap-index .subtitle, .case-wrap-index .subtitle-value, .case-wrap-index .subtitle-m {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.tpl-single-case .num, .case-wrap-index .num {
    color: #EE2A59;
    font-size: 44px;
    line-height: 126%;
    margin-top: 5px;
}

.tpl-single-case .page-content-wrap, .case-wrap-index .page-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tpl-single-case .cs-pagination, .case-wrap-index .cs-pagination {
    padding: 68px 0 60px;
}

.tpl-single-case .cs-pagination__page, .case-wrap-index .cs-pagination__page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-single-case .cs-pagination__page > *:not(:last-child), .case-wrap-index .cs-pagination__page > *:not(:last-child) {
    margin-right: 10px;
}

.tpl-single-case .cs-pagination__page a, .case-wrap-index .cs-pagination__page a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tpl-single-case .cs-pagination__page a:hover, .case-wrap-index .cs-pagination__page a:hover {
    border: 2px solid #161515;
}

.tpl-single-case .cs-pagination__page a:active, .case-wrap-index .cs-pagination__page a:active {
    background-color: #161515;
    color: #fff;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.tpl-single-case .current, .tpl-single-case .cs-page, .tpl-single-case .extend, .case-wrap-index .current, .case-wrap-index .cs-page, .case-wrap-index .extend {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #161515;
    font-weight: 500;
    font-size: 14px;
    line-height: 121%;
    padding: 16px;
}

.tpl-single-case .current, .case-wrap-index .current {
    border: 2px solid #161515;
}

.tpl-single-case .cs-page, .tpl-single-case .extend, .case-wrap-index .cs-page, .case-wrap-index .extend {
    border: 2px solid #EBEBEB;
}

.tpl-single-case .cs-page-next, .case-wrap-index .cs-page-next {
    border: 2px solid #EBEBEB;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #161515;
    width: 136px;
    height: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 121%;
    padding: 16px;
}

.tpl-single-case .reverse-right-content__wrap, .case-wrap-index .reverse-right-content__wrap {
    margin: 0;
}

.tpl-single-case .cs-bottom-content, .case-wrap-index .cs-bottom-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.tpl-single-case .livepage-form, .case-wrap-index .livepage-form {
    padding: 100px 0;
}

.tpl-single-case .cs-bottom-content .left-content, .case-wrap-index .cs-bottom-content .left-content {
    max-width: 802px;
    margin-right: 20px;
}

.tpl-single-case .cs-bottom-content .left-content .form-text, .case-wrap-index .cs-bottom-content .left-content .form-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    margin-bottom: 2px;
}

.tpl-single-case .form-wrapper, .case-wrap-index .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 13px;
}

.tpl-single-case .form-wrapper .wpcf7-form-control, .case-wrap-index .form-wrapper .wpcf7-form-control {
    height: 54px;
    max-width: 100%;
    width: 100%;
    padding: 0 22px;
}

.tpl-single-case .form-wrapper label, .case-wrap-index .form-wrapper label {
    width: 48%;
}

.tpl-single-case .form-wrapper label:nth-last-child(n+3), .case-wrap-index .form-wrapper label:nth-last-child(n+3) {
    margin-bottom: 17px;
}

.tpl-single-case .form-help-text, .case-wrap-index .form-help-text {
    width: 100%;
    height: 106px;
    margin-bottom: 29px;
    padding: 10px 0 0 19px;
    resize: none;
}

.tpl-single-case .form-help-text, .tpl-single-case .wpcf7-form-control, .case-wrap-index .form-help-text, .case-wrap-index .wpcf7-form-control {
    font-family: "Inter", sans-serif;
    background: #F7F7F7;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: #161515;
}

.tpl-single-case .form-help-text:focus, .tpl-single-case .wpcf7-form-control:focus, .case-wrap-index .form-help-text:focus, .case-wrap-index .wpcf7-form-control:focus {
    border: 1px solid #EE2A59;
}

.tpl-single-case input[type=text]:focus::-webkit-input-placeholder, .case-wrap-index input[type=text]:focus::-webkit-input-placeholder {
    color: #EE2A59;
}

.tpl-single-case input[type=tel]:focus::-webkit-input-placeholder, .case-wrap-index input[type=tel]:focus::-webkit-input-placeholder {
    color: #EE2A59;
}

.tpl-single-case input[type=email]:focus::-webkit-input-placeholder, .case-wrap-index input[type=email]:focus::-webkit-input-placeholder {
    color: #EE2A59;
}

.tpl-single-case input[type=url]:focus::-webkit-input-placeholder, .case-wrap-index input[type=url]:focus::-webkit-input-placeholder {
    color: #EE2A59;
}

.tpl-single-case textarea:focus::-webkit-input-placeholder, .case-wrap-index textarea:focus::-webkit-input-placeholder {
    color: #EE2A59;
}

.tpl-single-case .cs-bottom-content .right-content, .case-wrap-index .cs-bottom-content .right-content {
    max-width: 446px;
    border: 2px solid #E0E0E0;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    width: 100%;
    height: 614px;
}

.tpl-single-case .card-person, .case-wrap-index .card-person {
    text-align: center;
    padding: 71px 0 0 0;
}

.tpl-single-case .pers-photo, .case-wrap-index .pers-photo {
    max-width: 240px;
    position: relative;
    min-height: 240px;
    margin: 0 auto;
    margin-bottom: 46px;
}

.tpl-single-case .pers-photo img, .case-wrap-index .pers-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 500px;
    border-radius: 500px;
}

.tpl-single-case .wys-name span, .case-wrap-index .wys-name span {
    display: block;
}

.tpl-single-case .wys-name .fullname, .case-wrap-index .wys-name .fullname {
    font-size: 30px;
    line-height: 197%;
    font-weight: 400;
}

.tpl-single-case .wys-name .skill, .case-wrap-index .wys-name .skill {
    font-size: 16px;
    line-height: 162%;
    color: #EE2A59;
    margin-bottom: 62px;
}

.tpl-single-case .wys-text, .case-wrap-index .wys-text {
    border-top: 2px solid #E0E0E0;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    padding: 24px 0 38px 0;
}

.tpl-single-case .wys-text p, .case-wrap-index .wys-text p {
    max-width: 200px;
    margin: 0 auto;
}

.tpl-single-case .left-content-title, .case-wrap-index .left-content-title {
    font-size: 48px;
    line-height: 1.21;
    padding-bottom: 10px;
}

.tpl-single-case .left-content-text, .case-wrap-index .left-content-text {
    font-weight: 400;
    line-height: 156%;
    margin-bottom: 27px;
}

.tpl-single-case .row1490, .case-wrap-index .row1490 {
    max-width: 1490px;
    width: 94%;
    margin: 0 auto;
}

.tpl-single-case .firm-item:not(:last-child), .case-wrap-index .firm-item:not(:last-child) {
    margin-right: 15px;
}

.tpl-single-case .firm-item img, .case-wrap-index .firm-item img {
    max-width: 100%;
}

.tpl-single-case .firm-item a, .case-wrap-index .firm-item a {
    border: none;
}

.tpl-single-case .lp-team, .case-wrap-index .lp-team {
    padding: 50px 0;
}

.tpl-single-case .lp-team-wrap, .case-wrap-index .lp-team-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tpl-single-case .team-photo, .case-wrap-index .team-photo {
    min-height: 500px;
    max-width: 40.2%;
    position: relative;
    width: 100%;
    margin-right: 20px;
}

.tpl-single-case .team-photo img, .case-wrap-index .team-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.tpl-single-case .lp-team-title, .case-wrap-index .lp-team-title {
    font-size: 48px;
    line-height: 121%;
    max-width: 655px;
}

.tpl-single-case .lp-team-title span, .case-wrap-index .lp-team-title span {
    color: #EE2A59;
    font-size: 48px;
    line-height: 121%;
}

.tpl-single-case .our-results, .case-wrap-index .our-results {
    padding: 50px 0;
}

@media (max-width: 576px) {
    .tpl-single-case .our-results, .case-wrap-index .our-results {
        padding: 24px 0;
    }
}

.tpl-single-case .general-wys, .case-wrap-index .general-wys {
    text-align: center;
    max-width: 838px;
    margin: 0 auto 52px auto;
}

@media (max-width: 1024px) {
    .tpl-single-case .general-wys, .case-wrap-index .general-wys {
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 576px) {
    .tpl-single-case .general-wys, .case-wrap-index .general-wys {
        margin: 0 auto 19px auto;
    }
}

.tpl-single-case .general-wys p, .case-wrap-index .general-wys p {
    font-weight: 400;
    line-height: 156%;
}

.tpl-single-case .swiper-our-result, .case-wrap-index .swiper-our-result {
    width: 100%;
}

.tpl-single-case .swiper-expert-blog, .case-wrap-index .swiper-expert-blog {
    width: 100%;
    min-height: 414px;
}

.tpl-single-case .slide-content-wrap .page-right-content__title, .case-wrap-index .slide-content-wrap .page-right-content__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    color: #363636;
    margin-bottom: 6px;
    max-width: 90%;
}

.tpl-single-case .slide-content-wrap .page-right-content__text, .case-wrap-index .slide-content-wrap .page-right-content__text {
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 212px;
}

.tpl-single-case .slide-content-wrap .page-left-content, .case-wrap-index .slide-content-wrap .page-left-content {
    margin-bottom: 34px;
}

.tpl-single-case .consultation, .case-wrap-index .consultation {
    padding: 50px 0;
}

.tpl-single-case .consultation *, .case-wrap-index .consultation * {
    color: #fff;
}

.tpl-single-case .consultation-wrapper, .case-wrap-index .consultation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #161515;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-single-case .consultation__right-content, .case-wrap-index .consultation__right-content {
    padding: 53px 20px 41px 53px;
    width: 32.5%;
}

.tpl-single-case .right-content__photo, .case-wrap-index .right-content__photo {
    max-width: 380px;
    width: 100%;
    min-height: 380px;
    position: relative;
    margin-bottom: 34px;
}

.tpl-single-case .right-content__photo img, .case-wrap-index .right-content__photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.tpl-single-case .right-content__info, .case-wrap-index .right-content__info {
    text-align: center;
}

.tpl-single-case .right-content__info h4, .case-wrap-index .right-content__info h4 {
    font-size: 24px;
    line-height: 125%;
    padding-bottom: 10px;
}

.tpl-single-case .right-content__info p, .case-wrap-index .right-content__info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    max-width: 380px;
    margin: 0 auto;
}

.tpl-single-case .consultation__left-content, .case-wrap-index .consultation__left-content {
    max-width: 627px;
    margin: 0 auto;
}

.tpl-single-case .consultation__left-content h2, .case-wrap-index .consultation__left-content h2 {
    padding-bottom: 30px;
    font-size: 38px;
    line-height: 121%;
}

.tpl-single-case .consultation__left-content p, .case-wrap-index .consultation__left-content p {
    font-weight: 400;
    line-height: 156%;
    margin-bottom: 30px;
}

.tpl-single-case .consultation__left-content .quote_img, .case-wrap-index .consultation__left-content .quote_img {
    width: 36px;
    height: 29px;
    display: block;
    margin-bottom: 30px;
}

.tpl-single-case .consultation__left-content .quote_img::before, .case-wrap-index .consultation__left-content .quote_img::before {
    content: "";
    background: url(../img/quotation-mark.svg) no-repeat center;
    display: block;
    width: 36px;
    height: 29px;
}

.tpl-single-case .consultation-btn, .case-wrap-index .consultation-btn {
    text-align: center;
    padding: 17px 10px;
    text-transform: none;
    min-height: 50px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    max-width: 300px;
    width: 100%;
}

@media (max-width: 768px) {
    .tpl-single-case .consultation-btn, .case-wrap-index .consultation-btn {
        max-width: 100%;
    }
}

.tpl-single-case .expert-blog, .case-wrap-index .expert-blog {
    padding: 50px 0;
}

.tpl-single-case .expert-blog__cards, .case-wrap-index .expert-blog__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tpl-single-case .expert-blog__card, .case-wrap-index .expert-blog__card {
    width: 100%;
}

.tpl-single-case .expert-blog__card-image, .case-wrap-index .expert-blog__card-image {
    min-height: 260px;
    position: relative;
    margin-bottom: 31px;
}

.tpl-single-case .expert-blog__card-image .description, .case-wrap-index .expert-blog__card-image .description {
    position: absolute;
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#232323), to(rgba(26, 26, 26, 0)));
    background: -webkit-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: -o-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: linear-gradient(0deg, #232323 0%, rgba(26, 26, 26, 0) 100%);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    z-index: 2;
    width: 100%;
    height: 59.6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 54px 21px 0 21px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tpl-single-case .expert-blog__card-image .description span, .case-wrap-index .expert-blog__card-image .description span {
    font-weight: 400;
    font-size: 50px;
    line-height: 56%;
    color: #fff;
    display: block;
}

.tpl-single-case .expert-blog__card-image .card-image, .case-wrap-index .expert-blog__card-image .card-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.tpl-single-case .expert-blog__card-image .card-image-logo, .case-wrap-index .expert-blog__card-image .card-image-logo {
    position: absolute;
    max-width: 35px;
    max-height: 35px;
    top: 25px;
    left: 21px;
}

.tpl-single-case .expert-blog__card-image p, .case-wrap-index .expert-blog__card-image p {
    max-width: 60%;
    color: #F7F7F7;
    line-height: 156%;
}

.tpl-single-case .expert-blog__card-wys .card-wys-link, .case-wrap-index .expert-blog__card-wys .card-wys-link {
    font-size: 24px;
    line-height: 133%;
    color: #363636;
    max-width: 344px;
    display: block;
    border: none;
}

.tpl-single-case .expert-blog__card-wys .card-wys-link:hover, .case-wrap-index .expert-blog__card-wys .card-wys-link:hover {
    text-decoration: underline;
}

.tpl-single-case .card-wys-date, .case-wrap-index .card-wys-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}

.tpl-single-case .card-wys-date span, .case-wrap-index .card-wys-date span {
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: block;
    padding: 6px 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
}

.tpl-single-case .card-wys-date span:not(:last-child), .case-wrap-index .card-wys-date span:not(:last-child) {
    margin-right: 10px;
}

.tpl-single-case .swiper-button-next:after, .tpl-single-case .swiper-button-prev:after, .case-wrap-index .swiper-button-next:after, .case-wrap-index .swiper-button-prev:after {
    content: "";
    display: block;
    background: url(../img/next.svg) no-repeat center;
    width: 50.41px;
    height: 50.38px;
    border: 2px solid #EBEBEB;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    position: absolute;
    margin: 0 10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tpl-single-case .swiper-button-prev:after, .case-wrap-index .swiper-button-prev:after {
    background: url(../img/prev.svg) no-repeat center;
}

.tpl-single-case .our-result-next, .tpl-single-case .our-result-prev, .case-wrap-index .our-result-next, .case-wrap-index .our-result-prev {
    top: -27em;
    margin: 0 10px;
}

.tpl-single-case .card-clients-next, .tpl-single-case .card-clients-prev, .case-wrap-index .card-clients-next, .case-wrap-index .card-clients-prev {
    top: -23em;
    margin: 0 10px;
}

.tpl-single-case .swiper-pagination-bullet, .case-wrap-index .swiper-pagination-bullet {
    background: #EBEBEB;
    opacity: 1;
    width: 7px;
    height: 7px;
}

.tpl-single-case .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .tpl-single-case .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet, .case-wrap-index .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .case-wrap-index .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.tpl-single-case .swiper-pagination-bullet-active, .case-wrap-index .swiper-pagination-bullet-active {
    background: #C4C4C4;
}

.tpl-single-case .swiper-pagination, .case-wrap-index .swiper-pagination {
    position: static;
}

.tpl-single-case .swiper-wrapper, .case-wrap-index .swiper-wrapper {
    height: auto;
}

.tpl-single-case .swiper-button-prev:hover:after, .case-wrap-index .swiper-button-prev:hover:after {
    background-image: url(../img/white-prev.svg);
    background-color: #161515;
}

.tpl-single-case .swiper-button-next:hover:after, .case-wrap-index .swiper-button-next:hover:after {
    background-image: url(../img/white-next.svg);
    background-color: #161515;
}

.tpl-single-case .swiper-button-prev:active:after, .case-wrap-index .swiper-button-prev:active:after {
    background-image: url(../img/red-prev.svg);
    border: 1px solid #EE2A59;
    background-color: #fff;
}

.tpl-single-case .swiper-button-next:active:after, .case-wrap-index .swiper-button-next:active:after {
    background-image: url(../img/red-next.svg);
    border: 1px solid #EE2A59;
    background-color: #fff;
}

.tpl-single-case .swiper-firms-list, .case-wrap-index .swiper-firms-list {
    margin: auto;
    overflow: hidden;
    position: relative;
}

.tpl-single-case .swiper-wrap-firms-list, .case-wrap-index .swiper-wrap-firms-list {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 5360px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 576px) {
    .tpl-single-case .swiper-wrap-firms-list, .case-wrap-index .swiper-wrap-firms-list {
        -webkit-animation: scroll 20s linear infinite;
        animation: scroll 20s linear infinite;
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100);
        -ms-transform: translateX(100);
        transform: translateX(100);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100);
        -ms-transform: translateX(100);
        transform: translateX(100);
    }
}

.tpl-single-case .full-container, .case-wrap-index .full-container {
    max-width: 1600px;
    margin: 0 auto;
}

.tpl-single-case .cards-reviews-wrap, .case-wrap-index .cards-reviews-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tpl-single-case .cards-clients, .case-wrap-index .cards-clients {
    padding: 80px 0 50px;
}

.tpl-single-case .card-clients-wys, .case-wrap-index .card-clients-wys {
    max-width: 100%;
}

.tpl-single-case .card-client-slide, .case-wrap-index .card-client-slide {
    max-width: 442px;
    width: 100%;
    min-height: 505px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 52px 38px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tpl-single-case .card-client-slide:hover, .case-wrap-index .card-client-slide:hover {
    color: #fff;
    background: #161515;
}

.tpl-single-case .card-client-slide:hover p, .case-wrap-index .card-client-slide:hover p {
    color: #fff;
}

.tpl-single-case .card-client-slide:hover a, .case-wrap-index .card-client-slide:hover a {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.tpl-single-case .card-client-slide:hover .int-black, .case-wrap-index .card-client-slide:hover .int-black {
    display: none;
}

.tpl-single-case .card-client-slide:hover .int-white, .case-wrap-index .card-client-slide:hover .int-white {
    display: block;
}

.tpl-single-case .card-client-top, .case-wrap-index .card-client-top {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tpl-single-case .card-client-top .int-white, .case-wrap-index .card-client-top .int-white {
    display: none;
}

.tpl-single-case .card-label, .case-wrap-index .card-label {
    height: auto;
    max-width: 145px;
    margin-right: 20px;
}

.tpl-single-case .card-label img, .case-wrap-index .card-label img {
    max-width: 130px;
    width: 100%;
    height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left;
}

.tpl-single-case .employees_info_wrap, .case-wrap-index .employees_info_wrap {
    max-width: 320px;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #161515;
}

.tpl-single-case .employees_info_wrap .additional_information, .case-wrap-index .employees_info_wrap .additional_information {
    padding: 16px 17px 17px 19px;
    border-right: 1px solid #EBEBEB;
    min-width: 136px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 576px) {
    .tpl-single-case .employees_info_wrap .additional_information, .case-wrap-index .employees_info_wrap .additional_information {
        display: none;
    }
}

.tpl-single-case .employees_info_wrap .number_of_empolyees, .case-wrap-index .employees_info_wrap .number_of_empolyees {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-width: 90px;
    padding: 12px 14px;
}

@media (max-width: 576px) {
    .tpl-single-case .employees_info_wrap .number_of_empolyees, .case-wrap-index .employees_info_wrap .number_of_empolyees {
        min-width: auto;
    }
}

.tpl-single-case .employees_info_wrap .number_of_empolyees svg, .case-wrap-index .employees_info_wrap .number_of_empolyees svg {
    margin-right: 5px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.tpl-single-case .employees_info_wrap .number_of_empolyees svg path, .case-wrap-index .employees_info_wrap .number_of_empolyees svg path {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.tpl-single-case .employees_info_wrap .number_of_empolyees:before, .case-wrap-index .employees_info_wrap .number_of_empolyees:before {
    position: absolute;
    top: -56px;
    right: -5px;
    content: url("../img/review_before.svg");
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.tpl-single-case .employees_info_wrap .number_of_empolyees:hover:before, .case-wrap-index .employees_info_wrap .number_of_empolyees:hover:before {
    opacity: 1;
    visibility: visible;
}

.tpl-single-case .card-client-content h4, .case-wrap-index .card-client-content h4 {
    font-size: 24px;
    line-height: 142%;
    margin-bottom: 30px;
}

.tpl-single-case .card-client-content p, .case-wrap-index .card-client-content p {
    font-size: 16px;
    line-height: 162%;
    margin-bottom: 30px;
}

.tpl-single-case .card-client-info, .case-wrap-index .card-client-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-single-case .client-photo, .case-wrap-index .client-photo {
    margin-right: 15px;
    width: 60px;
    height: 60px;
}

.tpl-single-case .client-photo img, .case-wrap-index .client-photo img {
    width: 100%;
    max-width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.tpl-single-case .client-photo, .case-wrap-index .client-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #FFF;
    font-size: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 24px;
}

.tpl-single-case .client-info, .case-wrap-index .client-info {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
}

.tpl-single-case .client-info .client-name, .case-wrap-index .client-info .client-name {
    margin-bottom: 3px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: #161515;
}

.tpl-single-case .client-info .client-name a, .case-wrap-index .client-info .client-name a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.tpl-single-case .client-info .client-name a svg path, .case-wrap-index .client-info .client-name a svg path {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.tpl-single-case .client-info .client-name a:hover svg path, .case-wrap-index .client-info .client-name a:hover svg path {
    fill: #EE2A59 !important;
}

.tpl-single-case .client-info .wrap_author_info_video, .case-wrap-index .client-info .wrap_author_info_video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-single-case .client-info .wrap_author_info_video .client-info, .case-wrap-index .client-info .wrap_author_info_video .client-info {
    margin-right: 3px;
}

@media (max-width: 576px) {
    .tpl-single-case .client-info .wrap_author_info_video .client-info, .case-wrap-index .client-info .wrap_author_info_video .client-info {
        margin-right: 7px;
    }
}

@media (max-width: 576px) {
    .tpl-single-case .client-info .wrap_author_info_video .vertical_line, .case-wrap-index .client-info .wrap_author_info_video .vertical_line {
        display: none;
    }
}

.tpl-single-case .client-info .wrap_author_info_video .play_icon_text, .case-wrap-index .client-info .wrap_author_info_video .play_icon_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-single-case .client-info .wrap_author_info_video .play_icon_text:hover .text_video_review, .case-wrap-index .client-info .wrap_author_info_video .play_icon_text:hover .text_video_review {
    color: #EE2A59;
    background-position: 0 100% !important;
}

.tpl-single-case .client-info .wrap_author_info_video .play_icon_text .text_video_review, .case-wrap-index .client-info .wrap_author_info_video .play_icon_text .text_video_review {
    margin-left: 3px;
    margin-right: 5px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161616));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161616 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161616 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161616 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

@media (max-width: 576px) {
    .tpl-single-case .client-info .wrap_author_info_video .play_icon_text .text_video_review, .case-wrap-index .client-info .wrap_author_info_video .play_icon_text .text_video_review {
        display: none;
    }
}

.tpl-single-case .client-info .wrap_author_info_video .play_icon_text .play_video, .case-wrap-index .client-info .wrap_author_info_video .play_icon_text .play_video {
    width: 23px;
    height: 23px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.tpl-single-case .btn-cards-clients, .case-wrap-index .btn-cards-clients {
    text-align: center;
}

.tpl-single-case .btn-cards-clients a, .case-wrap-index .btn-cards-clients a {
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    border: 2px solid #161515;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    max-width: 248px;
    width: 100%;
    min-height: 50px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    padding: 12px;
    margin: 0 auto;
}

.tpl-single-case .btn-cards-clients a:hover, .case-wrap-index .btn-cards-clients a:hover {
    border: 2px solid #EE2A59;
    color: #EE2A59;
}

.tpl-single-case .swiper-card-clients, .case-wrap-index .swiper-card-clients {
    margin-bottom: 75px;
}

.tpl-single-case .Readthecase:active, .case-wrap-index .Readthecase:active {
    color: #EE2A59 !important;
}

.tpl-single-case .container-scroll, .case-wrap-index .container-scroll {
    overflow: auto;
}

.tpl-single-case .container-scroll::-webkit-scrollbar, .case-wrap-index .container-scroll::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.tpl-single-case .container-scroll::before, .case-wrap-index .container-scroll::before {
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 390px;
    position: absolute;
    width: 200px;
    z-index: 2;
    right: 0;
    -webkit-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
    display: none;
}

.tpl-single-case .links-team-wrapper, .case-wrap-index .links-team-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1428px;
    margin: 0 auto;
    padding: 0 15px;
    min-height: 390px;
}

.tpl-single-case .links-team, .case-wrap-index .links-team {
    padding: 50px 0 100px;
}

@media (max-width: 1024px) {
    .tpl-single-case .links-team, .case-wrap-index .links-team {
        padding: 30px 0 70px;
    }
}

@media (max-width: 576px) {
    .tpl-single-case .links-team, .case-wrap-index .links-team {
        padding: 18px 0 50px;
    }
}

.tpl-single-case .links-title, .case-wrap-index .links-title {
    margin-bottom: 50px;
}

.tpl-single-case .links-title h2, .case-wrap-index .links-title h2 {
    font-size: 64px;
    line-height: 116%;
    font-weight: 500;
}

.tpl-single-case .links-title span, .case-wrap-index .links-title span {
    font-weight: 700;
    display: block;
}

.tpl-single-case .icon-team img, .case-wrap-index .icon-team img {
    height: 60px;
}

.tpl-single-case .link-title a, .case-wrap-index .link-title a {
    border-bottom: 1px solid #fff;
}

.tpl-single-case .link-title a:hover, .case-wrap-index .link-title a:hover {
    border-bottom: 1px solid #161515;
}

.tpl-single-case .links li, .case-wrap-index .links li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-single-case .links li img, .case-wrap-index .links li img {
    margin-right: 14px;
}

.tpl-single-case .links li a, .case-wrap-index .links li a {
    border-bottom: 1px solid #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    line-height: 162%;
}

.tpl-single-case .links li a:hover, .case-wrap-index .links li a:hover {
    border-bottom: 1px solid #161515;
}

.tpl-single-case .links, .case-wrap-index .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tpl-single-case .links ul li:not(:last-child), .case-wrap-index .links ul li:not(:last-child) {
    margin-bottom: 25px;
}

.tpl-single-case .icon-team, .case-wrap-index .icon-team {
    margin-bottom: 32px;
}

.tpl-single-case .seo, .case-wrap-index .seo {
    margin-bottom: 38px;
}

.tpl-single-case .card-client-reviews, .case-wrap-index .card-client-reviews {
    max-width: 683px;
    width: 100%;
    min-height: 520px;
    border: 2px solid #F5F5F5;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    position: relative;
    padding: 32px 37px 50px 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

@media (max-width: 1023px) {
    .tpl-single-case .card-client-reviews, .case-wrap-index .card-client-reviews {
        max-width: 100%;
    }
}

.tpl-single-case .card-client-reviews:nth-child(odd), .case-wrap-index .card-client-reviews:nth-child(odd) {
    margin-right: 20px;
}

.tpl-single-case .card-client-reviews:hover, .case-wrap-index .card-client-reviews:hover {
    border: 2px solid #161515;
    -webkit-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
    -webkit-box-shadow: 8px 8px 0 #161515;
    box-shadow: 8px 8px 0 #161515;
}

.tpl-single-case .card-client-reviews h4, .case-wrap-index .card-client-reviews h4 {
    margin-bottom: 0;
    min-height: 90px;
}

.tpl-single-case .card-client-reviews p, .case-wrap-index .card-client-reviews p {
    font-size: 17px;
    line-height: 159%;
    max-width: 535px;
    margin-bottom: 40px;
}

.tpl-single-case .card-client-reviews .card-client-info, .case-wrap-index .card-client-reviews .card-client-info {
    margin-bottom: 45px;
}

.tpl-single-case .card-client-reviews .wrapper, .case-wrap-index .card-client-reviews .wrapper {
    width: 100%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tpl-single-case .card-client-bottom, .case-wrap-index .card-client-bottom {
    min-height: 50px;
    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;
    position: relative;
}

.tpl-single-case .card-client-bottom .Readthecase, .case-wrap-index .card-client-bottom .Readthecase {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.33;
    padding-bottom: 3.86px;
    position: relative;
    border-bottom: 1px solid #161515;
}

.tpl-single-case .card-client-bottom .Readthecase.desk-top, .case-wrap-index .card-client-bottom .Readthecase.desk-top {
    display: block;
}

@media (max-width: 500px) {
    .tpl-single-case .card-client-bottom .Readthecase.desk-top, .case-wrap-index .card-client-bottom .Readthecase.desk-top {
        display: none;
    }
}

.tpl-single-case .card-client-bottom .Readthecase.mobile, .case-wrap-index .card-client-bottom .Readthecase.mobile {
    display: none;
}

@media (max-width: 500px) {
    .tpl-single-case .card-client-bottom .Readthecase.mobile, .case-wrap-index .card-client-bottom .Readthecase.mobile {
        display: block;
    }
}

.tpl-single-case .card-client-bottom .Readthecase:hover, .case-wrap-index .card-client-bottom .Readthecase:hover {
    border-bottom: 1px solid #EE2A59;
}

.tpl-single-case .jc-fe, .case-wrap-index .jc-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.tpl-single-case .view-on, .case-wrap-index .view-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 140px;
    height: 50px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    overflow: hidden;
    background: #ffffff;
    padding: 7px 15px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    border: 1px solid #F7F7F7;
}

.tpl-single-case .view-on:hover, .tpl-single-case .view-on:active, .case-wrap-index .view-on:hover, .case-wrap-index .view-on:active {
    text-decoration: none;
    color: #EE2A59;
    border: 1px solid #EE2A59;
    border-bottom: 1px solid #EE2A59 !important;
}

.tpl-single-case .view-on span, .case-wrap-index .view-on span {
    position: relative;
    z-index: 5;
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
}

.tpl-single-case .view-on .view-on-image, .case-wrap-index .view-on .view-on-image {
    width: 35px;
    height: 35px;
    position: relative;
    z-index: 5;
}

.tpl-single-case .view-on .view-on-image img, .case-wrap-index .view-on .view-on-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.tpl-single-case .view-on .int-white, .case-wrap-index .view-on .int-white {
    display: none;
}

.tpl-single-case .view-on .int-white a, .case-wrap-index .view-on .int-white a {
    display: none;
}

.tpl-single-case .client-social, .case-wrap-index .client-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-single-case .client-social :not(:last-child), .case-wrap-index .client-social :not(:last-child) {
    margin-right: 12px;
}

.tpl-single-case .client-social a, .case-wrap-index .client-social a {
    border-bottom: none !important;
}

.tpl-single-case .client-social .int-white, .case-wrap-index .client-social .int-white {
    display: none !important;
}

.tpl-single-case .cards-reviews-wrap, .case-wrap-index .cards-reviews-wrap {
    display: none;
}

/*--------------adaptive--------------------------------------------------------------*/
@media (max-width: 1525px) {
    .case-wrap-index .swiper-button-next, .case-wrap-index .swiper-button-prev {
        display: none;
    }
}

@media (max-width: 1350px) {
    .case-wrap-index .container-scroll::before {
        display: block;
    }
}

@media (max-width: 1100px) {
    .case-wrap-index .page-content-wrap {
        padding: 0 15px;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .case-wrap-index .reverse-right-content__wrap, .case-wrap-index .page-right-content__wrap {
        margin: 0 auto !important;
        max-width: 565px;
    }

    .case-wrap-index .page-right-content, .case-wrap-index .reverse-right-content {
        margin-top: 36px;
        width: 100%;
    }

    .case-wrap-index .reverse-right-content {
        margin-left: 0;
    }

    .case-wrap-index .lp-team-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .case-wrap-index .team-photo {
        margin: 0;
        max-width: 100%;
        margin-bottom: 53px;
    }

    .case-wrap-index .lp-team-title {
        max-width: 100%;
    }

    .case-wrap-index .consultation-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .case-wrap-index .consultation__right-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        margin-bottom: 30px;
    }

    .case-wrap-index .right-content__photo {
        margin-right: 20px;
        margin-bottom: 0;
    }

    .case-wrap-index .consultation-wrapper {
        padding: 20px 0;
    }

    .case-wrap-index .consultation__right-content {
        width: 85%;
    }

    .case-wrap-index .consultation__left-content {
        max-width: 85%;
    }
}

@media (max-width: 746px) {
    .case-wrap-index .case-studies-top {
        overflow: scroll;
        padding-bottom: 30px;
    }

    .case-wrap-index .page-right-content, .case-wrap-index .reverse-right-content {
        padding: 0;
    }

    .case-wrap-index .header-cs-content__wrapper {
        width: 100%;
    }

    .case-wrap-index .lp-team-title {
        font-size: 40px;
    }

    .case-wrap-index .lp-team-title span {
        font-size: 40px;
    }
}

@media (max-width: 920px) {
    .case-wrap-index .cs-bottom-content .right-content {
        display: none;
    }

    .case-wrap-index .cs-bottom-content .left-content {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 568px) {
    .case-wrap-index .page-right-content__wrap p, .case-wrap-index .reverse-right-content__wrap p {
        font-size: 16px;
        line-height: 162%;
    }

    .case-wrap-index .page-right-content__wrap h2, .case-wrap-index .reverse-right-content__wrap h2 {
        font-size: 24px;
        line-height: 142%;
    }

    .case-wrap-index .value-result:not(:last-child) {
        margin-right: 60px;
    }

    .case-wrap-index .page-content-wrap {
        padding: 0;
    }

    .case-wrap-index .form-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .case-wrap-index .form-wrapper label {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .case-wrap-index .value-result {
        width: 50%;
    }

    .case-wrap-index .value-result:not(:last-child) {
        margin-right: 20px;
    }

    .case-wrap-index .subtitle-m {
        display: block;
    }

    .case-wrap-index .reverse-right-content .subtitle {
        display: none;
    }

    .case-wrap-index .expert-blog__card-image .description {
        padding-bottom: 15px;
    }

    .case-wrap-index .links-title h2 {
        font-weight: 600;
        font-size: 38px;
        line-height: 126%;
    }

    .case-wrap-index .links-title span {
        display: inline;
    }

    .case-wrap-index .awards-title h2 {
        font-size: 30px;
        line-height: 133%;
    }

    .case-wrap-index .cards-clients {
        padding-top: 15px;
    }
}

@media (min-width: 595px) {
    .case-wrap-index .swiper-pagination {
        display: none;
    }

    .case-wrap-index .swiper-our-result, .case-wrap-index .swiper-expert-blog {
        margin-bottom: 33px;
    }
}

@media (max-width: 466px) {
    .case-wrap-index .case-studies-top {
        margin-bottom: 13px;
    }

    .case-wrap-index .page-content-wrap:not(:last-child) {
        margin-bottom: 80px;
    }

    .case-wrap-index .cs-page4 {
        display: none;
    }

    .case-wrap-index .page-right-content__wrap > *:not(:last-child), .case-wrap-index .reverse-right-content__wrap > *:not(:last-child) {
        margin: 0px 0px 20px 0px;
    }

    .case-wrap-index .cs-bottom-content .left-content .btn {
        max-width: 100%;
    }

    .case-wrap-index .livepage-form {
        padding: 20px 0;
    }

    .case-wrap-index .page-content-wrap:not(:last-child) {
        margin-bottom: 80px;
    }

    .case-wrap-index .tab-content-cs:not(:last-child) {
        margin-bottom: 80px;
    }

    .case-wrap-index .team-photo {
        min-height: 342px;
    }

    .case-wrap-index .lp-team-title {
        font-size: 24px;
    }

    .case-wrap-index .lp-team-title span {
        font-size: 24px;
    }

    .case-wrap-index .right-content__photo {
        min-height: 200px;
    }

    .case-wrap-index .general-wys p {
        display: none;
    }

    .case-wrap-index .general-wys h2 {
        font-size: 30px;
    }
}

@media (max-width: 410px) {
    .case-wrap-index .cs-page-next {
        width: 101px;
    }
}

@media (max-width: 1228px) {
    .case-wrap-index .header-cs-content__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        width: 80%;
        margin: 0 auto;
    }

    .case-wrap-index .header-cs-content {
        padding: 130px 0 90px;
    }

    .case-wrap-index .header-cs-content__left {
        margin-bottom: 45px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .case-wrap-index .header-cs-content__right {
        max-width: 100%;
        padding: 0;
    }
}

@media (max-width: 882px) {
    .case-wrap-index .header-cs-content__wrapper {
        width: 95%;
        margin: 0 auto;
    }

    .case-wrap-index .card-client-reviews {
        padding: 28px 33px 40px 35px;
    }
}

@media (max-width: 850px) {
    .case-wrap-index .cards-reviews-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .case-wrap-index .card-client-reviews {
        margin: 0 auto 30px !important;
    }
}

@media (max-width: 600px) {
    .case-wrap-index .card-link .card-link-wrap {
        top: 18px;
        left: 18px;
    }

    .case-wrap-index .card {
        min-height: 225px;
    }

    .case-wrap-index .consultation-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .case-wrap-index .consultation__right-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 26px;
    }

    .case-wrap-index .right-content__photo {
        margin-right: 0;
        margin-bottom: 18px;
        max-width: 100%;
    }

    .case-wrap-index .consultation-wrapper {
        padding: 20px;
    }

    .case-wrap-index .consultation__right-content {
        width: 100%;
    }

    .case-wrap-index .consultation__left-content {
        max-width: 100%;
    }

    .case-wrap-index .consultation__left-content h2 {
        font-size: 24px;
        line-height: 142%;
    }

    .case-wrap-index .consultation__left-content h2 p {
        font-size: 16px;
    }

    .case-wrap-index .expert-blog__card-image p {
        max-width: 100%;
    }

    .case-wrap-index .expert-blog__card-image .description span {
        display: none;
    }
}

@media (max-width: 500px) {
    .case-wrap-index .header-cs-conten__title {
        font-size: 38px;
        line-height: 126%;
    }

    .case-wrap-index .header-cs-conten__text {
        font-size: 16px;
    }

    .case-wrap-index .breadcrumbs span, .case-wrap-index .breadcrumbs span a {
        font-size: 16px;
    }

    .case-wrap-index .card-link .card-index {
        font-size: 24px;
    }

    .case-wrap-index .card-link .text {
        font-size: 14px;
    }

    .case-wrap-index .card-link .card-link-wrap {
        max-width: 80px;
        top: 10px;
        left: 10px;
        min-height: 84%;
    }

    .case-wrap-index .card {
        max-width: 104px;
        min-height: 120px;
    }

    .case-wrap-index .card-link img {
        width: 27px;
        height: 27px;
    }

    .case-wrap-index .card:not(:last-child) {
        margin-right: 15px;
    }

    .case-wrap-index .header-cs-content {
        padding: 96px 0 82px 0;
    }

    .case-wrap-index .breadcrumbs, .case-wrap-index .header-cs-conten__title {
        margin-bottom: 16px;
    }

    .case-wrap-index .card a:hover {
        -webkit-transform: translate(-4.5px, -5px);
        -ms-transform: translate(-4.5px, -5px);
        transform: translate(-4.5px, -5px);
        -webkit-box-shadow: 4.5px 5px 0 #ee2a59;
        box-shadow: 4.5px 5px 0 #ee2a59;
    }

    .case-wrap-index .left-content-title {
        font-size: 30px;
        line-height: 133%;
    }

    .case-wrap-index .num {
        font-size: 38px;
    }

    .case-wrap-index .swiper-card-clients {
        margin-bottom: 40px;
    }

    .case-wrap-index .card-clients-wys {
        margin-bottom: 20px;
    }

    .card-client-bottom .mobile {
        display: block !important;
    }

    .card-client-bottom .desk-top {
        display: none !important;
    }
}

@media (max-width: 425px) {
    .case-wrap-index .expert-blog__card-image {
        min-height: 222px;
    }

    .case-wrap-index .expert-blog__card-image p {
        max-width: 100%;
    }

    .case-wrap-index .expert-blog__card-image .description span {
        display: none;
    }

    .case-wrap-index .btn-cards-clients a {
        max-width: 100%;
        width: 100%;
    }

    .case-wrap-index .swiper-awards {
        max-width: 260px;
    }

    .case-wrap-index .card-client-slide {
        padding: 30px 7px;
        min-height: 480px;
    }

    .case-wrap-index .card-client-reviews {
        padding: 28px 15px 40px 15px;
    }
}

@media (max-width: 385px) {
    .case-wrap-index .form-wrapper, .case-wrap-index .form-help-text, .case-wrap-index .form-text {
        display: none;
    }

    .case-wrap-index .left-content-title {
        max-width: 60%;
    }

    .case-wrap-index .firms-list {
        padding: 41px 0;
    }
}

@media (max-width: 365px) {
    .case-wrap-index .header-cs-content__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .case-wrap-index .card:not(:last-child) {
        margin: 0 0 15px 0;
    }

    .case-wrap-index .card {
        max-width: 100%;
    }

    .case-wrap-index .subtitle-value, .case-wrap-index .subtitle, .case-wrap-index .subtitle-m {
        font-size: 14px;
    }
}

@media (max-width: 1090px) {
    .case-wrap-index .content-sidebar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .case-wrap-index .banner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .case-wrap-index .banner-right-content {
        max-width: 100%;
    }

    .case-wrap-index .banner-left-content {
        max-width: 100%;
        height: 350px;
        margin-bottom: 30px;
        min-height: 100%;
    }

    .case-wrap-index .row832 {
        width: 100%;
    }

    .case-wrap-index .content-sidebar-wrapper .sidebar-mobile {
        display: block;
    }

    .case-wrap-index .content-sidebar-wrapper .sidebar {
        display: none;
    }
}

@media (max-width: 860px) {
    .case-wrap-index .about-company-video, .case-wrap-index .text-video {
        height: 400px;
        min-height: 100%;
    }

    .case-wrap-index .about-company-factors .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .case-wrap-index .about-company-factors .content {
        margin-bottom: 20px;
        max-width: 100%;
    }
}

@media (max-width: 750px) {
    .case-wrap-index .visitors, .case-wrap-index .based, .case-wrap-index .deals {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .case-wrap-index .visitors div, .case-wrap-index .based div, .case-wrap-index .deals div {
        margin-bottom: 25px;
    }

    .case-wrap-index .visitors P, .case-wrap-index .based P, .case-wrap-index .deals P {
        max-width: 100%;
    }
}

@media (max-width: 690px) {
    .case-wrap-index .about-company-description {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .case-wrap-index .about-company-description .wys {
        margin-bottom: 30px;
    }
}

@media (max-width: 570px) {
    .case-wrap-index .about-company-description {
        padding: 23px;
    }

    .case-wrap-index .banner-left-content {
        height: 340px;
    }

    .case-wrap-index .about-company-video p {
        bottom: 15px;
        left: 20px;
        font-size: 18px;
    }

    .case-wrap-index .about-company-video {
        height: 320px;
    }

    .case-wrap-index .text-video {
        min-height: 100%;
        height: 320px;
    }
}

@media (max-width: 450px) {
    .case-wrap-index .banner-right-content .banner-title {
        font-size: 38px;
        font-weight: 600;
    }

    .case-wrap-index .banner-right-content .banner-title span {
        font-size: 38px;
        display: block;
        font-weight: 600;
    }

    .case-wrap-index .banner-right-content .banner-title .btn {
        max-width: 100%;
    }

    .case-wrap-index .about-company-video, .case-wrap-index .text-video {
        height: 222px;
    }

    .case-wrap-index .about-company-video .play, .case-wrap-index .text-video .play {
        top: 36%;
        left: 44%;
    }

    .case-wrap-index .about-company-factors h2 {
        font-size: 30px;
    }

    .case-wrap-index .about-company-factors {
        padding: 22px;
    }

    .case-wrap-index .text-section h2, .case-wrap-index .text-image-section h2 {
        font-size: 30px;
    }

    .case-wrap-index .text-video p {
        left: 20px;
        bottom: 22px;
    }

    .case-wrap-index .tagline-border-red p {
        padding-left: 20px;
    }

    .case-wrap-index .delete {
        display: none;
    }

    .case-wrap-index .about-company-video .mobile {
        display: block;
    }

    .case-wrap-index .about-company-video .desc {
        display: none;
    }

    .case-wrap-index .section-more-cases {
        padding: 55px 0 100px;
    }
}

@media (max-width: 365px) {
    .case-wrap-index .visitors .num, .case-wrap-index .based .num, .case-wrap-index .deals .num {
        font-size: 55px;
    }

    .case-wrap-index .skills div:not(:last-child) {
        margin-right: 30px;
    }
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__carousel #get-video {
        overflow-y: auto !important;
    }
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__carousel #get-video .form-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.tpl-marketing-presentation .fancybox__carousel #get-video .form-wrapper .reach_out_form {
    max-width: 1084px !important;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__carousel #get-video .form-wrapper .reach_out_form {
        padding-bottom: 20px;
    }
}

.tpl-marketing-presentation .fancybox__carousel #get-video .form-wrapper .reach_out_form .form .labels-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
}

.tpl-marketing-presentation .fancybox__carousel #get-video .form-wrapper .reach_out_form .form .labels-wrapper .labels_line {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__carousel #get-video .form-wrapper .reach_out_form .form .labels-wrapper .labels_line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tpl-marketing-presentation .fancybox__carousel #get-video .form-wrapper .reach_out_form .form .labels-wrapper .labels_line label {
    max-width: 520px;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__carousel #get-video .form-wrapper .reach_out_form .form .labels-wrapper .labels_line label {
        max-width: 100%;
    }
}

.tpl-marketing-presentation .fancybox__carousel #get-video .form-wrapper .reach_out_form .form .labels-wrapper .labels_line label input {
    max-width: 520px;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__carousel #get-video .form-wrapper .reach_out_form .form .labels-wrapper .labels_line label input {
        max-width: 100%;
    }
}

.tpl-marketing-presentation .fancybox__carousel #get-video .form-wrapper .reach_out_form .form .labels-wrapper .labels_line label .select2-container .select2-selection--single .select2-selection__rendered {
    max-width: 100%;
}

.tpl-marketing-presentation .fancybox__carousel #get-video .form-wrapper .reach_out_form .form .submit_button {
    max-width: 520px;
    text-align: center;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__carousel #get-video .form-wrapper .reach_out_form .form .submit_button {
        max-width: 100%;
    }
}

.lang {
    display: none;
}

header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 55;
}

@media (max-width: 1190px) {
    header .wrapper .right-content .lang {
        margin-right: 25px;
    }

    header .wrapper .right-content .link {
        margin-right: 30px !important;
    }

    header .wrapper .right-content .button-white {
        padding: 16px 10px;
    }
}

.mobile_menu_active .burger {
    top: 35px;
}

footer {
    overflow: hidden;
    background: #161515;
    -webkit-border-radius: 40px 40px 0 0;
    border-radius: 40px 40px 0 0;
    padding-top: 78px;
    padding-bottom: 53px;
}

@media (max-width: 768px) {
    footer {
        padding-top: 36px;
        padding-bottom: 53px;
        -webkit-border-radius: 22px 22px 0 0;
        border-radius: 22px 22px 0 0;
    }
}

footer .top-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

@media (max-width: 1200px) {
    footer .top-footer {
        text-align: center;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    footer .top-footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    footer .top-footer {
        text-align: left;
    }
}

footer .top-footer .title-column {
    padding-bottom: 25px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    footer .top-footer .title-column {
        padding-bottom: 16px;
    }
}

footer .top-footer .left-content {
    max-width: 275px;
    width: 100%;
    margin-right: 93px;
}

@media (max-width: 1200px) {
    footer .top-footer .left-content {
        max-width: 33%;
        margin-right: 50px;
    }
}

@media (max-width: 768px) {
    footer .top-footer .left-content {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 38px;
    }
}

footer .top-footer .left-content .contact_info a {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #FFFFFF;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: relative;
    border-bottom: none;
    text-decoration: none !important;
}

footer .top-footer .left-content .contact_info a:hover {
    color: #C4C4C4;
    text-decoration: none !important;
}

footer .top-footer .left-content .contact_info p {
    padding-bottom: 19px;
}

footer .top-footer .left-content .contact_info p:nth-child(1) a, footer .top-footer .left-content .contact_info p:nth-child(2) a {
    color: #fff;
}

footer .top-footer .left-content .contact_info p:nth-child(1) a:hover, footer .top-footer .left-content .contact_info p:nth-child(2) a:hover {
    color: #C4C4C4;
}

footer .top-footer .left-content .contact_info p a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.62;
    color: #848484;
}

footer .top-footer .left-content .contact_info p a:hover {
    text-decoration: none !important;
    color: #C4C4C4;
}

footer .top-footer .left-content .contact_info p a:before {
    display: none;
}

@media (max-width: 768px) {
    footer .top-footer .left-content .contact_info p {
        padding-bottom: 16px;
    }
}

footer .top-footer .left-content .wys p {
    max-width: 100% !important;
}

footer .top-footer .center-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1200px) {
    footer .top-footer .center-content {
        width: 55%;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    }
}

@media (max-width: 768px) {
    footer .top-footer .center-content {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .top-footer .center-content .column {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

@media (max-width: 768px) {
    footer .top-footer .center-content .column {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 37px;
    }
}

footer .top-footer .center-content .column .links-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

footer .top-footer .center-content .column .links-wrap .link {
    position: relative;
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 1.62;
    color: #848484;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: none;
    display: inline-block;
}

@media (max-width: 768px) {
    footer .top-footer .center-content .column .links-wrap .link {
        margin-bottom: 12px;
    }
}

footer .top-footer .center-content .column .links-wrap .link:before {
    display: none;
}

footer .top-footer .center-content .column .links-wrap .link:active {
    color: #C4C4C4;
}

footer .top-footer .center-content .column .links-wrap .link:hover {
    text-decoration: none;
    border-bottom: none;
    color: #C4C4C4;
}

footer .top-footer .center-content .column .links-wrap .link:disabled {
    color: #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}

@media (max-width: 1200px) {
    footer .top-footer .right-content {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    footer .top-footer .right-content {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    footer .top-footer .right-content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

footer .top-footer .right-content .email-form-section {
    margin-top: 55px;
    margin-bottom: 34px;
}

@media (max-width: 1200px) {
    footer .top-footer .right-content .email-form-section {
        max-width: 445px;
        width: 100%;
        margin: 55px auto 34px auto;
    }
}

@media (max-width: 768px) {
    footer .top-footer .right-content .email-form-section {
        max-width: 445px;
        margin: 0 auto 31px auto;
    }
}

@media (max-width: 576px) {
    footer .top-footer .right-content .email-form-section {
        max-width: 445px;
        margin: 0;
        margin-bottom: 31px;
    }
}

footer .top-footer .right-content .email-form-section .form-wrapper {
    padding: 4px 4px 4px 20px !important;
    max-width: 445px !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #848484;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    footer .top-footer .right-content .email-form-section .form-wrapper {
        max-width: 343px;
    }
}

footer .top-footer .right-content .email-form-section .form-wrapper label {
    margin-bottom: 0;
}

footer .top-footer .right-content .email-form-section .form-wrapper input[type=email] {
    border: 1px solid transparent !important;
    background: transparent !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #fff;
    margin-right: 10px;
    padding: 0;
    max-width: 300px;
    width: 100%;
    height: auto;
}

footer .top-footer .right-content .email-form-section .form-wrapper input[type=email]::-webkit-input-placeholder {
    color: #848484;
}

footer .top-footer .right-content .email-form-section .form-wrapper input[type=email]::-moz-placeholder {
    opacity: 1;
    color: #848484;
}

footer .top-footer .right-content .email-form-section .form-wrapper input[type=email]:-ms-input-placeholder {
    color: #848484;
}

footer .top-footer .right-content .email-form-section .form-wrapper input[type=submit] {
    max-width: 108px !important;
    width: 100%;
    padding: 20px 22px !important;
    background: transparent;
    border: none;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1 !important;
    color: #161515;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

footer .top-footer .right-content .email-form-section .form-wrapper input[type=submit]:hover {
    cursor: pointer;
    color: #fff !important;
}

@media (max-width: 768px) {
    footer .top-footer .right-content .email-form-section .form-wrapper input[type=submit] {
        padding: 17px 22px;
    }
}

footer .top-footer .right-content .email-form-section .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    display: none !important;
}

footer .top-footer .right-content .email-form-section .wpcf7 .wpcf7-not-valid-tip {
    color: #EE2A59;
    text-align: left;
    background: #F7F7F7;
    border: 1px solid #EE2A59;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding-left: 10px;
    margin-right: 10px;
    top: -6px !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
}

footer .top-footer .right-content .email-form-section .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    display: none !important;
}

footer .top-footer .right-content .social-media-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0%;
    width: 100%;
}

footer .top-footer .right-content .social-media-wrap > * {
    width: 33.3333333333%;
    margin: 0 0% 0em;
}

@media (max-width: 768px) {
    footer .top-footer .right-content .social-media-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -2.5%;
        width: 105%;
    }

    footer .top-footer .right-content .social-media-wrap > * {
        width: 28.3333333333%;
        margin: 0 2.5% 3.3333333333em;
    }
}

@media (max-width: 370px) {
    footer .top-footer .right-content .social-media-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -2.5%;
        width: 105%;
    }

    footer .top-footer .right-content .social-media-wrap > * {
        width: 45%;
        margin: 0 2.5% 3.75em;
    }
}

footer .top-footer .right-content .social-media-wrap a {
    margin-bottom: 30px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 1200px) {
    footer .top-footer .right-content .social-media-wrap a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    footer .top-footer .right-content .social-media-wrap a {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

footer .top-footer .right-content .social-media-wrap a svg {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

footer .top-footer .right-content .social-media-wrap a svg path {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

footer .top-footer .right-content .social-media-wrap a:hover path {
    fill: #EE2A59;
}

@media (max-width: 1200px) {
    footer .top-footer .right-content .wrap-footer-right {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

footer .top-footer .right-content .wrap-footer-right .svg-div {
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

footer .top-footer .right-content .wrap-footer-right svg {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

footer .top-footer .right-content .wrap-footer-right .g-partner {
    margin-right: 11px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

footer .top-footer .right-content .wrap-footer-right .g-partner svg {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 768px) {
    footer .bottom-footer {
        display: none;
    }
}

footer .bottom-footer a {
    display: inline-block;
    margin-bottom: 22px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

footer .bottom-footer a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

footer .additional_info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    text-align: center;
    color: #848484;
}

.header-white .white-bg {
    background: #ffffff;
    border-bottom: 1px solid #EBEBEB;
}

@media (max-width: 1140px) {
    .header-white .white-bg {
        border-bottom: none;
    }
}

.header-white .white-bg .wrapper .left-content #logo {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.header-white .white-bg .wrapper .left-content #logo:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.header-white .white-bg .wrapper .left-content nav > ul > li > a {
    color: #161515;
}

.header-white .white-bg .wrapper .left-content nav > ul > li > a:after {
    background-image: url("../img/black-svg.svg") !important;
}

.header-white .white-bg .wrapper .left-content nav > ul > li > a:hover {
    background: #EE2A59;
    color: #fff !important;
}

.header-white .white-bg .wrapper .left-content nav > ul > li > a:hover:after {
    background-image: url("../img/white-svg.svg") !important;
}

.header-white .white-bg .wrapper .left-content nav .blog-nav {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.header-white .white-bg .wrapper .left-content nav .blog-nav a {
    margin-right: 0;
}

.header-white .white-bg .wrapper .left-content nav .blog-nav:hover {
    background: #EE2A59;
}

.header-white .white-bg .wrapper .left-content nav .blog-nav:hover a {
    color: #fff;
}

.header-white .white-bg .wrapper .left-content nav .blog-nav span {
    margin-left: 10px;
    background: #EBEBEB;
    color: #161515;
}

.header-white .white-bg .wrapper > .right-content .link {
    border-bottom: none;
    color: #161515;
    text-decoration: none;
    position: relative;
}

.header-white .white-bg .wrapper > .right-content .link:before {
    content: "";
    position: absolute;
    width: 0%;
    left: 0;
    bottom: -2px;
    height: 1px;
    background: #EE2A59;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.header-white .white-bg .wrapper > .right-content .link:hover:before {
    width: 100%;
}

.header-white .white-bg .wrapper > .right-content .button-white {
    background: #161515;
    color: #ffffff;
}

.header-white .white-bg .wrapper .lang-switcher {
    color: #161515 !important;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.header-white .white-bg .wrapper .lang-switcher a {
    color: #161515 !important;
}

.header-white .white-bg .wrapper .lang-switcher:hover {
    background: #EE2A59 !important;
}

.header-white .white-bg .wrapper .lang-switcher:hover .current_lang {
    color: #ffffff !important;
}

.header-white .white-bg .wrapper .button-white:hover {
    background: #EE2A59 !important;
}

.single-cases .burger_black span, .blog .burger_black span, .single-post .burger_black span, .author .burger_black span, .single-careers .burger_black span, .single-services-design .burger_black span {
    background-color: #161515 !important;
}

.single-cases .burger_black span:before, .single-cases .burger_black span:after, .blog .burger_black span:before, .blog .burger_black span:after, .single-post .burger_black span:before, .single-post .burger_black span:after, .author .burger_black span:before, .author .burger_black span:after, .single-careers .burger_black span:before, .single-careers .burger_black span:after, .single-services-design .burger_black span:before, .single-services-design .burger_black span:after {
    background-color: #161515 !important;
}

/* ==========================================================================
     Languages in header
     ========================================================================== */
.header .wrapper .right-content .lang {
    margin-right: 29px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 46px;
    padding: 8px 20px;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 1250px) {
    .header .wrapper .right-content .lang {
        margin-right: 25px;
    }
}

.header .wrapper .right-content .lang:hover {
    text-decoration: none;
    background: #363636;
}

.header .wrapper .right-content .lang .current_lang {
    font-weight: 500;
    line-height: 1.19;
    font-size: 16px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #ffffff;
}

.header .wrapper .right-content .lang .current_lang:before {
    content: "";
    width: 120px;
    top: 100%;
    height: 25px;
    position: absolute;
}

.header .wrapper .right-content .lang:hover .hover_lang {
    opacity: 1;
    visibility: visible;
}

.header .wrapper .right-content .lang .hover_lang {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.161));
    filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.161));
    position: absolute;
    top: calc(100% + 14px);
    left: -12px;
    z-index: -1;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
}

.header .wrapper .right-content .lang .hover_lang a {
    padding: 9px 10px;
    display: block;
    width: 150px;
    font-weight: 400;
    font-size: 16px;
    color: #161515 !important;
    text-align: left;
    background: #ffffff;
}

.header .wrapper .right-content .lang .hover_lang a.act {
    background: #F7F7F7;
    pointer-events: none;
}

.header .wrapper .right-content .lang .hover_lang a.act:hover {
    color: #161515 !important;
}

.header .wrapper .right-content .lang .hover_lang a:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

.header .wrapper .right-content .lang .hover_lang a:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}

.header .wrapper .right-content .lang .hover_lang a:hover {
    color: #EB3656 !important;
}

.header-white .wrapper .right-content .lang .current_lang {
    color: #161515;
}

.fixed-header header {
    -webkit-border-radius: 0 0 22px 22px;
    border-radius: 0 0 22px 22px;
}

.fixed-header .header-white .header {
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1019607843);
}

/* ==========================================================================
     Components: firms-list
     ========================================================================== */
@media (max-width: 576px) {
    .firms-list {
        padding: 30px 0;
    }
}

.firms-list .swiper-firms-list {
    margin: auto;
    overflow: hidden;
    position: relative;
}

.firms-list .swiper-wrap-firms-list {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 5360px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 576px) {
    .firms-list .swiper-wrap-firms-list {
        -webkit-animation: scroll 20s linear infinite;
        animation: scroll 20s linear infinite;
    }
}

.firms-list .swiper-wrap-firms-list .swiper-slide {
    text-align: center;
}

@media (max-width: 1279px) {
    .firms-list .swiper-wrap-firms-list .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.firms-list .swiper-wrap-firms-list .swiper-slide img {
    max-width: 120px;
    max-height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .firms-list .swiper-wrap-firms-list .swiper-slide img {
        max-width: 80px;
        max-height: 30px;
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(100);
        -ms-transform: translateX(100);
        transform: translateX(100);
    }
}

.contact_popup {
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 45px 16px 60px 17px;
    position: relative;
}

.contact_popup:before {
    position: absolute;
    content: "";
    width: 97px;
    height: 3px;
    background: #D9D9D9;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    top: 5px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

.contact_popup .left-content-text {
    display: none;
}

.contact_popup .h2 {
    margin-bottom: 0 !important;
    font-weight: 600 !important;
    width: 100% !important;
    max-width: 100% !important;
    font-size: 38px !important;
    line-height: 1.26 !important;
    padding-bottom: 38px;
}

@media (max-width: 576px) {
    .contact_popup .h2 {
        font-size: 30px !important;
        line-height: 1.33 !important;
    }
}

.contact_popup form .labels-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 19px 30px;
    margin-bottom: 0;
}

.contact_popup form label {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.contact_popup form .placeholder-top {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.contact_popup form .placeholder {
    position: absolute;
    top: 21px;
    left: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 16px;
}

.contact_popup form .placeholder-top .placeholder {
    top: 0;
    color: #C4C4C4;
    font-size: 14px;
}

.contact_popup form .placeholder-top .error-field-msg {
    top: 53px;
}

.contact_popup form input {
    width: 100%;
}

.contact_popup form input:focus {
    border-bottom: 1px solid #161515;
}

.contact_popup form input[type=url] {
    max-width: 100%;
    width: 100%;
    border: 1px solid transparent;
    color: #222;
    height: 54px;
    padding: 0 5px 0 10px;
    font-family: "Inter", sans-serif;
    background: #f7f7f7;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

.contact_popup form input[type=text]:focus::-webkit-input-placeholder, .contact_popup form input[type=url]:focus::-webkit-input-placeholder, .contact_popup form input[type=tel]:focus::-webkit-input-placeholder, .contact_popup form input[type=email]:focus::-webkit-input-placeholder, .contact_popup form input[type=url]:focus::-webkit-input-placeholder, .contact_popup form textarea:focus::-webkit-input-placeholder {
    color: #EE2A59;
}

.contact_popup form .submit_button_pink {
    margin-top: 21px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.contact_popup form input[type=submit] {
    display: inline-block;
    background: #EE2A59;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    max-width: 100% !important;
    width: 100%;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
}

.contact_popup form .wpcf7-not-valid-tip {
    border: 1px solid #EE2A59 !important;
    text-align: left !important;
    padding-left: 22px !important;
    -webkit-border-radius: 9px !important;
    border-radius: 9px !important;
    color: #EE2A59 !important;
    font-family: "Inter", sans-serif;
    height: 54px;
    font-weight: 400;
    font-size: 16px;
    line-height: 3.3;
}

.contact_popup .wpcf7 .wpcf7-response-output {
    margin: 20px auto 0 0;
    max-width: 100%;
    border: 1px solid #EE2A59;
    text-align: left;
    padding-left: 22px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #EE2A59;
    font-family: "Inter", sans-serif;
    background: #f7f7f7;
}

.contact_popup textarea {
    padding: 0;
}

.cases_section {
    margin: 148px 0;
}

@media (max-width: 768px) {
    .cases_section {
        margin-top: 65px;
        margin-bottom: 68px;
    }
}

.cases_section .title_text_cases_section {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 60px auto;
    text-align: center;
}

@media (max-width: 768px) {
    .cases_section .title_text_cases_section {
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 576px) {
    .cases_section .title_text_cases_section p {
        display: none;
    }
}

.cases_section .cases_wrapper {
    position: relative;
}

@media (max-width: 1279px) {
    .cases_section .cases_wrapper {
        padding-bottom: 43px;
    }
}

.cases_section .wrap-img {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    isolation: isolate;
    overflow: hidden;
}

.cases_section .images-wrapper {
    position: relative;
    margin-bottom: 34px;
    overflow: hidden;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    isolation: isolate;
    height: 400px;
    max-width: 445px;
    width: 100%;
}

@media (max-width: 1200px) {
    .cases_section .images-wrapper {
        height: 342px;
    }
}

.cases_section .images-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#232323), to(rgba(26, 26, 26, 0)));
    background: -webkit-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: -o-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: linear-gradient(0deg, #232323 0%, rgba(26, 26, 26, 0) 100%);
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.cases_section .images-wrapper .main-img {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    isolation: isolate;
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.cases_section .images-wrapper #gifHover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    transition: 0.8s all ease;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.cases_section .images-wrapper .logo-img {
    max-width: 128px;
    width: 100%;
    max-height: 75px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

@media (max-width: 1024px) {
    .cases_section .images-wrapper .logo-img {
        max-width: 145px;
        max-height: 64px;
    }
}

.cases_section .images-wrapper .text_under_logo_preview {
    max-width: 300px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 265px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #FFFFFF;
}

.cases_section .wrap-img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.cases_section .wrap-img:hover .main-img {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
}

.cases_section .wrap-img:hover #gifHover {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 5;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.cases_section .info-item .title-item {
    display: inline-block;
    min-height: 70px;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

.cases_section .info-item .title-item:hover {
    background-position: 0 100%;
}

@media (max-width: 1063px) {
    .cases_section .info-item .title-item {
        min-height: 103px;
    }
}

@media (max-width: 875px) {
    .cases_section .info-item .title-item {
        min-height: unset;
        height: auto;
    }
}

.cases_section .info-item .description_preview {
    margin-bottom: 25px;
}

@media (max-width: 1024px) {
    .cases_section .info-item .description_preview {
        margin-bottom: 15px;
    }
}

.cases_section .info-item .description_preview p {
    font-size: 16px;
    line-height: 1.62;
}

.cases_section .info-item .read_case {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.526;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 1px solid #161515;
}

.cases_section .info-item .read_case.active, .cases_section .info-item .read_case:hover {
    border-bottom: 1px solid #EE2A59;
}

.cases_section .info-item .read_case:active {
    color: #EE2A59;
}

.cases_section .swiper-pagination {
    display: none;
}

@media (max-width: 1279px) {
    .cases_section .swiper-pagination {
        width: 100%;
        display: block;
        bottom: 0;
    }
}

.cases_section .swiper-button-next, .cases_section .swiper-button-prev {
    top: 195px;
}

.cases_section .swiper-button-next:after, .cases_section .swiper-button-prev:after {
    height: 56px;
}

@media (max-width: 1550px) {
    .cases_section .swiper-button-next, .cases_section .swiper-button-prev {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width: 1279px) {
    .cases_section .swiper-button-next, .cases_section .swiper-button-prev {
        display: none;
    }
}

.cases_section .swiper-button-next {
    right: -70px;
}

@media (max-width: 1550px) {
    .cases_section .swiper-button-next {
        right: 25px;
    }
}

.cases_section .swiper-button-next:hover {
    opacity: 1;
    visibility: visible;
}

.cases_section .swiper-button-next:active {
    border: 2px solid #EE2A59;
}

.cases_section .swiper-button-next:active:after {
    content: url("../img/next-rew-pink.svg");
}

.cases_section .swiper-button-prev {
    left: -70px;
}

@media (max-width: 1550px) {
    .cases_section .swiper-button-prev {
        left: 25px;
    }
}

.cases_section .swiper-button-prev:hover {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1550px) {
    .cases_section .swiper-button-prev:active {
        border: 2px solid #EE2A59;
    }

    .cases_section .swiper-button-prev:active:after {
        content: url("../img/prev-rew-pink.svg");
    }
}

@media (max-width: 1550px) {
    .cases_section .cases_wrapper.visible-arrow-prev-case .swiper-button-prev {
        opacity: 1;
        visibility: visible;
    }

    .cases_section .cases_wrapper.visible-arrow-prev-case .swiper-button-prev:hover {
        opacity: 1;
        visibility: visible;
    }

    .cases_section .cases_wrapper.visible-arrow-next-case .swiper-button-next {
        opacity: 1;
        visibility: visible;
    }

    .cases_section .cases_wrapper.visible-arrow-next-case .swiper-button-next:hover {
        opacity: 1;
        visibility: visible;
    }
}

.awards_section {
    margin-top: 100px;
    margin-bottom: 148px;
}

@media (max-width: 876px) {
    .awards_section {
        margin-top: 76px;
        margin-bottom: 68px;
    }
}

.awards_section .subtitle_title_wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 20px auto;
}

.awards_section .subtitle_title_wrapper .subtitle_awards_section {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    text-transform: uppercase;
    text-align: center;
    color: #EE2A59;
}

@media (max-width: 876px) {
    .awards_section .subtitle_title_wrapper h2 br {
        display: none;
    }
}

@media (max-width: 576px) {
    .awards_section .subtitle_title_wrapper p {
        display: none;
    }
}

.awards_section .awards-wrapper {
    position: relative;
    margin-bottom: 40px;
}

@media (max-width: 576px) {
    .awards_section .awards-wrapper {
        padding-bottom: 20px;
    }
}

.awards_section .swiper-awards {
    padding: 10px;
    min-height: 300px;
}

.awards_section .swiper-awards .swiper-slide {
    display: block;
    border: 2px solid #E0E0E0;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 48px 20px 44px 20px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 576px) {
    .awards_section .swiper-awards .swiper-slide {
        padding: 30px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.awards_section .swiper-awards .swiper-slide:hover {
    cursor: pointer;
    -webkit-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
    border: 2px solid #161515;
    -webkit-box-shadow: 8px 8px 0 #161515;
    box-shadow: 8px 8px 0 #161515;
}

@media (max-width: 1110px) {
    .awards_section .swiper-awards .swiper-slide:hover {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.awards_section .swiper-awards .swiper-slide:hover a {
    text-decoration: none;
}

.awards_section .swiper-awards .swiper-slide .card-award-wrap {
    text-align: center;
}

.awards_section .swiper-awards .swiper-slide .card-award-wrap .card-award-label {
    margin-bottom: 28px;
}

.awards_section .swiper-awards .swiper-slide .card-award-wrap .card-award-label img {
    max-width: 157px;
    max-height: 150px;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 576px) {
    .awards_section .swiper-awards .swiper-slide .card-award-wrap .card-award-label img {
        height: 130px;
    }
}

.awards_section .swiper-awards .swiper-slide .card-award-wrap .card-award-text {
    min-height: 52px;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 576px) {
    .awards_section .swiper-awards .swiper-slide .card-award-wrap .card-award-text {
        min-height: unset;
    }
}

.awards_section .swiper-pagination {
    display: none;
}

@media (max-width: 876px) {
    .awards_section .swiper-pagination {
        width: 100%;
        display: block;
    }
}

.awards_section .button-transparent {
    display: block;
    text-align: center;
    max-width: 248px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    padding: 17px 18px;
}

.awards_section .button-transparent:before {
    height: 92%;
}

@media (max-width: 576px) {
    .awards_section .button-transparent {
        max-width: 100%;
    }
}

.swiper-pagination-bullet {
    background: #EBEBEB !important;
    margin: 0 6px;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #C4C4C4 !important;
    opacity: 1 !important;
}

.reviews_section {
    margin: 148px 0;
}

@media (max-width: 768px) {
    .reviews_section {
        margin: 68px 0;
    }
}

.reviews_section .wys {
    margin-bottom: 53px;
}

@media (max-width: 876px) {
    .reviews_section .wys {
        margin-bottom: 0;
    }

    .reviews_section .wys h2 {
        text-align: left !important;
    }
}

@media (max-width: 876px) {
    .reviews_section .wys p {
        text-align: left !important;
    }
}

@media (max-width: 576px) {
    .reviews_section .wys p {
        display: none;
    }
}

.reviews_section .top_reviews {
    margin-bottom: 37px;
    position: relative;
}

@media (max-width: 1279px) {
    .reviews_section .top_reviews {
        max-width: 100%;
        margin-bottom: 80px;
    }
}

.reviews_section .top_reviews .swiper-slide {
    border: 2px solid #F5F5F5;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 63px 40px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    height: auto;
}

@media (max-width: 576px) {
    .reviews_section .top_reviews .swiper-slide {
        border: none !important;
        padding: 0 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
}

.reviews_section .top_reviews .swiper-slide:hover {
    border: 2px solid #161515;
    -webkit-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
    -webkit-box-shadow: 8px 8px 0 #161515;
    box-shadow: 8px 8px 0 #161515;
}

.reviews_section .top_reviews .swiper-slide .logo_top_reviews {
    margin-bottom: 30px;
    max-height: 60px;
    max-width: 180px;
}

.reviews_section .top_reviews .swiper-slide .logo_top_reviews img {
    height: 70px;
    max-width: 130px;
    -o-object-fit: contain;
    object-fit: contain;
}

.reviews_section .top_reviews .swiper-slide .swiper_title {
    max-width: 369px;
    width: 100%;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #363636;
}

.reviews_section .top_reviews .swiper-slide .swiper_text {
    max-width: 369px;
    width: 100%;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.reviews_section .top_reviews .swiper-slide .client-photo {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.reviews_section .top_reviews .swiper-slide .client-photo img {
    margin-right: 0 !important;
    width: 100%;
    max-width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.reviews_section .top_reviews .swiper-slide .client-photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #FFF;
    font-size: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    line-height: 24px;
}

.reviews_section .top_reviews .swiper-slide .swiper_author_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.reviews_section .top_reviews .swiper-slide .swiper_author_wrap .author_icon {
    margin-right: 13px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.reviews_section .top_reviews .swiper-slide .swiper_author_wrap .author_icon img {
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.reviews_section .top_reviews .swiper-slide .swiper_author_wrap .name_info_wrap {
    color: #161515;
}

.reviews_section .top_reviews .swiper-slide .swiper_author_wrap .name_info_wrap .name {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.62;
}

.reviews_section .top_reviews .swiper-slide .swiper_author_wrap .name_info_wrap .info {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
}

.reviews_section .top_reviews .swiper-slide .text_link {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 1px solid #161515;
    position: relative;
}

.reviews_section .top_reviews .swiper-slide .text_link:hover {
    border-bottom: 1px solid #EE2A59;
}

.reviews_section .top_reviews .swiper-button-next, .reviews_section .top_reviews .swiper-button-prev {
    display: block;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 1279px) {
    .reviews_section .top_reviews .swiper-button-next, .reviews_section .top_reviews .swiper-button-prev {
        display: none;
    }
}

.reviews_section .top_reviews .swiper-button-next:after, .reviews_section .top_reviews .swiper-button-prev:after {
    position: absolute;
    top: -5px;
    right: 10px;
}

@media (max-width: 1550px) {
    .reviews_section .top_reviews .swiper-button-next, .reviews_section .top_reviews .swiper-button-prev {
        opacity: 0;
        visibility: hidden;
    }
}

.reviews_section .top_reviews .swiper-button-next {
    right: -60px;
}

@media (max-width: 1550px) {
    .reviews_section .top_reviews .swiper-button-next {
        right: 25px;
        background: #ffffff;
    }

    .reviews_section .top_reviews .swiper-button-next:active {
        background: #ffffff;
    }

    .reviews_section .top_reviews .swiper-button-next:disabled {
        background: #ffffff;
    }
}

.reviews_section .top_reviews .swiper-button-next:hover {
    opacity: 1;
    visibility: visible;
}

.reviews_section .top_reviews .swiper-button-prev {
    left: -60px;
}

@media (max-width: 1550px) {
    .reviews_section .top_reviews .swiper-button-prev {
        left: 25px;
        background: #ffffff;
    }

    .reviews_section .top_reviews .swiper-button-prev:active {
        background: #ffffff;
    }

    .reviews_section .top_reviews .swiper-button-prev:disabled {
        background: #ffffff;
    }
}

.reviews_section .top_reviews .swiper-button-prev:hover {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 1550px) {
    .reviews_section .top_reviews.visible-arrow-prev .swiper-button-prev {
        opacity: 1;
        visibility: visible;
    }

    .reviews_section .top_reviews.visible-arrow-prev .swiper-button-prev:hover {
        opacity: 1;
        visibility: visible;
    }

    .reviews_section .top_reviews.visible-arrow-next .swiper-button-next {
        opacity: 1;
        visibility: visible;
    }

    .reviews_section .top_reviews.visible-arrow-next .swiper-button-next:hover {
        opacity: 1;
        visibility: visible;
    }
}

.reviews_section .top_reviews .swiper-pagination {
    display: none;
}

@media (max-width: 1024px) {
    .reviews_section .top_reviews .swiper-pagination {
        display: block;
        bottom: -45px;
        width: 100%;
    }
}

.reviews_section .button-transparent {
    display: block;
    text-align: center;
    max-width: 248px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    padding: 17px 18px;
}

.reviews_section .button-transparent:before {
    height: 92%;
}

@media (max-width: 576px) {
    .reviews_section .button-transparent {
        max-width: 100%;
    }
}

.custom-video {
    -webkit-border-radius: 22px;
    border-radius: 22px;
    position: relative;
}

.custom-video:hover {
    cursor: pointer;
}

.custom-video .icon-play {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .custom-video .icon-play {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 768px) {
    .custom-video .icon-play svg {
        width: 40px;
        height: 40px;
    }
}

.custom-video .title-video {
    position: absolute;
    color: #FFFFFF;
    bottom: 37px;
    left: 49px;
    max-width: 545px;
    width: 100%;
}

@media (max-width: 768px) {
    .custom-video .title-video {
        left: 13px;
        bottom: 10px;
    }
}

@media (max-width: 425px) {
    .custom-video .title-video {
        max-width: 290px;
        width: 100%;
    }
}

.custom-video a {
    display: block;
    width: 100%;
    position: relative;
}

/* ==========================================================================
     Home page
     ========================================================================== */
.images-wrapper-widgets {
    margin-bottom: 24px;
    max-width: 645px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 876px) {
    .images-wrapper-widgets {
        display: none !important;
    }
}

.images-wrapper-widgets .svg-div {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-right: 11px;
    max-width: 167px;
    width: 100%;
    max-height: 74px;
}

.images-wrapper-widgets img, .images-wrapper-widgets svg {
    max-width: 167px;
    max-height: 74px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.images-wrapper-widgets img rect, .images-wrapper-widgets svg rect {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.images-wrapper-widgets img:last-child, .images-wrapper-widgets svg:last-child {
    margin-right: 0;
}

.banner-home {
    background: #161515;
    -webkit-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
    padding-top: 45px;
    padding-bottom: 58px;
}

@media (max-width: 576px) {
    .banner-home {
        padding-top: 10px !important;
        padding-bottom: 29px;
    }
}

.banner-home .flex-wrapper {
    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;
}

@media (max-width: 768px) {
    .banner-home .flex-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.banner-home .flex-wrapper .left-content {
    max-width: 738px;
    width: 100%;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .banner-home .flex-wrapper .left-content {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .banner-home .flex-wrapper .left-content {
        max-width: 100%;
        margin: 0 auto;
    }
}

.banner-home .flex-wrapper .left-content .subtitle {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #EE2A59;
    padding-bottom: 24px;
}

@media (max-width: 576px) {
    .banner-home .flex-wrapper .left-content .subtitle {
        padding-bottom: 16px;
    }
}

.banner-home .flex-wrapper .left-content .h1 {
    font-weight: 600;
    padding-bottom: 24px;
    font-style: normal;
    font-size: 64px;
    line-height: 1.16;
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .banner-home .flex-wrapper .left-content .h1 {
        font-size: 56px;
    }
}

@media (max-width: 576px) {
    .banner-home .flex-wrapper .left-content .h1 {
        max-width: 286px;
        padding-bottom: 16px;
        font-weight: 600;
        font-size: 38px;
        line-height: 1.26;
        color: #FFFFFF;
    }
}

.banner-home .flex-wrapper .left-content p {
    max-width: 710px;
    width: 100%;
    padding-bottom: 24px;
    color: #FFFFFF;
}

@media (max-width: 576px) {
    .banner-home .flex-wrapper .left-content p {
        padding-bottom: 16px;
        max-width: 339px;
    }
}

.banner-home .flex-wrapper .left-content .button-pink {
    margin-top: 20px;
    max-width: 215px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.banner-home .flex-wrapper .right-content {
    max-width: 590px;
    width: 100%;
}

@media (max-width: 768px) {
    .banner-home .flex-wrapper .right-content {
        max-width: 100%;
        margin-bottom: 31px;
        text-align: center;
    }
}

.banner-home .flex-wrapper .right-content img {
    max-width: 590px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 768px) {
    .banner-home .flex-wrapper .right-content img {
        margin: 0 auto;
    }
}

@media (max-width: 425px) {
    .banner-home .flex-wrapper .right-content img {
        max-width: 340px;
    }
}

.home .reviews_section .wys {
    margin-bottom: 53px;
}

@media (max-width: 576px) {
    .home .reviews_section .wys {
        margin-bottom: 44px;
    }
}

.home .reviews_section .button-transparent {
    max-width: 248px;
    padding: 17px 18px;
}

.home .reviews_section .button-transparent:before {
    height: 92%;
}

@media (max-width: 576px) {
    .home .reviews_section .button-transparent {
        max-width: 100%;
    }
}

/* ==========================================================================
     Case (archive-case, taxonomy-type)
     ========================================================================== */
.banner-case {
    padding-top: 105px;
    padding-bottom: 137px;
    background: #161515;
    -webkit-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
}

@media (max-width: 1024px) {
    .banner-case {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

.banner-case .flex-wrapper {
    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;
}

@media (max-width: 1024px) {
    .banner-case .flex-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.banner-case .flex-wrapper .left-content {
    max-width: 645px;
    width: 100%;
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .banner-case .flex-wrapper .left-content {
        max-width: 100%;
        margin-right: 0;
        margin-top: 70px;
    }
}

@media (max-width: 576px) {
    .banner-case .flex-wrapper .left-content {
        max-width: 100%;
        margin-right: 0;
        margin-top: 40px;
    }
}

.banner-case .flex-wrapper .left-content .breadcrumbs {
    margin-bottom: 20px;
    color: #FFFFFF;
}

.banner-case .flex-wrapper .left-content .breadcrumbs a {
    color: #FFFFFF;
}

.banner-case .flex-wrapper .left-content h1 {
    color: #FFFFFF;
}

@media (max-width: 576px) {
    .banner-case .flex-wrapper .left-content h1 {
        max-width: 286px;
        width: 100%;
    }
}

.banner-case .flex-wrapper .left-content p {
    color: #FFFFFF;
}

.banner-case .flex-wrapper .no-image-banner-style {
    max-width: 1280px !important;
    margin-right: 0 !important;
}

.banner-case .flex-wrapper .right-content {
    max-width: 692px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 1024px) {
    .banner-case .flex-wrapper .right-content {
        max-width: 100%;
    }
}

.banner-case .flex-wrapper .right-content .cards-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1240px) {
    .banner-case .flex-wrapper .right-content .cards-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .banner-case .flex-wrapper .right-content .cards-wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.banner-case .flex-wrapper .right-content .cards-wrapper .card {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 26px 34px 29px 34px;
    border: 2px solid #848484;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    min-height: 240px;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 1240px) {
    .banner-case .flex-wrapper .right-content .cards-wrapper .card {
        width: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
}

@media (max-width: 1024px) {
    .banner-case .flex-wrapper .right-content .cards-wrapper .card {
        width: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        min-height: 180px;
        padding: 10px 1px 10px 13px;
    }
}

@media (max-width: 576px) {
    .banner-case .flex-wrapper .right-content .cards-wrapper .card {
        min-height: 120px;
    }
}

.banner-case .flex-wrapper .right-content .cards-wrapper .card:hover {
    border: 2px solid #EE2A59;
    -webkit-box-shadow: 9px 10px 0 0 rgb(238, 42, 89);
    box-shadow: 9px 10px 0 0 rgb(238, 42, 89);
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
}

.banner-case .flex-wrapper .right-content .cards-wrapper .card .wys p {
    padding-bottom: 0;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.26;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .banner-case .flex-wrapper .right-content .cards-wrapper .card .wys p {
        font-size: 24px;
        line-height: 1.42;
    }
}

.banner-case .flex-wrapper .right-content .cards-wrapper .card .wys img {
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 768px) {
    .banner-case .flex-wrapper .right-content .cards-wrapper .card .wys img {
        width: 27px;
        height: 27px;
    }
}

.banner-case .flex-wrapper .right-content .cards-wrapper .card .additional_info {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #FFFFFF;
    max-width: 100px;
    width: 100%;
}

@media (max-width: 768px) {
    .banner-case .flex-wrapper .right-content .cards-wrapper .card .additional_info {
        font-size: 14px;
        line-height: 1.21;
    }
}

@media (max-width: 374px) {
    .banner-case .flex-wrapper .right-content .cards-wrapper .card .additional_info {
        font-size: 11px;
    }
}

.banner-case .flex-wrapper .right-content .images_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1240px) {
    .banner-case .flex-wrapper .right-content .images_wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 1024px) {
    .banner-case .flex-wrapper .right-content .images_wrapper {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.banner-case .flex-wrapper .right-content .images_wrapper .img_card {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    min-height: 240px;
    position: relative;
    z-index: 5;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 1260px) {
    .banner-case .flex-wrapper .right-content .images_wrapper .img_card {
        min-height: auto;
    }
}

@media (max-width: 1024px) {
    .banner-case .flex-wrapper .right-content .images_wrapper .img_card {
        max-width: 207px;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-height: 180px;
    }
}

@media (max-width: 576px) {
    .banner-case .flex-wrapper .right-content .images_wrapper .img_card {
        min-height: 120px;
        max-width: 103px;
    }
}

.banner-case .flex-wrapper .right-content .images_wrapper .img_card img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    max-width: 207px;
    width: 100%;
    min-height: 240px;
    max-height: 240px;
}

@media (max-width: 1260px) {
    .banner-case .flex-wrapper .right-content .images_wrapper .img_card img {
        min-height: auto;
    }
}

@media (max-width: 576px) {
    .banner-case .flex-wrapper .right-content .images_wrapper .img_card img {
        min-height: 120px;
        max-width: 103px;
        width: 100%;
    }
}

.banner-case .flex-wrapper .right-content .images_wrapper .img_card:nth-child(1) img {
    -o-object-position: bottom;
    object-position: bottom;
}

.banner-case .flex-wrapper .right-content .images_wrapper .img_card:hover {
    -webkit-box-shadow: 9px 10px 0 0 rgb(238, 42, 89);
    box-shadow: 9px 10px 0 0 rgb(238, 42, 89);
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
}

@media (max-width: 360px) {
    .banner-case .flex-wrapper .right-content .images_wrapper .img_card:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.section-all-cases-wrapper {
    margin-top: 70px;
    margin-bottom: 151px;
}

@media (max-width: 1024px) {
    .section-all-cases-wrapper {
        margin-top: 43px;
        margin-bottom: 91px;
    }
}

.section-all-cases-wrapper .link_img_wrap {
    display: block;
    -webkit-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    isolation: isolate;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.section-all-cases-wrapper .posts-wrapper {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 120px 0;
    margin-bottom: 68px;
}

@media (max-width: 1024px) {
    .section-all-cases-wrapper .posts-wrapper {
        gap: 80px 0;
        margin-bottom: 65px;
    }
}

.section-all-cases-wrapper .posts-wrapper .post-item {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    gap: 0 50px;
}

.section-all-cases-wrapper .posts-wrapper .post-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 1023px) {
    .section-all-cases-wrapper .posts-wrapper .post-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px 0;
    }

    .section-all-cases-wrapper .posts-wrapper .post-item:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section-all-cases-wrapper .posts-wrapper .post-item .left-content {
    max-width: 565px;
    width: 100%;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    isolation: isolate;
    overflow: hidden;
    -webkit-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media (max-width: 1024px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .left-content {
        max-width: 342px;
    }
}

.section-all-cases-wrapper .posts-wrapper .post-item .left-content .images-wrapper, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .video-block {
    position: relative;
    max-width: 565px;
    width: 100%;
    height: 500px;
    max-height: 500px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    isolation: isolate;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .left-content .images-wrapper, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .video-block {
        height: 342px;
    }
}

.section-all-cases-wrapper .posts-wrapper .post-item .left-content .images-wrapper:before, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .video-block:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#232323), to(rgba(26, 26, 26, 0)));
    background: -webkit-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: -o-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: linear-gradient(0deg, #232323 0%, rgba(26, 26, 26, 0) 100%);
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.section-all-cases-wrapper .posts-wrapper .post-item .left-content .images-wrapper .main-img, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .images-wrapper video, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .video-block .main-img, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .video-block video {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    transition: 0.8s all ease;
}

@media (max-width: 1024px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .left-content .images-wrapper .main-img, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .images-wrapper video, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .video-block .main-img, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .video-block video {
        max-width: 342px;
        height: 342px;
    }
}

.section-all-cases-wrapper .posts-wrapper .post-item .left-content .images-wrapper #gifHover, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .video-block #gifHover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.8s all ease;
    -o-transition: 0.8s all ease;
    transition: 0.8s all ease;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.section-all-cases-wrapper .posts-wrapper .post-item .left-content .images-wrapper .logo-img, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .video-block .logo-img {
    max-width: 226px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 106px;
    position: absolute;
    top: 153px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

@media (max-width: 1024px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .left-content .images-wrapper .logo-img, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .video-block .logo-img {
        max-width: 170px;
        height: 64px;
        top: 125px;
    }
}

.section-all-cases-wrapper .posts-wrapper .post-item .left-content .images-wrapper .text_under_logo_preview, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .video-block .text_under_logo_preview {
    max-width: 300px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 5;
    top: 325px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .left-content .images-wrapper .text_under_logo_preview, .section-all-cases-wrapper .posts-wrapper .post-item .left-content .video-block .text_under_logo_preview {
        top: 195px;
    }
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content {
    max-width: 565px;
    width: 100%;
}

@media (max-width: 1024px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .post-content {
        max-width: 100%;
    }
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .page-right-content__title {
    display: inline-block;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.26;
    color: #161515;
    margin-bottom: 30px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .page-right-content__title:hover {
    background-position: 0 100%;
}

@media (max-width: 1024px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .post-content .page-right-content__title {
        font-size: 30px;
        line-height: 1.42;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .post-content .page-right-content__title {
        font-size: 24px;
    }
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .additional_info_preview {
    padding-bottom: 30px;
}

@media (max-width: 1024px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .post-content .additional_info_preview {
        padding-bottom: 20px;
    }
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .additional_info_preview p {
    padding-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .additional_info_preview p strong {
    font-weight: 600;
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .description_preview {
    margin-bottom: 20px;
    max-width: 520px;
    width: 100%;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
    height: 85px;
    overflow: hidden;
    position: relative;
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .description_preview:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    content: "";
    height: 33px;
    width: 100%;
    z-index: 2;
    right: 0;
}

@media (max-width: 1024px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .post-content .description_preview {
        font-size: 16px;
        line-height: 1.62;
    }
}

@media (max-width: 576px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .post-content .description_preview {
        height: 80px;
    }
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .page-values {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 50px 10px;
}

@media (max-width: 768px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .post-content .page-values {
        gap: 20px;
    }
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .page-values .value-result {
    width: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}

@media (max-width: 768px) {
    .section-all-cases-wrapper .posts-wrapper .post-item .post-content .page-values .value-result {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .page-values .value-result .subtitle-value {
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .page-values .value-result .num {
    font-weight: 600;
    font-size: 38px;
    line-height: 1.26;
    color: #EE2A59;
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .readthecase {
    padding-bottom: 2px;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 1px solid #161515;
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .readthecase.active, .section-all-cases-wrapper .posts-wrapper .post-item .post-content .readthecase:hover {
    border-bottom: 1px solid #EE2A59;
}

.section-all-cases-wrapper .posts-wrapper .post-item .post-content .readthecase:active {
    color: #EE2A59;
}

@media (max-width: 1083px) {
    .post-type-archive-cases .banner-case .left-content {
        max-width: 350px;
    }
}

@media (max-width: 1024px) {
    .post-type-archive-cases .banner-case .left-content {
        max-width: 100%;
        margin-right: 0;
        margin-top: 70px;
    }
}

@media (max-width: 576px) {
    .post-type-archive-cases .banner-case .left-content {
        max-width: 100%;
        margin-right: 0;
        margin-top: 40px;
    }
}

@media (max-width: 1083px) {
    .post-type-archive-cases .banner-case .right-content .cards-wrapper .card {
        width: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
}

/* ==========================================================================
     Author page
     ========================================================================== */
.author_page .banner {
    margin-top: 110px;
    margin-bottom: 120px;
}

@media (max-width: 1024px) {
    .author_page .banner {
        margin-top: 100px;
        margin-bottom: 80px;
    }
}

@media (max-width: 768px) {
    .author_page .banner {
        margin-top: 40px;
        margin-bottom: 50px;
    }
}

.author_page .banner .flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 876px) {
    .author_page .banner .flex_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.author_page .banner .flex_wrapper .left_content {
    margin-right: 149px;
}

@media (max-width: 1200px) {
    .author_page .banner .flex_wrapper .left_content {
        margin-right: 70px;
    }
}

@media (max-width: 876px) {
    .author_page .banner .flex_wrapper .left_content {
        margin-right: 0;
        margin-bottom: 33px;
    }
}

.author_page .banner .flex_wrapper .left_content img {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    width: 206px !important;
    max-height: 206px;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.author_page .banner .flex_wrapper .right_content {
    width: 100%;
    max-width: 785px;
}

@media (max-width: 1200px) {
    .author_page .banner .flex_wrapper .right_content {
        max-width: 650px;
    }
}

@media (max-width: 876px) {
    .author_page .banner .flex_wrapper .right_content {
        max-width: 100%;
    }
}

.author_page .banner .flex_wrapper .right_content .breadcrumbs {
    margin-bottom: 20px;
}

.author_page .banner .flex_wrapper .right_content h1 {
    font-size: 64px;
    line-height: 1.16;
    color: #161515;
}

@media (max-width: 1024px) {
    .author_page .banner .flex_wrapper .right_content h1 {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .author_page .banner .flex_wrapper .right_content h1 {
        font-size: 43px;
    }
}

@media (max-width: 576px) {
    .author_page .banner .flex_wrapper .right_content h1 {
        font-weight: 600;
        font-size: 38px;
        line-height: 1.26;
    }
}

.author_page .banner .flex_wrapper .right_content .additional_person_info {
    display: block;
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

.author_page .banner .flex_wrapper .right_content .person_description {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .author_page .banner .flex_wrapper .right_content .person_description {
        margin-bottom: 35px;
    }
}

@media (max-width: 576px) {
    .author_page .banner .flex_wrapper .right_content .person_description {
        font-size: 18px;
        line-height: 1.56;
        margin-bottom: 20px;
    }
}

.author_page .banner .flex_wrapper .right_content .person_description p a {
    color: #EE2A59;
}

.author_page .banner .flex_wrapper .right_content .links_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.author_page .banner .flex_wrapper .right_content .links_wrapper .soc_link {
    width: 30px;
    height: 30px;
    background: #161515;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.author_page .banner .flex_wrapper .right_content .links_wrapper .soc_link svg, .author_page .banner .flex_wrapper .right_content .links_wrapper .soc_link img {
    max-width: 16px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.author_page .banner .flex_wrapper .right_content .links_wrapper .soc_link:hover {
    background: #EE2A59;
}

.author_page .banner .flex_wrapper .right_content .links_wrapper .soc_link:last-child {
    margin-right: 0;
}

.author_page .line-scroll {
    margin-bottom: 44px;
}

@media (max-width: 1024px) {
    .author_page .line-scroll {
        overflow-x: scroll;
    }
}

@media (max-width: 550px) {
    .author_page .line-scroll .row1400 {
        width: 100%;
    }
}

.author_page .line-scroll .scroll_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

@media (max-width: 550px) {
    .author_page .line-scroll .scroll_wrap {
        margin-bottom: 10px;
    }
}

.author_page .publications_section {
    margin: 148px 0;
}

@media (max-width: 1024px) {
    .author_page .publications_section {
        margin-top: 80px;
        margin-bottom: 90px;
    }
}

@media (max-width: 768px) {
    .author_page .publications_section {
        margin: 68px 0;
    }
}

.author_page .publications_section .button-transparent {
    display: block;
    text-align: center;
    max-width: 397px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #EBEBEB;
    -webkit-appearance: none;
    color: #161616;
}

.author_page .publications_section .button-transparent:hover {
    color: #EE2A59;
    border: 2px solid #EE2A59;
}

.author_page .publications_section .tabs-posts {
    margin: 0;
    padding: 0;
    list-style: none;
}

.author_page .publications_section .tabs-posts .tab-title-posts {
    display: inline-block;
    margin-right: 73px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
}

.author_page .publications_section .tabs-posts .tab-title-posts.active, .author_page .publications_section .tabs-posts .tab-title-posts:hover {
    border-bottom: 2px solid #EE2A59;
}

.author_page .publications_section .tabs-posts .tab-title-posts:hover {
    cursor: pointer;
}

.author_page .publications_section .tabs-posts .tab-title-posts:last-child {
    margin-right: 15px;
}

.author_page .publications_section .tabs-posts .tab-title-posts .number {
    margin-left: 9px;
    display: inline-block;
    padding: 2px 8px;
    background: #D9D9D9;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #161515;
}

.author_page .publications_section .tab-content-posts {
    display: none;
}

.author_page .publications_section .tab-content-posts.active {
    display: inherit;
}

.author_page .publications_section .posts-wrapper, .author_page .other_publications_section .posts-wrapper, .author_page .logos_section .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    gap: 70px 0;
}

.author_page .publications_section .posts-wrapper > *, .author_page .other_publications_section .posts-wrapper > *, .author_page .logos_section .posts-wrapper > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
}

@media (max-width: 1023px) {
    .author_page .publications_section .posts-wrapper, .author_page .other_publications_section .posts-wrapper, .author_page .logos_section .posts-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
        gap: 52px 0;
    }

    .author_page .publications_section .posts-wrapper > *, .author_page .other_publications_section .posts-wrapper > *, .author_page .logos_section .posts-wrapper > * {
        width: 48%;
        margin: 0 1% 1.5em;
    }
}

@media (max-width: 678px) {
    .author_page .publications_section .posts-wrapper, .author_page .other_publications_section .posts-wrapper, .author_page .logos_section .posts-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
    }

    .author_page .publications_section .posts-wrapper > *, .author_page .other_publications_section .posts-wrapper > *, .author_page .logos_section .posts-wrapper > * {
        width: 98%;
        margin: 0 1% 2em;
    }
}

.author_page .publications_section .posts-wrapper .post, .author_page .other_publications_section .posts-wrapper .post, .author_page .logos_section .posts-wrapper .post {
    margin-bottom: 0;
}

.author_page .publications_section .posts-wrapper .post .img_post, .author_page .other_publications_section .posts-wrapper .post .img_post, .author_page .logos_section .posts-wrapper .post .img_post {
    margin-bottom: 31px;
    display: block;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    min-height: 125px;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    overflow: hidden;
    isolation: isolate;
}

@media (max-width: 1200px) {
    .author_page .publications_section .posts-wrapper .post .img_post, .author_page .other_publications_section .posts-wrapper .post .img_post, .author_page .logos_section .posts-wrapper .post .img_post {
        min-height: 171px;
    }
}

@media (max-width: 678px) {
    .author_page .publications_section .posts-wrapper .post .img_post, .author_page .other_publications_section .posts-wrapper .post .img_post, .author_page .logos_section .posts-wrapper .post .img_post {
        min-height: 125px;
    }
}

.author_page .publications_section .posts-wrapper .post .img_post img, .author_page .other_publications_section .posts-wrapper .post .img_post img, .author_page .logos_section .posts-wrapper .post .img_post img {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    max-width: 445px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

.author_page .publications_section .posts-wrapper .post .img_post:hover, .author_page .other_publications_section .posts-wrapper .post .img_post:hover, .author_page .logos_section .posts-wrapper .post .img_post:hover {
    cursor: pointer;
}

.author_page .publications_section .posts-wrapper .post .img_post:hover img, .author_page .other_publications_section .posts-wrapper .post .img_post:hover img, .author_page .logos_section .posts-wrapper .post .img_post:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1024px) {
    .author_page .publications_section .posts-wrapper .post .img_post:hover img, .author_page .other_publications_section .posts-wrapper .post .img_post:hover img, .author_page .logos_section .posts-wrapper .post .img_post:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.author_page .publications_section .posts-wrapper .post .post_info_wrap, .author_page .other_publications_section .posts-wrapper .post .post_info_wrap, .author_page .logos_section .posts-wrapper .post .post_info_wrap {
    margin-bottom: 16px;
}

.author_page .publications_section .posts-wrapper .post .post_info_wrap .date, .author_page .publications_section .posts-wrapper .post .post_info_wrap .timing, .author_page .other_publications_section .posts-wrapper .post .post_info_wrap .date, .author_page .other_publications_section .posts-wrapper .post .post_info_wrap .timing, .author_page .logos_section .posts-wrapper .post .post_info_wrap .date, .author_page .logos_section .posts-wrapper .post .post_info_wrap .timing {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 0.94;
    color: #161515;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.author_page .publications_section .posts-wrapper .post .post_info_wrap .author .author_name, .author_page .other_publications_section .posts-wrapper .post .post_info_wrap .author .author_name, .author_page .logos_section .posts-wrapper .post .post_info_wrap .author .author_name {
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.author_page .publications_section .posts-wrapper .post .post_info_wrap .author .author_name.active, .author_page .publications_section .posts-wrapper .post .post_info_wrap .author .author_name:hover, .author_page .other_publications_section .posts-wrapper .post .post_info_wrap .author .author_name.active, .author_page .other_publications_section .posts-wrapper .post .post_info_wrap .author .author_name:hover, .author_page .logos_section .posts-wrapper .post .post_info_wrap .author .author_name.active, .author_page .logos_section .posts-wrapper .post .post_info_wrap .author .author_name:hover {
    border-bottom: 1px solid #EE2A59;
}

.author_page .publications_section .posts-wrapper .post .title_post, .author_page .other_publications_section .posts-wrapper .post .title_post, .author_page .logos_section .posts-wrapper .post .title_post {
    display: block;
    max-width: 375px;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161615;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

.author_page .publications_section .posts-wrapper .post .title_post:hover, .author_page .other_publications_section .posts-wrapper .post .title_post:hover, .author_page .logos_section .posts-wrapper .post .title_post:hover {
    background-position: 0 100%;
}

@media (max-width: 1024px) {
    .author_page .publications_section .logos_part_scroll, .author_page .other_publications_section .logos_part_scroll, .author_page .logos_section .logos_part_scroll {
        overflow-x: scroll;
    }
}

@media (max-width: 1024px) {
    .author_page .publications_section .logos_part_scroll .scroll_logo, .author_page .other_publications_section .logos_part_scroll .scroll_logo, .author_page .logos_section .logos_part_scroll .scroll_logo {
        margin-bottom: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

.author_page .publications_section .logos_part_scroll .logos_wrapper, .author_page .other_publications_section .logos_part_scroll .logos_wrapper, .author_page .logos_section .logos_part_scroll .logos_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author_page .publications_section .logos_part_scroll .logos_wrapper .logo, .author_page .other_publications_section .logos_part_scroll .logos_wrapper .logo, .author_page .logos_section .logos_part_scroll .logos_wrapper .logo {
    margin-right: 31px;
    position: relative;
    width: 208px;
}

.author_page .publications_section .logos_part_scroll .logos_wrapper .logo:last-child, .author_page .other_publications_section .logos_part_scroll .logos_wrapper .logo:last-child, .author_page .logos_section .logos_part_scroll .logos_wrapper .logo:last-child {
    margin-right: 0;
}

.author_page .publications_section .logos_part_scroll .logos_wrapper .logo:hover .logo_link, .author_page .other_publications_section .logos_part_scroll .logos_wrapper .logo:hover .logo_link, .author_page .logos_section .logos_part_scroll .logos_wrapper .logo:hover .logo_link {
    -webkit-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
    border: 2px solid #161515;
    -webkit-box-shadow: 8px 8px 0 #161515;
    box-shadow: 8px 8px 0 #161515;
}

@media (max-width: 1024px) {
    .author_page .publications_section .logos_part_scroll .logos_wrapper .logo:hover .logo_link, .author_page .other_publications_section .logos_part_scroll .logos_wrapper .logo:hover .logo_link, .author_page .logos_section .logos_part_scroll .logos_wrapper .logo:hover .logo_link {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border: 2px solid #f7f7f7;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.author_page .publications_section .logos_part_scroll .logos_wrapper .logo:hover .description, .author_page .other_publications_section .logos_part_scroll .logos_wrapper .logo:hover .description, .author_page .logos_section .logos_part_scroll .logos_wrapper .logo:hover .description {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1024px) {
    .author_page .publications_section .logos_part_scroll .logos_wrapper .logo:hover .description, .author_page .other_publications_section .logos_part_scroll .logos_wrapper .logo:hover .description, .author_page .logos_section .logos_part_scroll .logos_wrapper .logo:hover .description {
        display: none;
    }
}

.author_page .publications_section .logos_part_scroll .logos_wrapper .logo .logo_link, .author_page .other_publications_section .logos_part_scroll .logos_wrapper .logo .logo_link, .author_page .logos_section .logos_part_scroll .logos_wrapper .logo .logo_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 205px;
    width: 100%;
    min-height: 118px;
    background: #FFFFFF;
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.author_page .publications_section .logos_part_scroll .logos_wrapper .logo .description, .author_page .other_publications_section .logos_part_scroll .logos_wrapper .logo .description, .author_page .logos_section .logos_part_scroll .logos_wrapper .logo .description {
    position: absolute;
    top: 128px;
    left: -10px;
    visibility: hidden;
    -webkit-transition: 0.7s all ease;
    -o-transition: 0.7s all ease;
    transition: 0.7s all ease;
    opacity: 0;
    width: 292px;
    padding: 15px 23px 28px 23px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

@media (max-width: 1024px) {
    .author_page .publications_section .logos_part_scroll .logos_wrapper .logo .description, .author_page .other_publications_section .logos_part_scroll .logos_wrapper .logo .description, .author_page .logos_section .logos_part_scroll .logos_wrapper .logo .description {
        z-index: 5;
        top: -70px;
    }
}

.author_page .publications_section .logos_part_scroll .logos_wrapper .logo .description .description_title, .author_page .other_publications_section .logos_part_scroll .logos_wrapper .logo .description .description_title, .author_page .logos_section .logos_part_scroll .logos_wrapper .logo .description .description_title {
    display: inline-block;
    max-width: 220px;
    width: 100%;
    padding-bottom: 9px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.author_page .publications_section .logos_part_scroll .logos_wrapper .logo .description a, .author_page .other_publications_section .logos_part_scroll .logos_wrapper .logo .description a, .author_page .logos_section .logos_part_scroll .logos_wrapper .logo .description a {
    display: inline-block;
    max-width: 220px;
    width: 100%;
    padding-bottom: 13px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.21;
    color: #EE2A59;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.author_page .publications_section .logos_part_scroll .logos_wrapper .logo .description a:last-child, .author_page .other_publications_section .logos_part_scroll .logos_wrapper .logo .description a:last-child, .author_page .logos_section .logos_part_scroll .logos_wrapper .logo .description a:last-child {
    padding-bottom: 0;
}

.author_page .publications_section .logos_part_scroll .logos_wrapper .logo .description a:hover, .author_page .other_publications_section .logos_part_scroll .logos_wrapper .logo .description a:hover, .author_page .logos_section .logos_part_scroll .logos_wrapper .logo .description a:hover {
    text-underline-offset: 4px;
    text-decoration: underline;
    -webkit-text-decoration-color: #EE2A59;
    text-decoration-color: #EE2A59;
}

.author_page .publications_section .tabs-logos, .author_page .other_publications_section .tabs-logos, .author_page .logos_section .tabs-logos {
    margin: 0;
    padding: 0;
    list-style: none;
}

.author_page .publications_section .tabs-logos .tab-title-logos, .author_page .other_publications_section .tabs-logos .tab-title-logos, .author_page .logos_section .tabs-logos .tab-title-logos {
    display: inline-block;
    margin-right: 73px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    border-bottom: 2px solid transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
}

.author_page .publications_section .tabs-logos .tab-title-logos.active, .author_page .publications_section .tabs-logos .tab-title-logos:hover, .author_page .other_publications_section .tabs-logos .tab-title-logos.active, .author_page .other_publications_section .tabs-logos .tab-title-logos:hover, .author_page .logos_section .tabs-logos .tab-title-logos.active, .author_page .logos_section .tabs-logos .tab-title-logos:hover {
    border-bottom: 2px solid #EE2A59;
}

.author_page .publications_section .tabs-logos .tab-title-logos:hover, .author_page .other_publications_section .tabs-logos .tab-title-logos:hover, .author_page .logos_section .tabs-logos .tab-title-logos:hover {
    cursor: pointer;
}

.author_page .publications_section .tabs-logos .tab-title-logos:last-child, .author_page .other_publications_section .tabs-logos .tab-title-logos:last-child, .author_page .logos_section .tabs-logos .tab-title-logos:last-child {
    margin-right: 15px;
}

.author_page .publications_section .tabs-logos .tab-title-logos .number, .author_page .other_publications_section .tabs-logos .tab-title-logos .number, .author_page .logos_section .tabs-logos .tab-title-logos .number {
    margin-left: 9px;
    display: inline-block;
    padding: 2px 8px;
    background: #D9D9D9;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #161515;
}

.author_page .publications_section .tab-content-logos, .author_page .other_publications_section .tab-content-logos, .author_page .logos_section .tab-content-logos {
    display: none;
}

.author_page .publications_section .tab-content-logos.active, .author_page .other_publications_section .tab-content-logos.active, .author_page .logos_section .tab-content-logos.active {
    display: inherit;
}

.author_page .other_publications_section {
    margin: 140px 0;
}

@media (max-width: 768px) {
    .author_page .other_publications_section {
        margin: 60px 0;
    }
}

.author_page .other_publications_section h2 {
    padding-bottom: 27px;
}

@media (max-width: 425px) {
    .author_page .other_publications_section h2 {
        font-size: 24px;
        line-height: 1.42;
    }
}

.author_page .logos_section {
    margin: 148px 0;
}

@media (max-width: 1024px) {
    .author_page .logos_section {
        margin: 68px 0;
    }
}

.author_page .form_section {
    margin: 148px 0;
}

@media (max-width: 1024px) {
    .author_page .form_section {
        margin: 68px 0;
    }
}

.author_page .form_section .card_form {
    padding: 32px 35px 32px 50px;
    background-image: url("../img/bc-form.png");
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    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;
}

@media (max-width: 1024px) {
    .author_page .form_section .card_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .author_page .form_section .card_form {
        padding: 21px 21px 25px 21px;
    }
}

@media (max-width: 370px) {
    .author_page .form_section .card_form {
        padding: 21px 15px 25px 15px;
    }
}

.author_page .form_section .card_form .left_content {
    max-width: 593px;
    width: 100%;
    margin-right: 50px;
}

@media (max-width: 1024px) {
    .author_page .form_section .card_form .left_content {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 49px;
    }
}

.author_page .form_section .card_form .left_content .title_h2 {
    padding-bottom: 18px;
}

.author_page .form_section .card_form .left_content p {
    padding-bottom: 20px;
}

@media (max-width: 1024px) {
    .author_page .form_section .card_form .right_content {
        max-width: 100%;
        width: 100%;
    }
}

.author_page .form_section .card_form .right_content input[type=text] {
    margin-bottom: 13px;
    margin-top: 0 !important;
}

.author_page .form_section .card_form .right_content input[type=email] {
    margin-bottom: 21px;
    margin-top: 0 !important;
}

.author_page .form_section .card_form .right_content input[type=email], .author_page .form_section .card_form .right_content input[type=text] {
    padding: 14px 22px !important;
    margin-top: 0 !important;
    background: #F7F7F7;
    -webkit-border-radius: 9px !important;
    border-radius: 9px !important;
    border-bottom: none !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
    max-width: 385px;
    width: 100%;
    height: auto;
}

.author_page .form_section .card_form .right_content input[type=email]::-webkit-input-placeholder, .author_page .form_section .card_form .right_content input[type=text]::-webkit-input-placeholder {
    color: #848484;
}

.author_page .form_section .card_form .right_content input[type=email]::-moz-placeholder, .author_page .form_section .card_form .right_content input[type=text]::-moz-placeholder {
    opacity: 1;
    color: #848484;
}

.author_page .form_section .card_form .right_content input[type=email]:-ms-input-placeholder, .author_page .form_section .card_form .right_content input[type=text]:-ms-input-placeholder {
    color: #848484;
}

@media (max-width: 1024px) {
    .author_page .form_section .card_form .right_content input[type=email], .author_page .form_section .card_form .right_content input[type=text] {
        max-width: 100%;
    }
}

.author_page .form_section .card_form .right_content input[type=submit] {
    max-width: 385px !important;
    width: 100%;
    padding: 11.1px 20px !important;
    text-align: left;
    background: #EE2A59;
    border: 1px solid #EE2A59;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
    color: #FFFFFF;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-appearance: none;
}

.author_page .form_section .card_form .right_content input[type=submit]:hover {
    cursor: pointer;
    background: #FF3D6B !important;
    border: 1px solid #FF3D6B !important;
}

@media (max-width: 1024px) {
    .author_page .form_section .card_form .right_content input[type=submit] {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .author_page .form_section .card_form .right_content input[type=submit] {
        padding: 17px 22px;
    }
}

.author_page .form_section .submit_button_pink {
    margin-top: 20px !important;
}

.author_page .form_section .button-form {
    position: relative;
}

.author_page .form_section .button-form:before {
    position: absolute;
    content: url("../img/arrow-submit.svg");
    top: 18px;
    right: 20px;
    width: 20px;
    background: transparent;
    height: 14px;
}

.author_page .form_section .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    display: none !important;
}

.author_page .form_section .wpcf7 .wpcf7-not-valid-tip {
    color: #EE2A59;
    text-align: left;
    background: #F7F7F7;
    border: 1px solid #EE2A59;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding-left: 10px;
    margin-right: 10px;
    height: 55px;
    width: 100%;
    max-width: 385px;
    font-weight: 400;
    font-size: 16px;
    line-height: 3.3;
}

.author_page .form_section .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    margin: 20px auto 0 0;
    max-width: 100%;
    border: 1px solid #ee2a59;
    text-align: left;
    padding-left: 22px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #ee2a59;
    font-family: "Inter", sans-serif;
    background: #f7f7f7;
    font-size: 15px;
}

.author_page .form_section .placeholder-top .error-field-msg {
    top: 85px;
}

.author_page .form_section .email-form .js-form-submit .error-field-msg {
    top: 85px;
}

/* ==========================================================================
     Careers page
     ========================================================================== */
.careers_page .banner {
    background: #161515;
    -webkit-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (max-width: 576px) {
    .careers_page .banner {
        padding-top: 10px !important;
        padding-bottom: 20px;
        -webkit-border-radius: 0 0 22px 22px;
        border-radius: 0 0 22px 22px;
    }
}

.careers_page .banner .flex-wrapper {
    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;
}

@media (max-width: 1024px) {
    .careers_page .banner .flex-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.careers_page .banner .flex-wrapper .left-content {
    max-width: 585px;
    width: 100%;
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .careers_page .banner .flex-wrapper .left-content {
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .careers_page .banner .flex-wrapper .left-content {
        max-width: 100%;
        margin: 0 auto;
    }
}

.careers_page .banner .flex-wrapper .left-content .breadcrumbs {
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #FFFFFF;
}

.careers_page .banner .flex-wrapper .left-content .breadcrumbs a {
    color: #FFFFFF;
}

.careers_page .banner .flex-wrapper .left-content .text {
    margin-bottom: 20px;
}

.careers_page .banner .flex-wrapper .left-content .text h1 {
    font-size: 64px;
    line-height: 1.16;
    color: #FFFFFF;
}

@media (max-width: 576px) {
    .careers_page .banner .flex-wrapper .left-content .text h1 {
        padding-bottom: 16px;
        font-size: 38px;
        line-height: 1.26;
    }
}

.careers_page .banner .flex-wrapper .left-content .text p {
    color: #FFFFFF;
}

.careers_page .banner .flex-wrapper .left-content .button-pink {
    max-width: 219px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .careers_page .banner .flex-wrapper .left-content .button-pink {
        max-width: 100%;
    }
}

.careers_page .banner .flex-wrapper .right-content {
    max-width: 460px;
    width: 100%;
    margin-right: 60px;
}

@media (max-width: 1200px) {
    .careers_page .banner .flex-wrapper .right-content {
        margin-right: 30px;
    }
}

@media (max-width: 1024px) {
    .careers_page .banner .flex-wrapper .right-content {
        margin-bottom: 25px;
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .careers_page .banner .flex-wrapper .right-content {
        max-width: 100%;
    }
}

.careers_page .banner .flex-wrapper .right-content .images_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 576px) {
    .careers_page .banner .flex-wrapper .right-content .images_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        max-width: 370px;
    }
}

.careers_page .banner .flex-wrapper .right-content .images_wrapper img, .careers_page .banner .flex-wrapper .right-content .images_wrapper video {
    margin-bottom: 8px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.careers_page .banner .flex-wrapper .right-content .images_wrapper img:first-child, .careers_page .banner .flex-wrapper .right-content .images_wrapper video:first-child {
    max-width: 257px;
    max-height: 257px;
    margin-right: 8px;
}

@media (max-width: 576px) {
    .careers_page .banner .flex-wrapper .right-content .images_wrapper img:first-child, .careers_page .banner .flex-wrapper .right-content .images_wrapper video:first-child {
        max-width: 185px;
        max-height: 185px;
    }
}

@media (max-width: 425px) {
    .careers_page .banner .flex-wrapper .right-content .images_wrapper img:first-child, .careers_page .banner .flex-wrapper .right-content .images_wrapper video:first-child {
        max-width: 134px;
        max-height: 134px;
    }
}

.careers_page .banner .flex-wrapper .right-content .images_wrapper img:nth-child(2), .careers_page .banner .flex-wrapper .right-content .images_wrapper video:nth-child(2) {
    margin-top: 30px;
    max-width: 194px;
    max-height: 194px;
}

@media (max-width: 576px) {
    .careers_page .banner .flex-wrapper .right-content .images_wrapper img:nth-child(2), .careers_page .banner .flex-wrapper .right-content .images_wrapper video:nth-child(2) {
        max-width: 142px;
        max-height: 142px;
        margin-top: 17px;
    }
}

@media (max-width: 425px) {
    .careers_page .banner .flex-wrapper .right-content .images_wrapper img:nth-child(2), .careers_page .banner .flex-wrapper .right-content .images_wrapper video:nth-child(2) {
        max-width: 102px;
        max-height: 102px;
    }
}

.careers_page .banner .flex-wrapper .right-content .images_wrapper img:nth-child(3), .careers_page .banner .flex-wrapper .right-content .images_wrapper video:nth-child(3) {
    max-width: 186px;
    max-height: 186px;
    margin-right: 8px;
    margin-left: 36px;
}

@media (max-width: 576px) {
    .careers_page .banner .flex-wrapper .right-content .images_wrapper img:nth-child(3), .careers_page .banner .flex-wrapper .right-content .images_wrapper video:nth-child(3) {
        max-width: 119px;
        max-height: 119px;
        margin-left: 64px;
    }
}

@media (max-width: 425px) {
    .careers_page .banner .flex-wrapper .right-content .images_wrapper img:nth-child(3), .careers_page .banner .flex-wrapper .right-content .images_wrapper video:nth-child(3) {
        max-width: 97px;
        max-height: 97px;
        margin-left: 36px;
    }
}

.careers_page .banner .flex-wrapper .right-content .images_wrapper img:nth-child(4), .careers_page .banner .flex-wrapper .right-content .images_wrapper video:nth-child(4) {
    max-width: 162px;
    max-height: 162px;
    margin-top: -30px;
}

@media (max-width: 576px) {
    .careers_page .banner .flex-wrapper .right-content .images_wrapper img:nth-child(4), .careers_page .banner .flex-wrapper .right-content .images_wrapper video:nth-child(4) {
        max-width: 105px;
        max-height: 105px;
        margin-top: -17px;
    }
}

@media (max-width: 425px) {
    .careers_page .banner .flex-wrapper .right-content .images_wrapper img:nth-child(4), .careers_page .banner .flex-wrapper .right-content .images_wrapper video:nth-child(4) {
        max-width: 85px;
        max-height: 85px;
    }
}

.careers_page .text_image_section {
    margin-top: 100px;
    margin-bottom: 88px;
}

@media (max-width: 1024px) {
    .careers_page .text_image_section {
        margin-top: 100px;
        margin-bottom: 88px;
    }
}

@media (max-width: 768px) {
    .careers_page .text_image_section {
        margin-top: 43px;
        margin-bottom: 68px;
    }
}

.careers_page .text_image_section .text_part_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 85px;
}

@media (max-width: 1024px) {
    .careers_page .text_image_section .text_part_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }
}

.careers_page .text_image_section .text_part_wrap strong {
    display: block;
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

.careers_page .text_image_section .text_part_wrap .left_content {
    max-width: 598px;
    width: 100%;
    margin-right: 118px;
}

@media (max-width: 1200px) {
    .careers_page .text_image_section .text_part_wrap .left_content {
        margin-right: 95px;
    }
}

@media (max-width: 1024px) {
    .careers_page .text_image_section .text_part_wrap .left_content {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 25px;
    }
}

.careers_page .text_image_section .text_part_wrap .left_content .wys p {
    font-size: 24px;
    line-height: 1.42;
}

@media (max-width: 576px) {
    .careers_page .text_image_section .text_part_wrap .left_content .wys p {
        font-size: 18px;
        line-height: 1.56;
    }
}

@media (max-width: 1023px) {
    .careers_page .text_image_section .text_part_wrap .left_content .wys br {
        display: none;
    }
}

@media (max-width: 576px) {
    .careers_page .text_image_section .text_part_wrap .left_content h2 {
        text-align: center;
    }
}

.careers_page .text_image_section .text_part_wrap .right_content {
    max-width: 612px;
    width: 100%;
}

@media (max-width: 1024px) {
    .careers_page .text_image_section .text_part_wrap .right_content {
        max-width: 100%;
    }
}

.careers_page .text_image_section .text_part_wrap .right_content .flags_wrap {
    margin-top: 7px;
    max-width: 200px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.careers_page .text_image_section .logos_part_wrap {
    padding-top: 230px;
    padding-bottom: 60px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

@media (max-width: 1024px) {
    .careers_page .text_image_section .logos_part_wrap {
        padding-top: 100px;
        padding-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .careers_page .text_image_section .logos_part_wrap {
        padding-top: 50px;
        padding-bottom: 0;
        background-position-y: 10px;
    }
}

.careers_page .text_image_section .logos_part_wrap .logos_wrapper {
    margin-bottom: 50px;
}

.careers_page .text_image_section .logos_part_wrap .logos_wrapper .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 100px;
}

@media (max-width: 768px) {
    .careers_page .text_image_section .logos_part_wrap .logos_wrapper .line {
        margin-bottom: 10px;
    }
}

.careers_page .text_image_section .logos_part_wrap .logos_wrapper .line:last-child {
    margin-bottom: 0;
}

.careers_page .text_image_section .logos_part_wrap .logos_wrapper .line a {
    max-width: 152px;
    -o-object-fit: contain;
    object-fit: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.careers_page .text_image_section .logos_part_wrap .logos_wrapper .line a img, .careers_page .text_image_section .logos_part_wrap .logos_wrapper .line a svg {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 768px) {
    .careers_page .text_image_section .logos_part_wrap .logos_wrapper .line a img, .careers_page .text_image_section .logos_part_wrap .logos_wrapper .line a svg {
        max-width: 80px;
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (max-width: 576px) {
    .careers_page .text_image_section .logos_part_wrap .logos_wrapper .line a img, .careers_page .text_image_section .logos_part_wrap .logos_wrapper .line a svg {
        max-width: 45px;
    }
}

@media (max-width: 425px) {
    .careers_page .text_image_section .logos_part_wrap .logos_wrapper .line a img, .careers_page .text_image_section .logos_part_wrap .logos_wrapper .line a svg {
        max-width: 40px;
    }
}

.careers_page .text_image_section .logos_part_wrap .logos_wrapper .line a img:hover, .careers_page .text_image_section .logos_part_wrap .logos_wrapper .line a svg:hover {
    opacity: 0.7;
}

.careers_page .text_image_section .logos_part_wrap .add_info {
    padding: 11px;
    max-width: 243px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #161515;
}

.careers_page .blocks_section {
    margin: 88px 0 148px 0;
}

@media (max-width: 1024px) {
    .careers_page .blocks_section {
        margin-top: 88px;
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .careers_page .blocks_section {
        margin: 68px 0;
    }
}

.careers_page .blocks_section h2 {
    margin-bottom: 56px;
}

@media (max-width: 576px) {
    .careers_page .blocks_section h2 {
        text-align: center;
        margin-bottom: 16px;
    }
}

.careers_page .blocks_section .blocks_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 72px 30px;
}

@media (max-width: 876px) {
    .careers_page .blocks_section .blocks_wrapper {
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .careers_page .blocks_section .blocks_wrapper {
        display: none;
    }
}

.careers_page .blocks_section .blocks_wrapper .block {
    width: 31.7%;
    -ms-flex-preferred-size: 31.7%;
    flex-basis: 31.7%;
}

@media (max-width: 1305px) {
    .careers_page .blocks_section .blocks_wrapper .block {
        width: 30%;
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    }
}

@media (max-width: 876px) {
    .careers_page .blocks_section .blocks_wrapper .block {
        width: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
    }
}

.careers_page .blocks_section .blocks_wrapper .block .mini-icon {
    min-height: 65px;
    margin-bottom: 28px;
}

.careers_page .blocks_section .blocks_wrapper .block .mini-icon img, .careers_page .blocks_section .blocks_wrapper .block .mini-icon svg {
    max-width: 66px;
    -o-object-fit: cover;
    object-fit: cover;
}

.careers_page .blocks_section .blocks_wrapper .block .block-title {
    margin-bottom: 17px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

.careers_page .blocks_section .blocks_wrapper .block .block-text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

.careers_page .blocks_section .blocks_wrapper_mob {
    display: none;
}

@media (max-width: 576px) {
    .careers_page .blocks_section .blocks_wrapper_mob {
        display: block;
    }
}

.careers_page .blocks_section .blocks_wrapper_mob .swiper-wrapper {
    padding-bottom: 20px;
}

.careers_page .blocks_section .blocks_wrapper_mob .swiper-slide .mini-icon {
    margin-bottom: 22px;
}

.careers_page .blocks_section .blocks_wrapper_mob .swiper-slide .mini-icon img, .careers_page .blocks_section .blocks_wrapper_mob .swiper-slide .mini-icon svg {
    max-width: 66px;
    -o-object-fit: cover;
    object-fit: cover;
}

.careers_page .blocks_section .blocks_wrapper_mob .swiper-slide .block-title {
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

.careers_page .blocks_section .blocks_wrapper_mob .swiper-slide .block-text {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

.careers_page .blocks_section .blocks_wrapper_mob .swiper-pagination {
    bottom: 0;
    width: 100%;
}

.careers_page .awards_section {
    margin: 148px 0;
}

@media (max-width: 1024px) {
    .careers_page .awards_section {
        margin: 68px 0;
    }
}

.careers_page .awards_section .subtitle_title_wrapper {
    max-width: 100%;
}

@media (max-width: 576px) {
    .careers_page .awards_section .subtitle_title_wrapper {
        text-align: center;
    }
}

.careers_page .g-ajax-block-positions {
    position: relative;
}

.careers_page .positions_section {
    margin: 148px 0;
}

@media (max-width: 768px) {
    .careers_page .positions_section {
        margin: 68px 0;
    }
}

.careers_page .positions_section .g-ajax-positions {
    margin: 0;
    margin-bottom: 45px;
    padding: 0;
    list-style: none;
}

@media (max-width: 768px) {
    .careers_page .positions_section .g-ajax-positions {
        overflow-x: scroll;
    }
}

@media (max-width: 768px) {
    .careers_page .positions_section .g-ajax-positions .scroll_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        padding-bottom: 10px;
    }
}

.careers_page .positions_section .g-ajax-positions .g-ajax-title-positions {
    display: inline-block;
    cursor: pointer;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
    background: none;
    border-bottom: 2px solid transparent;
    margin-right: 70px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
}

.careers_page .positions_section .g-ajax-positions .g-ajax-title-positions:last-child {
    margin-right: 15px;
}

.careers_page .positions_section .g-ajax-positions .g-ajax-title-positions:hover {
    border-bottom: 2px solid #EE2A59;
}

.careers_page .positions_section .g-ajax-positions .g-ajax-title-positions.active {
    border-bottom: 2px solid #EE2A59;
}

.careers_page .positions_section #loader {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation: load 1s ease-in-out infinite alternate;
    animation: load 1s ease-in-out infinite alternate;
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        offset: 10px 0;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

@keyframes load {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        offset: 10px 0;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
    }
}

.careers_page .positions_section .g-ajax-content-positions.active {
    display: block;
}

.careers_page .positions_section .g-ajax-content-positions .position_link {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    margin-bottom: 21px;
    display: block;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.careers_page .positions_section .g-ajax-content-positions .position_link:last-child {
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .careers_page .positions_section .g-ajax-content-positions .position_link {
        margin-bottom: 12px;
    }
}

.careers_page .positions_section .g-ajax-content-positions .position_link:hover .position_card {
    border: 2px solid #161515;
    -webkit-box-shadow: 6px 6px 0 #161515;
    box-shadow: 6px 6px 0 #161515;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-transform: translate(-6px, -6px);
    -ms-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
}

.careers_page .positions_section .g-ajax-content-positions .position_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 45px 25px 32px;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 768px) {
    .careers_page .positions_section .g-ajax-content-positions .position_card {
        padding: 20px 16px 30px 32px;
    }
}

@media (max-width: 576px) {
    .careers_page .positions_section .g-ajax-content-positions .position_card {
        padding: 20px 16px 30px 25px;
    }
}

.careers_page .positions_section .g-ajax-content-positions .position_card .name_position {
    display: block;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

@media (max-width: 576px) {
    .careers_page .positions_section .g-ajax-content-positions .position_card .name_position {
        font-size: 17.5px;
        line-height: 1.56;
    }
}

.careers_page .positions_section .g-ajax-content-positions .position_card .tags_wrap {
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .careers_page .positions_section .g-ajax-content-positions .position_card .tags_wrap {
        margin-top: 13px;
    }
}

.careers_page .positions_section .g-ajax-content-positions .position_card .tags_wrap .tag {
    background: #161515;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 5px;
    padding: 6px 8px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #FFFFFF;
}

.careers_page .positions_section .g-ajax-content-positions .position_card .right_content .send {
    font-weight: 600;
    padding-bottom: 5px;
    display: inline-block;
    overflow: hidden;
    color: #161615;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
    border-bottom: 1px solid #EE2A59;
}

@media (max-width: 768px) {
    .careers_page .positions_section .g-ajax-content-positions .position_card .right_content .send {
        display: none;
    }
}

.careers_page .positions_section .g-ajax-content-positions .position_card .right_content .send:hover {
    background-position: 0 100%;
}

.careers_page .positions_section .g-ajax-content-positions .position_card .right_content svg {
    margin-left: 141px;
}

@media (max-width: 768px) {
    .careers_page .positions_section .g-ajax-content-positions .position_card .right_content svg {
        margin-left: 50px;
    }
}

@media (max-width: 576px) {
    .careers_page .positions_section .g-ajax-content-positions .position_card .right_content svg {
        margin-left: 30px;
    }
}

.careers_page .steps_section {
    margin: 148px 0;
}

@media (max-width: 768px) {
    .careers_page .steps_section {
        margin: 68px 0;
    }
}

.careers_page .steps_section h2 {
    padding-bottom: 36px;
}

.careers_page .steps_section .tabs-block-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 876px) {
    .careers_page .steps_section .tabs-block-steps {
        display: none;
    }
}

.careers_page .steps_section .tabs-block-steps .tabs-steps {
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 565px;
    width: 100%;
}

@media (max-width: 1200px) {
    .careers_page .steps_section .tabs-block-steps .tabs-steps {
        max-width: 400px;
        width: 100%;
    }
}

.careers_page .steps_section .tabs-block-steps .tabs-steps div {
    max-width: 565px;
    width: 100%;
    min-height: 100px;
    margin-bottom: 9px;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 28px;
    cursor: pointer;
    color: #161515;
    background: #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.careers_page .steps_section .tabs-block-steps .tabs-steps div span {
    display: block;
    font-size: 16px;
    line-height: 1.62;
}

.careers_page .steps_section .tabs-block-steps .tabs-steps div.active {
    background: #EE2A59;
    color: #FFFFFF;
}

.careers_page .steps_section .tabs-block-steps .tabs-steps div:hover {
    background: #EE2A59;
    color: #FFFFFF;
}

.careers_page .steps_section .tabs-block-steps .tabs-steps div:last-child {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .careers_page .steps_section .tabs-block-steps .tabs-steps div {
        max-width: 400px;
        width: 100%;
    }
}

.careers_page .steps_section .tabs-block-steps .left_content {
    margin-right: 50px;
}

.careers_page .steps_section .tabs-block-steps .tab-content-steps {
    max-width: 633px;
    width: 100%;
    display: none;
    font-family: "Inter", sans-serif;
    font-style: normal;
    color: #161515;
}

.careers_page .steps_section .tabs-block-steps .tab-content-steps.active {
    display: inherit;
}

.careers_page .steps_section .tabs-block-steps .tab-content-steps .title_position {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
}

.careers_page .steps_section .tabs-block-steps .tab-content-steps .description_position {
    margin-bottom: 58px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
}

.careers_page .steps_section .tabs-block-steps .tab-content-steps .person_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.careers_page .steps_section .tabs-block-steps .tab-content-steps .person_wrap .person_img {
    margin-right: 10px;
}

.careers_page .steps_section .tabs-block-steps .tab-content-steps .person_wrap .person_img img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.careers_page .steps_section .tabs-block-steps .tab-content-steps .person_wrap .person_description .person_name {
    display: block;
    padding-bottom: 2px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.careers_page .steps_section .tabs-block-steps .tab-content-steps .person_wrap .person_description .person_position {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #161515;
}

.careers_page .steps_section .accordion_mob {
    display: none;
}

@media (max-width: 876px) {
    .careers_page .steps_section .accordion_mob {
        display: block;
    }
}

.careers_page .steps_section .accordion_mob .title-mob {
    margin-bottom: 18px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 1.33;
    text-align: left;
    color: #161616;
}

.careers_page .steps_section .accordion_mob .acc .item {
    margin-bottom: 9px;
}

.careers_page .steps_section .accordion_mob .acc .item:last-child {
    margin-bottom: 0;
}

.careers_page .steps_section .accordion_mob .acc .item h3 {
    padding: 19px 10px 21px 18px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
    background: #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.careers_page .steps_section .accordion_mob .acc .item h3.active {
    background: #EE2A59;
    color: #FFFFFF;
}

.careers_page .steps_section .accordion_mob .acc .item h3 span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

.careers_page .steps_section .accordion_mob .acc .item .info {
    margin-top: 39px;
    margin-bottom: 43px;
}

.careers_page .steps_section .accordion_mob .acc .item .title_position {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
}

.careers_page .steps_section .accordion_mob .acc .item .description_position {
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
}

.careers_page .steps_section .accordion_mob .acc .item .person_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.careers_page .steps_section .accordion_mob .acc .item .person_wrap .person_img {
    margin-right: 10px;
}

.careers_page .steps_section .accordion_mob .acc .item .person_wrap .person_img img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.careers_page .steps_section .accordion_mob .acc .item .person_wrap .person_description .person_name {
    display: block;
    padding-bottom: 2px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.careers_page .steps_section .accordion_mob .acc .item .person_wrap .person_description .person_position {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #161515;
}

.careers_page .steps_section .accordion_mob .acc .item .info {
    display: none;
}

/* ==========================================================================
     Vacancy page
     ========================================================================== */
.single_vacancy_page {
    padding-top: 85px;
}

@media (max-width: 768px) {
    .single_vacancy_page {
        padding-top: 30px;
    }
}

.single_vacancy_page .breadcrumbs {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

@media (max-width: 768px) {
    .single_vacancy_page .breadcrumbs {
        font-size: 14px;
        line-height: 1.21;
    }
}

.single_vacancy_page h1 {
    padding-bottom: 0;
}

.single_vacancy_page .text_section {
    margin-top: 40px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .single_vacancy_page .text_section {
        margin-top: 30px;
    }
}

.single_vacancy_page .text_section .title_text_section {
    margin-bottom: 18px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

.single_vacancy_page .text_section p {
    padding-bottom: 20px;
}

@media (max-width: 1024px) {
    .single_vacancy_page .text_section p br {
        display: none;
    }
}

@media (max-width: 576px) {
    .single_vacancy_page .text_section p {
        font-size: 18px;
        line-height: 1.56;
    }
}

.single_vacancy_page .text_section p:last-child {
    padding-bottom: 0px;
}

@media (max-width: 1024px) {
    .single_vacancy_page .text_section .wys ul li br {
        display: none;
    }
}

.single_vacancy_page .text_section .wys ul li:last-child {
    padding-bottom: 0;
}

.single_vacancy_page .card_quote_section {
    margin-top: 50px;
    margin-bottom: 140px;
}

@media (max-width: 768px) {
    .single_vacancy_page .card_quote_section {
        margin-top: 46px;
        margin-bottom: 60px;
    }
}

.single_vacancy_page .card_quote_section .card_quote {
    padding: 53px 20px 64px 50px;
    background: #FFFFFF;
    border: 2px solid #E0E0E0;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .single_vacancy_page .card_quote_section .card_quote {
        padding: 30px 19px 33px 18px;
    }
}

.single_vacancy_page .card_quote_section .card_quote .card_wrap {
    max-width: 761px;
    width: 100%;
}

@media (max-width: 768px) {
    .single_vacancy_page .card_quote_section .card_quote .card_wrap {
        max-width: 100%;
    }
}

.single_vacancy_page .card_quote_section .card_quote .card_wrap .mini_icon {
    margin-bottom: 30px;
}

.single_vacancy_page .card_quote_section .card_quote .card_wrap .mini_icon img {
    max-width: 40px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single_vacancy_page .card_quote_section .card_quote .card_wrap .title_card {
    margin-bottom: 30px;
    max-width: 410px;
    width: 100%;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.26;
    color: #161515;
}

@media (max-width: 768px) {
    .single_vacancy_page .card_quote_section .card_quote .card_wrap .title_card {
        max-width: 100%;
        font-size: 30px;
        line-height: 1.33;
    }
}

.single_vacancy_page .card_quote_section .card_quote .card_wrap .text_card {
    max-width: 699px;
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .single_vacancy_page .card_quote_section .card_quote .card_wrap .text_card {
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .single_vacancy_page .card_quote_section .card_quote .card_wrap .text_card {
        margin-bottom: 16px;
    }
}

.single_vacancy_page .card_quote_section .card_quote .card_wrap .text_card p {
    font-size: 24px;
    line-height: 1.42;
}

@media (max-width: 768px) {
    .single_vacancy_page .card_quote_section .card_quote .card_wrap .text_card p {
        font-size: 18px;
        line-height: 1.56;
    }
}

.single_vacancy_page .card_quote_section .card_quote .card_wrap .author_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single_vacancy_page .card_quote_section .card_quote .card_wrap .author_wrap .author_img {
    margin-right: 10px;
}

.single_vacancy_page .card_quote_section .card_quote .card_wrap .author_wrap .author_img img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single_vacancy_page .card_quote_section .card_quote .card_wrap .author_wrap .author_description .author_name {
    display: block;
    padding-bottom: 2px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #161515;
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 1px solid transparent;
}

.single_vacancy_page .card_quote_section .card_quote .card_wrap .author_wrap .author_description .author_name.active, .single_vacancy_page .card_quote_section .card_quote .card_wrap .author_wrap .author_description .author_name:hover {
    border-bottom: 1px solid #EE2A59;
}

.single_vacancy_page .card_quote_section .card_quote .card_wrap .author_wrap .author_description .author_position {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #161515;
}

.single_vacancy_page .resume_form_section {
    margin: 140px 0;
}

@media (max-width: 768px) {
    .single_vacancy_page .resume_form_section {
        margin-top: 60px;
        margin-bottom: 35px;
    }
}

.single_vacancy_page .resume_form_section form {
    position: relative;
}

.single_vacancy_page .resume_form_section form .left-content-text {
    margin-bottom: 20px;
}

.single_vacancy_page .resume_form_section form .labels-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .single_vacancy_page .resume_form_section form .labels-wrapper {
        gap: 26px 0;
    }
}

.single_vacancy_page .resume_form_section form label {
    width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

@media (max-width: 1024px) {
    .single_vacancy_page .resume_form_section form label {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.single_vacancy_page .resume_form_section form .title-checkbox {
    display: block;
    margin-bottom: 10px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.single_vacancy_page .resume_form_section form .text-checkbox {
    max-width: 763px;
    width: 100%;
    margin-bottom: 27px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.single_vacancy_page .resume_form_section form input {
    width: 100%;
}

.single_vacancy_page .resume_form_section form .placeholder-top {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single_vacancy_page .resume_form_section form .placeholder {
    position: absolute;
    top: 21px;
    left: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 16px;
}

.single_vacancy_page .resume_form_section form .placeholder-top .placeholder {
    top: 0;
    color: #C4C4C4;
    font-size: 14px;
}

.single_vacancy_page .resume_form_section form .placeholder-top .error-field-msg {
    top: 53px;
}

.single_vacancy_page .resume_form_section form .message {
    position: relative;
}

.single_vacancy_page .resume_form_section form .message .placeholder-top .placeholder {
    top: -5px;
}

.single_vacancy_page .resume_form_section form input[type=text]:focus::-webkit-input-placeholder, .single_vacancy_page .resume_form_section form input[type=url]:focus::-webkit-input-placeholder, .single_vacancy_page .resume_form_section form input[type=tel]:focus::-webkit-input-placeholder, .single_vacancy_page .resume_form_section form input[type=email]:focus::-webkit-input-placeholder, .single_vacancy_page .resume_form_section form input[type=url]:focus::-webkit-input-placeholder, .single_vacancy_page .resume_form_section form textarea:focus::-webkit-input-placeholder {
    color: #EE2A59;
}

.single_vacancy_page .resume_form_section form input[type=url] {
    max-width: 100%;
}

.single_vacancy_page .resume_form_section form .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: transparent;
    height: auto;
}

.single_vacancy_page .resume_form_section form .wpcf7-checkbox .wpcf7-list-item {
    width: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .single_vacancy_page .resume_form_section form .wpcf7-checkbox .wpcf7-list-item {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.single_vacancy_page .resume_form_section form .wpcf7-checkbox .wpcf7-list-item label {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single_vacancy_page .resume_form_section form .wpcf7-checkbox .wpcf7-list-item input[type=checkbox] {
    background: #EBEBEB;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.single_vacancy_page .resume_form_section form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
    margin-left: 18px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
    cursor: pointer;
}

.single_vacancy_page .resume_form_section form .message {
    margin-bottom: 35px;
    display: block;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media (max-width: 768px) {
    .single_vacancy_page .resume_form_section form .message {
        margin-bottom: 30px;
    }
}

.single_vacancy_page .resume_form_section form .message textarea {
    margin-top: 11px;
}

@media (max-width: 768px) {
    .single_vacancy_page .resume_form_section form .message textarea {
        margin-top: 4px;
    }
}

.single_vacancy_page .resume_form_section form .file-up {
    display: block;
    text-align: center;
    background: transparent;
    border: 1px dashed #C4C4C4;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 12px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    cursor: pointer;
}

.single_vacancy_page .resume_form_section form .file-up .wpcf7-form-control-wrap {
    display: inline-block !important;
    visibility: hidden;
    width: 0;
    height: 0;
}

.single_vacancy_page .resume_form_section form input[type=submit] {
    max-width: 100%;
    width: 100%;
    margin-top: 35px;
    display: block;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-appearance: none;
}

@media (max-width: 768px) {
    .single_vacancy_page .resume_form_section form input[type=submit] {
        margin-top: 18px;
    }
}

.single_vacancy_page .resume_form_section form input[type=submit]:hover {
    text-decoration: none;
}

.single_vacancy_page .resume_form_section form .wpcf7-not-valid-tip {
    border: 1px solid #EE2A59 !important;
    text-align: left !important;
    padding-left: 22px !important;
    -webkit-border-radius: 9px !important;
    border-radius: 9px !important;
    color: #EE2A59 !important;
    font-family: "Inter", sans-serif;
    height: 54px;
    font-weight: 400;
    font-size: 16px;
    line-height: 3.3;
}

.single_vacancy_page .resume_form_section form .visible-only-if-ok {
    text-align: center;
}

.single_vacancy_page .resume_form_section form .visible-only-if-ok .title-thank-you {
    display: block;
    margin-top: 45px;
    padding-bottom: 10px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.21;
    color: #161515;
}

@media (max-width: 768px) {
    .single_vacancy_page .resume_form_section form .visible-only-if-ok .title-thank-you {
        padding-bottom: 28px;
        font-size: 30px;
        line-height: 1.33;
    }
}

.single_vacancy_page .resume_form_section form .visible-only-if-ok p {
    padding-bottom: 75px;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

@media (max-width: 768px) {
    .single_vacancy_page .resume_form_section form .visible-only-if-ok p {
        padding-bottom: 47px;
    }
}

.single_vacancy_page .resume_form_section form .visible-only-if-ok .close {
    margin-bottom: 22px;
}

.single_vacancy_page .resume_form_section form .visible-only-if-ok .close .button {
    padding: 22px 110px;
}

@media (max-width: 545px) {
    .single_vacancy_page .resume_form_section form .visible-only-if-ok .close .button {
        padding: 22px 60px;
    }
}

.single_vacancy_page .resume_form_section form .visible-only-if-ok .close input {
    margin-bottom: 0;
}

.single_vacancy_page .resume_form_section form .visible-only-if-ok input[type=button] {
    width: 100%;
    max-width: 323px;
    margin: 0 auto;
    display: block;
    background: #EE2A59;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 16px 105px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    border: none;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-appearance: none;
}

.single_vacancy_page .resume_form_section form .visible-only-if-ok input[type=button]:hover {
    text-decoration: none;
    background: #FF3D6B;
}

.single_vacancy_page .resume_form_section form .visible-only-if-ok {
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.3s alle ease;
    -o-transition: 0.3s alle ease;
    transition: 0.3s alle ease;
    z-index: -1;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.single_vacancy_page .resume_form_section form.sent-2 .visible-only-if-ok {
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

.single_vacancy_page .resume_form_section .wpcf7 .wpcf7-response-output {
    margin: 20px auto 0 0;
    max-width: 100%;
    border: 1px solid #EE2A59;
    text-align: left;
    padding-left: 22px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #EE2A59;
    font-family: "Inter", sans-serif;
    background: #f7f7f7;
}

/* ==========================================================================
     Single.php
     ========================================================================== */
@media (max-width: 550px) {
    .single-post .row1400, .post-template-default .row1400 {
        max-width: 92%;
    }
}

.single-post .breadcrumbs, .post-template-default .breadcrumbs {
    margin-bottom: 20px;
    position: relative;
    height: 17px;
    overflow: hidden;
}

.single-post .breadcrumbs span, .post-template-default .breadcrumbs span {
    word-break: break-all;
}

.single-post .breadcrumbs:before, .post-template-default .breadcrumbs:before {
    height: 100%;
    width: 20%;
    position: absolute;
    top: 0;
    right: -33px;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    content: "";
    z-index: 2;
}

@media (max-width: 1024px) {
    .single-post .breadcrumbs:before, .post-template-default .breadcrumbs:before {
        right: 0;
    }
}

.single-post .index-main, .post-template-default .index-main {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .single-post .index-main, .post-template-default .index-main {
        margin-top: 10px;
    }
}

.single-post .index-main .flex_wrapper, .post-template-default .index-main .flex_wrapper {
    margin-top: 24px;
    margin-bottom: 109px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1199px) {
    .single-post .index-main .flex_wrapper, .post-template-default .index-main .flex_wrapper {
        margin: 50px 0 76px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper, .post-template-default .index-main .flex_wrapper {
        margin: 10px 0 76px 0;
    }
}

.single-post .index-main .flex_wrapper .text_side, .post-template-default .index-main .flex_wrapper .text_side {
    max-width: 802px;
    width: 100%;
    margin-right: 20px;
}

@media (max-width: 1400px) {
    .single-post .index-main .flex_wrapper .text_side, .post-template-default .index-main .flex_wrapper .text_side {
        max-width: 700px;
    }
}

@media (max-width: 1280px) {
    .single-post .index-main .flex_wrapper .text_side, .post-template-default .index-main .flex_wrapper .text_side {
        max-width: 660px;
    }
}

@media (max-width: 1199px) {
    .single-post .index-main .flex_wrapper .text_side, .post-template-default .index-main .flex_wrapper .text_side {
        max-width: 100%;
        margin-right: 0;
    }
}

.single-post .index-main .flex_wrapper .text_side h1, .post-template-default .index-main .flex_wrapper .text_side h1 {
    font-size: 38px;
    line-height: 1.26;
    padding-bottom: 30px;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap {
    margin-bottom: 40px;
    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;
}

@media (max-width: 768px) {
    .single-post .index-main .flex_wrapper .text_side .additional_info_wrap, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap {
        display: none;
    }
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .left_side, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .left_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .date, .single-post .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .timing, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .date, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .timing {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25;
    color: #161515;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .timing, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .timing {
    margin-right: 20px;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .author, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 37px;
    font-size: 16px;
    line-height: 1.3;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .author .author_icon, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .author .author_icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .author .author_icon img, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .author .author_icon img {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .author .author_name, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .author .author_name {
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .author .author_name.active, .single-post .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .author .author_name:hover, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .author .author_name.active, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .author .author_name:hover {
    border-bottom: 1px solid #EE2A59;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .comments, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .comments {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .comments .number_comment, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .left_side .comments .number_comment {
    margin-right: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .right-side, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .right-side .text_share, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .right-side .text_share {
    margin-right: 11px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .right-side a, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .right-side a {
    margin-right: 9.5px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #161515;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .right-side a:last-child, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .right-side a:last-child {
    margin-right: 0;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap .right-side a:hover, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap .right-side a:hover {
    background: #ee2a59;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob {
    display: none;
}

@media (max-width: 768px) {
    .single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob {
        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;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side {
    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;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .date_timing_wrap, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .date_timing_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 14px;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .date, .single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .timing, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .date, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .timing {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25;
    color: #161515;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .timing, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .timing {
    margin-right: 0;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .author, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    line-height: 1.3;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .author .author_icon, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .author .author_icon {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .author .author_icon img, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .author .author_icon img {
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .author .author_name, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .author .author_name {
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .author .author_name.active, .single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .author .author_name:hover, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .author .author_name.active, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .left_side .author .author_name:hover {
    border-bottom: 1px solid #EE2A59;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .comments, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .comments {
    cursor: pointer;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .comments .number_comment, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .comments .number_comment {
    margin-right: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .share_wrap, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .share_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .share_wrap .text_share, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .share_wrap .text_share {
    margin-right: 11px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .share_wrap a, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .share_wrap a {
    margin-right: 9.5px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #161515;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .share_wrap a:last-child, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .share_wrap a:last-child {
    margin-right: 0;
}

.single-post .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .share_wrap a:hover, .post-template-default .index-main .flex_wrapper .text_side .additional_info_wrap_mob .right-side .share_wrap a:hover {
    background: #ee2a59;
}

.single-post .index-main .flex_wrapper .text_side .img_post, .post-template-default .index-main .flex_wrapper .text_side .img_post {
    margin-bottom: 71px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    width: 100%;
}

@media (max-width: 768px) {
    .single-post .index-main .flex_wrapper .text_side .img_post, .post-template-default .index-main .flex_wrapper .text_side .img_post {
        margin-bottom: 43px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content, .post-template-default .index-main .flex_wrapper .text_side .text_content {
    text-align: left !important;
    padding-bottom: 25px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .single-post .index-main .flex_wrapper .text_side .text_content h2, .single-post .index-main .flex_wrapper .text_side .text_content .h2, .post-template-default .index-main .flex_wrapper .text_side .text_content h2, .post-template-default .index-main .flex_wrapper .text_side .text_content .h2 {
        font-size: 24px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content h2 a, .single-post .index-main .flex_wrapper .text_side .text_content .h2 a, .single-post .index-main .flex_wrapper .text_side .text_content h3 a, .single-post .index-main .flex_wrapper .text_side .text_content .h3 a, .single-post .index-main .flex_wrapper .text_side .text_content h4 a, .single-post .index-main .flex_wrapper .text_side .text_content .h4 a, .single-post .index-main .flex_wrapper .text_side .text_content h5 a, .single-post .index-main .flex_wrapper .text_side .text_content .h5 a, .single-post .index-main .flex_wrapper .text_side .text_content h6 a, .single-post .index-main .flex_wrapper .text_side .text_content .h6 a, .post-template-default .index-main .flex_wrapper .text_side .text_content h2 a, .post-template-default .index-main .flex_wrapper .text_side .text_content .h2 a, .post-template-default .index-main .flex_wrapper .text_side .text_content h3 a, .post-template-default .index-main .flex_wrapper .text_side .text_content .h3 a, .post-template-default .index-main .flex_wrapper .text_side .text_content h4 a, .post-template-default .index-main .flex_wrapper .text_side .text_content .h4 a, .post-template-default .index-main .flex_wrapper .text_side .text_content h5 a, .post-template-default .index-main .flex_wrapper .text_side .text_content .h5 a, .post-template-default .index-main .flex_wrapper .text_side .text_content h6 a, .post-template-default .index-main .flex_wrapper .text_side .text_content .h6 a {
    color: #EE2A59;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

.single-post .index-main .flex_wrapper .text_side .text_content h2 a:hover, .single-post .index-main .flex_wrapper .text_side .text_content .h2 a:hover, .single-post .index-main .flex_wrapper .text_side .text_content h3 a:hover, .single-post .index-main .flex_wrapper .text_side .text_content .h3 a:hover, .single-post .index-main .flex_wrapper .text_side .text_content h4 a:hover, .single-post .index-main .flex_wrapper .text_side .text_content .h4 a:hover, .single-post .index-main .flex_wrapper .text_side .text_content h5 a:hover, .single-post .index-main .flex_wrapper .text_side .text_content .h5 a:hover, .single-post .index-main .flex_wrapper .text_side .text_content h6 a:hover, .single-post .index-main .flex_wrapper .text_side .text_content .h6 a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content h2 a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content .h2 a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content h3 a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content .h3 a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content h4 a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content .h4 a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content h5 a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content .h5 a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content h6 a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content .h6 a:hover {
    text-decoration: underline !important;
    -webkit-text-decoration-color: #EE2A59 !important;
    text-decoration-color: #EE2A59 !important;
}

.single-post .index-main .flex_wrapper .text_side .text_content h2, .single-post .index-main .flex_wrapper .text_side .text_content .h2, .single-post .index-main .flex_wrapper .text_side .text_content h3, .single-post .index-main .flex_wrapper .text_side .text_content .h3, .post-template-default .index-main .flex_wrapper .text_side .text_content h2, .post-template-default .index-main .flex_wrapper .text_side .text_content .h2, .post-template-default .index-main .flex_wrapper .text_side .text_content h3, .post-template-default .index-main .flex_wrapper .text_side .text_content .h3 {
    padding-bottom: 0;
    margin: 34px 0 18px 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content h2:first-child, .single-post .index-main .flex_wrapper .text_side .text_content .h2:first-child, .single-post .index-main .flex_wrapper .text_side .text_content h3:first-child, .single-post .index-main .flex_wrapper .text_side .text_content .h3:first-child, .post-template-default .index-main .flex_wrapper .text_side .text_content h2:first-child, .post-template-default .index-main .flex_wrapper .text_side .text_content .h2:first-child, .post-template-default .index-main .flex_wrapper .text_side .text_content h3:first-child, .post-template-default .index-main .flex_wrapper .text_side .text_content .h3:first-child {
    margin-top: 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content h4, .single-post .index-main .flex_wrapper .text_side .text_content .h4, .post-template-default .index-main .flex_wrapper .text_side .text_content h4, .post-template-default .index-main .flex_wrapper .text_side .text_content .h4 {
    padding-bottom: 0;
    margin-bottom: 20px;
}

.single-post .index-main .flex_wrapper .text_side .text_content h2 + h3, .post-template-default .index-main .flex_wrapper .text_side .text_content h2 + h3 {
    margin-top: 20px;
}

.single-post .index-main .flex_wrapper .text_side .text_content img, .post-template-default .index-main .flex_wrapper .text_side .text_content img {
    margin-top: 30px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.single-post .index-main .flex_wrapper .text_side .text_content figcaption, .post-template-default .index-main .flex_wrapper .text_side .text_content figcaption {
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 1.21;
    color: #EE2A59;
}

.single-post .index-main .flex_wrapper .text_side .text_content .mejs-container, .single-post .index-main .flex_wrapper .text_side .text_content .mejs-video, .post-template-default .index-main .flex_wrapper .text_side .text_content .mejs-container, .post-template-default .index-main .flex_wrapper .text_side .text_content .mejs-video {
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.single-post .index-main .flex_wrapper .text_side .text_content .wp-video, .single-post .index-main .flex_wrapper .text_side .text_content .mejs-container, .single-post .index-main .flex_wrapper .text_side .text_content .mejs-video, .post-template-default .index-main .flex_wrapper .text_side .text_content .wp-video, .post-template-default .index-main .flex_wrapper .text_side .text_content .mejs-container, .post-template-default .index-main .flex_wrapper .text_side .text_content .mejs-video {
    width: 100% !important;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.single-post .index-main .flex_wrapper .text_side .text_content .wp-video-shortcode video, .single-post .index-main .flex_wrapper .text_side .text_content video.wp-video-shortcode, .post-template-default .index-main .flex_wrapper .text_side .text_content .wp-video-shortcode video, .post-template-default .index-main .flex_wrapper .text_side .text_content video.wp-video-shortcode {
    width: 100% !important;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote {
    background: #f9f9fa;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding: 25px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 876px) {
    .single-post .index-main .flex_wrapper .text_side .text_content .custom-quote, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .text_content .custom-quote, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .left-content, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .left-content {
    margin-right: 20px;
    max-width: 70px;
    width: 100%;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .left-content, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .left-content {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .left-content .photo, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .left-content .photo {
    margin-top: 0;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .left-content .photo, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .left-content .photo {
        width: 60px;
        height: 60px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap {
    margin-bottom: 10px;
    min-height: 70px;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 0;
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap {
        margin-bottom: 10px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .name, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .name {
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link {
    width: 30px;
    height: 30px;
    background: #161515;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link svg, .single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link img, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link svg, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link img {
    max-width: 16px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 16px;
    margin: 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link:hover {
    background: #EE2A59;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link:last-child, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link:last-child {
    margin-right: 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .subtitle p, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .subtitle p {
    font-size: 14px;
    color: #b3b3b3;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .subtitle p:last-child, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .name-subtitle-wrap .subtitle p:last-child {
    padding-bottom: 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .text-quote, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .text-quote {
    margin-top: 15px;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .text-quote svg, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-quote .right-content .text-quote svg {
    margin-bottom: 15px;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote {
    background: #f9f9fa;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding: 25px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote header, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote header {
    display: block;
    min-height: 70px;
    position: relative;
    padding-top: 0;
    padding-left: 90px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #b3b3b3;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote header img, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote header img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    margin-top: 0;
    margin-right: 20px;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .text_content figure.quote header img, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote header img {
        width: 60px;
        height: 60px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote header cite, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote header cite {
    display: block;
    font-size: 24px;
    color: black;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5em;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote header cite a, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote header cite a {
    margin-left: 10px;
    font-style: normal;
    color: #161515;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote header cite a i, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote header cite a i {
    font-style: normal;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote header cite a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote header cite a:hover {
    color: #ee2a59;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote header a, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote header a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote header a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote header a:hover {
    text-decoration: underline;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote blockquote, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote blockquote {
    padding: 0;
    margin: 0;
    border-width: 0;
    padding-left: 90px;
    position: relative;
    padding-top: 30px;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote blockquote:before, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote blockquote:before {
    content: url("../img/quotation-mark22.svg");
    position: absolute;
    top: 0;
    left: 90px;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote blockquote p, .single-post .index-main .flex_wrapper .text_side .text_content figure.quote blockquote li, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote blockquote p, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote blockquote li {
    font-weight: 400;
    line-height: 1.56;
    font-size: 18px;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .text_content figure.quote blockquote p, .single-post .index-main .flex_wrapper .text_side .text_content figure.quote blockquote li, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote blockquote p, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote blockquote li {
        font-size: 16px;
        line-height: 1.62;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote blockquote p:last-child, .single-post .index-main .flex_wrapper .text_side .text_content figure.quote blockquote li:last-child, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote blockquote p:last-child, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote blockquote li:last-child {
    padding-bottom: 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.quote blockquote p a, .single-post .index-main .flex_wrapper .text_side .text_content figure.quote blockquote li a, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote blockquote p a, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote blockquote li a {
    font-weight: 400;
    line-height: 1.56;
    font-size: 18px;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .text_content figure.quote blockquote p a, .single-post .index-main .flex_wrapper .text_side .text_content figure.quote blockquote li a, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote blockquote p a, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.quote blockquote li a {
        font-size: 16px;
        line-height: 1.62;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.wp-block-image, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.wp-block-image {
    margin: 26px 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.wp-block-image img, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.wp-block-image img {
    margin-top: 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.wp-block-image a, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.wp-block-image a {
    text-underline-offset: auto;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent !important;
    text-decoration-color: transparent !important;
}

.single-post .index-main .flex_wrapper .text_side .text_content figure.wp-block-image a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content figure.wp-block-image a:hover {
    -webkit-text-decoration-color: #EE2A59 !important;
    text-decoration-color: #EE2A59 !important;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-case-reference, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-case-reference {
    overflow: hidden;
    isolation: isolate;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin: 18px 0 20px 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-case-reference a, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-case-reference a {
    -webkit-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    overflow: hidden;
    isolation: isolate;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-case-reference a img, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-case-reference a img {
    margin-top: 0;
    -webkit-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    width: 100%;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-case-reference a:hover img, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-case-reference a:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.single-post .index-main .flex_wrapper .text_side .text_content p iframe, .post-template-default .index-main .flex_wrapper .text_side .text_content p iframe {
    width: 100%;
    max-width: 100%;
    min-height: 385px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .single-post .index-main .flex_wrapper .text_side .text_content p iframe, .post-template-default .index-main .flex_wrapper .text_side .text_content p iframe {
        max-width: 100%;
        min-height: 193px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content .wp-caption, .post-template-default .index-main .flex_wrapper .text_side .text_content .wp-caption {
    max-width: 100%;
    width: 100%;
    border: none;
    background-color: transparent;
    margin-bottom: 26px;
}

.single-post .index-main .flex_wrapper .text_side .text_content .wp-caption img, .post-template-default .index-main .flex_wrapper .text_side .text_content .wp-caption img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.single-post .index-main .flex_wrapper .text_side .text_content .wp-caption .wp-caption-text, .post-template-default .index-main .flex_wrapper .text_side .text_content .wp-caption .wp-caption-text {
    margin-top: 10px;
    padding-bottom: 0;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: rgba(22, 21, 21, 0.8);
}

.single-post .index-main .flex_wrapper .text_side .text_content .wp-caption .wp-caption-text a, .post-template-default .index-main .flex_wrapper .text_side .text_content .wp-caption .wp-caption-text a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #EE2A59;
}

.single-post .index-main .flex_wrapper .text_side .text_content .wp-caption .wp-caption-text a:hover, .post-template-default .index-main .flex_wrapper .text_side .text_content .wp-caption .wp-caption-text a:hover {
    text-decoration: underline;
}

.single-post .index-main .flex_wrapper .text_side .text_content table, .post-template-default .index-main .flex_wrapper .text_side .text_content table {
    margin-bottom: 26px;
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow-x: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

.single-post .index-main .flex_wrapper .text_side .text_content table tr:nth-child(odd), .post-template-default .index-main .flex_wrapper .text_side .text_content table tr:nth-child(odd) {
    background: #F7F7F7;
}

.single-post .index-main .flex_wrapper .text_side .text_content table tr:first-child, .post-template-default .index-main .flex_wrapper .text_side .text_content table tr:first-child {
    background: #F7F7F7;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content table tr:first-child td, .post-template-default .index-main .flex_wrapper .text_side .text_content table tr:first-child td {
    font-weight: 600;
}

.single-post .index-main .flex_wrapper .text_side .text_content table tr:first-child th, .post-template-default .index-main .flex_wrapper .text_side .text_content table tr:first-child th {
    padding: 10px 10px 10px 20px;
}

.single-post .index-main .flex_wrapper .text_side .text_content table tr:first-child th img, .post-template-default .index-main .flex_wrapper .text_side .text_content table tr:first-child th img {
    width: auto !important;
    margin-right: 10px;
}

.single-post .index-main .flex_wrapper .text_side .text_content table tr th:first-child, .post-template-default .index-main .flex_wrapper .text_side .text_content table tr th:first-child {
    padding: 10px;
}

.single-post .index-main .flex_wrapper .text_side .text_content table td, .post-template-default .index-main .flex_wrapper .text_side .text_content table td {
    padding: 12px 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .text_content table td, .post-template-default .index-main .flex_wrapper .text_side .text_content table td {
        min-width: 225px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content table td img, .post-template-default .index-main .flex_wrapper .text_side .text_content table td img {
    width: auto;
    margin: 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-testimonials, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-testimonials {
    margin-top: 26px;
    margin-bottom: 26px;
    background: #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 41px 40px 70px 43px;
}

@media (max-width: 768px) {
    .single-post .index-main .flex_wrapper .text_side .text_content .custom-testimonials, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-testimonials {
        padding: 30px 27px 34px 31px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-testimonials .icon-testimonials, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-testimonials .icon-testimonials {
    max-width: 40px;
    width: 100%;
    margin-bottom: 26px;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-testimonials .wys, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-testimonials .wys {
    margin-bottom: 20px;
    max-width: 682px;
    width: 100%;
}

@media (max-width: 425px) {
    .single-post .index-main .flex_wrapper .text_side .text_content .custom-testimonials .wys, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-testimonials .wys {
        margin-bottom: 25px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-testimonials .wys p, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-testimonials .wys p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
    text-align: left;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-testimonials .bottom-info, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-testimonials .bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-testimonials .bottom-info .left-content, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-testimonials .bottom-info .left-content {
    margin-right: 15px;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-testimonials .bottom-info .left-content img, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-testimonials .bottom-info .left-content img {
    margin-top: 0;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-testimonials .bottom-info .right-content .title-testimonial, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-testimonials .bottom-info .right-content .title-testimonial {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-testimonials .bottom-info .right-content .sub-title-testimonial, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-testimonials .bottom-info .right-content .sub-title-testimonial {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-video, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-video {
    margin-top: 26px;
    margin-bottom: 26px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .single-post .index-main .flex_wrapper .text_side .text_content .custom-video, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-video {
        margin-top: 20px;
        margin-bottom: 65px;
    }
}

@media (max-width: 425px) {
    .single-post .index-main .flex_wrapper .text_side .text_content .custom-video a, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-video a {
        min-height: 176px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content .custom-video img, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-video img {
    margin-top: 0;
    max-width: 801px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 425px) {
    .single-post .index-main .flex_wrapper .text_side .text_content .custom-video img, .post-template-default .index-main .flex_wrapper .text_side .text_content .custom-video img {
        min-height: 176px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content p, .post-template-default .index-main .flex_wrapper .text_side .text_content p {
    margin: 18px 0 20px 0;
    text-align: left !important;
}

@media (max-width: 768px) {
    .single-post .index-main .flex_wrapper .text_side .text_content p, .post-template-default .index-main .flex_wrapper .text_side .text_content p {
        font-size: 18px;
        line-height: 1.56;
    }
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .text_content p, .post-template-default .index-main .flex_wrapper .text_side .text_content p {
        font-size: 16px;
        line-height: 1.62;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content p a, .post-template-default .index-main .flex_wrapper .text_side .text_content p a {
    text-underline-offset: auto !important;
}

.single-post .index-main .flex_wrapper .text_side .text_content ol, .post-template-default .index-main .flex_wrapper .text_side .text_content ol {
    margin: 26px 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content ol li, .post-template-default .index-main .flex_wrapper .text_side .text_content ol li {
    list-style: auto;
}

.single-post .index-main .flex_wrapper .text_side .text_content ol li:last-child, .post-template-default .index-main .flex_wrapper .text_side .text_content ol li:last-child {
    padding-bottom: 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content ol li ol, .post-template-default .index-main .flex_wrapper .text_side .text_content ol li ol {
    margin: 12px 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content ul, .post-template-default .index-main .flex_wrapper .text_side .text_content ul {
    margin: 26px 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content ul li, .post-template-default .index-main .flex_wrapper .text_side .text_content ul li {
    list-style: disc;
}

.single-post .index-main .flex_wrapper .text_side .text_content ul li:last-child, .post-template-default .index-main .flex_wrapper .text_side .text_content ul li:last-child {
    padding-bottom: 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content ul li ul, .post-template-default .index-main .flex_wrapper .text_side .text_content ul li ul {
    margin: 12px 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content p + ul, .post-template-default .index-main .flex_wrapper .text_side .text_content p + ul {
    margin-top: 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content blockquote, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote {
    max-width: 801px;
    width: 100%;
    margin: 30px 0;
    border-left: 2px solid #EE2A59;
    padding-left: 32px;
}

@media (max-width: 768px) {
    .single-post .index-main .flex_wrapper .text_side .text_content blockquote, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote {
        width: 99%;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content blockquote p, .single-post .index-main .flex_wrapper .text_side .text_content blockquote a, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote p, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote a {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .text_content blockquote p, .single-post .index-main .flex_wrapper .text_side .text_content blockquote a, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote p, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote a {
        font-size: 20px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content blockquote p:last-child, .single-post .index-main .flex_wrapper .text_side .text_content blockquote a:last-child, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote p:last-child, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote a:last-child {
    padding-bottom: 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content blockquote p a, .single-post .index-main .flex_wrapper .text_side .text_content blockquote p li, .single-post .index-main .flex_wrapper .text_side .text_content blockquote a a, .single-post .index-main .flex_wrapper .text_side .text_content blockquote a li, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote p a, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote p li, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote a a, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote a li {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .text_content blockquote p a, .single-post .index-main .flex_wrapper .text_side .text_content blockquote p li, .single-post .index-main .flex_wrapper .text_side .text_content blockquote a a, .single-post .index-main .flex_wrapper .text_side .text_content blockquote a li, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote p a, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote p li, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote a a, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote a li {
        font-size: 20px;
    }
}

.single-post .index-main .flex_wrapper .text_side .text_content blockquote p a:last-child, .single-post .index-main .flex_wrapper .text_side .text_content blockquote p li:last-child, .single-post .index-main .flex_wrapper .text_side .text_content blockquote a a:last-child, .single-post .index-main .flex_wrapper .text_side .text_content blockquote a li:last-child, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote p a:last-child, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote p li:last-child, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote a a:last-child, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote a li:last-child {
    padding-bottom: 0;
}

.single-post .index-main .flex_wrapper .text_side .text_content blockquote a, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote a {
    color: #EE2A59;
}

.single-post .index-main .flex_wrapper .text_side .text_content blockquote a:before, .single-post .index-main .flex_wrapper .text_side .text_content blockquote a:after, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote a:before, .post-template-default .index-main .flex_wrapper .text_side .text_content blockquote a:after {
    height: 2px;
}

.single-post .index-main .flex_wrapper .text_side .text_content .email-grid-3, .post-template-default .index-main .flex_wrapper .text_side .text_content .email-grid-3 {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin-bottom: 26px;
}

.single-post .index-main .flex_wrapper .text_side .text_content h2 + p img, .single-post .index-main .flex_wrapper .text_side .text_content h3 + p img, .single-post .index-main .flex_wrapper .text_side .text_content h4 + p img, .post-template-default .index-main .flex_wrapper .text_side .text_content h2 + p img, .post-template-default .index-main .flex_wrapper .text_side .text_content h3 + p img, .post-template-default .index-main .flex_wrapper .text_side .text_content h4 + p img {
    margin-top: 10px;
}

.single-post .index-main .flex_wrapper .text_side .big-block, .post-template-default .index-main .flex_wrapper .text_side .big-block {
    color: #fff;
    background-color: #262626;
    text-align: center;
    padding: 2em 10px 1em 10px;
    position: relative;
    margin-top: 1.8em;
    margin-bottom: 26px;
}

.single-post .index-main .flex_wrapper .text_side .big-block .big-block-number, .post-template-default .index-main .flex_wrapper .text_side .big-block .big-block-number {
    font-size: 1.5em;
    display: block;
    background-color: #f84b5e;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    -webkit-border-radius: 0.9em;
    border-radius: 0.9em;
    position: absolute;
    top: -0.9em;
    left: 50%;
    margin-left: -0.9em;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info {
    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;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .bottom_text_info, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .bottom_text_info .left_side, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .left_side {
        margin-bottom: 30px;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_icon, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_icon {
    margin-right: 15px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    width: 60px;
    height: 60px;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_icon img, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_icon img {
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_info, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_info {
    margin-right: 17px;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_info .name_twit_wrap, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_info .name_twit_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_info .author_name, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_info .author_name {
    display: block;
    margin-right: 17px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    border-bottom: 1px solid transparent;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_info .author_name.active, .single-post .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_info .author_name:hover, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_info .author_name.active, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_info .author_name:hover {
    border-bottom: 1px solid #EE2A59;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_info .author_position, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .author_info .author_position {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .twitter_link svg path, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .twitter_link svg path {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .twitter_link:hover path, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .left_side .author_section .twitter_link:hover path {
    fill: #ee2a59;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .right-side, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .bottom_text_info .right-side, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .right-side {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .right-side .text_share, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .right-side .text_share {
    margin-right: 18px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .right-side .share_links_wrap, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .right-side .share_links_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .right-side .share_links_wrap a, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .right-side .share_links_wrap a {
    margin-right: 9.5px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #161515;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .right-side .share_links_wrap a:last-child, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .right-side .share_links_wrap a:last-child {
    margin-right: 0;
}

.single-post .index-main .flex_wrapper .text_side .bottom_text_info .right-side .share_links_wrap a:hover, .post-template-default .index-main .flex_wrapper .text_side .bottom_text_info .right-side .share_links_wrap a:hover {
    background: #ee2a59;
}

.single-post .index-main .flex_wrapper .text_side .comments_section h2, .post-template-default .index-main .flex_wrapper .text_side .comments_section h2 {
    margin-bottom: 20px;
}

.single-post .index-main .flex_wrapper .text_side .comments_section .comment, .post-template-default .index-main .flex_wrapper .text_side .comments_section .comment {
    margin-bottom: 31px;
    margin-right: 20px;
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 30px 25px 37px 32px;
    font-family: "Inter", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-post .index-main .flex_wrapper .text_side .comments_section .comment .user-name, .post-template-default .index-main .flex_wrapper .text_side .comments_section .comment .user-name {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .comments_section .comment .user-time, .post-template-default .index-main .flex_wrapper .text_side .comments_section .comment .user-time {
    display: block;
    padding-bottom: 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #848484;
}

.single-post .index-main .flex_wrapper .text_side .comments_section .comment .user-text, .post-template-default .index-main .flex_wrapper .text_side .comments_section .comment .user-text {
    padding-bottom: 22px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .comments_section .comment button, .post-template-default .index-main .flex_wrapper .text_side .comments_section .comment button {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
    background: transparent;
    border: none;
}

.single-post .index-main .flex_wrapper .text_side .commentlist br, .post-template-default .index-main .flex_wrapper .text_side .commentlist br {
    display: none;
}

.single-post .index-main .flex_wrapper .text_side .commentlist .comment, .post-template-default .index-main .flex_wrapper .text_side .commentlist .comment {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
    margin-bottom: 31px;
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 30px 25px 25px 25px;
    font-family: "Inter", sans-serif;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .commentlist .comment, .post-template-default .index-main .flex_wrapper .text_side .commentlist .comment {
        padding: 30px 22px 44px 22px;
    }
}

.single-post .index-main .flex_wrapper .text_side .commentlist .comment:before, .post-template-default .index-main .flex_wrapper .text_side .commentlist .comment:before {
    content: url("../img/2quotation-mark.svg");
    position: absolute;
    top: 35px;
    right: 30px;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .commentlist .comment:before, .post-template-default .index-main .flex_wrapper .text_side .commentlist .comment:before {
        width: 39px;
        height: 30px;
        top: 30px;
    }
}

.single-post .index-main .flex_wrapper .text_side .commentlist .comment .comment:before, .post-template-default .index-main .flex_wrapper .text_side .commentlist .comment .comment:before {
    display: none;
}

.single-post .index-main .flex_wrapper .text_side .commentlist .comment .comment:last-child, .post-template-default .index-main .flex_wrapper .text_side .commentlist .comment .comment:last-child {
    margin-bottom: 0;
}

.single-post .index-main .flex_wrapper .text_side .commentlist .comment-author img, .post-template-default .index-main .flex_wrapper .text_side .commentlist .comment-author img {
    display: none;
}

.single-post .index-main .flex_wrapper .text_side .commentlist .comment-author .fn, .single-post .index-main .flex_wrapper .text_side .commentlist .comment-author .says, .post-template-default .index-main .flex_wrapper .text_side .commentlist .comment-author .fn, .post-template-default .index-main .flex_wrapper .text_side .commentlist .comment-author .says {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .commentlist .comment-author, .post-template-default .index-main .flex_wrapper .text_side .commentlist .comment-author {
        max-width: 200px;
        width: 100%;
    }
}

.single-post .index-main .flex_wrapper .text_side .commentlist .comment-awaiting-moderation, .post-template-default .index-main .flex_wrapper .text_side .commentlist .comment-awaiting-moderation {
    display: none;
}

.single-post .index-main .flex_wrapper .text_side .commentlist .commentmetadata a, .post-template-default .index-main .flex_wrapper .text_side .commentlist .commentmetadata a {
    padding-bottom: 22px;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #848484;
}

@media (max-width: 576px) {
    .single-post .index-main .flex_wrapper .text_side .commentlist .commentmetadata a, .post-template-default .index-main .flex_wrapper .text_side .commentlist .commentmetadata a {
        font-size: 15px;
    }
}

.single-post .index-main .flex_wrapper .text_side .commentlist p, .post-template-default .index-main .flex_wrapper .text_side .commentlist p {
    max-width: 600px;
    width: 100%;
}

.single-post .index-main .flex_wrapper .text_side .commentlist p a, .post-template-default .index-main .flex_wrapper .text_side .commentlist p a {
    display: inline-block;
    color: #EE2A59;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
}

.single-post .index-main .flex_wrapper .text_side .commentlist p a:before, .post-template-default .index-main .flex_wrapper .text_side .commentlist p a:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 1px;
    background: transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
}

.single-post .index-main .flex_wrapper .text_side .commentlist p a:after, .post-template-default .index-main .flex_wrapper .text_side .commentlist p a:after {
    content: "";
    position: absolute;
    width: 0%;
    left: 0;
    bottom: -2px;
    height: 1px;
    background: #EE2A59;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 3;
}

.single-post .index-main .flex_wrapper .text_side .commentlist p a:hover:after, .post-template-default .index-main .flex_wrapper .text_side .commentlist p a:hover:after {
    width: 100%;
}

.single-post .index-main .flex_wrapper .text_side .commentlist .reply, .post-template-default .index-main .flex_wrapper .text_side .commentlist .reply {
    margin-bottom: 20px;
    margin-top: 22px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .logged-in-as .required-field-message, .post-template-default .index-main .flex_wrapper .text_side .logged-in-as .required-field-message {
    display: none;
}

.single-post .index-main .flex_wrapper .text_side .form-submit, .post-template-default .index-main .flex_wrapper .text_side .form-submit {
    max-width: 323px;
    width: 100%;
    margin-top: 35px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

@media (max-width: 915px) {
    .single-post .index-main .flex_wrapper .text_side .form-submit, .post-template-default .index-main .flex_wrapper .text_side .form-submit {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .single-post .index-main .flex_wrapper .text_side .form-submit, .post-template-default .index-main .flex_wrapper .text_side .form-submit {
        margin-top: 18px;
    }
}

.single-post .index-main .flex_wrapper .text_side .form-submit:before, .post-template-default .index-main .flex_wrapper .text_side .form-submit:before {
    position: absolute;
    content: "";
    background: #EE2A59;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 2;
}

.single-post .index-main .flex_wrapper .text_side .form-submit:after, .post-template-default .index-main .flex_wrapper .text_side .form-submit:after {
    position: absolute;
    content: "";
    background: #FF3D6B;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 4;
}

.single-post .index-main .flex_wrapper .text_side .form-submit input[type=submit], .post-template-default .index-main .flex_wrapper .text_side .form-submit input[type=submit] {
    position: relative;
    z-index: 6;
    overflow: hidden;
    background: transparent !important;
}

.single-post .index-main .flex_wrapper .text_side .form-submit:hover:after, .post-template-default .index-main .flex_wrapper .text_side .form-submit:hover:after {
    left: 0;
}

.single-post .index-main .flex_wrapper .text_side .add_comment input, .post-template-default .index-main .flex_wrapper .text_side .add_comment input {
    width: 100%;
}

.single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-comment textarea, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-comment textarea {
    margin-bottom: 35px;
    margin-top: 11px;
    width: 100%;
}

@media (max-width: 915px) {
    .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-author, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-author {
        margin-bottom: 25px;
    }
}

.single-post .index-main .flex_wrapper .text_side .add_comment .wrap_inputs, .post-template-default .index-main .flex_wrapper .text_side .add_comment .wrap_inputs {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 915px) {
    .single-post .index-main .flex_wrapper .text_side .add_comment .wrap_inputs, .post-template-default .index-main .flex_wrapper .text_side .add_comment .wrap_inputs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.single-post .index-main .flex_wrapper .text_side .add_comment label, .post-template-default .index-main .flex_wrapper .text_side .add_comment label {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-author, .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-email, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-author, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-email {
    width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

@media (max-width: 915px) {
    .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-author, .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-email, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-author, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-email {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-author span, .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-email span, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-author span, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-email span {
    display: none;
}

.single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-author, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-author {
    margin-right: 30px;
}

@media (max-width: 915px) {
    .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-author, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-author {
        margin-right: 0;
        margin-bottom: 24px;
    }
}

.single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-url, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-url {
    margin: 50px 0 30px 0;
}

.single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-cookies-consent, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-cookies-consent {
    margin-bottom: 60px;
}

.single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-cookies-consent label, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-cookies-consent label {
    width: 100%;
    margin-bottom: 0;
    font-size: 18px !important;
    line-height: 1.56;
    color: #161515 !important;
}

@media (max-width: 915px) {
    .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-cookies-consent label, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-cookies-consent label {
        font-size: 16px !important;
        line-height: 1.62;
    }
}

@media (max-width: 425px) {
    .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-cookies-consent label, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-cookies-consent label {
        max-width: 265px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-cookies-consent, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-cookies-consent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-cookies-consent input, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-cookies-consent input {
        margin-right: 10px;
        width: 20px;
        height: 20px;
    }
}

.single-post .index-main .flex_wrapper .text_side .add_comment .form-submit input[type=submit], .post-template-default .index-main .flex_wrapper .text_side .add_comment .form-submit input[type=submit] {
    max-width: 323px;
    width: 100%;
    display: block;
    background: transparent;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-appearance: none;
    border: none;
}

@media (max-width: 915px) {
    .single-post .index-main .flex_wrapper .text_side .add_comment .form-submit input[type=submit], .post-template-default .index-main .flex_wrapper .text_side .add_comment .form-submit input[type=submit] {
        max-width: 100%;
    }
}

.single-post .index-main .flex_wrapper .text_side .add_comment .form-submit input[type=submit]:hover, .post-template-default .index-main .flex_wrapper .text_side .add_comment .form-submit input[type=submit]:hover {
    text-decoration: none;
}

.single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-comment, .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-author, .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-email, .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-url, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-comment, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-author, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-email, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-url {
    position: relative;
}

.single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-comment .placeholder-top, .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-author .placeholder-top, .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-email .placeholder-top, .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-url .placeholder-top, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-comment .placeholder-top, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-author .placeholder-top, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-email .placeholder-top, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-url .placeholder-top {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-comment label, .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-author label, .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-email label, .single-post .index-main .flex_wrapper .text_side .add_comment .comment-form-url label, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-comment label, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-author label, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-email label, .post-template-default .index-main .flex_wrapper .text_side .add_comment .comment-form-url label {
    position: absolute;
    top: 21px;
    z-index: -1;
    left: 0;
    font-size: 16px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single-post .index-main .flex_wrapper .text_side .add_comment .placeholder-top label, .post-template-default .index-main .flex_wrapper .text_side .add_comment .placeholder-top label {
    top: 0;
    color: #C4C4C4;
    font-size: 14px;
}

.single-post .index-main .flex_wrapper .text_side .comment-respond, .post-template-default .index-main .flex_wrapper .text_side .comment-respond {
    margin-bottom: 30px;
}

.single-post .index-main .flex_wrapper .text_side .logged-in-as, .post-template-default .index-main .flex_wrapper .text_side .logged-in-as {
    margin-bottom: 20px;
}

.single-post .index-main .flex_wrapper .text_side .comment-reply-title, .post-template-default .index-main .flex_wrapper .text_side .comment-reply-title {
    padding-bottom: 37px;
}

.single-post .index-main .flex_wrapper .text_side .crunchify-text, .post-template-default .index-main .flex_wrapper .text_side .crunchify-text {
    color: #161515;
}

.single-post .index-main .flex_wrapper .text_side .crunchify-text .title_comment, .post-template-default .index-main .flex_wrapper .text_side .crunchify-text .title_comment {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.26;
}

@media (max-width: 915px) {
    .single-post .index-main .flex_wrapper .text_side .crunchify-text .title_comment, .post-template-default .index-main .flex_wrapper .text_side .crunchify-text .title_comment {
        font-size: 30px;
        line-height: 1.33;
    }
}

.single-post .index-main .flex_wrapper .text_side .crunchify-text .text_comment, .post-template-default .index-main .flex_wrapper .text_side .crunchify-text .text_comment {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
}

@media (max-width: 915px) {
    .single-post .index-main .flex_wrapper .text_side .crunchify-text .text_comment, .post-template-default .index-main .flex_wrapper .text_side .crunchify-text .text_comment {
        font-size: 16px;
        line-height: 1.33;
    }
}

.single-post .index-main .flex_wrapper .sidebar_side, .post-template-default .index-main .flex_wrapper .sidebar_side {
    max-width: 445px;
    width: 100%;
}

@media (max-width: 1280px) {
    .single-post .index-main .flex_wrapper .sidebar_side, .post-template-default .index-main .flex_wrapper .sidebar_side {
        max-width: 400px;
    }
}

@media (max-width: 1199px) {
    .single-post .index-main .flex_wrapper .sidebar_side, .post-template-default .index-main .flex_wrapper .sidebar_side {
        margin-top: 75px;
        max-width: 100%;
    }
}

.single-post .index-main .more_publications_desc, .post-template-default .index-main .more_publications_desc {
    margin-top: 148px;
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .single-post .index-main .more_publications_desc, .post-template-default .index-main .more_publications_desc {
        display: none;
    }
}

.single-post .index-main .more_publications_desc .title_h2, .single-post .index-main .more_publications_desc h2, .post-template-default .index-main .more_publications_desc .title_h2, .post-template-default .index-main .more_publications_desc h2 {
    padding-bottom: 28px;
    font-weight: 600;
}

@media (max-width: 425px) {
    .single-post .index-main .more_publications_desc .title_h2, .single-post .index-main .more_publications_desc h2, .post-template-default .index-main .more_publications_desc .title_h2, .post-template-default .index-main .more_publications_desc h2 {
        font-size: 24px;
        line-height: 1.42;
    }
}

.single-post .index-main .more_publications_desc .posts-wrapper, .post-template-default .index-main .more_publications_desc .posts-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
}

.single-post .index-main .more_publications_desc .posts-wrapper > *, .post-template-default .index-main .more_publications_desc .posts-wrapper > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
}

@media (max-width: 1023px) {
    .single-post .index-main .more_publications_desc .posts-wrapper, .post-template-default .index-main .more_publications_desc .posts-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
    }

    .single-post .index-main .more_publications_desc .posts-wrapper > *, .post-template-default .index-main .more_publications_desc .posts-wrapper > * {
        width: 48%;
        margin: 0 1% 1.5em;
    }
}

@media (max-width: 678px) {
    .single-post .index-main .more_publications_desc .posts-wrapper, .post-template-default .index-main .more_publications_desc .posts-wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
    }

    .single-post .index-main .more_publications_desc .posts-wrapper > *, .post-template-default .index-main .more_publications_desc .posts-wrapper > * {
        width: 98%;
        margin: 0 1% 2em;
    }
}

.single-post .index-main .more_publications_desc .posts-wrapper .post, .post-template-default .index-main .more_publications_desc .posts-wrapper .post {
    margin-bottom: 0;
}

.single-post .index-main .more_publications_desc .posts-wrapper .post .img_post, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .img_post {
    margin-bottom: 31px;
    display: block;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    min-height: 125px;
    isolation: isolate;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .single-post .index-main .more_publications_desc .posts-wrapper .post .img_post, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .img_post {
        min-height: 171px;
    }
}

@media (max-width: 678px) {
    .single-post .index-main .more_publications_desc .posts-wrapper .post .img_post, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .img_post {
        min-height: 125px;
    }
}

.single-post .index-main .more_publications_desc .posts-wrapper .post .img_post img, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .img_post img {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    max-width: 445px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

.single-post .index-main .more_publications_desc .posts-wrapper .post .img_post:hover, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .img_post:hover {
    cursor: pointer;
}

.single-post .index-main .more_publications_desc .posts-wrapper .post .img_post:hover img, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .img_post:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1024px) {
    .single-post .index-main .more_publications_desc .posts-wrapper .post .img_post:hover img, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .img_post:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.single-post .index-main .more_publications_desc .posts-wrapper .post .post_info_wrap, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .post_info_wrap {
    margin-bottom: 16px;
}

.single-post .index-main .more_publications_desc .posts-wrapper .post .post_info_wrap .date, .single-post .index-main .more_publications_desc .posts-wrapper .post .post_info_wrap .timing, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .post_info_wrap .date, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .post_info_wrap .timing {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 0.94;
    color: #161515;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.single-post .index-main .more_publications_desc .posts-wrapper .post .post_info_wrap .author .author_name, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .post_info_wrap .author .author_name {
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single-post .index-main .more_publications_desc .posts-wrapper .post .post_info_wrap .author .author_name.active, .single-post .index-main .more_publications_desc .posts-wrapper .post .post_info_wrap .author .author_name:hover, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .post_info_wrap .author .author_name.active, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .post_info_wrap .author .author_name:hover {
    border-bottom: 1px solid #EE2A59;
}

.single-post .index-main .more_publications_desc .posts-wrapper .post .title_post, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .title_post {
    display: block;
    max-width: 375px;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161615;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

.single-post .index-main .more_publications_desc .posts-wrapper .post .title_post:hover, .post-template-default .index-main .more_publications_desc .posts-wrapper .post .title_post:hover {
    background-position: 0 100%;
}

.single-post .index-main .more_publications_mobile, .post-template-default .index-main .more_publications_mobile {
    display: none;
    position: relative;
}

@media (max-width: 1199px) {
    .single-post .index-main .more_publications_mobile, .post-template-default .index-main .more_publications_mobile {
        width: 100%;
        display: block;
        margin-top: 48px;
    }
}

.single-post .index-main .more_publications_mobile .title_h2, .post-template-default .index-main .more_publications_mobile .title_h2 {
    margin-bottom: 19px;
}

.single-post .index-main .more_publications_mobile .swiper_more_publications, .post-template-default .index-main .more_publications_mobile .swiper_more_publications {
    overflow: visible;
}

.single-post .index-main .more_publications_mobile .swiper-slide, .post-template-default .index-main .more_publications_mobile .swiper-slide {
    margin-bottom: 0;
}

.single-post .index-main .more_publications_mobile .swiper-slide .img_post, .post-template-default .index-main .more_publications_mobile .swiper-slide .img_post {
    margin-bottom: 29px;
    display: block;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.single-post .index-main .more_publications_mobile .swiper-slide .img_post img, .post-template-default .index-main .more_publications_mobile .swiper-slide .img_post img {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-post .index-main .more_publications_mobile .swiper-slide .img_post:hover, .post-template-default .index-main .more_publications_mobile .swiper-slide .img_post:hover {
    cursor: pointer;
}

.single-post .index-main .more_publications_mobile .swiper-slide .img_post:hover img, .post-template-default .index-main .more_publications_mobile .swiper-slide .img_post:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1024px) {
    .single-post .index-main .more_publications_mobile .swiper-slide .img_post:hover img, .post-template-default .index-main .more_publications_mobile .swiper-slide .img_post:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.single-post .index-main .more_publications_mobile .swiper-slide .post_info_wrap, .post-template-default .index-main .more_publications_mobile .swiper-slide .post_info_wrap {
    margin-bottom: 16px;
}

.single-post .index-main .more_publications_mobile .swiper-slide .post_info_wrap .date, .single-post .index-main .more_publications_mobile .swiper-slide .post_info_wrap .timing, .post-template-default .index-main .more_publications_mobile .swiper-slide .post_info_wrap .date, .post-template-default .index-main .more_publications_mobile .swiper-slide .post_info_wrap .timing {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 0.94;
    color: #161515;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.single-post .index-main .more_publications_mobile .swiper-slide .post_info_wrap .author .author_name, .post-template-default .index-main .more_publications_mobile .swiper-slide .post_info_wrap .author .author_name {
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.single-post .index-main .more_publications_mobile .swiper-slide .post_info_wrap .author .author_name.active, .single-post .index-main .more_publications_mobile .swiper-slide .post_info_wrap .author .author_name:hover, .post-template-default .index-main .more_publications_mobile .swiper-slide .post_info_wrap .author .author_name.active, .post-template-default .index-main .more_publications_mobile .swiper-slide .post_info_wrap .author .author_name:hover {
    border-bottom: 1px solid #EE2A59;
}

.single-post .index-main .more_publications_mobile .swiper-slide .title_post, .post-template-default .index-main .more_publications_mobile .swiper-slide .title_post {
    display: block;
    max-width: 375px;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161615;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

.single-post .index-main .more_publications_mobile .swiper-slide .title_post:hover, .post-template-default .index-main .more_publications_mobile .swiper-slide .title_post:hover {
    background-position: 0 100%;
}

.single-post .index-main .more_publications_mobile .swiper-pagination, .post-template-default .index-main .more_publications_mobile .swiper-pagination {
    bottom: -30px;
    display: block;
    left: 0;
    width: 100%;
}

/* ==========================================================================
     Blog
     ========================================================================== */
@media (max-width: 550px) {
    .blog .row1400 {
        max-width: 92%;
    }
}

.blog .index-main {
    margin-top: 35px;
    margin-bottom: 120px;
}

@media (max-width: 1199px) {
    .blog .index-main {
        margin-top: 20px;
    }
}

.blog .flex_wrapper {
    overflow: hidden;
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1199px) {
    .blog .flex_wrapper {
        margin-top: 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 576px) {
    .blog .flex_wrapper {
        margin-top: 10px;
    }
}

.blog .flex_wrapper .text_side {
    max-width: 832px;
    width: 100%;
    margin-right: 20px;
}

@media (max-width: 1400px) {
    .blog .flex_wrapper .text_side {
        max-width: 700px;
    }
}

@media (max-width: 1280px) {
    .blog .flex_wrapper .text_side {
        max-width: 660px;
    }
}

@media (max-width: 1199px) {
    .blog .flex_wrapper .text_side {
        max-width: 100%;
        margin-right: 0;
    }
}

.blog .flex_wrapper .text_side .blog-title {
    padding-bottom: 0;
    font-size: 38px;
    line-height: 1.16;
}

@media (max-width: 768px) {
    .blog .flex_wrapper .text_side .blog-title {
        line-height: 1.26;
    }
}

@media (max-width: 576px) {
    .blog .flex_wrapper .text_side .blog-title {
        font-weight: 600;
    }
}

.blog .flex_wrapper .text_side .blog-title span {
    color: #EE2A59;
}

.blog .flex_wrapper .text_side .posts_wrapper {
    margin-top: 60px !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
}

.blog .flex_wrapper .text_side .posts_wrapper > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
}

@media (max-width: 678px) {
    .blog .flex_wrapper .text_side .posts_wrapper {
        margin-top: 31px !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
    }

    .blog .flex_wrapper .text_side .posts_wrapper > * {
        width: 98%;
        margin: 0 1% 2em;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first {
    margin-bottom: 60px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

@media (max-width: 1199px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post_first {
        margin-bottom: 52px;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .img_post {
    margin-bottom: 38px;
    display: block;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    isolation: isolate;
    cursor: pointer;
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .img_post img {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    max-width: 832px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

@media (max-width: 1199px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post_first .img_post img {
        max-width: 100%;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .img_post:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1024px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post_first .img_post:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .date, .blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .timing {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 5px;
    font-weight: 300;
    font-size: 12px;
    line-height: 0.94;
    color: #161515;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

@media (max-width: 361px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .date, .blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .timing {
        font-size: 10px;
    }
}

@media (max-width: 768px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .date {
        margin-right: 10px;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .timing {
    margin-right: 19px;
}

@media (max-width: 768px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .timing {
        margin-right: 10px;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #161515;
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .author .author_icon {
    margin-right: 7px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .author .author_icon img {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .author .author_name {
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 576px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .author .author_name {
        font-size: 13px;
    }
}

@media (max-width: 361px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .author .author_name {
        font-size: 11px;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .author .author_name.active, .blog .flex_wrapper .text_side .posts_wrapper .post_first .post_info_wrap .author .author_name:hover {
    border-bottom: 1px solid #EE2A59;
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .title_post {
    max-width: 670px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.26;
    color: #161515;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

@media (max-width: 1199px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post_first .title_post {
        max-width: 375px;
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 1.42;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .title_post:hover {
    background-position: 0 100%;
}

.blog .flex_wrapper .text_side .posts_wrapper .post_first .description {
    max-width: 670px;
    width: 100%;
}

.blog .flex_wrapper .text_side .posts_wrapper .post {
    margin-bottom: 80px;
}

@media (max-width: 1199px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post {
        margin-bottom: 52px;
    }
}

@media (max-width: 678px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post {
        margin-bottom: 30px;
    }
}

@media (max-width: 425px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post {
        margin-bottom: 52px;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper .post .img_post {
    margin-bottom: 31px;
    display: block;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    min-height: 125px;
    overflow: hidden;
    isolation: isolate;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post .img_post {
        min-height: 171px;
    }
}

@media (max-width: 678px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post .img_post {
        min-height: 125px;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper .post .img_post img {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    max-width: 400px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

@media (max-width: 1199px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post .img_post img {
        max-width: 100%;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper .post .img_post:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1024px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post .img_post:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.blog .flex_wrapper .text_side .posts_wrapper .post .post_info_wrap {
    margin-bottom: 16px;
}

.blog .flex_wrapper .text_side .posts_wrapper .post .post_info_wrap .date, .blog .flex_wrapper .text_side .posts_wrapper .post .post_info_wrap .timing {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 0.94;
    color: #161515;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.blog .flex_wrapper .text_side .posts_wrapper .post .post_info_wrap .author .author_name {
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.blog .flex_wrapper .text_side .posts_wrapper .post .post_info_wrap .author .author_name.active, .blog .flex_wrapper .text_side .posts_wrapper .post .post_info_wrap .author .author_name:hover {
    border-bottom: 1px solid #EE2A59;
}

.blog .flex_wrapper .text_side .posts_wrapper .post .title_post {
    display: block;
    max-width: 375px;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
    position: relative;
    overflow: hidden;
    height: 105px;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

.blog .flex_wrapper .text_side .posts_wrapper .post .title_post:hover {
    background-position: 0 100%;
}

.blog .flex_wrapper .text_side .posts_wrapper .post .title_post:before {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    content: "";
    height: 40px;
    width: 100%;
    z-index: 2;
    right: 0;
}

@media (max-width: 678px) {
    .blog .flex_wrapper .text_side .posts_wrapper .post .title_post {
        max-width: 100%;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper > div {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media (max-width: 678px) {
    .blog .flex_wrapper .text_side .posts_wrapper > div {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper > div:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 678px) {
    .blog .flex_wrapper .text_side .posts_wrapper > div:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media (max-width: 678px) {
    .blog .flex_wrapper .text_side .posts_wrapper > div:nth-child(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper > div:nth-child(10) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

@media (max-width: 678px) {
    .blog .flex_wrapper .text_side .posts_wrapper > div:nth-child(10) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper > div:nth-child(8) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

@media (max-width: 678px) {
    .blog .flex_wrapper .text_side .posts_wrapper > div:nth-child(8) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

.blog .flex_wrapper .text_side .posts_wrapper > div:nth-child(9) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

@media (max-width: 678px) {
    .blog .flex_wrapper .text_side .posts_wrapper > div:nth-child(9) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

.blog .flex_wrapper .text_side .card_need_more_traffic {
    margin-bottom: 76px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 41px 40px 47px 40px;
    color: #161515;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}

@media (max-width: 768px) {
    .blog .flex_wrapper .text_side .card_need_more_traffic {
        padding: 27px 16px 26px 16px;
        margin-bottom: 60px;
    }
}

.blog .flex_wrapper .text_side .card_need_more_traffic .title_need_more_traffic {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.26;
}

@media (max-width: 768px) {
    .blog .flex_wrapper .text_side .card_need_more_traffic .title_need_more_traffic {
        margin-bottom: 10px;
        font-size: 30px;
        line-height: 1.33;
    }
}

.blog .flex_wrapper .text_side .card_need_more_traffic .text_need_more_traffic {
    max-width: 300px;
    width: 100%;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
}

@media (max-width: 768px) {
    .blog .flex_wrapper .text_side .card_need_more_traffic .text_need_more_traffic {
        margin-bottom: 91px;
        max-width: 100%;
    }
}

.blog .flex_wrapper .text_side .card_need_more_traffic .button_need_more_traffic {
    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;
    max-width: 300px;
    width: 100%;
}

@media (max-width: 768px) {
    .blog .flex_wrapper .text_side .card_need_more_traffic .button_need_more_traffic {
        max-width: 100%;
    }
}

.blog .sidebar_side {
    margin-top: 104px;
    max-width: 445px;
    width: 100%;
}

@media (max-width: 1280px) {
    .blog .sidebar_side {
        max-width: 400px;
    }
}

@media (max-width: 1199px) {
    .blog .sidebar_side {
        margin-top: 60px;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .blog .wp-pagenavi {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .blog .wp-pagenavi .page {
        margin-bottom: 20px;
    }
}

.sidebar_side {
    max-width: 445px;
    width: 100%;
}

@media (max-width: 1280px) {
    .sidebar_side {
        max-width: 400px;
    }
}

@media (max-width: 1199px) {
    .sidebar_side {
        margin-top: 60px;
        max-width: 100%;
    }
}

.sidebar_side .title_h3 {
    padding-bottom: 26px;
}

.sidebar_side .subscribe_form {
    margin-bottom: 70px;
    padding: 39px 30px 45px 41px;
    background: #FFFFFF;
    border: 2px solid #F5F5F5;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 1199px) {
    .sidebar_side .subscribe_form {
        margin: 0 auto 60px auto;
    }
}

@media (max-width: 768px) {
    .sidebar_side .subscribe_form {
        padding: 20px;
    }
}

.sidebar_side .subscribe_form:hover {
    -webkit-transform: translate(-6px, -6px);
    -ms-transform: translate(-6px, -6px);
    transform: translate(-6px, -6px);
    border: 2px solid #161515;
    -webkit-box-shadow: 6px 6px 0 #161515;
    box-shadow: 6px 6px 0 #161515;
}

.sidebar_side .subscribe_form .title_h2 {
    padding-bottom: 16px;
    font-weight: 600;
    font-size: 38px;
    color: #161515;
}

@media (max-width: 1024px) {
    .sidebar_side .subscribe_form .title_h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .sidebar_side .subscribe_form .title_h2 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .sidebar_side .subscribe_form .title_h2 {
        font-size: 30px;
        line-height: 1.33;
    }
}

.sidebar_side .subscribe_form p {
    padding-bottom: 21px;
}

.sidebar_side .subscribe_form input[type=email], .sidebar_side .subscribe_form input[type=text] {
    margin-bottom: 15px;
    background: #F7F7F7;
    border-bottom: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
    max-width: 385px;
    padding: 14px 22px !important;
    margin-top: 0;
    -webkit-border-radius: 9px !important;
    border-radius: 9px !important;
    width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .sidebar_side .subscribe_form input[type=email], .sidebar_side .subscribe_form input[type=text] {
        max-width: 100%;
    }
}

.sidebar_side .subscribe_form input[type=email]::-webkit-input-placeholder, .sidebar_side .subscribe_form input[type=text]::-webkit-input-placeholder {
    color: #848484;
}

.sidebar_side .subscribe_form input[type=email]::-moz-placeholder, .sidebar_side .subscribe_form input[type=text]::-moz-placeholder {
    opacity: 1;
    color: #848484;
}

.sidebar_side .subscribe_form input[type=email]:-ms-input-placeholder, .sidebar_side .subscribe_form input[type=text]:-ms-input-placeholder {
    color: #848484;
}

.sidebar_side .subscribe_form input[type=submit] {
    max-width: 385px !important;
    width: 100%;
    padding: 12px 20px !important;
    text-align: left;
    background: transparent;
    border: none;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
    color: #FFFFFF;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-appearance: none;
}

@media (max-width: 1199px) {
    .sidebar_side .subscribe_form input[type=submit] {
        max-width: 100% !important;
    }
}

.sidebar_side .subscribe_form input[type=submit]:hover {
    cursor: pointer;
}

@media (max-width: 768px) {
    .sidebar_side .subscribe_form input[type=submit] {
        padding: 17px 22px;
    }
}

.sidebar_side .subscribe_form .submit_button_pink {
    margin-top: 0 !important;
}

.sidebar_side .subscribe_form .button-form {
    position: relative;
}

.sidebar_side .subscribe_form .button-form:before {
    position: absolute;
    content: url("../img/arrow-submit.svg");
    top: 18px;
    right: 20px;
    width: 20px;
    background: transparent;
    height: 14px;
    z-index: 5;
}

.sidebar_side .subscribe_form .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    display: none !important;
}

.sidebar_side .subscribe_form .wpcf7 .wpcf7-not-valid-tip {
    color: #EE2A59;
    text-align: left;
    background: #F7F7F7;
    border: 1px solid #EE2A59;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding-left: 10px;
    margin-right: 10px;
    height: 55px;
    width: 100%;
    max-width: 385px;
    font-weight: 400;
    font-size: 16px;
    line-height: 3.3;
}

.sidebar_side .subscribe_form .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
    margin: 20px auto 0 0;
    max-width: 100%;
    border: 1px solid #ee2a59;
    text-align: left;
    padding-left: 22px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    color: #ee2a59;
    font-family: "Inter", sans-serif;
    background: #f7f7f7;
    font-size: 15px;
}

.sidebar_side .subscribe_form .subscribe_form .js-form-submit .error-field-msg, .sidebar_side .subscribe_form .email-form .js-form-submit .error-field-msg {
    top: 80px;
}

.sidebar_side .top_posts {
    margin-bottom: 70px;
    max-width: 350px;
    width: 100%;
}

@media (max-width: 1199px) {
    .sidebar_side .top_posts {
        max-width: 100%;
        margin-bottom: 60px;
    }
}

.sidebar_side .top_posts .top_post {
    margin-bottom: 43px;
}

.sidebar_side .top_posts .top_post .post_info_wrap {
    margin-bottom: 16px;
}

.sidebar_side .top_posts .top_post .post_info_wrap .date, .sidebar_side .top_posts .top_post .post_info_wrap .timing {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.25;
    color: #161515;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.sidebar_side .top_posts .top_post .post_info_wrap .timing {
    margin-right: 20px;
}

.sidebar_side .top_posts .top_post .title_post {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #161615;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

.sidebar_side .top_posts .top_post .title_post:hover {
    background-position: 0 100%;
}

.sidebar_side .top_posts .top_post .title_post a {
    color: #161615;
}

.sidebar_side .tabber_posts {
    margin-bottom: 70px;
}

@media (max-width: 1199px) {
    .sidebar_side .tabber_posts {
        margin-bottom: 60px;
    }
}

.sidebar_side .tabber_posts .tabs {
    max-width: 370px;
    width: 100%;
    margin-bottom: 30px;
    background: #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .sidebar_side .tabber_posts .tabs {
        margin: 0 auto 30px auto;
    }
}

.sidebar_side .tabber_posts .tabs .tab-title {
    padding: 12px 18px;
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.21;
    color: #161616;
    max-width: 183px;
    width: 100%;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sidebar_side .tabber_posts .tabs .tab-title.active {
    background: #FFFFFF;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.sidebar_side .tabber_posts .tab_link {
    margin-bottom: 25px;
    max-width: 360px;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    cursor: pointer;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

@media (max-width: 1199px) {
    .sidebar_side .tabber_posts .tab_link {
        max-width: 100%;
        margin: 0 auto 25px auto;
    }
}

.sidebar_side .tabber_posts .tab_link:last-child {
    margin-bottom: 0;
}

.sidebar_side .tabber_posts .tab_link a {
    color: #161615;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sidebar_side .tabber_posts .tab_link:hover {
    background-position: 0 100%;
}

.sidebar_side .social_networks {
    margin-bottom: 70px;
}

@media (max-width: 1199px) {
    .sidebar_side .social_networks {
        margin-bottom: 60px;
    }
}

.sidebar_side .social_networks .network {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #F7F7F7;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    margin-bottom: 19px;
}

.sidebar_side .social_networks .network:last-child {
    margin-bottom: 0;
}

.sidebar_side .social_networks .network .left_side {
    padding: 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 100px;
    width: 100%;
    border-right: 1px solid #F7F7F7;
}

@media (max-width: 576px) {
    .sidebar_side .social_networks .network .left_side {
        border-right: none;
        max-width: 60px;
    }
}

.sidebar_side .social_networks .network .left_side img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
}

.sidebar_side .social_networks .network .right_side {
    padding: 18px 25px 18px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 576px) {
    .sidebar_side .social_networks .network .right_side {
        padding: 25px 13px 25px 10px;
    }
}

.sidebar_side .social_networks .network .right_side .number_info_wrap {
    color: #161515;
}

@media (max-width: 576px) {
    .sidebar_side .social_networks .network .right_side .number_info_wrap {
        margin-right: 10px;
    }
}

.sidebar_side .social_networks .network .right_side .number_info_wrap .number {
    display: block;
    padding-bottom: 1px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
}

@media (max-width: 576px) {
    .sidebar_side .social_networks .network .right_side .number_info_wrap .number {
        font-size: 22px;
    }
}

.sidebar_side .social_networks .network .right_side .number_info_wrap .info {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 576px) {
    .sidebar_side .social_networks .network .right_side .number_info_wrap .info {
        font-size: 15px;
    }
}

.sidebar_side .social_networks .network .right_side .subscribe {
    max-width: 111px;
    width: 100%;
    padding: 15px 10px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.21;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #161616;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid #EBEBEB;
}

.sidebar_side .social_networks .network .right_side .subscribe .text_button {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sidebar_side .social_networks .network .right_side .subscribe:hover {
    border-color: #EE2A59;
    text-decoration: none;
    color: #EE2A59;
}

.sidebar_side .social_networks .network .right_side .subscribe:hover .text_button {
    color: #EE2A59 !important;
}

.sidebar_side .media_about {
    margin-bottom: 70px;
}

@media (max-width: 1199px) {
    .sidebar_side .media_about {
        margin-bottom: 60px;
    }
}

.sidebar_side .media_about h3 {
    padding-bottom: 26px;
}

.sidebar_side .media_about a {
    margin-bottom: 25px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 18px;
    line-height: 1.56;
    display: block;
}

.sidebar_side .media_about a .text_link {
    overflow: hidden;
    color: #161615;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
}

.sidebar_side .media_about a:hover .text_link {
    background-position: 0 100%;
}

.sidebar_side .media_about a:hover svg rect {
    fill: #EE2A59;
}

.sidebar_side .media_about a .text_link {
    display: block;
    font-weight: 500;
    color: #363636;
}

.sidebar_side .media_about a .color_text_link {
    font-weight: 400;
    color: #EE2A59;
}

.sidebar_side .media_about a svg {
    margin-left: 11px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sidebar_side .media_about a svg rect {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sidebar_side .top_reviews {
    position: relative;
}

.sidebar_side .top_reviews .swiper-slide {
    cursor: default;
}

.sidebar_side .top_reviews .swiper-slide .logo_top_reviews {
    margin-bottom: 30px;
    max-height: 60px;
    max-width: 180px;
}

.sidebar_side .top_reviews .swiper-slide .logo_top_reviews img {
    height: 60px;
    max-width: 180px;
    -o-object-fit: contain;
    object-fit: contain;
}

.sidebar_side .top_reviews .swiper-slide .swiper_title {
    max-width: 300px;
    width: 100%;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #363636;
    overflow: hidden;
}

.sidebar_side .top_reviews .swiper-slide .swiper_text {
    max-width: 300px;
    width: 100%;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.sidebar_side .top_reviews .swiper-slide .swiper_author_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}

.sidebar_side .top_reviews .swiper-slide .swiper_author_wrap .author_icon {
    margin-right: 13px;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar_side .top_reviews .swiper-slide .swiper_author_wrap .author_icon img {
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.sidebar_side .top_reviews .swiper-slide .swiper_author_wrap .name_info_wrap {
    color: #161515;
}

.sidebar_side .top_reviews .swiper-slide .swiper_author_wrap .name_info_wrap .name {
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.62;
}

.sidebar_side .top_reviews .swiper-slide .swiper_author_wrap .name_info_wrap .info {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
}

.sidebar_side .top_reviews .swiper-slide .text_link {
    padding-bottom: 2px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border-bottom: 1.5px solid #161515;
    position: relative;
}

.sidebar_side .top_reviews .swiper-slide .text_link:hover {
    border-bottom: 1.5px solid #EE2A59;
}

.sidebar_side .top_reviews .swiper-button-next, .sidebar_side .top_reviews .swiper-button-prev {
    display: block;
}

@media (max-width: 1024px) {
    .sidebar_side .top_reviews .swiper-button-next, .sidebar_side .top_reviews .swiper-button-prev {
        display: none;
    }
}

.sidebar_side .top_reviews .swiper-button-next:after, .sidebar_side .top_reviews .swiper-button-prev:after {
    position: absolute;
    top: -5px;
    right: 10px;
}

.sidebar_side .top_reviews .swiper-button-next {
    top: calc(50% - 45px);
}

.sidebar_side .top_reviews .swiper-button-prev {
    left: auto;
    right: 10px;
    top: calc(50% + 14px);
}

.sidebar_side .top_reviews .swiper-button-next.swiper-button-disabled, .sidebar_side .top_reviews .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

.sidebar_side .top_reviews .swiper-pagination {
    display: none;
}

@media (max-width: 1024px) {
    .sidebar_side .top_reviews .swiper-pagination {
        display: block;
        bottom: -30px;
        text-align: center;
        width: 100%;
    }

    .sidebar_side .top_reviews .swiper-pagination .swiper-pagination-bullet {
        margin: 0 6px;
    }
}

/* ==========================================================================
     Breadcrumbs
     ========================================================================== */
.breadcrumbs {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.21;
    color: #161515;
}

.breadcrumbs span {
    margin: 0 2px;
}

.breadcrumbs span:first-child {
    margin-left: 0;
}

.breadcrumbs span a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.breadcrumbs span a span {
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.breadcrumbs span a:hover {
    cursor: pointer;
}

.breadcrumbs span a:hover span {
    border-bottom: 1px solid #EE2A59;
}

.breadcrumbs span span {
    margin-left: 2px !important;
}

/* ==========================================================================
     Archive case
     ========================================================================== */
@media (max-width: 1024px) {
    .post-type-archive-reviews .banner-case {
        padding-bottom: 148px;
    }
}

.post-type-archive-reviews .banner-case .flex-wrapper .left-content {
    max-width: 506px;
}

/* ==========================================================================
     Achievements page
     ========================================================================== */
@media (max-width: 1024px) {
    .achievements_page .banner-case {
        padding-bottom: 125px;
    }
}

.achievements_page .cards_section {
    margin-top: 92px;
    margin-bottom: 148px;
}

@media (max-width: 1024px) {
    .achievements_page .cards_section {
        margin: 68px 0;
    }
}

.achievements_page .cards_section .cards_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    gap: 30px 0;
}

.achievements_page .cards_section .cards_wrapper > * {
    width: 23%;
    margin: 0 1% 1.25em;
}

@media (max-width: 1200px) {
    .achievements_page .cards_section .cards_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5%;
        width: 103%;
    }

    .achievements_page .cards_section .cards_wrapper > * {
        width: 30.3333333333%;
        margin: 0 1.5% 2em;
    }
}

@media (max-width: 876px) {
    .achievements_page .cards_section .cards_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5%;
        width: 103%;
    }

    .achievements_page .cards_section .cards_wrapper > * {
        width: 47%;
        margin: 0 1.5% 2.25em;
    }
}

.achievements_page .cards_section .cards_wrapper .award-card {
    margin-bottom: 0;
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.achievements_page .cards_section .cards_wrapper .award-card:hover {
    -webkit-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
    border: 2px solid #161515;
    -webkit-box-shadow: 8px 8px 0 #161515;
    box-shadow: 8px 8px 0 #161515;
}

.achievements_page .cards_section .cards_wrapper .award-card .card-award-wrap {
    max-width: 327px;
    width: 100%;
    margin: 0 auto;
    min-height: 330px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 30px 20px 20px 20px;
}

@media (max-width: 876px) {
    .achievements_page .cards_section .cards_wrapper .award-card .card-award-wrap {
        min-height: 250px;
        padding: 30px 15px;
    }
}

.achievements_page .cards_section .cards_wrapper .award-card .card-award-wrap .card-award-label {
    max-width: 160px;
    width: 100%;
    height: 160px;
    margin: 0 auto 30px auto;
}

@media (max-width: 876px) {
    .achievements_page .cards_section .cards_wrapper .award-card .card-award-wrap .card-award-label {
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 576px) {
    .achievements_page .cards_section .cards_wrapper .award-card .card-award-wrap .card-award-label {
        max-width: 99px;
        max-height: 98px;
    }
}

.achievements_page .cards_section .cards_wrapper .award-card .card-award-wrap .card-award-label img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.achievements_page .cards_section .cards_wrapper .award-card .card-award-wrap .card-award-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 162%;
    color: #161515;
}

/* ==========================================================================
     Clients archive
     ========================================================================== */
@media (max-width: 1024px) {
    .post-type-archive-clients .banner-case, .tax-clients-category .banner-case {
        padding-bottom: 160px;
    }
}

.post-type-archive-clients .categories-list, .tax-clients-category .categories-list {
    margin-top: 55px;
    margin-bottom: 70px;
    padding-bottom: 10px;
}

@media (max-width: 1024px) {
    .post-type-archive-clients .categories-list, .tax-clients-category .categories-list {
        margin-top: 43px;
        margin-bottom: 43px;
    }
}

.post-type-archive-clients .categories-list ul, .tax-clients-category .categories-list ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.post-type-archive-clients .categories-list ul li, .tax-clients-category .categories-list ul li {
    margin-right: 73px;
}

.post-type-archive-clients .categories-list .tabs, .tax-clients-category .categories-list .tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.post-type-archive-clients .categories-list .mCustomScrollBox, .tax-clients-category .categories-list .mCustomScrollBox {
    padding-bottom: 10px;
}

.post-type-archive-clients .cards_section, .tax-clients-category .cards_section {
    margin-top: 55px;
    margin-bottom: 148px;
}

@media (max-width: 1024px) {
    .post-type-archive-clients .cards_section, .tax-clients-category .cards_section {
        margin-top: 43px;
        margin-bottom: 57px;
    }
}

.post-type-archive-clients .cards_section .cards_wrapper, .tax-clients-category .cards_section .cards_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    gap: 30px 0;
}

.post-type-archive-clients .cards_section .cards_wrapper > *, .tax-clients-category .cards_section .cards_wrapper > * {
    width: 14.6666666667%;
    margin: 0 1% 1.1666666667em;
}

@media (max-width: 1150px) {
    .post-type-archive-clients .cards_section .cards_wrapper, .tax-clients-category .cards_section .cards_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
    }

    .post-type-archive-clients .cards_section .cards_wrapper > *, .tax-clients-category .cards_section .cards_wrapper > * {
        width: 18%;
        margin: 0 1% 1.2em;
    }
}

@media (max-width: 876px) {
    .post-type-archive-clients .cards_section .cards_wrapper, .tax-clients-category .cards_section .cards_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
    }

    .post-type-archive-clients .cards_section .cards_wrapper > *, .tax-clients-category .cards_section .cards_wrapper > * {
        width: 31.3333333333%;
        margin: 0 1% 1.3333333333em;
    }
}

@media (max-width: 576px) {
    .post-type-archive-clients .cards_section .cards_wrapper, .tax-clients-category .cards_section .cards_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
        gap: 20px 0;
    }

    .post-type-archive-clients .cards_section .cards_wrapper > *, .tax-clients-category .cards_section .cards_wrapper > * {
        width: 48%;
        margin: 0 1% 1.5em;
    }
}

.post-type-archive-clients .cards_section .client_card, .tax-clients-category .cards_section .client_card {
    margin-bottom: 0;
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    min-height: 118px;
    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;
    padding: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 876px) {
    .post-type-archive-clients .cards_section .client_card, .tax-clients-category .cards_section .client_card {
        padding: 20px;
    }
}

.post-type-archive-clients .cards_section .client_card:hover, .tax-clients-category .cards_section .client_card:hover {
    cursor: pointer;
    -webkit-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
    border: 2px solid #161515;
    -webkit-box-shadow: 5px 5px 0 #161515;
    box-shadow: 5px 5px 0 #161515;
}

.post-type-archive-clients .cards_section .client_card img, .tax-clients-category .cards_section .client_card img {
    max-width: 120px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 60px;
}

@media (max-width: 1150px) {
    .post-type-archive-clients .cards_section .client_card img, .tax-clients-category .cards_section .client_card img {
        min-height: 60px;
        max-height: 60px;
    }
}

@media (max-width: 576px) {
    .post-type-archive-clients .cards_section .client_card img, .tax-clients-category .cards_section .client_card img {
        min-height: 30px;
        max-height: 50px;
    }
}

/* ==========================================================================
     404 page
     ========================================================================== */
.error404 {
    background: #161515;
}

.error404 #wrap {
    min-height: auto;
}

.error404 footer {
    display: none;
}

.page_404 {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center;
    padding: 450px 0;
    margin: 0 20px;
}

@media (max-width: 1024px) {
    .page_404 {
        padding: 260px 0 370px 0;
        margin: 0;
    }
}

@media (max-width: 425px) {
    .page_404 {
        background-position-y: 250px;
        padding-top: 435px;
        padding-bottom: 198px;
        margin: 0 10px;
    }
}

.page_404 .content_404 {
    color: #ffffff;
    text-align: center;
}

.page_404 .content_404 h1 {
    font-size: 64px;
    line-height: 1.16;
    padding-bottom: 20px;
}

@media (max-width: 425px) {
    .page_404 .content_404 h1 {
        padding-bottom: 16px;
        font-weight: 600;
        font-size: 38px;
        line-height: 1.26;
    }
}

.page_404 .content_404 p {
    color: #ffffff;
    padding-bottom: 62px;
}

@media (max-width: 425px) {
    .page_404 .content_404 p {
        padding-bottom: 22px;
    }
}

.page_404 .content_404 .button-pink {
    padding: 17px 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 226px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 425px) {
    .page_404 .content_404 .button-pink {
        max-width: 221px;
    }
}

/* ==========================================================================
     Services page
     ========================================================================== */
.services_page .banner-case, .home .banner-case, .partnership_page .banner-case {
    padding-top: 100px;
    padding-bottom: 120px;
}

@media (max-width: 576px) {
    .services_page .banner-case, .home .banner-case, .partnership_page .banner-case {
        padding-top: 30px;
        padding-bottom: 12px;
        -webkit-border-radius: 0 0 16px 16px;
        border-radius: 0 0 16px 16px;
    }
}

@media (max-width: 1110px) {
    .services_page .banner-case .flex-wrapper, .home .banner-case .flex-wrapper, .partnership_page .banner-case .flex-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.services_page .banner-case .flex-wrapper .left-content, .home .banner-case .flex-wrapper .left-content, .partnership_page .banner-case .flex-wrapper .left-content {
    max-width: 685px;
}

@media (max-width: 1024px) {
    .services_page .banner-case .flex-wrapper .left-content, .home .banner-case .flex-wrapper .left-content, .partnership_page .banner-case .flex-wrapper .left-content {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .services_page .banner-case .flex-wrapper .left-content .breadcrumbs, .home .banner-case .flex-wrapper .left-content .breadcrumbs, .partnership_page .banner-case .flex-wrapper .left-content .breadcrumbs {
        margin-bottom: 16px;
    }
}

.services_page .banner-case .flex-wrapper .left-content .wys, .home .banner-case .flex-wrapper .left-content .wys, .partnership_page .banner-case .flex-wrapper .left-content .wys {
    margin-bottom: 24px;
}

@media (max-width: 576px) {
    .services_page .banner-case .flex-wrapper .left-content .wys, .home .banner-case .flex-wrapper .left-content .wys, .partnership_page .banner-case .flex-wrapper .left-content .wys {
        margin-bottom: 16px;
    }
}

.services_page .banner-case .flex-wrapper .left-content .wys h1, .home .banner-case .flex-wrapper .left-content .wys h1, .partnership_page .banner-case .flex-wrapper .left-content .wys h1 {
    padding-bottom: 24px;
    font-size: 64px;
    line-height: 1.16;
}

@media (max-width: 576px) {
    .services_page .banner-case .flex-wrapper .left-content .wys h1, .home .banner-case .flex-wrapper .left-content .wys h1, .partnership_page .banner-case .flex-wrapper .left-content .wys h1 {
        font-size: 50px;
    }
}

@media (max-width: 576px) {
    .services_page .banner-case .flex-wrapper .left-content .wys h1, .home .banner-case .flex-wrapper .left-content .wys h1, .partnership_page .banner-case .flex-wrapper .left-content .wys h1 {
        padding-bottom: 16px;
        font-weight: 600;
        font-size: 38px;
        line-height: 1.26;
    }
}

.services_page .banner-case .flex-wrapper .left-content .mini-images-wrapper, .home .banner-case .flex-wrapper .left-content .mini-images-wrapper, .partnership_page .banner-case .flex-wrapper .left-content .mini-images-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .services_page .banner-case .flex-wrapper .left-content .mini-images-wrapper, .home .banner-case .flex-wrapper .left-content .mini-images-wrapper, .partnership_page .banner-case .flex-wrapper .left-content .mini-images-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 576px) {
    .services_page .banner-case .flex-wrapper .left-content .mini-images-wrapper, .home .banner-case .flex-wrapper .left-content .mini-images-wrapper, .partnership_page .banner-case .flex-wrapper .left-content .mini-images-wrapper {
        display: none;
    }
}

.services_page .banner-case .flex-wrapper .left-content .mini-images-wrapper .mini_image, .home .banner-case .flex-wrapper .left-content .mini-images-wrapper .mini_image, .partnership_page .banner-case .flex-wrapper .left-content .mini-images-wrapper .mini_image {
    max-width: 164px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 11px;
    margin-bottom: 20px;
}

.services_page .banner-case .flex-wrapper .left-content .mini-images-wrapper .mini_image:last-child, .home .banner-case .flex-wrapper .left-content .mini-images-wrapper .mini_image:last-child, .partnership_page .banner-case .flex-wrapper .left-content .mini-images-wrapper .mini_image:last-child {
    margin-right: 0;
}

.services_page .banner-case .flex-wrapper .left-content .button-pink, .home .banner-case .flex-wrapper .left-content .button-pink, .partnership_page .banner-case .flex-wrapper .left-content .button-pink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
}

.services_page .banner-case .flex-wrapper .left-content .button-pink span, .home .banner-case .flex-wrapper .left-content .button-pink span, .partnership_page .banner-case .flex-wrapper .left-content .button-pink span {
    margin-right: 46px;
}

@media (max-width: 576px) {
    .services_page .banner-case .flex-wrapper .left-content .button-pink, .home .banner-case .flex-wrapper .left-content .button-pink, .partnership_page .banner-case .flex-wrapper .left-content .button-pink {
        max-width: 100%;
    }
}

.services_page .banner-case .flex-wrapper .right-content, .home .banner-case .flex-wrapper .right-content, .partnership_page .banner-case .flex-wrapper .right-content {
    max-width: 512px;
    width: 100%;
    gap: 0;
}

@media (max-width: 1110px) {
    .services_page .banner-case .flex-wrapper .right-content, .home .banner-case .flex-wrapper .right-content, .partnership_page .banner-case .flex-wrapper .right-content {
        max-width: 415px;
    }
}

.services_page .banner-case .flex-wrapper .right-content .images_wrapper, .home .banner-case .flex-wrapper .right-content .images_wrapper, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
}

@media (max-width: 1240px) {
    .services_page .banner-case .flex-wrapper .right-content .images_wrapper, .home .banner-case .flex-wrapper .right-content .images_wrapper, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.services_page .banner-case .flex-wrapper .right-content .images_wrapper .column, .home .banner-case .flex-wrapper .right-content .images_wrapper .column, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column {
    width: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}

@media (max-width: 1240px) {
    .services_page .banner-case .flex-wrapper .right-content .images_wrapper .column, .home .banner-case .flex-wrapper .right-content .images_wrapper .column, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column {
        width: 48%;
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    }
}

.services_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper, .home .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper {
    position: relative;
}

.services_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper img, .services_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper video, .home .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper img, .home .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper video, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper img, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper video {
    margin-bottom: 8px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 249px;
}

@media (max-width: 576px) {
    .services_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper img, .services_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper video, .home .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper img, .home .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper video, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper img, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper video {
        height: 167px;
        margin-right: 8px;
    }
}

@media (max-width: 374px) {
    .services_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper img, .services_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper video, .home .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper img, .home .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper video, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper img, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column .img_text_wrapper video {
        height: 127px;
    }
}

.services_page .banner-case .flex-wrapper .right-content .images_wrapper .column_1, .home .banner-case .flex-wrapper .right-content .images_wrapper .column_1, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column_1 {
    margin-right: 8px;
}

.services_page .banner-case .flex-wrapper .right-content .images_wrapper .column_2 img, .services_page .banner-case .flex-wrapper .right-content .images_wrapper .column_2 video, .home .banner-case .flex-wrapper .right-content .images_wrapper .column_2 img, .home .banner-case .flex-wrapper .right-content .images_wrapper .column_2 video, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column_2 img, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column_2 video {
    height: 384px !important;
}

@media (max-width: 576px) {
    .services_page .banner-case .flex-wrapper .right-content .images_wrapper .column_2 img, .services_page .banner-case .flex-wrapper .right-content .images_wrapper .column_2 video, .home .banner-case .flex-wrapper .right-content .images_wrapper .column_2 img, .home .banner-case .flex-wrapper .right-content .images_wrapper .column_2 video, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column_2 img, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column_2 video {
        height: 257px !important;
    }
}

@media (max-width: 374px) {
    .services_page .banner-case .flex-wrapper .right-content .images_wrapper .column_2 img, .services_page .banner-case .flex-wrapper .right-content .images_wrapper .column_2 video, .home .banner-case .flex-wrapper .right-content .images_wrapper .column_2 img, .home .banner-case .flex-wrapper .right-content .images_wrapper .column_2 video, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column_2 img, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .column_2 video {
        height: 200px !important;
    }
}

.services_page .banner-case .flex-wrapper .right-content .images_wrapper .position, .home .banner-case .flex-wrapper .right-content .images_wrapper .position, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .position {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7.5px 11px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #161515;
    left: 20px;
    bottom: 33px;
}

@media (max-width: 576px) {
    .services_page .banner-case .flex-wrapper .right-content .images_wrapper .position, .home .banner-case .flex-wrapper .right-content .images_wrapper .position, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .position {
        padding: 4px 10px;
        left: 10px;
        bottom: 23px;
    }
}

@media (max-width: 374px) {
    .services_page .banner-case .flex-wrapper .right-content .images_wrapper .position, .home .banner-case .flex-wrapper .right-content .images_wrapper .position, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .position {
        bottom: 18px;
        font-size: 10px;
    }
}

.services_page .banner-case .flex-wrapper .right-content .images_wrapper .position svg, .home .banner-case .flex-wrapper .right-content .images_wrapper .position svg, .partnership_page .banner-case .flex-wrapper .right-content .images_wrapper .position svg {
    margin-right: 4px;
}

.services_page .banner-case .flex-wrapper .right-content .img_wrapper, .home .banner-case .flex-wrapper .right-content .img_wrapper, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper {
    position: relative;
    max-width: 684px;
    width: 100%;
}

@media (max-width: 1024px) {
    .services_page .banner-case .flex-wrapper .right-content .img_wrapper, .home .banner-case .flex-wrapper .right-content .img_wrapper, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper {
        max-width: 460px;
    }
}

.services_page .banner-case .flex-wrapper .right-content .img_wrapper .main_img, .home .banner-case .flex-wrapper .right-content .img_wrapper .main_img, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper .main_img {
    max-width: 684px;
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

@media (max-width: 1024px) {
    .services_page .banner-case .flex-wrapper .right-content .img_wrapper .main_img, .home .banner-case .flex-wrapper .right-content .img_wrapper .main_img, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper .main_img {
        max-width: 460px;
    }
}

@media (max-width: 425px) {
    .services_page .banner-case .flex-wrapper .right-content .img_wrapper .main_img_mob, .home .banner-case .flex-wrapper .right-content .img_wrapper .main_img_mob, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper .main_img_mob {
        display: block;
        max-width: 460px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        min-height: 300px;
        -webkit-border-radius: 22px;
        border-radius: 22px;
    }
}

.services_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_1, .home .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_1, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_1 {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -27px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    right: 176px;
}

@media (max-width: 1024px) {
    .services_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_1, .home .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_1, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_1 {
        left: 83px;
        right: auto;
        width: 44px;
        height: 44px;
        top: -22px;
    }
}

.services_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1, .home .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1 {
    width: 54px;
    height: 54px;
    -o-object-fit: contain;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .services_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1, .home .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1 {
        width: 34px;
        height: 34px;
    }
}

.services_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2, .home .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2 {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 78px;
    left: -35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 1300px) {
    .services_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2, .home .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2 {
        left: -20px;
    }
}

@media (max-width: 1024px) {
    .services_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2, .home .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2 {
        right: 48px;
        left: auto;
        bottom: -20px;
        width: 44px;
        height: 44px;
    }
}

.services_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2, .home .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2 {
    -o-object-fit: contain;
    object-fit: contain;
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .services_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2, .home .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2, .partnership_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2 {
        width: 34px;
        height: 34px;
    }
}

.services_page .banner-case .flex-wrapper .image-no-image-banner-style, .home .banner-case .flex-wrapper .image-no-image-banner-style, .partnership_page .banner-case .flex-wrapper .image-no-image-banner-style {
    display: none;
}

.services_page .banner-case .flex-wrapper .image-single-image, .home .banner-case .flex-wrapper .image-single-image, .partnership_page .banner-case .flex-wrapper .image-single-image {
    max-width: 640px !important;
}

.services_page .banner-case .flex-wrapper .image-single-image .images_wrapper, .home .banner-case .flex-wrapper .image-single-image .images_wrapper, .partnership_page .banner-case .flex-wrapper .image-single-image .images_wrapper {
    display: none;
}

.services_page .banner-case .flex-wrapper .image-group-image .img_wrapper, .home .banner-case .flex-wrapper .image-group-image .img_wrapper, .partnership_page .banner-case .flex-wrapper .image-group-image .img_wrapper {
    display: none;
}

.services_page .blocks_with_icons_and_hovers, .home .blocks_with_icons_and_hovers, .partnership_page .blocks_with_icons_and_hovers {
    margin: 148px 0;
}

@media (max-width: 1051px) {
    .services_page .blocks_with_icons_and_hovers, .home .blocks_with_icons_and_hovers, .partnership_page .blocks_with_icons_and_hovers {
        margin: 68px 0;
    }
}

.services_page .blocks_with_icons_and_hovers .title_and_text, .home .blocks_with_icons_and_hovers .title_and_text, .partnership_page .blocks_with_icons_and_hovers .title_and_text {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 40px auto;
}

@media (max-width: 576px) {
    .services_page .blocks_with_icons_and_hovers .title_and_text, .home .blocks_with_icons_and_hovers .title_and_text, .partnership_page .blocks_with_icons_and_hovers .title_and_text {
        text-align: left !important;
    }

    .services_page .blocks_with_icons_and_hovers .title_and_text h2, .home .blocks_with_icons_and_hovers .title_and_text h2, .partnership_page .blocks_with_icons_and_hovers .title_and_text h2 {
        text-align: left !important;
        font-size: 38px;
        line-height: 1.26;
    }

    .services_page .blocks_with_icons_and_hovers .title_and_text p, .services_page .blocks_with_icons_and_hovers .title_and_text li, .home .blocks_with_icons_and_hovers .title_and_text p, .home .blocks_with_icons_and_hovers .title_and_text li, .partnership_page .blocks_with_icons_and_hovers .title_and_text p, .partnership_page .blocks_with_icons_and_hovers .title_and_text li {
        text-align: left !important;
    }
}

@media (max-width: 576px) and (max-width: 576px) {
    .services_page .blocks_with_icons_and_hovers .title_and_text p, .services_page .blocks_with_icons_and_hovers .title_and_text li, .home .blocks_with_icons_and_hovers .title_and_text p, .home .blocks_with_icons_and_hovers .title_and_text li, .partnership_page .blocks_with_icons_and_hovers .title_and_text p, .partnership_page .blocks_with_icons_and_hovers .title_and_text li {
        display: none;
    }
}

.services_page .blocks_with_icons_and_hovers .blocks_wrapper, .home .blocks_with_icons_and_hovers .blocks_wrapper, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    gap: 40px 0;
}

.services_page .blocks_with_icons_and_hovers .blocks_wrapper > *, .home .blocks_with_icons_and_hovers .blocks_wrapper > *, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper > * {
    width: 23%;
    margin: 0 1% 1.25em;
}

@media (max-width: 576px) {
    .services_page .blocks_with_icons_and_hovers .blocks_wrapper, .home .blocks_with_icons_and_hovers .blocks_wrapper, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper {
        gap: 20px 0;
    }
}

.services_page .blocks_with_icons_and_hovers .blocks_wrapper .block, .home .blocks_with_icons_and_hovers .blocks_wrapper .block, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .block {
    margin-bottom: 0;
}

@media (max-width: 1051px) {
    .services_page .blocks_with_icons_and_hovers .blocks_wrapper, .home .blocks_with_icons_and_hovers .blocks_wrapper, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .services_page .blocks_with_icons_and_hovers .blocks_wrapper, .home .blocks_with_icons_and_hovers .blocks_wrapper, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
    }

    .services_page .blocks_with_icons_and_hovers .blocks_wrapper > *, .home .blocks_with_icons_and_hovers .blocks_wrapper > *, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper > * {
        width: 31.3333333333%;
        margin: 0 1% 1.3333333333em;
    }

    .services_page .blocks_with_icons_and_hovers .blocks_wrapper .block, .home .blocks_with_icons_and_hovers .blocks_wrapper .block, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .block {
        margin-bottom: 0;
    }
}

@media (max-width: 500px) {
    .services_page .blocks_with_icons_and_hovers .blocks_wrapper, .home .blocks_with_icons_and_hovers .blocks_wrapper, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.75%;
        width: 103.5%;
    }

    .services_page .blocks_with_icons_and_hovers .blocks_wrapper > *, .home .blocks_with_icons_and_hovers .blocks_wrapper > *, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper > * {
        width: 46.5%;
        margin: 0 1.75% 2.625em;
    }
}

.services_page .blocks_with_icons_and_hovers .blocks_wrapper .block, .home .blocks_with_icons_and_hovers .blocks_wrapper .block, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .block {
    margin-bottom: 0;
    padding: 40px 20px;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

@media (max-width: 1024px) {
    .services_page .blocks_with_icons_and_hovers .blocks_wrapper .block, .home .blocks_with_icons_and_hovers .blocks_wrapper .block, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .block {
        padding: 40px 10px 20px 10px;
    }
}

@media (max-width: 576px) {
    .services_page .blocks_with_icons_and_hovers .blocks_wrapper .block, .home .blocks_with_icons_and_hovers .blocks_wrapper .block, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .block {
        min-height: 165px;
    }
}

.services_page .blocks_with_icons_and_hovers .blocks_wrapper .block:hover, .home .blocks_with_icons_and_hovers .blocks_wrapper .block:hover, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .block:hover {
    border: 2px solid #161515;
    -webkit-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
    -webkit-box-shadow: 8px 8px 0 #161515;
    box-shadow: 8px 8px 0 #161515;
}

@media (max-width: 1024px) {
    .services_page .blocks_with_icons_and_hovers .blocks_wrapper .block:hover, .home .blocks_with_icons_and_hovers .blocks_wrapper .block:hover, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .block:hover {
        border: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
    }
}

.services_page .blocks_with_icons_and_hovers .blocks_wrapper .icon_img, .home .blocks_with_icons_and_hovers .blocks_wrapper .icon_img, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .icon_img {
    max-height: 67px;
    min-height: 67px;
    margin-bottom: 16px;
}

@media (max-width: 425px) {
    .services_page .blocks_with_icons_and_hovers .blocks_wrapper .icon_img, .home .blocks_with_icons_and_hovers .blocks_wrapper .icon_img, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .icon_img {
        max-height: 60px;
        min-height: 50px;
        margin-bottom: 20px;
    }
}

.services_page .blocks_with_icons_and_hovers .blocks_wrapper img, .services_page .blocks_with_icons_and_hovers .blocks_wrapper svg, .home .blocks_with_icons_and_hovers .blocks_wrapper img, .home .blocks_with_icons_and_hovers .blocks_wrapper svg, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper img, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper svg {
    max-height: 67px;
    min-height: 67px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 425px) {
    .services_page .blocks_with_icons_and_hovers .blocks_wrapper img, .services_page .blocks_with_icons_and_hovers .blocks_wrapper svg, .home .blocks_with_icons_and_hovers .blocks_wrapper img, .home .blocks_with_icons_and_hovers .blocks_wrapper svg, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper img, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper svg {
        max-width: 120px;
        max-height: 60px;
        min-height: 50px;
    }
}

.services_page .blocks_with_icons_and_hovers .blocks_wrapper .text_block, .home .blocks_with_icons_and_hovers .blocks_wrapper .text_block, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .text_block {
    max-width: 157px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
    font-weight: 500;
}

.services_page .section_with_background_and_blocks_with_icons_and_text, .home .section_with_background_and_blocks_with_icons_and_text, .partnership_page .section_with_background_and_blocks_with_icons_and_text {
    padding: 85px 0 59px 0;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

@media (max-width: 768px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text, .home .section_with_background_and_blocks_with_icons_and_text, .partnership_page .section_with_background_and_blocks_with_icons_and_text {
        padding: 48px 0 21px 0;
        -webkit-border-radius: 16px;
        border-radius: 16px;
    }
}

.services_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle, .home .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle, .partnership_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 58px auto;
}

@media (max-width: 768px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle, .home .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle, .partnership_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle {
        margin: 0 auto 56px auto;
    }
}

.services_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text, .home .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text, .partnership_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 576px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text, .home .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text, .partnership_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text {
        text-align: left !important;
    }

    .services_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text h2, .home .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text h2, .partnership_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text h2 {
        text-align: left !important;
    }

    .services_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text p, .services_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text li, .home .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text p, .home .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text li, .partnership_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text p, .partnership_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text li {
        text-align: left !important;
    }
}

@media (max-width: 576px) and (max-width: 576px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text p, .services_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text li, .home .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text p, .home .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text li, .partnership_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text p, .partnership_page .section_with_background_and_blocks_with_icons_and_text .wrapper_title_subtitle .title_and_text li {
        display: none;
    }
}

@media (max-width: 1100px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons, .home .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons, .partnership_page .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons {
        overflow-x: scroll;
    }
}

@media (max-width: 1100px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons.desktop-section, .home .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons.desktop-section, .partnership_page .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons.desktop-section {
        display: none;
    }
}

.services_page .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons.mobile-section, .home .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons.mobile-section, .partnership_page .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons.mobile-section {
    display: none;
}

@media (max-width: 1100px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons.mobile-section, .home .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons.mobile-section, .partnership_page .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons.mobile-section {
        display: block;
    }
}

@media (max-width: 550px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons .row1400, .home .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons .row1400, .partnership_page .section_with_background_and_blocks_with_icons_and_text .scroll_block_with_icons .row1400 {
        max-width: 100%;
        margin-left: 20px;
    }
}

.services_page .section_with_background_and_blocks_with_icons_and_text .q-two, .home .section_with_background_and_blocks_with_icons_and_text .q-two, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-two {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.services_page .section_with_background_and_blocks_with_icons_and_text .q-two > *, .home .section_with_background_and_blocks_with_icons_and_text .q-two > *, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-two > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
}

.services_page .section_with_background_and_blocks_with_icons_and_text .q-two .block, .home .section_with_background_and_blocks_with_icons_and_text .q-two .block, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-two .block {
    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;
    margin-bottom: 73px;
}

@media (max-width: 876px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .q-two .block, .home .section_with_background_and_blocks_with_icons_and_text .q-two .block, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-two .block {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.services_page .section_with_background_and_blocks_with_icons_and_text .q-two .block .text_block, .home .section_with_background_and_blocks_with_icons_and_text .q-two .block .text_block, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-two .block .text_block {
    text-align: center;
}

@media (max-width: 876px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .q-two .block .text_block, .home .section_with_background_and_blocks_with_icons_and_text .q-two .block .text_block, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-two .block .text_block {
        text-align: left;
    }
}

@media (max-width: 1100px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .q-two, .home .section_with_background_and_blocks_with_icons_and_text .q-two, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-two {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 950px;
    }

    .services_page .section_with_background_and_blocks_with_icons_and_text .q-two > *, .home .section_with_background_and_blocks_with_icons_and_text .q-two > *, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-two > * {
        width: 41.4782608696%;
        margin: 0 1% 1.4347826087em;
    }
}

@media (max-width: 876px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .q-two, .home .section_with_background_and_blocks_with_icons_and_text .q-two, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-two {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 576px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .q-two, .home .section_with_background_and_blocks_with_icons_and_text .q-two, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-two {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -2.5%;
        width: 105%;
        max-width: 502px;
    }

    .services_page .section_with_background_and_blocks_with_icons_and_text .q-two > *, .home .section_with_background_and_blocks_with_icons_and_text .q-two > *, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-two > * {
        width: 45%;
        margin: 0 2.5% 3.75em;
    }
}

@media (max-width: 1100px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .q-two, .home .section_with_background_and_blocks_with_icons_and_text .q-two, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-two {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

.services_page .section_with_background_and_blocks_with_icons_and_text .q-three, .home .section_with_background_and_blocks_with_icons_and_text .q-three, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-three {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
}

.services_page .section_with_background_and_blocks_with_icons_and_text .q-three > *, .home .section_with_background_and_blocks_with_icons_and_text .q-three > *, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-three > * {
    width: 30.3333333333%;
    margin: 0 1.5% 2em;
}

.services_page .section_with_background_and_blocks_with_icons_and_text .q-three .block, .home .section_with_background_and_blocks_with_icons_and_text .q-three .block, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-three .block {
    margin-bottom: 73px;
}

@media (max-width: 1100px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .q-three, .home .section_with_background_and_blocks_with_icons_and_text .q-three, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-three {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
        max-width: 1200px;
    }

    .services_page .section_with_background_and_blocks_with_icons_and_text .q-three > *, .home .section_with_background_and_blocks_with_icons_and_text .q-three > *, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-three > * {
        width: 28.303030303%;
        margin: 0 1% 1.303030303em;
    }
}

@media (max-width: 768px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .q-three, .home .section_with_background_and_blocks_with_icons_and_text .q-three, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-three {
        max-width: 875px;
    }
}

@media (max-width: 1100px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .q-three, .home .section_with_background_and_blocks_with_icons_and_text .q-three, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-three {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}

.services_page .section_with_background_and_blocks_with_icons_and_text .q-four, .home .section_with_background_and_blocks_with_icons_and_text .q-four, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-four {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
}

.services_page .section_with_background_and_blocks_with_icons_and_text .q-four > *, .home .section_with_background_and_blocks_with_icons_and_text .q-four > *, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-four > * {
    width: 23%;
    margin: 0 1% 1.25em;
}

.services_page .section_with_background_and_blocks_with_icons_and_text .q-four .block, .home .section_with_background_and_blocks_with_icons_and_text .q-four .block, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-four .block {
    margin-bottom: 73px;
    max-width: 328px;
}

@media (max-width: 576px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .q-four, .home .section_with_background_and_blocks_with_icons_and_text .q-four, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-four {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
        width: 950px;
    }

    .services_page .section_with_background_and_blocks_with_icons_and_text .q-four > *, .home .section_with_background_and_blocks_with_icons_and_text .q-four > *, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-four > * {
        width: 21.2558139535%;
        margin: 0 1% 1.2325581395em;
    }
}

@media (max-width: 1100px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .q-four, .home .section_with_background_and_blocks_with_icons_and_text .q-four, .partnership_page .section_with_background_and_blocks_with_icons_and_text .q-four {
        width: 1100px;
    }
}

.services_page .section_with_background_and_blocks_with_icons_and_text .blocks_wrapper, .home .section_with_background_and_blocks_with_icons_and_text .blocks_wrapper, .partnership_page .section_with_background_and_blocks_with_icons_and_text .blocks_wrapper {
    gap: 73px 0;
}

@media (max-width: 1100px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .blocks_wrapper, .home .section_with_background_and_blocks_with_icons_and_text .blocks_wrapper, .partnership_page .section_with_background_and_blocks_with_icons_and_text .blocks_wrapper {
        gap: 73px 20px;
    }
}

.services_page .section_with_background_and_blocks_with_icons_and_text .blocks_row, .home .section_with_background_and_blocks_with_icons_and_text .blocks_row, .partnership_page .section_with_background_and_blocks_with_icons_and_text .blocks_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 73px 20px;
    max-width: 94%;
    margin: 0 auto;
    margin-bottom: 73px;
}

@media (max-width: 576px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .blocks_row, .home .section_with_background_and_blocks_with_icons_and_text .blocks_row, .partnership_page .section_with_background_and_blocks_with_icons_and_text .blocks_row {
        max-width: 90%;
    }
}

.services_page .section_with_background_and_blocks_with_icons_and_text .blocks_row:last-child, .home .section_with_background_and_blocks_with_icons_and_text .blocks_row:last-child, .partnership_page .section_with_background_and_blocks_with_icons_and_text .blocks_row:last-child {
    margin-bottom: 0;
}

.services_page .section_with_background_and_blocks_with_icons_and_text .block, .home .section_with_background_and_blocks_with_icons_and_text .block, .partnership_page .section_with_background_and_blocks_with_icons_and_text .block {
    margin-bottom: 0 !important;
}

@media (max-width: 1100px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .block, .home .section_with_background_and_blocks_with_icons_and_text .block, .partnership_page .section_with_background_and_blocks_with_icons_and_text .block {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 280px;
    }
}

.services_page .section_with_background_and_blocks_with_icons_and_text .icon_img, .home .section_with_background_and_blocks_with_icons_and_text .icon_img, .partnership_page .section_with_background_and_blocks_with_icons_and_text .icon_img {
    max-height: 67px;
    min-height: 67px;
    margin-bottom: 16px;
}

@media (max-width: 576px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text .icon_img, .home .section_with_background_and_blocks_with_icons_and_text .icon_img, .partnership_page .section_with_background_and_blocks_with_icons_and_text .icon_img {
        max-height: 60px;
        min-height: 60px;
    }
}

.services_page .section_with_background_and_blocks_with_icons_and_text img, .services_page .section_with_background_and_blocks_with_icons_and_text svg, .home .section_with_background_and_blocks_with_icons_and_text img, .home .section_with_background_and_blocks_with_icons_and_text svg, .partnership_page .section_with_background_and_blocks_with_icons_and_text img, .partnership_page .section_with_background_and_blocks_with_icons_and_text svg {
    max-height: 67px;
    min-height: 67px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 576px) {
    .services_page .section_with_background_and_blocks_with_icons_and_text img, .services_page .section_with_background_and_blocks_with_icons_and_text svg, .home .section_with_background_and_blocks_with_icons_and_text img, .home .section_with_background_and_blocks_with_icons_and_text svg, .partnership_page .section_with_background_and_blocks_with_icons_and_text img, .partnership_page .section_with_background_and_blocks_with_icons_and_text svg {
        max-height: 60px;
        min-height: 60px;
    }
}

.services_page .section_with_background_and_blocks_with_icons_and_text .title_block p, .home .section_with_background_and_blocks_with_icons_and_text .title_block p, .partnership_page .section_with_background_and_blocks_with_icons_and_text .title_block p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

.services_page .section_with_background_and_blocks_with_icons_and_text .text_block, .home .section_with_background_and_blocks_with_icons_and_text .text_block, .partnership_page .section_with_background_and_blocks_with_icons_and_text .text_block {
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
    max-width: 335px;
    width: 100%;
}

.services_page .no-background-section-style, .home .no-background-section-style, .partnership_page .no-background-section-style {
    padding: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

@media (max-width: 768px) {
    .services_page .no-background-section-style, .home .no-background-section-style, .partnership_page .no-background-section-style {
        padding: 0 !important;
        -webkit-border-radius: 0 !important;
        border-radius: 0 !important;
    }
}

.services_page .blocks_with_numbers_and_text, .home .blocks_with_numbers_and_text, .partnership_page .blocks_with_numbers_and_text {
    margin: 147px 0 87px;
}

@media (max-width: 768px) {
    .services_page .blocks_with_numbers_and_text, .home .blocks_with_numbers_and_text, .partnership_page .blocks_with_numbers_and_text {
        margin: 68px 0;
    }
}

.services_page .blocks_with_numbers_and_text .title_and_text, .home .blocks_with_numbers_and_text .title_and_text, .partnership_page .blocks_with_numbers_and_text .title_and_text {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 50px auto;
}

@media (max-width: 768px) {
    .services_page .blocks_with_numbers_and_text .title_and_text, .home .blocks_with_numbers_and_text .title_and_text, .partnership_page .blocks_with_numbers_and_text .title_and_text {
        margin-bottom: 13px;
        text-align: left;
    }
}

@media (max-width: 425px) {
    .services_page .blocks_with_numbers_and_text .title_and_text, .home .blocks_with_numbers_and_text .title_and_text, .partnership_page .blocks_with_numbers_and_text .title_and_text {
        max-width: 289px;
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .services_page .blocks_with_numbers_and_text .title_and_text h2, .home .blocks_with_numbers_and_text .title_and_text h2, .partnership_page .blocks_with_numbers_and_text .title_and_text h2 {
        text-align: left !important;
    }
}

@media (max-width: 576px) {
    .services_page .blocks_with_numbers_and_text .title_and_text p, .home .blocks_with_numbers_and_text .title_and_text p, .partnership_page .blocks_with_numbers_and_text .title_and_text p {
        display: none;
    }
}

.services_page .blocks_with_numbers_and_text .blocks_wrapper, .home .blocks_with_numbers_and_text .blocks_wrapper, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5%;
    width: 110%;
    gap: 60px 0;
}

.services_page .blocks_with_numbers_and_text .blocks_wrapper > *, .home .blocks_with_numbers_and_text .blocks_wrapper > *, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper > * {
    width: 23.3333333333%;
    margin: 0 5% 6.6666666667em;
}

.services_page .blocks_with_numbers_and_text .blocks_wrapper .block, .home .blocks_with_numbers_and_text .blocks_wrapper .block, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper .block {
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .services_page .blocks_with_numbers_and_text .blocks_wrapper, .home .blocks_with_numbers_and_text .blocks_wrapper, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5%;
        width: 103%;
    }

    .services_page .blocks_with_numbers_and_text .blocks_wrapper > *, .home .blocks_with_numbers_and_text .blocks_wrapper > *, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper > * {
        width: 30.3333333333%;
        margin: 0 1.5% 2em;
    }
}

@media (max-width: 1024px) {
    .services_page .blocks_with_numbers_and_text .blocks_wrapper, .home .blocks_with_numbers_and_text .blocks_wrapper, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5%;
        width: 103%;
    }

    .services_page .blocks_with_numbers_and_text .blocks_wrapper > *, .home .blocks_with_numbers_and_text .blocks_wrapper > *, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper > * {
        width: 47%;
        margin: 0 1.5% 2.25em;
    }

    .services_page .blocks_with_numbers_and_text .blocks_wrapper .block, .home .blocks_with_numbers_and_text .blocks_wrapper .block, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper .block {
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .services_page .blocks_with_numbers_and_text .blocks_wrapper, .home .blocks_with_numbers_and_text .blocks_wrapper, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper {
        display: none;
    }
}

.services_page .blocks_with_numbers_and_text .blocks_wrapper .icon_img, .home .blocks_with_numbers_and_text .blocks_wrapper .icon_img, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper .icon_img {
    max-width: 97px;
    width: 100%;
    max-height: 67px;
    min-height: 67px;
    margin-bottom: 16px;
}

.services_page .blocks_with_numbers_and_text .blocks_wrapper img, .services_page .blocks_with_numbers_and_text .blocks_wrapper svg, .home .blocks_with_numbers_and_text .blocks_wrapper img, .home .blocks_with_numbers_and_text .blocks_wrapper svg, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper img, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper svg {
    max-height: 67px;
    min-height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 97px;
    width: 100%;
}

.services_page .blocks_with_numbers_and_text .blocks_wrapper .title_block, .home .blocks_with_numbers_and_text .blocks_wrapper .title_block, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper .title_block {
    margin-bottom: 16px;
}

.services_page .blocks_with_numbers_and_text .blocks_wrapper .title_block p, .home .blocks_with_numbers_and_text .blocks_wrapper .title_block p, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper .title_block p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #363636;
}

.services_page .blocks_with_numbers_and_text .blocks_wrapper .text_block, .home .blocks_with_numbers_and_text .blocks_wrapper .text_block, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper .text_block {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.services_page .blocks_with_numbers_and_text .swiper_blocks_numbers, .home .blocks_with_numbers_and_text .swiper_blocks_numbers, .partnership_page .blocks_with_numbers_and_text .swiper_blocks_numbers {
    display: none;
    padding-bottom: 40px;
}

.services_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .wrapper-slider-content, .home .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .wrapper-slider-content, .partnership_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .wrapper-slider-content {
    margin-bottom: 40px;
}

.services_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .wrapper-slider-content:last-child, .home .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .wrapper-slider-content:last-child, .partnership_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .wrapper-slider-content:last-child {
    margin-bottom: 0;
}

.services_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .icon_img, .home .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .icon_img, .partnership_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .icon_img {
    max-height: 40px;
    min-height: 33px;
    margin-bottom: 28px;
}

.services_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide img, .services_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide svg, .home .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide img, .home .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide svg, .partnership_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide img, .partnership_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide svg {
    max-height: 40px;
    min-height: 33px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 60px;
    width: 100%;
}

.services_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .title_block, .home .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .title_block, .partnership_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .title_block {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.33;
    color: #363636;
}

.services_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .title_block p, .home .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .title_block p, .partnership_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .title_block p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #363636;
}

.services_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .text_block, .home .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .text_block, .partnership_page .blocks_with_numbers_and_text .swiper_blocks_numbers .swiper-slide .text_block {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

@media (max-width: 768px) {
    .services_page .blocks_with_numbers_and_text .swiper_blocks_numbers, .home .blocks_with_numbers_and_text .swiper_blocks_numbers, .partnership_page .blocks_with_numbers_and_text .swiper_blocks_numbers {
        display: block;
    }
}

.services_page .blocks_with_numbers_and_text .swiper-pagination, .home .blocks_with_numbers_and_text .swiper-pagination, .partnership_page .blocks_with_numbers_and_text .swiper-pagination {
    max-width: 768px;
    width: 91%;
    margin: 0 auto;
    bottom: 0;
}

.services_page .color_card, .home .color_card, .partnership_page .color_card {
    margin: 148px 0;
}

@media (max-width: 768px) {
    .services_page .color_card, .home .color_card, .partnership_page .color_card {
        margin: 68px 0;
    }
}

.services_page .color_card .card, .home .color_card .card, .partnership_page .color_card .card {
    max-width: 1393px;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 60px 47px 60px 62px;
}

@media (max-width: 768px) {
    .services_page .color_card .card, .home .color_card .card, .partnership_page .color_card .card {
        padding: 35px 16px 25px 29px;
    }
}

.services_page .color_card .card .wys p, .services_page .color_card .card .wys li, .home .color_card .card .wys p, .home .color_card .card .wys li, .partnership_page .color_card .card .wys p, .partnership_page .color_card .card .wys li {
    font-weight: 500 !important;
    font-size: 64px;
    line-height: 1.16;
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .services_page .color_card .card .wys p, .services_page .color_card .card .wys li, .home .color_card .card .wys p, .home .color_card .card .wys li, .partnership_page .color_card .card .wys p, .partnership_page .color_card .card .wys li {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .services_page .color_card .card .wys p, .services_page .color_card .card .wys li, .home .color_card .card .wys p, .home .color_card .card .wys li, .partnership_page .color_card .card .wys p, .partnership_page .color_card .card .wys li {
        font-size: 48px;
        line-height: 1.33;
    }
}

@media (max-width: 576px) {
    .services_page .color_card .card .wys p, .services_page .color_card .card .wys li, .home .color_card .card .wys p, .home .color_card .card .wys li, .partnership_page .color_card .card .wys p, .partnership_page .color_card .card .wys li {
        font-size: 30px;
    }
}

.services_page .color_card .card .size-64 p, .services_page .color_card .card .size-64 li, .home .color_card .card .size-64 p, .home .color_card .card .size-64 li, .partnership_page .color_card .card .size-64 p, .partnership_page .color_card .card .size-64 li {
    font-size: 64px;
    line-height: 1;
}

@media (max-width: 1024px) {
    .services_page .color_card .card .size-64 p, .services_page .color_card .card .size-64 li, .home .color_card .card .size-64 p, .home .color_card .card .size-64 li, .partnership_page .color_card .card .size-64 p, .partnership_page .color_card .card .size-64 li {
        font-size: 50px;
    }
}

@media (max-width: 768px) {
    .services_page .color_card .card .size-64 p, .services_page .color_card .card .size-64 li, .home .color_card .card .size-64 p, .home .color_card .card .size-64 li, .partnership_page .color_card .card .size-64 p, .partnership_page .color_card .card .size-64 li {
        font-size: 48px;
        line-height: 1.33;
    }
}

@media (max-width: 576px) {
    .services_page .color_card .card .size-64 p, .services_page .color_card .card .size-64 li, .home .color_card .card .size-64 p, .home .color_card .card .size-64 li, .partnership_page .color_card .card .size-64 p, .partnership_page .color_card .card .size-64 li {
        font-size: 22px;
    }
}

.services_page .color_card .card .size-48 p, .services_page .color_card .card .size-48 li, .home .color_card .card .size-48 p, .home .color_card .card .size-48 li, .partnership_page .color_card .card .size-48 p, .partnership_page .color_card .card .size-48 li {
    font-size: 48px;
    line-height: 1;
}

@media (max-width: 576px) {
    .services_page .color_card .card .size-48 p, .services_page .color_card .card .size-48 li, .home .color_card .card .size-48 p, .home .color_card .card .size-48 li, .partnership_page .color_card .card .size-48 p, .partnership_page .color_card .card .size-48 li {
        font-size: 22px;
    }
}

.services_page .color_card .card .size-38 p, .services_page .color_card .card .size-38 li, .home .color_card .card .size-38 p, .home .color_card .card .size-38 li, .partnership_page .color_card .card .size-38 p, .partnership_page .color_card .card .size-38 li {
    font-size: 38px;
    line-height: 1.1;
}

@media (max-width: 576px) {
    .services_page .color_card .card .size-38 p, .services_page .color_card .card .size-38 li, .home .color_card .card .size-38 p, .home .color_card .card .size-38 li, .partnership_page .color_card .card .size-38 p, .partnership_page .color_card .card .size-38 li {
        font-size: 22px;
    }
}

.services_page .color_card .card .line-height-116 p, .services_page .color_card .card .line-height-116 li, .home .color_card .card .line-height-116 p, .home .color_card .card .line-height-116 li, .partnership_page .color_card .card .line-height-116 p, .partnership_page .color_card .card .line-height-116 li {
    line-height: 1.16;
}

.services_page .color_card .card .line-height-112 p, .services_page .color_card .card .line-height-112 li, .home .color_card .card .line-height-112 p, .home .color_card .card .line-height-112 li, .partnership_page .color_card .card .line-height-112 p, .partnership_page .color_card .card .line-height-112 li {
    line-height: 1.2;
}

.services_page .color_card .card .line-height-1 p, .services_page .color_card .card .line-height-1 li, .home .color_card .card .line-height-1 p, .home .color_card .card .line-height-1 li, .partnership_page .color_card .card .line-height-1 p, .partnership_page .color_card .card .line-height-1 li {
    line-height: 1;
}

.services_page .color_card .padding-small, .home .color_card .padding-small, .partnership_page .color_card .padding-small {
    padding: 50px 54px;
}

@media (max-width: 768px) {
    .services_page .color_card .padding-small, .home .color_card .padding-small, .partnership_page .color_card .padding-small {
        padding: 30px 20px 30px 28px;
    }
}

.services_page .color_card .padding-mini-small, .home .color_card .padding-mini-small, .partnership_page .color_card .padding-mini-small {
    padding: 42px 48px;
}

@media (max-width: 768px) {
    .services_page .color_card .padding-mini-small, .home .color_card .padding-mini-small, .partnership_page .color_card .padding-mini-small {
        padding: 30px 20px 30px 28px;
    }
}

.services_page .text_image_section, .home .text_image_section, .partnership_page .text_image_section {
    margin: 148px 0;
}

@media (max-width: 768px) {
    .services_page .text_image_section, .home .text_image_section, .partnership_page .text_image_section {
        margin: 68px 0;
    }
}

.services_page .text_image_section .title_and_text, .home .text_image_section .title_and_text, .partnership_page .text_image_section .title_and_text {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 60px auto;
}

@media (max-width: 876px) {
    .services_page .text_image_section .title_and_text, .home .text_image_section .title_and_text, .partnership_page .text_image_section .title_and_text {
        margin-bottom: 5px;
    }

    .services_page .text_image_section .title_and_text h2, .services_page .text_image_section .title_and_text p, .home .text_image_section .title_and_text h2, .home .text_image_section .title_and_text p, .partnership_page .text_image_section .title_and_text h2, .partnership_page .text_image_section .title_and_text p {
        text-align: left !important;
    }
}

@media (max-width: 576px) {
    .services_page .text_image_section .title_and_text p, .home .text_image_section .title_and_text p, .partnership_page .text_image_section .title_and_text p {
        display: none;
    }
}

.services_page .text_image_section .text_image_wrapper, .home .text_image_section .text_image_wrapper, .partnership_page .text_image_section .text_image_wrapper {
    margin: 20px auto;
    max-width: 1200px;
    width: 100%;
}

.services_page .text_image_section .text_image_wrapper .text_image_block, .home .text_image_section .text_image_wrapper .text_image_block, .partnership_page .text_image_section .text_image_wrapper .text_image_block {
    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;
    margin-bottom: 90px;
}

@media (max-width: 876px) {
    .services_page .text_image_section .text_image_wrapper .text_image_block, .home .text_image_section .text_image_wrapper .text_image_block, .partnership_page .text_image_section .text_image_wrapper .text_image_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 60px;
    }
}

.services_page .text_image_section .text_image_wrapper .text_image_block:last-child, .home .text_image_section .text_image_wrapper .text_image_block:last-child, .partnership_page .text_image_section .text_image_wrapper .text_image_block:last-child {
    margin-bottom: 0;
}

.services_page .text_image_section .text_image_wrapper .text_image_block .left_content, .home .text_image_section .text_image_wrapper .text_image_block .left_content, .partnership_page .text_image_section .text_image_wrapper .text_image_block .left_content {
    width: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-right: 30px;
}

@media (max-width: 876px) {
    .services_page .text_image_section .text_image_wrapper .text_image_block .left_content, .home .text_image_section .text_image_wrapper .text_image_block .left_content, .partnership_page .text_image_section .text_image_wrapper .text_image_block .left_content {
        margin-right: 0;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.services_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys h2, .home .text_image_section .text_image_wrapper .text_image_block .left_content .wys h2, .partnership_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys h2 {
    padding-bottom: 33px;
}

@media (max-width: 876px) {
    .services_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys h2, .home .text_image_section .text_image_wrapper .text_image_block .left_content .wys h2, .partnership_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys h2 {
        padding-bottom: 15px;
    }
}

.services_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys ol, .services_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys ul, .home .text_image_section .text_image_wrapper .text_image_block .left_content .wys ol, .home .text_image_section .text_image_wrapper .text_image_block .left_content .wys ul, .partnership_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys ol, .partnership_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys ul {
    margin-bottom: 22px;
}

.services_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys ol li, .services_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys ul li, .home .text_image_section .text_image_wrapper .text_image_block .left_content .wys ol li, .home .text_image_section .text_image_wrapper .text_image_block .left_content .wys ul li, .partnership_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys ol li, .partnership_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys ul li {
    line-height: 1.22;
}

.services_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys p strong, .home .text_image_section .text_image_wrapper .text_image_block .left_content .wys p strong, .partnership_page .text_image_section .text_image_wrapper .text_image_block .left_content .wys p strong {
    font-weight: 500;
}

.services_page .text_image_section .text_image_wrapper .text_image_block .right_content, .home .text_image_section .text_image_wrapper .text_image_block .right_content, .partnership_page .text_image_section .text_image_wrapper .text_image_block .right_content {
    width: 45%;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
}

@media (max-width: 876px) {
    .services_page .text_image_section .text_image_wrapper .text_image_block .right_content, .home .text_image_section .text_image_wrapper .text_image_block .right_content, .partnership_page .text_image_section .text_image_wrapper .text_image_block .right_content {
        margin-bottom: 20px;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.services_page .text_image_section .text_image_wrapper .text_image_block .right_content img, .home .text_image_section .text_image_wrapper .text_image_block .right_content img, .partnership_page .text_image_section .text_image_wrapper .text_image_block .right_content img {
    max-width: 500px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 876px) {
    .services_page .text_image_section .text_image_wrapper .text_image_block .right_content img, .home .text_image_section .text_image_wrapper .text_image_block .right_content img, .partnership_page .text_image_section .text_image_wrapper .text_image_block .right_content img {
        max-width: 400px;
        max-height: 350px;
    }
}

@media (max-width: 425px) {
    .services_page .text_image_section .text_image_wrapper .text_image_block .right_content img, .home .text_image_section .text_image_wrapper .text_image_block .right_content img, .partnership_page .text_image_section .text_image_wrapper .text_image_block .right_content img {
        max-width: 100%;
        max-height: 300px;
    }
}

.services_page .text_image_section .text_image_wrapper .side-i-l, .home .text_image_section .text_image_wrapper .side-i-l, .partnership_page .text_image_section .text_image_wrapper .side-i-l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 876px) {
    .services_page .text_image_section .text_image_wrapper .side-i-l, .home .text_image_section .text_image_wrapper .side-i-l, .partnership_page .text_image_section .text_image_wrapper .side-i-l {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

@media (max-width: 1024px) {
    .services_page .text_image_section .text_image_wrapper .side-i-l .left_content, .home .text_image_section .text_image_wrapper .side-i-l .left_content, .partnership_page .text_image_section .text_image_wrapper .side-i-l .left_content {
        margin-right: 0;
    }
}

.services_page .text_image_section .text_image_wrapper .side-i-l .right_content, .home .text_image_section .text_image_wrapper .side-i-l .right_content, .partnership_page .text_image_section .text_image_wrapper .side-i-l .right_content {
    margin-right: 60px;
}

@media (max-width: 876px) {
    .services_page .text_image_section .text_image_wrapper .side-i-l .right_content, .home .text_image_section .text_image_wrapper .side-i-l .right_content, .partnership_page .text_image_section .text_image_wrapper .side-i-l .right_content {
        margin-right: 0;
        margin-bottom: 36px;
    }
}

@media (max-width: 768px) {
    .services_page .cases_section, .home .cases_section, .partnership_page .cases_section {
        margin-top: 65px;
        margin-bottom: 73px;
    }
}

.services_page .faq_section, .home .faq_section, .partnership_page .faq_section {
    margin: 148px 0;
}

@media (max-width: 876px) {
    .services_page .faq_section, .home .faq_section, .partnership_page .faq_section {
        margin-top: 68px;
        margin-bottom: 68px;
    }
}

.services_page .faq_section .title_and_text, .home .faq_section .title_and_text, .partnership_page .faq_section .title_and_text {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 52px auto;
}

@media (max-width: 876px) {
    .services_page .faq_section .title_and_text, .home .faq_section .title_and_text, .partnership_page .faq_section .title_and_text {
        margin: 0 auto 22px auto;
    }

    .services_page .faq_section .title_and_text h2, .services_page .faq_section .title_and_text p, .home .faq_section .title_and_text h2, .home .faq_section .title_and_text p, .partnership_page .faq_section .title_and_text h2, .partnership_page .faq_section .title_and_text p {
        text-align: left !important;
    }
}

@media (max-width: 576px) {
    .services_page .faq_section .title_and_text p, .home .faq_section .title_and_text p, .partnership_page .faq_section .title_and_text p {
        display: none;
    }
}

.services_page .faq_section .acc .item, .home .faq_section .acc .item, .partnership_page .faq_section .acc .item {
    position: relative;
    border: 2px solid #E0E0E0;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.services_page .faq_section .acc .item:last-child, .home .faq_section .acc .item:last-child, .partnership_page .faq_section .acc .item:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .services_page .faq_section .acc .item, .home .faq_section .acc .item, .partnership_page .faq_section .acc .item {
        margin-bottom: 20px;
    }
}

.services_page .faq_section .acc .item .h3, .home .faq_section .acc .item .h3, .partnership_page .faq_section .acc .item .h3 {
    cursor: pointer;
    position: relative;
    padding: 33px 42px 35px 37px;
}

.services_page .faq_section .acc .item .h3 p, .home .faq_section .acc .item .h3 p, .partnership_page .faq_section .acc .item .h3 p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 2s ease;
    -o-transition: background-position 2s ease;
    transition: background-position 2s ease;
}

@media (max-width: 768px) {
    .services_page .faq_section .acc .item .h3, .home .faq_section .acc .item .h3, .partnership_page .faq_section .acc .item .h3 {
        padding: 22px 60px 22px 23px;
    }

    .services_page .faq_section .acc .item .h3 p, .home .faq_section .acc .item .h3 p, .partnership_page .faq_section .acc .item .h3 p {
        font-size: 18px;
        line-height: 1.56;
    }
}

.services_page .faq_section .acc .item .h3 span, .home .faq_section .acc .item .h3 span, .partnership_page .faq_section .acc .item .h3 span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 20px;
}

.services_page .faq_section .acc .item .h3 span:before, .services_page .faq_section .acc .item .h3 span:after, .home .faq_section .acc .item .h3 span:before, .home .faq_section .acc .item .h3 span:after, .partnership_page .faq_section .acc .item .h3 span:before, .partnership_page .faq_section .acc .item .h3 span:after {
    content: "";
    background-color: #161515;
    width: 24px;
    height: 2px;
    position: absolute;
    right: 0;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .services_page .faq_section .acc .item .h3 span:before, .services_page .faq_section .acc .item .h3 span:after, .home .faq_section .acc .item .h3 span:before, .home .faq_section .acc .item .h3 span:after, .partnership_page .faq_section .acc .item .h3 span:before, .partnership_page .faq_section .acc .item .h3 span:after {
        width: 23px;
    }
}

.services_page .faq_section .acc .item .h3 span:before, .home .faq_section .acc .item .h3 span:before, .partnership_page .faq_section .acc .item .h3 span:before {
    right: 6px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .services_page .faq_section .acc .item .h3 span:before, .home .faq_section .acc .item .h3 span:before, .partnership_page .faq_section .acc .item .h3 span:before {
        right: 0;
    }
}

.services_page .faq_section .acc .item .h3 span:after, .home .faq_section .acc .item .h3 span:after, .partnership_page .faq_section .acc .item .h3 span:after {
    right: 6px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 768px) {
    .services_page .faq_section .acc .item .h3 span:after, .home .faq_section .acc .item .h3 span:after, .partnership_page .faq_section .acc .item .h3 span:after {
        right: 0;
    }
}

.services_page .faq_section .acc .item .h3.active span:before, .services_page .faq_section .acc .item .h3.active span:after, .home .faq_section .acc .item .h3.active span:before, .home .faq_section .acc .item .h3.active span:after, .partnership_page .faq_section .acc .item .h3.active span:before, .partnership_page .faq_section .acc .item .h3.active span:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.services_page .faq_section .acc .item:hover p, .home .faq_section .acc .item:hover p, .partnership_page .faq_section .acc .item:hover p {
    background-position: 0 100%;
}

.services_page .faq_section .acc .item .info, .home .faq_section .acc .item .info, .partnership_page .faq_section .acc .item .info {
    display: none;
    max-width: 1213px;
    width: 100%;
    padding: 11px 42px 43px 37px;
}

@media (max-width: 768px) {
    .services_page .faq_section .acc .item .info, .home .faq_section .acc .item .info, .partnership_page .faq_section .acc .item .info {
        padding: 22px 33px 22px 23px;
    }
}

.services_page .article_section, .home .article_section, .partnership_page .article_section {
    margin: 148px 0;
}

@media (max-width: 876px) {
    .services_page .article_section, .home .article_section, .partnership_page .article_section {
        margin: 68px 0;
    }
}

.services_page .article_section .article_wrap, .home .article_section .article_wrap, .partnership_page .article_section .article_wrap {
    max-width: 803px;
    width: 100%;
    margin: 0 auto;
}

.services_page .article_section .article_wrap h2, .services_page .article_section .article_wrap h3, .home .article_section .article_wrap h2, .home .article_section .article_wrap h3, .partnership_page .article_section .article_wrap h2, .partnership_page .article_section .article_wrap h3 {
    padding-bottom: 0;
    margin: 34px 0 18px 0;
}

@media (max-width: 876px) {
    .services_page .article_section .article_wrap h2 br, .services_page .article_section .article_wrap h3 br, .home .article_section .article_wrap h2 br, .home .article_section .article_wrap h3 br, .partnership_page .article_section .article_wrap h2 br, .partnership_page .article_section .article_wrap h3 br {
        display: none;
    }
}

.services_page .article_section .article_wrap h2:first-child, .services_page .article_section .article_wrap h3:first-child, .home .article_section .article_wrap h2:first-child, .home .article_section .article_wrap h3:first-child, .partnership_page .article_section .article_wrap h2:first-child, .partnership_page .article_section .article_wrap h3:first-child {
    margin-top: 0;
}

.services_page .article_section .article_wrap h2 + h3, .home .article_section .article_wrap h2 + h3, .partnership_page .article_section .article_wrap h2 + h3 {
    margin-top: 26px;
}

.services_page .article_section .article_wrap .title_h2, .home .article_section .article_wrap .title_h2, .partnership_page .article_section .article_wrap .title_h2 {
    margin-top: 0;
}

.services_page .article_section .article_wrap p, .home .article_section .article_wrap p, .partnership_page .article_section .article_wrap p {
    padding-bottom: 0;
    margin: 18px 0 20px 0;
}

@media (max-width: 576px) {
    .services_page .article_section .article_wrap p, .home .article_section .article_wrap p, .partnership_page .article_section .article_wrap p {
        margin: 10px 0;
    }
}

.services_page .article_section .article_wrap p strong, .home .article_section .article_wrap p strong, .partnership_page .article_section .article_wrap p strong {
    font-weight: 500;
}

.services_page .article_section .article_wrap .wp-block-image, .home .article_section .article_wrap .wp-block-image, .partnership_page .article_section .article_wrap .wp-block-image {
    margin-top: 25px;
    margin-bottom: 26px;
}

.services_page .article_section .article_wrap .wp-block-image img, .home .article_section .article_wrap .wp-block-image img, .partnership_page .article_section .article_wrap .wp-block-image img {
    max-width: 800px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.services_page .article_section .article_wrap .wp-block-image figcaption, .home .article_section .article_wrap .wp-block-image figcaption, .partnership_page .article_section .article_wrap .wp-block-image figcaption {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #848484;
}

.services_page .article_section .article_wrap .wp-block-image figcaption em, .home .article_section .article_wrap .wp-block-image figcaption em, .partnership_page .article_section .article_wrap .wp-block-image figcaption em {
    font-style: normal;
}

.services_page .article_section .article_wrap .wp-caption, .home .article_section .article_wrap .wp-caption, .partnership_page .article_section .article_wrap .wp-caption {
    background: transparent;
    border: none;
    padding: 0;
    max-width: 100%;
    width: 100% !important;
}

.services_page .article_section .article_wrap .wp-caption img, .home .article_section .article_wrap .wp-caption img, .partnership_page .article_section .article_wrap .wp-caption img {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 10px;
}

.services_page .article_section .article_wrap .wp-caption .wp-caption-text, .home .article_section .article_wrap .wp-caption .wp-caption-text, .partnership_page .article_section .article_wrap .wp-caption .wp-caption-text {
    margin-top: 0;
    padding-bottom: 0;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: rgba(22, 21, 21, 0.8);
}

.services_page .article_section .article_wrap .wp-caption .wp-caption-text a, .home .article_section .article_wrap .wp-caption .wp-caption-text a, .partnership_page .article_section .article_wrap .wp-caption .wp-caption-text a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #EE2A59;
}

.services_page .article_section .article_wrap .wp-caption .wp-caption-text a:hover, .home .article_section .article_wrap .wp-caption .wp-caption-text a:hover, .partnership_page .article_section .article_wrap .wp-caption .wp-caption-text a:hover {
    text-decoration: underline;
}

.services_page .article_section .article_wrap p iframe, .home .article_section .article_wrap p iframe, .partnership_page .article_section .article_wrap p iframe {
    width: 100%;
    max-width: 100%;
    min-height: 385px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .services_page .article_section .article_wrap p iframe, .home .article_section .article_wrap p iframe, .partnership_page .article_section .article_wrap p iframe {
        max-width: 100%;
        min-height: 193px;
    }
}

.services_page .article_section .article_wrap ol, .services_page .article_section .article_wrap ul, .home .article_section .article_wrap ol, .home .article_section .article_wrap ul, .partnership_page .article_section .article_wrap ol, .partnership_page .article_section .article_wrap ul {
    margin: 10px 0 25px 0;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .services_page .article_section .article_wrap ol, .services_page .article_section .article_wrap ul, .home .article_section .article_wrap ol, .home .article_section .article_wrap ul, .partnership_page .article_section .article_wrap ol, .partnership_page .article_section .article_wrap ul {
        margin: 10px 0;
    }
}

.services_page .article_section .article_wrap ol li, .services_page .article_section .article_wrap ul li, .home .article_section .article_wrap ol li, .home .article_section .article_wrap ul li, .partnership_page .article_section .article_wrap ol li, .partnership_page .article_section .article_wrap ul li {
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.22;
    color: #161515;
}

@media (max-width: 576px) {
    .services_page .article_section .article_wrap ol li, .services_page .article_section .article_wrap ul li, .home .article_section .article_wrap ol li, .home .article_section .article_wrap ul li, .partnership_page .article_section .article_wrap ol li, .partnership_page .article_section .article_wrap ul li {
        font-size: 16px;
        line-height: 1.62;
    }
}

.services_page .article_section .article_wrap ol li:last-child, .services_page .article_section .article_wrap ul li:last-child, .home .article_section .article_wrap ol li:last-child, .home .article_section .article_wrap ul li:last-child, .partnership_page .article_section .article_wrap ol li:last-child, .partnership_page .article_section .article_wrap ul li:last-child {
    padding-bottom: 0;
}

.services_page .article_section .article_wrap ul li, .home .article_section .article_wrap ul li, .partnership_page .article_section .article_wrap ul li {
    list-style: disc;
}

.services_page .article_section .article_wrap table, .home .article_section .article_wrap table, .partnership_page .article_section .article_wrap table {
    margin-bottom: 26px;
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow-x: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

.services_page .article_section .article_wrap table tr:nth-child(odd), .home .article_section .article_wrap table tr:nth-child(odd), .partnership_page .article_section .article_wrap table tr:nth-child(odd) {
    background: #F7F7F7;
}

.services_page .article_section .article_wrap table tr:first-child, .home .article_section .article_wrap table tr:first-child, .partnership_page .article_section .article_wrap table tr:first-child {
    background: #F7F7F7;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}

.services_page .article_section .article_wrap table tr:first-child td, .home .article_section .article_wrap table tr:first-child td, .partnership_page .article_section .article_wrap table tr:first-child td {
    font-weight: 600;
}

.services_page .article_section .article_wrap table td, .home .article_section .article_wrap table td, .partnership_page .article_section .article_wrap table td {
    padding: 12px 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 576px) {
    .services_page .article_section .article_wrap table td, .home .article_section .article_wrap table td, .partnership_page .article_section .article_wrap table td {
        min-width: 225px;
    }
}

.services_page .article_section .article_wrap blockquote, .home .article_section .article_wrap blockquote, .partnership_page .article_section .article_wrap blockquote {
    max-width: 801px;
    width: 100%;
    margin: 30px 0;
    border-left: 2px solid #EE2A59;
    padding-left: 32px;
}

@media (max-width: 768px) {
    .services_page .article_section .article_wrap blockquote, .home .article_section .article_wrap blockquote, .partnership_page .article_section .article_wrap blockquote {
        width: 99%;
    }
}

.services_page .article_section .article_wrap blockquote p, .home .article_section .article_wrap blockquote p, .partnership_page .article_section .article_wrap blockquote p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

.services_page .article_section .article_wrap blockquote p:last-child, .home .article_section .article_wrap blockquote p:last-child, .partnership_page .article_section .article_wrap blockquote p:last-child {
    padding-bottom: 0;
}

.services_page .article_section .article_wrap .custom-testimonials, .home .article_section .article_wrap .custom-testimonials, .partnership_page .article_section .article_wrap .custom-testimonials {
    margin-top: 26px;
    margin-bottom: 26px;
    background: #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 41px 40px 70px 43px;
}

@media (max-width: 768px) {
    .services_page .article_section .article_wrap .custom-testimonials, .home .article_section .article_wrap .custom-testimonials, .partnership_page .article_section .article_wrap .custom-testimonials {
        padding: 30px 27px 34px 31px;
    }
}

.services_page .article_section .article_wrap .custom-testimonials .icon-testimonials, .home .article_section .article_wrap .custom-testimonials .icon-testimonials, .partnership_page .article_section .article_wrap .custom-testimonials .icon-testimonials {
    max-width: 40px;
    width: 100%;
    margin-bottom: 30px;
}

.services_page .article_section .article_wrap .custom-testimonials .wys, .home .article_section .article_wrap .custom-testimonials .wys, .partnership_page .article_section .article_wrap .custom-testimonials .wys {
    margin-bottom: 20px;
    max-width: 682px;
    width: 100%;
}

@media (max-width: 425px) {
    .services_page .article_section .article_wrap .custom-testimonials .wys, .home .article_section .article_wrap .custom-testimonials .wys, .partnership_page .article_section .article_wrap .custom-testimonials .wys {
        margin-bottom: 25px;
    }
}

.services_page .article_section .article_wrap .custom-testimonials .wys p, .home .article_section .article_wrap .custom-testimonials .wys p, .partnership_page .article_section .article_wrap .custom-testimonials .wys p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
    text-align: left;
}

.services_page .article_section .article_wrap .custom-testimonials .bottom-info, .home .article_section .article_wrap .custom-testimonials .bottom-info, .partnership_page .article_section .article_wrap .custom-testimonials .bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.services_page .article_section .article_wrap .custom-testimonials .bottom-info .left-content, .home .article_section .article_wrap .custom-testimonials .bottom-info .left-content, .partnership_page .article_section .article_wrap .custom-testimonials .bottom-info .left-content {
    margin-right: 15px;
}

.services_page .article_section .article_wrap .custom-testimonials .bottom-info .left-content img, .home .article_section .article_wrap .custom-testimonials .bottom-info .left-content img, .partnership_page .article_section .article_wrap .custom-testimonials .bottom-info .left-content img {
    margin-top: 0;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.services_page .article_section .article_wrap .custom-testimonials .bottom-info .right-content .title-testimonial, .home .article_section .article_wrap .custom-testimonials .bottom-info .right-content .title-testimonial, .partnership_page .article_section .article_wrap .custom-testimonials .bottom-info .right-content .title-testimonial {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

.services_page .article_section .article_wrap .custom-testimonials .bottom-info .right-content .sub-title-testimonial, .home .article_section .article_wrap .custom-testimonials .bottom-info .right-content .sub-title-testimonial, .partnership_page .article_section .article_wrap .custom-testimonials .bottom-info .right-content .sub-title-testimonial {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.services_page .article_section .article_wrap .custom-video, .home .article_section .article_wrap .custom-video, .partnership_page .article_section .article_wrap .custom-video {
    margin-top: 26px;
    margin-bottom: 26px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 425px) {
    .services_page .article_section .article_wrap .custom-video a, .home .article_section .article_wrap .custom-video a, .partnership_page .article_section .article_wrap .custom-video a {
        min-height: 176px;
    }
}

.services_page .article_section .article_wrap .custom-video img, .home .article_section .article_wrap .custom-video img, .partnership_page .article_section .article_wrap .custom-video img {
    margin-top: 0;
    max-width: 801px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 425px) {
    .services_page .article_section .article_wrap .custom-video img, .home .article_section .article_wrap .custom-video img, .partnership_page .article_section .article_wrap .custom-video img {
        min-height: 176px;
    }
}

.services_page .article_section .article_wrap h2 + p img, .services_page .article_section .article_wrap h3 + p img, .services_page .article_section .article_wrap h4 + p img, .home .article_section .article_wrap h2 + p img, .home .article_section .article_wrap h3 + p img, .home .article_section .article_wrap h4 + p img, .partnership_page .article_section .article_wrap h2 + p img, .partnership_page .article_section .article_wrap h3 + p img, .partnership_page .article_section .article_wrap h4 + p img {
    margin-top: 10px;
}

.services_page .article_section .article_wrap p + h2, .home .article_section .article_wrap p + h2, .partnership_page .article_section .article_wrap p + h2 {
    margin-top: 26px;
}

.services_page .article_section .article_wrap h2 a, .services_page .article_section .article_wrap .h2 a, .services_page .article_section .article_wrap h3 a, .services_page .article_section .article_wrap .h3 a, .services_page .article_section .article_wrap h4 a, .services_page .article_section .article_wrap .h4 a, .services_page .article_section .article_wrap h5 a, .services_page .article_section .article_wrap .h5 a, .services_page .article_section .article_wrap h6 a, .services_page .article_section .article_wrap .h6 a, .home .article_section .article_wrap h2 a, .home .article_section .article_wrap .h2 a, .home .article_section .article_wrap h3 a, .home .article_section .article_wrap .h3 a, .home .article_section .article_wrap h4 a, .home .article_section .article_wrap .h4 a, .home .article_section .article_wrap h5 a, .home .article_section .article_wrap .h5 a, .home .article_section .article_wrap h6 a, .home .article_section .article_wrap .h6 a, .partnership_page .article_section .article_wrap h2 a, .partnership_page .article_section .article_wrap .h2 a, .partnership_page .article_section .article_wrap h3 a, .partnership_page .article_section .article_wrap .h3 a, .partnership_page .article_section .article_wrap h4 a, .partnership_page .article_section .article_wrap .h4 a, .partnership_page .article_section .article_wrap h5 a, .partnership_page .article_section .article_wrap .h5 a, .partnership_page .article_section .article_wrap h6 a, .partnership_page .article_section .article_wrap .h6 a {
    color: #EE2A59;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 7px;
}

.services_page .article_section .article_wrap h2 a:hover, .services_page .article_section .article_wrap .h2 a:hover, .services_page .article_section .article_wrap h3 a:hover, .services_page .article_section .article_wrap .h3 a:hover, .services_page .article_section .article_wrap h4 a:hover, .services_page .article_section .article_wrap .h4 a:hover, .services_page .article_section .article_wrap h5 a:hover, .services_page .article_section .article_wrap .h5 a:hover, .services_page .article_section .article_wrap h6 a:hover, .services_page .article_section .article_wrap .h6 a:hover, .home .article_section .article_wrap h2 a:hover, .home .article_section .article_wrap .h2 a:hover, .home .article_section .article_wrap h3 a:hover, .home .article_section .article_wrap .h3 a:hover, .home .article_section .article_wrap h4 a:hover, .home .article_section .article_wrap .h4 a:hover, .home .article_section .article_wrap h5 a:hover, .home .article_section .article_wrap .h5 a:hover, .home .article_section .article_wrap h6 a:hover, .home .article_section .article_wrap .h6 a:hover, .partnership_page .article_section .article_wrap h2 a:hover, .partnership_page .article_section .article_wrap .h2 a:hover, .partnership_page .article_section .article_wrap h3 a:hover, .partnership_page .article_section .article_wrap .h3 a:hover, .partnership_page .article_section .article_wrap h4 a:hover, .partnership_page .article_section .article_wrap .h4 a:hover, .partnership_page .article_section .article_wrap h5 a:hover, .partnership_page .article_section .article_wrap .h5 a:hover, .partnership_page .article_section .article_wrap h6 a:hover, .partnership_page .article_section .article_wrap .h6 a:hover {
    text-decoration: underline !important;
    -webkit-text-decoration-color: #EE2A59 !important;
    text-decoration-color: #EE2A59 !important;
}

.services_page .article_section .article_wrap img, .home .article_section .article_wrap img, .partnership_page .article_section .article_wrap img {
    margin-top: 26px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.services_page .article_section .article_wrap .mejs-container, .services_page .article_section .article_wrap .mejs-video, .home .article_section .article_wrap .mejs-container, .home .article_section .article_wrap .mejs-video, .partnership_page .article_section .article_wrap .mejs-container, .partnership_page .article_section .article_wrap .mejs-video {
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.services_page .article_section .article_wrap .wp-video, .services_page .article_section .article_wrap .mejs-container, .services_page .article_section .article_wrap .mejs-video, .home .article_section .article_wrap .wp-video, .home .article_section .article_wrap .mejs-container, .home .article_section .article_wrap .mejs-video, .partnership_page .article_section .article_wrap .wp-video, .partnership_page .article_section .article_wrap .mejs-container, .partnership_page .article_section .article_wrap .mejs-video {
    width: 100% !important;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.services_page .article_section .article_wrap .wp-video-shortcode video, .services_page .article_section .article_wrap video.wp-video-shortcode, .home .article_section .article_wrap .wp-video-shortcode video, .home .article_section .article_wrap video.wp-video-shortcode, .partnership_page .article_section .article_wrap .wp-video-shortcode video, .partnership_page .article_section .article_wrap video.wp-video-shortcode {
    width: 100% !important;
}

.services_page .article_section .article_wrap .custom-quote, .home .article_section .article_wrap .custom-quote, .partnership_page .article_section .article_wrap .custom-quote {
    background: #f9f9fa;
    border: 1px solid #f2f2f2;
    margin-bottom: 26px;
    padding: 25px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 876px) {
    .services_page .article_section .article_wrap .custom-quote, .home .article_section .article_wrap .custom-quote, .partnership_page .article_section .article_wrap .custom-quote {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .services_page .article_section .article_wrap .custom-quote, .home .article_section .article_wrap .custom-quote, .partnership_page .article_section .article_wrap .custom-quote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.services_page .article_section .article_wrap .custom-quote .left-content, .home .article_section .article_wrap .custom-quote .left-content, .partnership_page .article_section .article_wrap .custom-quote .left-content {
    margin-right: 20px;
    max-width: 70px;
    width: 100%;
}

@media (max-width: 576px) {
    .services_page .article_section .article_wrap .custom-quote .left-content, .home .article_section .article_wrap .custom-quote .left-content, .partnership_page .article_section .article_wrap .custom-quote .left-content {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.services_page .article_section .article_wrap .custom-quote .left-content .photo, .home .article_section .article_wrap .custom-quote .left-content .photo, .partnership_page .article_section .article_wrap .custom-quote .left-content .photo {
    margin-top: 0;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 576px) {
    .services_page .article_section .article_wrap .custom-quote .left-content .photo, .home .article_section .article_wrap .custom-quote .left-content .photo, .partnership_page .article_section .article_wrap .custom-quote .left-content .photo {
        width: 60px;
        height: 60px;
    }
}

.services_page .article_section .article_wrap .custom-quote .right-content, .home .article_section .article_wrap .custom-quote .right-content, .partnership_page .article_section .article_wrap .custom-quote .right-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.services_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap, .home .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap, .partnership_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap {
    margin-bottom: 10px;
    min-height: 70px;
}

.services_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap, .home .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap, .partnership_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 0;
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .services_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap, .home .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap, .partnership_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap {
        margin-bottom: 10px;
    }
}

.services_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .name, .home .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .name, .partnership_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .name {
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
}

.services_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link, .home .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link, .partnership_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link {
    width: 30px;
    height: 30px;
    background: #161515;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.services_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link svg, .services_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link img, .home .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link svg, .home .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link img, .partnership_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link svg, .partnership_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link img {
    max-width: 16px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 16px;
    margin: 0;
}

.services_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link:hover, .home .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link:hover, .partnership_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link:hover {
    background: #EE2A59;
}

.services_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link:last-child, .home .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link:last-child, .partnership_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link:last-child {
    margin-right: 0;
}

.services_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .subtitle p, .home .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .subtitle p, .partnership_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .subtitle p {
    font-size: 14px;
    color: #b3b3b3;
}

.services_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .subtitle p:last-child, .home .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .subtitle p:last-child, .partnership_page .article_section .article_wrap .custom-quote .right-content .name-subtitle-wrap .subtitle p:last-child {
    padding-bottom: 0;
}

.services_page .article_section .article_wrap .custom-quote .right-content .text-quote, .home .article_section .article_wrap .custom-quote .right-content .text-quote, .partnership_page .article_section .article_wrap .custom-quote .right-content .text-quote {
    margin-top: 15px;
}

.services_page .article_section .article_wrap .custom-quote .right-content .text-quote svg, .home .article_section .article_wrap .custom-quote .right-content .text-quote svg, .partnership_page .article_section .article_wrap .custom-quote .right-content .text-quote svg {
    margin-bottom: 15px;
}

.services_page .article_section .article_wrap .custom-case-reference, .home .article_section .article_wrap .custom-case-reference, .partnership_page .article_section .article_wrap .custom-case-reference {
    overflow: hidden;
    isolation: isolate;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin: 18px 0 20px 0;
}

.services_page .article_section .article_wrap .custom-case-reference a, .home .article_section .article_wrap .custom-case-reference a, .partnership_page .article_section .article_wrap .custom-case-reference a {
    -webkit-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    overflow: hidden;
    isolation: isolate;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.services_page .article_section .article_wrap .custom-case-reference a img, .home .article_section .article_wrap .custom-case-reference a img, .partnership_page .article_section .article_wrap .custom-case-reference a img {
    margin-top: 0;
    -webkit-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    width: 100%;
}

.services_page .article_section .article_wrap .custom-case-reference a:hover img, .home .article_section .article_wrap .custom-case-reference a:hover img, .partnership_page .article_section .article_wrap .custom-case-reference a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.services_page .article_section .article_wrap p iframe, .home .article_section .article_wrap p iframe, .partnership_page .article_section .article_wrap p iframe {
    width: 100%;
    max-width: 100%;
    min-height: 385px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .services_page .article_section .article_wrap p iframe, .home .article_section .article_wrap p iframe, .partnership_page .article_section .article_wrap p iframe {
        max-width: 100%;
        min-height: 193px;
    }
}

.services_page .article_section .article_wrap .email-grid-3, .home .article_section .article_wrap .email-grid-3, .partnership_page .article_section .article_wrap .email-grid-3 {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin-bottom: 30px;
}

@media (max-width: 876px) {
    .services_page .awards_section, .home .awards_section, .partnership_page .awards_section {
        margin-top: 60px;
        margin-bottom: 73px;
    }
}

.services_page .columns_with_links, .home .columns_with_links, .partnership_page .columns_with_links {
    margin: 148px 0;
}

@media (max-width: 1051px) {
    .services_page .columns_with_links, .home .columns_with_links, .partnership_page .columns_with_links {
        margin: 68px 0;
    }
}

.services_page .columns_with_links .title_and_text, .home .columns_with_links .title_and_text, .partnership_page .columns_with_links .title_and_text {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 40px auto;
}

@media (max-width: 1280px) {
    .services_page .columns_with_links .title_and_text, .home .columns_with_links .title_and_text, .partnership_page .columns_with_links .title_and_text {
        margin: 0 auto 28px auto;
    }
}

@media (max-width: 576px) {
    .services_page .columns_with_links .title_and_text, .home .columns_with_links .title_and_text, .partnership_page .columns_with_links .title_and_text {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .services_page .columns_with_links .title_and_text, .home .columns_with_links .title_and_text, .partnership_page .columns_with_links .title_and_text {
        text-align: left !important;
    }

    .services_page .columns_with_links .title_and_text h2, .home .columns_with_links .title_and_text h2, .partnership_page .columns_with_links .title_and_text h2 {
        text-align: left !important;
    }

    .services_page .columns_with_links .title_and_text p, .services_page .columns_with_links .title_and_text li, .home .columns_with_links .title_and_text p, .home .columns_with_links .title_and_text li, .partnership_page .columns_with_links .title_and_text p, .partnership_page .columns_with_links .title_and_text li {
        text-align: left !important;
    }
}

@media (max-width: 576px) and (max-width: 576px) {
    .services_page .columns_with_links .title_and_text p, .services_page .columns_with_links .title_and_text li, .home .columns_with_links .title_and_text p, .home .columns_with_links .title_and_text li, .partnership_page .columns_with_links .title_and_text p, .partnership_page .columns_with_links .title_and_text li {
        display: none;
    }
}

.services_page .columns_with_links .icon, .home .columns_with_links .icon, .partnership_page .columns_with_links .icon {
    max-width: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 35px;
}

@media (max-width: 768px) {
    .services_page .columns_with_links .icon, .home .columns_with_links .icon, .partnership_page .columns_with_links .icon {
        margin-bottom: 31px;
    }
}

.services_page .columns_with_links .title_and_text_version2, .home .columns_with_links .title_and_text_version2, .partnership_page .columns_with_links .title_and_text_version2 {
    margin: 0;
    margin-bottom: 19px;
    max-width: 100%;
}

@media (max-width: 1280px) {
    .services_page .columns_with_links .title_and_text_version2, .home .columns_with_links .title_and_text_version2, .partnership_page .columns_with_links .title_and_text_version2 {
        margin-bottom: 28px;
    }
}

@media (max-width: 576px) {
    .services_page .columns_with_links .title_and_text_version2, .home .columns_with_links .title_and_text_version2, .partnership_page .columns_with_links .title_and_text_version2 {
        margin-bottom: 0;
    }
}

.services_page .columns_with_links .columns_wrapper, .home .columns_with_links .columns_wrapper, .partnership_page .columns_with_links .columns_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
}

.services_page .columns_with_links .columns_wrapper > *, .home .columns_with_links .columns_wrapper > *, .partnership_page .columns_with_links .columns_wrapper > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
}

@media (max-width: 876px) {
    .services_page .columns_with_links .columns_wrapper, .home .columns_with_links .columns_wrapper, .partnership_page .columns_with_links .columns_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0%;
        width: 100%;
    }

    .services_page .columns_with_links .columns_wrapper > *, .home .columns_with_links .columns_wrapper > *, .partnership_page .columns_with_links .columns_wrapper > * {
        width: 100%;
        margin: 0 0% 0em;
    }
}

.services_page .columns_with_links .columns_wrapper .column, .home .columns_with_links .columns_wrapper .column, .partnership_page .columns_with_links .columns_wrapper .column {
    margin-bottom: 0 !important;
    margin-right: 5px;
}

@media (max-width: 876px) {
    .services_page .columns_with_links .columns_wrapper .column, .home .columns_with_links .columns_wrapper .column, .partnership_page .columns_with_links .columns_wrapper .column {
        margin-right: 0;
    }
}

.services_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap, .home .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap, .partnership_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: #161515;
    padding: 9px 0;
}

@media (max-width: 1280px) {
    .services_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap, .home .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap, .partnership_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap {
        line-height: 1.8;
        padding: 8.5px 0;
    }
}

@media (max-width: 768px) {
    .services_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap, .home .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap, .partnership_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap {
        font-size: 16px;
    }
}

.services_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap img, .services_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap svg, .home .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap img, .home .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap svg, .partnership_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap img, .partnership_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap svg {
    margin-right: 10px;
}

@media (max-width: 1280px) {
    .services_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap img, .services_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap svg, .home .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap img, .home .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap svg, .partnership_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap img, .partnership_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap svg {
        margin-top: 8px;
    }
}

.services_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap a, .home .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap a, .partnership_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

@media (max-width: 1280px) {
    .services_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap a, .home .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap a, .partnership_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap a {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.services_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap a .text_link, .home .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap a .text_link, .partnership_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap a .text_link {
    display: inline-block;
    position: relative;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border-bottom: 1px solid transparent;
}

.services_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap a:hover .text_link, .home .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap a:hover .text_link, .partnership_page .columns_with_links .columns_wrapper .column .links_wrap .link_icon_wrap a:hover .text_link {
    border-bottom: 1px solid #EE2A59;
}

@media (max-width: 576px) {
    .services_page .banner-case .flex-wrapper .left-content .wys h1 {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .services_page .awards_section h2 {
        text-align: left !important;
    }
}

@media (max-width: 576px) {
    .services_page .cases_section .title_text_cases_section {
        text-align: left !important;
    }

    .services_page .cases_section .title_text_cases_section h2, .services_page .cases_section .title_text_cases_section h3, .services_page .cases_section .title_text_cases_section h4, .services_page .cases_section .title_text_cases_section h5, .services_page .cases_section .title_text_cases_section h6, .services_page .cases_section .title_text_cases_section p, .services_page .cases_section .title_text_cases_section a, .services_page .cases_section .title_text_cases_section li {
        text-align: left !important;
    }
}

.services_blocks_section {
    margin-top: 126px;
    margin-bottom: 148px;
}

@media (max-width: 1024px) {
    .services_blocks_section {
        margin: 100px 0;
    }
}

@media (max-width: 768px) {
    .services_blocks_section {
        margin: 66px 0;
    }
}

.services_blocks_section .wrapper_title_subtitle {
    margin-bottom: 48px;
}

@media (max-width: 768px) {
    .services_blocks_section .wrapper_title_subtitle {
        margin-bottom: 47px;
    }
}

@media (max-width: 576px) {
    .services_blocks_section .wrapper_title_subtitle {
        text-align: left;
    }
}

@media (max-width: 576px) {
    .services_blocks_section .wrapper_title_subtitle h2 {
        text-align: left !important;
    }
}

@media (max-width: 576px) {
    .services_blocks_section .wrapper_title_subtitle h2 p {
        display: none;
    }
}

@media (max-width: 576px) {
    .services_blocks_section .wrapper_title_subtitle .subtitle {
        display: none;
    }
}

.services_blocks_section .wrapper_title_subtitle .subtitle p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

@media (max-width: 768px) {
    .services_blocks_section .wrapper_title_subtitle .subtitle p {
        font-size: 16px;
        text-align: left !important;
    }
}

.services_blocks_section .white_gradient {
    position: relative;
}

@media (max-width: 1100px) {
    .services_blocks_section .scroll_services_blocks_wrap {
        overflow-x: scroll;
        -ms-touch-action: auto;
        touch-action: auto;
    }
}

@media (max-width: 1024px) {
    .services_blocks_section .scroll_services_blocks_wrap:before {
        -ms-touch-action: auto;
        touch-action: auto;
        display: block;
        background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
        content: "";
        height: 100%;
        position: absolute;
        width: 200px;
        z-index: 2;
        right: 0;
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
        transform: rotateZ(180deg);
        pointer-events: none;
    }
}

@media (max-width: 550px) {
    .services_blocks_section .scroll_services_blocks_wrap .row1400 {
        max-width: 100%;
        margin-left: 20px;
    }
}

.services_blocks_section .services_blocks_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1100px) {
    .services_blocks_section .services_blocks_wrap {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 1100px) {
    .services_blocks_section .block_services {
        min-width: 200px;
    }
}

@media (max-width: 576px) {
    .services_blocks_section .block_services {
        margin-right: 20px !important;
    }
}

.services_blocks_section .block_services:last-child {
    margin-right: 0;
}

.services_blocks_section .block_services .icon_block {
    margin-bottom: 32px;
    max-width: 60px;
    width: 100%;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 576px) {
    .services_blocks_section .block_services .icon_block {
        max-width: 54px;
    }
}

.services_blocks_section .block_services .block_title_div {
    margin-bottom: 33px;
}

.services_blocks_section .block_services .block_title_div .block_title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 1100px) {
    .services_blocks_section .block_services .block_title_div .block_title {
        font-size: 22px;
        line-height: 1.56;
    }
}

@media (max-width: 768px) {
    .services_blocks_section .block_services .block_title_div .block_title {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .services_blocks_section .block_services .block_title_div .block_title {
        font-size: 18px;
    }
}

.services_blocks_section .block_services .block_title_div .block_title:hover {
    color: #EE2A59;
}

.services_blocks_section .block_services .block_links_wrap li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.services_blocks_section .block_services .block_links_wrap li:last-child {
    margin-bottom: 0;
}

.services_blocks_section .block_services .block_links_wrap .mini_icon {
    width: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 26px;
    margin-right: 11px;
}

.services_blocks_section .block_services .block_links_wrap .link_text {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #161515;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: relative;
    border-bottom: none;
    padding-bottom: 0;
}

.services_blocks_section .block_services .block_links_wrap .link_text:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -4px;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    background: #EE2A59;
}

.services_blocks_section .block_services .block_links_wrap .link_text:hover:before {
    opacity: 1;
    visibility: visible;
}

.services_blocks_section .q-two {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.services_blocks_section .q-two > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
}

.services_blocks_section .q-two .block_services {
    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;
}

@media (max-width: 1100px) {
    .services_blocks_section .q-two .block_services {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.services_blocks_section .q-three {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
    gap: 90px 0;
}

.services_blocks_section .q-three > * {
    width: 30.3333333333%;
    margin: 0 1.5% 2em;
}

.services_blocks_section .q-three .block_services {
    margin-bottom: 0 !important;
}

.services_blocks_section .q-four {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
}

.services_blocks_section .q-four > * {
    width: 24%;
    margin: 0 0.5% 0.625em;
}

.services_blocks_section .q-five {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
}

.services_blocks_section .q-five > * {
    width: 19%;
    margin: 0 0.5% 0.6em;
}

.services_blocks_section .single-100 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
}

.services_blocks_section .single-100 > * {
    width: 99%;
    margin: 0 0.5% 1em;
}

@media (max-width: 1100px) {
    .services_blocks_section .single-100 {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
}

@media (max-width: 768px) {
    .services_blocks_section .single-100 {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
}

.services_blocks_section .single-100 .block_services {
    margin-bottom: 50px !important;
}

@media (max-width: 768px) {
    .services_blocks_section .single-100 .block_services {
        margin-bottom: 0 !important;
    }
}

.services_blocks_section .single-100 .block_services:last-child {
    margin-bottom: 0 !important;
}

.services_blocks_section .single-100 .block_services li:last-child {
    margin-bottom: 24px;
}

.services_blocks_section .single-100 .block_links_wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
}

.services_blocks_section .single-100 .block_links_wrap > * {
    width: 32.3333333333%;
    margin: 0 0.5% 0.6666666667em;
}

@media (max-width: 768px) {
    .services_blocks_section .single-100 .block_links_wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0.5%;
        width: 101%;
    }

    .services_blocks_section .single-100 .block_links_wrap > * {
        width: 99%;
        margin: 0 0.5% 1em;
    }
}

.services_blocks_section .single-100 .block_links_wrap .mb-60 {
    margin-bottom: 15px;
}

.services_blocks_section .single-100 .block_links_wrap .block_title_div {
    margin-bottom: 13px;
}

@media (max-width: 1350px) {
    .services_blocks_section .single-100 .block_links_wrap li {
        width: 30%;
    }
}

@media (max-width: 768px) {
    .services_blocks_section .single-100 .block_links_wrap li {
        width: 100%;
    }
}

/* ==========================================================================
     Single case
     ========================================================================== */
.flexible_single_case .banner {
    padding-top: 90px;
    margin-bottom: 130px;
}

@media (max-width: 1023px) {
    .flexible_single_case .banner {
        padding-top: 50px;
        margin-bottom: 86px;
    }
}

.flexible_single_case .banner .banner-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 800px) {
    .flexible_single_case .banner .banner-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.flexible_single_case .banner .banner-content .breadcrumbs {
    position: relative;
    height: 17px;
    overflow: hidden;
}

.flexible_single_case .banner .banner-content .breadcrumbs span {
    word-break: break-all;
}

.flexible_single_case .banner .banner-content .breadcrumbs:before {
    height: 100%;
    width: 20%;
    position: absolute;
    top: 0;
    right: -33px;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgb(255, 255, 255) 100%);
    content: "";
    z-index: 2;
}

@media (max-width: 1024px) {
    .flexible_single_case .banner .banner-content .breadcrumbs:before {
        right: 0;
    }
}

.flexible_single_case .banner .banner-content .banner_left_content {
    max-width: 700px;
    width: 100%;
    margin-right: 20px;
}

@media (max-width: 800px) {
    .flexible_single_case .banner .banner-content .banner_left_content {
        margin-right: 0;
        max-width: 100%;
    }
}

.flexible_single_case .banner .banner-content .banner_left_content .breadcrumbs {
    margin-bottom: 24px;
}

.flexible_single_case .banner .banner-content .banner_left_content .title_and_text {
    margin-bottom: 24px;
}

.flexible_single_case .banner .banner-content .banner_left_content .title_and_text h1 {
    font-size: 64px;
    line-height: 1.16;
    padding-bottom: 24px;
}

@media (max-width: 1100px) {
    .flexible_single_case .banner .banner-content .banner_left_content .title_and_text h1 {
        font-size: 58px;
    }
}

@media (max-width: 768px) {
    .flexible_single_case .banner .banner-content .banner_left_content .title_and_text h1 {
        font-size: 52px;
    }
}

@media (max-width: 576px) {
    .flexible_single_case .banner .banner-content .banner_left_content .title_and_text h1 {
        font-size: 45px;
    }
}

@media (max-width: 425px) {
    .flexible_single_case .banner .banner-content .banner_left_content .title_and_text h1 {
        max-width: 100%;
        width: 100%;
        font-weight: 600;
        font-size: 38px;
        line-height: 1.26;
    }
}

.flexible_single_case .banner .banner-content .banner_left_content .title_and_text br {
    display: none;
}

@media (max-width: 425px) {
    .flexible_single_case .banner .banner-content .banner_left_content .title_and_text br {
        display: block;
    }
}

.flexible_single_case .banner .banner-content .banner_left_content .skills {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.62;
    font-weight: 600;
    color: #161515;
}

.flexible_single_case .banner .banner-content .banner_left_content .skills div:not(:last-child) {
    margin-right: 45px;
}

.flexible_single_case .banner .banner-content .banner_left_content .skills img, .flexible_single_case .banner .banner-content .banner_left_content .skills svg {
    max-width: 18px;
    margin-right: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.flexible_single_case .banner .banner-content .banner_left_content .skills img path, .flexible_single_case .banner .banner-content .banner_left_content .skills svg path {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.flexible_single_case .banner .banner-content .banner_left_content .skills .results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.flexible_single_case .banner .banner-content .banner_left_content .skills .results:hover {
    color: #ee2a59;
}

.flexible_single_case .banner .banner-content .banner_left_content .skills .results:hover svg path {
    fill: #ee2a59;
}

@media (max-width: 425px) {
    .flexible_single_case .banner .banner-content .banner_left_content .skills {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.flexible_single_case .banner .banner-content .banner_left_content .button-pink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 300px;
    width: 100%;
}

@media (max-width: 576px) {
    .flexible_single_case .banner .banner-content .banner_left_content .button-pink {
        max-width: 100%;
    }
}

.flexible_single_case .banner .banner-content .banner_right_content {
    position: relative;
    max-width: 565px;
    width: 100%;
    max-height: 506px;
}

@media (max-width: 800px) {
    .flexible_single_case .banner .banner-content .banner_right_content {
        margin-bottom: 31px;
    }
}

.flexible_single_case .banner .banner-content .banner_right_content .images-wrapper {
    position: relative;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    max-width: 565px;
    width: 100%;
}

.flexible_single_case .banner .banner-content .banner_right_content .images-wrapper:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#232323), to(rgba(26, 26, 26, 0)));
    background: -webkit-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: -o-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: linear-gradient(0deg, #232323 0%, rgba(26, 26, 26, 0) 100%);
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.flexible_single_case .banner .banner-content .banner_right_content .images-wrapper .main-img {
    max-width: 100%;
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

@media (max-width: 976px) {
    .flexible_single_case .banner .banner-content .banner_right_content .images-wrapper .main-img {
        height: 442px;
    }
}

@media (max-width: 576px) {
    .flexible_single_case .banner .banner-content .banner_right_content .images-wrapper .main-img {
        max-height: 342px;
        height: 342px;
    }
}

.flexible_single_case .banner .banner-content .banner_right_content .images-wrapper .logo-img {
    max-width: 128px;
    width: 100%;
    max-height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 5;
}

@media (max-width: 1024px) {
    .flexible_single_case .banner .banner-content .banner_right_content .images-wrapper .logo-img {
        max-height: 64px;
        max-width: 145px;
    }
}

.flexible_single_case .banner .banner-content .banner_right_content .images-wrapper .text_under_logo_preview {
    max-width: 300px;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 5;
    bottom: 5px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #FFFFFF;
}

.flexible_single_case .quote_and_numbers_with_text_section {
    margin-top: -130px;
    border-top: 130px solid transparent;
    margin-bottom: 119px;
}

@media (max-width: 1023px) {
    .flexible_single_case .quote_and_numbers_with_text_section {
        margin-top: -86px;
        border-top: 86px solid transparent;
        margin-bottom: 65px;
    }
}

.flexible_single_case .quote_and_numbers_with_text_section .white_quote {
    margin-bottom: 89px;
}

@media (max-width: 768px) {
    .flexible_single_case .quote_and_numbers_with_text_section .white_quote {
        margin-bottom: 81px;
    }
}

.flexible_single_case .quote_and_numbers_with_text_section .white_quote .quotation-mark {
    display: block;
    margin-bottom: 24px;
    max-width: 39px;
    -o-object-fit: cover;
    object-fit: cover;
}

.flexible_single_case .quote_and_numbers_with_text_section .white_quote .text_for_quote {
    max-width: 780px;
    width: 100%;
}

.flexible_single_case .quote_and_numbers_with_text_section .white_quote .text_for_quote p {
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 1.42;
}

.flexible_single_case .quote_and_numbers_with_text_section .white_quote .additional_info_for_quote p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
}

.flexible_single_case .quote_and_numbers_with_text_section .white_quote .additional_info_for_quote p strong {
    font-weight: 500;
}

.flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text {
    margin-top: 89px;
}

@media (max-width: 768px) {
    .flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text {
        margin-top: 81px;
    }
}

.flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 72px;
}

@media (max-width: 876px) {
    .flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 65px;
    }

    .flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text:last-child {
        margin-bottom: 0;
    }
}

.flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text:last-child {
    margin-bottom: 0;
}

.flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text .subtitle_num_wrap {
    width: 43%;
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    margin-right: 15px;
}

@media (max-width: 876px) {
    .flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text .subtitle_num_wrap {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 35px;
    }
}

.flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text .subtitle_num_wrap .subtitle {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #EE2A59;
}

.flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text .subtitle_num_wrap .num {
    position: relative;
    font-weight: 500;
    font-size: 64px;
    line-height: 1.16;
    color: #161515;
}

.flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text .subtitle_num_wrap .num:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    margin-top: 25px;
    height: 2px;
    width: 100%;
    background: #161515;
}

.flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text .text_nearby_the_numbers {
    width: 43%;
    -ms-flex-preferred-size: 43%;
    flex-basis: 43%;
    margin-left: 15px;
}

@media (max-width: 876px) {
    .flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text .text_nearby_the_numbers {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-left: 0;
    }
}

.flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text .text_nearby_the_numbers .wys {
    max-width: 392px;
    width: 100%;
}

@media (max-width: 876px) {
    .flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text .text_nearby_the_numbers .wys {
        max-width: 100%;
    }
}

.flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text .text_nearby_the_numbers .wys p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

@media (max-width: 876px) {
    .flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text .text_nearby_the_numbers .wys p br {
        display: none;
    }
}

.flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 876px) {
    .flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 65px;
    }

    .flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text:nth-child(even):last-child {
        margin-bottom: 0;
    }
}

.flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text:nth-child(even) .subtitle_num_wrap {
    margin-right: 0;
    margin-left: 15px;
}

@media (max-width: 876px) {
    .flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text:nth-child(even) .subtitle_num_wrap {
        margin-left: 0;
    }
}

.flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text:nth-child(even) .text_nearby_the_numbers {
    margin-left: 0;
    margin-right: 15px;
}

@media (max-width: 876px) {
    .flexible_single_case .quote_and_numbers_with_text_section .numbers_and_text .block_number_text:nth-child(even) .text_nearby_the_numbers {
        margin-right: 0;
    }
}

.flexible_single_case .black_card_with_quote {
    margin-top: -119px;
    border-top: 119px solid transparent;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
    .flexible_single_case .black_card_with_quote {
        margin-top: -65px;
        border-top: 65px solid transparent;
    }
}

.flexible_single_case .black_card_with_quote .about-company-card {
    background: #161515;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    max-width: 1158px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .flexible_single_case .black_card_with_quote .about-company-card {
        -webkit-border-radius: 16px;
        border-radius: 16px;
    }
}

.flexible_single_case .black_card_with_quote .about-company-card .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 84px 25px 88px 55px;
}

@media (max-width: 768px) {
    .flexible_single_case .black_card_with_quote .about-company-card .wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 20px 32px 23px;
    }
}

.flexible_single_case .black_card_with_quote .about-company-card .person {
    margin-right: 130px;
}

@media (max-width: 1024px) {
    .flexible_single_case .black_card_with_quote .about-company-card .person {
        margin-right: 50px;
    }
}

.flexible_single_case .black_card_with_quote .about-company-card .person .person-image {
    margin-bottom: 26px;
    max-width: 140px;
    width: 100%;
    max-height: 140px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

.flexible_single_case .black_card_with_quote .about-company-card .person .person-image img {
    max-width: 140px;
    width: 100%;
    max-height: 140px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

.flexible_single_case .black_card_with_quote .about-company-card .person .person-name span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #FFFFFF;
}

.flexible_single_case .black_card_with_quote .about-company-card .person .person-name .name {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
}

.flexible_single_case .black_card_with_quote .about-company-card .person .person-name .position-links-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flexible_single_case .black_card_with_quote .about-company-card .person .person-name .position-links-wrapper span {
    margin-right: 11px;
}

.flexible_single_case .black_card_with_quote .about-company-card .person .person-name .position-links-wrapper a {
    margin-right: 15px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.flexible_single_case .black_card_with_quote .about-company-card .person .person-name .position-links-wrapper a svg {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.flexible_single_case .black_card_with_quote .about-company-card .person .person-name .position-links-wrapper a svg path {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.flexible_single_case .black_card_with_quote .about-company-card .person .person-name .position-links-wrapper a:last-child {
    margin-right: 0;
}

.flexible_single_case .black_card_with_quote .about-company-card .person .person-name .position-links-wrapper a:hover svg path {
    fill: #ebebeb;
}

.flexible_single_case .black_card_with_quote .about-company-card .text {
    max-width: 630px;
    width: 100%;
}

@media (max-width: 768px) {
    .flexible_single_case .black_card_with_quote .about-company-card .text {
        max-width: 100%;
        margin-bottom: 29px;
    }
}

.flexible_single_case .black_card_with_quote .about-company-card .text svg {
    margin-bottom: 44px;
}

@media (max-width: 768px) {
    .flexible_single_case .black_card_with_quote .about-company-card .text svg {
        margin-bottom: 25px;
    }
}

.flexible_single_case .black_card_with_quote .about-company-card .text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.42;
    color: #FFFFFF;
}

.flexible_single_case .black_card_with_quote .about-company-card .text p strong {
    font-weight: 600;
}

.flexible_single_case .about-company-video {
    margin-top: 30px;
    margin-bottom: 28px;
}

.flexible_single_case .about-company-video .custom-video {
    max-width: 1158px;
    max-height: 550px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .flexible_single_case .about-company-video .custom-video {
        min-height: 222px;
        border-right: 12px;
    }
}

.flexible_single_case .about-company-video .custom-video .image_preview {
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

.flexible_single_case .about-company-video .custom-video img {
    -webkit-border-radius: 22px;
    border-radius: 22px;
    max-width: 1158px;
    width: 100%;
    max-height: 550px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .flexible_single_case .about-company-video .custom-video img {
        min-height: 222px;
        -webkit-border-radius: 12px;
        border-radius: 12px;
    }
}

.flexible_single_case .about-company-video .custom-video .title-video {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
}

@media (max-width: 768px) {
    .flexible_single_case .about-company-video .custom-video .title-video {
        font-size: 18px;
        color: #F7F7F7;
        left: 20px;
        bottom: 20px;
    }
}

@media (max-width: 425px) {
    .flexible_single_case .about-company-video .custom-video .title-video {
        max-width: 290px;
        width: 100%;
    }
}

.flexible_single_case .white_card_with_border {
    margin-top: 30px;
    margin-bottom: 113px;
}

@media (max-width: 1024px) {
    .flexible_single_case .white_card_with_border {
        margin-top: 30px;
        margin-bottom: 71px;
    }
}

.flexible_single_case .white_card_with_border .about-company-factors {
    max-width: 1158px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #161515;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 52px 49px 59px;
}

@media (max-width: 768px) {
    .flexible_single_case .white_card_with_border .about-company-factors {
        padding: 35px 21px 21px 21px;
    }
}

.flexible_single_case .white_card_with_border .about-company-factors h2 {
    padding-bottom: 50px;
}

@media (max-width: 876px) {
    .flexible_single_case .white_card_with_border .about-company-factors h2 {
        padding-bottom: 42px;
    }
}

@media (max-width: 425px) {
    .flexible_single_case .white_card_with_border .about-company-factors h2 {
        max-width: 140px;
        width: 100%;
    }
}

.flexible_single_case .white_card_with_border .about-company-factors .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0 20px;
}

@media (max-width: 876px) {
    .flexible_single_case .white_card_with_border .about-company-factors .content-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.flexible_single_case .white_card_with_border .about-company-factors .content {
    width: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 316px;
}

@media (max-width: 876px) {
    .flexible_single_case .white_card_with_border .about-company-factors .content {
        width: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
        margin-bottom: 30px;
    }
}

@media (max-width: 678px) {
    .flexible_single_case .white_card_with_border .about-company-factors .content {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
}

.flexible_single_case .white_card_with_border .about-company-factors .content:last-child {
    margin-bottom: 0;
}

.flexible_single_case .white_card_with_border .about-company-factors .content h3 {
    font-size: 24px;
    line-height: 1.42;
    padding-bottom: 0;
    margin-bottom: 31px;
}

@media (max-width: 678px) {
    .flexible_single_case .white_card_with_border .about-company-factors .content h3 {
        margin-bottom: 10px;
    }

    .flexible_single_case .white_card_with_border .about-company-factors .content h3 br {
        display: none;
    }
}

@media (max-width: 425px) {
    .flexible_single_case .white_card_with_border .about-company-factors .content h3 br {
        display: block;
    }
}

.flexible_single_case .white_card_with_border .about-company-factors .content p {
    max-width: 275px;
    width: 100%;
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 976px) {
    .flexible_single_case .white_card_with_border .about-company-factors .content p br {
        display: none;
    }
}

@media (max-width: 678px) {
    .flexible_single_case .white_card_with_border .about-company-factors .content p {
        max-width: 100%;
    }
}

.flexible_single_case .white_card_with_border .about-company-factors .button-pink {
    padding: 17px 15px;
    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;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    font-size: 16px;
}

@media (max-width: 425px) {
    .flexible_single_case .white_card_with_border .about-company-factors .button-pink {
        line-height: 1.5;
    }
}

.flexible_single_case .white_card_with_border .about-company-factors .button-pink svg {
    margin-left: 10px;
}

@media (max-width: 425px) {
    .flexible_single_case .white_card_with_border .about-company-factors .button-pink svg {
        width: 20px;
        height: 14px;
    }
}

.flexible_single_case .article_content {
    margin-top: -113px;
    border-top: 113px solid transparent;
    margin-bottom: 112px;
}

@media (max-width: 1024px) {
    .flexible_single_case .article_content {
        margin-top: -71px;
        border-top: 71px solid transparent;
        margin-bottom: 48px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper {
    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;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 976px) {
    .flexible_single_case .article_content .content_sidebar_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article {
    overflow: hidden;
    max-width: 684px;
    width: 100%;
    margin-left: 30px;
}

@media (max-width: 976px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article {
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article h2, .flexible_single_case .article_content .content_sidebar_wrapper .article h3 {
    padding-bottom: 0;
    margin: 34px 0 18px 0;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article h2:first-child, .flexible_single_case .article_content .content_sidebar_wrapper .article h3:first-child {
    margin-top: 0;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article h2 + h3 {
    margin-top: 26px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .title_h2 {
    margin-top: 0;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .wp-block-image {
    margin-top: 25px;
    margin-bottom: 26px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .wp-block-image img {
    -o-object-fit: contain;
    object-fit: contain;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .wp-block-image figcaption {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    color: #848484;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .wp-block-image figcaption em {
    font-style: normal;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article p {
    padding-bottom: 0;
    margin: 18px 0 20px 0;
}

@media (max-width: 576px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article p {
        margin: 10px 0;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article a {
    color: #EE2A59;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    word-break: break-all;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article a:hover {
    -webkit-text-decoration-color: #EE2A59;
    text-decoration-color: #EE2A59;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .p_strong {
    margin-bottom: 10px !important;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article ol, .flexible_single_case .article_content .content_sidebar_wrapper .article ul {
    margin: 10px 0 25px 0;
    padding-left: 20px;
}

@media (max-width: 768px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article ol, .flexible_single_case .article_content .content_sidebar_wrapper .article ul {
        margin: 10px 0;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article ol li, .flexible_single_case .article_content .content_sidebar_wrapper .article ul li {
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.22;
    color: #161515;
}

@media (max-width: 576px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article ol li, .flexible_single_case .article_content .content_sidebar_wrapper .article ul li {
        font-size: 16px;
        line-height: 1.62;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article ol li:last-child, .flexible_single_case .article_content .content_sidebar_wrapper .article ul li:last-child {
    padding-bottom: 0;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article ul li {
    list-style: disc;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table {
    margin-bottom: 26px;
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow-x: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table tr:nth-child(odd) {
    background: #F7F7F7;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table tr:first-child {
    background: #F7F7F7;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table tr:first-child td {
    font-weight: 600;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table a {
    color: #EE2A59;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 7px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table a:hover {
    -webkit-text-decoration-color: #EE2A59;
    text-decoration-color: #EE2A59;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table td {
    padding: 12px 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 576px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article table td {
        min-width: 225px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article blockquote {
    max-width: 801px;
    width: 100%;
    margin: 30px 0;
    border-left: 2px solid #EE2A59;
    padding-left: 32px;
}

@media (max-width: 768px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article blockquote {
        width: 99%;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article blockquote p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article blockquote p:last-child {
    padding-bottom: 0;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials {
    margin-top: 26px;
    margin-bottom: 26px;
    background: #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 41px 40px 70px 43px;
}

@media (max-width: 768px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials {
        padding: 30px 27px 34px 31px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .icon-testimonials {
    max-width: 40px;
    width: 100%;
    margin-bottom: 30px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .wys {
    margin-bottom: 20px;
    max-width: 682px;
    width: 100%;
}

@media (max-width: 425px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .wys {
        margin-bottom: 25px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .wys p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
    text-align: left;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .bottom-info .left-content {
    margin-right: 15px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .bottom-info .left-content img {
    margin-top: 0;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .bottom-info .right-content .title-testimonial {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .bottom-info .right-content .sub-title-testimonial {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-video {
    margin-top: 26px;
    margin-bottom: 26px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 425px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article .custom-video a {
        min-height: 176px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-video img {
    margin-top: 0;
    max-width: 801px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 425px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article .custom-video img {
        min-height: 176px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .wp-caption {
    background: transparent;
    border: none;
    padding: 0;
    max-width: 100%;
    width: 100% !important;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .wp-caption img {
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 10px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .wp-caption .wp-caption-text {
    margin-top: 0;
    padding-bottom: 0;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 1.43;
    text-align: left;
    color: rgba(22, 21, 21, 0.8);
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .wp-caption .wp-caption-text a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #EE2A59;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .wp-caption .wp-caption-text a:hover {
    text-decoration: underline;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote {
    background: #f9f9fa;
    border: 1px solid #f2f2f2;
    margin-bottom: 30px;
    padding: 25px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote header {
    display: block;
    min-height: 70px;
    position: relative;
    padding-top: 0;
    padding-left: 90px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #b3b3b3;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote header img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    margin-top: 0;
    margin-right: 20px;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 576px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote header img {
        width: 60px;
        height: 60px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote header cite {
    display: block;
    font-size: 24px;
    color: black;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5em;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote header cite a {
    margin-left: 10px;
    font-style: normal;
    color: #161515;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote header cite a i {
    font-style: normal;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote header cite a:hover {
    color: #ee2a59;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote header a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote header a:hover {
    text-decoration: underline;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote blockquote {
    padding: 0;
    margin: 0;
    border-width: 0;
    padding-left: 90px;
    position: relative;
    padding-top: 30px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote blockquote:before {
    content: url("../img/quotation-mark22.svg");
    position: absolute;
    top: 0;
    left: 90px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote blockquote p, .flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote blockquote li {
    font-weight: 400;
    line-height: 1.56;
    font-size: 18px;
}

@media (max-width: 576px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote blockquote p, .flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote blockquote li {
        font-size: 16px;
        line-height: 1.62;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote blockquote p:last-child, .flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote blockquote li:last-child {
    padding-bottom: 0;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote blockquote p a, .flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote blockquote li a {
    font-weight: 400;
    line-height: 1.56;
    font-size: 18px;
}

@media (max-width: 576px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote blockquote p a, .flexible_single_case .article_content .content_sidebar_wrapper .article figure.quote blockquote li a {
        font-size: 16px;
        line-height: 1.62;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article figcaption {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.21;
    color: #EE2A59;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article h2 a, .flexible_single_case .article_content .content_sidebar_wrapper .article .h2 a, .flexible_single_case .article_content .content_sidebar_wrapper .article h3 a, .flexible_single_case .article_content .content_sidebar_wrapper .article .h3 a, .flexible_single_case .article_content .content_sidebar_wrapper .article h4 a, .flexible_single_case .article_content .content_sidebar_wrapper .article .h4 a, .flexible_single_case .article_content .content_sidebar_wrapper .article h5 a, .flexible_single_case .article_content .content_sidebar_wrapper .article .h5 a, .flexible_single_case .article_content .content_sidebar_wrapper .article h6 a, .flexible_single_case .article_content .content_sidebar_wrapper .article .h6 a {
    color: #EE2A59;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-underline-offset: 7px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article h2 a:hover, .flexible_single_case .article_content .content_sidebar_wrapper .article .h2 a:hover, .flexible_single_case .article_content .content_sidebar_wrapper .article h3 a:hover, .flexible_single_case .article_content .content_sidebar_wrapper .article .h3 a:hover, .flexible_single_case .article_content .content_sidebar_wrapper .article h4 a:hover, .flexible_single_case .article_content .content_sidebar_wrapper .article .h4 a:hover, .flexible_single_case .article_content .content_sidebar_wrapper .article h5 a:hover, .flexible_single_case .article_content .content_sidebar_wrapper .article .h5 a:hover, .flexible_single_case .article_content .content_sidebar_wrapper .article h6 a:hover, .flexible_single_case .article_content .content_sidebar_wrapper .article .h6 a:hover {
    text-decoration: underline !important;
    -webkit-text-decoration-color: #EE2A59 !important;
    text-decoration-color: #EE2A59 !important;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article img {
    margin-top: 26px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .mejs-container, .flexible_single_case .article_content .content_sidebar_wrapper .article .mejs-video {
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .wp-video, .flexible_single_case .article_content .content_sidebar_wrapper .article .mejs-container, .flexible_single_case .article_content .content_sidebar_wrapper .article .mejs-video {
    width: 100% !important;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .wp-video-shortcode video, .flexible_single_case .article_content .content_sidebar_wrapper .article video.wp-video-shortcode {
    width: 100% !important;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote {
    background: #f9f9fa;
    border: 1px solid #f2f2f2;
    margin-bottom: 26px;
    padding: 25px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 876px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .left-content {
    margin-right: 20px;
    max-width: 70px;
    width: 100%;
}

@media (max-width: 576px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .left-content {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .left-content .photo {
    margin-top: 0;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 576px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .left-content .photo {
        width: 60px;
        height: 60px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content .name-subtitle-wrap {
    margin-bottom: 10px;
    min-height: 70px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content .name-subtitle-wrap .name-social-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px 0;
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content .name-subtitle-wrap .name-social-wrap {
        margin-bottom: 10px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .name {
    font-size: 24px;
    font-weight: 600;
    margin-right: 10px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link {
    width: 30px;
    height: 30px;
    background: #161515;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link svg, .flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link img {
    max-width: 16px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 16px;
    margin: 0;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link:hover {
    background: #EE2A59;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content .name-subtitle-wrap .name-social-wrap .soc_link:last-child {
    margin-right: 0;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content .name-subtitle-wrap .subtitle p {
    font-size: 14px;
    color: #b3b3b3;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content .name-subtitle-wrap .subtitle p:last-child {
    padding-bottom: 0;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content .text-quote {
    margin-top: 15px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-quote .right-content .text-quote svg {
    margin-bottom: 15px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-case-reference {
    overflow: hidden;
    isolation: isolate;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin: 20px 0;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-case-reference a {
    -webkit-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    overflow: hidden;
    isolation: isolate;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-case-reference a img {
    margin-top: 0;
    -webkit-transition: 0.8s all ease-in-out;
    -o-transition: 0.8s all ease-in-out;
    transition: 0.8s all ease-in-out;
    width: 100%;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-case-reference a:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.flexible_single_case .article_content .content_sidebar_wrapper .article p iframe {
    width: 100%;
    max-width: 100%;
    min-height: 385px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article p iframe {
        max-width: 100%;
        min-height: 193px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table {
    margin-bottom: 26px;
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow-x: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table tr:nth-child(odd) {
    background: #F7F7F7;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table tr:first-child {
    background: #F7F7F7;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table tr:first-child td {
    font-weight: 600;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table tr:first-child th {
    padding: 10px 10px 10px 20px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table tr:first-child th img {
    width: auto !important;
    margin-right: 10px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table tr th:first-child {
    padding: 10px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table td {
    padding: 12px 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 576px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article table td {
        min-width: 225px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article table td img {
    width: auto;
    margin: 0;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials {
    margin-top: 26px;
    margin-bottom: 26px;
    background: #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 41px 40px 70px 43px;
}

@media (max-width: 768px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials {
        padding: 30px 27px 34px 31px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .icon-testimonials {
    max-width: 40px;
    width: 100%;
    margin-bottom: 30px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .wys {
    margin-bottom: 20px;
    max-width: 682px;
    width: 100%;
}

@media (max-width: 425px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .wys {
        margin-bottom: 25px;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .wys p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
    text-align: left;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .bottom-info .left-content {
    margin-right: 15px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .bottom-info .left-content img {
    margin-top: 0;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .bottom-info .right-content .title-testimonial {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .custom-testimonials .bottom-info .right-content .sub-title-testimonial {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article .email-grid-3 {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    margin-bottom: 30px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .article h2 + p img, .flexible_single_case .article_content .content_sidebar_wrapper .article h3 + p img, .flexible_single_case .article_content .content_sidebar_wrapper .article h4 + p img {
    margin-top: 10px;
}

.flexible_single_case .article_content .content_sidebar_wrapper p + h2 {
    margin-top: 26px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .sidebar {
    max-width: 303px;
    width: 100%;
    margin-right: 30px;
    position: relative;
}

@media (max-width: 976px) {
    .flexible_single_case .article_content .content_sidebar_wrapper .sidebar {
        display: none;
    }
}

.flexible_single_case .article_content .content_sidebar_wrapper .sidebar .additional_quote_wrap {
    max-width: 303px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-right: -50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.flexible_single_case .article_content .content_sidebar_wrapper .sidebar .additional_quote_wrap .quotation-mark {
    margin-bottom: 29px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .sidebar .additional_quote_wrap .additional_quote_text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

.flexible_single_case .article_content .content_sidebar_wrapper .sidebar .additional_quote_wrap .additional_quote_text p {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

.flexible_single_case .article_content .content_sidebar_wrapper .sidebar .additional_quote_wrap .info-person-image {
    margin-top: 15px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 13px;
}

.flexible_single_case .article_content .content_sidebar_wrapper .sidebar .additional_quote_wrap .info-person-image img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.flexible_single_case .article_content .sidebar_mobile {
    display: none;
}

@media (max-width: 976px) {
    .flexible_single_case .article_content .sidebar_mobile {
        display: block;
        margin-top: 15px;
    }
}

.flexible_single_case .article_content .author_wrap img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 22px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.flexible_single_case .article_content .info {
    margin-bottom: 21px;
    color: #161515;
}

.flexible_single_case .article_content .info .name {
    margin-bottom: 1px;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
}

.flexible_single_case .article_content .info .position {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

.flexible_single_case .article_content .links_wrapper {
    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;
}

.flexible_single_case .article_content .links_wrapper .soc_link {
    width: 30px;
    height: 30px;
    background: #161515;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.flexible_single_case .article_content .links_wrapper .soc_link svg, .flexible_single_case .article_content .links_wrapper .soc_link img {
    max-width: 16px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.flexible_single_case .article_content .links_wrapper .soc_link:hover {
    background: #EE2A59;
}

.flexible_single_case .article_content .links_wrapper .soc_link:last-child {
    margin-right: 0;
}

.single-cases .cases_section_single_case {
    margin: 148px 0;
}

@media (max-width: 768px) {
    .single-cases .cases_section_single_case {
        margin: 68px 0;
    }
}

.single-cases .cases_section_single_case h2, .single-cases .cases_section_single_case h3, .single-cases .cases_section_single_case h4, .single-cases .cases_section_single_case h5, .single-cases .cases_section_single_case h6 {
    text-align: left !important;
}

.single-cases .cases_section_single_case h2:last-child, .single-cases .cases_section_single_case h3:last-child, .single-cases .cases_section_single_case h4:last-child, .single-cases .cases_section_single_case h5:last-child, .single-cases .cases_section_single_case h6:last-child {
    padding-bottom: 0;
}

.single-cases .cases_section_single_case .title_text_cases_section {
    max-width: 100%;
    margin-bottom: 44px;
}

@media (max-width: 576px) {
    .single-cases .cases_section_single_case .title_text_cases_section {
        margin-bottom: 21px;
    }
}

.single-cases .cases_section_single_case .title_text_cases_section p, .single-cases .cases_section_single_case .title_text_cases_section li {
    text-align: left !important;
}

@media (max-width: 1575px) {
    .single-cases .cases_section_single_case .cases_wrapper {
        max-width: 1400px;
    }
}

.single-cases .cases_section_single_case .swiper-button-next, .single-cases .cases_section_single_case .swiper-button-prev {
    display: none;
}

.single-cases #results, .single-cases #review, .single-cases #case {
    outline: none;
}

.single-cases #results:focus, .single-cases #review:focus, .single-cases #case:focus {
    outline: none;
}

.single-cases .reach-out-section {
    margin-top: -122px;
    border-top: 122px solid transparent;
}

@media (max-width: 1024px) {
    .single-cases .reach-out-section {
        margin-top: -100px;
        border-top: 100px solid transparent;
    }
}

@media (max-width: 768px) {
    .single-cases .reach-out-section {
        margin-top: -48px;
        border-top: 48px solid transparent;
    }
}

/* ==========================================================================
     Reviews case
     ========================================================================== */
.post-type-archive-reviews .section-all-reviews-wrapper {
    margin-bottom: 148px;
}

@media (max-width: 1024px) {
    .post-type-archive-reviews .section-all-reviews-wrapper {
        margin-bottom: 68px;
    }
}

.post-type-archive-reviews .section-all-reviews-wrapper .card-client-reviews .card-client-bottom .mobile {
    display: none;
}

/* ==========================================================================
     Posts section
     ========================================================================== */
.services_page {
    overflow: hidden;
}

.services_page .posts_section, .home .posts_section, .about_us_page .posts_section {
    margin: 148px 0;
}

@media (max-width: 876px) {
    .services_page .posts_section, .home .posts_section, .about_us_page .posts_section {
        margin: 116px 0;
    }
}

@media (max-width: 768px) {
    .services_page .posts_section, .home .posts_section, .about_us_page .posts_section {
        margin: 68px 0;
    }
}

@media (max-width: 678px) {
    .services_page .posts_section .row1400, .home .posts_section .row1400, .about_us_page .posts_section .row1400 {
        max-width: 100%;
    }
}

.services_page .posts_section .wys, .home .posts_section .wys, .about_us_page .posts_section .wys {
    margin-bottom: 20px;
}

@media (max-width: 678px) {
    .services_page .posts_section .wys, .home .posts_section .wys, .about_us_page .posts_section .wys {
        padding: 0 20px;
    }
}

.services_page .posts_section .wys h2, .home .posts_section .wys h2, .about_us_page .posts_section .wys h2 {
    padding-bottom: 0;
    margin-bottom: 10px;
}

@media (max-width: 576px) {
    .services_page .posts_section .wys p, .home .posts_section .wys p, .about_us_page .posts_section .wys p {
        display: none;
    }
}

@media (max-width: 679px) {
    .services_page .posts_section .posts-wrapper .swiper_more_publications, .home .posts_section .posts-wrapper .swiper_more_publications, .about_us_page .posts_section .posts-wrapper .swiper_more_publications {
        padding: 0;
    }
}

@media (max-width: 678px) {
    .services_page .posts_section .posts-wrapper .swiper_more_publications, .home .posts_section .posts-wrapper .swiper_more_publications, .about_us_page .posts_section .posts-wrapper .swiper_more_publications {
        padding: 0 20px 20px 20px;
    }
}

.services_page .posts_section .posts-wrapper .post .img_post, .home .posts_section .posts-wrapper .post .img_post, .about_us_page .posts_section .posts-wrapper .post .img_post {
    margin-bottom: 31px;
    display: block;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    min-height: 125px;
    overflow: hidden;
    isolation: isolate;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .services_page .posts_section .posts-wrapper .post .img_post, .home .posts_section .posts-wrapper .post .img_post, .about_us_page .posts_section .posts-wrapper .post .img_post {
        min-height: 171px;
    }
}

@media (max-width: 678px) {
    .services_page .posts_section .posts-wrapper .post .img_post, .home .posts_section .posts-wrapper .post .img_post, .about_us_page .posts_section .posts-wrapper .post .img_post {
        min-height: 125px;
    }
}

.services_page .posts_section .posts-wrapper .post .img_post img, .home .posts_section .posts-wrapper .post .img_post img, .about_us_page .posts_section .posts-wrapper .post .img_post img {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    max-width: 445px;
    width: 100%;
    height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

@media (max-width: 768px) {
    .services_page .posts_section .posts-wrapper .post .img_post img, .home .posts_section .posts-wrapper .post .img_post img, .about_us_page .posts_section .posts-wrapper .post .img_post img {
        height: 175px;
    }
}

.services_page .posts_section .posts-wrapper .post .img_post:hover img, .home .posts_section .posts-wrapper .post .img_post:hover img, .about_us_page .posts_section .posts-wrapper .post .img_post:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1024px) {
    .services_page .posts_section .posts-wrapper .post .img_post:hover img, .home .posts_section .posts-wrapper .post .img_post:hover img, .about_us_page .posts_section .posts-wrapper .post .img_post:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.services_page .posts_section .posts-wrapper .post .post_info_wrap, .home .posts_section .posts-wrapper .post .post_info_wrap, .about_us_page .posts_section .posts-wrapper .post .post_info_wrap {
    margin-bottom: 16px;
}

.services_page .posts_section .posts-wrapper .post .post_info_wrap .date, .services_page .posts_section .posts-wrapper .post .post_info_wrap .timing, .home .posts_section .posts-wrapper .post .post_info_wrap .date, .home .posts_section .posts-wrapper .post .post_info_wrap .timing, .about_us_page .posts_section .posts-wrapper .post .post_info_wrap .date, .about_us_page .posts_section .posts-wrapper .post .post_info_wrap .timing {
    display: inline-block;
    margin-right: 10px;
    padding: 6px 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 0.94;
    color: #161515;
    border: 1px solid #EBEBEB;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.services_page .posts_section .posts-wrapper .post .post_info_wrap .author .author_name, .home .posts_section .posts-wrapper .post .post_info_wrap .author .author_name, .about_us_page .posts_section .posts-wrapper .post .post_info_wrap .author .author_name {
    position: relative;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.services_page .posts_section .posts-wrapper .post .post_info_wrap .author .author_name.active, .services_page .posts_section .posts-wrapper .post .post_info_wrap .author .author_name:hover, .home .posts_section .posts-wrapper .post .post_info_wrap .author .author_name.active, .home .posts_section .posts-wrapper .post .post_info_wrap .author .author_name:hover, .about_us_page .posts_section .posts-wrapper .post .post_info_wrap .author .author_name.active, .about_us_page .posts_section .posts-wrapper .post .post_info_wrap .author .author_name:hover {
    border-bottom: 1px solid #EE2A59;
}

.services_page .posts_section .posts-wrapper .post .title_post, .home .posts_section .posts-wrapper .post .title_post, .about_us_page .posts_section .posts-wrapper .post .title_post {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161615;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.5s ease;
    -o-transition: background-position 0.5s ease;
    transition: background-position 0.5s ease;
    cursor: pointer;
}

.services_page .posts_section .posts-wrapper .post .title_post:hover, .home .posts_section .posts-wrapper .post .title_post:hover, .about_us_page .posts_section .posts-wrapper .post .title_post:hover {
    background-position: 0 100%;
}

.services_page .posts_section .posts-wrapper .swiper-pagination, .home .posts_section .posts-wrapper .swiper-pagination, .about_us_page .posts_section .posts-wrapper .swiper-pagination {
    bottom: 0;
    width: 100%;
}

/* ==========================================================================
     About us page
     ========================================================================== */
.tpl-about-us .header {
    background: transparent;
}

.tpl-about-us .header .row1525 > .wrapper > .right-content .link {
    border-bottom: none;
}

.tpl-about-us .header .row1525 > .wrapper > .right-content .link:hover {
    border-bottom: none;
}

.tpl-about-us.fixed-header .header {
    background: #000;
}

.tpl-about-us .about_us_page {
    position: relative;
    top: -105px;
}

@media (max-width: 1140px) {
    .tpl-about-us .about_us_page {
        top: -70px;
    }
}

.tpl-about-us .about_us_page .banner {
    position: relative;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .banner {
        -webkit-border-radius: 0 0 16px 16px;
        border-radius: 0 0 16px 16px;
    }
}

.tpl-about-us .about_us_page .banner .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tpl-about-us .about_us_page .banner .background img, .tpl-about-us .about_us_page .banner .background video, .tpl-about-us .about_us_page .banner .background .video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .banner .background img, .tpl-about-us .about_us_page .banner .background video, .tpl-about-us .about_us_page .banner .background .video {
        -webkit-border-radius: 0 0 16px 16px;
        border-radius: 0 0 16px 16px;
    }
}

.tpl-about-us .about_us_page .banner .background .video {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0 !important;
    right: 0;
    bottom: 0;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.tpl-about-us .about_us_page .banner .background .video iframe {
    -webkit-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .banner .background .video iframe {
        -webkit-border-radius: 0 0 16px 16px;
        border-radius: 0 0 16px 16px;
    }
}

.tpl-about-us .about_us_page .banner .blur {
    -webkit-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .banner .blur {
        -webkit-border-radius: 0 0 16px 16px;
        border-radius: 0 0 16px 16px;
    }
}

.tpl-about-us .about_us_page .banner .blur:before {
    position: absolute;
    z-index: 1;
    content: "";
    background-image: url("../img/shadow.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0 0 40px 40px;
    border-radius: 0 0 40px 40px;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .banner .blur:before {
        -webkit-border-radius: 0 0 16px 16px;
        border-radius: 0 0 16px 16px;
    }
}

@media (max-width: 425px) {
    .tpl-about-us .about_us_page .banner .blur:before {
        background-image: url("../img/shadow2.png");
    }
}

.tpl-about-us .about_us_page .banner .breadcrumbs {
    color: #ffffff;
    margin-bottom: 4px;
}

.tpl-about-us .about_us_page .banner .title_text {
    padding-top: 268px;
    padding-bottom: 234px;
    text-align: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .banner .title_text {
        padding-top: 217px;
        padding-bottom: 307px;
    }
}

.tpl-about-us .about_us_page .banner .title_text h1, .tpl-about-us .about_us_page .banner .title_text h2, .tpl-about-us .about_us_page .banner .title_text h3, .tpl-about-us .about_us_page .banner .title_text h4, .tpl-about-us .about_us_page .banner .title_text h5, .tpl-about-us .about_us_page .banner .title_text h6, .tpl-about-us .about_us_page .banner .title_text p, .tpl-about-us .about_us_page .banner .title_text a, .tpl-about-us .about_us_page .banner .title_text li, .tpl-about-us .about_us_page .banner .title_text span {
    color: #ffffff;
}

.tpl-about-us .about_us_page .banner .title_text h1 {
    padding-bottom: 0;
    font-size: 64px;
    line-height: 1.16;
}

.tpl-about-us .about_us_page .recent_posts_section {
    margin: -50px 0 127px 0;
    position: relative;
    z-index: 3;
}

@media (max-width: 876px) {
    .tpl-about-us .about_us_page .recent_posts_section {
        margin: -203px 0 73px 0;
    }
}

.tpl-about-us .about_us_page .recent_posts_section .pink_card {
    max-width: 1165px;
    width: 100%;
    margin: 0 auto;
    background: #EE2A59;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    padding: 36px;
    position: relative;
}

@media (max-width: 800px) {
    .tpl-about-us .about_us_page .recent_posts_section .pink_card {
        min-height: 260px;
        padding: 30px 15px;
    }
}

.tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper_posts_about .swiper-slide {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper_posts_about .swiper-slide .div-div {
    cursor: default;
}

.tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper_posts_about .swiper-slide .link-div {
    min-height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 38px;
    line-height: 1.26;
    color: #FFFFFF;
    text-align: center;
}

@media (max-width: 1090px) {
    .tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper_posts_about .swiper-slide .link-div {
        max-width: 750px;
    }
}

@media (max-width: 1024px) {
    .tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper_posts_about .swiper-slide .link-div {
        max-width: 600px;
    }
}

@media (max-width: 800px) {
    .tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper_posts_about .swiper-slide .link-div {
        max-width: 100%;
        font-size: 30px;
        line-height: 1.42;
    }
}

@media (max-width: 567px) {
    .tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper_posts_about .swiper-slide .link-div {
        font-size: 24px;
    }
}

@media (max-width: 370px) {
    .tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper_posts_about .swiper-slide .link-div {
        font-size: 20px;
    }
}

.tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper-button-next {
    right: 35px;
}

.tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper-button-next:after {
    content: url(../img/next-white.svg);
}

@media (max-width: 800px) {
    .tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper-button-next {
        left: calc(50% + 30px);
        margin-top: -50px;
    }
}

.tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper-button-prev {
    left: 35px;
}

.tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper-button-prev:after {
    content: url(../img/prev-white.svg);
}

@media (max-width: 800px) {
    .tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper-button-prev {
        left: calc(50% - 30px);
        margin: 0;
        margin-top: 15px;
    }
}

.tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper-button-prev:after, .tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper-button-next:after {
    position: relative;
    top: -7px;
}

.tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper-button-prev:active, .tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper-button-next:active {
    border: 2px solid #ffffff;
}

@media (max-width: 800px) {
    .tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper-button-prev, .tpl-about-us .about_us_page .recent_posts_section .pink_card .swiper-button-next {
        position: relative;
        top: auto;
        bottom: 0;
        margin-right: -50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
    }
}

.tpl-about-us .about_us_page .section_achievements_awards {
    margin: 127px 0 73px 0;
}

@media (max-width: 1024px) {
    .tpl-about-us .about_us_page .section_achievements_awards {
        margin: 73px 0 84px 0;
    }
}

@media (max-width: 425px) {
    .tpl-about-us .about_us_page .section_achievements_awards {
        margin: 73px 0 54px 0;
    }
}

.tpl-about-us .about_us_page .section_achievements_awards .blocks_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -2.5%;
    width: 105%;
}

.tpl-about-us .about_us_page .section_achievements_awards .blocks_wrapper > * {
    width: 28.3333333333%;
    margin: 0 2.5% 3.3333333333em;
}

@media (max-width: 1024px) {
    .tpl-about-us .about_us_page .section_achievements_awards .blocks_wrapper {
        display: none;
    }
}

.tpl-about-us .about_us_page .section_achievements_awards .div_img {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 130px;
    margin-bottom: 43px;
}

@media (max-width: 1024px) {
    .tpl-about-us .about_us_page .section_achievements_awards .div_img {
        height: auto;
    }
}

.tpl-about-us .about_us_page .section_achievements_awards .div_img img {
    max-height: 130px;
    max-width: 163px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .tpl-about-us .about_us_page .section_achievements_awards .div_img img {
        max-height: 80px;
    }
}

@media (max-width: 800px) {
    .tpl-about-us .about_us_page .section_achievements_awards .div_img img {
        max-height: 100px;
    }
}

.tpl-about-us .about_us_page .section_achievements_awards .block {
    margin-bottom: 20px;
}

.tpl-about-us .about_us_page .section_achievements_awards .block:nth-child(3) img {
    max-height: 140px;
}

@media (max-width: 1024px) {
    .tpl-about-us .about_us_page .section_achievements_awards .block:nth-child(3) img {
        max-height: 80px;
    }
}

@media (max-width: 800px) {
    .tpl-about-us .about_us_page .section_achievements_awards .block:nth-child(3) img {
        max-height: 100px;
    }
}

.tpl-about-us .about_us_page .section_achievements_awards .title_block {
    margin-bottom: 33px;
}

.tpl-about-us .about_us_page .section_achievements_awards .title_block p {
    font-size: 38px;
    line-height: 1.26;
}

.tpl-about-us .about_us_page .section_achievements_awards .title_block p strong {
    font-weight: 600;
}

.tpl-about-us .about_us_page .section_achievements_awards .text_block {
    max-width: 364px;
    width: 100%;
}

@media (max-width: 800px) {
    .tpl-about-us .about_us_page .section_achievements_awards .text_block {
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .tpl-about-us .about_us_page .section_achievements_awards .text_block {
        max-width: 364px;
    }
}

.tpl-about-us .about_us_page .section_achievements_awards .text_block p {
    font-size: 16px;
    line-height: 1.62;
}

.tpl-about-us .about_us_page .section_achievements_awards .swiper_achievements_awards {
    display: none;
}

@media (max-width: 1024px) {
    .tpl-about-us .about_us_page .section_achievements_awards .swiper_achievements_awards {
        display: block;
        padding-bottom: 30px;
    }
}

@media (max-width: 425px) {
    .tpl-about-us .about_us_page .section_achievements_awards .swiper_achievements_awards {
        display: block;
    }
}

.tpl-about-us .about_us_page .section_achievements_awards .swiper_achievements_awards .swiper-pagination {
    bottom: 0;
    width: 100%;
}

.tpl-about-us .about_us_page .section_with_map {
    overflow: hidden;
    background: #161515;
    padding: 48px 0 61px 0;
}

@media (max-width: 425px) {
    .tpl-about-us .about_us_page .section_with_map {
        margin: 30px 0;
    }
}

.tpl-about-us .about_us_page .section_with_map .wys h1, .tpl-about-us .about_us_page .section_with_map .wys h2, .tpl-about-us .about_us_page .section_with_map .wys h3, .tpl-about-us .about_us_page .section_with_map .wys h4, .tpl-about-us .about_us_page .section_with_map .wys h5, .tpl-about-us .about_us_page .section_with_map .wys h6, .tpl-about-us .about_us_page .section_with_map .wys p, .tpl-about-us .about_us_page .section_with_map .wys a, .tpl-about-us .about_us_page .section_with_map .wys li, .tpl-about-us .about_us_page .section_with_map .wys span {
    color: #ffffff;
}

@media (max-width: 425px) {
    .tpl-about-us .about_us_page .section_with_map .wys p {
        display: none;
    }
}

@media (max-width: 550px) {
    .tpl-about-us .about_us_page .section_with_map .row1525 {
        max-width: 100%;
    }
}

.tpl-about-us .about_us_page .section_with_map .title_text {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 47px auto;
}

@media (max-width: 425px) {
    .tpl-about-us .about_us_page .section_with_map .title_text {
        max-width: 310px;
        margin: 0 auto 8px auto;
    }
}

.tpl-about-us .about_us_page .section_with_map .desktop_image {
    display: block;
}

.tpl-about-us .about_us_page .section_with_map .desktop_image img {
    max-width: 1516px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 425px) {
    .tpl-about-us .about_us_page .section_with_map .mobile_image {
        display: block;
    }
}

.tpl-about-us .about_us_page .section_with_map .white_card {
    position: relative;
    z-index: 2;
    max-width: 1330px;
    width: 100%;
    margin: -45px auto 0 50px;
    background: #FFFFFF;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 42px 75px 36px 75px;
}

@media (max-width: 1440px) {
    .tpl-about-us .about_us_page .section_with_map .white_card {
        margin: -45px auto 0 auto;
    }
}

@media (max-width: 1024px) {
    .tpl-about-us .about_us_page .section_with_map .white_card {
        padding: 42px 30px 25px 30px;
    }
}

@media (max-width: 425px) {
    .tpl-about-us .about_us_page .section_with_map .white_card {
        padding: 35px 10px;
        max-width: 100%;
        margin: -10px auto 0 auto;
    }
}

.tpl-about-us .about_us_page .section_with_map .white_card .blocks_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .section_with_map .white_card .blocks_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tpl-about-us .about_us_page .section_with_map .white_card .blocks_wrapper .img_text_wrap {
    max-width: 325px;
    width: 100%;
    margin-right: 15px;
    text-align: center;
    margin-bottom: 0;
}

.tpl-about-us .about_us_page .section_with_map .white_card .blocks_wrapper .img_text_wrap:last-child {
    margin-right: 0;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .section_with_map .white_card .blocks_wrapper .img_text_wrap {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .tpl-about-us .about_us_page .section_with_map .white_card .blocks_wrapper .img_text_wrap:last-child {
        margin-bottom: 0;
    }
}

.tpl-about-us .about_us_page .section_with_map .white_card .blocks_wrapper .img_text_wrap img, .tpl-about-us .about_us_page .section_with_map .white_card .blocks_wrapper .img_text_wrap svg {
    margin-bottom: 25px;
    height: 91px;
    max-width: 91px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .section_with_map .white_card .blocks_wrapper .img_text_wrap img, .tpl-about-us .about_us_page .section_with_map .white_card .blocks_wrapper .img_text_wrap svg {
        max-height: 45px;
        max-width: 40px;
        height: auto;
        margin-bottom: 16px;
    }
}

.tpl-about-us .about_us_page .section_with_map .white_card .blocks_wrapper .img_text_wrap .text {
    max-width: 325px;
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.22;
    color: #161515;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .section_with_map .white_card .blocks_wrapper .img_text_wrap .text {
        max-width: 100%;
    }

    .tpl-about-us .about_us_page .section_with_map .white_card .blocks_wrapper .img_text_wrap .text br {
        display: none;
    }
}

.tpl-about-us .about_us_page .section_with_logos_and_text {
    margin-top: 90px;
    margin-bottom: 140px;
}

@media (max-width: 1250px) {
    .tpl-about-us .about_us_page .section_with_logos_and_text {
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .section_with_logos_and_text {
        margin: 60px 0;
    }
}

.tpl-about-us .about_us_page .section_with_logos_and_text .blocks_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
    gap: 30px 0;
}

.tpl-about-us .about_us_page .section_with_logos_and_text .blocks_wrapper > * {
    width: 30.3333333333%;
    margin: 0 1.5% 2em;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .section_with_logos_and_text .blocks_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5%;
        width: 103%;
        gap: 40px 0;
    }

    .tpl-about-us .about_us_page .section_with_logos_and_text .blocks_wrapper > * {
        width: 97%;
        margin: 0 1.5% 3em;
    }
}

.tpl-about-us .about_us_page .section_with_logos_and_text .blocks_wrapper .block {
    margin-bottom: 0;
}

.tpl-about-us .about_us_page .section_with_logos_and_text .blocks_wrapper .block .img_div {
    height: 81px;
    margin-bottom: 37px;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .section_with_logos_and_text .blocks_wrapper .block .img_div {
        margin-bottom: 20px;
    }
}

.tpl-about-us .about_us_page .section_with_logos_and_text .blocks_wrapper .block .img_div img {
    max-height: 81px;
    min-height: 71px;
    max-width: 80px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tpl-about-us .about_us_page .section_with_logos_and_text .blocks_wrapper .block .title_block {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .section_with_logos_and_text .blocks_wrapper .block .title_block {
        margin-bottom: 9px;
    }
}

.tpl-about-us .about_us_page .section_with_logos_and_text .blocks_wrapper .block .text_block {
    max-width: 367px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .section_with_logos_and_text .blocks_wrapper .block .text_block {
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .tpl-about-us .about_us_page .section_with_logos_and_text .blocks_wrapper .block .text_block {
        max-width: 333px;
    }
}

.tpl-about-us .about_us_page .our_team {
    margin: 140px 0 60px 0;
}

@media (max-width: 1250px) {
    .tpl-about-us .about_us_page .our_team {
        margin: 100px 0 60px 0;
    }
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .our_team {
        margin: 65px 0 60px 0;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1250px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .left_side {
    max-width: 283px;
    width: 100%;
    margin-right: 75px;
}

@media (max-width: 1250px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .left_side {
        max-width: 100%;
        margin-bottom: 29px;
        margin-right: 0;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .left_side .wys {
    margin-bottom: 35px;
}

@media (max-width: 976px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .left_side .wys {
        margin-bottom: 0;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .left_side .wys h2 {
    padding-bottom: 0;
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 64px;
    line-height: 1.16;
    text-align: left !important;
}

@media (max-width: 1024px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .left_side .wys h2 {
        font-size: 55px;
    }
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .left_side .wys h2 {
        font-size: 45px;
    }
}

@media (max-width: 425px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .left_side .wys h2 {
        margin-bottom: 12px;
        font-weight: 600;
        font-size: 38px;
        line-height: 1.26;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .left_side .wys p {
    text-align: left !important;
}

@media (max-width: 425px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .left_side .wys p {
        font-size: 18px;
        line-height: 1.56;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .arrows-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
}

@media (max-width: 976px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .arrows-wrapper {
        display: none;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .swiper-button-prev-our-team, .tpl-about-us .about_us_page .our_team .content_wrapper .swiper-button-next-our-team {
    position: relative;
    top: 0;
    bottom: auto;
    margin-top: 0;
}

.tpl-about-us .about_us_page .our_team .content_wrapper .swiper-button-prev-our-team:after, .tpl-about-us .about_us_page .our_team .content_wrapper .swiper-button-next-our-team:after {
    height: 56px;
}

@media (max-width: 976px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .swiper-button-prev-our-team, .tpl-about-us .about_us_page .our_team .content_wrapper .swiper-button-next-our-team {
        display: none;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .swiper-button-prev-our-team {
    left: 0;
    margin-right: 16px;
}

.tpl-about-us .about_us_page .our_team .content_wrapper .swiper-button-next-our-team {
    right: auto;
    left: 0;
}

.tpl-about-us .about_us_page .our_team .content_wrapper .button-pink {
    max-width: 241px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

@media (max-width: 576px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .button-pink {
        max-width: 100%;
    }
}

@media (max-width: 976px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .button_desk {
        display: none;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .button_mob {
    display: none;
}

@media (max-width: 976px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .button_mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side {
    margin-top: -10px;
    margin-left: -10px;
    max-width: 1040px;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (max-width: 1476px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side {
        max-width: 925px;
    }
}

@media (max-width: 1250px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side {
        max-width: 100%;
        margin-top: 0;
        margin-left: 0;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .swiper-wrapper {
    padding: 10px 0 0 10px;
}

@media (max-width: 976px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .swiper-wrapper {
        padding: 0;
        padding-bottom: 35px;
    }
}

@media (max-width: 976px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .swiper-our-team-desktop {
        display: none;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card {
    position: relative;
    margin-right: 19px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    width: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
    border: 1px solid #EBEBEB;
}

@media (max-width: 976px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

@media (max-width: 575px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card {
        margin-right: 0;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card:nth-child(1), .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card:nth-child(2), .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card:nth-child(3) {
    margin-bottom: 23px;
}

@media (max-width: 976px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card:nth-child(1), .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card:nth-child(2), .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card:nth-child(3) {
        margin-bottom: 0;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card:nth-child(3n) {
    margin-right: 0;
}

@media (max-width: 976px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card:nth-child(3n) {
        margin-right: 19px;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card:hover {
    border: none;
    -webkit-box-shadow: 9px 10px 0 0 rgb(238, 42, 89);
    box-shadow: 9px 10px 0 0 rgb(238, 42, 89);
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
}

@media (max-width: 1040px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        border: 1px solid transparent;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card .person_photo {
    max-width: 327px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 350px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

@media (max-width: 1476px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card .person_photo {
        max-width: 290px;
        height: 315px;
    }
}

@media (max-width: 1250px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card .person_photo {
        height: auto;
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card .person_photo {
        height: 400px;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card .information {
    z-index: 2;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#232323), to(rgba(26, 26, 26, 0)));
    background: -webkit-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: -o-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: linear-gradient(0deg, #232323 0%, rgba(26, 26, 26, 0) 100%);
    margin-top: -152px;
    min-height: 152px;
    padding: 20px 25px;
    -webkit-border-radius: 0 0 22px 22px;
    border-radius: 0 0 22px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 327px;
}

@media (max-width: 1250px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card .information {
        max-width: 100%;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card .information .left-content {
    margin-right: 20px;
    max-width: 200px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card .person_name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.62;
    color: #FFFFFF;
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card .person_position {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card .social_icon {
    width: 16px;
    height: 16px;
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card .social_icon img, .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .person_card .social_icon svg {
    -o-object-fit: cover;
    object-fit: cover;
    width: 16px;
    height: 16px;
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .swiper_our_team_mobile {
    display: none;
}

@media (max-width: 976px) {
    .tpl-about-us .about_us_page .our_team .content_wrapper .right_side .swiper_our_team_mobile {
        display: block;
        margin-bottom: 28px;
        position: relative;
    }
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .swiper_our_team_mobile .swiper-pagination {
    bottom: 0;
    width: 100%;
}

.tpl-about-us .about_us_page .our_team .content_wrapper .right_side .swiper_our_team_mobile .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px;
}

.tpl-about-us .about_us_page .firms-list {
    border-top: 1px solid #F7F7F7;
    padding-top: 43px;
}

@media (max-width: 576px) {
    .tpl-about-us .about_us_page .firms-list {
        display: none;
    }
}

.tpl-about-us .about_us_page .gallery_section {
    background: #161515;
    padding-top: 81px;
    padding-bottom: 90px;
}

@media (max-width: 576px) {
    .tpl-about-us .about_us_page .gallery_section {
        padding-top: 53px;
        padding-bottom: 54px;
    }
}

.tpl-about-us .about_us_page .gallery_section .title_and_text {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 42px auto;
}

@media (max-width: 576px) {
    .tpl-about-us .about_us_page .gallery_section .title_and_text {
        margin: 0 auto 45px auto;
    }
}

.tpl-about-us .about_us_page .gallery_section .title_and_text h2, .tpl-about-us .about_us_page .gallery_section .title_and_text h3, .tpl-about-us .about_us_page .gallery_section .title_and_text h4, .tpl-about-us .about_us_page .gallery_section .title_and_text h5, .tpl-about-us .about_us_page .gallery_section .title_and_text h6, .tpl-about-us .about_us_page .gallery_section .title_and_text p, .tpl-about-us .about_us_page .gallery_section .title_and_text a, .tpl-about-us .about_us_page .gallery_section .title_and_text span, .tpl-about-us .about_us_page .gallery_section .title_and_text li {
    color: #FFFFFF;
}

.tpl-about-us .about_us_page .gallery_section .photos_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
}

.tpl-about-us .about_us_page .gallery_section .photos_wrapper > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
}

.tpl-about-us .about_us_page .gallery_section .photos_wrapper .photo_desk {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 33px 28px;
    overflow: hidden;
    height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .gallery_section .photos_wrapper .photo_desk {
        display: none;
    }
}

.tpl-about-us .about_us_page .gallery_section .photos_wrapper .photo_desk:first-child, .tpl-about-us .about_us_page .gallery_section .photos_wrapper .photo_desk:nth-child(2) {
    width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    height: 360px;
}

.tpl-about-us .about_us_page .gallery_section .shadow {
    position: relative;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

.tpl-about-us .about_us_page .gallery_section .shadow:before {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    content: "";
    width: 103%;
    height: 100%;
    top: 3px;
    left: -9px;
    background: -webkit-gradient(linear, left bottom, left top, from(#232323), to(rgba(26, 26, 26, 0)));
    background: -webkit-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: -o-linear-gradient(bottom, #232323 0%, rgba(26, 26, 26, 0) 100%);
    background: linear-gradient(0deg, #232323 0%, rgba(26, 26, 26, 0) 100%);
}

.tpl-about-us .about_us_page .gallery_section .text_photo {
    max-width: 560px;
    width: 100%;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #FFFFFF;
    position: relative;
    z-index: 3;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .gallery_section .text_photo {
        font-weight: 600;
        font-size: 16px;
        line-height: 1.62;
    }
}

.tpl-about-us .about_us_page .gallery_section .swiper_gallery {
    display: none;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .gallery_section .swiper_gallery {
        display: block;
        min-height: 435px;
    }
}

.tpl-about-us .about_us_page .gallery_section .swiper_gallery .swiper-pagination {
    bottom: 0;
    width: 100%;
}

.tpl-about-us .about_us_page .gallery_section .swiper_gallery .swiper-pagination .swiper-pagination-bullet, .tpl-about-us .about_us_page .gallery_section .swiper_gallery .swiper-pagination .swiper-pagination-bullet-active {
    width: 7px;
    height: 7px;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .gallery_section .swiper_gallery .photo_mob {
        height: 400px;
        -webkit-border-radius: 16px;
        border-radius: 16px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: cover;
        background-size: cover;
        padding: 23px 19px;
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.tpl-about-us .about_us_page .reviews_section {
    margin-top: 90px;
}

.tpl-about-us .about_us_page .reviews_section .wys {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 53px auto;
    text-align: center !important;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .reviews_section .wys {
        margin-bottom: 0;
    }

    .tpl-about-us .about_us_page .reviews_section .wys h2, .tpl-about-us .about_us_page .reviews_section .wys h3, .tpl-about-us .about_us_page .reviews_section .wys h4, .tpl-about-us .about_us_page .reviews_section .wys h5, .tpl-about-us .about_us_page .reviews_section .wys h6 {
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    .tpl-about-us .about_us_page .reviews_section .wys {
        max-width: 100%;
    }

    .tpl-about-us .about_us_page .reviews_section .wys p {
        display: none;
    }
}

.tpl-about-us .about_us_page .posts_section {
    margin-top: 148px;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .posts_section {
        margin-top: 68px;
    }
}

.tpl-about-us .about_us_page .posts_section .title_and_text {
    max-width: 1090px;
    width: 100%;
    margin: 0 auto 52px auto;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .posts_section .title_and_text {
        margin: 0;
        padding: 0 20px;
        margin-bottom: 30px;
    }
}

.tpl-about-us .about_us_page .posts_section .title_and_text h2 {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .tpl-about-us .about_us_page .posts_section .posts-wrapper .swiper-wrapper {
        min-height: 400px;
    }
}

/* ==========================================================================
     Marketing Presentation page
     ========================================================================== */
.tpl-marketing-presentation .banner-case {
    padding-top: 85px;
    padding-bottom: 112px;
}

@media (max-width: 1100px) {
    .tpl-marketing-presentation .banner-case {
        padding-top: 35px;
    }
}

@media (max-width: 576px) {
    .tpl-marketing-presentation .banner-case {
        padding-top: 35px;
        padding-bottom: 29px;
        -webkit-border-radius: 0 0 22px 22px !important;
        border-radius: 0 0 22px 22px !important;
    }
}

@media (max-width: 1440px) {
    .tpl-marketing-presentation .banner-case .left-content {
        margin-right: 70px;
    }
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .banner-case .left-content {
        margin-right: 0;
        margin-top: 54px;
    }
}

.tpl-marketing-presentation .banner-case .left-content .breadcrumbs {
    margin-bottom: 24px;
}

.tpl-marketing-presentation .banner-case .left-content .wys {
    margin-bottom: 24px;
    max-width: 573px;
    width: 100%;
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .banner-case .left-content .wys {
        max-width: 100%;
    }
}

.tpl-marketing-presentation .banner-case .left-content .wys h1 {
    font-size: 64px;
    line-height: 1.16;
    padding-bottom: 24px;
}

@media (max-width: 1200px) {
    .tpl-marketing-presentation .banner-case .left-content .wys h1 {
        font-size: 55px;
    }
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .banner-case .left-content .wys h1 {
        font-size: 45px;
    }
}

@media (max-width: 576px) {
    .tpl-marketing-presentation .banner-case .left-content .wys h1 {
        max-width: 300px;
        font-size: 38px;
        line-height: 1.26;
    }
}

.tpl-marketing-presentation .banner-case .left-content .button-pink {
    max-width: 214px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

@media (max-width: 576px) {
    .tpl-marketing-presentation .banner-case .left-content .button-pink {
        max-width: 100%;
    }
}

.tpl-marketing-presentation .banner-case .right-content .img_wrapper {
    position: relative;
    max-width: 684px;
    width: 100%;
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .banner-case .right-content .img_wrapper {
        max-width: 460px;
    }
}

.tpl-marketing-presentation .banner-case .right-content .img_wrapper .main_img {
    width: 100%;
    max-width: 684px;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .banner-case .right-content .img_wrapper .main_img {
        max-width: 460px;
    }
}

@media (max-width: 425px) {
    .tpl-marketing-presentation .banner-case .right-content .img_wrapper .main_img_mob {
        display: block;
        max-width: 460px;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        min-height: 300px;
    }
}

.tpl-marketing-presentation .banner-case .right-content .img_wrapper .wrap_mini_icon_1 {
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: -44px;
    right: 176px;
    width: 70px;
    height: 70px;
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .banner-case .right-content .img_wrapper .wrap_mini_icon_1 {
        width: 44px;
        height: 44px;
        top: -22px;
        left: 83px;
        right: auto;
    }
}

.tpl-marketing-presentation .banner-case .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1 {
    width: 54px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .banner-case .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1 {
        width: 34px;
        height: 34px;
    }
}

.tpl-marketing-presentation .banner-case .right-content .img_wrapper .wrap_mini_icon_2 {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    bottom: 78px;
    left: -35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .banner-case .right-content .img_wrapper .wrap_mini_icon_2 {
        width: 44px;
        height: 44px;
        right: 48px;
        left: auto;
        bottom: -20px;
    }
}

.tpl-marketing-presentation .banner-case .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2 {
    width: 54px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .banner-case .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2 {
        width: 34px;
        height: 34px;
    }
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons {
    margin-top: 121px;
    margin-bottom: 148px;
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .image_and_blocks_with_text_and_icons {
        margin: 68px 0;
    }
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper {
    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;
}

@media (max-width: 876px) {
    .tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content {
    margin-right: 10px;
    max-width: 900px;
    width: 100%;
}

@media (max-width: 876px) {
    .tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content {
        max-width: 100%;
        margin-bottom: 26px;
        margin-right: 0;
    }
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content h2 {
    padding-bottom: 42px;
}

@media (max-width: 576px) {
    .tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content h2 {
        padding-bottom: 51px;
    }
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap > * {
    width: 48%;
    margin: 0 1% 1.5em;
}

@media (max-width: 1240px) {
    .tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
    }

    .tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap > * {
        width: 98%;
        margin: 0 1% 2em;
    }
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap .column {
    margin-bottom: 0;
}

@media (max-width: 1240px) {
    .tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap .column {
        margin-bottom: 0;
    }
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 64px;
}

@media (max-width: 1240px) {
    .tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap .block {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap .block {
        margin-bottom: 52px;
    }
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap .block:last-child {
    margin-bottom: 0;
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap .block .img_div {
    width: 67px;
    margin-right: 20px;
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap .block .img_div svg, .tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap .block .img_div img {
    max-height: 60px;
    max-width: 67px;
    -o-object-fit: cover;
    object-fit: cover;
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap .block .wys {
    max-width: 316px;
    width: 100%;
}

@media (max-width: 1240px) {
    .tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap .block .wys {
        max-width: 100%;
    }
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap .block .wys p {
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 1240px) {
    .tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .left_content .blocks-wrap .block .wys p br {
        display: none;
    }
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .right_content {
    max-width: 406px;
    width: 100%;
    margin-left: 10px;
}

@media (max-width: 876px) {
    .tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .right_content {
        max-width: 100%;
        margin-left: 0;
        text-align: center;
    }
}

.tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .right_content img {
    max-width: 406px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 375px) {
    .tpl-marketing-presentation .image_and_blocks_with_text_and_icons .flex_wrapper .right_content img {
        max-width: 339px;
        height: 339px;
    }
}

.tpl-marketing-presentation .big_photo_section {
    margin: 148px 0;
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .big_photo_section {
        margin: 68px 0;
    }
}

.tpl-marketing-presentation .big_photo_section img {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 876px) {
    .tpl-marketing-presentation .big_photo_section img {
        height: 400px;
    }
}

.tpl-marketing-presentation .big_photo_section .photo_desk {
    display: block;
}

@media (max-width: 425px) {
    .tpl-marketing-presentation .big_photo_section .photo_mobile {
        display: block;
        max-width: 100%;
        height: 100%;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}

.tpl-marketing-presentation .white_cards_section {
    margin: 148px 0;
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .white_cards_section {
        margin: 68px 0;
    }
}

.tpl-marketing-presentation .white_cards_section h2 {
    padding-bottom: 42px;
}

@media (max-width: 576px) {
    .tpl-marketing-presentation .white_cards_section h2 {
        font-size: 29px;
    }
}

.tpl-marketing-presentation .white_cards_section .cards_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.1%;
    width: 102.2%;
    gap: 30px 0;
}

.tpl-marketing-presentation .white_cards_section .cards_wrapper > * {
    width: 31.1333333333%;
    margin: 0 1.1% 1.4666666667em;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .white_cards_section .cards_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
        gap: 20px 0;
    }

    .tpl-marketing-presentation .white_cards_section .cards_wrapper > * {
        width: 98%;
        margin: 0 1% 2em;
    }
}

.tpl-marketing-presentation .white_cards_section .cards_wrapper h2 {
    padding-bottom: 42px;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .white_cards_section .cards_wrapper h2 {
        padding-bottom: 31px;
    }
}

.tpl-marketing-presentation .white_cards_section .cards_wrapper .white_card {
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    text-align: center;
    padding: 62px 19px 45px 19px;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .white_cards_section .cards_wrapper .white_card {
        padding: 32px 19px 24px 25px;
    }
}

.tpl-marketing-presentation .white_cards_section .cards_wrapper .white_card img, .tpl-marketing-presentation .white_cards_section .cards_wrapper .white_card svg {
    height: 90px;
    max-width: 90px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin-bottom: 31px;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .white_cards_section .cards_wrapper .white_card img, .tpl-marketing-presentation .white_cards_section .cards_wrapper .white_card svg {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.56;
    }
}

.tpl-marketing-presentation .white_cards_section .cards_wrapper .white_card .text {
    max-width: 274px;
    width: 100%;
    margin: 0 auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .white_cards_section .cards_wrapper .white_card .text {
        max-width: 203px;
        font-weight: 500;
        font-size: 18px;
        line-height: 1.56;
    }
}

.tpl-marketing-presentation .faq_section {
    margin: 148px 0;
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .faq_section {
        margin: 68px 0;
    }
}

.tpl-marketing-presentation .faq_section h2 {
    padding-bottom: 48px;
}

.tpl-marketing-presentation .faq_section .acc .item {
    position: relative;
    border: 2px solid #E0E0E0;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 30px;
}

.tpl-marketing-presentation .faq_section .acc .item:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .faq_section .acc .item {
        margin-bottom: 20px;
    }
}

.tpl-marketing-presentation .faq_section .acc .item h3 {
    cursor: pointer;
    position: relative;
    padding: 33px 42px 35px 37px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 2s ease;
    -o-transition: background-position 2s ease;
    transition: background-position 2s ease;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .faq_section .acc .item h3 {
        padding: 20px 47px 20px 23px;
        font-size: 18px;
        line-height: 1.56;
        font-weight: 500;
        min-height: 96px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.tpl-marketing-presentation .faq_section .acc .item h3 span {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 20px;
}

.tpl-marketing-presentation .faq_section .acc .item h3 span:before, .tpl-marketing-presentation .faq_section .acc .item h3 span:after {
    content: "";
    background-color: #161515;
    width: 24px;
    height: 2px;
    position: absolute;
    right: 0;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .faq_section .acc .item h3 span:before, .tpl-marketing-presentation .faq_section .acc .item h3 span:after {
        width: 23px;
    }
}

.tpl-marketing-presentation .faq_section .acc .item h3 span:before {
    right: 6px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .faq_section .acc .item h3 span:before {
        right: 0;
    }
}

.tpl-marketing-presentation .faq_section .acc .item h3 span:after {
    right: 6px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .faq_section .acc .item h3 span:after {
        right: 0;
    }
}

.tpl-marketing-presentation .faq_section .acc .item h3.active span:before, .tpl-marketing-presentation .faq_section .acc .item h3.active span:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.tpl-marketing-presentation .faq_section .acc .item:hover h3 {
    background-position: 0 100%;
}

.tpl-marketing-presentation .faq_section .acc .item .info {
    display: none;
    max-width: 1213px;
    width: 100%;
    padding: 11px 42px 43px 37px;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .faq_section .acc .item .info {
        padding: 22px 33px 22px 23px;
    }
}

.tpl-marketing-presentation .fancybox__carousel .title-h2 {
    margin-bottom: 31px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.21;
    color: #161515;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__carousel .title-h2 {
        font-size: 40px;
    }
}

@media (max-width: 576px) {
    .tpl-marketing-presentation .fancybox__carousel .title-h2 {
        font-size: 30px;
    }
}

.tpl-marketing-presentation .fancybox__carousel .fancybox__slide {
    padding: 0;
}

.tpl-marketing-presentation .fancybox__carousel .fancybox__slide:before, .tpl-marketing-presentation .fancybox__carousel .fancybox__slide:after {
    display: none;
}

.tpl-marketing-presentation .fancybox__carousel .pop-up-get-video {
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow: hidden !important;
}

.tpl-marketing-presentation .fancybox__carousel .form, .tpl-marketing-presentation .fancybox__carousel .reach_out_form {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .fancybox__carousel .form, .tpl-marketing-presentation .fancybox__carousel .reach_out_form {
        max-width: 100%;
    }
}

.tpl-marketing-presentation .fancybox__carousel form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.tpl-marketing-presentation .fancybox__carousel form .labels-wrapper .labels_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tpl-marketing-presentation .fancybox__carousel form .labels-wrapper .labels_line label:first-child {
    margin-right: 50px;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__carousel form .labels-wrapper .labels_line label {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 15px;
    }
}

.tpl-marketing-presentation .fancybox__carousel form .labels-wrapper .labels_line label:focus-visible {
    outline: none;
}

.tpl-marketing-presentation .fancybox__carousel form .labels-wrapper label {
    max-width: 47%;
    width: 47%;
    margin-bottom: 23px;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__carousel form .labels-wrapper label {
        max-width: 100%;
        margin-bottom: 26px;
    }
}

.tpl-marketing-presentation .fancybox__carousel form .labels-wrapper input {
    width: 100%;
}

.tpl-marketing-presentation .fancybox__carousel form .labels-wrapper input:focus-visible, .tpl-marketing-presentation .fancybox__carousel form .labels-wrapper input:focus {
    outline: none;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__carousel form .labels-wrapper input {
        width: 100%;
        margin-top: 15px;
    }
}

.tpl-marketing-presentation .fancybox__carousel form .labels-wrapper span {
    display: block;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.tpl-marketing-presentation .fancybox__carousel form .labels-wrapper .submit_button_pink {
    margin-top: 41px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.tpl-marketing-presentation .fancybox__carousel form input {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tpl-marketing-presentation .fancybox__carousel form input:focus {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tpl-marketing-presentation .fancybox__carousel form input:active {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tpl-marketing-presentation .fancybox__carousel form .submit_button {
    margin-top: 20px;
    max-width: 444px;
    width: 100%;
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .fancybox__carousel form .submit_button {
        max-width: 100%;
    }
}

.tpl-marketing-presentation .fancybox__carousel form .submit_button:before {
    background: #EE2A59;
}

.tpl-marketing-presentation .fancybox__carousel form input[type=submit] {
    display: inline-block;
    background: transparent;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    max-width: 444px;
    width: 100%;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border: none;
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .fancybox__carousel form input[type=submit] {
        max-width: 100%;
    }
}

.tpl-marketing-presentation .fancybox__carousel form .placeholder-top {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.tpl-marketing-presentation .fancybox__carousel form .placeholder {
    position: absolute;
    z-index: -1;
    top: 21px;
    left: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 16px;
}

.tpl-marketing-presentation .fancybox__carousel form .placeholder-top .placeholder {
    top: 0;
    color: #C4C4C4;
    font-size: 14px;
}

.tpl-marketing-presentation .fancybox__carousel form .placeholder-top .error-field-msg {
    top: 53px;
}

.tpl-marketing-presentation .fancybox__carousel form .select2-selection__rendered {
    height: unset;
    background: transparent;
    padding: 0 !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tpl-marketing-presentation .fancybox__carousel form .select2-selection__rendered:focus {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tpl-marketing-presentation .fancybox__carousel form .select2-selection__rendered:active {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tpl-marketing-presentation .fancybox__carousel form .select2-selection__arrow:before {
    top: calc(50% - 5px);
}

.tpl-marketing-presentation .fancybox__carousel form .select2 {
    border-bottom: 1px solid #161515;
}

.tpl-marketing-presentation .fancybox__carousel form .select2 .select2-selection:focus, .tpl-marketing-presentation .fancybox__carousel form .select2 .selections:focus {
    border: none;
}

.tpl-marketing-presentation .fancybox__carousel form .select2 .select2-selection:active, .tpl-marketing-presentation .fancybox__carousel form .select2 .selections:active {
    border: none;
}

.tpl-marketing-presentation .fancybox__carousel form .select2 .select2-selection:focus-visible, .tpl-marketing-presentation .fancybox__carousel form .select2 .selections:focus-visible {
    border: none;
}

.tpl-marketing-presentation .fancybox__carousel .carousel__button {
    width: 250px;
    right: -80px;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__carousel .carousel__button {
        right: -100px;
    }
}

.tpl-marketing-presentation .fancybox__carousel .carousel__button:before {
    position: absolute;
    right: 150px;
    top: 5px;
    width: 100px;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

@media (max-width: 1024px) {
    .tpl-marketing-presentation .fancybox__container .form-wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__container .form-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.tpl-marketing-presentation .fancybox__carousel .fancybox__slide .carousel__button.is-close {
    top: 20px;
}

@media (max-width: 768px) {
    .tpl-marketing-presentation .fancybox__carousel .fancybox__slide .carousel__button.is-close {
        top: 0;
    }
}

.tpl-marketing-presentation .fancybox__carousel.is-draggable .fancybox__slide, .tpl-marketing-presentation .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    cursor: auto !important;
}

/* ==========================================================================
     Contact us page
     ========================================================================== */
.contact_us_page .banner-case {
    padding-top: 75px;
    padding-bottom: 112px;
}

@media (max-width: 1100px) {
    .contact_us_page .banner-case {
        padding-top: 65px;
    }
}

@media (max-width: 576px) {
    .contact_us_page .banner-case {
        padding-top: 35px;
        padding-bottom: 29px;
        -webkit-border-radius: 0 0 22px 22px !important;
        border-radius: 0 0 22px 22px !important;
    }
}

@media (max-width: 1440px) {
    .contact_us_page .banner-case .left-content {
        margin-right: 70px;
    }
}

@media (max-width: 1024px) {
    .contact_us_page .banner-case .left-content {
        margin-right: 0;
        margin-top: 54px;
    }
}

.contact_us_page .banner-case .left-content .breadcrumbs {
    margin-bottom: 24px;
}

.contact_us_page .banner-case .left-content .wys {
    margin-bottom: 24px;
    max-width: 600px;
    width: 100%;
}

@media (max-width: 1024px) {
    .contact_us_page .banner-case .left-content .wys {
        max-width: 100%;
    }
}

.contact_us_page .banner-case .left-content .wys h1 {
    padding-bottom: 24px;
}

@media (max-width: 576px) {
    .contact_us_page .banner-case .left-content .wys h1 {
        max-width: 300px;
    }
}

@media (max-width: 576px) {
    .contact_us_page .banner-case .left-content .wys p {
        font-size: 18px;
        line-height: 1.56;
    }
}

.contact_us_page .banner-case .left-content .images-wrapper {
    margin-bottom: 24px;
    max-width: 643px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .contact_us_page .banner-case .left-content .images-wrapper {
        display: none;
    }
}

.contact_us_page .banner-case .left-content .images-wrapper img, .contact_us_page .banner-case .left-content .images-wrapper svg {
    margin-right: 11px;
    max-width: 167px !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 0.1px solid transparent;
}

.contact_us_page .banner-case .left-content .images-wrapper img:last-child, .contact_us_page .banner-case .left-content .images-wrapper svg:last-child {
    margin-right: 0;
}

.contact_us_page .banner-case .left-content .button-pink {
    max-width: 214px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

@media (max-width: 576px) {
    .contact_us_page .banner-case .left-content .button-pink {
        max-width: 100%;
    }
}

.contact_us_page .banner-case .right-content .img_wrapper {
    position: relative;
    max-width: 684px;
    width: 100%;
}

@media (max-width: 1024px) {
    .contact_us_page .banner-case .right-content .img_wrapper {
        max-width: 460px;
    }
}

.contact_us_page .banner-case .right-content .img_wrapper .img-video-div {
    max-width: 684px;
    width: 100%;
    max-height: 500px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

@media (max-width: 1024px) {
    .contact_us_page .banner-case .right-content .img_wrapper .img-video-div {
        max-width: 460px;
    }
}

.contact_us_page .banner-case .right-content .img_wrapper .img-video-div img, .contact_us_page .banner-case .right-content .img_wrapper .img-video-div video, .contact_us_page .banner-case .right-content .img_wrapper .img-video-div .video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

.contact_us_page .banner-case .right-content .img_wrapper .img-video-div .video {
    pointer-events: none;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100% !important;
}

.contact_us_page .banner-case .right-content .img_wrapper .img-video-div .video iframe {
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

.contact_us_page .banner-case .right-content .img_wrapper .img-video-div .video-link {
    height: 500px !important;
}

@media (max-width: 1024px) {
    .contact_us_page .banner-case .right-content .img_wrapper .img-video-div .video-link {
        height: 300px !important;
    }
}

.contact_us_page .banner-case .right-content .img_wrapper .main_img {
    max-width: 684px;
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

@media (max-width: 1024px) {
    .contact_us_page .banner-case .right-content .img_wrapper .main_img {
        max-width: 460px;
    }
}

.contact_us_page .banner-case .right-content .img_wrapper .wrap_mini_icon_1 {
    width: 70px;
    height: 70px;
    position: absolute;
    top: -44px;
    right: 176px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .contact_us_page .banner-case .right-content .img_wrapper .wrap_mini_icon_1 {
        left: 86px;
        right: auto;
    }
}

@media (max-width: 576px) {
    .contact_us_page .banner-case .right-content .img_wrapper .wrap_mini_icon_1 {
        width: 44px;
        height: 44px;
        top: -17px;
    }
}

.contact_us_page .banner-case .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1 {
    width: 54px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
    .contact_us_page .banner-case .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1 {
        width: 34px;
        height: 34px;
    }
}

.contact_us_page .banner-case .right-content .img_wrapper .wrap_mini_icon_2 {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: 88px;
    left: -35px;
}

@media (max-width: 1024px) {
    .contact_us_page .banner-case .right-content .img_wrapper .wrap_mini_icon_2 {
        right: 48px;
        left: auto;
        bottom: -35px;
    }
}

@media (max-width: 576px) {
    .contact_us_page .banner-case .right-content .img_wrapper .wrap_mini_icon_2 {
        width: 44px;
        height: 44px;
        bottom: -20px;
    }
}

.contact_us_page .banner-case .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2 {
    width: 54px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
    .contact_us_page .banner-case .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2 {
        width: 34px;
        height: 34px;
    }
}

.contact_us_page .contact_information_section {
    margin-top: 100px;
    margin-bottom: 148px;
}

@media (max-width: 1024px) {
    .contact_us_page .contact_information_section {
        margin: 80px 0;
    }
}

@media (max-width: 876px) {
    .contact_us_page .contact_information_section {
        margin: 70px 0 68px 0;
    }
}

.contact_us_page .contact_information_section .title_and_text {
    margin-bottom: 48px;
}

@media (max-width: 576px) {
    .contact_us_page .contact_information_section .title_and_text {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .contact_us_page .contact_information_section .title_and_text p {
        display: none;
    }
}

.contact_us_page .contact_information_section .cards_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.15%;
    width: 102.3%;
    gap: 30px 0;
}

.contact_us_page .contact_information_section .cards_wrapper > * {
    width: 31.0333333333%;
    margin: 0 1.15% 1.5333333333em;
}

@media (max-width: 1023px) {
    .contact_us_page .contact_information_section .cards_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
    }

    .contact_us_page .contact_information_section .cards_wrapper > * {
        width: 48%;
        margin: 0 1% 1.5em;
    }
}

@media (max-width: 576px) {
    .contact_us_page .contact_information_section .cards_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0.75%;
        width: 101.5%;
        gap: 25px 0;
    }

    .contact_us_page .contact_information_section .cards_wrapper > * {
        width: 98.5%;
        margin: 0 0.75% 1.5em;
    }
}

.contact_us_page .contact_information_section .cards_wrapper .card {
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    background: #FFFFFF;
    padding: 38px 20px 17px 40px;
    margin-bottom: 0;
}

@media (max-width: 576px) {
    .contact_us_page .contact_information_section .cards_wrapper .card {
        padding: 38px 20px 17px 48px;
    }
}

.contact_us_page .contact_information_section .cards_wrapper .card .title_card {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

.contact_us_page .contact_information_section .cards_wrapper .card .wys {
    margin-bottom: 0;
}

.contact_us_page .contact_information_section .cards_wrapper .card .wys strong {
    font-weight: 600;
}

.contact_us_page .contact_information_section .cards_wrapper .card .wys p {
    padding-bottom: 0;
    font-size: 18px;
}

@media (max-width: 576px) {
    .contact_us_page .contact_information_section .cards_wrapper .card .wys p {
        font-size: 18px;
    }
}

.contact_us_page .contact_information_section .cards_wrapper .card .wys p a {
    font-size: 18px;
}

.contact_us_page .contact_information_section .cards_wrapper .phone_card .title_card {
    margin-bottom: 33px;
}

@media (max-width: 576px) {
    .contact_us_page .contact_information_section .cards_wrapper .phone_card .title_card {
        margin-bottom: 30px;
    }
}

.contact_us_page .contact_information_section .cards_wrapper .phone_card .icon_text_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.contact_us_page .contact_information_section .cards_wrapper .phone_card .icon_text_wrap img {
    margin-top: 7px;
    margin-right: 12px;
    max-width: 22px;
    max-height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
}

.contact_us_page .contact_information_section .cards_wrapper .phone_card .wys a {
    font-size: 18px;
    color: #161615;
    line-height: 2;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 0.7s ease;
    -o-transition: background-position 0.7s ease;
    transition: background-position 0.7s ease;
}

.contact_us_page .contact_information_section .cards_wrapper .phone_card .wys a:hover {
    background-position: 0 100%;
}

.contact_us_page .contact_information_section .cards_wrapper .phone_card .wys a:before {
    display: none;
}

.contact_us_page .contact_information_section .cards_wrapper .email_card .title_card {
    margin-bottom: 40px;
}

.contact_us_page .contact_information_section .cards_wrapper .email_card .text_email_card p {
    padding-bottom: 45px;
}

.contact_us_page .contact_information_section .cards_wrapper .email_card .text_email_card p a {
    font-weight: 600;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
}

.contact_us_page .contact_information_section .cards_wrapper .social_links_card .title_card {
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .contact_us_page .contact_information_section .cards_wrapper .social_links_card .title_card {
        margin-bottom: 45px;
    }
}

.contact_us_page .contact_information_section .cards_wrapper .social_links_card .soc_link {
    display: block;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 18px;
    overflow: hidden;
    color: #161615;
    background: -webkit-gradient(linear, left top, right top, from(#ee2a59), color-stop(50%, #ee2a59), color-stop(50%, #161515));
    background: -webkit-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: -o-linear-gradient(left, #ee2a59, #ee2a59 50%, #161515 50%);
    background: linear-gradient(to right, #ee2a59, #ee2a59 50%, #161515 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    background-position: 100%;
    -webkit-transition: background-position 1.5s ease;
    -o-transition: background-position 1.5s ease;
    transition: background-position 1.5s ease;
}

.contact_us_page .contact_information_section .cards_wrapper .social_links_card .soc_link img, .contact_us_page .contact_information_section .cards_wrapper .social_links_card .soc_link svg {
    margin-right: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 24px;
    max-height: 20px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.contact_us_page .contact_information_section .cards_wrapper .social_links_card .soc_link img path, .contact_us_page .contact_information_section .cards_wrapper .social_links_card .soc_link svg path {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.contact_us_page .contact_information_section .cards_wrapper .social_links_card .soc_link:hover {
    background-position: 0 100%;
}

.contact_us_page .contact_information_section .cards_wrapper .social_links_card .soc_link:hover svg path {
    fill: #EE2A59;
}

.contact_us_page .section_with_map {
    overflow: hidden;
    margin: 148px 0;
}

@media (max-width: 1024px) {
    .contact_us_page .section_with_map {
        margin: 80px 0;
    }
}

@media (max-width: 876px) {
    .contact_us_page .section_with_map {
        margin: 68px 0;
    }
}

.contact_us_page .section_with_map .title_and_text {
    margin: 0 auto 60px auto;
    max-width: 1100px;
    width: 100%;
}

@media (max-width: 876px) {
    .contact_us_page .section_with_map .title_and_text {
        margin: 0 auto 30px auto;
    }
}

@media (max-width: 576px) {
    .contact_us_page .section_with_map .title_and_text p {
        display: none;
    }
}

@media (max-width: 550px) {
    .contact_us_page .section_with_map .map_img .row1400 {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .contact_us_page .reach-out-section {
        margin-bottom: 60px;
    }
}

/* ==========================================================================
     Partnership page
     ========================================================================== */
.partnership_page .banner-case {
    padding-top: 65px;
    padding-bottom: 93px;
}

@media (max-width: 1024px) {
    .partnership_page .banner-case {
        padding-top: 10px;
        padding-bottom: 19px;
        -webkit-border-radius: 0 0 16px 16px;
        border-radius: 0 0 16px 16px;
    }
}

@media (max-width: 1110px) {
    .partnership_page .banner-case .flex-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.partnership_page .banner-case .flex-wrapper .left-content {
    max-width: 673px;
}

@media (max-width: 1024px) {
    .partnership_page .banner-case .flex-wrapper .left-content {
        max-width: 100%;
    }
}

.partnership_page .banner-case .flex-wrapper .right-content-partnership {
    max-width: 512px;
    width: 100%;
    gap: 0;
}

@media (max-width: 1110px) {
    .partnership_page .banner-case .flex-wrapper .right-content-partnership {
        max-width: 530px;
    }
}

.partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
}

@media (max-width: 1240px) {
    .partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column {
    width: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}

@media (max-width: 576px) {
    .partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column {
        width: 32%;
        -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    }
}

.partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column .img_text_wrapper {
    position: relative;
}

.partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column .img_text_wrapper img, .partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column .img_text_wrapper video {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    -o-object-fit: cover;
    object-fit: cover;
}

.partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column_1 {
    margin-right: 14px;
    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: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column_1 .img_text_wrapper .img_1 {
    margin-bottom: 14px;
    width: 249px;
    height: 249px;
}

@media (max-width: 576px) {
    .partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column_1 .img_text_wrapper .img_1 {
        height: 108px;
        width: 108px;
        margin-bottom: 6px;
    }
}

.partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column_1 .img_text_wrapper .img_3 {
    width: 187px;
    height: 187px;
}

@media (max-width: 576px) {
    .partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column_1 .img_text_wrapper .img_3 {
        height: 81px;
        width: 81px;
    }
}

.partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column_2 .img_2 {
    width: 249px;
    height: 262px;
    margin-bottom: 14px;
}

@media (max-width: 576px) {
    .partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column_2 .img_2 {
        height: 113px;
        width: 108px;
        margin-bottom: 6px;
    }
}

.partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column_2 .img_4 {
    width: 249px;
    height: 262px;
}

@media (max-width: 576px) {
    .partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .column_2 .img_4 {
        height: 113px;
        width: 108px;
    }
}

.partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .position {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7.5px 11px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: #161515;
    left: 20px;
    bottom: 33px;
}

@media (max-width: 576px) {
    .partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .position {
        padding: 4px 10px;
        left: 10px;
        bottom: 8px;
    }
}

.partnership_page .banner-case .flex-wrapper .right-content-partnership .images_wrapper .position svg {
    margin-right: 4px;
}

@media (max-width: 576px) {
    .partnership_page .firms-list {
        padding: 24px 0;
    }
}

.partnership_page .blocks_with_icons_and_hovers {
    margin: 100px 0 148px 0;
}

@media (max-width: 1051px) {
    .partnership_page .blocks_with_icons_and_hovers {
        margin: 68px 0;
    }
}

@media (max-width: 576px) {
    .partnership_page .blocks_with_icons_and_hovers .title_and_text h2 {
        text-align: center !important;
    }

    .partnership_page .blocks_with_icons_and_hovers .title_and_text p {
        display: none;
    }
}

.partnership_page .blocks_with_icons_and_hovers .blocks_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    gap: 40px 0;
}

.partnership_page .blocks_with_icons_and_hovers .blocks_wrapper > * {
    width: 23%;
    margin: 0 1% 1.25em;
}

@media (max-width: 1051px) {
    .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper {
        gap: 20px 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
    }

    .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper > * {
        width: 31.3333333333%;
        margin: 0 1% 1.3333333333em;
    }
}

@media (max-width: 500px) {
    .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.75%;
        width: 103.5%;
    }

    .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper > * {
        width: 46.5%;
        margin: 0 1.75% 2.625em;
    }
}

.partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .block {
    padding: 40px 20px;
    margin-bottom: 0;
    text-align: center;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

@media (max-width: 1024px) {
    .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .block {
        padding: 40px 10px 20px 10px;
    }
}

@media (max-width: 576px) {
    .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .block {
        min-height: 165px;
    }
}

.partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .block:hover {
    border: 2px solid #161515;
    -webkit-transform: translate(-8px, -8px);
    -ms-transform: translate(-8px, -8px);
    transform: translate(-8px, -8px);
    -webkit-box-shadow: 8px 8px 0 #161515;
    box-shadow: 8px 8px 0 #161515;
}

@media (max-width: 1024px) {
    .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .block:hover {
        border: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: transparent;
    }
}

.partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .icon_img {
    max-height: 60px;
    min-height: 60px;
    margin-bottom: 19px;
}

@media (max-width: 425px) {
    .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .icon_img {
        max-height: 60px;
        min-height: 50px;
        height: 60px;
        margin-bottom: 20px;
    }
}

.partnership_page .blocks_with_icons_and_hovers .blocks_wrapper img, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper svg {
    max-height: 60px;
    min-height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 425px) {
    .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper img, .partnership_page .blocks_with_icons_and_hovers .blocks_wrapper svg {
        max-width: 120px;
        max-height: 60px;
        min-height: 50px;
    }
}

.partnership_page .blocks_with_icons_and_hovers .blocks_wrapper .text_block {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
    font-weight: 500;
}

.partnership_page .blocks_with_numbers_and_text {
    margin: 148px 0;
}

@media (max-width: 768px) {
    .partnership_page .blocks_with_numbers_and_text {
        margin: 68px 0;
    }
}

@media (max-width: 768px) {
    .partnership_page .blocks_with_numbers_and_text .title_and_text {
        text-align: left;
        margin-bottom: 13px;
    }
}

@media (max-width: 425px) {
    .partnership_page .blocks_with_numbers_and_text .title_and_text {
        max-width: 320px;
    }
}

@media (max-width: 768px) {
    .partnership_page .blocks_with_numbers_and_text .title_and_text h2 {
        text-align: center !important;
    }
}

@media (max-width: 576px) {
    .partnership_page .blocks_with_numbers_and_text .title_and_text p {
        display: none;
    }
}

.partnership_page .blocks_with_numbers_and_text .blocks_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3.75%;
    width: 107.5%;
    gap: 60px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.partnership_page .blocks_with_numbers_and_text .blocks_wrapper > * {
    width: 25.8333333333%;
    margin: 0 3.75% 5em;
}

@media (max-width: 1200px) {
    .partnership_page .blocks_with_numbers_and_text .blocks_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5%;
        width: 103%;
    }

    .partnership_page .blocks_with_numbers_and_text .blocks_wrapper > * {
        width: 30.3333333333%;
        margin: 0 1.5% 2em;
    }
}

@media (max-width: 1024px) {
    .partnership_page .blocks_with_numbers_and_text .blocks_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5%;
        width: 103%;
    }

    .partnership_page .blocks_with_numbers_and_text .blocks_wrapper > * {
        width: 47%;
        margin: 0 1.5% 2.25em;
    }
}

@media (max-width: 768px) {
    .partnership_page .blocks_with_numbers_and_text .blocks_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.5%;
        width: 103%;
        gap: 30px 0;
    }

    .partnership_page .blocks_with_numbers_and_text .blocks_wrapper > * {
        width: 97%;
        margin: 0 1.5% 3em;
    }
}

.partnership_page .blocks_with_numbers_and_text .blocks_wrapper .block {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .partnership_page .blocks_with_numbers_and_text .blocks_wrapper .block:last-child {
        margin-bottom: 0;
    }
}

.partnership_page .blocks_with_numbers_and_text .blocks_wrapper .icon_img {
    max-width: 97px;
    width: 100%;
    max-height: 67px;
    min-height: 67px;
    margin-bottom: 16px;
}

.partnership_page .blocks_with_numbers_and_text .blocks_wrapper img, .partnership_page .blocks_with_numbers_and_text .blocks_wrapper svg {
    max-height: 67px;
    min-height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 97px;
    width: 100%;
}

.partnership_page .blocks_with_numbers_and_text .blocks_wrapper .title_block {
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #363636;
}

@media (max-width: 576px) {
    .partnership_page .blocks_with_numbers_and_text .blocks_wrapper .title_block {
        font-weight: 700;
        line-height: 1.33;
    }
}

.partnership_page .blocks_with_numbers_and_text .blocks_wrapper .text_block {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

@media (max-width: 425px) {
    .partnership_page .blocks_with_numbers_and_text .blocks_wrapper .text_block {
        max-width: 330px;
        width: 100%;
    }
}

.partnership_page .color_card {
    margin: 148px 0;
}

@media (max-width: 768px) {
    .partnership_page .color_card {
        margin: 68px 0;
    }
}

.partnership_page .color_card .card {
    max-width: 1398px;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 57px 52px 58px 62px;
}

@media (max-width: 768px) {
    .partnership_page .color_card .card {
        padding: 20px 13px 32px 30px;
    }
}

.partnership_page .color_card .card .wys {
    margin-bottom: 28px;
}

@media (max-width: 576px) {
    .partnership_page .color_card .card .wys {
        margin-bottom: 40px;
    }
}

.partnership_page .color_card .card .wys p, .partnership_page .color_card .card .wys li {
    font-weight: 600;
    font-size: 64px;
    line-height: 1.16;
    color: #FFFFFF;
}

@media (max-width: 1024px) {
    .partnership_page .color_card .card .wys p, .partnership_page .color_card .card .wys li {
        font-size: 50px;
    }

    .partnership_page .color_card .card .wys p br, .partnership_page .color_card .card .wys li br {
        display: none;
    }
}

@media (max-width: 768px) {
    .partnership_page .color_card .card .wys p, .partnership_page .color_card .card .wys li {
        font-size: 48px;
        line-height: 1.33;
    }
}

@media (max-width: 576px) {
    .partnership_page .color_card .card .wys p, .partnership_page .color_card .card .wys li {
        font-size: 30px;
    }
}

.partnership_page .color_card .card .button-pink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    font-size: 16px;
}

.partnership_page .color_card .card .button-pink span {
    margin-right: 46px;
}

.partnership_page .awards_section {
    margin: 148px 0;
}

@media (max-width: 876px) {
    .partnership_page .awards_section {
        margin-top: 80px;
        margin-bottom: 68px;
    }
}

/* ==========================================================================
     Services - Design page
     ========================================================================== */
.services_design_page .banner-case, .tax-case-design .banner-case {
    padding-top: 75px;
    padding-bottom: 92px;
}

@media (max-width: 1100px) {
    .services_design_page .banner-case, .tax-case-design .banner-case {
        padding-top: 60px;
    }
}

@media (max-width: 576px) {
    .services_design_page .banner-case, .tax-case-design .banner-case {
        padding-bottom: 17px;
        -webkit-border-radius: 0 0 22px 22px !important;
        border-radius: 0 0 22px 22px !important;
    }
}

.services_design_page .banner-case .left-content, .tax-case-design .banner-case .left-content {
    max-width: 673px;
}

@media (max-width: 1440px) {
    .services_design_page .banner-case .left-content, .tax-case-design .banner-case .left-content {
        margin-right: 70px;
    }
}

@media (max-width: 1024px) {
    .services_design_page .banner-case .left-content, .tax-case-design .banner-case .left-content {
        max-width: 100%;
        margin-right: 0;
        margin-top: 54px;
    }
}

.services_design_page .banner-case .left-content .breadcrumbs, .tax-case-design .banner-case .left-content .breadcrumbs {
    margin-bottom: 24px;
}

.services_design_page .banner-case .left-content .wys, .tax-case-design .banner-case .left-content .wys {
    margin-bottom: 24px;
    max-width: 673px;
    width: 100%;
}

@media (max-width: 1024px) {
    .services_design_page .banner-case .left-content .wys, .tax-case-design .banner-case .left-content .wys {
        max-width: 100%;
    }
}

.services_design_page .banner-case .left-content .wys h1, .tax-case-design .banner-case .left-content .wys h1 {
    font-size: 64px;
    line-height: 1.16;
    padding-bottom: 24px;
}

@media (max-width: 1100px) {
    .services_design_page .banner-case .left-content .wys h1, .tax-case-design .banner-case .left-content .wys h1 {
        font-size: 58px;
    }
}

@media (max-width: 768px) {
    .services_design_page .banner-case .left-content .wys h1, .tax-case-design .banner-case .left-content .wys h1 {
        font-size: 52px;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .services_design_page .banner-case .left-content .wys h1, .tax-case-design .banner-case .left-content .wys h1 {
        font-size: 45px;
    }
}

@media (max-width: 425px) {
    .services_design_page .banner-case .left-content .wys h1, .tax-case-design .banner-case .left-content .wys h1 {
        font-weight: 600;
        font-size: 38px;
        line-height: 1.26;
    }
}

.services_design_page .banner-case .left-content .wys h1 br, .tax-case-design .banner-case .left-content .wys h1 br {
    display: none;
}

@media (max-width: 425px) {
    .services_design_page .banner-case .left-content .wys h1 br, .tax-case-design .banner-case .left-content .wys h1 br {
        display: block;
    }
}

@media (max-width: 576px) {
    .services_design_page .banner-case .left-content .wys p, .tax-case-design .banner-case .left-content .wys p {
        font-size: 18px;
        line-height: 1.56;
    }
}

.services_design_page .banner-case .left-content .button-pink, .tax-case-design .banner-case .left-content .button-pink {
    max-width: 214px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}

@media (max-width: 576px) {
    .services_design_page .banner-case .left-content .button-pink, .tax-case-design .banner-case .left-content .button-pink {
        max-width: 100%;
    }
}

.services_design_page .banner-case .right-content, .tax-case-design .banner-case .right-content {
    max-width: 565px;
    width: 100%;
}

@media (max-width: 1024px) {
    .services_design_page .banner-case .right-content, .tax-case-design .banner-case .right-content {
        max-width: 100%;
    }
}

.services_design_page .banner-case .right-content .img_wrapper, .tax-case-design .banner-case .right-content .img_wrapper {
    position: relative;
    max-width: 565px;
    width: 100%;
}

@media (max-width: 1024px) {
    .services_design_page .banner-case .right-content .img_wrapper, .tax-case-design .banner-case .right-content .img_wrapper {
        max-width: 460px;
    }
}

.services_design_page .banner-case .right-content .img_wrapper .main_img, .tax-case-design .banner-case .right-content .img_wrapper .main_img {
    max-width: 565px;
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

@media (max-width: 1024px) {
    .services_design_page .banner-case .right-content .img_wrapper .main_img, .tax-case-design .banner-case .right-content .img_wrapper .main_img {
        max-width: 460px;
    }
}

.services_design_page .banner-case .right-content .img_wrapper .wrap_mini_icon_1, .tax-case-design .banner-case .right-content .img_wrapper .wrap_mini_icon_1 {
    position: absolute;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: -44px;
    right: 58px;
    width: 70px;
    height: 70px;
}

@media (max-width: 1024px) {
    .services_design_page .banner-case .right-content .img_wrapper .wrap_mini_icon_1, .tax-case-design .banner-case .right-content .img_wrapper .wrap_mini_icon_1 {
        top: -38px;
        left: 83px;
        right: auto;
    }
}

@media (max-width: 576px) {
    .services_design_page .banner-case .right-content .img_wrapper .wrap_mini_icon_1, .tax-case-design .banner-case .right-content .img_wrapper .wrap_mini_icon_1 {
        width: 44px;
        height: 44px;
        top: -22px;
    }
}

.services_design_page .banner-case .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1, .tax-case-design .banner-case .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1 {
    width: 54px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
    .services_design_page .banner-case .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1, .tax-case-design .banner-case .right-content .img_wrapper .wrap_mini_icon_1 .mini_icon_1 {
        width: 34px;
        height: 34px;
    }
}

.services_design_page .banner-case .right-content .img_wrapper .wrap_mini_icon_2, .tax-case-design .banner-case .right-content .img_wrapper .wrap_mini_icon_2 {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    bottom: 71px;
    left: -35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .services_design_page .banner-case .right-content .img_wrapper .wrap_mini_icon_2, .tax-case-design .banner-case .right-content .img_wrapper .wrap_mini_icon_2 {
        right: 48px;
        left: auto;
        bottom: -35px;
    }
}

@media (max-width: 576px) {
    .services_design_page .banner-case .right-content .img_wrapper .wrap_mini_icon_2, .tax-case-design .banner-case .right-content .img_wrapper .wrap_mini_icon_2 {
        width: 44px;
        height: 44px;
        bottom: -28px;
    }
}

.services_design_page .banner-case .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2, .tax-case-design .banner-case .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2 {
    width: 54px;
    height: 54px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
    .services_design_page .banner-case .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2, .tax-case-design .banner-case .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2 {
        width: 34px;
        height: 34px;
    }
}

.services_design_page .tabber_section, .tax-case-design .tabber_section {
    margin-top: 122px;
    margin-bottom: 148px;
}

@media (max-width: 1024px) {
    .services_design_page .tabber_section, .tax-case-design .tabber_section {
        margin-top: 75px;
        margin-bottom: 70px;
    }
}

.services_design_page .tabber_section .categories-list, .tax-case-design .tabber_section .categories-list {
    margin-top: 24px;
    margin-bottom: 60px;
}

@media (max-width: 678px) {
    .services_design_page .tabber_section .categories-list, .tax-case-design .tabber_section .categories-list {
        margin-bottom: 40px;
    }
}

.services_design_page .tabber_section .tabs-cases .cat, .tax-case-design .tabber_section .tabs-cases .cat {
    display: inline-block;
    cursor: pointer;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

.services_design_page .tabber_section .tab-content-cases, .tax-case-design .tabber_section .tab-content-cases {
    display: none;
    margin-bottom: 30px;
}

.services_design_page .tabber_section .tab-content-cases.active, .tax-case-design .tabber_section .tab-content-cases.active {
    display: inherit;
}

.services_design_page .tabber_section .tab-content-cases .posts_wrapper, .tax-case-design .tabber_section .tab-content-cases .posts_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.1%;
    width: 102.2%;
}

.services_design_page .tabber_section .tab-content-cases .posts_wrapper > *, .tax-case-design .tabber_section .tab-content-cases .posts_wrapper > * {
    width: 31.1333333333%;
    margin: 0 1.1% 1.4666666667em;
}

@media (max-width: 1100px) {
    .services_design_page .tabber_section .tab-content-cases .posts_wrapper, .tax-case-design .tabber_section .tab-content-cases .posts_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.1%;
        width: 102.2%;
    }

    .services_design_page .tabber_section .tab-content-cases .posts_wrapper > *, .tax-case-design .tabber_section .tab-content-cases .posts_wrapper > * {
        width: 47.8%;
        margin: 0 1.1% 1.65em;
    }
}

@media (max-width: 678px) {
    .services_design_page .tabber_section .tab-content-cases .posts_wrapper, .tax-case-design .tabber_section .tab-content-cases .posts_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1.1%;
        width: 102.2%;
    }

    .services_design_page .tabber_section .tab-content-cases .posts_wrapper > *, .tax-case-design .tabber_section .tab-content-cases .posts_wrapper > * {
        width: 97.8%;
        margin: 0 1.1% 2.2em;
    }
}

.services_design_page .tabber_section .tab-content-cases .post, .tax-case-design .tabber_section .tab-content-cases .post {
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin-bottom: 30px;
    overflow: hidden;
}

.services_design_page .tabber_section .tab-content-cases .post .image_post, .tax-case-design .tabber_section .tab-content-cases .post .image_post {
    isolation: isolate;
    overflow: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 1100px) {
    .services_design_page .tabber_section .tab-content-cases .post .image_post, .tax-case-design .tabber_section .tab-content-cases .post .image_post {
        width: 100%;
    }
}

.services_design_page .tabber_section .tab-content-cases .post .image_post img, .tax-case-design .tabber_section .tab-content-cases .post .image_post img {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    isolation: isolate;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 333px;
    max-width: 445px;
    width: 100%;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

@media (max-width: 1100px) {
    .services_design_page .tabber_section .tab-content-cases .post .image_post img, .tax-case-design .tabber_section .tab-content-cases .post .image_post img {
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .services_design_page .tabber_section .tab-content-cases .post .image_post img, .tax-case-design .tabber_section .tab-content-cases .post .image_post img {
        max-height: 256px;
    }
}

.services_design_page .tabber_section .tab-content-cases .post .hover, .tax-case-design .tabber_section .tab-content-cases .post .hover {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: 1;
    background-image: url("../img/hover-bc-2.png");
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper a, .services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper p, .services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper li, .services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper span, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper a, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper p, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper li, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper span {
    color: #ffffff;
}

.services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper .logo-img, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper .logo-img {
    max-width: 200px;
    width: 100%;
    max-height: 60px;
    margin-bottom: 23px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper .logo-img, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper .logo-img {
        max-width: 200px;
    }
}

@media (max-width: 1100px) {
    .services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper .logo-img, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper .logo-img {
        max-width: 150px;
        width: 100%;
        margin: 0 auto 23px auto;
    }
}

@media (max-width: 370px) {
    .services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper .logo-img, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper .logo-img {
        max-width: 100px;
        margin: 0 auto 15px auto;
    }
}

.services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper .title_post, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper .title_post {
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 0 auto 13px auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    height: 68px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 1200px) {
    .services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper .title_post, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper .title_post {
        max-width: 290px;
        font-size: 20px;
        height: 60px;
    }
}

@media (max-width: 1100px) {
    .services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper .title_post, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper .title_post {
        font-size: 24px;
        height: 68px;
    }
}

@media (max-width: 768px) {
    .services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper .title_post, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper .title_post {
        font-size: 20px;
        max-width: 270px;
        height: 60px;
    }
}

@media (max-width: 370px) {
    .services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper .title_post, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper .title_post {
        font-size: 18px;
    }
}

.services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper .description_preview, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper .description_preview {
    max-width: 270px;
    width: 100%;
    margin: 0 auto 38px auto;
    height: 42px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.43;
    text-align: center;
    color: #ffffff;
}

@media (max-width: 370px) {
    .services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper .description_preview, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper .description_preview {
        margin: 0 auto 18px auto;
    }
}

.services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper .read_case, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper .read_case {
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    position: relative;
    border-bottom: 1px solid transparent;
}

.services_design_page .tabber_section .tab-content-cases .post .hover .hover_wrapper .read_case:hover, .tax-case-design .tabber_section .tab-content-cases .post .hover .hover_wrapper .read_case:hover {
    border-bottom: 1px solid #ee2a59;
}

.services_design_page .tabber_section .tab-content-cases .post:hover .image_post, .tax-case-design .tabber_section .tab-content-cases .post:hover .image_post {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.services_design_page .tabber_section .tab-content-cases .post:hover .hover, .tax-case-design .tabber_section .tab-content-cases .post:hover .hover {
    opacity: 1;
    visibility: visible;
}

.services_design_page .tabber_section .wp-pagenavi, .tax-case-design .tabber_section .wp-pagenavi {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tax-case-design .tabber_section .categories-list .cat a {
    cursor: pointer;
}

/* ==========================================================================
     Case page - Design
     ========================================================================== */
@media (max-width: 768px) {
    body.single-services-design #contact_popup {
        padding: 50px 20px 25px 20px !important; } }

.case_design_content .banner-case-design {
    margin: 125px 0 240px; }
@media (max-width: 1024px) {
    .case_design_content .banner-case-design {
        margin: 100px 0; } }
@media (max-width: 576px) {
    .case_design_content .banner-case-design {
        margin: 50px 0; } }
.case_design_content .banner-case-design .content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between; }
@media (max-width: 1024px) {
    .case_design_content .banner-case-design .content-wrapper {
        flex-direction: column-reverse;
        align-items: flex-start; } }
.case_design_content .banner-case-design .content-wrapper .text-wrapper {
    margin-right: 20px;
    max-width: 623px;
    flex: 1 1 0; }
@media (max-width: 1024px) {
    .case_design_content .banner-case-design .content-wrapper .text-wrapper {
        max-width: 100%;
        margin-right: 0;
        margin-top: 54px; } }
.case_design_content .banner-case-design .content-wrapper .text-wrapper .breadcrumbs {
    margin-bottom: 20px;
    line-height: 1.43; }
@media (max-width: 768px) {
    .case_design_content .banner-case-design .content-wrapper .text-wrapper .breadcrumbs {
        margin-bottom: 16px; } }
.case_design_content .banner-case-design .content-wrapper .text-wrapper .title_text {
    margin-bottom: 60px; }
@media (max-width: 576px) {
    .case_design_content .banner-case-design .content-wrapper .text-wrapper .title_text {
        margin-bottom: 24px; } }
.case_design_content .banner-case-design .content-wrapper .text-wrapper .title_text h1 {
    padding-bottom: 42px;
    font-weight: 600;
    font-size: 48px;
    line-height: 121%;
    color: #161515; }
@media (max-width: 1024px) {
    .case_design_content .banner-case-design .content-wrapper .text-wrapper .title_text h1 br {
        display: none; } }
@media (max-width: 576px) {
    .case_design_content .banner-case-design .content-wrapper .text-wrapper .title_text h1 {
        font-size: 38px;
        line-height: 1.26;
        padding-bottom: 24px; } }
.case_design_content .banner-case-design .content-wrapper .text-wrapper .title_text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #161515;
    max-width: 596px; }
@media (max-width: 1024px) {
    .case_design_content .banner-case-design .content-wrapper .text-wrapper .title_text p {
        max-width: 100%; } }
.case_design_content .banner-case-design .content-wrapper .text-wrapper .tabs-navigation {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 24px;
    margin: -30px 0 30px; }
@media (max-width: 576px) {
    .case_design_content .banner-case-design .content-wrapper .text-wrapper .tabs-navigation {
        margin: 0 0 24px; } }
.case_design_content .banner-case-design .content-wrapper .text-wrapper .tabs-navigation .item-navigation {
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    color: #161515;
    transition: .3s all ease;
    padding: 10px 16px;
    border: 2px solid #c4c4c4;
    border-radius: 8px; }
.case_design_content .banner-case-design .content-wrapper .text-wrapper .tabs-navigation .item-navigation:hover {
    border-color: #000; }
.case_design_content .banner-case-design .content-wrapper .text-wrapper .tabs-navigation .item-navigation.active{
    border-color: #000; }
.case_design_content .banner-case-design .content-wrapper .text-wrapper .button-pink {
    max-width: 300px;
    padding: 17px 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
@media (max-width: 576px) {
    .case_design_content .banner-case-design .content-wrapper .text-wrapper .button-pink {
        max-width: 100%; } }
.case_design_content .banner-case-design .content-wrapper .img-wrap {
    cursor: pointer;
    max-width: 684px;
    border-radius: 16px;
    flex: 1 1 0; }
.case_design_content .banner-case-design .content-wrapper .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    backface-visibility: visible;
    border-radius: 16px; }

.case_design_content .text_and_three_text_columns_section {
    margin-top: 62px;
    margin-bottom: 43px;
}

@media (max-width: 1024px) {
    .case_design_content .text_and_three_text_columns_section {
        margin-top: 37px;
        margin-bottom: 0;
    }
}

.case_design_content .text_and_three_text_columns_section .title_text {
    margin-bottom: 35px;
    max-width: 871px;
    width: 100%;
}

@media (max-width: 1024px) {
    .case_design_content .text_and_three_text_columns_section .title_text {
        max-width: 100%;
        margin-bottom: 16px;
    }
}

.case_design_content .text_and_three_text_columns_section .columns_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
}

.case_design_content .text_and_three_text_columns_section .columns_wrapper > * {
    width: 30.3333333333%;
    margin: 0 1.5% 2em;
}

@media (max-width: 876px) {
    .case_design_content .text_and_three_text_columns_section .columns_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -1%;
        width: 102%;
    }

    .case_design_content .text_and_three_text_columns_section .columns_wrapper > * {
        width: 48%;
        margin: 0 1% 1.5em;
    }
}

@media (max-width: 678px) {
    .case_design_content .text_and_three_text_columns_section .columns_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0.75%;
        width: 101.5%;
    }

    .case_design_content .text_and_three_text_columns_section .columns_wrapper > * {
        width: 98.5%;
        margin: 0 0.75% 1.5em;
    }
}

.case_design_content .text_and_three_text_columns_section .columns_wrapper .column .title_of_column {
    margin-bottom: 11px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

.case_design_content .text_and_three_text_columns_section .columns_wrapper .column .text_column p {
    font-size: 16px;
    line-height: 1.62;
}

.case_design_content .image_section {
    margin: 160px 0; }
@media (max-width: 1024px) {
    .case_design_content .image_section {
        margin: 100px 0; } }
.case_design_content .image_section.gray-element .row1140 {
    position: relative;
    padding: 30px 28px 0; }
.case_design_content .image_section.gray-element .row1140:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 674px;
    border-radius: 22px;
    background: #f7f7f7;
    z-index: -1;
}
.case_design_content .image_section {
    margin: 160px 0; }
@media (max-width: 1024px) {
    .case_design_content .image_section {
        margin: 100px 0; } }
.case_design_content .image_section.gray-element .row1140 {
    position: relative;
    padding: 30px 28px 0; }
@media (max-width: 1024px) {
    .case_design_content .image_section.gray-element .row1140 {
        padding: 20px 18px 0; } }
@media (max-width: 768px) {
    .case_design_content .image_section.gray-element .row1140 {
        padding: 0; } }
.case_design_content .image_section.gray-element .row1140:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 674px;
    border-radius: 22px;
    background: #f7f7f7;
    z-index: -1; }
@media (max-width: 1024px) {
    .case_design_content .image_section.gray-element .row1140:before {
        height: 544px; } }
@media (max-width: 768px) {
    .case_design_content .image_section.gray-element .row1140:before {
        display: none; } }
.case_design_content .image_section.transparent-element .row1140 {
    position: relative;
    padding: 30px 28px 0; }
@media (max-width: 1024px) {
    .case_design_content .image_section.transparent-element .row1140 {
        padding: 20px 18px 0; } }
@media (max-width: 768px) {
    .case_design_content .image_section.transparent-element .row1140 {
        padding: 0; } }
.case_design_content .image_section.transparent-element .row1140:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 674px;
    border-radius: 22px;
    background: transparent;
    border: 1px solid #ebebeb;
    z-index: -1; }
@media (max-width: 1024px) {
    .case_design_content .image_section.transparent-element .row1140:before {
        height: 544px; } }
@media (max-width: 768px) {
    .case_design_content .image_section.transparent-element .row1140:before {
        display: none; } }
.case_design_content .image_section.drop-shadow-image .img_desk, .case_design_content .image_section.drop-shadow-image .img_mobile {
    box-shadow: 0 0 40px 0 #EAEAEA; }
.case_design_content .image_section .row1140 {
    width: 1140px;
    max-width: 94%;
    margin: 0 auto; }
@media (max-width: 550px) {
    .case_design_content .image_section .row1140 {
        max-width: 91%; } }
.case_design_content .image_section .img_desk {
    cursor: pointer;
    display: block;
    max-width: 1084px;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px; }
@media (max-width: 576px) {
    .case_design_content .image_section .img_desk {
        display: none; } }
.case_design_content .image_section .img_desk img {
    width: 100%;
    backface-visibility: visible;
    border-radius: 8px; }
.case_design_content .image_section .img_mobile {
    cursor: pointer;
    display: none; }
@media (max-width: 576px) {
    .case_design_content .image_section .img_mobile {
        display: block;
        border-radius: 8px; } }
.case_design_content .image_section .img_mobile img {
    width: 100%;
    backface-visibility: visible; }
@media (max-width: 576px) {
    .case_design_content .image_section .img_mobile img {
        border-radius: 8px; } }

.case_design_content .mini_quote {
    margin: 148px 0;
}

@media (max-width: 1024px) {
    .case_design_content .mini_quote {
        margin: 68px 0;
    }
}

.case_design_content .mini_quote .quote_text {
    max-width: 785px;
    width: 100%;
    margin: 0 auto;
}

.case_design_content .mini_quote .quote_text svg {
    margin-bottom: 24px;
}

.case_design_content .mini_quote .quote_text .text {
    margin-bottom: 24px;
}

.case_design_content .mini_quote .quote_text .text p {
    font-size: 24px;
    line-height: 1.42;
}

.case_design_content .mini_quote .quote_text .additional_info p strong {
    font-weight: 500;
}

.case_design_content .mini_quote + .image_section {
    margin-bottom: 0;
}

.case_design_content .section_with_text_image_and_background {
    margin: 40px 0;
}

@media (max-width: 1024px) {
    .case_design_content .section_with_text_image_and_background {
        margin: 20px 0;
    }
}

.case_design_content .section_with_text_image_and_background .text_img_section {
    padding-top: 50px;
    padding-bottom: 71px;
}

@media (max-width: 768px) {
    .case_design_content .section_with_text_image_and_background .text_img_section {
        padding-bottom: 80px;
    }
}

@media (max-width: 576px) {
    .case_design_content .section_with_text_image_and_background .text_img_section {
        padding-bottom: 50px;
    }
}

@media (max-width: 425px) {
    .case_design_content .section_with_text_image_and_background .text_img_section {
        font-size: 28px;
    }
}

.case_design_content .section_with_text_image_and_background .text_img_section img {
    margin: 40px auto;
}

@media (max-width: 425px) {
    .case_design_content .section_with_text_image_and_background .text_img_section img {
        margin: 10px auto !important;
    }
}

.case_design_content .section_with_text_image_and_background .pt-space {
    margin-top: -230px;
    padding-top: 315px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

@media (max-width: 1360px) {
    .case_design_content .section_with_text_image_and_background .pt-space {
        margin-top: -200px;
        padding-top: 250px;
    }
}

@media (max-width: 1024px) {
    .case_design_content .section_with_text_image_and_background .pt-space {
        margin-top: -145px;
        padding-top: 200px;
    }
}

@media (max-width: 876px) {
    .case_design_content .section_with_text_image_and_background .pt-space {
        margin-top: -90px;
        padding-top: 145px;
    }
}

@media (max-width: 576px) {
    .case_design_content .section_with_text_image_and_background .pt-space {
        padding-top: 110px;
    }
}

@media (max-width: 500px) {
    .case_design_content .section_with_text_image_and_background .pt-space {
        margin-top: -65px;
        padding-top: 80px;
    }
}

@media (max-width: 425px) {
    .case_design_content .section_with_text_image_and_background .pt-space {
        padding-top: 80px;
    }
}

@media (max-width: 370px) {
    .case_design_content .section_with_text_image_and_background .pt-space {
        margin-top: -60px;
    }
}

.case_design_content .section_with_text_image_and_background .pt-space .title_text {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 40px auto;
}

@media (max-width: 1024px) {
    .case_design_content .section_with_text_image_and_background .pt-space .title_text {
        max-width: 700px;
        margin: 0 auto 20px auto;
    }
}

@media (max-width: 768px) {
    .case_design_content .section_with_text_image_and_background .pt-space .title_text {
        max-width: 500px;
    }
}

@media (max-width: 678px) {
    .case_design_content .section_with_text_image_and_background .pt-space .title_text {
        max-width: 350px;
    }
}

@media (max-width: 425px) {
    .case_design_content .section_with_text_image_and_background .pt-space .title_text {
        max-width: 215px;
        margin: 0 auto 10px auto;
    }
}

@media (max-width: 768px) {
    .case_design_content .section_with_text_image_and_background .pt-space .title_text h2 {
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .case_design_content .section_with_text_image_and_background .pt-space .title_text h2 {
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    .case_design_content .section_with_text_image_and_background .pt-space .title_text h2 {
        font-weight: 600;
        font-size: 9.07214px;
        line-height: 1.26;
    }
}

@media (max-width: 768px) {
    .case_design_content .section_with_text_image_and_background .pt-space .title_text p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .case_design_content .section_with_text_image_and_background .pt-space .title_text p {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    .case_design_content .section_with_text_image_and_background .pt-space .title_text p {
        font-size: 4.29733px;
    }
}

.case_design_content .section_with_text_image_and_background .section_border {
    border: 2px solid #F5F5F5;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

.case_design_content .section_with_text_image_and_background .section_border .title_text {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto 80px auto;
}

@media (max-width: 1024px) {
    .case_design_content .section_with_text_image_and_background .section_border .title_text {
        max-width: 500px;
        margin: 0 auto 40px auto;
    }
}

@media (max-width: 678px) {
    .case_design_content .section_with_text_image_and_background .section_border .title_text {
        max-width: 250px;
        margin: 0 auto 20px auto;
    }
}

@media (max-width: 576px) {
    .case_design_content .section_with_text_image_and_background .section_border .title_text {
        max-width: 187px;
    }
}

@media (max-width: 768px) {
    .case_design_content .section_with_text_image_and_background .section_border .title_text h2 {
        margin: 0 auto 18px auto;
        font-size: 25px;
    }
}

@media (max-width: 576px) {
    .case_design_content .section_with_text_image_and_background .section_border .title_text h2 {
        font-size: 15px;
    }
}

@media (max-width: 425px) {
    .case_design_content .section_with_text_image_and_background .section_border .title_text h2 {
        padding-bottom: 0.26px;
        font-weight: 600;
        font-size: 8.20887px;
        line-height: 1.26;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .case_design_content .section_with_text_image_and_background .section_border .title_text p {
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .case_design_content .section_with_text_image_and_background .section_border .title_text p {
        font-size: 10px;
    }
}

@media (max-width: 425px) {
    .case_design_content .section_with_text_image_and_background .section_border .title_text p {
        font-size: 4.29733px;
    }
}

.case_design_content .section_with_text_image_and_background .section_border img {
    display: block;
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
}

@media (max-width: 1024px) {
    .case_design_content .section_with_text_image_and_background .section_border img {
        max-width: 500px;
    }
}

@media (max-width: 768px) {
    .case_design_content .section_with_text_image_and_background .section_border img {
        max-width: 191px;
    }
}

.case_design_content .section_with_text_image_and_background .video_section {
    margin: 50px 0;
}

@media (max-width: 768px) {
    .case_design_content .section_with_text_image_and_background .video_section {
        margin: 20px 0;
    }
}

.case_design_content .section_with_text_image_and_background .video_section .image_preview {
    position: relative;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    isolation: isolate;
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
}

@media (max-width: 768px) {
    .case_design_content .section_with_text_image_and_background .video_section .image_preview {
        max-width: 191px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
}

.case_design_content .section_with_text_image_and_background .video_section .image_preview img {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    margin: 0 auto;
    max-width: 780px;
    width: 100%;
}

@media (max-width: 768px) {
    .case_design_content .section_with_text_image_and_background .video_section .image_preview img {
        max-width: 191px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
}

.case_design_content .section_with_text_image_and_background .video_section .image_preview:before {
    position: absolute;
    content: url("../img/play-white.svg");
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 50px;
    height: 50px;
}

@media (max-width: 768px) {
    .case_design_content .section_with_text_image_and_background .video_section .image_preview:before {
        content: url("../img/play-white2.svg");
        width: 23px;
        height: 23px;
    }
}

.case_design_content .section_with_text_image_and_background .video_section .image_preview:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1024px) {
    .case_design_content .section_with_text_image_and_background .video_section .image_preview:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media (max-width: 425px) {
    .case_design_content .section_with_text_image_and_background .image_mobile {
        display: block !important;
        margin: 10px auto !important;
    }
}

.case_design_content .big_quote_section {
    margin: 40px 0;
}

@media (max-width: 1024px) {
    .case_design_content .big_quote_section {
        margin: 20px 0;
    }
}

.case_design_content .big_quote_section .quote_card {
    padding: 163px 239px 155px 239px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

@media (max-width: 1200px) {
    .case_design_content .big_quote_section .quote_card {
        padding: 60px 100px;
    }
}

@media (max-width: 768px) {
    .case_design_content .big_quote_section .quote_card {
        padding: 48px 28px 48px 16px;
    }
}

.case_design_content .big_quote_section .quote_card .quote, .case_design_content .big_quote_section .quote_card svg {
    max-width: 39px;
    width: 100%;
    margin-bottom: 28px;
}

.case_design_content .big_quote_section .quote_card .text {
    max-width: 808px;
    width: 100%;
    margin-bottom: 131px;
}

@media (max-width: 1200px) {
    .case_design_content .big_quote_section .quote_card .text {
        margin-bottom: 28px;
    }
}

@media (max-width: 768px) {
    .case_design_content .big_quote_section .quote_card .text {
        max-width: 100%;
    }
}

.case_design_content .big_quote_section .quote_card .text p {
    padding-bottom: 20px;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.42;
}

@media (max-width: 1200px) {
    .case_design_content .big_quote_section .quote_card .text p {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .case_design_content .big_quote_section .quote_card .text p {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .case_design_content .big_quote_section .quote_card .text p {
        font-size: 18px;
        line-height: 1.56;
    }
}

.case_design_content .big_quote_section .quote_card .text p:last-child {
    padding-bottom: 0;
}

.case_design_content .big_quote_section .quote_card .person_wrapper {
    max-width: 808px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.case_design_content .big_quote_section .quote_card .person_wrapper .left_part {
    width: 60px;
    margin-right: 15px;
}

.case_design_content .big_quote_section .quote_card .person_wrapper .left_part .photo {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    width: 60px;
    height: 60px;
}

.case_design_content .big_quote_section .quote_card .person_wrapper .right_part .name_of_person {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #FFFFFF;
}

.case_design_content .big_quote_section .quote_card .person_wrapper .right_part .position_of_person {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #FFFFFF;
}

.case_design_content .section_image_left_and_text_right {
    margin: 40px 0;
}

@media (max-width: 1024px) {
    .case_design_content .section_image_left_and_text_right {
        margin: 20px 0;
    }
}

.case_design_content .section_image_left_and_text_right .border_wrap {
    border: 2px solid #F5F5F5;
    background: #FFFFFF;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    padding: 195px 20px 135px 0;
}

@media (max-width: 1200px) {
    .case_design_content .section_image_left_and_text_right .border_wrap {
        padding: 60px 10px 40px 10px;
    }
}

@media (max-width: 1200px) {
    .case_design_content .section_image_left_and_text_right .border_wrap {
        padding: 47px 5px 32px 5px;
    }
}

.case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 769px;
}

@media (max-width: 1300px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap {
        min-height: 615px;
    }
}

@media (max-width: 1100px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap {
        min-height: 540px;
    }
}

@media (max-width: 976px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap {
        min-height: 465px;
    }
}

@media (max-width: 876px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap {
        min-height: 435px;
    }
}

@media (max-width: 768px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap {
        min-height: 360px;
    }
}

@media (max-width: 678px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap {
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap {
        min-height: 270px;
    }
}

@media (max-width: 476px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap {
        min-height: 186px;
    }
}

.case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .img {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .img img {
    position: absolute;
    max-width: 1400px;
    width: 100%;
    left: 0;
    top: 0;
}

.case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text {
    max-width: 514px;
    width: 100%;
    margin-right: 135px;
    margin-top: 142px;
}

@media (max-width: 1300px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text {
        margin-right: 30px;
    }
}

@media (max-width: 1200px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text {
        max-width: 470px;
    }
}

@media (max-width: 1024px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text {
        max-width: 350px;
        margin-right: 50px;
    }
}

@media (max-width: 876px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text {
        max-width: 300px;
    }
}

@media (max-width: 678px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text {
        margin-right: 30px;
        max-width: 250px;
    }
}

@media (max-width: 576px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text {
        max-width: 200px;
    }
}

@media (max-width: 476px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text {
        max-width: 115px;
        margin-right: 45px;
    }
}

@media (max-width: 425px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text {
        margin-top: 36px;
    }
}

@media (max-width: 370px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text {
        margin-right: 25px;
    }
}

.case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h2, .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h3, .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h4, .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h5, .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h6 {
    max-width: 375px;
    width: 100%;
}

@media (max-width: 425px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h2, .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h3, .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h4, .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h5, .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h6 {
        max-width: 85px;
    }
}

@media (max-width: 1350px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h2 {
        font-size: 25px;
    }
}

@media (max-width: 1200px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h2 {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h2 {
        font-size: 16px;
    }
}

@media (max-width: 678px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h2 {
        font-size: 12px;
        padding-bottom: 3px;
    }
}

@media (max-width: 425px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text h2 {
        padding-bottom: 3.86px;
        font-weight: 600;
        font-size: 8.20887px;
        line-height: 1.26;
    }
}

@media (max-width: 1350px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text p {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text p {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text p {
        font-size: 10px;
    }
}

@media (max-width: 678px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text p {
        font-size: 8px;
    }
}

@media (max-width: 425px) {
    .case_design_content .section_image_left_and_text_right .border_wrap .img_text_wrap .title_text p {
        font-size: 3.88841px;
    }
}

.case_design_content .more_cases_section {
    margin: 160px 0; }
@media (max-width: 1024px) {
    .case_design_content .more_cases_section {
        margin: 100px 0; } }
.case_design_content .more_cases_section .title_text {
    margin-bottom: 21px; }
.case_design_content .more_cases_section .title_text h2:last-child {
    padding-bottom: 0; }
.case_design_content .more_cases_section .swiper-pagination {
    display: none; }
@media (max-width: 1240px) {
    .case_design_content .more_cases_section .swiper-pagination {
        display: block;
        bottom: -40px;
        width: 100%; } }
.case_design_content .more_cases_section .swiper_button_wrapper {
    position: relative; }
@media (max-width: 1550px) {
    .case_design_content .more_cases_section .swiper_button_wrapper {
        margin: 0 auto;
        max-width: 1250px;
        width: 100%; } }
@media (max-width: 1400px) {
    .case_design_content .more_cases_section .swiper_button_wrapper {
        max-width: 1150px; } }
@media (max-width: 1300px) {
    .case_design_content .more_cases_section .swiper_button_wrapper {
        max-width: 1100px; } }
@media (max-width: 1240px) {
    .case_design_content .more_cases_section .swiper_button_wrapper {
        max-width: 100%; } }
.case_design_content .more_cases_section .swiper_button_wrapper .swiper-slide {
    max-height: 333px; }
.case_design_content .more_cases_section .swiper_button_wrapper .swiper-slide .image_post img {
    max-height: 333px;
    border-radius: 16px;}
.case_design_content .more_cases_section .swiper-button-next {
    right: -43px; }
@media (max-width: 1550px) {
    .case_design_content .more_cases_section .swiper-button-next {
        right: -60px; } }
.case_design_content .more_cases_section .swiper-button-prev {
    left: -60px; }
@media (max-width: 1240px) {
    .case_design_content .more_cases_section .swiper-button-next, .case_design_content .more_cases_section .swiper-button-prev {
        display: none; } }
.case_design_content .more_cases_section .swiper-button-next.swiper-button-disabled, .case_design_content .more_cases_section .swiper-button-prev.swiper-button-disabled {
    opacity: 0; }
.case_design_content .more_cases_section .swiper-button-next:after, .case_design_content .more_cases_section .swiper-button-prev:after {
    position: absolute;
    top: -5px; }

.case_design_content .tabs-with-image {
    margin: 160px 0; }
@media (max-width: 1024px) {
    .case_design_content .tabs-with-image {
        margin: 100px 0; } }
.case_design_content .tabs-with-image .row1140 {
    width: 1140px;
    max-width: 94%;
    margin: 0 auto; }
@media (max-width: 550px) {
    .case_design_content .tabs-with-image .row1140 {
        max-width: 91%; } }
.case_design_content .tabs-with-image .wrapper .title-section {
    font-weight: 600;
    font-size: 38px;
    line-height: 126%;
    text-align: center;
    color: #161515;
    margin-bottom: 23px;
    padding: 0; }
@media (max-width: 576px) {
    .case_design_content .tabs-with-image .wrapper .title-section {
        font-size: 30px;
        line-height: 1.33; } }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tabs-image {
    padding: 0;
    list-style: none;
    margin: 0 auto 68px; }
@media (max-width: 576px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tabs-image {
        margin-bottom: 40px; } }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tabs-image .mCSB_container {
    margin-bottom: 20px !important; }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tabs-image ul {
    display: flex;
    align-items: center;
    justify-content: center; }
@media (max-width: 1024px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tabs-image ul {
        justify-content: flex-start; } }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tabs-image ul .tab-title-image {
    cursor: pointer;
    list-style: none;
    display: inline-block;
    margin-right: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    border-bottom: 2px solid transparent;
    transition: .3s all ease;
    position: relative;
    white-space: nowrap; }
@media (max-width: 576px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tabs-image ul .tab-title-image {
        margin-right: 40px; } }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tabs-image ul .tab-title-image:last-child {
    margin-right: 0; }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tabs-image ul .tab-title-image.active, .case_design_content .tabs-with-image .wrapper .tabs-block-image .tabs-image ul .tab-title-image:hover {
    border-bottom: 2px solid #EE2A59; }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image {
    display: none; }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.gray-element {
    position: relative;
    padding: 30px 28px 0; }
@media (max-width: 1024px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.gray-element {
        padding: 20px 18px 0; } }
@media (max-width: 768px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.gray-element {
        padding: 0; } }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.gray-element:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 674px;
    border-radius: 22px;
    background: #f7f7f7;
    z-index: -1; }
@media (max-width: 1024px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.gray-element:before {
        height: 544px; } }
@media (max-width: 768px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.gray-element:before {
        display: none; } }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.transparent-element {
    position: relative;
    padding: 30px 28px 0; }
@media (max-width: 1024px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.transparent-element {
        padding: 20px 18px 0; } }
@media (max-width: 768px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.transparent-element {
        padding: 0; } }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.transparent-element:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 674px;
    border-radius: 22px;
    background: transparent;
    border: 1px solid #ebebeb;
    z-index: -1; }
@media (max-width: 1024px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.transparent-element:before {
        height: 544px; } }
@media (max-width: 768px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.transparent-element:before {
        display: none; } }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.drop-shadow-image .img_desk, .case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block.drop-shadow-image .img_mobile {
    box-shadow: 0 0 40px 0 #EAEAEA; }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block .img_desk {
    cursor: pointer;
    display: block;
    max-width: 1084px;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px; }
@media (max-width: 576px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block .img_desk {
        display: none; } }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block .img_desk img {
    width: 100%;
    backface-visibility: visible;
    border-radius: 8px; }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block .img_mobile {
    cursor: pointer;
    display: none; }
@media (max-width: 576px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block .img_mobile {
        display: block;
        border-radius: 8px; } }
.case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block .img_mobile img {
    width: 100%;
    backface-visibility: visible; }
@media (max-width: 576px) {
    .case_design_content .tabs-with-image .wrapper .tabs-block-image .tab-content-image .image-block .img_mobile img {
        border-radius: 8px; } }

/* ==========================================================================
     Contact form page
     ========================================================================== */
.tpl-contact-form-page header, .tpl-contact-form-page footer, .tpl-contact-form-page .top-header, .tpl-contact-form-page .burger {
    display: none;
}

.contact_form_page {
    position: relative;
}

.contact_form_page .back-wrap {
    position: absolute;
    top: 60px;
    right: 60px;
    z-index: 5;
}

@media (max-width: 1400px) {
    .contact_form_page .back-wrap {
        top: 30px;
    }
}

.contact_form_page .back_home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    margin-bottom: 12px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 1140px) {
    .contact_form_page .back_home {
        display: none;
    }
}

.contact_form_page .back_home svg {
    margin-left: 13px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 13px;
    height: 13px;
}

.contact_form_page .back_home svg path {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.contact_form_page .back_home:hover {
    color: #EE2A59;
}

.contact_form_page .back_home:hover svg path {
    fill: #EE2A59;
}

.contact_form_page .back {
    display: none;
    margin-bottom: 12px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 1140px) {
    .contact_form_page .back {
        display: block;
    }
}

.contact_form_page .back:hover {
    color: #EE2A59;
}

.contact_form_page .back-wrap-desktop {
    display: block;
}

@media (max-width: 1140px) {
    .contact_form_page .back-wrap-desktop {
        display: none;
    }
}

.contact_form_page .back-wrap-mobile {
    display: none;
}

@media (max-width: 1140px) {
    .contact_form_page .back-wrap-mobile {
        display: block;
        position: static;
    }
}

.contact_form_page .row1920 {
    width: 100%;
}

@media (max-width: 1140px) {
    .contact_form_page .row1920 {
        width: 1920px;
    }
}

.contact_form_page .flex_wrapper {
    margin-top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100vw;
    align-items: center;
    flex-direction: row !important;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
}

.contact_form_page .flex_wrapper .left_content {
    margin-right: 120px;
    height: 100vh;
}

@media (max-width: 1300px) {
    .contact_form_page .flex_wrapper .left_content {
        margin-right: 60px;
    }
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .left_content {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 45px;
        height: auto;
    }
}

.contact_form_page .flex_wrapper .left_content .big_img {
    height: 100%;
    min-height: 100%;
    max-width: 577px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1300px) {
    .contact_form_page .flex_wrapper .left_content .big_img {
        max-width: 450px;
    }
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .left_content .big_img_mob {
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        max-width: 100%;
        -o-object-position: top;
        object-position: top;
        max-height: 410px;
    }
}

@media (max-width: 425px) {
    .contact_form_page .flex_wrapper .left_content .big_img_mob {
        height: 300px;
        -o-object-position: center;
        object-position: center;
    }
}

.contact_form_page .flex_wrapper .right_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 26px;
    padding-bottom: 26px !important;
    padding-right: 25px;
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content {
        max-width: 1140px;
        width: 92%;
        margin: 0 auto;
        padding: 0;
    }
}

.contact_form_page .flex_wrapper .right_content .form-title {
    overflow: unset;
    display: -ms-flexbox;
    display: -webkit-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 100%;
}

.contact_form_page .flex_wrapper .right_content .form-title .wrapper {
    width: 100%;
    max-width: 805px;
    margin: 0 auto;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content .form-title .wrapper {
        margin-top: 0;
        max-width: 100%;
    }
}

.contact_form_page .flex_wrapper .right_content h1 {
    margin: 0 auto;
    padding-bottom: 40px;
}

@media (max-width: 1100px) {
    .contact_form_page .flex_wrapper .right_content h1 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .contact_form_page .flex_wrapper .right_content h1 {
        padding-bottom: 10px;
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.33;
    }
}

.contact_form_page .flex_wrapper .right_content .h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 1.21;
    margin: 0 auto;
    padding-bottom: 40px;
}

@media (max-width: 1100px) {
    .contact_form_page .flex_wrapper .right_content .h1 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    .contact_form_page .flex_wrapper .right_content .h1 {
        padding-bottom: 10px;
        margin-bottom: 12px;
        font-size: 30px;
        line-height: 1.33;
    }
}

.contact_form_page .flex_wrapper .right_content .form {
    margin: 0 auto 40px auto;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content .form {
        max-width: 100%;
    }
}

.contact_form_page .flex_wrapper .right_content form .labels-wrapper {
    gap: 0 30px;
    margin-bottom: 40px;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content form .labels-wrapper {
        gap: 0;
    }
}

.contact_form_page .flex_wrapper .right_content form .labels-wrapper .labels_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content form .labels-wrapper .labels_line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}

.contact_form_page .flex_wrapper .right_content form .labels-wrapper .labels_line label:first-child {
    margin-right: 20px;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content form .labels-wrapper .labels_line label:first-child {
        margin-right: 0;
    }
}

.contact_form_page .flex_wrapper .right_content form .labels-wrapper label {
    max-width: 385px;
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content form .labels-wrapper label {
        max-width: 460px;
    }
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content form .labels-wrapper label {
        max-width: 100%;
    }
}

.contact_form_page .flex_wrapper .right_content form .labels-wrapper .textarea {
    margin-bottom: 0;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative;
}

.contact_form_page .flex_wrapper .right_content form .labels-wrapper span {
    display: block;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=text], .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=email], .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=tel], .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=url] {
    max-width: 385px;
    width: 100%;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=text], .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=email], .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=tel], .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=url] {
        max-width: 460px;
    }
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=text], .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=email], .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=tel], .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=url] {
        max-width: 100%;
    }
}

.contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=text]:focus::-webkit-input-placeholder, .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=url]:focus::-webkit-input-placeholder, .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=tel]:focus::-webkit-input-placeholder, .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=email]:focus::-webkit-input-placeholder, .contact_form_page .flex_wrapper .right_content form .labels-wrapper input[type=url]:focus::-webkit-input-placeholder, .contact_form_page .flex_wrapper .right_content form .labels-wrapper textarea:focus::-webkit-input-placeholder {
    color: #EE2A59;
}

.contact_form_page .flex_wrapper .right_content form .labels-wrapper .submit_button_pink {
    margin-top: 41px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.contact_form_page .flex_wrapper .right_content form .placeholder-top {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.contact_form_page .flex_wrapper .right_content form .placeholder {
    position: absolute;
    z-index: -1;
    top: 21px;
    left: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 16px;
}

.contact_form_page .flex_wrapper .right_content form .placeholder-top .placeholder {
    top: 0;
    color: #C4C4C4;
    font-size: 14px;
}

.contact_form_page .flex_wrapper .right_content form .placeholder-top .error-field-msg {
    top: 53px;
}
.contact_form_page .flex_wrapper .right_content form .methods_wrap {
    margin-bottom: 39px;
}

.contact_form_page .flex_wrapper .right_content form .methods_wrap .chechbox_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contact_form_page .flex_wrapper .right_content form .methods_wrap .chechbox_wrap span {
    display: inline-block;
}

.contact_form_page .flex_wrapper .right_content form .methods_wrap .chechbox_wrap label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -ms-flex-preferred-size: max-content;
    flex-basis: max-content;
    margin-bottom: 11px;
    margin-right: 11px;
}

.contact_form_page .flex_wrapper .right_content form .methods_wrap .chechbox_wrap label:last-child {
    margin-right: 0;
}

.contact_form_page .flex_wrapper .right_content form .methods_wrap .methods_wrap_name {
    display: block;
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.contact_form_page .flex_wrapper .right_content form .methods_wrap > span {
    display: block;
}

.contact_form_page .flex_wrapper .right_content form .methods_wrap label {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    cursor: pointer;
    margin-right: 5px;
}

.contact_form_page .flex_wrapper .right_content form .methods_wrap label:last-child {
    margin-right: 0;
}

@media (max-width: 370px) {
    .contact_form_page .flex_wrapper .right_content form .methods_wrap label {
        display: inline-block;
        margin-bottom: 30px;
    }

    .contact_form_page .flex_wrapper .right_content form .methods_wrap label:last-child {
        margin-bottom: 0;
    }
}

.contact_form_page .flex_wrapper .right_content form .methods_wrap label input {
    display: none;
}

.contact_form_page .flex_wrapper .right_content form .methods_wrap label input:checked + span {
    border: 2px solid #161515;
}

.contact_form_page .flex_wrapper .right_content form .methods_wrap label span {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #161515;
    border: 2px solid #EBEBEB;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    padding: 12px 18px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.contact_form_page .flex_wrapper .right_content form .methods_wrap label span:hover {
    border: 2px solid #161515;
}

.contact_form_page .flex_wrapper .right_content form textarea {
    padding: 0;
}

.contact_form_page .flex_wrapper .right_content form .submit_button {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content form .submit_button {
        max-width: 100%;
    }
}

.contact_form_page .flex_wrapper .right_content form .submit_button:before {
    background: #EE2A59;
}

.contact_form_page .flex_wrapper .right_content form input[type=submit] {
    display: inline-block;
    background: transparent;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    max-width: 323px;
    width: 100%;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border: none;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content form input[type=submit] {
        max-width: 100%;
    }
}

.contact_form_page .flex_wrapper .right_content .form-msg {
    display: none;
}

.contact_form_page .flex_wrapper .right_content .widgets_wrapper {
    margin: 40px auto 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content .widgets_wrapper {
        display: none;
    }
}

.contact_form_page .flex_wrapper .right_content .widgets_wrapper img {
    max-width: 175px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
    margin-right: 11px;
    border: 0.1px solid transparent;
}

.contact_form_page .flex_wrapper .right_content .widgets_wrapper img:last-child {
    margin-right: 0;
}

.contact_form_page .flex_wrapper .right_content .widgets_wrapper a {
    display: block;
    margin-right: 22px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.contact_form_page .flex_wrapper .right_content .widgets_wrapper a:last-child {
    margin-right: 0;
}

.contact_form_page .thank_you, .send_resume_page .thank_you {
    display: none;
    padding: 20px;
    text-align: center;
    width: 100vw;
    height: 100vh;
}

.contact_form_page .thank_you .text_button_wrapper, .send_resume_page .thank_you .text_button_wrapper {
    margin: 0 auto;
    height: 100%;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contact_form_page .thank_you .back_home, .send_resume_page .thank_you .back_home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right;
    margin-bottom: 12px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 768px) {
    .contact_form_page .thank_you .back_home, .send_resume_page .thank_you .back_home {
        display: none;
    }
}

.contact_form_page .thank_you .back_home svg, .send_resume_page .thank_you .back_home svg {
    margin-left: 13px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 13px;
    height: 13px;
}

.contact_form_page .thank_you .back_home svg path, .send_resume_page .thank_you .back_home svg path {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.contact_form_page .thank_you .back_home:hover, .send_resume_page .thank_you .back_home:hover {
    color: #EE2A59;
}

.contact_form_page .thank_you .back_home:hover svg path, .send_resume_page .thank_you .back_home:hover svg path {
    fill: #EE2A59;
}

.contact_form_page .thank_you .wrapper_thank, .send_resume_page .thank_you .wrapper_thank {
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    max-width: 645px;
    width: 100%;
    margin: 0 auto;
}

.contact_form_page .thank_you .wrapper_thank .img_hand, .send_resume_page .thank_you .wrapper_thank .img_hand {
    width: 64px;
    height: 74px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto 45px auto;
}

.contact_form_page .thank_you .wrapper_thank .title, .send_resume_page .thank_you .wrapper_thank .title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.21;
    color: #161515;
}

.contact_form_page .thank_you .wrapper_thank p, .send_resume_page .thank_you .wrapper_thank p {
    margin-bottom: 47px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
    opacity: 0.5;
}

.contact_form_page .thank_you .wrapper_thank .button-pink, .send_resume_page .thank_you .wrapper_thank .button-pink {
    display: inline-block;
    background: #EE2A59;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    max-width: 323px;
    width: 100%;
    padding: 17px 20px;
    font-size: 16px;
    line-height: 1;
    border: none;
}

@media (max-width: 1140px) {
    .contact_form_page .thank_you .wrapper_thank .button-pink, .send_resume_page .thank_you .wrapper_thank .button-pink {
        max-width: 100%;
    }
}

/* ==========================================================================
     Send resume page
     ========================================================================== */
.send_resume_page {
    margin-top: 105px;
    margin-bottom: 100px;
}

@media (max-width: 1140px) {
    .send_resume_page {
        margin-top: 60px;
    }
}

.send_resume_page .wrapper {
    padding: 20px;
}

.send_resume_page .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

@media (max-width: 576px) {
    .send_resume_page .back {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.send_resume_page .back svg {
    margin-left: 16px;
}

@media (max-width: 576px) {
    .send_resume_page .back svg {
        display: none;
        margin-left: 0;
    }
}

.send_resume_page .form {
    max-width: 922px;
    width: 100%;
    margin: 50px auto 0 auto;
}

@media (max-width: 1024px) {
    .send_resume_page .form {
        margin: 6px auto 0 auto;
    }
}

.send_resume_page .form h1 {
    padding-bottom: 32px;
}

.send_resume_page .form .labels_line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .send_resume_page .form .labels_line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.send_resume_page .form .labels_line label:first-child {
    margin-right: 20px;
}

@media (max-width: 1024px) {
    .send_resume_page .form .labels_line label:first-child {
        margin-right: 0;
    }
}

.send_resume_page .form label {
    max-width: 446px;
    width: 100%;
    margin-bottom: 32px;
}

@media (max-width: 1024px) {
    .send_resume_page .form label {
        max-width: 460px;
    }
}

@media (max-width: 1024px) {
    .send_resume_page .form label {
        max-width: 100%;
        margin-bottom: 26px;
    }
}

.send_resume_page .form .textarea {
    max-width: 100%;
}

.send_resume_page .form span {
    display: block;
    margin-bottom: 2px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.send_resume_page .form input[type=url] {
    max-width: 446px;
    width: 100%;
    border: 1px solid transparent;
    color: #222;
    height: 54px;
    padding: 0 5px 0 10px;
    font-family: "Inter", sans-serif;
    background: #f7f7f7;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

.send_resume_page .form input[type=text], .send_resume_page .form input[type=email], .send_resume_page .form input[type=tel], .send_resume_page .form input[type=url] {
    border: 1px solid transparent;
    height: 54px;
    padding: 0 5px 0 10px;
    font-family: "Inter", sans-serif;
    background: #f7f7f7;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    max-width: 446px;
    width: 100%;
}

@media (max-width: 1024px) {
    .send_resume_page .form input[type=text], .send_resume_page .form input[type=email], .send_resume_page .form input[type=tel], .send_resume_page .form input[type=url] {
        max-width: 460px;
    }
}

@media (max-width: 1024px) {
    .send_resume_page .form input[type=text], .send_resume_page .form input[type=email], .send_resume_page .form input[type=tel], .send_resume_page .form input[type=url] {
        max-width: 100%;
    }
}

.send_resume_page .form input[type=text]:focus::-webkit-input-placeholder, .send_resume_page .form input[type=url]:focus::-webkit-input-placeholder, .send_resume_page .form input[type=tel]:focus::-webkit-input-placeholder, .send_resume_page .form input[type=email]:focus::-webkit-input-placeholder, .send_resume_page .form input[type=url]:focus::-webkit-input-placeholder, .send_resume_page .form textarea:focus::-webkit-input-placeholder {
    color: #EE2A59;
}

.send_resume_page .form .vacancy_wrap {
    margin-bottom: 10px;
}

.send_resume_page .form .vacancy_wrap_name {
    max-width: 830px;
    width: 100%;
    margin-bottom: 27px;
}

.send_resume_page .form .vacancy_wrap_name span {
    display: block;
    padding-bottom: 10px;
}

.send_resume_page .form .checkboxes_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.send_resume_page .form .checkboxes_wrapper label {
    display: block;
    max-width: 446px;
    width: 100%;
    margin-bottom: 25px;
}

.send_resume_page .form .checkboxes_wrapper label:nth-child(odd) {
    margin-right: 30px;
}

.send_resume_page .form .checkboxes_wrapper span {
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 0;
}

.send_resume_page .form input[type=checkbox] + span {
    margin-left: 38px;
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.send_resume_page .form input[type=checkbox] + span:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: -38px;
    background: #EBEBEB;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.send_resume_page .form input:checked + span {
    position: relative;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.send_resume_page .form input:checked + span:after {
    content: url("../img/checkbox.svg");
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: -38px;
    background: #EE2A59;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.send_resume_page .form .textarea {
    margin-bottom: 35px;
    display: block;
}

.send_resume_page .form .textarea span {
    display: block;
    margin-bottom: 11px;
}

.send_resume_page .form .textarea textarea {
    border: 1px solid transparent;
    height: 106px;
    padding: 10px;
    font-family: "Inter", sans-serif;
    background: #f7f7f7;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

.send_resume_page .form .form__item {
    margin-bottom: 35px;
}

.send_resume_page .form .file__item {
    position: relative;
}

.send_resume_page .form .file__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
}

.send_resume_page .form .file__button {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    min-height: 50px;
    background: #F7F7F7;
    border: 1px dashed #C4C4C4;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.62;
    color: #848484;
}

.send_resume_page .submit_button {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.send_resume_page .submit_button:before {
    background: #EE2A59;
}

.send_resume_page input[type=submit] {
    display: inline-block;
    background: transparent;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    max-width: 100%;
    width: 100%;
    padding: 16px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border: none;
}

@media (max-width: 1024px) {
    .send_resume_page input[type=submit] {
        max-width: 100%;
    }
}

.send_resume_page .thank_you .wrapper_thank p {
    margin-bottom: 75px;
}

/* ==========================================================================
     Curs page
     ========================================================================== */
.curs_page {
    margin-bottom: 160px;
}

@media (max-width: 1024px) {
    .curs_page {
        margin-bottom: 100px;
    }
}

@media (max-width: 768px) {
    .curs_page {
        margin-bottom: 80px;
    }
}

.curs_page .banner-case {
    padding-top: 45px;
    padding-bottom: 95px;
}

@media (max-width: 1024px) {
    .curs_page .banner-case {
        padding-top: 40px;
    }
}

@media (max-width: 576px) {
    .curs_page .banner-case {
        padding-bottom: 13px;
    }
}

.curs_page .banner-case .flex-wrapper .left-content {
    margin-right: 110px;
}

@media (max-width: 1024px) {
    .curs_page .banner-case .flex-wrapper .left-content {
        margin-right: 0;
        margin-top: 74px;
    }
}

.curs_page .banner-case .flex-wrapper .left-content .title_text {
    max-width: 530px;
    width: 100%;
    margin-bottom: 14px;
}

@media (max-width: 1024px) {
    .curs_page .banner-case .flex-wrapper .left-content .title_text {
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .curs_page .banner-case .flex-wrapper .left-content .title_text h1 {
        max-width: 100%;
    }
}

@media (max-width: 425px) {
    .curs_page .banner-case .flex-wrapper .left-content .title_text {
        max-width: 286px;
        width: 100%;
    }
}

.curs_page .banner-case .flex-wrapper .button-pink {
    max-width: 219px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .curs_page .banner-case .flex-wrapper .button-pink {
        max-width: 100%;
    }
}

.curs_page .banner-case .flex-wrapper .right-content {
    max-width: 556px;
    width: 100%;
}

.curs_page .banner-case .flex-wrapper .right-content .img_wrapper {
    position: relative;
}

.curs_page .banner-case .flex-wrapper .right-content .img_wrapper .main_img {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    max-width: 556px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 768px) {
    .curs_page .banner-case .flex-wrapper .right-content .img_wrapper .main_img {
        min-height: 300px;
    }
}

.curs_page .banner-case .flex-wrapper .right-content .img_wrapper .mini_icon_1 {
    position: absolute;
    top: 80px;
    left: -105px;
    max-width: 169px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 1300px) {
    .curs_page .banner-case .flex-wrapper .right-content .img_wrapper .mini_icon_1 {
        max-width: 103px;
        left: -65px;
    }
}

@media (max-width: 768px) {
    .curs_page .banner-case .flex-wrapper .right-content .img_wrapper .mini_icon_1 {
        bottom: -31px;
        max-width: 123px;
        top: auto;
        left: auto;
        right: 31px;
    }
}

.curs_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2 {
    position: absolute;
    bottom: -35px;
    right: 122px;
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 1024px) {
    .curs_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2 {
        width: 44px;
        height: 44px;
        top: -22px;
        left: 48px;
        right: auto;
        bottom: auto;
    }
}

.curs_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .curs_page .banner-case .flex-wrapper .right-content .img_wrapper .wrap_mini_icon_2 .mini_icon_2 {
        width: 34px;
        height: 34px;
    }
}

.curs_page .text_section {
    margin-top: 100px;
    margin-bottom: 68px;
}

@media (max-width: 1024px) {
    .curs_page .text_section {
        margin-top: 58px;
        margin-bottom: 68px;
    }
}

.curs_page .text_section .title_and_text {
    max-width: 795px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .curs_page .text_section .title_and_text {
        max-width: 100%;
    }
}

.curs_page .text_section .title_and_text h2 {
    padding-bottom: 31px;
}

.curs_page .text_section .title_and_text h3 {
    padding-bottom: 23px;
}

.curs_page .text_section .title_and_text p {
    padding-bottom: 31px;
}

@media (max-width: 576px) {
    .curs_page .text_section .title_and_text p {
        font-size: 18px;
        line-height: 1.56;
        padding-bottom: 20px;
    }
}

.curs_page .text_section .title_and_text ol, .curs_page .text_section .title_and_text ul {
    margin-bottom: 43px;
}

@media (max-width: 576px) {
    .curs_page .text_section .title_and_text ol, .curs_page .text_section .title_and_text ul {
        margin-bottom: 30px;
    }
}

@media (max-width: 576px) {
    .curs_page .text_section .title_and_text ol li, .curs_page .text_section .title_and_text ul li {
        font-size: 18px;
        line-height: 1.22;
    }
}

.curs_page .text_section .title_and_text ol li:last-child, .curs_page .text_section .title_and_text ul li:last-child {
    padding-bottom: 0;
}

.curs_page .image_text_section {
    margin: 148px 0;
}

@media (max-width: 1024px) {
    .curs_page .image_text_section {
        margin: 68px 0;
    }
}

.curs_page .image_text_section .flex_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1024px) {
    .curs_page .image_text_section .flex_wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.curs_page .image_text_section .flex_wrapper .left_content {
    margin-right: 50px;
}

@media (max-width: 1024px) {
    .curs_page .image_text_section .flex_wrapper .left_content {
        margin-right: 0;
        margin-bottom: 58px;
    }
}

.curs_page .image_text_section .flex_wrapper .left_content .images_wrapper {
    position: relative;
    padding: 18px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #161515;
    background: #ffffff;
}

@media (max-width: 1024px) {
    .curs_page .image_text_section .flex_wrapper .left_content .images_wrapper {
        padding: 12px;
    }
}

.curs_page .image_text_section .flex_wrapper .left_content .images_wrapper:before {
    position: absolute;
    z-index: -1;
    content: "";
    max-width: 554px;
    width: 100%;
    height: 590px;
    right: -8px;
    bottom: -8px;
    background: #161515;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

@media (max-width: 1024px) {
    .curs_page .image_text_section .flex_wrapper .left_content .images_wrapper:before {
        height: 352px;
    }
}

.curs_page .image_text_section .flex_wrapper .left_content .images_wrapper .main_img {
    max-width: 526px;
    width: 100%;
    height: 560px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

@media (max-width: 1024px) {
    .curs_page .image_text_section .flex_wrapper .left_content .images_wrapper .main_img {
        height: 329px;
        max-width: 314px;
    }
}

.curs_page .image_text_section .flex_wrapper .left_content .images_wrapper .icon_1 {
    position: absolute;
    top: 44px;
    left: 43px;
    max-width: 131px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 1300px) {
    .curs_page .image_text_section .flex_wrapper .left_content .images_wrapper .icon_1 {
        max-width: 61px;
    }
}

@media (max-width: 1024px) {
    .curs_page .image_text_section .flex_wrapper .left_content .images_wrapper .icon_1 {
        top: 37px;
        left: 26px;
    }
}

.curs_page .image_text_section .flex_wrapper .left_content .images_wrapper .icon_2 {
    position: absolute;
    max-width: 136px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    right: 34px;
    bottom: 48px;
}

@media (max-width: 1300px) {
    .curs_page .image_text_section .flex_wrapper .left_content .images_wrapper .icon_2 {
        max-width: 69px;
    }
}

@media (max-width: 1024px) {
    .curs_page .image_text_section .flex_wrapper .left_content .images_wrapper .icon_2 {
        right: 40px;
        bottom: 58px;
    }
}

.curs_page .image_text_section .flex_wrapper .right_content {
    max-width: 634px;
    width: 100%;
    margin: 0 50px;
}

@media (max-width: 1300px) {
    .curs_page .image_text_section .flex_wrapper .right_content {
        max-width: 590px;
        margin: 0;
    }
}

@media (max-width: 1024px) {
    .curs_page .image_text_section .flex_wrapper .right_content {
        max-width: 100%;
    }
}

.curs_page .image_text_section .flex_wrapper .right_content .text_above_title {
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #EE2A59;
}

.curs_page .image_text_section .flex_wrapper .right_content .title {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.21;
    color: #161515;
}

@media (max-width: 1024px) {
    .curs_page .image_text_section .flex_wrapper .right_content .title {
        margin-bottom: 6px;
        font-size: 43px;
    }
}

@media (max-width: 768px) {
    .curs_page .image_text_section .flex_wrapper .right_content .title {
        font-size: 38px;
        line-height: 1.33;
    }
}

.curs_page .image_text_section .flex_wrapper .right_content .text_below_title {
    display: block;
    max-width: 305px;
    width: 100%;
    margin-bottom: 41px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #4A4E57;
}

@media (max-width: 1024px) {
    .curs_page .image_text_section .flex_wrapper .right_content .text_below_title {
        max-width: 100%;
        margin-bottom: 36px;
    }
}

.curs_page .image_text_section .flex_wrapper .right_content .description {
    max-width: 634px;
    width: 100%;
}

@media (max-width: 1024px) {
    .curs_page .image_text_section .flex_wrapper .right_content .description {
        max-width: 100%;
    }
}

@media (max-width: 420px) {
    .curs_page .image_text_section .flex_wrapper .right_content .description {
        max-width: 339px;
    }
}

@media (max-width: 576px) {
    .curs_page .image_text_section .flex_wrapper .right_content .description br {
        display: none;
    }
}

.curs_page .cards_with_icon_and_text_section {
    margin: 68px 0 148px 0;
}

@media (max-width: 1024px) {
    .curs_page .cards_with_icon_and_text_section {
        margin: 68px 0;
    }
}

.curs_page .cards_with_icon_and_text_section .cards_wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.1%;
    width: 102.2%;
    gap: 30px 0;
}

.curs_page .cards_with_icon_and_text_section .cards_wrapper > * {
    width: 31.1333333333%;
    margin: 0 1.1% 1.4666666667em;
}

@media (max-width: 1024px) {
    .curs_page .cards_with_icon_and_text_section .cards_wrapper {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-flow: wrap;
        flex-flow: wrap;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: -webkit-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -0.7%;
        width: 101.4%;
        gap: 20px 0;
    }

    .curs_page .cards_with_icon_and_text_section .cards_wrapper > * {
        width: 98.6%;
        margin: 0 0.7% 1.4em;
    }
}

.curs_page .cards_with_icon_and_text_section .cards_wrapper .card {
    margin-bottom: 0;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 55px 20px 36px 20px;
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 22px;
    border-radius: 22px;
}

@media (max-width: 1024px) {
    .curs_page .cards_with_icon_and_text_section .cards_wrapper .card {
        padding: 26px 20px 26px 20px;
    }
}

.curs_page .cards_with_icon_and_text_section .cards_wrapper .card .icon {
    height: 90px;
    margin-bottom: 31px;
}

@media (max-width: 1024px) {
    .curs_page .cards_with_icon_and_text_section .cards_wrapper .card .icon {
        margin-bottom: 20px;
    }
}

.curs_page .cards_with_icon_and_text_section .cards_wrapper .card .icon img {
    max-width: 90px;
    min-height: 90px;
    max-height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
}

.curs_page .cards_with_icon_and_text_section .cards_wrapper .card span {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

.curs_page .video_section {
    margin: 148px 0;
}

@media (max-width: 1024px) {
    .curs_page .video_section {
        margin: 68px 0;
    }
}

.curs_page .video_section .wrapper {
    max-width: 681px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .curs_page .video_section .wrapper {
        max-width: 100%;
    }
}

.curs_page .video_section .wrapper .title_and_text {
    max-width: 100%;
    width: 100%;
    margin-bottom: 41px;
}

@media (max-width: 768px) {
    .curs_page .video_section .wrapper .title_and_text {
        max-width: 100%;
        margin-bottom: 34px;
    }
}

@media (max-width: 420px) {
    .curs_page .video_section .wrapper .title_and_text {
        max-width: 306px;
    }
}

.curs_page .video_section .wrapper .title_and_text h2 {
    padding-bottom: 28px;
}

@media (max-width: 576px) {
    .curs_page .video_section .wrapper .title_and_text h2 {
        font-size: 24px;
        line-height: 1.42;
        padding-bottom: 16px;
    }
}

.curs_page .video_section .wrapper video {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    max-width: 681px;
    width: 100%;
    min-height: 385px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 16px;
}

@media (max-width: 768px) {
    .curs_page .video_section .wrapper video {
        max-width: 100%;
        min-height: 193px;
    }
}

.curs_page .video_section .wrapper .image_preview {
    position: relative;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    isolation: isolate;
}

.curs_page .video_section .wrapper .image_preview img {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    isolation: isolate;
    overflow: hidden;
}

.curs_page .video_section .wrapper .image_preview:before {
    position: absolute;
    content: url("../img/play-white.svg");
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 50px;
    height: 50px;
}

.curs_page .video_section .wrapper .image_preview:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1024px) {
    .curs_page .video_section .wrapper .image_preview:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.curs_page .many_video_section {
    margin: 148px 0;
}

@media (max-width: 1024px) {
    .curs_page .many_video_section {
        margin: 68px 0;
    }
}

.curs_page .many_video_section .title_and_text {
    max-width: 593px;
    width: 100%;
    margin: 0 auto 41px auto;
}

@media (max-width: 768px) {
    .curs_page .many_video_section .title_and_text {
        max-width: 100%;
        margin-bottom: 34px;
    }
}

@media (max-width: 420px) {
    .curs_page .many_video_section .title_and_text {
        max-width: 306px;
    }
}

.curs_page .many_video_section .title_and_text h2 {
    padding-bottom: 28px;
}

@media (max-width: 576px) {
    .curs_page .many_video_section .title_and_text h2 {
        font-size: 24px;
        line-height: 1.42;
        padding-bottom: 16px;
    }
}

.curs_page .many_video_section .video_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.curs_page .many_video_section .video_wrapper .video {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    width: 32%;
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    margin-bottom: 100px;
    overflow: hidden;
    isolation: isolate;
}

@media (max-width: 1100px) {
    .curs_page .many_video_section .video_wrapper .video {
        width: 49%;
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .curs_page .many_video_section .video_wrapper .video {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.curs_page .many_video_section .video_wrapper .video img {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    isolation: isolate;
    overflow: hidden;
}

.curs_page .many_video_section .video_wrapper .video:hover img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

@media (max-width: 1024px) {
    .curs_page .many_video_section .video_wrapper .video:hover img {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.curs_page .many_video_section .video_wrapper .video .play_icon_video {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
}

.curs_page .many_video_section .video_wrapper .video video, .curs_page .many_video_section .video_wrapper .video .image_preview {
    min-height: 249px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    max-width: 444px;
    width: 100%;
    margin-bottom: 25px;
    overflow: hidden;
    isolation: isolate;
}

@media (max-width: 1100px) {
    .curs_page .many_video_section .video_wrapper .video video, .curs_page .many_video_section .video_wrapper .video .image_preview {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .curs_page .many_video_section .video_wrapper .video video, .curs_page .many_video_section .video_wrapper .video .image_preview {
        min-height: 193px;
    }
}

.curs_page .many_video_section .video_wrapper .video video img, .curs_page .many_video_section .video_wrapper .video .image_preview img {
    min-height: 249px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    max-width: 444px;
    width: 100%;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 1100px) {
    .curs_page .many_video_section .video_wrapper .video video img, .curs_page .many_video_section .video_wrapper .video .image_preview img {
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .curs_page .many_video_section .video_wrapper .video video img, .curs_page .many_video_section .video_wrapper .video .image_preview img {
        min-height: 193px;
    }
}

.curs_page .many_video_section .video_wrapper .video .title {
    margin-bottom: 18px;
    max-width: 415px;
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

@media (max-width: 768px) {
    .curs_page .many_video_section .video_wrapper .video .title {
        font-size: 22px;
    }
}

.curs_page .many_video_section .video_wrapper .video .description {
    max-width: 610px;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.curs_page .many_video_section .video_wrapper .video:nth-child(1), .curs_page .many_video_section .video_wrapper .video:nth-child(2) {
    width: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-bottom: 150px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    overflow: hidden;
    isolation: isolate;
}

@media (max-width: 1100px) {
    .curs_page .many_video_section .video_wrapper .video:nth-child(1), .curs_page .many_video_section .video_wrapper .video:nth-child(2) {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .curs_page .many_video_section .video_wrapper .video:nth-child(1), .curs_page .many_video_section .video_wrapper .video:nth-child(2) {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}

.curs_page .many_video_section .video_wrapper .video:nth-child(1) video, .curs_page .many_video_section .video_wrapper .video:nth-child(1) .image_preview, .curs_page .many_video_section .video_wrapper .video:nth-child(1) img, .curs_page .many_video_section .video_wrapper .video:nth-child(2) video, .curs_page .many_video_section .video_wrapper .video:nth-child(2) .image_preview, .curs_page .many_video_section .video_wrapper .video:nth-child(2) img {
    -webkit-border-radius: 16px;
    border-radius: 16px;
    min-height: 385px;
    max-width: 681px;
    overflow: hidden;
    isolation: isolate;
}

@media (max-width: 1100px) {
    .curs_page .many_video_section .video_wrapper .video:nth-child(1) video, .curs_page .many_video_section .video_wrapper .video:nth-child(1) .image_preview, .curs_page .many_video_section .video_wrapper .video:nth-child(1) img, .curs_page .many_video_section .video_wrapper .video:nth-child(2) video, .curs_page .many_video_section .video_wrapper .video:nth-child(2) .image_preview, .curs_page .many_video_section .video_wrapper .video:nth-child(2) img {
        min-height: 249px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .curs_page .many_video_section .video_wrapper .video:nth-child(1) video, .curs_page .many_video_section .video_wrapper .video:nth-child(1) .image_preview, .curs_page .many_video_section .video_wrapper .video:nth-child(1) img, .curs_page .many_video_section .video_wrapper .video:nth-child(2) video, .curs_page .many_video_section .video_wrapper .video:nth-child(2) .image_preview, .curs_page .many_video_section .video_wrapper .video:nth-child(2) img {
        min-height: 193px;
    }
}

.curs_page .many_video_section .video_wrapper .video:nth-child(1) .description, .curs_page .many_video_section .video_wrapper .video:nth-child(2) .description {
    font-size: 18px;
    line-height: 1.56;
}

@media (max-width: 1100px) {
    .curs_page .many_video_section .video_wrapper .video:nth-child(1) .description, .curs_page .many_video_section .video_wrapper .video:nth-child(2) .description {
        font-size: 16px;
        line-height: 1.62;
    }
}

.curs_page .many_video_section .video_wrapper .video .image_preview {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.curs_page .many_video_section .video_wrapper .video .image_preview:before {
    position: absolute;
    content: url("../img/play-white.svg");
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 50px;
    height: 50px;
}

.form-submit {
    max-width: 323px !important;
}

@media (max-width: 915px) {
    .form-submit {
        max-width: 100% !important;
    }
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    border: none;
    border-bottom: 1px solid #161515;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
}

.js-form-submit .select2-selection__arrow {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.js-form-submit .select2-selection__arrow:before {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.js-form-submit .select2-selection__arrow:before:focus {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.js-form-submit .select2-selection__arrow:focus {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.tpl-marketing-presentation .submit_button input {
    border: none !important;
}

/* ==========================================================================
     Default page
     ========================================================================== */
.default-page {
    margin: 200px 0 100px 0;
}

@media (max-width: 1024px) {
    .default-page {
        margin: 100px 0 50px 0;
    }
}

.default-page .breadcrumbs {
    text-align: center;
    margin-bottom: 30px;
}

.default-page h1 {
    text-align: center;
}

@media (max-width: 576px) {
    .default-page h1 {
        text-align: left;
    }
}

.default-page .thumbnail {
    text-align: center;
    margin-bottom: 30px;
}

.default-page .thumbnail .attachment-post-thumbnail {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.default-page .content_page {
    text-align: left !important;
}

.default-page .content_page h2 {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .default-page .content_page h2 {
        font-size: 24px;
        margin-top: 44px;
    }
}

.default-page .content_page img {
    margin-top: 25px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.default-page .content_page figcaption {
    margin-bottom: 50px;
    font-size: 14px;
    line-height: 1.21;
    color: #EE2A59;
}

.default-page .content_page .wp-caption {
    max-width: 100%;
    width: 100%;
}

.default-page .content_page .wp-caption img {
    -o-object-fit: contain;
    object-fit: contain;
}

.default-page .content_page table {
    margin-bottom: 56px;
    border: 2px solid #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    overflow-x: auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
}

.default-page .content_page table tr:nth-child(odd) {
    background: #F7F7F7;
}

.default-page .content_page table tr:first-child {
    background: #F7F7F7;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
}

.default-page .content_page table tr:first-child td {
    font-weight: 600;
}

.default-page .content_page table td {
    padding: 12px 22px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
}

@media (max-width: 576px) {
    .default-page .content_page table td {
        min-width: 225px;
    }
}

.default-page .content_page .custom-testimonials {
    margin-top: 46px;
    margin-bottom: 56px;
    background: #F7F7F7;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    padding: 41px 40px 70px 43px;
}

@media (max-width: 768px) {
    .default-page .content_page .custom-testimonials {
        margin-top: 52px;
        margin-bottom: 62px;
        padding: 30px 27px 34px 31px;
    }
}

.default-page .content_page .custom-testimonials .icon-testimonials {
    max-width: 40px;
    width: 100%;
    margin-bottom: 30px;
}

.default-page .content_page .custom-testimonials .wys {
    margin-bottom: 20px;
    max-width: 682px;
    width: 100%;
}

@media (max-width: 425px) {
    .default-page .content_page .custom-testimonials .wys {
        margin-bottom: 25px;
    }
}

.default-page .content_page .custom-testimonials .wys p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
    text-align: left;
}

.default-page .content_page .custom-testimonials .bottom-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.default-page .content_page .custom-testimonials .bottom-info .left-content {
    margin-right: 15px;
}

.default-page .content_page .custom-testimonials .bottom-info .left-content img {
    margin-top: 0;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.default-page .content_page .custom-testimonials .bottom-info .right-content .title-testimonial {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.56;
    color: #161515;
}

.default-page .content_page .custom-testimonials .bottom-info .right-content .sub-title-testimonial {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.default-page .content_page .custom-video {
    margin-top: 22px;
    margin-bottom: 53px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 768px) {
    .default-page .content_page .custom-video {
        margin-top: 20px;
        margin-bottom: 65px;
    }
}

@media (max-width: 425px) {
    .default-page .content_page .custom-video a {
        min-height: 176px;
    }
}

.default-page .content_page .custom-video img {
    margin-top: 0;
    max-width: 801px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

@media (max-width: 425px) {
    .default-page .content_page .custom-video img {
        min-height: 176px;
    }
}

.default-page .content_page p {
    margin-bottom: 15px;
    text-align: left !important;
}

@media (max-width: 768px) {
    .default-page .content_page p {
        font-size: 18px;
        line-height: 1.56;
    }
}

.default-page .content_page ol {
    margin: 23px 0;
}

.default-page .content_page ol li {
    list-style: auto;
}

.default-page .content_page ol li:last-child {
    padding-bottom: 0;
}

.default-page .content_page ol li ol {
    margin: 12px 0;
}

.default-page .content_page ul li {
    list-style: disc;
}

.default-page .content_page blockquote {
    max-width: 801px;
    width: 100%;
    margin: 30px 0;
    border-left: 2px solid #EE2A59;
    padding-left: 32px;
}

@media (max-width: 768px) {
    .default-page .content_page blockquote {
        width: 99%;
    }
}

.default-page .content_page blockquote p {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.42;
    color: #161515;
}

.default-page .content_page blockquote p:last-child {
    padding-bottom: 0;
}

figcaption em {
    font-style: normal !important;
}

figure img {
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.clutch-res, .goodfirms-res {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.clutch-res iframe, .goodfirms-res iframe {
    pointer-events: none;
}

.clutch-res:hover, .goodfirms-res:hover {
    background: #363636 !important;
}

.images-wrapper .g-partner {
    margin-right: 11px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.images-wrapper .g-partner svg {
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.images-wrapper .g-partner:hover svg {
    background: #363636 !important;
}

.contact_form_page .clutch-res, .contact_form_page .goodfirms-res {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.contact_form_page .clutch-res iframe, .contact_form_page .goodfirms-res iframe {
    pointer-events: none;
}

.contact_form_page .clutch-res:hover, .contact_form_page .goodfirms-res:hover {
    background: #363636 !important;
}

.codecolorer-container {
    width: 100% !important;
    border: none !important;
    padding: 1.5em 1.5em 0.5em 2em;
    background: #f9f9fa !important;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    word-break: break-word;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.3em;
    margin-bottom: 1.8em;
}

.codecolorer {
    background-color: transparent !important;
    margin-bottom: 0 !important;
}

.fancybox__carousel .fancybox__slide .carousel__button.is-close {
    top: 0;
}

.fancybox__carousel .fancybox__slide #pdf-1, .fancybox__carousel .fancybox__slide #pdf-2, .fancybox__carousel .fancybox__slide #pdf-3, .fancybox__carousel .fancybox__slide #pdf-4, .fancybox__carousel .fancybox__slide #pdf-5, .fancybox__carousel .fancybox__slide #pdf-6 {
    max-width: 930px;
    width: 100%;
    height: auto;
    padding: 30px !important;
}

.fancybox__carousel .fancybox__slide #pdf-1 .labels-wrapper, .fancybox__carousel .fancybox__slide #pdf-2 .labels-wrapper, .fancybox__carousel .fancybox__slide #pdf-3 .labels-wrapper, .fancybox__carousel .fancybox__slide #pdf-4 .labels-wrapper, .fancybox__carousel .fancybox__slide #pdf-5 .labels-wrapper, .fancybox__carousel .fancybox__slide #pdf-6 .labels-wrapper {
    max-width: 930px;
    width: 100%;
    margin: 0 auto;
}

.fancybox__carousel .fancybox__slide #pdf-1 .wrapper_pink_button, .fancybox__carousel .fancybox__slide #pdf-2 .wrapper_pink_button, .fancybox__carousel .fancybox__slide #pdf-3 .wrapper_pink_button, .fancybox__carousel .fancybox__slide #pdf-4 .wrapper_pink_button, .fancybox__carousel .fancybox__slide #pdf-5 .wrapper_pink_button, .fancybox__carousel .fancybox__slide #pdf-6 .wrapper_pink_button {
    width: 100%;
    margin: 0 auto;
}

.fancybox__carousel .fancybox__slide #pdf-1 .wrapper_pink_button input[type=submit], .fancybox__carousel .fancybox__slide #pdf-2 .wrapper_pink_button input[type=submit], .fancybox__carousel .fancybox__slide #pdf-3 .wrapper_pink_button input[type=submit], .fancybox__carousel .fancybox__slide #pdf-4 .wrapper_pink_button input[type=submit], .fancybox__carousel .fancybox__slide #pdf-5 .wrapper_pink_button input[type=submit], .fancybox__carousel .fancybox__slide #pdf-6 .wrapper_pink_button input[type=submit] {
    max-width: 444px;
}

.fancybox__carousel .fancybox__slide #pdf-1 .wrapper_pink_button .submit_button_pink, .fancybox__carousel .fancybox__slide #pdf-2 .wrapper_pink_button .submit_button_pink, .fancybox__carousel .fancybox__slide #pdf-3 .wrapper_pink_button .submit_button_pink, .fancybox__carousel .fancybox__slide #pdf-4 .wrapper_pink_button .submit_button_pink, .fancybox__carousel .fancybox__slide #pdf-5 .wrapper_pink_button .submit_button_pink, .fancybox__carousel .fancybox__slide #pdf-6 .wrapper_pink_button .submit_button_pink {
    max-width: 444px;
}

.fancybox__carousel .fancybox__slide #pdf-1 .wrapper_pink_button .submit_button_pink input, .fancybox__carousel .fancybox__slide #pdf-2 .wrapper_pink_button .submit_button_pink input, .fancybox__carousel .fancybox__slide #pdf-3 .wrapper_pink_button .submit_button_pink input, .fancybox__carousel .fancybox__slide #pdf-4 .wrapper_pink_button .submit_button_pink input, .fancybox__carousel .fancybox__slide #pdf-5 .wrapper_pink_button .submit_button_pink input, .fancybox__carousel .fancybox__slide #pdf-6 .wrapper_pink_button .submit_button_pink input {
    border: none;
}

.fancybox__carousel .fancybox__slide #pdf-1 .placeholder-top, .fancybox__carousel .fancybox__slide #pdf-2 .placeholder-top, .fancybox__carousel .fancybox__slide #pdf-3 .placeholder-top, .fancybox__carousel .fancybox__slide #pdf-4 .placeholder-top, .fancybox__carousel .fancybox__slide #pdf-5 .placeholder-top, .fancybox__carousel .fancybox__slide #pdf-6 .placeholder-top {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.fancybox__carousel .fancybox__slide #pdf-1 .placeholder, .fancybox__carousel .fancybox__slide #pdf-2 .placeholder, .fancybox__carousel .fancybox__slide #pdf-3 .placeholder, .fancybox__carousel .fancybox__slide #pdf-4 .placeholder, .fancybox__carousel .fancybox__slide #pdf-5 .placeholder, .fancybox__carousel .fancybox__slide #pdf-6 .placeholder {
    position: absolute;
    top: 21px;
    left: 0;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    font-size: 16px;
}

.fancybox__carousel .fancybox__slide #pdf-1 .placeholder-top .placeholder, .fancybox__carousel .fancybox__slide #pdf-2 .placeholder-top .placeholder, .fancybox__carousel .fancybox__slide #pdf-3 .placeholder-top .placeholder, .fancybox__carousel .fancybox__slide #pdf-4 .placeholder-top .placeholder, .fancybox__carousel .fancybox__slide #pdf-5 .placeholder-top .placeholder, .fancybox__carousel .fancybox__slide #pdf-6 .placeholder-top .placeholder {
    top: 0;
    color: #C4C4C4;
    font-size: 14px;
}

.fancybox__carousel .fancybox__slide #pdf-1 .placeholder-top .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-2 .placeholder-top .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-3 .placeholder-top .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-4 .placeholder-top .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-5 .placeholder-top .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-6 .placeholder-top .error-field-msg {
    top: 53px;
}

.fancybox__carousel .fancybox__slide #pdf-1 .wpcf7-not-valid-tip, .fancybox__carousel .fancybox__slide #pdf-2 .wpcf7-not-valid-tip, .fancybox__carousel .fancybox__slide #pdf-3 .wpcf7-not-valid-tip, .fancybox__carousel .fancybox__slide #pdf-4 .wpcf7-not-valid-tip, .fancybox__carousel .fancybox__slide #pdf-5 .wpcf7-not-valid-tip, .fancybox__carousel .fancybox__slide #pdf-6 .wpcf7-not-valid-tip {
    background: transparent;
    border: none !important;
    padding: 0 !important;
    height: auto;
    top: 55px;
    width: auto;
}

.fancybox__carousel .fancybox__slide #pdf-1 .placeholder-top .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-2 .placeholder-top .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-3 .placeholder-top .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-4 .placeholder-top .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-5 .placeholder-top .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-6 .placeholder-top .error-field-msg {
    top: 85px;
}

.fancybox__carousel .fancybox__slide #pdf-1 .email-form .js-form-submit .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-2 .email-form .js-form-submit .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-3 .email-form .js-form-submit .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-4 .email-form .js-form-submit .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-5 .email-form .js-form-submit .error-field-msg, .fancybox__carousel .fancybox__slide #pdf-6 .email-form .js-form-submit .error-field-msg {
    top: 85px;
}

.fancybox__carousel .fancybox__slide #pdf-1 h2, .fancybox__carousel .fancybox__slide #pdf-2 h2, .fancybox__carousel .fancybox__slide #pdf-3 h2, .fancybox__carousel .fancybox__slide #pdf-4 h2, .fancybox__carousel .fancybox__slide #pdf-5 h2, .fancybox__carousel .fancybox__slide #pdf-6 h2 {
    max-width: 802px;
    width: 100%;
}

.fancybox__carousel .fancybox__slide #pdf-1 .carousel__button.is-close, .fancybox__carousel .fancybox__slide #pdf-2 .carousel__button.is-close, .fancybox__carousel .fancybox__slide #pdf-3 .carousel__button.is-close, .fancybox__carousel .fancybox__slide #pdf-4 .carousel__button.is-close, .fancybox__carousel .fancybox__slide #pdf-5 .carousel__button.is-close, .fancybox__carousel .fancybox__slide #pdf-6 .carousel__button.is-close {
    color: #979797;
}

.fancybox__carousel .fancybox__slide #pdf-1 .carousel__button.is-close:before, .fancybox__carousel .fancybox__slide #pdf-2 .carousel__button.is-close:before, .fancybox__carousel .fancybox__slide #pdf-3 .carousel__button.is-close:before, .fancybox__carousel .fancybox__slide #pdf-4 .carousel__button.is-close:before, .fancybox__carousel .fancybox__slide #pdf-5 .carousel__button.is-close:before, .fancybox__carousel .fancybox__slide #pdf-6 .carousel__button.is-close:before {
    top: 6px;
}

.fancybox__carousel .fancybox__slide #pdf-1 .wpcf7 .wpcf7-response-output, .fancybox__carousel .fancybox__slide #pdf-1 .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .fancybox__carousel .fancybox__slide #pdf-2 .wpcf7 .wpcf7-response-output, .fancybox__carousel .fancybox__slide #pdf-2 .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .fancybox__carousel .fancybox__slide #pdf-3 .wpcf7 .wpcf7-response-output, .fancybox__carousel .fancybox__slide #pdf-3 .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .fancybox__carousel .fancybox__slide #pdf-4 .wpcf7 .wpcf7-response-output, .fancybox__carousel .fancybox__slide #pdf-4 .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .fancybox__carousel .fancybox__slide #pdf-5 .wpcf7 .wpcf7-response-output, .fancybox__carousel .fancybox__slide #pdf-5 .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .fancybox__carousel .fancybox__slide #pdf-6 .wpcf7 .wpcf7-response-output, .fancybox__carousel .fancybox__slide #pdf-6 .wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
    display: none !important;
}

.fancybox__carousel .fancybox__slide #pdf-2 input, .fancybox__carousel .fancybox__slide #pdf-3 input, .fancybox__carousel .fancybox__slide #pdf-4 input, .fancybox__carousel .fancybox__slide #pdf-5 input, .fancybox__carousel .fancybox__slide #pdf-6 input {
    width: 100%;
}

.fancybox__carousel .fancybox__slide #pdf-2 input[type=email], .fancybox__carousel .fancybox__slide #pdf-3 input[type=email], .fancybox__carousel .fancybox__slide #pdf-4 input[type=email], .fancybox__carousel .fancybox__slide #pdf-5 input[type=email], .fancybox__carousel .fancybox__slide #pdf-6 input[type=email] {
    max-width: 100%;
}

.fancybox__carousel .fancybox__slide #pdf-2 .wrapper_pink_button .submit_button_pink, .fancybox__carousel .fancybox__slide #pdf-3 .wrapper_pink_button .submit_button_pink, .fancybox__carousel .fancybox__slide #pdf-4 .wrapper_pink_button .submit_button_pink, .fancybox__carousel .fancybox__slide #pdf-5 .wrapper_pink_button .submit_button_pink, .fancybox__carousel .fancybox__slide #pdf-6 .wrapper_pink_button .submit_button_pink, .fancybox__carousel .fancybox__slide #pdf-2 .wrapper_pink_button input[type=submit], .fancybox__carousel .fancybox__slide #pdf-3 .wrapper_pink_button input[type=submit], .fancybox__carousel .fancybox__slide #pdf-4 .wrapper_pink_button input[type=submit], .fancybox__carousel .fancybox__slide #pdf-5 .wrapper_pink_button input[type=submit], .fancybox__carousel .fancybox__slide #pdf-6 .wrapper_pink_button input[type=submit] {
    max-width: 100% !important;
}

.fancybox__carousel .fancybox__slide #pdf-1 .wrapper_pink_button .submit_button_pink {
    max-width: 100% !important;
    text-align: center;
}

#pdf-1 .reach_out_form .thank_you .title_h2, #pdf-2 .reach_out_form .thank_you .title_h2, #pdf-3 .reach_out_form .thank_you .title_h2, #pdf-4 .reach_out_form .thank_you .title_h2, #pdf-5 .reach_out_form .thank_you .title_h2, #pdf-6 .reach_out_form .thank_you .title_h2 {
    margin: 0 auto 13px auto;
}

#pdf-1 .sent .submit_button_pink, #pdf-2 .sent .submit_button_pink, #pdf-3 .sent .submit_button_pink, #pdf-4 .sent .submit_button_pink, #pdf-5 .sent .submit_button_pink, #pdf-6 .sent .submit_button_pink {
    z-index: -1;
}

.filters-item-block .filter {
    padding: 20px 0;
}

.filters-item-block .filter h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filters-item-block .filter h3 span {
    margin-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    background: #f2f2f2;
}

.filters-item-block .filter ul {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.filters-item-block .filter .list-item {
    background: #f9f9fa;
    border: 1px solid #f2f2f2;
    position: relative;
    margin: 0 15px 15px 0;
    padding: 9px 20px 10px;
    font-weight: 400;
    line-height: normal;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

@media (max-width: 576px) {
    .filters-item-block .filter .list-item {
        margin: 0 10px 15px 0;
    }
}

.filters-item-block .filter .list-item:last-child {
    padding: 9px 20px 10px !important;
}

.filters-item-block .filter .list-item:hover {
    color: #EE2A59;
}

.filters-item-block .filter li {
    list-style: none;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    display: inline-block;
}

.filters-item-block .filter li.selected {
    background: #EE2A59;
    border: 1px solid #EE2A59;
    color: #ffffff;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.filters-item-block .filter li.selected:hover {
    background: #f9f9fa;
    border: 1px solid #f2f2f2;
    color: #161515;
}

.filters-item-block .filter .list-card {
    text-align: center;
    padding: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f9f9fa;
    border: 1px solid #f2f2f2;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.filters-item-block .filter .list-card:last-child {
    padding-bottom: 25px !important;
}

.filters-item-block .filter .list-card:hover {
    color: #EE2A59;
}

.filters-item-block .filter .list-card img {
    margin-top: 0 !important;
    margin-bottom: 30px;
}

.filters-item-block .filter .list-card .title-card {
    font-weight: 600;
    padding-bottom: 10px;
}

.filters-item-block .item-count {
    margin: 30px 0;
    font-size: 24px;
    line-height: 1.26;
    text-align: center;
    color: #EE2A59;
}

.filters-item-block .item-count span {
    font-weight: 600;
}

.filters-item-block .items .list-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.filters-item-block .items .list-filters .item-nane {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-right: 30px;
}

.filters-item-block .items .list-filters .item-nane:last-child {
    margin-right: 0;
}

.filters-item-block .items .list-filters .item-nane img {
    margin-top: 0 !important;
    margin-right: 10px;
}

.filters-item-block .items .image-item {
    margin-bottom: 30px;
}

.filters-item-block .items .text p + ul {
    margin-top: 0 !important;
}

@media (max-width: 576px) {
    .filters-item-block .items .text p {
        font-size: 16px;
        line-height: 1.62;
    }
}

.filters-item-block .items .link {
    border-bottom: none;
}

.filters-item-block .items h4 {
    margin-top: 30px;
    font-size: 24px;
}

.filters-item-block .items .testimonial {
    padding: 25px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f9f9fa;
    border: 1px solid #f2f2f2;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

@media (max-width: 576px) {
    .filters-item-block .items .testimonial {
        padding: 20px;
    }
}

.filters-item-block .items .testimonial .left-content {
    margin-right: 30px;
}

@media (max-width: 576px) {
    .filters-item-block .items .testimonial .left-content {
        margin-right: 15px;
    }
}

.filters-item-block .items .testimonial .left-content img {
    margin-top: 0 !important;
    width: 70px;
    height: 70px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
}

.filters-item-block .items .testimonial .right-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.filters-item-block .items .testimonial .right-content .name {
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 20px;
}

.filters-item-block .items .testimonial .right-content .q {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 5px;
    line-height: 1.56;
    color: #EE2A59;
}

/* ==========================================================================
     Space Sections Single Services
     ========================================================================== */
.top-big-space-section {
    margin-top: 148px !important;
}

@media (max-width: 1024px) {
    .top-big-space-section {
        margin-top: 120px !important;
    }
}

@media (max-width: 576px) {
    .top-big-space-section {
        margin-top: 68px !important;
    }
}

.top-small-space-section {
    margin-top: 68px !important;
}

@media (max-width: 576px) {
    .top-small-space-section {
        margin-top: 60px !important;
    }
}

.bottom-big-space-section {
    margin-bottom: 148px !important;
}

@media (max-width: 1024px) {
    .bottom-big-space-section {
        margin-bottom: 108px !important;
    }
}

@media (max-width: 576px) {
    .bottom-big-space-section {
        margin-bottom: 68px !important;
    }
}

.bottom-small-space-section {
    margin-bottom: 68px !important;
}

@media (max-width: 576px) {
    .bottom-small-space-section {
        margin-bottom: 60px !important;
    }
}

.tpl-thank-you-page .top-header, .tpl-thank-you-page .header {
    display: none;
}

.thank_you_page {
    margin-top: 132px;
    margin-bottom: 152px;
}

@media (max-width: 576px) {
    .thank_you_page {
        margin-top: 54px;
        margin-bottom: 24px;
    }
}

.thank_you_page .wrapper {
    text-align: center;
}

.thank_you_page .logo-img {
    margin: 0 auto 26px auto;
    max-width: 64px;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.thank_you_page h1 {
    text-align: center;
}

@media (max-width: 576px) {
    .thank_you_page h1 {
        font-size: 30px;
        margin-bottom: 16px;
    }
}

.thank_you_page .description {
    max-width: 550px;
    width: 100%;
    margin: 0 auto 37px auto;
    text-align: center;
}

@media (max-width: 576px) {
    .thank_you_page .description {
        max-width: 290px;
        margin-bottom: 28px;
    }
}

.thank_you_page .links-block {
    margin-bottom: 41px;
}

@media (max-width: 576px) {
    .thank_you_page .links-block {
        margin-bottom: 56px;
    }
}

.thank_you_page .links-block .subtitle_gray_color {
    margin-bottom: 20px;
    opacity: 0.5;
}

@media (max-width: 576px) {
    .thank_you_page .links-block .subtitle_gray_color {
        margin-bottom: 18px;
    }
}

.thank_you_page .links-block .links-wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 576px) {
    .thank_you_page .links-block .links-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.thank_you_page .links-block .links-wrapper .link-div {
    margin-right: 20px;
    margin-bottom: 18px;
}

@media (max-width: 576px) {
    .thank_you_page .links-block .links-wrapper .link-div {
        margin-right: 0;
    }

    .thank_you_page .links-block .links-wrapper .link-div:last-child {
        margin-bottom: 0;
    }
}

.thank_you_page .links-block .links-wrapper .link-div a {
    padding: 15px 19px;
    display: block;
    font-size: 16px;
    font-weight: 500;
}

.thank_you_page .links-block .links-wrapper .link-div:last-child {
    margin-right: 0;
}

.thank_you_page .gray-card {
    max-width: 446px;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    background: #F7F7F7;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .thank_you_page .gray-card {
        max-width: 343px;
        padding: 25.5px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.thank_you_page .gray-card .left-side {
    text-align: left;
    max-width: 243px;
    width: 100%;
    margin-right: 23px;
    color: #161515;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
}

@media (max-width: 576px) {
    .thank_you_page .gray-card .left-side {
        margin-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
}

.thank_you_page .gray-card .right-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.thank_you_page .gray-card .right-side .social-media {
    display: block;
    margin-right: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.thank_you_page .gray-card .right-side .social-media svg {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.thank_you_page .gray-card .right-side .social-media svg rect {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.thank_you_page .gray-card .right-side .social-media:hover svg rect {
    fill: #ee2a59;
}

.blog .fancybox__slide, .single-post .fancybox__slide {
    padding: 0 !important;
}

.blog .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content, .single-post .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
    overflow: hidden !important;
}

.reach-out-section .reach-out-section .flex-wrapper .left-content form .submit_button_pink, #contact_popup .reach-out-section .flex-wrapper .left-content form .submit_button_pink, #pop-up-global-form .reach-out-section .flex-wrapper .left-content form .submit_button_pink {
    margin-top: 30px !important;
}
.reach-out-section .inputbox.checkbox, #contact_popup .inputbox.checkbox, #pop-up-global-form .inputbox.checkbox {
    position: relative;
    margin: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
}
@media screen and (max-width: 576px) {
    .reach-out-section .inputbox.checkbox, #contact_popup .inputbox.checkbox, #pop-up-global-form .inputbox.checkbox {
        margin: 20px 0;
    }
}
.reach-out-section .inputbox.checkbox span, #contact_popup .inputbox.checkbox span, #pop-up-global-form .inputbox.checkbox span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.reach-out-section .inputbox.checkbox input, #contact_popup .inputbox.checkbox input, #pop-up-global-form .inputbox.checkbox input {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
}
.reach-out-section .inputbox.checkbox input:checked + span.checkbox-text:before, #contact_popup .inputbox.checkbox input:checked + span.checkbox-text:before, #pop-up-global-form .inputbox.checkbox input:checked + span.checkbox-text:before {
    border-color: transparent;
}
.reach-out-section .inputbox.checkbox input:checked + span.checkbox-text:after, #contact_popup .inputbox.checkbox input:checked + span.checkbox-text:after, #pop-up-global-form .inputbox.checkbox input:checked + span.checkbox-text:after {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.reach-out-section .inputbox.checkbox .checkbox-text, #contact_popup .inputbox.checkbox .checkbox-text, #pop-up-global-form .inputbox.checkbox .checkbox-text {
    display: block;
    position: relative;
    padding-left: 32px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    width: 100%;
    max-width: 670px;
}
@media screen and (max-width: 1140px) {
    .reach-out-section .inputbox.checkbox .checkbox-text, #contact_popup .inputbox.checkbox .checkbox-text, #pop-up-global-form .inputbox.checkbox .checkbox-text {
        max-width: 400px;
    }
}
@media screen and (max-width: 1024px) {
    .reach-out-section .inputbox.checkbox .checkbox-text, #contact_popup .inputbox.checkbox .checkbox-text, #pop-up-global-form .inputbox.checkbox .checkbox-text {
        max-width: unset;
    }
}
.reach-out-section .inputbox.checkbox .checkbox-text:before, #contact_popup .inputbox.checkbox .checkbox-text:before, #pop-up-global-form .inputbox.checkbox .checkbox-text:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 14px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #667085;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}
@media screen and (max-width: 576px) {
    .reach-out-section .inputbox.checkbox .checkbox-text:before, #contact_popup .inputbox.checkbox .checkbox-text:before, #pop-up-global-form .inputbox.checkbox .checkbox-text:before {
        top: 13px;
    }
}
.reach-out-section .inputbox.checkbox .checkbox-text:hover:before, #contact_popup .inputbox.checkbox .checkbox-text:hover:before, #pop-up-global-form .inputbox.checkbox .checkbox-text:hover:before {
    opacity: 0.7;
}
.reach-out-section .inputbox.checkbox .checkbox-text:after, #contact_popup .inputbox.checkbox .checkbox-text:after, #pop-up-global-form .inputbox.checkbox .checkbox-text:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 14px;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="20" height="20" rx="4" fill="%23EE2A59"/><rect width="12" height="2" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 8.24219 14.8984)" fill="white"/><rect width="2" height="6" transform="matrix(0.707107 -0.707107 -0.707107 -0.707107 8.24219 14.8984)" fill="white"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}
@media screen and (max-width: 576px) {
    .reach-out-section .inputbox.checkbox .checkbox-text:after, #contact_popup .inputbox.checkbox .checkbox-text:after, #pop-up-global-form .inputbox.checkbox .checkbox-text:after {
        top: 13px;
    }
}
@media screen and (max-width: 1140px) {
    .reach-out-section .inputbox.checkbox .error-field-msg, #contact_popup .inputbox.checkbox .error-field-msg, #pop-up-global-form .inputbox.checkbox .error-field-msg {
        top: 72px !important;
    }
}
@media screen and (max-width: 1024px) {
    .reach-out-section .inputbox.checkbox .error-field-msg, #contact_popup .inputbox.checkbox .error-field-msg, #pop-up-global-form .inputbox.checkbox .error-field-msg {
        top: 53px !important;
    }
}
@media screen and (max-width: 576px) {
    .reach-out-section .inputbox.checkbox .error-field-msg, #contact_popup .inputbox.checkbox .error-field-msg, #pop-up-global-form .inputbox.checkbox .error-field-msg {
        position: relative;
        display: block;
        left: -32px;
        top: 0 !important;
        text-wrap: wrap;
    }
}
.reach-out-section .inputbox.checkbox a, #contact_popup .inputbox.checkbox a, #pop-up-global-form .inputbox.checkbox a {
    color: #ee2a59;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    text-decoration: underline;
}
.reach-out-section .inputbox.checkbox a:hover, #contact_popup .inputbox.checkbox a:hover, #pop-up-global-form .inputbox.checkbox a:hover {
    -webkit-text-decoration-color: #ee2a59;
    text-decoration-color: #ee2a59;
}

@media screen and (max-width: 1140px) {
    #pop-up-global-form .inputbox.checkbox .checkbox-text {
        max-width: 670px;
    }
}
    #pop-up-global-form .inputbox.checkbox .error-field-msg {
        top: 53px !important;
    }
@media screen and (max-width: 576px) {
    #pop-up-global-form .inputbox.checkbox .error-field-msg {
        top: 0 !important;
    }
}

@media screen and (max-width: 576px) {
    #contact_popup form .submit_button_pink {
        margin-top: 31px !important;
    }
}

@media (max-width: 568px) {
    footer .top-footer .right-content .email-form-section .form-wrapper {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    footer .top-footer .right-content .email-form-section .form-wrapper label {
        width: 48% !important;
    }
}

.subscribe_form .field-msg-container, .email-form .field-msg-container {
    font-size: 14px;
    position: relative;
    top: -111px;
}

.subscribe_form .panel-body .inputbox .field-msg-container .form-msg-success, .email-form .panel-body .inputbox .field-msg-container .form-msg-success {
    display: none;
    color: #51ad65;
}

.subscribe_form .panel-body .inputbox:nth-child(2) .field-msg-container .form-msg-success, .email-form .panel-body .inputbox:nth-child(2) .field-msg-container .form-msg-success {
    display: block;
}

.subscribe_form input[type=submit], .email-form input[type=submit] {
    text-transform: none;
}

.subscribe_form .js-form-submit .error-field-msg, .email-form .js-form-submit .error-field-msg {
    height: 25px;
    top: 30px;
}

.subscribe_form .placeholder-top .error-field-msg, .email-form .placeholder-top .error-field-msg {
    top: 60px;
}

.fancybox__container .js-form-submit {
    display: block !important;
}

.fancybox__container .js-form-submit .error-field-msg {
    top: 35px;
    display: inline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-family: "Inter";
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.62;
    color: #EE2A59 !important;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

@media (max-width: 550px) {
    .fancybox__container .js-form-submit .error-field-msg {
        font-size: 15px !important;
    }
}

@media (max-width: 515px) {
    .fancybox__container .js-form-submit .error-field-msg {
        font-size: 14px !important;
        line-height: 1.7 !important;
    }
}

.fancybox__container .js-form-submit .error-field-msg .js-first-letter {
    color: #EE2A59 !important;
}

@media (max-width: 550px) {
    .fancybox__container .js-form-submit .error-field-msg .js-first-letter {
        font-size: 15px;
    }
}

@media (max-width: 515px) {
    .fancybox__container .js-form-submit .error-field-msg .js-first-letter {
        font-size: 14px;
        line-height: 1.7 !important;
    }
}

.fancybox__container .js-form-submit .error-field-msg span {
    display: inline;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.fancybox__container .js-form-submit .form-msg {
    color: #51ad65;
    font-size: 16px;
    margin-top: 14px;
}

.fancybox__container .wpcf7-not-valid-tip {
    height: 54px;
    padding: 14px 0;
}

.fancybox__container .form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

@media (max-width: 1024px) {
    .fancybox__container .form-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 1240px) {
    .fancybox__container input[type=email] {
        max-width: 100%;
    }
}

@media (max-width: 1240px) {
    .fancybox__container .fancybox__content input[type=text], .fancybox__container .fancybox__content input[type=email], .fancybox__container .fancybox__content input[type=tel], .fancybox__container .fancybox__content input[type=url] {
        max-width: 100%;
    }
}

.js-form-submit input[type=text]:not(.carousel__button.is-close) {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.js-form-submit .select2 {
    margin: 0;
}

.js-form-submit .select2 span {
    margin: 0 !important;
}

.js-form-submit .select2-selection {
    height: auto;
    border: unset;
    margin: 0;
}

.js-form-submit .select2-selection__rendered {
    border: 1px solid transparent;
    height: 54px;
    padding: 0 55px 0 22px !important;
    font-family: "Inter", sans-serif;
    background: #f7f7f7;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    max-width: 444px;
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

@media (max-width: 1024px) {
    .js-form-submit .select2-selection__rendered {
        max-width: 100%;
    }
}

.js-form-submit .select2-selection__arrow {
    height: 100% !important;
    position: relative;
    margin: 0;
    width: 50px !important;
}

.js-form-submit .select2-selection__arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
    height: 8px;
    background-image: url("../img/form-caret.svg");
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.js-form-submit .select2-selection__arrow b {
    display: none;
}

.js-form-submit .select2.select2-container--open .select2-selection__arrow:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    opacity: 1;
}

.select2-container .select2-dropdown {
    margin: 10px 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.03);
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.03);
    -webkit-border-radius: 9px;
    border-radius: 9px;
    overflow: hidden;
    isolation: isolate;
    border: unset;
}

.select2-container .select2-results__options {
    max-height: 180px;
}

.select2-container .select2-results__options li {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515 !important;
    padding: 10px 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.select2-container .select2-results__options li:hover {
    background: #F7F7F7;
}

.select2-container .select2-results__options li[aria-selected=true] {
    background: #F7F7F7 !important;
}

.select2-container .select2-results__options .select2-results__option--highlighted {
    background: #F7F7F7 !important;
}

.subscribe_form .inputbox, .form_section .inputbox {
    position: relative;
}

.subscribe_form .error-field-msg, .form_section .error-field-msg {
    top: -62px;
    left: 0;
    width: 100%;
    height: 56px;
    position: absolute;
    padding: 14px 22px;
    display: inline;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Inter";
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.62;
    color: #EE2A59 !important;
    background: #F7F7F7;
    border: 1px solid #EE2A59;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.subscribe_form .error-field-msg span, .form_section .error-field-msg span {
    display: inline;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #EE2A59 !important;
}

.form_section .error-field-msg {
    top: -60px;
}

.reach_out_form .inputbox {
    position: relative;
}

.reach_out_form .error-field-msg {
    top: 26px;
    left: 0;
    width: 100%;
    position: absolute;
    height: 54px;
    padding: 14px 22px;
    display: inline;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Inter";
    font-style: normal;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.62;
    color: #EE2A59 !important;
    background: #F7F7F7;
    border: 1px solid #EE2A59;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.reach_out_form .error-field-msg span {
    display: inline;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #EE2A59 !important;
}

.reach_out_form .form-msg {
    color: #51ad65;
    font-size: 16px;
    margin-top: 14px;
}

.js-form-submit .inputbox {
    position: relative;
}

.js-form-submit .error-field-msg {
    background: transparent;
    border: none;
    padding: 0;
    height: auto;
    top: 40px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    left: 0;
    position: absolute;
    display: inline;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-family: "Inter";
    font-style: normal;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 1.62;
    color: #EE2A59 !important;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.js-form-submit .error-field-msg span {
    display: inline !important;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px !important;
    color: #EE2A59 !important;
}

.js-form-submit .form-msg {
    color: #51ad65;
    font-size: 16px;
    margin-top: 14px;
}

.fancybox__container .fancybox-infobar, .fancybox__container .fancybox-navigation, .fancybox__container .fancybox-toolbar {
    display: none;
}

.fancybox__container .carousel__button {
    width: auto;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
}

.fancybox__container .carousel__button:before {
    position: relative;
    right: 17px;
    top: 11px;
    width: 100px;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.62;
    color: #161515;
}

.fancybox__container .fancybox__content, .fancybox__container .fancybox-content {
    width: 100%;
    height: 100%;
}

.fancybox__container .fancybox__content {
    height: 100vh;
}

.fancybox__container .alert-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fancybox__container .alert {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 645px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

@media (max-width: 756px) {
    .fancybox__container .alert__img img {
        width: 50px;
    }
}

.fancybox__container .alert__title {
    margin-top: 45px;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.21;
    text-align: center;
    color: #161515;
}

@media (max-width: 756px) {
    .fancybox__container .alert__title {
        margin-top: 25px;
        font-size: 32px;
    }
}

.fancybox__container .alert__text {
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    text-align: center;
    color: #161515;
    opacity: 0.5;
}

@media (max-width: 756px) {
    .fancybox__container .alert__text {
        font-size: 16px;
    }
}

.fancybox__container .alert__button {
    background: #EE2A59;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    max-width: 100%;
    width: 320px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 16px 15px;
    text-align: center;
    margin-top: 45px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

@media (max-width: 756px) {
    .fancybox__container .alert__button {
        margin-top: 25px;
    }
}

.fancybox__container .alert__button:after {
    position: absolute;
    content: "";
    background: #FF3D6B;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.fancybox__container .alert__button:hover:after {
    left: 0;
}

.fancybox__container .alert__button-index {
    z-index: 2;
    position: relative;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper {
        height: auto;
    }
}

.contact_form_page .flex_wrapper .right_content {
    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: 45px;
    padding-right: 100px;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content {
        padding-right: 0;
    }
}

.contact_form_page .flex_wrapper .right_content .form-title {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1140px) {
    .contact_form_page .flex_wrapper .right_content .form-title {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

.resume_form_section .submit_button {
    margin-top: 35px;
}

.resume_form_section .submit_button input {
    border: unset;
    margin-top: 0 !important;
}

.resume_form_section .wpcf7-list-item-label {
    padding-left: 38px;
    margin-left: 0 !important;
    position: relative;
}

.resume_form_section .wpcf7-list-item-label:before {
    content: "";
    background: #EE2A59;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}

.resume_form_section .wpcf7-list-item-label:after {
    opacity: 0;
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    width: 6px;
    height: 12px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.resume_form_section .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    opacity: 1;
}