* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #01213d
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

html {
    scroll-behavior: smooth
}

body,
html {
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: Manrope, sans-serif;
    font-weight: 400;
    line-height: 1
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

li,
ul {
    list-style: none
}

img {
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400
}

sup {
    color: inherit
}

.glider,
.glider-contain {
    margin: 0 auto;
    position: relative
}

.glider,
.glider-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.glider-dot,
.glider-next,
.glider-prev {
    border: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0
}

.glider-contain {
    width: 100%
}

.glider {
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none
}

.glider-track {
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1
}

.glider.draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab
}

.glider.draggable .glider-slide img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.glider-slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%;
    min-width: 150px
}

.glider-slide img {
    max-width: 100%
}

.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0
}

.glider-next,
.glider-prev {
    position: absolute;
    background: 0 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    -webkit-transition: opacity .5s cubic-bezier(.17, .67, .83, .67), color .5s cubic-bezier(.17, .67, .83, .67);
    -o-transition: opacity .5s cubic-bezier(.17, .67, .83, .67), color .5s cubic-bezier(.17, .67, .83, .67);
    transition: opacity .5s cubic-bezier(.17, .67, .83, .67), color .5s cubic-bezier(.17, .67, .83, .67)
}

.glider-next:focus,
.glider-next:hover,
.glider-prev:focus,
.glider-prev:hover {
    color: #ccc
}

.glider-next {
    right: -23px;
    left: auto
}

.glider-next.disabled,
.glider-prev.disabled {
    opacity: .25;
    color: #666;
    cursor: default
}

.glider-hide {
    opacity: 0
}

.glider-dots {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0
}

.glider-dot {
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 7px
}

.glider-dot:focus,
.glider-dot:hover {
    background: #ddd
}

.glider-dot.active {
    background: #a89cc8
}

* {
    scrollbar-width: .5rem;
    scrollbar-color: #01213d #d6d6d6
}

::-webkit-scrollbar {
    width: .5rem;
    background-color: #fff
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 .375rem rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 .375rem rgba(0, 0, 0, .2);
    border-radius: .25rem;
    background: #eee
}

::-webkit-scrollbar-thumb {
    border-radius: .25rem;
    border: 0 none #fff;
    background-color: #023c6f;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out
}

::-webkit-scrollbar-thumb:hover {
    background-color: #01213d
}

body {
    background: #f1efec
}

body.lock {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none
}

[class*=__container] {
    max-width: 1340px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

[class*=_overlay-bg] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 280ms ease-in-out 0s;
    -o-transition: all 280ms ease-in-out 0s;
    transition: all 280ms ease-in-out 0s;
    z-index: 2000;
    padding: 3.75rem .9375rem;
    overflow-y: auto
}

[class*=_overlay-bg]._is-open {
    opacity: 1;
    visibility: visible
}

.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%;
    overflow: hidden
}

.page {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.page [data-observ] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .125rem;
    background: 0 0;
    pointer-events: none
}

.section-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    margin-bottom: 20px
}

.section {
    margin-top: 100px
}

.button {
    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;
    height: 75px;
    background: #03b5ec;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    border-radius: 5px;
    -webkit-box-shadow: 0 205px 82px rgba(0, 97, 152, .02), 0 116px 69px rgba(0, 97, 152, .07), 0 51px 51px rgba(0, 97, 152, .11), 0 13px 28px rgba(0, 97, 152, .13), 0 0 0 rgba(0, 97, 152, .13);
    box-shadow: 0 205px 82px rgba(0, 97, 152, .02), 0 116px 69px rgba(0, 97, 152, .07), 0 51px 51px rgba(0, 97, 152, .11), 0 13px 28px rgba(0, 97, 152, .13), 0 0 0 rgba(0, 97, 152, .13)
}

.button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#03b5ec), to(#008dc4));
    background: -o-linear-gradient(top, #03b5ec 0, #008dc4 100%);
    background: linear-gradient(180deg, #03b5ec 0, #008dc4 100%);
    -webkit-box-shadow: none;
    box-shadow: none
}

.button:active {
    background: #008dc4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.up-btn {
    position: fixed;
    right: 30px;
    bottom: 100px;
    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;
    width: 75px;
    height: 75px;
    display: none
}

.header__logo img {
    width: 172px
}

.header__container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.header .menu__link {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px
}

.header .menu__link:hover {
    color: #03b5ec
}

.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.header__phone a {
    color: #03b5ec;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: .03em
}

.icon-menu {
    display: none
}

.mobile__menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f1efec;
    height: 100%;
    display: none
}

