/*
Theme Name: Basic optimized Theme {Lic}
Description: This is outstanding WP theme developed on Material Design for Bootstrap 4
Version: 1.0.0
Author: Zozulya Evgeny
Author URI: https://github.com/InfernaLEVP
*/
.recentviewed_post li{
	box-sizing: border-box;
}
.lic-img {
	width:100%;
}
.footer{
	border-top: 1px solid #000;
	background: #2a2a2a;
	padding-top: 24px;
    padding-bottom: 24px;
	/* background: #036fc6 url(//apreal.spb.ru/wp-content/themes/apreal-spb/css/../img/footer.png) 50% 100% no-repeat; */
}
.footer .uk-text-meta{
  color: white;
}
.notForCopy .phones__callback {
    margin: 0 auto;
    display: block;
}
.main-slider{
  /* background: url(/wp-content/themes/basic/img/bg1.jpg) 100% 80% no-repeat;
  background-size: cover; */
}
/* Logotype Styles */
.logotype{
  display: flex;
  margin-top: 5px;
  justify-content: space-between;
}
.logotype>a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-block{
    margin-bottom: 10px!important;  
}
.logotype__wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  align-items: flex-start;
  justify-content: center;
}
.logotype__contactus{
  display: flex;
  /* align-items: center; */
  align-items: flex-start;
}
.phones{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.phones__link{
  color: #ff1515;
  font-size: 18px;
  line-height: 21px;
}
.phones__address{
  color: #036fc6;
  font-size: 11px;
  display: block;
  line-height: 12px;
}
.phones__callback{
  margin-top: 10px;
}
.custom-slider{
  color: #036fc6;
  font-size: 26px;
  padding: 35px 60px;
  line-height: 40px;
  padding-right: 35%;
}

/* Company Styles */
.company{color: #036fc6;}
.company__title{
  font-size: 24px;
  padding: 5px 0 7px 15px;
  line-height: 27px;
}
.company__about{
  font-size: 12px;
  line-height: 15px;
  padding-left: 15px;
}
@media(min-width: 992px){
  .company__about{
  }
}
.tm-header .nav-container{
  /* background: #d0e4f4; */
 	background: #087ccf;
    color: #171717;
    border-top: 1px solid #eaeaea;
}
.uk-navbar-nav a{
  position: relative;
}
.uk-navbar-nav>li>a{
  color: #036fc6;
  transition: color .1s;
  padding: 0 7px;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 15px;
}

.uk-navbar-nav>li>a:hover{
  color: white;
}
.uk-logo{
  color: #036fc6;
  font-weight: 500;
}
/* Link Hover Effect */
.cl-effect-1 a::before,
.cl-effect-1 a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.cl-effect-1 a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 a:hover::before,
.cl-effect-1 a:hover::after,
.cl-effect-1 a:focus::before,
.cl-effect-1 a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}
/* General button style (reset) */
.btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 8px 15px;
	display: inline-block;
	/* margin: 15px 30px; */
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.uk-navbar-container>.uk-container .uk-navbar-left{
  margin-left: 0px; 
  margin-right: 0px;
  justify-content: space-between;
  width: 100%;
}
.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before{
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
/* Button 1 */
.btn-1 {
	border: 3px solid #f0506e;
  color: #f0506e;
  z-index: 5;
}

/* Button 1c */
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #f0506e;
}

.btn-1c:hover,
.btn-1c:active {
	color: white;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}
.navigation-left .uk-parent a{
	color: white!important;
	padding-left: 15px;
}
.navigation-left .uk-parent .uk-nav-sub {
	padding: 15px;

}
.navigation-left .uk-parent .uk-nav-sub a{
	color: rgba(255,255,255,.8)!important;
    transition: color .2s;
    padding-left: 0px;
}
.navigation-left .uk-parent .uk-nav-sub a:hover{
	color: #f0506e!important;
	opacity: .8;
}
.navigation-left .uk-parent{
	/* padding: 7px 15px; */
}
.right-sidebar{
	display: flex;
	flex-direction: column;
}
.right-sidebar__phone,.right-sidebar__office{
	color: #404040;
	font-weight: 700;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.right-sidebar__phoneNumber a{
	color: #ff1515;
	font-size: 20px;
	margin: 10px 0px;
}
.right-sidebar__email{
	margin-top: 40px;
}
.right-sidebar__skype{
	margin-bottom: 40px;
}
.right-sidebar .uk-accordion-title{
	font-size: 15px;
	background: #1e87f0;
	color: white;
	padding: 5px 15px;
}
.right-sidebar .uk-accordion-content{
	margin-top: 0px;
	padding-top: 20px;
	background: #404040;
	color: white;
	font-size: 13px;
    padding-left: 15px;
}
.right-sidebar .uk-accordion-content>p{
	display: flex;
	flex-direction: column;
}

.right-sidebar .uk-accordion-content>p .right-sidebar__email{
	margin-top: 10px;
}
.right-sidebar .uk-accordion-content>p .right-sidebar__skype{
	margin-bottom: 10px;
}
.right-sidebar .uk-accordion-title::before{
	background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2213%22%20height%3D%2213…22%20height%3D%2213%22%20x%3D%226%22%20y%3D%220%22%20%2F%3E%0A%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}
h1,h2,h3,h4,h5,h6{
	color: #087ccf;
}
.mobile-menu-toggler{
    display: none;
    background: white;
    border-radius: 0px;
    font-weight: 700;
}
.mobile-navigation{
	margin-top: 35px;
}
.mobile-info{
    display: none;
    color: white!important;
    width: 100%;
    display: none;
    font-size: 12px!important;
}
.mobile-info>.info-phone{
    width: 50%;
}
.mobile-info>.info-phone a{
	color:white!important;
}
.mobile-info>.info{
    width: 50%;
    font-size: 13px;
}
@media(max-width:992px){
	.cl-effect-1{
		display: none;
	}
	.logotype__wrapper{
		display: none;
	}
	.main-slider{
		display: none;
	}
	.full-navigation{
		display: none;
	}
	.mobile-menu-toggler{
		display: inline;
    }
    .mobile-info{
        display: flex;
        margin-top: 25px;
    }
    .tm-header .nav-container{
        padding-top: 15px;
    }
    body>.uk-margin-bottom{
        margin-bottom: 0px!important;
    }
    .mobile-info>.info{
        font-size: 12px;
    }
}
.logotype__contactus .widget_text{
	margin-left: 10px;
	margin-right: 10px;
}
.uk-navbar-dropdown{
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
	width: 390px;
}
.frame-poster{
	position: relative;
	text-align: center;
}
.frame-poster__item{
	position: absolute;
	left: 0;
	right: 0;
}
.tm-bottom .tm-title-line {
    color: #aaa;
}
.tm-title-line {
    margin-bottom: 15px;
    overflow: hidden;
    text-align: center;
}
.tm-uppercase {
    text-transform: uppercase;
}
.tm-bottom .tm-title-line:before, .tm-bottom .tm-title-line:after {
    background-color: rgba(255,255,255,.1);
}
.tm-title-line:before {
    right: 10px;
    margin-left: -50%;
}
.tm-title-line:before, .tm-title-line:after {
    content: "";
    display: inline-block;
    position: relative;
    width: 50%;
    height: 1px;
    background-color: #eaeaea;
    vertical-align: middle;
}
.tm-title-line:after {
    left: 10px;
    margin-right: -50%;
}
.footer .uk-panel-title {
    color: #fff!important;
}
.uk-panel-header .uk-panel-title {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,0);
    color: #525252;
}
.uk-panel-header .uk-panel-title.uk-panel-title:after {
    content: "";
    display: block;
    height: 10px;
    margin-top: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAKAQMAAACZuXxsAAAABlBMVEUAAADGxsrWVAhbAAAAAXRSTlMAQObYZgAAACBJREFUCJlj4HASaGEQaFHkYFAEMhmAPAUGIM+BAZcEAMN3B/PbbjV8AAAAAElFTkSuQmCC) 0 0 repeat-x;
}
.footer .uk-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-transform: none;
    color: #525252;
}



