@charset "utf-8";
@import url(reset.css);
@import url(style-general.css);
@import url(../fonts/font-stylesheet.css);



html {
    font-size: 12px;
    height: 100%;
    margin-top:0!important;
}

body {
    font-family: 'proba_pro_regular';
    color: #525d65;
    min-width: 320px;
    height: 100%;
}

.wrapper {
    position: relative;
    max-width: 1184px;
    margin: 0 auto;
}

.wrapper::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}


header {
    position: relative;
}

header .header-top {
    position: absolute;
    box-sizing: border-box;
    padding: 0 10px;
    top: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    margin-top: 25px;
}

.nav {
    margin-left: -190px;
}

header .header-top .nav > li {
    float: left;
    position: relative;
}

header .header-top .nav > li > a {
    display: block;
    font-family: 'proba_pro_semibold';
    color: #fff;
    font-size: 0.9375rem;
    padding: 10px 9px 10px 4px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

header .header-top .nav > li > a:hover {
    border-bottom: 1px solid #F0592B;
}

header .header-top .nav > li > ul {
    position: absolute;
    left: -50px;
    top: 99%;
    padding-top: 15px;
    display: none;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

header .header-top .nav > li > ul:before {
    content:'';
    display: block;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: 7px;
    left: 71px;
}

header .header-top .nav > li:hover > ul {
    display: block;
}

header .header-top .nav > li > ul > li {
    position: relative;
    background: #fff;
    box-sizing: border-box;
    width: 270px;
    height: 56px;
    line-height: 56px;
    border-left: 6px solid transparent;
    font-size: 16px;
    padding-left: 8px;
}

header .header-top .nav > li > ul > li:hover:after {
    content:'\003e';
    display: block;
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 24px;
    color: #F0592B;
    line-height: 1;
    font-family: 'proba_pro_bold';
} 

header .header-top .nav > li > ul > li:hover {
    border-left: 6px solid #F0592B;
    background: #EBEBEB;
}

header .header-top .nav > li > ul > li > ul {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 0 0px;
}

header .header-top .nav > li > ul > li > ul > li {
    position: relative;
    box-sizing: border-box;
    width: 330px;
    height: auto;
    line-height: 1.2;
    font-size: 16px;
    background: #fff;
    display: none;
}

header .header-top .nav > li > ul > li:hover > ul > li {
    display: block;
}

header .header-top .nav > li > ul > li > ul > li a {
    display: block;
    height: 56px;
    box-sizing: border-box;
    color: #525d65;
    padding: 18px 15px 0 23px;
    background: #EBEBEB;
    
    text-decoration: none;    
}

header .header-top .nav > li > ul > li > ul > li a:hover {
    color: #F0592B;
}

header .header-top .nav > li > ul > li > div > a {
    display: block;
    height: auto;
    box-sizing: border-box;
    color: #525d65;
    padding: 0;
    text-decoration: none;
}

header .header-top .nav > li > ul > li > div > a:hover {
    color: #F0592B;
}

header .header-top .tel-zak {
    text-align: center;
    font-family: 'proba_pro_semibold';
}

header .header-top .tel-zak .tel {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 14px;
}

header .header-top .tel-zak .zak {
    width: 100%;
    height: 32px;
    padding: 0 4px;
    min-width: 110px;
    box-sizing: border-box;
    border: 2px solid #EB572A;
    border-radius: 3px;
    line-height: 26px;
    font-size: 0.9em;
    color: #EB572A;
    cursor: pointer;
    transition: ease .3s;
}

header .header-top .tel-zak .zak:hover {
    background: #EB572A;
    color: #fff;
}

header.header-about-company .block-text-wrap {
    width: 1240px;
    margin: 0 auto;
    padding: 205px 0 0 676px;
    box-sizing: border-box;
}

header.header-about-company .block-text {
    line-height: 1.2;
}

header.header-about-company .block-text .name {
    font-family: 'proba_pro_bold';
    font-size: 36px;
    color: #F0592B;
    text-transform: uppercase;
}

header.header-about-company .block-text .status {
    font-size: 36px;
    color: #F0592B;
    margin-bottom: 28px;
}

header.header-about-company .block-text .author {
    font-family: 'proba_pro_medium';
    font-size: 24px;
    color: #fff;
}


/*==================================================================*/


footer {
    background: #505050;
	text-align:left;
}


footer .footer-in nav a {
    display: inline-block;
    font-family: 'proba_pro_semibold';
    color: #fff;
    font-size: 15px;
    margin-right: 12px;
    text-decoration: none;
}

footer .footer-in .tel-zak {
    top: 25px;
    right: 44px;
    text-align: center;
    font-family: 'proba_pro_semibold';
}

footer .footer-in .tel-zak .tel {
    font-size: 24px;
    color: #fff;
    margin-bottom: 14px;
}

footer .footer-in .tel-zak .zak {
    width: 174px;
    height: 32px;
    box-sizing: border-box;
    border: 2px solid #EB572A;
    border-radius: 3px;
    line-height: 26px;
    font-size: 14px;
    color: #EB572A;
    cursor: pointer;
}

footer .footer-in .tel-zak .zak:hover {
    background: #EB572A;
    color: #fff;
}

footer .footer-in .address {
    
}

footer .footer-in .address p {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
}

footer .footer-in .address .soc {
    float: right;
}

footer .footer-in .address .soc a {
    float: right;
    margin-left: 10px;
}



/*===============================================================*/


.page-main {
    height: auto;
}

.page-main .block1 {
    background: #F4F4F4;
    text-align: center;
}

.page-main .block1 .four-blocks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.page-main .block1 .four-blocks > li {
    width: 18%;
    padding: 13px 20px 20px 20px;
    box-sizing: border-box;
    background: #fff;
    margin: 0 7px 5px 7px;
    text-align: left;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    position: relative;
}

/*.page-main .block1 .four-blocks > li:last-child {
    margin-right: 0;
}*/

.page-main .block1 .four-blocks > li h3 {
    font-family: 'proba_pro_semibold';
    font-size: 1em;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 13px;
    padding-right: 40px;
}

.page-main .block1 .four-blocks > li ul {
    display: none;
    margin-left: 12px;
}

.page-main .block1 .four-blocks > li.is-open ul {
    display: block;
}

.page-main .block1 .four-blocks > li ul li {
    position: relative;
    font-size: .9em;
    line-height: 1.2em;
    margin-bottom: 14px;
}

.page-main .block1 .four-blocks > li ul li:before {
    content:'';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #F0592B;
    position: absolute;
    top: 7px;
    left: -12px;
}

.page-main .block1 .four-blocks > li ul li a {
    color: #9a9bab;
    text-decoration: none;
}

.page-main .block1 .four-blocks > li ul li a:hover {
    color: #F0592B;
}

.page-main .block1 h2 {
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    padding: 81px 0 10px;
}

.page-main .block1 .c2 {
    font-size: 24px;
    margin-bottom: 104px;
}

.page-main .block1 .points {
    max-width: 1280px;
    margin: 0 auto;
}

.page-main .block1 .points:after {
    content:'';
    display: block;
    clear: both;
}

.page-main .block1 .points > li {
    float: left;
    width: 370px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
    /*margin-right: 20px;*/
    margin-bottom: 89px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/*.page-main .block1 .points > li:nth-child(3n) {
    margin-right: 0px;
}*/

.page-main .block1 .points > li > img {
    position: absolute;
    left: 50%;
    margin-left: -46px;
}

.page-main .block1 .points > li .cell {
    font-size: 1.1em;
    line-height: 1.2em;
}

/*.page-main .block1 .points > li:nth-child(1) .cell {
    padding-top: 87px;
} 

.page-main .block1 .points > li:nth-child(2) .cell {
    padding-top: 65px;
} 

.page-main .block1 .points > li:nth-child(2) .cell ul {
    display: inline-block;
    margin-top: 10px;
}

.page-main .block1 .points > li:nth-child(2) .cell ul li {
    text-align: left;
    font-size: 14px;
    margin-bottom: 3px;
}

.page-main .block1 .points > li:nth-child(2) .cell ul li img {
    vertical-align: middle;
    margin-right: 2px;
}

.page-main .block1 .points > li:nth-child(3) .cell {
    padding-top: 87px;
} 

.page-main .block1 .points > li:nth-child(4) .cell {
    padding-top: 87px;
} 

.page-main .block1 .points > li:nth-child(5) .cell {
    padding-top: 87px;
} 

.page-main .block1 .points > li:nth-child(6) .cell {
    padding-top: 87px;
} */



.page-main .block2 {
    text-align: center;
    background: #fff;
    padding-bottom: 43px;
}

.page-main .block2 h2 {
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    padding: 35px 0 30px;
}

.page-main .block2 .clients .logos {
    margin: 0 auto;
    height: 101px;
    overflow: hidden;    
}

.page-main .block2 .clients {
    position: relative;
}

.page-main .block2 .clients .arrow {
    background: #f0592b none repeat scroll 0 0;
    border-radius: 100%;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: "proba_pro_bold";
    font-size: 43px;
    height: 34px;
    line-height: 27px;
    margin-top: -17px;
    position: absolute;
    top: 50%;
    width: 34px;
    z-index: 5;
}

.page-main .block2 .clients .arrow.left {
    left: 0;
}

.page-main .block2 .clients .arrow.right {
    right: 0;
}


.page-main .block3 {
    background: url(../images/page-index/fon1.jpg) no-repeat center top;
    color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-main .block3-in {
	text-align:left;
}

.page-main .block3 .c1 {
    font-size: 36px;
    padding: 71px 0 11px;
}

.page-main .block3 .c2 {
    font-family: 'proba_pro_semibold';
    font-size: 48px;
    margin-bottom: 24px;
}

.page-main .block3 .c3 {
    width: 113px;
    height: 10px;
    background: #F0592B;
    margin-bottom: 53px;
}

.page-main .block3 .c4 {
    font-family: 'proba_pro_medium';
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 65px;
}

.page-main .block3 form input {
    width: 100%;
    border-radius: 5px;
    text-align: left;
    box-sizing: border-box;
}
.page-main .block3 form textarea {
    border-radius: 5px;
    margin-top:5px;
    font-size: 1em;
    padding: 10px;
    text-align: left;
	font-family: inherit;
    box-sizing: border-box;
	overflow: auto;
	resize: none;
}

.page-main .block3 form input[type="submit"] {
    background: #F0592B;
    color: #fff;
    text-align: center;
    font-family: 'proba_pro_semibold';
    cursor: pointer;
}

.page-main .block3 form input[type="submit"]:hover {
    background: #F67B58;
}

/*===============================================================*/


.page-obyazatelniy-audit .block-info .table-elem1 {
    margin: 64px auto 0;
}

.page-obyazatelniy-audit .block-info .table-elem1 tr td {
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.page-obyazatelniy-audit .block-info .table-elem1 tr td:nth-child(2) {
    padding: 0 78px;
}

.page-obyazatelniy-audit .block-info .table-elem1 tr td img {
    float: left;
}

.page-obyazatelniy-audit .block-info .table-elem1 tr td p {
    margin-left: 80px;
    line-height: 24px;
}

.page-obyazatelniy-audit .block-info .table-elem1 tr td:nth-child(3) p {
    margin-left: 75px;
    line-height: 24px;
}



.page-obyazatelniy-audit .block-info .table-elem2 {
    margin: 34px auto 14px;
}

.page-obyazatelniy-audit .block-info .table-elem2 tr td {
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.page-obyazatelniy-audit .block-info .table-elem2 tr td:nth-child(1) {
    padding: 0 63px 0 0;
}

.page-obyazatelniy-audit .block-info .table-elem2 tr td img {
    float: left;
}

.page-obyazatelniy-audit .block-info .table-elem2 tr td p {
    margin-left: 80px;
    line-height: 24px;
}


/*===============================================================================*/


.page-audit-po-spec-zadaniyu {
    
}

.page-audit-po-spec-zadaniyu .block-info table {
    margin: 60px auto 50px;
}

.page-audit-po-spec-zadaniyu .block-info table tr td h2 {
    font-family: 'proba_pro_bold';
    font-size: 24px;
    color: #F0592B;
    margin-bottom: 13px;
}

.page-audit-po-spec-zadaniyu .block-info table tr td {
    text-align: left;
    vertical-align: middle;
}

.page-audit-po-spec-zadaniyu .block-info table tr td:nth-child(1) {
    padding-right: 19px;
}


/*==================================================================================*/


.page-transformaciya-i-audit-otchetnosti-po-msfo .block-info h2 {
    margin-top: 50px;
}

.page-transformaciya-i-audit-otchetnosti-po-msfo .block-info .table1 {
    margin: 20px auto 50px;
}

.page-transformaciya-i-audit-otchetnosti-po-msfo .block-info .table1 tr td {
    vertical-align: middle;
}

.page-transformaciya-i-audit-otchetnosti-po-msfo .block-info .table2 {
    width: 100%;
    table-layout: fixed;
    margin: 31px 0 51px;
}

.page-transformaciya-i-audit-otchetnosti-po-msfo .block-info .table2 tr td ul {
    margin-top: 10px;
}


/*=============================================================================*/


.page-due-diligence .block-info table {
    margin-top: 42px;
    margin-left: 49px;
    margin-bottom: 30px;
}

.page-due-diligence .block-info table tr td {
    padding-right: 17px;
    padding-bottom: 1px;
}

.page-due-diligence .block-info table tr td p {
    margin-top: 0 !important;
}


/*=============================================================================*/


.page-transfernoe-cenoobrazovanie {
    
}

.page-transfernoe-cenoobrazovanie .block-info table {
    margin: 23px 29px 30px 49px;
}

.page-transfernoe-cenoobrazovanie .block-info table tr td {
    padding-right: 17px;
    padding-bottom: 1px;
}

.page-transfernoe-cenoobrazovanie .block-info table tr td p {
    margin-top: 0 !important;
}

.page-transfernoe-cenoobrazovanie .block-info table tr td ul {
    margin-left: 15px;
}


/*=================================================================================*/


.page-ocenka-biznesa {
    
}

.page-ocenka-biznesa .block-info table {
    margin: 29px 29px 30px 49px;
}

.page-ocenka-biznesa .block-info table tr td {
    padding-right: 17px;
    padding-bottom: 1px;
    min-height: 100px;
}

.page-ocenka-biznesa .block-info table tr td p {
    margin-top: 0 !important;
}

.page-ocenka-biznesa .block-info table tr td ul {
    margin-left: 15px;
}


/*===================================================================================*/


.page-ocenka-imuschestva {
    
}

.page-ocenka-imuschestva .block-info table {
    margin: 29px 29px 30px 49px;
}

.page-ocenka-imuschestva .block-info table tr td {
    padding-right: 17px;
    padding-bottom: 1px;
    min-height: 100px;
}

.page-ocenka-imuschestva .block-info table tr td p {
    margin-top: 0 !important;
}

.page-ocenka-imuschestva .block-info table tr td ul {
    margin-left: 15px;
}


/*===================================================================================*/


.page-stoimistnoe-i-investirovannoe-konsultirovanie {
    
}

.page-stoimistnoe-i-investirovannoe-konsultirovanie .block-info table {
    margin: 29px 29px 30px 49px;
}

.page-stoimistnoe-i-investirovannoe-konsultirovanie .block-info table tr td {
    padding-right: 17px;
    padding-bottom: 1px;
    min-height: 100px;
}

.page-stoimistnoe-i-investirovannoe-konsultirovanie .block-info table tr td p {
    margin-top: 0 !important;
}

.page-stoimistnoe-i-investirovannoe-konsultirovanie .block-info table tr td ul {
    margin-left: 15px;
}


/*===================================================================================*/


.page-stoimistnoe-i-investirovannoe-konsultirovanie {
    
}

.page-ocenka-aktivov-i-passivov-dlya-celey-msfo .block-info table {
    margin: 29px 29px 22px 49px;
}

.page-ocenka-aktivov-i-passivov-dlya-celey-msfo .block-info table tr td {
    padding-right: 17px;
    padding-bottom: 1px;
    min-height: 100px;
}

.page-ocenka-aktivov-i-passivov-dlya-celey-msfo .block-info table tr td p {
    margin-top: 0 !important;
}

.page-ocenka-aktivov-i-passivov-dlya-celey-msfo .block-info table tr td ul {
    margin-left: 15px;
}

.page-ocenka-aktivov-i-passivov-dlya-celey-msfo .block-info ul {
    margin-left: 53px;
    margin-bottom: 30px;
}


/*===================================================================================*/


.page-ocenka-nematerialnih-aktivov {
    
}

.page-ocenka-nematerialnih-aktivov .block-info table {
    margin: 29px 29px 22px 49px;
}

.page-ocenka-nematerialnih-aktivov .block-info table tr td {
    padding-right: 17px;
    padding-bottom: 1px;
    min-height: 100px;
}

.page-ocenka-nematerialnih-aktivov .block-info table tr td p {
    margin-top: 0 !important;
}

.page-ocenka-nematerialnih-aktivov .block-info table tr td ul {
    margin-left: 15px;
}

.page-ocenka-nematerialnih-aktivov .block-info ul {
    margin-left: 53px;
    margin-bottom: 30px;
}


/*===================================================================================*/


.page-ocenka-dlya-celey-kaskadovogo-ucheta {
    
}

.page-ocenka-dlya-celey-kaskadovogo-ucheta .block-info table {
    margin: 29px 29px 22px 49px;
}

.page-ocenka-dlya-celey-kaskadovogo-ucheta .block-info table tr td {
    padding-right: 17px;
    padding-bottom: 1px;
    min-height: 100px;
}

.page-ocenka-dlya-celey-kaskadovogo-ucheta .block-info table tr td p {
    margin-top: 0 !important;
}

.page-ocenka-dlya-celey-kaskadovogo-ucheta .block-info table tr td ul {
    margin-left: 15px;
}

.page-ocenka-dlya-celey-kaskadovogo-ucheta .block-info ul {
    margin-left: 53px;
    margin-bottom: 30px;
}


/*====================================================================================*/


.page-inventarizaciya {
    
}

.page-inventarizaciya table {
    width: 80%;
    table-layout: fixed;
	margin: auto;
}

.page-inventarizaciya table tr td {
    text-align: center;
    padding: 10px;
}

.page-inventarizaciya table tr td img {
    margin-bottom: 5px;
}

.page-inventarizaciya table tr td ul {
    display: inline-block;
    text-align: left;
}


/*======================================================================================*/

.page-vedenie-buh-ucheta {
    
}

.page-vedenie-buh-ucheta ul.c1 {
    margin: -10px 0 1.5em 36px;
    
}


/*======================================================================================*/


.page-yuridicheskoe-soprovozdenie-biznesa {
    
}

.page-yuridicheskoe-soprovozdenie-biznesa .block-info .block-list {
    overflow: hidden;
}

.page-yuridicheskoe-soprovozdenie-biznesa .block-info .block-list > ul {
    float: left;
    width: 500px;
}

.page-yuridicheskoe-soprovozdenie-biznesa .block-info .block-list > ul li {
    
}

.page-yuridicheskoe-soprovozdenie-biznesa .block-info table {
    width: 100%;
    table-layout: fixed;
}

.page-yuridicheskoe-soprovozdenie-biznesa .block-info table tr td {
    text-align: center;
}


/*======================================================================================*/


.page-pravovoy-audit .block-info {
    padding-bottom: 60px;
}

.page-pravovoy-audit .block-info table tr td img {
    margin-right: 12px;
}

.page-pravovoy-audit .block-info table tr td {
    padding-bottom: 20px;
	vertical-align: middle;
}

.page-pravovoy-audit .block-info table tr td:nth-child(2) {
    padding-right: 70px;
}


/*======================================================================================*/


.page-razreshenie-sporov-i-arbitraz .block-info h2 {
    margin: 40px 0 30px;
}

.page-razreshenie-sporov-i-arbitraz .block-info table {
    width: 100%;
    table-layout: fixed;
}

.page-razreshenie-sporov-i-arbitraz .block-info table tr td {
    text-align: center;
}

.page-razreshenie-sporov-i-arbitraz .block-info table tr td p {
    margin-top: 0;
}

.page-razreshenie-sporov-i-arbitraz .block-info .block-list {
    text-align: center;
    padding: 0 0 20px;
}

.page-razreshenie-sporov-i-arbitraz .block-info .block-list ul {
    display: inline-block;
    margin: 0 50px;
}

.page-razreshenie-sporov-i-arbitraz .block-info .block-list ul li {
    text-align: left;
}


/*=====================================================================================*/


.page-korporativnaya-praktika .block-info table {
    margin: 40px auto;
}

.page-korporativnaya-praktika .block-info table tr td {
    text-align: center;
}

.page-korporativnaya-praktika .block-info table tr td h2 {
    margin: 20px 0;
}

.page-korporativnaya-praktika .block-info table tr td:nth-child(2) {
    width: 100px;
}

.page-korporativnaya-praktika .block-info table tr td ul li {
    text-align: left;
}

.page-korporativnaya-praktika .block-info table tr:nth-child(2) td {
    padding-bottom: 40px;
}


/*======================================================================================*/


.page-m-and-a .block-info {
    text-align: center;
}

.page-m-and-a .block-info p {
    text-align: left;
}

.page-m-and-a .block-info .c1 {
    display: inline-block;
    padding: 15px 20px;
    background: #D7582E;
    overflow: hidden;
    margin-top: 10px;
}

.page-m-and-a .block-info .c1 img {
    float: left;
}

.page-m-and-a .block-info .c1 p {
    margin: 0 0 0 60px;
    color: #fff;
    padding-top: 5px;
    font-weight: bold;
}

.page-m-and-a .block-info table {
    margin: 0 auto 40px;
}

.page-m-and-a .block-info table tr:nth-child(1) td {
    color: #F0592B;
    font-weight: bold;
    padding: 40px 0 20px;
}

.page-m-and-a .block-info table tr td:nth-child(2) {
    width: 100px;
}


/*=======================================================================================*/


.page-vosstanovlenie-kadrovogo-ucheta .block-info {
    padding-bottom: 60px;
}

.page-vosstanovlenie-kadrovogo-ucheta .block-info table tr td {
    text-align: center;
    width: 300px;
}

.page-vosstanovlenie-kadrovogo-ucheta .block-info table tr td p {
    margin: 5px 0 20px;
}


/*=======================================================================================*/


.page-podbor-personala .block-info h2 {
    
}

.page-podbor-personala .block-info table {
    width: 100%;
    table-layout: fixed;
    margin: 40px 0 0;
}

.page-podbor-personala .block-info table tr td {
    text-align: center;
}

.page-podbor-personala .block-info table tr td:nth-child(even) {
    width: 20px;
}

.page-podbor-personala .block-info table.red tr:nth-child(1) td:nth-child(odd) {
    background: #D75830;
    font-family: 'proba_pro_bold';
    font-weight: normal;
    color: #fff;
    padding: 15px 0;
}

.page-podbor-personala .block-info h2 {
    color: #525d65;
    margin: 60px 0 40px;
}

.page-podbor-personala .block-info table tr:nth-child(n+3) td p {
    margin: 5px 0 40px;
}


/*=========================================================================*/


.page-vedenie-kadrovogo-deloproizvodstva .block-info table tr td {
    width: 470px;
    padding-bottom: 30px;
}

.page-vedenie-kadrovogo-deloproizvodstva .block-info table tr td img {
    float: left;
    margin-right: 5px;
}

.page-vedenie-kadrovogo-deloproizvodstva .block-info table tr td p {
    margin: 0;
}


/*=========================================================================*/


.page-postanovka-kadrovogo-ucheta .block-info {
    padding-bottom: 60px;
}

.page-postanovka-kadrovogo-ucheta .block-info .block-ul ul {
    display: inline-block;
}

.page-postanovka-kadrovogo-ucheta .block-info .block-ul ul:nth-child(1) {
    padding-right: 70px;
}

.page-postanovka-kadrovogo-ucheta .block-info h2 {
    color: #525d65;
    margin: 60px 0 22px;
}


/*==========================================================================*/


.page-audit-kadrovogo-deloproizvodstva .block-info {
    padding-bottom: 60px;
}

.page-audit-kadrovogo-deloproizvodstva .block-info .block-ul ul {
    display: inline-block;
}

.page-audit-kadrovogo-deloproizvodstva .block-info .block-ul ul:nth-child(1) {
    padding-right: 100px;
}

.page-audit-kadrovogo-deloproizvodstva .block-info h2 {
    margin: 40px 0 22px;
    color: #525d65;
}


/*======================================================================================*/

.page-novosti {
    height: auto;
    padding-bottom: 80px;
}

.page-novosti .block-novosti-short {
    margin: 0 auto;
    padding: 23px 40px 8px 40px;
    width: 1171px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.2;
    color: #525d65;
    box-sizing: border-box;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.12);
    margin-top: -449px;
    position: relative;
    z-index: 10;
    background: #fff;
}

.page-novosti .block-novosti-short h1 {
    text-align: center;
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 9px;
}

.page-novosti .block-novosti-short .block-news-table {
    width: 100%;
}

.page-novosti .block-novosti-short .block-news-table .title {
    text-align: left;
}

.page-novosti .block-novosti-short .block-news-table .title a {
    color: #F0592B;
    font-family: 'proba_pro_bold';
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid #9A9CAC;
    padding-bottom: 1px;
}

.page-novosti .block-novosti-short .block-news-table {
    margin-top: 21px;
}

.page-novosti .block-novosti-short .block-news-table .date {
    text-align: right;
    font-size: 18px;
}

.page-novosti .block-novosti-short .block-news-table .text {
    padding: 16px 0 0;
}

.page-novosti .block-novosti-short .block-news-table .text p {
    margin-bottom: 1.2em;
}


/*======================================================================================*/

.page-clients {
    height: auto;
    padding-bottom: 80px;
}

.page-clients .block-clients {
    margin: 0 auto;
    padding: 23px 0px 8px 0px;
    max-width: 1171px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.2;
    color: #525d65;
    box-sizing: border-box;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.12);
    position: relative;
    z-index: 10;
    background: #fff;
    text-align: center;
}

.page-clients .block-clients h1 {
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.page-clients .block-clients .text1 {
    font-size: 18px;
    color: #F0592B;
    font-family: 'proba_pro_bold';
}

.page-clients .block-clients .text2 {
    font-size: 18px;
}

.page-clients .block-clients table {
    margin: 39px auto 30px;
    border-collapse: collapse;
    table-layout: fixed;
}

.page-clients .block-clients table tr td {
    text-align: center;
    vertical-align: top;
    border-right: 1px solid #DFE0E0;
    border-bottom: 1px solid #DFE0E0;
    box-sizing: border-box;
    padding: 10px;
    height: 260px;
}

.page-clients .block-clients table tr td:last-child {
    border-right: none;
}

.page-clients .block-clients table tr:last-child td {
    border-bottom: none;
}

.page-clients .block-clients table tr td h3 {
    color: #F0592B;
    font-size: 18px;
    font-family: 'proba_pro_bold';
    line-height: 1.2;
    margin-top: 18px;
}

.page-clients .block-clients table tr:nth-child(1) td {
    padding-top: 35px;
}

.page-clients .block-clients table tr:nth-child(2) td {
    padding-top: 38px;
}

.page-clients .block-clients table tr:nth-child(3) td {
    padding-top: 20px;
}

.page-clients .block-clients table tr:nth-child(4) td {
    padding-top: 30px;
}

.page-clients .block-clients table tr:nth-child(5) td {
    padding-top: 47px;
}

.page-clients .block-clients table tr:nth-child(6) td {
    padding-top: 44px;
}

.page-clients .block-clients table tr:nth-child(7) td {
    padding-top: 44px;
}

.page-clients .block-clients table tr:nth-child(8) td {
    padding-top: 64px;
}

.page-clients .block-clients table tr:nth-child(9) td {
    padding-top: 40px;
}


/*======================================================================================*/
.page-biznes-v-stile-scao {
    height: auto;
    padding-bottom: 80px;
}

.page-biznes-v-stile-scao .block-korporativniy-zurnal {
    margin: 0 auto;
    padding: 23px 0px 8px 0px;
    width: 1171px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.2;
    color: #525d65;
    box-sizing: border-box;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.12);
    margin-top: -449px;
    position: relative;
    z-index: 10;
    background: #fff;
    text-align: center;
}

.page-biznes-v-stile-scao .block-korporativniy-zurnal h1 {
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    text-transform: uppercase;
    padding: 32px 0 95px;
}

.page-biznes-v-stile-scao .block-korporativniy-zurnal h1 span {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #9A9CAC;
}

.page-biznes-v-stile-scao .block-korporativniy-zurnal .wrap-cell {
    margin-left: 60px;
}

.page-biznes-v-stile-scao .block-korporativniy-zurnal .wrap-cell:after {
    content:'';
    display: block;
    clear: both;
}

.page-biznes-v-stile-scao .block-korporativniy-zurnal .wrap-cell .cell-general {
    float: left;
    width: 276px;
    height: 400px;
    margin-bottom: 50px;
}

.page-biznes-v-stile-scao .block-korporativniy-zurnal .wrap-cell .cell-general .cell {
    width: 276px;
    height: 380px;
    cursor: pointer;
    text-decoration: none;
}

.page-biznes-v-stile-scao .block-korporativniy-zurnal .wrap-cell .cell-general .cell .show {
    font-size: 21px;
    color: #525d65;
    text-align: left;
    margin-bottom: 10px;
}

.page-biznes-v-stile-scao .block-korporativniy-zurnal .wrap-cell .cell-general .cell:hover .show {
    color: #F0592B;
}

.page-biznes-v-stile-scao .block-korporativniy-zurnal .wrap-cell .cell-general .download {
    font-size: 19px;
    color: #525d65;
    text-align: left;
    padding-left: 81px;
}

.page-biznes-v-stile-scao .block-korporativniy-zurnal .wrap-cell .cell-general .download a {
    color: #525d65;
}

.page-biznes-v-stile-scao .block-korporativniy-zurnal .wrap-cell .cell-general .download a:hover {
    color: #F0592B;
}

/*======================================================================================*/


.page-about-company {
    height: auto;
}

.page-about-company .appeal {
    margin: 0 auto;
    padding: 29px 40px 20px 40px;
    width: 1171px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.2;
    color: #525d65;
    box-sizing: border-box;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.12);
    margin-top: -56px;
    position: relative;
    z-index: 10;
    background: #fff;
}

.page-about-company .appeal h1 {
    text-align: center;
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 75px;
}

.page-about-company .appeal h3 {
    font-size: 24px;
    font-family: 'proba_pro_bold';
    text-align: center;
    padding-bottom: 30px;
}

.page-about-company .appeal p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 28px;
}

.page-about-company .subappeal h2, h1.o-kompanii{
    text-align: center;
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    text-transform: uppercase;
    padding: 54px 0 47px;
}

.page-about-company .subappeal .text {
    padding-left: 67px;
	padding-right: 20px;
}

.page-about-company .subappeal .text p {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 28px;
}

.page-about-company .subappeal .party {
    text-align: center;
    height: 306px;
    margin-top: 107px;
}

.page-about-company .subappeal .party ul {
    display: inline-block;
}

.page-about-company .subappeal .party ul li {
    float: left;
    width: 370px;
    margin-right: 28px;
    background: #fff;
    padding-bottom: 32px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.1);
} 

.page-about-company .subappeal .party ul li:last-child {
    margin-right: 0;
}

.page-about-company .subappeal .party ul li img {
    margin-top: -42px;
}

.page-about-company .subappeal .party ul li h3 {
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 24px;
    margin: 27px 0 16px;
}

.page-about-company .subappeal .party ul li p {
    line-height: 1.2;
    font-size: 18px;
}

.page-about-company .award-table {
    max-width: 1240px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.2;
}

.page-about-company .award-table tr:nth-child(1) td h2, .page-about-company .award-table tr:nth-child(1) td .h2 {
    text-align: center;
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    text-transform: uppercase;
    padding: 37px 0 49px;
}

.page-about-company .award-table tr:nth-child(2) td {
    padding-bottom: 50px;
}

.page-about-company .award-table tr:nth-child(3) td {
    padding-bottom: 50px;
}

.page-about-company .award-table tr:nth-child(4) td p {
    text-align: center;
    padding-bottom: 30px;
}

.page-about-company .award-table tr:nth-child(4) td img {
    margin-bottom: 38px;
}

.page-about-company .award-table tr td h5 {
    font-family: 'proba_pro_semibold';
    margin-bottom: 2px;
}

.page-about-company .sertifikat h2, .page-about-company .sertifikat .h2 {
    text-align: center;
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    text-transform: uppercase;
    padding: 37px 0 30px;
}

.page-about-company .sertifikat .slider {
    position: relative;
}

.page-about-company .sertifikat .slider .arrow {
    display: block;
    width: 34px;
    height: 34px;
    border-radius: 100%;
    background: #F0592B;
    color: #fff;
    font-family: 'proba_pro_bold';
    font-size: 43px;
    line-height: 27px;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    z-index: 5;
    box-sizing: border-box;
    cursor: pointer;
}

.page-about-company .sertifikat .slider .arrow.left {
    left: -10px;
    padding-left: 8px;
}

.page-about-company .sertifikat .slider .arrow.right {
    right: 10px;
    padding-left: 10px;
}

.page-about-company .sertifikat .slider .slider-in {
    width: 1220px;
    height: 322px;
    overflow: hidden;
    margin: 0 auto;
}

.page-about-company .sertifikat .slider .slider-in > div {
    width: 1220px;
    height: 322px;
    text-align: center;
}

.page-about-company .sertifikat .slider .slider-in > div img {
    display: inline-block;
    margin: 0 30px;
    height: 320px;
    width: auto;
    vertical-align: bottom;    
}

.page-about-company .prof-responsibility {
    background: url(../images/page-about-company/fon1.jpg) no-repeat center 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.page-about-company .prof-responsibility-in {
    margin: 0 auto;
    max-width: 1240px;
    text-align: center;
}

.page-about-company .prof-responsibility-in h2, .page-about-company .prof-responsibility-in .h2 {
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    text-transform: uppercase;
    padding: 63px 0 45px;
}

.page-about-company .prof-responsibility-in ul {
    display: inline-block;
}

.page-about-company .prof-responsibility-in ul li {
    background: #fff;
    margin-right: 20px;
    box-sizing: border-box;
    padding-top: 25px;
    padding-bottom: 80px;
    width: 24%;
}

.page-about-company .prof-responsibility-in ul li:last-child {
    margin-right: 0;
}

.page-about-company .prof-responsibility-in ul li .title {
    font-family: 'proba_pro_semibold';
    font-size: 18px;
    line-height: 1.2;
    color: #F0592B;
    text-transform: uppercase;
    margin-top: 18px;
    height: 129px;
}

.page-about-company .prof-responsibility-in ul li .separate {
    border-bottom: 1px solid #D6D6D6;
    width: 173px;
    margin: 0 auto 6px;
}

.page-about-company .prof-responsibility-in ul li .text {
    font-size: 16px;
    line-height: 23px;
    color: #525d65;
}


.page-about-company .team {
    background: url(../images/page-about-company/fon2.jpg) no-repeat center 0;
    height: 911px;
    position: relative;
}

.page-about-company .team .team-shtora {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: rgba(82,82,82,0.3);
    display: none;
}


.page-about-company .team-in {
    margin: 0 auto;
    width: 1240px;
    text-align: center;
}

.page-about-company .team-in h2 {
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    text-transform: uppercase;
    padding: 71px 0 53px;
}

.page-about-company .team-in .buttons {
    
}

.page-about-company .team-in .buttons span {
    display: inline-block;
    width: 292px;
    height: 46px;
    line-height: 42px;
    border: 2px solid #4B5C65;
    box-sizing: border-box;
    text-align: center;
    margin: 0 13px;
    font-size: 18px;
    color: #525d65;
    font-family: 'proba_pro_semibold';
    cursor: pointer;
}

.page-about-company .team-in .buttons span.active {
    background: #F0592B;
    color: #fff;
    border-color: #F0592B;
}

.page-about-company .team-in .people {
    padding-top: 87px;
    text-align: center;
}

.page-about-company .team-in .people .boss {
    display: inline-block;
}

.page-about-company .team-in .people .boss .c1 {
    float: left;
    width: 361px;
    padding: 0 15px;
    position: relative;
}

.page-about-company .team-in .people .boss .c1 .foto {
    
}

.page-about-company .team-in .people .boss .c1 .name {
    font-size: 18px;
    line-height: 27px;
    color: #F0592B;
    font-family: 'proba_pro_semibold';  
    margin: 28px 0 3px;
    text-transform: uppercase;  
}

.page-about-company .team-in .people .boss .c1 .status {
    font-size: 18px;
    color: #525d65;
}

.page-about-company .team-in .people .boss .c1 .but-arrow-down {
    position: absolute;
    top: 198px;
    left: 50%;
    margin-left: -19px;
    z-index: 3;
}

.page-about-company .team-in .people .boss .c1 .info {
    position: absolute;
    top: 217px;
    left: 0;
    z-index: 2;
    width: 361px;
    height: 340px;
    border-top: 2px solid #F0592B;
    background: #fff;
    line-height: 1.2;
    display: none;
}

.page-about-company .team-in .people .boss .c1:hover .info {
    display: block;
}

.page-about-company .team-in .people .boss .c1 .info .name-info{
    font-size: 18px;
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    margin: 28px 0 1px;
}

.page-about-company .team-in .people .boss .c1 .info .status-info{
    font-size: 16px;
    margin: 0px 0 12px;
}

.page-about-company .team-in .people .boss .c1 .info ul {
    font-size: 14px;
    text-align: left;
    margin-left: 37px;
}

.page-about-company .team-in .people .boss .c1 .info ul li {
    padding-bottom: 2px;
    position: relative
}

.page-about-company .team-in .people .boss .c1 .info ul li:before {
    content:'';
    display: block;
    width: 4px;
    height: 4px;
    background: #4B5C65;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: -11px;
}

.page-about-company .team-in .people .worker {
    display: none;    
}

.page-about-company .team-in .people .worker .c1 {
    display: block;
    width: 244px;
    float: left;
    position: relative;
}

.page-about-company .team-in .people .worker .c1 .foto {
    height: 197px;
}

.page-about-company .team-in .people .worker .c1 .name {
    font-size: 16px;
    line-height: 23px;
    color: #F0592B;
    font-family: 'proba_pro_semibold';  
    margin: 28px 0 3px; 
    text-transform: uppercase;  
}

.page-about-company .team-in .people .worker .c1 .status {
    font-size: 16px;
    line-height: 23px;
    color: #525d65;
}

.page-about-company .team-in .people .worker .but-arrow-down {
    position: absolute;
    top: 179px;
    left: 50%;
    margin-left: -19px;
    z-index: 3;
}

.page-about-company .team-in .people .worker .c1 .info {
    position: absolute;
    top: 197px;
    left: -33px;
    z-index: 2;
    width: 310px;
    height: 360px;
    border-top: 2px solid #F0592B;
    background: #fff;
    line-height: 1.2;
    display: none;
}

.page-about-company .team-in .people .worker .c1:hover .info {
    display: block;
}

.page-about-company .team-in .people .worker .c1 .info .name-info{
    font-size: 18px;
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    margin: 28px 0 1px;
}

.page-about-company .team-in .people .worker .c1 .info .status-info{
    font-size: 16px;
    margin: 0px 0 12px;
}

.page-about-company .team-in .people .worker .c1 .info ul {
    font-size: 14px;
    text-align: left;
    margin-left: 37px;
}

.page-about-company .team-in .people .worker .c1 .info ul li {
    padding-bottom: 2px;
    position: relative
}

.page-about-company .team-in .people .worker .c1 .info ul li:before {
    content:'';
    display: block;
    width: 4px;
    height: 4px;
    background: #4B5C65;
    border-radius: 100%;
    position: absolute;
    top: 8px;
    left: -11px;
}


/*======================================================================================*/


.page-contacts {
    height: auto;
    padding-bottom: 80px;
}

.page-contacts .block-contacts {
    margin: 0 auto;
    padding: 23px 40px 8px 40px;
    max-width: 1171px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.2;
    color: #525d65;
    box-sizing: border-box;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.12);
    margin-top: -449px;
    position: relative;
    z-index: 10;
    background: #fff;
}

.page-contacts .block-contacts h1 {
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 22px;
    text-align: center;
}

.page-contacts .block-contacts .submap {
    overflow: hidden;
    border-bottom: 1px solid #B6B6B6;
    margin-top: 35px;
}

.page-contacts .block-contacts .submap li {
    float: left;
    border-right: 1px solid #B6B6B6;
    text-align: left;
    width: 28%;
    box-sizing: border-box;
}

.page-contacts .block-contacts .submap li:first-child {
    width: 44%;
    padding-left: 50px;
}

.page-contacts .block-contacts .submap li:first-child p:nth-child(2){
    padding-left: 26px;
}

.page-contacts .block-contacts .submap li:nth-child(2) {
    padding-left: 76px;
}

.page-contacts .block-contacts .submap li:nth-child(2) p:nth-child(2){
    padding-left: 36px;
}

.page-contacts .block-contacts .submap li:last-child {
    border-right: none;
    padding-left: 67px;
    margin-bottom: 45px;
}

.page-contacts .block-contacts .submap li p img {
    float: left;
    margin-right: 5px;
}

.page-contacts .block-contacts .submap li p {
    overflow: hidden;
}

.page-contacts .block-contacts .submap li p:nth-child(1) span {
    display: inline-block;
    padding-top: 12px;
}

.page-contacts .block-contacts .submap li p:nth-child(2) span {
    clear: both;
    display: inline-block;
    padding-top: 2px;
}

.page-contacts .block-contacts .block-text {
    padding: 50px 50px 35px;
}

.page-contacts .block-contacts .block-text p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 1.3em 0;
}

