div.bx-newslist {
    display: none;
}

h2 {
    font-size: 26px;
    padding: 0 46px;
}

ul {
    width: 100%;
    max-width: 100%;
}

li.partner {
    width: 100%;
    max-width: 100%;
    padding: 30px 40px;
    border-top: 1px solid #aaa;
}

li.partner:last-child {
    border-bottom: 1px solid #aaa;
}

li.partner > div.image-box {
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    width: 12%;
}

li.partner > div.partner-content {
    width: 60%;
    display: inline-block;
    margin-top: 30px;
}

li.partner > div.partner-content > h3 {
    font-size: 20px;
    margin-bottom: 3px;
    margin-top: 0;
}

li.partner > div.partner-content > p {
    color: #333;
    font-size: 15px;
}

li.partner > div.link {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 25%;
    margin-top: 30px;
}

li.partner > div.link > a {
    font-size: 16px;
    margin-left: 7px;
}
.news_three_blocks .news_three_blocks_one:last-child {
    width: calc(33.33% + -1px);
}
.columns .col {
    /*min-height: 430px;*/
}
.link-html a {
    font-size: 18px;
    color: #7d8e9d;
    border-bottom: 1px solid rgba(37, 59, 77, 0.3)!important;
}
.anti-corruption__item {
    display: flex;
    align-items: center;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 30px 100px 30px 40px;
}
.anti-corruption__image {
    width: 100px;
}
.anti-corruption__image a {
    border: none;
}
.anti-corruption__title a {
    font-size: 24px;
    color: black;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #dcdcdc;
}

