@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.timeline-main {
    background: url(../../upload/timeline-bg1.png);
    position: relative;
  /*      display: flex;
    align-items: center;
    justify-content: end;*/
}

body{
    font-feature-settings: 'pnum' on, 'lnum' on;
}

.navbar-collapse-calculator , .navbar-collapse-project{
    padding: 24px 0 24px 20px;
}

span.menu-icon{
    width: 17px;
    height: 17px;
    display: block;
    background-position: center;
    background-image: url("../../upload/burger.svg");
    background-repeat: no-repeat;
}

#out-svg{
    margin: 0;
    position: absolute;
    right: 17px;
    width: 17px;
    height: 17px;
}

.opened{
    background-color: #034674;
}

.opened span.menu-icon{
    background-image: url("../../upload/burger-cross.svg");
}

.timeline-header:after {
    content: "";
    background: url(../../upload/paper-kraj.png);
    display: block;
    width: 100%;
    height: 40px;
    transform: rotate(180deg);
    top: 0px;
    left: 0;
    position: absolute;
    background-position: 0px -8px;
}

.timeline-footer:before {
    background: url(../../upload/paper-kraj.png);
    content: "";
    display: block;
    width: 100%;
    height: 46px;
    top: -45px;
    left: 0;
    position: absolute;
    background-position: 0 0;
}

.navbar.navbar-expand-md.navbar-dark.black{
    background: url(../../upload/timeline-bg1.png);
}

#man{
        width: 200px;
    height: 500px;
    position: absolute;
    bottom: -17px;
    left: calc(((100vw - 1120px) / 2) - 200px);
    z-index: 102;
        overflow: hidden;
}

#man img{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#man #man-img{
width: 500px;
    height: 480px;
    margin-top: 20px;
    position: relative;
    left: -150px;
}

#man #man-gif{
width: 500px;
    height: 500px;
    left: -165px;
}

#slider .myslider{
    height: 800px;
    position: relative;
}

#slider{
    padding: 0 0 30px;
    position: relative;
    z-index: 101;
}

#slider > div > div.owl-dots > div:nth-child(1){
    display: none;
}

#slider .owl-carousel .owl-item img {
    display: none;
}
.tl-image{
     height: 100vh;
  overflow: hidden;
}

