@import url('https://fonts.googleapis.com/css2?family=Exo+2:wght@200;300&display=swap');
@font-face {
    font-family:  SF Pro Display;
    src: url('/assets/fonts/SFPRODISPLAYREGULAR.OTF');
}
@font-face {
    font-family: Golos;
    src: url('/assets/fonts/Golos-Text_Regular.ttf');
}
@font-face {
  font-family: GillroyBold;
  src: url('/assets/fonts/Gilroy-Bold.ttf');
}
@font-face {
  font-family: Poiret;
  src: url('/assets/fonts/PoiretOne-Regular.ttf');
}

@font-face {
  font-family: GillroyRegular;
  src: url('/assets/fonts/Gilroy-Regular.ttf');
}
@font-face {
  font-family: InterRegular;
  src: url('/assets/fonts/Inter-Regular.ttf');
}
@font-face {
  font-family: GilroySemiBold;
  src: url('/assets/fonts/Gilroy-SemiBold.ttf');
}
@font-face {
  font-family: GilroyMedium;
  src: url('/assets/fonts/Gilroy-Medium.ttf');
}

*{
    font-family: 'Exo 2', sans-serif !important;
}

/**:not('.fa-solid'){*/
/*  font-family: 'Exo 2', sans-serif !important;*/
/*}*/
.navbar{
    background-color: #1E1E1E;
}
.secondary_bg_gr{
    background: linear-gradient(180deg, #2BA9C1 0%, #0683BD 100%);
}
h2{
    font-family: 'Exo 2', sans-serif !important;
    font-weight:300;
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas{
    font-family: "Font Awesome 6 Free" !important;
}
body{
    margin: 0;
}
.soglas{
    display: flex;
}
.nav-text{
    font-family:  SF Pro Display;
    font-family:  Poiret;
    font-weight: 500;
    font-size: 20px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #2D536D;
}
.img-thumbnail{
    border: 0;
}

.about-ushronology {
    background-color: #fff;
}
.nav_second_text{
    font-weight: 400;
    font-size: 20px;
    font-family: Golos;
}
.nav_main{
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.navbar .dropdown:hover > .dropdown-menu {
 display: block; 
} 
.image__list{
    max-width: 100%;
  max-height: 200px;
  object-fit: cover;
}
.owl-stage{
        display: flex;
         align-items: center;
}
#myBtn {
  
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #E14D33; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px 23px !important; /* Some padding */
  border-radius: 50%; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  transition: 1s;
    
}
.download_button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
main{
    background-color: #EDF0F3;
    min-height: 100vh;
}
.time__block{
    /*background: #FAFAFA;*/
    box-shadow: 0px 0px 5px #2D536D;
    border-radius: 20px;
    /*background-image: url('/assets/img/баннер веб.jpg');*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #126FB5;
    /*background-position: initial;*/
    background-position: center;
}
.calendar__block{
    /*background: #E14D33;*/
    background: linear-gradient(180deg, #F98F00 0%, #B55500 100%);

    border-radius: 20px;
    /*background-image: url('/assets/img/calendarback.png');*/
    background-repeat: no-repeat;
}
.right_menu{
    /*background: #E14D33;*/
    background: linear-gradient(180deg, #2BA9C1 0%, #0683BD 100%);
    border-radius: 20px;
}
.news__block{
    /*background-color: #2D536D;*/
        background: linear-gradient(180deg, #2BA9C1 0%, #0683BD 100%);

}
.blue__title{
    background-color: #2D536D;
    color: #fff;
    border-end-end-radius: 10px;
    border-start-start-radius: 10px;
    /* width: 32%; */
    width: 300px;
    font-family: Golos;
    font-weight: 600;
}


img[src$="/uploads/images/imgonline-com-ua-resize-qa3isyzdla1sqh-removebg-preview__fd2b81fd4e659cc89aaf21fc63eb5be7.png"]{
    width: 165px !important;
    height: auto;
    margin: auto;

}
h1,h2,h3{

  font-weight: 700;
  
}
/*.nav_link_typo{*/
/*    font-family: SF Pro Display !important;*/
/*    font-size: 20px;*/
/*    font-weight: 500 !important;*/
/*    line-height: 24px;*/
/*    text-align: left;*/

/*}*/

.link_right_menuTitle{
font-family: Exo 2 !important;
font-size: 30px;
font-weight: 600;
line-height: 42px;
}
.back-to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  z-index: 1030;
  background-color: #E14D33;
  border-radius: 10px;
  
}

p{
    margin-bottom: 0;
}

.accordion-button{
    color: #E14D33;
}

.card_command{
    max-height: 100%;
    min-width: 100%;
    /*width: 100px;*/
    /*height: 512px;*/
    /*object-fit: cover;*/
    vertical-align: bottom;
    transition: 1s;

}


.img_thumbnail_forof{
    
}


.blue_text{
    font-family: Golos;
    color: #2D536D;
    font-weight: 500;
    font-size: 14px;
}
.blue_text_withoutweight{
    font-family: Golos;
    color: #2D536D;
    font-weight: 400;
    font-size: 14px;
}
.time__let{
    color: #2D536D;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: 0.01em;
    font-style: normal;
}
.blue_button{
    background-color: #2D536D;
    color: #fff;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
    border-radius: 15px;
    font-family: Golos;
    font-weight: 500;
    font-size: 14px;
}
.white__button{
    background-color: #F4F7FB;
    color: #2D536D;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
    border-radius: 15px;
    font-family: Golos;
    font-weight: 500;
    font-size: 14px;
}
.blockrun{
    background-color: #2D536D;
    border-radius: 20px;
}

.grright_text{
    
}
.white__title__gr{
      background-image: linear-gradient(180deg, #2BA9C1 0%, #0683BD 100%);
    -webkit-background-clip: text; /* Для Safari */
    background-clip: text;
    color: transparent; /* Делаем текст прозрачным */
    
}
.white__title {
    /*background-color: #fff;*/
    border-end-end-radius: 10px;
    border-start-start-radius: 10px;
    width: 300px;
    font-family: Golos;
    font-weight: 600;
}



.orange_date{
  color: #E14D33;
  font-size: 40px;
  font-family: SF pro display;
}
.zabeg_block{
  /*background-image: url('/assets/img/змейка.png');*/
  background-image: url('/assets/img/verticalleng-removebg-preview.png');
  /*background-image: url('/assets/img/backgroundwithfilter.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  height: 163vh;
  /* background-position: 496px; */
  background-size: contain;
}

.zabeg_img{
  width: 80%;
}

.desct__text{
font-family: Golos;
font-weight: 700;
font-size: 18px;
color: #000;
}
.maingoals{
  background-color: #2D536D;
}
.white_text{
font-family: 'SF Pro Display';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 140%;
letter-spacing: 0.01em;
color: #FFFFFF;

}

.orangearrow_number{
  background-image: url('/assets/img/orangeArrow.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.orangearrow_nubmer{
  font-size: 26px;
}
.orangearrow_text{
  font-family: SF Pro Display;
  font-weight: 400;
  font-size: 19px;
}

.white__text_icons{
font-family: 'SF Pro Display';
font-weight: 400;
font-size: 19px;

}

.sum_title{
  font-family: Golos;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.whtitedesr{
    font-family: 'Golos';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    /* or 17px */
    text-align: center;
    color: #FFFFFF;
}

.snow_img{
    width: 82px;
    height: 60px;
}
.card{
    border: 0;
    border-radius: 10px 10px 0px 0px;
}

.card_title{
  font-family: GillroyBold;
  font-size: 22px;
  line-height: 26px;
  text-transform: uppercase;
}

.card_text{
  font-family: GillroyRegular;
  font-size: 20px;
  line-height: 23px;
  color: #1E1E1E;
}
.card_link{
  font-family: GillroyRegular;
  font-size: 20px;
  line-height: 23px;
  text-decoration-line: underline;
  /*color: #E14D33;*/
  
  
  background-image: linear-gradient(180deg, #2BA9C1 0%, #0683BD 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.block_title_white{
  /*font-family: GillroyBold;*/
    /*font-family:Golos;*/
    font-family: Poiret;
  font-size: 45px;
  color: #fff;
}
.block_title_blue{
  /*font-family: GillroyBold;*/
  /*font-family:Golos;*/
  font-family:Poiret;
  font-size: 33px;
  /*color: #2D536D;*/
  color: #000;
}
.person_card{
  background-color: #EDF0F3 !important;
}

.footer_main_global{
    width: 100% !important;
    bottom: 0 !important;
    position: absolute !important;
}

.footer__bottom{
  background-color: #1E1E1E;
  font-family: InterRegular;
  font-weight: 600;
  font-size: 17px;
  line-height: 16px;
  color: #FAFAFA;

}
.footer_main{
  font-family: Poiret;
  background-color: #2D536D;
 
}
.footer__uppercasetitle{
  font-family: Golos;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FAFAFA;
  
}

.footer__contacts{
  font-family: Golos;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  transition: 1s;
  text-decoration: none;

}

a:hover{
    color:#E14D33;
    transition: 1s;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}
/*#navbar{*/
    /*overflow: hidden;*/
/*}*/

.mainheader_block{
  background: linear-gradient(180deg, #2BA9C1 0%, #0683BD 100%);
  
}

.dropdown-menu{
    border:0;
    transition:1s;
}

.dropdown-item{
    font-size: 15px;
    font-family: Golos;
}

.black_text{
  color: #000;
  font-family: GilroyMedium;
}
mainheader_block
.person_text{
  color:#000;
  font-family: SF Pro Display;
  font-size: 24px;
}

.volunt_block{
  background-color: #EDF0F3;
}

.footer__contacts:hover{
  font-family: Golos;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-decoration:none;

}

.arrow_back{
  background-image: url('/assets/img/arrowbackground.png');
  background-repeat: no-repeat;
  background-position: center;
}

.testcol{
  columns:  12;
}
.accordion-button:not(.collapsed){
  color: #1E1E1E;
  background-color: #EDF0F3;
}
.accordion-button{
  background-color: #EDF0F3;
}
.accordion-body{
  background-color: #EDF0F3;
}
.accordion-item{
  border: 0;
}

.accor__text{
  font-family: Golos;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
}
.accor_description{
  font-family: Golos;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #1E1E1E;

}
.accordion-button:focus{
  border-color: #EDF0F3;
}

.blue_text__time{
  font-family: Golos;
  font-size: 16px;
  color: #2D536D;
}

.event_word{
  font-family: Golos;
  font-weight: 400;
  font-size: 14px;
  color: #2D536D;
}
.event_boldtext{
  font-family: Golos;
  font-weight: 700;
  font-size: 18px;
  color: #2D536D;
}
.event_card{
  background-color: #F4F7FB;
  border-bottom-left-radius: 20px; 
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-start-start-radius: 20px;
}

.event__data__text_active{
  background: #2D536D;
  border-radius: 10px;
  font-family: Golos;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.event__data__text_green{
  background: #27AE60;
  border-start-start-radius: 10px;
  border-bottom-left-radius: 10px;
  font-family: Golos;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.event__data__text_green_BR{
  background: #27AE60;
  font-family: Golos;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}
.event__data__text_green_BRr{
  background: #27AE60;
  font-family: Golos;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  border-end-end-radius: 10px;
  border-start-end-radius: 10px;
}
.event__data__text_border{
  background: #2D536D;
  border-end-end-radius: 10px;
  border-start-end-radius: 10px;
  font-family: Golos;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

.event__data__text{
  border-radius: 10px;
  font-family: Golos;
  font-weight: 500;
  font-size: 20px;
  color: #2D536D;
}

.field__text{
  font-family: Golos;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
.id_field{
  background: #F4F7FB;
  border-radius: 10px;
}
.card__gray{
  background-color: #2D536D;
  border-radius: 20px;
  
}
.card__wblue{
  background-color: #75b6e2;
  border-radius: 20px;
}
.form-select{
  border: 0;
  border-radius: 10px;
  color: #BBBBBB;
}
.succes__text{
  font-family: Golos;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #2D536D;
}
.standart__text{
  font-family: Golos;
  font-weight: 500;
  font-size: 20px;
}

.field__Description{
  font-family: Golos;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #7A7A7A;
}

.form-control{
  border-radius: 10px;
}

.continue_btn{
  background: #2D536D;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  color: #fff;
  font-family: Golos;
  font-weight: 500;
  font-size: 20px;
}
.little_word{
  font-family: Golos;
  font-weight: 500;
  font-size: 14px;
  color: #2D536D ;
}
.big_word{
  color: #2D536D;
  font-family: Golos;
  font-weight: 500;
  font-size: 24px;
}

.row_blue{
  background: #2D536D;
  border-radius: 0px 0px 10px 10px;
}
.row_white{
  background: #FAFAFA;
  border-radius: 10px 10px 0px 0px;
}

.reg_btn{
  background: #E14D33  ;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.25);
  border-radius: 15px;
  color: #fff;
  font-family: Golos;
  font-weight: 500;
  font-size: 20px;
}

.choose__block{
  background-color: #FAFAFA;
  color: #000;
  border-radius: 10px;
}
label{
  font-family: Golos;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.bluenavbar{
  background-color: #2D536D;
}
.orangebar{
  background-color: #E14D33;
}

.whitelink{
  font-family: Golos;
  font-weight: 500;
  font-size: 20px;
  color: #ffff;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: #fff;
  /*background: #FCFCFF;*/
  z-index: 1001;
}

/*.preloader__image {*/
/*    position: relative;*/
/*    transform: scale(0.5);*/
/*    top: 38%;*/
    /*left: calc(47%);*/
/*        left: calc(47% - 66px);*/
/*    width: 250px;*/
/*    height: 250px;*/
/*    margin-top: -32px;*/
/*    margin-left: -32px;*/
/*    background: url(/assets/img/adam.gif) no-repeat 50% 50%;*/
/*    background-size: cover;*/
/*}*/

.preloader__image {
    position: relative;
    transform: scale(0.6);
    top: 38%;
    /* left: calc(47%); */
    left: calc(47% - 66px);
    width: 250px;
    height: 250px;
    margin-top: -32px;
    margin-left: -32px;
    background: url(/assets/img/adam.gif) no-repeat 50% 50%;
    background-size: cover;
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}





.gallery{
    max-width:567px;
    margin:5rem auto;
    background:white;
    padding:20px;
    box-shadow:rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius:8px;
    
    
}


.background_change_block{
   
}
.image-grid div {
  width: 25%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.image-grid {
  display: flex;
  flex-wrap: wrap;
}

.lSPager .lSGallery li{
    height: 143px;
}

.vrmedia-gallery img{
    object-fit:cover;
    width:100%;
}
.vrmedia-gallery .lSGallery{
    display:inline-flex;
}
.vrmedia-gallery .lSGallery li{
    border-radius:12px !important;
}
.vrmedia-gallery .lSGallery li.active{
    border:1px solid #242423
}

.rows{
     display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}
.column a img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}



.ul {
  display: flex;
  flex-wrap: wrap;
}

.li {
  /*height: 40vh;*/
  flex-grow: 1;
}

.li:last-child {

  flex-grow: 10;
}
.background_opacity{
    /*background-image: url('/assets/img/Поставить на задний фон.JPG');*/
    /*background-image: url('/assets/img/backgroundwithfilter.jpg');*/
        background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img {
  max-height: 100%;
  min-width: 100%;
  width: 250px;
  height: 260px;
  object-fit: cover;
  vertical-align: bottom;
  border: 1px solid #ffff;
  transition: 1s;
    
}


.filters__img {
  width: 270px;
  height: 100px;

}
.filters__img img {
  width: initial;
  height: 100%;
}
.img:hover{
    background-color: #000;
    border: 1px solid #E14D33;
}
.card-img-top{
  max-height: 100%;
  min-width: 100%;
  /*width: 100px;*/
  /*height: 260px;*/
  /*object-fit: cover;*/
  vertical-align: bottom;
  transition: 1s;
    
}

@media (max-aspect-ratio: 1/1) {
  .li {
    height: 30vh;
  }
}



@media (max-height: 480px) {
  .li {
    height: 80vh;
  }
}



@media (max-aspect-ratio: 1/1) and (max-width: 480px) {
  .ul {
    flex-direction: row;
  }

  .li {
    height: auto;
    width: 100%;
  }
  .img {
    width: 100%;
    max-height: 75vh;
    min-width: 0;
  }
}



/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

@media(max-width: 1199px){
  .logo_change{
    transform: scale(1);
  }
  .white__title {
    border-start-end-radius: 10px;
  }
  
}
  
@media(max-width: 991px){
  .logo_change{
    transform: scale(1);
  }
  /*.calendar__block{*/
  /*  background-image: url('/assets/img/calendarback.png');*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: 465px;*/
  /*}*/
  img[src$="/uploads/images/imgonline-com-ua-resize-qa3isyzdla1sqh-removebg-preview__fd2b81fd4e659cc89aaf21fc63eb5be7.png"]{
    width: 142px !important;
      
  }
}

@media(max-width: 767px){
  /*.calendar__block{*/
  /*  background-image: url('/assets/img/calendarback.png');*/
  /*  background-repeat: no-repeat;*/
  /*  background-position: 236px 75px;*/
  /*}*/
  img[src$="/uploads/images/imgonline-com-ua-resize-qa3isyzdla1sqh-removebg-preview__fd2b81fd4e659cc89aaf21fc63eb5be7.png"]{
    width: 104px !important;
      
  }
  .zabeg_block {
    background-image: none;
    height: 211vh;
  }
  .white__title {
    border-start-end-radius: 0;
  }
}

@media(max-width: 575px){
  /*.calendar__block{*/
  /*  background-image: none;*/
  /*}*/
  img[src$="/uploads/images/imgonline-com-ua-resize-qa3isyzdla1sqh-removebg-preview__fd2b81fd4e659cc89aaf21fc63eb5be7.png"]{
    width: 86px !important;
      
  }
  .zabeg_block {
    background-image: none;
    height: 210vh;
  }
}

@media(max-width: 461px){
  .zabeg_block{
      background-image: none;
        height: 259vh;
  }
}
@media(max-width: 340px){
  .blue__title {
    border-start-end-radius: 10px;
  }
}

