@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/sf-pro-display_light.woff2") format("woff2");
    font-display: swap;
    font-weight: 300;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/sf-pro-display_regular.woff2") format("woff2");
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/sf-pro-display_medium.woff2") format("woff2");
    font-display: swap;
    font-weight: 500;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/sf-pro-display_semibold.woff2") format("woff2");
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/sf-pro-display_bold.woff2") format("woff2");
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: "SF Pro Display";
    src: url("../fonts/sf-pro-display_black.woff2") format("woff2");
    font-display: swap;
    font-weight: 900;
}

:root {
    --red: #E6000F;
    --black: #0A1015;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html {
    overflow-x: hidden;
}

body {
    background-color: white;
    font-family: "SF Pro Display";
    font-size: 100%;

    min-width: 100vw;

    position: relative;
    overflow: hidden;

    box-sizing: border-box;
    line-height: 1;

    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-synthesis: none;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.root-container {
    max-width: 1460px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}

.about-quote {
    min-height: 770px;
    background-size: cover;
}

.about-quote__wrapper {
    position: absolute;
    right: 20px;
    max-width: 632px;
    top: 230px;
}

.about-quote__wrapper .about-quote__dilimiter {
    margin-bottom: 20px;
}

.about-quote__wrapper article {
    color: #fff;
    font-size: 24px;
    line-height: 36px;

    margin-bottom: 26px;
}

.about-quote__self > div {
    display: flex;
    align-items: center;
}

.about-quote__self > div  p {
    color: var( --red );
    font-size: 16px;
    line-height: 26px;

    margin-right: 26px;
}

.about-quote__self > div span {
    color: rgba( 255,255,255, .6);
    font-size: 16px;
    line-height: 26px;
}

.about-history {
    padding: 100px 0;
}

.about-history .root-container {
    display: flex;
    align-items: flex-start;
}

.about-history__text-blocks {
    display: flex;
    align-items: flex-start;

    margin-bottom: 64px;
}

.about-history__text-blocks div:first-child{
    max-width: 433px;
    margin-right: 61px;
}

.about-history__text-blocks div:last-child {
    max-width: 460px;
}

.root-heading {
    color: var( --black );
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

.about-history .root-container .root-heading {
    width: 369px;
}

.about-history__text-blocks p {
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    font-weight: 300;

    margin-bottom: 16px;
}

.about-history__end p {
    font-size: 24px;
    line-height: 36px;
    max-width: 950px;
}

.about-works {
    padding: 100px 0 120px;
    background-color: #F7F9FA;
}

.about-works .root-container {
    display: flex;
}

.about-works .root-container .root-heading {
    width: 369px;
    word-wrap: break-word;
    padding-right: 60px;
}

.about-works__wrapper {
    display: flex;
}

.about-works__item {
    max-width: 430px;
}

.about-works__items:first-child {
    margin-right: 60px;
}

.about-works__items:first-child .about-works__item:first-child,
.about-works__items:last-child .about-works__item:first-child {
    min-height: 180px;
}

.about-works__item .h4{
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 24px;
}

.about-works__item p{
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    font-weight: 300;
}

.about-team {
    padding: 100px 0 120px;
}

.about-team__item-image {
    width: 240px;
    height: 240px;

    background-size: cover;

    margin-bottom: 24px;
}

.about-team .root-container {
    display: flex;
}

.about-team .root-container .root-heading {
    min-width: 369px;
    max-width: 369px;
    padding-right: 160px;
}



.about-team__item {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin: 40px 64px;
}

.about-team__item p, .about-team__item span {
    text-align: center;
    width: 240px;
}

.about-team__item p {
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    font-weight: 600;
}

.about-team__item span {
    font-size: 16px;
    line-height: 20px;
    color: var(--black);
}

.about-team__wrapper {
    display: flex;
    flex-wrap: wrap;

    margin: -40px -64px;
}

.about-numbers {
    padding: 140px 0 160px;
    background-color: #F7F9FA;
}

.about-numbers .root-container > .root-heading {
    /*display: none;*/
    max-width: 240px;
    min-width: 240px;
    margin-right: 130px;
    margin-top: 0;
}

.about-numbers__item .h3{
    font-weight: 600;
    font-size: 72px;
    line-height: 80px;

    margin-right: 20px;
    text-align: left;
    white-space: nowrap;
    margin-bottom: 24px;
}

.about-numbers .root-container {
    display: flex;
}

.about-numbers__item p{
    font-size: 16px;
    line-height: 20px;
    color: #0A1015;
}

.about-numbers__item {
    display: block;

    width: 300px;
    margin: 50px 32px;
}

.about-numbers__item:nth-child(5) {
    justify-content: flex-start;
}

.about-numbers__item:first-child {
    justify-content: flex-start;
    display: none;
}

.about-numbers__item:first-child h4 {
    max-width: 250px;
}

.about-numbers__item p {
    max-width: 300px;
    margin-top: 16px;
}

.about-numbers__wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;

    margin: -50px -32px;
}

.about-projects {
    padding: 100px 0 0 0;
}

.about-projects .root-heading {
    margin-bottom: 80px;
}

.about-projects__wrapper {
    display: flex;
    flex-wrap: wrap;
}

.about-projects__wrapper > a {
    flex-basis: 25%;
    width: 25vw;
    display: flex;
    min-width: 25vw;
    position: relative;
}

.about-projects__wrapper > a > img {
    display: flex;
    width: 100%;
    align-self: center;
    height: 100%;
}

.about-projects__wrapper > a > abbr {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 20px;
    top: 0;
    background: rgba(196, 0, 12, 0.8);
    -webkit-transition: opacity 0.3s 0s ease-out;
    -moz-transition: opacity 0.3s 0s ease-out;
    -ms-transition: opacity 0.3s 0s ease-out;
    -o-transition: opacity 0.3s 0s ease-out;
    transition: opacity 0.3s 0s ease-out;
}

.about-projects__wrapper > a > abbr > ins {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}

.about-projects__wrapper > a:hover > abbr {
    opacity: 1;
}

.about-contancts {
    padding: 120px 0 160px;
    background-color: #F7F9FA;
}

.about-contancts .root-heading {
    margin-bottom: 32px;
}

.about-contancts__desc p {
    max-width: 460px;

    font-size: 16px;
    line-height: 26px;
    color: var(--black)
}

.about-contancts__wrapper {
    display: flex;
    align-items: center;
}

.about-contancts__numbers a:first-child {
    margin-bottom: 32px;
    font-size: 48px;
    line-height: 50px;
    color: var(--black);
    font-weight: 600;

    text-decoration: none;
    display: block;
}

.about-contancts__numbers a:last-child {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: #C4000C;

    font-size: 48px;
    line-height: 50px;
    color: var(--black);
    font-weight: 600;

    display: block;
}

.about-contancts__desc {
    margin-right: 275px;
}

.contacts .root-container {
    display: flex;
    justify-content: space-between;
}

.contacts__description {
    max-width: 315px;
}

.contancts__map {
    width: 1077px;
    margin-top: 224px;
    padding-left: 32px;
    margin-bottom: 108px;
}

.contancts__map img {
    width: 100%;
}

.breadcrumb {
    font-size: 13px;
    line-height: 12px;
    padding: 0;
    list-style: none;
    background: none;

    margin-top: 10px;
    margin-bottom: 32px;
}

.breadcrumb > li, .breadcrumb .active, .breadcrumb a, .breadcrumb > * {
    text-decoration: none;
    color: #1E3142;
    text-decoration: none !important;
    outline: none !important;

    display: inline-block;
}

.breadcrumb > li a {
    color: #636E79;
}

.breadcrumb > li + li:before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 7px;
    padding: 0 10px;
    vertical-align: middle;
}

.breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
    color: #c21f13;
}


.contancts__desc .root-heading {
    margin-bottom: 64px;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: var(--black);
}

.contancts__desc > p {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    margin-bottom: 32px;
}

.contancts__desc div p, .contancts__desc span {
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
}

.contancts__desc div a {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    display: block;
    color: var(--black);
    text-decoration: none;
}

.contancts__desc div {
    margin-bottom: 16px;
}

.contancts__desc > a {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    color: #0A1015;
    display: block;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: #C4000C;
    text-decoration-thickness: 1px;
    margin-bottom: 32px;
}

@media screen and (max-width: 1440px) {
    .about-numbers__item {
        width: 248px;
        margin: 24px 20px;
    }

    .about-numbers__wrapper {
        margin: -24px -20px;
    }

    .about-numbers .root-container > .root-heading {
        margin-right: 80px;
    }

    .about-numbers__item p {
        max-width: 248px;
    }

    .about-numbers__item .h3 {
        font-size: 72px;
        line-height: 80px;
        margin-bottom: 0;
    }

    .about-numbers .root-container > .root-heading {
        margin-top: 0;
    }

    .about-numbers__item p {
        font-size: 16px;
        line-height: 20px;
    }

    .about-team__item-image {
        width: 190px;
        height: 190px;
    }

    .about-team__item {
        display: flex;
        flex-direction: column;
        align-items: center;

        margin: 40px 20px;
    }

    .about-team__wrapper {
        margin: -40px -20px;
    }

    .about-team__item p, .about-team__item span {
        width: 230px;
    }

    .about-quote {
        background-position-x: -200px;
    }

}

