@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@100..900&family=Nunito:wght@200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url("../../assets/fonts/bebas/stylesheet.css");


html {
  font-size: 14px;
}

body {
  background-color: #fff;
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}

a {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
  transition: 0.15s;
}

a:hover {
  color: #000;
  font-weight: 400;

}

.nav-link {
  color: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nav-item a:hover {
  color: #fff;
  margin-top: 1px;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.content_h1 {
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  color: #000;
}

h1 {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.h1_title_small {
  color: #002655;

  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.h1_title {
  color: #002655;
  font-family: "Bebas Neue Cyrillic";
  font-size: 46px;
  font-style: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 46px;
  padding-bottom: 20px;
  text-decoration: none;
}

.h1_title_top {
  color: #002655;
  font-family: "Bebas Neue Cyrillic";
  font-size: 46px;
  font-style: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 20px;
  text-decoration: none;
}

.h1_title_pt0 {
  color: #002655;
  font-family: "Bebas Neue Cyrillic";
  font-size: 46px;
  font-style: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 20px;
  text-decoration: none;
}



.h1_title a {
  color: #002655;
  font-weight: normal;
  text-decoration: none;
}

.h1_title a:hover {
  color: #ff9801;
  font-weight: normal;
  text-decoration: none;
}

.h1_prod_page {
  color: #002655; 
  font-family: 'Bebas Neue Cyrillic'; 
  font-size: 40px; 
  font-style: normal; 
  padding-top: 15px; 
  padding-bottom: 15px; 
  font-weight: 500; 
  line-height: normal; 
  text-transform: uppercase;  

}

.h1_title_brands {
  color: #000;
  font-family: "Bebas Neue Cyrillic";
  font-size: 2.6em;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.h1_title_brands a{
  color: #002655;
  /* HEAD 2 */
  font-weight: normal;
  text-decoration: none;
}

.p_title {
  color: #000;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hr_title {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: right;
  text-decoration: none;
}

.hr_title a {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.hr_title a:hover {
  color: #ff9801;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.hr_title:before,
.hr_title:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #000;
  z-index: -1;
  position: relative;
  vertical-align: middle;
}

.hr_title:before {
  right: 20px;
  margin: 0 0 0 -100%;
}

.hr_title:after {
  left: 20px;
  margin: 0 -100% 0 0;
}

.order_button_home_hi {
  width: 100%;
  height: 124px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #002655;
  color: #fff;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.order_button_home_hi:hover {
  border-radius: 10px;
  border: 0px solid #ff9801;
}

.home_sert_info {
  color: #000;
  text-align: right;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.home_top_features_item {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 20px;
}

h2 {
  color: #000;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}


.blabla {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9f9fd;
  color: #f9f9fd;
}

.cat_h1 {
  font-family: Nunito;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 32px;
}

.section_header_menu {
  padding-top: 14px;
  padding-bottom: 12px;

}

.section_home_forms{
  background-color: #F8B900; 
  background:url("../../assets/img/home_main_forms_bg.svg");
  background-attachment: fixed;
  background-size: 100%;

}





.section_footer {
  background-color: #005f59;
  padding-top: 58px;
  padding-bottom: 68px;
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}

.mb20 {
  margin-bottom: 20px;
}

.section_footer a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 332px;
}

.footer_text {
  color: #fff;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer_menu {
  line-height: 30px;
}

.section_footer a:hover {
  color: #b3cfce;
}

.nav-menuitem {
  padding: 22px 22px;
  font-weight: 500;
}

.nav-menuitem a:hover {}

.scrolling-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;

  .card_sw {
    flex: 0 0 auto;
    padding-left: 26px;
    padding-right: 26px;
    text-align: center;
  }

  .card_sw h2 {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

.scrolling-wrapper::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f9f9fd;
}

.scrolling-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a7a7a7;
}

.scrolling-wrapper::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #f9f9fd;
}

.item_direction {
  direction: ltr;
}

#element {
  direction: rtl;
  overflow-y: scroll;
  /*background-color: #ffffff;*/
  width: 100%;
  height: 315px;
  padding: 15px;
  padding-left: 35px;
  padding-right: 35px;
}

.overflow {
  min-height: 400px;
}

#element::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: #f9f9fd;
}

#element::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #a7a7a7;
}

#element::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #f9f9fd;
}

/* медиа запросы */

/* xs (<=543px) */
/* @media (max-width: 575px) { ... }  */

/* sm (>=576 и <=767) */
/* @media (min-width: 576px) and (max-width: 767px) { ... } */

/* md (>=768 и <=991) */
/* @media (min-width: 768px) and (max-width: 991px) { ... }  */

/* lg (>=992 и <=1199) */
/* @media (min-width: 992px) and (max-width: 1199px) { ... }  */

/* xl (>=1200) */
/* @media (min-width: 1200px) { ... } */

.home_carusel_img_wrapper {
  width: 100%;
  height: 700px;
}

.section_home_map {
  background-color: #bef7f3;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../assets/img/home_logist_img1_bg.jpg");
  background-size: cover;
  background-position: top 0px right 0px calc(40%);
}

.section_home_footer_md {
  background-color: #002655;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../../assets/img/home_pre_footer_bg.jpg');
  background-size: cover;
  background-position: bottom 0px right calc(40%);
}

.header_menu_container_bg {
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../assets/img/home_header_bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom 0px center;
}

.home_header_caption {
  color: #ff9801;
  text-align: right;
  font-family: Bebas Neue Cyrillic;
  font-size: 46px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}



.header_home_bg {
  background-color: #0b122e;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url('../../assets/img/home_header_bg_grad.jpg');
  background-position: bottom 0px center;
  background-repeat: repeat-x;
}

.header_cont_bg {
  background-color: #002655;
}

.home_header_block1 {
  background-color: #012655; background-image: url('../../assets/img/home_header_block1_bg.jpg'); background-size:cover; background-position: bottom 0px;
}

.home_sert_text_bg {
  background-image: url('../../assets/img/home_sert_text_bg.png'); background-repeat: repeat-x; background-repeat: no-repeat; background-position: 0px 50px; padding-left: 10px;
}

.home_news_block {
  padding: 20px; padding-top: 40px; padding-bottom: 40px;
}



.home_footer_form {
  background-image: url('../../assets/img/home_form_bg_1.png'); height: 420px; background-repeat: no-repeat;
}

.home_news_block {
  background-color: #fff;
  min-height: 298px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.home_news_block a {
  color: #26e2d7;
}

.only_md {
  display: block;
}

.only_mob {
  display: none;
}

.news_pic {
  align: middle;
  text-align: center;
  text-align: center;
  direction: rtl;
 
  align:middle;
/*  border-radius: 10px 10px 10px 10px;*/
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);


}

h3 {
  color: #000; 
  font-family: Montserrat; 
  font-size: 20px; 
  font-style: normal; 
  font-weight: 700; 
  line-height: normal;
}




/* sm-размер (<=768px) */
@media (max-width: 767px) {
  /* показать мобильную версию */
  .news_pic {
    float:left;   
    align:middle;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    float:left; 
                  
  }

  h3 {
    color: #000; 
    font-family: Montserrat; 
    font-size: 18px; 
    font-style: normal; 
    font-weight: 700; 
    line-height: normal;
  }
  
  .only_md {
    display: none;
  }

  .only_mob {
    display: block;
  }

  .nav-item a:hover {
    color: #FF9801;
    margin-top: 0px;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }




  .section_home_map {
    background-color: #bef7f3;
    padding-top: 0px;
    padding-bottom: 0px;
    background-image: url("../../assets/img/home_logist_img1_bg_mob.jpg");
    background-size: cover;
    background-position: calc(50%) center;
  }

  .home_header_caption {
    color: #ff9801;
    text-align: center;
    font-family: Bebas Neue Cyrillic;
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.75);
  }

  .home_carusel_img_wrapper {
    width: 100%;
    height: 100%;
  }

  .footer_col {
    text-align: center;
  }

  .nav-menuitem {
    padding: 22px 22px;
    border-bottom: 1px solid #d8d8d8;
    /* Линия снизу текста */
  }

  .section_content_ab_puff_1 {
    background-color: #fff;
  }


  .pl-35-mob {
    padding-left: 35px;
  }
}

