@font-face {
    font-family: Panton;
    src: url(/fonts/Roboto/Roboto-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: RuslanDisplay;
    src: url(/fonts/Ruslan-Display/RuslanDisplay-Regular.ttf);
    font-display: swap;
}

@-webkit-keyframes fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }

body{
    background: #f5f3f3 !important;
    font-family: Roboto;
    -webkit-animation: fade-in 1s linear; /* Safari 4+ */
    -moz-animation: fade-in 1s linear; /* Fx 5+ */
    -o-animation: fade-in 1s linear; /* Opera 12+ */
    animation: fade-in 1s linear; /* IE 10+, Fx 29+ */
}

h1{
    font-size: 2.1em;
}

.simple-shadow{
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.simple-text-shadow{
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.grave-text-shadow{
    text-shadow: 0px 3px 3px rgba(255,255,255,0.3);
}



#main{
    background: url(/image/background_header_bwn_1700.jpg);
    /*background-color: gray;*/
    background-color: rgba(3, 168, 244, 0.29);
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 15px;
}

#getCallback{
    background-color: #fbd805;
    border-radius: 15px;
    animation: pulse1 4s infinite;
}

.phones-container{
    border-radius: 25px;
    padding-top:15px;
    padding-bottom:15px;
    animation: pulse1 4s infinite;
}
#action{
    background: url(/image/background_action3.png);

    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
}

#advantages{
    background: url(/image/background_advantages.jpg);
    background-color: gray;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

/*.icon-wrapper{
    border: solid 1px black;
    border-radius:25%;
}*/

.icon-wrapper i{
    font-size:50px;
    text-shadow: 0px 3px 3px rgba(255,255,255,0.8);
}

.action-steps{
    border: solid 5px #fbd805;
    border-radius: 25px;
    background-color: white;
}

.action-steps a{
    text-decoration: none; /* Убираем подчеркивание */
    border-bottom: 1px dashed #007bff; /* Добавляем свою линию */
}

#services{
    background: url(/image/background_services-min.jpg);
    background-color: gray;
    background-blend-mode: screen;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

#services-image-row {
    padding-top:15px;
    padding-bottom:15px;
}

.img-wrap {
    position: relative;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

.img-wrap:hover{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.img-wrap h1 {
    position: absolute;
    right: 0px;
    /*left: 0px;*/
    bottom: 4px;
    width: 50%;
    color:whitesmoke;
}



.media {
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.layer {
    opacity: 0.7;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    height: 90%;
    background: #FFF;
    color: #151E3F;
    border-radius:5%;
}

.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
> * {
    margin: 5px;
}
}

.img-wrap img{
    border-radius:20px;

}



.mob-hide{
    display: block;
}

.mob-show{
    display: none;
}

@media screen and (min-width:1px) and (max-width:960px) {
    .mob-hide {
        display: none !important;
    }


    .mob-text-center{
        text-align:center;
    }

    h1{
        font-size: 1.5em;
    }

    #logo{
        text-align: center !important;
    }

    .mob-pr-0{
        padding-right: 0px !important
    }

    #services-image-row {
        padding-top:0px;
        padding-bottom:0px;
    }

    #services-image-row img{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .mob-show{
        display: block;
    }

    #text-container img{
        height:22px !important;
    }

}


footer{
    left: 0; bottom: 0;
    margin-top: 0px !important;
}

footer small a{
    text-decoration:none !important;
}


@-webkit-keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(251, 216, 5, 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(251, 216, 5, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(251, 216, 5, 0);
    }
}
@keyframes pulse1 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(251, 216, 5, 0.9);
        box-shadow: 0 0 0 0 rgba(251, 216, 5, 0.9);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(251, 216, 5, 0);
        box-shadow: 0 0 0 10px rgba(251, 216, 5, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(251, 216, 5, 0);
        box-shadow: 0 0 0 0 rgba(251, 216, 5, 0);
    }
}

.ymaps-2-1-76-inner-panes{
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.link-no-decorate{
    text-decoration: none;
    color:inherit;
}
.link-no-decorate:hover{
    text-decoration: none;
    color:inherit;
}

.logo-tanatos{
    max-width: 80%;
    height: auto;
}

@media (min-width: 1920px) {
    .layer {
        opacity: 0.7;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 75%;
        height: 90%;
        background: #FFF;
        color: #151E3F;
        border-radius: 5%;
    }

    .logo-tanatos{
        max-width: 20%;
        height: auto;
    }


}

@media (min-width: 1280px) {


    .logo-tanatos{
        max-width: 20%;
        height: auto;
    }


}

@media (min-width: 1024px) {


    .logo-tanatos{
        max-width: 20%;
        height: auto;
    }


}



