/*   Main   */
html{
}

body{
  padding-right: 0 !important;
}

body {
  background: #f1f1f1;
  font-family: 'Montserrat', Arial, sans-serif;
  color:#444;
  font-size: 14px;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Montserrat', Arial, sans-serif;
  color:#333;
}

h1{
  font-size: 22px;
  color:#333;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 18px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

a {
  color: #003333;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #0e5fb1;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
  background-color: #f9f9f9;
}

body > section {
  padding: 0;
}

.center {
  text-align: center;
  padding-bottom: 5px;
}

.modal-dialog {width:600px;}
.thumbnail {margin-bottom:6px;}


.animated{
	visibility: hidden;
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.btn-primary:focus {
  box-shadow: none;
}

/*--------------#header-----------*/

#header{
  position: relative;
  background: #1a1a1a; 
}

.header-all{
 height: 300px;
 background: url(../img/bg-header.jpg) no-repeat center center !important; 
 -webkit-background-size: cover !important;
 -moz-background-size: cover !important;
 -o-background-size: cover !important;
  background-size: cover !important; 	
}

#carouselMain{
  z-index: 1;
  opacity: .95;
}

#carouselMain,
#carouselMain .carousel-inner,
#carouselMain .carousel-item,
#carouselMain .carousel-item.active {
   height: 100vh;
}

#carouselMain img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

@-webkit-keyframes zoom {
 from {
  -webkit-transform: scale(1, 1);
 }
 to {
  -webkit-transform: scale(1.5, 1.5);
 }
}

@keyframes zoom {
 from {
  transform: scale(1, 1);
 }
 to {
  transform: scale(1.5, 1.5);
 }
}

#carouselMain .carousel-inner .carousel-item {
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}

/*----------------header-wrapper---------------------*/

#header-wrapper{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 height: 100vh;
 z-index: 1;
 background: linear-gradient(180deg, rgba(1,1,1,.55) 0%, rgba(0,0,0,.75) 35%, rgba(0,0,0,.55) 100%);
}

#header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300000;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0;
  background: rgba( 255, 255, 255, 0);
  transition: top 0.2s ease-in-out;
}

.change-color{
  background: rgba(255,255,255, 1) !important;  
}

.bl_logo img{
  height: 80px;

}

.logo-dop{

}

.bl_toptel figure {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 2px solid #0e90f4;
  border-radius: 50%;
  margin-bottom: 0;
}

.bl_toptel a{
  font-size: 24px;
  line-height: 32px;
  color: #f4bf00;  
  text-decoration: none;
}

.bl_toptel a.tel-dop{
  color: #0e90f4;
}

.bl_toptel a:hover, .bl_toptel a.tel-dop:hover{
  text-decoration: underline;
}

.bl_toptel i{
  color: #0e90f4;
}

.bl_topseti  i{
  font-size: 24px;
  color: #f4bf00;
  margin: 5px 10px;
}

.bl_topseti  i.seti-dop{
  color: #333;
}

.bl_topseti  i:hover, .bl_topseti  i.seti-dop:hover{
  color: #0e90f4;
}

.btn-group-sm>.btn, .btn-sm {
  padding: 0.13rem 0.4rem;
  font-size: .75rem;
  border-radius: 0.2rem;
  margin-left: 40px;
}

#block_lg, #block_lg > li{
  width: 56px;
  padding: 0;
  min-width: 56px;
}

#block_lg .dropdown-item{
  width: 56px;
  padding: 0.2rem;
  font-size: 12px;
  font-weight: 500;
  padding-left: 7px;
}


/*-------------nav-main-----------------------*/

.nav-main .nav-link {
  font-size: 18px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 1px;
}

.nav-main .nav-link:hover, .nav-main .nav-link:focus, 
.nav-main .nav-link.nav-dop:hover,
.nav-main .nav-link.nav-dop:focus{
  color: #0e90f4;
}

.nav-main .nav-link.nav-dop{
  color: #000;
}



.btn-dark i{
  font-size: 1.1rem;
}

.navbar-toggler-icon {
  background-image: none;
}
.navbar-toggler-icon::before {
  font-family: FontAwesome;
  content: "\f0c9"; /* fa-bars, fa-navicon */
}

.nav-item > a{
  background: rgba(0,0,0, .85);
  color: #fff;
  border-bottom: 1px solid #fff;
}

.nav-item > a:hover, .nav-item > a:focus{
  color: #f4bf00;
}



/*--------------bl_topslogan------------------------*/

.bl_topslogan{
  margin-top: 20%;
}

.bl_topslogan h2{
  font-size: 2rem;
  line-height: 3rem;
  color: #f4bf00; 
  font-weight: 500;
  text-shadow: #000 1px 0 10px;
  text-transform: uppercase;
}

