/* Общие стили для блоков */
/*
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}
*/

.sp-block-table table {
   font-size: 14px;
   background: #FFF;
}

.sp-block-table table thead tr {
    background: var(--light2_bg_black);
}

.sp-block-table table thead p {
    font-weight: 600;
}

.sp-block-table table td {
    vertical-align: middle !important;
}

.sp-block-table table td > p {
    margin-bottom: 0;
}

.sp-image {
    margin-bottom: 24px;
}

/*
.sp-image img {
    width: 100%;
} */

.sp-image-text {
    background: #eee;
    margin: 10px 0 10px;
    min-height: 250px;
}

.sp-image-text img {
    float: left;
    width: 320px;
    margin: 0 10px 10px 0;
}

.sp-iblock-elements {
    width: 350px;
    background: #ddd;
    padding: 10px;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.sp-gallery-item {
    padding-top: 15px;
    padding-bottom: 15px;
    /*
    float: left;
    padding: 5px;
    height: 220px;
    width: 20%;
    */
}

.sp-gallery-item-img-wrapper {
    /* float: left; */
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
    /* border: 1px solid #A3D5EE; */
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    max-width: none;
    position: relative;
    margin-bottom: 0 !important;
    /*
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
    */
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 15px 50px;
    margin: 33px 0;
    /* margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #05acee;
    color: #FFF; */
}

.sp-button_link:hover {
    text-decoration: none;
    background: #fcb814;
    color: #FFF;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}


/** Infosec **/

.sp-blocks-style .sp-container {
	margin-bottom: 24px;
}

.sp-blocks-style h2,
.sp-blocks-style h3,
.sp-blocks-style h4 {
    line-height: calc(1em + 14px);
    margin: 30px 0 15px;
}

.color-blue {
    color: var(--primary-color);
}

.sp-blocks-style h4 {
    line-height: calc(1em + 10px);
}

.sp-blocks-style h2:first-child,
.sp-blocks-style h3:first-child,
.sp-blocks-style h4:first-child,
.sp-blocks-style h5:first-child,
.sp-blocks-style h6:first-child {
    margin-top: 0;
}

.sp-blocks-style h1.no-top-space,
.sp-blocks-style h2.no-top-space,
.sp-blocks-style h3.no-top-space,
.sp-blocks-style h4.no-top-space,
.sp-blocks-style h5.no-top-space,
.sp-blocks-style h6.no-top-space {
    margin-top: 0;
}

.sp-blocks-style h2 + h4 {
	margin-top: 30px;
}

.sp-blocks-style > p,
.sp-blocks-style > img {
	margin-bottom: 24px !important;
}

.sp-blocks-style > blockquote {
	margin-top: 0;
}

/* Background text */
.sp-blocks-style .more_wrapper {
    padding: 15px 20px;
    height: 100%;
    margin: 0;
}

.sp-blocks-style .more_wrapper p:last-child {
    margin: 0;
}

/* Blockquote */
.sp-blocks-style blockquote {
	background-color: inherit;
	/*margin: 2em 1em !important;
	padding: 10px 20px;
	margin: 0 0 0 20px;*/
    padding: 30px;
	font-size: inherit;
}

.sp-blocks-style blockquote.gray-line:before  {
    background-color: #9e9e9e;
}

.sp-blocks-style blockquote.bg-gray {
	background-color: #eee;
}

.sp-blocks-style blockquote.blue-line {
	border-left: 5px solid var(--primary-color);
}

.sp-blocks-style blockquote.bg-blue {
	background-color: rgba(200, 243, 255, 0.34);
}

.sp-blocks-style blockquote.bg-light-orange {
	background-color: rgba(252,184,19,0.22);
}

.sp-blocks-style blockquote.orange-line:before  {
    background-color: #FCB814;
}

.sp-blocks-style blockquote.bg-orange {
	background-color: #FCB814;
}

/* Lists */
.sp-blocks-style .sp-lists {
	margin-bottom: 20px;
}

.sp-blocks-style .sp-lists ul li p {
    display: inline;
    vertical-align: top;
}

.sp-blocks-style .sp-lists .list-dash li,
.sp-lists li {
	position: relative;
    margin: 12px 0px;
}

.sp-blocks-style .sp-lists .list-dash > li:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 12px;
    width: 16px;
    border-bottom: 1px solid #4a4a4f;
}

.sp-blocks-style .sp-lists ul.list-dash {
    margin: 0;
    color: #4a4a4f;
    padding: 0 0 0 32px;
    list-style: none;
}
