@charset "UTF-8";

html, body {
    padding: 0;
    margin: 0;
    font-size: 16px;
    min-height: 100%;
    height: 100%;
}

body {
    background: #FFFFFF;
    font-family: "Source Sans Pro", sans-serif;
    color: #000000;
    padding-top: 84px;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: antialiased;
    position: relative;
    overflow-x: hidden;
}

@media (max-width: 767px) {
    body {
        padding-top: 72px;
    }
}

body.toolbar-horizontal {
    padding-top: 164px !important;
}

body.toolbar-vertical {
    padding-top: 123px !important;
}

@font-face {
    font-family: "rouble";
  src: url("../fonts/RUBSN.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.lg-rouble {
    font-family: "rouble";
    font-weight: normal;
    font-style: normal;
    margin-left: 4px;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.lg-fixed {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

img {
    display: block;
}

.lg-center {
    width: 100%;
    max-width: 1256px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .lg-center {
        padding: 0 20px;
    }
}

@media (min-width: 768px) {
    .lg-center {
        padding: 0 40px;
    }
}

.lg-btn {
    font-size: 1.25rem;
    line-height: 3.75rem;
    padding: 0 32px;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    min-height: 60px;
    color: #FFFFFF;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 2px solid #E73230;
    background-color: #E73230;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lg-btn:active, .lg-btn:hover {
    background-color: #BD1E1D;
    border-color: #BD1E1D;
    color: #FFFFFF !important;
}

.lg-btn__align {
    line-height: 22px;
    text-align: center;
}

.lg-btn_alt {
    background-color: #00BC85;
    background-image: -webkit-gradient(linear, left top, right top, from(#00BC85), color-stop(50%, #56dca4), to(#00BC85));
    background-image: linear-gradient(90deg, #00BC85 0%, #56dca4 50%, #00BC85 100%);
}

.lg-btn_alt:active {
    background-color: #02BD83;
    background-image: none;
}

.lg-btn_alt.lg-btn_simple {
    border-color: #01BC83;
}

.lg-btn_alt.lg-btn_simple:hover {
    background: #01BC83;
    color: #FFFFFF;
}

.lg-btn_alt.lg-btn_simple:active {
    background-color: #01BC83;
    color: #FFFFFF;
}

.lg-btn_alt-personal {
    background-color: #2F99EB;
    background-image: -webkit-gradient(linear, left top, right top, from(#2F99EB), color-stop(50%, #62D7FB), to(#2F99EB));
    background-image: linear-gradient(90deg, #2F99EB 0%, #62D7FB 50%, #2F99EB 100%);
}

.lg-btn_alt-personal:active {
    background-color: #2F99EB;
    background-image: none;
}

.lg-btn_disabled {
    background-color: #9E9E9E;
    background-image: -webkit-gradient(linear, left top, right top, from(#9E9E9E), color-stop(50%, #C4C4C4), to(#9E9E9E));
    background-image: linear-gradient(90deg, #9E9E9E 0%, #C4C4C4 50%, #9E9E9E 100%);
}

.lg-btn_disabled:active {
    background-color: #9E9E9E;
    background-image: none;
}

.lg-btn_simple {
    background: none;
    border: solid 2px #E1312F;
    color: #333333;
}

.lg-btn_small {
    font-size: 1.125rem;
    line-height: 2.5rem;
    height: 40px;
}

.lg-btn__icon {
    margin-right: 8px;
    fill: #FFFFFF;
}

.lg-btn__small {
    font-size: 1.125rem;
    line-height: 3.625rem;
    font-weight: 400;
    margin-left: 8px;
    opacity: 0.8;
}

.lg-btn_search {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .lg-btn_search .lg-btn__icon {
        width: 32px;
        height: 36px;
        margin-right: 0;
    }
}

@media (min-width: 768px) {
    .lg-btn_search .lg-btn__icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 767px) {
    .lg-btn_search .lg-btn__label {
        display: none;
    }
}

.lg-btn_border {
    background: transparent;
    color: #E73230;
}

.lg-btn_border:hover {
    background-color: #BD1E1D;
    border-color: #BD1E1D;
    color: #FFFFFF;
}

.lg-btn_border-alt {
    background: none;
    border: solid 2px #17C669;
    color: #333333;
}

.lg-btn_border-alt:hover {
    background-color: #17C669;
    color: #FFFFFF;
}

.lg-btn_border-alt.lg-btn_disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.lg-btn_border-alt.lg-btn_disabled:hover {
    background: none;
    border: solid 2px #17C669;
    color: #333333;
}

.lg-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
}

.lg-form__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    border-radius: 0;
    font-family: "Source Sans Pro";
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lg-decor:before {
    position: absolute;
    width: 168px;
    height: 128px;
    background: url(../img/corner.svg) left top no-repeat;
    content: "";
}

@media (max-width: 767px) {
    .lg-decor:before {
        width: 108px;
        height: 84px;
        background-size: contain;
        -webkit-transform: scale(-1);
        transform: scale(-1);
        right: 0;
        bottom: 0;
    }
}

@media (min-width: 768px) {
    .lg-decor:before {
        left: 0;
        top: 0;
    }
}

@media (min-width: 768px) {
    .lg-decor_mobile:before {
        display: none;
    }
}

.lg-title {
    color: #000000;
    text-align: center;
    margin: 0;
    position: relative;
    font-weight: 900;
}

@media (max-width: 767px) {
    .lg-title {
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin-top: 40px;
        padding-bottom: 26px;
    }
}

@media (min-width: 768px) {
    .lg-title {
        font-size: 2.5rem;
        line-height: 2.75rem;
        margin-top: 60px;
        padding-bottom: 30px;
    }
}

.lg-title:before {
    position: absolute;
    width: 66px;
    height: 10px;
    content: "";
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0px;
    z-index: 1;
    background: url(../img/accent-divider.svg) 0 0 no-repeat;
}

.lg-title_no-decor {
    padding-bottom: 0;
}

.lg-title_no-decor:before {
    display: none;
}

@media (min-width: 1024px) {
    .lg-title_left {
        text-align: left;
    }

    .lg-title_left:before {
        left: 0;
        -webkit-transform: none;
        transform: none;
    }
}

.lg-subtitle {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 20px auto 0;
    text-align: center;
    font-weight: 400;
    color: #646464;
}

@media (max-width: 767px) {
    .lg-subtitle {
        margin-top: 16px;
    }
}

@media (min-width: 768px) {
    .lg-subtitle {
        width: 54%;
        margin-top: 20px;
    }
}

.lg-subtitle b {
    color: #333333;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .lg-subtitle_left {
        text-align: left;
    }
}

.lg-subtitle a {
    color: #333333;
    border-bottom: solid 1px #E1312F;
}

.lg-subtitle a:hover {
    border-bottom-color: transparent;
}

.lg-simple-title {
    font-weight: bold;
    margin: 0 auto 40px;
    text-align: center;
}

@media (max-width: 767px) {
    .lg-simple-title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-top: 40px;
    }
}

@media (min-width: 768px) {
    .lg-simple-title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin-top: 60px;
    }
}

@media (min-width: 1024px) {
    .lg-simple-title {
        margin-top: 0;
    }
}

.lg-slider__dots {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lg-slider__dots button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    border: solid 2px #E1312F;
    background: transparent;
    color: #E1312F;
    text-align: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
    text-indent: -100px;
    outline: none;
    cursor: pointer;
}

.lg-slider__dots .slick-active button {
    background: #E1312F;
}

.lg-slider__dots li {
    margin-left: 24px;
}

.lg-slider__dots li:first-child {
    margin-left: 0;
}

.lg-learn-more {
    position: relative;
    margin: 0 auto -120px;
    overflow: hidden;
}

.lg-learn-more + .lg-footer {
    margin-top: 0;
}

@media (max-width: 767px) {
    .lg-learn-more {
        margin-top: 60px;
        padding-bottom: 120px;
    }
}

@media (min-width: 768px) {
    .lg-learn-more {
        margin-top: 80px;
        padding: 0 40px 120px;
    }
}

@media (min-width: 1024px) {
    .lg-learn-more {
        margin-top: 60px;
    }
}

@media (min-width: 1256px) {
    .lg-learn-more {
        margin-top: 80px;
    }
}

.lg-learn-more__bg {
    position: absolute;
    height: 244px;
    width: 2242px;
    z-index: 1;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.lg-learn-more__bg__part {
    position: absolute;
    left: 0;
    top: 0;
    width: 2242px;
    height: 244px;
}

.lg-learn-more .lg-center {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FFFFFF url(../img/corner-green.svg) top right no-repeat;
}

@media (max-width: 767px) {
    .lg-learn-more .lg-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 28px 60px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        background-size: 104px 80px;
    }
}

@media (min-width: 768px) {
    .lg-learn-more .lg-center {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 60px 64px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .lg-learn-more .lg-center {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 48px 72px 64px 32px;
    }
}

@media (min-width: 1256px) {
    .lg-learn-more .lg-center {
        padding: 48px 104px 64px 44px;
    }
}

.lg-learn-more .lg-btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .lg-learn-more .lg-btn {
        width: 260px;
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .lg-learn-more .lg-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 272px;
        flex: 0 0 272px;
        max-width: 272px;
        margin-left: 16px;
    }
}

@media (min-width: 1024px) {
    .lg-learn-more .lg-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 232px;
        flex: 0 0 232px;
        max-width: 232px;
        padding: 0 20px;
    }
}

@media (min-width: 1256px) {
    .lg-learn-more .lg-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 272px;
        flex: 0 0 272px;
        max-width: 272px;
    }
}

.lg-learn-more__title {
    color: #000000;
    font-weight: 700;
    margin-right: auto;
}

@media (max-width: 767px) {
    .lg-learn-more__title {
        font-size: 1.5rem;
        line-height: 2rem;
        margin: 0 auto 40px;
    }
}

@media (min-width: 768px) {
    .lg-learn-more__title {
        font-size: 2rem;
        line-height: 2.5rem;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 40px;
        text-align: center;
    }
}

@media (min-width: 1024px) {
    .lg-learn-more__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
        margin: 0 auto 0 0;
        text-align: left;
    }
}

@media (min-width: 1256px) {
    .lg-learn-more__title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
}

.lg-learn-more__title + .lg-btn {
    margin-left: 0;
}

.lg-learn-more__text {
    color: #646464;
}

@media (max-width: 767px) {
    .lg-learn-more__text {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
}

@media (max-width: 1023px) {
    .lg-learn-more__text {
        text-align: center;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .lg-learn-more__text {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .lg-learn-more__text {
        font-size: 1.375rem;
        line-height: 1.75rem;
    }
}

.lg-learn-more_simple {
    margin: 80px auto;
    max-width: 992px;
    padding: 0;
    overflow: visible;
}

.lg-learn-more_simple .lg-center {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .lg-learn-more_simple .lg-center {
        padding: 40px 60px 60px 60px;
    }
}

@media (min-width: 1024px) {
    .lg-learn-more_simple .lg-center {
        padding: 40px 96px 60px 60px;
    }
}

.lg-learn-more_simple .lg-learn-more__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0;
}

.lg-learn-more__panel {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .lg-learn-more__panel .lg-btn {
        margin-top: 24px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .lg-learn-more__panel .lg-btn {
        margin-top: 40px;
    }
}

@media (max-width: 1023px) {
    .lg-learn-more__panel .lg-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0;
        flex: 0;
        width: 272px;
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .lg-learn-more__panel .lg-btn {
        margin-left: 32px;
    }
}

@media (max-width: 1023px) {
    .lg-learn-more__panel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.anchor-dev {
    height: 0;
}

.lg-is-mobile {
    display: none;
}

@media (max-width: 767px) {
    .lg-is-mobile {
        display: block;
    }
}

.lg-is-tablet {
    display: none;
}

@media (max-width: 1023px) and (min-width: 768px) {
    .lg-is-tablet {
        display: block;
    }
}

.lg-content {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.lg-content_scaled {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.placeholder-img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.placeholder-img_faded {
    opacity: 0;
}