/* md-размер (<=991px) */
@media (max-width: 991px) {
  /* показать планшетно десктопную версию */



  .news_pic {
    align:middle;
    display: block;    
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    border-radius: 7px; 
    text-align: center; 
                
  }

  .home_carusel_img_wrapper {
    width: 100%;
    height: 100%;
  }

  .nav-item a:hover {
    color: #FF9801;
    margin-top: 0px;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .nav-menuitem {
    padding: 22px 22px;
    border-bottom: 1px solid #d8d8d8;
    /* Линия снизу текста */
  }

  .section_content_ab_puff_1 {
    background-color: #fff;
  }

  .section_content_ab_puff_2_row_div {
    background: #f8b900;  padding: 15px; padding-top: 30px;
  } 
  .section_content_ab_juguni_2_row_div {
    background: #2ca2da;  padding: 15px; padding-top: 30px;
  }  
  .section_content_ab_doratiz_2_row_div {
    background: #eeeeee;  padding: 15px; padding-top: 30px;
  }
  .section_content_ab_solinne_2_row_div {
    background: #ECDDEB;  padding: 15px; padding-top: 30px;
  }      
    .section_content_ab_puff_2_row_div {
    background: #f8b900;  padding: 15px; padding-top: 30px;
  }  
  .section_content_ab_eleanti_2_row_div {
    background: #002655;  padding: 15px; padding-top: 30px;
  }  
  .section_content_ab_istok_2_row_div {
    background: #0CB2B0;  padding: 15px; padding-top: 30px;
  }  
  .section_content_ab_toppus_2_row_div {
    background: #000000;  padding: 15px; padding-top: 30px;
  }  
  .section_content_ab_tropic_2_row_div {
    background: #FFE4E3;  padding: 15px; padding-top: 30px;
  }  
  .section_content_ab_lytcho_2_row_div {
    background: #D0CDCD;  padding: 15px; padding-top: 30px;
  }  
  .section_content_ab_donatony_2_row_div {
    background: #CBE9FB;  padding: 15px; padding-top: 30px;
  }  
  .section_content_ab_laguna_2_row_div {
    background: #D9E9E9;  padding: 15px; padding-top: 30px;
  }  



  

}

/* lg+размер (<=991px) */
@media (min-width: 991px) {

  .products_cont {
    padding-left: 0px; padding-right: 0px; padding-top: 30px; padding-bottom: 30px; min-height: 395px;
  }    

  .news_pic {
    align:middle;
    float: right;
    width: 393px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px; 
    text-align: center; 
  }


  .section_content_ab_puff_1 {
    background-color: #fff;
    background-image: url("../../assets/img/all_puff_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_juguni_1 {
    background-color: #fff;
    background-image: url("../../assets/img/all_juguni_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_doratiz_1 {
    background-color: #fff;
    background-image: url("../../assets/img/all_doratiz_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_solinne_1 {
    background-color: #fff;
    background-image: url("../../assets/img/all_solinne_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_eleanti_1 {
    background-color: #fff;
    background-image: url("../../assets/img/all_eleanti_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_istok_1 {
    background-color: #fff;
    background-image: url("../../assets/img/all_istok_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_toppus_1 {
    background-color: #fff;
    background-image: url("../../assets/img/all_toppus_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_tropic_1 {
    background-color: #fff;
    background-image: url("../../assets/img/all_tropic_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_lytcho_1 {
    background-color: #fff;
    background-image: url("../../assets/img/all_lytcho_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_donatony_1 {
    background-color: #fff;
    background-image: url("../../assets/img/all_donatony_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_laguna_1 {
    background-color: #fff;
    background-image: url("../../assets/img/all_laguna_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_puff_2 {
    background-color: #fff;
    background-image: url("../../assets/img/all_puff_2_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_juguni_2 {
    background-color: #fff;
    background-image: url("../../assets/img/all_juguni_2_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_doratiz_2 {
    background-color: #fff;
    background-image: url("../../assets/img/all_doratiz_2_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_solinne_2 {
    background-color: #fff;
    background-image: url("../../assets/img/all_solinne_2_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_eleanti_2 {
    background-color: #fff;
    background-image: url("../../assets/img/all_eleanti_2_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_istok_2 {
    background-color: #fff;
    background-image: url("../../assets/img/all_istok_2_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_toppus_2 {
    background-color: #fff;
    background-image: url("../../assets/img/all_toppus_2_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_tropic_2 {
    background-color: #fff;
    background-image: url("../../assets/img/all_tropic_2_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_lytcho_2 {
    background-color: #fff;
    background-image: url("../../assets/img/all_lytcho_2_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_donatony_2 {
    background-color: #fff;
    background-image: url("../../assets/img/all_donatony_2_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }

  .section_content_ab_laguna_2 {
    background-color: #fff;
    background-image: url("../../assets/img/all_laguna_2_bg.png");
    background-position: center;
    background-repeat: repeat-y;
  }
}



/* not active */
.nav-pills .pill-1 .nav-link:not(.active) {
  background-color: rgba(255, 255, 255, 1);
  color: #000 !important;
  border: 0px;
  text-align: center;
  border-radius: 20px;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  /*        font-weight: 800;*/
  padding: 13px 25px;
}

.nav-pills .pill-1 .active {
  background-color: rgba(255, 255, 255, 1);
  color: #fff !important;
  border: 0px;
  text-align: center;
  border-radius: 20px;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  /*        font-weight: 800; */
  background: linear-gradient(90deg, #ff0659 0%, #ffa879 100%);
  padding: 14px 25px;
}

.nav-pills .pill-1 .nav-link {
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  border: 0px;
  text-align: center;
  border-radius: 20px;
  font-family: Nunito;
  font-size: 14px;
  font-style: normal;
  /*        font-weight: 800; */
  padding: 13px 25px;
}

/* pills home */
.nav-pills-home .pill-h .nav-link:not(.active) {
  color: #000 !important;
  border: 0px;
  text-align: center;
  border-radius: 20px;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  /*        font-weight: 800; */
  padding: 5px 25px;
  border-radius: 20px;
  border: 1px solid #a5a5a5;
  background: rgba(255, 255, 255, 0.3);
}

.nav-pills-home .pill-h:hover {
  color: #fff !important;
  border: 0px;
  text-align: center;
  border-radius: 20px;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  /*        font-weight: 800; */
  background: linear-gradient(90deg, #ff0659 0%, #ffa879 100%);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 1);
  border: 0px solid #fff;
}

.nav-pills-home .pill-h .nav-link {
  background-color: rgba(255, 255, 255, 1);
  color: #000;
  border: 0px;
  text-align: center;
  border-radius: 20px;
  border-radius: 20px;
  font-family: Nunito;
  font-size: 18px;
  font-style: normal;
  /*        font-weight: 800; */
  padding: 5px 25px;
}

.breadcrumb>.active a {
  color: #333333;
  background-color: #fff;
}

.breadcrumb li a {
  color: white;
}

ul.breadcrumb1 {
  padding: 10px 16px;
  padding-left: 0px;
  padding-right: 0px;
  list-style: none;
  background-color: transparent;
  color: #c4c4c4;
}

ul.breadcrumb1 li {
  display: inline;
  font-family: Nunito;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

ul.breadcrumb1 li+li:before {
  padding: 4px;
  padding-left: 0px;
  color: #a5a5a5;
  content: "•";
}

ul.breadcrumb1 li a {
  color: #a5a5a5;
  text-decoration: none;
  font-weight: normal;
}

ul.breadcrumb1 li a:hover {
  color: #a5a5a5;
  text-decoration: underline;
  font-weight: normal;
}

.breadcrumb1>.active a {
  color: #333333;
  background-color: #fff;
}

.home_sert_no {
  padding-bottom: 80px;
}

.home_sert_text {
  padding-bottom: 16px;
}

.vertical_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.white {
  color: #fff;
}

.pb-3 {
  padding-bottom: 50px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #000 !important;
}

.custom-checkbox .custom-control-input:checked:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-checkbox .custom-control-input:active~.custom-control-label::before {
  background-color: #fbffc8;
}

.modal-content {
  color: #000;
}

.modal-header {
  padding-bottom: 0px;
}

.modal_h1 {
  color: #002655;
  text-align: center;
  font-family: Montserrat;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}

.modal_h6 {
  color: #000;
  text-align: center;
  font-family: Montserrat;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 144.444% */
}

.border-0 {
  border: 0px;
}

.modal-body {
  font-size: 14px;
  font-family: Nunito;
}

.form-control-marina-modal {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.01rem 0.01rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

  border-top-style: hidden;
  border-right-style: hidden;
  border-left-style: hidden;
  border-bottom-style: solid;
  border-color: #000;
  outline: none;
  color: #000 !important;
}

textarea.form-control-marina-modal {
  height: auto;
}

.form-control-marina-modal::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.form-control-marina-modal::-moz-placeholder {
  color: #000;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.form-control-marina-modal:-moz-placeholder {
  color: #000;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.form-control-marina-modal:-ms-input-placeholder {
  color: #000;
  opacity: 1;
  transition: opacity 0.3s ease;
}

input[type="checkbox"] {
  accent-color: #005f59;
}

.order-button {
  color: #fff;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  border-radius: 10px;
  border-color: #002655;
  border-width: 0px;
  background: #002655;
  width: 270px;
  height: 60px;
  text-transform: uppercase;
}

.order-button:hover {
  border-radius: 10px;
  background: #ff9801;
  border-color: #ff9801;
  border-width: 0px;
  color: #fff;
}

.req {
  display: none;
}

.page-link {
  color: #012655;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.hidden {
  visibility: hidden;  
}


.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000!important;
}

.custom-checkbox .custom-control-input:checked:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25)
}
.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
  background-color: #fbffc8; 
}
/* Стили кнопки */


.callback-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 71px;
  height: 71px;
  background: #ff9900;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  cursor: pointer;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulse-green 2s infinite;
}
.callback-phone-icon {
  animation: shake 0.5s infinite alternate;
}
/* Модальное окно */
.callback-modal {
  display: none;
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}
.callback-modal-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 400px;
  width: 90%;
  position: relative;
  text-align: center;
  box-shadow: 0 5px 25px rgba(0,0,0,0.3);
}
.callback-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 28px; cursor: pointer; color: #aaa;
}
.callback-close:hover { color: #000; }
.callback-modal-content h3 { margin-top: 0; font-size: 20px; }
.callback-modal-content input {
  width: 100%; padding: 12px; margin: 15px 0 10px;
  border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; font-size: 16px;
}
.callback-modal-content button {
  width: 100%; padding: 12px; background: #092656;
  color: #fff; border: none; border-radius: 4px; font-size: 16px; cursor: pointer; font-weight: bold;
}
.callback-modal-content button:disabled { background: #ccc; }
/* Анимации */
@keyframes pulse-green {
  0% { box-shadow: 0 0 0 0 #fabd3ab3; }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}
@keyframes shake {
  0% { transform: rotate(-10deg); }
  100% { transform: rotate(10deg); }
}