.page-contacts .block-contacts .block-text p strong {
    font-family: 'proba_pro_bold';
    display: inline-block;
    border-bottom: 1px solid #788289;
    font-size: 1.6rem;
}
p.date
{
	text-align:right;
	font-size: 18px;
	margin-top:10px;
}
.block-news-table .text a
{
	text-decoration:none;
	color:#525d65;
}
.slide1 a,
.slide2 a,
.slide3 a
{
	text-decoration:none;
}
.block-info h1, .sitemap-page div.h2
{
	font-weight:bold;
	color:#f2551c
}
.sitemap-page a:hover{
    text-decoration: underline;
}
.sitemap-page a{
    color:rgb(82, 93, 101);
    text-decoration: none;
}
.sitemap-page div.h2{
    padding: 15px 0 5px;
}
.sitemap-page{
    text-align:left;
    padding: 10px;
}
table.center
{
	margin: auto;
}
.block-clients table tbody tr td img
{
	height:72px;
}
/*========================================================*/

.mfp-inline {
    position: relative;
    max-width: 616px;
    margin: 0 auto;
}

.form-free-consult {
    background: #F8F8F8;
    border-radius: 5px;
    text-align: center;
    padding: 24px 0 42px;
}

.form-free-consult .cross {
    position: absolute;
    top: -13px;
    right: -13px;
    width: 28px;
    height: 28px;
    line-height: 23px;
    border: 2px solid #fff;
    border-radius: 100%;
    background: #020202;
    font-family: 'proba_pro_bold';
    font-size: 14px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-left: 1px;
    cursor: pointer;
}

