*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: #000;
    color: #fff;
    font-family: 'Gilroy';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    text-shadow: 1px 1px 1px #000;
}
.mobile{
    width: 430px;
    margin: 0 auto;
    background-image: url("../img/bg.png");
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
}
.container{
    padding: 0 10px;
}
.w100{
    width: 100%;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt10m{
    margin-top: -10px;
}
.gold{
    color: #ffeb00;
    text-shadow: none;
    background-image: url("../img/gold.webp");
    background-repeat: repeat;
    background-position: center;
    background-size: auto;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}
a{
    text-decoration: none;
    color: #fff;
}
span.online{
    width: 5px;
    height: 5px;
    background-color: #00c31d;
    border-radius: 100%;
    animation: pulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
}
@keyframes pulse{
    0% {
        box-shadow: 0 0 0 0 rgba(69, 187, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 4px rgba(69, 187, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(69, 187, 0, 0);
    }
}




section.top_header{
    background-color: #fff;
    color: #000;
    text-shadow: none;
    padding: 8px 0;
    position: relative;
}
section.top_header::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 69px;
    height: 110px;
    background-image: url("../img/s.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.top_header_container{
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.top_header_info{
    display: flex;
    gap: 20px;
}
.top_header_info_img{
    display: flex;
    align-items: center;
}
.top_header_info_img img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 70%);
}
.top_header_info_container{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.top_header_info_title{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
}
.top_header_info_descr{
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
}
.top_header_devider{
    width: 1px;
    height: 50px;
    background-color: #dcdcdc;
}
.top_header_rating{
    flex: 0 0 75px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.top_header_rating_title{
    font-size: 14px;
    font-weight: 600;
}
.top_header_rating_star{
    display: flex;
    gap: 5px;
}
.top_header_rating_star span{
    width: 10px;
    height: 10px;
    background-image: url("../img/star.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.top_header_rating_descr{
    font-size: 10px;
    line-height: 12px;
    font-weight: 300;
}
section.header_mid{
    margin-top: -80px;
}
.header_mid_logo{
    display: flex;
    gap: 20px;
    align-items: center;
}
.header_mid_logo_name{
    font-size: 54px;
    font-weight: 800;
    text-transform: uppercase;
}
.header_mid_logo_devider{
    display: none;
    width: 1px;
    height: 40px;
    background-color: #dcdcdc;
}
.header_mid_logo_desc{
    display: none;
    font-size: 16px;
    line-height: 20px;
}
.header_mid_title h1{
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    text-transform: uppercase;
}
.phone_title{
    font-size: 20px;
    font-weight: 600;
}
.phone_title span{
    font-style: italic;
}
.phone_number{
    margin-top: 15px;
}
.phone_number a{
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 32px;
    font-weight: 800;
}
.phone_number a img{
    width: 40px;
}
.phone_messenger{
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 15px;
}
.phone_messenger_descr{
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
}
.phone_messenger_items{
    display: flex;
    gap: 20px;
}
.phone_messenger_items a{
    background-color: #000;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 70%);
    transition: transform 0.5s ease;
    animation: pulseAnimation 3s infinite;
}
.phone_messenger_items a img{
    width: 20px;
}
.phone_messenger_items a.whatsapp{
    background: rgb(20,164,5);
    background: radial-gradient(circle, rgba(20,164,5,1) 0%, rgba(14,111,4,1) 100%);
}
.phone_messenger_items a.telegram{
    background: rgb(18,134,214);
    background: radial-gradient(circle, rgba(18,134,214,1) 0%, rgba(11,88,158,1) 100%);
}
.phone_messenger_items a.viber{
    background: rgb(148,11,200);
    background: radial-gradient(circle, rgba(148,11,200,1) 0%, rgba(99,10,134,1) 100%);
}



section.counter_one{
    background-image: url("../img/d1.png");
}
section.counter_two{
    background-image: url("../img/d2.png");
}
section.counter_three{
    background-image: url("../img/d3.png");
}
section.counter{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 400px;
    position: relative;
}
.counter_container{
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    color: #51250f;
    text-shadow: none;
    margin: 0 10px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 50%);
    position: absolute;
    bottom: 40px;
}
section.counter::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 298px;
    height: 279px;
    background-image: url("../img/vertical_line.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.counter_block{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 0 0 80px;
}
.counter_number{
    font-size: 42px;
    font-weight: 800;
}
.counter_devider{
    width: 40px;
    height: 1px;
    background-color: #51250f;
}
.counter_title{
    text-transform: lowercase;
    margin-top: 3px;
    font-size: 18px;
    font-weight: 600;
}
.counter_descr{
    font-size: 15px;
    line-height: 19px;
}


.section_name h3{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}
.section_descr{
    font-style: italic;
}
.benefits_slick{
    margin-top: 30px;
    position: relative;
}
.benefits_slick::after{
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("../img/slide.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: slide_anim 2s infinite linear;
}
@keyframes slide_anim {
    0%, 100% {
      transform: translateY(-50%) translateX(0) rotate(0deg);
    }
    50% {
      transform: translateY(-50%) translateX(-5px) rotate(-10deg);
    }
}
.benefits_item{
    display: flex;
    gap: 15px;
    width: 300px;
}
.benefits_img img{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 70%);
}
.benefits_container{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.benefits_title h4{
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.benefits_descr{
    font-size: 14px;
    font-style: italic;
}
.slick-initialized .slick-slide.benefits_item {
    display: flex;
}
.benefits_slick .slick-slide {
    transition: .3s;
    opacity: 0.2;
}
.benefits_slick .slick-current {
    transition: .3s;
    opacity: 1;
}



section.video{
    padding: 40px 0;
    position: relative;
}
section.video::before{
    content: "";
    position: absolute;
    left: 0;
    top: -50px;
    width: 100%;
    height: 77px;
    background-image: url("../img/top_video.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
section.video::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 77px;
    background-image: url("../img/bottom_video.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.video_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.3);
}
.video_container{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
}
.video_title{
    font-size: 20px;
}
.video_devider{
    width: 170px;
    height: 1px;
    background-color: #dcdcdc;
    margin: 15px 0;
}
.video_descr{
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    text-transform: uppercase;
}


section.about_video{
    overflow: hidden;
}
.about_video_item{
    margin-top: 20px;
}
section.about_video .section_descr{
    padding-right: 45px;
    position: relative;
}
section.about_video .section_descr::before {
    content: "";
    position: absolute;
    right: -45px;
    top: 50px;
    width: 90px;
    height: 90px;
    background-image: url(../img/youtube.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%) rotate(330deg);
}
iframe{
    border-radius: 10px;
    border: 2px solid #f1b506;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 70%);
}


.service_item_img{
    position: relative;
}
.service_item_img_info{
    margin: 0 10px;
    position: absolute;
    bottom: 60px;
    left: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.service_item_img_info_item{
    background-color: #311405;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 70%);
    font-size: 12px;
    padding: 4px 10px 4px 6px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.service_item_img_info_item span{
    width: 15px;
    height: 15px;
    background-image: url("../img/accept_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.service_item_title{
    margin-top: -20px;
}
.service_item_title h2{
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
}
.service_item_list{
    margin-top: 15px;
}
.service_item_list ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.service_item_list ul li a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
.service_item_list ul li a::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #f1b506;
}
.service_item_descr{
    margin-top: 15px;
    font-style: italic;
}
.service_item_btn{
    margin-top: 20px;
}
.service_item_btn a{
    padding: 10px 20px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 70%);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    background: rgb(10,51,0);
    background: linear-gradient(0deg, rgba(10,51,0,1) 0%, rgba(23,135,0,1) 100%);
    transition: transform 0.5s ease;
    animation: pulseAnimation 3s infinite;
}
@keyframes pulseAnimation {
    0% {
      transform: scale(.9);
    }
    50% {
      transform: scale(1);
    }
    100% {
      transform: scale(.9);
    }
}
.service_item_btn a img{
    width: 18px;
}

section.lost .section_name h3{
    font-size: 22px;
}
form{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
form input, form button{
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 70%);
    font-family: 'Gilroy';
    font-size: 18px;
    outline: none;
}
form input{
    width: 320px;
    padding: 10px 20px;
    border: 1px solid #ffcf00;
    border-radius: 10px;
    background-color: rgb(0 0 0 / 50%);
    color: #fff;
}
form button{
    width: max-content;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: transform 0.5s ease;
    animation: pulseAnimation 3s infinite;
}
form button img{
    width: 18px;
}


.ask_accordeon{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ask_item_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    cursor: pointer;
}
.ask_item_header_title{
    font-size: 18px;
    font-weight: 600;
}
.ask_item_header_icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s ease;
    background-color: #E9C123;
    border-radius: 100%;
    animation: pulseWave 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
}
.ask_item.active .ask_item_header_icon{
    animation: none;
}
@keyframes pulseWave{
    0% {
        box-shadow: 0 0 0 0 rgba(216, 173, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(216, 173, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(216, 173, 0, 0);
    }
}
.ask_item_header_icon::before{
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url("../img/open.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ask_item.active .ask_item_header_icon {
    transform: rotate(45deg);
}
.ask_item_content{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease;
}
.ask_item_content_descr{
    padding-bottom: 10px;
    font-style: italic;
    font-size: 16px;
}
.ask_item.active .ask_item_content {
    max-height: 1000px;
}
.ask_btn{
    margin-top: 20px;
}
.ask_btn a{
    width: max-content;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    text-shadow: none;
    transition: transform 0.5s ease;
    animation: pulseAnimation 3s infinite;
}
.ask_btn a img{
    width: 20px;
}



.recent_slick{
    margin-top: 20px;
}
.recent_item{
    margin: 0 10px;
}
.recent_item_user{
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}
.recent_item_user_img img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 70%);
}
.recent_item_user_container{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.recent_item_user_name{
    font-weight: 600;
}
.recent_item_user_date{
    font-size: 13px;
    font-style: italic;
}
.recent_item_descr{
    margin-top: 15px;
    background-color: #fff;
    text-shadow: none;
    color: #51250f;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 18px;
}
.recent_item_user_btn{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background-image: url("../img/slide.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    animation: slide_anim 2s infinite linear;
}
.recent_info{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 15px;
}
.recent_info_rating{
    font-weight: 600;
}
.recent_info_star{
    display: flex;
    gap: 5px;
}
.recent_info_star span{
    width: 20px;
    height: 20px;
    background-image: url("../img/star.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
@keyframes star_bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-3px);
    }
}
.recent_descr{
    margin-top: 15px;
    font-style: italic;
}
.recent_btn{
    margin-top: 15px;
}
.recent_btn a{
    width: max-content;
    padding: 10px 20px;
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    text-shadow: none;
    transition: transform 0.5s ease;
    animation: pulseAnimation 3s infinite;
}
.recent_btn a img{
    width: 20px;
}

.about_me_container{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}
.about_me_item{
    width: calc((100% / 2) - 10px);
}
.about_me_item_img img{
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 70%);
}
.about_me_item_descr{
    margin-top: 10px;
    font-size: 14px;
    font-style: italic;
}



footer{
    margin-top: 30px;
    height: 26px;
    display: flex;
    align-items: center;
    background-color: #fff;
    text-shadow: none;
}
footer a{
    font-size: 12px;
    color: #000;
}


.contact_me {
    position: fixed;
    z-index: 1;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 40%);
}
.contact_me a {
    flex: none;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
}
@keyframes swing {
    0%, 100% { transform: rotate(0deg); }
    15% { transform: rotate(-4deg); }
    30% { transform: rotate(4deg); }
    45% { transform: rotate(-4deg); }
    60% { transform: rotate(4deg); }
    75% { transform: rotate(-4deg); }
    90% { transform: rotate(4deg); }
}
.contact_me a img {
    width: 25px;
    animation: swing 3s infinite ease-in-out;
}
a.contact_me_call{
    position: fixed;
    z-index: 1;
    left: 0;
    bottom: 100px;
    transform: rotate(-90deg);
    transform-origin: left top;
    white-space: nowrap;
    background-color: #fff;
    height: 30px;
    width: 150px;
    padding-bottom: 4px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #000;
    text-decoration: none;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 40%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: none;
    font-size: 16px;
}

.vulcanica{
    color: #000;
}
.vulcanica_open_btn{
    position: fixed;
    z-index: 1;
    left: 0;
    top: 80px;
    background-color: #fff;
    color: #000;
    width: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px 5px 6px 4px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 40%);
}
.vulcanica_open_btn button{
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url("../img/menu.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.vulcanica_open_btn div{
    font-size: 10px;
    text-transform: lowercase;
    text-shadow: none;
}
button.vulcanica_close_btn{
    background-color: transparent;
    width: 32px;
    height: 32px;
    background-image: url("../img/close_black.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: none;
    cursor: pointer;
}
.vulcanica_container{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 10px 40px 10px;
    text-shadow: none;
}
.vulcanica_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.vulcanica_title h3{
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.vulcanica_descr{
    margin-top: 15px;
    padding-right: 40px;
    font-size: 14px;
    font-style: italic;
}
.vulcanica_nav{
    margin-top: 20px;
}
.vulcanica_nav nav ul{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.vulcanica_nav nav ul li{
    display: flex;
    flex-direction: column;
}
.vulcanica_nav nav ul li a{
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.vulcanica_nav nav ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #70cb05;
    border-radius: 100%;
    margin-right: 10px;
}
.vulcanica_nav nav ul li ul{
    margin-top: 8px;
    padding-left: 20px;
}
.vulcanica_nav nav ul li ul li a{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.vulcanica_nav nav ul li ul li a::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #70cb05;
    border-radius: 100%;
    margin-right: 10px;
}
.vulcanica_contact{
    border-top: 1px solid #dcdcdc;
}
.vulcanica_user{
    margin-top: 20px;
    display: flex;
    gap: 15px;
}
.vulcanica_user_img{
    position: relative;
}
.vulcanica_user_img img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.vulcanica_user_img::after {
    content: "";
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 8px;
    height: 8px;
    background-color: #70cb05;
    border-radius: 100%;
    animation: vulcanica_pulseWave 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
}
@keyframes vulcanica_pulseWave {
    0% {
        box-shadow: 0 0 0 0 rgba(69, 187, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(69, 187, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(69, 187, 0, 0);
    }
}
.vulcanica_user_descr{
    font-size: 14px;
    font-style: italic;
}
.vulcanica_user_descr span{
    font-weight: 600;
}
.vulcanica_phone{
    margin-top: 20px;
}
.vulcanica_phone a{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 24px;
    text-decoration: none;
    font-weight: 600;
    color: #000;
}
.vulcanica_phone a img{
    width: 30px;
}
.vulcanica_messenger{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}
.vulcanica_messenger_descr{
    flex: 0 0 85px;
    font-size: 12px;
    line-height: 13px;
    font-style: italic;
}
.vulcanica_messenger_items{
    display: flex;
    gap: 20px;
}
.vulcanica_messenger_items a{
    background-color: #000;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff
}
.vulcanica_messenger_items a.whatsapp{
    background: rgb(20,164,5);
    background: radial-gradient(circle, rgba(20,164,5,1) 0%, rgba(14,111,4,1) 100%);
}
.vulcanica_messenger_items a.telegram{
    background: rgb(18,134,214);
    background: radial-gradient(circle, rgba(18,134,214,1) 0%, rgba(11,88,158,1) 100%);
}
.vulcanica_messenger_items a.viber{
    background: rgb(148,11,200);
    background: radial-gradient(circle, rgba(148,11,200,1) 0%, rgba(99,10,134,1) 100%);
}
.vulcanica_messenger_items a img{
    width: 20px;
}


.modal_container{
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.modal_title h3{
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}
a.modal_close{
    position: absolute;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px;
    background-image: url("../img/close_white.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.modal_form form{
    align-items: center;
    gap: 25px;
}
.modal_form form input{
    text-align: center;
}
.modal_messenger{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.modal_messenger a {
    padding: 6px 20px;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 70%);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
}
.modal_messenger a img{
    width: 18px;
}
a.modal_whatsapp{
    background: rgb(10, 51, 0);
    background: linear-gradient(0deg, rgba(10, 51, 0, 1) 0%, rgba(23, 135, 0, 1) 100%);
}
a.modal_telegram{
    background: rgb(0,48,92);
    background: linear-gradient(0deg, rgba(0,48,92,1) 0%, rgba(0,120,230,1) 100%);
}
a.modal_viber{
    background: rgb(46,0,78);
    background: linear-gradient(0deg, rgba(46,0,78,1) 0%, rgba(135,0,230,1) 100%);
}

@media screen and (max-width: 430px) {
    .mobile{
        width: 100%;
    }
}
@media screen and (max-width: 360px) {
    form input {
        width: 100%;
    }
}

@media screen and (max-width: 350px) {
    .phone_number a {
        font-size: 30px;
    }
}
@media screen and (max-width: 340px) {
    .phone_number a {
        font-size: 28px;
    }
}