/*   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;
}

.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;
}

.slick-prev{
  right: 59px;
}
.slick-next{
  right: 25px;
}

blockquote{
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 600;
  width: 98%;
  margin: 35px auto;
  font-style: italic;
  color: #111;
  padding: 1.2em 30px 1.2em 105px;
  position: relative;
  background: #f9f9f9;
  border-radius: 0 5px 0 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 5px 15px 0px;
}

blockquote::before{
  font-family: Arial;
  content: "\201d";
  color: #bf9969;
  font-size: 110px !important;
  position: absolute;
  left: 10px;
  top: -50px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color: #111;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
}

#vb_mb{
  display: none;
}

#vb_pk{
  display: inline-block;	
}


/*--------------#header-----------*/

#header{
  position: relative;
  z-index: 1;
}

.header-dop{
  padding-top: 120px;
}

#carouselMain{
  z-index: 2;
  opacity: 1;
}

#carouselMain,
#carouselMain .carousel-inner,
#carouselMain .carousel-item,
#carouselMain .carousel-item.active {
   height: 700px;
}

#carouselMain img{
  width: 100%;
  height: 700px;
  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( 54, 59, 171, 1 );
  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, .bl_top_seti{
  border-right :1px solid rgba(54, 59, 171, .25);
  font-size: 14px;
  line-height: 16px;
  color: #000;
}

.bl_top_phone i, .bl_top_adress i, .bl_top_email i{
  color: #363bab;
  margin-right: 7px;
  font-size: 16px;
}

.bl_top_email a{
  color: #000;
  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: #fff;
  font-size: 16px;
  line-height: 18px;
  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(54, 59, 171, .25);
  padding: 0 4px;
}
.bl_top_seti a:last-child{
   border-right: 0;
}

.bl_top_seti  i{
  font-size: 18px !important;
  color: #363bab;
  margin-right: 2px;
}

.bl_top_seti  i:hover, .bl_top_seti  i:focus{
   color: #fff !important;
}

.bl_adress_offc{
   color: #777;
}

.bl_adress_offc span{
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

/*--------------------bl_topcontacts------------------------*/

#bl_topcontacts{
  background: #d0ad83;
}

/*-------------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;
  font-weight: 600;
}

.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: #c1aa90;
}

.nav-main .nav-link.active{
  color: #bf9969;
}

.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: #363bab;
}

.navbar-nav .nav-link {
  color: #fff;
  background: rgba( 54, 59, 171, .85);
  border-bottom: 1px solid #fff;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus{
  color: #d0ad83;
}

.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: #363bab;
  margin: 3px 4px;
}
.bl_top_seti_offc a i:hover{
  color: #c1aa90;
}

ul#submenu1 .nav-link {
    font-size: 13px !important;
	line-height: 16px !important;
	background: rgba( 191, 153, 105, .85 ) !important;
}
ul#submenu1 .nav-link:hover{
	background: rgba( 191, 153, 105, .95 ) !important;
	color: #111 !important;
}
ul#submenu1 .nav-link:focus{
	background: rgba( 54, 59, 171, .95) !important;
}

/*------------------------------dropdown-submenu--------------------------------------*/


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a::after {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0.3rem;
  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: 700px;
 z-index: 3;
 color: #fff;
 background: linear-gradient(to bottom, rgba(54, 59, 171, 1) 0%, rgba(54, 59, 171, .55) 70%, transparent 100%);
}

.bl_maininfo{
  width: 80%;
  margin-left: 10%;
  padding-top: 100px;
}

.bl_maininfo_title_s h3{
  margin-bottom: 60px;
  color: #d0ad83;
  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: #c1aa90;
  font-size: 28px;
  font-weight: 400;
}

.top_btninfom{
   color: #fff !important;
  padding: 11px 55px 12px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  text-decoration: none;
  border-radius: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.top_btninfom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #bf9969;
    z-index: -2;
    border-radius: 13px !important;
     color: #fff !important;
  }