.form-free-consult h3 {
    color: #F0592B;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'proba_pro_bold';
    margin-bottom: 35px;
}

.form-free-consult input {
    display: block;
    margin: 0 auto;
    height: 83px;
    width: 494px;
    box-sizing: border-box;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.1);
    padding: 0 20px;
    font-size: 24px;
    margin-bottom: 26px;
    background: #fff;
}

.form-free-consult input[type="submit"] {
    width: 359px;
    height: 64px;
    margin: 0 auto;
    background: #F0592B;
    color: #fff;
    text-align: center;
    font-family: 'proba_pro_semibold';
    cursor: pointer;
    margin: 41px auto 34px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.5);
}

.form-free-consult input[type="submit"]:hover {
    background: #F67B58;
}

.form-free-consult p {
    font-size: 20px;
    color: #525d65;
}
.page-main .award {
    margin: 10px;
    background: #fff;
    padding-bottom: 102px;
}

.page-main .award h2 {
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    padding: 42px 0 52px;
}
/*
.page-main .award-in {
    width: 1173px;
    margin: 0 auto;
}*/

.page-main .accreditation {
    background: #EFEAEB;
    margin-bottom: -51px;
}

.page-main .accreditation-in {
    max-width: 1280px;
    margin: 0 auto;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    text-align: center;
    position: relative;
    top: -64px;
    z-index: 5;
    background: #fff;
}

