/*   Main   */
html{
}

body{
  padding-right: 0 !important;
}

body {
  background: #fff;
  font-family: 'Segoe UI', Arial, sans-serif;
  color:#444;
  font-size: 16px;
  line-height: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Segoe UI', Arial, sans-serif;
  color:#333;
}

h1{
  font-size: 24px;
  color:#333;
}

h2{
  font-size: 22px;
}

h3{
  font-size: 20px;
  color: #787878;
  line-height: 24px;
}

h4{
  font-size: 18px;
}

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: #533a2b;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 240px;
  background-color: #f9f9f9;
  padding: 0.125rem 0;
}

.modal-dialog {width:600px;}

.animated{
  visibility: hidden;
}

.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.btn-primary:focus {
  box-shadow: none;
}

form input::-webkit-input-placeholder,  form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
  font-size: 13px;
 line-height: 20px;
}
form input::-moz-placeholder, form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #777;
  font-size: 13px;
   line-height: 20px;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #777;
  font-size: 13px;
   line-height: 20px;
}
form input:-moz-placeholder, form textarea:-moz-placeholder{ /* Firefox 18- */
  color: #777;
  font-size: 13px;
  line-height: 20px;
}


blockquote{
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 600;
  width: 90%;
  margin: 30px auto;
  font-style: italic;
  color: #111;
  padding: 1.2em 30px 1.2em 75px;
  border-left: 8px solid #e1c46d ;
  position: relative;
  background: #f9f9f9;
  border-radius: 0 15px 0 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

blockquote::before{
  font-family: Arial;
  content: "\201c";
  color: #e1c46d;
  font-size: 90px !important;
  position: absolute;
  left: 10px;
  top: -30px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color: #111;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

blockquote p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}


/*--------------#header-----------*/

#header{
  position: relative;
  z-index: 1;
}

.header-all {
   height: 125px;
}

.header-dop{
  padding-top: 120px;
}

#carouselMain{
  z-index: 2;
  opacity: 1;
}

#carouselMain,
#carouselMain .carousel-inner,
#carouselMain .carousel-item,
#carouselMain .carousel-item.active {
   height: 790px;
}

#carouselMain img{
  width: 100%;
  height: 790px;
  object-fit: cover;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#carouselMain .carousel-inner .carousel-item img{
  -webkit-animation: zoom 15s;
  animation: zoom 15s;
}

#carouselMain .carousel-inner .carousel-item  img{
  opacity: 0.95;
}

/*-------------------header-top----------------------*/

#header-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 333;
  width: 100%;
  padding: 0;
  background: rgba( 52, 66, 127, .9);
  transition: top 0.2s ease-in-out;
  box-shadow: 0 0 20px -10px rgb(0 0 0 / 80%);
}

.bl_top_phone, .bl_top_adress, .bl_top_email {
  border-right :1px solid rgba(58, 49, 38, .45);
  font-size: 14px;
  line-height: 16px;
  color: #1a1a1a;
}

.bl_top_phone i, .bl_top_adress i, .bl_top_email i{
  color: #e4cf91;
  margin-right: 7px;
  font-size: 16px;
}

.bl_top_email a{
  color: #3a3126;
  font-size: 14px;
  line-height: 16px;  
  text-decoration: none;
}
.bl_top_email a:hover, .bl_top_email a:focus{
  text-decoration: underline;
}

.bl_top_phone a{
  color: #34427f;
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  margin-right: 10px;
}
.bl_top_phone a:hover, .bl_top_phone a:focus{
  text-decoration: underline;
}

.bl_offcanvas_phone a{
  color: #000;
  font-size: 26px;
  line-height: 26px;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
}

.bl_top_seti a{
  border-right: 1px solid rgba(52, 66, 127, .45);
  padding: 0 4px;
}
.bl_top_seti a:last-child{
   border-right: 0;
}

.bl_top_seti  i{
  font-size: 18px !important;
  color: #34427f;
  margin-right: 2px;
}

.bl_top_seti  i:hover, .bl_top_seti  i:focus{
   color: #1a1a1a !important;
}

.bl_adress_offc{
   color: #777;
}

.bl_adress_offc span{
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

/*--------------------bl_topcontacts------------------------*/

#bl_topcontacts{
  background: #eee;
}

/*-------------nav-main-----------------------*/

.nav-main{
  margin-top: 14px;
}

.nav-main .nav-link {
  font-size: 15px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  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: #e4cf91;
}

.nav-main .nav-link.active{
  color: #e4cf91;
}

.nav-main .nav-link.nav-dop{
  color: #000;
}

.btn-navbar{
  padding: 0.55rem;
  border-radius: 3px;
  margin-top: 10px;
}

.btn-navbar i{
  font-size: 1.1rem;
}

.navbar-toggler-icon {
  background-image: none;
    color: #fff;
}
.navbar-toggler-icon::before {
  font-family: FontAwesome;
  content: "\f0c9"; /* fa-bars, fa-navicon */
}

.dropdown-item {
  padding: 0.35rem 1rem 0.45rem;
  font-weight: 400;
  color: #333;
  font-size: 0.85rem;
  line-height: 0.9rem;
  white-space: normal;
  border-bottom: 1px solid rgba(85,90,96, .05);
}

.dropdown-item:hover, .dropdown-item:focus{
  color: #fff;
  background: #34427f;
}

.navbar-nav .nav-link {
  color: #fff;
  background: rgba( 52, 66, 127, .85);
  border-bottom: 1px solid #fff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus{
  color: #e4cf91;
}

.offcanvas-body{
  background: #eee;
  font-size: 13px;
}

.offcanvas-body .navbar-nav .nav-link{
   font-size: 15px;
}

#offcanvasExampleLabel{
  font-weight: 300;
}

.bl_top_seti_offc a i{
  font-size: 22px;
  color: #2a2a2a;
  margin: 3px 4px;
}
.bl_top_seti_offc a i:hover{
  color: #e4cf91;
}

