html {
    overflow-x: hidden;
}

a, p, span,
h1, h2, h3, h4, h5, h6, input, textarea, ol, ul, li, b {
    font-family: 'Roboto Mono', monospace;
    line-height: 130% !important;
}

h1, h2, h3 {
    font-weight: 400;
}

.color-red {
    color: red;
}

.bg-gray {
    background-color: #f5f5f5 !important;
}

.bg-red {
    background-color: red !important;
}

.bg-black {
    background-color: #212529 !important;
}

.border-bottom-solid-black {
    border-bottom: 2px solid black !important;
}

.short-description h1 {
    font-size: 36px;
    line-height: 36px;
}

.short-description h3 {
    font-size: 24px;
    font-weight: 300;
}

.short-description p {
    font-size: 12px;
    font-weight: 300;
}

.close-modal-btn {
    top: 8px;
    right: 15px;
}

.close-modal-btn:focus, .close-modal-btn:active {
    border: none;
    outline: none;
}

.full-description h2 {
    font-size: 48px;
    color: #212529;
}

.full-description p {
    font-weight: 300;
    line-height: 28px;
}

.binary-text {
    font-weight: 100;
    line-height: 30px;
    color: #919191;
}

.binary-text .show-on-md {
    display: none;
}

.binary-text .b {
    color: red;
    font-weight: 600;
}

.full-description h2.me-in-digits {
    color: black;
    line-height: 50px;
    font-size: 48px;
}

.counter p.digit {
    text-align: center;
    color: red;
    font-size: 40px;
    font-weight: 800;
}

.counter p.description {
    text-align: center;
    color: black;
    font-size: 14px;
    font-weight: 200;
}

.our-skills p {
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
}

.our-skills img {
    width: 60px;
    height: 60px;
}

.our-skills p.skill {
    font-size: 24px;
    margin-bottom: 16px;
}

.our-skills p.skill-description {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}

.our-skills li {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}

.get-develop-btn .outside {
    background-color: black;
    width: 204px;
    height: 44px;
    border-radius: 5px;
}

.get-develop-btn .front-side {
    background-color: rgba(255, 0, 0, 0.81);
    width: 204px;
    height: 44px;
    border-radius: 5px;
    position: relative;
    top: -35px;
    left: 10px;
    transition: all 0.13s linear;
}

.front-side p {
    color: rgba(255, 255, 255, 0.85);
    text-align: center;
    line-height: 44px !important;
    font-size: 10px;
    font-weight: 300;
}

.our-cases p.our-cases-header {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
}

.case {
    width: 500px;
    height: 300px;
    background-color: gray;
    flex-flow: wrap;
    background-size: 125%;
    transition: all 0.18s linear;
}

.case p {
    color: white;
    font-size: 24px;
}

.case span {
    font-size: 14px;
    font-weight: 300;
}

.cases-description p {
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
}

.cases-description span {
    font-weight: 600;
    color: red;
}

.cases-description img {
    width: 20px;
    height: 20px;
}

.tech-stack p {
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
}

.technology {
    width: 150px;
    height: 150px;
    background-color: red;
}

.technology img {
    width: 100px;
    /*height: 80px;*/
}

.tech-stack .technology p {
    font-size: 14px;
    color: white;
    font-weight: 300;
    line-height: 24px;
}

.tech-stack .technology span {
    font-size: 24px;
    color: white;
    font-weight: 600;
}

h3.our-team-header, h3.mass-media-about-us {
    font-size: 48px;
    line-height: 46px;
}

#team-description {
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
}

.team-member__name {
    font-size: 14px;
}

.team-member__position {
    font-size: 14px;
    font-weight: 300;
}

.team-member__about {
    font-size: 14px;
    font-weight: 200;
}

.mass-media__block {
    padding: 0 10px;
    padding-bottom: 50px;
}