.canvas {
        margin-left: 100px;
  width: 1120px;
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.front,
.canvas {
  display: none;
}
/*15122023 start*/
.feature.col.blue .img-blue.back-test {
						width: auto;
    margin: 0;
    margin-left: 51%;
    position: absolute;
    margin-top: -179px;
    height: 220px;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;}
	.feature.col.blue .img-blue.man-front {
	width: auto;
    border-radius: 20px;
    margin: 0;
    margin-left: 69%;
    position: absolute;
    margin-top: -173px;
    height: 215px;
	}
/*15122023 end*/
.myslider .owl-dots{
display: flex;
    width: 1044px;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 30px;
        z-index: 103;
        left: calc((100vw - 1044px) / 2);
}

.myslider .owl-dots .owl-dot{
position: relative;
}

.myslider .owl-dots .owl-dot button{
   font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    /* text-transform: uppercase; */
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #BB8D70;
    padding: 0;
    border: none;
    background: transparent;
    position: absolute;
    top: 14px;
    left: -24px;
    width: 48px; 
}

.myslider .owl-dots .owl-dot:before{
    width: 8px;
    height: 8px;
    content: "";
    position: absolute;
    background: #BB8D70;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    flex: none;
    order: 12;
    flex-grow: 0;
    border-radius: 50%;
    left: calc(50% - 4px);
}

.myslider .owl-dots .owl-dot:after{
    content: "";
    position: absolute;
    height: 0px;
    width: 66px;
    top: 3px;
    border-top-width: 2px;
    border-top-style: dotted;
    border-top-color: #BB8D70;
    left: 7px;
}

.myslider .owl-dots .owl-dot:last-child:after{
    display: none;
}

.myslider .owl-dots .owl-dot.active button{
    color: #D24C00;
}

.myslider .owl-dots .owl-dot.active:before{
    background: #D24C00;
}

.myslider .owl-item .item{
    width: 1120px;
    height: 800px;
    display: flex;
    align-items: center;
}

.myslider .owl-nav{
    left: 0;
    top: 140px;
    position: absolute;
    width: 100%;
}

.myslider .owl-nav button{
    width: 350px;
    height: 160px;
    top: 0;
    position: absolute;
}

.myslider .owl-nav button.owl-prev {
/*    left: 0;*/
display: none;
}

.myslider .owl-nav button.owl-next {
    right: 0;
}

.myslider .owl-item.active{
    display: flex;
    align-items: center;
    justify-content: center;
}

.myslider .owl-item.active .tl-outer{
    width: 540px;
    min-height: 500px;
    /*margin-left: 150px;*/
    overflow: hidden;
    position: relative;
    z-index: 104;
}
.myslider .owl-item.opacity .tl-date { 
    opacity: 1;
}

.myslider .owl-item.active .tl-date , .myslider .owl-item.prev-slide.active .tl-date{
        font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-size: 128px;
    line-height: 150px;
    color: #BB8C70;
    margin-bottom: 50px !important;
        position: inherit;
    text-align: left;
    animation:   right_to_left 3s ease;
    min-width: 480px;
    text-transform: lowercase;

}

.myslider .owl-item.active .tl-header ,
 .myslider .owl-item.active .tl-introtext 
{
    animation: left_to_right 3s ease;
}

.myslider .owl-item.active .owl-naw-tl-outer{
    animation: left_to_rightbtn 3s ease;
}
.myslider .owl-item:nth-child(1).active .owl-naw-tl-outer{
    animation: left_to_right1 3s ease !important;
}
.myslider .owl-item.active .tl-outer .owl-naw-tl-outer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
    max-width: 370px;
}
.myslider .owl-item:nth-child(1).active .tl-outer .owl-naw-tl-outer{
    margin-left: 0px;
}
.myslider .owl-item.active .tl-outer .owl-naw-tl-outer .owl-nav-clone button{
    border: none;
    background-color: #ffffff00;
}
.myslider .owl-item.active .tl-outer .owl-naw-tl-outer .owl-nav-clone button.owl-prev{
    background-image: url(../../upload/icon/prevpodskazka.svg);
    width: 47px;
    height: 55px;
}
.myslider .owl-item.active .tl-outer .owl-naw-tl-outer .owl-nav-clone button.owl-prev:hover{
    background-image: url(../../upload/icon/prevpodskazka-hover.svg);
    width: 47px;
    height: 55px;
}
.myslider .owl-item.active .tl-outer .owl-naw-tl-outer .owl-nav-clone button.owl-next{
    background-image: url(../../upload/icon/nextpodskazka.svg);
    width: 47px;
    height: 55px;
}
.myslider .owl-item.active .tl-outer .owl-naw-tl-outer .owl-nav-clone button.owl-next:hover{
    background-image: url(../../upload/icon/nextpodskazka-hover.svg);
    width: 47px;
    height: 55px;
}
@keyframes right_to_left {
  0% {
    margin-left: 100%;
    opacity: 0;
  }
  15%{
    opacity: 1;
  }
  60% {
    margin-left: 0px;
  }
  85% {
    margin-left: 3%;
  }
  100% {
    margin-left: 0px;
    opacity: 1;
  }
}

@keyframes left_to_right {
  0% {
    margin-left: -100%;
  }
  60% {
    margin-left: 50px;
  }
  85% {
    margin-left: calc(50px - 3%);
  }
  100% {
    margin-left: 50px;
  }
}

@keyframes left_to_right1 {
  0% {
    margin-left: -100%;
  }
  60% {
    margin-left: 0px;
  }
  85% {
    margin-left: -3%;
  }
  100% {
    margin-left: 0px;
  }
}

