﻿/*
БЕКАП ДО СМЕНЫ ШРИФТА
*/

/*
    #vertical_block_11 - Логотип в футере сайта в сером цвете
    #vertical_block_12 - Меню пре футера сайта
    #vertical_block_13 - Форма поиска в футере сайта
	#vertical_block_15 - меню статей на главной странице сайта


*/
/*@font-face {
	font-display: swap;
    font-family: 'SegoeUIRegular';
    src: url('fonts/SegoeUIRegular.eot');
    src: url('fonts/SegoeUIRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUIRegular.woff2') format('woff2'),
        url('fonts/SegoeUIRegular.woff') format('woff'),
        url('fonts/SegoeUIRegular.ttf') format('truetype'),
        url('fonts/SegoeUIRegular.svg#SegoeUIRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-display: swap;
    font-family: 'SegoeUISemibold';
    src: url('fonts/SegoeUISemibold.eot');
    src: url('fonts/SegoeUISemibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUISemibold.woff2') format('woff2'),
        url('fonts/SegoeUISemibold.woff') format('woff'),
        url('fonts/SegoeUISemibold.ttf') format('truetype'),
        url('fonts/SegoeUISemibold.svg#SegoeUISemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*Основные настройки*/
body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-size: 14px;
    color: #1a3038;
    line-height: 1.65;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
p, div, ul {
    padding: 0px;
    margin: 0px;
}
em, i {
   /* font-family: "Alegreya Sans";*/
    /*font-size: 95%;
    font-weight: 300;*/
}
.auto-clear:after  {
    content: "";
    display: table;
    clear: both;
}
#maket {
    font-family: 'Nunito', sans-serif;
    margin: 0px auto;
    background-image: url('../img/back_pattern_1.png');
}
.semibold {
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.clear {
    clear: both;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.first {
    margin-left: 0px !important;
}
.thumb {
    background: #666464;
}
.thumb img:hover {
    opacity: 0.7;
}
.no_indent {
    margin-bottom: 0px !important;
}
a:hover {
    text-decoration: none;
}
/* Базовые стили для часто используемых элементов */
.post_date {
    margin-bottom: 5px;
    font-size: 89%;
    color: #999;
}
.post_date img {
    margin-right: 3px;
    margin-bottom: 3px;
}
.mainpage_read_more {
    height: 16px;
}
.read_more a {
    color: #555;
    text-decoration: none;
    padding-right: 20px;
    padding-bottom: 3px;
    background: url('../img/read_more_grey.png') 100% 60% no-repeat;
}
.read_more a:hover {
    color: #FF6825; 
    background: url('../img/read_more_orange.png') 100% 60% no-repeat;
}
.menu a {
    text-decoration: none;
}
.menu li {
    display: inline-block;
}
/*стили содержанрия*/
#toc_container {
    background: #f5f5f5;
    border: 1px solid #e3eaf0;
    padding: 15px 0 20px 0;
    margin-bottom: 20px;
}
#toc_container .toc_title {

    font-size: 110%;
    text-align: center;
    font-weight: bold;
}
#toc_container .toc_list li {
    list-style: none;
    padding: 2px 0;
}
#toc_container .toc_list li a {
    border-bottom: 1px dotted #bdbdbe;
}
#toc_container .code-block {
    display: none;
}

/* СТИЛИ ХЕДЕРА САЙТА */
#topheader_cont {
    padding-bottom: 20px;
}
#topheader {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
}
#topheader_cont:after {
    content: "";
    display: table;
    clear: both;
}