ul#submenu1 .nav-link {
    font-size: 13px !important;
	line-height: 16px !important;
	background: rgba( 52, 66, 128, .65 ) !important;
}
ul#submenu1 .nav-link:hover{
	background: rgba( 52, 66, 128, .95 ) !important;
}
ul#submenu1 .nav-link:focus{
	background: #34427f !important;
}

/*------------------------------dropdown-submenu--------------------------------------*/


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a::after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.5rem;
  margin-right: 0.55em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.35em solid transparent;
  border-right: 0;
  border-bottom: 0.35em solid transparent;
  border-left: 0.35em solid;
}

.dropdown-submenu > .dropdown-menu {
  position: absolute;
  top: 2px;
  left: 100%;
  margin-top: 1px;
  margin-left: -2px;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: "";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #1d5971;
    margin-top: 5px;
    margin-right: 5px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}



/*----------------header-wrapper---------------------*/

#header-wrapper{
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 width: 100%;
 height: 790px;
 z-index: 3;
 color: #fff;
 background: linear-gradient(to bottom, rgba(52, 66, 127, 1) 0%, rgba(52, 66, 127, .75) 80%, rgba(52, 66, 127, .45) 100%);
}

.bl_maininfo{
  width: 80%;
  margin-left: 10%;
  padding-top: 90px;
}

.bl_maininfo_title_s h3{
  margin-bottom: 60px;
  color: #e4cf91;
  font-family: 'Segoe UI', Arial, sans-serif;
  font-size: 54px;
  line-height: 64px;
  font-weight: 600;
  text-shadow: #555 1px 0 4px;
  letter-spacing: 1px;
}


.bl_maininfo_info_s{
  font-size: 22px;
  line-height: 34px;
  color: #fff;
}

.bl_maininfo_info_s span{
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}

.top_btninfom{
  background: #34427f;
  color: #e1c46d;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  border: 1px solid rgba( 208,207, 145, .15);
}
.top_btninfom:hover, .top_btninfom:focus{
  color: #FFF;
  background: #000;
}

/*--------------------sect_prormo------------------------*/

#sect_prormo{
  background: #eee;
}

.bl_promo1{
  width: 5%;
  background: rgba( 52, 66, 127, 1 );
}

.bl_promo2{
  width: 45%;
  background: #e4cf91;
}
.bl_promo2 h2{
  font-size: 34px;
  line-height: 44px;
  color: #34427f;
}

.bl_promo3{
  width: 50%;
}

/*------------sect_preim------*/

#sect_preim{
  background: #eee;
}

#sect_preim h2{
  color: #3a3126;
  font-size: 34px;
  line-height: 54px;
  font-weight: 500;
}

.block_preim{
  width: 100%;
}

.bl_preim {
  width: 33%;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #111;
}
.bl_preim:before {
  content: "";
  position: absolute;
  z-index: 0;
  right: -12px;
  top: 27px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 12px solid #e4cf91;
  border-bottom: 9px solid transparent;
}


.bl_preim_info {
  position: relative;
  width: 85%;
  min-height: 210px;
}

.bl_preim h3 {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #34427f;
  text-align: left;
  padding-bottom: 15px;
}

.bl_preim p{
  padding: 0;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #1a1a1a;
}


.slick-next {
  right: 20px !important;
  top: 10px;
}
.slick-prev {
  right: 55px !important;
  left: auto;
  top: 10px;
}

/*---------------------sect_maincatalog---------------*/

#sect_maincatalog{

}

#sect_maincatalog h2{
  font-size: 34px;
  line-height: 54px;
  color: #34427f;
  font-weight: 500;
}

#sect_maincatalog .container{
  padding: 0;
}

.bl_mcatalog{
  position: relative;
  display: block;
  width: 33.1%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}
.bl_mcatalog::before {
  position: absolute;
  z-index: 99;
  left: 15px;
  top: 15px;
  border: 11px solid rgba( 52, 66, 127, .75 );
  content: "";
  opacity: .3;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  transform: scale(0);
  transition: all .3s;
}
.bl_mcatalog:hover::before{
  opacity: 1;
  transform: scale(1);
}

.bl_mcatalog img{
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  transition: all 0.3s ease;
}

.bl_mcatalog:hover img{
  -webkit-animation: zoom 5s;
  animation: zoom 5s;
}

@-webkit-keyframes zoom {
 from {
  -webkit-transform: scale(1, 1);
 }
 to {
  -webkit-transform: scale(1.1, 1.1);
 }
}

@keyframes zoom {
 from {
  transform: scale(1, 1);
 }
 to {
  transform: scale(1.1, 1.1);
 }
}

.bl_mcatalog_wr{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  background: rgba( 52, 66, 127, .85 );
}
.bl_mcatalog:hover .bl_mcatalog_wr{
  background: rgba( 1, 1, 1, .75 );
}

.bl_mcatalog_wr h3{
  text-transform: uppercase;
  color: #eee;
  font-size: 26px;
  line-height: 32px;
  padding: 10px 30px;
  letter-spacing: 1px;
  text-shadow: #111 1px 0 10px;
  margin-bottom: -20px;
  transition: all .3s linear;
}

.btn-mcatalog{
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1px;
  border: 0;
  opacity: 0;
  transition: all .3s linear;
  margin-bottom: -20px;
  color: #e4cf91;
}

.bl_mcatalog:hover .btn-mcatalog{
  opacity: 1;
  margin-bottom: 0;
}

.bl_mcatalog:hover .bl_mcatalog_wr h3{
  margin-bottom: 0;
}

/*---------------------------section_callback------------------------------------*/

#section_callback{
 position: relative;
 color: #fff;
 overflow: hidden;
 background: rgba( 52, 66, 127, .85 );
}

#section_callback::before {
    content: "";
    position: absolute;
    width: 62.5vw;
    height: 62.5vw;
    right: 0;
    bottom: -56.875vw;
background: #e4cf91;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: -1;
}

#section_callback h2{
 color: #e4cf91;
  font-family: 'Nunito', Arial, sans-serif;
  font-size: 68px;
  line-height: 74px;
  font-weight: 600;
  letter-spacing: normal;  
}

