/*
Theme Name: Finon
Author: Даниил Фурман
Author URI: https://vk.com/furman_d
*/

.seo-text {
    margin: 60px 0;
}

.seo-text p {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #18181A;
}

.seo-text li,
.price li {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: #18181A;
}

.seo-text h2,
.price h2 {
    margin: 30px 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #3F5199;
}

ol,
ul {
    padding-left: 25px;
    margin: 30px 0;
}

li,
.price li {
    margin-bottom: 10px;
}

li:last-child,
.price li:last-child {
    margin-bottom: 0;
}

.page-uslugi .first__subtitle {
    margin-bottom: 20px;
}

.page-uslugi .first__title {
    margin-top: 60px;
}



.page-uslugi .team.section {
    padding-top: 120px;
}

.page-uslugi .reviews .reviews__link {
    margin-top: 60px;
}

.price {
    margin: 60px 0;
    padding-top: 100px;
}

.price .block {
    border: 2px solid #D8E7FF;
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.price .bl {
    width: calc(100% - 340px);
}

.price .block:last-child {
    margin-bottom: 0px;
}

.price .cont {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    height: auto;
    border-left: 2px solid #D8E7FF;
    padding-left: 40px;
    text-align: center;
}


.price .name {
    font-size: 22px;
    font-weight: 600;
}

.price .price-uslugi {
    font-weight: 600;
}

.price .spisok-uslug {
    margin-bottom: 0;
}

.price .button-large {
    font-size: 14px;
    padding: 10px 20px;
}

@media (max-width: 1200px) {
    .page-uslugi .reviews .reviews__link {
        margin-top: 40px;
    }

    .seo-text h2,
    .price h2 {
        font-size: 22px;
        line-height: 23px;
    }

    .seo-text p,
    .seo-text li,
    .price li {
        font-size: 15px;
        line-height: 19px;
    }
}

@media (max-width: 990px) {

    .seo-text h2,
    .price h2 {
        margin: 20px 0;
    }

    .seo-text p {
        margin-bottom: 10px;
    }

    .price .cont {
        width: 200px;
        gap: 30px;
        padding-left: 20px;
    }

    .price .block {
        gap: 20px;
    }

    .price .bl {
        width: calc(100% - 220px);
    }

    .price .name {
        font-size: 18px;
    }

    .price .spisok-uslug {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .price .bl {
        width: 100%;
    }

    .price .cont {
        width: 100%;
        border-top: 2px solid #D8E7FF;
        border-left: none;
        padding-left: 0px;
        padding-top: 20px;
    }
}

@media (max-width: 550px) {
    .price .block {
        padding: 20px;
        gap: 20px;
    }
}

.page-uslugi.fix .price {
    padding-top: 0px;
}

body.fixed {
    overflow: hidden;
}


.header {
    z-index: 99;
}


.up-site {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 10%;
    right: 60px;
    background: #3F5199;
    border-radius: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    z-index: 99;
    -webkit-box-shadow: 4px 4px 8px 0px rgb(0 0 0 / 42%);
            box-shadow: 4px 4px 8px 0px rgb(0 0 0 / 42%);
}

.up-site:hover {
    background: #3C456C;
}

.up-site svg {
    width: 35px;
    height: 35px;
}


.up-site svg path {
    fill: #fff;
}


@media (max-width: 991px) {
    .up-site {
        right: 20px;
        bottom: 5%;
    }
}

.post .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}

.post .author .name {
    font-family: Raleway;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.post .author .dolgnost {
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.post .author .img {
    margin-right: 15px;
}

.post h1 {
    margin: 0 0 27px;
    font-size: 35px;
}

.post embed {
    height: 130vh;
}



#respond {
    margin: 20px 0 0 0;
    padding: 14px 5px 0 5px;
    border-top: 1px solid #8080805c;
}

#respond form p label {
    display: block;
}

#respond form .submit {
    background: #3C456C;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 15px;
}

#respond .comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

#respond .comment-form-cookies-consent input {
    margin-right: 5px;
}

#respond .comment-reply-title {
    margin-bottom: 5px;
}

#respond #email-notes {
    margin-bottom: 3px;
}


/* Подсветка активного поля формы */

#respond input[type=text],
textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}

#respond .comment-notes {
    margin-bottom: 15px;
}

#respond input[type=text]:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
            box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}

.required-field-message {
    display: block;
}

.norm-registr {
    text-transform: lowercase;
    display: inline-block
}

.norm-registr:first-letter {
    text-transform: capitalize;
}

.block-plus-minus {
    padding: 80px 0;
}

.h2-new {
    font-size: 40px;
    font-weight: 400;
    line-height: 56px;
    margin-bottom: 60px;
}

.zag.zag-red-gren {
    display: none;
}

.plus-minus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.plus-minus .block {
    border: 1px solid #EFEFEF;
    border-radius: 16px;
    background: #fff;
    padding: 30px;
    width: calc(50% - 15px);
}

.plus-minus .zag {
    font-size: 24px;
    font-weight: 700;
    line-height: 33.6px;
    margin-bottom: 30px;
}

.plus-minus .zag.zag-red {
    color: #E44141;
}

.plus-minus .zag.zag-green {
    color: #4BC27B;
}

.plus-minus .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

.plus-minus .cont p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    color: #5F5F67;
    margin: 0;
    position: relative;
    padding: 14px 20px;
    padding-left: 46px;
    border-radius: 8px;
    width: 100%;
}