.footer-item{
	width: 25%;
	text-align: left;
}
.footer-map{
	width: 50%;
	padding-left: 15px;
}
@media(max-width: 992px){
    .footer-item{
        width:100%;
    }
    .footer-map{
        display: none;
    }
    .logotype{
        display: none;
    }
}
.wpcf7-form input:not([type=submit]) {
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    padding: 10px;
}
.footer select, .footer textarea, .footer input[type] {
    border-color: rgba(255,255,255,0);
    background: rgba(255,255,255,.05);
    color: rgba(255,255,255,.7);
}.footer select, .footer textarea, .footer input[type] {
    border-color: rgba(255,255,255,0);
    background: rgba(255,255,255,.05);
    color: rgba(255,255,255,.7);
}
.wpcf7-form span {
    display: block;
    width: 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.wpcf7-form label {
    display: block;
    padding-top: 15px;
    margin-bottom: 5px;
}
.footer input[type] {
    border-color: rgba(255,255,255,0);
    background: rgba(255,255,255,.05);
    color: rgba(255,255,255,.7);
}
.wpcf7-submit:hover {
    filter: grayscale(.75);
}
.wpcf7-submit {
    width: 200px;
    margin: 25px auto 10px;
    display: block;
    padding: 10px;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
    text-align: center;
    border: none;
	background-color: red;
}
.policity {
    font-size: 10px;
    color: #fff;
}
.policity a {
    color: #ccc;
    text-decoration: underline;
}
.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
	min-height: 40px;
	color: white;
}
.uk-navbar{
    padding-top: 10px;
    padding-bottom: 10px;
}
.uk-navbar-item, .uk-navbar-nav>li>a:focus, .uk-navbar-toggle{
	min-height: 60px;
	color: white;
}
.uk-navbar-nav>li>a.uk-open{
	color: white!important;
}
.tm-header .uk-navbar-dropdown{
	background: #235bb8;
}
.tm-header .uk-navbar-dropdown-nav li>a{
    transition: color .4s;
	color: white;
}
.navigation-left .uk-parent {
    /* padding: 7px 15px; */
    background-color: transparent;
    color: #2162b2;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 4px 0px;
}
.navigation-left .uk-parent > a{
    background-color: #087ccf;
    font-size: 13px;
}
.navigation-left .uk-parent .uk-nav-sub a {
    color: #2162b2!important;
    transition: color .2s;
}
.uk-parent .uk-nav-sub{
	background-color: #dfeff6;
    padding-bottom: 70px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAATcAAAA7CAYAAAAel839AAAACXBIW…XsmQ7ejwOArOLma8kz9tMA9ChuThwtBKBP/gIAAP//AwB/cTmGI72IRgAAAABJRU5ErkJggg==);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-left: 30px!important;
}
.uk-lightbox{
	background: rgba(0,0,0,.8)!important;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 6px;
    color: #999;
}
.active-L{
	color: #f0506e!important;
    opacity: .8;
}
*+address, *+dl, *+fieldset, *+figure, *+ol, *+p, *+pre, *+ul{
	margin-top: 10px;
}
p, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    margin: 0 0 10px;
}
h2, .uk-h2 {
    font-size: 22px;
    line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-weight: 700;
    color: #087ccf;
    text-transform: none;
}
*+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 15px;
}
.uk-article-title {
    font-size: 32px;
    font-weight: 700;
    text-transform: none;
}
.frame-poster__item{
	cursor: pointer;
}
.notForCopy { 
	-webkit-user-select: none; 
	-moz-user-select: none;  
	-ms-user-select: none; 
	user-select: none; 
	}
