.pt-4 {
    padding-top: 4em;
}

.mb-4 {
    margin-bottom: 4em;
}

.mt-0 {
    margin-top: 0 !important;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.pt-position {
    position: relative;
    top: 60px;
}
.gap-15 {
    gap:0 15px
}
.gap-10{
    gap:0 10px
}

.relative {
    position: relative;
}

.overflow {
    overflow: hidden;
    /* display: inline-table;*/
}

.dropdown-content a,
.lang a.actives {
    text-transform: uppercase;
}

.border-top {
    border-top: 1px solid #404248;
}

.bg-dark-no-overlow {
    background: #24272C;
    box-shadow: 0px 0px 70px -9px rgba(0, 0, 0, 0.35);
}
.back__sub-title {
    font-size: 24px;
}
.back__title {
    font-size: 52px;
    font-weight: bold;
    margin-top: 15px;
}
.back__image img{
    max-width: 120%;
    position: relative;
    top: 30px;
    margin-top: -30px;
    left: -65px;
}
.back__btn a {
    height: 40px;
}
.back__section{
    background: #24272C;
    box-shadow: 0px 0px 70px -9px rgba(0, 0, 0, 0.35);
}
.btn__copy:hover svg path{
    fill:#24272C;
}





.tooltip_web {
    position: relative;
    display: inline-block;
  }
  
  .tooltip_web .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    transition: opacity 0.3s;
    font-family: var(--ubuntu);
    font-size: 13px;
    text-transform: uppercase;
  }
  
  .tooltip_web .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip_web:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }






.telegram-button {
    position: relative;
    background: #0088cc;
    /*цвет кнопки*/
    border-radius: 50%;
    width: 55px;
    /*ширина кнопки*/
    height: 55px;
    /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px;
    /*центровка иконки в кнопке*/
    font-size: 35px;
    /*размер иконки*/
    z-index: 9999;
}
.whatsapp-button {
    background: #25d366;
    bottom: 20px !important;
}
.viber-button {
    background: #fff;
    bottom: -45px !important;
}


.telegram-button a {
    color: #fff;
}

.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc;
    /*цвет анимированных волн от кнопки*/
    left: -5px;
    right: -5px;
    top: -5px;
    bottom: -5px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}
.whatsapp-button:before,
.whatsapp-button:after {
    border: 1px solid #25d366;
}
.viber-button:before,
.viber-button:after {
    border: 1px solid #862aff;
}

.telegram-button:after {
    animation-delay: .5s;
}
.social__footer{
    position: fixed;
    right: 13px;
    bottom: 90px;
    transform: translate(-50%, -50%);
    z-index: 9999999;
}
.social__footer a {
    margin:20px 0;
}
.click__social {
    position: relative;
    background: #CF0032;
    /*цвет кнопки*/
    border-radius: 50%;
    width: 55px;
    /*ширина кнопки*/
    height: 55px;
    /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 53px;
    /*центровка иконки в кнопке*/
    font-size: 35px;
    /*размер иконки*/
    z-index: 9999;
    cursor: pointer;
}


.social-button {
    opacity: 0;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    position: absolute;
    bottom: 90px;
    right: 13px;
    width: 48px; /* Adjust based on the button size */
    height: 48px; /* Adjust based on the button size */
}
.social-button {
    opacity:  1 !important;
}


.social-button.active {
    opacity: 1;
}

.social__footer {
}
/*
.social__footer.hovered .social-button {
    opacity: 1;
    position: relative;
    transform: none;
    bottom: 0;
    right: 0;
}

.social__footer.hovered .social-button:not(.active) {
   splay: block;
}

.social__footer.hovered {
    height: auto;
}

.social__footer.hovered .social-button {
    margin-top: 10px;
}
*/
.click__social {
    display: none;
    position: absolute;
    bottom: 90px;
    right: 13px;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.social__footer:hover .click__social {
    display: block;
}


.atrox {
    animation: animate 1.5s linear infinite;
}


@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width : 830px) {
    .telegram-button {
        bottom: 80px;
        /*отступ кнопки снизу от экрана*/
        right: 10px;
        /*отступ кнопки слева от экрана(right - справа)*/
    }
}



  canvas {
    height: 100%;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    transform: scale(6);
  }

  .contact-form-right #button {
    cursor: pointer;
    outline: none;
    overflow: hidden;
    width: 100%;
    z-index: 1;
    color:#fff;
    width: 100%;
    border:none;
    height: 55px;
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0;
    font-family: var(--oswald);
  }
  .contact-form-right #button::before {
    background: #CF0032;
    border-radius: 4px;
    border: 1px solid #ffffff;
    content: '';
    display: block;
    height: 100%;
    margin: 0 auto;
    position: relative;
    transition: width 0.2s cubic-bezier(0.39, 1.86, 0.64, 1) 0.3s;
    width: 100%;
  }
  
  .contact-form-right #button.ready .submitMessage svg {
    opacity: 1;
    top: 1px;
    transition: top .4s ease 600ms, opacity .3s linear 600ms;
  }
  .contact-form-right #button.ready .submitMessage .button-text span {
    top: 0;
    opacity: 1;
    transition: all 0.2s ease calc(var(--dr) + 600ms);
  }
  
  .contact-form-right #button.loading::before {
    transition: width .3s ease;
    width: 100%;
  }
  .contact-form-right #button.loading .loadingMessage {
    opacity: 1;
  }
  .contact-form-right #button.loading .loadingCircle {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: loading;
    cy: 10;
  }
  
  .contact-form-right #button.complete .submitMessage svg {
    top: -30px;
    transition: none;
  }
  .contact-form-right #button.complete .submitMessage .button-text span {
    top: -8px;
    transition: none;
  }
  .contact-form-right #button.complete .loadingMessage {
    top: 80px;
  }
  .contact-form-right #button.complete .successMessage .button-text span {
    left: 0;
    opacity: 1;
    transition: all 0.2s ease calc(var(--d) + 1000ms);
  }
  .contact-form-right #button.complete .successMessage svg {
    stroke-dashoffset: 0;
    transition: stroke-dashoffset .3s ease-in-out 1.4s;
  }
  
  .button-text span {
    opacity: 0;
    position: relative;
  }
  
  .contact-form-right .message {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  
  .contact-form-right .message svg {
    display: inline-block;
    fill: none;
    margin-right: 5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }
  
  .contact-form-right .submitMessage .button-text span {
    top: 8px;
    transition: all 0.2s ease var(--d);
  }
  .contact-form-right .submitMessage svg {
    color: #5c86ff;
    margin-left: -1px;
    opacity: 0;
    position: relative;
    top: 30px;
    transition: top .4s ease, opacity .3s linear;
    width: 14px;
  }
  
  .contact-form-right .loadingMessage {
    opacity: 0;
    transition: opacity 0.3s linear 0.3s, top 0.4s cubic-bezier(0.22, 0, 0.41, -0.57);
  }
  .contact-form-right .loadingMessage svg {
    fill: #5c86ff;
    margin: 0;
    width: 40px;
  }
  
  .contact-form-right .successMessage .button-text span {
    left: 5px;
    transition: all 0.2s ease var(--dr);
  }
  .contact-form-right .successMessage svg {
    color: #5cffa1;
    stroke-dasharray: 20;
    stroke-dashoffset: 20;
    transition: stroke-dashoffset .3s ease-in-out;
    width: 14px;
  }
  
  .contact-form-right .loadingCircle:nth-child(2) {
    animation-delay: 0.1s;
  }
  
  .contact-form-right .loadingCircle:nth-child(3) {
    animation-delay: 0.2s;
  }
  
@keyframes loading {
    0% {
      cy: 10;
    }
    25% {
      cy: 3;
    }
    50% {
      cy: 10;
    }
  }

.menu-desctop,
.fade {

    opacity: 0;
    transition: 1s;
    animation: show 1s 1;
    animation-fill-mode: forwards;
    animation-delay: 0.4s;
}

@keyframes show{
    0%{
        opacity:0;
    }
    100% {
        opacity:1;
    }
}




.contact-form {
    overflow: hidden;
    /* display: inline-table;*/
}

.p-col {
    max-height: 335px;
    min-height: 335px;
}

.btn-white {
    background: #fff;
}

.p-image {
    position: absolute;
    right: 0;
    bottom: 0;
}

.p-cats-grid {
    position: relative;
    z-index: 2;
}

.p-middle-grid {
    margin-top: 40px;
}

.p-top {
    align-items: flex-start;
}

.ajax_form input.error,
.ajax_form textarea.error {
    border: 1px solid #CF0032 !important;
}

.phone_main {
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 6px 12px;
    font-family: var(--oswald);
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    gap: 0 10px;
    transition: .4s all ease-out;
    gap: 0 5px;
}

.phone_main:hover {
    background-color: #CF0032;
}

.lang {
    position: relative;
    transition: .4s all ease-out;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #252532;
    width: 100%;
    left: 0;
    z-index: 123123;
    border: 1px solid #F1F1F1;
    top: 39px;


}

.lang:hover .dropdown-content {
    display: flex;
    flex-direction: column;
}

.dropdown-content a {
    padding: 6px 12px;
    font-family: var(--oswald);
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    border-bottom: 1px solid #F1F1F1;
    transition: .4s all ease-out;
}

.dropdown-content a:hover {
    background-color: #CF0032;

}

.case-top-title {
    font-size: 69px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2px;
    margin-top: 30px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    /* text-wrap: nowrap; */
}

.case-top-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.case-top-sub-tittle {
    font-size: 14px;
    font-weight: 300;
    line-height: 160%;
}

.case-top-sub-tittle a:last-child span {
    display: none;
}

.case-top-sub-tittle:before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.76562 0.984375L4.76562 3.96094C4.90625 4.125 5 4.3125 5 4.5C5 4.66406 4.90625 4.875 4.76562 5.01562L1.76562 7.99219C1.55469 8.20312 1.22656 8.27344 0.945312 8.15625C0.664062 8.03906 0.5 7.80469 0.5 7.5V1.5C0.5 1.21875 0.664062 0.9375 0.945312 0.820312C1.22656 0.703125 1.55469 0.773438 1.76562 0.984375Z' fill='%23CF0032'/%3E%3C/svg%3E%0A");
    position: absolute;
    left: 0;
    top: 5px;
    width: 6px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.case-top-img img {
    min-width: 910px;
}

.case-options-title {
    color: #CF0032;
    font-family: var(--oswald);
    font-size: 48px;
    font-weight: 200;
    text-transform: uppercase;
}

.case-options-content {
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    text-transform: uppercase;
}

.case-options-sub-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 140%;
    gap: 0 15px;
}

.case-options-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.case-m-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
}

.case-m-text ol li {
    list-style: decimal;
}

.case-m-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 30px;
    margin-top: 20px;
}

.f-l-sb-title-red:before {
    background: #CF0032;
}

.case-m-images img:not(:last-child) {
    margin-right: 40px;
}

.case-m-images img {
    max-width: 230px;
}

.case-m-urls {
    margin-top: 15px;
}

.case-m-urls a {
    color: #CF0032;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.case-m-urls a span {
    width: 90%;
}

.case-m-urls a:last-child {
    margin-bottom: 0;
}

.case-m-urls a:before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9375 2.625C10.3906 2.625 10 2.23438 10 1.6875C10 1.17969 10.3906 0.75 10.9375 0.75H16.5625C17.0703 0.75 17.5 1.17969 17.5 1.6875V7.3125C17.5 7.85938 17.0703 8.25 16.5625 8.25C16.0156 8.25 15.625 7.85938 15.625 7.3125V3.95312L7.8125 11.7266C7.46094 12.1172 6.875 12.1172 6.52344 11.7266C6.13281 11.375 6.13281 10.7891 6.52344 10.3984L14.2969 2.625H10.9375ZM0 4.1875C0 3.01562 0.976562 2 2.1875 2H6.5625C7.07031 2 7.5 2.42969 7.5 2.9375C7.5 3.48438 7.07031 3.875 6.5625 3.875H2.1875C1.99219 3.875 1.875 4.03125 1.875 4.1875V16.0625C1.875 16.2578 1.99219 16.375 2.1875 16.375H14.0625C14.2188 16.375 14.375 16.2578 14.375 16.0625V11.6875C14.375 11.1797 14.7656 10.75 15.3125 10.75C15.8203 10.75 16.25 11.1797 16.25 11.6875V16.0625C16.25 17.2734 15.2344 18.25 14.0625 18.25H2.1875C0.976562 18.25 0 17.2734 0 16.0625V4.1875Z' fill='%23CF0032'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 18px;
    height: 20px;
}

.case-m-options {
    padding-top: 10em;
}

.titles p {
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    margin-top: 30px;
    margin-bottom: 0;
}

.case-c-image:before {
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    height: 215px;
    width: 100%;
    z-index: -1;
    background: #CF0032;
}

