.social {
    display: none;
}
body {
    font-family: Arial;
    color: rgb(99, 99, 99);
    width: 100%;
}
header {
    position: relative;
    z-index: 100;
}
header .logo_img {
    display: block;
    width: 73px;
    height: 51px;
    background-image: url(../images/logo.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
header .container {
    position: relative;
    padding: 20px 20px 0;
}
.container {
    display: block;
    margin: 0 auto;
    max-width: 1560px;
    padding: 20px;
}

header .logo {
    display: inline-block;
}
header .title {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    font-family: Arial;
    font-size: 30px;
    font-weight: 600;
    color: rgb(105, 10, 5);
    vertical-align: bottom;
}
header .authorization {
    height: 51px;
    display: block;
    float: right;
}
header .authorization > div {
    width: 150px;
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: bottom;
}
header .authorization .go_in {
    width: 100px;
}
header .authorization > div > div {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: rgb(105, 10, 5);
    border-radius: 5px;
}
header .authorization > div > input {
    position: absolute;
    width: calc(100% - 12px);
    bottom: 0;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color: rgb(26, 26, 26);
    background-color: rgb(236, 236, 236);
    border-radius: 3px;
    padding: 0 5px;
    line-height: 27px;
    border: none;
}
header .authorization > .go_in > div {
    display: none;
    width: 100px;
    line-height: 27px;
    text-align: center;
    transition: 0.33s;
}
header .authorization > .go_in > div:hover {
    cursor: pointer;
    opacity: 0.84;
    transition: 0.33s;
}
header .middle_line {
    margin-top: 8px;
    text-align: right;
}
header .middle_line > div {
    display: inline-block;
    margin: 0 3px 0 14px;
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    color: rgb(86, 86, 86);
    text-decoration: underline;
    transition: 0.33s;
}
.menu {
    float: right;
    margin-top: 19px;
    line-height: 0;
}
.menu .link {
    float: none;
    display: inline-block;
}
.menu .link_title {
    line-height: 33px;
    margin: 3px 15px 0;
    font-weight: 600;
}
.menu .link:last-child .link_title {
    margin-right: 3px;
}
.menu .link_title > a {
    color: rgb(26, 26, 26);
    transition: 0.5s;
}
header .middle_line > div:hover {
    cursor: pointer;
    color: rgb(161, 131, 121);
    transition: 0.33s;
}
.menu .link_title .under_line > div {
    height: 100%;
    width:0;
    margin: 0 auto;
    background-color: rgb(105, 10, 5);
    transition: 0.5s;
}
.menu .link_title .sub_menu {
    position: absolute;
    height: 0;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
    transition: 0.5s;
}
.home .menu .link_title .sub_menu {
    background-color: rgba(255, 255, 255, 0.75);
}
.menu .link_title.active > a,
.menu .link_title:hover > a  {
    cursor: pointer;
    color: rgb(105, 10, 5);
    transition: 0.5s;
}
.menu .link_title.active .under_line > div,
.menu .link_title:hover .under_line > div {
    width: 100%;
    transition: 0.5s;
}
.menu .link_title:hover .sub_menu {
    transition: 0.5s;
    height: auto;
}
.menu .link_title .under_line {
    height: 4px;
    line-height: 0;
}
.menu .link_title .sub_link {
    display: block;
    color: rgb(105, 10, 5);
    font-weight: 400;
    transition: 0.33s;
}
.menu .link_title .sub_link:hover {
    color: rgb(165, 15, 10);
    transition: 0.33s;
}
main {
    position: relative;
    float: none;
    clear: both;
    overflow-x: hidden;
}
main .container {
    padding: 0 20px 60px;
}
.home main .top_image {
    position: absolute;
    width: 100%;
    height: 25vw;
    max-height: 370px;
    background-image: url(../images/moskov.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.menu .sub_menu .sub_link:first-child {
    margin-top: 7px;
}
.menu .sub_menu .sub_link:last-child {
    margin-bottom: 7px;
}
.home main .main_gap {
    position: relative;
    height: 25vw;
    max-height: 370px;
}
footer {
    float: none;
    clear: both;
    padding: 21px 0 23px;
    color: rgb(86, 86, 86);
    background-color: rgb(236, 236, 236);
}
footer .container {
    padding: 0 20px;
    text-align: right;
}
footer .footer_logo {
    display: block;
    width: 72px;
    height: 51px;
    background-image: url(../images/footer_logo.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer_container {
    display: inline-block;
    width: 30%;
    text-align: left;
    vertical-align: top;
}
.footer_container.logo {
    width: auto;
    display: block;
    float: left;
}
.footer_container.short_links {
    width: 24%;
}
.footer_container > div {
    padding: 0 10px;
    max-width: 240px;
    font-size: 14px;
    color: rgb(128, 128, 128);
    line-height: 19px;
}
.footer_container > a {
    display: block;
    margin: 20px 0;
    padding: 0 12px;
    font-size: 15px;
    color: rgb(86, 86, 86);
    text-transform: uppercase;
    transition: 0.33s;
}
.footer_container.logo > a {
    padding: 0 12px 0 0;
}
.footer_container > a:hover {
    cursor: pointer;
    color: rgb(105, 10, 5);
    transition: 0.33s;
}
.footer_container > a:first-child {
    margin: 0 0 20px;
}
.footer_container > a:last-child {
    margin: 20px 0 0;
}
.footer_container .address {
    margin-bottom: 15px;
}
.footer_container.links {
    max-width: 270px;
    padding-top: 2px;
}
.container .footer_container:last-child > a {
    padding: 0 0 0 12px;
}
.menu .link_title > a {
    display: block;
}
.home main .find_your_company {
    width: 640px;
    float: right;
    max-height: 370px;
    height: 265px;
    position: absolute;
    right: -1200px;
    bottom: -15px;
    color: white;
    background-image: url(../images/head_2.png);
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 100;
    transition: 1s;
}
.home main .find_your_company.active {
    right: 0;
    transition: 1s;
}
.home main .find_your_company:after {
    content: '';
    position: absolute;
    width: 300%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/head_2.png);
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.find_your_company .title > div {
    padding: 0 0 0 18%;
    line-height: 39px;
    font-size: 33px;
}
.find_your_company .title {
    /*padding: 5vw 0 0;*/
    padding: 50px 0 0;
}
.find_your_company .title .line_two {
    margin-bottom: 15px;
}
.find_your_company .title .search > input {
    display: block;
    width: 385px;
    float: left;
    line-height: 43px;
    padding: 0 5px 0 10px;
    font-size: 15px;
    font-style: italic;
    border: none;
    border-radius: 10px 0 0 10px;
}
.find_your_company .title .search > div {
    display: block;
    float: left;
}
.find_your_company .title .holder {
    display: block;
    float: none;
    clear: both;
    font-size: 15px;
}
.find_your_company .title .search {
    position: relative;
    left: -15px;
}
.find_your_company .title .search .search_button {
    width: 115px;
    line-height: 43px;
    color: rgb(105, 10, 5);
    border-radius: 0 10px 10px 0;
    font-size: 21px;
    font-weight: 600;
    font-family: Arial;
    text-align: center;
    background-color: rgb(201, 201, 201);
    transition: 0.33s;
}
.find_your_company .title .search .search_button:hover {
    cursor: pointer;
    background-color: rgb(216, 216, 216);
    transition: 0.33s;
}
.rate_about .line > div {
    display: inline-block;
    width: 270px;
    margin: 15px 3.6vw;
}
.rate_about .line > div:first-child {
    margin: 15px 3.6vw 15px 0;
}
.rate_about .line > div:last-child {
    margin: 15px 0 15px 3.6vw;
}
.rate_about .line {
    margin-top: 10px;
    text-align: center;
}
.rate_about .card .about_img {
    height: 124px;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.rate_about .line:first-child .card:nth-child(1) .about_img {
    width: 74px;
    background-image: url(../images/graph.png);
}
.rate_about .line:first-child .card:nth-child(2) .about_img {
    width: 121px;
    background-image: url(../images/comp.png);
}
.rate_about .line:first-child .card:nth-child(3) .about_img {
    width: 75px;
    background-image: url(../images/brain.png);
}
.rate_about .line:last-child .card:nth-child(1) .about_img {
    width: 104px;
    background-image: url(../images/view.png);
}
.rate_about .line:last-child .card:nth-child(2) .about_img {
    width: 67px;
    background-image: url(../images/tea.png);
}
.rate_about .line:last-child .card:nth-child(3) .about_img {
    width: 96px;
    background-image: url(../images/meet.png);
}
.rate_about {
    padding-top: 10px;
}
.rate_about .card .sign {
    font-weight: 600;
    color: rgb(26, 26, 26);
}
.rate_about .card .count {
    font-size: 41px;
    font-weight: 600;
    color: rgb(0, 64, 20);
    color: rgb(12, 85, 45);
    line-height: 47px;
    margin-bottom: 8px;
}
.middle_content {
    position: relative;
    width: 100%;
}
.middle_content .top_back {
    position: absolute;
    width: 100%;
    height: 900px;
    background-image: url(../images/green_top.png);
    background-image: url(../images/green_top_4.png);
    background-position: 37% top;
    background-repeat: no-repeat;
}
.middle_content .bottom_back {
    position: absolute;
    width: 100%;
    height: 700px;
    bottom: 0;
    background-image: url(../images/saw.png);
    background-image: url(../images/saw_5.png);
    background-position: 69% bottom;
    background-repeat: no-repeat;
}
.middle_content .rate_parts {
    position: relative;
    z-index: 100;
}
.rate_parts .line {
    margin-top: 10px;
    text-align: center;
}
.rate_parts .line > div {
    display: inline-block;
    width: 270px;
    margin: 15px 3.6vw;
}
.rate_parts .line > div:first-child {
    margin: 5px 3.6vw 0 0;
}
.rate_parts .line > div:last-child {
    margin: 15px 0 15px 3.6vw;
}
.rate_parts .line > a {
    display: inline-block;
    width: 270px;
    margin: 15px 3.6vw;
}
.rate_parts .line > a:first-child {
    margin: 5px 3.6vw 0 0;
}
.rate_parts .line > a:last-child {
    margin: 15px 0 15px 3.6vw;
}
.rate_parts .line {
    margin-top: 10px;
    text-align: center;
}
.rate_parts .card .about_img {
    height: 153px;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.rate_parts .line:first-child .card:nth-child(1) .about_img {
    width: 153px;
    background-image: url(../images/statistyc.png);
}
.rate_parts .line:first-child .card:nth-child(2) .about_img {
    width:157px;
    background-image: url(../images/nalog.png);
}
.rate_parts .line:first-child .card:nth-child(3) .about_img {
    width: 159px;
    background-image: url(../images/bank.png);
}
.rate_parts .line:last-child .card:nth-child(1) .about_img {
    width: 187px;
    background-image: url(../images/fira.png);
}
.rate_parts .line:last-child .card:nth-child(2) .about_img {
    width: 147px;
    background-image: url(../images/source.png);
}
.rate_parts .line:last-child .card:nth-child(3) .about_img {
    width: 167px;
    background-image: url(../images/info.png);
}
.rate_parts .card .count {
    font-size: 41px;
    font-weight: 600;
    color: rgb(0, 64, 20);
    color: rgb(12, 85, 45);
    line-height: 47px;
    margin-bottom: 8px;
}
.rate_parts .card {
    color: white;
    vertical-align: top;
}
.rate_parts .card .federal_service {
    line-height: 24px;
    font-size: 17px;
    padding: 10px 0 20px;
}
.rate_parts .card .sign {
    line-height: 18px;
    font-size: 14px;
    font-style: italic;
}
.middle_content .title {
    position: relative;
    padding-top: 24px;
    font-size: 41px;
    margin: 0 auto;
    text-align: center;
    color: white;
}
.leader .program_img {
    width: 266px;
    height: 260px;
    background-image: url(../images/leader.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.company .program_img {
    width: 266px;
    height: 253px;
    background-image: url(../images/company_year.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.leader .program_descript {
    width: calc(100% - 330px);
    padding: 0 0 0 40px;
}
.leader > div {
    display: inline-block;
    vertical-align: top;
    color: rgb(26, 26, 26);
}
.rate_parts.programs > .title {
    color: rgb(105, 10, 5);
    text-align: right;
    margin-right: 20px;
    padding: 35px 0 25px;
    font-size: 39px;
}
.rate_parts.programs {
    max-width: 1084px;
    margin: 0 auto;
}
.program_descript {
    font-size: 18px;
    font-weight: 400;
}
.rate_parts.programs > div .title {
    font-size: 30px;
    color: rgb(105, 10, 5);
    text-align: left;
    margin-right: 20px;
    line-height: 50px;
    padding-top: 0;
}
.program_descript .text > div {
    padding: 8px 0;
}
.go_button {
    display: block;
    float: right;
    margin-top: 14px;
    background-color: rgb(105, 10, 5);
    border-radius: 6px;
    line-height: 39px;
    width: 140px;
    text-align: center;
    color: white;
    transition: 0.33s;
}
.go_button:hover {
    cursor: pointer;
    opacity: 0.84;
    transition: 0.33s;
}
.company > div {
    float: right;
}
.company .program_descript {
    width: calc(100% - 330px);
    margin-right: 40px;
}
.company {
    margin: 90px 0 0;
}
.programs .company .program_descript .title {
    padding-top: 20px;
}
.programs .company .go_button {
    float: left;
}
.middle_content .capability .title {
    color: white;
}
.middle_content .capability .title {
    color: white;
    float: none;
    clear: both;
    padding-top: 100px;
    font-size: 44px;
    padding: 80px 25px 40px 0;
    text-align: right;
}
.rate_parts.capability .card .sign {
    font-style: normal;
    font-size: 17px;
    line-height: 21px;
    text-align: left;
}
.descript_title {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
}
.rate_parts.capability {
    margin: 0 auto;
    max-width: 1080px;
    float: none;
    clear: both;
}
.rate_parts.capability .line > div {
    width: 290px;
    margin: 15px 2vw;
}
.rate_parts.capability .line > div:first-child {
    margin: 15px 2vw 0 0;
}
.rate_parts.capability .line > div:last-child {
    margin: 15px 0 15px 2vw;
}
.nominant_content .container {
    max-width: 1240px;
    padding: 0 20px 10px;
}
.nominant_content .slide_container {
    position: relative;
    padding: 0 45px 8px;
    border-bottom: 2px dotted rgb(86, 86, 86);
}
.nominant_content .slide_container .left_arrow {
    left: 0;
    background-image: url(../images/left_arrow.png);
}
.nominant_content .slide_container .right_arrow {
    right: 0;
    top: 0;
    background-image: url(../images/right_arrow.png);

}
.nominant_content .slide_container .arrows {
    position: absolute;
    display: block;
    width: 20px;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: 0.33s;
}
.nominant_content .slide_container .arrows:hover {
    cursor: pointer;
    opacity: 1;
    transition: 0.33s;
}
.nominant_content .title {
    color: rgb(86, 86, 86);
    float: none;
    clear: both;
    padding: 30px 0 35px;
    font-size: 44px;
    text-align: center;
}
.nominant_content .slide_window {
    width: 100%;
    overflow: hidden;
}
.nominant_content .slide_content {
    position: relative;
    display: inline-table;
    width: auto;
    left: 0;
}
.nominant_content .slide_row {
    display: table-row;
    width: 100%;
}
.nominant_content .slide_card {
    position: relative;
    display: table-cell;
    padding: 0;
    text-align: center;
}
.nominant_content .slide_card > div {
    width: 265px;
    font-weight: 600;
    text-align: left;
}
.nominant_content .slide_card .image {
    width: 100%;
    height: 335px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.nominant_content .slide_card .descript {
    min-height: 80px;
    padding: 33px 0 15px;
}
.nominant_content .slide_card .person {
    padding: 10px 0;
    font-style: italic;
    text-align: right;
    vertical-align: bottom;
}
.nominant_content .slide_container .arrows.hide {
    opacity: 0.1;
    pointer-events: none;
}
.nominant_content .slide_card > div:hover {
    cursor: pointer;
}
.trust_content .container {
    max-width: 1240px;
    padding: 0 20px 10px;
}
.trust_content .title {
    color: rgb(86, 86, 86);
    float: none;
    clear: both;
    padding: 21px 0 30px;
    font-size: 41px;
    text-align: center;
}
.trust_content .slide_container {
    position: relative;
    padding: 0 45px 25px;
    border-bottom: 2px dotted rgb(86, 86, 86);
}
.trust_content .slide_container .arrows {
    position: absolute;
    display: block;
    width: 20px;
    height: calc(100% - 25px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: 0.33s;
}
.trust_content .slide_container .arrows:hover {
    cursor: pointer;
    opacity: 1;
    transition: 0.33s;
}
.trust_content .slide_container .left_arrow {
    left: 0;
    background-image: url(../images/left_arrow.png);
}
.trust_content .slide_container .right_arrow {
    right: 0;
    top: 0;
    background-image: url(../images/right_arrow.png);
}
.trust_content .slide_container .arrows.hide {
    opacity: 0.1;
    pointer-events: none;
}
.trust_content .slide_window {
    width: 100%;
    overflow: hidden;
}
.trust_content .slide_content {
    position: relative;
    display: inline-table;
    width: auto;
    left: 0;
}
.trust_content .slide_row {
    display: table-row;
    width: 100%;
}
.trust_content .slide_card {
    position: relative;
    display: table-cell;
    padding: 0;
    text-align: center;
}
.trust_content .slide_card .image {
    display: block;
    width: 180px;
    height: 180px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.trust_content {
    margin: 0 0 25px;
}
.top_image .container {
    padding: 20px 20px;
    text-align: right;
}
.top_image .page_title {
    display: inline-block;
    width: 750px;
    font-size: 35px;
    font-weight: 400;
    padding: 0 25px 0 0;
    color: white;
    line-height: 64px;
    background-image: url(../images/topline.png);
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
main .standard_page {
    max-width: 1240px;
    margin: 0 auto;
}
main .left_column {
    display: block;
    float: left;
    width: 25%;
}
main .page_content {
    display: block;
    float: right;
    width: 75%;
} 
.page_content .page_title {
    position: relative;
    display: block;
    margin: 20px 0 55px;
    height: 64px;
    left: 0;
    opacity: 0;
}
.page_title:after {
    content: '';
    display: block;
    width: 200%;
    height: 100%;
    background-image: url(../images/topline_3.png);
    background-position: left center;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -2;
}
.page_content .page_title .red_line {
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 35px;
    font-weight: 400;
    padding: 0;
    color: white;
    line-height: 64px;
    text-align: right;
    background-image: url(../images/topline_3.png);
    background-position: left center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.search_block .search > input {
    display: block;
    width: 400px;
    float: left;
    line-height: 43px;
    padding: 0 5px 0 10px;
    font-size: 16px;
    font-style: italic;
    border: 1px solid rgb(201, 201, 201);
    border-radius: 10px 0 0 10px;
}
.search_block .search > .search_button {
    display: block;
    float: left;
    width: 115px;
    line-height: 45px;
    color: rgb(105, 10, 5);
    border-radius: 0 10px 10px 0;
    font-size: 21px;
    font-weight: 600;
    font-family: Arial;
    text-align: center;
    background-color: rgb(201, 201, 201);
    transition: 0.33s;
}
.search_block > .holder {
    display: block;
    float: none;
    clear: both;
    padding: 15px 0 39px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(105, 10, 5);
    text-decoration: underline;
}
.left_column .descript_content {
    padding: 140px 30px 0 0;
}
.left_column .descript_content .descript {
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 30px;
}
#rate_viewer {
    margin: 0 0 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
}
.industry_content > .code_content {
    padding: 10px 0 20px 50px;
    line-height: 18px;
}
.industry_content .code_content .title > div {
    display: inline-block;
    vertical-align: top;
}
.code_name {
    max-width: calc(100% - 180px);
}
.industry_content .code_content .code_num {
    width: 160px;
}
.code_descript_table {
    position: relative;
    display: inline-table;
    left: -25px;
    margin: 20px 0 15px;
    color: rgb(86, 86, 86);
}
.reiting_predpriyatiy .code_descript_table {
    left: 0;
}
.table_row {
    display: table-row;
}
.table_row > div {
    display: table-cell;
    padding: 8px 10px;
    text-align: center;
    border-right: 1px solid rgb(111, 111, 111);
    vertical-align: middle;
}
.table_row > div:last-child  {
    border-right: none;
}
.table_row > div:first-child {
    text-align: left;
}
.code_descript_table .table_body > div {
    line-height: 18px;
}
.table_head > div {
    border-top: 1px solid rgb(111, 111, 111);
    border-bottom: 1px solid rgb(111, 111, 111);
}
.table_row:last-child > div {
    border-bottom: 1px solid rgb(111, 111, 111);
}
.industry_content > .code_content .title {
    font-weight: 600;
}
.code_content {
    float: none;
    clear: both;
}
.service_hint {
    float: left;
    width: calc(100% - 260px);
    margin: 0 0 25px;
    font-style: italic;
}
.code_descript_service .service_hint {
    display: none;
}
.service_hint > div {
    display: inline-block;
    font-weight: 600;
    color: rgb(105, 10, 5);
    text-decoration: underline;
}
.company_rate_descript {
    font-weight: 400;
}
.service_hint > div:hover {
    cursor: pointer;
}
.code_descript_button {
    display: block;
    float: right;
    width: 240px;
    margin: 0 0 25px;
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
    color: white;
    text-align: center;
    background-color: rgb(105, 10, 5);
    border-radius: 8px;
    opacity: 1;
    transition: 0.33s;
}
.code_descript_button:hover {
    cursor: pointer;
    opacity: 0.88;
    transition: 0.33s;
}
.search_block .search > .search_button:hover {
    cursor: pointer;
    background-color: rgb(216, 216, 216);
    transition: 0.33s;
}
.award_part > a {
    display: block;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    padding: 3px 0;
    color: rgb(105, 10, 5);
    text-decoration: underline;
    transition: 0.33s;
}
.award_part > .link {
    padding-left: 20px;
}
.award_part > .title {
    padding: 3px 0;
    font-weight: 600;
}
.award_container .award_part {
    margin-bottom: 15px;
}
.award_part > a:hover {
    color: rgb(165, 15, 10);
    transition: 0.33s;
}
.leader_descript {
    margin-bottom: 60px;
}
.award_container {
    padding: 140px 30px 0 0;
}
.leader_descript > div {
    margin-bottom: 15px;
}
.award_page .page_content {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.awards_program_page .page_content {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.leader_item .title {
    margin-bottom: 10px;
    color: rgb(105, 10, 5);
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
}
.leader_item .compny_about {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
}
.leader_item .go_to_company {
    text-align: right;
}
.leader_item .go_to_company > a {
    display: inline-block;
    color: rgb(105, 10, 5);
    text-align: center;
    text-decoration: underline;
}
.leader_item {
    margin-bottom: 40px;
}
.leader_descript > div {
    display: inline-block;
    vertical-align: top;
}
.title.head_title {
    font-weight: 600;
    color: rgb(105, 10, 5);
}
.leader_item .company_sign {
    width: 200px;
    height: 100px;
    margin-right: 20px;
    background-image: url(../images/image.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.leader_item .company_descript {
    width: calc(100% - 230px);
}
.pagination  {
    margin: -20px 0 80px;
    text-align: center;
}
.pagination > div {
    font-size: 18px;
    display: inline-block;
    margin: 3px;
    color: rgb(111, 111, 111);
    transition: 0.33s;
}
.pagination .number.current {
    font-size: 18px;
    display: inline-block;
    margin: 3px;
    color: rgb(105, 10, 5);
    pointer-events: none;
}
.pagination > div:hover {
    cursor: pointer;
    color: rgb(105, 10, 5);
    transition: 0.33s;
}
.awards_program_page .award_descript > div {
    padding: 0 0 15px;
}
.awards_program_page h2 {
    display: block;
    margin: 30px 0 0;
    font-size: 30px;
    font-weight: 600;
    color: rgb(105, 10, 5);
    text-align: left;
}
.award_item {
    float: none;
    clear: both;
    padding: 47px 0 0;
}
.award_item > img {
    display: block;
    float: left;
    margin: 0 15px 0 0;
    width: 171px;
}
.item_descript .title {
    margin: 3px 0 15px;
    font-size: 16px;
    text-transform: uppercase;
}
.awards_program_page .medal_first {
    padding: 50px 0 0;
}
.award_item.medal > img {
    width: 118px;
    padding: 0 27px;
}
.award_item.medal > .industry_professional_2 {
    width: 73px;
    padding: 0 49px;
}
.award_item.medal > .russland2 {
    width: 113px;
    padding: 0 29px;
}
.award_item .item_descript {
    float: right;
    width: calc(100% - 190px);
}
.awards_program_page .company_content {
    float: none;
    clear: both;
    padding: 0 0 40px;
}
.awards_program_page .company_content h2 {
    display: none;
    line-height: 80px;
    padding: 20px 0 0;
    float: none;
    clear: both;
}
.page_content {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}
.contact_page .page_content {
    padding: 0 0 120px;
}
.contact_page .contacts_info {
    float: left;
    width: 39%;
}
.contact_page .contacts_info > div {
    float: none;
    clear: both;
    padding: 0 0 40px;
}
.contact_page .contacts_image {
    float: right;
    width: calc(61% - 20px);
}
.contact_page .contacts_image img {
    width: 100%;
    height: auto;
}
.contact_page .contacts_info .title {
    font-size: 24px;
    font-weight: 400;
    color: rgb(105, 10, 5);
    margin-bottom: 20px;
}
.contacts_message > input {
    display: block;
    width: calc(100% - 20px);
    padding: 8px 10px;
    font-size: 15px;
    font-style: italic;
    border: 1px solid rgb(111, 111, 111);
    border-radius: 4px;
    margin: 0 0 10px;
}
.contacts_message > textarea {
    display: block;
    width: calc(100% - 20px);
    padding: 6px 10px;
    font-size: 16px;
    font-style: italic;
    border: 1px solid rgb(111, 111, 111);
    border-radius: 4px;
}
.contacts_address .item {
    margin-bottom: 20px;
}
.contacts_message .contacts_button {
    float: right;
    margin: 15px 0 0;
    line-height: 36px;
    width: 125px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: rgb(105, 10, 5);
    border-radius: 5px;
    opacity: 1;
    transition: 0.33s;
}
.contacts_message .contacts_button:hover {
    cursor: pointer;
    opacity: 0.84;
    transition: 0.33s;
}
.one_business_page .leader_item .title {
    text-transform: none;
}
.leader_item .company_descript .action_about {
    padding: 0 0 20px;
    font-weight: 400;
    font-size: 16px;
}
.one_business_page .leader_item {
    margin-bottom: 0;
}
.one_business_page .leader_descript {
    margin-bottom: 0;
}
.go_to_business a {
    display: block;
    float: right;
    padding: 0 20px;
    margin: 0 0 60px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: rgb(105, 10, 5);
    border-radius: 5px;
    opacity: 1;
    transition: 0.33s;
}
.go_to_business a:hover {
    cursor: pointer;
    opacity: 0.84;
    transition: 0.33s;
}
.one_business_page main .page_content {
    margin: 0 0 120px;
}
.one_business_page .trust_content {
    margin: 0 0 25px;
    width: calc(100% - 170px);
    float: right;
}
.one_business_page .trust_content .container {
    max-width: none;
    padding: 0;
}
.one_business_page .trust_content .slide_container {
    margin-top: 40px;
    position: relative;
    padding: 25px 45px 0;
    border-bottom: 2px dotted rgb(86, 86, 86);
    border-top: 2px dotted rgb(86, 86, 86);
}
.one_business_page .trust_content .slide_container .arrows {
    top: -10px;
}
.history_page .search_block {
    float: none;
    clear: both;
    margin-bottom: 90px;
}
.reiting_predpriyatiy_full .left_column .descript_content .descript {
    font-size: 15px;
    font-weight: 400;
    padding: 0 0 20px;
}
.reiting_predpriyatiy_full .left_column .descript_content .title {
    font-size: 15px;
    font-weight: 600;
    padding: 0 0 15px;
}
.inline_table {
    position: relative;
    display: inline-table;
    width: 100%;
    margin: 20px 0 15px;
    font-weight: 400;
    color: rgb(86, 86, 86);
}
.table_row {
    display: table-row;
}
.table_row > div:first-child {
    text-align: left;
}
.company_rate_viewer .inline_table .table_head {
    border-bottom: 2px solid rgb(131, 131, 131);
}
.company_rate_viewer .inline_table .table_head:first-child {
    border-top: 2px solid rgb(131, 131, 131);
    border-bottom: 1px solid rgb(131, 131, 131);
}
.inline_table .table_row:last-child {
    border-bottom: 2px solid rgb(131, 131, 131);
}
.inline_table .table_row.active {
    background-color: rgb(236, 236, 236);
}
.reiting_predpriyatiy_full .page_content .title {
    margin-bottom: 10px;
    color: rgb(105, 10, 5);
    font-size: 27px;
    line-height: 30px;
    font-weight: 600;
}
.reiting_predpriyatiy_full .page_content .ocved_descript {
    font-style: italic;
    font-size: 24px;
}
.reiting_predpriyatiy_full td {
    line-height: 18px;
    padding: 10px 5px;
    border-right: 1px solid rgba(111, 111, 111, 0.2);
    text-align: center;
    vertical-align: middle;
}
.reiting_predpriyatiy_full .table_row td:last-child {
    border-right: none;
}
.reiting_predpriyatiy_full .table_row .rate_area {
    border-left: 2px solid rgb(131, 131, 131);
}
.reiting_predpriyatiy_full .left_column .descript_content {
    padding: 140px 50px 0 0;
}
.inline_table .company_name {
    width: 230px;
    text-align: left;
    padding: 10px 10px 10px 10px;
}
.inline_table .table_head .company_name {
    font-weight: 600;
}
.inline_table .table_row.active td {
    font-weight: 600;
}
.inline_table .table_head .rate_area {
    font-weight: 600;
}
.reiting_predpriyatiy_full .code_descript_button {
    width: auto;
    font-weight: 400;
    padding: 0 20px;
}
.table_row.table_head {
    font-weight: 600;
}
.company_rate_descript .descript_content {
    width: calc(100% - 200px);
    float: left;
    margin-bottom: 120px;
}
.company_rate_descript .descript_content > div {
    margin-bottom: 20px;
}
.company_rate_viewer {
    margin-bottom: 10px;
}
.mobile_menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 50px;
    background-color: rgb(105, 10, 5);
    border-bottom: 1px solid rgb(255, 254, 253);
    z-index: 1000;
}
.mobile_menu .mob_icon {
    position: relative;
    top: 0;
    left: auto;
}
.mobile_menu .title {
    position: relative;
    left: 60px;
    top: -21px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    opacity: 0.9;
}
.mob_menu_icon {
    position: relative;
    width: 19px;
    height: 30px;
    cursor: pointer;
    margin: 7px 0 0 20px;
}
.burger {
  position: absolute;
  background: white;
  width: 100%;
  height: 2px;
  top: 50%;
  right: 0px;
  margin-top: 2px;
  opacity: 1;
}
.burger::before {
  position: absolute;
  background: white;
  width: 19px;
  height: 2px;
  top: 8px;
  content: "";
  display: block;
}
.burger::after {
  position: absolute;
  background: white;
  width: 19px;
  height: 2px;
  bottom: 7px;
  content: "";
  display: block;
}
.burger::after, .burger::before, .burger {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.mob_menu_icon.menu-on .burger::after{
   transform: rotate(-45deg);
   -webkit-transform: rotate(-45deg);
  bottom: 0px;
}
.mob_menu_icon.menu-on .burger::before{
   transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
  top: 0px;
}
.mob_menu_icon.menu-on .burger{
    background: rgba(241, 245, 212, 0);
}
.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(10, 0, 0, 0.7);
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
}
.sub_menu .under_line {
    display: none;
}
.awards_program_page .descript_elem {
    font-weight: 400;
}
.total_overlay,
.hint_overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(10, 0, 0, 0.7);
    opacity: 0;
    transition: 0.5s;
    pointer-events: none;
}
.hint_overlay {
    z-index: 100;
}
.total_overlay.active,
.hint_overlay.active {
    opacity: 1;
    transition: 0.5s;
    pointer-events: auto;
}
.service {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    z-index: 1600;
}
.register_pop {
    position: absolute;
    display: none;
    width: 270px;
    height: auto;
    top: 120px;
    left: calc(50% - 152px);
    padding: 0 15px 30px;
    background-color: white;
    border: 2px solid rgb(105, 10, 5);
    border-radius: 10px;
}
.register_pop.active {
    display: block;
}
.service .star {
    display: inline-block;
    font-size: 20px;
    color: rgb(105, 10, 5);
}
.register_pop .title {
    position: relative;
    padding: 10px 0;
    margin: 0 0 27px;
    font-size: 18px;
    color: white;
    text-align: center;
    background-color: rgb(105, 10, 5);
    border-radius: 0 0 6px 6px;
}
.register_form {
    font-size: 18px;
}
.register_form input {
    margin: 6px 0 20px;
    width: calc(100% - 22px);
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid rgb(161, 161, 161);
}
.register_hint {
    font-size: 16px;
    font-style: italic;
}
.register_hint .descript {
    font-size: 14px;
    text-align: center;
}
.register_form input.sand_registry_form {
    display: block;
    width: auto;
    margin: 0 0 25px;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
    color: white;
    text-align: center;
    background-color: rgb(105, 10, 5);
    border-radius: 8px;
    opacity: 1;
    transition: 0.33s;
}
.register_form input.sand_registry_form {
    display: block;
    width: auto;
    margin: 10px auto 25px;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: white;
    text-align: center;
    background-color: rgb(105, 10, 5);
    border-radius: 8px;
    opacity: 1;
    transition: 0.33s;
}
.register_form input.sand_registry_form:hover {
    cursor: pointer;
    opacity: 0.88;
    transition: 0.33s;
}
.register_pop .title .closer {
    position: absolute;
    top: 0;
    right: 15px;
    color: white;
    font-size: 23px;
    transform: rotate(45deg);
    transition: 0.5s;
}
.register_pop .title .closer:hover {
    cursor: pointer;
    transform: rotate(225deg);
    transition: 0.5s;
}
.forgotten_pop {
    position: absolute;
    display: none;
    width: 270px;
    height: auto;
    top: 120px;
    left: calc(50% - 152px);
    padding: 0 15px 18px;
    background-color: white;
    border: 2px solid rgb(105, 10, 5);
    border-radius: 10px;
}
.forgotten_pop.active {
    display: block;
}
.forgotten_pop .title {
    position: relative;
    padding: 10px 5px 13px 0;
    margin: 0 0 23px;
    font-size: 18px;
    color: white;
    text-align: center;
    background-color: rgb(105, 10, 5);
    border-radius: 0 0 6px 6px;
}
.forgotten_pop  .title .closer {
    position: absolute;
    top: -1px;
    right: 10px;
    color: white;
    font-size: 23px;
    transform: rotate(45deg);
    transition: 0.5s;
}
.forgotten_pop .title .closer {
    position: absolute;
    top: 0;
    right: 9px;
    color: white;
    font-size: 23px;
    transform: rotate(45deg);
    transition: 0.5s;
}
.forgotten_pop .title .closer:hover {
    cursor: pointer;
    transform: rotate(225deg);
    transition: 0.5s;
}
.forgotten_form {
    font-size: 18px;
}
.forgotten_form input {
    margin: 12px 0 10px;
    width: calc(100% - 22px);
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid rgb(161, 161, 161);
}
.forgotten_form .login {
    margin-bottom: 23px;
}
.forgotten_form input.sand_forgotten_form {
    display: block;
    width: auto;
    margin: 10px auto 10px;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: white;
    text-align: center;
    background-color: rgb(105, 10, 5);
    border-radius: 8px;
    opacity: 1;
    transition: 0.33s;
}
.forgotten_form input.sand_forgotten_form:hover {
    cursor: pointer;
    opacity: 0.88;
    transition: 0.33s;
}
#forgotten_form div {
    text-align: center;
}
.service .service_hint.active {
    display: block;
    pointer-events: auto;
}
#register_form > div {
    position: relative;
}
.service .service_hint {
    position: fixed;
    left: calc(50% - 142px);
    top: 180px;
    display: none;
    float: none;
    clear: both;
    width: 240px;
    padding: 0 20px 21px;
    text-align: center;
    background-color: white;
    border: 2px solid;
    border-radius: 8px;
    z-index: 120;
    pointer-events: none;
}
.service .service_hint > .container {
    padding: 0;
    text-decoration: none;
}
.service .service_hint .container > .message {
    line-height: 24px;
    text-decoration: none;
    font-style: normal;
}
.service .service_hint .title {
    position: relative;
    padding: 3px 0;
    margin: 0 0 20px;
    font-size: 18px;
    color: white;
    text-align: center;
    background-color: rgb(105, 10, 5);
    border-radius: 0 0 6px 6px;
}
.pagination .no_touch {
    pointer-events: none;
    opacity: 0.47;
}
.pagination .middle,
.pagination .number.current {
    pointer-events: none;
}
.pagination .hide,
.pagination.hide,
.award_page .leader_content .leader_item.hide {
    display: none;
}
.awards_program_page .company_content .items .award_item:nth-child(1) {
    padding: 0;
}
.awards_program_page main {
    padding-bottom: 60px;
}
.nominant_content img {
    display: none;
}
.trust_content .slide_card .image img {
    width: 100%;
    height: 100%;
}
.home .nominant_content .slide_card .slide_link {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
}
.login_pop {
    position: absolute;
    display: none;
    width: 270px;
    height: auto;
    top: 120px;
    left: calc(50% - 152px);
    padding: 0 15px 12px;
    background-color: white;
    border: 2px solid rgb(105, 10, 5);
    border-radius: 10px;
}
.login_pop .title {
    position: relative;
    padding: 10px 5px 13px 0;
    margin: 0 0 23px;
    font-size: 18px;
    color: white;
    text-align: center;
    background-color: rgb(105, 10, 5);
    border-radius: 0 0 6px 6px;
}
.login_pop .title .closer {
    position: absolute;
    top: 0;
    right: 9px;
    color: white;
    font-size: 23px;
    transform: rotate(45deg);
    transition: 0.5s;
}
.login_form {
    font-size: 18px;
}
#login_form > div {
    text-align: center;
}
#login_form input {
    margin: 12px 0 10px;
    width: calc(100% - 22px);
    padding: 0 10px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid rgb(161, 161, 161);
}
.login_form .login {
    margin-bottom: 21px;
}
#login_form input.sand_login_form {
    display: block;
    width: auto;
    margin: 10px auto 10px;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: white;
    text-align: center;
    background-color: rgb(105, 10, 5);
    border-radius: 8px;
    opacity: 1;
    transition: 0.33s;
}
#login_form input.sand_login_form:hover {
    cursor: pointer;
    opacity: 0.88;
    transition: 0.33s;
}
.login_pop .title .closer:hover {
    cursor: pointer;
    transform: rotate(225deg);
    transition: 0.5s;
}
.login_pop.active {
    display: block;
}
header .authorization > .go_in > div.active {
    display: block;
}
.img_left {
    float: left;
    width: 44%;
    margin: 5px 15px 5px 5px;
}
.img_right {
    float: right;
    width: 44%;
    margin: 5px 5px 5px 15px;
}
.img_center {
    float: none;
    clear: both;
    display: block;
    margin: 5px auto 10px;
    max-width: calc(100% - 10px);
}
.no_image {
    display: none;
}
.go_to_business {
    float: none;
    clear: both;
}
.trust_content .slide_card .image img:hover {
    cursor: pointer;
}
.trust_content .slide_link {
    display: none;
}
.award_page .leader_item .company_sign,
.history_page .leader_item .company_sign {
    background-color: transparent;
    background-image: url(../images/image.jpg);
    background-size: contain;
}
.waiter_icon {
    position: absolute;
    display: none;
    width: 47px;
    height: auto;
    top: calc(50vh - 210px);
    left: calc(50vw - 25px);
    z-index: 2100;
}
.waiter_icon.active {
    display: block;
}
.action_about h2 {
    font-size: 23px;
}
.action_about h3 {
    font-size: 18px;
}
.action_about h4 {
    font-size: 16px;
}
.action_about h4 {
    font-size: 14px;
}
.action_about h4 {
    font-size: 12px;
}
.action_about ul {
    list-style-type: disc;
}
.action_about ol {
    list-style-type: decimal;
}
.leader_descript p {
    margin: 20px 0;
}
.award_page .leader_item .compny_about {
    max-height: 196px;
    position: relative;
    overflow-y: hidden;
}
.award_page .leader_item .compny_about:after {
    display: block;
    content: '';
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.award_page .leader_item .compny_about > p:first-child {
    margin-top: 1px;
}
.leader_descript .action_about > p:first-child {
    margin-top: 1px;
}
.leader_descript .action_about > p:last-child {
    margin-bottom: 1px;
}
.search_result {
    padding: 0 0 25px;
}
.searched_company {
    position: relative;
    display: block;
    min-height: 100px;
    border: 1px solid rgb(100, 10, 5);
    border-radius: 6px;
}
.searched_company .title {
    line-height: 27px;
    font-weight: 400;
    font-size: 15px;
    color: white;
    background-color: rgb(108, 10, 5);
    text-align: center;
}
.searched_company .clear {
    display: none;
}
.searched_company .change {
    display: none;
}
.searched_company .no_searched {
    display: none;
    text-align: center;
    padding: 25px 10px;
}
.searched_company .companies {
    display: none;
}
.searched_company .companies .item {
    display: block;
    padding: 0;
    transition: 0.06s;
}
.searched_company .companies .item > div {
    display: inline-block;
    line-height: 19px;
    padding: 10px 10px;
}
.searched_company .companies .item > .inn {
    width: 90px;
    padding-left: 16px;
    font-size: 15px;
    color: rgb(108, 10, 5);
    vertical-align: top;
}
.searched_company .companies .item > .name {
    width: calc(100% - 126px);
    padding: 10px 5px 10px 0;
}
.searched_company .search_waiter_icon {
    position: absolute;
    display: none;
    width: 47px;
    height: auto;
    top: calc(50% - 10px);
    left: calc(50% - 24px);
    z-index: 2100;
}
.searched_company .clear.active {
    display: block;
}
.searched_company .change.active {
    display: block;
}
.searched_company .no_searched.active {
    display: block;
}
.searched_company .companies.active {
    display: block;
}
.searched_company .search_waiter_icon.active {
    display: block;
}
.searched_company .companies .item:hover {
    cursor: pointer;
    background-color: lightgray;
    transition: 0.06s;
}
#rate_viewer .industry_content > .code_content {
    display: none;
}
#rate_viewer .industry_content .title:hover {
    cursor: pointer;
    color: rgb(188, 10, 5);
}
#rate_viewer .industry_content.active > .code_content {
    display: block;
}
#rate_viewer .industry_content.active > .title {
    color: rgb(188, 10, 5);
}
#rate_viewer .code_content.active > .title {
    color: rgb(188, 10, 5);
}
#short_table .table_body .company_name {
    font-size: 15px;
    width: 30%;
}
#short_table .empty .company_name {
    padding-left: 0;
    padding-right: 47px;
    font-weight: 600;
    text-align: center;
}
#short_table .rate_area.active:hover {
    cursor: default;
}
.reiting_predpriyatiy_full .table_row .rate_productivity {
    width: 154px;
    border-left: 2px solid rgb(131, 131, 131);
}
.reiting_predpriyatiy_full table .empty .rate_part_elem {
    position: relative;
    border-right: none;
    height: 80px;
}
.reiting_predpriyatiy_full table .empty .current {
    position: relative;
}
.search_waiter_icon {
    position: absolute;
    display: none;
    width: 47px;
    height: auto;
    top: calc(50vh - 210px);
    left: calc(50vw - 25px);
    z-index: 2100;
}
.reiting_predpriyatiy_full .search_waiter_icon.active {
    display: block;
}
.reiting_predpriyatiy_full .table_row.active {
    background-color: white;
}
.company_rate_viewer .table_row.table_body:nth-child(even) {
    background-color: rgb(236, 236, 236);
}
.reiting_predpriyatiy_full td.clear {
    border-right: none;
}
.reiting_predpriyatiy_full .company_rate_viewer .empty_coll {
    position: relative;
}
.reiting_predpriyatiy_full .company_rate_viewer .empty_coll > div {
    position: absolute;
    display: none;
    width: 100px;
    left: -43px;
    top: 0;
    font-size: 13px;
    font-weight: 400;
}
.reiting_predpriyatiy_full .company_rate_viewer .empty_coll.clear > div {
    display: block;
}
.reiting_predpriyatiy_full .company_rate_viewer .clear {
    background-color: white;
}
#short_table .table_body .rate_area {
    position: relative;
}
#short_table .table_body .rate_area > div {
    position: absolute;
    display: block;
    width: calc(100% - 10px);
    height: 100%;
    left: 10px;
    top: 0;
    font-size: 13px;
}
#short_table .table_body .rate_area.active > div {
    display: none;
}
#short_table .table_body .rate_area > div {
    position: absolute;
    display: block;
    margin: 0;
    width: calc(100% - 20px);
    height: 25px;
    left: 10px;
    top: 5px;
    line-height: 25px;
    font-size: 13px;
}
#short_table .table_row.table_body.light {
    font-weight: 600;
}
.rate_pagination {
    display: none;
    width: 290px;
    margin: 0 auto 21px;
    padding: 4px 0;
    float: none;
    clear: both;
    text-align: center;
    border: 1px solid rgb(153, 143, 143);
    border-radius: 14px;
}
.rate_pagination.active {
    display: block;
}
.rate_pagination div {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: rgb(133, 133, 133);
    transition: 0.12s;
}
.rate_pagination .pag_arrow {
    font-size: 17px;
    margin: 0 3px;
    padding: 0 3px;
    opacity: 0.3;
    pointer-events: none;
}
.rate_pagination .number {
    padding: 0 4px;
    margin: 0 1px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 6px;
}
.rate_pagination .number.current {
    color: rgb(108, 10, 5);
}
.rate_pagination .number:hover {
    cursor: pointer;
    color: rgb(88, 88, 88);
    border: 1px solid rgb(189, 179, 179);
    transition: 0.12s;
}
.rate_pagination .number.current:hover {
    cursor: default;
    color: rgb(108, 10, 5);
    border: 1px solid rgb(255, 255, 255);
    transition: 0.12s;
}
.rate_pagination .pag_arrow.active {
    opacity: 1;
    pointer-events: auto;
}
.rate_pagination .pag_arrow.active:hover {
    cursor: pointer;
    color: rgb(108, 10, 5);
    transition: 0.12s;
}
.rate_pagination .point {
    padding: 0 3px;
}
.industry_content {
    clear: both;
    float: none;
}
.searched_company .search_hint {
    font-size: 12px;
    padding: 6px 10px 3px;
    font-weight: 600;
    font-style: italic;
    color: rgb(108, 10, 5);
    text-align: center;
}
.forgot_double {
    display: block;
    margin: 16px 3px 9px 14px;
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    color: rgb(86, 86, 86);
    transition: 0.15s;
}
.register_double {
    display: block;
    margin: 0 3px 3px 14px;
    font-size: 13px;
    font-weight: 600;
    font-style: italic;
    color: rgb(86, 86, 86);
    transition: 0.15s;
}
.forgot_double:hover,
.register_double:hover {
    cursor: pointer;
    color: rgb(108, 10, 5);
    transition: 0.15s;
}
.searched_company .search_hint:hover {
    cursor: pointer;
    color: rgb(168, 20, 10);
}
#short_table .table_row.zebra:nth-child(even) {
    background-color: rgb(236, 236, 236);
}
.go_okved_button {
    text-align: center;
    color: white;
    background-color: rgb(105, 10, 5);
    border-radius: 6px;
    transition: 0.33s;
}
.go_okved_button:hover {
    cursor: pointer;
    opacity: 0.84;
    transition: 0.33s;
}
.reiting_predpriyatiy_full .company_rate_viewer .go_button {
    outline: 5px solid white;
}
.social {
    position: absolute;
    top: 118px;
    left: 20px;
}
.social > a {
    display: inline-block;
    float: none;
    width: 28px;
    height: 28px;
    margin: 0 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    border-radius: 50%;
    opacity: 1;
    transition: 0.12s;
}
.social .face {
    background-image: url(../images/face.png);
}
.social .linked {
    background-image: url(../images/linked.png);
}
.social .instagram {
    background-image: url(../images/in.png);
}
.social > a:hover {
    cursor: pointer;
    opacity: 0.75;
    transition: 0.12s;
}
.mobile_menu .social {
    top: 10px;
    left: auto;
    right: 10px;
}
.award_container .award_part:last-child {
    display: none;
}
.various_award {
    position: relative;
    float: right;
    width: 75%;
    font-size: 15px;
    padding: 69px 5px 1px;
    font-style: italic;
}
.various_award .footer_star {
    position: absolute;
    top: 68px;
    left: -5px;
    font-weight: 600;
    color: rgb(105, 10, 5);
}
.left_column .award_container .award_part .head_title {
    position: relative;
}
.head_title > .footer_star {
    display: inline-block;
    padding-left: 1px;
    font-weight: 600;
    font-size: 18px;
}
.head_title > .footer_star a {
    color: rgb(105, 10, 5);
}
.various_award > a {
    position: absolute;
    top: -21px;
}

















