@import "https://fonts.fontstorage.com/import/sourcesanspro.css";
/* Reset and base styles  */
* {
    padding: 0px;
    margin: 0px;
    border: none;
}
html {
    scroll-behavior: smooth;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */

aside, nav, footer, header, section, main {
    display: block;
}

h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}

ul, ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

img, svg {
    max-width: 100%;
    height: auto;
}

address {
    font-style: normal;
}

/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}
body {
    overflow-x: hidden;
    font-family: Source Sans Pro;
}
h1, h2, h3, h4, h5, h6, p, a {
    font-family: Source Sans Pro;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
body {
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;

}
.h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    color: #003361;
}

h1 {
    font-size: 64px;
    font-weight: 700;
    line-height: 76.8px;
}
h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    color: #050808;
    margin-bottom: 20px;
}
.button {
    padding: 11px 40px;
    background-color: #FEC003;
    color: #050808;
    border-radius: 25px;
    text-align: center;


    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
}
.button:hover {
    padding: 11px 40px;
    background-color: #003361;
    color: #FFFFFF;
}
.button:hover a {
    color: #fff;
}
.button a {
    color: #050808;
}
.button a:hover {
    color: #fff;
}

.content {
    width: 80%;
    margin: auto;
}

.header {
    min-height: 64px;
    padding: 10px 0px;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    border-bottom: 1px solid #dedede;
}

.mobile_header {
    display: none;
}

.header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.block__nav .nav_bar {
    display: flex;
}

.nav_item {
    font-family: Source Sans Pro;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.11px;
    margin-right: 32px;
}
.nav_item a {
    color: #050808;
}
.nav_item a:hover {
    color:#003361;
}




.block__contacts {
    display: flex;
    justify-content: space-between;
    max-width: 490px;
}
.block_phones {
    display: flex;
    flex-wrap: wrap;
    max-width: 140px;
    align-items: center;
}
section {
    margin-bottom: 120px;
}

