<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* РџРµСЂРµРјРµРЅРЅС‹Рµ */

:root{

    /* Р“Р»Р°РІРЅС‹Р№ С†РІРµС‚ */
    --main_color: #FEBD17;
    /* var(--main_color) */

    /* РћСЃРЅРѕРІРЅРѕР№ С‚РµРєСЃС‚ */
    --main-txt: #202020;

	/* Р“Р»Р°РІРЅС‹Р№ С†РІРµС‚ С…РѕРІРµСЂ*/
	--main_color_hover: #EAA217;
	/* var(--main_color_hover) */

	/* Р“Р»Р°РІРЅС‹Р№ С†РІРµС‚ Р°РєС‚РёРІРЅС‹Р№ РєР»Р°СЃСЃ Рё С„РѕРєСѓСЃ*/
	--main_color_active: #DD9711;
	/* var(--main_color_active) */

	/* Р¦РІРµС‚ Р·Р°РіРѕР»РѕРІРєРѕРІ*/
	--main_font_color: #FEBD17;
	/* var(--main_font_color) */

	--main_link_color: #272727;
	/* var(--main_link_color) */

	/* Р¤РѕРєСѓСЃ input */
	--focus_input_color: #808080;
	/* var(--focus_input_color) */

	/* Р”РѕРїРѕР»РЅРёС‚РµР»СЊРЅС‹Р№ С†РІРµС‚ РЅР° СЃР°Р№С‚Рµ */
	--add_color: #FCAF23;
	/* var(--focus_input_color) */

    /* РҐРѕРІРµСЂ select */
    --sel_hover: #F5F5F5;
    /* var(--focus_input_color) */


    /* РўРѕРї РјРµРЅСЋ */
    --top-menu-bg: #202020;
    --top-menu-border: #292929;
    --top-menu-nav-txt: #ffffff;
}

/* РљРѕРЅРµС† РїРµСЂРµРјРµРЅРЅС‹Рµ */
.static_page h1,
.static_page h2,
.static_page h3,
.static_page h4,
.static_page h5,
.static_page h6{
    margin-top: 20px;
    margin-bottom: 20px;
}
.static_page * {
    color: var(--main-txt)
}
.select_text {
    background-color: #f6f6f6;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0 0;
}
.select_text:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: var(--main_color);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.select_text_green {
    background-color: #f6f6f6;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}
.select_text_green:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: var(--main_color);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
ol.krayt_ol {
    counter-reset:myCounter;
    margin-left:0;
    padding-left:5px;
    color: rgb(100,100,100);
}

.static_page ul, ul.line {
    line-height: 2;
}

.static_page li, ul.line li {
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
}
ol.krayt_ol li {
    padding-left: 35px;
}
.static_page ul li:before,
ul.line li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: var(--main_color);
}
ol.krayt_ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    bottom: 0;
    right: 0;
    margin: auto 0;
    background-color: var(--main_color);
    counter-increment: myCounter;
    content: counter(myCounter);
}
.footer-item-copy {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    color: #86868F;
}
.footer-item-copy-item a,
.footer-item-copy-item span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.modal-form-bitrix24{
    display: none;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    background-color:  rgba(0,0,0,0.4);
    height: 100%;
    z-index: 100000;
}
.modal-form-bitrix24.open{
    display: block;
}
.modal-form-bitrix24-content{
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 512px;
}
.modal-form-bitrix24-close{
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(http://webkrayt.ru/close.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;
}
.static_page{
    clear: both;
    margin-bottom: 0px;
}
.static_page a{
    text-decoration: underline;
}
.static_page blockquote{
    text-indent: 20px;
}
.static_page table td{
    padding: 10px;
    border: 1px solid #000;
}
.body-kloader{
  overflow: hidden;
}
.bx-no-touch .body-kloader {
    padding-right: 8px;
}
.k_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000000;
}
@keyframes rotateLoader {
    to {
        transform: rotate(360deg);
    }
}
.k_loader::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    background-image: url(images/ripple.svg);
    background-repeat: no-repeat;
    background-position: center center;
    animation: rotateLoader linear 1s infinite;
 }
.tabs-content .k_loader::before {
    background-image: url(images/ripple-black.svg);
}
.static_page h1{
  font-weight: 500;
  font-size: 30px;
}
.static_page h2{
  text-align: left;
  font-weight: 500;
}
.static_page h2:after{
  content: none;
}
.static_page h2:before{
  content: none;
}
.static_page h3{
  font-size: 22px;
}
.static_page h4{
  font-size: 20px;
}
.static_page h5{
  font-size: 18px;
}

.td_center tr td{
  text-align: center;
}
.td_right tr td{
  text-align: right;
}
.td_left tr td{
  text-align: left;
}
.loader img {
    animation: rotateLoader linear 1s infinite;
}</pre></body></html>