/* 
1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">
 */

.breadcrumbs {
    color: #728181;
    font-size: 1rem;
}

.breadcrumbs a {
    color: #728181;
}

.breadcrumbs-mob {
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .breadcrumbs-desk {
        display: none;
    }
}

.dropdown-menu,
.sub-menu.sub-menu-vr {
    background-position: right bottom;
    background-repeat: no-repeat;
    min-width: 160px;
    top: auto;
    background-color: #ffffff;
    border: 0;
    color: #000000;
    border-style: solid;
    border-color: #eeeeee;
    border-width: 1px !important;
    left: auto;
    margin: 0;
    margin-top: -6px;
    border-radius: 4px;
    box-shadow: 0 33px 32px rgba(0, 0, 0, 0.1);
    padding: 10px;
    display: none;
    position: absolute;
}

.dropdown-menu,
.sub-menu.sub-menu-vr li a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    font-style: normal;
    color: #444 !important;
    font-family: "Roboto", sans-serif;
    padding: 12px 20px 12px 18px;
    display: block;
    transition: 0.3s ease;
}

.dropdown-menu,
.sub-menu.sub-menu-vr li a:hover {
    color: #05c495 !important;
    text-decoration: none !important;
}

#header.dark .page-menu .sub-menu-vr li a.sub-menu-vr-link:hover {
    text-decoration: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-grey {
    background-color: #f6f8fa;
}

/* Header */
@media screen and (max-width: 1280px) {
    .dark #mainMenu .menu > li > a {
        color: #000;
        display: inline-block;
        padding: 12px 0;
        font-size: 14px;
        border: 0;
        border-radius: 0;
    }

    .mainMenu-open #header.dark .header-inner .lines {
        background-color: #111;
    }

    .mainMenu-open #header.dark .link-cont-mob svg {
        fill: #000;
        stroke: #000;
    }

    .mainMenu-open #header.dark .header-inner #logo a > img {
        display: block;
    }

    .mainMenu-open #header.dark .header-inner #logo a > .logo-hover {
        display: none;
    }

    .mainMenu-open .dark .header-extras a > i,
    .mainMenu-open .dark .header-extras .p-dropdown a > span {
        color: #484848;
    }

    #header #mainMenu-trigger {
        position: relative;
        margin-right: -10px;
        opacity: 1;
        visibility: visible;
    }

    #header #mainMenu:not(.menu-overlay) nav {
        line-height: 40px;
        float: none;
        width: 100%;
        padding-bottom: 20px;
        transition: 0.7s ease;
        opacity: 0;
        transform: translateY(-18px);
    }

    #header .header-extras {
        float: left;
    }

    #header .header-inner #logo {
        position: absolute !important;
        text-align: center;
        margin: 0 !important;
        float: none;
        height: 80px;
        left: 50%;
        width: 150px;
        margin-left: -75px !important;
        right: 0;
        padding: 0 !important;
    }

    #header .header-inner .page-menu {
        display: none;
    }

    .mainMenu-open #header .header-inner #mainMenu {
        width: calc(100% + 14px);
        display: block;
        opacity: 1;
        overflow-y: scroll;
    }

    .mainMenu-open .body-inner #header .header-inner,
    .mainMenu-open .body-inner #header #header-wrap {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        background-color: #fff !important;
    }

    .mainMenu-open #header .header-inner,
    .mainMenu-open #header #header-wrap {
        height: auto;
    }

    .mainMenu-open #header.dark .header-inner .lines:before,
    .mainMenu-open #header.dark .header-inner .lines:after {
        background-color: #111;
    }

    #header #mainMenu:not(.menu-overlay) {
        max-height: 0;
        clear: both;
        overflow: hidden;
        transition: max-height 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86),
            opacity 0.8s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    }

    #header #mainMenu:not(.menu-overlay).menu-animate nav {
        opacity: 1;
        transform: translateY(0);
        line-height: 40px;
        float: none;
        width: 100%;
        padding-bottom: 20px;
        transition: 0.7s ease;
    }

    #header #mainMenu:not(.menu-overlay) nav > ul {
        float: none;
        width: 100%;
    }

    #header #mainMenu:not(.menu-overlay) nav > ul > li {
        padding: 0;
        margin: 0;
        clear: both;
        float: none;
        display: flex;
        border: 0;
        align-items: center;
        flex-wrap: wrap;
    }

    #header #mainMenu nav > ul > li .dropdown-menu,
    #header #mainMenu nav > ul > li .sub-menu {
        flex-grow: 1;
        order: 1;
        box-shadow: 0 10px 17px rgba(0, 0, 0, 0.1);
        margin: 0 30px 20px;
        position: relative;
        top: 0;
    }

    .mainMenu-open .body-inner #header.header-sticky .header-inner {
        height: auto;
        position: fixed;
        top: 0;
        margin: 0 auto;
        width: 100%;
    }
}