.bl_topslogan h2.fname{
  text-transform: uppercase;
  font-size: 4rem;
  line-height: 5rem;
  letter-spacing: 1px;
  font-weight: 700;
}

.bl_topslogan h2.page-title{
  font-size: 2rem;
  line-height: 3rem;
  color: #f4bf00; 
  font-weight: 500;
  text-shadow: #000 1px 0 10px;
  text-transform: uppercase;
}

.bl_topslogan p{
  font-size: 1.3rem;
  line-height: 2.3rem;
  color: #fff;  
  text-shadow: #000 1px 0 10px;
}

.btn-topcall{
  padding-left: 50px;
  padding-right: 50px;
  background-color: #0b69b1;
  border-color: #0b69b1;
  font-size: 1.1rem;
}

.btn-topcall span{
  font-size: 1.3rem;
  padding-right: 15px;
}

/*-------------------section_dia------------------------*/

#section_dia{
  padding: 70px 0 80px;
}

#section_dia h2.title{
  color:  #1a1a1a;
  font-size: 1.6rem;
}

#section_dia h2.title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -80px;
  width: 160px;
  height: 1px;
  background: #0b69b1;
}

.accordion-dia{
  background: #999;
  padding: 0;
}

.accordion-button {
  color: #fff;
background: linear-gradient(180deg, rgba(1,1,1,.55) 0%, rgba(0,0,0,.65) 35%, rgba(0,0,0,.55) 100%);
  font-weight: 500;
}

.accordion-button:not(.collapsed) {
  color: #f4bf00;
}

.accordion-button.collapsed::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23YOUR_HEX_CODE'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:focus {
  box-shadow: none;
}

.dia-image{
  display: none;
  height: 100%;
}

.dia-image.active{
  display: block;
}

.dia-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*-----------------section_project------------------------*/

#section_project{
  padding: 70px 0;
  background: #fff;
}

#section_project h2.title{
  color:  #1a1a1a;
  font-size: 1.6rem;
}

#section_project h2.title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -80px;
  width: 160px;
  height: 1px;
  background: #0b69b1;
}

.main_projects > div{
  width: 32%;
  background: #eee;
  border: 1px solid #ddd;
}

.primage{
  position: relative;  
}

.main_projects > div img{  
  width: 100%;
  height: 100%;
  object-fit: cover;  
}

.main_projects > div h3{
  color: #000;
  font-size: 16px;
  font-weight: 700;
}

.main_projects > div p{
  font-size: 13px; 
  line-height: 20px;
  color: #000;
  text-align: justify;
  margin-bottom: 10px;
}

.main_projects_meta{
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
  bottom: -5px;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  transition: all .3s linear;
}

.main_projects > div:hover .main_projects_meta{
    bottom: 15px;
}

.main_projects > div:hover{
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);  
}

.main_projects > div h5{
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.main_projects > div h4{
  font-weight: 500;
}

.main_projects_date{
  position: absolute;
  top: -15px;
  background: #fff;
  border-radius: 5px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
}

.btn-main-project{
  font-size: 14px;
  font-weight: 600;  
  letter-spacing: 2px;
  background: #f1f1f1;
  width: 32%;
  border-color: #999;
  margin-top: -20px;
}

.btn-main-project:hover, .btn-main-project:focus{
  background: #0d6efd;
  color: #fff;
}


/*----------------section_partner--------------------------*/

#section_partner{
  padding: 70px 0 70px;
}

#section_partner h2.title{
  color:  #1a1a1a;
  font-size: 1.6rem;
}

#section_partner h2.title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -80px;
  width: 160px;
  height: 1px;
  background: #0b69b1;
}


/*---------------------section-main----------------------*/

#section-main{
 background: url(../img/bg-main-section.jpg) no-repeat center center; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
  background-size: cover;  
}


.maintext {
  text-align: justify;
  background-color: rgba(255, 255, 255, .85);
  font-size: .9rem;
  line-height: 1.4rem;
  color: #111;
}

.maintext ul{
  margin-left: 20px;
}

.maintext  h2{
  position: relative;
  color:  #1a1a1a;
  font-size: 1.6rem;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
}

.maintext  h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -80px;
  width: 160px;
  height: 1px;
  background: #0b69b1;
}


/*---------------------footer-----------------------*/

#footer{
  background: #1a1a1a;
  background-image: linear-gradient(to right,#111 0%,#0b69b1 100%);
  padding: 70px 0;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}

#footer h3{
  color: #f4bf00;
  font-weight: 500;
}

.sponsor_rekv{
  color: #fff;
  font-weight: 400;
}

.sponsor_rekv a{
  color: #fff;
}

#footer .phone a{
  font-size: 20px;
  line-height: 34px; 
  color: #fff;
  text-decoration: none;
}

#footer .phone a:hover, #footer .phone a:focus{
  text-decoration: underline;
}

#footer i{
  font-size: 22px;
  color: #eee;
}