.mass-media__content {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(185, 185, 185, 0.25);
    border-radius: 20px;
    padding: 26px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mass-media__img img {
    border-radius: 10px;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.mass-media__title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.mass-media__teaser {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
}

a.mass-media__link-btn {
    background: #F5F5F5;
    box-shadow: 0px 2px 4px rgba(147, 147, 147, 0.25);
    border-radius: 5px;
    padding: 8px 10px;
    font-weight: 400;
    font-size: 10px;
    line-height: 13px;
    display: inline-flex;
    width: 150px;
    align-items: center;
    color: #212529;
}

a.mass-media__link-btn:hover {
    background: #c2c2c2;
    text-decoration: none;
}

.mass-media__link-btn img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.contacts p {
    font-weight: 600;
    line-height: 130%;
    font-size: 48px;
}

.contacts img {
    width: 64px;
}

.contacts #phone {
    font-size: 24px;
    line-height: 30px;
}

.contacts #address {
    font-size: 14px;
    line-height: 20px;
}

.contacts .email {
    font-size: 24px;
    line-height: 30px;
}

.contacts .call-me-btn {
    background-color: red;
    width: 350px;
    height: 64px;
    max-width: 100%;
}

.contacts .call-me-btn p {
    color: white;
    font-size: 18px;
    font-weight: 300;
    line-height: 60px !important;
}

.contacts .get-develop-btn p {
    line-height: 58px !important;
    font-size: 16px;
    font-weight: 300;
}

.logo-footer img {
    width: 300px;
    margin-left: -30px;
}

.logo-footer p {
    font-size: 16px;
}

.footer p {
    height: 40px;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 300;
    font-size: 18px;
    line-height: 50px !important;
}

.round-img img {
    border-radius: 20px;
}

.block-page.container {
    font-family: 'Roboto Mono', monospace;
}

.block-page.container strong {
    color: red;
}

.block-page.container p, .block-page.container li {
    font-weight: 300;
    line-height: 130%;
}

.block-page.container h1, .block-page.container h2 {
    font-weight: 500;
    line-height: 130%;
}

.our-cases .review {
    display: inline-flex;
    width: calc(50% - 15px);
    min-height: 300px;
    background: #c7c7c750;
    padding: 40px 20px;
    margin-top: 36px;
    border-radius: 20px;
    overflow-wrap: break-word;
}

.our-cases .review:nth-child(2n+1) {
    margin-right: 10px;
}

.our-cases .review:nth-child(2n) {
    margin-left: 10px;
}

.our-cases .review .review-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 29px;
    color: #000000;
}

.our-cases .review .review-subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #ACACAC;
}

.our-cases .review .review-text {
    margin-top: 30px;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.our-cases .review .review-text .content,
.our-cases .review .review-text .content-start {
    padding-left: 24px;
}

.our-cases .review .review-text .content-start:before {
    content: ">";
    font-size: 24px;
    line-height: 36px;
    color: #EF2C27;
    float: left;
    position: relative;
    display: block;
    height: 40px;
    width: 0;
    left: -24px;
}

.our-cases .review .review-text .quote {
    font-style: italic;
    margin: 16px 0 0 0;
    font-weight: 300;
    font-size: 11px;
    line-height: 14px;
}

.our-cases .review .review-text .author {
    margin: 2px 0 0 0;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
}

.our-cases .review .customer-img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 2px solid red;
}

.our-cases .review .review-img-container {
    height: auto;
    display: flex;
    flex-direction: column;
}

.our-cases .review .review-img {
    width: 170px;
    max-height: 350px;

}

.our-cases .review .customer {
    width: calc(100% - 186px);
    margin-right: 16px;
}

.gallery {
    width: 100%;
}

.gallery-container {
    align-items: center;
    display: flex;
    min-height: 350px;
    margin: 0 auto 30px auto;
    max-width: 1000px;
    position: relative;
}

.gallery-item {
    height: 200px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease-in-out;
    width: 300px;
    z-index: 0;
    left: 100px;
}

