
body {
    font-family: 'IBM Plex Serif', serif;
    /*background: url("/img/bg.jpg") top center repeat-y;*/
    background: #fafafa;
    /*background: radial-gradient(circle, rgba(79, 79, 79, 1) 0%, rgba(0, 0, 0, 1) 100%);*/
    color: #2c2c2c !important;
    font-size: 1.1rem;
    font-weight: 300;
}
.body_page {
    margin-top: 100px;
    /*padding-top: 2rem;*/
}
.card {margin-bottom: 0.5rem}
.card-header {
    background: rgba(255, 174, 0, 0.51);

}
button.btn.button {
    text-transform: uppercase;
    font-weight: 600;
}

.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.timeline-steps .timeline-step {
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: .5rem
}

@media (min-width:768px) {
    .timeline-steps .timeline-step:not(:last-child):after {
        content: "";
        display: block;
        border-top: .25rem dotted #ff9600;
        width: 3.46rem;
        position: absolute;
        left: 7.5rem;
        top: .3125rem
    }
    .timeline-steps .timeline-step:not(:first-child):before {
        content: "";
        display: block;
        border-top: .25rem dotted #ff9600;
        width: 3.8125rem;
        position: absolute;
        right: 7.5rem;
        top: .3125rem
    }
}

.timeline-steps .timeline-content {
    width: 10rem;
    text-align: center
}

.timeline-steps .timeline-content .inner-circle {
    border-radius: 1.5rem;
    height: 1rem;
    width: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f6c367
}

.timeline-steps .timeline-content .inner-circle:before {
    content: "";
    background-color: #f6c367;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    min-width: 3rem;
    border-radius: 6.25rem;
    opacity: .5
}
.modal {
    --bs-modal-width: 50vw !important;
}
.sticky-top {
    position: fixed;
    z-index: 100;
}
.video-box {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.video-box #myVideo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    object-fit: cover;

}
.first_video {
    position: relative;
    width: auto;
    z-index: 0;
    margin-bottom: 2rem;
    height: auto;
    max-height: 100vh;
    overflow: hidden;
    bottom: 0;
}
video {
    width: 100%;
    height: auto;
    max-height: 100%;
    background-size: cover;
}
.text_video {
    position: absolute;
    z-index: 10;
    width: 40%;
    height: auto;
    top:5vh;
    left: 15vw;
}
.first_page {
    position: relative;
    z-index: 20;
}
.first_img {
    width: 100%;
    height: 30vh;
    overflow: hidden;
}

