@charset "UTF-8";

a:not([class]),
a[class=''],
.link,
.logo,
.catalog__info::after,
.button,
.social__link {
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

/*Перемменные*/
@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Italic.ttf") format("ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-Bold.ttf") format("ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("fonts/Montserrat-BoldItalic.ttf") format("ttf");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Playfair Display";
    src: url("fonts/PlayfairDisplay-Regular.ttf") format("ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Playfair Display";
    src: url("fonts/PlayfairDisplay-Italic.ttf") format("ttf");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Playfair Display";
    src: url("fontss/PlayfairDisplay-Bold.ttf") format("ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Playfair Display";
    src: url("fontss/PlayfairDisplay-BoldItalic.ttf") format("ttf");
    font-weight: bold;
    font-style: italic;
}

/*Шрифты*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    color: #ae7c78;
    font-size: 16px;
    line-height: 1.5;
    min-height: 100vh;
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

a:not([class]),
a[class=''],
.link {
    text-decoration: none;
    color: #ae7c78;
    font-weight: 600;
}

a:not([class]):hover,
a:not([class]):focus,
a[class='']:hover,
.link:hover,
a[class='']:focus,
.link:focus {
    color: #98605b;
}

a:not([class]):active,
a[class='']:active,
.link:active {
    color: #7a5754;
}

/*Общие*/
.container {
    margin: 0 auto;
}

.container,
.container-fluid {
    width: 100%;
    padding: 0 8px;
    position: relative;
}

.row {
    margin: -16px -8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row+.row {
    margin-top: 0;
}

[class|='col'] {
    width: 100%;
    margin-top: 16px;
    padding: 0 8px;
}

.col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
}

.col-auto {
    width: auto;
}

.col-1 {
    width: 8.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
}

.col-2 {
    width: 16.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
}

.col-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}

.col-4 {
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
}

.col-5 {
    width: 41.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
}

.col-6 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.col-7 {
    width: 58.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
}

.col-8 {
    width: 66.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
}

.col-9 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}

.col-10 {
    width: 83.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
}

.col-11 {
    width: 91.66667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
}