.plus-minus .cont p::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    left: 23px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.plus-minus .cont.minus p::after {
    background: #E44141;
}

.plus-minus .cont p:nth-child(odd) {
    background: #F5F5FA;
}

.plus-minus .cont.plus p::after {
    background: #4BC27B;
}

.plus-minus .cont.plus p::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    left: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #4BC27B;
}

.bankr-fiz {
    padding: 30px;
    border: 1px solid #EFEFEF;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 40px;
}

.bankr-fiz .block {
    padding: 18px 20px;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.bankr-fiz .block:nth-child(odd) {
    padding: 18px 20px;
    border-radius: 8px;
    background: #F5F5FA;
}

.bankr-fiz .txt-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 840px;
}

.bankr-fiz .txt-block p:nth-child(1) {
    color: #5F5F67;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.bankr-fiz .txt-block p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #9898AD;
}

.bankr-fiz .price-block {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3F5199;
    white-space: nowrap;
}

p.wng {
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #000;
    margin-bottom: 40px;
}

.block-price-bankr-fiz .button-large {
    font-size: 15px;
    font-weight: 700;
    padding: 18px 30px;
}

.btn-centr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

@media (max-width:1200px) {
    .plus-minus .block {
        padding: 20px;
    }

    .plus-minus .cont p {
        min-height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .plus-minus .cont p:nth-child(2),
    .plus-minus .cont p:nth-child(4) {
        min-height: 106px;
    }

    .plus-minus .zag {
        margin-bottom: 20px;
    }

    .h2-new {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 50px;
    }

    .block-plus-minus {
        padding: 60px 0;
    }
}

@media (max-width:991px) {
    .h2-new {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 40px;
    }

    .plus-minus {
        gap: 0;
        padding: 20px;
        border: 1px solid #EFEFEF;
        border-radius: 16px;
        background: #fff;
    }

    .plus-minus .zag {
        display: none;
    }

    .plus-minus .zag.zag-red-gren {
        display: block;
        width: 100%;
        font-size: 24px;
        font-weight: 700;
        line-height: 33px;
        margin-bottom: 20px;
        color: #18181A;
    }

    .plus-minus .zag.zag-red-gren span:nth-child(1) {
        color: #4BC27B;
    }

    .plus-minus .zag.zag-red-gren span:nth-child(2) {
        color: #E44141;
    }

    .plus-minus .block {
        border: none;
        width: 50%;
    }

    .plus-minus .block:nth-child(2) {
        background: #F5F5FA;
    }

    .plus-minus .cont p:nth-child(odd) {
        background: #fff0;
    }


    .plus-minus .cont p:nth-child(1),
    .plus-minus .cont p:nth-child(3) {
        min-height: 100px;
    }

    .plus-minus .cont p:nth-child(2) {
        min-height: 124px;
    }

    .plus-minus .cont p:nth-child(4) {
        min-height: 148px;
    }

    .plus-minus .cont p:nth-child(5) {
        min-height: 76px;
    }

    .plus-minus .cont p {
        min-height: 72px;
        font-size: 16px;
        line-height: 24px;
    }

    .bankr-fiz {
        padding: 20px;
    }

    .bankr-fiz .txt-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        max-width: 367px;
    }

    .block-plus-minus {
        padding: 50px 0;
    }

    .bankr-fiz {
        padding: 20px;
        margin-bottom: 30px;
    }

    p.wng {
        margin-bottom: 30px;
    }
}


@media (max-width:767px) {
    .plus-minus .zag.zag-red-gren {
        display: none;
    }

    .plus-minus .block {
        width: 100%;
        padding: 0;
    }

    .plus-minus .zag {
        display: block;
    }

    .plus-minus .block:nth-child(2) {
        background: #fff0;
    }

    .plus-minus .cont {
        gap: 10px;
    }

    .plus-minus .cont.minus {
        background: #F5F5FA;
        border-radius: 8px;
        padding: 20px;
    }

    .plus-minus .cont {
        border-radius: 8px;
        padding: 20px;
    }

    .plus-minus .cont p:nth-child(1),
    .plus-minus .cont p:nth-child(2),
    .plus-minus .cont p:nth-child(3),
    .plus-minus .cont p:nth-child(4),
    .plus-minus .cont p:nth-child(5) {
        min-height: auto;
    }

    .plus-minus .cont p {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 26px;
    }

    .plus-minus .cont p::after {
        left: 0;
    }

    .plus-minus .cont.plus p::before {
        left: 4px;
    }

    .plus-minus {
        gap: 20px;
    }

    .plus-minus .zag.zag-green {
        margin-bottom: 0;
    }

    
}

@media (max-width:575px) {
    .h2-new {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 30px;
    }

    .plus-minus .zag {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 0px;
    }

    .plus-minus .cont {
        padding: 20px 0;
    }

    .plus-minus .cont.minus {
        background: #fff0;
        border-radius: 0px;
        padding: 20px 0;
    }

    .block-plus-minus {
        padding: 40px 0;
    }

    .bankr-fiz .block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 10px;
    }

    .bankr-fiz .txt-block {
        max-width: 100%;
    }

    .bankr-fiz .block:nth-child(odd) {
        padding: 16px 20px;
    }

    .bankr-fiz .block {
        padding: 16px 20px;
    }

    
}