.bg_three {
    position: relative;
    /*z-index: 1000;*/
    background-color: #000000;
    background-size: 100%;
    height: 500px;
    text-align: center;
    margin: 0;
    overflow: hidden;

}
.card-body-faq {
    padding: 15px;
}
.card-body {
    padding: 15px !important;
}
.gif{
    width: auto;
}
.gif img {
    width: 100%;
    max-width: 450px;
    height: auto; /* vary this to your needs ie auto, 100%, etc */
    margin: 0 auto;
}
.site {
    background: rgba(255, 255, 255, 0.82);
    width: 100%;
    max-width: 300px;
    text-decoration: none;
    border: #0eaedb solid;
    padding: 8px 12px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 1rem;
    /*right: 0;*/
    /*float: right;*/
}
.site:hover {
    background:#0eaedb ;
    color: #FFFFFF;
    text-decoration: none;
    border: #0eaedb solid;
    padding: 8px 12px;
    border-radius: 5px;
    position: relative;
    /*right: 0;*/
    /*float: right;*/
}
.bfp {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.82);
    width: 100%;
    max-width: 300px;
    text-decoration: none;
    border: #fd993e solid;
    padding: 8px 12px;
    border-radius: 5px;
    margin-bottom: 1rem;
}
.bfp:hover {
    background: #fd993e;
    text-decoration: none;
    color: #FFFFFF;
    border: #fd993e solid;
    padding: 8px 12px;
    border-radius: 5px;
}
.bfp2 {
    background: rgba(255, 255, 255, 0.82);
    width: 100%;
    max-width: 300px;
    text-decoration: none;
    border: #fd443e solid;
    padding: 8px 12px;
    border-radius: 5px;
    margin-bottom: 1rem;
}
.bfp2:hover {
    background: #fd443e;
    color: #FFFFFF;
    text-decoration: none;
    border: #fd443e solid;
    padding: 8px 12px;
    border-radius: 5px;
}
.menu_uslug {
    background: rgba(255, 255, 255, 0.82);
    padding: 10px;
    border-radius: 5px;
    /*border: #101010 solid;*/
    margin-bottom: 1rem;
}
.menu_uslug ul {
    padding-left: 0;
}
.menu_uslug ul li {
   list-style: none;
    padding: 5px 15px;
    line-height:3rem;
    font-size: 1rem;
    border: solid 1px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;


}
.menu_uslug ul li a{
    font-family: "Doloman Pavljenko";
    text-transform: uppercase;
    text-decoration: none;
}
.knopki {
    position: absolute;
    width: 300px;
    top: 35%;
}
.knopki_niz {
    text-align: center;
}
.price {
    text-align: center;
    border: solid 1px #ff9600;
    padding: 15px;
    margin-bottom: 1rem;
    border-radius: 5px;

}
.demo{
    position: relative;
    text-align: center;
    margin-top: -5rem;
    z-index: 10;
}
.demo a{
    border: solid 1px #ff9600;
    padding: 15px;
    margin: 1rem 0.3rem;
    border-radius: 5px;
    text-transform: uppercase;
    font-family: "Doloman Pavljenko";
    text-decoration: none;
}

header, footer {
    position: relative;
    width: 100%;
    height: auto;
    background:#FFFFFF;
    font-family: 'Doloman Pavljenko';
    font-size: 1.3rem !important;
    box-shadow: 10px 10px 30px #eee;
}
.headermenu {
    position: relative;
    z-index: 0;
}
h2.logo{
    text-align: center;
    width: 100%;
}
.menu1 {
    text-align: center;
    width: 100%;

}
.menu1 ul {
    margin: 0;
    padding: 0;
}
.menu1 ul li{
    text-align: center;
    width: 100%;
    font-size: 2rem;
    list-style: none;
    border-bottom: solid 1px #c3a0f8;

}
.menu1 ul li a{
   text-decoration: none;

}
.menu1 ul li ul li a{
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
    color: #000000;
    padding: 0;
    text-decoration: none;
}

.h1, h1 {
    font-family: 'Doloman Pavljenko';
    font-size: 5rem !important;
    text-transform: uppercase;
    text-align: left;
    color: #000000;
    /*background: linear-gradient(45deg, #6b3c8f 33%, #4ac3e6 33%, #c088ec 33%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*color: #6b3c8f;*/
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*color: transparent;*/
    /*background-image: url('/img/2.jpg');*/
}

.h2, h2 {
    font-family: 'Doloman Pavljenko';
    /*background-clip: text;*/
    /*-webkit-background-clip: text;*/
    /*color: transparent;*/
    /*background-image: url('/img/2.jpg');*/
    font-size: 2rem;
    text-transform: uppercase;
    text-align: left;
    color: #000000;
}

.h3, h3 {
    font-family: 'Doloman Pavljenko';
    font-size: 1.5rem !important;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}

.h4, h4 {
    font-family: 'Doloman Pavljenko';
    font-size: 1.1rem !important;
}

.h5, h5 {
    font-family: 'Doloman Pavljenko';
    font-size: 1.6rem;

}
h5.short_description_product {
    font-size: 1rem;
    font-family: 'IBM Plex Serif', serif;
    font-weight: normal;
    column-count: 1;
}

