section .image {
    border-radius: 2px;
}

header .logo {
    margin-left: 80px;
}

header .navigation {
    display: flex;
    align-items: center;
}

header .navigation a.phone {
    padding: 32px 80px;
    background: var(--accent-color-2);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    margin-left: 100px;
    display: flex;
    align-items: center;
}

.ico_tel {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background: url('/images/ico_tel.svg') no-repeat;
}

.ico_storm {
    width: 27px;
    height: 27px;
    background: url('/images/ico_storm.svg') no-repeat;
}
.ico_storm_w {
    width: 27px;
    height: 27px;
    background: url('/images/ico_storm_w.svg') no-repeat;
}

.ico_people {
    width: 44px;
    height: 44px;
    background: url('/images/ico_people.svg') no-repeat;
    display: block;
    background-size: contain;
}

.ico_doc {
    width: 30px;
    height: 38px;
    background: url('/images/ico_doc.svg') no-repeat;
}

section.first_screen {
    padding: 373px 0 102px 0;
    background: url('/images/first_img.png') no-repeat;
    background-size: cover;
    background-position: center;
}

section.first_screen h1 {
    /* max-width: 1083px; */
    max-width: 65%;
    color: #fff;
    margin-top: 50px;
    /* margin-bottom: 102px; */
}

section.first_screen .label_first_screen {
    width: max-content;
    display: flex;
    align-items: center;
    background: rgba(39, 39, 42, 0.50);
    padding: 10px 15px;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}

.mobile-menu .phone {
    display: flex;
    align-items: center;
    color: var(--accent-color-1);
    padding-left: 50px;
}

.mobile-menu .ico_tel {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background: url('/images/ico_tel_b.svg') no-repeat;
}

.mobile-menu .list_navigation {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #EAEBEB;
    border-top: 1px solid #EAEBEB;
    padding-top: 15px;
}

span.color {
    color: var(--accent-color-2);
}

section.services {
    padding: 140px 0;
}

section.services h2 {
    max-width: 557px;
    margin-bottom: 80px;
}

section.services .description {
    color: var(--main-color-text);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    margin-top: 16px;
}

section.services .item_image {
    position: relative;
}

section.services .item_image .number {
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--accent-color-2);
    color: var(--accent-color-1);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    border-radius: 0 0 0 2px;
    padding: 10px;
}

section.services .item_image::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    height: 100%;
    background: var(--accent-color-2);
    border-radius: 0 2px 2px 0;
}

section.services .row {
    gap: 40px;
}

section.services .item_image img {
    width: 100%;
    display: block;
}

section.services .row.img_3 .item {
    width: 33%;
}

section.services .row.img_2 .item {
    width: 50%;
}

section.services .row {
    margin-bottom: 100px;
}

section.services .row:last-child {
    margin-bottom: 0;
}

section.about h3 {
    padding-bottom: 40px;
    max-width: 1098px;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}

section.about .big_image {
    /* margin-bottom: 80px; */
}

section.about .big_image img {
    width: 100%;
}

section.about h4 {
    max-width: 645px;
}

section.about .blockImage_ul {
    margin-top: 140px;
    padding-top: 140px;
    display: flex;
    align-items: center;
    border-top: 1px solid #EAEBEB;
}

section.about .blockImage_ul .text {
    border-radius: 2px;
    background: #FFF;
    padding: 51px 65px 50px 150px;
    position: relative;
    margin-left: -110px;
    width: 860px;
    height: max-content;
}

section.about .blockImage_ul .text h4 {
    margin-bottom: 40px;
}

section.about .blockImage_ul .text li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.32px;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    align-items: baseline;
}

section.about .blockImage_ul .text li:last-child {
    margin-bottom: 0;
}

section.about .blockImage_ul .text li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: url(/images/check.svg) no-repeat;
    margin-right: 20px;
}

section.about .blockImage_ul .text .iconPeople {
    background: var(--accent-color-2);
    padding: 33px;
    position: absolute;
    top: 0;
    left: 0;
}

section.about .bottom_block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 80px;
}

section.about .bottom_block .item {
    padding: 40px 51px;
    background: #fff;
}

section.about .bottom_block .item .icon {
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F4F7F9;
    border-radius: 50%;
    margin: 0 auto 40px auto;
}

section.about .bottom_block .item .description {
    color: var(--main-color-text);
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
    max-width: 260px;
    text-align: center;
    margin: 0 auto;
}

section.bottom {
    background: var(--accent-color-2);
    border-bottom: 0;
}

section.bottom .row {
    justify-content: space-between;
    gap: 20px;
}

section.bottom img {
    max-width: 1000px;
}

section.bottom .h3 {
    margin-top: 110px;
    max-width: 500px;
    width: 500px;
    margin-bottom: 20px;
}

section.bottom .btn {
    padding: 26px 18px;
    width: 220px;
    background: var(--main-color-title);
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.32px;
    text-align: center;
    cursor: pointer;
}
section.bottom .navigation{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 70px;
    gap: 20px;
}

section.bottom .text_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.bottom .item_image {
    position: relative;
}

section.bottom .label {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 25px 60px;
    background: var(--accent-color-2);
    display: flex;
    gap: 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    text-transform: uppercase;
}
section.bottom .readmore{
    color: var(--accent-color-1);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; 
    letter-spacing: -0.32px;
}
section.bottom .upload{width: 40px;}
section.bottom .blankPdf{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
    gap: 10px;
}
footer .contact .label{
    color: rgba(255, 255, 255, 0.30);
font-size: 16px;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.32px;
margin-bottom: 20px;
}
footer .contact .item_text{
    color: #FFF;
font-size: 18px;
font-weight: 700;
line-height: 100%;
letter-spacing: -0.36px;
}
footer .contact .item{margin-bottom: 30px;}
footer .contact .item:last-child{margin-bottom: 0;}
footer .bottom p{
    color: rgba(255, 255, 255, 0.30);
font-size: 16px;
font-weight: 400;
line-height: 140%;
letter-spacing: -0.32px;
}

footer .navigation ul a{
    color: rgba(255, 255, 255, 0.30);
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  }
footer .footer_top__navigation{
    display: flex;
}
footer .footer_top__navigation .contact{
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 120px;
    padding-bottom: 150px;
    padding-right: 100px;
    margin-right: 116px;
}
footer .footer_top__navigation .contact:last-child{
    border-right: 0;
    padding-right: 0;
    margin-right: 155px;
}
footer .top a.logo{padding-top: 120px;}