.mobile__menu.active {
    display: block
}

.mobile__menu__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -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;
    height: 100%
}

.mobile__menu__container .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 40px
}

.mobile__menu__container .menu__link {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center
}

.mobile__menu__container .menu__link:hover {
    color: #03b5ec
}

.mobile__menu__phone a {
    color: #03b5ec;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: .03em
}

.footer {
    border-top: 1px solid #73828f
}

.footer__logo img {
    width: 172px
}

.footer__container {
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.footer .menu__link {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px
}

.footer .menu__link:hover {
    color: #03b5ec
}

.footer .menu .politic {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    margin-top: 15px
}

.footer .menu .politic a {
    border-bottom: 1px solid #01213d
}

.footer .menu .politic a:hover {
    color: #03b5ec;
    border-bottom: 1px solid #03b5ec
}

.footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.footer__phone a {
    color: #03b5ec;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: .03em
}

.banner__container {
    background: url("images/banner.png")
}

.banner__container {
    height: 700px;
    background-size: cover;
    border-radius: 20px;
    padding: 60px;
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.banner__title {
    margin-bottom: 20px;
    color: #fff;
    font-weight: 700;
    font-size: 80px;
    line-height: 100%
}

.banner__subtitle {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #fff;
    margin-bottom: 40px;
    color: #fff;
    opacity: .8
}

.banner .button {
    width: 269px
}

.about__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.about__content .text {
    width: calc(50% - 10px);
    background: #fff;
    border-radius: 30px;
    padding: 60px
}

.about__content .text__title {
    font-weight: 400;
    font-size: 22px;
    line-height: 130%;
    color: #01213d;
    margin-bottom: 10px
}

.about__content .text__info {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

.about__content .image {
    width: calc(50% - 10px);
    -o-object-fit: contain;
    object-fit: contain
}

.services__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.services__list-item {
    background: #fff;
    border-radius: 30px;
    padding: 20px
}

.services__list-item img {
    width: 100%;
    margin-bottom: 10px
}

.services__list-item .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #01213d;
    margin-bottom: 10px
}

.services__list-item .text ul li {
    list-style-type: none;
    padding-left: 20px;
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

.services__list-item .text ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background: #73828f;
    display: block;
    border-radius: 100%
}

.reviews__glider {
    position: relative
}

.reviews__glider .controls {
    position: absolute;
    right: 0;
    top: -70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px
}

.reviews__glider .controls .glider-next,
.reviews__glider .controls .glider-prev {
    position: relative !important;
    top: 0;
    left: 0
}

.reviews__glider .controls .glider-next:not(.disabled):hover svg circle,
.reviews__glider .controls .glider-prev:not(.disabled):hover svg circle {
    fill: #fff;
    stroke: transparent
}

.reviews__glider .controls .glider-next:not(.disabled):hover svg path,
.reviews__glider .controls .glider-prev:not(.disabled):hover svg path {
    stroke: #03b5ec
}

.reviews__glider .controls .glider-next svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.reviews__glider-item {
    padding: 45px 20px 20px 20px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    margin: 0 10px;
    min-height: 280px
}

.reviews__glider-item img {
    position: absolute;
    left: 20px;
    top: 15px
}

.reviews__glider-item .text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #01213d;
    margin-bottom: 50px
}

.reviews__glider-item .author {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

.docs .section-title {
    margin-bottom: 10px
}

.docs .section-subtitle {
    max-width: 450px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f;
    margin-bottom: 20px
}

.docs__list a {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    padding: 20px 70px 20px 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    color: #01213d;
    margin-bottom: 20px
}

.docs__list a img {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.contacts {
    margin-bottom: 100px
}

.contacts__wrapper {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.contacts__block {
    padding: 60px;
    background: #fff;
    border-radius: 30px
}

.contacts__block .title {
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    color: #01213d;
    margin-bottom: 20px
}

.contacts .info__item {
    margin-bottom: 20px
}

.contacts .info__item-title {
    font-weight: 700;
    font-size: 24px;
    color: #01213d;
    line-height: 130%;
    margin-bottom: 5px
}

.contacts .info__item-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

.contacts .info__item-text a {
    margin-bottom: 5px;
    display: block;
    color: #73828f
}

.contacts .form form {
    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;
    row-gap: 20px
}

.contacts .form form .politic {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #73828f;
    max-width: 315px;
    margin-left: auto;
    margin-right: auto
}

.contacts .form form .politic a {
    color: #01213d
}

.contacts .form form input {
    padding: 0 20px;
    height: 63px;
    background: #f1efec;
    border-radius: 5px
}

.contacts .form form input::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

.contacts .form form input::-moz-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

.contacts .form form input:-ms-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

.contacts .form form input::-ms-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

.contacts .form form input::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

.contacts .form form textarea {
    resize: none;
    background: #f1efec;
    border-radius: 5px;
    padding: 20px;
    height: 112px
}

.contacts .form form textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

.contacts .form form textarea::-moz-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

.contacts .form form textarea:-ms-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

.contacts .form form textarea::-ms-input-placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

.contacts .form form textarea::placeholder {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #73828f
}

@media (max-width:991.98px) {
    .banner__title {
        font-size: 64px
    }

    .about__content .text {
        padding: 30px
    }

    .services__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 20px
    }

    .contacts__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 20px
    }
}

@media (max-width:768.98px) {
    [class*=__container] {
        padding: 0 10px
    }

    [class*=_overlay-bg]::-webkit-scrollbar {
        display: none
    }
}

@media (max-width:767.98px) {
    .up-btn {
        width: 40px;
        height: 40px;
        right: 10px;
        bottom: 20px
    }

    .header .menu {
        display: none
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 48px;
        height: 48px;
        background: #fff;
        cursor: pointer;
        z-index: 5
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        right: 0;
        position: absolute;
        width: 18px;
        height: 2px;
        left: 15px;
        background-color: #03b5ec
    }

    .icon-menu::before {
        top: 17px
    }

    .icon-menu::after {
        bottom: 18px
    }

    .icon-menu span {
        top: calc(50% - 1px)
    }

    .footer .menu {
        display: none
    }

    .banner__container {
        padding: 60px 20px;
        border-radius: 0;
        background-position: center;
        height: 600px
    }

    .banner__title {
        font-size: 38px
    }

    .banner__subtitle {
        font-size: 22px
    }

    .about__content .text {
        width: 100%;
        margin-bottom: 20px
    }

    .about__content .image {
        width: 100%
    }

    .docs__list a {
        padding: 10px 50px 10px 10px;
        font-size: 18px;
        margin-bottom: 10px
    }

    .contacts__block {
        padding: 30px
    }

    .contacts__block .title {
        font-size: 28px
    }

    .contacts .info__item-title {
        font-size: 18px
    }

    .contacts .info__item-text {
        font-size: 16px
    }

    .contacts .form form {
        row-gap: 10px
    }

    .contacts .form form input {
        height: 50px
    }
}

@media (max-width:36em) {
    .glider::-webkit-scrollbar {
        opacity: 1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px
    }

    .glider::-webkit-scrollbar-thumb {
        opacity: 1;
        border-radius: 99px;
        background-color: rgba(156, 156, 156, .25);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .25);
        box-shadow: 0 0 1px rgba(255, 255, 255, .25)
    }
}

@media (max-width:479.98px) {
    .header__phone a {
        display: none
    }

    .footer__phone a {
        display: none
    }

    .banner__container {
        height: 470px;
        padding: 20px
    }

    .banner__title {
        font-size: 28px;
        margin-bottom: 5px
    }

    .banner__subtitle {
        font-size: 18px;
        margin-bottom: 20px
    }

    .about__content .text__title {
        font-size: 18px
    }

    .about__content .text__info {
        font-size: 14px
    }

    .services__list-item .title {
        font-size: 18px
    }

    .services__list-item .text ul li {
        font-size: 16px
    }
}