#section_callback p{
  font-size: 16px;
  letter-spacing: 2px;
  font-family: 'Nunito', Arial, sans-serif;
}

#section_callback input, #section_callback textarea{
  border-radius: 0;
}

.btn-callback{
  position: relative;
  overflow-x: hidden;
  background: #34427f;
  border-color: #fff;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 0 !important;
  padding: .35rem  1.85rem;
  border: 2px solid transparent;
}

.btn-callback:hover, .btn-callback:focus{
  background: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.btn-callback i{
  font-size: 13px;
  margin-left: 7px;
}

.btn-callback .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  transform: skewX(-65deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3));
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

#mainback_form label.error{
	display: none !important;
}

#result_order_main_callback{
  display: none;
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}

/*---------------------sect_mainteam--------------------------*/

#sect_mainteam h2{
  font-size: 34px;
  line-height: 44px; 
  color: #1a1a1a;
  font-weight: 500; 
}

.bl_team {
  display: block;
  text-decoration: none;
  transition: all .5s linear;
  z-index: 1;
  position: relative;
}

.bl_team a{
  display: block;
  text-decoration: none;
  color: #34427f;
}

.bl_team_phone a{
  text-decoration: none;
  color: #34427f;
  font-size: 15px;
  font-weight: 600;
}
.bl_team_phone a:hover{
	text-decoration: underline;
}

.bl_team p{
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  color: #4a4a4a;
}

.bl_team h3{
  text-transform: uppercase;
  font-size: 30px;
  line-height: 38px; 
  color: #1a1a1a;
  font-weight: 500; 
  text-decoration: none;
}
.bl_team img{
  filter: grayscale(100%);
}

.bl_team:hover img{
   filter: grayscale(0);
}

.bl_team_img{
  position: relative;
  overflow: hidden;
}

.bl_team_hidden{
  position: absolute;
  z-index: 111;
  content: "";
  left: 30px;
  bottom: -65px;
  width: calc(100% - 60px);
  background: rgba( 52, 66, 127, .85 );
  color: #fff;
  transition: all .5s linear;
}

.bl_team_hidden > a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin: 0 20px;
  font-size: 13px;
}

.bl_team_hidden i{
  font-size: 24px;
  color: #fff;
}
.bl_team_hidden i:hover, .bl_team_hidden i:focus{
  color: #cec3fc;
}

.bl_team_hidden .btn-outline-secondary{
  border-color: #fff;
  color: #fff;
}
.bl_team_hidden .btn-outline-secondary:hover,
.bl_team_hidden .btn-outline-secondary:focus{
  border-color: #fff;
  background-color: #e1c46d;
  color: #fff; 
}

.bl_team:hover .bl_team_hidden{
  bottom: 10px;
}

/*------------------sect_maininfo------------------*/

#sect_maininfo{
  background: #eee;
}

.mainpage_text {
  background-color: rgba(255, 255, 255, 1);
  font-size: .9rem;
  line-height: 1.6rem;
  color: #111;
  border-radius: 7px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  padding: 1.5rem;
}

.mainpage_text ul {
    list-style: none;
    padding: 20px 0 0 0;
	margin-left: 30px;
}

.mainpage_text ul li {
    position: relative;
	padding-bottom: 0.7rem;
    padding-left: 1.25rem;
    letter-spacing: 0;
	line-height: 20px;
}

.mainpage_text ul li:before {
    position: absolute;
    left: 10px;
    top: 0;
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1em;
    margin-right: 0.5em;
    width: 1.4rem;
    color: #e4cf91;
	font-size: 18px;
	font-style: normal;
}

/*-------------------block_spravy-----------------------*/

#sect_mvygrani{
  background: #eee;
}

#sect_mvygrani h2 {
  font-size: 34px;
  line-height: 44px;
  color: #1a1a1a;
  font-weight: 500;
}

.bl_spravy{
  width: 32%;
  position: relative;
  z-index: 0;
  height: 448px;
  margin-bottom: 30px;
  overflow: hidden;
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #fff;
}

.bl_spravy:before{
   content: "";
   position: absolute;
   z-index: 2;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: rgba( 10, 37, 64, 0 );
   width: 100%;
   height: 100%;
}

.bl_spravy img{
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  top: 10px;
  left: 10px;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.95;
  z-index: 1;
}

.bl_spravy-wrapper{
 position: absolute;
 z-index: 2;
 width: 100%;
 background: rgba( 52, 66, 127, .9 );
 bottom: -54px;
 transition: all .3s linear;
 font-size: 11px;
 line-height: 14px !important;
}

.bl_spravy-wrapper:before{
}

.bl_spravy:hover .bl_spravy-wrapper{
  bottom: 0;
}
.bl_spravy-wrapper a > div {
  font-size: 15px;
  color: #e4cf91;
  font-weight: 600;
}

.bl_spravy-wrapper a{
  font-size: 12px;
  line-height: 15px !important;
  color: #fff;
  text-decoration: none;
}

.bl_spravy-wrapper a > span{
  font-size: 15px;
  color: #e4cf91;
}

.bl_spravy-wrapper .btn-outline-secondary{
  color: #e4cf91;
  border-color: transparent;
}

.bl_spravy-wrapper .btn-outline-secondary:hover,
.bl_spravy-wrapper .btn-outline-secondary:focus{
  background: transparent;
  color: #fac871;
  border-color: #fac871;
}

.bl_spravy-number{
 position: absolute;
 z-index: 3;
 left: -2px;
 bottom: 200px;
 width: 240px;
}

.bl_spravy-number div{
  width: inherit;
  transform: rotate(-90deg);
  background-color: #e4cf91;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  transform-origin: left top;
}

#vygrani_spravy_art .slick-prev,
#vygrani_spravy_art .slick-next{
  margin-top: -15px !important;
}

/*------------------- sect_shorOrder -----------------------*/

#sect_shorOrder{
  background-position: center center;
  background-image: url(../img/bg-orderform-1.jpg);
  background-size: cover;
}

