body {
    font-family: Arial;
    color: rgb(134, 134, 134);
    width: 100%;
}
.head_container {
    max-width: 1495px;
    padding: 10px 25px 30px 40px;
    margin: 0 auto;
}
.mobile_menu {
    display: none;
}
.container {
    max-width: 1475px;
    padding: 10px 25px 60px 60px;
    margin: 0 auto;
}
.big_container {
    max-width: 1560px;
    padding: 0 0 60px 0;
    margin: 0 auto;
}
.foot_container {
    max-width: 1515px;
    padding: 10px 25px 0 20px;
    margin: 0 auto;
}
.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;
}
.mobile_menu .logo_icon {
    position: absolute;
    display: block;
    width: 47px;
    height: 37px;
    right: 10px;
    top: 6px;
    background-image: url(../images/footer_logo_white.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.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(75, 111, 132);
    border-radius: 10px;
}
.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;
}
.waiter_icon {
    position: absolute;
    display: none;
    width: 47px;
    height: auto;
    top: calc(50vh - 210px);
    left: calc(50vw - 25px);
    z-index: 2100;
}
header .logo_img {
    display: block;
    width: 122px;
    height: 110px;
    background-image: url(../images/logo.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.mobile_arrows .arrow_icon {
    display: none;
    width: 100px;
    height: 16px;
    margin: 0 auto;
    background-image: url(../images/double_arrow_blue.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
header .authorization > .go_in > div {
    font-size: 16px;
    font-weight: 600;
    color: white;
    background-color: rgb(75, 111, 132);
    border-radius: 2px;
}
header .authorization > .go_in > div {
    display: none;
    width: 100px;
    line-height: 27px;
    text-align: center;
    transition: 0.21s;
}
header .authorization > .go_in > div.active {
    display: block;
}
header .authorization > .go_in > div:hover {
    cursor: pointer;
    opacity: 0.84;
    transition: 0.21s;
}
.top_line {
    text-align: right;
    font-size: 0;
}
.top_line > div {
    display: inline-block;
}
.head_title {
    color: rgb(75, 111, 132);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 59px;
}
.head_title .title_descript {
    font-size: 19px;
}
.link_title > a {
    color: rgb(75, 111, 132);
    font-size: 16px;
    transition: 0.5s;
}
.link_title:hover > a {
    cursor: pointer;
}
.link_title .under_line {
    height: 3px;
    line-height: 0;
}
.link_title .under_line > div {
    height: 100%;
    width:0;
    margin: 0 auto;
    background-color: rgb(75, 111, 132);
    transition: 0.5s;
}
.link_title.active .under_line > div,
.link_title:hover .under_line > div {
    width: 100%;
    transition: 0.5s;
}
.top_line .link {
    display: inline-block;
    line-height: 16px;
    margin: 0 15px 0 15px;
}
.social {
    vertical-align: top;
}
.social > a {
    display: inline-block;
    float: none;
    width: 22px;
    height: 22px;
    margin: 0 0 0 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: white;
    border-radius: 3px;
    border: 2px solid rgb(229, 239, 243);
    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/instagram.png);
}
.top_menu {
    padding-top: 3px;
}
.social > a:hover {
    opacity: 0.84;
    transition: 0.12s;
}
.mid_line {
    padding: 15px 0 0;
}
.mid_line > div {
    float: left;
}
.mid_line .logo {
    width: 160px;
}
.mid_line .head_title {
    width: calc(100% - 441px);
    text-align: center;
    padding-top: 15px;
}
.mid_line .logger {
    width: 280px;
    padding-top: 20px;
    margin-bottom: 39px;
}
.head_title .title {
    padding-bottom: 8px;
}
.authorization .form_block {
    float: left;
}
.authorization .go_in {
    float: right;
}
.registration {
    float: none;
    clear: both;
}
.registration .register {
    float: left;
    transition: 0.15s;
}
.registration .forgot {
    float: right;
    transition: 0.15s;
}
.authorization .form_block input {
    width: 158px;
    line-height: 21px;
    padding: 1px 4px;
    margin-bottom: 8px;
    font-size: 15px;
    font-style: italic;
    border: 1px solid rgb(222, 222, 222);
    border-radius: 3px;
}
.registration > div {
    font-size: 13px;
    font-style: italic;
    text-decoration: underline;
}
.menu .container {
    padding: 0 25px 0 60px;
}
.head_link {
    display: block;
    text-align: center;
}
.menu {
    float: none;
    clear: both;
    font-size: 18px;
    font-weight: 600;
    background-color: rgb(75, 111, 132);
    color: white;
    text-transform: uppercase;
}
.menu .link {
    display: inline-block;
    margin: 0 0 0 39px;
}
.menu .link a {
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding-top: 10px;
    line-height: 15px;
}
.head_link .link:first-child {
    margin: 0;
}
.menu .link_title .under_line > div {
    position: relative;
    top: 6px;
    background-color: white;
}
footer {
    float: none;
    clear: both;
    background-color: rgb(75, 111, 132);
}
footer .logo_img {
    display: block;
    margin: 20px auto;
    width: 93px;
    height: 79px;
    background-image: url(../images/footer_logo_white.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.footer_title {
    font-size: 42px;
    color: white;
    text-align: center;
    text-transform: uppercase;
}
.title_descript {
    padding: 5px 0 25px;
    font-size: 14px;
}
.logo_block {
    display: inline-block;
    text-align: center;
}
.link_block {
    display: inline-block;
    text-align: right;
    width: calc(100% - 285px);
    vertical-align: top;
}
.footer_top_link .link_title a {
    color: white;
    font-size: 15px;
    margin: 0 0 0 30px;
}
.footer_top_link .link {
    display: inline-block;
    padding: 12px 0 0 0;
}
footer .link_title .under_line {
    display: none;
}
.footer_link > div {
    display: inline-block;
    width: 210px;
    text-align: left;
    vertical-align: top;
}
.footer_link > .right_link {
    width: 111px;
}
.footer_link .link_title a {
    display: inline-block;
    color: white;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    line-height: 34px;
    text-transform: uppercase;
}
.footer_link {
    padding: 26px 0 0;
}
.left_link .link {
    padding: 0 0 0 30px;
}
.main_gap {
    float: right;
    width: 50%;
    height: 215px;
    background-color: rgb(229, 239, 243);
}
.main_img {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background-image: url(../images/main_img.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.find_your_company .search_button {
    display: inline-block;
    width: 57px;
    height: 53px;
    background-image: url(../images/search_icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: top;
}
.find_your_company .title {
    width: 470px;
    margin: 0 auto;
}
.find_your_company {
    font-size: 28px;
    color: rgb(75, 111, 132);
}
.find_your_company .search input {
    display: inline-block;
    width: 379px;
    line-height: 40px;
    padding: 7px 5px 5px 14px;
    border-radius: 2px 0 0 2px;
    border: none;
    font-size: 16px;
    font-style: italic;
}
.find_your_company .search {
    font-size: 0;
}
.holder {
    color: rgb(134, 134, 134);
    font-size: 13px;
    text-decoration: underline;
    padding-top: 15px;
}
.line_one {
    padding-top: 30px;
}
.line_two {
    line-height: 28px;
    padding-top: 4px;
    padding-bottom: 18px;
}
.rate_part {
    float: none;
    clear: both;
    padding: 35px 25px 10px;
}
.rate_part .title {
    float: none;
    clear: both;
    line-height: 33px;
    font-size: 19px;
    font-weight: 600;
    color: rgb(75, 111, 132);
    text-transform: uppercase;
}
.rate_part li {
    position: relative;
    padding: 14px 10px 6px 33px;
    line-height: 22px;
    font-size: 18px;
}
.rate_part li:before {
    content: ".";
    position: absolute;
    top: -4px;
    left: -4px;
    font-size: 64px;
    line-height: 21px;
    color: rgb(75, 111, 132);
}
.descript_content {
    width: 50%;
    float: left;
}
.bolder {
    display: inline;
    font-weight: 600;
}
.award_slider {
    position: relative;
    float: left;
    width: 50%;
}
.award_slider .slider_content {
    position: relative;
    float: none;
    clear: both;
    width: 100%;
    height: 370px;
    overflow: hidden;
}
.award_slider .card {
    position: absolute;
    width: 270px;
    height: 355px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.award_slider .slider_control {
    padding-top: 15px;
    text-align: center;
    font-size: 0;
}
.award_slider .slider_control .point {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 8px 20px;
    border: 1px solid rgb(75, 111, 132);
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
}
.award_slider .slider_control .point.active {
    background-color: rgb(75, 111, 132);
    transition: 0.3s;
    pointer-events: none;
}
.award_slider .slider_control .point:hover {
    cursor: pointer;
    background-color: rgb(229, 239, 243);
    transition: 0.3s;
}
.award_slider .slider_content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    z-index: 100;
    height: 100%;
    width: 25px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.award_slider .slider_content:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    z-index: 100;
    height: 100%;
    width: 25px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}
.company_part {
    float: none;
    clear: both;
    padding: 10px 25px 0;
}
.company_part .title {
    float: none;
    clear: both;
    line-height: 33px;
    font-size: 19px;
    font-weight: 600;
    color: rgb(75, 111, 132);
    text-transform: uppercase;
}
.company_part li {
    position: relative;
    padding: 0 0 40px 70px;
    line-height: 22px;
    font-size: 18px;
}
.company_part .marker {
    position: absolute;
    top: -5px;
    left: 0;
    width: 40px;
    height: 40px;
    font-weight: 600;
    line-height: 40px;
    font-size: 29px;
    color: rgb(75, 111, 132);
    text-align: center;
    border: 3px solid rgb(75, 111, 132);
    border-radius: 50%;
}
.company_part .cub_title {
    color: rgb(88, 88, 88);
    line-height: 36px;
    font-size: 18px;
}
.company_part .description {
    padding: 10px 0 0 0;
    text-align: center;
}
.company_part ul {
    display: inline-block;
    width: 400px;
    padding: 35px 3.6% 20px;
    text-align: left;
    vertical-align: top;
}
.event_part {
    margin-top: 30px;
    padding: 0 25px 30px;
    border-top: 1px dashed rgb(75, 111, 132);
    display: none;
}
.event_part .title_part {
    text-align: center;
}
.event_part .title {
    position: relative;
    display: inline-block;
    top: -14px;
    padding: 0 20px 0 80px;
    font-size: 27px;
    font-weight: 600;
    color: rgb(75, 111, 132);
    background-color: white;
    text-transform: uppercase;
}
.event_part .title_icon {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 20px;
    top: -9px;
    background-image: url(../images/star_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.event_slider .slide_card .image {
    width: 160px;
    height: 160px;
    margin: 25px auto 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.event_slider .slide_row .slide_card:nth-child(1) .image {
    background-image: url(../images/lazarev.jpg);
}
.event_slider .slide_row .slide_card:nth-child(2) .image {
    background-image: url(../images/audio.jpg);
}
.event_slider .slide_row .slide_card:nth-child(3) .image {
    background-image: url(../images/awards.jpg);
}
.event_slider .slide_row .slide_card:nth-child(4) .image {
    background-image: url(../images/audio.jpg);
}
.event_slider .slide_row .slide_card:nth-child(5) .image {
    background-image: url(../images/awards.jpg);
}
.event_slider .slide_row .slide_card:nth-child(6) .image {
    background-image: url(../images/lazarev.jpg);
}
.event_slider .slide_row .slide_card:nth-child(7) .image {
    background-image: url(../images/awards.jpg);
}
.event_slider .slide_row .slide_card:nth-child(8) .image {
    background-image: url(../images/audio.jpg);
}
.slide_container .slide_card .title {
    position: static;
    display: block;
    padding: 0;
    font-size: 19px;
    text-align: center;
    text-transform: none;
    font-weight: 400;
    line-height: 21px;
    height: 96px;
}
.slide_container .slide_card {
    display: inline-block;
    width: 270px;
    margin: 25px 50px;
    white-space: normal;
    vertical-align: top;
}
.slide_container .slide_card:hover {
    cursor: pointer;
}
.slide_container .slide_card .descript {
    text-align: center;
    line-height: 22px;
    font-size: 18px;
}
.slide_container {
    position: relative;
    padding: 0 20px 0;
}
.slide_container .slide_window {
    width: 100%;
    overflow: hidden;
}
.slide_container .arrows {
    position: absolute;
    display: block;
    width: 20px;
    height: 36px;
    top: calc(50% - 20px);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 1;
    transition: 0.33s;
}
.slide_container .left_arrow {
    left: 0;
    background-image: url(../images/arrow_left_blue.png);
}
.slide_container .right_arrow {
    right: 0;
    background-image: url(../images/arrow_right_blue.png);
}
.slide_container .arrows.hide {
    opacity: 0.1;
    pointer-events: none;
}
.slide_container .arrows:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: 0.33s;
}
.slide_container .slide_content {
    position: relative;
    width: auto;
    left: 0;
}
.slide_container .slide_row {
    width: auto;
    font-size: 0;
    white-space: nowrap;
}
.news_part {
    margin-top: 30px;
    padding: 0 25px 0;
    border-top: 1px dashed rgb(75, 111, 132);
}
.news_part .title_part {
    text-align: center;
}
.news_part .title {
    position: relative;
    display: inline-block;
    top: -14px;
    padding: 0 20px 0 80px;
    font-size: 27px;
    font-weight: 600;
    color: rgb(75, 111, 132);
    background-color: white;
    text-transform: uppercase;
}
.news_part .title_icon {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 20px;
    top: -9px;
    background-image: url(../images/book_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.news_part .slide_card .image {
    width: 200px;
    height: 200px;
    margin: 25px auto 30px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.news_board {
    display: table;
    margin: 30px auto 0;
    border-spacing: 25px;
}
.news_row {
    display: table-row;
}
.news_container {
    position: relative;
    display: table-cell;
    width: 400px;
    height: 100%;
    padding: 25px 20px 60px 30px;
    border: 1px solid rgb(134, 134, 134);
}
.news_container .title {
    position: static;
    display: block;
    padding: 0 0 0 55px;
    font-size: 19px;
    line-height: 24px;
    font-weight: 600;
    color: rgb(75, 111, 132);
    background-color: transparent;
    text-transform: none;
}
.go_news {
    position: absolute;
    display: block;
    bottom: 15px;
    right: 20px;
    padding: 0 18px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    background-color: rgb(75, 111, 132);
    opacity: 1;
    transition: 0.21s;
}
.go_news:hover {
    cursor: pointer;
    opacity: 0.84;
    transition: 0.21s;
}
.news_container .title_icon {
    position: absolute;
    width: 41px;
    height: 41px;
    left: 20px;
    top: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.news_part .birth .title_icon {
    background-image: url(../images/book_icon.png);
}
.news_part .respect .title_icon {
    background-image: url(../images/penta_icon.png);
}
.news_container .news_item .title {
    font-weight: 400;
    padding: 20px 0 0;
}
.respect .news_item .title {
    text-transform: uppercase;
}
.news_item {
    font-size: 18px;
    line-height: 21px;
}
.birth .news_item .company {
    text-transform: uppercase;
}
.partner_part {
    padding: 0 25px 0 25px;
}
.partner_part .slide_container .slide_card {
    width: 200px;
    margin: 25px 25px;
    display: inline-block;
    white-space: normal;
}
.partner_part .description {
    border-top: 1px dashed rgb(75, 111, 132);
    border-bottom: 1px dashed rgb(75, 111, 132);
}
.partner_part .title {
    font-size: 24px;
    color: rgb(75, 111, 132);
    text-align: center;
    margin-top: 30px;
    line-height: 55px;
}
.partner_part .slide_card .image {
    width: 200px;
    height: 100px;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.slide_card .slide_link {
    display: none;
}
.content_item {
    float: none;
    clear: both;
}
.content_section .content_item .descript {
    float: left;
    width: calc(100% - 296px);
    max-width: 1080px;
    height: auto;
    margin: 0 0 45px 0;
}
.content_section .content_item .image {
    float: left;
    width: 255px;
    height: 180px;
    margin: 5px 20px 40px 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.page_title .company_list {
    display: block;
    float: right;
    line-height: 52px;
    padding: 0 30px 0 20px;
    font-size: 19px;
    font-weight: 600;
    color: rgb(75, 111, 132);
    text-transform: uppercase;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/link_arrow_blue.png);
    background-position: right center;
    opacity: 1;
    transition: 0.15s;
}
.page_title .company_list:hover {
    opacity: 0.84;
    transition: 0.15s;
}
.page_title > .title {
    float: left;
    line-height: 52px;
    padding: 0;
    font-size: 23px;
    font-weight: 600;
    color: rgb(75, 111, 132);
    text-transform: uppercase;
}
.page_content {
    float: none;
    clear: both;
    padding-top: 47px;
}
.page_title {
    padding-top: 5px;
}
.content_item .date {
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    color: rgb(75, 111, 132);
}
.content_item .title {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    padding-top: 5px;
    padding-bottom: 6px;
    text-transform: uppercase;
    color: rgb(75, 111, 132);
}
.content_item .description {
    padding: 0 0 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    color: rgb(134, 134, 134);
}
main .runner {
    position: fixed;
    display: none;
    bottom: 15px;
    right: 9px;
    width: 30px;
    height: 30px;
    border: 2px solid rgb(95, 141, 152);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 1);
    background-image: url(../images/arrow_left_blue.png);
    background-position: 47% center;
    background-size: auto 30px;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    opacity: 0.84;
}
.content_item a {
    display: block;
    float: right;
    padding-right: 5px;
    color: rgb(75, 111, 132);
    text-decoration: underline;
}
.pagination {
    margin: 0 0 30px;
    padding-top: 15px;
    text-align: center;
    float: none;
    clear: both;
}
.pagination .no_touch {
    pointer-events: none;
    opacity: 0.47;
}
.pagination .number {
    padding: 0 4px;
    margin: 0 1px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 6px;
}
.pagination > div {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    color: rgb(75, 111, 132);
    transition: 0.12s;
}
.pagination .middle, 
.pagination .number.current {
    pointer-events: none;
}
.pagination .number.current {
    display: inline-block;
    color: rgb(133, 133, 133);
    pointer-events: none;
}
.pagination > div:hover {
    cursor: pointer;
    color: rgb(75, 111, 132);
    transition: 0.12s;
}
.pagination .number:hover {
    cursor: pointer;
    color: rgb(75, 111, 132);
    border: 1px solid rgb(75, 111, 132);
    transition: 0.12s;
}
.pagination .next {
    font-weight: 400;
    padding: 0 0 0 30px;
    text-decoration: underline;
}
.pagination .pre {
    font-weight: 400;
    padding: 0 32px 0 0;
    text-decoration: underline;
}
.events .content_section .content_item:nth-child(1) .image {
    background-image: url(../images/main_img.jpg);
}
.events .content_section .content_item:nth-child(2) .image {
    background-image: url(../images/logo.jpg);
}
.awards .content_section .content_item .image {
    width: 230px;
    height: auto;
    margin: 0 40px 60px 0;
    background-image: none;
}
.awards .content_section .content_item img {
    float: none;
    clear: both;
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 300px;
    margin: 0 auto;
}
.awards .content_section .content_item .descript {
    width: calc(88% - 271px);
    margin: 0 0 60px 0;
    max-width: 880px;
    pointer-events: none;
}
.page_head {
    float: none;
    clear: both;
    padding: 15px 0 15px 0;
}
.page_date .date_button {
    display: block;
    font-size: 16px;
    line-height: 30px;
    float: left;
    margin: 0 10px 20px 0;
    padding: 0 12px 0;
    color: rgb(75, 111, 132);
    border: 1px solid rgb(75, 111, 132);
    transition: 0.15s;
}
.page_date .date_button.active {
    font-weight: 600;
    color: white;
    border: 1px solid rgb(75, 111, 132);
    background-color: rgb(75, 111, 132);
    pointer-events: none;
}
.page_date .date_button:hover {
    cursor: pointer;
    background-color: rgb(229, 239, 243);
    transition: 0.15s;
}
.page_head .descript {
    float: none;
    clear: both;
    font-size: 18px;
    line-height: 21px;
    width: 80%;
}
.page_head .descript .description {
    margin: 0 0 20px;
}
.page_head .descript .description:last-child {
    margin: 0;
    font-style: italic;
}
.awards .content_item .title {
    line-height: normal;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 10px;
}
.awards .content_item .description {
    padding: 0 0 20px 20px;
}
.sub_header {
    font-size: 18px;
    padding-bottom: 14px;
    padding-left: 20px;
}
.awards .content_item .description li {
    position: relative;
    padding: 0 0 6px 30px;
    line-height: 21px;
    font-size: 18px;
}
.awards .content_item .description li:before {
    content: ".";
    position: absolute;
    top: -17px;
    left: -4px;
    font-size: 60px;
    line-height: 21px;
    color: rgb(75, 111, 132);
}
.content_item .hide {
    display: none;
}
.awards .content_section .content_item:last-child .descript {
    margin-bottom: 180px;
}
.lead_letter .letter {
    font-size: 18px;
    line-height: 35px;
    float: left;
    margin: 0 20px 20px 0;
    width: 36px;
    text-align: center;
    color: rgb(75, 111, 132);
    background-color: rgb(229, 239, 243);
    text-transform: uppercase;
    transition: 0.15s;
}
.lead_letter .all_company  {
    width: 64px;
}
.lead_letter .letter.active {
    color: white;
    background-color: rgb(75, 111, 132);
    pointer-events: none;
}
.lead_letter .letter:hover {
    cursor: pointer;
    color: white;
    background-color: rgb(75, 111, 132);
    transition: 0.15s;
}
.lead_letter {
    padding-top: 15px;
}
.leaders .content_item .title {
    line-height: 21px;
    font-weight: 400;
    display: inline-block;
    width: calc(100% - 100px);
}
.leaders .page_content {
    padding-top: 0;
}
.leaders .content_item .year {
    display: inline-block;
    padding: 20px 0;
    width: 86px;
    padding-left: 10px;
    vertical-align: top;
    font-size: 18px;
    text-align: center;
    color: rgb(75, 111, 132);
}
.video .content_item .title {
    max-width: 560px;
    margin: 0 auto;
    line-height: 21px;
    padding: 0 0 10px;
}
.video .content_item {
    text-align: center;
    margin: 0 0 60px;
}
.content_item .video_content {
    display: inline-block;
}
.content_item .photo_content .photo_img {
    width: 29%;
    height: 220px;
    float: left;
    margin: 0 6.4% 20px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.photo .content_section .content_item:nth-child(1) .photo_img:nth-child(1) {
    background-image: url(../images/photo_1.jpg);
}
.photo .content_section .content_item:nth-child(1) .photo_img:nth-child(2) {
    background-image: url(../images/photo_2.jpg);
}
.photo .content_section .content_item:nth-child(1) .photo_img:nth-child(3) {
    background-image: url(../images/photo_3.jpg);
}
.photo .content_section .content_item:nth-child(2) .photo_img:nth-child(1) {
    background-image: url(../images/photo_1.jpg);
}
.photo .content_section .content_item:nth-child(2) .photo_img:nth-child(2) {
    background-image: url(../images/photo_2.jpg);
}
.photo .content_section .content_item:nth-child(2) .photo_img:nth-child(3) {
    background-image: url(../images/photo_3.jpg);
}
.photo .content_item .title {
    line-height: 22px;
    padding: 0 0 15px;
}
.photo .content_item .photo_img:last-child {
    margin-right: 0;
}
.photo .content_item .photo_link {
    margin-bottom: 50px;
    font-size: 15px;
}
.blago .content_section {
    float: left;
    width: calc(100% - 320px);
    margin-bottom: 90px;
}
.blago .blago_logo {
    width: 280px;
    float: right;
    text-align: center;
}
.blago_logo a {
    display: inline-block;
}
.blago_logo img {
    max-width: 100%;
}
.blago .page_content {
    padding-top: 24px;
}
.blago_logo .title {
    color: rgb(156, 54, 133);
    font-size: 37px;
    line-height: 53px;
}
.blago_logo .sub_title {
    color: rgb(156, 54, 133);
    font-size: 14px;
}
.bloago_link a {
    display: inline-block;
    font-size: 17px;
    color: rgb(75, 111, 132);
    text-decoration: underline;
    margin: 0 30px 20px 0;
}
.bloago_person a {
    line-height: 30px;
    font-size: 17px;
    color: rgb(75, 111, 132);
    background-color: rgb(229, 239, 243);
    opacity: 1;
    transition: 0.15s;
}
.bloago_person a:hover {
    opacity: 0.82;
    transition: 0.15s;
}
.bloago_person a.active {
    color: white;
    background-color: rgb(75, 111, 132);
    pointer-events: none;
}
.bloago_person a {
    display: inline-block;
    line-height: 32px;
    padding: 0 20px;
    margin: 0 15px 20px 0;
    font-size: 17px;
    color: rgb(75, 111, 132);
    background-color: rgb(229, 239, 243);
}
.blago .content_head {
    float: none;
    clear: both;
    margin-bottom: 30px;
}
.blago .content_container {
    font-size: 18px;
}
.blago .content_container .descript {
    margin-bottom: 25px;
    display: block;
    line-height: 22px;
}
.blago .content_container img {
    display: block;
    max-width: 100%;
    margin: 0 auto 25px;
}
.ratings .main_gap {
    margin-bottom: 55px;
}
#rate_viewer {
    clear: both;
    float: none;
    margin: 0 0 80px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
}
#rate_viewer .industry_content.active > .title {
    color: rgb(75, 111, 132);
}
#rate_viewer .code_content.active > .title {
    color: rgb(75, 111, 132);
}
#rate_viewer .industry_content .title:hover {
    cursor: pointer;
    color: rgb(75, 111, 132);
}
.industry_content > .code_content {
    padding: 10px 0 20px 50px;
    line-height: 19px;
}
#rate_viewer .industry_content > .code_content {
    display: none;
}
#rate_viewer .industry_content.active > .code_content {
    display: block;
}
.industry_content > .code_content .title {
    font-weight: 600;
}
.industry_content .code_content .code_num {
    width: 160px;
}
.industry_content .code_content .title > div {
    display: inline-block;
    vertical-align: top;
}
.code_name {
    max-width: calc(100% - 180px);
}
.developer_message {
    float: none;
    clear: both;
    padding: 80px 0 60px;
    font-size: 21px;
    color: rgb(75, 111, 132);
    text-align: center;
    text-decoration: underline;
}
.contacts .contacts_info {
    float: left;
    width: 39%;
}
.contacts .contacts_image {
    float: right;
    width: calc(61% - 40px);
}
.contacts .contacts_info > div {
    float: none;
    clear: both;
    padding: 0 0 40px;
}
.contacts .contacts_info .title {
    font-size: 24px;
    font-weight: 400;
    color: rgb(75, 111, 132);
    margin-bottom: 20px;
}
.contacts_address .item {
    margin-bottom: 20px;
    line-height: 21px;
}
.contacts .contacts_info .title {
    font-size: 24px;
    font-weight: 400;
    color: rgb(75, 111, 132);
    margin-bottom: 20px;
}
.contacts_message > input {
    display: block;
    width: calc(100% - 23px);
    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% - 23px);
    padding: 6px 10px;
    font-size: 16px;
    font-style: italic;
    border: 1px solid rgb(111, 111, 111);
    border-radius: 4px;
}
.contacts_message .contacts_button {
    float: right;
    margin: 15px 0 80px;
    line-height: 30px;
    width: 115px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: white;
    background-color: rgb(75, 111, 132);
    border-radius: 5px;
    opacity: 1;
    transition: 0.15s;
}
.contacts_message .contacts_button:hover {
    cursor: pointer;
    opacity: 0.84;
    transition: 0.15s;
}
.contacts .contacts_image img {
    width: 100%;
    height: auto;
}
.rights .content_container {
    float: none;
    clear: both;
    font-size: 18px;
    max-width: 90%;
    padding: 30px 0 80px;
}
.rights .content_container .sub_title {
    line-height: 23px;
    color: rgb(75, 111, 132);
    font-size: 21px;
    padding: 10px 0 30px;
}
.rights .content_container li {
    position: relative;
    padding: 0 0 10px 30px;
    line-height: 21px;
    font-size: 18px;
}
.rights .content_container li:before {
    content: ".";
    position: absolute;
    top: -17px;
    left: -4px;
    font-size: 60px;
    line-height: 21px;
    color: rgb(75, 111, 132);
}
.rights .content_container ul {
    padding: 0 0 20px 0;
}
.rights .content_container p {
    padding: 0 0 20px 0;
}
.about .content_container {
    float: none;
    clear: both;
    font-size: 18px;
    max-width: 90%;
    padding: 30px 0 80px;
}
.about .content_container .sub_title {
    line-height: 23px;
    color: rgb(75, 111, 132);
    font-size: 21px;
    padding: 10px 0 30px;
}
.about .content_container li {
    position: relative;
    padding: 0 0 10px 30px;
    line-height: 21px;
    font-size: 18px;
}
.about .content_container li:before {
    content: ".";
    position: absolute;
    top: -17px;
    left: -4px;
    font-size: 60px;
    line-height: 21px;
    color: rgb(75, 111, 132);
}
.about .content_container ul {
    padding: 0 0 20px 0;
}
.about .content_container p {
    padding: 0 0 20px 0;
}
.content_container p a {
    color: rgb(75, 111, 132);
}
.partners .content_section {
    float: none;
    clear: both;
    padding: 60px 0 0;
}
.partners .content_section .content_item .image {
    width: 200px;
    height: 124px;
    margin: 15px 40px 40px 0;
    background-size: contain;
}
.partners .content_section .content_item:nth-child(1) .image {
    background-image: url(../images/IRA.webp);
}
.partners .content_section .content_item:nth-child(2) .image {
    background-image: url(../images/stars.webp);
}
.partners .content_section .content_item .descript {
    width: calc(100% - 241px);
}
.zmi .content_section {
    float: none;
    clear: both;
    padding: 60px 0 0;
}
.content_item .site_link {
    font-style: italic;
}
.zmi_section.content_section .content_item:nth-child(1) .image {
    background-image: url(../images/zmi_1.jpg);
}
.zmi_section.content_section .content_item:nth-child(2) .image {
    background-image: url(../images/zmi_2.jpg);
}
.zmi_section.content_section .content_item:nth-child(3) .image {
    background-image: url(../images/zmi_3.png);
}
.zmi_section.content_section .content_item:nth-child(4) .image {
    background-image: url(../images/bcwater.png);
}
.zmi_section.content_section .content_item:nth-child(5) .image {
    background-image: url(../images/inter_8_min.jpg);
}
.zmi_section.content_section .content_item:nth-child(6) .image {
    background-image: url(../images/zmi_6.jpg);
}
.zmi_section.content_section .content_item:nth-child(7) .image {
    background-image: url(../images/zmi_7.jpg);
}
.zmi_section.content_section .content_item:nth-child(8) .image {
    background-image: url(../images/zmi_8.png);
}
.zmi_section.content_section .content_item:nth-child(9) .image {
    background-image: url(../images/verholy.png);
}
.zmi_section.content_section .content_item:nth-child(10) .image {
    background-image: url(../images/zmi_10.jpg);
}
.zmi_section.content_section .content_item:nth-child(11) .image {
    background-image: url(../images/zmi_11.png);
}
.zmi_section.content_section .content_item:nth-child(12) .image {
    background-image: url(../images/zmi_12.png);
}
.zmi_section.content_section .content_item:nth-child(13) .image {
    background-image: url(../images/zmi_13.png);
}
.zmi_section.content_section .content_item:nth-child(14) .image {
    background-image: url(../images/zmi_14.png);
}
.zmi_section.content_section .content_item:nth-child(15) .image {
    background-image: url(../images/zmi_15.jpg);
}
.zmi_section.content_section .content_item:nth-child(16) .image {
    background-image: url(../images/zmi_16.png);
}
.zmi_section.content_section .content_item:nth-child(17) .image {
    background-image: url(../images/zmi_17.jpg);
}
.zmi_section.content_section .content_item:nth-child(18) .image {
    background-image: url(../images/zmi_6.jpg);
}
.zmi_section.content_section .content_item:nth-child(19) .image {
    background-image: url(../images/bcwater.png);
}
.zmi_section.content_section .content_item:nth-child(20) .image {
    background-image: url(../images/zmi_20.png);
}
.zmi_section.content_section .content_item:nth-child(21) .image {
    background-image: url(../images/zmi_30.jpg);
}
.zmi_section.content_section .content_item:nth-child(22) .image {
    background-image: url(../images/zmi_22.png);
}
.zmi_section.content_section .content_item:nth-child(23) .image {
    background-image: url(../images/zmi_10.jpg);
}
.zmi_section.content_section .content_item:nth-child(24) .image {
    background-image: url(../images/zmi_24.jpg);
}
.zmi_section.content_section .content_item:nth-child(25) .image {
    background-image: url(../images/zmi_25.png);
}
.zmi_section.content_section .content_item:nth-child(26) .image {
    background-image: url(../images/zmi_26.png);
}
.zmi_section.content_section .content_item:nth-child(27) .image {
    background-image: url(../images/zmi_27.png);
}
.zmi_section.content_section .content_item:nth-child(28) .image {
    background-image: url(../images/zmi_30.jpg);
}
.zmi_section.content_section .content_item:nth-child(29) .image {
    background-image: url(../images/zmi_29.jpg);
}
.zmi_section.content_section .content_item:nth-child(30) .image {
    background-image: url(../images/zmi_6.jpg);
}
.zmi_section.content_section .content_item:nth-child(31) .image {
    background-image: url(../images/zmi_31.png);
}
.zmi_section.content_section .content_item:nth-child(32) .image {
    background-image: url(../images/zmi_32.png);
}
.zmi_section.content_section .content_item:nth-child(33) .image {
    background-image: url(../images/zmi_33.jpg);
}
.zmi_section.content_section .content_item:nth-child(34) .image {
    background-image: url(../images/zmi_34.gif);
}
.zmi_section.content_section .content_item:nth-child(35) .image {
    background-image: url(../images/zmi_33.jpg);
}
.zmi_section.content_section .content_item:nth-child(36) .image {
    background-image: url(../images/zmi_36.png);
}
.zmi_section.content_section .content_item:nth-child(37) .image {
    background-image: url(../images/zmi_37.png);
}
.zmi_section.content_section .content_item:nth-child(38) .image {
    background-image: url(../images/zmi_6.jpg);
}
.zmi_section.content_section .content_item:nth-child(39) .image {
    background-image: url(../images/zmi_39.png);
}
.zmi_section.content_section .content_item:nth-child(40) .image {
    background-image: url(../images/zmi_40.png);
}
.zmi_section.content_section .content_item:nth-child(41) .image {
    background-image: url(../images/zmi_41.png);
}
.zmi_section.content_section .content_item:nth-child(42) .image {
    background-image: url(../images/zmi_42.png);
}
.zmi_section.content_section .content_item:nth-child(43) .image {
    background-image: url(../images/zmi_43.png);
}
.zmi_section.content_section .content_item:nth-child(44) .image {
    background-image: url(../images/zmi_44.jpg);
}
.zmi_section.content_section .content_item:nth-child(45) .image {
    background-image: url(../images/zmi_45.png);
}
.zmi_section.content_section .content_item:nth-child(46) .image {
    background-image: url(../images/zmi_46.jpg);
}
.zmi_section.content_section .content_item:nth-child(47) .image {
    background-image: url(../images/zmi_47.png);
}
.zmi_section.content_section .content_item:nth-child(48) .image {
    background-image: url(../images/zmi_48.jpg);
}
.zmi_section.content_section .content_item:nth-child(49) .image {
    background-image: url(../images/zmi_49.png);
}
.zmi_section.content_section .content_item:nth-child(50) .image {
    background-image: url(../images/zmi_50.jpg);
}
.zmi_section.content_section .content_item:nth-child(51) .image {
    background-image: url(../images/zmi_51.png);
}
.zmi_section.content_section .content_item:nth-child(52) .image {
    background-image: url(../images/zmi_52.png);
}
.zmi_section.content_section .content_item:nth-child(53) .image {
    background-image: url(../images/zmi_53.jpg);
}
.zmi_section.content_section .content_item:nth-child(54) .image {
    background-image: url(../images/zmi_6.jpg);
}
.zmi_section.content_section .content_item:nth-child(55) .image {
    background-image: url(../images/award_2012_5.jpg);
}
.zmi_section.content_section .content_item:nth-child(56) .image {
    background-image: url(../images/zmi_6.jpg);
}
.zmi_section.content_section .content_item:nth-child(57) .image {
    background-image: url(../images/zmi_57.png);
}
.zmi_section.content_section .content_item:nth-child(58) .image {
    background-image: url(../images/award_2012_5.jpg);
}
.zmi_section.content_section .content_item:nth-child(59) .image {
    background-image: url(../images/zmi_59.jpg);
}
.zmi_section.content_section .content_item:nth-child(60) .image {
    background-image: url(../images/zmi_60.gif);
}
.zmi_section.content_section .content_item:nth-child(61) .image {
    background-image: url(../images/zmi_61.jpg);
}
.zmi_section.content_section .content_item:nth-child(62) .image {
    background-image: url(../images/zmi_62.png);
}
.zmi_section.content_section .content_item:nth-child(63) .image {
    background-image: url(../images/zmi_63.png);
}
.zmi_section.content_section .content_item:nth-child(64) .image {
    background-image: url(../images/zmi_49.png);
}
.zmi_section.content_section .content_item:nth-child(65) .image {
    background-image: url(../images/award_2012_3.jpg);
}
.zmi_section.content_section .content_item:nth-child(66) .image {
    background-image: url(../images/award_2012_5.jpg);
}
.zmi_section.content_section .content_item:nth-child(67) .image {
    background-image: url(../images/zmi_6.jpg);
}
.zmi_section.content_section .content_item:nth-child(68) .image {
    background-image: url(../images/zmi_40.png);
}
.zmi_section.content_section .content_item:nth-child(69) .image {
    background-image: url(../images/logo.png);
}
.zmi_section.content_section .content_item:nth-child(70) .image {
    background-image: url(../images/zmi_6.jpg);
}
.zmi_section.content_section .content_item:nth-child(71) .image {
    background-image: url(../images/logo.png);
}
.zmi_section .content_item:nth-child(72) .image {
    background-image: url(../images/zmi_72.png);
}
.zmi_section .content_item:nth-child(73) .image {
    background-image: url(../images/award_2012_5.jpg);
}
.zmi_section .content_item:nth-child(74) .image {
    background-image: url(../images/logo.png);
}

.zmi_section .content_item:nth-child(75) .image {
    background-image: url(../images/zmi_75.jpg);
}
.partners .content_item .title {
    line-height: 24px;
    padding-top: 3px;
}
.zmi .content_item .title {
    line-height: 24px;
    padding-top: 3px;
}
.blago main .video {
    margin: 0 20px 20px;
}
.blago .content_container img {
    
}
.blago .content_container .title {
    font-size: 19px;
    padding: 10px 0 10px;
    color: rgb(75, 111, 132);
}
.blago .content_container .sub_title {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0 10px;
}
.blago .descript_link {
    display: block;
    font-size: 15px;
    color: rgb(75, 111, 132);
    text-decoration: underline;
}
.descript.italic {
    font-style: italic;
    font-size: 17px;
}
.bloago_link a.active {
    color: rgb(99, 99, 99);
    pointer-events: none;
}
.blago .content_container.short {
    max-width: 900px;
}
.blago .descript_link.inlink {
    display: inline;
    font-size: 17px;
}
.register_pop.active {
    display: block;
}
.register_pop .title {
    position: relative;
    padding: 10px 0;
    margin: 0 0 27px;
    font-size: 18px;
    color: white;
    text-align: center;
    background-color: rgb(75, 111, 132);
    border-radius: 0 0 6px 6px;
}
.register_pop .title .closer {
    position: absolute;
    top: 0;
    right: 15px;
    color: white;
    font-size: 23px;
    line-height: 23px;
    width: 23px;
    text-align: center;
    transform: rotate(45deg);
    transition: 0.5s;
}
.register_form {
    font-size: 18px;
}
#register_form > div {
    position: relative;
}
.service .star {
    display: inline-block;
    font-size: 20px;
    color: rgb(75, 111, 132);
}
.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_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(75, 111, 132);
    border-radius: 8px;
    opacity: 1;
    transition: 0.33s;
}
.register_hint {
    font-size: 16px;
    font-style: italic;
}
.register_hint .descript {
    font-size: 14px;
    text-align: center;
}
.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(75, 111, 132);
    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(75, 111, 132);
    border-radius: 0 0 6px 6px;
}
.login_pop .title .closer {
    position: absolute;
    top: 0;
    right: 9px;
    color: white;
    font-size: 23px;
    line-height: 23px;
    width: 23px;
    text-align: center;
    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 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(75, 111, 132);
    border-radius: 8px;
    opacity: 1;
    transition: 0.33s;
}
.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(75, 111, 132);
    transition: 0.15s;
}
.forgotten_form input.sand_forgotten_form:hover,
.register_form input.sand_registry_form:hover,
#login_form input.sand_login_form:hover {
    cursor: pointer;
    opacity: 0.88;
    transition: 0.33s;
}
.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(75, 111, 132);
    border-radius: 10px;
}
.forgotten_pop.active,
.login_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(75, 111, 132);
    border-radius: 0 0 6px 6px;
}
.forgotten_pop .title .closer {
    position: absolute;
    top: 0;
    right: 9px;
    color: white;
    font-size: 23px;
    line-height: 23px;
    width: 23px;
    text-align: center;
    transform: rotate(45deg);
    transition: 0.5s;
}
.forgotten_pop .title .closer:hover,
.login_pop .title .closer:hover,
.register_pop .title .closer:hover {
    cursor: pointer;
    transform: rotate(225deg);
    transition: 0.5s;
}
.forgotten_form {
    font-size: 18px;
}
#forgotten_form div {
    text-align: center;
}
.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(75, 111, 132);
    border-radius: 8px;
    opacity: 1;
    transition: 0.33s;
}
.registration .forgot:hover,
.registration .register:hover {
    cursor: pointer;
    color: rgb(75, 111, 132);
    transition: 0.15s;
}
.service_hint {
    float: left;
    width: calc(100% - 260px);
    margin: 0 0 25px;
    font-style: italic;
}
.service .service_hint.active {
    display: block;
    pointer-events: auto;
}
.service .service_hint .title {
    position: relative;
    padding: 3px 0;
    margin: 0 0 20px;
    font-size: 18px;
    color: white;
    text-align: center;
    background-color: rgb(75, 111, 132);
    border-radius: 0 0 6px 6px;
}
.service_hint > div {
    display: inline-block;
    font-weight: 600;
    color: rgb(75, 111, 132);
    text-decoration: underline;
}
.service .service_hint > .container {
    padding: 0;
    text-decoration: none;
}
.service .service_hint .container > .message {
    line-height: 24px;
    text-decoration: none;
    font-style: normal;
}
.menu .link.video, 
.menu .link.photo, 
.menu .link.event, 
.footer_link .link.video, 
.footer_link .link.photo, 
.footer_link .link.event {
    display: none;
}
.top_line .social {
    display: none;
}
.head_line {
    float: none;
    clear: both;
    padding-top: 37px;
}
.home .head_line {
    padding-top: 0;
}
.partners .page_content,
.ratings .page_content,
.zmi .page_content,
.rights .page_content,
.about .page_content {
    padding-top: 0;
}
#register_form > div:nth-child(9),
#register_form > input:nth-child(10),
#register_form > div:nth-child(11),
#register_form > input:nth-child(12) {
    display: none;
}
.awards .content_item img:hover {
    cursor: pointer;
}
.awards .content_item .slide_container {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    background-color: rgba(10, 0, 0, 0.88);
    z-index: 1800;
}
.awards .content_item .slide_img {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px auto 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.15s;
}
.awards .content_item .slide_img:hover {
    cursor: pointer;
}
.awards .content_item .slide_container.active {
    display: block;
}
.awards .content_item .slide_container.active .slide_img {
    opacity: 1;
    transition: 0.15s;
}
.awards .main_gap {
    margin-bottom: 21px;
}
.leaders .content_section {
    float: none;
    clear: both;
    padding: 60px 0 0;
}
.leaders .content_item .title {
    line-height: 24px;
    padding-top: 3px;
}
.leaders .content_section .content_item .descript {
    width: calc(100% - 241px);
}
.leaders .content_section .content_item .image {
    width: 200px;
    height: 100px;
    margin: 20px 40px 50px 0;
    background-size: contain;
}
.leader_section .content_item:nth-child(1) .image {
    background-image: url(../images/hatisa.jpg);
}
.leader_section .content_item:nth-child(2) .image {
    background-image: url(../images/mercatus.jpg);
}
.leader_section .content_item:nth-child(3) .image {
    background-image: url(../images/bcwater.png);
}
.leader_section .content_item:nth-child(4) .image {
    background-image: url(../images/dosvid.jpg);
}
.leader_section .content_item:nth-child(5) .image {
    background-image: url(../images/verholy.png);
}
.leader_section .content_item:nth-child(6) .image {
    background-image: url(../images/zmi_3.png);
}
.leader_section .content_item:nth-child(7) .image {
    background-image: url(../images/zmi_8.png);
}
.leader_section .content_item:nth-child(8) .image {
    background-image: url(../images/zmi_26.png);
}
.awards .content_section .content_item > .descript:hover,
.awards .content_item .descript_container .table_cell:hover {
    cursor: pointer;
}
.awards .content_item .descript_container {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 0;
    background-color: rgba(10, 0, 0, 0.88);
    z-index: 1800;
}
.awards .content_item .descript_container.active {
    display: block;
}
.awards .content_item .descript_container .table {
    display: table;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.awards .content_item .descript_container .table_row {
    display: table-row;
}
.awards .content_item .descript_container .table_cell {
    display: table-cell;
    max-width: 800px;
    height: 99vh;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
.content_item .descript_container .title {
    padding: 20px 20px 5px;
}
.content_item .descript_container .description {
    padding: 0 20px 30px;
    line-height: 23px;
    color: rgb(145, 145, 145);
}
.box {
    /*
    border: 1px solid rgb(99, 99, 99);
    border-radius: 10px;
    */
}
.partners .pagination {
    display: none;
}
.partners .content_section .content_item:last-child .descript {
    margin-bottom: 120px;
}
.leader .content_item .title,
.news_page .content_item .title {
    text-align: center;
    padding: 10px 0 30px;
    font-size: 23px;
}
.right_img {
    float: right;
    width: 45%;
    margin: 0 10px 20px 25px;
}
.left_img {
    float: left;
    width: 45%;
    margin: 0 25px 20px 10px;
}
.center_img {
    display: block;
    float: none;
    clear: both;
    width: auto;
    max-width: 100%;
    margin: 0 auto 20px;
}
.content_item .descript_item {
    margin: 0 0 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: rgb(134, 134, 134);
}
.leader .content_item,
.news_page .content_item {
    margin-bottom: 30px;
}
.leader .date,
.news_page .date {
    float: none;
    clear: both;
    font-size: 17px;
    font-style: italic;
    text-align: right;
    padding-right: 20px;
}
.leader main .container,
.news_page main .container {
    padding: 10px 25px 90px 60px;
}
.ratings main .container {
    padding: 10px 25px 60px 40px;
}
.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 .search_waiter_icon.active {
    display: block;
}
.rate_waiter_icon {
    position: absolute;
    display: none;
    width: 47px;
    height: auto;
    bottom: 8px;
    left: calc(50% - 24px);
    z-index: 2100;
}
.rate_waiter_icon.active {
    display: block;
}
.ratings .section_left {
    display: block;
    float: left;
    width: 25%;
}
.ratings .descript_content {
    width: 100%;
    float: none;
    clear: both;
}
.ratings .section_left .descript {
    font-size: 15px;
    font-weight: 600;
    padding: 0 35px 20px 0;
    line-height: 16px;
}
.ratings .section_right {
    float: right;
    width: 74.8%;
}
.ratings .content_section {
    margin-bottom: 90px;
}
.search_result {
    padding: 0 0 25px;
}
.searched_company {
    position: relative;
    display: block;
    min-height: 100px;
    border: 1px solid rgb(75, 111, 132);
    border-radius: 6px;
}
.searched_company .title {
    line-height: 27px;
    font-weight: 400;
    font-size: 15px;
    color: white;
    background-color: rgb(75, 111, 132);
    text-align: center;
}
.searched_company .clear {
    display: none;
}
.searched_company .change {
    display: none;
}
.searched_company .clear.active {
    display: block;
}
.searched_company .change.active {
    display: block;
}
.searched_company .no_searched {
    display: none;
    text-align: center;
    padding: 25px 10px;
}
.searched_company .no_searched.active {
    display: block;
}
.searched_company .companies {
    display: none;
}
.searched_company .companies.active {
    display: block;
}
.searched_company .companies .item {
    display: block;
    padding: 0;
    font-weight: 600;
    transition: 0.06s;
}
.searched_company .companies .item:hover {
    cursor: pointer;
    background-color: rgb(232, 232, 232);
    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(75, 111, 132);
    text-align: left;
    vertical-align: top;
}
.searched_company .companies .item > .name {
    width: calc(100% - 126px);
    padding: 10px 5px 10px 0;
    font-size: 14px;
}
.searched_company .search_hint {
    font-size: 12px;
    padding: 6px 10px 6px;
    font-weight: 600;
    font-style: italic;
    color: rgb(138, 12, 6);
    text-align: center;
}
.searched_company .search_hint:hover {
    cursor: pointer;
    color: rgb(168, 20, 10);
}
.industry_content {
    line-height: 21px;
}
.industry_content .code_content .title {
    font-size: 16px;
    padding-bottom: 5px;
    line-height: 18px;
}
.code_content.level_1 > .title {
    display: none;
}
.ratings main .container.hide {
    display: none;
}
.rate_popup {
    display: none;
    position: relative;
    min-height: 500px;
    padding: 39px 20px 30px;
}
.rate_popup.active {
    display: block;
}
.rate_popup .closer {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.55);
    color: rgba(122, 122, 122, 0.8);
    transform: rotate(45deg);
    transition: 0.15s;
}
.rate_popup .closer:hover {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.69);
    color: rgba(122, 122, 122, 1);
    transition: 0.15s;
}
.stop {
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 3px 12px 4px;
    font-size: 19px;
    color: rgba(75, 111, 132, 0.84);
    transform: rotate(16deg);
    transition: 0.15s;
    border: 1px solid rgba(75, 111, 132, 0.84);
    border-radius: 6px;
}
.rate_popup .stop:hover {
    cursor: pointer;
    color: rgba(75, 111, 132, 1);
    border: 1px solid rgba(75, 111, 132, 1);
    transition: 0.15s;
}
.rate_container {
    max-width: 1475px;
    margin: 0 auto;
}
.rate_container .title {
    margin-bottom: 5px;
    color: rgb(75, 111, 132);
    font-size: 28px;
    line-height: 30px;
    font-weight: 600;
}
.rate_container .ocved_name {
    padding: 15px 0 5px;
}
.rate_container .ocved_descript {
    padding-bottom: 10px;
    font-style: italic;
    font-size: 22px;
    font-weight: 400;
}
.ratings .rate_popup .content_section {
    margin-bottom: 30px;
}
.rate_popup .rate_container {
    position: relative;
    padding-bottom: 69px;
}
.company_rate_viewer .inline_table .table_head {
    border-top: 2px solid rgb(161, 161, 161);
    border-bottom: 2px solid rgb(161, 161, 161);;
}
.company_rate_viewer .inline_table tbody tr:last-child {
    border-bottom: 2px solid rgb(161, 161, 161);
}
.company_rate_viewer .inline_table tr.table_body:last-child {
    border-bottom: 2px solid rgb(161, 161, 161);
}
.company_rate_viewer tr {
    height: auto;
}
.company_rate_viewer td {
    height: auto;
}
.company_rate_viewer td {
    height: auto;
    margin: 0;
    padding: 15px 10px;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}
