/* xxl */
@media (min-width: 1400px) { 

#header-top .col-xxl-2{
  padding: 0;
  width: 14%;
}

#header-top .col-xxl-3{
  padding: 0;
  width: 20%;
}

#header-top .col-xxl-7{
  width: 65%;
}

.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;
}

#article_foto .ramka_img_border{
	flex: 24%;
}

#article_foto .ramka_img_border img{
	object-fit: cover;
}





}



/* xl */
@media (min-width: 1200px) and (max-width : 1399px)  { 

.nav-main .nav-link {
  padding-left: 12px;
  padding-right: 12px;
}

.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;
}

#article_foto .ramka_img_border{
	flex: 32%;
}

#article_foto .ramka_img_border img{
	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: 15px;
}

.phone-footer a{
  font-size: 20px;
  line-height: 26px; 
  letter-spacing: 0;
}

.bl-poslugy-info  div.b-inf{
  font-size: 13px;
  line-height: 22px;
} 

.block_ShortInfo_foto{
   width: 40%;
}


.block_ShortInfo_text{
	width: 60%;
}

#razdel-containe a.bl_razdel {
    flex-basis: 33%;
	margin: 0 0 7px;
}

#article_foto .ramka_img_border{
	flex: 32%;
}

#article_foto .ramka_img_border img{
	object-fit: cover;
}

.bl_infoceo_main h2{
   font-size: 26px !important;
   line-height: 34px !important;
}

#razdel-containe a.bl_razdel_ceo{
	flex-basis: 33%;
	margin: 0 0 20px;
}




}



/* md */
@media (min-width: 768px) and (max-width : 991px)  {

.bl_toptel a {
  font-size: 22px;
  line-height: 24px;
}	

#carouselMain,
#carouselMain .carousel-inner,
#carouselMain .carousel-item,
#carouselMain .carousel-item.active {
   height: 100vh;
   max-height: 780px;
}

#carouselMain .carousel-caption {
  top: 35%;
}

#carouselMain .carousel-caption h5{
  font-size: 2rem;
  line-height: 4rem;
}

#carouselMain .carousel-caption p{
  font-size: 1.2rem;
  line-height: 1.8rem;
}

#footer{
	padding: 30px 0;
}

.seti-footer, .email-footer{
    margin-bottom: 30px;
}

.dropdown-item {
	position: relative;
  font-size: 0.8rem;
}

.navbar-nav .dropdown-submenu>a::after {
  display: inline-block;
  position: absolute;
  right: 20px;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
}

.dropdown:hover .dropdown-submenu:hover > .dropdown-menu{
   display: none;
}

.dropdown-submenu > .dropdown-menu{
	margin-bottom: 10px;
}


.block_ShortInfo_foto{
   width: 35%;
}

.block_ShortInfo_text{
	width: 65%;
}

#razdel-containe a.bl_razdel {
    flex-basis: 45%;
	margin: 0 0 15px;
}

#article_foto .ramka_img_border2 {
    flex: 30%;
	margin-bottom: 5px;
	margin-top: 20px;
}

#article_foto .ramka_img_border{
	flex: 32%;
}

#article_foto .ramka_img_border img{
	object-fit: cover;
}

.bl_infoceo_main h2{
   font-size: 26px !important;
   line-height: 34px !important;
}

.bl_infoceo_main h5{
	font-size: 15px !important;
	line-height: 20px !important;	
}

.bl_infoceo_text{
	font-size: 12px;
}

#razdel-containe a.bl_razdel_ceo{
	flex-basis: 45%;
	margin: 0 0 20px;
}



}


/* sm */
@media (min-width: 576px) and (max-width : 767px) {
	
#header .container{
	max-width: 99%;
}

#carouselMain .carousel-caption h5{
  font-size: 1.8rem;
  line-height: 3rem;
}

#carouselMain,
#carouselMain .carousel-inner,
#carouselMain .carousel-item,
#carouselMain .carousel-item.active {
  height: 100vh;
  max-height: 700px;
}

#carouselMain .carousel-caption p{
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.btn_carusel{
  margin-top: 0;
  font-size: 12px;
  line-height: 12px;
  padding: 8px 20px;
}

#footer{
	padding: 30px 0;
}

.seti-footer, .email-footer{
    margin-bottom: 30px;
}

.dropdown-item {
	position: relative;
  font-size: 0.8rem;
}

.navbar-nav .dropdown-submenu>a::after {
  display: inline-block;
  position: absolute;
  right: 20px;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
}

.dropdown:hover .dropdown-submenu:hover > .dropdown-menu{
   display: none;
}

.dropdown-submenu > .dropdown-menu{
	margin-bottom: 10px;
}