.top_btninfom::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2%;
    height: 100%;
    background-color: #363bab;
    opacity: 0;
    transition: all .3s;
    z-index: -1;
    border-radius: 13px !important;
    color: #fff !important;
  }

.top_btninfom:hover::before,
.top_btninfom:focus::before {
  width: 100%;
  opacity: 1;
  color: #fff !important;
}

/*--------------------sect_prormo------------------------*/

#sect_prormo{
  background: rgba( 54, 59, 171, .95 );
}

.bl_promo1{
  width: 10%;
  background: rgba( 54, 59, 171, .95 );;
}

.bl_promo2{
  width: 40%;
  background: #fff;
}
.bl_promo2 h2{
  font-size: 28px;
  line-height: 38px;
  color: #363bab;
}

.bl_promo3{
  width: 50%;
  color: #d0ad83;
  font-weight: 500;
}

/*-------------------section_mainabout-------------*/

#section_mainabout{
  position: relative;
background: linear-gradient(to bottom, rgba(208, 173, 131, 1) 0%, rgba(184, 158, 116,.55) 90%, transparent 100%),url(../img/bg-mainabout-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  padding: 70px 0 70px;
  width: 100%;
}

.maintitle h3{
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  color: #fff;
  text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 2px #114157;
}

.maintitle h2{
  font-size: 44px;
  line-height: 48px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 20px;
  border-bottom:1px solid #eee;
  font-family: 'Segoe UI', Arial, sans-serif;
  letter-spacing: 1px;
  text-shadow: #888 1px 0 4px;
}

.maintext_top{
  text-align: justify;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 10px 0;
}

.mainbtn{
  margin: 40px 0;
}

.mainbtn a.consult-button{
  color: #fff;
  padding: 11px 55px 12px;
  letter-spacing: 2px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: transparent;
  text-decoration: none;
  border-radius: 3px;
  border:1px solid transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.mainbtn a.consult-button::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 54, 59, 171, 1 );
    z-index: -2;
    border-radius: 13px;
    border: 1px solid rgba( 54, 59, 171, 1 );
    padding: 11px 55px 12px;
  }

.mainbtn a.consult-button::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2%;
    height: 100%;
    background-color: #131883;
    opacity: 0;
    transition: all .3s;
    z-index: -1;
    border-radius: 13px;
    border: 1px solid #131883;
  }

.mainbtn a.consult-button:hover::before,
.mainbtn a.consult-button:focus::before {
  width: 100%;
  opacity: 1;
}

.mainphone, .mainemail{
  color: #000;
  font-size: 18px;
  line-height: 36px;
  padding-bottom: 10px;
  font-weight: 500;
}

.mainemail{
  margin-bottom: 3px;
}

.mainphone a, .mainemail a{
  padding-left: 15px;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
   white-space: nowrap;
   font-weight: 600;
}

.mainphone a:hover, .mainphone a:focus,
.mainemail a:hover, .mainemail a:focus{
  text-decoration: underline;
}

/*---------------------sect_maincatalog---------------*/

#sect_maincatalog{
 background: #f1f1f1;
}

#sect_maincatalog h2{
  font-size: 34px;
  line-height: 54px;
  font-weight: 500;
  color: #2a2a2a;
}

#sect_maincatalog .container{
  padding: 0;
}

.bl_mcatalog{
  position: relative;
  display: block;
  width: 33.1%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 15px;
}
.bl_mcatalog::before {
  position: absolute;
  z-index: 100;
  left: 15px;
  top: 15px;
  border-top: 15px solid rgba( 255, 255, 255, .35 );
  border-bottom: 15px solid rgba( 255, 255, 255, .35 );
  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;
  filter: grayscale(100%);
  border-radius: 15px;
}

.bl_mcatalog:hover img{
  -webkit-animation: zoom 5s;
  animation: zoom 5s;
  filter: grayscale(0);
}

@-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: 9;
  background: rgba( 54, 59, 171, .85 );
}
.bl_mcatalog:hover .bl_mcatalog_wr{
  background: rgba( 54, 59, 171, .35 );
}

