body {
    font-family: "Merriweather", serif;
    background: #F1F1F1;
}

header {
    background: #111111;
    color: #F1F1F1;
    font-size: 20px;
}

.nav {
    justify-content: center;

}

.nav-link,
.lang {
    color: #F1F1F1;
}

.hero-text {
    text-align: center;
    padding: 100px 0;
}

.hero-title {
    font-size: 38px;
}


.hero-descr {
    font-size: 20px;
    margin-top: 14px;
}

.title {
    font-size: 38px;
    text-align: center;
}

.title__white {
    color: #F1F1F1;
}

.subtitle {
    font-size: 20px;
    margin-top: 14px;
    text-align: center;
}

.subtitle__white {
    color: #F1F1F1;
}

.form__input {
    width: 100%;
    background: #F1F1F1;
    border: 1px solid #333333;
    color: #333333;
    margin: 10px 0;
    padding: 20px 0px;
    padding-left: 30px;
    border-radius: 50px;
}

.btn {
    font-size: 32px;
    font-weight: bold;
    width: 100%;
    background: rgb(227, 186, 93);
    background: linear-gradient(180deg, rgba(227, 186, 93, 1) 0%, rgba(247, 241, 137, 1) 20%, rgba(193, 147, 35, 1) 40%, rgba(193, 137, 0, 1) 62%, rgba(219, 156, 0, 1) 81%, rgba(199, 143, 0, 1) 100%);
    color: #FCF4AB;
    padding: 12px 0;
    margin-top: 10px;
    border-radius: 25px;
    color: white;
    text-shadow: 1px 1px 1px black, -1px -1px 1px black;
    border: none;
    cursor: pointer;
}

.consultation {
    padding: 100px 0;
    background: #111111;
}

.block-form {
    margin-top: 30px;
    margin-bottom: 100px;
}

.get-text {
    color: #F1F1F1;
    text-align: center;
    margin-top: 100px;
    font-size: 20px;
    position: relative;
}

.get-text::before {
    content: '#1';
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, rgba(227, 186, 93, 1) 0%, rgba(247, 241, 137, 1) 20%, rgba(193, 147, 35, 1) 40%, rgba(193, 137, 0, 1) 62%, rgba(219, 156, 0, 1) 81%, rgba(199, 143, 0, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(227, 186, 93, 1);
}

.row .col-md-4:nth-child(2) .get-text::before {
    content: '#2';
}

.row .col-md-4:nth-child(3) .get-text::before {
    content: '#3';
}

.problem {
    padding: 100px 0;
}

.circle {
    width: 350px;
    height: 350px;
    background: url(../img/m1.svg) center center/cover no-repeat;
    color: #F1F1F1;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.row .col-md-4:nth-of-type(2) .circle {
    background: url(../img/m2.svg) center center/cover no-repeat;
}

.row .col-md-4:nth-of-type(3) .circle {
    background: url(../img/m3.svg) center center/cover no-repeat;
}

.row:nth-of-type(2) .col-md-4:nth-of-type(1) .circle {
    background: url(../img/m4.svg) center center/cover no-repeat;
}

.row:nth-of-type(2) .col-md-4:nth-of-type(2) .circle {
    background: url(../img/m5.svg) center center/cover no-repeat;
}

.row:nth-of-type(2) .col-md-4:nth-of-type(3) .circle {
    background: url(../img/m6.svg) center center/cover no-repeat;
}

.circle h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;

}

.circle p {
    font-size: 12px;
    line-height: 1.5;
}

.help-block {
    margin-top: 40px;
    margin-bottom: 60px;
}

.help {
    padding-bottom: 100px;
}

.why {
    background: #111111;
    padding: 100px 0;
}

.why-item {
    color: #F1F1F1;
}

.why-item.second {
    margin-top: 70px;
}

.why-item.tree {
    margin-top: 140px;
}

.why-item:nth-child(2) {
    margin-top: 50px;
}

.why-item img {
    margin-top: 20px;
}

.why-item h4 {
    font-size: 16px;
    margin: 16px 0;
}

.why-item p {
    font-size: 16px;
}

.why-block-img h3 {
    line-height: 2;
    padding: 10px 0;
}

.team {
    background: #111111;
    padding: 20px 0 100px 0;
}

.team-items {
    margin-top: 80px;
    color: #F1F1F1;
}

.team-pos {
    font-size: 15px;
}

.team-name {
    font-size: 23px;
    margin: 10px 0;
}

.team-descr {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.6;
}

.faq {
    padding: 100px 0 50px 0;
    color: #333333;
}

.faq-text {
    width: 80%;
    margin: 0 auto;
    margin-top: 75px;
}

.faq-text h3 {
    margin-top: 50px;
    font-size: 25px;
}

.line {
    width: 75px;
    height: 3px;
    background: #333333;
    margin-top: 10px;
    margin-bottom: 20px;
}

.faq-text p {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 18px;
}

.faq-text ul {
    list-style-type: disc;
}

.faq-text li {
    line-height: 1.5;
    margin: 15px 0;
    margin-left: 20px;
}

.contact-block {
    margin-top: 60px;
}

footer {
    padding: 15px 0;
}

.footer-block {
    display: flex;
    justify-content: space-between;
}

.footer-logo p {
    margin-top: 10px;
}

.footer-address {
    width: 300px;
    text-align: right;
}

.footer-address a {
    margin-top: 15px;
    display: block;
}

.address{
    display: block;
    margin-top: 20px;
}