#sect_shorOrder .container {
  border-radius: 0;
  background: transparent;
  padding: 50px 50px;
}

.shorOrderTitle{
  line-height: 38px;
  font-size: 30px;
  color: #e4cf91;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

#sect_shorOrder p.shortOrderP, #sect_shorOrder p.shortOrderP > a {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
  margin-bottom: 20px;
}

#sect_shorOrder p.shortOrderP > a{
  text-decoration: underline;
}

#sect_shorOrder p.shortOrderP > a:hover{
  color: #e4cf91;
}

#formShortOrder .form-group{
  position: relative;
}

#formShortOrder input, #formShortOrder textarea{
  height: 48px;
  border-radius: 0;
  background-color: #fff;
  width: 100%;
  outline: none;
  padding: 4px 15px 0 48px;
  border: 1px solid transparent;
  color: #111;  
}

#formShortOrder textarea{
  height: 104px;
  padding-top: 12px;
}

.add-info > i, .hide-info > i{
  margin-right: 15px;
}

#formShortOrder a.shor_more:hover{
  background-color: #fff;
}

.bl_label{
  position: relative;
}

#formShortOrder label {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 50px;
  color: #34427f;
  font-size: 22px;
}

#sect_shorOrder form input::-webkit-input-placeholder, #sect_shorOrder form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-size: 16px;
 line-height: 20px;
}
#sect_shorOrder form input::-moz-placeholder, #sect_shorOrder form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size: 16px;
   line-height: 20px;
}
#sect_shorOrder form input:-ms-input-placeholder, #sect_shorOrder form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-size: 16px;
   line-height: 20px;
}
#sect_shorOrder form input:-moz-placeholder, #sect_shorOrder form textarea:-moz-placeholder{ /* Firefox 18- */
  color: #000;
  font-size: 16px;
  line-height: 20px;
}

#formShortOrder input.submit_shorOrder{
  width: 100%;
  color: #e4cf91;
  border-color: rgba( 255, 255, 255, .4);
  background-color: rgba( 52, 66, 127, .75 );
  border-radius: 0;
  padding-left: 15px;
}

#formShortOrder input.submit_shorOrder:hover, #formShortOrder input.submit_shorOrder:focus{
  background-color: rgba( 52, 66, 127, 1 );
  border-color: rgba( 52, 66, 127, 1 );
  color: #eee;
}

#formShortOrder label.error{
  display: none !important;
}

#formShortOrder input.error, #formShortOrder textarea.error {
  border: 1px solid #cc0000;
  background-image: linear-gradient(to right,#f6c1c1 0%,#fff 100%);
}

#result_shorOrder{
  display: none;
  margin: 5px auto 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

#order_loading{
  display: none;
}

/*------------------footer------------------------------*/

#footer{
  background: linear-gradient(to bottom, rgba( 52, 66, 127, 1 ), rgba( 26, 43, 117, .9 ));
  padding: 50px 0 20px;
  font-size: 14px;
  line-height: 26px; 
  color: #fff;
}

#footer .col-xl-3, #footer .col-xl-2, #footer .col-xl-4, #footer .col-md-6{
  padding: 0;
}

.footer-title{
  font-size: 18px;
  line-height: 24px; 
  letter-spacing: 1px;
  color: #e4cf91;
  padding: 15px 0;
  border-bottom: 1px solid rgba( 193, 170, 144, 0.45 );
  margin-bottom: 15px;
}

.footer-title.dop{
  border-bottom: 0;
}

.niz_logo img{
  max-height: 50px;
}

.niz_grafik, .niz_adress{
  color: #fff;
  padding-right: 15px;
}

.niz_phone a{
  font-size: 22px;
  line-height: 24px; 
  letter-spacing: 1px;
  color: #e4cf91;  
  text-decoration: none;
}

.niz_phone a:hover, .niz_phone a:focus{
  text-decoration: underline;
}

.niz_email  a{
  font-size: 14px;
  line-height: 15px; 
  letter-spacing: 1px;
  color: #fff;  
  text-decoration: none;  
}

.niz_email  a:hover, .niz_email  a:focus{
  text-decoration: underline;
}

ul.niz-nav{
  margin: 0;
  padding: 0;
  padding-right: 30px;
}

ul.niz-nav li{
  position: relative;
  list-style-type: none;
  font-size: 12px;
  line-height: 15px; 
  padding-bottom: 11px;
  padding-left: 1.3rem;
}
ul.niz-nav li:before {
    position: absolute;
    left: 10px;
    top: 0;
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1em;
    margin-right: 0.5em;
    width: 1.4rem;
    color: #e4cf91;
    font-size: 14px;
    font-style: normal;
}

ul.niz-nav li > a{
  font-size: 13px;
  line-height: 15px; 
  letter-spacing: 1px;
  color: #fff;  
  text-decoration: none;  
}

ul.niz-nav li > a:hover, ul.niz-nav li > a:focus{
  text-decoration: underline;
}

.niz_seti a{
  display: inline-block;
  text-align: center;
  color: #eee;
  margin-right: 9px;
}

.niz_seti a > i{
  font-size: 24px;
  line-height: 24px;
  color:#eee;
}

.niz_seti a:hover i{
   color: #e4cf91;
}

.footer-copy{
  margin-top: 20px;
  padding: 25px 0 0;
  border-top: 1px solid rgba( 193, 170, 144, 0.45 );
  font-size: 12px;
  line-height: 16px; 
  color: #999;
}

.prosite{
  
}

.prosite a{
  font-size: 12px;
  line-height: 16px; 
  color: #999;
  text-decoration: none;  
}

.prosite a:hover, .prosite a:focus{
  text-decoration: underline;
}

.scroll-to-top-button {
  z-index: 1000;
  bottom: 30px;
  background: rgba( 1, 1, 1, .45 );
  color: #fff;
  font-size: 20px;
  height: 35px;
  right: 54px;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  line-height: 36px;
  cursor: pointer;
}

#vb_mb{
  display: none;
}

#vb_pk{
  display: inline-block;	
}