.bl_mcatalog_wr h3{
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  padding: 10px;
  letter-spacing: 1px;
  text-shadow: #111 1px 0 10px;
  margin-bottom: -20px;
  transition: all .3s linear;
}

.bl_mcatalog:hover .bl_mcatalog_wr h3{
  margin-bottom: 0;
}

.bl_mcat_more{
  position: absolute;
  bottom: 50px;
  right: -4px;
  background: #fff;
  z-index: 11;
  border-radius: 5px;
  transform: rotate(90deg);
  transition: all .4s;
  opacity: 0;
}
.bl_mcatalog:hover .bl_mcat_more{
  opacity: 1;
  transform: rotate(360deg);
}

/*--------------------sect_preim-------------------------*/

#sect_preim h2{
  font-size: 36px;
  font-weight: 500;
  color: #272f42;
}

.bl_preim{
  width: 31%;

  border-radius: 1px;
  font-size: 14px;
  line-height: 20px;
  margin: 0 10px;
  height: 280px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 12px 0px;
}
#sect_preim .slick-slider .slick-list{
  padding-top: 60px;
  padding-bottom: 15px;
}

.bl_preim_icon{
  position: relative;
  margin-bottom: 87px;
  margin-top: -60px;
}
.bl_preim_icon::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 40px;
    border-left: 2px dashed #ddd;
    border-radius: 100%;
    bottom: -74px;
}
.bl_preim_icon::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    width: 15px;
    height: 15px;
    border: 2px solid #ddd;
    border-radius: 100%;
    bottom: -32px;
}

.bl_preim_icon i{
  background: linear-gradient( 90deg, rgba(54, 59, 171, 1) 0%, rgba(191, 153, 105, 1) 100% );
  border-radius: 50%;
  color: #fff;
  font-size: 50px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  width: 120px;
  transition: all 0.35s ease-in-out;
}

.bl_preim_text h3{
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.bl_preim:hover .bl_preim_icon i{
  background: linear-gradient( 45deg, rgba(54, 59, 171, 1) 0%, rgba(54, 59, 171, 1) 100% );
  }


/*---------------------------section_callback------------------------------------*/

#section_callback{
  position: relative;
background: linear-gradient(to bottom, rgba(54, 59, 171, 1) 0%, rgba(54, 59, 171,.55) 90%, transparent 100%),url(../img/bg-maincallback.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size:cover;
  padding: 70px 0 70px;
  width: 100%;
  color: #fff;
}

#section_callback h2{
 color: #bf9969;
  font-size: 68px;
  line-height: 74px;
  font-weight: 600;
  letter-spacing: normal;  
}

#section_callback p{
  font-size: 16px;
  letter-spacing: 2px;
}

.btn-callback{
  position: relative;
  overflow-x: hidden;
  background: #bf9969;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 13px !important;
  padding: .35rem  1.85rem;
  border: 1px solid #bf9969;
}

.btn-callback:hover, .btn-callback:focus{
  background: rgba( 54, 59, 171, 1 );
  border-color: rgba( 54, 59, 171, 1 );
  color: #fff;
}

.btn-callback i{
  font-size: 13px;
  margin-left: 7px;
}

a.btn-callback .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-65deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
  animation: flareAnimation 3s infinite linear;
}

@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

#mainback_form label.error {
	display: none !important;
}

#result_order_main_callback{
	    color: #fff;
}


/*----------------maintext_first---------------------*/

#maintext_first{
 background-image: linear-gradient(to right top, #eee,  #fff);
}

#maintext_second{
 background-image: linear-gradient(to left bottom, #eee,  #fff);
}

.bl_maintext_foto{
  position: relative;
  width: 100%;
  height: 100%;
}

.bl_maintext_foto > img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  border-radius: 15px;
}

.mainpage_text {
  background-color: rgba(255, 255, 255, 1);
  font-size: .95rem;
  line-height: 1.55rem;
  color: #111;
  border-radius: 15px;
  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.5rem;
  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: #d0ad83;
  font-size: 18px;
  font-style: normal;
}

