﻿.article-intro-image {
	max-height: 200px;
}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control){
	display: inline-block;
	width: 52%;
}
.qf3form.default .qf3btn input {
	color: #000;
}
.kszmenu {
	color: #000;
}
li.item-319:nth-child(1) > a:nth-child(1) {
	background-color: #fbf3ea;
	color: #ff0078 !important;
}
/********** МЕНЮ ПОЛЬЗОВАТЕЛЯ ************/
.acor-container {
   /* margin: 20px 0;*/
}
.acor-container .acor-body {
   /* width: calc(100% - 40px);*/
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #BFE2FF;
    line-height: 18px;
    padding: 0 10px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif; 
    font-size: 12px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2), 0 10px 16px rgba(0,0,0,0.2);
}
.acor-container .acor-body p {
    margin: 0 0 10px;
}
.acor-container label {
    cursor: pointer;
    background-color: #337AB7;
    display: block;
    padding: 10px 10px;
    width: 100%;
    color: #BFE2FF;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;   
    font-size: 18px;
    margin: 0 0 5px;
    transition: color .35s;
}
.acor-container label:hover {
    color: #FFF;
}
.acor-container input{
    display: none;
}

.acor-container label:before {
    content: '\276F';
    float: right;
}
.acor-container input:checked + label {
    background-color: #285f8f;
    color: #FFF;
    box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
}
.acor-container input:checked + label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}
.acor-container input:checked + label + .acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
   /* padding: 20px 30px 10px;*/
}
/********** МЕНЮ ПОЛЬЗОВАТЕЛЯ (END) ************/

/********** КНОПКА ************/
.atuin-btn {
    display: inline-flex;
    margin: 10px;
    text-decoration: none;
    position: relative;
    font-size: 20px;
    line-height: 20px;
    padding: 12px 30px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase; 
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #337AB7;
    cursor: pointer;
    border: 2px solid #BFE2FF;
    outline: 1px solid;
    outline-color: #337AB7;
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);  
}
.atuin-btn:hover,
.atuin-btn:active,
.atuin-btn:focus {
    box-shadow: inset 0 0 20px #BFE2FF;
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    color: #FFF;
}
/********** КНОПКА (END) ************/

.my-item-content .article-header {
	/*border-bottom: 2px solid #E5E5E5; /* Параметры линии */
}
.my-item-content {
	/*background: #F7F7F7; /* Цвет фона */
    color: #000; /* Цвет текста */
    margin: 10px; /* Поля вокруг текста */
    padding: 10px; /* Поля вокруг текста */
	border: 2px solid #E5E5E5; /* Параметры границы */
    border-radius: 20px 20px 0px 0px; /* Уголки */
	overflow: hidden;/**/
}
.post-format {
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #b2d1e4;
}
.art-footer {
	display: block;
	float: right;
}
.art-date {
	background: #000;
	margin: 5px 0 5px 0;
	height: 22px;
	display: table-caption;
}

.social-icons {
    padding: 0;
    list-style: none;
    margin: 0px;
}
.social-icons li {
    display: inline-block;
    position: relative;
    font-size: 16px;
}
.social-icons i,
.social-icons img {
    color: #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 18px;
    height: 18px;
    text-align:center;
    transition: all 0.3s ease-out;
}
.social-icons a {
    display: inline-block;
}
.social-icons a:before {
    transform: scale(1);
    content: "";
    width: 36px;
    height: 36px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #337AB7, #2d6b9f);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.2);
    transition: all 0.3s ease-out;
}
.social-icons a:hover:before {
    transform: scale(0);
    transition: all 0.3s ease-in;
}
.social-icons a:hover i,
.social-icons a:hover img {
    transform: scale(1.8);
    color: #337AB7;
    transition: all 0.3s ease-in;
}
.social-wrap {
	padding-left: 0px !important;
}
.offcanvas-menu .fa, .offcanvas-menu .fab, .offcanvas-menu .far, .offcanvas-menu .fas {
  color: #fff;
}
.my-module-sidebar {
	background: #fff !important;
	border-radius: 3px !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.09) !important;
	margin-top: 20px !important;
	padding: 15px !important;
}
#sp-header {
  background: #b2d1e4 !important;
}
#dj-megamenu189, #dj-megamenu189sticky {
  background: #b2d1e4 !important;
}
#dj-megamenu190 li a.dj-up_a {
  border-right-color: #b2d1e4;
  border-left-color: #b2d1e4;
}
.hr-image01 {
	display: block;
	width: 100%;
	background-image: url('images/DataKSZ/razd01.png');
}
/****************************  NEWS  ********************************/
.article-header {
    /*display: inline-flex;*/
    /*width: calc(100% - 60px);*/
    margin-bottom: 20px;
    padding: 0 20px;
}
.article-header h2 {
    /*background-color: #f9f9f9;*/
    display: contents;
    border-radius: 10px 10px 0 0;
    text-align: justify;
}
.readmore-btn {
    /*display: inline-flex;*/
    float: right;
    /*margin-top: -13x;/**/
    /*margin-right: 20px;*/
    text-decoration: none;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    padding: 12px 20px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #337AB7;
    cursor: pointer;
    border: 2px solid #BFE2FF;
    overflow: hidden;
    z-index: 1;
    border-radius: 25px; /* Уголки */
    height: 45px;
}
.readmore-btn:hover,
.readmore-btn:active,
.readmore-btn:focus {
    color: #FFF;
}
.readmore-btn:before {
    content: '';
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-top: 50px solid #2D6B9F;
    transition: transform 0.5s;
    transform: translateX(-100%);
    z-index: -1;
}
.readmore-btn:hover:before,
.readmore-btn:active:before,
.readmore-btn:focus:before {
    transform: translateX(0);
}
.readmore a {
    color: white;
}
.news-row {
    position: relative;
    padding: 0;
    min-height: 200px;
    color: #000;
    margin: 30px 0;
    border: 2px solid #E5E5E5;
    box-shadow: 5px 10px 8px #aaa8a8;
    /*border-radius: 20px 20px 0px 0px;*/
    overflow: hidden;
    background-color: #f9f9f9;
}
.news-date {
    display: inline-flex;
    background-image: url('/images/DataKSZ/news02.png');
    background-size: cover;
    /*min-width: 300px;*/
    height: 200px;
    margin: 0;
}
.news-block {
    /*display: inline-flex;*/
    margin: 0;
    padding: 0;
    /*min-width: 300px;*/
}
.article-header h2 {
    font-size: 1.3rem;
}
.readmore-pos {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
div.com-content-category-blog__item {
    margin-top: -60px;
    margin-bottom: 40px;
}
.introtext2 {
    font-size: 14px;
}
.dj-megamenu-default li a.dj-up_a {
	border-color: #b2d1e4 !important
}
#sp-menu .social-wrap{
	padding-left:0 !important;
}
#sp-logo.has-border {
  padding-right: 0;
}
#sp-main-body {
  padding: 50px 0;
}
a {
	color: #0466B9;
}
a:hover {
	/*color: #b2d1e4 !important;*/
	color: #63a0c4;
}
	