.gallery-item.review-carousel .review-img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 3px solid #ED2A26;
    position: relative;
    z-index: 1;
    top: 60px;
    left: -60px;
}

.gallery-item.review-carousel .customer {
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-sizing: border-box;
    border-radius: 20px;
    height: 220px;
    padding: 40px 44px;
    overflow: hidden;
}

.gallery-item.review-carousel .customer .name {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #EF2C27;
}

.gallery-item.review-carousel .customer .company {
    margin-top: 2px;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #ACACAC;
}

.gallery-item.review-carousel .customer .content {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.gallery-item.review-carousel .customer .quote-img {
    background-image: url("/static/icons/quote.2f30dd50ab09.svg");
    width: 36px;
    min-width: 36px;
    background-repeat: repeat-x;
    background-position: top right;
    background-size: 18px 32px;
    display: inline-flex;
    position: relative;
    left: -16px;
}

.gallery-item.review-carousel .customer .review-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.gallery-item.review-carousel .customer .review-text p {
    margin: 0;
}

.gallery-item.review-carousel .customer .review-text p:not(:last-child) {
    margin-bottom: 12px;
}

.gallery-item-1,
.gallery-item-3 {
    height: 200px;
    opacity: 0.7;
    width: 350px;
    z-index: 1;
}

.gallery-item-1.gallery-item.review-carousel .review-img,
.gallery-item-3.gallery-item.review-carousel .review-img {
    height: 88px;
    width: 88px;
    top: 44px;
    left: -44px;
}

.gallery-item-1.gallery-item.review-carousel .customer .name,
.gallery-item-3.gallery-item.review-carousel .customer .name {
    font-size: 18px;
    line-height: 20px;
}

.gallery-item-1.gallery-item.review-carousel .customer .company,
.gallery-item-3.gallery-item.review-carousel .customer .company {
    font-size: 12px;
    line-height: 14px;
}

.gallery-item-1.gallery-item.review-carousel .customer .review-text,
.gallery-item-3.gallery-item.review-carousel .customer .review-text {
    font-size: 12px;
    line-height: 14px;
}

.gallery-item-1.gallery-item.review-carousel .customer .quote-img,
.gallery-item-3.gallery-item.review-carousel .customer .quote-img {
    background-image: url("/static/icons/quote.2f30dd50ab09.svg");
    width: 26px;
    min-width: 26px;
    background-repeat: repeat-x;
    background-position: top right;
    background-size: 13px 24px;
    display: inline-flex;
    position: relative;
    left: -16px;
}

.gallery-item-1 {
    left: 25%;
    transform: translateX(-50%);
}

.gallery-item-2 {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
    min-height: 320px;
    opacity: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 500px;
    z-index: 2;
    top: -60px;
}

.gallery-item.review-carousel.gallery-item-2 .customer {
    min-height: 280px;
}

.gallery-item-3 {
    left: 75%;
    transform: translateX(-50%);
}

.gallery-controls {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.gallery-controls button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    text-transform: capitalize;
}

.gallery-controls button:focus {
    outline: none;
}

.gallery-controls .gallery-controls-previous {
    position: relative;
    top: -150px;
    right: calc(50% - 40px);
    color: #EF2C27;
    font-size: 26px;
    font-weight: 300;
    padding: 2px 2px 4px 2px;
    background: #F7F7F7;
    border-radius: 25px;
    width: 40px;
    height: 40px;
    transform: rotate(-180deg);
}

.gallery-controls-previous:hover {
    transform: rotate(-180deg) scale(1.5);
}

.gallery-controls .gallery-controls-next {
    position: relative;
    top: -150px;
    right: calc(-50% + 40px);
    color: #EF2C27;
    font-size: 26px;
    font-weight: 300;
    padding: 2px 2px 4px 2px;
    background: #F7F7F7;
    border-radius: 25px;
    width: 40px;
    height: 40px;
}

.gallery-controls-next:hover {
    transform: scale(1.5);
}

@media (min-width: 992px) {
    .pr-lg-15px {
        padding-right: 15px;
    }

    .short-description h1 {
        font-size: 64px;
        line-height: 64px;
    }

    .short-description p {
        font-weight: 300;
        font-size: 20px;
    }

    .full-description h2 {
        font-size: 48px;
    }

    .full-description h2.me-in-digits {
        line-height: 75px;
        font-size: 48px;
    }

    .full-description p {
        font-weight: 300;
        line-height: 28px;
    }

    .binary-text .show-on-md {
        display: inline;
    }

    .counter p.digit {
        font-size: 60px;
        font-weight: 800;
    }

    .counter p.description {
        font-size: 16px;
        font-weight: 200;
    }

    .our-skills p {
        font-size: 60px;
        font-weight: 600;
        line-height: 58px;
    }

    .our-skills img {
        width: 80px;
        height: 80px;
    }

    .get-develop-btn .outside {
        width: 280px;
        height: 58px;
        border-radius: 5px;
    }

    .get-develop-btn .front-side {
        width: 280px;
        height: 58px;
        border-radius: 5px;
        top: -50px;
        left: 10px;
        /*transition: all 1s linear;*/
    }

    .front-side p {
        line-height: 58px !important;
        font-size: 16px;
        font-weight: 300;
    }

    .our-cases p.our-cases-header {
        font-size: 60px;
        font-weight: 600;
        line-height: 60px;
    }

    .cases-description p {
        font-weight: 300;
        font-size: 14px;
        line-height: 30px;
    }

    .cases-description img {
        width: 40px;
        height: 40px;
    }

    .tech-stack p {
        font-size: 60px;
        font-weight: 600;
        line-height: 58px;
    }

    .tech-stack .technology p {
        font-size: 18px;
    }

    .tech-stack .technology {
        width: 100%;
    }

    h3.our-team-header, h3.mass-media-about-us {
        font-size: 48px;
        line-height: 58px;
    }

    #team-description {
        font-size: 16px;
        line-height: 34px;
        font-weight: 300;
    }

    .team-member__name {
        font-size: 16px;
    }

    .team-member__position {
        font-size: 16px;
        font-weight: 300;
    }

    .team-member__about {
        font-size: 14px;
        font-weight: 200;
    }

    .mass-media__title {
        font-size: 22px;
    }

    .contacts p {
        font-weight: 600;
        line-height: 130%;
        font-size: 48px;
    }

    .contact-form p {
        font-size: 18px;
        font-weight: 300;
        line-height: 28px;
    }

    .contacts #phone {
        font-size: 28px;
        line-height: 30px;
    }

    .contacts .email span {
        font-size: 24px;
    }
}