@keyframes left_to_rightbtn {
  0% {
    margin-left: -100%;

  }

  10% {
    margin-left: -100%;
  }
  60% {
    margin-left: 50px;
  }
  85% {
    margin-left: calc(50px - 3%);
  }
  100% {
    margin-left: 50px;
  }
}



@keyframes left_to_right1btn {
  0% {
    margin-left: -100%;
  }
  60% {
    margin-left: 0px;
  }
  85% {
    margin-left: -3%;
  }
  100% {
    margin-left: 0px;
  }
}

.myslider .owl-item.active .tl-date span{
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
        text-transform: initial;
}

.myslider .owl-item.active .tl-more , .popup-item .tl-more{
position: relative;
    width: 116px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #D24C00;

}


.myslider .owl-item.active .tl-more:hover{
    color: #9D491A;
}

.myslider .owl-item.active .tl-more:before, .myslider .owl-item.active .tl-more:after, .popup-item .tl-more:after, .popup-item .tl-more:before{
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 116px;
    height: 6px;
    left: 0;
    background-image: url('../../upload/Arrow1.svg');
}

.myslider .owl-item.active .tl-more:hover:before, .myslider .owl-item.active .tl-more:hover:after , .popup-item .tl-more:hover:after, .popup-item .tl-more:hover:before{
background-image: url('../../upload/Arrow1_h.svg');
}

.myslider .owl-item.active .tl-more:after, .popup-item .tl-more:after{bottom:0;}

.myslider .owl-item.active .tl-more:before, .popup-item .tl-more:before{top: 0;}

.myslider .owl-item.active .tl-header{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 130%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #051520;
    margin-bottom: 30px;
}

.myslider .owl-item.active .tl-introtext {
/*    min-height: 180px;*/
}

.myslider .owl-item.active .tl-introtext , .myslider .owl-item.active .tl-introtext p{
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    text-align: justify;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #37374A;
    max-width: 370px;
}

/*.myslider .owl-item .tl-date{
    margin-left: -50px;
}*/

.tl-header , .tl-introtext, .owl-naw-tl-outer{
    margin-left: 50px;
}

.item.el-1 .tl-header , .item.el-1 .tl-introtext{
    margin-left: 0px;
    animation: left_to_right1 3s ease !important;
}

.item.el-1 .tl-more{
    animation: left_to_right1btn 3s ease !important;
    margin-left: 0px;
}

.tl-header , .tl-introtext{

width: 370px;
}

.myslider .owl-item:nth-child(1) .tl-date{
    margin-left: 0;
}

.myslider .owl-item:not(.active) .tl-outer > *{
    display: none !important;
}

.myslider .owl-item.active + .owl-item .tl-date{
    position: absolute;
    width: 460px;
    height: 150px;
    left: -50px;
    top: 140px;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-size: 128px;
    line-height: 150px;
    text-transform: uppercase;
    color: #DDDBD6;
    z-index: 10000;
    display: block!important;
    opacity: 1;
}

.owl-item .tl-date{
    opacity: 0;
}

.myslider .owl-item.prev-slide.active .tl-date{
top:auto !important;
}

.myslider .owl-item.prev-slide .tl-date{
    position: absolute;
    width: 460px;
    height: 150px;
    right: -100px;
    top: 147px;
    font-family: 'Raleway';
    font-style: italic;
    font-weight: 200;
    font-size: 128px;
    line-height: 150px;
    text-transform: lowercase;
    color: #DDDBD6;
    /* overflow: hidden; */
    z-index: 10000;
    display: block!important;
    text-align: right;
    opacity: 1;
}

.myslider .owl-item.prev-slide.active .tl-date{
right: inherit;
}

.myslider .owl-item:nth-child(1).prev-slide .tl-date{
    display: none!important;
}



.timeline-header:after {
    z-index: 106;
}