.col-12 {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

/*Сетка*/
.text p,
.text ol,
.text ul {
    margin: 16px 0;
}

.text p:first-child,
.text ol:first-child,
.text ul:first-child {
    margin-top: 0;
}

.text p:last-child,
.text ol:last-child,
.text ul:last-child {
    margin-bottom: 0;
}

.text li {
    margin: 8px 0;
}

.text li:first-child {
    margin-top: 0;
}

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

.text ol,
.text ul {
    padding-left: 0;
    list-style-type: none;
}

.text ol li,
.text ul li {
    padding-left: 40px;
    position: relative;
}

.text ol ol:first-child,
.text ol ul:first-child,
.text ul ol:first-child,
.text ul ul:first-child {
    margin-top: 16px;
}

.text ul li::before {
    position: absolute;
    content: '';
    left: 17px;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ae7c78;
}

.text ol {
    counter-reset: num;
}

.text ol li::before {
    position: absolute;
    left: 0;
    width: 40px;
    padding-right: 8px;
    counter-increment: num;
    content: counters(num, ".") ".";
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.title {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.2;
}

.title_uppercase {
    text-transform: uppercase;
}

.title_bold {
    font-weight: bold;
}

.title_size_lg {
    font-size: 44px;
    font-weight: 400;
    letter-spacing: 2px;
}

.title_size_sm {
    font-size: 16px;
    font-weight: 600;
}

.subtitle {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

.subtitle_size_lg {
    font-size: 24px;
}

.subtitle_bold {
    font-weight: 600;
}

.logo {
    display: inline-block;
    fill: #ae7c78;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.logo .icon__wrap {
    padding-bottom: 60%;
}

.logo:hover,
.logo:focus {
    fill: #98605b;
}

.logo:active {
    fill: #7a5754;
}

.logo_white {
    fill: #fff;
}

.logo_white:hover,
.logo_white:focus {
    fill: #cccccc;
}

.icon {
    width: 100%;
}

.icon__wrap {
    position: relative;
    padding-bottom: 100%;
}

.icon__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.promo-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.promo-info__icon {
    fill: #ae7c78;
    padding: 0 4px;
}

.promo-info__subtitle {
    font-weight: bold;
}

.step {
    padding-top: 32px;
    text-align: center;
}

.step__icon {
    fill: #ae7c78;
}

.step__icon .icon__wrap {
    height: 52px;
    padding-bottom: 0;
}

.step__subtitle {
    font-weight: bold;
    padding: 8px 0;
}

.nav {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 60px;
}

.nav__link {
    padding: 20px 10px;
    text-decoration: none;
    color: #ae7c78;
    cursor: pointer;
}

.nav__link:hover {
    color: #7a5754;
}

.nav__logo {
    display: block;
    height: 60px;
    width: 100px;
    cursor: pointer;
}

.nav_alternative .nav__link {
    color: #fff;
    height: 100%;
}

.nav_alternative .nav__link:hover {
    color: #cccccc;
}

.discount {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #ae7c78;
}

.discount__info {
    padding: 40px 102px;
    color: #fff;
}

.discount__title {
    padding-bottom: 24px;
}

.discount__img {
    background-clip: border-box;
    background: no-repeat center / cover;
}

.catalog {
    position: relative;
    padding-bottom: 442px;
    background: no-repeat center;
    border-radius: 10px;
}

.catalog__info {
    height: 100%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
}

.catalog__info::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #ae7c78;
    opacity: 0.6;
    border-radius: 10px;
}

.catalog__title,
.catalog__subtitle {
    z-index: 1;
    color: #fff;
    text-transform: inherit;
}

.catalog__link:hover .catalog__info::after {
    opacity: 0.8;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}

.header_line {
    border-top: 1px solid #ae7c78;
    border-bottom: 1px solid #ae7c78;
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #fff;
}

.footer_bg {
    background-color: #ae7c78;
}

.footer__icon .icon__img {
    fill: #fff;
    width: 20px;
    height: 20px;
}

.popular {
    margin-top: 36px;
}

.popular__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popular__text,
.popular__text-other {
    margin-top: 24px;
}

.popular__price {
    margin-top: 36px;
    font-size: 24px;
}

.popular__button {
    margin-top: 64px;
}

.popular__img {
    padding-bottom: 100%;
    background: no-repeat center / contain;
}

.news__subtitle {
    padding: 40px 0;
}

.news__social .social__link {
    fill: #ae7c78;
}

.news__picture-grid {
    display: grid;
    grid-gap: 20px;
}

.news__picture-grid__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news__picture-grid__img_2row {
    grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}

.feedback {
    border: 1px solid #ae7c78;
    padding: 40px 0;
}

.feedback__title {
    padding-bottom: 40px;
}

.feedback__text {
    margin: 0 40px;
    padding-bottom: 14px;
}

.feedback__row {
    padding-bottom: 24px;
}

.button {
    display: block;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    background: #d89999;
    border-radius: 40px;
    border: none;
    line-height: 80px;
    text-align: center;
    width: 285px;
    height: 80px;
    cursor: pointer;
}

.button:hover {
    background-color: #c36262;
}

.button:active {
    background-color: #9c3c3c;
}

.social__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social__link {
    padding: 2px;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    fill: #fff;
}

.social__link:last-child {
    margin-right: 0;
}

.social__link:hover {
    fill: #ae7c78;
}

.social__link:active {
    fill: #7a5754;
}

.social__link_color_fb:hover {
    fill: #1877f2;
}

.social__link_color_fb:active {
    fill: #0b5fcc;
}

.social__link_color_tw:hover {
    fill: #1da1f2;
}

.social__link_color_tw:active {
    fill: #0c85d0;
}

.social__link_color_inst:hover {
    fill: #DD2A7B;
}

.social__link_color_inst:active {
    fill: #b71d63;
}

.contacts {
    position: relative;
    height: 644px;
}

.contacts__maps {
    position: absolute;
    width: 100%;
}

.contacts__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.contacts__card {
    margin-top: 52px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 36px 36px;
    width: 386px;
    height: 520px;
    background-color: #F7FAFC;
    border-radius: 12px;
}

.contacts__subtitle {
    margin-top: 28px;
}

.contacts__text {
    margin-top: 12px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: bold;
}

.root__title-section-align {
    text-align: center;
}

.root__row-no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.root__block {
    margin: 32px 0;
}

.root__promo-icon {
    height: 52px;
    fill: #ae7c78;
}

.block {
    border: 1px solid #cccccc;
    border-radius: 8px;
    overflow: hidden;
}

.block__name {
    font-size: 27px;
    line-height: 1.3;
    padding: 12px 16px;
    color: #4d4d4d;
    background-color: #cccccc;
    border-bottom: 1px solid #fff;
}

.block__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 16px;
    margin: -8px;
}

.block__item {
    margin: 8px;
    padding: 16px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.block__item:only-child {
    padding: 0;
    border: none;
}

.block__item_dark {
    background-color: #000;
    border-color: transparent;
}

.block__item_dark:only-child {
    padding: 16px;
}

.block__item_wide {
    width: 100%;
}

.section {
    padding: 40px 0;
    background: no-repeat center / cover;
}

.section_padding-bottom-none {
    padding-bottom: 0;
}

.section-first {
    padding-top: 82px;
}

.section-first__row-padding-bottom {
    padding-bottom: 32px;
}

.section-first__text {
    margin: 0;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-style: normal;
    color: #ae7c78;
    font-size: 44px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-first__subtitle {
    margin-top: 24px;
    letter-spacing: -1px;
    margin-bottom: 64px;
}

.section-first__wrap {
    position: relative;
    padding-bottom: 100%;
}

.section-first__wrap_margin-top {
    margin-top: 40px;
}

.section-first__picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: no-repeat top / cover;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }

    .col-sm-1 {
        width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }

    .col-md-1 {
        width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    }

    .col-md-3 {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-md-4 {
        width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    }

    .col-md-6 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-md-7 {
        width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    }

    .col-md-9 {
        width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-md-10 {
        width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    }

    .col-md-12 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .col-lg-1 {
        width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }

    .col-xl-1 {
        width: 8.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    }

    .col-xl-2 {
        width: 16.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    }

    .col-xl-3 {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }

    .col-xl-4 {
        width: 33.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    }

    .col-xl-5 {
        width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    }

    .col-xl-6 {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    .col-xl-7 {
        width: 58.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    }

    .col-xl-8 {
        width: 66.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    }

    .col-xl-9 {
        width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    }

    .col-xl-10 {
        width: 83.33333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    }

    .col-xl-11 {
        width: 91.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    }

    .col-xl-12 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}