@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Bold.eot');
    src: url('fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/Montserrat-Bold.woff2') format('woff2'), url('fonts/montserrat/Montserrat-Bold.woff') format('woff'), url('fonts/montserrat/Montserrat-Bold.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-SemiBold.eot');
    src: url('fonts/montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'), url('fonts/montserrat/Montserrat-SemiBold.woff') format('woff'), url('fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype'), url('fonts/montserrat/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Medium.eot');
    src: url('fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/Montserrat-Medium.woff2') format('woff2'), url('fonts/montserrat/Montserrat-Medium.woff') format('woff'), url('fonts/montserrat/Montserrat-Medium.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Medium.svg#Montserrat-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Regular.eot');
    src: url('fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat/Montserrat-Regular.woff2') format('woff2'), url('fonts/montserrat/Montserrat-Regular.woff') format('woff'), url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Regular.svg#Play-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.t-left {
    text-align: left;
}
.t-right {
    text-align: right;
}
.t-center {
    text-align: center;
}
.d-flex {
    display: flex;
}
.j-btw {
    justify-content: space-between;
}
.j-center {
    justify-content: center;
}
.align-items-center {
    align-items: center;
}
.t-up {
    text-transform: uppercase;
}
em {
    font-style: italic;
}
sup {
    font-size: 1.3rem;
    vertical-align: super;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.strong,
strong {
    font-weight: 700;
}
.w-600 {
    font-weight: 600;
}
.t-size-10 {
    font-size: 1rem;
}
.t-size-12 {
    font-size: 1.2rem;
}
.t-size-14 {
    font-size: 1.4rem;
}
.t-size-16 {
    font-size: 1.6rem;
}
.t-size-18 {
    font-size: 1.8rem;
}
.t-size-20 {
    font-size: 2rem;
}
.t-size-22 {
    font-size: 2.2rem;
}
.t-size-24 {
    font-size: 2.4rem;
}
.transition {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
html {
    font-size: 10px;
    min-width: 360px;
}
a {
    text-decoration: none;
    color: #2B2A29;
}
a:hover {
    opacity: 0.8;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
a.colorbox {
    display: block;
    background: #fff;
}
.underline-link {
    text-decoration: underline;
}
p {
    margin-bottom: 10px;
    color: #5a6369;
}
body {
    position: relative;
    box-sizing: border-box;
    color: #2B2A29;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.3;
    min-width: 360px;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
body.body-menu-active {
    overflow: hidden;
}
.wrap {
    padding: 0 15px;
    max-width: 1158px;
    position: relative;
    margin: 0 auto;
}
h1 {
    font-size: 4.1rem;
    line-height: 1.25;
    text-transform: none;
    font-weight: 700;
    margin-bottom: 20px;
}
h1,
h2 {
    position: relative;
}
h1:after,
h2:after {
    content: "";
    width: 276px;
    height: 4px;
    display: block;
    background: #00B5F0;
}
h2 {
    font-size: 3.2rem;
    line-height: 1.25;
    font-weight: 700;
}
h2:after {
    margin-bottom: 40px;
}
h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 15px;
}
h3:after {
    content: "";
    width: 80px;
    height: 2px;
    display: block;
    background: #00B5F0;
    margin-top: 3px;
}
.color-text {
    color: #00B5F0;
}
.color-text a {
    color: #00B5F0;
}
input[type="text"] {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    border: none;
    border: 1px solid #00B5F0;
    outline: none;
    padding: 16px 12px;
    width: 100%;
    box-sizing: border-box;
    color: #5A5A5A;
    background: #fff;
    margin-bottom: 18px;
}
.btn,
input[type="submit"] {
    font-family: 'Montserrat', sans-serif;
    background: #00B5F0;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin: 0 auto;
    padding: 13px;
    max-width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    border: 1px solid #00B5F0;
    outline: none;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    line-height: 1;
    min-width: 276px;
    text-decoration: none;
    text-transform: uppercase;
}
.btn:hover,
input[type="submit"]:hover {
    background: none;
    color: #00B5F0;
    opacity: 1;
}
.hide-block {
    display: none;
}
.warn-info-wrap {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #F7F7F7;
    z-index: 1000;
    padding: 10px;
}
.warn-text {
    margin-right: 25px;
}
div[role="alert"],
div[role="contentinfo"] {
    background: red;
    color: #fff;
    padding: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
div[role="contentinfo"] {
    background: #00B5F0;
}
.button-up {
    position: fixed;
    right: 25px;
    bottom: 25px;
    background: #00B5F0;
    border: none;
    color: #fff;
    width: 35px;
    height: 30px;
    font-size: 2rem;
    border-radius: 5px;
    opacity: 0;
    transition: 250ms linear all;
    cursor: pointer;
    z-index: 50;
}
.button-up.active-scroll-top {
    opacity: 1;
}
.front-section {
    margin-bottom: 100px;
}
.icon {
    position: relative;
    display: inline-block;
    padding-left: 34px;
}
.icon:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    left: 0;
    top: -5px;
}
.icon.icon-mail:before {
    background: url('/images/icons/mail.svg') no-repeat 50% 50%;
}
.icon.icon-phone:before {
    background: url('/images/icons/phone.svg') no-repeat 50% 50%;
}
.icon.icon-map:before {
    background: url('/images/icons/pin.svg') no-repeat 50% 50%;
}
.icon.icon-timetable:before {
    background: url('/images/icons/time.svg') no-repeat 50% 50%;
}
.icon.icon-alarm:before {
    width: 28px;
    height: 28px;
    background: url('/images/icons/alarm.svg') no-repeat 50% 50%;
}
.mobile-menu-link {
    display: none;
    width: 32px;
    height: 32px;
    background: url('/images/icons/mobile.svg') no-repeat 50% 50%;
    cursor: pointer;
}
.body-menu-active .mobile-menu-link {
    background: url('/images/icons/close.svg') no-repeat 50% 50%;
    background-size: 100%;
    position: fixed;
    right: 20px;
    top: 32px;
    z-index: 1001;
    margin: 0;
}
.top-header {
    padding: 20px 15px;
}
.first-contact-block {
    margin-bottom: 10px;
    min-width: 215px;
}
.second-contact-block {
    margin-bottom: 10px;
}
.logo {
    margin-right: 18px;
}
.top-header .contacts {
    margin-left: 47px;
}
.top-header .mail-block {
    margin-bottom: 18px;
}
.top-header .time-block {
    margin-top: 18px;
}
.top-header .social-links {
    margin-left: 60px;
}
.front-section.main {
    position: relative;
    overflow: hidden;
    background: url('/images/main.webp') no-repeat top center;
    height: 549px;
    color: #fff;
}
.front-section.main .wrap {
    height: 100%;
}
.front-section.main ul li:not(.order) {
    margin-bottom: 23px;
}
.front-section.main ul a {
    color: #fff;
}
.front-section.main ul a:after {
    content: "";
    width: 0;
    display: block;
    overflow: hidden;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    height: 2px;
    background: #fff;
}
.front-section.main ul a:hover {
    opacity: 1;
}
.front-section.main ul a:hover:after {
    width: 100px;
}
.front-section.main .btn {
    margin-top: 30px;
    margin-bottom: 20px;
}
.social-links {
    display: flex;
    min-width: 80px;
}
.tg {
    display: block;
    width: 32px;
    height: 32px;
    background: url('/images/icons/telegram.svg') no-repeat 50% 50%;
    margin-right: 15px;
}
.whtsp {
    display: block;
    width: 32px;
    height: 32px;
    background: url('/images/icons/whatsapp.svg') no-repeat 50% 50%;
    margin-right: 19px;
}
.main-menu {
    width: 276px;
    height: 100%;
    background: #00B5F0;
    padding: 20px 24px;
    padding-right: 18px;
    flex-shrink: 0;
    box-sizing: border-box;
}
.main-block {
    backdrop-filter: blur(10px);
    background: rgba(54, 54, 54, 0.7);
    padding-top: 25px;
    margin-top: 72px;
    margin-right: 45px;
    padding-left: 25px;
    height: 297px;
}
.adv-block {
    flex-wrap: wrap;
}
.adv-block > div {
    width: 49%;
    margin-bottom: 20px;
}
.adv-block > div:nth-child(5),
.adv-block > div:last-child {
    margin-bottom: 0;
}
.adv-block .adv-item-img {
    flex-shrink: 0;
    margin-right: 18px;
}
.adv-block h3 {
    margin-bottom: 4px;
}
.adv-block .t-size-14 {
    color: #5a6369;
}
.subtitle {
    color: #5a6369;
}
.techno-block,
.pack-block {
    flex-wrap: wrap;
}
.techno-block > div,
.pack-block > div {
    position: relative;
    box-shadow: 0px 2px 10px 0px rgba(43, 42, 41, 0.1);
    margin-bottom: 18px;
}
.techno-block > div:hover .img-link,
.pack-block > div:hover .img-link {
    opacity: 0.8;
}
.techno-block .techno-item-img,
.pack-block .techno-item-img {
    position: relative;
}
.techno-block .techno-item-img span:after,
.pack-block .techno-item-img span:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 80px 65px 0 rgba(0, 0, 0, 0.4) inset;
}
.techno-block h3,
.pack-block h3 {
    color: #fff;
    position: absolute;
    top: 16px;
    left: 16px;
}
.techno-block h3 a,
.pack-block h3 a {
    color: #fff;
}
.techno-block h3 a:hover,
.pack-block h3 a:hover {
    opacity: 1;
}
.pack-block > div{
    width: 19%;
}

.pack-block > div:last-child{
    margin-bottom: 18px;
}

.pack-block .pack-item-info > div{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
    width: 100%;
    box-sizing: border-box;
    background: #00b5f0;
}
.pack-block .pack-item-info > div a{
    color:#fff;
}
.pack-block .pack-item-info {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    top: 0;
    left: 0;
}
.pack-block .pack-item-info h3 {
    position: static;
}
.pack-block .scroll-to {
    color: #00B5F0;
    font-weight: 600;
    text-transform: uppercase;
    background: url('/images/icons/arr.svg') no-repeat 73px 0;
    display: inline-block;
    padding-right: 30px;
    font-size: 1.6rem;
}
.front-section.steps h2 {
    margin: 0;
}
.front-section.steps h2:after {
    margin-bottom: 10px;
}
.front-section.steps .steps-block {
    margin-top: 35px;
}
.front-section.steps .steps-block > div {
    width: 32%;
    max-width: 374px;
    box-shadow: 0px 2px 10px 0px rgba(43, 42, 41, 0.1);
    border: 4px solid #00B5F0;
    padding: 10px;
    padding-bottom: 72px;
    box-sizing: border-box;
}
.front-section.steps .steps-block > div span {
    display: inline-block;
    margin-left: 5px;
}
.front-section.steps h3 {
    margin: 18px 0 10px 2px;
}
.front-section.steps h3:after {
    display: none;
}
.front-section.steps .step-item-block {
    position: relative;
}
.front-section.steps .icon-alarm {
    position: absolute;
    bottom: 20px;
    left: 16px;
    display: block;
    padding-left: 45px;
}
.front-section.steps .t-size-14 {
    color: #5a6369;
}
.front-section.about {
    background: url('/images/about-logo.svg') no-repeat 0 10px;
    margin: 0;
    padding-bottom: 100px;
}
.about-block {
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(43, 42, 41, 0.1);
    padding: 24px;
}
.about-block > div {
    width: 49.5%;
    max-width: 547px;
}
.about-gallery {
    flex-wrap: wrap;
}
.about-gallery > div {
    width: 49%;
    max-width: 264px;
}
.about-gallery > div:first-child {
    width: 100%;
    max-width: 100%;
    margin-bottom: 18px;
}
.about-gallery > div img {
    width: 100%;
}
.front-section.order .wrap > div {
    width: 49.5%;
    max-width: 570px;
}
.form-column {
    margin-top: -8px;
}
form {
    margin-top: 35px;
}
form label,
form .label {
    display: block;
    color: #5a6369;
    margin-bottom: 8px;
    font-size: 1.6rem;
}
form .btn {
    width: 100%;
    padding: 18px;
}
form .agree {
    margin-top: 5px;
    font-size: 1.4rem;
    color: #aaaaaa;
}
form .agree a {
    color: #aaaaaa;
}
form .type input {
    display: none;
}
form .type label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border: 1px solid #00B5F0;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 18px;
}
form .type input[type="radio"]:checked + label {
    border: 1px solid #2B2A29;
}
form .type .icon.icon-mail {
    padding: 0;
}
form .type .icon.icon-mail:before {
    width: 32px;
    height: 32px;
    background-size: 100%;
    position: static;
}
form .req.error input {
    border: 1px solid red;
}
.success {
    font-size: 2rem;
    font-weight: 600;
    margin-top: 100px;
}
.info-column {
    background: url('/images/form.webp') no-repeat top center;
    height: 591px;
    position: relative;
    color: #fff;
}
.info-column a {
    color: #fff;
}
.info-column > div {
    background: rgba(54, 54, 54, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
}
.info-column h3 {
    margin-bottom: 8px;
}
.info-column .icon {
    margin-top: 18px;
    font-weight: 700;
}
.info-column .icon:before {
    top: -1px;
}
.info-column .icon.icon-mail:before,
.main-footer .icon.icon-mail:before {
    background: url('/images/icons/mail-w.svg') no-repeat 50% 50%;
}
.info-column .icon.icon-phone:before,
.main-footer .icon.icon-phone:before {
    background: url('/images/icons/phone-w.svg') no-repeat 50% 50%;
}
.info-column .icon.icon-map:before,
.main-footer .icon.icon-map:before {
    background: url('/images/icons/pin-w.svg') no-repeat 50% 50%;
}
.info-column .icon.icon-timetable:before,
.main-footer .icon.icon-timetable:before {
    background: url('/images/icons/time-w.svg') no-repeat 50% 50%;
}
.main-footer {
    background: #5A6369;
    color: #fff;
}
.main-footer a {
    color: #fff;
}
.main-footer .icon {
    margin-right: 18px;
}
.main-footer .whtsp {
    margin: 0;
}
.footer-row-1 {
    padding: 20px 0;
}
.footer-row-2 {
    background: #4F575D;
    padding: 15px 0;
}
.desctop-hide-title {
    display: none;
}
.all{
    margin-top: 20px;
    text-align: center;
}
.all .btn{
    display: inline-block;
    background: #fff;
    color: #00B5F0;
}
table{
    width: 100%;
}
table td{
    padding: 5px;
    font-size: 1.4rem;
    border: 1px solid #00B5F0;
}

.front-section.techno h2{
    margin: 0;
}
.front-section.techno h2:after{
    margin-bottom: 10px;
}
.front-section.techno .subtitle{
    margin-bottom: 35px;
}

@media (max-width: 1200px) {
    html {
        font-size: 9px;
    }
    .techno-block > div,
    .pack-block > div {
        width: 32%;
    }
    .techno-block > div.pack-item-1,
    .pack-block > div.pack-item-1,
    .techno-block > div.pack-item-3,
    .pack-block > div.pack-item-3 {
        width: 24%;
    }
    .techno-block > div.pack-item-2,
    .pack-block > div.pack-item-2,
    .techno-block > div.pack-item-7,
    .pack-block > div.pack-item-7,
    .techno-block > div.pack-item-8,
    .pack-block > div.pack-item-8,
    .techno-block > div.techno-item-1,
    .pack-block > div.techno-item-1,
    .techno-block > div.techno-item-2,
    .pack-block > div.techno-item-2,
    .techno-block > div.techno-item-6,
    .pack-block > div.techno-item-6,
    .techno-block > div.techno-item-7,
    .pack-block > div.techno-item-7 {
        width: 49%;
    }
    .top-header .tg,
    .top-header .whtsp {
        background-size: 100%;
    }
    h1 {
        font-size: 3.5rem;
    }
}
@media (max-width: 1000px) {
    .mobile-menu-link {
        display: block;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .mobile-hide {
        display: none;
    }
    .body-menu-active .main-menu {
        display: block;
        position: fixed;
        width: 100%;
    }
    .front-section.steps .steps-block > div {
        width: 33%;
    }
}
@media (max-width: 900px) {
    .about-block {
        flex-direction: column;
    }
    .about-block > div {
        width: 100%;
        max-width: 100%;
        justify-content: center;
    }
}
@media (max-width: 800px) {
    html {
        font-size: 10px;
    }
    h1 {
        font-size: 3.2rem;
    }
    h2 {
        font-size: 2.4rem;
    }
    h3 {
        font-size: 1.8rem;
    }
    .front-section {
        margin-bottom: 80px;
    }
    .techno-block,
    .pack-block {
        max-width: 450px;
        margin: 0 auto;
    }
    .techno-block > div,
    .pack-block > div {
        width: 100% !important;
        overflow: hidden;
        height: 234px;
        margin-bottom: 18px !important;
    }
    .techno-block > div img,
    .pack-block > div img {
        height: 100%;
        max-width: inherit;
        min-height: 100%;
        min-width: 100%;
    }
    .footer-row-1 .wrap,
    .footer-row-2 .wrap {
        flex-direction: column;
    }
    .logo {
        margin-right: 0;
    }
    .footer-contacts {
        margin: 15px 0;
    }
    .footer-row-2 .wrap > div {
        margin: 10px 0;
    }
    .rst-block > div {
        width: 49%;
    }
}
@media (max-width: 700px) {
    .adv-block,
    .front-section.steps .steps-block {
        flex-direction: column;
    }
    .adv-block > div,
    .front-section.steps .steps-block > div {
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
    }
    .adv-block img,
    .front-section.steps .steps-block img {
        margin: 0 auto;
        display: block;
    }
    .adv-block > div:nth-child(5),
    .adv-block > div:last-child {
        margin-bottom: 18px;
    }
    .front-section.order .wrap {
        flex-direction: column;
    }
    .front-section.order .wrap > div {
        width: 100%;
        max-width: 100%;
    }
    form .agree {
        margin-bottom: 18px;
    }
    .warn-info-wrap .wrap{
        display: block;
    }
    .warn-info-wrap .wrap>div{
        width: 100%;
        margin: 0;
    }
    .warn-info-wrap .btn{
        margin-top: 15px;
    }
}
@media (max-width: 600px) {
    .front-section.main {
        background: url('/images/main-mobile.webp') no-repeat top center;
        background-size: cover;
    }
    .main-block {
        height: auto;
    }
}
@media (max-width: 500px) {
    .front-section.main {
        background: url('/images/main-mobile.webp') no-repeat top center;
        background-size: cover;
    }
    .main-block {
        margin-top: 452px;
    }
    .front-section.main,
    .front-section.about {
        background-size: 100%;
        height: inherit;
    }
    .front-section.main .wrap,
    .front-section.about .wrap {
        padding: 0;
    }
    .main-block {
        padding: 20px;
        margin: 0;
        margin-top: 452px;
    }
    .front-section.adv,
    .front-section.techno,
    .front-section.steps,
    .front-section.about {
        margin-top: -18px;
    }
    .about-gallery {
        margin-top: 18px;
    }
    .about-gallery > div {
        overflow: hidden;
        width: 48%;
        max-width: 159px;
    }
    .about-gallery > div:first-child {
        height: 281px;
    }
    .about-gallery > div img {
        min-height: 100%;
        width: inherit;
        max-width: inherit;
    }
    .about-block {
        padding: 20px;
    }
    .about-block > div {
        justify-content: space-between;
    }
    .footer-row-1 img {
        width: 100%;
    }
    .footer-row-1 .wrap {
        display: block;
    }
    .footer-row-1 .social-links-block {
        display: block;
    }
    .footer-row-1 .social-links-block .social-links {
        margin-top: 20px;
    }
    .footer-row-2 .wrap {
        display: block;
    }
    .footer-contacts {
        display: block;
    }
    .footer-contacts .icon-map {
        display: block;
        margin: 20px 0;
    }
    .footer-contacts .icon-phone {
        font-weight: 700;
    }
    .desctop-hide-title {
        margin-bottom: 15px;
        font-size: 1.4rem;
        text-transform: uppercase;
        font-weight: 600;
    }
    .rst-block > div {
        width: 100%;
    }
    .rst-block{
        overflow: auto;
    }
}
/*# sourceMappingURL=style.css.map */