* {-webkit-text-size-adjust: none;margin:0; padding:0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; outline:none;}
html, body {font-family:"OpenSansRegular", Arial, sans-serif; font-size: 14px; height: 100%; min-width: 960px; }
body h1 {
    font: bolder 16px verdana,tahoma;
    text-transform: uppercase;
    padding-top: 10px;
    text-align: center;
}
.liniya {
    height: 1px;
    margin: 14px 0;
    border-top: 1px solid #CCCCCC;
}

li { list-style:none;}
a img {border:none;}
a { text-decoration:none; color:inherit; }
/*select, button,textarea { outline:none; -moz-appearance:none;-webkit-border-radius: 0; -moz-border-radius: 0; -webkit-appearance: none;}*/
textarea { outline:none; }
input[type=file],
input[type=file]::-webkit-file-upload-button {cursor: pointer; }
input[type="submit"] { cursor: pointer;}
.container { max-width:1040px; width: 100%; padding: 0 20px; margin:0 auto;  }



.wrapper { display: flex; min-height: 100%; justify-content: space-between; flex-direction: column; }

header {}
.header { padding: 10px 0; }
.logo { text-align: center; }

.login_block { background: #fff; height: 60px}
.login { padding: 15px 0; }
.login form { display: block; text-align: right; font-size: 0; margin: 0 -5px; }
.login form input { width: 150px; display: inline-block; font: 14px/1 "PTSansItalic"; margin: 0 5px; color: #FFF; height: 30px; padding: 0 15px; border-radius: 12px; vertical-align: middle; border: 1px solid #5C5E5D; background: transparent; }
.login form input[type="submit"] { font: 14px/1 "PTSansBold"; border: none; background: #49B450; width: 90px; margin-left: 10px;  }
.login .logo-block {display: inline-block; float: left;}
.login .link-block{display: inline-block; float: right; margin-top: 3px;}
.login a { color: white; padding: 3px 10px; font-weight: bold }
.login .link-block a:hover { background-color: #5C5E5D }

footer { background: #1C1C1C; padding: 20px 0; }
.footer { text-align: justify; font-size: 0; }
.footer:after { display: inline-block; width: 100%; content: ""; }
.footer > * { display: inline-block; vertical-align: top; }
.f_info { font: 13px/1.3 "PTSansItalic"; text-align: right; color: #FFF; }
.f_info a { text-decoration: underline; color: #49B450; font: 13px/1.3 "PTSansRegular"; }
.f_info a:hover { text-decoration: none; }

main {flex: 1 1 auto; background: #F0F4F5; padding: 25px 0; }
.main { display: flex; align-items: flex-start; justify-content: flex-start; }
.main_left { width: 225px; flex: 0 0 225px; background: #FFF; padding: 20px 0 25px; }
.nav_item { margin-top: 20px; }
.nav_item:first-child { margin-top: 0; }
.nav_item > p { font: 16px/20px "PTSansBold"; padding: 2px 0 2px 10px; border-left: 5px solid #49B450; }
.nav_item > ul { padding: 7px 15px 0; }
.nav_item > ul li { padding: 3px 0 3px 20px; border-bottom: 1px solid #F6F6F6; }
.nav_item > ul li a { display: inline-block; font: 13px/18px "PTSansRegular"; color: #737776; }
.nav_item > ul li a:hover { color: #49B450; text-decoration: underline; }
.main_right { flex: 1 1 auto; margin-left: 25px; background: #FFF; padding: 25px; }


.front_page { align-items: stretch; flex-wrap: wrap; justify-content: flex-start; margin: -12px; text-align: center; }
.front_page__item_wrap { flex: 0 0 50%; padding: 12px; height: 100px; margin-bottom: 12px; }
.front_page__item {  position: relative; overflow: hidden; color: #3F4342;  height: 100%; transition: .4s; min-height: 100px; background: #EFF1EE;  }
.front_page__item > img { position: absolute; top: 0; right: 0; filter: brightness(.5); opacity: .85; transition: .4s; }
.front_page__item > a { position: absolute; top: 0; left: 0; z-index: 5; width: 100%; height: 100%; display: block; }
.front_page__item:hover { background: #49B450; color: #FFF; }
.front_page__item:hover > img { filter: none; }
.front_page__item_text { padding: 20px 100px 10px 20px; position: relative; z-index: 3; }
.front_page__item_text h6 { font: 16px/1.2 "PTSansBold"; }
.front_page__item_text p { font: 12px/1.3 "PTSansItalic"; max-width: 180px; padding-top: 5px; }


.page_title { font: 24px/1.2 "PTSansBold"; color: #3F4342; }

.enter_page__form { display: block; margin: 0 -1%; font-size: 0; }

.input_wrap { margin: 15px 1% 0; }
.input_wrap > p { font: 14px/1.2 "PTSansItalic"; padding-bottom: 5px; }
i.required { font-style: normal; color: #D7000E; }
.input_wrap > input:not([type="submit"]),.input_wrap > textarea,.input_wrap > select { background: #F0F4F5; height: 30px; border-radius: 5px;
    border: 1px solid #CACCCB; width: 100%; display: block; font: 14px/1 "PTSansRegular";
    box-shadow: inset 1px 1px 5px 0 rgba(63,67,66,.25); padding: 0 10px; }
.input_wrap > textarea { height: auto; min-height: 90px; padding: 7px 10px; }
.input_wrap > select { background: #F0F4F5 url(../img/str_select.png) no-repeat 98% 50%; }
.input_wrap > select option { background: #F0F4F5; padding: 4px 10px; }
.half_line { display: inline-block; vertical-align: top; width: 48%;}
.sib_text { display: block; text-align: center; font: 12px/1.2 "PTSansRegular"; padding-top: 5px; margin-bottom: -15px; }
.sib_text a { color: #49B450; text-decoration: underline; }
.sib_text a:hover { text-decoration: none; }
.main_btn { background: #49B450; border:none; display: block; width: auto; margin: 20px auto 0;
    height: 30px; color: #FFF; font: 14px/1 "PTSansBold"; padding: 0 20px; border-radius: 13px; }
/*.clear { display: block; clear: both; }*/
.checkbox_wrap { margin: 15px 1% 0; overflow: hidden; display: inline-block; vertical-align: top; position: relative; }
.checkbox_wrap input { position: absolute; top: -30px; }
.checkbox_wrap p { cursor: pointer; position: relative; padding: 0 10px 0 25px ; font: 14px/1.2 "PTSansItalic";  }
.checkbox_wrap p:before { width: 12px; height: 12px; border: 1px solid #979797;
    border-radius: 3px; content: ""; display: block; position: absolute; top: 0; bottom: 0; margin: auto; left: 0; }

.checkbox_wrap input:checked ~ p:before { background: #49B450; }
@font-face {
    font-family: "PTSansRegular";
    src: url("../fonts/PTSansRegular/PTSansRegular.eot");
    src: url("../fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
    url("../fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "PTSansItalic";
    src: url("../fonts/PTSansItalic/PTSansItalic.eot");
    src: url("../fonts/PTSansItalic/PTSansItalic.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansItalic/PTSansItalic.woff") format("woff"),
    url("../fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "PTSansBold";
    src: url("../fonts/PTSansBold/PTSansBold.eot");
    src: url("../fonts/PTSansBold/PTSansBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/PTSansBold/PTSansBold.woff") format("woff"),
    url("../fonts/PTSansBold/PTSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}






/* ===============> textarea */
.textarea_main {
    float: left;
    width: 397px;
    background: #F5F5F5;
    border: 1px solid #CCCCCC;
    padding: 0;
    position: relative;
}

.text {
    color: #0C3A45;
    margin: 0px;
    float: left;
    width: 395px;
    height: 180px;
    border: 0;
    border-bottom: 1px solid #CCCCCC;
    background: #F4F5F7;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Chrome, Safari, Opera */
    body:first-of-type .text {
        width: 393px;
    }
}

@-moz-document url-prefix() {
    /* Firefox */
    .text {
        width: 397px;
    }
}

#files {
    float: right;
    margin: 0;
    width: 106px;
}

.file_export {
    color: #517F8A;
    float: left;
    position: relative;
    width: 70px;
    height: 25px;
    border: 0;
    border-right: 1px solid #CCCCCC;
    padding: 7px 0;
}

.file_export:hover {
    background: #EAEAEA;
}

.button_input {
    color: #517F8A;
    font: 11px verdana, tahoma;
    width: 70px;
    height: 25px;
    float: left;
    border: 0;
    padding: 4px 0;
    cursor: pointer;
    background: #F5F5F5;
}

.button_input:hover {
    background: #EAEAEA;
}

.div_files {
    position: absolute;
    right: 0px;
    top: 0px;
    opacity: 0;
    filter: alpha(opacity:0);
    width: 110px;
    height: 23px;
    border: 0;
}

.setting_button {
    color: #517F8A;
    font: 11px verdana, tahoma;
    width: 29px;
    height: 20px;
    float: left;
    border: 0;
    border-left: 1px solid #CCCCCC;
    padding-top: 5px;
    padding-left: 10px;
    cursor: pointer;
    opacity: 0.7;
    filter: alpha(opacity:70);
}

.setting_button:hover {
    background: #EAEAEA;
    opacity: 1;
    filter: alpha(opacity:100);
}

#valuetextarea {
    color: #517F8A;
    background: #F5F5F5;
    font: 11px verdana, tahoma;
    width: 35px;
    height: 25px;
    float: left;
    padding: 4px 0;
    cursor: help;
    border: 0;
    border-left: 1px solid #CCCCCC;
}

#setting_import {
    width: 100%;
    height: 44px;
    position: absolute;
    bottom: 26px;
    left: 0px;
    border-top: 1px solid #CCCCCC;
    background: #F6F6F6;
}

.clear {
    font: 11px tahoma, tahoma;
    width: 184px;
    height: 25px;
    color: #517F8A;
    border: 0px;
    border-left: 1px solid #CCCCCC;
    cursor: pointer;
    letter-spacing: 2px;
    background: #F6F6F6;
}

.clear:hover {
    background: #EAEAEA;
}

/* ===============> analiz */
.analiz {
    color: #006633;
    font-size: 10px;
    float: left;
    text-align: center;
    border: 1px solid #CCCCCC;
    margin-right: 2px;
    padding: 7px 0;
    position: relative;
}

.st_bl {
    color: #1D5E6F;
    padding-left: 4px;
    font-size: 10px;
    font-weight: bolder;
}

.liniya {
    height: 1px;
    margin: 14px 0;
    border-top: 1px solid #CCCCCC;
}

.noscript {
    color: #ffffff;
    font-size: 15px;
    height: 24px;
    background: url(/img/noscript.png) repeat;
}


/* ==============> rotalink */
.rotalink_line {
    float: right;
    border-right: 1px solid #49666D;
    font-family: verdana;
    font-weight: bolder;
    letter-spacing: 1px;
}

.linkpanel {
    float: right;
    border-right: 1px solid #49666D;
    font-family: verdana;
    font-size: 9px;
    font-weight: bolder;
    letter-spacing: 0px;
}

/* ==============> content */
.content_text {
    color: #313131;
    font: 14px verdana,arial,tahoma,sans-serif;
    text-align: justify;
    width: 730px;
}

.content {
    min-height: 100%;
    background: url(/img/cont_fon.png) repeat-y center;
}

.content_poisk {
    min-height: 100%;
    margin-bottom: -80px;
    overflow: auto;
    background: url(/img/poisk_fon.png) repeat-y center;
}

.poisk {
    width: 962px;
    margin: 0px 20px;
    background: url(/img/spider.png) no-repeat top left;
}

.cont_center {
    width: 1002px;
    min-height: 100%;
    margin: auto;
    overflow: auto;
    overflow-y: hidden;
}

.cont_shadow {
    width: 990px;
    height: 10px;
    margin: auto;
    background: url(/img/cont_shadow.png);
}

.cont_l {
    padding-top: 5px;
    width: 245px;
    float: left;
}

.menu_top {
    font: 9px verdana, tahoma;
    background: #336666;
    color: #E0E0E0;
    text-transform: uppercase;
    width: 202px;
    padding: 6px 0px;
    margin-left: 18px;
    margin-top: -2px;
    text-align: center;
}

.menu {
    color: #0C3A45;
    font: 9px verdana, tahoma;
    text-transform: uppercase;
    text-align: center;
    width: 202px;
    display: block;
    padding: 8px 0px;
    margin-left: 18px;
    background: url(/img/menu_shadow.png) 4px -4px repeat;
}

.menu:hover {
    color: #006633;
    background: url(/img/menu_shadow.png) 4px 26px repeat;
}

.menu_bottom {
    margin: 0px 0px 89px 19px;
    width: 200px;
    height: 2px;
    background: url(/img/menu_shadow.png) 4px -29px repeat;
}

.context_left {
    overflow: hidden;
    min-height: 190px;
    width: 220px;
}

.context_left .context_left {
    margin: 0px 0px 4px 19px;
}

.apdejty_l {
    color: #0C3A45;
    font: 11px tahoma, verdana;
    text-align: left;
    border-bottom: 1px dashed #A8A8A8;
    width: 233px;
    height: 15px;
    float: left;
    margin: 9px 0px 0px 15px;
    padding-left: 3px;
}

.apdejty_r {
    color: #0C3A45;
    font: 11px tahoma, verdana;
    text-align: right;
    border-bottom: 1px dashed #A8A8A8;
    width: 66px;
    height: 15px;
    float: right;
    margin: 9px 15px 9px 0px;
    padding-right: 3px;
}

.cont_r {
    color: #006633;
    font-size: 11px;
    width: 737px;
    text-align: center;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 95px;
}



/* ==============> pozicii data */

.poz_rez_v {
    z-index: 1;
    opacity: 0.4;
    filter: alpha(opacity:40);
    width: 14px;
    height: 9px;
    background: url(/img/move.png) no-repeat;
    position: absolute;
    top: 5px;
    left: 3px;
    cursor: pointer;
}

.poz_rez_n {
    z-index: 1;
    opacity: 0.4;
    filter: alpha(opacity:40);
    width: 14px;
    height: 9px;
    background: url(/img/move.png) repeat scroll 0px 7pt transparent;
    position: absolute;
    bottom: 3px;
    left: 3px;
    cursor: pointer;
}

.pozkey {
    width: 398px;
    font-weight: bolder;
    padding-left: 25px;
    text-align: left;
}

.dellink {
    z-index: 1;
    font: 13px verdana;
    color: #969EAB;
    position: absolute;
    top: 7px;
    left: 398px;
    cursor: pointer;
}

.numpozstyle {
    width: 150px;
    font-weight: bolder;
}

.danamikapoz {
    color: #0066CC;
    font-size: 8px;
    cursor: help;
    position: absolute;
    top: 2px;
    right: 4px;
}

/* ==============> ?????? ???????? (???????? ?????) */
.zapros {
    width: 408px;
    font-weight: bolder;
    padding-left: 15px;
    text-align: left;
}

.mainzapros {
    overflow: auto;
    padding-top: 2px;
    clear: both;
}

.but_hist {
    cursor: pointer;
    position: absolute;
    top: 2px;
    height: 26px;
    border: 1px solid #CCCCCC;
}

.but_hist:hover {
    background: #F5F5F5;
}

.clearfix {
    width: 700px;
    clear: both;
}

.numpozstyle {
    width: 150px;
    font-weight: bolder;
}

.danamikapoz {
    color: #0066CC;
    font-size: 8px;
    cursor: help;
    position: absolute;
    top: 2px;
    right: 4px;
}

/* ==============> ?????? ???????? (???????? ?????) */
.zapros {
    width: 408px;
    font-weight: bolder;
    padding-left: 15px;
    text-align: left;
}

.mainzapros {
    overflow: auto;
    padding-top: 2px;
    clear: both;
}

.but_hist {
    cursor: pointer;
    position: absolute;
    top: 2px;
    height: 26px;
    border: 1px solid #CCCCCC;
}

.but_hist:hover {
    background: #F5F5F5;
}

.clearfix {
    width: 700px;
    clear: both;
}

/*
	background: #fc0 url(/img/images.png) repeat-y;
	background-repeat:repeat; no-repeat ??? repeat-y. clear:both;
	background-attachment:scroll; background-position:top left;	background:url(img.png) no-repeat scroll 0px 0px;;
	font:14px 'PlayRegular'; font-style:italic; letter-spacing:1px; # ????????? ?????
*/

.logo-holder {
    width: 250px;
    height: 30px;
}

#b-reset_password {
    width: 320px;
    position: absolute;
    top: 45%;
    left: 45%;
    z-index: 101;
    background: white;

}

#b-reset_password__wrapper {
    padding: 10px 15px;
    border: 1px solid #333;

}

#b-background_shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100;
    top: 0;
}

#b-reset_button {
    background: #CCCCCC;
    border-top: 1px solid #666666;
    padding: 10px;
    height: 23px;
}

#b-reset_button button {
    float: right;
}

#b-reset_block__more {
    display: none;
}

#b-reset_link__more {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.blue_n {
    color: #3968ee;
}

.blue {
    font-weight: bolder;
    color: #0066B7;
    text-decoration: underline;
}

.red {
    color: #ee5739;
}

.mysite_block .grey {
    color: #9d9d9d;
}

.blackend {
    height: 1000px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9998;
    background: rgba(50, 50, 50, 0.3);
    display: none;
}

.popup_block,
.add_block {
    border: 1px solid #696969;
    display: none;
    /*     left: 300px; */
    position: absolute;
    /*     top: 100px; */
    width: 337px;
    z-index: 9999;
}

.top_popup {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    overflow: hidden;
    padding: 5px 23px 27px;
}

.bottom_popup {
    background: none repeat scroll 0 0 #F2F2F2;
    display: block;
    height: 37px;
    padding: 17px 16px 0;
    text-align: right;
}

.button_n {
    background: url("../img/btn-bg.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #707070;
    border-radius: 4px 4px 4px 4px;
    display: inline-block;
    font-size: 12px;
    /* font-weight: bold; */
    min-height: 16 pxpx;
    padding: 2px 26px;
    text-align: center;
    cursor: pointer;
    font-family: verdana, tahoma, georgia, sans-serif;
}

.bottom_popup .button_n {
    font-size: 11px;
    padding: 3px 13px;
}

.ttl_popup {
    color: #000000;
    font-size: 14px;
    margin: 14px 0 17px;
}

.tbl_popup .col {
    display: block;
    float: left;
    margin-right: 2px;
    width: 133px;
}

.tbl_popup .col .main {
    font-size: 12px;
    text-align: center;
}

.tbl_popup .col .mainx {
    color: #010101;
    font-size: 11px;
    padding: 5px 0 5px 17px;
    text-align: left;
}

.value_info {
    text-decoration: underline;
    cursor: pointer;
}

.inputtxt,
.selectbox select {
    background: none repeat scroll 0 0 #F4F5F7;
    border: 1px solid #D5D5D5;
    color: #5a5a5a;
    height: 22px;
    width: 99%;
    /*-webkit-appearance: none;*/
    font-family: verdana, tahoma, georgia, sans-serif;
}

.label {
    display: block;
    font-size: 12px;
    margin: 10px 0px;
    /*margin: 10px 15px;*/
}

.triangle-green {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #006633;
    display: inline-block;
    height: 0;
    margin: 4px 0 0;
    vertical-align: top;
    width: 0;
}

#emailRestore {
    width: 166px;
}


.block_ph {
    overflow:hidden;
    border:1px solid #111111;
    border-radius: 9px;
    width:31.4%;
    height:300px;
    margin: 6px;
    float: left;
    box-shadow: 0px 0px 9px -1px #111111 inset;
}

.block_ph:hover {
    border:1px solid #888888;
    box-shadow: 0px 0px 9px -1px #DDDDDD inset;
}

.phtext {
    color: #313131;
    font:14px verdana;
    text-align:justify;
}

.phpth {
    background: none repeat scroll 0 0 #ECECEC;
    border: 1px solid #CCCCCC;
    color: #3F8A64;
    font:14px verdana;
    padding: 5px 13px;
    width:190px;
}
.phprow {
    border: 1px solid #CCCCCC;
    color: #2E2E2E;
    font:14px verdana;
    padding: 7px 0;
    padding: 5px 13px;
    width:180px;
    background: #FFFFFF;
}

.phprow > div{
    height:12px;
    background:#296776;
}

.phdot {
    font:14px Verdana;
    margin:0 10px;
    padding:0;
    border-bottom: 1px dotted #006633;
    color:#006633;
}

.phdot:hover {
    border: none;
}

.bigbutton {
    background:#175145;
    position:relative;
    height:40px;
    cursor: pointer;
    font: 16px arial,verdana,tahoma ;
    height: 35px;
    width: 100%;
    margin: 4px auto;
    text-transform: uppercase;
    color:#DDDDDD;
    border:0px none;
}
.bigbutton:hover {
    background:#278874;
}

.article-box {
    width:335px;
    height:30px;
    float:left;
    border:1px solid #CCCCCC;
    margin: 5px 10px;
    padding: 3px 0 0;
    font:bold 16px verdana,arial;
    color:#245967;
}
.article-box:hover {
    background: #DDDDDD;
    text-decoration:underline;
}
.article-short {
    text-align:left
}
.article-short a{
    font:bold 16px verdana,arial;
    color:#245967;

}
.article-short a:hover{
    text-decoration:underline;
}
.small {
    font:12px verdana,arial !important;

}
.article-short span {
    background: none repeat scroll 0 0 #DDDDDD;
    margin-right: 4px;
    padding: 3px 8px;
    color: #333333;
    font: 12px/18px verdana,arial !important;
}
.article-last {
    text-transform:uppercase;
    font:bold 16px verdana,tahoma,georgia,sans-serif;
}

.block_rs {
    border: 1px solid #111111;
    border-radius: 9px;
    box-shadow: 0 0 9px -1px #111111 inset;
    float: left;
    height: 130px;
    width: 234px;
    margin: 0 3px 20px;
    overflow: hidden;

}
.block_rs:hover {
    border: 1px solid #888888;
    box-shadow: 0 0 9px -1px #DDDDDD inset;
}
.caption {
    background: none repeat scroll 0 0 rgba(0, 59, 47, 0.80);
    border-radius: 8px 8px 0 0;
    color: #FFFFFF;
    font: 16px/16px Tahoma, sans-serif;
    left: 0;
    padding: 3px 3%;
    position: absolute;
    top: 0;
    width: 95%;
}
.caption:hover {
    background: none repeat scroll 0 0 rgba(0, 119, 95, 0.85);
}
.block_rs a {
    display: block;
    position: relative;
}

.article-preview {
    float:left;
    margin:16px 8px 8px 0;
    height: 130px;
    width: 234px;
}

.article-preview.movebo-land {
    background: url('https://movebo.ru/img/logos-projects.jpg') no-repeat;
    background-size: cover;
    width: 100px;
    height: 120px;
    margin-left: 30%;
    margin-top: 5px;
}
#movebo-social {
    background-position: -320px 0;
    margin-left: 36%;
}
#movebo-links {
    background-position: -115px 0;
}
#movebo-se {
    background-position: -15px 0;
}


.cookie-link{
    text-transform: none !important;
    position: relative;
    top: 65px;
    right: 220px;
    height: 0;
}

.cont_l .menu img {
    vertical-align: middle;
    padding-left: 5px;
}

.mobtiz {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 99999;
    background: rgba(255,255,255,0.9);
    padding: 2px;
    box-sizing: border-box;
}

#mobtiz a{
    border: 1px solid black;

}

#send, .mbtn {
    font: 11px verdana, tahoma;
    color: #0C3A45;
    text-transform: uppercase;
    cursor: pointer;
    width: 154px;
    height: 35px;
    border: 0;
    background: url(/img/button.png) 0 0 no-repeat;
    margin: 4px auto;
}

#send:hover,
.mbtn:hover {
    background: url(/img/button.png) 0 -35px no-repeat;
}

.bold {
    text-transform: uppercase;
    font: bolder 10px verdana, tahoma;
}


#doc {
    padding:0px;
    margin-left:0px;
}

#outtable td { padding: 5px; }
.outtable-button { width: 40px; text-align: center; line-height: 20px; font: normal 17px arial; color: #a675b3; }
table.dtable, table.ntable { border: 1px #ccc solid; border-collapse:collapse; padding: 5px;}
table.dtable th, table.dtable td, table.ntable th, table.ntable td  { border: 1px #ccc solid; border-collapse:collapse; padding: 6px; width: 20px; font-weight:normal;}
table.dtable th, table.ntable th { text-align:center }
table.dtable td:hover {background-color: rgba(124, 125, 125, 0.89);}

table.calc, .calc2 {
    border-spacing: 0px;
    border-collapse: separate;
    background: #e8e8e8;
    border:1px #ddd solid;
    border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}
table.calc td, .calc2 td {
    padding: 2px;
    border-width: 0px;
    border-style: none;
    background: #e8e8e8;
}


.table-striped {}
.table-striped tr {padding: 10px;}
.table-striped td {padding: 10px; text-align: left; border: 1px solid #ccc;}

.copyButton {
    display: inline-block; /* �������-������� ������� */
    padding: 5px 20px; /* ��������� ���� */
    text-decoration: none; /* ������� ������������� � ������ */
    cursor: pointer; /* ������ � ���� ���� */
    background: #deefff; /* ��� ��� ���������, �� �������������� �������� */
    /* �������� */
    background: -moz-linear-gradient(top, #deefff 0%, #fdfdfe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#fdfdfe));
    background: -webkit-linear-gradient(top, #deefff 0%,#fdfdfe 100%);
    background: -o-linear-gradient(top, #deefff 0%,#fdfdfe 100%);
    background: -ms-linear-gradient(top, #deefff 0%,#fdfdfe 100%);
    background: linear-gradient(top, #deefff 0%,#fdfdfe 100%);
    border-radius: 10px; /* ��������� ������ */
    border: 1px solid #49B450; /* ��������� ����� ����� */
    font: 12px/1 Arial, sans-serif; /* �������� ����� */
    color: #49B450; /* ���� ������ � ������ */
}



.r-steps{
}

.r-steps-step{
    margin: 20px 0;
    text-align: left;
    padding: 10px 15px 10px 15px;
    list-style: none;
    background: rgba(204,153,51, 0.3);
    border: 1px solid rgba(204,153,51, 0.7);
    box-sizing: border-box;
    border-left-width: 3px;
}



.r-steps-step:last-child,
.r-steps-step.r-steps-step-success{
    background:  rgba(204,255,0, 0.2);
    border-color:  rgba(204,255,0, 0.7);
}

.r-steps-step.r-steps-step-usual {
    background: rgba(204,153,51, 0.3);
    border: 1px solid rgba(204,153,51, 0.7);
}
.r-steps-step.r-steps-step-error{
    background: rgba(255,0,0, 0.2);
    border-color: rgba(255,0,0, 0.6);
}

.r-steps-step-title{
    font-size: 110%;
}

.r-steps-step-line{
    margin: 5px 0;

}

.alert-msg{
    text-align: left;
    background: rgba(255,0,0, 0.2);
    border: 1px solid rgba(255,0,0, 0.7);
    box-sizing: border-box;
    border-left-width: 3px;
    padding: 20px;
    margin: 20px 0;
}
.alert-msg p{
    margin: 7px 0;
}

.image_container{
    position: relative;
}
.image_container img{
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

#knob{
    position: absolute;
    top: 0;
    left: 0;
}
#knob textarea{
    opacity: 0.8;
   /* width: 200px;
    height: 100px;*/
    /*line-height: 40px;*/
    font-size: 20px;
    padding: 0;
    background: none;
    display: inline-block;
    background: #fff;
    font-family: 'OpenSansRegular';
    min-width: 150px;
}

#knob span{
    cursor: move;
    background: url(../img/i-move.png) center center no-repeat;
    border: 1px solid rgba(0,0,0,0.6);
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;

}


.orf-replacement{
    color: red;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.orf-replacement:hover:before{
    content: '��������';
    display: block;
    position: absolute;
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 13px;
    color: #fff;
    top: -20px;
    background: rgba(0,0,0,0.6);


}


.form-input{
    width:100%; height:40px; box-sizing: border-box; padding: 5px 10px; color:#0C3A45; border:1px solid #D5D5D5; background:#F4F5F7;
}

.article-block {
    width: 210px;
    height: auto;
    padding-left: 10px;
    padding-top: 14px;
}
.article-block img{
    width: 40px;
    height: 40px;
    margin-right: 9px;
    object-fit: cover;
}
.article-block .article-title {
    width: 150px;
    position: relative;
    /*font-family: PT Sans;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    font-size: 13px;
    line-height: 16px;
    color: #5b5f5e;
    margin-bottom: 4px;
}
.article-block .article-title a:hover {
    text-decoration: underline;
    color: #49B450;
}
.article-block .article-date {
    position: relative;
    /*font-family: PT Sans;*/
    /*font-style: normal;*/
    /*font-weight: normal;*/
    font-size: 12px;
    line-height: 2.1;
    color: #9da1a0;
}