.timline-popup{
    background: #191F26;
    padding: 0 calc((100vw - 1160px) / 2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1100;
    height: 100vh;
    display: none;
}

.timline-popup-outer{
    background: url(../../upload/timeline-bg1.png);
    position: relative;
    background-position: 0px 300px;

}

.timline-popup-outer .timline-popup-outer-scroll{
    height: 100vh;
    overflow-y: scroll; 
  overflow-x: hidden;
} 

.timline-popup-outer .timline-popup-outer-scroll::-webkit-scrollbar {
  display: none;
}

.btn-outline-secondary {
    border: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.timline-popup-outer .timline-popup-outer-scroll  {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.timline-popup-outer:before{
position: absolute;
    background-position: 0 0px;
    top: 0;
    left: 0;
    width: 18px;
    height: 100%;
    content: "";
    display: block;
    background: url(../../upload/Vector13.png);
    transform: rotate(180deg);
}
.block_calculator input[type="button"] {
    border: none;
}

.timline-popup-outer:after{
    position: absolute;
    background-position: 0 -28px;
    top: 0;
    right: -2px;
    width: 19px;
    height: 100%;
    content: "";
    display: block;
    background: url(../../upload/Vector13.png);
}

.timline-popup .close-popup{
    width: 85px;
    height: 85px;
    position: absolute;
    z-index: 1000;
    right: calc(((100vw - 1160px) / 2) - 120px);
    top: 45px;
    cursor: pointer;
    border-radius: 50%;
}

.blog-post p{
    font-weight: 400;
}

.timeline-footer:after {
    content: "";
    background: url(../../upload/paper-kraj.png);
    display: block;
    width: 100%;
    height: 40px;
    transform: rotate(180deg);
    bottom: -40px;
    left: 0;
    position: absolute;
    background-position: 0px -8px;
}

.timline-popup .popup-item {
        padding: 60px 120px;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 90% 0;
}

.timline-popup .popup-item .popup-icon{
        margin-bottom: 50px;
    display: block;
}

.timline-popup .popup-item h2{
    max-width: 600px;
    font-family: 'Raleway';
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 130%;
color: #051520;
margin-bottom: 170px;

}

.timline-popup .popup-item p{
    font-family: 'Raleway';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 150%;
color: #1E1E2F;
}

.timline-popup .popup-item .slide-btn{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 0px;
gap: 4px;
position: relative;
width: 422px;
height: 103px;
    justify-content: center;
    cursor: pointer;

}

.timline-popup .popup-item .slide-btn:before{
position: absolute;
    background-position: 0 0px;
    top: 0;
    left: 0;
    width: 422px;
    height: 6px;
    content: "";
    display: block;
    background: url(../../upload/Line162.svg);

}

.timline-popup .popup-item .slide-btn:after{
    position: absolute;
    background-position: 0 0px;
    bottom: 0;
    left: 0;
    width: 422px;
    height: 6px;
    content: "";
    display: block;
    background: url(../../upload/Line162.svg);
}

.timline-popup .popup-item .slide-btn .year-text{
font-family: 'Raleway';
font-style: italic;
font-weight: 400;
font-size: 14px;
line-height: 150%;
color: #D24C00;
margin-bottom: 0;
}

.timline-popup .popup-item .slide-btn .slide-text{
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
color: #1E1E2F;   
margin-bottom: 0;
}

.timline-popup .popup-item .slide-btn:hover .slide-text{
    color: #D24C00;
}

.timline-popup .popup-item .timeline-more-literature{
    border-color: #BA9E80;
    color: #191F26;
    margin-top:30px;
}

.timline-popup .popup-item .timeline-more-literature span{
    border-color: #BA9E80;
}

.timline-popup .popup-item .timeline-more-literature svg > *{
    stroke: #BA9E80;
}

.timline-popup .popup-item .timeline-more-literature:hover{
    border-color: #BA9E80;
    background: #BA9E80;
    color: #FFF;
}

.timline-popup .popup-item .timeline-more-literature:hover span{
    border-color: #FFF;
}

.timline-popup .popup-item .timeline-more-literature:hover svg > *{
    stroke: #FFF;
}

.timline-popup .popup-item .timeline-more-literature:active{
    border-color: #A3896E;
    background: #A3896E;
    color: #FFF;
}

.timline-popup .popup-item .timeline-more-literature:active span{
    border-color: #FFF;
}

.timline-popup .popup-item .timeline-more-literature:active svg > *{
    stroke: #FFF;
}

#smoke {
    width: 1200px;
        height: 800px;
        /* height: auto; */
        display: block;
        position: absolute;
        left: calc((100vw - 1200px) / 2);
        top: 0;
        background-size: cover;
        z-index: 1000;
        cursor: pointer;
        background-image: url(../../upload/mask-cloud-2.png);
        opacity: 1;
        transition: height 0ms 0ms, opacity 0ms 0ms;
}

#smoke.hidden {
    overflow: hidden;  /* Hide the element content, while height = 0 */
    height: 0;
    opacity: 0;
    transition: height 0ms 1000ms, opacity 1000ms 0ms;
}

.album:not(.anketa-blog) .row-cols-lg-3 .feature.col:not(.blue):hover {
    background: #006BD2;
    cursor: pointer;
}

.album:not(.anketa-blog) .row-cols-lg-3 .feature.col:not(.blue):hover * , .row-cols-lg-3 .feature.col.green:hover *{
    color: #FFF;
}

.row-cols-lg-3 .feature.col:not(.blue):hover .bg-gradient{
    background-image: none !important;
}

.row-cols-lg-3 .feature.col:not(.blue):hover .ico-block-pol-rec rect{
    fill: #fff;
}

.row-cols-lg-3 .feature.col:not(.blue):hover .ico-block-pol-rec path{
    fill:#006BD2;
}

.navbar.navbar-expand-md.navbar-dark.black + .mob_menu_burger .topnav a.icon{
    background: #1E1E2F;
}

#scroll-mob{
    display: none;
}

