html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    color: inherit
}

button,
input,
select,
textarea {
    font: inherit
}

:focus {
    outline: none
}

body {
    font-family: "Merriweather", serif;
    background: #F1F1F1
}

header {
    background: #111;
    color: #F1F1F1;
    font-size: 20px
}

.nav {
    justify-content: center
}

.nav-link,
.lang {
    color: #F1F1F1
}

.header-text {
    text-align: center;
    padding: 100px 0
}

.header-title {
    font-size: 38px
}

.header-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 #333;
    color: #333;
    margin: 10px 0;
    padding: 20px 0;
    padding-left: 30px;
    border-radius: 50px
}

.btn {
    font-size: 32px;
    font-weight: 700;
    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: #fff;
    text-shadow: 1px 1px 1px black, -1px -1px 1px #000;
    border: none;
    cursor: pointer
}

.cons {
    padding: 100px 0;
    background: #111
}

.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: 700;
    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-block {
    padding: 100px 0
}

.circle-block {
    width: 350px;
    height: 350px;
    background: url(../img/circle1.png) 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, .1);
    text-align: center
}

.row .col-md-4:nth-of-type(2) .circle-block {
    background: url(../img/circle2.png) center center/cover no-repeat
}

.row .col-md-4:nth-of-type(3) .circle-block {
    background: url(../img/circle3.png) center center/cover no-repeat
}

.row:nth-of-type(2) .col-md-4:nth-of-type(1) .circle-block {
    background: url(../img/circle4.png) center center/cover no-repeat
}

.row:nth-of-type(2) .col-md-4:nth-of-type(2) .circle-block {
    background: url(../img/circle5.png) center center/cover no-repeat
}

.row:nth-of-type(2) .col-md-4:nth-of-type(3) .circle-block {
    background: url(../img/circle6.png) center center/cover no-repeat
}

.circle-block h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.circle-block p {
    font-size: 12px;
    line-height: 1.5
}

.helper-block {
    margin-top: 40px;
    margin-bottom: 60px
}

.helper {
    padding-bottom: 100px
}

.why_us {
    background: #111;
    padding: 100px 0
}

.why_us-item {
    color: #F1F1F1
}

.why_us-item.second {
    margin-top: 70px
}

.why_us-item.tree {
    margin-top: 140px
}

.why_us-item:nth-child(2) {
    margin-top: 50px
}

.why_us-item img {
    margin-top: 20px
}

.why_us-item h4 {
    font-size: 16px;
    margin: 16px 0
}

.why_us-item p {
    font-size: 16px
}

.why_us-block-img h3 {
    line-height: 2;
    padding: 10px 0
}

.team_block {
    background: #111;
    padding: 20px 0 100px 0
}

.team_block-items {
    margin-top: 80px;
    color: #F1F1F1
}

.team_block-pos {
    font-size: 15px
}

.team_block-name {
    font-size: 23px;
    margin: 10px 0
}

.team_block-descr {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.6
}

.faq_block {
    padding: 100px 0 50px 0;
    color: #333
}

.faq_block-text {
    width: 80%;
    margin: 0 auto;
    margin-top: 75px
}

.faq_block-text h3 {
    margin-top: 50px;
    font-size: 25px
}

.line {
    width: 75px;
    height: 3px;
    background: #333;
    margin-top: 10px;
    margin-bottom: 20px
}

.faq_block-text p {
    margin: 15px 0;
    line-height: 1.5;
    font-size: 18px
}

.faq_block-text ul {
    list-style-type: disc
}

.faq_block-text li {
    line-height: 1.5;
    margin: 15px 0;
    margin-left: 20px
}

.contact-block {
    margin-top: 60px
}

footer {
    padding: 15px 0
}

.footer-blocks {
    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
}

@media (max-width:1200px) {
    .lang {
        display: none
    }

    .responsive-col {
        width: 83.3333%
    }
}

@media (max-width:992px) {
    .nav {
        font-size: 16px
    }

    .container {
        max-width: 90%
    }
}

@media (max-width:768px) {
    .nav {
        display: none
    }

    .logo {
        width: 100%;
        text-align: center
    }

    .btn {
        margin: 15px 0
    }
}