.mainpage_text ol {
  list-style: none;
  padding: 20px 0 0 30px;
  counter-reset: li;
  list-style-type: none;
}

.mainpage_text ol li{
  position:relative;
  padding-left: 1.5em;
  padding-bottom: 15px;
}

.mainpage_text ol li:before {	
    position: absolute;
	content: counter(li);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    content: counter(li);
    counter-increment: li;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    left: -10px;
    top: 1px;
    background-color: #d0ad83;	
}

/*-------------------block_spravy-----------------------*/

#sect_mvygrani{
}

#sect_mvygrani h2 {
  font-size: 34px;
  line-height: 44px;
  color: #1a1a1a;
  font-weight: 500;
}

.bl_spravy{
  background: rgba( 54, 59, 171, 0.85 );
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  border-radius: 15px;
}

.bl_spravy_img{
  width: 40%;
}

.bl_spravy_img img{
  height: 280px;
  border-radius: 15px;
  object-cover: fit;
}

.bl_spravy_infos{
  width: 55%;
  color: #fff;
}

.bl_spravy_infos h4{
  color: #d0ad83;
  font-weight: 500;
}

.bl_spravy .btn-outline-secondary{
  font-size: 13px;
  line-height: 16px;
  color: #d0ad83;  
  border-color: #d0ad83;
  border-radius: 15px;
}
.bl_spravy .btn-outline-secondary:hover,
.bl_spravy .btn-outline-secondary:focus{
  color: #fff;
  background-color: #d0ad83;
}

#sect_mvygrani .slick-prev{
  right: 59px;
  top: -20px;
}
#sect_mvygrani .slick-next{
  right: 25px;
  top: -20px;
}

/*------------------- sect_shorOrder -----------------------*/

#sect_shorOrder{
  background-position: center center;
  background-image: url(../img/bg-shortorder.jpg);
  background-size: cover;
}

#sect_shorOrder .container {
  border-radius: 0;
  background: transparent;
  padding: 50px 50px;
}

.shorOrderTitle{
  line-height: 38px;
  font-size: 30px;
  color: #1a1a1a;
  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: #d0ad83;
}

#formShortOrder .form-group{
  position: relative;
}

#formShortOrder input, #formShortOrder textarea{
  height: 48px;
  border-radius: 15px;
  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: #d0ad83;
  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: #fff;
  border-color: rgba( 255, 255, 255, .45);
  background-color: #363bab;
  border-radius: 15px;
  padding-left: 15px;
}

#formShortOrder input.submit_shorOrder:hover, #formShortOrder input.submit_shorOrder:focus{
  background-color: #d0ad83;
  color: #fff;
}

#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: #363bab;
  font-size: 16px;
  line-height: 26px;
}

#order_loading{
  display: none;
}

/*------------------footer------------------------------*/

#footer{
  background: linear-gradient(to bottom, rgba( 54, 59, 171, .95), #1e238d);
  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: #d0ad83;
  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: #d0ad83;  
  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: #d0ad83;
    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: #d0ad83;
  margin-right: 9px;
}

.niz_seti a > i{
  font-size: 24px;
  line-height: 24px;
  color:#d0ad83;
}

.niz_seti a:hover i{
   color: #eee;
}

.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( 193, 170, 144, .65 );
  color: #fff;
  font-size: 20px;
  height: 35px;
  right: 54px;
  text-align: center;
  border-radius: 50%;
  width: 35px;
  line-height: 36px;
  cursor: pointer;
}

/*------------------------------------------------------------*/

#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;
}

/*----------------------topCallBackModal---------------------------*/

.modal.fade.show{}

#topCallBackModal{
  background: rgba(9, 9, 9, .55);
  font-size: 14px;
}

.modal-content{
  background-color: rgba( 54, 59, 171, 1 );
  color: #fff;
}

label[for=zak_phoneserv]{
  font-weight: 500;
}

#addBtnServiceLabel{
  color: #d0ad83;
  line-height: 1.4;
  font-size: 1.4rem;
  text-transform: uppercase;
}