.case-c-grid {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
}

.case-row-img {
    margin-left: 35px;
}

.right-leads h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

.right-leads h2 span {
    color: #00FEBE;
}

.right-leads p {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 5px;
}

.row-leads {
    border-radius: 8px;
    background: #24262C;
    box-shadow: 0px -6px 30px 0px rgba(0, 0, 0, 0.45) inset;
    padding: 20px 25px;
    justify-content: center;
    gap: 0 20px;
}

.case-left-top-image img {
    position: relative;
    top: -40px;
}

.brandbook-img img {
    position: relative;
    bottom: -100px;
}

.ptb-brand {
    padding-top: 4em;
    margin-bottom: 12em;
}

.case-tabs {
    max-width: 100%;
    width: 100%;
}

.case-tabs__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin: -1px 0 0 -1px;
    padding: 0;
    border-bottom: 1px solid #404248;
}

.case-tabs__caption li:last-child:before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: -2px;
    z-index: -1;
    height: 5px;
}

.case-tabs__caption:after {
    content: '';
    display: table;
    clear: both;
}

.case-tabs__caption li {

    margin: 1px 0 0 1px;
    color: #FFF;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    padding-bottom: 10px;
    margin-right: 35px;
}

.case-tabs__caption li:before {}

.case-tabs__caption li:not(.active) {
    cursor: pointer;
}

.case-tabs__caption li:last-child {
    margin-right: 0;
}

.case-tabs__caption li:not(.active):hover {}

.case-tabs__caption .active {
    color: #fff;
    border-bottom: 2px solid #CF0032;
}

.case-tabs__caption .active:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 5px;
}

.case-tabs__content {
    display: none;
    margin-top: 15px;
    position: relative;

}

.mobile-row {
    position: absolute;
    top: 0;
    right: 0;
}

.laptop-row {
    position: relative;
}

.case_img {
    height: 480px;
    width: 768px;
    overflow-y: scroll;
    margin: 0 auto;
    position: absolute;
    top: 0;
    margin-left: 104px;
    margin-top: 18px;
}

.case_mobile_img {
    height: 495px;
    overflow-y: scroll;
    margin: 0 auto;
    top: 37px;
    position: absolute;
    margin-left: 21px;
}

.red_bg_land {
    background: #CF0032;
}

.land-title {
    color: #FFF;
    font-size: 32px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
}

.land-sub-title {
    color: #FFF;
    font-family: var(--oswald);
    font-size: 24px;
    font-weight: 300;
    line-height: 26.4px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.land-right .gg-ads-link {
    margin-top: 0;
}

.landing .case-top-title {
    font-size: 55px;
    margin-bottom: 30px;
}

.landing .case-top-img img {
    width: 100%;
    min-width: 100%;
}

.red_bg {
    height: 225px;
    background: #CF0032;
    margin-top: 30px;
    margin-bottom: 80px;
}

.red_bg .container,
.red_bg .row {
    height: 100%;
}

.rev-name {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}

.rev-prof {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
    margin-top: 10px;
}

.rev-link {
    margin-top: 15px;
}

.rev-link a {
    display: flex;
    align-items: center;
    gap: 0 10px;
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.4px;
}

.rev-image img {
    width: 120px;
}

.rev-grid {
    display: flex;
    align-items: center;
    gap: 0 35px;
    margin-top: 20px;
}

.rev-text-main {
    position: relative;
    height: 285px;
    top: -30px;
    background: #24262C;
}

.rev-text-main:before {
    content: '';
    background-image: url(../img/bg-swiper-portfolio.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;
}

.rev-text-main:after {
    content: '';
    width: 95%;
    height: 93%;
    background: #212328;
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 102;
}

.rev-text {
    color: #FFF;
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 55px;
    position: relative;
    z-index: 999;
    background: transparent;
}

.rev-text:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 12px 80px -12px #000;

}

.h-100 {
    height: 100%;
}

.align-center {
    align-items: center;
}

.tabs__content-corporate {
    display: none;

    margin-left: 0;
    padding-left: 0;

}

.tabs__content-corporate.active {
    display: block;

}

.tabs__caption-corporate li:before {
    content: '';
    transition: .4s all ease-out;
    transform: translateX(-10px);
}

.tabs__caption-corporate {
    margin-left: 20px;
    padding-left: 0;
    margin-top: 30px;
}

.tabs__caption-corporate li.active:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 4px;
    left: -30px;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .4s all ease-out;
    transform: translateX(0);
    background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.10156 7.875C9.45312 8.22656 9.45312 8.8125 9.10156 9.16406L2.22656 16.3516C1.875 16.7422 1.28906 16.7422 0.898438 16.3906C0.507812 16.0391 0.507812 15.4141 0.859375 15.0625L7.10938 8.5L0.859375 1.97656C0.703125 1.78125 0.625 1.54688 0.625 1.3125C0.625 1.07812 0.703125 0.84375 0.898438 0.648438C1.28906 0.296875 1.875 0.296875 2.22656 0.6875L9.10156 7.875ZM16.6016 7.875C16.9531 8.22656 16.9531 8.8125 16.6016 9.16406L9.72656 16.3516C9.375 16.7422 8.78906 16.7422 8.39844 16.3906C8.00781 16.0391 8.00781 15.4141 8.35938 15.0625L14.6094 8.5L8.35938 1.97656C8.20312 1.78125 8.125 1.54688 8.125 1.3125C8.125 1.07812 8.20312 0.84375 8.39844 0.648438C8.78906 0.296875 9.375 0.296875 9.72656 0.6875L16.6016 7.875Z' fill='white'/%3E%3C/svg%3E%0A");
}

.tabs__caption-corporate li {
    color: #FFF;
    font-family: var(--oswald);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26.4px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 15px;
    position: relative;
    cursor: pointer;

}

.corp-right {
    padding: 50px 60px;
}

.corp-numbers {
    color: #CF0032;
    font-family: var(--oswald);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.4px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.corp-title {
    color: #FFF;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}

.corp-content {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

.corp-content ul,
.corp-content ul li {
    list-style: disc;
}

.corp-content ol,
.corp-content ol li {
    list-style: decimal;
}

.corp-img-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 50px;
}

.corp-grid {
    border-bottom: 1px solid #646464;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.corp-grid-title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 5px;
}

.corp-grid-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}



/* width */
.case_img::-webkit-scrollbar,
.case_mobile_img::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
}

.case_img::-webkit-scrollbar-track,
.case_mobile_img::-webkit-scrollbar-track {
    background: #404248;
    border-radius: 50px;
}

.case_img::-webkit-scrollbar-thumb,
.case_mobile_img::-webkit-scrollbar-thumb {
    background: #CF0032;
    border-radius: 50px;
}

.case_img::-webkit-scrollbar-thumb:hover,
.case_mobile_img::-webkit-scrollbar-thumb:hover {
    background: #CF0032;
}

.case-tabs__content.active {
    display: block;
}

.full-images {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-form-left-slider {
    max-width: 360px;
}

.contact-form-left-slider .f-l-title {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.inst-button-next,
.inst-button-prev {
    filter: brightness(0) invert(1);
    ;
    width: 63px;
    height: 63px;
    position: static;
}

.inst-pagination {
    display: flex;
    align-items: center;
    gap: 0 35px
}

.right-inst-slider {
    position: relative;
    left: 0;
}

.inst-video a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.inst-video a:before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M64 32C64 49.75 49.625 64 32 64C14.25 64 0 49.75 0 32C0 14.375 14.25 0 32 0C49.625 0 64 14.375 64 32ZM22 21V43C22 44.125 22.5 45.125 23.5 45.625C24.375 46.25 25.625 46.125 26.5 45.625L44.5 34.625C45.375 34.125 46 33.125 46 32C46 31 45.375 30 44.5 29.5L26.5 18.5C25.625 17.875 24.375 17.875 23.5 18.5C22.5 19 22 20 22 21Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.im-right {
    max-width: 75%;
    flex: 0 0 75%;
}

.trans_7 {
    display: none;
    transition: .4s all ease-in;
}

.row-translate.active .trans_7 {
    display: block;
}

.row-translate.active .trans_6 {
    display: none;
}

.btn-more-red {
    color: #CF0032 !important;
    border-bottom: 1px dashed #CF0032 !important;
}

.im-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.28px;
    text-transform: uppercase;
}


.im-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: -0.28px;
    margin-top: 10px;
}

.im-fulltitle {
    font-size: 20px;
    line-height: 160%;
}

.imd-title {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    /* 128.571% */
    letter-spacing: -0.28px;
}

.imd-grid {
    gap: 0 15px;
}

.nm-number {
    height: 85px;
    min-width: 150px;
    overflow: hidden;
    font-size: 120px;
    font-weight: 700;
    /* line-height: 60px; */
    letter-spacing: -2.4px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #CF0032;
}

.row-numbers .nm-grid:last-child .nm-number {
    color: #CF0032;
}

.nm-title {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.36px;
    margin-top: 15px;
    margin-bottom: 15px;
}

html[lang="lv"] .nm-title {
    font-size: 14px;
}

.row-numbers {
    margin-left: -15px;
    margin-right: -15px;
    align-items: flex-start;
}

.nm-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    /* 142.857% */
    letter-spacing: -0.28px;
    min-height: 100px;
}

.nm-grid {
    width: calc(100%/5);
    padding-left: 15px;
    padding-right: 15px;
}


.ls-grid{
      width: calc(100%/3);
}
.ls-grid .nm-number {
    color: #CF0032 !important;
    display: inline-flex;
    border-bottom: 2px solid #fff;
}
.ls-grid .nm-text {
    margin-top: 15px;
}
.pop-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 160%;
    /* 51.2px */
    margin-bottom: 50px;
}

.pop-row:before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='156' height='158' viewBox='0 0 156 158' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1884_7931)'%3E%3Cpath d='M28.8409 103.63C24.4371 102.238 23.1924 96.6 26.6004 93.4825L99.7805 26.5414C103.189 23.4239 108.693 25.1648 109.689 29.675L131.072 126.521C132.068 131.032 127.808 134.928 123.404 133.536L28.8409 103.63Z' fill='%23F1F1F1'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1884_7931' x='0.647461' y='0.963867' width='154.571' height='156.858' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='12' result='effect1_foregroundBlur_1884_7931'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 107px;
    height: 107px;
    position: absolute;
    right: -50%;
    bottom: 20%;
    transform: rotate(45deg);
}

.pop-row:after {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='124' height='122' viewBox='0 0 124 122' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1584_14253)'%3E%3Cpath d='M70.3118 22.7978C73.3987 19.362 79.0473 20.5564 80.4793 24.9476L102.764 93.2859C104.196 97.6771 100.338 101.972 95.8189 101.016L25.4936 86.1467C20.9747 85.1912 19.1848 79.7022 22.2717 76.2665L70.3118 22.7978Z' fill='%23CF0032'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1584_14253' x='0.729736' y='0.805176' width='122.338' height='120.346' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='10' result='effect1_foregroundBlur_1584_14253'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 107px;
    height: 107px;
    position: absolute;
    right: -40%;
    bottom: -10%;
}

.pop-image {
    position: relative;
}

.pop-image:before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='156' height='158' viewBox='0 0 156 158' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1884_7931)'%3E%3Cpath d='M28.8409 103.63C24.4371 102.238 23.1924 96.6 26.6004 93.4825L99.7805 26.5414C103.189 23.4239 108.693 25.1648 109.689 29.675L131.072 126.521C132.068 131.032 127.808 134.928 123.404 133.536L28.8409 103.63Z' fill='%23F1F1F1'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1884_7931' x='0.647461' y='0.963867' width='154.571' height='156.858' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='12' result='effect1_foregroundBlur_1884_7931'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 107px;
    height: 107px;
    position: absolute;
    left: -10%;
    bottom: 20%;
    transform: rotate(45deg);
    z-index: -1
}

.pop-image:after {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='124' height='122' viewBox='0 0 124 122' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_f_1584_14253)'%3E%3Cpath d='M70.3118 22.7978C73.3987 19.362 79.0473 20.5564 80.4793 24.9476L102.764 93.2859C104.196 97.6771 100.338 101.972 95.8189 101.016L25.4936 86.1467C20.9747 85.1912 19.1848 79.7022 22.2717 76.2665L70.3118 22.7978Z' fill='%23CF0032'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1584_14253' x='0.729736' y='0.805176' width='122.338' height='120.346' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='10' result='effect1_foregroundBlur_1584_14253'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    width: 107px;
    height: 107px;
    position: absolute;
    left: 20%;
    bottom: 10%;
    z-index: -1;
}

.pop-grid {
    font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    padding: 25px 0;
    border-bottom: 1px solid #4A4A4A;
}

