/* xxl */
@media (min-width: 1400px) { 

.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

.dropdown:hover .dropdown-submenu > .dropdown-menu{
  display: none;
}

.dropdown:hover .dropdown-submenu:hover > .dropdown-menu{
   display: block;
   -webkit-animation: fadeInUp 400ms;
   animation: fadeInUp 400ms;
}

.nav-main .nav-link {
  padding-left: 16px;
  padding-right: 15px;
}

.slick-prev{
  right: 59px;
}
.slick-next{
  right: 25px;
}

#article_foto .ramka_img_border {
   flex: 31%;
   margin-top: 0;
}
#article_foto .ramka_img_border img{
  height: 280px;
  width: 100%;
  object-fit: cover; 
}







}


/* xl */
@media (min-width: 1200px) and (max-width : 1399px)  { 

.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

.dropdown:hover .dropdown-submenu > .dropdown-menu{
  display: none;
}

.dropdown:hover .dropdown-submenu:hover > .dropdown-menu{
   display: block;
   -webkit-animation: fadeInUp 400ms;
   animation: fadeInUp 400ms;
}

.nav-main .nav-link {
  padding-left: 14px;
  padding-right: 14px;
}

#article_foto .ramka_img_border {
   flex: 31%;
   margin-top: 0;
}
#article_foto .ramka_img_border img{
  height: 240px;
  width: 100%;
  object-fit: cover; 
}





}


/* lg */
@media (min-width: 992px) and (max-width : 1199px)  { 

.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fadeInUp 400ms;
    animation: fadeInUp 400ms;
}

.dropdown:hover .dropdown-submenu > .dropdown-menu{
  display: none;
}

.dropdown:hover .dropdown-submenu:hover > .dropdown-menu{
   display: block;
   -webkit-animation: fadeInUp 400ms;
   animation: fadeInUp 400ms;
}

.nav-main .nav-link {
  font-size: 13px;
  padding-left: 9px;
  padding-right: 9px;
}

.bl_maininfo_title_s h3 {
  font-size: 58px;
  line-height: 64px;
}

.bl_promo2 h2 {
  font-size: 28px;
  line-height: 38px;
}

.bl_recomend h3 {
  font-size: 38px;
  line-height: 46px;
}

#article_foto .ramka_img_border {
   flex: 31%;
   margin-top: 0;
}
#article_foto .ramka_img_border img{
  height: 240px;
  width: 100%;
  object-fit: cover; 
}




}


/* md */
@media (min-width: 768px) and (max-width : 991px)  { 

.bl_promo2 h2 {
  font-size: 26px;
  line-height: 34px;
}

.bl_maininfo {
  width: 96%;
  margin-left: 0;
  padding-top: 70px;
}
.bl_maininfo_title_s h3 {
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: 48px;
  line-height: 54px;
}
.bl_maininfo_info_s {
    font-size: 20px;
    line-height: 30px;
}
.bl_maininfo_info_s span {
  font-size: 24px;
}

#header-wrapper-promo {
  bottom: -15px;
}
#header-wrapper-promo h3{
  font-size: 16px;
}

.bl_recomend_info, .bl_recomend_foto, .bl_recomend_foto_r{
  width: 100%;
}
.bl_recomend_foto, .bl_recomend_foto_r{
  height: auto;
}
.bl_recomend_foto:after{
  top: 100%;
  border-left: 15px solid rgba(3, 100, 162, 0.85);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%!important;
  right: auto;
  margin-left: -25px;
  margin-top: -18px;
  border-right: none!important;
  display: block!important;
}
.bl_recomend_foto_r:before{
  top: 100%;
  border-left: 15px solid rgba(41, 44, 47, 0.85);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%!important;
  right: auto;
  margin-left: -25px;
  margin-top: -18px;
  border-right: none!important;
  display: block!important;
}
.bl_recomend h3 {
  font-size: 30px;
  line-height: 36px;
}
.bl_recomend_info p {
  font-size: 14px !important;
  line-height: 18px !important;
}

.bl_preims{
  width: 100%;
}
.bl_preim{
  width: 99%;
  margin-bottom: 15px;
  z-index: 0;
}
.bl_preims .bl_preim {
  border-right: 0;
  border-left: 1px solid rgba( 3, 100, 162, 0.85);
  padding-left: 2rem;
}
.bl_preims .bl_preim:before,
.bl_preims:nth-child(2n) .bl_preim:before{
  display: none;
}

.discus_form{
	width: 100%;
}
#discus_submit{
	margin-top: 7px;
}

#razdel-containe a.bl_razdel {
    flex-basis: 48.4%;
}

#article_foto{
	margin-top: 30px;
}

#article_foto .ramka_img_border2 {
   flex: 31%;
}
#article_foto .ramka_img_border {
   flex: 31%;
   margin-top: 0;
}
#article_foto .ramka_img_border img{
  height: 240px;
  width: 100%;
  object-fit: cover; 
}

.bl_mart {
    width: 48.5%;
}
.bl_mart_short{
  font-size: 12px;
  line-height: 16px;
}





}


/* sm */
@media (min-width: 576px) and (max-width : 767px) {

.bl_maininfo {
  width: 96%;
  margin-left: 0;
  padding-top: 50px;
}
.bl_maininfo_title_s h3 {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 40px;
  line-height: 48px;
}
.bl_maininfo_info_s {
    font-size: 16px;
    line-height: 24px;
}
.bl_maininfo_info_s span {
  font-size: 20px;
}
.bl_maininfo_form {
    display: none;
}

#carouselMain,
#carouselMain .carousel-inner,
#carouselMain .carousel-item,
#carouselMain .carousel-item.active {
   height: 540px;
}
#carouselMain img{
  width: 100%;
  height: 540px;
  object-fit: cover;
}