#serv_submit{
  width: 100%;
  letter-spacing: 1px;
  background: #d0ad83;
  border-color: #d0ad83;
  border-radius: 18px;
  font-size: 1.1rem; 
  color: #fff;  
}

#serv_submit:hover, #serv_submit:focus{
  background-color: rgba( 54, 59, 171, 1);
  border-color: #fff;
}

#result_order_serv{
  display: none;
  color: #d0ad83 ;
  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{
}



/*-------------------back_form--------------------------*/

.backf{
	font-weight: 500;
	color: #d0ad83;
	font-size: 16px;
	text-transform: uppercase;
}

#back_submit{
	background-color: #d0ad83;
	border-color: #d0ad83;
	color: #fff;
}

#back_submit:hover, #back_submit:focus{
	background-color: rgba( 54, 59, 171, 1);
	border-color: rgba( 54, 59, 171, 1);
	color: #fff;
}

#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;
}


/*-------------------------------------------------*/

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 rgba( 54, 59, 171, 1);
  border-radius: 7px;
  font-size: 13px;
  margin: 3px;
  text-decoration: none;
}
.tt_tovar_page > a i{
	font-size: 12px;
}
.tt_tovar_page > a:hover{
	background: rgba( 54, 59, 171, 1);
	color: #fff;
}

.tt_tovar_page > a.active{
  color: #d0ad83;
  border: 1px solid #d0ad83;
}


.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: #d0ad83;
}
.mrc-btn:hover{
	color: #111;
}

.text_block_page{
  border-radius: 7px;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  padding: 1.5rem  1.5rem  1.5rem  1.5rem;	
}

.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: #bf9969;
	font-size: 18px;
	font-style: normal;
}

.text_block_page ol {
  list-style: none;
  padding: 20px 0 0 30px;
  counter-reset: li;
  list-style-type: none;
}

.text_block_page ol li{
  position:relative;
  padding-left: 1.5em;
  padding-bottom: 15px;
}

.text_block_page ol li:before {	
    position: absolute;
	content: counter(li);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    content: counter(li);
    counter-increment: li;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    left: -10px;
    top: 1px;
    background-color: #bf9969;	
}

/*----------------------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: #bf9969;
	text-decoration: underline;
}

ul.menuSubView li.active {
    color: #bf9969;
    font-size: 13px;
	letter-spacing: 1px;
}

.divider i{
	font-size: 8px;
	padding-right: 7px;
	padding-left: 7px;
}

/*------------------table.shop----------------------*/

table.shop{
    width: calc(100% - 20px);
	margin-left:10px;
	border-radius: 0;
	border-collapse: separate !important;
}

/*---------------------sect_work_steps---------------------------*/

#sect_work_steps h2 {
    color: #bf9969;
    font-size: 26px;
    line-height: 34px;
}

.skicker {
    color: #1a1a1a;
    font-size: 18px;
    line-height: 22px;
    font-weight:600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bl_wsteps{
	width: 31%;
	background: #fff;
    border-top: 3px solid #bf9969;
    box-shadow: rgb(0 0 0 / 8%) 0 8px 22px;
	border-radius: 15px;
}

.bl_wsteps span {
    display: block;
    color: #bf9969;
    font-size: 38px;
    line-height: 38px;
    font-weight: 800;
    margin-bottom: 18px;
}

.bl_wsteps h3 {
    color: #213336;
    font-size: 18px;
    line-height: 24px;
}

/*---------------------------sprava-full-----------------------------------*/

#block_spravy .bl_spravy{
	width: 49%;
	margin-bottom: 15px;
}

.bl_sprava_title{
    background: #363bab;
	border-radius: 15px;
	font-size: 14px;
	line-height: 18px !important;
	color: #fff;
	border-left: 9px solid #d0ad83;
}

.bl_sprava_title a{
	font-size: 20px;
	line-height: 24px !important;
	color: #d0ad83;	
	text-decoration: none;
}

.bl_sprava_title a:hover, .bl_sprava_title a:focus{
	text-decoration: underline;
}