/*----------------------topCallBackModal---------------------------*/

.modal.fade.show{}

#topCallBackModal{
  background: rgba(52, 66, 127, .85);
  font-size: 14px;
}

label[for=zak_phoneserv]{
  font-weight: 500;
}

#addBtnServiceLabel{
  color: #34427f;
  line-height: 1.4;
  font-size: 1.4rem;
  text-transform: uppercase;
}

#serv_submit{
  width: 100%;
  letter-spacing: 1px;
  background-color: rgba(52, 66, 127, .95);
  border-color: rgba(52, 66, 127, .75);
  font-size: 1.1rem; 
  color: #fff;  
}

#serv_submit:hover, #serv_submit:focus{
  background-color: #4a4a4a;
  border-color: #4a4a4a;
}

#result_order_serv{
  display: none;
  color: #34427f;
  font-size: 14px;
  line-height: 22px;
  padding-bottom: 10px;
    text-align: center; 
}

#topCallBackModal form input::-webkit-input-placeholder, 
#topCallBackModal form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}
#topCallBackModal form input::-moz-placeholder, 
#topCallBackModal form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}

.modal-body-contact a{
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
  margin-right: 7px;
}
.modal-body-contact{
  background: #e1c46d;
}


/*------------------------------------------------------------*/

#order_loading, #order_loading_1, #order_loading_2{
  display: none;
  text-align: center;
}

label.error {
    font-weight: 400;
    color: #cc0000;
    font-size: 11px;
    line-height: 12px;
}

input.error, select.error, textarea.error {
    border: 1px solid #cc0000;
}

/*-------------------back_form--------------------------*/

.backf{
	font-weight: 500;
	color: #34427f;
	font-size: 16px;
	text-transform: uppercase;
}

#back_submit{
	background-color: #34427f;
	border-color: #34427f;
	color: #fff;
}

#back_submit:hover, #back_submit:focus{
	background-color: #1d1916;
	border-color: #1d1916;
}

#back_form input::-webkit-input-placeholder, #back_form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}
#back_form input::-moz-placeholder, #back_form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}
#back_form input:-ms-input-placeholder, #back_form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}
#back_form input:-moz-placeholder , #back_form textarea:-moz-placeholder { /* Firefox 18- */
  color: #999;
  padding: 5px;
  font-size: 14px;
  font-style: italic;
}

#result_order_back{
	display: none;
	color: ##1d1916;
}



/*---------------------------sprava-full-----------------------------------*/

.bl_sprava_title{
	background: linear-gradient(to top, rgba(  52, 66, 127, 1 ) 0%, rgba(  52, 66, 127, .75 ) 100%);
	border-radius: 3px;
	font-size: 14px;
	line-height: 18px !important;
	color: #fff;
}

.bl_sprava_title a{
	font-size: 20px;
	line-height: 24px !important;
	color: #e1c46d;	
	text-decoration: none;
}

.bl_sprava_title a:hover, .bl_sprava_title a:focus{
	text-decoration: underline;
}

.bl_sprava_title i{
	font-size: 24px;
	color: #e1c46d;	
	margin-right: 10px;
}


.bl_sprava_full_foto{
	position: relative;
	width: 36%;	
}
.bl_sprava_full_info{
	width: 56%;
   font-size: 12px;
   line-height: 18px;
   color: #000;
}
.sprava-full-foto{
	border: 1px solid rgba( 107, 48, 62, .15 );
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;	
	background: #fff;
}
.bl_sprava_full_foto_hd{
	position: absolute;
	right: 5px;
	top: 0;
	z-index: 4;
	font-size: 40px;
	line-height: 40px !important;
	color: rgba(  52, 66, 127, .95 );	
}
.sprava-full-infotitle{
	background: linear-gradient(to top, rgba(  52, 66, 127, 1 ) 0%, rgba(  52, 66, 127, .85 ) 100%);
	border-radius: 3px;
	font-size: 16px;
	line-height: 20px !important;
	color: #fff;	
}
.bl_sprava_full .btn-outline-secondary{
	width: 100%;
}

.btn-spravalink{
  background: linear-gradient(to top, rgba(  52, 66, 127, 1 ) 0%, rgba(  52, 66, 127, .85 ) 100%);
  color: #be944c;	
}

.bl_sprava_full .btn-outline-secondary{
    color: #34427f;
    border-color: #34427f;	
}
.bl_sprava_full .btn-outline-secondary:hover{
    color: #fff;
    background-color: rgba( 52, 66, 127, .85 );
    border-color: #34427f;	
}

.bl_sprava_full .btn-outline-secondary i{
	font-size: 10px;	
}

.bl_sprava_full_info .text_block_page{
	font-size: 13px;
	line-height: 20px !important;	
}


/*-------------------------------------------------*/

h1.view{
  font-size: 28px;
  color: #2b3043;
  font-weight: normal;
  text-transform: uppercase;
}

h2.view{
  font-size: 28px;
  color: #2b3043;
  font-weight: normal;
}

#block_teampage .team_slider_item{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#block_teampage h5 {
    font-size: 0.8rem;
    color: #d0a879;
}

.tt_tovar_page{
   margin: 10px auto 20px;
   text-align: center;
}

.tt_tovar_page > a{
  padding:5px 8px;
  background: #f6f6f6;
  border:1px solid #34427f;
  border-radius: 3px;
  font-size: 13px;
  margin: 3px;
  text-decoration: none;
}
.tt_tovar_page > a i{
	font-size: 12px;
}
.tt_tovar_page > a:hover{
	background: #34427f;
	color: #fff;
}

.tt_tovar_page > a.active{
  color: #990000;
  border: 1px solid #34427f;
}