/*  the mobile fixed white strip */
@media screen and (max-width: 800px) {
    .body-inner #header[data-transparent="true"] + #page-title {
        top: -132px;
        margin-bottom: -132px;
    }
}

/* Testimonials */
.testimonial .testimonial-item ol,
.testimonial .testimonial-item ul {
    color: #728181;
    display: inline-block;
    font-style: italic;
    font-size: 24px;
    line-height: 32px;
    list-style: disc;
    margin-bottom: 0;
    text-align: left;
    max-width: 80%;
}

.testimonial .testimonial-item ol + span,
.testimonial .testimonial-item ul + span {
    margin-top: 30px;
}

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

    .testimonial .testimonial-item ol,
    .testimonial .testimonial-item ul {
        font-size: 14px;
    }
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    font-display: swap;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.woff2) format("woff2"),
        url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/webfonts/fa-brands-400.ttf) format("truetype");
}

.fa-x-twitter:before {
    content: "\e61b";
}

/* Section Get in Touch with Us */
.title-get-in-touch,
.title-social {
    color: #1f1f1f;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0 0 10px;
}

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

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

    .title-get-in-touch,
    .title-social {
        font-size: 23px;
        line-height: 1.5;
    }
}

/* owner section */
.owner {
    background-color: #f6f8fa;
    padding: 100px 0;
}

.owner__inner {
    max-width: 1170px;
}

.owner__name {
    font-family: "Roboto", sans-serif;
    color: #435657;
    font-weight: 600;
    font-size: 25px;
    line-height: 36px;
    margin: 0 0 36px;
}

.owner__position {
    color: #728181;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.owner__description {
    max-width: 531px;
}

.owner__description > * {
    color: #728181;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.owner__description p {
    margin: 30px 0 0;
}

.owner__description p:first-child {
    margin-top: 0;
}

@media screen and (max-width: 1199px) {
    .owner__name {
        margin: 0 0 18px;
    }

    .owner__description p {
        margin: 18px 0 0;
    }
}

@media screen and (max-width: 991px) {
    .owner__description {
        max-width: 100%;
    }
}

/* About page */
#header[data-transparent="true"] + #page-title.about-hero {
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 165px 0 115px;
    min-height: 75vh;
}

.about-hero .bg-overlay {
    opacity: 0.7;
}

.body-inner #page-title .page-title > h1 {
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 30px;
    color: #ffffff;
}

#page-title .page-title > p,
.hero-description > p {
    color: #ffffff;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.heading-text.heading-section > .about-title {
    margin-bottom: 82px;
}

@media screen and (max-width: 1024px) {
    .body-inner #page-title .page-title > h1 {
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 14px;
    }

    #page-title .page-title > p,
    .hero-description > p {
        font-size: 16px;
    }
}

/* Your advantages */

.your-advantages {
    padding: 77px 0 200px;
    overflow: visible;
}

.your-advantages__container {
    max-width: 1170px;
}

.your-advantages .your_advantages__title {
    display: block;
    color: #1f1f1f;
    font: 700 48px/1.17 "Roboto", sans-serif;
    margin: 0 0 80px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}

.your_advantages__title:after {
    background-color: #00be8c;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.your-advantages__tabs {
    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;
}