.company_rate_viewer .table_head td {
    font-weight: 600;
    padding: 16px 10px;
}
.company_rate_viewer tr td:first-child {
    text-align: left;
}
.company_rate_viewer .table_row.table_body:nth-child(odd) {
    background-color: rgb(236, 236, 236);
}
.company_rate_viewer .inline_table {
    width: 100%;
    min-height: 136px;
}
.company_rate_viewer {
    position: relative;
    margin-top: 5px;
}
.company_rate_viewer .inline_table tr td {
    border-right: 1px solid rgb(171, 171, 171);
}
.company_rate_viewer .inline_table tr td:last-child {
    border-right: none;
}
.ratings .company_rate_descript .descript_content {
    width: calc(100% - 150px);
}
.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(75, 111, 132);
    pointer-events: none;
}
.rate_pagination .pag_arrow.active {
    opacity: 1;
    pointer-events: auto;
}
.rate_pagination .pag_arrow.active:hover {
    cursor: pointer;
    color: rgb(75, 111, 132);
    transition: 0.12s;
}
.rate_pagination .number:hover {
    cursor: pointer;
    color: rgb(88, 88, 88);
    border: 1px solid rgb(179, 179, 189);
    transition: 0.12s;
}
.link.news {
    display: inline-block;
}
.link.charity {
    display: none;
}
.top_line .link.rights {
    display: none;
}
.find_your_company .search_button:hover {
    cursor: pointer;
}
.searched_company .companies .item:first-child {
    padding-top: 5px;
}
.rate_container .company_place {
    display: none;
    padding-top: 0;
    font-size: 15px;
    font-style: italic;
    color: rgb(144, 144, 144);
    text-align: right;
}
.rate_container .company_place.active {
    display: block;
}
.company_rate_viewer tr.active {
    font-weight: 600;
}
footer .link.charity {
    display: inline-block;
}
.copy {
    text-align: right;
    color: white;
    font-size: 12px;
    padding: 24px 0 8px;
}
.news_page .content_item .descript_item {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: rgb(134, 134, 134);
}
.news_page .go_news {
    position: static;
    float: none;
    clear: both;
    width: 75px;
    margin: 20px 0 0 10px;
    text-align: center;
    border-radius: 3px;
}
.left_img_small {
    width: 25%;
    float: left;
    margin: 0 25px 20px 10px;
}
.right_img_small {
    width: 25%;
    float: left;
    margin: 0 25px 20px 10px;
}
.center_img_mid {
    display: block;
    float: none;
    clear: both;
    width: auto;
    width: 75%;
    margin: 0 auto 20px;
}
.current_awards .content_section .content_item:last-child .descript {
    margin-bottom: 80px;
}
.go_awards {
    position: static;
    display: block;
    float: none;
    clear: both;
    width: 100px;
    margin: 20px 0 0 10px;
    text-align: center;
    border-radius: 3px;
    padding: 0 18px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    background-color: rgb(75, 111, 132);
    opacity: 1;
    transition: 0.21s;
}
.go_awards:hover {
    cursor: pointer;
    opacity: 0.84;
    transition: 0.21s;
}
.italic {
    font-style: italic;
}
.pagination .hide {
    display: none;
}
.news .content_section > .content_item.hide {
    display: none;
}
.foot_container .link.news {
    display: none;
}
.leaders .content_item .date {
    display: none;
}
.pagination.hide {
    display: none;
}
.leaders .page_content:after {
    content: '';
    display: block;
    float: none;
    clear: both;
    width: 10px;
    height: 90px;
}
.news_page .page_content {
    max-width: 1280px;
    margin: 0 auto;
}
.zmi .content_section .content_item .image {
    width: 240px;
    height: 160px;
    margin: 0 20px 40px 0;
    background-position: center;
}
.zmi .content_section .content_item.hide {
    display: none;
}
.contacts_message .contacts_button.pause {
    opacity: 0.47;
    pointer-events: none;
}
.awards .page_content {
    padding-top: 15px;
}
.descript_title {
    font-size: 18px;
    font-style: italic;
    line-height: 21px;
    padding: 0 0 28px;
}
.phone_operator {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 1px 1px 0 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
}
.phone_operator.viber {
    background-image: url(../images/viber.png);
    width: 22px;
    height: 22px;
    padding-bottom: 5px;
    background-image: url(../images/viber.png);
}
.phone_operator.wats {
    margin-right: 6px;
    background-image: url(../images/wats.png);
}
.icon_image {
    background-image: url(../images/image.jpg);
}
.icon_image {
    display: none;
}
#site_google_map {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
    height: 650px;
}
.map_title {
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    text-align: right;
    padding-bottom: 5px;
}
.zmi .content_item .date,
.partners .content_item .date {
    display: none;
}
.footer_star {
    display: inline-block;
}
.footer_star a {
    padding: 0 5px 0;
    color: rgb(75, 111, 132);
    font-weight: 600;
}
.various_award {
    float: none;
    clear: both;
    margin-top: 47px;
    font-style: italic;
}
.various_award .footer_star {
    display: inline-block;
    padding: 0 5px;
    color: rgb(75, 111, 132);
    font-weight: 600;
}
.various_award > a {
    position: absolute;
    top: -21px;
}










