/* MORMILIZE */
* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*::before,
*::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a,
a:visited {
    font-family: inherit;
    text-decoration: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: "Open Sans";
    font-size: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    color: #333333;
    -webkit-text-size-adjust: 100%;
}

@media (max-width: 960.5px) {
    body {
        font-size: 15px;
    }
}

input,
button,
textarea {
    font-family: inherit;
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 500;
}

.visually-hidden {
    position: absolute;
    width: 1;
    height: 1;
    padding: 0;
    margin: -1;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

/* STYLES */
.button {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: #F16334;
    border-radius: 27px;
    height: 54px;
    width: 228px;
}
@media (max-width: 960.5px) {
    .button {
        width: 189px;
        height: 38px;
        font-size: 16px;
        line-height: 19px;
    }
}
@media (max-width: 767.5px) {
    .button {
        width: 289px;
    }
}
.title {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #004562;
}
@media (max-width: 960.5px) {
    .title {
        font-size: 26px;
        line-height: 30px;
    }
}
@media (max-width: 767.5px) {
    .title {
        font-size: 18px;
        line-height: 25px;
    }
}


.header__top {
    background-color: #43464B;
    padding-top: 12px;
    padding-bottom: 12px;
}
@media (max-width: 767.5px) {
    .header__top {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.header__top-inner {
    display: flex;
    align-items: center;
    /* max-width: 1040px; */
}
@media (min-width: 1200px) {
    .header__top-inner {
        max-width: 1040px;
    }
}
.header__top-text {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #F3FCFF;
    flex-grow: 1;
}
@media (max-width: 960.5px) {
    .header__top-text {
        font-size: 14px;
        line-height: 16px;
    }
}
@media (max-width: 767.5px) {
    .header__top-text {
        font-size: 10px;
        text-align: center ;
        line-height: 12px;
        margin-right: 15px;
    }
}

.header__top-btn {
    flex-grow: 0;
    flex-shrink: 0;
}
@media (max-width: 767.5px) {
    .header__top-btn {
        width: 95px;
        font-size: 10px;
        line-height: 12px;
        height: 32px;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }
}
.header__body {
    background-color: #0861A1;
    color: #F3FCFF;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (max-width: 1199.5px) {
    .header__body {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}

@media (max-width: 767.5px) {
    .header__body {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.header__body .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    max-width: 216px;
    height: auto;
    display: block;
}
@media (max-width: 1199.5px) {
    .logo {
        max-width: 160px;
        margin-right: 18px;
    }
}
@media (max-width: 767.5px) {
    .logo {
        max-width: 120px;
        margin-right: 6px;
    }
}
.logo__img {
    width: 100%;
    height: auto;
}
.menu-burger {
    display: none;
    flex-direction: column;
    align-items: center;
    width: 25px;
    height: 22px;
    justify-content: space-between;
    background-color: transparent;
    margin-right: auto;
    margin-left: 26px;
}
@media (max-width: 960.5px) {
    .menu-burger {
        display: flex;
    }
}
@media (max-width: 767.5px) {
    .menu-burger {
        order: 3;
        margin-left: auto;
        margin-right: 0;
    }
}
.menu-burger span {
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.menu__list {
    display: flex;
    align-items: center;
    list-style: none;
}
.menu__item {
    padding-left: 12.5px;
    padding-right: 12.5px;
}
@media (max-width: 1199.5px) {
    .menu__item {
        padding-left: 8px;
        padding-right: 8px;
    }
}
.menu__link {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #F3FCFF;
}
.header__contact {
    display: flex;
    align-items: center;
}
@media (max-width: 960.5px) {
    .header__body {
        position: relative;
    }
}
@media (max-width: 960.5px) {
    .header__contact {
        flex-direction: row-reverse;
    }
}
@media (max-width: 767.5px) {
    .header__contact {
        margin-left: auto;
        margin-right: auto;
    }
}
.header__socials {
    display: flex;
    align-items: center;
    margin-right: 5px;
}
@media (max-width: 960.5px) {
    .header__socials {
        margin-right: 0;
        margin-left: 65px;
    }
}
@media (max-width: 767.5px) {
    .header__socials {
        display: none;
    }
}
.header__socials-item {
    padding-left: 6px;
    padding-right: 6px;
}
.header__socials-link {
    width: 36px;
    height: 36px;
}
@media (max-width: 1199.5px) {
    .header__socials-item {
        padding-left: 2px;
        padding-right: 2px;
    }
    .header__socials-link {
        width: 30px;
        height: 30px;
    }
}
.header__phones {
    display: flex;
    flex-direction: column;
}
.header__phones-item:not(:last-child) {
    margin-bottom: 12px;
}
@media (max-width: 960.5px) {
    .header__phones-item:not(:last-child) {
        margin-bottom: 5px;
    }
}
@media (max-width: 767.5px) {
    .header__phones-item:not(:first-child) {
        display: none;
    }
}
.header__phones-link {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #F3FCFF;
}

@media (max-width: 1199.5px) {
    .header__phones-link {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (max-width: 767.5px) {
    .header__phones-link {
        font-size: 12px;
        line-height: 14px;
    }
}



/* HERO */
.hero {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media (max-width: 960.5px) {
    .hero {
        padding-top: 45px;
    }
}
@media (max-width: 767.5px) {
    .hero {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.hero .row {
    align-items: center;
}
@media (max-width: 960.5px) {
    .hero .row {
        align-items: flex-end;
    }
}
.hero p {
    text-indent: 20px;
}
@media (max-width: 767.5px) {
    .hero p {
        text-align: justify;
    }
}
.hero__title {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    line-height: 56px;
    color: #004562;
    margin-bottom: 16px;
    margin-right: -200px;
}
@media (max-width: 960.5px) {
    .hero__title {
        margin-bottom: 45px;
        font-size: 36px;
        line-height: 42px;
        margin-right: -100px;
    }
}
@media (max-width: 767.5px) {
    .hero__title {
        margin-bottom: 12px;
        font-size: 24px;
        line-height: 28px;
        margin-right: 0;
    }
}
.hero__subtitle {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #004562;
    margin-right: -200px;
    margin-bottom: 30px;
}
@media (max-width: 960.5px) {
    .hero__subtitle {
        font-size: 26px;
        line-height: 30px;
        margin-right: -100px;
        margin-bottom: 18px;
    }
}
@media (max-width: 767.5px) {
    .hero__subtitle {
        font-size: 18px;
        line-height: 21px;
        margin-right: 0;
        margin-bottom: 5px;
    }
}
.hero__btn {
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 960.5px) {
    .hero__btn {
        display: none;
    }
}
.hero__img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: -1;
}
@media (max-width: 767.5px) {
    .hero__img {
        margin-top: 10px;
    }
}

/* CAPABILITIES*/
.capabilities {
    padding-bottom: 60px;
}
@media (max-width: 960.5px) {
    .capabilities {
        padding-bottom: 40px;
    }
}
@media (max-width: 767.5px) {
    .capabilities {
        padding-bottom: 15px;
    }
}
.capabilities__title {
    margin-bottom: 25px;
    text-align: center;
}
@media (max-width: 960.5px) {
    .capabilities__title {
        text-align: left;
    }
}
@media (max-width: 767.5px) {
    .capabilities__title {
        text-align: center;
        margin-bottom: 5px;
    }
}
@media (max-width: 767.5px) {
    .list-star {
        margin-bottom: 8px;
    }
}
.list-star {

}
.list-star__item {
    padding-left: 27px;
    position: relative;
}
.list-star__item:not(:last-child) {
    margin-bottom: 12px;
}
@media (max-width: 960.5px) {
    .list-star__item:not(:last-child) {
        margin-bottom: 8px;
    }
}
.list-star__item:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 19px;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0L12.2451 6.90983H19.5106L13.6327 11.1803L15.8779 18.0902L10 13.8197L4.12215 18.0902L6.36729 11.1803L0.489435 6.90983H7.75486L10 0Z' fill='%23004562'/%3E%3Cpath d='M10 0L12.2451 6.90983H19.5106L13.6327 11.1803L15.8779 18.0902L10 13.8197L4.12215 18.0902L6.36729 11.1803L0.489435 6.90983H7.75486L10 0Z' stroke='white'/%3E%3C/svg%3E%0A");
}
.capabilities__btn {
    display: none;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 960.5px) {
    .capabilities__btn {
        display: flex;
        margin-top: 34px;
    }
}

@media (max-width: 767.5px) {
    .capabilities__btn {
        margin-top: 15px;
    }
}


/*COMPANIES*/
.companies {
    padding-bottom: 45px;
}
@media (max-width: 960.5px) {
    .companies {
        padding-bottom: 20px;
    }
}
.companies__title {
    margin-bottom: 25px;
    text-align: center;
}
@media (max-width: 767.5px) {
    .companies__title {
        margin-bottom: 15px;
        text-align: center;
    }
}
.companies__img {
    width: 100%;
    height: auto;
}
.companies__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

/* FEATURES */
.features {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 960.5px) {
    .features {
        padding-top: 20px;
        padding-bottom: 40px;
    }
}
@media (max-width: 767.5px) {
    .features {
        padding-top: 10px;
        padding-bottom: 0;
    }
}
.features__title {
    text-align: center;
    margin-bottom: 30px;
}
@media (max-width: 960.5px) {
    .features__title {
        max-width: 490px;
        margin-left: auto;margin-right: auto;
    }
}
@media (max-width: 960.5px) {
    .features__title {
        margin-bottom: 15px;
    }
}
.features__item {
    border: 1px solid #000000;
    border-radius: 10px;
    min-height: 330px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 100%;
}
@media (max-width: 960.5px) {
    .features__item {
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 767.5px) {
    .features__item {
        margin-bottom: 15px;
        height: unset;
        min-height: 300px;
    }
}
.features__item-img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}
.features__item-title {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #004562;
    margin-bottom: 8px;
}
@media (max-width: 960.5px) {
    .features__item-title {
        font-size: 22px;
        line-height: 26px;
    }
}
@media (max-width: 767.5px) {
    .features__item-title {
        font-size: 18px;
        line-height: 21px;
    }
}

/* WHY US */
.why-us {
    padding-top: 45px;
    padding-bottom: 60px;
}
@media (max-width: 960.5px) {
    .why-us {
        padding-top: 40px;
    }
}
@media (max-width: 767.5px) {
    .why-us {
        padding-top: 15px;
        padding-bottom: 35px;
    }
}
.why-us__top {
    margin-bottom: 17px;
}
.why-us__title {
    padding-left: 85px;
    max-width: 565px;
    margin-bottom: 36px;
}
@media (max-width: 960.5px) {
    .why-us__title {
        padding-left: 45px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767.5px) {
    .why-us__title {
        padding-left: 0px;
        margin-bottom: 5px;
        text-align: center;
    }
}
.why-us__top-subtitle {
    font-size: 42px;
    line-height: 57px;
}
@media (max-width: 960.5px) {
    .why-us__top-subtitle {
        font-size: 28px;
        line-height: 38px;
    }
}
@media (max-width: 767.5px) {
    .why-us__top-subtitle {
        font-weight: bold;
        font-size: 18px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 10px;
    }
}
.why-us__top-img {
    margin-left: auto;
    display: block;
    width: calc(100% - 60px);
    margin-left: 60px;
}
@media (max-width: 767.5px) {
    .why-us__top-img {
        margin-left: auto;
        width: calc(100% - 100px);
        margin-right: auto;
    }
}
.why-us__body {
    align-items: center;
}
@media (max-width: 960.5px) {
    .why-us__body {
        align-items: stretch;
    }
}
.why-us__item {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 15px 10px;
    height: 100%;
    min-height: 380px;
}
@media (max-width: 960.5px) {
    .why-us__item {
        padding: 10px;
        min-height: 314px;
    }
}

@media (max-width: 767.5px) {
    .why-us__item {
        height: unset;
        margin-bottom: 15px;
        min-height: unset;
    }
}
.why-us__item-img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
@media (max-width: 960.5px) {
    .why-us__item-img {
        margin-bottom: 8px;
    }
}
.why-us__item-title {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: #004562;
    margin-bottom: 15px;
}

@media (max-width: 960.5px) {
    .why-us__item-title {
        margin-bottom: 8px;
    }
}
@media (max-width: 767.5px) {
    .why-us__item-title {
        font-size: 18px;
        line-height: 21px;
    }
}
.why-us__btn {
    width: 100%;
}
@media (max-width: 960.5px) {
    .why-us__btn {
        width: 189px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 24px;
    }
}
@media (max-width: 767.5px) {
    .why-us__btn {
        margin-top: 0;
    }
}


/* REVIEWS */
.reviews {
    padding-top: 60px;
}
@media (max-width: 960.5px) {
    .reviews {
        padding-top: 0;
    }
}
.reviews__title {
    text-align: center;
    margin-bottom: 25px;
}
@media (max-width: 767.5px) {
    .reviews__title {
        text-align: left;
        margin-bottom: 20px;
    }
}
.reviews__item {
    padding-top: 17px;
    padding-left: 23px;
    padding-right: 15px;
    padding-bottom: 20px;
    border: 1px solid #000000;
    border-radius: 10px;
    min-height: 260px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
@media (max-width: 960.5px) {
    .reviews__item {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        min-height: 305px;
    }
}
@media (max-width: 767.5px) {
    .reviews__item {
        min-height: 190px;
        height: unset;
        margin-bottom: 15px;
    }
}
.reviews__item-top {
    display: flex;
    margin-bottom: 10px;
    flex-grow: 1;
    margin-bottom: 45px;
}
@media (max-width: 960.5px) {
    .reviews__item-top {
        flex-direction:column;
    }
}
@media (max-width: 767.5px) {
    .reviews__item-top {
        flex-direction:row;
        margin-bottom: 20px;
    }
}
.reviews__item-img {
    width: 81px;
    height: 59px;
    object-fit: cover;
    object-position: center;
    margin-right: 17px;
}
@media (max-width: 960.5px) {
    .reviews__item-img {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
@media (max-width: 767.5px) {
    .reviews__item-img {
        margin-right: 17px;
        margin-bottom: 0;
    }
}
.reviews__item-text {
    max-width: 215px;
}
.reviews__item-bottom {
    text-align: right;
    font-size: 18px;
    line-height: 21px;
    max-width: 224px;
    margin-left: auto;
}
@media (max-width: 960.5px) {
    .reviews__item-bottom {
        font-size: 15px;
        line-height: 18px;
        max-width: 180px;
    }
}
.reviews__item-name {
}
.reviews__bottom {
    margin-top: 40px;
}
@media (max-width: 767.5px) {
    .reviews__bottom {
        margin-top: 5px;
    }
}
.reviews__bottom-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
@media (max-width: 767.5px) {
    .reviews__bottom-img {
        margin-bottom: 15px;
    }
}
.reviews__bottom-title {
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    line-height: 33px;
    color: #004562;
    margin-bottom: 12px;
}
@media (max-width: 960.5px) {
    .reviews__bottom-title {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 16px;
    }
}
@media (max-width: 767.5px) {
    .reviews__bottom-title {
        font-size: 20px;
        line-height: 23px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
}
.reviews__bottom-text {
    margin-bottom: 18px;
}
@media (max-width: 960.5px) {
    .reviews__bottom-text {
        margin-bottom: 0;
    }
}
.reviews__btn {
    height: 45px;
    width: 201px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 960.5px) {
    .reviews__btn {
        display: none;
    }
}
.reviews__btn-last {
    /* height: 45px; */
    /* width: 201px; */
    display: none;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 960.5px) {
    .reviews__btn-last {
        margin-top: 29px;
        display: flex;
    }
}
@media (max-width: 767.5px) {
    .reviews__btn-last {
        margin-top: 15px;
    }
}


/* YOUTUBE */
.youtube {
    padding-top: 120px;
    padding-bottom: 120px;
}
@media (max-width: 960.5px) {
    .youtube {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}
@media (max-width: 767.5px) {
    .youtube {
        padding-top: 35px;
        padding-bottom: 40px;
    }
}
.youtube__title {
    text-align: center;
    margin-bottom: 25px;
}
@media (max-width: 767.5px) {
    .youtube__title {
        margin-bottom: 5px;
        text-align: left;
    }
}
.youtube__btn {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto; 
}
.youtube__video {
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 20px 25px;
    width: 100%;
    height: 202px;
}
@media (max-width: 960.5px) {
    .youtube__video {
        height: 166px;
    }
}
@media (max-width: 767.5px) {
    .youtube__video {
        margin-top: 15px;
    }
}
.youtube__video iframe {
    width: 100%;
    height: 100%;
}
.youtube__video-img {
    width: 100%;
    height: 100%;
    position: relative;
}
.youtube__video-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
}
.youtube__btn-last {
    margin-left: auto;
    margin-right: auto;
    display: none;
}
@media (max-width: 960.5px) {
    .youtube__btn {
        display: none;
    }
    .youtube__btn-last {
        display: flex;
        margin-top: 15px;
    }
}


/* ARTICLES */
.articles {
    padding-bottom: 35px;
}
@media (max-width: 960.5px) {
    .articles {
        padding-bottom: 30px;
    }
}
.articles__title {
    margin-bottom: 25px;
    text-align: center;
}
@media (max-width: 767.5px) {
    .articles__title {
        margin-bottom: 15px;
        text-align: left;
    }
}
.articles__item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #000000;
    border-radius: 10px;
    height: 100%;
    min-height: 410px;
    display: flex;
    flex-direction: column;
}
@media (max-width: 960.5px) {
    .articles__item {
        padding-left: 12px;
        padding-right: 12px;
        min-height: 380px;
    }
}
@media (max-width: 767.5px) {
    .articles__item {
        height: unset;
        margin-bottom: 15px;
    }
}
.articles__item-img {
    width: 100%;
    height: auto;
    margin-bottom: 16px;
}
.articles__item-title {
    /* flex-grow: 1; */
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #004562;
    margin-bottom: 15px;
    min-height: 84px;
}
@media (max-width: 960.5px) {
    .articles__item-title {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 8px;
    }
}
@media (max-width: 767.5px) {
    .articles__item-title {
        min-height: unset;
    }
}
.articles__item-text {
    margin-bottom: 15px;
    flex-grow: 1;
}
@media (max-width: 767.5px) {
    .articles__item-text {
        flex-grow: unset;
    }
}
.articles__item-link {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #0861A1;
    text-align: right;
}
@media (max-width: 960.5px) {
    .articles__item-link {
        font-size: 15px;
        line-height: 18px;
    }
}


.footer {
}
.footer__body {
    position: relative;
    background: #0861A1;
    padding-top: 16px;
    padding-bottom: 16px;
}
.footer__body-up {
    position: absolute;
    right: 46px;
    bottom: 27px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F16334;
    z-index: 3;
}
@media (max-width: 767.5px) {
    .footer__body-up {
        right: 25px;
        bottom: 200px;
    }
}
.footer__body-up img {
    margin-top: -4px;
}
.footer__contacts-first {
    display: none;
}
@media (max-width: 960.5px) {
    .footer__contacts-first {
        display: block;
        margin-top: 4px;
    }
    .footer__contacts-last {
        display: none;
    }
}
@media (max-width: 767.5px) {
    .footer__contacts-first {
        order: -1;
        margin-top: -8px;
        margin-bottom: 10px;
    }
}

.footer__body-text {
    margin-top: 24px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #F3FCFF;
}
@media (max-width: 960.5px) {
    .footer__body-text {
        margin-top: 15px;
    }
}
.footer-menu {
    background: #0C68A8;
    border-radius: 10px;
    padding: 18px;
}

@media (max-width: 767.5px) {
    .footer-menu__list {
        margin-bottom: 10px;
    }
}
.footer-menu__list-item:not(:last-child) {
    margin-bottom: 12px;
}
.footer-menu__list-link {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: #F3FCFF;
}
@media (max-width: 960.5px) {
    .footer-menu__list-link {
        font-size: 18px;
        line-height: 21px;
    }
}
.footer-menu__sublist {
}
.footer-menu__sublist-item {
    margin-top: 6px;
}
.footer-menu__sublist-link {
    font-family: "Roboto", sans-serif;
    color: #F3FCFF;
}
.footer__socials {
    margin-top: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
@media (max-width: 960.5px) {
    .footer__socials {
        margin-bottom: 20px;
    }
}
.footer__socials-link {
    margin-right: 15px;
}
.footer__contact-phone {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: #F3FCFF;
    margin-bottom: 9px;
    display: block;
}
@media (max-width: 960.5px) {
    .footer__contact-phone {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 15px;
    }
}
.footer__contact-mail {
    display: block;
    margin-top: 14px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: #F3FCFF;
}
@media (max-width: 960.5px) {
    .footer__contact-mail {
        font-size: 18px;
        line-height: 21px;
        margin-top: 0;
    }
}
.footer__bottom {
    background: #43464B;
    padding-top: 22px;
    padding-bottom: 22px;
}
@media (max-width: 960.5px) {
    .footer__bottom {
        padding-top: 15px;
        padding-bottom: 5px;
    }
}
@media (max-width: 565px) {
    .footer__bottom {
        padding-top: 22px;
        padding-bottom: 0px;
    }
}
.footer__bottom-list {
    display: flex;
    justify-content: space-evenly;
}

@media (max-width: 960.5px) {
    .footer__bottom-list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .footer__bottom-item {
        width: calc(1/3*100%);
        margin-bottom: 15px;
    }
}
@media (max-width: 767.5px) {
    .footer__bottom-item {
        width: calc(1/2*100%);
        margin-bottom: 10px;
    }
}
@media (max-width: 565px) {
    .footer__bottom-item {
        width: calc(100%);
        text-align: center;
        margin-bottom: 22px;
    }
}
.footer__bottom-link {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}
@media (max-width: 767.5px) {
    .footer-menu-col {
        order: -1;
        margin-bottom: 18px;
    }
}
.breadcrumbs {
    padding-top: 18px;
    padding-bottom: 18px;
    text-align: center;
}
.breadcrumbs__list {
    /* display: inline-flex; */
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 21px;
    flex-wrap: wrap;
}
.breadcrumbs__item {
    display: inline;
}
.breadcrumbs__item a{
    color: #1A3E58;
    text-decoration: underline;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 30px;
}
.breadcrumbs__item:not(:last-child)::after {
    content: "/";
    color: #000;
    margin-right: 4px;
}
.breadcrumbs__item:last-child a{
    color: #F16334;
    text-decoration: none;
}


@media (max-width: 767.5px) {
    .breadcrumbs {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .breadcrumbs__list {
        font-size: 15px;
        line-height: 18px;
    }
}
.service-about {
    padding-top: 60px;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 49px;
}
@media (max-width: 960.5px) {
    .service-about {
        padding-top: 5px;
        padding-bottom: 25px;
    }

    .breadcrumbs--article .breadcrumbs__list {
        justify-content: flex-start;
    }
    .breadcrumbs--article .breadcrumbs__list a {
        line-height: 30px;
    }
    .breadcrumbs--article {
        text-align: left;
    }
}
@media (max-width: 767.5px) {
    .service-about {
        padding-top: 7px;
        padding-bottom: 21px;
    }
    .breadcrumbs--article .breadcrumbs__list a {
        line-height: 20px;
    }
}
.service-about__title {
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 22px;
    color: #004562;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
@media (max-width: 960.5px) {
    .service-about__title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767.5px) {
    .service-about__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}
.service-about__text {

}
@media (max-width: 960.5px) {
    .service-about__text{
        text-align: justify;
    }
    .service-about__text span{
        max-width: unset;
        display: block;
        width: 208%;
    }
    .service-about--reestr .service-about__img {
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

.service-about__img {
    max-width: 100%;
    width: 100%;
}
.service-about__btn {
    margin-top: 46px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 0 15px;
}
.service-about__text-mobile {
    display: none;
}
@media (max-width: 767.5px) {
    .service-about__text {
        font-size: 15px;
        line-height: 20px;
    }
    .service-about__text span{
        max-width: unset;
        display: block;
        width: 100%;
        display: none;
    }
    .service-about__img {
        max-width: 90%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .service-about__text-mobile {
        display: block;
        font-size: 15px;
        line-height: 20px;
        margin-top: 17px;
    }
    .service-about--reestr .service-about__img {
        height: 187px;
        object-fit: cover;
        object-position: center;
    }
    
}
@media (max-width: 960.5px) {
    .service-about__btn {
        margin-top: 20px;
    }
}
.service-work {
    padding-top: 41px;
    padding-bottom: 69px;
}
@media (max-width: 960.5px) {
    .service-work {
        padding-top: 31px;
        padding-bottom: 0;
    }
}
.service-work__title {
    text-align: center;
    margin-bottom: 43px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto", sans-serif;
}
.service-work__img {
    max-width: 155px;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 12px;
    transition: left 0.3s, right 0.3s;
}
.service-work__list {
    display: flex;
    /* align-items: center; */
    align-items: flex-start;
    margin-bottom: 4px;
}
.service-work__item {
    max-width: 170px;
    text-align: center;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
}
.service-work__item span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    background-color: #F16334;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 18px;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.3s;
    position: relative;
}
.service-work__item-img img{
    display: none;    
}
.service-work__item--active span{
    transform: scale(1.2);
}
.service-work__item--done span {
    position: relative;
    background-color: transparent;
}
.service-work__item--done span::after {
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    content: "";
    background-size: contain;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 515.556 515.556' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m0 274.226 176.549 176.886 339.007-338.672-48.67-47.997-290.337 290-128.553-128.552z' fill='%23f16334' data-original='%23000000' style=''/%3E%3C/g%3E%3C/svg%3E%0A");
}

.service-work__line {
    background-color: #000;
    width: 100%;
    height: 1px;
    margin-top: 25px;
    position: relative;
}
.service-work__line img {
    position: absolute;
    left: 0;
    bottom: 4px;
    transition: left 0.3s;
}
.service-work__text p{
    margin-top: 15px;
    text-align: center;
    display: none;
}
@media (max-width: 960.5px) {
    .service-work__item span {
        position: absolute;
        top: 0;
        left: 0;
    }
    .service-work__item--active span{
        transform: scale(1);
    }
    .service-work__item--done span {
        position: absolute;
        background-color: #F16334;
    }
    .service-work__item--done span::after {
        display: none;
    }
    .service-work__img{
        display: none;
    }
    .service-work__line {
        display: none;
    }
    .service-work__text {
        display: none;
    }
    .service-work__list {
        flex-wrap: wrap;
    }
    .service-work__item {
        position: relative;
        cursor: default;
        width: calc(1/2*100%);
        max-width: 50%;
        margin-bottom: 26px;
    }
    .service-work__item-title {
        max-width: 180px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .service-work__item-img {
        position: relative;
        width: 104px;
        height: 104px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4px;
    }
    .service-work__item-img img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: auto;
    }
}
@media (max-width: 767.5px) {
    .service-work {
        padding-top: 5px;
    }
    .service-work__title {
        margin-bottom: 28px;
    }
    .service-work__item span {
        width: 28px;
        height: 28px;
    }
    .service-work__item-img {
        width: 72px;
        height: 72px;
        margin-bottom: 9px;
    }
    .service-work__item-title {
        font-size: 14px;
        line-height: 16px;
    }
    .service-work__item {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
}
.service-features {
    padding-top: 44px;
    padding-bottom: 58px;
}

.service-features__title {
    text-align: center;
    margin-bottom: 17px;
}
.service-features .list-star {
    font-size: 16px;
    line-height: 22px;
}
.service-features .list-star__item:not(:last-child) {
    margin-bottom: 19px;
}
.service-features__btn {
    margin-top: 47px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 960.5px) {
    .service-features {
        padding-top: 30px;
        padding-bottom: 58px;
    }
    .service-features__title {
        margin-bottom: 33px;
    }
    .service-features .list-star {
        font-size: 15px;
        line-height: 20px;
    }
    .service-features__btn {
        margin-top: 37px;
    }
}
@media (max-width: 767.5px) {
    .service-features {
        padding-top: 22px;
        padding-bottom: 20px;
    }
    .service-features__title {
        margin-bottom: 9px;
    }
    .service-features .list-star__item:not(:last-child) {
        margin-bottom: 10px;
    }
    .service-features__btn {
        margin-top: 35px;
    }
}
.service-price {
    padding-top: 39px;
    padding-bottom: 62px;
}

.service-price__title {
    text-align: center;
    margin-bottom: 39px;
}
.service-price__text {
    font-size: 20px;
    line-height: 23px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 42px;
}
.service-price__btn {
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 960.5px) {
    .service-price {
        padding-top: 0px;
        padding-bottom: 31px;
    }
    .service-price__title,
    .service-price__text {
        display: none;
    }
}
@media (max-width: 767.5px) {
    .service-price {
        padding-top: 15px;
    }
}
.contacts-top {
    padding-top: 50px;
    padding-bottom: 35px;
}
.contacts-top__title {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    line-height: 56px;
    color: #004562;
    font-weight: 400;
    margin-bottom: 15px;
}

.contacts-top__subtitle {
    font-size: 24px;
    line-height: 33px;
    color: #000;
    margin-bottom: 14px;
    margin-right: -37px;   
}
/* @media (max-width: 960.5px) {
    .service-about__title {
        font-size: 20px;
        line-height: 29px;
    }
} */
.contacts-top__text {
    font-size: 16px;
}
.contacts-top__img {
    padding-left: 37px;
}
.contacts-top__img img{
    max-width: 100%;
    width: 100%;
    height: auto;
}
.contacts-main {
    padding-top: 37px;
    padding-bottom: 37px;
}
.contacts-main__title {
    text-align: center;
    margin-bottom: 15px;
}
.contacts-main__subtitle {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 45px;
    text-align: center;
}
.contacts-form__input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #000000;
    height: 71px;
    padding-left: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    resize: none;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    color: #000000;
}
.contacts-form__input:not(:last-child) {
    margin-bottom: 33px;
}
.contacts-form__input::placeholder {
    color: #000000;
}
textarea.contacts-form__input {
    height: 100%;
}
.contacts-form__input:focus::placeholder {
    opacity: 0;
}
.contacts-form__btn {
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
}
.contacts-info {
    background-color: #ccc;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 28px;
}
.contacts-info__phones {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}
.contacts-info__phones a {
    margin-left: 12px;
    margin-right: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}
.contacts-info__email a,
.contacts-info__email {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
}
.contacts-socials {
    padding-top: 44px;
    padding-bottom: 58px;
}
.contacts-socials__title {
    text-align: center;
    margin-bottom: 37px;
}
.contacts-socials__list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.contacts-socials__list a {
    margin-left: 33px;
    margin-right: 33px;
}
.contacts-map {
    position: relative;
    height: 400px;
}
.contacts-map iframe{
    width: 100%;
    height: 100%;
}
.contacts-map__info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    padding-top: 11px;
    padding-bottom: 34px;
    padding-left: 20px;
    padding-right: 20px;
    right: 20%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}
.contacts-map__title {
    margin-bottom: 24px;
}
br.tablet {
    display: none;
}
@media (max-width: 960.5px) {
    .contacts-top {
        padding-top: 16px;
        padding-bottom: 13px;
    }
    .contacts-top__title {
        font-size: 36px;
        line-height: 42px;
        margin-right: -100px;
        margin-bottom: 7px;
    }
    .contacts-top__subtitle {
        font-size: 24px;
        line-height: 33px;
        margin-right: -374px;
        margin-bottom: 7px;
    }
    .contacts-top__img {
        margin-top: 93px;
        padding-left: 0;
    }
    .contacts-top__text {
        margin-top: 27px;
    }
    .contacts-main__subtitle {
        margin-bottom: 22px;
    }
    .contacts-form__input {
        height: 56px;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 10px;
    }
    .contacts-form__input:not(:last-child) {
        margin-bottom: 19px;
    }
    .contacts-socials {
        padding-bottom: 45px;
    }
    .contacts-map {
        height: 344px;
    }
    .contacts-map__title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .contacts-map__info {
        padding: 7px;
        max-width: 255px;
        right: 8%;
    }
    br.tablet {
        display: block;
    }
    
}
@media (max-width: 767.5px) {
    .service-work__title,
    .service-features__title {
        font-size: 22px;
        line-height: 26px;
    }
    .contacts-top {
        padding-top: 16px;
        padding-bottom: 0;
    }
    .contacts-top__title {
        font-size: 24px;
        line-height: 28px;
        margin-right: 0;
        margin-bottom: 11px;
    }
    .contacts-top__subtitle {
        font-size: 18px;
        line-height: 25px;
        margin-right: 0;
    }
    .contacts-top__img {
        margin-top: 93px;
        padding-left: 0;
        margin-top: 11px;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .contacts-top__text {
        margin-top: 7px;
    }
    .contacts-main {
        padding-top: 21px;
        padding-bottom: 33px;
    }
    .contacts-main__title {
        font-size: 24px;
        line-height: 28px;
    }
    .contacts-socials__title {
        font-size: 24px;
        line-height: 28px;
    }
    .contacts-main__subtitle {
        margin-bottom: 14px;
    }
    .contacts-form__input {
        height: 48px;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 8px;
    }
    .contacts-form__input:not(:last-child) {
        margin-bottom: 19px;
    }
    .contacts-form__input:last-child {
        margin-bottom: 19px;
    }
    .contacts-socials {
        padding-top: 33px;
        padding-bottom: 31px;
    }
    .contacts-socials__title {
        margin-bottom: 31px;
    }
    .contacts-socials__list {
        flex-direction: column;
    }
    .contacts-socials__list a {
        width: 136px;
    }
    .contacts-socials__list a img {
        width: 100%;
    }
    .contacts-socials__list a:not(:last-child) {
        margin-bottom: 31px;
    }
    .contacts-info {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .contacts-info__phones {
        flex-direction: column;
        margin-bottom: 0;
    }
    .contacts-info__phones a {
        display: block;
        margin-bottom: 20px;
    }
    .contacts-map {
        height: 602px;
        display: flex;
        flex-direction: column;
    }
    .contacts-map .container {
        order: -1;
    }
    .contacts-map__title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .contacts-map__info {
        padding: 13px;
        position: static;
        order: -1;
        top: 0;
        transform: unset;
        max-width: unset;
    }
    br.tablet {
        display: none;
    }
}
.team {
    padding-top: 63px;
    padding-bottom: 5px;
}
.team-top {
    padding-bottom: 46px;
}
.team-top__title{
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    line-height: 56px;
    color: #004562;
    font-weight: 400;
    margin-bottom: 66px;
}

.team-top__text {
    font-size: 16px;
}
.team-top__img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.team-list {
    padding-top: 36px;
}
.team-list__item {
    margin-bottom: 42px;
}
.team-list__img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
.team-list__info {
    padding-top: 11px;
}
.team-list__name {
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 8px;
}
.team-list__position {
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    color: #F16334;
}
.team-list__info {
    font-size: 16px;
    line-height: 22px;
}
@media (max-width: 960.5px) {
    .team-top__title {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 35px;
    }
    .team {
        padding-top: 16px;
        padding-bottom: 0px;
    }
    .team-top__text {
        margin-bottom: 34px;
    }
    .team-top {
        padding-bottom: 39px;
    }
    .team-list {
        padding-top: 0;
    }
}
@media (max-width: 767.5px) {
    .team {
        padding-top: 29px;
        padding-bottom: 0px;
    }
    .team-top__title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 8px;
    }
    .team-top__text {
        font-size: 15px;
        margin-bottom: 17px;
    }
    .team-top__img {
        height: 187px;
        object-fit: cover;
        object-position: center;
    }
    .team-list__info {
        font-size: 15px;
        line-height: 20px;
    }
}
.base-top {
    padding-top: 42px;
    padding-bottom: 33px;
}
.base-top__title {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 46px;
    line-height: 54px;
    color: #004562;
    margin-bottom: 21px;
}

.base-top__subtitle {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 37px;
    text-align: center;
    color: #004562;
    margin-bottom: 51px;
}
@media (max-width: 960.5px) {
    .service-about__subtitle {
        font-size: 28px;
        line-height: 33px;
    }
}
.base-search {
    display: flex;
    align-items: center;
}
.base-search__label {
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}
.base-search__label svg {
    margin-left: 5px;
}
.base-search__input {
    flex-grow: 1;
    margin-left: 14px;
    margin-right: 8px;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    height: 48px;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 19px;
    padding-right: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #000;
}
.base-search__input::placeholder {
    color: #aaa;
}
.base-search__input:focus::placeholder {
    opacity: 0;
}
.base-topics {
    padding-left: 9px;
    padding-right: 9px;
    background: #EEEEEE;
    padding-top: 14px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 41px;
}
.base-topics__item {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 12px;
    border: 1px solid #aaa;

}
.base-topics__item-text {
    padding-left: 9px;
    padding-right: 9px;
    color: #444;
    font-size: 16px;
    font-family: "Roboto", sans-serif;   
}
.base-articles .col-12.col-md-4{
    margin-bottom: 40px;
}
.base__btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.base-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.base-pagination__item a{
    width: 53px;
    height: 53px;
    background: #FFFFFF;
    border: 1px solid #000000; 
    display: flex;
    justify-content: center;
    align-items: center;  
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    color: #444444;
}
.base-pagination__item--active a{
    background: #F16334;
    border-color: #F16334;
    color: #fff;
}
.base-pagination__item:last-child a svg {
    margin-top: 8px;
    margin-right: 7px;
}
.base-pagination__item--prelast a svg {
    margin-top: 8px;
    margin-right: 7px;
}
.base-blog {
    position: relative;
    padding-top: 76px;
    padding-bottom: 15px;
}
.base-blog::before {
    position: absolute;
    top: 2rem;
    left: 0;
    right: 0;
    height: 3px;
    content: "";
    background-color: #F16334;
}
.base-blog__title {
    margin-bottom: 38px;
}
.base-blog p {
    margin-bottom: 17px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.base-blog img {
    max-width: 100%;
    width: 100%;
    height: auto;   
    margin-bottom: 22px;
}
@media (max-width: 960.5px) {
    .base-blog p {
        font-size: 15px;
        line-height: 18px;
    }
    .base-top {
        padding-top: 9px;
        padding-bottom: 33px;
    }
    .base-top__title {
        font-size: 36px;
        line-height: 42px;
        text-align: center;
        margin-bottom: 28px;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .base-top + .base-topics {
        display: none;
    }
    .base-top__subtitle {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 22px;
    }
    .base-search__label {
        max-width: 150px;
        text-align: center;
        font-size: 18px;
        line-height: 21px;
    }
    .base-search__input {
        height: 37px;
        padding-left: 11px;
        padding-right: 11px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .base-search__btn {
        width: 118px;
    }
    .base-topics__item {
        height: 36px;
    }
    .base-topics__item-img {
        height: 100%;
    }
    .base-topics__item-img img {
        height: 100%;
    }
    .base-topics__item-text {
        font-size: 15px;
        line-height: 18px;
    }
}
@media (max-width: 767.5px) {
    .base-top {
        padding-top: 0;
        padding-bottom: 59px;
    }
    .base-top__title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .base-top__subtitle {
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 26px;
    }
    .base-search {
        flex-direction: column;
    }
    .base-search__label {
        max-width: 250px;
        text-align: center;
        font-size: 18px;
        line-height: 21px;
        margin-bottom: 20px;
    }
    .base-search__label svg {
        transform: rotate(90deg);
        margin-left: 12px;
    }
    .base-search__input {
        height: 37px;
        padding: 7px;
        margin-bottom: 34px;
        width: 100%;
    }
    .base-search__btn {
        width: 289px;
    }
    .base-articles .col-12.col-md-4{
        margin-bottom: 0;
    }
    .base-pagination__item a {
        width: 45px;
        height: 45px;
    }
    .base__btn {
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .base-topics {
        margin-bottom: 30px;
    }
    .base-blog {
        padding-top: 29px;
    }
    .base-blog__title {
        margin-bottom: 23px;
    }
    .base-blog p {
        font-size: 15px;
        line-height: 18px;
    }
}
@media (max-width: 430.5px) {
    .base-topics__item {
        width: 100%;
    }
}
.menu-add {
    background-color: #0C68A8;
    padding-top: 20px;
    padding-bottom: 20px;
}
.menu-add__item a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    margin-bottom: 10px;
    font-weight: 400;
}
@media (max-width: 767.5px) {
    .menu-add .col-6.col-md-4:last-child {
        display: none;
    }
    .breadcrumbs__item a {
        line-height: 20px;
    }
}

.breadcrumbs--article .breadcrumbs__item a {
    font-size: 17px;
}
.article-title {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 46px;
    line-height: 54px;
    text-align: center;
    color: #004562;
    margin-top: 26px;
    margin-bottom: 50px;
}

.article-full p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 18px;
    line-height: 26px;
    font-weight: 400;
}
.article-full li {
	font-family: "Roboto", sans-serif;
    line-height: 26px;
}

.article-list__item {
    padding-left: 27px;
    position: relative;
}
.article-list__item:not(:last-child) {
    margin-bottom: 12px;
}
@media (max-width: 960.5px) {
    .article-list__item:not(:last-child) {
        margin-bottom: 8px;
    }
    
}
.article-list__item:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 19px;
    top: 0;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.61804L11.7696 7.06434L11.8819 7.40983H12.2451H17.9717L13.3388 10.7758L13.0449 10.9894L13.1572 11.3348L14.9268 16.7812L10.2939 13.4152L10 13.2016L9.70611 13.4152L5.0732 16.7812L6.84282 11.3348L6.95507 10.9894L6.66118 10.7758L2.02828 7.40983H7.75486H8.11813L8.23039 7.06434L10 1.61804Z' fill='white' stroke='%23004562'/%3E%3C/svg%3E%0A");
}
.article-list__item--first::before  {
    display: none;
}
.article-list__item a {
    font-size: 16px;
    color: #F16334;
}
.article-list {
    margin-bottom: 18px;
}
.article-list .article-list {
    margin-top: 10px;
    margin-bottom: 0;
}
.article-list .article-list .article-list__item::before {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 1.61804L11.7696 7.06434L11.8819 7.40983H12.2451H17.9717L13.3388 10.7758L13.0449 10.9894L13.1572 11.3348L14.9268 16.7812L10.2939 13.4152L10 13.2016L9.70611 13.4152L5.0732 16.7812L6.84282 11.3348L6.95507 10.9894L6.66118 10.7758L2.02828 7.40983H7.75486H8.11813L8.23039 7.06434L10 1.61804Z' fill='white' stroke='%23F16334'/%3E%3C/svg%3E%0A");
}
.article-full img {
    max-width: 100%;
    height: auto;
    margin-bottom: 16px;
}
.article-full h2 {
    margin-top: 30px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: #004562;
    margin-bottom: 16px;
}
.article-full h3 {
    margin-top: 26px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 38px;
    color: #004562;
    margin-bottom: 12px;
}
@media (max-width: 960.5px) {
    .article-title {
        font-size: 36px;
        line-height: 42px;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .article-full p {
        font-size: 15px;
        margin-bottom: 9px;
    }
    .article-list__item--first {
        font-size: 16px;
    }
    .article-full h2 {
        font-size: 26px;
        line-height: 30px;
        margin-top: 35px;
        margin-bottom: 17px;
        text-align: center;
    }
    .article-full h3 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .article-full img {
        max-width: 424px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 16px;
    }
    img.banner {
        max-width: 100%;
    }
}
@media (max-width: 767.5px) {
    .article-title {
        font-size: 24px;
        line-height: 28px;
        margin-top: 25px;
        margin-bottom: 13px;
    }
    .article-full p {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 13px;
    }
    .article-list__item--first {
        font-size: 15px;
        margin-left: -10px;
    }
    .article-list__item a{
        font-size: 15px;
    }
    .article-list .article-list {
        margin-left: -10px;
    }
    .article-full h2 {
        font-size: 18px;
        line-height: 21px;
    }
    .article-full h3 {
        font-size: 16px;
        line-height: 19px;
    }
    .article-full img {
        max-width: 100%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 16px;
    }
    img.banner {
        max-width: 100%;
    }
}
.article-share {
    margin-top: 40px;
    background-color: #444;
    color: #fff;
    padding: 20px;
    margin-bottom: 60px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.article-share__title {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
}
.article-share__socials {
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-share__socials a {
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 3px;
    overflow: hidden;
}
@media (max-width: 960.5px) {
    .article-share {
        margin-top: 25px;
        margin-bottom: 16px;
    }
    
}
@media (max-width: 767.5px) {
    .article-share {
        margin-top: 20px;
        margin-bottom: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .article-share__title {
        font-size: 22px;
        line-height: 29px;
        margin-bottom: 20px;
        text-align: center;
    }
    .article-share__socials a:last-child {
        display: none;
    }
    
}
.article-aside__group {
    margin-bottom: 30px;
}
.article-aside__group-title {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #444444;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 17px;
}
.article-aside__group-title::after {
    width: 100%;
    height: 3px;
    background-color: #F16334;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.article-aside__topics {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    align-items: center;flex-wrap: wrap;
}
.article-aside__topics-item {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-left: 15px;
    margin-right: 15px;
    border: 1px solid #AAAAAA;
    margin-bottom: 12px;
    box-sizing: border-box;
    padding: 0;
}
.article-aside__topics-item-img {
    min-height: 37px;
    position: relative;
    min-width: 37px;
    height: 100%;
}
.article-aside__topics-item-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.article-aside__topics-item-text {
    padding-left: 5px;
    padding-right: 5px;
    color: #444;
    font-size: 13px;
    font-family: "Roboto", sans-serif;   
    line-height: 15px;
}
.article-aside__item {
    margin-bottom: 20px;
}
.article-aside__item-img {
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    display: block;
}
.article-aside__item-img img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.article-aside__item-title {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #004562;
    margin-bottom: 14px;
    margin-left: -20px;
    display: block;
}
.article-aside__item-title::after {
    content: "";
    width: 19px;
    height: 10px;
    background-color: #F16334;
    display: inline-block;
    margin-left: 5px;
}
.article-aside__item-subtitle {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    margin-left: -20px;
}
.article-aside__item-text {
    margin-top: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}
@media (max-width: 960.5px) {
    .article-aside__item-img {
        height: 146px;
        padding-bottom: 0;
    }
    .article-aside__item-title {
        margin-left: -15px;
        margin-top: 10px;
    }
    .article-aside__item-subtitle {
        margin-left: -15px;
        margin-top: 25px;
        font-size: 18px;
        line-height: 21px;
    }
    .article-aside__item-text {
        font-size: 15px;
        line-height: 24px;
    }
}
@media (max-width: 767.5px) {
    .article-aside__item-img {
        height: 72px;
    }
    .article-aside__item {
        margin-bottom: 25px;
        position: relative;
        min-height: 72px;
    }
    .article-aside__item:not(:last-child):after {
        position: absolute;
        bottom: -12px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #aaa;
        display: block;
        content: "";
    }
    .article-aside__item-title {
        display: none;
    }
    .article-aside__item-subtitle {
        margin-left: -15px;
        margin-top: 0;
        font-size: 15px;
        line-height: 18px;
    }
    .article-aside__item-text {
        display: none;
    }
}
@media (max-width: 430px) {
    .article-aside__topics {
        margin-left: 0;
        margin-right: 0;
    }
    .article-aside__topics-item {
        width: 100%;

    }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    overflow: auto;
    cursor: pointer;
    /* background: rgba(32,32,32,0.8); */
    opacity: 0;
    transition: opacity 0.3s;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.modal--active {
    z-index: 1000;
    opacity: 1;
}
.modal__content {
    width: 100%;
    position: relative;
    padding-top: 22px;
    padding-bottom: 32px;
    padding-left: 30px;
    padding-right: 30px;
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    border-radius: 10px;
    max-width: 768px;
    cursor: default;
}
.modal-form__title {
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    color: #333333;
}
.modal-form__input {
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 19px;
    padding-right: 19px;
    width: 100%;
    font-size: 20px;
    line-height: 23px;
    color: #000;
    margin-top: 20px;
}
.modal-form__input::placeholder {
    color: #aaa;
}
.modal-form__input:focus::placeholder {
    opacity: 0;
}
.modal-form__text {
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    padding: 0 5%;
    color: #333333;
    text-align: center;
}
.modal-form__text span {
    cursor:help;
}
.modal-form__btn {
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
}
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
}

.modal-close__line {
    background-color: #333;
    height: 3px;
    width: 100%;
    border-radius: 5px;
}
.modal-close__line:first-child {
    transform: rotate(45deg) translateY(-2px);
    transform-origin: top left;
}
.modal-close__line:last-child {
    transform: rotate(-45deg) translateY(2px);
    transform-origin: bottom left;
}
@media (max-width: 767.5px) {
    .modal__content {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        padding-top: 31px;
    }
    .modal-form__input {
        margin-top: 15px;
    }
    .modal-form__btn {
        margin-top: 20px;
        max-width: 289px;
        width: 100%;
    }
    .modal-form__text {
        font-size: 15px;
    }
    .modal-close {
        right: 7px;
    }
}
@media (max-height: 515px) {
    .modal {
        align-items: flex-start;
    }
}

body.lock {
    overflow: hidden;
}

.menu__item-dropdown {
    position: relative;
    padding-bottom: 20px;
    margin-top: 20px;
}

.menu__item-dropdown:hover .menu__dropdown {
    display: block;
}

.menu__item-dropdown>a {
    position: relative;
    padding-right: 20px;
}

.menu__item-dropdown>a::before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    content: "";
    transform: translateY(-50%) rotate(90deg);
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 492.004 492.004;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M382.678,226.804L163.73,7.86C158.666,2.792,151.906,0,144.698,0s-13.968,2.792-19.032,7.86l-16.124,16.12 c-10.492,10.504-10.492,27.576,0,38.064L293.398,245.9l-184.06,184.06c-5.064,5.068-7.86,11.824-7.86,19.028 c0,7.212,2.796,13.968,7.86,19.04l16.124,16.116c5.068,5.068,11.824,7.86,19.032,7.86s13.968-2.792,19.032-7.86L382.678,265 c5.076-5.084,7.864-11.872,7.848-19.088C390.542,238.668,387.754,231.884,382.678,226.804z' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");

}

.menu__dropdown {
    display: none;
    position: absolute;
    top: 30px;
    left: 10px;
    z-index: 2;
    min-width: 120px;
}

.menu__dropdown::before {
    display: block;
    content: " ";
    background-image: url(../img/icon-menu-triangle.svg);
    background-size: 12px 12px;
    height: 12px;
    width: 12px;
    margin-left: 13px;
    margin-bottom: -2px;
}

.menu__dropdown-item {
    padding: 10px;
    background: #70A7FF;
    color: #fff;
    font-size: 15px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.menu__dropdown-item a{
    color: #fff;
    font-weight: 400;
    width: 100%;
    display: block;
}

@media (max-width: 960.5px) {
    .header__body {
        position: relative;
    }
    .menu {
        display: none;
        position: absolute;
        top: 98px;
        background-color: #0861A1;
        left: 0;
        width: 100%;
        z-index: 3;
        padding-bottom: 10px;
    }
    .menu--active {
        display: block;
    }
    .menu__list {
        flex-direction: column;
        align-items: flex-start;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .menu__item {
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .menu__item-dropdown {
        margin-top: 0;
    }
    .menu__dropdown {
        position: static;
        margin-top: 10px;
        margin-bottom: -10px;
    }
    .menu__dropdown::before {
        display: none;
    }
    .menu__dropdown-item {
        background-color: transparent;
        position: static;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        border-bottom: unset;
    }
}

@media (max-width: 767.5px) {
    .menu {
        top: 63px;
    }
    .menu__list {
        max-width: 540px;
    }
}