/* Стили дополнительного верхнего меню */
#doptop_menu_cont {
    background-color: #28a8d2;
    color: #fff;
    margin-bottom: 20px;
    float: right;
    width: 46%;
}
#doptop_menu_cont ul, #doptop_menu_cont ul li {
    float: left;
}
#doptop_menu_cont ul li {
    padding: 4px 10px 5px;
}
#doptop_menu_cont ul li:hover {
    background:#3eb1d7
}
#doptop_menu_cont ul li a {
    font-family: sans-serif;
    line-height: 20px;
    color: #fff;
}
header #searchform {
    width: 48%;
    float: right;
}
header #searchform {
    background: #3eb1d7;
}
header #searchform #s {
    border: none;
    padding: 5px 27px 5px 10px;
    color: #fff;
    font-size: 14px;
    width: 67%;
    height: 18px;
    background: transparent;
}
.LetterForm .input_text {
    color: #fff;
}
header #searchform #s::-webkit-input-placeholder {color:#ffffff;}
header #searchform #s::-moz-placeholder          {color:#ffffff;}
header #searchform #s:-moz-placeholder           {color:#ffffff;}
header #searchform #s:-ms-input-placeholder      {color:#ffffff;}
header #searchform #searchsubmit {
    box-shadow: none;
    border: none;
    cursor: pointer;
    width: 32px;
    background: #3eb1d7 url('../img/zoom_white.png') 50% 50% no-repeat;
    text-indent: -999em;
    padding: 6px;
}
header #searchform #searchsubmit:hover {
    background: #1c7592 url('../img/zoom_white.png') 50% 50% no-repeat;
    transition: all 0.3s ease-in-out 0s;
}
/* Стили блока с логотипом */
#logo_cont {
    float: left;
    min-height: 30px;
    /*width: 23.5%;*/
    width: 29.5%;
}
#logo_cont .logo {
    margin: 37px 0 0;
}
/* Стили верхних баннеров сайта НОВЫЕ */
#new_topbanners_cont {
    margin-left: 2.5%;
    float: right;
    min-height: 30px;
    width: 74%;
    width: 68%;  
}
#new_topbanners_cont > div {
    float: right;
    min-height: 65px;
}
#new_topbanners_cont img {
    float: left;
    margin: 0 1em 0 0;
}
.new_topbanner_cont > div {
   min-height: 65px;   
}
.new_topbanner_1 img {
    height: 60px;
	max-width: none;
	margin-right: 0 !important;
}
.new_topbanner_2 {

    margin-right: 1px; 
	width: 38%;	
}
.new_topbanner_2 p {
    padding-top: 12px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 0;
}
.new_topbanner_1 p {
    padding-top: 12px;
    font-size: 130%;
    /* font-size: 150%;*/
    color: #fff;
    overflow: hidden;
    margin-bottom: 0;
}
.new_topbanner_1_icon {
    margin-top: 8px !important;
}

/* Стили верхних баннеров сайта */
.new_topbanner {
	margin-left: 2.5%;
	float: right;
}
#topbanners_cont {
    margin-left: 2.5%;
    float: right;
    min-height: 30px;
    width: 74%;
    width: 68%;  
}
#topbanners_cont > div {
    float: right;
    min-height: 65px;
    width: 48%;
}
#topbanners_cont img {
    float: left;
    margin: 0 1em 0 0;
}
.topbanner_cont > div {
   padding: 0px 2em;
   min-height: 65px;
   font-size: 150%;
}
.topbanner_1 {
    background: #ff6825;
}
.topbanner_2 {
    background: #8eb60b;
    margin-right: 1px;    
}
.topbanner_2 p {
    padding-top: 12px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 0;
}
.topbanner_1 p {
    padding-top: 12px;
    color: #fff;
    overflow: hidden;
    margin-bottom: 0;
}
.topbanner_1_icon {
    margin-top: -7px !important;
}
.topbanner_2_icon {
    margin-top: -7px !important;
}
/* Стили основного верхнего меню сайта */
#top_menu_cont {
    background: #f0f4f7;
    position: relative;
    z-index: 10;
    height: auto;
    margin: 0;
    border-bottom: 1px solid #e8e9eb;
    margin-bottom: 20px;
    width: 100%;
}
#top_menu_cont:after {
    content: "";
    display: table;
    clear: both;
}
#top_menu {
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
}
/* Стили меню первого уровня */
#top_menu .navi > li, #top_menu .main > li {
    float: left;
    height: 59px;
    padding: 0;
    position: relative;
    transition: all 0.2s ease-out 0s;
    margin-right: 1px;
}
#top_menu .navi > li > a, #top_menu .main > li > a  {
    margin: 0;
    line-height: 30px;
    padding: 14px 25px 15px;
    color: #153242;
    font-size: 128.6%;
    display: block;
}
#top_menu .navi > li:hover, #top_menu .main > li:hover {
    background: #ff6825;
}
#top_menu .navi > li:hover > a, #top_menu .main li:hover > a  {
    color: #fff;
}
#top_menu .navi > li.havechild, #top_menu .main > li.menu-item-has-children {
    background: url('../img/arrow_down_black.png') 96% 56% no-repeat;
}
#top_menu .navi > li.havechild:hover, #top_menu .main > li.menu-item-has-children:hover {
    background: url('../img/arrow_down_white.png') 96% 56% no-repeat #ff6825;
}
#top_menu .navi > li.active, #top_menu .main > li.current-menu-item {
    background: #153242;
    border-top: 3px solid #ff6825;
    height: 56px;
}
#top_menu .main > .menu-item-has-children.current-menu-item {
	background: url('../img/arrow_down_white.png') 96% 56% no-repeat #153242;
}
#top_menu .navi > li.active > a, #top_menu .main > li.current-menu-item > a {
    color: #fff;
}
#top_menu .navi > li.home, #top_menu .main > li.menu-item-home {
    background: url('../img/home_black.png') 10% 50% no-repeat;
    padding-left: 10px;
}
#top_menu .navi > li.home:hover, #top_menu .main > li.menu-item-home:hover {
    background: url('../img/home_white.png') 10% 50% no-repeat #ff6825;
}
#top_menu .main .menu-item-home.current-menu-item {
    background: url('../img/home_white.png') 10% 50% no-repeat #153242;
}
/* Стили для меню второго уровня */
#top_menu .navi ul.subnavi, #top_menu .main ul.sub-menu {
    background: #f3f3f3;
    border-bottom: 5px solid #e2e6e7;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    width: 230px;
    position: absolute;
    top: 59px;
    z-index: 10;
    padding: 10px;
    left: 0px;
}