@media (max-width: 992px) {

    /* Common */
    .body {
        font-size: 15px;
        line-height: 19px;
    }

    .short-description h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .full-description h2 {
        font-size: 30px;
        line-height: 36px;
    }

    .full-description h2.me-in-digits {
        font-size: 30px;
        line-height: 36px;
    }

    h3.our-team-header, h3.mass-media-about-us {
        font-size: 24px;
        line-height: 30px;
    }

    .round-img img {
        height: 230px;
        margin-top: 24px;
    }

    .front-side p {
        font-size: 15px;
    }

    .contacts .get-develop-btn p {
        line-height: normal !important;
    }

    .contacts .get-develop-btn .front-side {
        height: 48px;
    }

    .our-cases .review {
        padding: 24px 16px;
        margin-top: 24px;
        border-radius: 12px;
    }

    .our-cases .review .review-title {
        font-size: 18px;
        line-height: 24px;
    }

    .our-cases .review .review-text {
        margin-top: 16px;
    }

    .our-cases .review .review-img {
        width: 120px;
        height: auto;
    }

    .our-cases .review .customer {
        width: calc(100% - 126px);
    }

    .gallery-item.review-carousel .customer .name {
        font-weight: bold;
        font-size: 18px;
        line-height: 20px;
        color: #EF2C27;
    }

    .gallery-item.review-carousel .customer .company {
        margin-top: 2px;
        font-weight: normal;
        font-size: 10px;
        line-height: 12px;
        color: #ACACAC;
    }

    .gallery-item.review-carousel .customer .review-text {
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        color: #000000;
    }

    .gallery-item-1 {
        left: 35%;
        transform: translateX(-50%);
    }

    .gallery-item.review-carousel.gallery-item-2 .customer {
        min-height: 250px;
    }

    .gallery-item-3 {
        left: 65%;
        transform: translateX(-50%);
    }

    .mass-media__img img {
        height: 140px;
    }
}