/*=============================================================================================================================================== */
@media (min-width: 1560px){
    .news_board {
        border-spacing: 120px;
        margin: -30px auto 0;
    }
    .partner_part .title {
        margin-top: -40px;
    }
}


/*=============================================================================================================================================== */
@media (min-width: 1280px) and (max-width: 1560px){
    .news_board {
        border-spacing: 100px;
        margin: -20px auto 0;
    }
    .partner_part .title {
        margin-top: -30px;
    }
}

/*=============================================================================================================================================== */
@media (min-width: 1023px) and (max-width: 1280px){
    .news_board {
        border-spacing: 25px;
    }
    .find_your_company .title {
        width: 410px;
        margin: 0 auto;
    }
    .find_your_company .search input {
        width: 330px;
    }
    .menu .link {
        margin: 0 0 0 28px;
    }

}




/*=============================================================================================================================================== */
@media (min-width: 1023px){
    .content_section .content_item .image {
        width: 255px;
        height: 210px;
        margin: 0 20px 40px 0;
        background-position: center top;
    }
}




/*=============================================================================================================================================== */
@media (min-width: 764px) and (max-width: 1023px){
    .news_part .slide_card .image {
        width: 160px;
        height: 160px;
    }
    .content_section .content_item .image {
        width: 255px;
        height: 210px;
        margin: 0 20px 40px 0;
        background-position: center top;
    }
    .menu .link {
        margin: 0 0 0 18px;
    }
    .link_title > a {
        font-size: 15px;
    }
    .menu .link a {
        font-size: 12px;
    }
    .head_container {
        padding: 10px 20px 30px 20px;
    }
    .menu .container {
        padding: 0 10px 0 10px;
    }  
    header .logo_img {
        width: 110px;
        height: 110px;
    }
    .mid_line .logo {
        width: 120px;
    } 
    header .authorization > .go_in > div {
        font-size: 14px;
    }
    header .authorization > .go_in > div {
        width: 80px;
        line-height: 24px;
    }
    .authorization .form_block input {
        width: 128px;
        line-height: 19px;
    }
    .mid_line .logger {
        width: 235px;
    }
    .mid_line .head_title {
        width: calc(100% - 355px);
        padding-top: 14px;
    }
    .head_title {
        font-size: 45px;
    }
    .title_descript {
        padding: 12px 0 25px;
    }
    .mid_line {
        padding: 10px 0 0;
    }
    .foot_container {
        padding: 10px 20px 0 20px;
    }
    .footer_title {
        font-size: 32px;
    }
    .title_descript {
        font-size: 13px;
    }
    .link_block {
        width: calc(100% - 225px);
    }
    .footer_link .link_title a {
        font-size: 14px;
    }
    .footer_link > .right_link {
        width: 100px;
    }
    .footer_link > div {
        width: 180px;
    }
    .footer_link {
        padding: 33px 0 0;
    }
    .footer_top_link .link_title a {
        font-size: 14px;
        margin: 0 0 0 21px;
    }
    .find_your_company .title {
        width: 333px;
    }
    .find_your_company {
        font-size: 22px;
        text-align: center;
    }
    .find_your_company .search input {
        width: 264px;
        line-height: 33px;
        font-size: 13px;
        border-radius: 10px 0 0 10px;
    }
    .find_your_company .search_button {
        width: 47px;
        height: 45px;
        border-radius: 0 10px 10px 0;
    }
    .main_gap {
        height: 210px;
    }  
    .rate_part .title {
        font-size: 19px;
        text-align: center;
    }
    .rate_part {
        padding: 33px 20px 10px;
    }
    .company_part {
        padding: 39px 20px 0;
    }
    .company_part .title {
        text-align: center;
    }
    .company_part .cub_title {
        color: rgb(99, 99, 99);
        line-height: 30px;
        text-align: center;
    }  
    .company_part ul {
        padding: 0;
    }
    .company_part .description {
        padding: 33px 0 0 0;
    }
    .company_part .marker {
        top: 0px;
    }
    .descript_content {
        width: 100%;
        margin-bottom: 33px;
    }
    .award_slider {
        width: 100%;
    }
    .news_part {
        padding: 0 20px 0;
    }
    .news_board {
        border-spacing: 20px;
    }
    .news_container {
        padding: 20px 15px 59px 20px;
    }
    .news_container .title {
        font-size: 18px;
        line-height: 24px;
    }
    .news_item {
        font-size: 15px;
        font-weight: 600;
    }
    .news_container .news_item .title {
        font-size: 16px;
        line-height: 23px;
        font-weight: 600;
        padding: 24px 0 0;
    }
    .line_one {
        padding-top: 33px;
    }
    .page_title .company_list {
        line-height: 47px;
        padding: 0 30px 0 15px;
        font-size: 18px;
    }
    .page_title > .title {
        line-height: 52px;
        font-size: 21px;
    }
    .container {
        padding: 15px 20px 40px 20px;
    }
    .head_line {
        padding-top: 20px;
    }
    .leaders .content_section {
        padding: 40px 0 0;
    }
    .pagination {
        padding-top: 5px;
    }
    .ratings main .container {
        padding: 15px 20px 60px 20px;
    }
    .ratings .main_gap {
        margin-bottom: 39px;
    }
    .ratings .section_left .descript {
        font-size: 14px;
        padding: 0 25px 20px 0;
        line-height: 17px;
    }
    .industry_content {
        line-height: 21px;
        padding: 0 0 3px;
    }
    #rate_viewer {
        font-size: 15px;
    }
    .industry_content .code_content .title {
        font-size: 15px;
    }
    .slide_container .slide_card .title {
        font-size: 15px;
        font-weight: 600;
        line-height: 21px;
        height: 88px;
    }
    .slide_container .slide_card .descript {
        text-align: center;
        line-height: 19px;
        font-size: 14px;
        font-weight: 600;
    }
    .company_rate_viewer .table_head td {
        padding: 14px 5px;
    }
    .company_rate_viewer td {
        padding: 12px 10px;
    }
    .content_item .description {
        font-size: 15px;
        font-weight: 600;
    }
    .awards .content_item .title {
        font-size: 18px;
    } 
    .awards .content_section .content_item .descript {
        width: calc(88% - 195px);
        margin: 0 0 40px 0;
    }
    .content_item .description {
        font-size: 16px;
        font-weight: 600;
    } 
    .awards .content_item .description li {
        font-size: 15px;
    }
    .page_date .date_button {
        font-size: 13px;
        line-height: 28px;
        margin: 0 8px 15px 0;
        padding: 0 8px 0;
    }
    .page_head .descript {
        padding-top: 19px;
        font-size: 16px;
        font-weight: 600;
    }
    .awards .page_content {
        padding-top: 27px;
    }
    .about .content_container {
        font-size: 16px;
        font-weight: 600;
        max-width: none;
    }
    .about .content_container li {
        font-size: 15px;
    }
    .contacts .page_content {
        padding-top: 39px;
    }
    .contacts_message .contacts_button {
        line-height: 33px;
        width: 105px;
        font-size: 15px;
    }
    .blago_logo .title {
        font-size: 30px;
        line-height: 41px;
    }
    .blago .content_section {
        width: calc(100% - 220px);
        margin-bottom: 90px;
    }
    .blago .blago_logo {
        width: 180px;
    }
    .bloago_person a {
        font-size: 15px;
    }
    .bloago_link a {
        font-size: 15px;
        margin: 0 25px 20px 0;
    }
    .blago .content_container {
        font-size: 16px;
    }
    .rights .content_container li {
        font-size: 16px;
        font-weight: 600;
    }
    .rights .content_container {
        font-size: 17px;
        font-weight: 600;
        line-height: 21px;
    }
    .leader .content_item .title, .news_page .content_item .title {
        padding: 10px 0 30px;
        font-size: 20px;
        font-weight: 600;
    }
    .leader main .container, .news_page main .container {
        padding: 10px 20px 90px 20px;
    }
    .content_item .descript_item {
        font-size: 17px;
    }
    .award_slider .slider_control .point {
        margin: 5px 15px 20px;
    }
}



