body {
    font-family: 'TT Norms';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}
.policy-btn {
    color: rgba(1, 163, 212, 1);
}
.policy-btn:hover {
    color: rgba(1, 163, 212, 0.7);
}
.bg-svg svg, .bg-svg {
    width: 100%;
}
.main-content {
    overflow-x: hidden;
}
.header {
    overflow-x: hidden;
}
.header-top {
    position: relative;
}
.header-top-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 97px;
    z-index:0;
}
.header-top-contacts {
    position: relative;
    z-index: 2;
    
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    align-items: flex-end;
    gap: 8px;
}
.header-top-phone {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header-top-contacts-title {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px; /* 207.692% */
}
.phone-item a {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    line-height: 27px; /* 158.824% */
}
.header-bottom {
    margin-top: 25px;
}
.header-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top-phone-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}
.header-nav nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
}
.header-nav nav ul li a{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px; /* 168.75% */
}
.header-nav nav ul li a:hover {
    color: #01A3D4;
}

.first-section {
    position: relative;
    padding-bottom: 30px;
}
.first-section .container{
    position: relative;
    z-index: 10;
}
.first-section__left-title {
    color: #222224;
    font-size: 40px;
    font-weight: 500;
    line-height: 42px; /* 105% */
}
.first-section__left-title span {
    color: #01A3D4;
}
.first-section__left-subtitle {
    color: #222224;
    font-size: 20px;
    font-weight: 300;
    line-height: 49px; /* 245% */
}
.first-section__left-form {
    margin-top: 75px;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 4px 4px 16.7px 0 rgba(0, 0, 0, 0.12);
    
    padding: 20px 16px 55px;
}
.form-block .title-h3 {
    color: #000;
    text-align: center;
    font-size: 35px;
    font-weight: 400;
    line-height: 108%; /* 37.8px */
    letter-spacing: -0.7px;
    margin-bottom: 20px;
}

.form-block > p {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 108%; /* 17.28px */
    letter-spacing: -0.32px;
    margin-bottom: 20px;
}

.first-section-row {
    display: flex;
}
.first-section__left {
    padding-top: 70px;
    width: 660px;
}
.first-section__right {
    position: relative;
    width: calc(100% - 660px);
}

.form-btn {
    padding: 6px 24px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px; /* 192.857% */
    
    border-radius: 20px;
    background: #026B8A;
    border: none;
}

.form-btn:hover {
    background: #353535;
}

.form-row-bottom {
    padding-left: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.first-section__right-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 174%; /* 27.84px */
    
    border-radius: 12px;
    background: #2076A7;
    padding: 20px 12px 22px 22px;
    width: 450px;
    position: absolute;
    bottom: 20px;
    left: 300px;
}





.about-section {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
    padding: 100px 0 100px;
    background-size: 100% 100%;
}
.about-section .container {
    position: relative;
    z-index: 2;
}
.about-row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-features {
    text-align: center;
    width: 390px;
}
.about-features-big {
    text-align: center;
}
.about-features__item-title {
    color: #FFF;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0 5px;
}
.about-features__item-text {
    color: #FFF;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
}
.about-features__item {
    margin-bottom: 30px;
}

.about-section-title {
    text-align: center;
    margin-bottom: 20px;
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    line-height: 49px; /* 122.5% */
}