.share_btn + .share_item {
    display: none;
   position: absolute;
    right: 0px;
    bottom: 65px;

}

.share_btn + .share_item .navbar-nav{
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    width: 315px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 5px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #E6EEF5;
}

.share_btn + .share_item .nav-item {
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #E6EEF5;
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.share_btn + .share_item .nav-item:last-child {
    border-width: 0 0 0 0;
}

.share_btn.clicked + .share_item{
    display: block;
}

.share_btn.clicked + .share_item .nav-link{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-collapse-menu .nav-item {
    max-width: 173px;
}

.navbar-expand-md .navbar-nav {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-around;
}

.main-page .main-block-pol-rec .block-pagetitle .item-pagetitle h1 {
    font-size: 48px;
    margin-bottom: 30px;
}

.main-page .main_slide.rounded .main-block-pol-rec .lead.my-3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 70px !important;
}

.main-page .main_slide .share_btn{
    height: 47px;
}

.overlay-video-imgprev{
    transition: transform .2s;
}

.footer.mt-auto.py-3{
    padding-bottom: 30px !important;
    padding-top: 45px !important;
    text-align: center;
}

.intro-img img{
    width: 100%;
}

.main_block.androgel .block-pagetitle {
    flex-direction: row;
}

.row-cols-lg-3 .feature.col:hover .overlay-video-imgprev{transform: scale(1.05);}

.container.page-statia{
    max-width: 1140px;
}

#man canvas{
        image-rendering: optimizeQuality;
    }

#poleznie-materials .feature.col.poleznye .video-bg{
    background-position: center;
    min-height: 200px;
    width: 100%;
    background-size: 100%;
    border-radius: 20px;
    min-height: calc(((1430px / 3) - 112px) / 2);

}

#poleznie-materials .feature.col.poleznye:hover  .video-bg{
    animation: breath 4s linear ;
}
@keyframes breath {
  0%   { background-size: 100% auto; }
  50% { background-size: 110% auto; }
  100% { background-size: 100% auto; }
}


@media (min-width: 576px) {
    #poleznie-materials .feature.col.poleznye .video-bg{
    min-height: calc(50vw - 177px);
    }
}

@media (min-width: 768px) {
    #poleznie-materials .feature.col.poleznye .video-bg{
    min-height: calc(((720px / 3) - 80px) / 2);
    }
}