.mrc-shadow {
  pointer-events: none;
  position: absolute;
  height: 100px; 
  left: 0; right: 0; bottom: 0;
  z-index: 999;
  background: linear-gradient(to top, #fff 14%, rgba(0, 0, 0, 0) 100%);
}
.mrc-controls{
	text-align: center;
	margin-bottom: 30px;
}

.mrc-btn{
	border: 0;
	background: transparent;
	color: #34427f;
}
.mrc-btn:hover{
	color: #111;
}

.text_block_page ul {
    list-style: none;
    padding: 20px 0 0 0;
	margin-left: 30px;
}

.text_block_page ul li {
    position: relative;
	padding-bottom: 0.7rem;
    padding-left: 1.5rem;
    letter-spacing: 0;
	line-height: 20px;
}

.text_block_page ul li:before {
    position: absolute;
    left: 10px;
    top: 0;
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1em;
    margin-right: 0.5em;
    width: 1.4rem;
    color: #e4cf91;
	font-size: 18px;
	font-style: normal;
}


/*----------------------menuSubView---------------------------*/

ul.menuSubView {
    margin: 0 0 15px 0;
    padding: 0 10px 5px;
	border-bottom: 1px dotted #eee;
	background: #fff;
}

ul.menuSubView li {
    display: inline-block;
    text-shadow: 0 1px 0 #fff;
	padding-right: 1px;
	padding-left: 1px;
}

ul.menuSubView li a {
    font-size: 13px;
	color: #333;
	letter-spacing: 1px;
	text-decoration: none;
}

ul.menuSubView li a:hover{
	color: #383127;
	text-decoration: underline;
}

ul.menuSubView li.active {
    color: #383127;
    font-size: 13px;
	letter-spacing: 1px;
}

.divider i{
	font-size: 8px;
	padding-right: 7px;
	padding-left: 7px;
}

/*-----------------------------article_foto -------------------------*/

#article_foto{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
}


#article_foto .ramka_img_border{
  position: relative;
  text-align: center;
  padding: 0;
  margin: 0.2em;
  margin-bottom: 5px;
  margin-top: 20px;
   border:1px solid transparent; 
}

#article_foto .ramka_img_border2{
  position: relative;
  flex: 90%;
  text-align: center;
  padding: 0;
  margin: 0.2em;
  margin-bottom: 3px;
   border:1px solid #eee; 
}

#article_foto .ramka_img_border img{
  height: 400px;
  width: auto;
  object-fit: cover; 
}

#article_foto .ramka_img_border2 img{
  height: 200px;
  width: 100%;
  object-fit: cover; 
}

.ramka_img_dopinfo{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: calc(100% - 20px);
	background: rgba(5,2,2, .7);
	color: #fff;
	text-align: center;
}

.table-price{
	font-size: 13px !important;
	color: #000;
}

/*-------------------- razdel ------------------*/

#razdel-containe{
	display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: stretch;
    flex-wrap: wrap;
	margin: 20px 0;
}


#razdel-containe a.bl_razdel {
	position: relative;
	display: flex;
    align-items: center;
	justify-content: center;
    flex-basis: 32.4%;
    background: #fff;
    border-radius: 3px;
    padding: 0;
    text-align: center;
    border: 0 solid transparent;
    transition: all linear .3s;
    margin: 0 3px 20px;
	font-weight: 500;
	transition: all .5s linear;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

#razdel-containe a.bl_razdel img{
	height: 320px;
	width: 100%;
	object-fit: cover;
	border-radius: 0;
}


#razdel-containe a.bl_razdel span{
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: calc( 100% - 20px );
	text-align: center;
	background-color: rgba( 52, 66, 127, .85 );
	color: #fff;
	padding: .7em;
	transition: all .5s linear;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	border-bottom: 3px solid #e1c46d;
	text-transform: uppercase;
}

#razdel-containe a.bl_razdel:hover span{
	background-color: rgba( 52, 66, 127, 1 );
	color: #fff;
	bottom: 30px;
}

#razdel-containe a.bl_razdel:hover{
	box-shadow: 0 0 14px -2px #333;
	color: #037fa7;
}

/*---------------------------------accordionQuestions---------------------------------*/

#accordionQuestions{

}

 #accordionQuestions .ui-corner-all, #accordionQuestions .ui-corner-top{
	position: relative;
	font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
	padding: 0.9em 0.5em 0.9em 1em;
	background: #fff;
	border-radius: 0;
	color: #1a1a1a;
	letter-spacing: 0;
	border-bottom: 1px solid rgba(5,5,5,.15);
	margin-bottom: 20px;
	cursor:pointer;
}

 #accordionQuestions .ui-corner-all  div, #accordionQuestions .ui-state-active div, #accordionQuestions .ui-state-focus div{
	 margin-right: 50px;
 }

#accordionQuestions .ui-state-focus, #accordionQuestions .ui-state-active, #accordionQuestions .ui-accordion .ui-accordion-header{
    border-bottom: 1px solid #000;
    background: #fff;
	color: #000;
	font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
}

#accordionQuestions .ui-state-focus > p, #accordionQuestions .ui-state-active > p{
	margin: 0;
}

#accordionQuestions .ui-corner-all div, #accordionQuestions .ui-state-active div, #accordionQuestions .ui-state-focus div{
	font-size: 16px;
	letter-spacing: 1px;
}

.ui-accordion .ui-accordion-header-active:after{
	float:right;
	position: absolute;
	right: 15px;
	top: 15px;
	content:"-";
	font-size: 40px;
	font-family: "Montserrat";
	padding-right: 10px;
}

.ui-accordion .ui-accordion-header-collapsed:after{
	float:right;
	position: absolute;
	right: 15px;
	top: 15px;
	content:"+";
	font-size: 30px;
	font-family: "Montserrat";
	padding-right: 10px;
}

.ui-icon {
    display: none;
}

.ui-accordion .ui-accordion-content{
	font-size: 14px;
	line-height: 24px;
	padding-left: 30px;
}

.ui-accordion .ui-accordion-content::-webkit-scrollbar {
  width: 7px;  
}
.ui-accordion .ui-accordion-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
    background: #e9fcf3; 
}

.ui-accordion .ui-accordion-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 16px rgba(0,100,55,0.9); 
}