.your-advantages__tab-nav {
    color: #435657;
    max-width: 270px;
    position: sticky;
    top: calc(50% - 50px);
    width: 24%;
}

.your-advantages__tab-content {
    max-width: 850px;
    width: 74.5%;
}

.your-advantages__tab-content:after {
    content: "";
}

.your-advantages__current-inner span,
.your-advantages__sep,
.your-advantages__total,
.your-advantages__current-number {
    font: 400 13px/1.23 "Roboto", sans-serif;
}

.your-advantages__current-inner span {
    display: block;
}

.your-advantages__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.your-advantages__content-count {
    display: none;
}

.your-advantages__current-number {
    overflow: hidden;
    position: relative;
}

.your-advantages__current-inner {
    transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.your-advantages__current-inner span:not(:first-child) {
    position: absolute;
    left: 0;
}

.your-advantages__sep {
    padding: 0 5px;
}

.your-advantages__nav-list {
    list-style: none;
    margin: 16px 0 0;
    position: relative;
}

.your-advantages__nav-item,
.your-advantages__current-item span {
    font: 600 25px/0.92 "Roboto", sans-serif;
}

.your-advantages__nav-item {
    opacity: 0;
}

.your-advantages__current-item {
    display: none;
    margin-bottom: 10px;
}

.your-advantages__nav-item:not(.active) {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    transition: none;
}

.your-advantages__nav-item.active {
    animation: tab_in_down 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.1s;
    opacity: 0;
}

.your-advantages__content-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: -10px;
    padding-bottom: 100px;
}

.your-advantages__content-block:last-child {
    padding-bottom: 0;
}

.your-advantages__card {
    border: 1px solid #d9d9d9;
    margin: 10px;
    padding: 30px;
    min-height: 334px;
    width: calc(33% - 20px);
}

.your-advantages__card-icon {
    margin-bottom: 20px;
    min-height: 68px;
    max-width: 52px;
}

.your-advantages__card-text > * {
    color: #435657;
    font: 400 14px/1.71 "Roboto", sans-serif;
}