.bl-page-title{
	bottom: 20px;
}

.bl-partner{
	width: 45%
}

#block_ShortInfo{
  flex-wrap: wrap;
}

.block_ShortInfo_foto{
	width: 100%;
	order: 1;
	height: 270px;
	align-items: center;
}

.block_ShortInfo_text{
	width: 100%;
	order: 2;
}

.bl_ShortInfo_text{
	height: auto;
}

#razdel-containe a.bl_razdel {
    flex-basis: 49%;
	margin: 0 0 15px;
}

#article_foto .ramka_img_border2 {
    flex: 48%;
	margin-bottom: 5px;
	margin-top: 20px;
}

#article_foto .ramka_img_border{
	flex: 48%;
}

#article_foto .ramka_img_border img{
	object-fit: cover;
}

.modal-dialog {
    width: auto; 
}

.bl_imgceo{
	flex: 100%;
	text-align: center;
}

.bl_infoceo{
	flex: 100%;
	margin-left: 20px;
	margin-right: 20px;
}

#razdel-containe a.bl_razdel_ceo{
	flex-basis: 49%;
	margin: 0 0 20px;
}




}



/* xs */
@media screen and (max-width : 575px){
	
	
.dropdown-item {
	position: relative;
  font-size: 0.8rem;
}

.navbar-nav .dropdown-submenu>a::after {
  display: inline-block;
  position: absolute;
  right: 20px;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
}

.dropdown:hover .dropdown-submenu:hover > .dropdown-menu{
   display: none;
}

.dropdown-submenu > .dropdown-menu{
	margin-bottom: 10px;
}

#carouselMain,
#carouselMain .carousel-inner,
#carouselMain .carousel-item,
#carouselMain .carousel-item.active {
   height: 100vh;
   max-height: 600px;
}

#carouselMain .carousel-caption h5{
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 2rem;
}

.btn_carusel{
  margin-top: 20px;
  font-size: 12px;
  line-height: 12px;
  padding: 5px 15px;
}

#section_callback h2 {
  font-size: 17px;
  line-height: 22px;
}

.partner_slider img{
	width: 100%;
	height: auto;
}

#footer{
	padding: 30px 0;
}

.seti-footer, .email-footer{
    margin-bottom: 30px;
}

.bl-poslugy-info h3{
  font-size: 18px;
  line-height: 24px;
}

div.b-inf{
  font-size: 12px;
  line-height: 16px;
}

.bl-poslugy-info  div.b-inf{
  font-size: 12px;
  line-height: 20px;
} 

.bl-poslugy-info h3{
  font-size: 18px;
}

.bl-poslugy-btn{
	width: calc( 100% - 60px);
	bottom: 5px;
}

.bl-page-title{
	bottom: 20px;
}

h2.page-title {
   font-size: 1.6rem;
   line-height: 2.2rem;
}	
	
.bl-partner{
	width: 48%
}

#block_ShortInfo{
  flex-wrap: wrap;
}

.block_ShortInfo_foto{
	width: 100%;
	order: 1;
	height: 270px;
	align-items: center;
}

.block_ShortInfo_text{
	width: 100%;
	order: 2;
}

.bl_ShortInfo_text{
	height: auto;
}

#article_foto .ramka_img_border img {
    height: 240px;
    width: 100%;
    object-fit: cover;
}

#article_foto .ramka_img_border2{
	margin-bottom: 5px;
	margin-top: 20px;
}

#razdel-containe a.bl_razdel {
    flex-basis: 99%;
	margin: 0 0 15px;
	max-width: 420px;
}

 #accordionQuestions .ui-corner-all, #accordionQuestions .ui-corner-top{
    font-size: 15px;
    line-height: 24px;
 }
 

.modal-dialog {
    width: auto; 
}

.bl_imgceo{
	flex: 100%;
	text-align: center;
}

.bl_infoceo{
	flex: 100%;
	margin-left: 20px;
	margin-right: 20px;
}

.bl_infoceo_main h2{
   font-size: 22px !important;
   line-height: 30px !important;
}

.bl_infoceo_main h5{
	font-size: 15px !important;
	line-height: 20px !important;	
}

.bl_infoceo_text{
	font-size: 12px;
}

#razdel-containe a.bl_razdel_ceo{
	flex-basis: 80%;
	margin: 0 0 20px;
}

blockquote{
  width: 100%;
  padding-left: 20px;
}

blockquote::before{
	top: -30px;
}

.bl_ShortInfo_text{
  text-align:left;
}




}




@media screen and (max-width : 460px){
	
.bl-partner{
	width: 98%
}	

#razdel-containe a.bl_razdel_ceo{
	flex-basis: 99%;
	margin: 0 0 20px;
}


	
	
}