.page-main .accreditation-in h2 {
    color: #F0592B;
    font-family: 'proba_pro_semibold';
    font-size: 36px;
    padding: 31px 0 52px;
}

.page-main .accreditation-in .name {
    font-size: 1.1em;
    letter-spacing: 0.01em;
}

.page-main .accreditation-in .name .separator {
    display: inline-block;
    margin: 0 25px;
    color: #899297;
    text-transform: lowercase;
    font-size: 16px;
    position: relative;
    top: -2px;
}

.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
    background-color: #F0592B;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    border-radius: 3px;
}

#main_question_form::after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}

#main_question_form {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

.awards {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.submit {
    width: 100%;
    text-align: center;
}

.swiper-wrap {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.swiper-wrapper {
    height: auto;
}

.swiper-slide {
    height: auto;
    background: linear-gradient(to top, #5e6873, #727e8b);
}

.swiper-slide__image {
    display: none;
}

.swiper-slide__inner {
    padding: 55px 0 35px;
}

.swiper-slide__text {
    max-width: 1166px;
    margin: 0 auto;
    padding: 0 10px;
    font-family: 'proba_pro_semibold';
    text-align: center;
}

.swiper-slide__title {    
    color: #F0592B;
    font-size: 2rem;
    line-height: 1.24em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.swiper-slide__descr {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.2em;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: .6;
    width: 7px;
    height: 7px;
}
.swiper-pagination-bullet {
        background: #000;
        opacity: 1;
    }

.swiper-pagination-bullet-active {
    background: #F0592B;
    opacity: 1;
}

.mheader {
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #4c5d65;
    position: fixed;
    z-index: 999;
    max-width: 1280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 320px;
}

.mm-opening .mheader {
    opacity: 0;
}


.mheader__tel {
    flex-grow: 1;
    text-align: center;
}

.mheader__link {
    text-decoration: none !important;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
}

.mheader__callback {
    padding-left: 5px;
}

.mheader__btn {
    height: 30px;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: #EB572A;
    font-weight: 700;
    padding: 0 10px;
}



.open-menu {
    background: center center no-repeat transparent;
    background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
    display: block;
    width: 40px;
    height: 40px;
}

.mm-opened .open-menu {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDIxLjkgMjEuOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjEuOSAyMS45IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4Ij4KICA8cGF0aCBkPSJNMTQuMSwxMS4zYy0wLjItMC4yLTAuMi0wLjUsMC0wLjdsNy41LTcuNWMwLjItMC4yLDAuMy0wLjUsMC4zLTAuN3MtMC4xLTAuNS0wLjMtMC43bC0xLjQtMS40QzIwLDAuMSwxOS43LDAsMTkuNSwwICBjLTAuMywwLTAuNSwwLjEtMC43LDAuM2wtNy41LDcuNWMtMC4yLDAuMi0wLjUsMC4yLTAuNywwTDMuMSwwLjNDMi45LDAuMSwyLjYsMCwyLjQsMFMxLjksMC4xLDEuNywwLjNMMC4zLDEuN0MwLjEsMS45LDAsMi4yLDAsMi40ICBzMC4xLDAuNSwwLjMsMC43bDcuNSw3LjVjMC4yLDAuMiwwLjIsMC41LDAsMC43bC03LjUsNy41QzAuMSwxOSwwLDE5LjMsMCwxOS41czAuMSwwLjUsMC4zLDAuN2wxLjQsMS40YzAuMiwwLjIsMC41LDAuMywwLjcsMC4zICBzMC41LTAuMSwwLjctMC4zbDcuNS03LjVjMC4yLTAuMiwwLjUtMC4yLDAuNywwbDcuNSw3LjVjMC4yLDAuMiwwLjUsMC4zLDAuNywwLjNzMC41LTAuMSwwLjctMC4zbDEuNC0xLjRjMC4yLTAuMiwwLjMtMC41LDAuMy0wLjcgIHMtMC4xLTAuNS0wLjMtMC43TDE0LjEsMTEuM3oiIGZpbGw9IiNGRkZGRkYiLz4KPC9zdmc+Cg==);
}

.mm-menu .mm-next:after {
    transform: none;
    width: 20px;
    height: 20px;
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CiAgPHBhdGggZD0ibTIzLDEwaC04LjVjLTAuMywwLTAuNS0wLjItMC41LTAuNXYtOC41YzAtMC42LTAuNC0xLTEtMWgtMmMtMC42LDAtMSwwLjQtMSwxdjguNWMwLDAuMy0wLjIsMC41LTAuNSwwLjVoLTguNWMtMC42LDAtMSwwLjQtMSwxdjJjMCwwLjYgMC40LDEgMSwxaDguNWMwLjMsMCAwLjUsMC4yIDAuNSwwLjV2OC41YzAsMC42IDAuNCwxIDEsMWgyYzAuNiwwIDEtMC40IDEtMXYtOC41YzAtMC4zIDAuMi0wLjUgMC41LTAuNWg4LjVjMC42LDAgMS0wLjQgMS0xdi0yYzAtMC42LTAuNC0xLTEtMXoiIGZpbGw9IiMwMDAwMDAiLz4KPC9zdmc+Cg==) center center no-repeat;
    border: none;
    right: 16px;
}

.mm-menu .mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CiAgPHBhdGggZD0iTTI0LDExYzAtMC42LTAuNC0xLTEtMUgxYy0wLjYsMC0xLDAuNC0xLDF2MmMwLDAuNiwwLjQsMSwxLDFoMjJjMC42LDAsMS0wLjQsMS0xVjExeiIgZmlsbD0iIzAwMDAwMCIvPgo8L3N2Zz4K) center center no-repeat;
    transform: none;
    right: 16px;
}