.ui-accordion .ui-accordion-content ul {
  list-style: none;
  padding: 20px 0 0 0;
}
.ui-accordion .ui-accordion-content li {
  position:relative;
  padding-left: 1.5em;
  letter-spacing: 1px;
}

.ui-accordion .ui-accordion-content li:before {
  position:absolute;
  left:10px;
  top:2px;
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1em; 
  margin-right: .5em;
  width: 1.2em; 
  color:  #c4ae62;
}

.ui-widget {
    font-family: "Montserrat", Helvetica, sans-serif;
	
}


/*----------------------------block_ourteam-------------------------------*/

#block_ourteam .bl_team{
	width: 48%;
}

.bl_imgceo  .bl_team_hidden{
	bottom: 40px;
	left: 20px;
	right: 0;
}

/*-----------------------block_ShortInfo------------------------------*/

#block_ShortInfo {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    margin: 0;
    height: auto;
}

.bl_infoceo{
	padding-left: 50px !important;
}

.bl_imgceo{
  position: relative;
  flex: 35%;
}

.bl_infoceo{
  flex: 65%;
}

.bl_infoceo_main {
    border-left: 7px solid #e1c46d;
    padding-left: 30px;
}

.bl_infoceo_main h2 {
    color: #e1c46d;
    font-size: 36px !important;
    line-height: 44px !important;
    text-align: left !important;
}

.bl_infoceo_main h5 {
    font-size: 16px !important;
    line-height: 24px !important;
}

.bl_infoceo_main p{
  border-top:1px dotted #e1c46d;
  font-size: 13px;
  line-height: 18px;
}

.bl_infoceo_text{
   font-size: 15px;
   line-height: 24px;	
}

.bl_infoceo_text ul {
    list-style: none;
    padding: 20px 0 0 0;
    margin-left: 30px;
}

.bl_infoceo_text ul li{
	position: relative;
    padding-bottom: 0.7rem;
    padding-left: 1.5rem;
    letter-spacing: 0;
    line-height: 20px;
}

.bl_infoceo_text ul li:before {
    position: absolute;
    left: 10px;
    top: 0;
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1em;
    margin-right: 0.5em;
    width: 1.4rem;
    color: #584d86;
    font-size: 18px;
    font-style: normal;
}

#block_ShortInfo .bl_team_hidden{
	position: relative;
	bottom: 0;
	top: 20px;
}

/*------------------table.shop----------------------*/

table.shop{
    width: calc(100% - 20px);
	margin-left:10px;
	border-radius: 0;
	border-collapse: separate !important;
}

/*--------------------- BLOG ----------------*/

.all_blog_user{
	position: relative;
	margin: 60px 0 30px;
    width: 250px;
    border-top: 2px solid #603141;
    padding-top: 1px;
    float: left;	
}

#bl_login_form{
	width: 300px;
	margin: 30px auto 50px;
}

#order_loading_1{
	display: none;
}

#result_login{
   display: none;
   margin: 50px auto;
   width: 300px;
   font-size: 13px; 
   line-height: 24px;
   text-align: center;   
}

#loginForm input{
	width: 100%;
    padding: 5px 12px;
}

#bl_login_form .btn-block{
    width: 100%;
}

#art_submit{
	width: 100%;
}

.auth_data{
	position: relative;
	margin: 1.5em 1em 1.5em 1em;
	padding:1em;
	border:1px dotted #999;
	font-size: 13px;
	color: #444;
	background: #f9f9f9;
}

.auth_data > div{
	margin: 10px 0;
}

.auth_data > div > a{
	display: block;
	text-align: right;
	color: #ff0000;
	font-size: 14px;
}

.auth_data_marker{
	position: absolute;
	width: 40px;
	height: 40px;
	top: -20px;
	right: 0;
}

.auth_data_marker > img{
	max-width: 40px;
	height: auto;
}

.blog_adm_art_title{
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
}

.blog_adm_art{
	margin: 10px 0;
	background: #f7f7f7;
	padding: 1em;
}

.blog_adm_art input, .blog_adm_art textarea{
	padding-top: 0;
	padding-bottom: 0;
}

.blog_adm_art textarea{
	height: 60px;
}

.tb-adm-blog .grey{
	background: #eee;
}

.bl_short{
	font-size: 11px;
	color: #336666;
	margin:7px;
	text-align: justify;
}

.bl_red{
	color: #990000;
}

.blog_last_update{
	text-align: right;
	font-size: 11px;
}

.blog_result_edit{
	text-align: center;
	margin: 15px auto;
	color: green;
}


.bl_menu, .bl_menu_aktive{
	padding: 5px 10px;
	border-radius: 5px;
	border:1px solid #ddd;
	margin: 5px;
	text-decoration: none;
	cursor: pointer;
}

.bl_menu_aktive{
	color: #111;
	border: 1px solid #34427f;
}

.bl_menu:hover, .bl_menu_aktive:hover{
	background: #eee;
}

.news{
    font: 14px/22px Tahoma, sans-serif;
    color: #982e83;
	font-weight: 700;
}

h1.blog{
    font-weight: 400;
    font-size: 16px;
    margin: 20px 0;
	text-align: center;
    padding: 0px 0 10px;
    color: #fe5e00;  
}

.blog_data, .blog_prosmotr, .blog_theme{
	text-align: right;
	color: #777;
	font-size: 12px;
	line-height: 14px;
}

.blog_prosmotr{
	margin-bottom: 30px;
}

.btn-review{
	width: 100%;
}

.review_title{
  font-size: 22px;
  line-height: 30px;
  color: #555;
  text-align: center; 
  margin-top: 30px;  
}

#result_review{
	display: none;
	color: #153a1b;
	font-size: 14px;
	line-height: 26px;
	margin: 50px auto;
	text-align: center;
	font-weight: 500;
}

#all_review_blog{
	margin: 0 0 1em;
}

#kod_1{
	margin-top: 4px;
}

.blog_review_info{
	margin: .5em 0;
	padding: .5em;
	border-bottom:1px dotted #ddd;
	border-top:1px dotted #ddd;
}

