*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #000;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-shadow: 1px 1px 1px #000;
}
a{
    text-decoration: none;
}
.mobile{
    background-color: #000;
    width: 430px;
    margin: 0 auto;
    text-align: center;
    background-image: url("../img/bg.webp");
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
}
.container{
    padding: 0 15px;
}
.w100{
    width: 100%;
}
header{
    padding-top: 15px;
}
.header_top h1{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
img.header_img{
    margin-top: -30px;
}
.header_name{
    font-family: 'Calligraphia One';
    font-size: 100px;
    margin-top: -110px;
}
.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;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt40{
    margin-top: 40px;
}
.header_subname h2{
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
}
.btn a{
    width: 363px;
    height: 127px;
    background-image: url(../img/btn.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    animation: pulse 3s infinite;
    text-shadow: 0 0 20px #000;
}
@keyframes pulse {
    0% {
      transform: scale(.9); /* начальное состояние, масштаб 1 */
    }
    40% {
      transform: scale(1); /* увеличение масштаба до 1.1 */
    }
    60% {
        transform: scale(1); /* увеличение масштаба до 1.1 */
      }
    100% {
      transform: scale(.9); /* возвращение к начальному масштабу */
    }
}
img.pigeon_img{
    margin-top: -60px;
}
.phone{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
a.phone_number{
    font-size: 36px;
    font-weight: 800;
}
a.callback{
    font-size: 15px;
    color: #fff;
    border-bottom: 1px dotted #ffd119;
    width: max-content;
    margin: 0 auto;
}
.header_video{
    padding: 0 15px;
    margin-top: -140px;
}
iframe{
    border-radius: 20px;
    border: 1px solid #ffd119;
}
.messenger{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    position: relative;
    z-index: 1;
}
.messenger a{
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    animation: softGlow 4s ease-in-out infinite;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
@keyframes softGlow {
    0%, 100% {
        box-shadow: 0 0 0 rgba(255,255,255,0);
    }
    50% {
        box-shadow: 0 0 14px rgba(255,255,255,0.25);
    }
}
.messenger a.telegram{
      background: linear-gradient(0deg, #C68C2E 0%, #E8B75C 100%);
    animation: telegramGlow 4s ease-in-out infinite;
}
@keyframes telegramGlow {
    50% {
         box-shadow: 0 0 16px rgba(241,211,122,0.7);
    }
}
.messenger a.whatsapp{
    background: linear-gradient(0deg, #004210 0%, #00aa2a 100%);
    animation: whatsappGlow 4s ease-in-out infinite;
}
@keyframes whatsappGlow {
    50% {
        box-shadow: 0 0 18px rgba(0,170,42,0.55);
    }
}

.messenger a.instagram{
    background: linear-gradient(45deg,
        #2d1b4f,
        #5a2d82,
        #8b3ea7,
        #c14f8a,
        #e86b6b
    );
    animation: instagramGlow 4s ease-in-out infinite;
}

@keyframes instagramGlow {
    50%{
        box-shadow: 0 0 16px rgba(193,79,138,0.45);
    }
}
.messenger a:hover{
    transform: translateY(-2px);
}
.messenger_service a{
    padding: 10px 15px;
}
.header_items{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 40px;
}
.header_item{
    width: 340px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
}
.header_item_img{
    display: flex;
    align-items: center;
}
.header_item_img img{
    width: 60px;
    height: 60px;
    border: 1px solid #ffd119;
    border-radius: 100%;
}
.header_item_container{
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.header_item_name{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
.header_item_descr{
    font-size: 15px;
}

img.service_img{
    margin-top: -100px;
}


section.service{
    margin-top: -70px;
}
.section_name h3 {
    font-family: 'Calligraphia One';
    font-size: 100px;
    font-weight: normal;
    line-height: 68px;
    padding: 15px 0;
}
.service_item_name{
    margin-top: 20px;
}
.service_item_name h2{
    font-size: 28px;
    text-transform: uppercase;
}
.service_item_descr{
    margin-top: 20px;
}
.service_item_descr ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.service_item_descr a{
    color: #fff;
    text-decoration: none;
}
.service_item_btn{
    margin-top: 25px;
}
.service_item_btn a{
    display: inline-block;
    width: max-content;
    font-size: 16px;
    color: #fff;
    background: rgb(0,64,6);
    background: linear-gradient(180deg, rgba(0,64,6,1) 0%, rgba(14,156,0,1) 100%);
    border-radius: 20px;
    padding: 10px 25px;
    animation: pulse 3s infinite;
}


.lost_service{
    margin-top: -40px;
}
.lost_service_name{
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
}
.lost_service_descr{
    margin-top: 20px;
}
.lost_service_form{
    margin-top: 30px;
}
form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
input, button, textarea{
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
}
input{
    padding: 10px 25px;
    border-radius: 20px;
    background-color: rgb(0 0 0 / 40%);
    border: 2px solid #ffd119;
    text-align: center;
    color: #fff;
    outline: none;
    font-size: 18px;
}
textarea{
    padding: 10px 25px;
    border-radius: 20px;
    background-color: rgb(0 0 0 / 40%);
    border: 2px solid #ffd119;
    text-align: center;
    color: #fff;
    outline: none;
    font-size: 18px;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    max-height: 100px;
}
button{
    width: 363px;
    height: 127px;
    background: transparent;
    border: none;
    background-image: url(../img/btn.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    animation: pulse 3s infinite;
    text-shadow: 0 0 20px #000;
    cursor: pointer;
}




section.about{
    margin-top: -70px;
}
img.about_img{
    margin-top: -40px;
}



.recent_video {
  width: 100%;
  max-width: 350px; /* можешь менять под себя */
  margin: 10px;

  display: inline-block;
  vertical-align: top;
}

.recent_video img {
  width: 100%;
  height: auto; /* сохраняет пропорции */

  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  object-fit: cover;
}
section.recent{
    margin-top: -100px;
}
.slick-slide img {
    display: inline-block;
}
.slick-prev:before, .slick-next:before{
    opacity: 1;
    color: #ffd119;
}
.slick-prev, .slick-next{
    top: 220px;
}
.slick-next {
    right: 15px;
}
.slick-prev {
    left: 15px;
    z-index: 1;
}
.recent_slick{
    margin-top: 40px;
}
.recent_item_descr{
    margin-top: 20px;
}
.recent_item_name{
    margin-top: 20px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
}




section.contact{
    margin-top: -40px;
    padding-bottom: 40px;
}
.text{
    font-size: 16px;
    line-height: 22px;
}
footer{
    background-color: #000;
    padding: 10px 0;
}
footer a{
    color: #ffd119;
    border-bottom: 1px dotted #ffd119;
    font-size: 12px;
}


.iziModal {
    border: 1px solid #ffd119;
}
.modal_container{
    position: relative;
}
.modal_name h3{
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
}
.iziModal .iziModal-button{
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
}



section.send_info{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.send_info_name h1{
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
}

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

@media screen and (max-width: 400px) {
    .service_item_img img{
        width: 100%;
    }
}
@media screen and (max-width: 390px) {
    a.phone_number {
        font-size: 34px;
    }
}
@media screen and (max-width: 380px) {
    .btn a, button{
        width: 100%;
    }
}
@media screen and (max-width: 375px) {
    .header_name {
        font-size: 90px;
    }
    .header_item {
        width: 100%;
    }
}
@media screen and (max-width: 370px) {
    a.phone_number {
        font-size: 32px;
    }
}
@media screen and (max-width: 360px) {
    .header_item_name {
        font-size: 16px;
    }
}
@media screen and (max-width: 350px) {
    a.phone_number {
        font-size: 30px;
    }
}
@media screen and (max-width: 330px) {
    .header_name {
        font-size: 90px;
    }
    a.phone_number {
        font-size: 29px;
    }
    .header_item {
        gap: 15px;
    }
}