/*==================================================================================================================================*/
/*==================================================================================================================================*/
/*==================================================================================================================================*/
@media (min-width: 1280px) and (max-width: 5180px) {
    
    .home .footer_container.logo {
        margin-left: 64px;
    }
}


@media (min-width: 1023px) and (max-width: 1065px){
    header .authorization > div {
        width: 140px;
    }
    .social {
        top: 120px;
    }
    .social > a {
        width: 24px;
        height: 24px;
    }
}
@media (min-width: 764px) and (max-width: 1023px) {
    header .menu .social {
        display: none;
    }
    .home main .find_your_company:after {
        display: none;
    }
    .page_title:after {
        display: none;
    }

    header {
        z-index: 1500;
    }
    header .container {
        margin: 69px auto 0;
    }
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        float: none;
        clear: both;
    }
    header .middle_line {
        float: none;
        clear: both;
        margin-bottom: 30px;
    }
    header .authorization {
        margin-bottom: 10px;
    }
    .home main .top_image {
        height: 265px;
    }
    .home main .main_gap {
        height: 265px;
    }
    .find_your_company .title > div {
        font-size: 30px;
    }
    .find_your_company .title .search > input {
        width: 285px;
    }
    .home main .find_your_company {
        width: 540px;
    }
    .home main .find_your_company.active {
        right: -20px;
    }
    .rate_about .line > div {
        width: 200px;
    }
    .rate_parts .line > div {
        width: 200px;
    }
    .rate_parts .line > a {
        width: 200px;
    }
    .middle_content .top_back {
        background-position: 27% top;
    }
    .rate_parts.capability .line > div {
        width: 210px;
    }
    .middle_content .bottom_back {
        background-position: 97% 80%;
    }
    .nominant_content .slide_container {
        padding: 0 35px 8px;
    }
    .nominant_content .slide_card {
        font-size: 14px;
    }
    .nominant_content .slide_card .person {
        padding: 0 0 10px;
    }    
    .nominant_content .title {
        font-size: 39px;
    }
    .middle_content .capability .title {
        font-size: 41px;
    }
    .trust_content .title {
        font-size: 39px;
    }
    .trust_content .slide_container {
        padding: 0 35px 20px;
    }
    .overlay.active {
        opacity: 1;
        transition: 0.5s;
    }
    .menu {
        height: calc(100vh - 50px);
        width: 400px;
        padding: 15px 15px 0;
        top: 51px;
        left: -120%;
        margin: 0;
        background-color: rgb(105, 10, 5);
        transition: 0.6s;
    }
    .mobile_menu .mob_icon{
        left: 12px;
    }
    .mobile_menu {
        display: block;
    }
    .menu.active {
        left: 0;
        transition: 0.6s;
    }
    .menu .link_title > a {
        color: white;
    }
    .menu .link {
        display: block;
    }
    .menu .link_title.active > a, 
    .menu .link_title:hover > a {
        color: white;
    }
    .menu .link_title {
        line-height: 43px;
    }
    .menu .link_title .sub_menu {
        position: static;
        height: auto;
        padding: 0;
        background-color: transparent;
        overflow: auto;
    }
    .home .menu .link_title .sub_menu {
        background-color: transparent;
    }
    .menu .link_title .sub_link {
        font-weight: 600;
        color: white;
    }
    .menu .link_title .under_line {
        position: relative;
        top: -7px;
        height: 2px;
        line-height: 0;
    }
    .menu .link_title .under_line > div {
        background-color: white;
    }
    .menu .link_title .sub_link {
        line-height: 46px;
    }
    .menu .sub_menu .sub_link:last-child {
        margin-bottom: 0;
    }
    .menu .sub_menu .sub_link:first-child {
        margin-top: 0;
    }
    .menu .link_title .sub_menu + .under_line {
        display: block;
    }
    .sub_menu .sub_link.active + .under_line > div {
        width: 100%;
        transition: 0.5s;
    }
    .menu .link:last-child .link_title {
        margin-right: 15px;
    }
    main .left_column {
        float: none;
        width: auto;
    }
    main .page_content {
        display: block;
        float: none;
        width: auto;
    }
    .page_content .page_title .red_line {
        width: calc(100% - 20px);
        left: 10px;
        padding: 0 20px 0;
    }
    .page_content .page_title {
        position: absolute;
        top: 0;
        left: 20px;
        display: block;
        margin: 0;
        height: 64px;
        width: calc(100% - 40px);
    }
    .container.standard_page {
        position: relative;
    }
    .left_column .descript_content {
        padding: 110px 30px 20px 0;
    }  
    .search_block {
        padding-bottom: 10px;
    }
    .award_page  .award_container {
        padding: 90px 0 10px 0;
    }
    .leader_descript {
        margin: 10px 0 20px;
    } 
    .award_page main .container {
        padding: 0 10px 0px;
    }
    .awards_program_page .award_container {
        padding: 100px 30px 0 0;
    }
    .contact_page main {
        padding-bottom: 60px;
    }
    .company_rate_viewer > table {
        min-width: 960px;
    }
    .company_rate_viewer {
        margin-bottom: 15px;
        overflow-x: scroll;
        box-shadow: 2px 2px 4px rgba(50, 0, 0, .2) inset;
    }
    .reiting_predpriyatiy_full td {
        padding: 3px 5px;
    } 
    .company_rate_descript .descript_content {
        width: calc(100% - 200px);
        float: left;
        margin-bottom: 60px;
    }
    .reiting_predpriyatiy_full .left_column .descript_content {
        padding: 100px 0 15px 0;
    }
    .history_page .award_container {
        padding: 100px 0 20px 0;
    }
    .history_page .leader_item {
        margin-bottom: 0;
    }
    .history_page .search_block {
        margin-bottom: 0;
        text-align: center;
    }
    .history_page .search_block .search {
        display: inline-block;
    }

 
    
}
/*==================================================================================================================================*/
/*==================================================================================================================================*/
/*==================================================================================================================================*/
@media (min-width: 320px) and (max-width: 764px){
    .various_award {
        width: 80%;
        font-size: 15px;
        padding: 19px 5px 1px;
    }
    .various_award .footer_star {
        top: 18px;
        left: -6px;
    }
    .home main .find_your_company:after {
        display: none;
    }
    .page_title:after {
        display: none;
    }

    header {
        z-index: 1500;
    }
    header .container {
        margin: 47px auto 0;
        padding: 20px 10px 0;
    }
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        float: none;
        clear: both;
    }
    header .top_line .title {
        display: block;
        float: right;
        margin-left: 21px;
        margin-right: 3px;
        font-size: 25px;
        width: 210px;
        color: rgb(105, 10, 5);
    }
    header .logo_img {
        width: 64px;
        height: 51px;
    }
    header .middle_line {
        float: none;
        clear: both;
        margin-bottom: 25px;
    }
    header .authorization {
        margin-bottom: 15px;
    }
    .home main .top_image {
        height: 265px;
    }
    .home main .main_gap {
        height: 265px;
    }
    .find_your_company .title > div {
        font-size: 15px;
        font-weight: 600;
        line-height: 25px;
        width: 225px;
        padding: 0;
        float: right;
    }
    .find_your_company .title .search {
        left: -15px;
        width: 290px;
        font-size: 14px;
    }
    .find_your_company .title .search .search_button {
        width: 75px;
        font-size: 17px;
        font-weight: 600;
    }
    .find_your_company .title .holder {
        width: 210px;
        float: right;
        clear: both;
        font-size: 12px;
        padding: 10px 20px 0 0;
        line-height: 19px;
    }
    .rate_parts.inform {
        background-color: rgb(10, 71, 30);
    }
    .rate_parts .line {
        margin-top: 0;
        padding-top: 25px;
    }
    .middle_content > .container > .title {
        font-size: 33px;
        background-color: rgb(10, 71, 30);
    }
    .find_your_company .title .search > input {
        width: 200px;
    }
    .find_your_company .title {
        padding: 30px 0 0;
    }
    .home main .find_your_company {
        width: 300px;
        height: 210px;
    }
    .rate_about .line > div {
        width: 200px;
    }
    .rate_parts .line > div {
        width: 200px;
    }
    .rate_parts .line > a {
        width: 200px;
    }
    .middle_content .top_back {
        display: none;
    }
    .rate_parts.capability .line > div {
        width: 210px;
    }
    .nominant_content .slide_container {
        padding: 0 35px 8px;
    }
    .nominant_content .slide_card {
        font-size: 14px;
    }
    .nominant_content .slide_card .person {
        padding: 0 0 10px;
    }    
    .nominant_content .title {
        font-size: 33px;
    }
    .middle_content .capability .title {
        font-size: 41px;
    }
    .trust_content .title {
        font-size: 33px;
    }
    .trust_content .slide_container {
        padding: 0 35px 20px;
    }
    .overlay.active {
        opacity: 1;
        transition: 0.5s;
    }
    .menu {
        height: calc(100vh - 50px);
        width: calc(100% - 20px);
        padding: 15px 10px 0;
        top: 51px;
        left: -120%;
        margin: 0;
        background-color: rgb(105, 10, 5);
        transition: 0.5s;
    }
    .mobile_menu .mob_icon{
        left: 12px;
    }
    .mobile_menu {
        display: block;
    }
    .menu.active {
        left: 0;
        transition: 0.5s;
    }
    .menu .link_title > a {
        color: white;
    }
    .menu .link {
        display: block;
    }
    .menu .link_title.active > a, 
    .menu .link_title:hover > a {
        color: white;
    }
    .menu .link_title {
        line-height: 43px;
    }
    .menu .link_title .sub_menu {
        position: static;
        height: auto;
        padding: 0;
        background-color: transparent;
        overflow: auto;
    }
    .home .menu .link_title .sub_menu {
        background-color: transparent;
    }
    .menu .link_title .sub_link {
        font-weight: 600;
        color: white;
    }
    .menu .link_title .under_line {
        position: relative;
        top: -7px;
        height: 2px;
        line-height: 0;
    }
    .menu .link_title .under_line > div {
        background-color: white;
    }
    .menu .link_title .sub_link {
        line-height: 46px;
    }
    .menu .sub_menu .sub_link:last-child {
        margin-bottom: 0;
    }
    .menu .sub_menu .sub_link:first-child {
        margin-top: 0;
    }
    .menu .link_title .sub_menu + .under_line {
        display: block;
    }
    .sub_menu .sub_link.active + .under_line > div {
        width: 100%;
        transition: 0.5s;
    }
    .menu .link:last-child .link_title {
        margin-right: 15px;
    }
    .menu .link_title a {
        font-size: 15px;
    }
    .menu.album .link_title .under_line {
        top: -3px;
    }
    .menu.album .link_title {
        line-height: 30px;
    }
    .menu.album .link_title .sub_link {
        line-height: 32px;
    }
    main .container {
        padding: 0 10px 60px;
    }
    header .authorization > .go_in > div {
        width: 62px;
        line-height: 27px;
        font-size: 15px;
        text-transform: lowercase;
    }
    header .authorization .go_in {
        width: 62px;
    }
    header .authorization > div {
        width: 115px;
    }
    rate_parts.programs > .title {
        text-align: center;
        margin-right: 0;
    }
    .leader > div {
        display: block;
        margin: 0 auto;
    }
    .program_descript {
        font-size: 16px;
        font-weight: 400;
    }
    .rate_parts.programs > div .title {
        font-size: 30px;
        text-align: center;
        margin-right: 0;
    }
    .leader .program_descript {
        width: auto;
        padding: 0;
    }
    .rate_parts.programs > .title {
        text-align: center;
        margin-right: 0;
        padding: 35px 0 25px;
         font-size: 36px;
    }
    .go_button {
        display: block;
        float: none;
        margin: 14px auto 0;
    }
    .company {
        margin: 50px 0 0;
    }
    .company > div {
        float: none;
        margin: 0 auto;
    }
    .company .program_descript {
        width: auto;
        margin-right: 0;
    }
    .programs .company .go_button {
        display: block;
        float: none;
        margin: 14px auto 0;
    }
    .rate_parts.programs {
        margin-bottom: 50px;
    }
    .rate_parts.capability {
        padding-bottom: 30px;
        background-color: rgb(105, 10, 5);
    }
    .middle_content .bottom_back {
        display: none;
    }
    .middle_content .capability .title {
        padding: 30px 0 0;
        font-size: 36px;
        text-align: center;
    }
    footer {
        padding: 1px 0 35px;
    }
    .footer_container {
        display: block;
        padding-top: 1px;
        width: 300px;
    }
    footer .container {
        padding: 0 10px;
        text-align: right;
    }
    .footer_container.logo {
        width: auto;
        display: block;
        padding-bottom: 20px;
        float: none;
    }
    .footer_container.links {
        max-width: auto;
        padding-top: 25px;
    }
    .trust_content .slide_container .left_arrow,
    .trust_content .slide_container .right_arrow {
        top: -10px;
    }
    main .left_column {
        float: none;
        width: auto;
    }
    main .page_content {
        display: block;
        float: none;
        width: auto;
    }
    .page_content .page_title .red_line {
        width: calc(100% - 60px);
        height: auto;
        top: 0;
        left: 30px;
        font-size: 29px;
        font-weight: 400;
        padding: 10px 20px;
        line-height: 36px;
        vertical-align: middle;
    }
    .page_content .page_title {
        position: absolute;
        top: 0;
        left: 10px;
        display: block;
        margin: 0;
        height: 64px;
        width: calc(100% - 20px);
    }
    .container.standard_page {
        position: relative;
    }
    .left_column .descript_content {
        padding: 110px 30px 20px 0;
    }  
    .search_block {
        padding-bottom: 10px;
        width: 290px;
        margin: 0 auto;
    }  
    .search_block .search > input {
        width: 200px;
        padding: 0 5px;
        font-size: 14px;
    }
    .search_block .search > .search_button {
        width: 75px;
        font-size: 17px;
        font-weight: 600;
    }
    .search_block > .holder {
        padding: 10px 0 10px;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
    }
    #rate_viewer {
        margin: 0 0 40px;
        font-size: 15px;
        font-weight: 400;
        line-height: 18px;
        overflow: scroll;
        padding: 20px 10px;
        box-shadow: 2px 2px 4px rgba(50, 0, 0, .2) inset;
    }
    .industry_content {
        min-width: 730px;
    }
    .leader_descript {
        margin: 40px 0 0;
    }
    .award_page .award_container {
        padding: 90px 30px 0 0;
    }
    .leader_item .company_sign {
        display: block;
        width: 300px;
        height: 300px;
        margin: 0 auto 20px;
    }
    .leader_item .company_descript {
        width: auto;
        display: block;
    }
    .leader_item .leader_descript {
        margin-bottom: 64px;
    }
    .award_page main .container {
        padding: 0 10px 0px;
    }
    .home main .find_your_company.active {
        right: -10px;
        transition: 1s;
    }
    .award_item > img {
        float: none;
        margin: 0 auto 20px;
    }
    .awards_program_page h2 {
        margin: 50px 0 15px;
        text-align: center;
    }
    .award_item .item_descript {
        width: 100%;
        float: none;
        margin-bottom: 35px;
    }
    .item_descript .title {
        margin: 20px 0 10px;
        text-align: center;
    }
    .contacts_content {
        position: relative;
    }
    .contact_page .contacts_info {
        float: none;
        width: auto;
        padding: 250px 0 0;
    }
    .contact_page .award_container {
        padding: 64px 0 0;
    }
    .contact_page .contacts_image {
        float: none;
        width: 100%;
        height: 200px;
        position: absolute;
        top: 0;
        left: 0;
        overflow-x: hidden;
    }
    .contact_page .contacts_image img {
        margin: 0 auto;
        display: block;
        width: auto;
        height: 100%;
    }
    .contact_page .contacts_info > div {
        padding: 0 0 20px;
    }
    .contact_page main .container {
        padding: 0 10px 0px;
    }
    .company_rate_viewer > table {
        min-width: 960px;
    }
    .company_rate_viewer {
        padding: 0 10px;
        margin-bottom: 15px;
        overflow-x: scroll;
        box-shadow: 2px 2px 4px rgba(50, 0, 0, .2) inset;
    }
    .reiting_predpriyatiy_full td {
        padding: 3px 5px;
    } 
    .company_rate_descript .descript_content {
        width: calc(100% - 200px);
        float: left;
        margin-bottom: 60px;
    }
    .reiting_predpriyatiy_full .left_column .descript_content {
        padding: 110px 50px 0 0;
    }
    .company_rate_descript .descript_content {
        margin-bottom: 60px;
        width: auto;
        float: none;
    }
    .company_rate_descript {
        position: relative;
        padding-top: 70px;
    } 
    .company_rate_descript .go_back {
        position: absolute;
        top: 5px;
        right: 0;
    }
    .reiting_predpriyatiy_full main .container {
        padding: 0 10px 0;
    }
    .history_page .award_container {
        padding: 100px 0 20px 0;
    }
    .history_page .leader_item {
        margin-bottom: 0;
    }
    .history_page .search_block {
        margin-bottom: 0;
        text-align: center;
    }
    .history_page .search_block .search {
        display: inline-block;
    }
    .history_page .leader_item .leader_descript {
        margin: 0;
    }
    .history_page .go_to_business {
        text-align: center;
    }
    .go_to_business a {
        display: inline-block;
        float: none;
    }
    .register_pop {
        top: 80px;
    }
    .service .service_hint {
        top: 150px;
    }
    .waiter_icon {
        top: calc(50vh - 90px);
    }
    .searched_company .companies .item > div {
        font-size: 12px;
    }
    .searched_company .companies .item > .inn {
        font-size: 12px;
    }
    header .menu .social {
        display: none;
    }
}


/* Отключение элементов классами требуемой специфичности */
.menu .link_title .under_line .disabled > div {
    /*color: gray !important;
    background-color: transparent !important;*/
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}
.search_button, .disabled {
    /*color: gray !important;
     background-color: transparent; */
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.deactive {
    display: none !important;
}