.phone a {
    font-weight: 600;
    font-size: 16px;
    color: #050808;
}
.work_time {
    color: #666666;
    font-size: 14px;
}
.block__seo-audit {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.section__seo-audit .block__left-seo {
    max-width: 55%;
}

.section__seo-audit .block__right-seo {
    position: absolute;
    z-index: 2;
    right: -90px;
    max-width: 45%;
}
.block__left-seo p {
    margin-top: 24px;
}
.block__promo-seo-audit {
    position: relative;
    display: flex;
    align-items: center;
}
.promo_price {
    font-size: 64px;
    font-weight: 700;
    line-height: 76px;
    color: #003361;
}
.promo_price > span  {
    font-size: 48px;
    font-weight: 300;
    line-height: 57px;
    color: #666666;
    text-decoration: line-through;
}
.block__promo {
    display: flex;
    align-items: center;
    gap: 20px;
}
.back_time {
    padding: 22px 32px;
    border-radius: 25px;
    background: linear-gradient(130.52deg, #CBD6DF 22.37%, #D1E2EA 98.67%);
}
.timer__item {
    font-weight: 700;
    font-size: 24px;
    color: #005789;
}
.promo_img {
    position: absolute;
    left: -300px;
}
.audit-includes-items {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.audit_item {
    max-width: 375px;
    width: 100%;
}

.audit_li li {
    list-style: auto;
    margin-left: 15px;
}
.audit_li li p {
    margin-left: 5px;
    margin-top: 8px;
}
.email_result {
    margin-top: 8px;
    display: flex;
    align-items: center;
}
.email_result p {
    margin-left: 8px;
    font-size: 14px;
    margin-top: 0px;
}
.block_seo-audit-zayvka > p {
    margin-top: 0px;
}
.block_seo-audit-zayvka {
    margin-top: 10px;
    border-radius: 25px;
    padding: 20px;
    background: linear-gradient(91.75deg, #CBD6DF 1.23%, #D1E2EA 99.07%);
}

.section__seo-audit .button {
    max-width: 346px;
    margin-top: 24px;
}


.block__seo-problem {
    display: flex;
    justify-content: space-between;
}
.block__seo-problem-left {
    max-width: 420px;
    width: 100%;
}
.block__seo-problem-items {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    max-width: 800px;
}
.problem-item {
    max-width: 390px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}
.icon-item {
    width: 60px;
    height: 60px;
    padding: 14px;
    border-radius: 15px;
    border: 1px solid #00336166;
    background-color: #00336114;
}


.block__utp-one-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 24px;
}
.utp-one-item {
    max-width: 305px;
    width: 100%;
}
.utp-one-item,
.block__utp-second-items {
    padding: 32px 16px;
    background-color: #00336114;
    border-radius: 25px;
}
.utp-one-item svg {
    margin-bottom: 24px;
}
.block__utp-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.utp-bottom-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.utp-number {
    width: 60px;
    height: 60px;
    background-color: #00336114;
    border: 1px solid #00336166;
    border-radius: 50%;
    text-align: center;
    padding: 14px;
    font-size: 24px;
}



.block__expirience {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.block__expirience-bottom .button {
    max-width: 360px;
}
.h7 {
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
    color: #050808;
    margin-bottom: 10px;
}
.block__expirience .button {
    max-width: 320px;
}

.expirience_title {
    max-width: 410px;
    min-width: 360px;
}
.expirience_items {
    display: flex;
    gap: 30px;
    margin-left: 60px;
    position: relative;

}
.expirience_items .slick-slide {
    max-width: 160px;
    padding: 20px;
    margin-right: 20px;
}
.expirience_items .slick-slide img {
    width: 100%;
}
.expirience_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    max-height: 100px;
    border-radius: 25px;
    border: 1px solid #00336133;
    text-align: center;
}

.portfolio_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.portfolio_item {
    max-width: 405px;
    margin-bottom: 40px;
}
.portfolio_img {
    position: relative;
}
.portfolio_name {
    position: absolute;
    top: 23px;
    height: 40px;
    width: 80px;
    background-color: #003361;
    color: #fff;
    border-radius: 0 20px 20px 0;
    font-size: 16px;
    text-align: center;
    padding: 10px;
}

.portfolio_icon {
    position: absolute;
    top: 63px;
    height: 40px;
    width: 80px;
    background-color: #F2F2F7;
    border-radius: 0 20px 20px 0;
    padding: 8px;
}
.portfolio_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.portfolio_name {
    position: absolute;
    top: 10px;
}
.portfolio_item .h3 {
    margin-top: 16px;
    margin-bottom: 16px;
}
.portfolio_item p {
    color: #666666;
}
.reviews_text {
    max-height: 120px; /* Ограничение высоты текста */
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
}

.reviews_text.expanded {
    max-height: none; /* Убираем ограничение высоты */
}

.reviews_toggle {
    background: none;
    border: none;
    color: #007BFF;
    cursor: pointer;
    margin-top: 5px;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
    z-index: 10;
}
.reviews_text {
    position: relative;
    z-index: 10;
}


.portfolio_item a.link-arrow {
    display: block;
    margin-top: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #003361;
}
.block__portfolio .button {
    max-width: 310px;
    margin: auto;
}
.slick-slider__reviews {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.reviews_item {
    max-width: 550px;
    border: 1px solid #003361;
    border-radius: 25px;
    padding: 24px 32px;
    margin: 0px 10px;
}
.reviews_item_icon {
    max-width: 56px;
    width: 100%;
    height: 56px;
    object-fit: cover;
    margin-right: 10px;
}
.reviews_item_text_content .hr {
    margin-bottom: 32px;
    margin-top: 32px;
    border: 1px solid #00336166;
}
.reviews_item_text_content .h3 {
    margin-bottom: 8px;
}


.block__reviews {
    margin-bottom: 120px;
}




.slider-gradient {
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
}

.block__form {
    background: #90BACE66;
    padding: 40px;
    border-radius: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block__left-form {
    max-width: 38%;
}
.block__right-form {
    max-width: 58%;
}
.block__form .h3 {
    margin-bottom: 18px;
}
.block__form .email_result .h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 12px;
}
.block__form .email_result {
    align-items: flex-start;
}
.block__form .email_result svg {
    width: 22px;
}
.form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.form label {
    margin-bottom: 5px;
    font-weight: 600;
    color: #003361;
}
.right-form,
.left-form {
    width: 49%;
    display: flex;
    flex-direction: column;

}
input {
    height: 55px;
    max-width: 360px;
    border: 1px solid #00336166;
    border-radius: 25px;
    padding: 10px 15px;
    margin-bottom: 12px;
    color: #050808;
}
.politics {
    max-width: 360px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
input#checkbox {
    margin-right: 8px;
    margin-top: 4px;
    height: 13px;
}
.form .button {
    height: 50px;
}

.timer__items {
    display: flex;
    font-size: 48px;
}
.timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
}
.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
}
.timer__item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -15px;
}
footer {
    background: #003361;
    padding: 40px 0;
}
.block__footer {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.block__footer-promo {
    max-width: 360px;
}
.block__footer-promo p {
    max-width: 95%;
}
footer,
.block__footer_nav ul .nav_item a,
.block__footer-contacts a
{
    color: #fff;
}
.footer-title {
    margin-bottom: 24px;
}
.block__footer_nav .nav_item {
    margin-bottom: 12px;
}
.footer-contacts-item {
    display: flex;
    margin-bottom: 12px;
    gap: 8px;
}
.footer-contacts-item a {
    margin-right: 8px;
}
.social_icons a {
    margin-right: 8px;
}
div#callbackformthankyoupage {
    background-color: #888ebcad;
}



@media (max-width: 1440px) {
    .header .button {
        padding: 10px 15px;
        font-size: 14px;
    }
    .nav_item {
        margin-right: 16px;
    }
    .problem-item {
        max-width: 355px;
    }
    .block__utp-one-items {
        gap: 15px;
    }
    .utp-one-item {
        max-width: 275px;
    }
    .expirience_title {
        min-width: 360px;
    }
    .portfolio_item {
        max-width: 360px;
    }
}
@media (max-width: 1150px) {
    .block__footer > div {
        max-width: 320px;
        width: 100%;
    }
    .block__footer {
        gap: 20px;
    }
    @media (max-width: 1024px) {
        .mobile_header {
            display: block;
        }
        .header {
            display: none;
        }
        .block__seo-audit {
            flex-wrap: wrap;
        }
        .section__seo-audit .block__left-seo,
        .section__seo-audit .block__right-seo{
            max-width: 100%;
        }
        .section__seo-audit .block__right-seo {
            margin-top: 30px;
            position: relative;
            right: auto;
        }
        .section__seo-audit .button {
            max-width: 100%;
        }
        .block__seo-problem {
            gap: 20px;
        }
        .content {
            width: 85%;
        }
        .utp-one-item {
            width: 190px;
        }
        .expirience_title {
            min-width: 360px;
        }
        .form .button {
            margin: auto;
            width: 100%;
        }
        .burger {
            display: flex;
            align-items: center;
        }
        .mobile_header {
            padding: 12px 8px;
            display: flex;
            justify-content: space-between;
            position: sticky;
            top: 0;
            z-index: 999;
            background-color: #fff;
            border-bottom: 1px solid #dedede;
        }

        /* Гамбургер иконка */
        .menu-btn {
            width: 30px;
            height: 30px;
            position: relative;
            z-index:2;
            overflow: hidden;
        }

        .menu-btn span {
            width: 30px;
            height: 3px;
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 10px;
            transform: translate(-50%, -50%);
            background-color: #002C51;
            transition: all 0.5s;
        }

        .menu-btn span:nth-of-type(2) {
            top: calc(50% - 10px);
        }
        .menu-btn span:nth-of-type(3) {
            top: calc(50% + 10px);
        }

        /* Меняем гамбургер иконку, когда меню открыто */
        .menu-btn.active span:nth-of-type(1) {
            display: none;
        }
        .menu-btn.active span:nth-of-type(2) {
            top: 50%;
            transform: translate(-50%, 0%) rotate(45deg);
        }
        .menu-btn.active span:nth-of-type(3) {
            top: 50%;
            transform: translate(-50%, 0%) rotate(-45deg);
        }

        /* Меню, которое будет появляться */
        .menu {
            position: fixed;
            top: 68px;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 15px;
            z-index: 99;
            background: #FFF;
            transform: translateX(-100%);
            transition: transform 0.5s;
        }
        .menu li.nav_item {
            margin-bottom: 12px;
        }
        .menu .button{
            margin-bottom: 12px;
            max-width: 360px;
        }

        .menu.active {
            transform: translateX(0);
        }
        .menu .block__contacts {
            margin-bottom: 12px;
        }
        .menu li {
            list-style-type: none;
        }




    }
    @media (max-width: 768px) {
        .block__footer > div {
            max-width: 360px;
            width: 100%;
        }
        .block__footer {
            justify-content: center;
        }
        .block__footer {
            gap: 20px;
        }
    }
    .content {
        width: 95%;
    }
    h1 {
        font-size: 36px;
        line-height: 43px;
    }
    .h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 23px;
    }
    p {
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
    }

    .promo_price {
        font-size: 36px;
        line-height: 43px;
    }
    .promo_price span {
        font-size: 24px;
        line-height: 28px;
    }
    .audit-includes-items {
        gap: 16px;
    }
    section {
        margin-bottom: 100px;
    }
    .back_time {
        padding: 15px 0px;
    }
    .timer__item {
        margin-left: 5px;
        margin-right: 5px;
    }
    .block__seo-problem {
        flex-wrap: wrap;
    }
    h2 {
        font-size: 28px;
        line-height: 33px;
    }
    .utp-one-item {
        width: 160px;
    }
    .block__utp-one-items {
        justify-content: center;
    }
    .block__expirience {
        flex-wrap: wrap;
    }
    .expirience_items {
        gap: 10px;
        right: 0px;
        flex-wrap: nowrap;
        margin-bottom: 24px;
    }
    .expirience_item {
        height: 90px;
    }
    .block__expirience-bottom .button {
        margin: auto;
    }
    section.section__title {
        margin-bottom: 24px;
    }
    .slider-gradient {
        background: none;
    }
    .block__form {
        padding: 14px;
    }
    .block__left-form {
        max-width: 100%;
    }
    .block__right-form {
        max-width: 100%;
    }
    .right-form, .left-form {
        width: 100%;
    }
    .block__form .email_result svg {
        width: 35px;
    }
    .form .button {
        margin: auto;
        width: 100%;
    }
    .portfolio_items {
        justify-content: center;
        gap: 20px;
    }
    input {
        max-width: 100%;
    }

    .problem-item {
        max-width: 330px;
    }
    .block__seo-problem-items {
        max-width: 100%;
    }
    .portfolio_item {
        max-width: 350px;
    }
}
@media (max-width: 450px) {
    .problem-item {
        max-width: 360px;
    }
    .audit-includes-items {
        flex-wrap: wrap;
    }

}


