@charset "UTF-8";

/* bitrix editor tag visualing */

body[contenteditable] div,
body[contenteditable] p,
body[contenteditable] h1,
body[contenteditable] h2,
body[contenteditable] h3,
body[contenteditable] h4,
body[contenteditable] h5,
body[contenteditable] h6{
    border: 1px dotted #d2d2d2;
    padding: 3px;
    position: relative;
}

body[contenteditable] img:before,
body[contenteditable] div:before,
body[contenteditable] p:before,
body[contenteditable] h1:before,
body[contenteditable] h2:before,
body[contenteditable] h3:before,
body[contenteditable] h4:before,
body[contenteditable] h5:before,
body[contenteditable] h6:before{
    font-family: monospace;
    display: block;
    position: absolute;
    padding: 0 2px;
    top: 0;
    right: 0;
    background: #d2d2d2;
    color: white;
    font-size: 10px;
    line-height: 1;
}

body[contenteditable] div:before{ content: 'div'; }
body[contenteditable] p:before{ content: 'p'; }
body[contenteditable] h1:before{ content: 'h1'; }
body[contenteditable] h2:before{ content: 'h2'; }
body[contenteditable] h3:before{ content: 'h3'; }
body[contenteditable] h4:before{ content: 'h4'; }
body[contenteditable] h5:before{ content: 'h5'; }
body[contenteditable] h6:before{ content: 'h6'; }

body[contenteditable] .snippet-modul {
    background-color: #edf2f3 !important;
    background-image: -webkit-linear-gradient(top, #f1f5f6, #e9eff1) !important;
    background-image: -moz-linear-gradient(top, #f1f5f6, #e9eff1) !important;
    background-image: -ms-linear-gradient(top, #f1f5f6, #e9eff1) !important;
    background-image: -o-linear-gradient(top, #f1f5f6, #e9eff1) !important;
    background-image: linear-gradient(to bottom, #f1f5f6, #e9eff1) !important;
    border: 2px solid #9a9fa8 !important;
    border-radius: 3px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block !important;
    position: relative !important;
    overflow: hidden !important;
    margin: 1px 3px -5px 3px !important;
    width: auto !important;
    line-height: 12px !important;
    font-size: 13px;
    font-family: monospace;
    padding: 5px 7px !important;
}

body[contenteditable] .snippet-modul:before{
    content: 'module';
}

body[contenteditable] .column2 .bxhtmled-video-surrogate {
    max-width: 100% !important;
    min-width: auto !important;
    min-height: auto !important;
    height: 240px !important;
}

/* more */

body[contenteditable] .button_more {
    display: inline-block;
    border: 2px solid #9a9fa8;
    border-radius: 3px;
    color: black;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding-left: 20px;
    padding-right: 12px;
    background-color: #e9eff1;
}

body[contenteditable] .button_more:before{
    content: '';
    width: 2px;
    height: 3px;
    border-top: 1px solid #bdbfc1;
    border-bottom: 1px solid #bdbfc1;
    background: none;
    left: 5px;
    top: -1px;
    bottom: 0;
    margin: auto;
    right: auto;
}

body[contenteditable] .wrap_more {
    border: 2px solid #9a9fa8;
    border-radius: 3px;
    margin-top: 1px;
}
/* more-end */

/* 

STYLE

-----------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    min-height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 18px/24px 'Roboto', Arial, sans-serif;
    height: 100%;
    color: #333333;
}

table td{
    vertical-align: top;
}

table[border]{
    border: 0;
    border-top: 1px solid #E0E0E0;
    border-left: 1px solid #E0E0E0;
    border-spacing: 0;
}

table[border] td,table[border] th{
    border: 0;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    padding: 10px 15px;
}

.table_center{
    margin-left: auto;
    margin-right: auto;
}

img{
    max-width: 100%;
    height: auto;
}

img[align="left"] {
    margin: 0 20px 15px 0;
}

img[align="right"] {
    margin: 0 0 15px 20px;
}

p{
    margin-bottom: 24px;
    color: #333333;
    line-height: 1.8;
}

ul, ol {
    margin-left: 30px;
    list-style-type: square;
}

ul li, ol li, ul li p, ol li p {
    margin-bottom: 18px;
}

a{
    color: #039be5;
    cursor: pointer;
    text-decoration: none;
}

a:hover{
    color: #039be5;
    text-decoration: underline;
}

a:focus{
    color: #039be5;
}

a:active{
    /* position:relative; */
    /* top: 1px; */
}

a:visited{
    /*color: #00b4ab;*/
}

h1,h2,h3,h4{
    line-height: 1.5em;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 47px;
  line-height: 1;
  margin-bottom: 40px;
}

h2, .h2 {
  font-size: 37px;
}

h3, .h3 {
  font-size: 29px;
}

h4, .h4 {
  font-size: 23px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

iframe[allow] {
    max-width: 100%;
    max-height: 48vw;
}

input, textarea, select {
    outline: none;
}

input[type="submit"],
input[type="button"]{
    cursor: pointer;
}

hr {
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px;
}

video {
    max-width: 100%;
}

u {
    text-decoration: none;
    position: relative;
    display: inline-block;
}

u:before {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    border-bottom: 1px solid #607d8b;
    bottom: 7px;
    position: absolute;
}

/**/

.button {
    background-color: #ffffff;
    display: inline-block;
    color: inherit;
    text-transform: uppercase;
    padding: 3px 0px;
    cursor: pointer;
    border-bottom: 1px solid #333333;
    text-align: center;
    font-size: 12px;
}

a.button:focus, a.button:hover {
    text-decoration: none;
}

/* Блоки на страничках
-------------------------------------------------*/

.index_icon-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 42px 20px;
}

.index_icon-item {
    position: relative;
    height: 0;
    padding-top: 85%;
    margin-right: 5%;
    width: 100%;
    margin: 0 auto 10px;
    display: block;
    color: inherit;
    border: 1px solid #999999;
    border-radius: 3px;
}

.index_icon-item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.index_icon-item label {
    font-weight: normal;
    display: block;
    text-align: center;
    position: absolute;
    top: 66%;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px;
    line-height: 1.2;
}

/* кнопка для обратнойсвязи
-----------------------------------------*/

.button.arcticle-button {
    background-color: #e53935;
    border: 0;
    color: white;
    padding: 16px 22px 17px 22px;
    font-size: 16px;
    letter-spacing: 0.2px;
    text-transform: inherit;
    position: relative;
    border-radius: 4px;
    transition: 0.1s ease-in-out;
}

.button.arcticle-button i{
    margin-right: 16px;
    font-size: 22px;
    position: relative;
    top: 1px;
}

.button.arcticle-button:hover{
    transform: scale(1.04);
}

/**/

.table {
    display: table;
}

.tr {
    display: table-row;
}

.td {
    display: table-cell;
    padding: 20px;
}

/**/

.block-info {
    font-size: 0;
    text-align: center;
}

.block-info-item,
.block-info-item-big{
    font-size: initial;
    text-align: initial;
}

.block-info-item {
    display: inline-block;
    width: 50%;
    padding: 20px;
    vertical-align: top;
}

/**/