.h6, h6 {
    font-family: 'Doloman Pavljenko';

}
.img_first {
    position: absolute;
    z-index: -1;
    height: auto !important;
    top: 0;

}
.card-gallery_kit {
    /*max-height: 450px;*/
    /*overflow: hidden;*/
    /*margin: 2rem;*/
    width: 100%;
    height: auto;
    border-radius: 15px !important;
    border: solid 1px #f1eeee;
}
img.img-fluid {
    border-radius: 15px;
}
.slider_block {
    margin-bottom: 3rem;
    top: 0;
}

.webadminka {
    font-size: 4rem !important;
}

.webadminka_page_name {
    font-size: 3rem !important;
    position: relative;
    z-index: 10;
    padding: 1.5rem 0;
}

.badge.badge-success {
    display: block;
    position: relative;
    z-index: 10;
    font-size: 0.68rem !important;
    border: solid 1px #dfdfdf;
    color: #000000 !important;
    background: rgba(255, 255, 255, 0.85);
    padding: 0.5rem;
    right: 0;
    bottom: 5px !important;
    text-transform: uppercase;
    border-radius: 5px;
    /*font-weight: lighter;*/
    /*font-family: "Doloman Pavljenko";*/
}
.item_tag{
    position: absolute;
    margin-top: 302px;
    margin-left: 10px;
}