.slick-prev {
    left: 0;
    z-index: 1;
}

.slick-next {
    z-index: 1;
    right: 0;
}

.slick-prev, .slick-next {
    width: 36px;
    height: 36px;
}

.slick-dotted.slick-slider {
    height: 74px;
}

.slick-prev:before, .slick-next:before {
    color: #f0592b;
    font-size: 34px;
}

.slick-slide img {
    margin: auto;
}

.agree input, .agree label {
    cursor: pointer;
}

.buh, .cert {
    max-width: 1170px;
    margin: 0 auto;
}

.yandex_map {
    background: url(/site/themes/urist//images/page-contacts/images/yandex-map.jpg) no-repeat center;
    background-size: 100% auto;
}

.up-btn {
    position: fixed;
    cursor: pointer;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 99;
    opacity: 0;
    transition: 0.2s linear;
    background: #EB572A url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzNC4yNTIsMjA4LjcwOEwyNDguMzg3LDIyLjg0M2MtNy4wNDItNy4wNDMtMTUuNjkzLTEwLjU2NC0yNS45NzctMTAuNTY0Yy0xMC40NjcsMC0xOS4wMzYsMy41MjEtMjUuNjk3LDEwLjU2NCAgIEwxMC44NDgsMjA4LjcwOEMzLjYxNSwyMTUuOTQsMCwyMjQuNjA0LDAsMjM0LjY5MmMwLDkuODk3LDMuNjE5LDE4LjQ1OSwxMC44NDgsMjUuNjkzbDIxLjQxMSwyMS40MDkgICBjNi44NTQsNy4yMzEsMTUuNDIsMTAuODU1LDI1LjY5NywxMC44NTVjMTAuMjc4LDAsMTguODQyLTMuNjI0LDI1LjY5Ny0xMC44NTVsODMuOTM5LTgzLjY1MXYyMDAuOTk4ICAgYzAsOS44OSwzLjU2NywxNy45MzYsMTAuNzA2LDI0LjEyNmM3LjEzOSw2LjE4NCwxNS43NTIsOS4yNzMsMjUuODM3LDkuMjczaDM2LjU0NWMxMC4wODksMCwxOC42OTgtMy4wOSwyNS44MzctOS4yNzMgICBjNy4xMzktNi4xODgsMTAuNzEyLTE0LjIzNiwxMC43MTItMjQuMTI2VjE5OC4xNDRsODMuOTM4LDgzLjY1MWM2Ljg0OCw3LjIzMSwxNS40MTMsMTAuODU1LDI1LjcsMTAuODU1ICAgYzEwLjA4MiwwLDE4Ljc0Ny0zLjYyNCwyNS45NzUtMTAuODU1bDIxLjQwOS0yMS40MDljNy4wNDMtNy40MjYsMTAuNTY3LTE1Ljk4OCwxMC41NjctMjUuNjkzICAgQzQ0NC44MTksMjI0Ljc5NSw0NDEuMjk1LDIxNi4xMzQsNDM0LjI1MiwyMDguNzA4eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat center center;
}

.up-btn.is-visible {
    opacity: 1;
}

.four-blocks__btn {
    position: absolute;
    right: 20px;
    top: 12px;
    height: 40px;
    width: 40px;
    background: #eee url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CiAgPHBhdGggZD0ibTIzLDEwaC04LjVjLTAuMywwLTAuNS0wLjItMC41LTAuNXYtOC41YzAtMC42LTAuNC0xLTEtMWgtMmMtMC42LDAtMSwwLjQtMSwxdjguNWMwLDAuMy0wLjIsMC41LTAuNSwwLjVoLTguNWMtMC42LDAtMSwwLjQtMSwxdjJjMCwwLjYgMC40LDEgMSwxaDguNWMwLjMsMCAwLjUsMC4yIDAuNSwwLjV2OC41YzAsMC42IDAuNCwxIDEsMWgyYzAuNiwwIDEtMC40IDEtMXYtOC41YzAtMC4zIDAuMi0wLjUgMC41LTAuNWg4LjVjMC42LDAgMS0wLjQgMS0xdi0yYzAtMC42LTAuNC0xLTEtMXoiIGZpbGw9IiMwMDAwMDAiLz4KPC9zdmc+Cg==) center center no-repeat;
}

.is-open .four-blocks__btn {
    background: #eee url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCI+CiAgPHBhdGggZD0iTTI0LDExYzAtMC42LTAuNC0xLTEtMUgxYy0wLjYsMC0xLDAuNC0xLDF2MmMwLDAuNiwwLjQsMSwxLDFoMjJjMC42LDAsMS0wLjQsMS0xVjExeiIgZmlsbD0iIzAwMDAwMCIvPgo8L3N2Zz4K) center center no-repeat;
}

html.mm-background .mm-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.mm-panel.mm-hasnavbar .mm-navbar{
    display: none !important;
}
.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 0 !important;
}