@media screen and (max-width: 1200px) {
    .root-container {
        max-width: 1520px;
        padding: 0 40px;
    }

    .about-numbers__item {
        width: 25%;
    }

    .about-numbers .root-container {
        display: block;
    }

    .about-numbers .root-container > .root-heading {
        max-width: none;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .about-numbers__item {
        margin: 12px 20px
    }

    .about-history {
        padding: 60px 0 80px;
    }

    .about-history .root-container {
        display: block;
    }

    .about-history .root-container .root-heading {
        margin-bottom: 24px;
    }

    .about-history__text-blocks div:first-child {
        margin-right: 66px;
        max-width: 510px;
    }

    .about-history__text-blocks div:last-child {
        max-width: 510px;
    }

    .about-history__text-blocks {
        margin-bottom: 48px;
    }

    .about-history__end p {
        max-width: 830px;
    }

    .about-works {
        padding: 60px 0 80px;
    }

    .about-works .root-container {
        display: block;
    }

    .about-works .root-container .root-heading {
        width: 100%;
        margin-bottom: 40px;
    }

    .about-works__item:first-child {
        margin-right: 68px;
    }
    .about-works__item {
        max-width: 505px;
    }

    .about-team {
        padding: 60px 0 100px;
    }

    .about-team .root-container {
        display: block;
    }

    .about-team__wrapper {
        margin: -40px 0;
    }

    .about-team__item {
        width: 25%;
        margin: 40px 0;
    }

    .about-team .root-container .root-heading {
        width: 100%;
        max-width: none;
        min-width: none;

        margin-bottom: 60px;
    }

    .about-numbers__item .h3 {
        line-height: 80px;
        font-size: 48px;
    }

    .about-numbers__item p {
        margin-top: 0;
        font-size: 12px;
    }

    .about-numbers__item {
        align-items: center;
    }

    .about-projects {
        padding: 60px 0 0 0;
    }
    .about-projects__wrapper > a {
        flex-basis: 33.33%;
    }
    .about-numbers {
        padding: 80px 0 100px;
    }
    .about-projects .root-heading {
        margin-bottom: 40px;
    }
    .about-contancts {
        padding: 100px 0 120px;
    }
    .about-contancts__desc {
        margin-right: 108px;
    }
    .about-contancts .root-heading {
        min-width: 100%;
    }

    .contancts__map {
        width: 737px;
    }

    .contacts__description {
        max-width: 288px;
    }
}

@media screen and (max-width: 1100px) {
    .about-quote {
        background-position-x: 45%;
    }
}

@media screen and (max-width: 1000px){
    .about-numbers__item:first-child h4 {
        font-size: 24px;
    }
    .about-contancts__desc {
        margin-right: 40px;
    }
    .about-contancts__numbers a:first-child,
    .about-contancts__numbers a:last-child {
        font-size: 36px;
        line-height: 40px;
    }
}

@media screen and (max-width: 900px){
    .about-numbers__item .h3 {
        line-height: 64px;
        font-size: 48px;
    }

    .about-team__item-image {
        width: 128px;
        height: 128px;
    }

    .about-team__item p, .about-team__item span {
        width: 170px;
    }

}

@media screen and (max-width: 768px){
    .about-quote {
        min-height: 373px;
    }

    .about-quote__wrapper article {
        font-size: 18px;
        line-height: 28px;
        max-width: 416px;
    }

    .about-quote__wrapper {
        top: 58px;
    }

    .root-container {
        padding: 0 32px;
        max-width: 1504px;
    }

    .about-history__text-blocks {
        display: block;
    }

    .about-history__wrapper {
        max-width: 521px;
        margin: 0 auto;
    }
    .about-history .root-container .root-heading {
        text-align: center;
        width: 100%;
    }
    .about-history {
        padding: 50px 0 120px;
    }
    .about-works .root-container .root-heading {
        padding-right: 0;
        width: 100%;
        text-align: center;
    }
    .about-works {
        padding: 50px 0 48px;
    }

    .about-works__wrapper {
        display: block;
        margin: 0 auto;
        max-width: 521px;
    }

    .about-works__items:first-child .about-works__item:first-child, .about-works__items:last-child .about-works__item:first-child {
        height: auto;
    }

    .about-works__item {
        margin-bottom: 24px;
    }

    .about-team {
        padding: 50px 0 60px;
    }
    .about-team .root-container .root-heading {
        margin-bottom: 40px;
        padding-right: 0;
        text-align: center;
    }

    .about-team__item {
        width: 33.33%;
    }

    .about-team__wrapper {
        justify-content: center;
    }

    .about-numbers {
        padding: 40px 0 80px;
    }

    .about-numbers .root-container > .root-heading {
        display: block;
        text-align: center;
        margin-bottom: 50px;
    }
    .about-numbers__item:first-child {
        display: none;
    }

    .about-numbers__item {
        margin: 25px 15px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .about-numbers__wrapper {
        margin: -25px -15px;
        align-items: flex-start;
        justify-content: center;
    }

    .about-numbers__item .h3 {
        font-size: 40px;
        line-height: 80px;
    }

    .about-numbers__item p {
        max-width: 130px;
    }

    .about-projects__wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .about-projects__wrapper > a {
        flex-basis: 45%;
        width: 45vw;
        display: flex;
        min-width: 45vw;
        position: relative;
    }

    .about-projects {
        padding: 50px 0 0 0;
    }

    .about-contancts {
        padding: 60px 0 78px;
    }

    .about-contancts__wrapper {
        display: block;
    }

    .about-contancts .root-heading {
        text-align: center;
        margin-bottom: 24px;
    }

    .about-contancts__desc p {
        text-align: center;
        margin: 0 auto 20px;

    }
    .about-contancts__numbers a:first-child, .about-contancts__numbers a:last-child {
        text-align: center;
        font-size: 30px;
    }

    .about-contancts__numbers a:first-child {
        margin-bottom: 16px;
    }

    .about-contancts__desc {
        margin-right: 0;
    }

    .about-projects .root-heading {
        margin-bottom: 24px;
        text-align: center;
    }

    .contacts .root-container {
        flex-direction: column;
        padding: 0;
    }

    .contancts__map {
        width: 100%;
        margin-top: 0;
        /* margin-bottom: 0; */
        margin-bottom: 40px;
        padding-left: 0;
    }

    .contancts__desc .root-heading {
        text-align: center;
        margin-bottom: 16px;
    }

    .contancts__desc {
        margin-top: 48px;
    }

    .contacts__description {
        max-width: 100%;
    }

    .contancts__desc > p {
        max-width: 588px;
        margin: 0 auto 33px;
        text-align: center;
    }

    .contancts__desc div {
        text-align: center;
    }
    .contancts__desc > a {
        text-align: center;
    }
    .contancts__desc div p, .contancts__desc span {
        display: block;
    }

    .contancts__desc span {
        text-align: center;
    }

    .contancts__desc span:last-child {
        margin-bottom: 33px;
    }

    .breadcrumb {
        display: none;
    }
}

@media screen and (max-width: 500px){

    .about-quote {
        padding-bottom: 36px;
        background-color: #F7F9FA;
        background-image: none !important;
    }

    .about-quote__image--mobile {
        background-size: cover;
        height: 374px;
        margin-bottom: 40px;
    }

    .about-quote__wrapper {
        position: relative;
        top: 0;
        right: 0;
    }

    .about-quote__wrapper article {
        font-size: 18px;
        line-height: 28px;
        color: var(--black)
    }

    .about-numbers__item {
        width: 35%;
    }

    .about-team__wrapper {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        margin: 0;
    }

    .about-team__item {
        max-width: 190px;
        margin: 0 32px 0 0;
        display: flex;
        flex-direction: column;
        align-items: center;

        width: auto;
    }

    .about-team__item .about-team__item-image {
        width: 190px;
        height: 190px;
        border-radius: 50%;
        background-size: cover;
        background-position: center center;
        margin-bottom: 16px;
    }

    .root-container {
        padding: 0 17px;
        max-width: 1474px;
    }

    .about-quote__dilimiter {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 24px;
    }

    .about-quote__self > div {
        display: block;
    }

    .about-quote__self > div p {
        font-size: 16px;
        margin: 24px 0 8px 0;
        line-height: 26px;
        font-weight: 600;
        color: var(--black);
        text-align: center;
    }

    .about-quote__self > div span {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        color: #404F5D;
        display: block;
        font-weight: 300;
    }

    .about-history {
        padding: 40px 0 80px;
    }

    .about-history__end p {
        font-size: 18px;
        line-height: 28px;
    }

    .about-works {
        padding: 40px 0 38px;
    }

    .about-works__items:first-child {
        margin-right: 0;
    }

    .about-team {
        padding: 40px 0 48px;
    }

    .about-numbers .root-container > .root-heading {
        max-width: 250px;
        margin: 0 auto 24px;
    }

    .about-projects {
        padding: 40px 0 0 0;
    }

    .about-projects__wrapper > a {
        flex-basis: 80%;
        width: 80vw;
        display: flex;
        min-width: 80vw;
        position: relative;
    }

    .about-contancts {
        padding: 40px 0 78px;
    }

    .about-team .root-container .root-heading {
        min-width: 0;
    }
}


html body .fio-area-input{
    display: none !important;
}


/**/

.modal {
  font-family: "Onest", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  pointer-events: none;
}
.modal[data-active=true] {
  height: auto;
  visibility: visible;
  pointer-events: all;
}
.modal__overlay {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.modal__inner {
  position: relative;
  z-index: 12;
  padding: 12px 20px 36px 20px;
  background-color: #ffffff;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 550px) {
  .modal__inner {
    padding: 15px 15px 36px 15px;
    max-width: 350px;
  }
}
.modal__header {
  display: flex;
  justify-content: end;
  margin-bottom: 12px;
}
@media (max-width: 550px) {
  .modal__header {
    margin-bottom: 9px;
  }
}
.modal__header-close {
  background-color: transparent;
  cursor: pointer;
  margin: 0;
  height: 16px;
  width: 16px;
  flex: 0 0 16px;
  padding: 0;
}
.modal__header-close svg {
  width: 16px;
  height: 16px;
}

.md {
  display: flex;
  flex-direction: column;
  padding: 0px 20px;
}
@media (max-width: 550px) {
  .md {
    padding: 0;
  }
}
.md-title {
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.md-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  letter-spacing: 0px;
  color: #000000;
}
@media (max-width: 550px) {
  .md-desc {
    margin-bottom: 10px;
  }
}
.md-inputs {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 25px;
}
@media (max-width: 550px) {
  .md-inputs {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.md-inputs input {
  width: 100%;
  height: 60px;
  border-radius: 0px;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #636e79;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0px;
  padding: 20px 42px 20px 24px;
  border: 1px solid #dadada;
  box-shadow: 0 2px 2px rgba(30, 49, 66, 0.0542);
  outline: none;
  transition: border 0.1s ease-in-out;
}
.md-inputs input:focus {
  border: 1px solid #888888;
}
.md-inputs-box {
  display: flex;
  flex-direction: column;
}
.md-btn {
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: rgb(196, 0, 12);
  outline: none;
  transition: background-color 0.1s ease-in-out;
  font-size: 14px;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 550px) {
  .md-btn {
    margin-bottom: 20px;
  }
}
.md-btn:hover {
  background-color: rgb(211, 1, 15);
}

.error-message {
  font-size: 12px;
  opacity: 0.7;
  margin-top: 3px;
}

.custom-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 23px;
  cursor: pointer;
}
.custom-checkbox input[type=checkbox] {
  display: none;
}
.custom-checkbox input[type=checkbox]:checked + .checkmark .check-icon {
  opacity: 1;
}
.custom-checkbox .checkmark {
  transform: translateY(7px);
  width: 20px;
  height: 20px;
  border: 2px solid rgb(10, 16, 21);
  border-radius: 2px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.custom-checkbox .checkmark .check-icon {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.custom-checkbox-text {
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0;
  color: rgba(30, 49, 66, 0.4012);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.span {
  background-color: red;
  padding: 20px;
  width: 100%;
  container-type: inline-size;
}
.span p {
  font-size: 22px;
}
@container (width >= 400px) {
  .span p {
    font-size: 42px;
  }
}
.modal button {
  -webkit-appearance: button;
  box-shadow: none;
  border-style: none;
}
.modal button svg {
	pointer-events: none;
}