@media (max-width: 768px) {
    .our-cases .review {
        display: block;
        width: calc(100% - 16px);
        padding: 24px 16px;
        margin: 24px 8px 0 8px;
    }

    .our-cases .review .customer {
        width: 100%;
    }

    .our-cases .review .review-title {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .our-cases .review .review-subtitle {
        font-size: 12px;
        line-height: 14px;
        color: #ACACAC;
    }

    .our-cases .review .review-text .content,
    .our-cases .review .review-text .content-start {
        padding-left: 16px;
    }

    .our-cases .review .review-text .content-start:before {
        content: ">";
        font-size: 16px;
        line-height: 36px;
        color: #EF2C27;
        float: left;
        position: relative;
        display: block;
        height: 40px;
        width: 0;
        left: -16px;
    }

    .our-cases .review .review-text .quote {
        margin: 8px 0 0 0;
    }

    .our-cases .review .customer-img {
        height: 80px;
        width: 80px;
    }

    .our-cases .review .review-img-container {
        width: 100px;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .our-cases .review .review-img {
        width: 100%;
        justify-self: flex-start;
    }

    .gallery-item {
        height: 150px;
        opacity: 0;
        position: absolute;
        transition: all 0.3s ease-in-out;
        width: 200px;
        z-index: 0;
        left: 150px;
    }

    .gallery-item.review-carousel .review-img {
        height: 100px;
        width: 100px;
        top: 40px;
        left: calc(50% - 50px);
    }

    .gallery-item.review-carousel .customer {
        border-radius: 20px;
        height: 200px;
        padding: 30px 34px;
    }

    .gallery-item.review-carousel .customer .name {
        font-size: 16px;
        line-height: 20px;
    }

    .gallery-item.review-carousel .customer .company {
        font-size: 12px;
        line-height: 14px;
    }

    .gallery-item.review-carousel .customer .content {
        margin-top: 8px;
    }

    .gallery-item.review-carousel .customer .review-text {
        font-size: 12px;
        line-height: 14px;
    }

    .gallery-item.review-carousel .customer .quote-img {
        background-image: url("/static/icons/quote.2f30dd50ab09.svg");
        width: 24px;
        min-width: 24px;
        background-repeat: repeat-x;
        background-position: top right;
        background-size: 12px 17px;
        display: inline-flex;
        position: relative;
        left: -12px;
    }
    .gallery-item-2 {
        box-shadow: none;
        min-height: 320px;
        opacity: 1;
        left: 50%;
        transform: translateX(-50%);
        width: 350px;
        z-index: 2;
        top: -40px;
    }

    .gallery-item.review-carousel.gallery-item-2 .customer {
        min-height: 280px;
        height: auto;
        padding-top: 46px;
    }

    .gallery-controls {
        margin: 30px 16px;
    }

    .gallery-controls .gallery-controls-previous,
    .gallery-controls .gallery-controls-next {
        z-index: 3;
    }

    .our-cases p.our-cases-header {
        font-size: 30px;
        font-weight: 600;
        line-height: 36px;
        overflow-wrap: break-word;
    }

    .mass-media__img img {
        height: 200px;
    }
}