body .mm-close:after {
    right: 23px;
}

body .mm-close:before {
    right: 9px;
}

body .mm-clear:after, body .mm-clear:before, body .mm-close:after, body .mm-close:before {
    width: 10px;
    height: 10px;
}

.mobile-image {
    overflow: auto;
}

.mobile-image img {
    max-width: 700px;
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next + span, .mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next + span {
    background: rgba(0,0,0,.05);
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next, .mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: none;
}

.mm-listview>li.mm-opened {
    margin-top: 10px;
    margin-bottom: 10px;
}

.slick-slide img {
    max-width: 90%;
    max-height: 90%;
}

.breadcrumbs{
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: left;
}
.block-info .breadcrumbs,.block-contacts .breadcrumbs{
    padding-left: 0;
    padding-right: 0;
}
.breadcrumbs span a{
    font-size:16px;
    line-height:16px;
    color: #f2551c;
    text-decoration: none;
    text-transform: uppercase;
}
.breadcrumbs span a:hover {
    color: #994900;
}
.breadcrumbs span {
    display: inline-block;
    vertical-align: top;
    font-size:16px;
    line-height:16px;
    color: #3a453d;
    text-transform: uppercase;
}
.breadcrumbs span+span {
    margin-left: 5px;
    padding-left: 7px;
    border-left: 1px solid #919191;
}
.h3 {
    font-weight: bold;
    padding-left: 12px;
}
.dropdown_list {
    margin-top: 20px;
}