.bl_sprava_title i{
	font-size: 24px;
	color: #bea89d;	
	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;
	left: 5px;
	top: 0;
	z-index: 4;
	font-size: 40px;
	line-height: 40px !important;
	color: #d0ad83;	
}
.sprava-full-infotitle{
	background: linear-gradient(to top, rgba(  54, 59, 171, 1 ) 0%, rgba(  54, 59, 171, .85 ) 100%);
	border-radius: 13px;
	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( 54, 59, 171, 1 ) 0%, rgba(  54, 59, 171, .85 ) 100%);
  color: #be944c;	
}

.bl_sprava_full .btn-outline-secondary{
    color: #363bab;
    border-color: #363bab;	
	border-radius: 18px;
	background-color: #fff;
}
.bl_sprava_full .btn-outline-secondary:hover{
    color: #fff;
    background-color: #363bab;
    border-color: #363bab;	
}

.bl_sprava_full .btn-outline-secondary i{
	font-size: 10px;	
}

.bl_sprava_full_info .text_block_page{
	font-size: 13px;
	line-height: 20px !important;	
}

.bl_sprava_full_foto .slick-prev {
    right: 55px !important;
    left: auto;
    top: -19px;
}

.bl_sprava_full_foto  .slick-next {
    right: 20px !important;
    top: -19px;
}

/*-------------------- 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: 33%;
    background: #fff;
    border-radius: 15px;
    padding: 0;
    text-align: center;
    border: 1px solid transparent;
    transition: all linear .3s;
    margin: 0 1px 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: 280px;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
	filter: grayscale(50%);
}
#razdel-containe a.bl_razdel:hover img{
	filter: grayscale(0);
}


#razdel-containe a.bl_razdel span{
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: calc( 100% - 20px );
	text-align: center;
	background-color: #bf9969;
	color: #fff;
	padding: .7em;
	transition: all .5s linear;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-radius: 15px;
	text-transform: uppercase;
}

#razdel-containe a.bl_razdel:hover span{
	background-color: rgba( 54, 59, 171, 1);
	bottom: 50px;
}

#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: #f9f9f9;
	border-radius: 15px;
	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: 17px;
	letter-spacing: 1px;
	color: #000;
	font-weight: 600;
}

.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 ul li{
  position:relative;
  padding-left: 1.5em;
  letter-spacing: 1px;
}

.ui-accordion .ui-accordion-content ul 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:  #bf9969;
}

.ui-accordion .ui-accordion-content ol {
  list-style: none;
  padding: 20px 0 0 0;
  counter-reset: li;
  list-style-type: none;
}

.ui-accordion .ui-accordion-content ol li{
  position:relative;
  padding-left: 1.5em;
  padding-bottom: 15px;
}

.ui-accordion .ui-accordion-content ol li:before {	
    position: absolute;
	content: counter(li);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    content: counter(li);
    counter-increment: li;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    left: -10px;
    top: 1px;
    background-color: #bf9969;	
}

.ui-widget {
    font-family: "Montserrat", Helvetica, sans-serif;
	
}

/*-----------------------------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; 
     border-radius: 10px;
}

#article_foto .ramka_img_border img{
  height: 400px;
  width: auto;
  object-fit: cover; 
   border-radius: 15px;
}

#article_foto .ramka_img_border2{
  position: relative;
  flex: 90%;
  text-align: center;
  padding: 0;
  margin: 0.2em;
  margin-bottom: 3px;
   border:1px solid #eee; 
     border-radius: 10px;
}


#article_foto .ramka_img_border2 img{
  height: 200px;
  width: 100%;
  object-fit: cover; 
  border-radius: 15px;
}

.ramka_img_dopinfo{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: calc(100% - 20px);
	background: rgba(5,2,2, .7);
	color: #fff;
	text-align: center;
	border-radius: 15px;
}

/*--------------------- 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 #777;
}

.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: #bf9969;
	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: #000;
	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: #999 !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 #77a1ba;
  margin-bottom: 40px;
  background: #fff;
}

.bl_mart_data{
	font-size: 12px;
	color: #bf9969;	
}

.bl_mart_title a{
	font-size: 18px;
	color: rgba( 62, 51, 37, 1);
	font-weight: 500;
}
.bl_mart_title a:hover, .bl_mart_title a:focus{
  color: #bf9969;	
}

.btnmart{
	color: #bf9969;
	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: #bf9969 !important;
	font-weight: 600;
}

#blog-themes{
	font-size: 14px;
    font-weight: 400;	
	color: #bf9969;
}

#review_submit{
	border-radius: 15px;
	width: 100%;
    background-color: #d0ad83;
    border-color: #d0ad83;
    color: #fff;
	padding: 5px;
}

#review_submit:hover, #review_submit:focus{
  background-color: rgba( 54, 59, 171, 1);
  border-color: rgba( 54, 59, 171, 1);
  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: #bf9969;
	font-size: 18px;
	font-style: normal;
}

.text_blog_page ol {
  list-style: none;
  padding: 20px 0 0 30px;
  counter-reset: li;
  list-style-type: none;
}

.text_blog_page ol li{
  position:relative;
  padding-left: 1.5em;
  padding-bottom: 15px;
}

.text_blog_page ol li:before {	
    position: absolute;
	content: counter(li);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    content: counter(li);
    counter-increment: li;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    left: -10px;
    top: 1px;
    background-color: #bf9969;	
}

/*-------------------google_reviews---------------------*/

