/*==========================================================================
    Custom fonts
==========================================================================*/
@font-face {
    font-family: MontserratSubset;
    src: url("../fonts/RobotoSubset.woff2") format("woff2"), url("../fonts/RobotoSubset.woff") format("woff");
    unicode-range: U+0040-005A, U+0061-007A, U+0410-044F; }

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Light.woff2") format("woff2"), url("../fonts/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap; }

/*==========================================================================
    HTML, BODY styles
==========================================================================*/
html {
    height: 100%; }

body {
    background-color: #fff;
    font-family: sans-serif;
    height: 100%;
    line-height: 1.2;
    min-width: 320px;
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch; }

.fonts-loaded-2 body {
    font-family: Roboto; }

.no-js body {
    font-family: Roboto; }

/*==========================================================================
    ruble sign
==========================================================================*/
@supports (-moz-osx-font-smoothing: auto) {
    /* Detect Mac Firefox 25 or newer */
    font-family: "Helvetica Neue"; }

/*==========================================================================
   layout / grid
==========================================================================*/
.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100%;
    min-width: 320px;
    position: relative; }

.main {
    overflow: hidden;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

.visually-hidden {
    height: 1px;
    left: -10000px;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: auto;
    width: 1px; }

a:focus,
button:focus,
div:focus,
input:focus,
textarea:focus {
    outline: none; }

a, button {
    cursor: pointer; }

a {
    text-decoration: none; }

.button-scroll-top {
    background: #fff;
    color: #B02D49;
    border: 1px solid currentColor;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 45px;
    width: 45px;
    position: absolute;
    z-index: 2;
    right: 90px;
    top: -55px;
    padding: 0;
    -webkit-transition: background-color 0.25s ease, border 0.25s ease;
    -o-transition: background-color 0.25s ease, border 0.25s ease;
    transition: background-color 0.25s ease, border 0.25s ease; }
    @media (max-width: 1200px) {
        .button-scroll-top {
            display: none; } }

.button-scroll-top__icon {
    display: block;
    margin: auto;
    position: absolute;
    height: 13px;
    width: 17px;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    stroke: currentColor;
    -webkit-transition: stroke 0.2s ease;
    -o-transition: stroke 0.2s ease;
    transition: stroke 0.2s ease; }

@media (min-width: 1201px) {
    .button-scroll-top:hover {
        background-color: #F8F5F0;
        color: #393F46; } }

.footer__wrapper {
    font-family: Roboto;
    position: relative;
    font-style: normal;
    font-weight: normal;
    width: 100%;
    background-color: #393F46;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-content: center; }
    @media (min-width: 1201px) {
        .footer__wrapper {
            height: 150px; } }
    @media (max-width: 1200px) {
        .footer__wrapper {
            height: 170px; } }

.footer__wrapper-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1201px) {
        .footer__wrapper-content {
            width: 1030px;
            padding-right: 30px; } }
    @media (max-width: 1200px) {
        .footer__wrapper-content {
            margin-top: 10px;
            height: 130px;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }

.footer__company {
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    text-transform: uppercase; }

.footer__e-mail {
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    position: relative;
    text-decoration: none; }
    @media (min-width: 1201px) {
        .footer__e-mail {
            padding-left: 28px; } }
    @media (max-width: 1200px) {
        .footer__e-mail {
            padding-left: 23px; } }

.footer__e-mail-icon {
    fill: currentColor;
    display: block;
    width: 18px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 1px; }

.footer__no-logo-wrapper {
    position: relative;
    cursor: default; }
    @media (min-width: 1201px) {
        .footer__no-logo-wrapper {
            padding-top: 12px;
            padding-left: 45px; } }

.footer__no-logo-text {
    font-size: 12px;
    line-height: 16px;
    color: #C4C4C4; }
    @media (min-width: 1201px) {
        .footer__no-logo-text {
            display: block; } }
    @media (max-width: 1200px) {
        .footer__no-logo-text {
            display: none; } }

.footer__no-logo-adress {
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    text-decoration: none; }
    @media (min-width: 1201px) {
        .footer__no-logo-adress {
            display: block; } }
    @media (max-width: 1200px) {
        .footer__no-logo-adress {
            display: none; } }

@media (min-width: 1201px) {
    .footer__no-logo-icon-wrapper {
        top: 6px;
        position: absolute;
        left: 0px; } }

.footer__no-logo-icon {
    display: block;
    width: 30px;
    height: 40px; }

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    @media (min-width: 1201px) {
        .header__wrapper {
            margin: 30px auto;
            padding: 0 10px;
            width: 1035px;
            height: 100px; } }
    @media (max-width: 1200px) {
        .header__wrapper {
            margin: 25px auto 30px auto;
            padding: 0 20px;
            width: 100%;
            height: 70px; } }

.header__wrapper-logo {
    margin: 0 auto; }
    @media (min-width: 1201px) {
        .header__wrapper-logo {
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0; } }
    @media (max-width: 1200px) {
        .header__wrapper-logo {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }

.header__logo {
    display: block; }
    @media (min-width: 1201px) {
        .header__logo {
            width: 383px;
            height: 46px; } }
    @media (max-width: 1200px) {
        .header__logo {
            width: 231px;
            height: 28px; } }

.header__wrapper-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (min-width: 1201px) {
        .header__wrapper-menu {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
    @media (max-width: 1200px) {
        .header__wrapper-menu {
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0; } }

.header__menu-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0; }
    @media (min-width: 1201px) {
        .header__menu-nav {
            width: 465px; } }
    @media (max-width: 1200px) {
        .header__menu-nav {
            display: none; } }

.header__menu-item {
    margin: 0;
    font-size: 20px;
    line-height: 23px;
    list-style: none;
    cursor: pointer;
    color: #1A1A1A; }
    .header__menu-item a {
        text-decoration: none;
        color: currentColor;
        -webkit-transition: color 0.25s ease;
        -o-transition: color 0.25s ease;
        transition: color 0.25s ease; }

@media (min-width: 1201px) {
    .header__menu-item:hover {
        color: #B02D49; } }

.header__menu-e-mail {
    cursor: pointer;
    font-size: 14px;
    line-height: 23px;
    color: #1A1A1A;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    transition: color 0.25s ease; }
    @media (min-width: 1201px) {
        .header__menu-e-mail {
            font-size: 14px;
            padding-left: 28px; } }
    @media (max-width: 1200px) {
        .header__menu-e-mail {
            margin-left: auto;
            font-size: 12px;
            padding-left: 18px; } }

@media (min-width: 1201px) {
    .header__menu-e-mail:hover {
        color: #B02D49; } }

.header__menu-icon-e-mail {
    display: block;
    position: absolute;
    fill: currentColor;
    -webkit-transition: fill 0.25s ease;
    -o-transition: fill 0.25s ease;
    transition: fill 0.25s ease; }
    @media (min-width: 1201px) {
        .header__menu-icon-e-mail {
            width: 18px;
            height: 12px;
            left: 0;
            top: 6px; } }
    @media (max-width: 1200px) {
        .header__menu-icon-e-mail {
            width: 13px;
            height: 19px;
            left: 0;
            top: 1px; } }

@media (max-width: 1200px) {
    .header__wrapper.mobile-menu {
        position: fixed;
        background-color: #393F46;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        padding: 20px 10px;
        z-index: 10; }
        .header__wrapper.mobile-menu .header__wrapper-logo {
            display: none; }
        .header__wrapper.mobile-menu .header__wrapper-menu {
            width: 100%;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .header__wrapper.mobile-menu .header__wrapper-menu .header__menu-mobile-label {
                margin-right: auto;
                margin-left: 10px;
                margin-top: 5px; }
            .header__wrapper.mobile-menu .header__wrapper-menu .header__menu-nav {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                height: 170px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                padding-left: 0; }
                .header__wrapper.mobile-menu .header__wrapper-menu .header__menu-nav .header__menu-item {
                    color: #FFFFFF; }
        .header__wrapper.mobile-menu .header__menu-e-mail {
            color: #FFFFFF; }
            .header__wrapper.mobile-menu .header__menu-e-mail .header__menu-icon-e-mail {
                fill: #FFFFFF; } }

@media (min-width: 1201px) {
    .header__menu-mobile-label {
        display: none; } }

@media (max-width: 1200px) {
    .header__menu-mobile-label {
        cursor: pointer;
        display: block; } }

.header__menu-mobile-open {
    display: block;
    fill: #B02D49;
    width: 22px;
    height: 17px;
    fill: #B02D49; }

.header__menu-mobile-close {
    display: none;
    fill: #B02D49;
    width: 20px;
    height: 20px;
    fill: #B02D49; }

#mobile-menu-hamburger:checked + .header__menu-mobile-label .header__menu-mobile-open {
    display: none; }

#mobile-menu-hamburger:checked + .header__menu-mobile-label .header__menu-mobile-close {
    display: block; }

.overflow-hidden {
    overflow: hidden; }

/* ПАРТНЕРЫ */
.partners {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    /* grid-column-gap: 20px; */
    grid-row-gap: 50px;
    list-style-type: none;
    margin-bottom: 70px;
    margin-top: 60px;
    padding-left: 0;
    }

    @media(min-width: 600px) {  
        .partners { 
            grid-template-columns: 1fr 1fr;
        }
    }

    @media(min-width: 900px) { 
        .partners { 
            grid-template-columns: 1fr 1fr 1fr;
        }
    }

    @media(min-width: 1200px) { 
        .partners { 
            grid-template-columns: 1fr 1fr 1fr 1fr;
            grid-column-gap: 50px;
            grid-row-gap: 150px;
        }
    }

    @media(min-width: 1350px) {
        .partners { 
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        }
        
    }

.partners li {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all 0.3s;
}

.partners li:hover {
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    transition: all 0.3s;
}




.promo-slider {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (min-width: 1201px) {
        .promo-slider {
            padding: 0 47px; } }

.promo-slider__container {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: calc((100vw - 320px) / (1366 - 320) * (500 - 200) + 200px); }

.promo-slider__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }

.promo-slider__slide {
    width: 100%;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.promo-slider__img {
    /* opacity: 0;
    position: absolute;
    z-index: -99;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%; }

.promo-slider__navigation {
    position: absolute;
    z-index: 2;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 112px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    top: calc(50% - 56px); }
    @media (min-width: 1201px) {
        .promo-slider__navigation {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
    @media (max-width: 1200px) {
        .promo-slider__navigation {
            display: none; } }

.promo-slider__btn {
    border: none;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    width: 20px;
    height: 100%;
    cursor: pointer; }

.promo-slider__btn--next {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }

.promo-slider__arrow {
    display: block;
    width: 100%;
    height: 100%; }

.promo-slider__pagination {
    position: absolute;
    z-index: 2;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 13px;
    font-size: 13px;
    line-height: 13px; }
    @media (min-width: 1201px) {
        .promo-slider__pagination {
            bottom: 20px; } }
    @media (max-width: 1200px) {
        .promo-slider__pagination {
            bottom: 10px; } }

.promo-slider__pagination .swiper-pagination-bullet {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease; }
    @media (min-width: 1201px) {
        .promo-slider__pagination .swiper-pagination-bullet {
            width: 13px;
            height: 13px;
            margin: 0 6px; } }
    @media (max-width: 1200px) {
        .promo-slider__pagination .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            margin: 0 5px; } }

@media (min-width: 1201px) {
    .promo-slider__pagination .swiper-pagination-bullet:hover {
        background-color: #DBCBB2; } }

.promo-slider__pagination .swiper-pagination-bullet-active {
    background-color: #9b9ba4; }

.section {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1201px) {
        .section {
            padding: 53px 47px 0 47px; } }
    @media (max-width: 1200px) {
        .section {
            padding: 40px 0 0 0; } }

.section__title {
    color: #1A1A1A;
    font-weight: 400;
    display: inline-block;
    width: auto;
    margin: 0;
    border-top: 1px solid #B02D49;
    border-bottom: 1px solid #B02D49; }
    @media (min-width: 1201px) {
        .section__title {
            font-size: 36px;
            line-height: 42px; } }
    @media (max-width: 1200px) {
        .section__title {
            font-size: 21px;
            line-height: 42px; } }

.section__paragraph, .section p {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
    text-align: left;
    max-width: 836px;
    color: #000; }
    @media (min-width: 1201px) {
        .section__paragraph, .section p {
            width: 100%;
            margin: 32px 0 19px 0; }
            .section__paragraph:last-child, .section p:last-child {
                margin: 0; } }
    @media (max-width: 1200px) {
        .section__paragraph, .section p {
            margin: 21px 10px 21px 10px; }
            .section__paragraph:last-child, .section p:last-child {
                margin-bottom: 0;
                margin-top: 0; } }

.section__blockquote, .section blockquote {
    position: relative;
    border: 1px solid #C4C4C4;
    font-weight: 300;
    text-align: left;
    color: #38364A;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0; }
    @media (min-width: 1201px) {
        .section__blockquote, .section blockquote {
            font-size: 24px;
            line-height: 28px;
            max-width: 424px;
            padding: 30px 52px; } }
    @media (max-width: 1200px) {
        .section__blockquote, .section blockquote {
            font-size: 14px;
            line-height: 16px;
            max-width: 264px;
            padding: 30px 40px; } }

.section__blockquote-img, .section blockquote img {
    position: absolute;
    z-index: 2;
    width: 39px;
    height: 39px;
    display: block;
    right: 80px;
    bottom: -19px; }

@media (min-width: 1201px) {
    .section_theme_partners {
        margin-bottom: 92px; } }

@media (max-width: 1200px) {
    .section_theme_partners {
        margin-bottom: 70px; } }

.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0; }
    @media (min-width: 1201px) {
        .services {
            margin: 50px 0 20px 0;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; } }
    @media (max-width: 1200px) {
        .services {
            margin: 30px 0 0 0;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }

.services__item {
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    list-style: none;
    height: 542px; }
    @media (min-width: 1201px) {
        .services__item {
            -webkit-box-flex: 1;
                -ms-flex: 1 0;
                    flex: 1 0; } }
    @media (max-width: 1200px) {
        .services__item {
            width: 50%; } }

.services__item-title {
    position: relative;
    color: currentColor;
    font-weight: 500;
    margin: 0;
    text-align: left;
    display: inline-block;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content; }
    @media (min-width: 1201px) {
        .services__item-title {
            font-size: 24px;
            line-height: 28px; } }
    @media (max-width: 1200px) {
        .services__item-title {
            font-size: 16px;
            line-height: 19px; } }

.services__item-background {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.services__item-link {
    position: absolute;
    background-color: rgba(0, 0, 0, 0);
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.about__wrap {
    margin-top: 72px;
    margin-bottom: 47px;
    padding-left: 15px;
    padding-right: 15px;
}
@media(min-width: 600px) {
    .about__wrap { 
        display: flex;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }
}

.about__wrap figure {
    
    margin: 0;
    margin-bottom: 30px;
    
}

@media(min-width: 600px) { 
    .about__wrap figure {
        margin-bottom: 0;
        margin-right: 52px;
    }
}

.about__wrap figure img {
    margin-bottom: 10px;
}

.about__wrap figure figcaption span {
    display: inline-block;
    font-size: 18px;
    line-height: 21px;

}

@media(min-width: 600px) {  
    .about__wrap figure figcaption span { 
        font-size: 16px;
        line-height: 18px;
    }
}

.about__wrap figure figcaption span:nth-child(1) {
    font-weight: 700;
    margin-bottom: 5px;
}

.about__descr {
    max-width: 330px;
}

.about__descr p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    margin-bottom: 20px;
}

@media(min-width: 600px) { 
    .about__descr p { 
        font-size: 14px;
        line-height: 16px;
    }
}

.about__descr ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.about__descr ul li {
    margin-bottom: 20px;
}

.about__descr ul li span {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.about__descr ul li span:nth-child(2) {
    font-weight: 300;
}



/*# sourceMappingURL=sourcemaps/main.css.map */