@keyframes tab_in_down {
    0% {
        opacity: 0;
        transform: translateY(-18px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 1200px) {
    .your-advantages__tab-nav {
        width: 20%;
    }

    .your-advantages__tab-content {
        width: 78.5%;
    }
}

@media screen and (max-width: 1024px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .your-advantages > .container {
        padding-right: 0;
    }

    .your-advantages .your_advantages__title {
        padding-right: 30px;
    }

    .your-advantages .your_advantages__title:after {
        left: calc(50% - 18px);
    }

    .your-advantages__tab-nav {
        display: none;
        margin: 0 auto 65px;
        position: static;
        text-align: center;
    }

    .your-advantages__tab-content {
        max-width: 100%;
        width: 100%;
    }

    .your-advantages__tab-content {
        position: relative;
    }

    .your-advantages__content-block {
        display: block;
        margin: 0;
        position: relative;
        padding: 55px 20px 0 0;
        max-width: 650px;
        width: 80%;
    }

    .your-advantages__content-block[aria-hidden="true"] {
        opacity: 0.5;
    }

    .your-advantages__count {
        margin-bottom: 6px;
    }

    .your-advantages__content-count {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .your-advantages__nav-item,
    .your-advantages__nav-item:not(.active) {
        opacity: 1;
        pointer-events: auto;
        position: static;
    }

    .your-advantages__card {
        margin: 20px 0;
        min-height: 285px;
        width: 100%;
    }

    .your-advantages__card-icon {
        min-height: auto;
    }

    .your-advantages__tab-content:after {
        content: "flickity";
        display: none;
    }
}

@media screen and (max-width: 739px) {
    .your-advantages {
        padding: 40px 0 100px;
    }

    .your-advantages .your_advantages__title {
        font-size: 30px;
        margin-bottom: 40px;
        padding-bottom: 37px;
    }

    .your-advantages__sep {
        padding: 0 4px;
    }

    .your-advantages__nav-item {
        font-size: 18px;
        line-height: 23px;
    }
}

@media screen and (max-width: 499px) {
    .your-advantages__content-block {
        max-width: 293px;
        width: 90%;
    }

    .your-advantages__card {
        min-height: 334px;
    }
}

/* Rendering Services hero section */

#page-title.rendering-services-hero {
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 56.8vh;
}

@media screen and (min-width: 1200px) {
    #header[data-transparent="true"] + #page-title.rendering-services-hero {
        padding: 283px 0 143px;
    }
}

/* Our workflow section */

.our-workflow {
    background-color: #142728;
    color: #fff;
    padding: 100px 0;
}

.our-workflow .container {
    max-width: 1170px;
}

.our-workflow .our-workflow__title {
    color: #fff;
    font: 700 48px/1.17 "Roboto", sans-serif;
    margin: 0 0 60px;
    padding-bottom: 30px;
    position: relative;
}

.our-workflow__title:after {
    background-color: #fff;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.our-workflow__item {
    margin-right: 20px;
    width: 25%;
}

.our-workflow__item:last-child {
    margin-right: 0;
}

.our-workflow__item::after {
    background: url("../images/arrow-right-green.svg"), no-repeat;
    background-size: 100% 100%;
    display: block;
    content: "";
    height: 12px;
    position: absolute;
    right: -25%;
    top: 34px;
    width: 118px;
}

.our-workflow__item:last-child::after {
    display: none;
}

.our-workflow__caption,
.our-workflow__text > * {
    color: #fff;
}

.our-workflow__caption {
    font: 700 18px/26px "Roboto", sans-serif;
    margin: 15px auto 5px;
    width: 93%;
}

.our-workflow__text > * {
    font: 400 14px/24px "Roboto", sans-serif;
}

.our-workflow__text p {
    margin: 5px 0;
}

.our-workflow__link-wrap {
    margin: 85px 0 0;
}

.our-workflow .btn:not(.close):not(.mfp-close) {
    font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 991px) {
    .our-workflow__item {
        margin-right: 0;
        margin-bottom: 120px;
        max-width: 270px;
        width: 100%;
    }

    .our-workflow__item::after {
        transform: rotate(90deg);
        left: calc(50% - 38px);
        bottom: -60px;
        right: auto;
        width: 81px;
        top: auto;
    }

    .our-workflow__item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 768px) {
    .our-workflow {
        padding: 40px 0;
    }

    .our-workflow .our-workflow__title {
        font-size: 36px;
        line-height: 48px;
    }

    .our-workflow__caption {
        font-size: 17px;
    }
}

@media screen and (max-width: 480px) {
    .our-workflow .our-workflow__title {
        font-size: 26px;
        line-height: 36px;
    }
}

/* Two columns text section */
.two-columns-text {
    background-color: #e8eaea;
    padding: 100px 0;
}

.two-columns-text .two-columns-text__title {
    font: 700 48px/1.17 "Roboto", sans-serif;
    margin: 0 0 38px;
    padding-bottom: 30px;
    position: relative;
}

.two-columns-text__title::after {
    background-color: #00be8c;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.two-columns-text__inner {
    max-width: 976px;
}

.two-columns-text__text p {
    font: 400 14px/24px "Roboto", sans-serif;
    margin-bottom: 25px;
}

.two-columns-text__text a {
    text-decoration: underline;
}

.two-columns-text__text p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .two-columns-text .two-columns-text__title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media screen and (max-width: 768px) {
    .two-columns-text {
        padding: 40px 0 60px;
    }
}

@media screen and (max-width: 480px) {
    .two-columns-text .two-columns-text__title {
        font-size: 26px;
        line-height: 36px;
    }

    .two-columns-text--type-2 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .two-columns-text--type-2 .two-columns-text__title {
        font-size: 36px;
        line-height: 40px;
    }
}

.hero-description {
    margin: 40px auto 0;
    max-width: 750px;
}

/* rp */
.rp-container {
    padding-left: 200px;
    padding-right: 200px;
}

@media screen and (max-width: 1600px) {
    .rp-container {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 1440px) {
    .rp-container {
        padding-left: 25px;
        padding-right: 25px;
    }
}

/* rp-buttons */
.btn--b5 {
    border-radius: 5px !important;
}

.btn--outline {
    color: #fff !important;
    border: 1px solid #fff !important;
    background: transparent !important;
    min-width: 139px;
}

.btn--outline:hover {
    background: #fff !important;
    color: #000 !important;
}

/* rp-hero */
.rp-hero {
    position: relative;
    background: #142728;
    margin-bottom: -116px;
    top: -116px;
    padding: 0;
}

.rp-hero__container {
    display: flex;
}

@media screen and (max-width: 767px) {
    .rp-hero__container {
        flex-wrap: wrap;
    }
}

.rp-hero__content {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 240px 0 240px 25px;
}

@media screen and (max-width: 1439px) {
    .rp-hero__content {
        padding: 240px 25px 200px 25px;
    }
}

@media screen and (max-width: 1280px) {
    .rp-hero__content {
        padding: 200px 25px 200px 25px;
    }
}

@media screen and (max-width: 1024px) {
    .rp-hero__content {
        padding: 150px 25px 100px 25px;
    }
}

@media screen and (max-width: 767px) {
    .rp-hero__content {
        width: 100%;
        padding: 150px 25px 70px 25px;
    }
}

.rp-hero__content-inner {
    max-width: 750px;
    margin-left: auto;
    margin-right: 15px;
}

@media screen and (max-width: 1920px) {
    .rp-hero__content-inner {
        max-width: 80.2%;
    }
}

@media screen and (max-width: 1800px) {
    .rp-hero__content-inner {
        max-width: 79.2%;
    }
}

@media screen and (max-width: 1439px) {
    .rp-hero__content-inner {
        max-width: 500px;
        margin-right: auto;
    }
}

@media screen and (max-width: 991px) {
    .rp-hero__content-inner {
        max-width: 400px;
    }
}

@media screen and (max-width: 767px) {
    .rp-hero__content-inner {
        max-width: 100%;
    }
}

.rp-hero__title {
    color: #fff;
    font-weight: 700;
    font-size: 96px;
    line-height: 106px;
}

@media screen and (max-width: 1800px) {
    .rp-hero__title {
        font-size: 80px;
        line-height: 89px;
    }
}

@media screen and (max-width: 1439px) {
    .rp-hero__title {
        font-size: 60px;
        line-height: 66px;
    }
}

@media screen and (max-width: 991px) {
    .rp-hero__title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 374px) {
    .rp-hero__title {
        font-size: 40px;
        line-height: 44px;
    }
}

.rp-hero__buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 47px;
}

@media screen and (max-width: 1024px) {
    .rp-hero__buttons {
        margin-top: 30px;
    }
}

@media screen and (max-width: 991px) {
    .rp-hero__buttons {
        margin-top: 20px;
    }
}

.rp-hero__btn {
    margin-top: 20px;
    margin-right: 20px;
}

.rp-hero__image-wrap {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .rp-hero__image-wrap {
        width: 100%;
    }
}

.rp-hero__image {
    width: 100%;
    padding-top: 96.42%;
    position: relative;
    min-height: 100%;
}

.rp-hero__image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* rp-prices */

.rp-prices {
    background: #f6f8fa;
}

@media screen and (max-width: 768px) {
    .rp-prices {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.rp-prices__container {
    max-width: 1920px;
    margin: 0 auto;
}

.rp-prices .rp-prices__title {
    font: 700 48px/1.17 "Roboto", sans-serif;
    max-width: 692px;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .rp-prices .rp-prices__title {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .rp-prices .rp-prices__title {
        font: 700 36px/48px "Roboto", sans-serif;
    }
}

.rp-prices__title::after {
    background-color: #00be8c;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.rp-prices__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px -10px;
}

.rp-prices__item-wrap {
    width: 33.33%;
    padding: 40px 10px 0;
}

@media screen and (max-width: 1023px) {
    .rp-prices__item-wrap {
        width: 50%;
    }
}

@media screen and (max-width: 640px) {
    .rp-prices__item-wrap {
        width: 100%;
    }
}

.rp-prices__item {
    background: #fff;
    display: block;
    height: 100%;
    border-radius: 8px;
}

.rp-prices__item-wrap:nth-child(2) .rp-prices__item {
    background: #3a5657;
    color: #fff;
}

.rp-prices__i-title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    padding: 23px 15px;
    text-align: center;
    background: #3a5657;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 1199px) {
    .rp-prices__i-title {
        font-size: 32px;
        line-height: 50px;
        padding: 11px 20px;
    }
}

.rp-prices__item-wrap:nth-child(2) .rp-prices__i-title {
    background: #01ba8a;
}

.rp-prices__wrap {
    padding: 30px 30px 85px;
}

@media screen and (max-width: 1199px) {
    .rp-prices__wrap {
        padding: 40px 20px 60px;
    }
}

.rp-prices__subtitle {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    color: #00be8c;
    text-align: center;
}

.rp-prices__text {
    margin-top: 8px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

.rp-prices__price {
    margin-top: 30px;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    .rp-prices__price {
        font-size: 40px;
        line-height: 50px;
    }
}

.rp-prices__regular-price {
    margin-top: 8px;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
}

.rp-prices__prices-list {
    margin-top: 60px;
}

@media screen and (max-width: 1199px) {
    .rp-prices__prices-list {
        margin-top: 40px;
    }
}

.rp-prices__prices-list ul {
    margin: 0;
}

.rp-prices__prices-list li {
    margin-bottom: 20px;
    position: relative;
    list-style: none;
    padding-left: 31px;
    font-size: 16px;
    line-height: 24px;
}

/*.rp-prices__item-wrap:nth-child(2) .rp-prices__prices-list li {*/
/*    color: #BFBFBF;*/
/*}*/

.rp-prices__prices-list li::before {
    content: url("../images/check.svg");
    position: absolute;
    left: 0;
    top: 0;
}

.rp-prices__prices-list li:last-child {
    margin-bottom: 0;
}

.rp-prices__btn {
    margin: 80px auto 0;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .rp-prices__btn {
        margin: 60px auto 0;
        display: flex;
        justify-content: center;
    }
}

.rp-prices__btn a {
    min-width: 139px;
}

/* rp-clients */

.rp-clients {
    padding: 150px 0 0;
    overflow: hidden;
}

@media screen and (max-width: 1440px) {
    .rp-clients {
        padding: 100px 0 0;
    }
}

.rp-clients .rp-clients__title {
    font: 700 48px/1.17 "Roboto", sans-serif;
    max-width: 692px;
    margin: 0 auto 38px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .rp-clients .rp-clients__title {
        font: 700 36px/48px "Roboto", sans-serif;
    }
}

.rp-clients__title::after {
    background-color: #00be8c;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    text-align: center;
}

.rp-clients__list {
    margin-top: 70px;
}

@media screen and (max-width: 1024px) {
    .rp-clients__list {
        margin-top: 60px;
    }
}

.rp-clients__item {
    width: 320px;
    height: 185px;
    padding: 20px 30px;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1600px) {
    .rp-clients__item {
        width: 365px;
        height: 210px;
        padding: 30px 50px;
    }
}

@media screen and (max-width: 1280px) {
    .rp-clients__item {
        width: 320px;
        height: 185px;
        padding: 20px 30px;
    }
}

@media screen and (max-width: 1024px) {
    .rp-clients__item {
        width: 280px;
        height: 160px;
        padding: 10px 17px;
    }
}

@media screen and (max-width: 768px) {
    .rp-clients__item {
        width: 210px;
        height: 120px;
        padding: 10px 17px;
    }
}

@media screen and (max-width: 480px) {
    .rp-clients__item {
        width: 185px;
        height: 100px;
        padding: 10px 17px;
    }
}

.rp-portfolio {
    overflow: hidden;
    background: #142728;
    padding-top: 150px;
    padding-bottom: 150px;
}

@media screen and (max-width: 1440px) {
    .rp-portfolio {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.rp-portfolio .rp-portfolio__title {
    font: 700 48px/1.17 "Roboto", sans-serif;
    max-width: 750px;
    margin: 0 auto 38px;
    padding-bottom: 30px;
    position: relative;
    text-align: center;
    color: #fff;
}

@media screen and (max-width: 1024px) {
    .rp-portfolio .rp-portfolio__title {
        font: 700 36px/48px "Roboto", sans-serif;
    }
}

.rp-portfolio__title::after {
    background-color: #00be8c;
    display: block;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}

.rp-portfolio__list {
    margin-top: 90px;
}

@media screen and (max-width: 1440px) {
    .rp-portfolio__list {
        margin-top: 60px;
    }
}

.rp-portfolio__item-wrap {
    border-right: 1px solid #62747c;
    width: 36.2%;
    padding: 0 45px;
}

@media screen and (max-width: 1439px) {
    .rp-portfolio__item-wrap {
        border-right: 1px solid #62747c;
        width: 50%;
        padding: 0 30px;
    }
}

@media screen and (max-width: 768px) {
    .rp-portfolio__item-wrap {
        width: 80%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 480px) {
    .rp-portfolio__item-wrap {
        width: 100%;
        padding: 0 25px;
    }
}

.rp-portfolio__item-wrap:not(.is-selected) .rp-portfolio__i-title {
    opacity: 0;
}

.rp-portfolio__image-wrap {
    width: 100%;
}

.rp-portfolio__image {
    width: 100%;
    padding-top: 69.27%;
    position: relative;
}

.rp-portfolio__image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rp-portfolio__i-title {
    margin-top: 26px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #fff;
    transition: all 0.2s linear;
}

.rp-p-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .rp-p-nav {
        padding: 0 25px;
        max-width: 600px;
        margin: 50px auto 0;
    }
}

.rp-p-nav__buttons {
    display: flex;
    align-items: center;
    border: 1px solid #0baf87;
    border-radius: 3px;
}

.rp-p-button--previous {
    width: 45px;
    height: 45px;
    background-image: url("../images/rp-p-prev.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    border-right: 1px solid #0baf87;
    transition: all 0.2s linear;
}

.rp-p-button--next {
    width: 45px;
    height: 45px;
    background-image: url("../images/rp-p-next.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.2s linear;
}

.rp-p-button--previous:hover,
.rp-p-button--next:hover {
    background-color: #0baf87;
}

.rp-p-nav .button-group {
    margin-left: 28px;
    width: 480px;
    height: 2px;
    background: #62747c;
    display: flex;
}

@media screen and (max-width: 768px) {
    .rp-p-nav .button-group {
        width: auto;
        flex-grow: 1;
    }
}

.rp-p-nav .button {
    height: 2px;
    background: transparent;
    margin: 0;
    box-shadow: none;
    border: none;
}

.rp-p-nav .button.is-selected {
    background: #01ba8b;
}

/* rp-form */

.rp-form__info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
    .rp-form__info {
        padding-bottom: 0;
    }
}

.rp-form__image {
    max-width: 160px;
}

.rp-form__name {
    font-size: 25px;
    line-height: 36px;
    color: #435657;
    margin: 0;
    font-weight: 700;
}

.rp-form__role {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
}

.rp-form__contacts {
    margin-top: 24px;
}

.rp-form__contacts-item {
    font-size: 14px;
    line-height: 24px;
    color: #728181;
}

.rp-form__contacts-item span {
    font-weight: 700;
    color: #677777;
}

.rp-form__contacts-item a {
    font-weight: 400;
}

.rp-form__button {
    margin-top: 24px;
}

.rp-form__button a {
    min-width: 139px;
}

.title-get-in-touch {
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .title-get-in-touch {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .rp-form__form {
        order: -1;
        margin-bottom: 40px;
    }
}

.rp-form form .form-group label[for="message"] {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-weight: 600;
}

.rp-form form .form-group .textradios .wpcf7-list-item-label {
    background: rgba(84, 101, 108, 0.2);
    border-color: rgba(84, 101, 108, 0.2) !important;
}

.rp-form form .textradios label input:checked + span {
    background: rgba(20, 39, 40, 1) !important;
    color: #fff;
}

.rp-form form .form-group input[type="submit"] {
    border-radius: 5px !important;
    border: 1px solid rgba(84, 101, 108, 1) !important;
    background: transparent !important;
    min-width: 139px;
    color: rgba(84, 101, 108, 1);
    margin-top: 5px;
}

.rp-form form .form-group input[type="submit"]:hover {
    background: rgba(84, 101, 108, 1) !important;
    color: #fff !important;
}

/* Landing 2022 template */
.page-template-landing2022.page-id-8956 .checklist {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

@media screen and (max-width: 768px) {
    .page-template-landing2022.page-id-8956 .checklist {
        grid-template-columns: 1fr;
    }
}

.section-piqs__btn {
    min-height: 42px;
}

.section-piqs__btn-wrap {
    gap: 15px;
}

.inspiro-slider .slide .slide-captions .btn {
    padding: 11px 18px !important;
    font-size: 12px !important;
}

@media screen and (max-width: 480px) {
    .inspiro-slider .slide .slide-captions .btn {
        padding: 11px 14px !important;
        font-size: 11px !important;
    }
}

.cc-picker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cc-picker-code-select-enabled::after {
    position: static;
    margin-right: 7px;
}

.as_item.hid {
    display: none;
}

#scrollTop {
    bottom: 126px;
}

#linkview,
.linkview {
    z-index: -1;
    border: none;
    cursor: pointer;
    opacity: 0;
    position: fixed;
    text-align: center;
    line-height: 12px !important;
    right: 26px;
    bottom: 76px;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s, bottom 0.5s,
        box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
        background-color 0.1s linear;
    background-color: rgba(0, 0, 0, 0.25) !important;
    overflow: hidden;
}

#linkview img,
.linkview img {
    width: 15px;
}

#linkview i,
.linkview i {
    display: inline-block;
    line-height: 0px !important;
    padding-top: 11px;
    width: 39px !important;
    height: 39px !important;
    top: 0px !important;
    left: 0px !important;
    text-align: center !important;
    position: relative;
    z-index: 10;
    background-color: transparent !important;
    transform: translate(0, 0px);
    transition: transform 0.2s ease;
}

#linkview:hover,
.linkview:hover {
    transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
        background-color 0.05s linear 0.25s;
    background-color: transparent !important;
}

#linkview:hover i,
.linkview:hover i {
    transform: translate(0, -39px) !important;
}

#linkview:after,
#linkview:before,
.linkview:after,
.linkview:before {
    display: block;
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #05c495;
    transform: scale(0);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    border-radius: 100px;
}

#linkview:before,
.linkview:before {
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    opacity: 0;
    z-index: 2;
}

#linkview:hover:after,
.linkview:hover:after {
    transform: scale(1);
}

#linkview:active:before,
.linkview:active:before {
    opacity: 1;
}

.chatra_button {
    bottom: 26px;
    opacity: 1;
    z-index: 199;
}

.chatra_button:focus {
    outline: none;
}

.chatra_button img {
    width: 22px;
}

.li-icon svg {
    margin-right: 4px;
    margin-top: -4px;
}

#chatra:not(.chatra--expanded) {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none;
    transition: none;
}

.auto-checking-form-field {
    display: none;
}

.chatra_button {
    display: none;
    pointer-events: none;
    visibility: hidden;
}

.youtube img {
    left: 0;
}

.roundme {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.roundme .roundme-play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}

.roundme .roundme-play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff;
}

.roundme img {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.roundme img,
.roundme .roundme-play-button {
    cursor: pointer;
}

.roundme .roundme-play-button,
.roundme .roundme-play-button:before {
    position: absolute;
}

.roundme .roundme-play-button,
.roundme .roundme-play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.roundme:hover .roundme-play-button {
    background-color: #05c495;
}

.roundme img {
    left: 0;
}

.slide-opacity {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}