#sect_googlereviews h2 {
    font-size: 34px;
    line-height: 44px;
    color: #1a1a1a;
	text-transform: uppercase;
	font-weight: 500;
}

.review_item{
	width: 32%;
	background: #f9f9f9;
	border-radius: 7px;
	 min-height: 264px;
	 border:1px solid #eee;
}

img.avatar{
	width: 70px;
}

.review_item h4{
    font-size: 20px;
    line-height: 26px;
    color: #050706;	
}

.review_item_data{
    font-size: 15px;
    line-height: 16px;
    color: #838383;		
}

.review_item_text{
    font-size: 14px;
    line-height: 20px;
   letter-spacing: 1px;	
   color: #050706;	
}

.review_item_rating svg{
	width: 10px;
	height: auto;
}

.review_item_author{
	position: relative;
	text-decoration: none;
}

.review_item_author_hd{
	position: absolute;
	right: 5px;
	top: 25px;
	
}

.review_item_text .content{
  display: -webkit-box; /* Required for line-clamp */
  -webkit-line-clamp: 3; /* Limit to 3 lines */
  -webkit-box-orient: vertical; /* Required for line-clamp */
  overflow: hidden;
  text-overflow: ellipsis; /* Optional: adds ellipsis for truncated text */
  font-size: 16px;
}

.review_item_text .content.expanded {
  -webkit-line-clamp: unset; /* Remove line clamp when expanded */
  overflow: visible; /* Show full content */
}

.toggle-text{
	width: 100%;
	border-top: 1px solid #999;
	color: rgba( 54, 59, 171, .95);
	font-size: 15px;
}

#sect_googlereviews .slick-dots li.slick-active button:before {
    opacity: .95;
    color: rgba( 66, 70, 159, .95);
	font-size: 15px;
}
#sect_googlereviews .slick-next {
  right: 20px !important;
  top: -7px;
}
#sect_googlereviews .slick-prev {
  right: 55px !important;
  left: auto;
  top: -7px;
}

#sect_googlereviews  .slick-prev:before, #sect_googlereviews  .slick-next:before{
	color: #999;
}

.reviews_rating_all{
   background: #f9f9f9;
   border-radius: 7px;
   border:1px solid #eee;	
}

.reviews_rating_all svg.injected-svg{
	height: 36px;
	width: auto;
}

.reviews_rating_all h2{
	font-weight: 600;
}

.star-empty {
  clip-path: inset(0 50% 0 0);
}

.btn-google-reviews{
	padding: 0.25rem 1.5rem;
	border-radius: 15px;
	font-size: 15px;
    background-color: rgba( 54, 59, 171, .95);
    border-color: rgba( 54, 59, 171, .95);
}
