@font-face {
    font-family: 'Gotham Pro';
    src: url('../../fonts/Gotham-Pro/GothamPro-Bold.eot');
    src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
    url('../../fonts/Gotham-Pro/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Gotham-Pro/GothamPro-Bold.woff') format('woff'),
    url('../../fonts/Gotham-Pro/GothamPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('../../fonts/Gotham-Pro/GothamPro-Medium.eot');
    src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
    url('../../fonts/Gotham-Pro/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Gotham-Pro/GothamPro-Medium.woff') format('woff'),
    url('../../fonts/Gotham-Pro/GothamPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('../../fonts/Gotham-Pro/GothamPro.eot');
    src: local('Gotham Pro'), local('GothamPro'),
    url('../../fonts/Gotham-Pro/GothamPro.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Gotham-Pro/GothamPro.woff') format('woff'),
    url('../../fonts/Gotham-Pro/GothamPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Pro';
    src: url('../../fonts/Gotham-Pro/GothamPro-Light.eot');
    src: local('Gotham Pro Light'), local('GothamPro-Light'),
    url('../../fonts/Gotham-Pro/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
    url('../../fonts/Gotham-Pro/GothamPro-Light.woff') format('woff'),
    url('../../fonts/Gotham-Pro/GothamPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
     * Remove all paddings around the image on small screen
     */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/*# sourceMappingURL=magnific-popup.css.map */
.calcs {
    padding-left: 15px;
    padding-right: 15px;
}
body {
    line-height: 1;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 20px;
}
/* popup */

.popup--medium {
    max-width: 585px;
    width: 100vw;
    position: relative; }
.popup--big {
    max-width: 721px;
    width: 100vw;
    position: relative; }
.popup--large {
    max-width: 1003px;
    width: 100vw;
    position: relative; }
.popup--success {
    max-width: 408px; }
.popup--success-2 {
    max-width: 410px; }
.popup--main {
    background: #F6F6F6;
    border-radius: 30px;
    padding: 48px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%; }
.popup--main .mfp-close {
    display: none; }
.popup--main .popup__close {
    position: absolute;
    top: 44px;
    right: 48px; }
.popup--main-small-padding {
    padding: 32px; }
@media (max-width: 760px) {
    .popup--main-small-padding {
        padding: 16px; } }
.popup--main-small-padding .popup__close {
    right: 32px;
    top: 32px; }
@media (max-width: 760px) {
    .popup--main-small-padding .popup__close {
        right: 16px;
        top: 16px; } }
.popup--main-light {
    background: #FFFFFF; }
.popup--main-light .popup__close {
    background: #F6F6F6; }
.popup--main-light .popup__close svg path {
    fill: #28303F; }
.popup--video {
    width: 100%;
    max-width: 1296px;
    margin: 0 auto;
    border-radius: 30px;
    background: #3D4543;
    position: relative;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 48px 125px;
    box-sizing: border-box; }
.popup--video .mfp-close {
    display: none; }
.popup--video .popup__close {
    position: absolute;
    top: 48px;
    right: 48px; }
.popup__inner--top-gap {
    padding-top: 40px; }
@media (max-width: 760px) {
    .popup__inner--top-gap {
        padding-top: 0; }
    .popup__inner--top-gap .popup__title {
        padding-right: 48px;
        font-size: 20px;
        line-height: 26px;
        font-weight: 400; }
    .popup__inner--top-gap .popup__descr {
        margin-top: 9px;
        font-size: 14px;
        line-height: 16px; } }
.popup__body {
    margin-top: 24px; }
.popup__footer-actions {
    width: 100%;
    padding-top: 8px;
    border-top: 1px solid #E8E8E8;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
.popup__footer-actions .card-action__price-old {
    font-size: 18px; }
.popup__footer-actions .card-action__price-new {
    font-size: 22px;
    line-height: 26px; }
@media (min-width: 760.98px) {
    .popup__footer-actions .card-action__price {
        flex-direction: row-reverse;
        justify-content: flex-end; } }
.popup__footer-actions-price {
    flex: 1;
    min-width: 0; }
.popup__close {
    position: absolute;
    right: 48px;
    top: 45px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #646968;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 2; }
.popup__close--white {
    background: #fff; }
.popup__close--white svg path {
    fill: #28303F; }
.popup__logo {
    display: flex;
    justify-content: center;
    margin-bottom: 16px; }
.popup__title {
    font-size: 28px;
    line-height: 34px;
    color: #3D4543;
    text-transform: uppercase;
    font-weight: 700; }
.popup__title--center {
    text-align: center; }
.popup__descr {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    color: #646968;
    margin: 0;
    margin-top: 24px; }
@media (max-width: 760px) {
    .popup__descr br {
        display: none; } }
.popup__descr a {
    text-decoration: underline;
    color: #646968; }
.popup__descr b {
    font-weight: 500; }
@media (max-width: 760px) {
    .popup__descr b {
        font-weight: 400; } }
.popup__descr--left {
    text-align: left;
    margin-bottom: 16px; }
.popup__action {
    margin-top: 24px;
    display: flex;
    justify-content: center; }
.popup__grid-form {
    display: flex;
    flex-wrap: wrap;
    gap: 32px 36px;
    margin-top: 32px; }
@media (max-width: 991px) {
    .popup__grid-form {
        margin-top: 16px;
        gap: 16px; } }
.popup__grid-form-title {
    margin-bottom: 32px;
    font-size: 22px;
    font-weight: 400;
    line-height: 26px;
    color: #3D4543; }
@media (max-width: 991px) {
    .popup__grid-form-title {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 8px; } }
.popup__grid-form-time {
    width: 418px;
    max-width: 418px;
    flex: 1 0 418px; }
@media (max-width: 991px) {
    .popup__grid-form-time {
        width: 100%;
        flex: 1 0 100%;
        max-width: 100%; } }
.popup__grid-form-calendar > img {
    max-width: 100%;
    object-fit: contain; }
.popup__grid-form-calendar .schedule-slider {
    padding-left: 44px;
    padding-right: 44px; }
@media (max-width: 760px) {
    .popup__grid-form-calendar .schedule-slider {
        padding-left: 46px;
        padding-right: 46px; } }
.popup__grid-form-form {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column; }
.popup__grid-form-form .popup__grid-form-bg {
    flex: 1;
    min-height: 0; }
.popup__grid-form-bg {
    padding: 24px;
    background: #F6F6F6;
    border-radius: 12px; }
.popup__grid-form-bg .popup__body {
    margin-top: 0; }
@media (max-width: 991px) {
    .popup__grid-form-bg {
        padding: 16px; } }
.popup__grid-form-action {
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%; }
.popup__grid-form-action .form-main__footer {
    margin-top: 0;
    display: flex;
    justify-content: flex-end; }

/* END popup */

/* CONTAINER */

.container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: calc(1296px + 15px + 15px);
    width: 100vw;
    margin: 0 auto;
    box-sizing: border-box;
}

/* END CONTAINER */

/* SECTION */
.section {
    margin-top: 98px;
    margin-bottom: 140px; }
.section--small-gap {
    margin-top: 64px;
    margin-bottom: 64px; }
.section--small-bottom {
    margin-bottom: 48px; }
.section__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
    margin-bottom: 48px; }
.section__head--medium-gap {
    margin-bottom: 32px; }
.section__head--small-gap {
    margin-bottom: 24px; }
.section__head-content {
    flex: 1;
    min-width: 0; }
.section__head-item {
    margin-bottom: 4px;
    margin-bottom: -14px;
    flex: 1 0 100%;
    width: 100%;
    max-width: 100%; }
.section__pre-title {
    font-size: 14px;
    line-height: 24px;
    color: #FF5F00;
    text-transform: uppercase;
    font-weight: 500; }
.section__title {
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #3D4543; }
.section__title--small {
    font-size: 28px;
    line-height: 34px; }
.section__action-link {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #646968;
    text-decoration: none;
    text-transform: uppercase; }
.section__action-link:hover {
    color: #3D4543; }
.section__action-link:hover svg path {
    fill: #3D4543; }
.section__action-link-arrow {
    display: flex;
    align-items: center;
    justify-content: center; }
.section__footer {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
.section__footer--end {
    justify-content: flex-end; }
.section__footer-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex: 0 auto; }

/* END SECTION */


/* ABOUT US */


.about-us {
    display: flex;
    flex-wrap: wrap;
    gap: 50px; }
.about-us__image-link {
    display: flex;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    height: 100%; }
.about-us__image-link img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.about-us__video-link {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: #4BBAD5;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    padding: 12px;
    gap: 8px; }
.about-us__video-link-ico {
    display: flex; }
.about-us__video-link-text {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #FFFFFF;
    max-width: 72px;
    text-align: center; }
.about-us__image {
    flex: 1;
    min-width: 0; }
.about-us__content {
    flex: 1 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    width: calc(50% - 12px); }
.about-us__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #3D4543;
    margin-bottom: 24px;
    text-transform: uppercase; }
.about-us__text {
    font-size: 18px;
    line-height: 22px;
    color: #646968; }
.about-us__cards {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px; }
.about-us__card {
    display: flex;
    flex-wrap: wrap;
    width: calc(50% - (24px - (24px / 2)));
    flex: 1 0 calc(50% - (24px - (24px / 2)));
    max-width: calc(50% - (24px - (24px / 2))); }

.card-couter {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
    background: #F6F6F6;
    box-sizing: border-box; }
.card-couter__head {
    margin-bottom: 8px; }
.card-couter__title {
    font-size: 38px;
    line-height: 42px;
    color: #FF5F00;
    font-weight: 700;
    margin-bottom: 0; }
.card-couter__text {
    font-size: 18px;
    line-height: 22px;
    color: #3D4543;
    margin-bottom: 0; }

/* END ABOUT US */


@media (max-width: 1200px) {
    .container-calc > .form-item > label, .container-calc > .form-item .container-inline, #kalend-berr-ajax .control-label, #kalend-berr-ajax .form-inline, #kalend-zachat-ajax .form-inline, #kalend-zachat-ajax #edit-cikl, #kalend-zachat-ajax #edit-num, #pol-data-ajax select, #srok-berr-ajax .form-inline, #data-rodov-ajax .form-inline, #kalend-ovul-ajax .form-inline, #kalend-ovul-ajax #edit-cikl, #kalend-ovul-ajax #edit-num, #pol-krov-ajax select {

        width: 100%;
    }
    #kalend-berr-ajax .form-inline > div, #kalend-zachat-ajax .form-inline > div, #srok-berr-ajax .form-inline > div, #data-rodov-ajax .form-inline > div, #kalend-ovul-ajax .form-inline > div {

        width: 32.332%;
    }
    .control-label {
        font-size: 14px;
        padding-bottom: 4px;
    }
    .container-calc {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        gap: 6px;
    }
    .popup--video {
        padding: 36px;
        padding-top: 68px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 16px; }
    .popup--video .popup__close {
        position: absolute;
        top: 16px;
        right: 16px; }
    .popup__video-inner {
        position: relative;
        height: 0;
        padding-top: 56.6%; }
    .popup__video-inner > * {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0; }
    .hide-mobile {
        display: none;
    }
    .section {
        margin-top: 64px;
        margin-bottom: 96px; }
    .section--small-gap {
        margin-top: 64px;
        margin-bottom: 64px; }
    .section--tablet-top-small-gap {
        margin-top: 64px; }
    .section__title {
        font-size: 28px;
        line-height: 34px; }
    .section__head {
        margin-bottom: 32px;
        align-items: flex-end; }
    .section__head--small-bottom-tablet {
        margin-bottom: 16px; }
    .section__head--medium-bottom-tablet {
        margin-bottom: 24px; }
    .section {
        margin-top: 32px;
        margin-bottom: 72px; }
    .section--small-gap {
        margin-top: 64px;
        margin-bottom: 64px; }
    .section--tablet-top-small-gap {
        margin-top: 32px; }
    .section__title {
        font-size: 28px;
        line-height: 34px; }
    .section__title--small-mobile {
        font-size: 22px;
        line-height: 28px; }
    .section__title--small {
        font-size: 22px;
        line-height: 28px; }
    .section__head {
        margin-bottom: 32px;
        align-items: flex-end; }
    .section__action-link {
        font-size: 12px; }
    .section__action-link-arrow {
        position: relative;
        top: -1px; }
    .section__footer--top-mobile {
        margin-top: 24px; }
    .section__footer--top-mobile .content-text__footer-link {
        margin: 0 auto; }
    .section__footer--top-mobile .content-text__footer-link.is-active .content-text__footer-icon {
        transform: scaleY(-1); }
    .section--small-bottom {
        margin-bottom: 24px;
    }
    .container {
        padding-left: 16px;
        padding-right: 16px; }

    .about-us {
        gap: 40px; }
    .about-us__image {
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%;
        height: 352px; }
    .about-us__content {
        flex: 1 0 100%;
        max-width: 100%;
        width: 100%; }
    .about-us__cards {
        margin-top: 32px;
        gap: 16px; }

    /**/
    .card-couter {
        padding: 16px; }
    .card-couter__icon {
        max-height: 30px; }
    .card-couter__icon > * {
        height: 30px;
        width: 30px; }
    .card-couter__title {
        font-size: 28px;
        line-height: 30px; }
    .card-couter__text {
        font-size: 16px;
        line-height: 20px; }
}