#header-wrapper {
  height: 540px;
}

.modal-dialog {width:auto;}

.bl_recomend_info, .bl_recomend_foto, .bl_recomend_foto_r{
  width: 100%;
}
.bl_recomend_foto, .bl_recomend_foto_r{
  height: auto;
}
.bl_recomend_foto:after{
  top: 100%;
  border-left: 15px solid rgba(3, 100, 162, 0.85);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%!important;
  right: auto;
  margin-left: -25px;
  margin-top: -18px;
  border-right: none!important;
  display: block!important;
}
.bl_recomend_foto_r:before{
  top: 100%;
  border-left: 15px solid rgba(41, 44, 47, 0.85);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%!important;
  right: auto;
  margin-left: -25px;
  margin-top: -18px;
  border-right: none!important;
  display: block!important;
}
.bl_recomend h3 {
  font-size: 30px;
  line-height: 36px;
}
.bl_recomend_info p {
  font-size: 14px !important;
  line-height: 18px !important;
}

.bl_preims{
  width: 100%;
}
.bl_preim{
  width: 99%;
  margin-bottom: 15px;
  z-index: 0;
}
.bl_preims .bl_preim {
  border-right: 0;
  border-left: 1px solid rgba( 3, 100, 162, 0.85);
  padding-left: 2rem;
}
.bl_preims .bl_preim:before,
.bl_preims:nth-child(2n) .bl_preim:before{
  display: none;
}

.discus_form{
	width: 100%;
}
#discus_submit{
	margin-top: 7px;
}
#razdel-containe a.bl_razdel {
    flex-basis: 80%;
}

#article_foto{
	margin-top: 30px;
}

#article_foto .ramka_img_border2 {
   flex: 48%;
}
#article_foto .ramka_img_border {
   flex: 48%;
   margin-top: 0;
}
#article_foto .ramka_img_border img{
  height: 240px;
  width: 100%;
  object-fit: cover; 
}

.bl_mart {
    width: 80%;
	margin-left: 5%;
}
.bl_mart_short{
  font-size: 12px;
  line-height: 16px;
}






}



/* xs */
@media screen and (max-width : 575px){

.bl_top_phone{
  border-right: 0;
}
.bl_top_phone i{
  display: none;
}

.bl_maininfo {
  width: 96%;
  margin-left: 0;
  padding-top: 40px;
}
.bl_maininfo_title_s h3 {
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 600;
}
.bl_maininfo_info_s {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 30px;
}
.bl_maininfo_info_s span {
  font-size: 16px;
}
.bl_maininfo_form {
    display: none;
}

.top_btninfom{
  font-size: 14px;
}

#carouselMain,
#carouselMain .carousel-inner,
#carouselMain .carousel-item,
#carouselMain .carousel-item.active {
   height: 540px;
}
#carouselMain img{
  width: 100%;
  height: 540px;
  object-fit: cover;
}

#header-wrapper {
  height: 540px;
}

.modal-dialog {width:auto;}

.bl_recomend_info, .bl_recomend_foto, .bl_recomend_foto_r{
  width: 100%;
}
.bl_recomend_foto, .bl_recomend_foto_r{
  height: auto;
}
.bl_recomend_foto:after{
  top: 100%;
  border-left: 15px solid rgba(3, 100, 162, 0.85);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%!important;
  right: auto;
  margin-left: -25px;
  margin-top: -18px;
  border-right: none!important;
  display: block!important;
}
.bl_recomend_foto_r:before{
  top: 100%;
  border-left: 15px solid rgba(41, 44, 47, 0.85);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%!important;
  right: auto;
  margin-left: -25px;
  margin-top: -18px;
  border-right: none!important;
  display: block!important;
}
.bl_recomend h3 {
  font-size: 26px;
  line-height: 32px;
}
.bl_recomend_info p {
  font-size: 13px !important;
  line-height: 16px !important;
}

.bl_preims{
  width: 100%;
}
.bl_preim{
  width: 100%;
  margin-bottom: 15px;
  z-index: 0;
}
.bl_preims .bl_preim {
  border-right: 0;
  border-left: 1px solid rgba( 13, 100, 162, 0.85);
  padding-left: 2rem;
}
.bl_preims .bl_preim:before,
.bl_preims:nth-child(2n) .bl_preim:before{
  display: none;
}

.discus_form{
	width: 100%;
}
#discus_submit{
	margin-top: 7px;
}
.all{
	font-size: 14px;
}

#vb_pk{
  display: none;	
}

#vb_mb{
  display: inline-block;
}

blockquote{
  width: 100%;
  padding-left: 20px;
}

blockquote::before{
	top: -60px;
    font-size: 6em;
}
#razdel-containe a.bl_razdel {
    flex-basis: 100%;
}

h1.view {
    font-size: 24px;
}

#article_foto{
	margin-top: 30px;
}

#article_foto .ramka_img_border2 {
   flex: 99%;
}
#article_foto .ramka_img_border {
   flex: 99.9%;
   margin-top: 0;
}
#article_foto .ramka_img_border img{
  height: 240px;
  width: 100%;
  object-fit: cover; 
}

.bl_mart {
    width: 98%;
}
.bl_mart_short{
  font-size: 12px;
  line-height: 16px;
}
.bloger_info{
	text-align: center;
}





}