.slogan {
    position: relative;
    display: grid;
    font-size: 1rem;
}
.gallery.random-photos-list {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.parallax-bg {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    /*margin-bottom: 5rem;*/
    /*background: url("/img/bg1.jpg") no-repeat center center;*/
    /*background: #d0cece !important;*/
    /*background-size: cover;*/
    /*!*width: 100%;*!*/
    /*!*background-size: cover; !* настройки фонового изображения *!*!*/
    /*background-position: center;*/
    /*background-attachment: fixed;*/
}

.parallax-content {
    position: absolute; /* позиция контента относительно блока */
    top: 50%; /* выравнивание по вертикали */
    left: 50%; /* выравнивание по горизонтали */
    transform: translate(-50%, -50%); /* смещение контента на половину ширины и высоты */
    color: #FFF; /* цвет текста и другие стили */
    /* ... */
}

.landing {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    margin-bottom: 5rem;
    background: url("/img/landing.png") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.corporate {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    margin-bottom: 5rem;
    background: url("/img/corporate.png") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.quiz_page {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    margin-bottom: 5rem;
    background: url("/img/quiz.png") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.online-catalog {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    margin-bottom: 5rem;
    background: url("/img/online-catalog.png") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.portal {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    margin-bottom: 5rem;
    background: url("/img/portal.png") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.direct {
    height: auto;
    min-height: 100vh;
    overflow: hidden;
    margin-bottom: 5rem;
    background: url("/img/direct.png") no-repeat center center;
    background-size: cover;
    width: 100%;
}

.img_position_nashi-partnery {
    padding: 5rem 0;
    background: none;
    text-align: center;
    /*text-align: justify;*/
}

div.img_items_nashi-partnery {

}

a.img_item_nashi-partnery.d-block.mb-2 img {
    text-align: center;
    border: solid 1px #ff9212;
    border-radius: 5px;
    filter: grayscale(100%);
}

.purple {
    color: #ff9212;
}

.purple_bg {
    background:#f4f2ed;
    padding: 15px;
    border-radius: 5px;
    color: #000000;
}


.gradient_black {
    background: rgb(79, 79, 79);
    background: linear-gradient(0deg, rgba(79, 79, 79, 1) 0%, rgba(0, 0, 0, 1) 56%);
}

.about_all {
    position: relative;
    background: #f4f2ed;
    padding-bottom: 3rem;
    padding-top: 3rem;
    /*margin-top: 1rem;*/
    z-index: 1;

}


.about {
    text-align: center;
    border: solid 1px #FFFFFF;
    border-radius: 5px;
    background: #FFFFFF;
    padding: 15px;

}
.about i.bi {
    font-size: 3rem;
}
.card-img {

}
.card_text_category {
    position: absolute;
    padding: 35px;
    z-index: 10;
    bottom: 15px;
}
.big-text {
    font-family: "Doloman Pavljenko";
    font-size: 2rem;
}
.small-text {
    font-size: 1rem;
}

.carousel-inner {
    height: auto;
    margin-bottom: 5rem;

}

.carousel-caption {
    right: 0;
    display: block;
    top: 20%;
    text-align: left;
    padding: 0 !important;
    margin: 0 !important;
}

.slide_big_text {
    position: absolute;
    z-index: 10;
    margin-top: 15vh;
    font-family: 'Doloman Pavljenko';
    font-size: 8.8rem !important;
    text-decoration: underline;
    color: #3b035e;
    /*font-weight: bold;*/
    /*font-style: italic;*/

}

.slide_small_text {
    position: absolute;
    z-index: 10;
    font-size: 2rem;
    /*font-weight: 300;*/
    color: #000000;
    margin-top: 25vh;
}

.gallery-item{
    width: 100%;
    height: auto;
    max-height: 300px !important;
    overflow: hidden;
    border-radius: 1pc;

}
.gallery-item img{
    width: 100%;
    height: auto;

}
.элемент {
    padding: 15px;
}
.modal-content {
    padding: 15px;
}
.fs18px.form-title {
    font-family: "Doloman Pavljenko";
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #ff9212;
}

.work {
    position: relative;
    margin-top: 5rem;
    margin-bottom: 5rem;
    /*padding: 10px;*/
    width: 100%;
}


table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

table thead {
    display: table;
    width: 100%;

}

.table5 thead th {
    width: 20% !important;
}

.table5 tbody th {
    width: 20% !important;
}

table tbody {
    display: table;
    width: 100%;
}

.project {
    position: relative;
    margin-top: 10rem;
    margin-bottom: 5rem;
    padding: 10px;
    width: 100%;
}

.black {
    background:#f4f2ed;
    margin-bottom: 10px;
    border-radius: 15px;
    color: black;
    padding: 15px;

}

.card-img {
    padding: 20px;
}

.card-img img {
    border-radius: 15px;
    border: solid 1px #eee5e5
}

.zagolovok {
    position: relative;
    display: inline;
    width: 100%;
    margin-bottom: 5rem;
}

.zagolovok_small {
    font-size: 2rem;
}

a {
    color: #000000;
}

a:hover {
    color: #ff9600;
}

.social {
    text-align: center;
}
.social a {
    display: inline;
    font-size: 1rem;

}
.vh100 {



}
h2.webadminka {
    font-family: 'Doloman Pavljenko';
    font-size: 3rem !important;
    text-transform: uppercase;
    text-align: left;
    line-height: normal;
    margin-bottom: -0.8rem;
    /*float: left;*/
    /*padding-right: 10px;*/
}

a.logo_webadminka {
    font-family: 'Doloman Pavljenko';
    text-decoration: none !important;
    font-weight: bold;
    color: black;
}

.card_text h4 {
    padding: 10px;
    font-family: 'IBM Plex Serif', serif;
    font-weight: 300;
}

.short-description {
    font-size: 0.9rem;
    margin: 1rem 0;
}

/**************************************************************************************/

@keyframes calls {
    from {
        background: #ff9212;
    }


    to {
        background: #e36907;
    }
}


/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
    color: #814d01;
    background-color: #fee9ca;
    border-color: #fee1b6;
}

.alert-primary hr {
    border-top-color: #fdd79d;
}

.alert-primary .alert-link {
    color: #4e2f00;
}

.badge-primary {
    color: #212529;
    background-color: #fa9703;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #212529;
    background-color: #c77802;
}

.bg-primary {
    background-color: #fa9703 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #c77802 !important;
}

.border-primary {
    border-color: #fa9703 !important;
}

.btn-primary {
    color: #212529;
    background-color: #fa9703;
    border-color: #fa9703;
}

.btn-primary:hover {
    color: #212529;
    background-color: #d68102;
    border-color: #c77802;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 151, 3, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #fa9703;
    border-color: #fa9703;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #c77802;
    border-color: #b86f02;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 151, 3, 0.5);
}

.btn-outline-primary {
    color: #fa9703;
    background-color: transparent;
    border-color: #fa9703;
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #fa9703;
    border-color: #fa9703;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 151, 3, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #fa9703;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #fa9703;
    border-color: #fa9703;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(250, 151, 3, 0.5);
}

.list-group-item-primary {
    color: #814d01;
    background-color: #fee1b6;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #814d01;
    background-color: #fdd79d;
}

.list-group-item-primary.list-group-item-action.active {
    color: #212529;
    background-color: #814d01;
    border-color: #814d01;
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #fee1b6;
}

.table-hover .table-primary:hover {
    background-color: #fdd79d;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #fdd79d;
}

.text-primary {
    color: #fa9703 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #c77802 !important;
}



/*конец color pimary*/



h4 span.product_price {
    font-size: 2.5rem;
}
.breadcrumbs {
    position: relative;
    display: block;
    margin-bottom: 25px;
    padding: 0;


}
ul.breadcrumbs li {
    list-style: none;
    float: left;
    padding-right: 15px;
}
ul.breadcrumbs li a{
   color: #9c9191;
}

/* Кнопка с анимацией*/

/*
 * Animated CSS button
 * Copyright Alexander Bodin 2019-09-07
 *
 * Useage: .class {@import button($button-size, $hue, $sat);}
 */


.animated-button {
    /*background: linear-gradient(-30deg, #FFFFFF 50%, #d1a6f8 50%);*/
    background: #FFFFFF;
    padding: 10px 20px;
    margin: 0;
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #000000 !important;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    /*-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);*/
}

.animated-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: #FFFFFF;*/
    opacity: 0;
    -webkit-transition: .2s opacity ease-in-out;
    transition: .2s opacity ease-in-out;
}

.animated-button:hover::before {
    opacity: 0.2;
}

.animated-button span {
    position: absolute;
}

.animated-button span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(135, 102, 4, 0)), to(#f17d1b));
    background: linear-gradient(to left, rgba(135, 102, 4, 0), #F17D1BFF);
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
}

@keyframes animateTop {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.animated-button span:nth-child(2) {
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(26, 8, 43, 0)), to(#f17d1b));
    background: linear-gradient(to top, rgba(26, 8, 43, 0), #f17d1b);
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.animated-button span:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(26, 8, 43, 0)), to(#f17d1b));
    background: linear-gradient(to right, rgba(26, 8, 43, 0), #f17d1b);
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.animated-button span:nth-child(4) {
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 8, 43, 0)), to(#f17d1b));
    background: linear-gradient(to bottom, rgba(26, 8, 43, 0), #f17d1b);
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.footer_menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;

}

/*звезды, снег, листья*/

/*.star {*/
/*    transform-style: preserve-3d;*/
/*    width: 1px;*/
/*    height: 1px;*/
/*    position: absolute;*/
/*    color: #d0e4ff;*/
/*}*/

/*.star:before {*/
/*    position: absolute;*/
/*    content: "🍁";*/
/*    color: inherit;*/
/*    inset: 0;*/
/*    text-shadow: 0 0 0.8em #fff5;*/
/*}*/

/*.cd__main {*/
/*    margin: 0;*/
/*    min-height: 100vh;*/
/*    font-family: "Montserrat", sans-serif;*/
/*    color: #F9F6EF;*/
/*    display: grid;*/
/*    place-content: center;*/
/*    background-image: radial-gradient(circle at 50% 50%, #2f3040, #1f2020) !important;*/
/*}*/
/*конец звезды, снег, листья*/

.bg-first-page {
    background: url("/img/bg-first-page.jpg") no-repeat top center;
    /*background-size: cover;*/
    width: 100%;
    height: auto !important;
    padding: 0;
    margin: 0;
    min-height: 100vh;
}
.content-block {
    margin-top: 20vh;
    right: 0;
    position: relative;
    float: right;
    z-index: 9999;
}
.parallax {
    position: absolute;
    margin-left: 5vw;
    top: 5vh;
}
@media only screen and (min-width:2000px){
    .bg-first-page {
        background: url("/img/bg-first-page.jpg") no-repeat top center;
        /*background-size: cover;*/
        width: 100%;
        height: auto !important;
        padding: 0;
        margin: 0;
        min-height: 35vh;
    }
}
@media only screen and (max-width:480px){
    .footer_menu .col{
        float: none;
        width:100%;
    }
    .content-block {
        margin-top: 70vh;
        text-align: center;
        right: 0;
        position: relative;
        float: right;
        z-index: 9999 !important;
    }
    h2{

        text-align: center !important;

    }
    .bg-first-page {
        background: #FFFFFF !important;
    }
}

@media all and (max-width: 800px) {

    .modal {
        --bs-modal-width: 80vw !important;
    }
    body {
        margin-top: 0;
    }

    .bg_three {
        display: none;
    }

    nav.nav-right {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    img.cube {
        width: 100%;
    }

    .mt5 {
        margin-top: 1rem !important;
        text-align: center;
    }

    .mb-5 {
        margin-bottom: 1rem !important;

    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .btn {
        padding: 0.375rem !important;
        text-transform: uppercase;
    }

    .img_position_nashi-partnery {
        padding: 0 !important;

    }

    .img_position_nashi-partnery img{

    }

    .h1, h1 {
        font-size: 5rem !important;
        text-align: center;
    }

    .webadminka_page_name {
        position: relative;
        font-size: 2.5rem !important;

    }

    /*.carousel {*/
    /*    margin-top: -5rem !important;*/
    /*}*/

    /*.carousel-inner {*/
    /*    min-height: 30vh !important;*/
    /*    height: auto !important;*/
    /*}*/
    .slide_big_text {
        font-family: 'Doloman Pavljenko';
        font-size: 5.5rem !important;
        text-decoration: underline;
        margin-top: 2rem !important;
    }

    .slide_small_text {
        font-size: 1rem !important;
        font-weight: 300;
        margin-top: 35vh;
    }


    .modal-content {
        margin-top: 5%;
    }

    h3.webadminka {
        font-size: 2rem !important;
    }

    h2 {
        font-size: 2.5rem !important;
    }

    h2.webadminka {
        font-family: 'Doloman Pavljenko';
        font-size: 2.8rem !important;
    }

    h3 {
        font-size: 1.3rem !important;
    }

    a.img_item_nashi-partnery.d-block.mb-2 img {


    }
    .site {
        padding: 2px !important;
    }
    .first_video {
        position: relative;
        margin-top: -2.5rem;
        width: auto;
        z-index: 0;
        margin-bottom: 2rem;
        height: auto;
        min-height:120vh;
        overflow: hidden;
    }
    video {
        width: auto;
        height: 100%;
        max-height: 100%;
        background-size: cover;
    }
    video.video {
        width: 100%;
        height: auto;

    }
    .text_video {
        position: absolute;
        z-index: 10;
        width: 100%;
        height: auto;
        top:3vh;
        left: 0;
        padding:10px;
    }

    .black {
        padding-bottom: 15px;
    }
    .btn.animated-button {
        margin-bottom: 3rem;
    }
    .fa, .fab{
        font-size: 2.3rem;
        margin-right: 10px;
    }
    .img_first {
        position: relative;
        height: auto !important;
    }
    .knopki {
        position: relative;
        width: 300px;
        top: 25%;
    }
    .body_page {
        margin-top: 160px;
    }
    .slider_block {
        margin-bottom: 1rem;
    }

}

/**/