.notForCopy > p{
	text-align: justify;
}
.notForCopy .uk-hidden, .notForCopy [hidden] {
    display: block!important;
}
.uk-accordion-title {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 5px 10px;
    background: #e7fcff;
    font-size: 20px;
    line-height: 26px;
    cursor: pointer;
    border: 1px solid #eaeaea;
	border-radius: 0;
	font-weight: 700;
    color: #087ccf;
}
.uk-accordion-title:hover {
	color: #087ccf; 
}
.uk-button-primary {
    /* background-color: #377c9e; */
    color: #fff;
    /* background-image: -webkit-linear-gradient(top,#609fbe,#1b6589);
    background-image: linear-gradient(to bottom,#609fbe,#1b6589); */
    border-color: transparent;
}
.uk-button-primary:hover, .uk-button-primary:focus {
    background-color: #377c9e;
    color: #fff;
    border-color: rgba(0,0,0,.1);
    background-image: none;
    box-shadow: inset 0 -1px 3px rgba(0,0,0,.025);
    text-shadow: none;
}
.toTopBtn{
	height: 46px;
    display: flex;
    width: 46px;
    margin: 0 auto;
    align-items: center;

    background-color: rgb(0, 147, 221)!important;
    margin-top: 15px;
}
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.uk-nav-parent-icon>.uk-parent>a:after{
	margin-right: 0px;
}
.uk-nav-sub ul {
    padding-left: 15px;
}
.uk-navbar-nav [class*=uk-icon-]{
    margin-right: 4px;
}
.tm-header .uk-navbar-dropdown-nav li>a:hover{
    /* color: #f0506e!important; */
    background: #087ccf;
}
.uk-close:after{
    opacity: 0;
}
.uk-navbar-dropdown-nav li>a:after, .uk-navbar-dropdown-nav li>a:before{
    display: none;
}