#cookie-message {
    position: fixed;
    z-index: 1100;
    right: 20px;
    bottom: 20px;
    display: none;
    width: 750px;
    max-width: 95%;
    padding: 32px 32px 20px 20px;
    line-height: 1.2;
    visibility: hidden;
    opacity: 0;
    color:#050808;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    border-radius: 25px;
    box-shadow: 0 0 40px rgb(0 0 0 / 8%);
}

#cookie-message.open {
    display: flex;
    align-items: start;
    gap: 12px;
    visibility: visible;
    opacity: 1;
}

#cookie-message .cookie-content a {
    color: #003361;
    text-decoration: underline;
}

#cookie-message .cookie-content a:hover {
    text-decoration: none;
}

#cookie-message .btn {
    width: 190px;
    min-width: 190px;
    font-size: 18px;
    font-weight: 600;
    background-color: #FEC003;
    padding: 10px;
    border-radius: 25px;
    transition: .3s ease-in-out;
}

#cookie-message .btn:hover {
    background-color: #003361;
    color: #FFF;
}

#cookie-message .cookie-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px;
    cursor: pointer;
}
@media (max-width: 767px) {
    #cookie-message.open {
        flex-direction: column;
        gap: 8px;
        width: calc(100% - 12px);
        right: 6px;
    }
}