.success-send-resume {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
input.warning {
    border-color: red!important;
}
.agree.warning p {
    color: red;
}
.detail .btn-respond {
    font-size: 16px;
    text-transform: uppercase;
}
.detail .btn-respond:hover {
    background: rgb(32, 84, 125);
    background: -moz-linear-gradient(top, rgba(32, 84, 125, 1) 0%, rgba(26, 69, 104, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(32, 84, 125, 1)), color-stop(100%, rgba(26, 69, 104, 1)));
    background: -webkit-linear-gradient(top, rgba(32, 84, 125, 1) 0%, rgba(26, 69, 104, 1) 100%);
    background: -o-linear-gradient(top, rgba(32, 84, 125, 1) 0%, rgba(26, 69, 104, 1) 100%);
    background: -ms-linear-gradient(top, rgba(32, 84, 125, 1) 0%, rgba(26, 69, 104, 1) 100%);
    background: linear-gradient(to bottom, rgba(32, 84, 125, 1) 0%, rgba(26, 69, 104, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#20547d', endColorstr='#1a4568', GradientType=0);
    color: #fff;
    transition: none;
}
.detail .btn-respond {
    transition: none;
}
button.small, input[type="submit"].small, input[type="button"].small {
    text-transform: uppercase;
}
.sub-cities {
    padding-left: 17px;
    margin-bottom: 0!important;
    margin-top: 10px!important;
}
.active-cities {
    margin-bottom: 10px;
}
.active-cities__item {
    position: relative;
    background: #eee;
    color: #2b2b2b;
    padding: 5px 15px 5px 5px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 5px;
}
.active-cities__item::after {
    content: '?';
    position: absolute;
    top: 7px;
    right: 7px;
    display: inline-block;
    width: 5px;
    height: 5px;
    line-height: 0;
}
.active-cities__item:hover {
    cursor: pointer;
    background: #d2d2d2;
}
.active-cities__title {
    font-size: 13px;
    margin-bottom: 5px;
}
input[type="text"], input[type="password"], input[type="email"] {
    width: 285px;
    height: 34px;
    border: 1px solid #c0c0c0;
    color: #000;
    background: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 4px 8px;
    font-size: 14px;
}
.success-send-resume__close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 40px;
    cursor: pointer;
    display: inline-block;
    padding: 15px;
    line-height: .5;
}
.table-content td {
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}

.table-content tr:first-child td {
    background: #eee;
}

.date-news {
    margin-top: 10px;
    font-size: 16px;
}

.item__city-name {
    width: 10px;
    height: 10px;
}

.socials {
    display: flex;
    align-items: baseline;
}
.socials__item {
    margin-right: 5px;
    border-bottom: none;
}
.socials__item:hover {
    border-bottom: none;
}
.socials__item img {
    border-radius: 5px;
}
.social_button {
    display: flex;
    align-items: flex-end;
}
.ya-share2 {
    margin-right: 4px;
}
.ya-picture {
    width: 24px;
    height: 24px;
}
.ya-picture img {
    max-width: 100%;
}
.ya-text {
    margin-right:10px;
}

.socials-desc {
    padding: 0 100px 30px 40px;
}

.socials-list {
    margin-bottom: 50px;
    border-bottom: 1px solid #aaaaaa;
}

.socials-list__item {
    padding: 28px 42px;
    border-top: 1px solid #aaaaaa;
}

a.social__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    font-family: 'DINPro-Medium';
    font-size: 24px;
    color: #000;
    border: none;
}

a.social__link:hover .social__text,
a.social__link:focus .social__text {
    border-color: transparent;
}

.social__icon {
    width: 64px;
    height: 64px;
    margin-right: 38px;
    background-size: contain;
    background-repeat: no-repeat;
}

.social--fb .social__icon {
    background-image: url("/images/socials/fb.png");
}

.social--vk .social__icon {
    background-image: url("/images/socials/vk.png");
}

.social--inst .social__icon {
    background-image: url("/images/socials/in.png");
}

.social--tl .social__icon {
    background-image: url("/images/socials/tl.png");
}


.social__text {
    border-bottom: 1px solid #b2b2b2;
    transition: .3s;
}


.disclosures-block {
    padding-left: 0;
    display: inline-flex;
    align-items: center;
}
.disclosures-block__img a {
    width: 60px;
    border-bottom: 0;
}
.disclosures-block__img a:hover {
    border-bottom: 0;
}
.disclosures-block__img {
    width: 30px;
    margin-right: 10px;
    display: inline-block;
}
.disclosures-block__bottom-title span {
    color: #6c89a3;
    text-transform: uppercase;
    margin-top: 6px;
    display: inline-block;
}
.disclosures-block__link {
    width: 330px;
    display: inline-block;
}

.subscribe {
    padding: 40px 40px 75px;
    transition: opacity .2s linear;
}

.subscribe__wrapper {
    position: relative;
    display: flex;
    align-items: flex-end;
}

.subscribe.loading {
    opacity: .5;
    pointer-events: none;
}

.subscribe__caption {
    font-size: 28px;
    line-height: 35px;
    color: #466D8E;
}

.subscribe-form__label {
    font-size: 16px;
    line-height: 16px;
    color: #314A5F;
}

.subscribe-form__label--email {
    display: block;
    margin: 0 0 10px;
    color: #000;
}

.subscribe__form .subscribe__input {
    width: 284px;
    padding: 5px 10px;
    border: 1px solid #C0C0C0;
    box-shadow: none;
}

.subscribe__fieldset {
    margin: 40px 0 0;
}

.subscribe__fieldset legend {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 27px;
    color: #000;
}

.subscribe__fieldset.warning legend {
    color: red;
}

.form-row {
    display: flex;
    align-items: flex-end;
    margin: 0 0 16px;
}

.form-row--confirm {
    margin: 40px 0 0;
}

.subscribe__checkbox {
    margin-right: 5px;
}

.subscribe-btn--cancel {
    color: #325A7B;
    background: transparent;
    border: none;
}

.subscribe-btn--transparent {
    color: #325A7B;
    background: transparent;
    border: 1px solid #325A7B;
    margin-left: 126px;
}

.subscribe__form--cancel .subscribe-btn--transparent {
    margin-left: 0;
    color: #325A7B;
    background: transparent;
    border: 1px solid #325A7B;
}

.subscribe-btn--transparent:hover,
.subscribe-btn--transparent:focus {
    color: #314a5f !important;
    background: rgba(50, 90, 123, 0.1) !important;
}

.subscribe-btn--transparent:active {
    background: rgba(50, 90, 123, 0.25) !important;
}

.menu__subscribe {
    margin: 50px 0 0;
}

.fast-subscribe.hidden {
    display: none;
}

.fast-subscribe {
    font-family: 'DINPro-Regular';
    display: inline-block;
}

.fast-subscribe__caption {
    margin: 0 0 12px;
    font-size: 16px;
    line-height: 1.75;
    color: #9DBDD4;
}

.fast-subscribe__form {
    position: relative;
}

.fast-subscribe .fast-subscribe__input {
    font: inherit;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #9DBDD4;
}

.fast-subscribe .fast-subscribe__input:hover {
    background: rgba(255, 255, 255, 0.2);
}

.fast-subscribe .fast-subscribe__input:focus {
    background: transparent;
    color: #ffffff;
}

.fast-subscribe .fast-subscribe__input::placeholder {
    font: inherit;
    font-size: 15px;
    line-height: 24px;
    color: #85939E;
}

.fast-subscribe .fast-subscribe__btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background: transparent;
    padding: 7px 12px;
    line-height: normal;
    height: initial;
    border-radius: 0;
}

.sidebar__subscribe {
    width: 100%;
    box-sizing: border-box;
}

.sidebar__subscribe .fast-subscribe__caption {
    margin: 0 0 3px;
    padding: 0 10px;
    font-size: 14px;
    color: #b8c4cd;
    font-family: 'DINPro-Regular';
    line-height: 1.3;
}

.sidebar__subscribe .fast-subscribe__input {
    width: 100%;
    padding-right: 45px;
    font: inherit;
    font-size: 14px;
    color: #fff;
    background: #1a2936;
    border-color: transparent;
}

.sidebar__subscribe .fast-subscribe__input::placeholder {
    font: inherit;
    font-size: 14px;
    color: #b8c4cd;
}

#content #wrapper {
    min-height: 1185px;
}