.navigation-left .uk-parent .uk-nav-sub {
    list-style-image: url(//apreal.spb.ru/wp-content/themes/apreal-spb/css/../img/image-arrow.png)!important;
}
.navigation-left .uk-parent .uk-nav-sub {
    /* padding: 15px; */
    background: #e2eff8;
    padding: 10px 11px 0 26px;
    margin: 0;
    padding-right: 0px;
}
.navigation-left .uk-open {
    background: url(//apreal.spb.ru/wp-content/themes/apreal-spb/css/../img/menu-bottom.png) 0 100% no-repeat;
    padding: 0 0 59px 0;
    margin: 0 0 15px 0;
}
.uk-nav-parent-icon>.uk-parent>a::after {
    content: "\f104";
    width: 24px;
    margin-right: 0;
    float: right;
    font-family: FontAwesome;
    text-align: center;
    background-image: none!important;
}
.uk-slidenav-next:before, .uk-slidenav-previous:before {
    opacity: 0;
}
.uk-lightbox-toolbar-icon{
    background: black!important;
    opacity: 1;
}

.uk-slidenav-previous, .uk-slidenav-next{

}
.footer-item-right{
    padding-left:15px;
}
@media(max-width: 992px){
    .footer-wrapper{
        flex-wrap: wrap;
    }
    .footer-item-right{
        padding-left: 0px;
        margin-top: 25px;
    }
    .ap-breadcrumb{
        display: none;
    }
    .navigation-left .uk-parent{
        padding: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .uk-open{
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}
.uk-open>.uk-offcanvas-bar{
    background: #087ccf;
}
.dot-nav{
    border-bottom: 3px solid white;
}
.current-active-page{
    /* color: #f0506e!important; */
    background: #087ccf;
}

.uk-nav ul.sub-ul{
    padding-left: 25px!important;
    list-style-image: url(//apreal.spb.ru/wp-content/themes/apreal-spb/css/../img/image-arrow.png)!important;
}
.captcha-image{
    padding: 0px!important;
}
.captcha-image .cf7ic_instructions span{
    display: inline;
}
.policity {
    font-size: 11px;
    color: black;
    text-align: center;
}
.policity a{
    color: #1e87f0;
}
#wpcf7-f5849-o3>.screen-reader-response{
    display: none!important;
}
#wpcf7-f5850-o4>.screen-reader-response{
    display: none!important;
}
#wpcf7-f5851-o2>.screen-reader-response{
    display: none!important;
}
.footer .policity{
    color: white;
}
@media(max-width: 1100px) and (min-width: 992px){
    .uk-navbar-nav>li>a{
        font-size: 13px;
    }
    .btn-1c{
        font-size: 12px;
        padding-left: 3px;
    padding-right: 3px;
    }
}
@media(max-width: 1200px) and (min-width: 1100px){
    .uk-navbar-nav>li>a{
        font-size: 14px;
    }
    .btn-1c{
        font-size: 12px;
        padding-left: 5px;
    padding-right: 5px;
    }
}
@media(max-width: 1300px) and (min-width: 1200px){
    .uk-navbar-nav>li>a{
        font-size: 14px;
    }
    .btn-1c{
        font-size: 14px;
        padding-left: 6px;
        padding-right: 6px;
    }
}
.uk-navbar-nav>li>a{
    white-space: nowrap;
}
.uk-navbar-container>.uk-container .uk-navbar-left{
    flex-wrap: nowrap;
}
@media(max-width:992px){
    .uk-navbar-container>.uk-container .uk-navbar-left{
        flex-wrap: wrap;
    }
    .etapi-rabot{
        display: none;
    }
}
@media(max-width:360px){
    .btn-1c{
        font-size: 12px;
    }
}
.uk-modal-title{
    color: #087ccf;
}
.uk-breadcrumb>*>*{
    color: #1e87f0;
}
.uk-navbar-dropdown>ul.uk-navbar-dropdown-nav>li>a{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.uk-navbar-dropdown>ul.uk-navbar-dropdown-nav>div>li>a{
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12.5px;
}
.scheme__item{
    display: block;
}
.scheme{
    padding: 15px;
    background: #e2eff8!important;
    color: #333;
	display: flex;
    align-items: flex-start;
    justify-content: center;
}
.scheme .lic-img{
	max-width: 25%;
}
.scheme__description{
	margin-bottom:35px;
}
.uk-navbar-item, .uk-navbar-nav>li>a:focus, .uk-navbar-toggle{
    min-height: 40px;
}
.uk-card-primary.uk-card-body .uk-slidenav, .uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav, .uk-card-secondary.uk-card-body .uk-slidenav, .uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav, .uk-light .uk-slidenav, .uk-offcanvas-bar .uk-slidenav, .uk-overlay-primary .uk-slidenav, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav {
    color: rgba(0,0,0,.7);
}
.uk-card-primary.uk-card-body .uk-slidenav:focus, .uk-card-primary.uk-card-body .uk-slidenav:hover, .uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav:focus, .uk-card-primary>:not([class*=uk-card-media]) .uk-slidenav:hover, .uk-card-secondary.uk-card-body .uk-slidenav:focus, .uk-card-secondary.uk-card-body .uk-slidenav:hover, .uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav:focus, .uk-card-secondary>:not([class*=uk-card-media]) .uk-slidenav:hover, .uk-light .uk-slidenav:focus, .uk-light .uk-slidenav:hover, .uk-offcanvas-bar .uk-slidenav:focus, .uk-offcanvas-bar .uk-slidenav:hover, .uk-overlay-primary .uk-slidenav:focus, .uk-overlay-primary .uk-slidenav:hover, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-section-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-section-secondary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-tile-primary:not(.uk-preserve-color) .uk-slidenav:hover, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:focus, .uk-tile-secondary:not(.uk-preserve-color) .uk-slidenav:hover {
    color: rgba(0,0,0,.9);
}
.uk-visible-toggle:not(:hover):not(:focus) .uk-hidden-hover:not(:focus-within) {
    position: absolute!important;
    width: 24px!important;
    height: initial!important;
    padding: initial!important;
    margin: initial!important;
    overflow: initial!important;
}
#clients-sld>li>div{
    text-align: center;
}
#clients-sld>li>div>p{
    text-align: center;
}
.footer{
    margin-top: 25px;
}
.side-title{
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 17px;
    line-height: 40px;
    font-weight: bold;
    text-transform: none;
    color: #fff;
    background-color: #0093dd;
    text-align: center;
}
@media (min-width: 768px){
    .uk-width-medium-1-2, .uk-width-medium-2-4, .uk-width-medium-3-6, .uk-width-medium-5-10 {
        width: 50%;
    }
}
@media (min-width: 960px){
    .uk-width-large-1-3, .uk-width-large-2-6 {
        width: 33.333%;
    }
    .uk-width-large-2-3, .uk-width-large-4-6 {
        width: 66.666%;
    }
}
.alignleft{
	float: left;
    margin-right: 20px;
}
.alignright{
	float: right;
    margin-left: 20px;
}
/* CF7 */
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
.uk-button-success {
    background-color: #73b81c;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #6fc306, #75b12b);
    background-image: linear-gradient(to bottom,#6fc306,#75b12b);
    border-color: rgba(0,0,0,0.06);
}
.partners__wrapper{
    background: rgba(10,132,218,0.8);
    padding: 24px 14px;
}
.partners__wrapper-inner{
    background: white;
    padding: 10px;
}
.tm-footer .uk-button-small{
    padding: 0 9px;
}
.uk-article{
    margin-bottom: 35px;
}
.uk-icon{
    margin-right: 4px;
}
.uk-navbar-nav>li>a .uk-icon{
    width: 18px!important;
}
.uk-position-center-right-out {
    left: 104%;
    width: max-content;
}
.uk-position-center-left-out {
    right: 104%;
    width: max-content;
}
.uk-button-danger{
    border: none;
}
.fixed-line{

}
.fixed-line-right{
    display: flex;
}
.fixed-line-phone{
    margin-right: 35px;
    display: flex;
    align-items: center;
}
.mob-dop-btns{
	display:none;	
	}
@media(max-width:992px){
	.fixed-line{
		display:none;
	}
	.uk-sticky-fixed{
		top:0px!important;
	}
	.top-block {
    	margin-top: 0px;
	}
	.uk-panel{
		text-align:center!important;
	}
	.uk-position-center-right-out {
		left: 90%;
		width: max-content;
	}
	.uk-position-center-left-out {
		right: 90%;
		width: max-content;
	}
	.top-block {
		margin-bottom: 0px!important;
	}
	html {
		margin-top: 0px !important;
	}
	.navigation-left .uk-parent > a{
		padding-right: 25px;
    	position: relative;
	}
	.navigation-left .uk-parent > a:after{
		position: absolute;
		right: 0;
		top: 0;
	}
	.mobile-info-h .uk-button{
		font-size: 11px!important;
    	padding: 0px 8px!important;
	}
	.mobile-info-h{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	.mob-dop-btns{
		display:flex;	
	}
}

span.counterleft {
    text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 8px;
    box-shadow: 0 -2px #3678b2 inset;
    transition: 0.2s;
    background: url(https://ed-krd.ru/wp-content/uploads/2018/04/q.png);
    background-size: 100%;
    color: #ffffff;
    float:left;
    /* padding: 0px 20px; */
    width: 70%;
    /*height:36px;*/
    margin-bottom: 10px;
    }
      span.counterleftmini {
        text-align: center;
        display: block;
        text-decoration: none;
        padding-top: 7px;
        padding-bottom: 7px;
        border-radius: 8px;
        box-shadow: 0 -2px #c63a39 inset;
        transition: 0.2s;
        background: url(https://ed-krd.ru/wp-content/uploads/2018/04/e.png);
        background-size: 100%;
        color: #ffffff;
        float:right;
        margin-left: 5px;
    width: calc(30% - 5px);
        /*height:36px;*/
        margin-bottom: 10px;
    }
        span.counterleftmini2 {
            text-align: center;
    display: block;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 14px;
    border-radius: 8px;
    box-shadow: 0 -2px #c63a39 inset;
    transition: 0.2s;
    background: url(https://ed-krd.ru/wp-content/uploads/2018/04/e.png);
    background-size: 100%;
    color: #ffffff;
    float:right;
    margin-left: 5px;
    width: calc(30% - 5px);
    /*height:36px;*/
    margin-bottom: 10px;
    }
    .uk-panel-box {
        padding: 10px;
        background: #dfeff6;
        color: #525252;
        border: 1px solid #eaeaea;
    }
    .tabs [id^="tab"]:checked ~ [id^="tab-content"] {
        display: block;
    }
    .tabs .tab-content {
        z-index: 2;
        display: none;
        overflow: hidden;
        width: 100%;
        font-size: 16px;
        line-height: 25px;
        position: absolute;
        top: 52px;
        left: 0px;
    }
    .tabs [id^="tab"]:checked + label {
        background-color: #377c9e;
        color: #fff;
    }
    
    .tabs label {
        display: block;
        padding: 10px 20px;
        font-size: 16px;
        font-weight: normal;
        border: 1px solid #666;
        cursor: pointer;
        position: relative;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        color: #525252;
    }
    .tab-content img {
        display: block;
        max-width: 100%;
        width: 280px;
    }
    
      
    
    
   
     .tm-page {       
  z-index: 3;      
  position: relative;      
  }    
  
  .tm-block-full {    
  height: auto;    
  }
  a.button7 {
    display: block;
    width: 180px;
    color: white;
    text-decoration: none;
    margin: 0 auto;
    padding: 8px 0px;
    border-radius: 8px;
    background: #fe0000;
    box-shadow: 0 -3px #D70000 inset;
    transition: 0.2s;
  } 
  a.button7:hover { background: #D70000; }
  a.button7:active {
    background: #A40000;
    box-shadow: 0 3px #A40000 inset;
  }
  
  a.buttonblue {
    display: block;
    width: 180px;
    color: white;
    text-decoration: none;
    margin: 0 auto;
    padding: 8px 0px;
    border-radius: 8px;
    background: #155296;
    box-shadow: 0 -3px #0F3A6A inset;
    transition: 0.2s;
  } 
  a.buttonblue:hover { background: #0F3A6A; }
  a.buttonblue:active {
    background: #4591E4;
    box-shadow: 0 3px #4591E4 inset;
  }
  
  a.buttonleft {
    display: block;
    width: 90%;
    color: white;
    text-decoration: none;
    margin: 0 auto;
    padding: 8px 0px;
    border-radius: 8px;
    background: #155296;
    box-shadow: 0 -2px #0F3A6A inset;
    transition: 0.2s;
  } 
  a.buttonleft:hover { background: #fe0000; }
  a.buttonleft:active {
    background: #fe0000;
    box-shadow: 0 2px #D70000 inset;
  }
  
  a.buttoncent {
    display: block;
    width: 90%;
    color: white;
    text-decoration: none;
    margin: 0 auto;
    padding: 8px 0px;
    border-radius: 8px;
    background: #fe0000;
    box-shadow: 0 -2px #D70000 inset;
    transition: 0.2s;
  } 
  a.buttoncent:hover { background: #155296; }
  a.buttoncent:active {
    background: #155296;
    box-shadow: 0 2px #0F3A6A inset;
  }
  
  .blzayv
  {
      color: #000000;
  }
  td{
      border: 1px black solid;
  }
  .vidano-row{
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .uk-subnav{
      margin-left: 0px;
  }
  .s-switch{
    padding: 10px;
    background: #dfeff6;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .s-switch>li{
      padding-left: 0px;
  }
  .logo-wrapper{
  }
  .tm-logo{
      display: flex;
  }

.soglasov{
    position: relative;
    width: 95%;
	color: #424343;
    margin: 20px 20px;
    border-radius: 5px;
    border-color: #087ccf;
    border-style: solid;
    border-width: 1px;
    background-color:#EAEAEA;
    text-align: center;
	font-size: 18px;
}

.soglasov:hover {
	background-color: #bbeafc;
}

.soglasov p {
	padding: 0 10px;
	text-align: left;
}
.soglasov h2 {
	padding: 0 10px;
	text-align: left;
}

table{
    border-spacing: 0px;
}
table tbody tr:nth-child(odd){
    background: #EDE8E8; 
}

table tbody tr:hover{
    background: #AC9595;
}
table td,aside table th {
    /* padding: .75rem; */
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

table tbody+tbody {
    border-top: 2px solid #dee2e6;
}
table td, aside table th {
    border: 1px solid #dee2e6;
}
table tbody tr:hover {
    background-color: rgba(0,0,0,.35);
}