@charset "UTF-8";
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Regular.woff);
    font-weight: 400;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Medium.woff);
    font-weight: 500;
}
@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat/Montserrat-Bold.woff);
    font-weight: 700;
}
html {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    height: 100%;
    color: #393939;
    scroll-behavior: smooth;
}
body {
    height: 100%;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}
body.lock {
    overflow: hidden;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ol[class],
ul[class] {
    list-style: none;
    padding: 0;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
    margin: 0;
}
a,
button {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}
img {
    max-width: 100%;
    display: block;
}
button,
input,
select,
textarea {
    font: inherit;
}
@media (prefers-reduced-motion: reduce) {
    * {
        -webkit-animation-duration: 0s !important;
        animation-duration: 0s !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 0s !important;
        -o-transition-duration: 0s !important;
        transition-duration: 0s !important;
        scroll-behavior: auto !important;
    }
}
textarea {
    resize: none;
}
.wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.main {
    padding-bottom: 60px;
}
.container {
    margin: 0 auto;
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
}
.btn {
    text-decoration: none;
    background-color: #fa7c1a;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    padding: 22px 30px;
    border-radius: 70px;
}
@media screen and (max-width: 1570px) {
    .btn {
        font-size: 16px;
        padding: 18px 25px;
    }
}
@media screen and (max-width: 545px) {
    .btn {
        font-size: 14px;
        padding: 15px 20px;
    }
}
.btn:hover {
    background-color: #da5f00;
}
.section-title {
    display: block;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}
@media screen and (max-width: 991px) {
    .section-title {
        font-size: 24px;
    }
}
@media screen and (max-width: 768px) {
    .section-title {
        font-size: 20px;
    }
}
.logo {
    display: block;
    text-decoration: none;
    color: #1a237e;
    font-weight: 700;
    font-size: 24px;
    max-width: 190px;
    line-height: normal;
}
@media screen and (max-width: 545px) {
    .logo {
        font-size: 22px;
    }
}
.logo__title {
    display: block;
}
.logo__title--grey {
    color: #9b9b9b;
    font-size: 22px;
    line-height: normal;
}
@media screen and (max-width: 545px) {
    .logo__title--grey {
        font-size: 20px;
    }
}
.logo__desc {
    display: block;
    font-size: 12px;
    color: #393939;
    font-weight: 500;
}
@media screen and (max-width: 545px) {
    .logo__desc {
        font-size: 10px;
    }
}
.sandwich {
    display: none;
}
@media screen and (max-width: 768px) {
    .sandwich {
        display: block;
    }
}
.sandwich__open-btn {
    display: block;
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
}
.sandwich__line {
    display: block;
    width: 32px;
    height: 3px;
    background-color: #393939;
}
.sandwich__line:not(:last-child) {
    margin-bottom: 7px;
}
.sandwich__content {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9;
}
.sandwich__content--active {
    display: block;
}
.sandwich__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    background-color: #fff;
    z-index: 9;
    right: -320px;
    top: 0;
    width: 320px;
    height: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding-top: 40px;
}
.sandwich__menu--opened {
    right: 0;
}
.sandwich__close-btn {
    display: block;
    outline: 0;
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.sandwich__nav-link {
    display: block;
    text-decoration: none;
    color: #393939;
    padding: 6px 15px;
    font-size: 18px;
}
.sandwich__nav-link:hover {
    color: #1a237e;
}
.sandwich__contacts {
    margin-top: auto;
    padding: 15px;
}
.sandwich__item:not(:last-child) {
    margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
    .main-nav {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        padding-top: 15px;
    }
}
@media screen and (max-width: 768px) {
    .main-nav {
        display: none;
    }
}
.main-nav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 1080px) {
    .main-nav__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.main-nav__item:not(:last-child) {
    margin-right: 25px;
}
.main-nav__link {
    display: block;
    text-decoration: none;
    color: #393939;
    font-weight: 700;
}
.main-nav__link:hover {
    color: #1a237e;
}
.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: url(../images/content/hero-bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom left;
    min-height: 880px;
    overflow: hidden;
}
@media screen and (max-width: 1570px) {
    .hero {
        min-height: 600px;
    }
}
@media screen and (max-width: 545px) {
    .hero {
        min-height: auto;
    }
}
.hero__content {
    padding: 100px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (max-width: 1570px) {
    .hero__content {
        padding: 60px 0 100px 0;
    }
}
@media screen and (max-width: 545px) {
    .hero__content {
        padding: 30px 0 100px 0;
    }
}
.hero__info {
    position: relative;
    max-width: 485px;
}
.hero__title {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}
@media screen and (max-width: 1570px) {
    .hero__title {
        font-size: 28px;
    }
}
@media screen and (max-width: 545px) {
    .hero__title {
        font-size: 20px;
    }
}
.hero__img {
    position: absolute;
    width: 875px;
    height: 674px;
    left: 100%;
    top: -65px;
}
@media screen and (max-width: 1570px) {
    .hero__img {
        width: 600px;
        height: 400px;
    }
}
@media screen and (max-width: 1080px) {
    .hero__img {
        width: 450px;
        height: auto;
        top: 50%;
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 940px) {
    .hero__img {
        width: 350px;
    }
}
@media screen and (max-width: 840px) {
    .hero__img {
        display: none;
    }
}
@media screen and (max-width: 545px) {
    .hero__img {
        display: none;
    }
}
.hero__desc {
    padding-top: 40px;
    font-size: 20px;
    max-width: 380px;
    line-height: normal;
}
@media screen and (max-width: 1570px) {
    .hero__desc {
        font-size: 18px;
        padding-top: 30px;
    }
}
@media screen and (max-width: 545px) {
    .hero__desc {
        font-size: 16px;
        padding-top: 16px;
    }
}
.hero__btn {
    margin-top: 35px;
}
@media screen and (max-width: 1570px) {
    .hero__btn {
        margin-top: 25px;
    }
}
@media screen and (max-width: 545px) {
    .hero__btn {
        margin-top: 20px;
    }
}
.hero__text {
    padding-top: 25px;
    max-width: 400px;
    font-size: 18px;
    line-height: normal;
}
@media screen and (max-width: 1570px) {
    .hero__text {
        font-size: 16px;
        padding-top: 20px;
    }
}
@media screen and (max-width: 545px) {
    .hero__text {
        font-size: 14px;
        padding-top: 15px;
    }
}
.price {
    padding: 60px 0 30px 0;
}
@media screen and (max-width: 768px) {
    .price {
        padding: 30px 0 10px;
    }
}
.price__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 45px;
}
@media screen and (max-width: 768px) {
    .price__list {
        padding-top: 20px;
    }
}
.price__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    border: 1px solid #464d96;
    background-color: #fff;
    margin-bottom: 25px;
    border-radius: 6px;
}
@media screen and (max-width: 991px) {
    .price__item {
        width: 32%;
    }
}
@media screen and (max-width: 768px) {
    .price__item {
        width: 48%;
    }
}
@media screen and (max-width: 545px) {
    .price__item {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .price__item:nth-child(3n) {
        margin: 0 auto 20px auto;
    }
}
.price__item:nth-child(2) .price__item-header {
    background-color: #464d96;
}
.price__item:nth-child(3) .price__item-header {
    background-color: #1a237e;
}
.price__item-header {
    background-color: #7378af;
    text-align: center;
    padding: 15px;
    color: #fff;
}
.price__item-title {
    font-size: 18px;
    line-height: normal;
}
@media screen and (max-width: 991px) {
    .price__item-title {
        font-size: 16px;
    }
}
.price__item-title--bold {
    display: block;
    font-size: 24px;
    font-weight: 700;
}
@media screen and (max-width: 991px) {
    .price__item-title--bold {
        font-size: 20px;
    }
}
.price__item-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 42px 15px 35px 15px;
}
@media screen and (max-width: 545px) {
    .price__item-main {
        padding: 30px 15px;
    }
}
.price__item-num {
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 13px;
}
@media screen and (max-width: 991px) {
    .price__item-num {
        font-size: 28px;
    }
}
@media screen and (max-width: 545px) {
    .price__item-num {
        font-size: 24px;
        padding-bottom: 10px;
    }
}
.price__item-old {
    position: relative;
    text-decoration: line-through;
    display: block;
    font-size: 24px;
    line-height: normal;
    padding: 0 10px;
}
@media screen and (max-width: 991px) {
    .price__item-old {
        font-size: 20px;
    }
}
@media screen and (max-width: 545px) {
    .price__item-old {
        font-size: 18px;
    }
}
.price__item-desc {
    display: block;
    padding-top: 13px;
    opacity: 0.6;
    font-size: 24px;
    padding-bottom: 27px;
    line-height: normal;
}
@media screen and (max-width: 991px) {
    .price__item-desc {
        font-size: 20px;
    }
}
@media screen and (max-width: 545px) {
    .price__item-desc {
        font-size: 18px;
        padding-bottom: 20px;
    }
}
.price__item-btn {
    margin-top: auto;
    font-size: 16px;
    padding: 12px 26px;
}
.block-desc {
    background-color: #e9e9e9;
    padding: 70px 0 75px 0;
}
@media screen and (max-width: 991px) {
    .block-desc {
        padding: 50px 0;
    }
}
@media screen and (max-width: 768px) {
    .block-desc {
        padding: 40px 0;
    }
}
@media screen and (max-width: 545px) {
    .block-desc {
        padding: 30px 0;
    }
}
.block-desc__text {
    text-align: center;
    font-size: 24px;
    line-height: normal;
}
@media screen and (max-width: 991px) {
    .block-desc__text {
        font-size: 20px;
    }
}
@media screen and (max-width: 768px) {
    .block-desc__text {
        font-size: 18px;
    }
}
@media screen and (max-width: 545px) {
    .block-desc__text {
        font-size: 14px;
    }
}
.block-desc__text--orange {
    color: #fa7c1a;
}
.catalog {
    padding-top: 65px;
}
@media screen and (max-width: 768px) {
    .catalog {
        padding-top: 30px;
    }
}
.catalog__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 45px;
}
@media screen and (max-width: 768px) {
    .catalog__list {
        padding-top: 20px;
    }
}
.catalog__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 23%;
    -webkit-box-shadow: 0 10px 35px rgba(223, 222, 222, 0.72);
    box-shadow: 0 10px 35px rgba(223, 222, 222, 0.72);
    background-color: #fff;
    padding: 17px 10px 20px 20px;
    background-repeat: no-repeat;
    background-position: top right;
    margin-bottom: 28px;
}
@media screen and (max-width: 1170px) {
    .catalog__item {
        width: 31.3%;
    }
}
@media screen and (max-width: 860px) {
    .catalog__item {
        width: 48%;
    }
}
@media screen and (max-width: 575px) {
    .catalog__item {
        width: 100%;
    }
}
.catalog__item-title {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    max-width: 190px;
}
.catalog__item-desc {
    font-size: 12px;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
}
.catalog__item-btn {
    margin: auto auto 0 auto;
    padding: 9px 25px;
    font-size: 12px;
    background-color: #e9e9e9;
    color: #434343;
}
.catalog__item-btn:hover {
    color: #fff;
    background-color: #fa7c1a;
}
.overview {
    padding-top: 47px;
}
@media screen and (max-width: 768px) {
    .overview {
        padding-top: 30px;
    }
}
.overview__content {
    padding-top: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .overview__content {
        padding-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    .overview__video {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .overview__video {
        height: 400px;
    }
}
@media screen and (max-width: 680px) {
    .overview__video {
        height: 300px;
    }
}
@media screen and (max-width: 575px) {
    .overview__video {
        height: 200px;
    }
}
@media screen and (max-width: 420px) {
    .overview__video {
        height: 150px;
    }
}
.overview__btn {
    margin: 58px auto 0 auto;
    padding: 23px 27px;
    font-size: 24px;
}
@media screen and (max-width: 768px) {
    .overview__btn {
        font-size: 18px;
        margin: 40px auto 0 auto;
        padding: 20px 25px;
    }
}
@media screen and (max-width: 575px) {
    .overview__btn {
        font-size: 14px;
        padding: 15px 20px;
        margin: 20px auto 0 auto;
    }
}
.overview__desc {
    max-width: 400px;
    font-size: 18px;
    line-height: normal;
    padding-top: 20px;
}
@media screen and (max-width: 768px) {
    .overview__desc {
        font-size: 14px;
    }
}
.copyright {
    font-size: 14px;
}
@media screen and (max-width: 575px) {
    .copyright {
        font-size: 12px;
    }
}
.popup {
    background: rgba(35, 35, 35, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.popup--opened {
    visibility: visible;
    opacity: 1;
}
.popup__body {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 20px;
}
.popup__content {
    position: relative;
    background-color: #fff;
    padding: 50px 50px 60px 50px;
    width: 520px;
}
@media screen and (max-width: 575px) {
    .popup__content {
        padding: 40px 20px 40px 20px;
    }
}
.popup__title {
    display: block;
    text-align: center;
    font-size: 32px;
}
@media screen and (max-width: 768px) {
    .popup__title {
        font-size: 26px;
    }
}
@media screen and (max-width: 575px) {
    .popup__title {
        font-size: 20px;
    }
}
.popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 0;
    border: 0;
    outline: 0;
    background-color: transparent;
    cursor: pointer;
}
@media screen and (max-width: 575px) {
    .popup__close {
        right: 15px;
        top: 15px;
    }
}
.popup__close:hover .popup__close-icon {
    fill: #1a237e;
}
.popup__close-icon {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@media screen and (max-width: 575px) {
    .popup__close-icon {
        width: 15px;
        height: 15px;
    }
}
.popup__form {
    padding-top: 25px;
}
@media screen and (max-width: 575px) {
    .popup__form {
        padding-top: 20px;
    }
}
.popup__form-label {
    display: block;
}
@media screen and (max-width: 575px) {
    .popup__form-label {
        font-size: 14px;
    }
}
.popup__form-field {
    outline: 0;
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgba(35, 35, 35, 0.3);
    font-size: 16px;
    margin-top: 10px;
}
@media screen and (max-width: 575px) {
    .popup__form-field {
        padding: 12px 20px;
        font-size: 14px;
    }
}
.popup__form-btn {
    display: block;
    font-size: 18px;
    margin: 30px auto 0 auto;
    padding: 15px 40px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
@media screen and (max-width: 575px) {
    .popup__form-btn {
        margin: 16px auto 0 auto;
        font-size: 14px;
        padding: 12px 40px;
    }
}
.note {
    padding-top: 20px;
    text-align: center;
}
.header {
    padding: 20px 0;
}
.header__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .header__item {
        display: none;
    }
}
.header__item-title {
    display: block;
    font-size: 14px;
}
.header__item-desc {
    display: block;
    font-size: 12px;
    padding-left: 5px;
}
.header__item-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
.header__email-link {
    display: block;
    text-decoration: none;
    color: #393939;
    font-weight: 700;
    font-size: 14px;
}
.header__email-link:hover {
    color: #1a237e;
}
.header__phone-link {
    display: block;
    text-decoration: none;
    color: #fa7610;
    font-weight: 700;
}
.header__phone-link:hover {
    color: #da5f00;
}
.footer {
    background-color: #e9e9e9;
}
.footer__main {
    padding: 60px 0 40px 0;
}
@media screen and (max-width: 768px) {
    .footer__main {
        padding: 40px 0 20px 0;
    }
}
.footer__main .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .footer__block {
        margin-bottom: 20px;
    }
}
.footer__block:not(:last-child) {
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
    .footer__block:not(:last-child) {
        margin-bottom: 20px;
    }
}
.footer__block-content {
    padding-top: 10px;
}
.footer__block-title {
    display: block;
    font-size: 24px;
    font-weight: 700;
}
@media screen and (max-width: 991px) {
    .footer__block-title {
        font-size: 20px;
    }
}
@media screen and (max-width: 575px) {
    .footer__block-title {
        font-size: 18px;
    }
}
.footer__block-text {
    display: block;
    font-size: 18px;
    line-height: normal;
}
@media screen and (max-width: 991px) {
    .footer__block-text {
        font-size: 16px;
    }
}
@media screen and (max-width: 575px) {
    .footer__block-text {
        font-size: 14px;
    }
}
.footer__block-text--padding:not(:last-child) {
    padding-bottom: 15px;
}
@media screen and (max-width: 575px) {
    .footer__block-text--padding:not(:last-child) {
        padding-bottom: 5px;
    }
}
.footer__block-link {
    text-decoration: none;
    color: #393939;
}
.footer__block-link:hover {
    color: #1a237e;
}
.footer__block-link--bold {
    font-weight: 700;
    font-size: 20px;
}
@media screen and (max-width: 991px) {
    .footer__block-link--bold {
        font-size: 18px;
    }
}
@media screen and (max-width: 575px) {
    .footer__block-link--bold {
        font-size: 16px;
    }
}
.footer__bottom {
    border-top: 1px solid #000;
    padding: 30px 0;
}
@media screen and (max-width: 575px) {
    .footer__bottom {
        padding: 15px 0;
    }
}
