*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
    color: #fff
}
body{
    background-color: #000;
    color: #e2d0bc;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 19px;
    text-shadow: 1px 1px 1px #000;
}
p{
    font-size: 19px;
    line-height: 26px;
}
.mobile_container{
    width: 420px;
    margin: 0 auto;
    text-align: center;
    background-image: url("../img/bg.png");
    background-size: contain;
    background-repeat: repeat-y;
    background-position: center;
}
.container{
    padding: 0 15px;
    position: relative;
    z-index: 1;
}



/* BELLADONNA */
@font-face{
    font-family: 'Belladonna';
    src: url('../fonts/Belladonna.eot');
    src: url('../fonts/Belladonna.eot@') format('embedded-opentype'),
        url('../fonts/Belladonna.woff2') format('woff2'),
        url('../fonts/Belladonna.woff') format('woff'),
        url('../fonts/Belladonna.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.belladonna{
    font-family: 'Belladonna';
    font-weight: normal;
    font-style: normal;
}
/* BELLADONNA */


/* BELLADONNA NORMAL */
@font-face {
    font-family: 'Belladonna Normal';
    src: url('../fonts/BelladonnaNormal.eot');
    src: url('../fonts/BelladonnaNormal.eot@') format('embedded-opentype'),
        url('../fonts/BelladonnaNormal.woff2') format('woff2'),
        url('../fonts/BelladonnaNormal.woff') format('woff'),
        url('../fonts/BelladonnaNormal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.belladonna_normal{
    font-family: 'Belladonna Normal';
    font-weight: normal;
    font-style: normal;
}
/* BELLADONNA NORMAL */


/* BazhanovC */
@font-face{
	font-family: 'BazhanovC';
	src: url('../fonts/BazhanovC.eot');
	src: local('BazhanovC'),
		url('../fonts/BazhanovC.eot@') format('embedded-opentype'),
		url('../fonts/BazhanovC.woff') format('woff'),
		url('../fonts/BazhanovC.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.bazhanovc{
    font-family: 'BazhanovC';
    font-weight: normal;
    font-style: normal;
}
/* BazhanovC */


/* GOLD STYLE */
.gold{
    color: #ffc400;
    background: url("../img/gold_bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-shadow: none;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-filter: drop-shadow(1px 1px #000);
    filter: drop-shadow(1px 1px #000);
}
/* GOLD STYLE */



/* OTHER */
.w100{
    width: 100%;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt35{
    margin-top: 35px;
}
.mt40{
    margin-top: 40px;
}
.mt45{
    margin-top: 45px;
}
.mt50{
    margin-top: 50px;
}
/* OTHER */



/* H */
h1{
    font-size: 21px;
    font-weight: 300;
    line-height: 32px;
}
h2{
    font-size: 38px;
    line-height: 42px;
}
h3{
    font-size: 40px;
    line-height: 44px;
}
.section_name h3{
    font-size: 44px;
    line-height: 46px;
}
h4{
    font-size: 36px;
    line-height: 40px;
}
/* H */


/* HEADER */
header{
    padding-top: 15px;
}
.logotype_name{
    font-size: 74px;
}
.line{
    width: 100%;
    height: 30px;
    background-image: url("../img/line.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.list{
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: -60px;
}
.list_item{
    display: flex;
    gap: 15px;
}
.list_item_img{
    flex: 0 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.list_item_container{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    text-align: left;
}
.list_item_name h3{
    font-size: 28px;
}
.list_item_descr p{
    font-size: 16px;
    line-height: 20px;
}
.header_img{
    margin-top: -80px;
}
.phone a{
    font-size: 44px;
}
.btn{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center; /* центрирование кнопок */
    gap: 2px; /* расстояние между кнопками */
}
.btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 50px;
    padding-left: 30px;
    background-image: url("../img/btn_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
    border: 2px solid #ffc400;
    font-weight: 500;
    color: #250304;
    position: relative;
    text-shadow: none;
    font-size: 20px;
    box-shadow: 0 0 12px 0px #000;
}
.btn a span{
    position: absolute;
    width: 46px;
    height: 100%;
    border-radius: 25px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn a span img{
    width: 24px;
}
span.whatsapp{
    background: rgb(47,149,13);
    background: linear-gradient(0deg, rgba(47,149,13,1) 0%, rgba(24,82,5,1) 100%);
}
span.other{
    background: rgb(87,12,14);
    background: linear-gradient(0deg, rgba(87,12,14,1) 0%, rgba(37,2,4,1) 100%);
}
iframe{
    border-radius: 25px;
    border: 2px solid #ffc400;
}
.tv_container{
    display: flex;
    justify-content: space-around;
}
.tv_item img{
    width: 80px;
    height: 80px;
}
/* HEADER */
/* MESSENGER FIXED */
.messenger_fixed {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.messenger_fixed_item {
    width: 55px;
    height: 55px;
    background-color: red;
    border-radius: 100%;
    margin: 20px 10px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}
.messenger_fixed_item img{
    width: 30px;
}
.fixed_viber{
    animation: pulse_viber 1.5s infinite;
    background: rgb(159,3,221);
    background: radial-gradient(circle, rgba(159,3,221,1) 0%, rgba(59,0,79,1) 100%);
    border: 2px solid #37004c;
}
.fixed_whatsapp{
    animation: pulse_whatsapp 1.5s infinite;
    background: rgb(0,193,12);
    background: radial-gradient(circle, rgba(0,193,12,1) 0%, rgba(0,88,5,1) 100%);
    border: 2px solid #003c03;
}
@-webkit-keyframes pulse_viber {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(195, 0, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
@keyframes pulse_viber {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(195, 0, 255, 0.6);
      box-shadow: 0 0 0 0 rgba(195, 0, 255, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
@-webkit-keyframes pulse_whatsapp {
    0% {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 51, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}
@keyframes pulse_whatsapp {
    0% {
      -moz-box-shadow: 0 0 0 0 rgba(0, 255, 51, 0.6);
      box-shadow: 0 0 0 0 rgba(0, 255, 51, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
/* MESSENGER FIXED */
.messenger{
    margin-top: 30px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-around;
}
.messenger a{
    padding: 10px 35px;
    color: #fff;
    border-radius:20px
}
.messenger a.viber{
    background: rgb(50,0,66);
    background: linear-gradient(0deg, rgba(50,0,66,1) 0%, rgba(118,0,168,1) 100%);
    animation: viber 3s infinite;
}
.messenger a.whatsapp{
    background: rgb(0,66,5);
    background: linear-gradient(0deg, rgba(0,66,5,1) 0%, rgba(0,168,31,1) 100%);
    animation: whatsapp 3s infinite;
}
.messenger a.call{
    background: rgb(159,98,16);
    background: linear-gradient(0deg, rgba(159,98,16,1) 0%, rgba(246,208,35,1) 100%);
    animation: call 3s infinite;
}
@keyframes viber {
    0% {box-shadow: 0 0 10px 1px #530987;}
    50% {box-shadow: 0 0 20px 5px #6a01b6;}
    100% {box-shadow: 0 0 10px 1px #530987;}
  }
  @-webkit-keyframes viber {
    0% {box-shadow: 0 0 10px 1px #530987;}
    50% {box-shadow: 0 0 20px 5px #6a01b6;}
    100% {box-shadow: 0 0 10px 1px #530987;}
  }
  @keyframes whatsapp {
    0% {box-shadow: 0 0 10px 1px #036817;}
    50% {box-shadow: 0 0 20px 5px #00a721;}
    100% {box-shadow: 0 0 10px 1px #036817;}
  }
  @-webkit-keyframes whatsapp {
    0% {box-shadow: 0 0 10px 1px #036817;}
    50% {box-shadow: 0 0 20px 5px #00a721;}
    100% {box-shadow: 0 0 10px 1px #036817;}
  }
  @keyframes call {
    0% {box-shadow: 0 0 10px 1px #e39e12;}
    50% {box-shadow: 0 0 20px 5px #ffb216;}
    100% {box-shadow: 0 0 10px 1px #e39e12;}
  }
  @-webkit-keyframes call {
    0% {box-shadow: 0 0 10px 1px #e39e12;}
    50% {box-shadow: 0 0 20px 5px #ffb216;}
    100% {box-shadow: 0 0 10px 1px #e39e12;}
  }
.line{
    margin-top: 30px;
}

}
.service_item_descr{
    margin-top: 30px;
}
.service_item_descr ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* DEVIDER */
section.devider{
    position: relative;
    background-image: url("../img/devider_bg.png");
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center;
    padding: 20px 0 40px 0;
    color: #44180a;
    text-shadow: none;
    font-weight: 400;
    margin-top: 110px;
}
section.devider::before{
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 116px;
    background-image: url("../img/devider_top.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
section.devider::after{
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 116px;
    background-image: url("../img/devider_bottom.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.devider_name{
    position: relative;
}
.devider_name::before{
    content: "";
    position: absolute;
    right: 20px;
    bottom: -30px;
    width: 196px;
    height: 96px;
    background-image: url("../img/red_line.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* DEVIDER */




/* FORM */
form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
form input, form button, form textarea{
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    font-weight: 400;
    box-shadow: 0 0 12px 0px #000;
    outline: none;
    cursor: pointer;
}
form input{
    width: 360px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0 0 0 / 45%);
    border: 2px solid #ffc400;
    border-radius: 25px;
    text-align: center;
    color: #fff;
}
form textarea{
    width: 360px;
    max-width: 360px;
    height: 100px;
    padding: 10px;
    background-color: rgb(0 0 0 / 45%);
    border: 2px solid #ffc400;
    border-radius: 25px;
    text-align: center;
    color: #fff;
}
form button{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 40px;
    padding-left: 30px;
    background-image: url("../img/gold_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 25px;
    border: 2px solid #ffc400;
    font-weight: 500;
    color: #250304;
    position: relative;
    text-shadow: none;
    font-size: 20px;
    box-shadow: 0 0 12px 0px #000;
}
form button span{
    position: absolute;
    width: 36px;
    height: 100%;
    border-radius: 25px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
form button span img{
    width: 20px;
}
/* FORM */


/* SERVICE */
section.service{
    margin-top: -160px;
    padding-bottom: 40px;
}
.service_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
/* SERVICE */


/* GLOBAL IMG */
.global_img{
    width: 380px;
    height: 380px;
    position: relative;
    margin: 0 auto;
}
.global_img::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/ornament.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
.global_img img{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 100%;
    width: 290px;
    height: 290px;
}
/* GLOBAL IMG */


/* SLICK */
.slick-slide img {
    display: inline-block;
}
.slick-prev {
    left: 0;
    z-index: 1;
}
.slick-next {
    right: 0;
}
.slick-prev:before, .slick-next:before{
    opacity: 1;
    color: #ffc400;
}
/* SLICK */


/* ABOUT */
section.about{
    margin-top: -80px;
    padding-bottom: 30px;
}
.about_cert img{
    width: 290px;
    border-radius: 25px;
    border: 2px solid #ffc400;
}
/* ABOUT */



/* RECENT */
section.recent{
    margin-top: -80px;
    padding-bottom: 40px;
}
.recent_block .slick-prev, .recent_block .slick-next{
    top: 330px;
}
.recent_name{
    font-size: 22px;
    text-transform: uppercase;
}
/* RECENT */


/* CONTACT */
section.contact{
    margin-top: -80px;
    padding-bottom: 40px;
}
/* CONTACT */





/* FOOTER */
footer{
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer a{
    font-size: 14px;
    font-weight: 400;
    color: #ffc400;
}
/* FOOTER */


/* IZIMODAL */
.iziModal{
    border: 1px solid #ffc400;
    text-align: center;
}
.iziModal .iziModal-button {
    opacity: 1;
    position: absolute;
    top: 5px;
    right: 5px;
}
/* IZIMODAL */



/* INFO */
section.info{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* INFO */

@media screen and (max-width: 420px) {
    .mobile_container{
        width: 100%;
    }
}
@media screen and (max-width: 410px) {
    .global_img {
        width: 370px;
        height: 370px;
    }
    .global_img img {
        width: 280px;
        height: 280px;
    }
}
@media screen and (max-width: 400px) {
    .global_img {
        width: 360px;
        height: 360px;
    }
    .global_img img {
        width: 275px;
        height: 275px;
    }
    .phone a {
        font-size: 42px;
    }
    .logotype_name {
        font-size: 70px;
    }
}
@media screen and (max-width: 390px) {
    .global_img {
        width: 350px;
        height: 350px;
    }
    .global_img img {
        width: 270px;
        height: 270px;
    }
    form input, form textarea{
        width: 330px;
        max-width: 330px;
    }
    .about_cert img {
        width: 270px;
    }
}
@media screen and (max-width: 380px) {
    .global_img {
        width: 340px;
        height: 340px;
    }
    .global_img img {
        width: 265px;
        height: 265px;
    }
    .phone a {
        font-size: 40px;
    }
    .logotype_name {
        font-size: 66px;
    }
    .recent_block .slick-prev, .recent_block .slick-next {
        top: 310px;
    }
}
@media screen and (max-width: 370px) {
    .global_img {
        width: 330px;
        height: 330px;
    }
    .global_img img {
        width: 255px;
        height: 255px;
    }
}
@media screen and (max-width: 365px) {
    .about_cert img {
        width: 260px;
    }
}
@media screen and (max-width: 360px) {
    .global_img {
        width: 320px;
        height: 320px;
    }
    .global_img img {
        width: 245px;
        height: 245px;
    }
    .phone a {
        font-size: 38px;
    }
    .logotype_name {
        font-size: 62px;
    }
    .btn a{
        width: 320px;
    }
    form input{
        width: 100%;
        height: 45px;
    }
    form textarea{
        width: 100%;
        max-width: 100%;
    }
    form button {
        width: 100%;
    }
    .list_item_name h3 {
        font-size: 26px;
    }
    .recent_block .slick-prev, .recent_block .slick-next {
        top: 290px;
    }
}
@media screen and (max-width: 350px) {
    .global_img {
        width: 310px;
        height: 310px;
    }
    .global_img img {
        width: 240px;
        height: 240px;
    }
    .btn a {
        width: 300px;
        height: 45px;
        font-size: 19px;
    }
    .btn a span {
        position: absolute;
        width: 40px;
    }
    .btn a span img {
        width: 22px;
    }
    .list_item_name h3 {
        font-size: 25px;
    }
    .about_cert img {
        width: 250px;
    }
}
@media screen and (max-width: 340px) {
    .global_img {
        width: 300px;
        height: 300px;
    }
    .global_img img {
        width: 230px;
        height: 230px;
    }
    .phone a {
        font-size: 36px;
    }
    .list_item_name h3 {
        font-size: 24px;
    }
    .about_cert img {
        width: 230px;
    }
    .recent_block .slick-prev, .recent_block .slick-next {
        top: 275px;
    }
}
@media screen and (max-width: 330px) {
    .global_img {
        width: 290px;
        height: 290px;
    }
    .global_img img {
        width: 220px;
        height: 220px;
    }
    .phone a {
        font-size: 34px;
    }
    .list_item_name h3 {
        font-size: 23px;
    }
}
@media screen and (max-width: 320px) {
    .global_img {
        width: 280px;
        height: 280px;
    }
    .global_img img {
        width: 215px;
        height: 215px;
    }
    .list_item_name h3 {
        font-size: 22px;
    }
}