.blog_review_info_author{
   background: #f7f7f7;
   font-size: 12px;
   padding: .5em 0;
   color: #000;
}

.blog_review_info p{
   padding: .5em .5em .5em 1em;
   color: #111;	
   font-size: 13px;
   line-height: 18px;
   text-align: justify;
   font-weight: 500;
}

.blog_review_info_date{
	font-size: 12px;
	color: #221b40;
}

.blog_review_info_otvet{
	text-align: right;
}

.author_otvet{
	display: none;
}

.btn-otvet, .btn-otvet:focus{
  padding: 2px 15px;
  margin: 0;
  font-size: 12px; 
  border-radius: 0;  
  background: transparent;
  border-color: transparent;
  color: #428bca;
}

.btn-auth-otvet{
	width: 100%;
    padding: 2px 15px;
    font-size: 12px;	
}

.block_author_otvet{
	margin: .2em 0 .2em 1.5em;
	padding: .1em .5em;	
	border: 1px dotted #fff;
	background: #f9f9f9;
}

.block_author_otvet_title{
	background: #fff;
	padding: .3em .5em;
	color: #34427f;
	font-weight: 600;
}

.block_author_otvet p{
   padding: .5em .5em .5em 1em;
   color: #000;	
   font-size: 13px;
   line-height: 16px;
   text-align: justify;	
}

.otvet_edit{
   padding: .5em;
   text-align: right;
}

.otvet_edit a.del{
	color: #ff0000;
	text-decoration: underline;
	font-size: 11px;
}

.otvet_edit a.del:hover{
	color: #990000;
}

.txt1{
	font-size: 11px;	
}

h3.blogh3{
	margin: 10px 0 5px;
	color: #34427f;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
}

.bloger_info{
	background-color: #f9f9f9;
}

.bloger_info p{
	font-size: 13px;
	line-height: 18px;
	margin: 0;
}

.foto_bloger_adm{
	margin: 0 auto;
	text-align: center;
	height: 80px;
	width: 80px;
	border-radius: 50%;
	overflow: hidden;
}

.foto_bloger_adm img{
	min-height: 80px;
    min-width: 80px;
}

.btn-del-comment{
  padding: 3px 7px;	
  margin-right: 5px;
}

.leftmenu_title {
    padding: 15px 20px;
    background: #34427f !important;
    text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
}

.drop_vert_menu {
    position: relative;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    z-index: 100;
    background: #fff;
}

.bl_blog_tb{
	width: 100%;
	padding: 1em .5em;
	margin: 0 0 1em;
	background: transparent;
	border-bottom:1px solid #eee;
	float: left;
}

.bl_blog_tb_photo{
	padding:5px;
	text-align: center;
}

.bl_blog_tb_photo img{
	width: 80px;
	height: auto;
}

.bl_blog_tb a{
	display: block;
}

.bl_blog_tb_info h2{
    display: inline;
    font-size: 15px;
    color: #252525;
    font-weight: bold;
    line-height: 1.2em;
	text-decoration: none;
    margin: 0;
}

.bl_blog_tb_info p {
    font-size: 12px;
    color: #252525;
    padding: 3px 0;
    margin: 7px  0 0;
}

.bl_blog_tb_info span, .bl_blog_tb span{
   display: block;
   font-size: 12px;
   color: #466030;
   line-height: 1em;
   padding: 0 0 4px 0;
   font-weight: 600;
}

.bl_blog_tb_info  .bdate {
    display: block;
	width: 50%;
    font-size: 12px;
    color: #888;
    font-style: italic;
    line-height: 1.1em;
    padding: 3px 0 0 0;
	float: left;
}

.bl_mart{
  width: 45%;
  border-right: 1px dotted #34427f;
  margin-bottom: 40px;
  background: #fff;
}

.bl_mart_data{
	font-size: 12px;
	color: #221b40;	
}

.bl_mart_title a{
	font-size: 18px;
	color: #000;
	font-weight: 500;
}
.bl_mart_title a:hover, .bl_mart_title a:focus{
  color: #34427f;	
}

.btnmart{
	color: #34427f;
	font-size: 13px;
}

.bl_mart_short{
	font-size: 13px;
}

.bcoment{
	position: absolute;
	left: 10px;
	top: 5px;	
}

.bcoment a{
    display: block;
	padding-right: 10px;
	 color: #10b6e6;
	float: right;
}

.bcoment i{
	padding-right: 5px;
	font-size: 15px;
}

.bl_blog_tb:hover{
	background: #f7f7f7;
	color: #000;
}

.bl_blog_tb:hover .bl_blog_tb_info h2{
	text-decoration: underline;	
}

#middle-content{
	padding: 70px 0;
}

.drop_vert_menu {
    position: relative;
    list-style-type: none;
    margin: 0 0 30px;
    padding: 0;
    z-index: 100;
    background: #fff;
}

.drop_vert_menu > li{
	padding: 7px;
	border-bottom: 1px solid #999;
}

.all-news{
	color: #203152 !important;
	font-weight: 500;
}

#blog-themes{
	font-size: 14px;
    font-weight: 400;	
	color: #203152;
}

#review_submit{
	border-radius: 0;
	width: 100%;
    background-color: #34427f;
    border-color: #34427f;
    color: #fff;
	padding: 5px;
}

#review_submit:hover, #review_submit:focus{
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  color: #fff;  
}

.text_blog_page{
  text-align: justify;
  background-color: rgba(255, 255, 255, .95);
  border-radius: 7px;
  padding: 30px 15px;
  font-size: 14px;
}

.text_blog_page ul {
    list-style: none;
    padding: 20px 0 0 0;
	margin-left: 30px;
}

.text_blog_page ul li {
    position: relative;
	padding-bottom: 0.7rem;
    padding-left: 1.5rem;
    letter-spacing: 0;
	line-height: 20px;
}

.text_blog_page ul li:before {
    position: absolute;
    left: 10px;
    top: 0;
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1em;
    margin-right: 0.5em;
    width: 1.4rem;
    color: #0e7b52;
	font-size: 18px;
	font-style: normal;
}