.pop-bottom-title {
    font-family: var(--oswald);
    font-size: 16px;
    font-weight: 400;
    line-height: 26.4px;
    letter-spacing: 5.6px;
    text-transform: uppercase;
}

.pop-bottom-sub_title {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: -0.28px;
}

.pop-bottom-text {
    font-family: var(--oswald);
    font-size: 24px;
    font-weight: 700;
    line-height: 24.447px;
    text-transform: uppercase;
}

.pop-bottom-right {
    max-width: 70%;
    flex: 0 0 70%
}

.blog-title {

    color: #CACACA;
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;

}

.blog-title span {
    color: #CF0032;
}

.blog_section_top {
    padding: 30px 0;
    background: #24272C;
    box-shadow: 0px 0px 70px -9px rgba(0, 0, 0, 0.35);
}

.blog_category {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: 40px;
}

.blog_category a {
    border-radius: 2px;
    background: #24272C;
    padding: 5px 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    box-shadow: 0px 0px 70px -9px rgba(0, 0, 0, 0.35);
}

.blog_category a.active {
    background: #CF0032;
}

.row-blog {
    margin-top: 40px;
}

.blog-grid img {
    border-radius: 16px;
}

.blog-tag {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
}

.blog-t {
    font-size: 20px;
    font-weight: 700;
    line-height: 22.044px;
    margin-top: 14px;
}

.blog-d {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    margin-top: 14px;
}

.blog-d:before {
    content: '';
    width: 20%;
    height: 4px;
    background: #CF0032;
    position: absolute;
    bottom: -14px;
    left: 0;
}

.blog-a {
    font-family: var(--oswald);
    font-size: 16px;
    font-weight: 300;
    line-height: 33.702px;
    /* 210.638% */
    letter-spacing: 3.2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-top: 25px;
}

.container-min {
    max-width: 745px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-200 {
    padding-bottom: 200px;
}

.bg-red {
    background: #CF0032;
    box-shadow: 0px 0px 70px -9px rgba(0, 0, 0, 0.35) inset;
}

.sg-date {
    color: #fff;
    font-size: 13.393px;
    font-weight: 400;
    line-height: 34.439px;
}

.single-content {
    padding: 20px 20px;
}

.singletitle h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    margin-top: 0;
}

.single-grid {
    gap: 0 15px;
}

.single-right span {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
}