@media (min-width: 992px) {
    #poleznie-materials .feature.col.poleznye .video-bg{
    min-height: calc(((960px / 3) - 80px) / 2);
    }
}

@media (min-width: 1200px) {
    #poleznie-materials .feature.col.poleznye .video-bg{
    min-height: calc(((1140px / 3) - 80px) / 2);
    }
}

@media (min-width: 1400px) {
    #poleznie-materials .feature.col.poleznye .video-bg{
    min-height: calc(((1320px / 3) - 80px) / 2);
    }
}

@media (min-width: 1800px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1430px;
    }
}

@media (max-width: 1800px){
.navbar-logo , .navbar-collapse-calculator , .navbar-collapse-menu , .navbar-collapse-project{
        padding: 20px 20px;
    }
    .navbar-nav , .navbar-dark .navbar-brand p{
        font-size: 14px;
    }
    .navbar.navbar-expand-md.navbar-dark > div svg, .navbar.navbar-expand-md.navbar-dark > div img{
        width: 50px;
        height: 50px;
    }

    .navbar-logo, .navbar-collapse-calculator{
        width: 290px;
    }

    .navbar-collapse-project{
            width: 280px;
    }
    .navbar-collapse-menu{
        flex: 1;
    }
    .navbar-collapse-calculator , .navbar-collapse-project{
    gap: 10px;}
    .navbar-collapse-menu .nav-item {
        max-width: 162px;
    }
    .navbar-expand-md .navbar-nav {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-around;
    }
    .main_slide.rounded {
        min-height: calc(100vh - 220px);
    }

}

@media (max-width: 1280px){
    .navbar-logo , .navbar-collapse-calculator , .navbar-collapse-menu , .navbar-collapse-project{
        padding: 20px 10px;
    }
    .navbar-nav , .navbar-dark .navbar-brand p{
        font-size: 13px;
    }
    .navbar.navbar-expand-md.navbar-dark > div svg, .navbar.navbar-expand-md.navbar-dark > div img{
        width: 40px;
        height: 40px;
    }

    .navbar-logo, .navbar-collapse-calculator  , .navbar-collapse-project{
        width: 250px;
    }

    .navbar-collapse-menu{
        flex: 1;
    }
    .navbar-collapse-calculator , .navbar-collapse-project{
    gap: 10px;}
    .navbar-collapse-menu .nav-item {
            max-width: 152px;
    }
    }


@media (max-width: 1000px){

    .collapse:not(.show) {
        position: absolute;
        z-index: 1000;
        width: 100%;
        min-height: 90vh;
    background: #fff;
    }

    footer{
        /*display: none;*/
    }
    .tl-header , .tl-introtext , .tl-more{
        margin-left: 0px;
    }
}