#footer .email_footer a{
  font-size: 14px;
  line-height: 32px; 
  color: #fff;
  text-decoration: none;
}

#footer .email_footer a:hover, #footer .email_footer a:focus{
  text-decoration: underline;
}

#footer .seti_footer i{
	font-size: 32px;
	color: #fff;
}

#footer .seti_footer i:hover, #footer .seti_footer i:focus{
	color: #999;
}

/*--------------footer_copy--------------------*/

#footer_copy{
   background: #111;
   margin: 0;
   padding: 8px 0 ;
}

 #footer_copy p {
   margin: 0;
   padding:0;
}

.copy{
   margin: 0;
   padding:0;
   font-size: 12px;
   color: #fff;
   line-height: 18px;
   letter-spacing: 1px;
}

.copy a{
   font-size: 12px;
   color: #fff;
   line-height: 18px;
   letter-spacing: 1px;
   text-decoration: none;
}

.copy a:hover, .copy a:focus{
	text-decoration: underline;
}

p.prosite {
  text-align: right;
}

p.prosite a{
  font-size: 12px;
  line-height: 18px;
  color: #999;
  text-decoration: none;
}

p.prosite a:hover{
    text-decoration: underline;
}

.scroll-to-top-button {
  z-index: 1000;
  font-size: 40px;
  color: #333;
  font-family: verdana;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  margin: 10px;
  background: transparent;
  text-align: center;
}


/*-------------------------main-section--------------------------*/

#main-section{
   padding: 70px 0 30px;
}

h3.back-form{
	text-transform: uppercase;
	font-weight: 500;
}

label.error{
	color: red;
	font-size: 0.75em;
	padding-left: 15px;
}

#result_order_back, #order_loading{
	display: none;
}

.fancybox-container{
	z-index: 9999999999999999 !important;
}

.ramka_img_border {
    position: relative;
	max-height: 450px;
    margin: 10px 0 10px;
    width: 100%;
    padding: 0;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    background: #f6f6f6;
    overflow: hidden;
    text-align: center;
}

.ramka_img_border  img{
	max-height: 450px;
}

.ramka_img_dopinfo {
    position: absolute;
    width: 100%;
    margin: 0;
    left: 0;
    bottom: 3px;
    padding: 7px 10px;
    font-size: 13px;
	line-height: 16px;
    color: #fff;
    background: rgba(0,0,0, .7);
}

.bl_menu, .bl_menu_aktive{
	padding: 5px 12px;
	border-radius: 5px;
	border: 1px solid #999;
	margin: 5px;
	text-decoration: none;
	cursor: pointer;
	color: #000;
	font-weight: 500;
}

.bl_menu_aktive{
	color: #fff;
	border: 1px solid #0d6efd;
	background: #0d6efd;
	padding: 5px 12px;
}

.bl_menu:hover, .bl_menu_aktive:hover{
	background: #eee;
}

/*---------------------------block_ourteam--------------------------*/

.team_bl_item{
  background: #fff;
  padding-top: 10px;
}

.team_bl_photo{
	text-align: center;
}

.team_bl_photo img{
  height: 500px;

}

.team_bl_info{
	padding: 0 15px;
}

#block_ourteam h3{
  color: #154162;
  font-size: 20px;
  line-height: 28px;  
  font-weight: 600;
}

#block_ourteam h5 {
    font-size: 1.1rem;
}

/*----------------------menuSubView---------------------------*/

ul.menuSubView {
    margin: 0 10px 30px 10px;
    padding: 10px ;
	border-bottom: 1px dotted #ddd;
}

ul.menuSubView li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
}

ul.menuSubView li a {
    font-size: 12px;
	color: #111;
	text-decoration: none;
}

ul.menuSubView li a:hover{
	text-decoration: underline;
}

ul.menuSubView li i{
	font-size: 10px;
	padding: 0 10px;
}

ul.menuSubView li.active {
    color: #777;
    font-size: 12px;
}


/*---------------------------articles---------------------------------*/

.article-zast img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h1.art{
 color: #0e90f4;
}

.part{
   font-size: 13px;	
   line-height: 24px;
   font-weight: 500;
}

.article_full_zast{
	border:1px solid #ddd;
	margin-top: 30px;
	border-radius: 5px;
}

.article_full_zast h5 {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.text_block_page{
   font-size: 14px;	
   line-height: 22px;
   text-align: justify;
}


#article_foto .ramka_img_border2, #article_foto .ramka_img_border3{
  width: 99%;
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0.2em;
  margin-bottom: 30px;
   border:1px solid #eee; 
}

 #article_foto .ramka_img_border3{
  width: 24%;
 }

#article_foto .ramka_img_border2 img, #article_foto .ramka_img_border3 img{
  height: 240px;
  width: 100%;
  object-fit: cover; 
}