.single-right .single-dt {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.single-row {
    gap: 0 80px;
    flex-wrap: wrap;
}

.single-full-content {
    position: relative;
    top: -160px;
}

.content img {
    border-radius: 8px;
}

.content p,
.content li {
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
}

.content li {
    list-style: circle;
}

.content ul {
    padding-left: 20px;
    list-style: circle;
}

.alignleft {
    float: left;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.alignright {
    float: right;
    padding-top: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
}

blockquote {
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
    border-radius: 8px;
    background: #24262C;
    font-style: italic;
    position: relative;
    padding: 25px 30px;
    margin: 0;
}

blockquote:before {
    content: '';
    height: 100%;
    width: 10px;
    position: absolute;
    top: 0;
    left: 0;
    background: #CF0032;
    border-radius: 8px 0px 0px 8px;
}

.content {
    border-bottom: 1px solid #A4A4A4;
    padding-bottom: 40px;
}

.swiper-scrollbar {
    display: none;
}

.prices-col:nth-child(even) .cell-red {
    background: #24262C;
    font-weight: bold;
    font-size: 13px;
}

.prices-col:nth-child(even) {
    display: none;
}

.prices-col:last-child {
    display: flex !important;
}

.prices-col:last-child .cell-red {
    background: #CF0032 !important;
}

.exp-grid-more {
    display: none;
    ;
}

.offline-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.offline-svg {
    text-align: center;
}

.offline-title {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-top: 15px;
}

.offline-grid {
    max-width: 20%;
    flex: 0 0 20%;
    padding: 15px;
    transition: .4s all ease-out;
}

.offline-grid svg path {
    transition: .4s all ease-out;
}

.offline-grid:hover svg path {
    fill: #fff;
}

.web-design-row {
    padding-top: 25px;
    padding-bottom: 25px;
}

.web-design-row p {
    font-size: 15px;
    font-weight: 300;
    line-height: 180%;
}

.no-overflow {
    overflow: visible !important;
}

.web-design-image {
    /*  position: absolute;
    top: -60px;
    right:0;*/
}

.web-design-image img {
    max-width: 85%;
}

.col-web-design-left {
    position: relative;
    display: flex;
    align-items: center;
}

.web-d-top {
    transform: rotate(-90deg);
    top: -25px;
    flex: 0 0 25%;
    max-width: 25%;
    position: absolute;
    top: 145px;
    right: -19px;
}

.web-d-top p {
    font-size: 29px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    right: 150px;

}

.web-d-top h2 {
    color: #212328;
    text-shadow:
        -0 -1px 0 #9F9F9F,
        0 -1px 0 #9F9F9F,
        -0 1px 0 #9F9F9F,
        0 1px 0 #9F9F9F,
        -1px -0 0 #9F9F9F,
        1px -0 0 #9F9F9F,
        -1px 0 0 #9F9F9F,
        1px 0 0 #9F9F9F,
        -1px -1px 0 #9F9F9F,
        1px -1px 0 #9F9F9F,
        -1px 1px 0 #9F9F9F,
        1px 1px 0 #9F9F9F,
        -1px -1px 0 #9F9F9F,
        1px -1px 0 #9F9F9F,
        -1px 1px 0 #9F9F9F,
        1px 1px 0 #9F9F9F;
    font-size: 55px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    left: -36px;
    top: 8px;
    width: max-content;
}

.design-row-img {
    position: relative;
    top: 95px;
}

.tabs__caption-design {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    position: relative;
    margin-bottom: 0;
    padding: 0;
    gap: 0 10px;
    justify-content: center;
}

.tabs-design {
    max-width: 100%;
    margin-top: 35px;
}

.tabs__caption-design .active {
    background: #CF0032;
    color: #fff;
    border-color: #CF0032;
}

.tabs__caption-design li {
    margin-right: 1px;
    border-radius: 2px;
    background: #212328;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    transition: .2s all linear;
    box-shadow: 0px -6px 30px 0px rgba(0, 0, 0, 0.45);
    margin-top: 5px;
    margin-bottom: 5px;
}

.tabs__caption-design li:not(.active) {
    cursor: pointer;
}

.tabs__content-design.active {
    display: block;
}

.tabs__content-design {
    display: none;
    margin-top: 20px;
}

.col-brand img {
    border-radius: 12px;
    background: url(<path-to-image>), lightgray 50% / cover no-repeat;
    position: relative;
    z-index: -1;
}

.col-brand {
    transition: .4s all ease-out;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.col-brand-title {
    position: absolute;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    top: -10%;
    left: 50%;
    width: 100%;
    transition: .4s all ease-out;
}

.col-brand-name {
    position: absolute;
    transform: translate(-50%, -50%);
    font-family: var(--oswald);
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    top: 110%;
    left: 50%;
    width: 100%;
    transition: .4s all ease-out;
}

.col-brand:hover {
    border-radius: 12px;
    background: rgba(47, 47, 47, 0.65);
}

.col-brand:hover .col-brand-title {
    top: 40%;
}

.col-brand:hover .col-brand-name {
    top: 55%;
}

.f-l-col-brand {
    padding: 0 0;
    height: 550px;
}

.brand-middle-img img {
    max-width: 700px;
    position: relative;
    left: -155px;
}

.brand-middle-title {
    font-family: var(--oswald);
    font-size: 32px;
    font-weight: 600;
    line-height: 180%;
    /* 57.6px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.brand-middle-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
}

.brand-middle-options-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.brand-middle-options-title:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #CF0032;
}

.brand-middle-options-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    margin-top: 5px;
}

.brand-mid-grid {
    margin-bottom: 25px;
}

.brand-middle-options {
    margin-top: 25px
}

.col-top-right-image-mobile {
    display: none;
}

.case-options-text span {
    display: none;
}

.inst-pagination-mobile {
    display: none;
}

.category-title h1 {
    font-size: 36px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}

.category-title h1::first-letter {
    color: #CF0032;
}

.category-title h1 span {
    color: #CF0032;
}

.tags-row {
    margin-top: 25px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 10px;
    padding-left: 0;
    padding-right: 0;
    border: none;

}

.tags-row input {
    display: none;
}

.tags-row label {
    display: inline-block;
    background: #212328;
    padding: 7px 12px;
    border-radius: 2px;
    box-shadow: 0px -6px 30px 0px rgba(0, 0, 0, 0.45);
    cursor: pointer;
    border: 1px solid #fff;
    transition: .4s all linear;
}

.tags-row label:hover {
    background-color: #CF0032;
}

.tags-row input:checked+label {
    color: #fff;
    background-color: #CF0032;
    border: 1px solid #fff;
}

.tags-row a {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    border-radius: 2px;
    background: #212328;
    padding: 5px 10px;
}

.tags-row a.active {
    background: #CF0032;
}

.p-sb-title {
    max-width: 250px;
}

.maps-flex img {
    filter: brightness(0.5);
}

.col-breaf {
    margin-top: 65px;
    padding: 35px 65px;
    background: #24272C;
    box-shadow: 0px 0px 70px -9px rgba(0, 0, 0, 0.35);
    overflow: inherit !important;
}

.b-title {
    font-size: 27px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.54px;
    margin-bottom: 45px;
}

.form-breaf {

    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #52555C;
}

.form-breaf .has-tooltip {
    right: 10px;
    top: 35%;
    position: absolute;
    transform: translateY(-50%);
}

.form-breaf .ch-input {
    min-width: 20px;
    max-width: 20px;
    width: 20px;
    height: 20px;
}

.label-breaf {
    left: 20px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 24px;
    font-weight: 300;
    font-size: 16px;
    line-height: 14px;
    color: #767A86;

}

.form-breaf .input-breaf:focus~label,
.form-breaf .input-breaf:not(:placeholder-shown)~label {
    transform: translateY(-15px) translateX(0px) scale(0.75);


}

.form-breaf input[type=checkbox]:checked+.check .ch-input:before {
    width: 10px;
    height: 10px;
}

.form-text-right {
    margin-right: 15px;
    position: relative;
}




.input-breaf {
    border-radius: 4px;
    border: 1px solid #2D3038;
    background: #24262C;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.28) inset;
    padding: 25px 20px 10px 20px;
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    resize: none;
}

.form-select select {

    background: #1B1D22;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    padding: 15px 20px;
}

.form-select select option {
    padding: 15px 0;
    height: 50px;
}

.form-select {
    width: 180px;
    border: none;
    padding: 0;
}

.form-input {
    width: 300px;
}

.form-input input {
    padding: 15px 20px;
}

.form-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    margin-left: 30px;
}

.form-checkbox input {
    display: none;
}

.form-checkbox {
    margin-top: 20px;
}

.b-sub-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px;
}

.b-sub-title-new {
    margin-bottom: 40px;
    margin-top: 30px
}

.b-sub-title-new .ch-text {
    font-weight: bold;
    font-size: 22px;
    line-height: normal;
}

.form-breaf label,
.b-sub-title-new label {
    cursor: pointer;
}

.border-line {
    margin: 0;
    border-bottom: 1px solid #52555C;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-left: -65px;
    margin-right: -65px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.b-more {
    color: #CF0032;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-decoration: dashed;
    position: relative;
    display: none
}

.b-more:before {
    content: '';
    position: absolute;
    height: 1px;
    color: #CF0032;
    width: 100%;
    border-bottom: 1px dashed #CF0032;
    width: 100%;
    bottom: -1px;
    left: 0;
}

.btn-breaf {
    max-width: 235px;
}

.section-breaf {
    position: relative;
}

.section-breaf:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -20%);
    width: 100%;
    height: 720px;
    background-image: url(../img/bg-breaf.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.col-main-web {
    padding-top: 15px;
    padding-bottom: 15px;
}

.col-web {
    background: #24272C;
    padding: 30px 30px;
    transition: .4s all ease-in;
    display: flex;
    align-items: center;
    min-height: 325px;
}

.col-web-new {
    padding: 30px 30px;
    transition: .4s all ease-in;
    min-height: 325px;
    text-align: center;
    display: block;
    background: transparent !important;
    box-shadow: none !important;
}
.col-web-new:hover {
    background: #24272C !important;
    box-shadow: 0px 0px 70px -9px rgba(0, 0, 0, 0.35);
}
.col-web-new .web-content {
    margin-top: 15px;
}
.main-web-hover{
    opacity: 0;
    transition: .4s all ease-in;
}
.col-web-new:hover .main-web-hover{
    opacity:1;
}
.poll__title{
    font-size: 22px;
    text-transform: uppercase;
    font-family: var(--oswald);
    text-align: center;
}
.col__poll {
    display: flex;
    align-items: flex-start;
    gap:0 30px;
}
.col__poll-number{
    text-transform: uppercase;
    font-family: var(--oswald);
    font-size: 60px;
    position: relative;
    color:rgb(36, 39, 44);
    z-index: 2;
    font-weight: bold;
    padding-right: 10px;
}
.col__poll-number:before {
    content: '';
    background: #fff;
    z-index: -1;
    width: 100%;
    height: 70%;
    position: absolute;
    top: 7px;
    left: 4px;
    border-radius: 6px;

}
.coll__poll-title {
    font-size: 16px;
    font-weight: bold;
    color:#fff;
    margin-bottom: 10px;
}
.col__poll-desc {
    font-size: 13px;
    color:#fff;
    line-height: 160%;
    font-weight: 300;
}
.zakaz__link{
    position: absolute;
    bottom: -30px;
}
.promokod__input {
    font-size: 16px;
    color:#fff;
    font-weight: 300;
    border-bottom:1px dashed #fff;
    display: inline-block;
    cursor: pointer;
}
.form-control-promokod.active {
    display:block;
}
.form-control-promokod {
    display: none;
    position: relative;
    width:100%;
}
.form-control-promokod span {
    position: absolute;
    top: 50%;
    right: 3px;
    transform: translate(0, -50%);
    font-size: 16px;
    color: #EAEAEA;
    font-weight: 300;
    cursor: pointer;
    height: 95%;
    display: flex;
    align-items: center;
    background: #272B38;
    padding-right: 15px;
    z-index: 1;

}

.web-cat {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
}

.web-title {
    font-size: 25px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.web-tags {
    font-family: var(--oswald);
    font-size: 15px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #00FEBE;
}

.web-frame {

    text-align: center;
    flex: 0 0 50%;
    max-width: 50%;
}

.web-frame-left {
    flex: 0 0 50%;
    max-width: 50%;
}


.web-2 {
    position: relative;
}

.col-web:hover {
    background: #272B38;
}

.web_scale {
    transform: translate(30px, 100px) scale(0.001);
    transition: transform .5s ease-in-out;
}

.web_scale2 {
    transform: translate(30px, 100px) scale(0.001);
    transition: transform .5s ease-in-out;
}

.web_scale3 {
    transform: translate(30px, 100px) scale(0.001);
    transition: transform .5s ease-in-out;
}

.web_scale4 {
    transform: translate(190px, 100px) scale(0.001);
    transition: transform .5s ease-in-out;
}

.web_scale5 path {
    fill: #1B1D22;
    transition: .5s all ease-in-out;
}

.web_scale5 {
    transition: .5s all ease-in-out;
}

.web_scale6 path {
    fill: #CF0032;
    transition: .5s all ease-in-out;
}

.web_scale6 {
    transition: .5s all ease-in-out;
}
 
.col-web:hover .web_scale {
    transform: translate(0, 0) scale(1);
}

.col-web:hover .web_scale2 {
    transform: translate(0, 0) scale(1);
}

.col-web:hover .web_scale3 {
    transform: translate(0, 0) scale(1);
}

.col-web:hover .web_scale4 {
    transform: translate(0, 0) scale(1);
}

.col-web:hover .web_scale5 path {
    fill: #fff;
    transition: .5s all ease-in-out;
}

.col-web:hover .web_scale6 path {
    fill: #fff;
    transition: .5s all ease-in-out;
}


.web11 path {
    transition: .4s all ease-in;
}

.col-web:hover .web11 path {
    fill: #272B38;
    transition: .4s all ease-in;
}


.col-web:hover .web-2 {
    opacity: 1;
    height: auto;
    visibility: visible;
    transition: .4s all ease-in;
}

.web-content {
    color: #FFF;
    font-size: 15px;
    font-weight: 300;
    line-height: 180%;
    margin-top: 40px;
}

.row-video {}

.red-video-title {
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 3;
}

.red-video-title span {
    font-weight: 300;
}

.red-video-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    margin-top: 50px;
}

.red-video-grig {
    position: relative;
    overflow: hidden;
    cursor: pointer;

}

.red-video-grig img {
    transition: .4s all ease-out;
}

.red-video-grig:hover img {
    filter: brightness(140%);
}

.red-video-grig:hover .red-video-content {
    transform: translate(0, 150%);
}

.red-video-content {
    transition: .4s all ease-out;
}

.row-youtube .red-video-image {
    position: relative;
}

.red-video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.000001%);

    transition: all .4s ease-out;

}

.red-video-grig:hover .red-video-play {

    transform: translate(-50%, -50%) scale(100%);
}



.outer_circle {
    stroke-width: 3;
    stroke-dasharray: 410;
    stroke-dashoffset: 0;
    stroke-linecap: square;
    transition: all .4s ease-out;
}

.red-video-grig:hover .outer_circle {
    stroke-dashoffset: 410;
    transition: stroke .7s .4s ease-out, stroke-dashoffset .4s ease-out
}

.red-video-grig:hover .inner-circle {
    fill: #BF2428;
    transition: fill .4s .3s ease-out;

}

.red-video-grig:hover .play {
    fill: white;
    transition: fill .4s .3s ease-out;
}







.red-video-content {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    padding: 0 20px;
    width: 100%;
}

.red-video-name {
    font-family: var(--oswald);
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 5.28px;
    text-transform: uppercase;
}

.red-video-sub_name {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -0.32px;
    margin-top: 7px;
}

.red-video-bg:before {
    content: '';
    position: absolute;
    left: -500%;
    top: 0;
    height: 150px;
    width: 1000%;
    z-index: -1;
    background: linear-gradient(90deg, rgb(207, 0, 50) 57%, rgb(33, 35, 40) 90%)
}

.red-video-bg {
    min-height: 150px;
    display: flex;
    align-items: center;
    position: relative;
    top: 30px;
}

.row-video {
    margin-bottom: 115px;
}

.row-youtube {
    margin-bottom: 70px;
}

.row-reverce {
    flex-direction: row-reverse;
}

.row-reverce .red-video-bg {
    justify-content: flex-end;
}

.row-reverce .red-video-text {
    text-align: right;
}

.row-reverce .red-video-bg:before {
    background: linear-gradient(-90deg, rgb(207, 0, 50) 57%, rgb(33, 35, 40) 90%)
}

.red-video-youtube {
    margin-top: 30px;
}

.row-video:last-child:before {
    top: 100px;
}

.btn-black {
    text-align: center;
    font-size: 20px;
    font-family: var(--oswald);
    font-weight: 300;
    line-height: 33px;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    border-radius: 5px;
    border: 1px solid #000;
    max-width: max-content;
    transition: .2s all linear;
    background: #000;
    color: #fff;
}

.btn-black:hover {
    background: #fff;
    color: #000;
}

.brif-quest-hide {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    color: #fff;
    padding: 25px 20px;
    background: #4B4C52;
    border: 1px solid #6A6B71;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    position: absolute;
    width: 300px;
    left: 0;
    z-index: 3;
    top: 0;
    transform: translate(-236px, -250px);
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease-out;
}

.brif-quest-hide:after {
    content: '';
    width: 18px;
    height: 8px;
    position: absolute;
    bottom: -8px;
    right: 25px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='8' viewBox='0 0 18 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3714_10264)'%3E%3Cpath d='M0 9H0.191025L0.333405 8.87262L9.49084 0.679116L18.1567 8.86351L18.3012 9H18.5H38.5V115.5C38.5 121.851 33.3513 127 27 127H-242C-248.351 127 -253.5 121.851 -253.5 115.5V20.5C-253.5 14.1487 -248.351 9 -242 9H-107.5H-1.5H0Z' fill='%234B4C52' stroke='%236A6B71'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3714_10264'%3E%3Crect width='18' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.brif-quest {
    position: relative;
}

.block-brif {
    margin-top: 20px;
    display: flex;
    align-content: center;
    gap: 0 20px;
    position: relative;

}

.brif-quest:hover .brif-quest-hide {
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: translate(-236px, -150px);
}


.brif-quest span {
    display: flex;
    border-radius: 5.106px;
    border: 1.277px solid #FDE0E7;
    display: flex;
    padding: 10px 25px;
    font-size: 20px;
    font-family: var(--oswald);
    font-weight: 300;
    line-height: 33.702px;
    /* 168.511% */
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .2s all linear;
}

.brif-quest span:hover {
    background: #000;
}

.s-new-svg .s-text {
    transition: .7s all ease-out;
}

.s-new-svg:before {
    display: none !important;
}

.s-new-svg-1:hover .s-text {
    transform: translate(0, -200px);
}

.s-new-svg-2:hover .s-text {
    transform: translate(0, -175px);
}

.s-new-svg-3:hover .s-text {
    transform: translate(0, -200px);
}

.s-new-svg-4:hover .s-text {
    transform: translate(0, -210px);
}

.s-new-svg-1 .s-image {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    transition: .5s all ease-in;
}

.s-new-svg-2 .s-image {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    transition: .5s all ease-in;
}

.s-new-svg-3 .s-image {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    transition: .5s all ease-in;
}

.s-new-svg-4 .s-image {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    transition: .5s all ease-in;
}

.s-hover-more {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 5px 20px;
    margin-left: 22px;
    margin-right: 15px;
    display: inline-block;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 270px);
    transition: .8s all ease-out;
    font-family: var(--oswald);
    text-transform: uppercase;
    cursor: pointer;
}

.s-new-svg:hover .s-hover-more {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 230px);

}

.s-hover-more:hover {
    color: #CF0032;
    background: #fff;
}

.s-new-svg-1:hover .s-image {
    transform: translate(215px, -285px);
}

.s-new-svg-1:hover .svg-bg-red-1 {
    transform: translate(-687px, -113px);
}

.svg-bg-red-1 {
    position: absolute;
    transform: translate(-839px, 36px);
    transition: .8s all ease-out;
}

.svg-bg-red-2 {
    position: absolute;
    top: -31px;
    left: -67px;
    transform: scale(0.0001) translate(-0, -0);
    transition: .8s all ease-out;
    width: 300px;
    height: 300px;
    background: #CF0032;
    border-radius: 100%;
}

.s-new-svg-2:hover .svg-bg-red-2 {
    transform: scale(4) translate(-0, -0);
}

.s-new-svg-3 .s-image-svg-new {
    transition: 1s all ease-out;
}

.s-new-svg-4 .s-image-svg-new {
    transition: 1s all ease-out;
}

.s-new-svg-3:hover .s-image-svg-new {
    transform: translate(300px, 0);
}

.s-new-svg-4:hover .s-image-svg-new {
    transform: translate(300px, 0);
}

.svg-bg-red-3 {
    position: absolute;
    top: -150px;
    left: -325px;
    width: 300px;
    height: 390px;
    background: #CF0032;
    transition: 1s all ease-out;
}

.s-new-svg-3:hover .svg-bg-red-3 {
    left: -20px;
}

.svg-bg-red-4 {
    position: absolute;
    top: -305px;
    right: -365px;
}

.svg-bg-top {
    width: 250px;
    height: 400px;
    background: #CF0032;
    transition: .8s all ease-out;

}

.svg-bg-bottom {
    width: 250px;
    height: 400px;
    background: #CF0032;
    transition: .8s all ease-out;
}

.s-new-svg-4:hover .svg-bg-top {
    transform: rotate(-90deg) translate(-45px, -235px)
}

.s-new-svg-4:hover .svg-bg-bottom {
    transform: rotate(90deg) translate(-110px, 235px)
}

.col-web-new {
    background: #24262C;
    box-shadow: 0px 0px 70px -9px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    padding-top: 30px;
}

.col-web-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.col-web-sub {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-top: 10px;
}

.col-web-top {
    text-align: center;
    transition: 1s all ease-out;
}

.col-web-new:hover .col-web-top {
    transform: translate(0, -100px);
}

.col-web-image {
    text-align: center;
    position: relative;
    transition: ease-in-out 1s !important;
    -webkit-transition: ease-in-out 1s !important;
}

.col-web-bg {
    height: 179px;
    width: 273px;

    transition: ease-in-out 4s !important;
    -webkit-transition: ease-in-out 4s !important;
    position: absolute;
    top: 17px;
    left: 50%;
    /* text-align: center; */
    transform: translate(-50%, 0);
    border-radius: 5px;
    background-size: cover;

}

.col-web-new:hover .col-web-image {
    transform: scale(1.9);
}

.col-web-new:hover .col-web-image .col-web-bg {
    background-position: center bottom !important;
}

.сol-web-grid {
    padding-top: 15px;
    padding-bottom: 15px;
}

.web-d-bottom-link {
    gap: 0 15px;
}

.web-d-bottom-link a {
    letter-spacing: 2px;
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
}

.web-design-title {
    font-family: var(--oswald);
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #212328;
    text-shadow:
        -0 -1px 0 #9F9F9F,
        0 -1px 0 #9F9F9F,
        -0 1px 0 #9F9F9F,
        0 1px 0 #9F9F9F,
        -1px -0 0 #9F9F9F,
        1px -0 0 #9F9F9F,
        -1px 0 0 #9F9F9F,
        1px 0 0 #9F9F9F,
        -1px -1px 0 #9F9F9F,
        1px -1px 0 #9F9F9F,
        -1px 1px 0 #9F9F9F,
        1px 1px 0 #9F9F9F,
        -1px -1px 0 #9F9F9F,
        1px -1px 0 #9F9F9F,
        -1px 1px 0 #9F9F9F,
        1px 1px 0 #9F9F9F;
}

html[lang="lv"] .web-design-title span {
    font-size: 28px;
}

.web-design-title span {
    color: #FFF;
    font-family: var(--ubuntu) !important;
    text-shadow: 0px -4.696424961090088px 23.482126235961914px rgba(0, 0, 0, 0.45);
    font-size: 46.964px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: normal;
    position: relative;
    left: -85px;
}

.overflow {
    overflow: hidden;
}

.bg-moon {}

.bg-moon:before {
    content: '';
    width: 100%;
    height: 1920px;
    position: absolute;
    top: 25%;
    left: 0;
    transform: translate(0, -50%);
    background-image: url(../img/web/moon2.png);
    background-color: #24272C;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.bg-moon .hero-options {}

.ui-widget.ui-widget-content {
    margin-top: -110px;
}

.ui-widget-content {
    /*  background-color: #24272C !important;
    box-shadow: 0px 0px 70px -9px rgba(0, 0, 0, 0.35);
    border:1px solid #212328;*/
}

.breaf-info:before {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.63585 11.9773C9.46207 11.9935 9.28758 11.9543 9.13744 11.8652C9.02774 11.7526 8.97514 11.5963 8.9945 11.4402C8.99855 11.3103 9.01406 11.181 9.04085 11.0539C9.06678 10.908 9.10029 10.7636 9.14129 10.6211L9.5972 9.05249C9.64422 8.89767 9.6753 8.73843 9.68994 8.57726C9.68994 8.40341 9.71312 8.28361 9.71312 8.21408C9.72281 7.9042 9.5905 7.60683 9.35379 7.40658C9.06263 7.18306 8.70005 7.07319 8.33379 7.09749C8.07132 7.10145 7.81088 7.14441 7.56106 7.22499C7.28803 7.30999 7.00082 7.41173 6.69947 7.53023L6.56812 8.04023C6.65697 8.00932 6.76518 7.97455 6.88879 7.93591C7.00673 7.90098 7.12898 7.88275 7.25197 7.88182C7.42449 7.86313 7.59814 7.90549 7.74264 8.00158C7.84079 8.11869 7.88684 8.27083 7.87014 8.42273C7.86971 8.55265 7.85547 8.68218 7.82764 8.80908C7.80058 8.94432 7.76582 9.08726 7.72332 9.23793L7.26355 10.8143C7.2265 10.9608 7.19685 11.1091 7.1747 11.2586C7.15664 11.3866 7.14761 11.5157 7.14764 11.645C7.14575 11.957 7.28842 12.2523 7.53399 12.4447C7.82964 12.6717 8.19739 12.7843 8.56943 12.7615C8.83141 12.7669 9.09248 12.7291 9.34217 12.6495C9.56111 12.5748 9.85347 12.4679 10.2192 12.3288L10.3429 11.842C10.2438 11.8831 10.1418 11.9167 10.0376 11.9424C9.90596 11.9725 9.77076 11.9842 9.63585 11.9773Z' fill='white'/%3E%3Cpath d='M10.1188 4.53975C9.90853 4.34664 9.63148 4.24275 9.34607 4.24999C9.06082 4.24355 8.78404 4.34734 8.57333 4.53975C8.18711 4.87278 8.14398 5.45586 8.47704 5.84211C8.50673 5.87654 8.5389 5.90872 8.57333 5.9384C9.01334 6.33196 9.6788 6.33196 10.1188 5.9384C10.505 5.60209 10.5455 5.01638 10.2092 4.63016C10.1812 4.59799 10.151 4.56778 10.1188 4.53975Z' fill='white'/%3E%3Cpath d='M8.5 0C3.80558 0 0 3.80558 0 8.5C0 13.1944 3.80558 17 8.5 17C13.1944 17 17 13.1944 17 8.5C17 3.80558 13.1944 0 8.5 0ZM8.5 16.2273C4.23234 16.2273 0.772736 12.7677 0.772736 8.5C0.772736 4.23234 4.23234 0.772736 8.5 0.772736C12.7677 0.772736 16.2273 4.23234 16.2273 8.5C16.2273 12.7677 12.7677 16.2273 8.5 16.2273Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: contain;
    width: 17px;
    height: 17px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.breaf-info {
    position: absolute;
    right: 0;
    transform: translate(0, -50%);
    top: 50%;
    width: 50px;
    height: 65px;
    cursor: pointer;
    z-index: 1;
}

.breaf-info-check {
    position: static;
    height: auto;
}

.breaf-info-check .breaf-info-content {
    right: inherit;
    left: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 0;

}

.breaf-info-content {

    opacity: 0;
    visibility: hidden;
    transition: .4s all ease-out;
    background: #4B4C52;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    border: 1px solid #6A6B71;
    padding: 25px 20px;
    position: absolute;
    right: 0;
    bottom: -175px;
    z-index: 999;
    width: auto;
    min-width: 350px;
    min-height: 135px;
    border-radius: 20px;
    border-top-right-radius: 0;
    filter: drop-shadow(4px 4px 30px rgba(0, 0, 0, 0.45));
    display: flex;
    justify-content: center;
    align-items: center;
}

.breaf-info-check .breaf-info-content:after {
    right: inherit;
    left: 15px;


}


.breaf-info-content:after {
    content: '';
    width: 18px;
    height: 8px;
    position: absolute;
    top: -8px;
    right: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='8' viewBox='0 0 18 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3714_10264)'%3E%3Cpath d='M0 9H0.191025L0.333405 8.87262L9.49084 0.679116L18.1567 8.86351L18.3012 9H18.5H38.5V115.5C38.5 121.851 33.3513 127 27 127H-242C-248.351 127 -253.5 121.851 -253.5 115.5V20.5C-253.5 14.1487 -248.351 9 -242 9H-107.5H-1.5H0Z' fill='%234B4C52' stroke='%236A6B71'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3714_10264'%3E%3Crect width='18' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.breaf-info:hover .breaf-info-content {
    height: auto;
    visibility: visible;
    opacity: 1;
    transform: translateY(-50px);
}

.breaf-info-check:hover .breaf-info-content {
    transform: translateY(-15px);
}

.table-row-second .row-item:first-child {
    display: flex;
    align-items: center;
    gap: 0 10px;
}

.has-tooltip {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.63585 11.9773C9.46207 11.9935 9.28758 11.9543 9.13744 11.8652C9.02774 11.7526 8.97514 11.5963 8.9945 11.4402C8.99855 11.3103 9.01406 11.181 9.04085 11.0539C9.06678 10.908 9.10029 10.7636 9.14129 10.6211L9.5972 9.05249C9.64422 8.89767 9.6753 8.73843 9.68994 8.57726C9.68994 8.40341 9.71312 8.28361 9.71312 8.21408C9.72281 7.9042 9.5905 7.60683 9.35379 7.40658C9.06263 7.18306 8.70005 7.07319 8.33379 7.09749C8.07132 7.10145 7.81088 7.14441 7.56106 7.22499C7.28803 7.30999 7.00082 7.41173 6.69947 7.53023L6.56812 8.04023C6.65697 8.00932 6.76518 7.97455 6.88879 7.93591C7.00673 7.90098 7.12898 7.88275 7.25197 7.88182C7.42449 7.86313 7.59814 7.90549 7.74264 8.00158C7.84079 8.11869 7.88684 8.27083 7.87014 8.42273C7.86971 8.55265 7.85547 8.68218 7.82764 8.80908C7.80058 8.94432 7.76582 9.08726 7.72332 9.23793L7.26355 10.8143C7.2265 10.9608 7.19685 11.1091 7.1747 11.2586C7.15664 11.3866 7.14761 11.5157 7.14764 11.645C7.14575 11.957 7.28842 12.2523 7.53399 12.4447C7.82964 12.6717 8.19739 12.7843 8.56943 12.7615C8.83141 12.7669 9.09248 12.7291 9.34217 12.6495C9.56111 12.5748 9.85347 12.4679 10.2192 12.3288L10.3429 11.842C10.2438 11.8831 10.1418 11.9167 10.0376 11.9424C9.90596 11.9725 9.77076 11.9842 9.63585 11.9773Z' fill='white'/%3E%3Cpath d='M10.1188 4.53975C9.90853 4.34664 9.63148 4.24275 9.34607 4.24999C9.06082 4.24355 8.78404 4.34734 8.57333 4.53975C8.18711 4.87278 8.14398 5.45586 8.47704 5.84211C8.50673 5.87654 8.5389 5.90872 8.57333 5.9384C9.01334 6.33196 9.6788 6.33196 10.1188 5.9384C10.505 5.60209 10.5455 5.01638 10.2092 4.63016C10.1812 4.59799 10.151 4.56778 10.1188 4.53975Z' fill='white'/%3E%3Cpath d='M8.5 0C3.80558 0 0 3.80558 0 8.5C0 13.1944 3.80558 17 8.5 17C13.1944 17 17 13.1944 17 8.5C17 3.80558 13.1944 0 8.5 0ZM8.5 16.2273C4.23234 16.2273 0.772736 12.7677 0.772736 8.5C0.772736 4.23234 4.23234 0.772736 8.5 0.772736C12.7677 0.772736 16.2273 4.23234 16.2273 8.5C16.2273 12.7677 12.7677 16.2273 8.5 16.2273Z' fill='white'/%3E%3C/svg%3E%0A");
    background-size: contain;
    width: 17px;
    height: 17px;
    position: relative;
    -webkit-transform: translateZ(0);
    /* webkit flicker fix */
    -webkit-font-smoothing: antialiased;
    /* webkit text rendering fix */
}

.has-tooltip .tooltip {
    text-transform: capitalize;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    background: #4B4C52;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
    border: 1px solid #6A6B71;
    padding: 25px 20px;
    font-family: var(--ubuntu) !important;
    color: #fff;
    display: block;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 300px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}



/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.has-tooltip .tooltip:before {
    content: " ";
    display: block;


    transform: rotate(180deg);
    width: 18px;
    height: 8px;
    position: absolute;
    bottom: -8px;
    left: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='8' viewBox='0 0 18 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3714_10264)'%3E%3Cpath d='M0 9H0.191025L0.333405 8.87262L9.49084 0.679116L18.1567 8.86351L18.3012 9H18.5H38.5V115.5C38.5 121.851 33.3513 127 27 127H-242C-248.351 127 -253.5 121.851 -253.5 115.5V20.5C-253.5 14.1487 -248.351 9 -242 9H-107.5H-1.5H0Z' fill='%234B4C52' stroke='%236A6B71'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3714_10264'%3E%3Crect width='18' height='8' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");

}

.has-tooltip:hover .tooltip {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px) translateY(0px) !important;
    -moz-transform: translateX(0px) translateY(0px) !important;
    -ms-transform: translateX(0px) translateY(0px) !important;
    -o-transform: translateX(0px) translateY(0px) !important;
    transform: translateX(0px) translateY(0px) !important;
}

/* TOOLTIPS 'NORTH' VERSION */
.has-tooltip.north .tooltip {
    bottom: 100%;
    top: auto;
    left: -1em;
    right: auto;
    margin-left: 0%;
    margin-right: auto;
    margin-bottom: 0.6em;
    -webkit-transform: translateX(0px) translateY(10px);
    -moz-transform: translateX(0px) translateY(10px);
    -ms-transform: translateX(0px) translateY(10px);
    -o-transform: translateX(0px) translateY(10px);
    transform: translateX(0px) translateY(10px);
}

.has-tooltip.north .tooltip:before {}

/* TOOLTIPS 'SOUTH' VERSION */
.has-tooltip.south .tooltip {
    top: 100%;
    bottom: auto;
    left: -1em;
    right: auto;
    margin-left: 0%;
    margin-right: auto;
    margin-top: 0.6em;
    -webkit-transform: translateX(0px) translateY(-10px);
    -moz-transform: translateX(0px) translateY(-10px);
    -ms-transform: translateX(0px) translateY(-10px);
    -o-transform: translateX(0px) translateY(-10px);
    transform: translateX(0px) translateY(-10px);
}

.has-tooltip.south .tooltip:before {
    top: -1em;
    left: 0;
    height: 100%;
    width: 1em;
}

/* TOOLTIPS 'EAST' VERSION */

.has-tooltip.east .tooltip {
    left: 100%;
    right: auto;
    bottom: auto;
    top: -0.5em;
    margin-top: 0%;
    margin-left: 0.6em;
    margin-bottom: auto;
    -webkit-transform: translateX(-10px) translateY(0px);
    -moz-transform: translateX(-10px) translateY(0px);
    -ms-transform: translateX(-10px) translateY(0px);
    -o-transform: translateX(-10px) translateY(0px);
    transform: translateX(-10px) translateY(0px);
}

.has-tooltip.east .tooltip:before {
    left: -1em;
    height: 100%;
    top: 0;
    width: 1em;
}

/* TOOLTIPS 'WEST' VERSION */

.has-tooltip.west .tooltip {
    right: 100%;
    left: auto;
    bottom: auto;
    top: -0.5em;
    margin-top: 0%;
    margin-right: 0.6em;
    margin-bottom: auto;
    -webkit-transform: translateX(10px) translateY(0px);
    -moz-transform: translateX(10px) translateY(0px);
    -ms-transform: translateX(10px) translateY(0px);
    -o-transform: translateX(10px) translateY(0px);
    transform: translateX(10px) translateY(0px);
}

.has-tooltip.west .tooltip:before {
    right: -1em;
    height: 100%;
    top: 0;
    width: 1em;
}

.p-5 {
    padding: 7px 15px;
}

.nda-name {
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 4px;
}

.nda-text {
    font-size: 18px;
    font-weight: 300;
}

.iti input[type=tel] {
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    background: transparent;
    padding: 11px 14px;
    width: 100%;
    color: #FFF;
    cursor: pointer;
    margin-bottom: 0px !important;
}

.iti__flag-container {
    position: relative;
    top: inherit !important;
    left: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    border: 0;
    outline: 0;
    display: flex;
    align-items: center;
    background: transparent;
    border-radius: 4px;
    min-height: 60px;
    padding: 11px 14px;
    min-width: 115px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    cursor: pointer;
    margin-bottom: 0px;

}

.iti__selected-country {
    background: #1B1D22;
    min-height: 60px;
    padding: 0 15px;
}

.iti {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.form-group {
    display: flex;
    width: 100%;
}

.iti__selected-flag {
    padding: 0;
}

.iti__country-list {
    background-color: #24272C;
    top: 100%;
    left: 0;
    max-width: 380px;
    min-width: 380px;
    white-space: normal;
}

.iti__dropdown-content {
    background-color: #24272C;
    top: 100%;
    left: 0;
    max-width: 380px;
    min-width: 380px;
    white-space: normal;
}

.iti__search-input {
    background: #24262C;
    color: #fff;
    border-width: 2px;
}

.form-control.iti__tel-input {
    background: #272B38 !important;
    border: 1px solid #D0D0D0 !important;
    color: #FFFFFF !important;
    width: 100% !important;
}

.form-group .iti__selected-country {
    min-height: auto;
}

.mobile-cases {
    display: none;
}

.prices-col {
    position: relative;
}

.prices-col::after {
    content: "";
    width: 300vw;
    height: 100%;
    position: absolute;
    left: -100vw;
    top: 0;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.30);
    transition: .2s all ease;
    opacity: 0;
    background: #24272C;
}

.table:has(.prices-col:nth-child(3):hover) {
    .prices-col:nth-child(3)::after {
        opacity: 1;
    }
}

.table:has(.prices-col:nth-child(5):hover) {
    .prices-col:nth-child(5)::after {
        opacity: 1;
    }
}

.table:has(.prices-col:nth-child(7):hover) {
    .prices-col:nth-child(7)::after {
        opacity: 1;
    }
}

.table:has(.prices-col:nth-child(9):hover) {
    .prices-col:nth-child(9)::after {
        opacity: 1;
    }
}

.table:has(.prices-col:nth-child(11):hover) {
    .prices-col:nth-child(11)::after {
        opacity: 1;
    }
}

.prices-col>div>span {
    position: relative;
    z-index: 1;
}

.prices {
    overflow: hidden;
}

.prices-col:last-child:after {
    display: none;
}

.form-breaf.last-form-breaf {
    border: 0;
}

.decode-text {
    width: 100%;
    font-size: 22px;
}

.space {
    display: inline-block;
    width: 10px;
}

.text-animation {
    display: inline-block;
    position: relative;
    color: transparent;
    text-transform: uppercase;
}

.text-animation:before {
    content: "";
    color: black;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #24272C;
    width: 0;
    height: 1.2em;
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}

.text-animation.state-1:before {
    width: 1px;
}

.text-animation.state-2:before {
    width: 0.9em;
}

.text-animation.state-3 {
    color: #fff;
}

.text-animation.state-3:before {
    width: 0;
}


.cta {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: 2px solid #CF0032;
    background-color: #CF0032;
    color: #fff;
    transition: width 0.7s;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta i img {
    max-width: 15px;
}

.cta:hover {
    width: 180px;
    transition: width 0.7s;
}

.cta i {
    opacity: 1;
    transition: opacity 0.5s
}

.cta:hover i {
    opacity: 0;
    transition: opacity 0.5s
}

.cta .button-text {
    opacity: 0;
    transition: opacity .5s;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
}

.cta:hover .button-text {
    opacity: 1;
    transition: opacity 0.5s
}

html[lang="lv"] .p-cats-grid {
    font-size: 11px;
}

.iti--allow-dropdown .iti__country-container {
    border-radius: 6px 0 0 6px; 
}


.btn__new-style {
    display: inline-block;
    background-color: transparent; 
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
    margin-right: 25px;
    padding: 0 50px;
    border: none;
    border-right: 1px solid #ffffff;
    position: relative;
    transition: color 0.2s ease-in-out 0s;
}

.btn__new-style:before,
.btn__new-style:after {
    content: '';
    position: absolute;
    top: 0;
}

.btn__new-style:before {
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #CF0032;
    z-index: -1;
}

.btn__new-style:after {
    right: -1px;
    width: 1px;
    height: 50px;
    background-color: #ffffff;
    transform: rotate(-90deg);
    transform-origin: center;
    z-index: 0;
    transition: width 0.3s ease-in-out, transform 0.2s ease-in-out 0.3s, z-index 0.15s ease-in-out;
}

.btn__new-style:hover {
    color: #000000;
    transition: color 0.2s ease-in-out 0.25s;
}

.btn__new-style:hover:after {
    z-index: -1;
    transform: rotate(0deg);
    width: 100%;
    transition: transform 0.2s ease-in-out, width 0.3s ease-in-out 0.2s;
}

.ghost,
.glitch {
    opacity: 0.25;
}

.shapes {
    position: relative;
    min-height: 250px;
    width: 100%;
    /* background: #212328; */
    overflow: hidden;
    /* padding: 150px 0; */
}

.shape {
    will-change: transform;
    position: absolute;
    border-radius: 50%;
}

.shape.shape-1 {
    background: #F43563;
    width: 390px;
    height: 390px;
    margin: -195px 0 0 -195px;
}

.shape.shape-2 {
    background: #EB839D;
    width: 280px;
    height: 280px;
    margin: -110px 0 0 -110px;
}

.shape.shape-3 {
    background: #fff;
    width: 190px;
    height: 190px;
    margin: -95px 0 0 -95px;
}

.content {
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: #212328; */
    mix-blend-mode: screen;
    padding: 0;
    border: 0;
}

.cursor {
    position: fixed;
    background: #2128bd;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border-radius: 50%;
    will-change: transform;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
}

::selection {
    color: #fff;
    background: #2128bd;
}

.success-title{
    position: relative;
}

.success-title h1 {
    margin: 0;
}

.scrolldown {
    --color: white;
    --sizeX: 30px;
    --sizeY: 50px;
    position: relative;
    width: var(--sizeX);
    height: var(--sizeY);
    margin-left: var(sizeX / 2);
    border: calc(var(--sizeX) / 10) solid var(--color);
    border-radius: 50px;
    box-sizing: border-box;
    margin-bottom: 16px;
  }
  
  .scrolldown::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 50%;
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: var(--color);
    border-radius: 100%;
    animation: scrolldown-anim 2s infinite;
    box-sizing: border-box;
    box-shadow: 0px -5px 3px 1px #ffffff66;
  }
  
  @keyframes scrolldown-anim {
    0% {
      opacity: 0;
      height: 6px;
    }
    40% {
      opacity: 1;
      height: 10px;
    }
    80% {
      transform: translate(0, 20px);
      height: 10px;
      opacity: 0;
    }
    100% {
      height: 3px;
      opacity: 0;
    }
  }
  .chevrons {
    padding: 6px 0 0 0;
    margin-left: -3px;
    margin-top: 48px;
    width: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .chevrondown {
    margin-top: -6px;
    position: relative;
    border: solid var(--color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
  }
  .chevrondown:nth-child(odd) {
    animation: pulse 500ms ease infinite alternate;
  }
  .chevrondown:nth-child(even) {
    animation: pulse 500ms ease infinite alternate 250ms;
  }
  @keyframes pulse {
    from {
      opacity: 0;
    }
    to {
      opacity: 0.5;
    }
  }
  /*copy until here */
.desc__scroll {
    position: absolute;
    bottom: 34px;
    left: 42%;
    padding: 15px 15px 0;
    background: #282525e3;
    border-radius: 10px;
}
.mob__scroll {
    position: absolute;
    bottom: 11%;
    left: 38%;
    padding: 15px 15px 0;
    background: #282525e3;
    border-radius: 10px;
}

.word-vakan {
    font-size: 68px;
    text-transform: uppercase;
    font-weight: bold;
    color: #8b8b8b;
    opacity: 0.3;
    top: -65px;
}

.vakan--text{
    padding:10px 10px;
    background-color: #000;
    background-color: #24272C;
    font-weight: bold;
}
.form-vac {
    display: flex;
    flex-direction: column;
    gap: 10px;
}



@media (max-width: 992px) {
    .iti__dropdown-content {
        background-color: #24272C;
        top: 0;
        left: 0;
        min-width: auto;
        max-width: none;
        white-space: normal;
    }

}

@media (max-width: 1200px) {

    .btn-top {
        font-size: 14px;
        padding: 6px 5px;
    }

    .menu ul {
        gap: 0 20px;
    }

    .tabs__caption li {
        font-size: 30px;
    }

    .section-google {}

    .web-design-image {
        position: static;
    }

    .web-design-row {
        align-items: center;
    }

    .case-top-title {
        font-size: 80px;
    }

    .case-options-sub-title {
        font-size: 30px;
    }

    .row-leads {
        padding: 15px 15px;
        gap: 0 15px;
    }

    .right-leads h2 {
        font-size: 20px;
    }

    .right-leads p br {
        display: none;
    }

    .case-m-images {
        display: flex;
        align-items: center;
        gap: 0 10px;
        justify-content: space-around;
    }

    .case-m-images img:not(:last-child) {
        margin-right: 0;
    }

    .case-m-images img {
        max-width: 90%;
    }

    .contact-form-left-slider {
        max-width: 330px;
    }

    .full-images img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .full-images>div {
        max-width: 49%;
        flex: 0 0 49%;
    }

    .full-images {
        display: flex;
        align-items: stretch;
        flex-wrap: wrap;
        gap: 15px;
    }

    .inst-bg {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .back__image img {
        max-width: 100%;
        position: static;
        margin:0;
    }
    .back__section {
        padding-top: 2em;
        padding-bottom: 2em;
    }
    .back__title {
        font-size: 46px;
        margin-top: 10px;
    }
    .back__btn a {
        font-size: 14px;
        height: 40px;
    }
}

@media (max-width: 991px) {
    .back__image{
        display: none;
    }
    .back__title {
        font-size: 42px;

    }

    #pdopage .btn-more {
        border: 1px solid #fff !important;
        color: #fff !important;
        background: transparent !important;
        margin-top: 30px;
    }

    .mobile-cases {
        display: block;
        margin-top: 3em;
    }

    .work-swiper {
        display: none;
    }

    .mobile-cases .swiper-slide {
        margin-bottom: 15px;
    }

    .has-tooltip.north .tooltip {
        right: 100%;
        left: -9em;
        bottom: auto;
        top: -10.5em;
        margin-top: 0%;
        margin-right: 0.6em;
        margin-bottom: auto;
        -webkit-transform: translateX(10px) translateY(0px);
        -moz-transform: translateX(10px) translateY(0px);
        -ms-transform: translateX(10px) translateY(0px);
        -o-transform: translateX(10px) translateY(0px);
        transform: translateX(10px) translateY(0px);
    }

    .has-tooltip.north .tooltip:before {
        right: -1em;
        height: 100%;
        top: 6px;
        width: 1em;
        left: 42%;
    }

    .has-tooltip:hover .tooltip {}



    .row-mobile {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .rev-text {
        padding: 0 30px;
    }

    .case_img {
        height: 332px;
        width: 545px;
        overflow-y: scroll;
        margin: 0 auto;
        position: absolute;
        top: 0;
        margin-left: 75px;
        margin-top: 18px;
    }

    .mobile-row {
        position: relative;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .case_mobile_img {
        top: 37px;
        position: absolute;
        margin-left: -19px;
    }


    .tags-row {
        gap: 15px 15px;
    }

    .tabs__caption li {
        font-size: 20px;
    }

    .tabs__caption {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .brand-middle-img img {
        position: static;
        max-width: 100%;
    }

    .design-row-img {
        justify-content: center;
        margin-top: 30px;
        position: static;
    }

    .row-pop-bottom {
        justify-content: center;
    }

    .pop-bottom-right {
        max-width: 70%;
        flex: 0 0 70%;
    }

    .pop-image {
        text-align: center;
    }

    .row-numbers {
        flex-wrap: wrap;
    }

    .nm-grid {
        width: calc(100%/3);
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .imd-grid {

        padding-top: 15px;
        padding-bottom: 15px;
    }

    .im-right {
        max-width: 85%;
        flex: 0 0 85%;
    }

    .case-top-img img {
        min-width: 650px;
    }

    .case-first-options {
        padding-bottom: 15px;
        text-align: center;
    }

    .case-options-text {
        font-size: 13px;
    }

    .second-google-img img {
        min-width: 520px;
    }

    .case-m-images {
        justify-content: flex-start;
        min-width: 460px;
    }

    .case-m-urls a {
        font-size: 16px;
    }

    .case-m-title {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .pt-position {
        padding-bottom: 30px;
    }

    .case-m-images img {
        max-width: 48%;
    }

    .case-m-options {
        padding-top: 7em;
    }

    .case-c-images {
        display: flex;
        align-items: center;

    }

    .case-c-images {
        max-width: 33.33333%;
    }

    .case-lead-images {
        min-width: 100%;
    }

    .case-m-leads {
        margin-top: 1em;
    }

    .contact-form {
        margin-top: 2em;
    }

    .right-inst-slider {
        left: -50px;
    }

    .case-left-top-image img {
        top: 0;
    }

    .google-section {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .case-tabs__caption li {
        margin-right: 10px;
        font-size: 14px;
    }

    .full-images>div {
        max-width: 47%;
        flex: 0 0 47%;
    }

    .contact-form-cat .contact-form-right {
        padding: 60px 15px;
    }

    .contact-form-left {
        padding-right: 10px;
    }

    .f-l-title br {
        display: none;
    }

    .f-l-title {
        line-height: 33px;
    }

    .section_options_03 {
        overflow: hidden;
    }

    .blog-left img {
        width: 100%;
    }

    .blog-right {
        margin-top: 15px;
    }

}

@media (max-width: 830px) {
    .section-breaf .has-tooltip {
        display: block
    }

    .has-tooltip.north .tooltip {
        right: -10px;
        left: inherit;
        bottom: 30px;
        top: auto;
        margin-right: 0;
    }

    .has-tooltip .tooltip {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 10px;
    }

    .has-tooltip.north .tooltip:before {
        right: 10px;
        height: 100%;
        top: 6px;
        width: 1em;
        left: inherit;
    }

    .has-tooltip {
        display: none;
    }

    .table-container {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .table-row-second .row-item {
        font-size: 12px;
        line-height: 19px;
        letter-spacing: 4px;
    }

    .table-row-second .row-item:first-child {
        flex: 0 0 100% !important;
        min-width: 100% !important;
    }

    .table-row-second {
        width: 135%;
    }

    .table-row .row-item:first-child {
        min-width: 35%;
        flex: 0;
    }

    .row-item {
        min-width: 20%;
        border-bottom: 0.5px solid #37393D;
    }

    .tabs-price .tabs__caption li {
        padding-left: 10px;
        padding-right: 10px;
    }

    .table-row {
        border-bottom: 0;
    }


    .corp-right {
        padding: 30px 15px;
    }

    .corp-top-image {
        margin-top: 15px;
    }

    .s-swiper-next,
    .s2-swiper-next,
    .s3-swiper-next {
        display: none;
    }

    .s-swiper-prev,
    .s2-swiper-prev,
    .s3-swiper-prev {
        display: none;
    }

    .swiper-scrollbar {
        display: block;
    }

    .s-swiper,
    .s2-swiper,
    .s3-swiper {
        padding-bottom: 30px;
    }

    .swiper-scrollbar-drag {
        background: #fff;
    }

    .menu {
        height: 100%;
    }

    .menu li a:hover {
        color: #fff;
    }

    .menu li {
        position: static;
    }

    .mobile_menu_container .mobile_menu_content {
        max-height: 100%;
    }

    .mobile_menu_container .mobile_menu_content ul {
        margin: 0px;
        padding: 0px;
        position: relative;
        height: 100%;
    }

    .mobile_menu_container .mobile_menu_content ul li {
        list-style: none;
    }

    .mobile_menu_container .mobile_menu_content ul li a {
        display: flex;
        align-items: center;
    }

    .mobile_menu_container .mobile_menu_content ul li a.parent {}

    .mobile_menu_container .mobile_menu_content ul li a.parent:hover {
        background-size: 20px;
    }

    .mobile_menu_container .mobile_menu_content ul li a.parent+ul.loaded li a.back {
        box-sizing: border-box;
        height: 60px;
        padding-left: 35px;
        position: relative;
        padding-bottom: 0;
    }

    .mobile_menu_container .mobile_menu_content ul li ul {
        transform: translateX(110%);
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
        background: #CF0032;
    }

    .mobile_menu_container .mobile_menu_content ul li ul.loaded {
        transform: translateX(0px);
    }

    .mobile_menu_container .mobile_menu_content ul li ul.activity {
        overflow: hidden auto;
    }

    .mobile_menu_container .mobile_menu_content ul li a.parent+ul.loaded li a.back::before {
        content: "";
        width: 18px;
        height: 18px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background: url(../img/arrow-left.svg) 0% 0% / contain no-repeat;
    }

    .mobile_menu_container .mobile_menu_content ul li a.parent::after {
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        right: 0px;
        transform: rotate(180deg);
        background: url(../img/arrow-left.svg) 0% 0% / contain no-repeat;
    }




    .hero-row {
        padding-top: 0;
    }

    .hero {
        background: #222429;
        padding-top: 0;
    }

    .middle-top-row-right {
        gap: 0 10px;
    }
}

@media (max-width: 767px) {
    .ab-vakan .ab-sw-title{
        font-size: 13px;
        line-height: normal;
    }
    .word-vakan {
        font-size: 32px;
    }
    .col__poll {
        margin-bottom: 15px;
    }
    .form-breaf .has-tooltip {
        top: 35% !important;
    }
    .col__poll-number {
        min-width: 75px;
    }
    .main-web-hover {
        opacity: 1;
    }
    .col-web-new {
        box-shadow: 0px 0px 70px -9px rgba(0, 0, 0, 0.35) !important;
    }

    .label-breaf {
        top: 20px;
    }

    .step-4 {
        gap: 30px 15px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

    .form-text-right {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
    }

    .form-breaf .w-100 {
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .image-laptop {}

    .mt-6 {
        margin-top: 2em;
    }

    .web-design-image {
        text-align: center;
    }

    .web-d-top {
        display: none;
    }

    .web-d-bottom-link {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px 15px
    }

    .row-video {
        margin-bottom: 50px;
    }

    .form-breaf {
        flex-wrap: wrap;
    }

    .form-text {
        margin-left: 0;
        margin-top: 10px;
    }

    .border-line {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .form-select {
        flex: 0 0 45%;
        width: auto
    }

    .form-input {
        flex: 0 0 55%;
        width: auto
    }

    .col-breaf {
        padding: 20px 15px;
        margin-top: 25px;
    }

    .b-title {
        margin-bottom: 20px;
        line-height: normal;
    }

    .flex-wrap {
        justify-content: center;
    }

    .red_bg {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .rev-text-main {
        height: 280px;
        position: relative;
        top: 0;
    }

    .rev-grid {
        margin-bottom: 50px;
    }

    .case_img {
        height: 245px;
        max-width: 396px;
        overflow-y: scroll;
        margin: 0 auto;
        position: absolute;
        top: 0;
        margin-left: 60px;
        margin-top: 18px;
        width: auto;
    }

    .p-r-bottom {
        gap: 0 30px;
    }

    .p-r-top {
        gap: 0 10px;
    }

    .case-m-text {
        margin-top: 30px;
    }

    .case-left-top-image {
        margin-top: 30px;
    }

    .row-google-b {
        flex-wrap: wrap-reverse;
    }

    .inst-button-next,
    .inst-button-prev {
        background-image: none;
        filter: none;
    }

    .inst-button-next:hover svg,
    .inst-button-prev:hover svg {
        background: #fff;
    }

    .inst-button-next:hover svg path,
    .inst-button-prev:hover svg path {
        fill: #CF0032;
    }

    .inst-pagination-desctop {
        display: none;
    }

    .inst-button-next,
    .inst-button-prev {
        width: 45px;
        height: 45px;
    }

    .inst-pagination-mobile {
        display: flex;
    }

    .contact-form {
        margin-top: 0;
    }

    .contact-form-left-slider .f-l-title br {
        display: none;
    }

    .contact-form-left-slider .f-l-title {
        font-size: 24px;
    }

    .right-inst-slider {
        padding-left: 15px;
    }

    .col-right-inst {
        background: #CF0032;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .row-lead {
        flex-wrap: wrap-reverse;
    }

    .absortion-w img {
        min-width: 200%;
    }

    .mb-4 {
        margin-bottom: 3em;
    }

    .pt-position {
        position: static;
        padding-top: 30px;
    }

    .case-m-title br {
        display: none;
    }

    .case-options-text span {
        display: block;
        font-size: 30px;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

    .case-options-text br {
        display: none;
    }

    .case-options-text {
        display: flex;
        align-content: center;
        flex-direction: column;
        color: #999;
    }

    .case-options-sub-title span {
        display: none;
    }

    .col-top-left-title {
        position: absolute;
        bottom: 0;
        text-shadow: 2px 3px 13px #0000006e;
    }

    .col-case-options {
        display: flex;
        align-items: center;
        gap: 0 30px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .case-top-title {
        position: relative;
    }

    .case-first-options {
        text-align: left;
    }

    .col-top-right-image-mobile {
        display: block;
    }

    .col-top-right-image {
        display: none;
    }

    .offline-grid {
        max-width: 25%;
        flex: 0 0 25%;
    }

    .exp-grid:nth-child(n+11) {
        display: none;
    }

    .exp-row.active {
        position: static;
    }

    .exp-row.active .exp-grid:nth-child(n+11) {
        display: flex;
    }

    .exp-row {
        position: relative;
    }

    .exp-grid-more {
        display: flex;
        align-items: center;
        margin-top: 30px;
        width: 100%;

    }

    .exp-grid-more a {
        color: #CF0032;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        display: flex;
        align-items: center;
        gap: 0 30px;
    }

    .exp-row.active .exp-grid-more a:after {
        transform: rotate(180deg);
        top: -4px
    }

    .exp-grid-more a:after {
        content: '';
        background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.10938 0.726562C1.19141 0.617188 1.30078 0.5625 1.4375 0.5625C1.51953 0.5625 1.62891 0.589844 1.71094 0.671875L7.09766 5.62109L12.5117 0.671875C12.6758 0.507812 12.9492 0.507812 13.1133 0.699219C13.2773 0.863281 13.2773 1.13672 13.0859 1.30078L7.39844 6.55078C7.23438 6.71484 6.98828 6.71484 6.82422 6.55078L1.13672 1.30078C0.945312 1.16406 0.945312 0.890625 1.10938 0.726562Z' fill='%23CF0032'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
        width: 15px;
        height: 15px;
        position: relative;
        top: 4px;
        transition: .4s all ease-out;
    }

    .exp-grid-more a:before {
        content: '';
        background: linear-gradient(180deg, rgb(0 57 229 / 0%) 0%, #24262C 100%);
        width: 100%;
        position: absolute;
        height: 100px;
        bottom: 55px;

    }

    .exp-grid {
        width: calc(100%/1);
    }

    .exp-row {
        margin-top: 15px;
    }

    .exp-title p {
        line-height: 25px;
        margin-top: 10px;
    }

    .hero-options {
        padding: 0;
    }
    .web__hero {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .trans-slider-options {
        padding: 30px 0;
    }

    .tr-section {
        padding: 30px 0;
    }

    .tr-section,
    .tr-image img {
        height: auto;
        margin-top: 0;
    }

    .trans-slider-image {
        min-width: 8%;
    }

    .ab-row .swiper-wrapper,
    .work-swiper .swiper-wrapper {}

    .category-cases .p-middle {
        margin-top: 0;
    }

    .work-swiper .swiper-slide {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .ab-row .swiper-slide {
        border-left: none;
        padding-top: 0;
    }

    .ab-sw-title:before {
        position: static;
        font-size: 55px;
        margin-right: 10px;
    }

    .ab-sw-title {
        display: flex;
        align-items: center;
        font-size: 24px;
    }

    .prices-col:last-child .cell-red {
        display: none;
    }

    .prices-col:first-child .cell {
        height: 70px;
        min-height: 70px;
    }

    .prices-col:nth-child(3) .cell {
        height: 70px;
        min-height: 70px;
    }

    .cell:first-child {
        display: none;
    }

    .prices-col:nth-child(even) .cell-red {
        background: #24262C;
        font-size: 12px;
    }

    .prices-col:nth-child(even) .cell {
        height: 50px;
        min-height: auto;
    }

    .prices-col:nth-child(odd) .cell:first-child {
        display: none;
    }

    .prices-col:nth-child(even) {
        display: flex;
    }

    .prices-col:last-child {
        display: none !important;
    }

    .prices-col:last-child .cell-red {
        background: #CF0032 !important;

    }

    .cell:nth-child(2) {
        min-width: 150px;
        border-left: 0;
        margin-left: 150px;
    }

    .tabs__caption li {
        font-size: 20px;
        padding-left: 0;
        padding-right: 0;
        text-wrap: nowrap;
    }

    .tabs__content {
        padding-left: 0;
        padding-right: 0;
    }

    .hero-img img {
        mix-blend-mode: lighten;
        position: absolute;
        top: -225px;
        right: -76px;
        max-width: 360px;
    }

    .buttons .btn {
        padding: 10px 15px;
        font-size: 14px;
    }

    .single-row {
        gap: 15px 15px;
    }

    .row-numbers {
        justify-content: center;
    }

    .nm-grid {
        width: calc(100%/2);
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .case-top-title {
        margin-top: 15px;
    }

    .case-top-title {
        font-size: 70px;
    }

    .case-top-sub-tittle:before {
        left: 10px;
    }

    .case-top-sub-tittle {
        padding-left: 10px;
    }

    .case-top-img img {
        min-width: 100%;
    }

    .case-top-img {
        margin-top: 30px;
    }

    .case-options-sub-title {}

    .case-options-text {}

    .second-google-img img {
        min-width: 100%;
    }

    .second-google-img {
        margin-top: 30px;
    }

    .case-m-images {
        min-width: 100%;
    }

    .case-m-images {
        margin-top: 30px;
    }

    .case-m-options {
        padding-top: 3em;
        overflow: hidden;
    }

    .case-m-left-image {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .case-m-left-image img {
        max-width: 120%;
    }

    .row-youtube {}

    .red-video-title {
        text-align: center;
    }

    .case-c-image:before {
        height: 135px;
        top: 13%;
    }

    .case-c-image {
        position: relative;
    }

    .case-c-options {
        flex-wrap: wrap;
        justify-content: center;
    }

    .case-c-grid {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: calc(100%/3);
        padding: 15px 0;
    }

    .case-row-img {
        padding-bottom: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .case-lead-images {
        margin-bottom: 30px;
        margin-top: 0;
    }

    .case-tabs {
        margin-top: 2em;
    }

    .contact-form-cat .contact-form-right {
        padding: 30px 15px;
    }

    .nm-title {
        font-size: 15px;
    }

    .logo img {
        max-width: 120px;
    }

    .f-l-text br,
    .f-l-title br {
        display: none;
    }

    .f-l-title {
        font-size: 20px;
        line-height: 116%;
    }

    .p-l-text {
        margin-top: 15px;
        text-align: left;
        position: absolute;
        top: -9px;
        right: -35px;
    }

    .counter {
        position: relative;
        margin-right: 40px;
    }

    .p-l-title {
        justify-content: flex-start;
    }

    .p-l-title,
    .p-l-title:before {
        font-size: 83px;
        line-height: normal;
    }

    .p-button-prev {
        left: 37%;
        top: inherit;
        bottom: -45px;
    }

    .p-button-next {
        right: 37%;
        bottom: -44px;
        top: inherit;
    }

    .word {
        top: -35px;
    }

    .team-button-next,
    .team-button-prev {
        display: none;
    }

    .team-swiper-scrollbar {
        bottom: 10px;
    }

    .team-swiper {
        padding-bottom: 30px;
        ;
    }

    .price-sb-title br,
    .price-title br {
        display: none;
    }

    .price-sb-title {
        font-size: 21px;
        line-height: 27px
    }

    .mp-logo,
    .mp-address,
    .mp-phone,
    .mp-email {
        display: none;
    }

    .mp-col .btn-red {
        flex: 0 0 100%;
        justify-content: center;
    }

    .mp-social {
        justify-content: center;
    }

    .mp-copy {
        font-size: 12px;
        text-align: center;
    }

    .cell-red {
        position: absolute;
        z-index: 1;
    }

    .cell {
        min-height: 160px;
    }

    .policy-txt {
        flex: 0 0 85%;
    }

    .row-form .form-group {
        padding-left: 0;
        padding-right: 0;
    }

    .privacy-label {
        padding-left: 0;
    }

    .v-grid-last a {
        background: #CF0032;
        border: 1px solid #D0D0D0;
        height: 55px;
        padding: 5px 0;
        color: #fff;
        border-radius: 4px;
        justify-content: center;
    }

    .v-grid-last a svg path {
        fill: #fff;
    }

    .cta,
    .cta:hover {
        width: 130px;
        height: 30px;
    }

    .cta .button-text {
        opacity: 1;
        font-size: 14px;
    }

    .cta i,
    .cta:hover i {
        opacity: 0;
    }

    .p-cats-grid {
        font-size: 10px;
    }

    .iti__selected-country {
        padding: 0 10px 0 6px;
    }
    
    .fancybox__content iframe {
        max-width: 100%; 
        min-height: 260px;
    }
    
    .fancybox__content {
        padding: 0.5rem;
    }
}

@media (max-width: 576px) {

    .decode-text {
        font-size: 15px;
    }

    .free_audit a {
        font-size: 22px;
    }

    .check {
        max-width: 90%;
    }

    .b-sub-title>span {
        max-width: 90%;
    }

    .form-select {
        max-height: 70px;
        height: 70px;
        width: 100%;
    }
    .form-breaf {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .web-design-title {
        font-size: 46px;
        text-align: center;
    }

    .web-design-title span {
        font-size: 36px;
        left: -45px;
    }

    .col-web-bg {
        height: 65%;
        width: 50%;
    }

    .col-trans {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-trans-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-video {
        margin-bottom: 30px;
    }

    .col-video-mobile {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .row-mobile {
        margin-top: 40px
    }

    .row-reverce .red-video-text {
        text-align: left;
    }

    .red-video-bg,
    .row-reverce .red-video-bg {
        justify-content: center;
    }

    .gg-ads-title {
        font-size: 28px;
    }

    .b-title {
        font-size: 24px;
    }

    .ch-text {
        font-size: 14px;
        line-height: 20px;
    }

    .input-breaf {
        min-height: 70px;
        padding: 25px 10px 10px 10px;
    }

    .form-text-right {
        margin-bottom: 15px;
    }

    .label-breaf {
        font-size: 11px;
        left: 10px;
        max-width: 90%;
        top:15px
    }
    .form-breaf .input-breaf:focus~label, .form-breaf .input-breaf:not(:placeholder-shown)~label {
        transform: translateY(-5px) translateX(0px) scale(0.75);
    }

    .col-web {
        flex-wrap: wrap;
        justify-content: center;
    }

    .web-frame,
    .web-frame-left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .web-frame-left {
        margin-bottom: 30px;
    }

    .case-top-title,
    .landing .case-top-title {
        font-size: 40px;
    }

    .case_img {
        height: 80%;
        max-width: 77%;
        overflow-y: scroll;
        margin: 0 auto;
        position: absolute;
        top: 0;
        margin-left: 5px;
        margin-top: 11px;
        width: auto;
        text-align: center;
        /* margin: 0 auto; */
    }

    .laptop-row {
        display: flex;
        justify-content: center;
    }


    .case-tabs__caption li {
        font-size: 12px;
    }

    .p-l-title,
    .p-l-title:before {
        font-size: 70px;
    }

    .p-l-text {
        top: -20px;
        line-height: 28px;
    }

    .case-m-title {
        font-size: 24px;
        margin-top: 15px
    }

    .mb-4 {
        margin-bottom: 2em;
    }

    .case-c-grid {
        font-size: 16px;
    }

    .offline-title {
        font-size: 13px;
    }

    .offline-grid {
        max-width: 33.333333%;
        flex: 0 0 33.333333%;
    }

    .buttons .btn {
        padding: 10px 20px;
        font-size: 20px;
    }

    .hero-row {
        align-items: normal;
        min-height: 590px;
        flex-wrap: wrap;
    }

    .hero-img-mobile {
        display: block;
    }

    .hero-sub_title {
        margin-top: auto;
        font-size: 14px;
        line-height: 180%;
    }

    .right-hero {
        position: absolute;
        right: 10%;
        top: 0;
        width: 55%;
        display: none;
    }

    .left-hero {
        display: flex;
        flex-direction: column;
    }

    .hero-title {
        max-width: 160px;
        margin-top: 0;
        font-size: 48px;
        line-height: normal;
    }

    .hero-mini-title {
        font-size: 18px;
    }

    .hero-img img {
        position: static;
        max-width: 270px;
    }

    .case-top-title {}

    .case-c-image:before {
        height: 100px;
        top: 20%;
    }

    .full-inst-slider {
        flex-wrap: wrap;
    }

    .right-inst-slider {
        position: static;
        margin-top: 30px;
    }

    .google-section-right {
        padding-right: 15px;
        padding-left: 15px;
    }

    .pop-bottom-right {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .imd-row {
        flex-wrap: wrap;
    }

    .imd-grid {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .im-right {
        max-width: 75%;
        flex: 0 0 75%;
    }

    .blog_category {
        flex-wrap: wrap;
        gap: 15px 15px;
    }

    .blog-right {
        margin-top: 15px;
    }

    .blog-left img {
        width: 100%;
    }

    .row-blog {
        margin-top: 10px;
    }

    .logo img {
        max-width: 90px;
    }

    .lang a.actives,
    .phone_main {
        padding: 4px 8px;
        font-size: 13px;
        gap: 0 5px;
    }

    .middle-top-row-right {
        gap: 0 10px;
    }

    .sb-title {
        font-size: 16px;
    }

    .title {
        font-size: 20px;
        line-height: 30px;
    }

    .p-image img {
        max-width: 230px;
    }

    .main_form .f-r-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .step-nav li a.active .f-r-name {
        font-size: 11px;
    }

    .step-nav li a .f-r-number {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .p-sb-title {
        font-size: 12px;
        max-width: 160px;
        line-height: 18px;
    }

    .p-btn {
        margin-top: 0;
    }

    .p-col {
        max-height: 280px;
        min-height: 280px;
        display: flex;
        flex-direction: column;
    }

    .p-middle,
    .category-cases .p-middle {
        /*margin-top: auto;*/
    }

    .ab-title {
        font-size: 40px;
        line-height: normal;
    }

    .f-l-col-brand {
        height: auto;
    }

    .p-r-right {
        width: 117px;
    }

    .p-r-site {
        font-size: 26px;
    }

    .p-r-partner {
        font-size: 28px;
    }

    .p-r-bg:before {
        height: 475px;
    }

    .p-button-next,
    .p-button-prev {
        bottom: -60px;
    }

    .tags-row {
        gap: 10px;
        max-width: 100%;
        padding: 10px;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        min-width: 1200px;
        flex-wrap: wrap;
    }
    
    .tags-row > div {
        scroll-snap-align: center;
        display: flex;
        justify-content: center;
    }
    
    .tags-row::-webkit-scrollbar {
        height: 8px;
    }
    
    .tags-row::-webkit-scrollbar-thumb {
        background-color: #888;
        border-radius: 4px;
    } 
    
    #mse2_filters {
        overflow-x: auto;
        display: flex;
        flex-wrap: nowrap;
    }
    
    .p-logo img {
        max-height: 45px;
    }
    
    .p-middle-grid {
        margin-top: 35px;
    }
    
    #mse2_results .p-sb-title {
        font-size: 12px;
    }
    
    .p-title {
        font-size: 24px;
        line-height: 1;
    }

    html[lang="lv"] .tags-row {
        min-width: 1290px;
    }

    html[lang="en"] .tags-row {
        min-width: 1090px;
    }
}

@media screen and (max-width: 400px){ 
    .p-image {
        max-width: 200px;
    }
}