@media (max-width: 768px){
    #smoke , #man, .myslider .owl-nav{
        display: none !important;
    }
    #slider {
    padding: 0;}
    #slider .myslider {
        overflow: hidden;
    }

    .canvas {
        width: 100%;
        max-width: 100%;

        top: 1%;
        transform: translate(-50%, 0%);
    }

    .timeline-main{
        height: calc(100vh - 110px);
        background: #fff;
        min-height: 630px;
    }
    #slider .myslider{
        height: calc(100vh - 130px);
        min-height: 660px;
    }
    .myslider .owl-item .item {
        width: auto;
        height: calc(100vh - 80px);
        background-size: 120vw;
    background-position: 0 0;
    background-repeat: no-repeat;

    }

    .myslider .owl-dots {
        bottom: 110px;
    }

    .myslider .owl-item.active{
        background: url(../../upload/timeline-bg1.png);
        background-position: center;
    }

    .myslider .owl-item.active .tl-outer{
        width: 100%;
        min-height: 500px;
        margin-left: 0;
        padding: 0 26px;
    }

    .myslider .owl-item.active .tl-introtext {
        min-height: auto;
        margin-bottom: 30px;
    }

    .myslider .owl-item.active .tl-date{
        font-weight: 200;
        font-size: 48px;
        line-height: 56px;
        margin-left: 0;
        margin-bottom: 20px;
        min-width: auto;
    }

    .myslider .owl-item.active .tl-header{
        font-weight: 700;
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 20px;
    }
    .myslider .owl-item.active .tl-introtext, .myslider .owl-item.active .tl-introtext p{
        font-weight: 400;
        font-size: 13px;
        line-height: 150%;
        text-align: justify;
    }

    .myslider .owl-item.prev-slide .tl-date{
        display: none !important;
    }

    @keyframes left_to_rightbtnmob {
      0% {
        margin-left: -100%;

      }

      10% {
        margin-left: -100%;
      }
      60% {
        margin-left: 0px;
      }
      85% {
        margin-left: -3%;
      }
      100% {
        margin-left: 0px;
      }
    }

    .myslider .owl-item.active .tl-header ,
     .myslider .owl-item.active .tl-introtext 
    {
        animation: left_to_right1 3s ease;
    }

    .myslider .owl-item.active .owl-naw-tl-outer{
        animation: left_to_right1 3s ease;
        margin-left: 0px;
    }
    .myslider .owl-item:nth-child(1).active .tl-outer .owl-naw-tl-outer {
        margin-left: 0px;
    }

    .timeline-footer:before {
        height: 70px;
    top: -66px;
    left: 0;
    position: absolute;
    background-position: 0 23px;
    }

    .timeline-footer {
        justify-content: center;
        padding: 30px 30px 0;
    }

    

    .timeline-footer:after {
        background-position: 0px -8px;
    }

    #scroll-mob{
        font-family: 'Raleway';
    font-style: italic;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: lowercase;
    font-feature-settings: 'pnum' on, 'lnum' on;
    display: block;
    color: #BB8C70;
    position: relative;
    bottom: 30px;
    z-index: 104;
    }

    #scroll-mob:before{
        position: absolute;
        width: 10px;
        height: 10px;
        left: calc(50vw - 70px);
    top: 2px;
            background-repeat: no-repeat;
    transform: rotate(0deg);
        display: block;
        color: #BB8C70;
        content: "";
        background-image: url('../../upload/Polygon5.svg');
    }

    #scroll-mob:after{
        position: absolute;
        width: 10px;
        height: 10px;
        right: calc(50vw - 70px);
    top: 2px;
            background-repeat: no-repeat;
    transform: rotate(180deg);
        display: block;
        color: #BB8C70;
        content: "";
        background-image: url('../../upload/Polygon5.svg');
    }

    .timline-popup .popup-item {
        padding: 20px 30px;
    }

    .timline-popup .popup-item .popup-icon {
        margin-bottom: 15px;
    }

    .timline-popup .popup-item h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .timline-popup .popup-item p {
        font-size: 13px;
    }
    .timline-popup .close-popup {
        width: 40px;
    height: 40px;
        right: 20px;
        top: 20px;
    }

    .timline-popup .close-popup svg{
        width: 40px;
    height: 40px;
    }

    .calculator-page .blog-prew-recomendation ,  .post-page .blog-prew-recomendation{
        margin: 0 15px;
    }

    .feature.col.blue .btn-group {
        margin-top: 35px;
        margin-bottom: 0!important;
        display: flex;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .where_to_by {
        width: 153px;
        gap: 0;
        padding-right: 0;
    }

    .where_to_by svg {
        width: 22px;
        height: 10px;
        margin: 0 10px;
    }

    .feature.col.blue .btn-outline-secondary.one-list {
        margin-right: 12px;
        width: 112px;
        padding: 17px 0;
    }

    .myslider .owl-item.prev-slide .tl-date , .myslider .owl-item.active + .owl-item .tl-date{
        display: none !important;
    }

    #poleznie-materials .feature.col.poleznye .video-bg {
        min-height: calc(50vw - 50px);
    }
    .content_post_link{
        overflow: hidden;
    }
    .main_block.androgel .block-logo_clients a{
        height: auto;
    }
}