/*=============================================================================================================================================== */
@media (min-width: 240px) and (max-width: 764px){
    .news_part .slide_card .image {
        width: 160px;
        height: 160px;
    }
    .video_content iframe {
        width: 280px !important;
        height: auto !important;
    }
    .head_container {
        padding: 10px 10px 20px 10px;
    }
    .top_line .link {
        margin: 0 5px 0 20px;
    }
    .mid_line .logo {
        width: 100px;
    } 
    header .logo_img {
        width: 90px;
        height: 90px;
    }   
    .mid_line {
        padding: 5px 0 0;
    } 
    .mid_line .head_title {
        width: calc(100% - 101px);
        padding-top: 15px;
    }
    .head_title {
        font-size: 29px;
    }
    .title_descript {
        padding: 0 0 15px;
    }
    .head_title .title_descript {
        font-size: 17px;
        line-height: 19px;
    }
    .mid_line .logger {
        width: 100%;
        padding-top: 15px;
        margin-bottom: 30px;
        text-align: right;
    }
    .authorization .form_block {
        float: none;
        clear: both;
        display: inline-block;
        margin-right: 10px;
    }
    .authorization .form_block input {
        width: 138px;
    }
    header .authorization > .go_in > div {
        width: 80px;
        line-height: 25px;
        font-size: 14px;
    }
    .registration {
        padding-top: 5px;
    }
    .registration .register {
        float: none;
        clear: both;
        display: inline-block;
        margin-right: 28px;
    }
    .registration .forgot {
        float: none;
        clear: both;
        display: inline-block;
        margin-right: 5px;
    }
    .link_title > a {
        font-size: 14px;
    }
    .head_title .title {
        padding-bottom: 5px;
    }
    .head_line .main_gap:last-child {
        display: none;
    }
    .main_gap {
        float: left;
        width: 100%;
        height: auto;
        min-height: 200px;
        background-color: rgb(229, 239, 243);
    }
    .find_your_company {
        font-size: 20px;
        text-align: center;
    } 
    .find_your_company .title {
        width: 318px;
    } 
    .line_one {
        padding-top: 33px;
    }
    .find_your_company .search input {
        width: 236px;
        padding: 7px 5px 5px 14px;
        line-height: 33px;
        font-size: 13px;
        border-radius: 10px 0 0 10px;
    }
    .find_your_company .search_button {
        width: 44px;
        height: 45px;
        border-radius: 0 10px 10px 0;
    }
    .holder {
        font-size: 11px;
        padding-bottom: 15px;
    } 
    .rate_part {
        padding: 30px 10px 10px;
    }
    .rate_part .title {
        line-height: 28px;
        font-size: 18px;
        text-align: center;
    }
    .descript_content {
        width: 100%;
        float: none;
        clear: both;
        margin-bottom: 15px;
    } 
    .rate_part li {
        padding: 14px 10px 6px 30px;
        line-height: 22px;
        font-size: 16px;
    }
    .award_slider {
        float: none;
        clear: both;
        width: 100%;
    }
    .company_part {
        padding: 10px 10px 0;
    }
    .company_part .cub_title {
        line-height: 23px;
        font-size: 18px;
        text-align: center;
    }
    .company_part .title {
        text-align: center;
    }
    .company_part ul {
        display: inline-block;
        width: calc(100% - 20px);
        padding: 0 10px;
    }
    .company_part .description {
        padding: 30px 0 0 0;
    }
    .company_part .marker {
        top: -0;
        left: 0;
        width: 33px;
        height: 33px;
        line-height: 33px;
        font-size: 23px;
    }
    .company_part li {
        padding: 0 0 40px 57px;
        font-size: 16px;
    }
    .news_part {
        padding: 0 10px 0;
    }
    .slide_container .slide_card .title {
        font-size: 15px;
        font-weight: 600;
        line-height: 21px;
        height: 88px;
    }
    .slide_container .slide_card .descript {
        text-align: center;
        line-height: 19px;
        font-size: 14px;
        font-weight: 600;
    }
    .news_board {
        display: block;
        margin: 30px auto 0;
        border-spacing: initial;
    }
    .news_row {
        display: block;
    }
    .news_container {
        display: block;
        width: 250px;
        height: 100%;
        padding: 20px 15px 60px 20px;
        margin: 0 auto 30px;
        border: 1px solid rgb(134, 134, 134);
    }
    .news_container .title {
        font-size: 18px;
        line-height: 24px;
    }
    .news_item {
        font-size: 15px;
        font-weight: 600;
    }
    .news_container .news_item .title {
        font-size: 16px;
        line-height: 23px;
        font-weight: 600;
        padding: 24px 0 0;
    }
    .partner_part .title {
        font-size: 21px;
        margin-top: 39px;
        line-height: 27px;
        padding-bottom: 14px;
    }
    .foot_container {
        padding: 10px 20px 0 20px;
        margin: 0 auto;
    }
    .logo_block {
        display: block;
    }
    .footer_title {
        font-size: 36px;
        line-height: 35px;
    }
    .foot_container .link_block {
        display: block;
        text-align: center;
        width: auto;
    }
    .footer_top_link .link_title a {
        margin: 0 14px;
    }
    .footer_link > div {
        display: block;
        width: auto;
        text-align: center;
    }
    .footer_link > .right_link {
        width: auto;
    }
    .left_link .link {
        padding: 0;
    }
    .footer_link .link_title a {
        line-height: 39px;
        font-size: 14px;
    }
    .foot_container .title_descript {
        padding: 5px 0 20px;
        font-size: 14px;
        font-weight: 600;
    }
    .partner_part {
        padding: 0 10px 0 10px;
    }
    .award_slider .slider_content {
        height: 300px;
    }
    .award_slider .card {
        width: 200px;
        height: 263px;
    }
    .award_slider .slider_content:before {
        pointer-events: none;
    }
    .award_slider .slider_content:after {
        pointer-events: none;
    }
    .menu {
        position: fixed;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: transparent;
        transition: 0.6s;
        z-index: 3000;
        pointer-events: none;
    }
    .editor .menu {
        position: static;
        height: auto;
        pointer-events: auto;
    }
    .menu .link {
        display: block;
        text-align: left;
        padding: 0;
        margin: 5px 0;
    }
    .head_link .link:first-child {
        margin-top: 0;
    }  
    .mobile_menu {
        position: fixed;
        display: block;
        left: 0;
        top: 0;
        width: 100vw;
        height: 50px;
        background-color: rgb(75, 111, 132);
        border-bottom: 1px solid rgb(203, 204, 208);
        z-index: 1000;
        pointer-events: auto;
    }
    .editor .mobile_menu {
        display: none;
    }
    header {
        padding-top: 50px;
    }
    .menu .container {
        position: absolute;
        left: -840px;
        top: 50px;
        padding: 15px 10px 10px 20px;
        width: calc(100% - 30px);
        min-height: calc(100% - 75px);
        background-color: rgb(75, 111, 132);
        transition: 0.6s;
        pointer-events: auto;
    }
    .menu .container.active {
        left: 0;
        transition: 0.6s;
        pointer-events: auto;
    }
    .mobile_menu .mob_icon {
        position: relative;
        top: 0;
        left: 3px;
    }
    .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;
    }
    .mobile_menu > .title {
        position: relative;
        display: inline-block;
            left: 64px;
        top: -21px;
        color: white;
        font-size: 18px;
        font-weight: 600;
        text-transform: none;
        opacity: 0.9;
    }
    .mob_menu_icon.menu-on .burger {
        background: rgba(212, 241, 245, 0);
    } 
    .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::before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 0px;
    }
    .mob_menu_icon.menu-on .burger::after {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        bottom: 0px;
    }
    .link_title {
        display: inline-block;
    }
    .menu .link a {
        line-height: 12px;
        font-size: 14px;
    }
    .link_title .under_line {
        height: 2px;
    }
    .menu .link.charity  {
        display: none;
    }
    .award_slider .slider_control .point:hover {
        background-color: rgb(75, 111, 132);
    }
    .container {
        padding: 10px 0 60px 0;
    }
    .page_title > .title {
        float: none;
        clear: both;
        line-height: 33px;
        font-size: 21px;
        text-align: center;
        padding: 10px 0 20px;
    }  
    .page_title {
        padding: 10px 10px 0;
        float: none;
        clear: both;
        border-top: 5px solid rgb(75, 111, 132);
    } 
    .page_title .company_list {
        display: block;
        margin: 0 auto;
        float: none;
        line-height: 43px;
        padding: 0 30px 0 20px;
        font-size: 17px;
        width: 205px;
    } 
    .head_line {
        padding-top: 30px;
    }  
    .page_content {
        padding: 30px 15px 0;
    }
    .awards .content_section .content_item .image {
        float: none;
        clear: both;
        margin: 0 auto 25px;
    }
    .awards .content_section .content_item .descript {
        width: auto;
        margin: 0 0 30px;
        float: none;
        clear: both;
    }
    .awards .content_item .description li {
        font-size: 17px;
    }
    .awards .content_item .title {
        font-size: 19px;
        text-align: center;  
    }
    .leaders .page_content {
        padding: 0 0 0;
    }
    .leaders .content_section {
        padding: 30px 15px 0;
    }
    .leaders .content_section .content_item .image {
        float: none;
        clear: both;
        margin: 10px auto 10px;
    }
    .leaders .content_section .content_item .descript {
        width: auto;
        margin: 0 0 50px 0;
    }
    .content_item .description {
        font-size: 17px;
        line-height: 20px;
    }
    .leaders .content_item .title {
        padding-top: 5px;
        padding-bottom: 5px;
        width: auto;
    }

    .pagination .pre {
        font-weight: 400;
        padding: 0 7px 0 0;
        text-decoration: underline;
    }
    .pagination .next {
        padding: 0 0 0 8px;
    }
    .awards .content_section .content_item:last-child .descript {
        margin-bottom: 90px;
    }
    .content_item .slide_container .descript_container .title {
        text-align: left;
    }
    .awards .content_item .slide_img {
        width: calc(100% - 20px);
        height: calc(100% - 70px);
        margin: 47px auto 0;
    }
    .ratings main .container {
        padding: 10px 0 50px 0;
    }
    .ratings .page_content {
        padding: 0;
    }
    .ratings .section_left {
        display: none;
    }  
    .ratings .section_right {
        float: none;
        clear: both;
        width: auto;
        margin: 0 15px 30px;
    }
    .ratings .main_gap {
        margin-bottom: 30px;
    }
    #rate_viewer {
        font-size: 15px;
    }
    .industry_content {
        line-height: 21px;
        padding: 0 0 6px;
    }
    .industry_content .code_content .title {
        padding-bottom: 18px;
        font-size: 14px;
    }
    .industry_content > .code_content {
        padding: 10px 0 20px 20px;
        line-height: 19px;
    }
    .code_name {
        max-width: initial;
        font-weight: 400;
    } 
    .searched_company .companies .item > .inn {
        width: 69px;
        padding: 10px 9px;
        font-size: 14px;
    }
    .searched_company .companies .item > .name {
        width: calc(100% - 93px);
        font-size: 12px;
    }
    .ratings main {
        float: none;
        clear: both;
    }  
    .rate_popup {
        padding: 39px 15px 30px;
        background-color: rgb(255, 255, 255);
        border-top: 5px solid rgb(75, 111, 132);
    }
    .company_rate_viewer {
        overflow-x: scroll;
    }
    .rate_container .title {
        font-size: 24px;
    }  
    .rate_container .ocved_name {
        padding: 8px 0 5px;
    }
    .rate_container .ocved_descript {
        padding-bottom: 9px;
        font-size: 18px;
    }
    .rate_container .company_place {
        font-size: 14px;
    }
    .mobile_arrows .arrow_icon {
        display: block;
    }
    .mobile_arrows {
        padding: 7px 0 2px;
        border-top: 1px dashed rgb(75, 111, 132);
    }
    .company_rate_viewer td {
        font-size: 12px;
    }  
    .company_rate_viewer .table_head td {
        padding: 14px 6px;
    }
    .awards .page_head {
        padding: 10px 10px 15px;
    }
    .page_date .date_button {
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        float: none;
        clear: both;
        margin: 0 8px 10px 0;
        padding: 0 7px 0;
    }
    .page_date {
        text-align: center;
        padding-bottom: 5px;
    }
    .page_head .descript {
        font-size: 16px;
        width: 100%;
    }
    .partners .page_content {
        padding: 0;
    }
    .partners .content_section {
        padding: 30px 15px 0;
    }
    .partners .content_section .content_item .image {
        float: none;
        clear: both;
        margin: 15px auto 15px;
    }
    .partners .content_section .content_item .descript {
        float: none;
        clear: both;
        width: auto;
        margin: 0 0 69px 0;
    }
    .about .page_content {
        padding: 0;
    }
    .about .content_container {
        font-size: 16px;
        line-height: 19px;
        max-width: none;
        padding: 30px 15px 30px;
    }
    .about .content_container li {
        padding: 0 0 10px 30px;
        line-height: 21px;
        font-size: 17px;
    }
    .about .content_container .sub_title {
        line-height: 23px;
        color: rgb(75, 111, 132);
        font-size: 21px;
        padding: 10px 0 15px;
    }
    .contacts .contacts_info {
        float: none;
        clear: both;
        width: auto;
        padding: 15px 5px 0;
    }
    .contacts .contacts_image {
        display: block;
        width: 100%;
        margin-bottom: 69px;
        margin-top: -25px;
    }
    #site_google_map {
        height: 390px;
    }
    .map_title {
        text-align: center;
    }
    .contacts .contacts_info > div {
        padding: 0 0 20px;
    }
    .copy {
        text-align: center;
        font-size: 10px;
    }
    .footer_link {
        padding: 23px 0 0;
    }
    footer .logo_img {
        width: 83px;
        height: 70px;
    }
    .award_slider .slider_control .point {
        margin: 0 15px 20px;
    }
    .pagination .number {
        margin: 0 3px;
    }
    .company_rate_viewer tr.active td {
        font-size: 13px;
        color: rgb(75, 111, 132);
    }
    .rate_pagination .number {
        margin: 0 5px;
    }
    .rate_pagination .pag_arrow {
        margin: 0 5px;
    }
    .leader main .container, 
    .news_page main .container {
        padding: 10px 0 90px 0;
    }
    .leader .content_item .title, 
    .news_page .content_item .title {
        text-align: center;
        padding: 10px 0 24px;
        font-size: 18px;
        line-height: 28px;
    }
    .right_img,
    .left_img {
        float: none;
        clear: both;
        width: 100%;
        margin: 0 auto 15px;
    }
    .leader .content_item .descript_item,
    .news_page .content_item .descript_item {
        margin: 0 0 24px;
        font-size: 17px;
        line-height: 21px;
    }
    .leader .date, .news_page .date {
        font-size: 16px;
    }
    .news .content_section .content_item .image {
        float: none;
        clear: both;
        width: 280px;
        height: 190px;
        margin: 0 auto 30px;
        background-position: center bottom;
    }  
    .news .content_section .content_item .descript {
        float: none;
        clear: both;
        width: auto;
        margin: 0 0 84px;
    }
    .news .content_item a {
        padding-top: 3px;
    }
    .news .content_item .title {
        line-height: 27px;
        padding-bottom: 6px;
    }
    .blago .content_section {
        float: none;
        width: auto;
    }
    .bloago_link a {
        font-size: 16px;
        margin: 0 20px 15px 0;
    }
    .bloago_person a {
        padding: 0 10px;
        margin: 0 15px 15px 0;
        font-size: 15px;
    }
    .blago .content_container .descript {
        line-height: 21px;
        font-size: 16px;
        font-weight: 600;
    }
    .blago .content_head {
        margin-bottom: 20px;
    }
    .blago .descript_link {
        font-size: 13px;
    }
    .zmi .page_content {
        padding: 0;
    }
    .zmi .content_section {
        padding: 39px 15px 0;
    }
    .zmi .content_section .content_item .image {
        float: none;
        clear: both;
        width: 280px;
        height: 186px;
        margin: 0 auto 30px;
    }
    .zmi .content_section .content_item .descript {
        float: none;
        clear: both;
        width: auto;
        margin: 0 0 95px 0;
    }
    .zmi .content_item .title {
        line-height: 24px;
        padding-top: 6px;
        padding-bottom: 15px;
    }
    .zmi .content_item .date {
        font-size: 16px;
    }
    .zmi .content_item a {
        padding: 14px 5px 0 0;
    }
    .rights .page_content {
        padding: 0;
    }
    .rights .content_container {
        padding: 30px 15px 0;
        width: auto;
        max-width: none;
    }
    .rights .content_container .sub_title {
        line-height: 24px;
        font-size: 18px;
        padding: 5px 0 25px 0px;
    }
    .rights .content_container {
        font-size: 17px;
        line-height: 21px;
    }
    .rights .content_container li {
        line-height: 21px;
        font-size: 17px;
    }
    main .runner.active {
        display: block;
    }



    
    
}










/*

    color: rgb(75, 111, 132);
    color: rgb(229, 239, 243);
    color: rgb(134, 134, 134);


*/


