#top_menu .navi ul.subnavi > li, #top_menu .main ul.sub-menu > li {
    padding: 1px 0;
    background: url('../img/arrow_right_black.png') 10% 56% no-repeat;
		display: block;
}
#top_menu .navi ul.subnavi > li:hover, #top_menu .main ul.sub-menu > li:hover {
    background: url('../img/arrow_right_white.png') 10% 56% no-repeat;
    background-color: #ff6825;
}
#top_menu .navi ul.subnavi > li a:hover, #top_menu .main ul.sub-menu > li a:hover {
    color: #fff;
}
#top_menu .navi ul.subnavi > li > a, #top_menu .main ul.sub-menu > li > a {
    display: block;
    margin: 0;
    padding: 6px 20px 6px 35px;
    color: #555;
    font-size: 100%;
    text-transform: none;
    line-height: 24px;
}
.sub-menu {
    display: none;
}

@media screen and (min-width: 960px) {
.menu-item-has-children:hover .sub-menu {display: block;}
}
	
/* Стили основной рабочей области */
.horizont_line_cont {
    margin-bottom: 20px;
}
.horizont_line_cont:after, .horizont_line:after {
    content: "";
    display: table;
    clear: both;
}
.horizont_line {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
  
}
.vertical_block {
    margin-left: 2.5%;
    float: left;
}
.vertical_block:first-child {
    margin-left: 0;
}
.vertical_box {
    margin-bottom: 20px;
}

/* Стили футера сайта */
#horizont_line_5_cont {
    padding: 10px 0;
    background: #f1f4f6;
    border-top: 1px solid #cbd8df;
}
#vertical_block_12 ul.pre_footer_menu li {
    padding: 6px 14px;
}
#vertical_block_12 ul.pre_footer_menu li:hover {
    background: #ff6825;
    cursor: pointer;
}
#vertical_block_12 ul.pre_footer_menu li:hover a {
    color: #fff;
}
#vertical_block_12 ul.pre_footer_menu li a {
    display: inline-block;
    color: #555;
}


#vertical_block_13 #searchform {
    background: #153242;
}
#vertical_block_13 #searchform #s {
    border: none;
    padding: 5px 10px;
    color: #ccc;
    font-size: 13px;
    height: 18px;
    background: transparent;
}
#vertical_block_13 #searchform #searchsubmit {
    box-shadow: none;
    border: none;
    cursor: pointer;
    width: 32px;
    background: #214f69 url('../img/zoom.png') 50% 50% no-repeat;
    text-indent: -999em;
    padding: 6px;
}
#vertical_block_13 #searchform #searchsubmit:hover {
    background: #1c7592 url('../img/zoom_white.png') 50% 50% no-repeat;
    transition: all 0.3s ease-in-out 0s;
}


#horizont_line_6_cont {
    padding: 10px 0;
    background: #153242;
    padding-top: 30px;
}
#vertical_block_14 {
    width: 100%;
}
#vertical_block_15 {
	
}
/*Блог FAQ на главной - виджет*/
#horizont_line_7 {

}
#horizont_line_7_cont {

}
#vertical_block_16 {
	width: 100%;
}
.faq_list {
}

