@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');



html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Mulish", sans-serif;
}


.form-control,
button,
small,
strong,
p,
a,
li,
td,
th,
span {
    font-family: "Mulish", sans-serif;
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: "Tinos", serif;
    color: #000;
    font-style: italic;
}

h1 {
    font-size: 54px;
}

a {
    color: #3187A6;
}

a:hover {
    color: #3187A6;
    text-decoration: none;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

header .nav-link {
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.btn-callback {
    background-color: #000;
    color: #fff;
    padding: 20px 20px;
    border-radius: 12px;

}

.btn-callback:hover {
    color: #fff;
    opacity: .7;
    -webkit-transition: .5s;
    transition: .5s;
}

.email {
    color: #9A9C9E;
}

.banner {
    background-color: #EBEEF2;
    padding-top: 100px;
    padding-bottom: 120px;
    overflow: hidden;
}

.banner h1 {
    font-size: 72px;
    font-style: italic;
}

.after-h1 {
    font-size: 20px;
    font-weight: 600;
}

.btn-quest {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #3187A6;
    border-radius: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.img-banner {
    height: 100%;
}

.img-banner img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
}

.block-1-1 {
    display: block;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.block-1-2 {
    display: block;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #9A9C9E;
}

.btn-black {
    background-color: #000;
    color: #fff;
    border-radius: 15px;
    padding: 20px 50px 20px 20px;
    position: relative;
}

.btn-black:hover {
    opacity: .8;
    -webkit-transition: .4s;
    transition: .4s;
}

.btn-black::after {
    content: "";
    display: block;
    width: 25px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(img/arrow2.png);
    background-size: cover;
}

.block-2-1 {
    display: block;
    color: #fff;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.block-2-2 {
    display: block;
    color: #fff;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 600;
}

.btn-all {
    font-size: 20px;
    font-weight: 700;
    border: 2px solid #000;
    border-radius: 12px;
    padding: 15px;
}

.btn-all:hover {
    opacity: .8;
    -webkit-transition: .4s;
    transition: .4s;
}

h2 {
    font-size: 54px;
    font-style: italic;
}

.title-form {
    font-size: 38px;
    font-weight: 600;
    display: block;
    line-height: 1.2;
}

.small-form-text {
    font-size: 15px;
    font-weight: 600;
    display: block;
    line-height: 1.2;
}

.small-form-text-grey {
    color: #9A9C9E;
    font-size: 15px;
    font-weight: 600;
    display: block;
    line-height: 1.2;
}

.my-input {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 12px;
    height: 63px;
}

.my-input::-webkit-input-placeholder {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.my-input:-ms-input-placeholder {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.my-input::placeholder {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.block-3-1 {
    font-family: "Tinos", serif;
    font-size: 120px;
    font-style: italic;
    color: #3187A6;
    display: block;
}

.time {
    font-family: "Tinos", serif;
    font-size: 26px;
    font-style: italic;
    color: #000;
    display: block;
}

.img-block-3 {
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
}

.blue {
    color: #3187A6;
}

.over {
    -webkit-text-decoration: wavy underline #3187A6;
    text-decoration: wavy underline #3187A6;
}

.block-5 {
    background: #F5F7FA;
}

.p-block-5 {
    font-size: 18px;
    font-weight: 600;
    color: #9A9C9E;
    text-align: center;
}

.review {
    padding-left: 40px;
}

.review .img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.review h5 {
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.review p {
    font-family: "Mulish", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    left: -80px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.article-img {
    height: 169px;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}

.article-title {
    display: block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
}

.article-title:hover {
    text-decoration: underline;
}

.article-op {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.title-news {
    display: block;
    font-size: 28px;
    font-style: italic;
    font-family: "Tinos", serif;
    color: #3187A6;
    line-height: 1.2;
}

.news {
    font-size: 18px;
    font-weight: 600;
}

.footer-span-1 {
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
}

.footer-span-2 {
    display: block;
    color: #9A9C9E;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.footer-span-3 {
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
}

.footer-ul-1 a {
    display: block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

.footer-ul-1 a:hover {
    color: #3187A6;
}

.footer-ul-2 li {
    width: 49%;
    display: inline-block;
}

.footer-phone {
    font-weight: bold;
    color: #000;
}

.footer-span-4 {
    display: block;
    color: #9A9C9E;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.footer-link {
    display: block;
    color: #3187A6;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    -webkit-text-decoration: wavy underline #3187A6;
    text-decoration: wavy underline #3187A6;
}

.article-title-2 {
    font-size: 54px;
    font-style: italic;
}

#breadcrumbs span,#breadcrumbs a {
    font-size: 18px;
    font-weight: 600;
    color:#9A9C9E;
}

#breadcrumbs span.breadcrumb_last {
    color: #3187A6;
    -webkit-text-decoration: wavy underline #3187A6;
    text-decoration: wavy underline #3187A6;
}

.content p {
    font-size: 18px;
    color: #414345;
    font-weight: 500;
}

#form-docs .form-check-label{
font-size: 20px;
font-weight: 600;
}

#form-docs .form-check-label p {
font-size: 18px;
font-weight: 600;
color: #9A9C9E;
}

/* Скрываем стандартную радиокнопку и убираем ее из потока */
#form-docs input[type="radio"] {
position: absolute;
z-index: -1;
opacity: 0;
}
/* Стилизация метки радиокнопки */
#form-docs input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
/* Кастомная радиокнопка */
#form-docs input[type="radio"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #3187A6;
    border-radius: 50%;
}
/* Состояние выбранной радиокнопки */
#form-docs input[type="radio"]:checked + label::before {
    background-color: #3187A6;
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border: 2px solid #3187A6;
}

.accordion2 {
    position: relative;
    display: block;
    padding: 25px 50px 25px 25px;
    width: 100%;    
    border: none;
    background-color: #F5F7FA;
    font-weight: 600;
    font-size: 20px;
    line-height: 26.4px;
    text-align: left;
    color: #000000;
    transition: 0.4s;
    margin-top:15px;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.accordion2::after {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 15px;
    top: 45%;
    right: 28px;
    background-image: url(img/acc.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: var(--bs-accordion-btn-icon-transition);
}

.accordion2.active::after {
    transform: rotate(180deg);
}

.panel {
    display: none;
    padding: 0 100px 0 30px;
    overflow: hidden;
background-color: #F5F7FA;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    color: #414345;
}

.panel p {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    text-align: left;
    color: #414345;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #3187A6;
    border: 1px solid #3187A6;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 25px;
}

.nav-pills .nav-link {
    color: #000;
    border: 1px solid #000;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 25px;
    border-radius: 25px;
    margin-right: 10px;
}

.my-border {
    border:1px solid #414345;
    border-radius: 15px;
}

.my-border p {
    font-size: 18px;
    font-weight: 600;
    color:#9A9C9E;
}

.block-7-1 {
    display: block;
    line-height: 1.2;
    color:#fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}

.block-7-2 {
    display: block;
    line-height: 1.2;
    color:#9A9C9E;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}

.my-border-2 {
    border:1px solid #fff;
    background-color:#fff;
    border-radius: 15px;
}

.my-border-2 p {
    font-size: 18px;
    font-weight: 600;
    color:#414345;
}

.sidebar-1 {
    border:1px solid #D5DADE;
    border-radius: 15px;
    padding: 20px 25px;
}
.sidebar-1 li {
    padding-bottom: 10px;
}

.sidebar-1 a {
    font-size: 18px;
    font-weight: 500;
    color:#000;
    width:100%;
    display: block;
    position: relative;
}

.sidebar-1 a:after {
    content: '';
    background-image: url(img/acc2.png);
    background-size: cover;
    width: 15px;
    height:9px;
    display: block;
    position: absolute;
    right:0;
    top:0;
    bottom: 0;
    margin: auto;
}

.sidebar-1 a:hover:after {
    background-image: url(img/acc3.png);
}

.sidebar-1 a:hover {
    color:#3187A6;
}

.title-form-2 {
    font-size: 28px;
}

.img-laweyr {
    border-radius: 50%;
    width: 157px;
    height: 157px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.name-lawyer {
    font-size: 38px;
    font-weight: 600;
}

.t-lawyer {
    display: block;
    color:#3187A6;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
}

.text-lawyer {
    font-size: 18px;
}

.phone-lawyer {
    font-size: 28px;
    color:#000;
    font-style: italic;
}

.etap {
    border:1px solid #D5DADE;
    border-radius: 15px;
    padding: 10px 25px;
    margin-top:15px;
}

.etap-number {
    font-size: 78px;
    font-style: italic;
    color:#D5DADE;
    font-family: "Tinos", serif;
}

.etap-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}

.pr-1 {
    display: block;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
}

.pr-2 {
    display: block;
    color:#414345;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.seo-text {
    background-color: #F5F7FA;
    border-radius: 20px;
    padding: 40px;
}

.seo-text h2 {
    font-size: 34px;
    font-style: italic;
    margin-bottom: 15px;
}

.seo-text p {
    font-size: 18px;
    color:#414345;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1440px;
    }
}

@media screen and (max-width: 768px) {
    .banner h1 {
        font-size: 36px;
        font-style: italic;
    }

    .img-banner img,
    .img-block-3 {
        display: none;
    }

    h2 {
        font-size: 28px;
        font-style: italic;
    }

    .title-form {
        font-size: 24px;
        font-weight: 600;
        display: block;
        line-height: 1.2;
    }

    .owl-div .media {
        display: block;
    }

    .review .img {
        margin: 15px auto !important;
    }

    .review {
        padding-left: 0px;
        text-align: center;
    }

    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        right: -10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .footer-ul-2 li {
        width: 100%;
        display: inline-block;
    }

    .article-title-2 {
    font-size: 34px;
    font-style: italic;
}

}