.steps-section {
    margin-bottom: 60px;
}
.steps-title {
    margin-bottom: 50px;
    color: #222224;
    font-size: 40px;
    font-weight: 500;
    line-height: 49px; /* 122.5% */
}
.steps-row {
    display: flex;
    gap: 10px;
    margin-bottom: 50px;
}
.steps-item {
    width: calc(20% - 10px);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.steps-item-num {
    color: #01A3D4;
    font-size: 80px;
    font-weight: 100;
    line-height: 49px; /* 61.25% */
    letter-spacing: -7px;
    margin-bottom: 15px;
}
.steps-item-title {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 162%; /* 29.16px */
     margin-bottom: 5px;
}
.steps-item-text {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 141%; /* 22.56px */
}
.steps-btn {
    padding: 6px 65px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 27px; /* 150% */
    border-radius: 20px;
    background: #01A3D4;
}
.steps-btn:hover {
    background: #026B8A;
}
.vodomat-row {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}
.vodomat-section-row {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.vodomat-section-text {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 162%; /* 24.3px */
    padding: 12px;
    border-radius: 12px;
    background: #0074B9;
    max-width: 640px;
    position: absolute;
    bottom: -80px;
    left: 0;
}
.vodomat-section {
    margin: 40px 0 200px;
    padding: 120px 0 160px;
    
    position: relative;
    z-index: 1;
    background-size: 100% 100%;
}
.vodomat-section-title {
    color: #FFF;
    font-size: 36px;
    font-weight: 500;
    line-height: 49px; /* 136.111% */
}
.vodomat-bg-bottom {
    position: absolute;
    bottom: -5px;
    z-index: 10;
}
.vodomat-bg-top {
    position: absolute;
    top: -5px;
    z-index: 10;
}
.vodomat-section-steps {
    display: none;
}
.vodomat-section-steps-num {
    color: #fff;
    font-size: 150px;
    font-weight: 400;
    line-height: 130px;
}
.vodomat-section-steps-title {
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    line-height: 29px; /* 96.667% */
}
/* @media(min-width: 1700px){
    .vodomat-section-steps {
        display: block;
        position: absolute;
        right: -220px;
        bottom: calc(50% - 95px);
    }
} */

.about-bg-bottom {
    position: absolute;
    bottom: -5px;
    z-index: 10;
}
.about-bg-top {
    position: absolute;
    top: -5px;
    z-index: 10;
}
.first-bg-bottom {
    position: absolute;
    bottom: -150px;
    z-index: 1;
}
.contacts-section {
    position: relative;
    z-index: 2;
    padding: 40px 0 60px;
    background-size: 100% 100%;
}
.contacts-form {
    margin: auto;
    max-width: 860px;
}
.contacts-form form{
    padding: 0 90px;
}
.contacts-form .title-h3{
    color: #FFF;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    line-height: 108%; /* 54px */
    letter-spacing: -1px;
    margin-bottom: 25px;
}
.contacts-form > p {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 108%; /* 21.6px */
    letter-spacing: -0.4px;
    margin-bottom: 30px;
    padding: 0 90px
}

.contacts-form .form-control {
    padding: 13px;
    background: transparent;
    
    margin-bottom: 15px;
    border-radius: 13px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px; 
}

.contacts-form .form-control::-moz-placeholder {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}
.contacts-form .form-control:-ms-input-placeholder {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}
.contacts-form .form-control::-webkit-input-placeholder {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}
.contacts-form .form-btn {
    padding: 6px 52px;
}

.contacts-form .simpleagreement {
    text-align: left;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}
.contacts-form .policy-btn {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}
.contacts-form .form-row-bottom {
    margin-top: 25px;
    padding-left: 25px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.contacts-bg-top {
    position: absolute;
    top: -5px;
    z-index: 10;
}
.contacts-bg-uppertop {
    left: -40px;
    position: absolute;
    top: -200px;
    z-index: 10;
}

/* footer */
.footer-sections {
    overflow-x: hidden;
}
.footer{
    color: #000;
    padding-bottom: 30px;
}
.footer a, .footer-police{
    color: #0092CB;
}

.footer .messengers {
    justify-content: flex-start;
    margin-left: 6px;
}
.footer-contacts-phone .phone-item {
    display: flex;
    align-items: center;
}
.footer-bottom{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* padding-top: 20px; */
    justify-content: space-between;
        margin-top: 40px;
}
.copyright{
    color: #353535;
    font-size: 14px;
    font-weight: 400;
}
.copyright a{
    margin-left: 5px;
    color: #0092CB;
    text-decoration-line: underline;
}
.copyright a:hover{
    color: #026B8A;
}
.footer-bottom-right {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 150px;
}
.development{
    display: flex;
    justify-content: flex-end;
}
.development a {
    display: flex;
    gap: 8px;
    align-items: center;
}
.dev-text {
    color: #353535;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    line-height: 16.8px; /* 16.875px */
    letter-spacing: 0.12px;
}
.footer-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-top-left{
    max-width: 480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-top-right{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px;
}
.footer-top-col1{
    width: 100%;
}
.footer-top-col2{
        gap: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .messengers a {
    width: 25px;
    height: 25px;
}
.footer-logo{
    margin-bottom: 30px;
}
.footer-requisites .item{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 145.019%; /* 20.303px */
}
.footer-requisites{
    margin-bottom: 7px;
}
.footer-text{
    color: #353535;
    font-size: 12px;
    font-weight: 400;
}
/* .footer-nav-col{
    width: calc(50% - 10px);
} */
.footer-col-title{
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    margin-bottom: 20px;
}

.footer-nav li a {
    color: #353535;
    font-size: 14px;
font-weight: 400;
line-height: 33px;
}
.footer-nav li a:hover {
   color: #0092CB;
}
.footer-top-col3{
    width: 220px;
}
.footer-top-col4{
    width: calc(100% - 220px);
    padding-left: 30px;
}
.footer-contacts-item{
    margin-bottom: 10px;
    padding-left: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-contacts-item .item-mail{
    font-size: 12px;
}
.footer .callback-btn {
    padding: 6px 18px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px; /* 192.857% */
    border-radius: 20px;
    background: #01A3D4;
}
.footer .callback-btn:hover {
    background: #026B8A;
}
.footer-schedule{
    font-size: 14px;
    color: #353535;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.footer-subscribe{
    margin-bottom: 25px;
}
.footer-schedule-title{
    font-weight: 500;
    margin-bottom: 2px;
    line-height: 23px;
}
.footer-social-columns{
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-social-col1{
    max-width: calc(100% - 150px);
    padding-right: 30px;
}
.footer-social-col2{
    width: 150px;
}
.social-buttons a{
    margin-right: 4px;
    margin-bottom: 4px;
    display: inline-block;
}
.social-buttons a:hover{
    transform: scale(1.1);
}
.footer-social-columns .footer-col-title{
    font-size: 14px;
}
.payments-buttons .payment-item{
    margin-right: 10px;
    margin-bottom: 10px;
}
.footer-payments .footer-col-title{
    color: #FFF;
    font-size: 14px;
    font-weight: 300;
}
.footer-contacts-phone {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px; /* 207.692% */
    text-align: left;
}
.footer-contacts-phone-title {
    padding-left: 17px;
}
.footer-contacts-phone .phone-item a {
    margin-left: 6px;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px; /* 158.824% */
}
.footer-contacts-email a{
    margin-left: 8px;
    color: #0092CB;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.6px; /* 24.609px */
}
.fancybox_modal .title-h3 {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px; /* 116.667% */
    margin-bottom: 10px;
}
.fancybox_modal > p {
    color: rgba(0, 0, 0, 0.80);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px; /* 150% */
    text-align: center;
}
.fancybox_modal .form-group .btn {
    padding: 6px 33px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px; /* 192.857% */
    border-radius: 20px;
    background: #C62220;
    border: none;
    transition: all .3s linear;
}
.fancybox_modal .form-group .btn:hover {
    background: #494949;
}

.footer .header-top-contacts-title {
    color: #353535;
}
.footer .phone-item a {
    color: #0092CB;
}

.messengers a {
    display: flex;
}
.messengers {
    display: flex;
    align-items: center;
    gap: 5px;
}
.messengers a {
    position: relative;
    width: 38px;
    height: 38px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
}
.messengers a.telegram-btn{
    background-color: #00BBF0;
}
.messengers a.whatsapp-btn{
    background-color: #2CC54E;
}
.messengers a.callback-btn{
    background: #154F85;
}


.messengers a:hover{
    transform: scale(1.03);
    filter: brightness(110%);
}
.messengers a.telegram-btn:hover {
  animation: radial-pulse-telegram 1.4s infinite;
}
.messengers a.whatsapp-btn:hover {
  animation: radial-pulse-whatsapp 1.4s infinite;
}
@keyframes radial-pulse-telegram {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 136, 204, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}
@keyframes radial-pulse-whatsapp {
  0% {
    box-shadow: 0 0 0 0px rgba(76,175,80, 0.5);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }
}

.footer-contacts-item-email {
    margin-bottom: 10px;
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.footer .header-top-phone {
    margin-bottom: 5px;
}

@media(max-width: 1899px){
    .about-bg-top {
        top: -15px;
    }
    .about-bg-bottom {
        bottom: -15px;
    }
    .vodomat-bg-top {
    top: -15px;
    }
    .vodomat-bg-bottom {
    bottom: -15px;
    }
}

@media(max-width: 1299px){
    .footer-social-col1 {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .subscribe-group{
        padding-right: 110px;
    }
    .subscribe-group .btn {
        width: 110px;
        font-size: 12px;
    }
}
@media(max-width: 1199px){
    .footer-top-left{
        width: calc(45% - 15px);
    }
    .footer-top-right{
        width: calc(55% - 15px);
    }
    .footer-top-col1{
        width: calc(55% - 15px);
    }
    .footer-top-col2{
        display: block;
        width: calc(45% - 15px);
    }
    .footer-nav-col{
        width: 100%;
    }
    .footer-nav-col + .footer-nav-col{
        margin-top: 30px;
    }
}
@media(max-width: 991px){
    .footer-top-left{
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-top-right{
        width: 100%;
        justify-content: space-between;
    }
    .footer-nav-col {
        width: calc(50% - 10px);
    }
    .footer-nav-col + .footer-nav-col {
        margin-top: 0;
    }
    .footer-top-col1{
        width: calc(45% - 15px);
    }
    .footer-top-col2{
        display: flex;
        width: calc(55% - 15px);
    }
    .footer-top-col4 {
        max-width: 55%;
        padding-left: 15px;
    }
    .footer-social-col1 {
        max-width: calc(100% - 150px);
        padding-right: 30px;
        margin-bottom: 0;
    }
    
    
    
    
    .header-top-bg {
        display: none;
    }
    
    .header-top {
    padding-bottom: 20px;
    background: #0092CB;
    }
    .phone-item a {
        font-size: 14px;
    }
    .header-bottom-inner {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .header-nav nav ul li a {
        font-size: 15px;
    }
    .header-nav nav ul {
        gap: 12px;
    }
    .header-nav {
        margin-top: 15px;
    }
    .first-section__right {
        width: 100%;
    }
    .first-section__left {
        padding-top: 40px;
        width: 100%;
    }
    .first-section-row {
        flex-wrap: wrap;
    }
    .first-section__left-subtitle {
        line-height: normal;
        margin-top: 20px;
        text-align: center;
    }
    .first-section__left-form {
        margin-top: 40px;
    }
    .form-block > p {
        font-size: 14px;
    }
    .form-block .title-h3 {
        font-size: 28px;
    }
    .form-row-bottom {
    padding-left: 0;
    }
    .simpleagreement {
        font-size: 12px;
    }
    .first-section__right {
    margin-top: 40px;
    }
    .first-section__right-text {
    font-size: 14px;
    padding: 10px 6px 10px 10px;
    margin-top: 20px;
    position: unset;
    width: 100%;
    }
    .about-row {
        flex-wrap: wrap;
    }
    .about-features {
        width: 100%;
    }
    .about-features__item-text {
        font-size: 14px;
    }
    .about-features__item-title {
        font-size: 16px;
    }
    .about-features-big__item img {
        width: 50%;
    }
    .about-features-big {
        margin: 30px 0 50px;
    }
    .about-bg-top {
        display: none;
    }
    .about-bg-bottom {
        display: none;
    }
    .about-section {
        padding: 40px 0;
    }
    .about-section-title {
        margin-bottom: 25px;
        font-size: 32px;
    }
    .steps-row {
        margin-bottom: 50px;
        flex-wrap: wrap;
    }
    .steps-item {
        margin-bottom: 40px;
        width: 48%;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: space-between;
        
        
        
        text-align: center;
        align-items: center;
    }
    .steps-title {
    margin-bottom: 40px;
    font-size: 32px;
    }
    .vodomat-section-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .vodomat-row {
        flex-wrap: wrap;
    }
    .vodomat-bg-top {
        display: none;
    }
    .vodomat-section {
        margin: 40px 0 80px;
        padding: 40px 0 40px;
    }
    .vodomat-section-title {
        font-size: 32px;
        text-align: center;
        margin-bottom: 30px;
    }
    .vodomat-section-text {
        position: unset;
        margin-top: 40px;
        font-size: 14px;
        width: 100%;
        order: 4;
    }
    .vodomat-bg-bottom {
        display: none;
    }
    .vodomat-section-steps {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .vodomat-section-steps-title {
        text-align: center;
        color: #FFF;
        font-size: 24px;
        font-weight: 500;
    }
    .vodomat-section-steps-num {
        color: #fff;
        font-size: 120px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .contacts-form > p {
        padding: 0;
    }
    .contacts-bg-top {
        display: none;
    }
    .contacts-form form {
        padding: 0;
    }
    .contacts-form .form-row .form-group {
        width: calc(50% - 7px);
    }
    .footer-top-left {
        width: 100%;
        margin-bottom: 0;
    }
    
    .footer-top-right {
    gap: 15px;
    }
    .footer-top-col1 {
        width: 100%;
        margin-bottom: 15px;
    }
    .footer-contacts {
        width: 100%;
    }
    
    .footer-bottom {
    justify-content: center;
    }
    .footer-nav li a {
    font-size: 18px;
    }
    .copyright {
    text-align: center;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .header-top-phone-wrapper {
        gap: 20px;
    }
    .header-top-contacts-title {
    display: flex;
    }
    .header-top-contacts-title a {
        margin-left: 5px;
    }
    
    
}
@media(max-width: 380px){
.header-nav nav ul li a {
        font-size: 14px;
    }
}
@media(min-width: 767px){
    .mobile{ display: none;}
    .decstop{ display: block;}
}
@media(max-width: 767px){
    .mobile{ display: block;}
    .decstop{ display: none;}
    .footer-top-col1 {
        width: calc(45% - 15px);
    }
    .footer-top-col2 {
        display: block;
        width: 100%;
        text-align: center;
    }
    .footer-nav-col {
        width: 100%;
    }
    .footer-nav-col + .footer-nav-col {
        margin-top: 30px;
    }
    .footer-top-col4{
        max-width: 55%;
        padding-left: 15px;
    }
    .footer-social-col1 {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }
}
@media(max-width: 599px){
    .footer-top-col1{
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-top-col3{
        margin-bottom: 30px;
    }
    .footer-top-col4{
        padding-left: 0;
        width: 100%;
        max-width: 420px;
    }
    .copyright{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .development{
        justify-content: flex-start;
    }
}
/* /. footer */


.error-message {
    position: relative;
    color: #fff;
    background: #ff4d4d;
    font-size: 13px;
    line-height: 1.4;
    padding: 8px 12px;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 10px;
    display: none;
    max-width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    animation: fadeIn 0.3s ease;
}

.error-message:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ff4d4d;
}