.like_h2_main_page {
    font-size: 130%;
    border-bottom: 2px solid #8a99a0;
    font-weight: normal;
    margin-bottom: 5px;
}
.faq_list div.faq_iteam {
	margin-bottom: 25px;
}
.faq_list div.faq_iteam:last-child {
	margin-bottom: 0 !important;
}
.faq_list div.faq_iteam .otvet a {
	color: #555;
	text-decoration: none;
	padding-right: 20px;
	padding-bottom: 3px;
	background: url('../img/read_more_grey.png') 100% 60% no-repeat;
}
.faq_list div.faq_iteam .otvet a:hover {
	color: #FF6825;
	background: url('../img/read_more_orange.png') 100% 60% no-repeat;
}
.faq_list div.faq_iteam .title {

}
.faq_list div.faq_iteam .title a {
	text-decoration: none;
	color: #555;
}

.faq_list div.faq_iteam .title a:hover {
	color: #FF6825;
}


.socialGroups li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}
.socialGroups img {
	height: 40px;
	opacity: 0.7;
}
.like_h3_footer {
    font-size: 128%;
    margin-bottom: 15px;
    color: #ccc;
}

.footer_menu li {
    padding: 5px 0 3px 25px;
    margin: 0 10px;
    background: url('../img/arrow_right_gray.png') 3% 60% no-repeat;    
}
.footer_menu li:hover {
    background: #1b4155 url('../img/arrow_right_orange.png') 3% 60% no-repeat;    
}

.footer_menu a {
    color: #ccc;
    text-decoration: none;
}
.footer_menu li:hover a {
    color: #FF6825;
}
#copyright_widget p {
    color: #ccc;
    margin-bottom: 10px;
}
#copyright_widget a {
    color: #FFF;    
}
.comodo {
width: 120px;
float: right;
margin-top: -35px;
}
.footerTable {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
	vertical-align: middle;
	color: #ccc;
}
.footerTableTd1 {
	width: 50px;
}
.footerTableTd2 {
	width: 70%;
}
.nameInFooter {
	color: white;
	font-weight: bolder;
}
.spravlink {
	background-color: #d3d3d3;
	border: 2px #7F7F7F dashed;
	border-radius: 5px;
	padding-left: 15px !important;
}
.spravlink a {
	text-decoration: none !important;
	color: #282828 !important;
	border-bottom: 1px #282828 dotted !important;
}
.example {
position:relative;
text-indent: 0px !important;
padding:7px !important;
margin:30px 0 30px 0;
background:#fff;
-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.example:before,
.example:after {
content:"";
position:absolute;
z-index:-2;
}
.appLinks {
	line-height: 31px;
	border-bottom: 1px solid #bcbbbb;
	border-top: 1px solid #b2afac;
	width: 100%;
	text-align: center;
	padding-top: 16px;
	background-color: #f7f7f7;
}
.appLinks a {
	width: 138px;
	height: 41px;
	display: block;
	margin: 0 auto;
}
.appLinks a.app-android {
	background-image: url('../img/mobile_prilog.png');
	background-position: 0 0;
}
.appLinks a.app-ios {
	background-image: url('../img/mobile_prilog.png');
	background-position: 0 50%;
}

table.credTrebTable {

}
table.credTrebTable tr td {
    border-top: 6px solid white;
}
table.credTrebTable tr td {
    background: #d8d8d8;
}

table.credTrebTable tr:nth-child(even) td{
	background: #f3f3f3;
}
table.credTrebTable tr td:first-child {
    text-align: right;
    font-weight: bolder;
}
table.credTrebTable td {
    color: #383838;
    padding: 10px 12px;
    transition: .3s;
    font-size: 95%;
}
table.credTrebTable tr:hover td {
    background: #e2e2e2;
    cursor: pointer;
}

table.credTrebTable tr:nth-child(even):hover td{
	background: #fbfbfb;
}

/* Блок инструментов на главной */
a.tool-list-title {display: block; font-size: 130%; border-bottom: 2px solid #8a99a0; font-weight: normal; text-decoration: none; color: #1a3038; margin-bottom: 15px; line-height: 1.65;}
ul.tool-list {display: flex; flex-wrap: wrap; border-bottom: 1px solid #F1F1F1; border-right: 1px solid #F1F1F1; list-style: none} 
ul.tool-list li {width: 33.33%; border-left: 1px solid #f1f1f1; border-top: 1px solid #f1f1f1; box-sizing: border-box; padding: 12px 0 20px; text-align: center; position: relative;}
ul.tool-list li a {display: block; font-size: 12px; font-weight: bold; text-align: center; text-decoration: none; text-transform: uppercase; letter-spacing: 0.5px; color: #555555; line-height: 15px;}
ul.tool-list li a:before {content: ''; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
ul.tool-list li a span {display: block; font-size: 10px; color: #FF6825;}
ul.tool-list li img {width: 80%;}