@font-face {
    font-family: 'OpenSansRegular';
    src: url('/assets/fonts/OpenSans.eot');
    src: url('/assets/fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansBold';
    src: url('/assets/fonts/OpenSans-Bold.eot');
    src: url('/assets/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansItalic';
    src: url('/assets/fonts/OpenSans-Italic.eot');
    src: url('/assets/fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.woff2') format('woff2'), url('../fonts/OpenSans-Italic.woff') format('woff'), url('../fonts/OpenSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

html,
body {
    overflow-x: hidden;
}
.wageScale td{
    border: 1px solid gray;
    padding: 1px 25px;
    text-align: center;
}
.wageScale th{
    border: 1px solid gray;
    padding: 1px 25px;
    text-align: center;
}


.clear-fix::after {
    display: block;
    clear: both;
    content: '';
}

.bolder-text {
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
}

.header {
    background: url('/img/sea_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body {
    font-family: 'OpenSansRegular'
}

.navbar {
    padding-top: 10px;
    background: #fafbfb;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.container-fluid {
    padding: 0;
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-left: 0;
    margin-right: 0;
}

.navbar-brand {
    display: block;
    margin-left: 60px!important;
    margin-right: 120px;
    width: 40px;
    height: 60px;
    background: url('/img/logo.png');
}

.navbar-nav {
    padding-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
}

.navbar-nav a {
    color: #385a6f;
    font-size: 16px;
    max-width: 200px;
}

.navbar-nav>li>a {
    color: #385a6f;
}

.navbar-nav>li>a:visited {
    color: #385a6f;
}

.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {
    color: #4254c0!important;
}

.icon-bar {
    background-color: #385a6f !important;
}

.navbar-toggle {
    border-color: #d7dfde !important;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: #d7dfde !important;
}

.login-form input {
    width: 150px;
    height: 26px;
    color: #4254c0;
    padding: 0 5px;
    background: #d7dfde;
    border: none;
}

.login-form input[type="submit"] {
    color: #385a6f;
    font-size: 14px;
    background: transparent;
    border: 1px solid #385a6f;
}

.header {
    color: #fff;
}

ul.nav {
    float: none;
}

.navbar-right {
    float: none!important;
    border-top: 1px solid #4254c0;
}

.navbar-collapse {
    padding: 0;
}

.navbar-right {
    background: #eef1f0;
}

.flags a {
    display: inline-block;
    width: 34px;
    height: 22px;
}

.flags-ru {
    /*background: url('../img/flag_ru.png');*/
    background: url('/img/flags/RU.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.flags-en {
    /*background: url('../img/flag_en.png');*/
    background: url('/img/flags/GB.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.header h1 {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.header__sub-header {
    margin-bottom: 25px;
    font-size: 16px;
}

.header__badge {
    margin-bottom: 20px;
    display: table;
}

.header_vacancies {
    padding-bottom: 120px;
}

.header__badge-img {
    display: block;
    float: left;
    margin-right: 25px;
}

.header__badge-text {
    display: table-cell;
    font-size: 14px;
    vertical-align: middle;
}

.header__advantages-header {
    margin-bottom: 25px;
    font-size: 20px;
    text-align: center;
}

.header__advantages-item {
    margin-bottom: 15px;
}

.header__advantages-item-number {
    display: block;
    float: left;
}

.header__advantages-item-text {
    display: table-cell;
    font-size: 16px;
}

.header__advantages-item-number {
    margin-right: 20px;
    font-size: 36px;
    line-height: 36px;
}

.team {
    padding: 35px 0;
}

.team__text,
.quality__text {
    margin-bottom: 15px;
    color: #385a6f;
    font-size: 16px;
}

.quality {
    padding: 35px 0;
    background: #f6f8f8;
}

.certificates {
    padding: 35px 0;
    background: url('../img/shore_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.certificates__title {
    margin-bottom: 15px;
    color: #fff;
    font-size: 30px;
    text-align: center;
}

.certificates__block {
    width: 200px;
    margin: 0 auto;
    padding: 15px;
    background: #f6f8f8;
}

.certificates__img {
    display: block;
    margin: 0 auto 10px;
}

.footer .container {
    position: relative;
}

.footer {
    /*position: relative;*/
    padding: 15px 0;
    background: #43519c;
    color: #fff;
}

.footer__copyright {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer__year {
    border-left: 1px solid #fff;
    margin-left: 10px;
    padding-left: 10px;
}

.header_centers {
    padding-bottom: 30px;
}

.content {
    color: #385a6f;
}

.content__title {
    margin: 35px 0 20px;
    color: #43519c;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

.content__item {
    margin-bottom: 30px;
}

.content__item-header {
    font-size: 18px;
}

.content__item-contacts span {
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
}

.content a {
    color: #062ecc;
    text-decoration: underline;
}

.gutter-top,
.gutter-bottom {
    display: none;
}

.partner {
    border-bottom: 1px solid #385a6f;
    padding-bottom: 20px;
}

.partner .container {
    position: relative;
}

.partner:last-child {
    border-bottom: none;
}

.partner_dark {
    background: #07153a;
}

.partner__logo {
    display: block;
    max-width: 294px;
    margin: 80px auto 10px;
}

.partner_dark p {
    color: #fff;
}

.partner_dark a {
    color: #fff;
    text-decoration: underline;
}

.partner__text {
    color: #385a6f;
}

.partner-gutter {
    display: block;
    width: 3px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 0;
    background: #385a6f;
}

.certificates .container {
    position: relative;
}

.partner_dark .partner-gutter {
    background: #fff;
}

.table {
    margin-top: -100px;
}

.vacancies-wrapper {
    min-height: -webkit-calc(100vh - 124px);
    min-height: calc(100vh - 124px);
}

.vacancies table {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    border: none;
    border-collapse: collapse;
    overflow-x: auto;
}

.vacancies table th {
    padding: 10px 10px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    text-transform: capitalize;
    border-collapse: collapse;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

.vacancies table th:first-child {
    border-left: none;
}

.vacancies table th:last-child {
    border-right: none;
}

.vacancies td {
    padding: 5px 10px;
    color: #385a6f;
    border-left: 2px solid #3f4e93;
    border-right: 2px solid #3f4e93;
}

.vacancies td:first-child {
    border-left: none;
}

.vacancies td:last-child {
    border-right: none;
}

.vacancies td:nth-child(4) {
    max-width: 150px;
}

.vacancies td:nth-child(5) {
    width: 75px;
}

.join-date {
    white-space: nowrap;
}

.price-list {
    margin-bottom: 45px;
}

.price-list .container {
    position: relative;
}

.header_visas {
    padding-bottom: 120px;
    margin-bottom: -100px;
}

.price-list .gutter-top-visas {
    top: 66px;
    height: 135px;
}

.price-list .gutter-bottom-visas {
    top: 200px;
}

.header_visas .header__sub-header {
    max-width: 320px;
    margin: 0 auto 20px;
    line-height: 21px;
}

.price-list table {
    width: 100%;
    color: #385a6f;
}

.price-list tr td {
    padding: 10px 0;
}

.price-list table tr td:first-child {
    width: 50%;
    padding-right: 15px;
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
}

.price-list table tr td:nth-child(2) {
    padding-left: 15px;
    font-size: 12px
}

.price-list table span {
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
    white-space: nowrap;
}

#price-list__table-header {
    color: #fff;
    border-top: 1px solid #fff;
}

.price-list #price-list__table-header>td {
    padding-left: 0;
    padding-right: 0;
    padding-top: 17px;
    padding-bottom: 17px;
    font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

.price-list__header {
    color: #fff;
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
}

.visas-why {
    padding: 35px 0;
    background: url(../img/shore_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.visas-why__header {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.visas-why p {
    color: #fff;
}

.visas-why p span {
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
}

.header-personnel__text {
    font-size: 14px;
}

.header-personnel {
    padding-bottom: 40px;
}

.header-personnel__mail {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 16px;
    text-align: center;
}

.header-personnel__mail a {
    color: #fff;
    text-decoration: underline;
}

.header-personnel__mail a:hover {
    color: #fff;
    text-decoration: none;
}

.header-personnel__more {
    position: absolute;
    padding-bottom: 30px;
    margin-left: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transform: translateX(-65%);
    white-space: nowrap;
}

.header-personnel__more:hover {
    color: #fff;
    text-decoration: none;
}

.header-personnel__more::after {
    display: block;
    position: relative;
    width: 14px;
    height: 22px;
    left: 100%;
    margin-left: 15px;
    top: -22px;
    content: '';
    background: url('../img/link_after.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.personnel-section {
    padding-top: 30px;
    padding-bottom: 50px;
}

.personnel-section-header {
    font-size: 28px;
    text-align: center;
}

.personnel__trade-fleet-header,
.personnel__offshore-fleet-header {
    color: #385a6f;
}

.personnel__trade-fleet-text,
.personnel__offshore-fleet-text {
    font-size: 14px;
    color: #385a6f;
}

.download-anketa {
    color: #385a6f;
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
}

.download-link {
    display: block;
    margin: 0 auto;
    padding: 5px 0;
    color: #385a6f;
    border: 2px solid #385a6f;
    text-align: center;
    background: url('../img/link_bg.png');
    background-repeat: no-repeat;
    background-position-y: 5px;
}

.download-link:hover {
    text-decoration: none;
}

.personnel__trade-fleet-downloads-link {
    margin-top: 15px;
}

.download-anketa {
    position: relative;
    text-align: center;
}

.personnel__trade-fleet-downloads,
.personnel__offshore-fleet-downloads {
    margin-top: 20px;
}

.download-header-text {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    z-index: 20;
}

.personnel__trade-fleet-downloads .download-header-text {
    background: #fff;
}

.download-header-line {
    display: block;
    position: absolute;
    border-top: 1px solid #385a6f;
    width: 100%;
    top: 10px;
}

.personnel__trade-fleet-downloads-link {
    width: 220px;
    background-position-x: 190px;
}

.container .gutter-bottom-short {
    top: -80px;
    height: 60px;
}

.personnel__offshore-fleet {
    background: #d7dfde;
}

.personnel__offshore-fleet-downloads-link {
    width: 280px;
    background-position-x: 250px
}

.personnel__offshore-fleet-list-header {
    margin-top: 30px;
    color: #385a6f;
    text-align: center;
    font-size: 16px;
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
}

.personnel-list {
    list-style-type: none;
    color: #385a6f;
}

.personnel-list li:before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
}

.personnel__docs {
    background: url('../img/shore_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.personnel__docs {
    color: #fff;
}

.personnel__docs-law a {
    color: #fff;
}

.personnel__docs-law {
    text-align: right;
}

.personnel__docs-law-header {
    font-size: 14px;
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
    letter-spacing: -.3px;
    margin-bottom: 40px;
}

.personnel__docs-law-link {
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 14px;
}

.personnel__docs-law-link:hover {
    text-decoration: none;
}

.personnel__docs-lists-text {
    font-size: 14px;
    letter-spacing: -.2px;
    max-width: 150px;
}

.personnel__docs-lists-link {
    width: 100px;
    color: #fff;
    border-color: #fff;
    background: url('../img/link_bg_white.png');
    background-position: 55px 5px;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 20px;
    margin: 10px 0 20px 0;
    font-family: 'OpenSansBold', Arial, Helvetica, sans-serif;
}

.personnel__docs-lists-link:hover {
    color: #fff;
}

.personnel__docs-disclaimer {
    text-align: center;
    max-width: 370px;
    margin: 30px auto 0;
}

.personnel__docs-disclaimer a {
    color: #fff;
    text-decoration: underline;
}

.personnel__docs-disclaimer a:hover {
    text-decoration: none;
}

.container .gutter-personnel-docs {
    top: -80px;
    background: #fff;
    height: 368px;
    display: block;
    width: 3px;
    position: absolute;
    left: 50%;
}

.header-index {
    background: url('/img/header_index.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header_index_top {
    margin-top: -20px;
    padding-top: 70px;
    background: url('/img/header_index_top.png');
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.header_index_top h1 {
    color: #43519c;
    font-size: 70px;
}

.header_index_top_logo {
    display: block;
    margin: 0 auto;
}

.header_index_bottom {
    margin-top: 20px;
}

.services-left {
    padding-top: 20px;
    background: url('../img/services_left.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.services-right {
    padding-top: 20px;
    background: url('../img/services_right.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.services {
    color: #385a6f;
}

.services__header {
    font-size: 24px;
    margin-bottom: 5px;
}

.services__all-pers {
    position: absolute;
    /*padding-bottom: 30px;*/
    font-size: 18px;
    text-decoration: none;
    white-space: nowrap;
    color: #385a6f;
    height: 29px;
}
.services__all-pers::after {
    display: block;
    position: relative;
    width: 14px;
    height: 22px;
    left: 100%;
    margin-left: 15px;
    top: -22px;
    content: '';
    background: url(../img/link_after_dark.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.services ul {
    margin: 40px auto 0;
}

.services__deatails {
    display: block;
    margin-top: 20px;
    color: #43519c;
    padding: 7px 0 0;
    text-align: center;
    font-size: 16px;
    border: 2px solid #385a6f;
    width: 180px;
    height: 40px;
    background: #fff;
}

.index-about {
    padding-top: 30px;
    padding-bottom: 60px;
    background: url('../img/index_about1.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.index-about__header {
    font-size: 32px;
    text-align: center;
}

.index__about-deatails {
    color: #fff;
    font-size: 16px;
    width: 180px;
    height: 40px;
    border: 2px solid #fff;
    padding-top: 7px;
    text-align: center;
    margin: 30px auto 0;
    display: block;
}

.index__about-deatails:hover {
    color: #fff;
}

.index-partners {
    background: #f6f8f8;
}

.index-partners__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.index__about-deatails_blue {
    color: #385a6f;
    border-color: #385a6f
}

.index__about-deatails_blue:hover {
    color: #385a6f;
}

.index-partners__item {
    display: block;
    width: 290px;
    margin-bottom: 30px;
}

.index-partners {
    padding-top: 30px;
    padding-bottom: 60px;
}

.index-partners__logos {
    margin-top: 20px;
}

.index-docs {
    padding: 35px 0;
    background: url('../img/shore_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.index-docs a {
    color: #fff;
    text-decoration: none;
}

.index-docs__documents-text {
    margin-bottom: 20px;
}

.index-docs__documents {
    margin-bottom: 30px;
}

.index-docs a:hover {
    color: #fff;
    text-decoration: underline;
}

.index-docs__documents-header,
.index-docs__law-header {
    font-size: 30px;
    text-align: center;
    width: 290px;
    margin: 0 auto 25px;
}

.index-docs__law-header {
    width: auto;
    margin: 0 auto 25px;
    text-align: center;
}

.index-docs__documents-header::before {
    display: block;
    content: '';
    width: 26px;
    height: 44px;
    background: url('../img/contacts.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    margin-right: 20px;
}

.index-docs span.gutter-personnel-docs {
    top: 305px;
    height: 270px;
}

.nav>li {
    height: 50px;
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 480px;
    }
    .navbar-nav {
        padding-bottom: 0;
    }
    .navbar-nav>li>a {}
    .navbar-brand {
        margin-bottom: 15px;
    }
    .navbar-toggle {
        margin-top: 12px;
    }
    .cabiner-header {
        margin: 0 auto;
        text-align: center;
        padding-top: 5px !important;
    }
    .login-form {
        display: block;
        width: 180px;
        margin: 0 auto;
    }
    .login-form input {
        display: block;
        margin: 0 auto 5px;
    }
    .flags {
        /*margin: 0 auto;
        text-align: center;
        letter-spacing: 50px;*/
        float: right;
        padding-right: 15px;
        letter-spacing: 5px;
        margin-top: 17px;
    }
    .price-list table {
        max-width: 320px;
        margin: 0 auto;
    }
    .header_visas h1 {
        font-size: 32px;
    }
    .container .gutter-personnel-docs {
        height: 350px;
    }
    .header_index_top {
        padding: 20px 15px 0;
    }
    .header_index_top h1 {
        font-size: 35px;
        margin-top: 0;
    }
    .header_index_top_logo {
        width: 60px;
    }
    .services p,
    .services {
        width: 290px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .header h1 {
        margin-top: 40px;
        font-size: 48px;
    }
    .navbar-brand {
        margin-bottom: 15px;
    }
    .cabiner-header {
        float: left;
    }
    .navbar-header {
        border-bottom: none;
    }
    .navbar-right {
        padding-top: 10px;
    }
    .login-form {
        float: left;
    }
    .flags {
        float: right;
        padding-right: 15px;
        letter-spacing: 5px;
        margin-top: 17px;
    }
    .header__advantages-item-number {
        font-size: 42px;
    }
    .header_vacancies {
        padding-bottom: 150px;
    }
    .team,
    .quality {
        padding: 60px 0;
    }
    .team__text,
    .quality__text {
        margin-bottom: 25px;
    }
    .quality__text:nth-child(2) {
        font-size: 18px;
    }
    .certificates__title {
        font-size: 36px;
    }
    .certificates__block {
        width: 575px;
        text-align: center;
    }
    .certificates__img {
        display: inline-block;
        letter-spacing: 20px;
    }
    .content__item {
        margin-bottom: 50px;
    }
    .header_centers {
        padding-bottom: 40px;
    }
    .content-items-wrapper-right .content__item {
        margin-bottom: 57.2px;
    }
    .content .container {
        position: relative;
    }
    .partner {
        padding-bottom: 40px;
    }
    .table {
        margin-top: -108px;
    }
    .vacancies table th {
        font-size: 16px;
    }
    .navbar-header {
        border-bottom: 1px solid #101010
    }
    .navbar-collapse.collapse.in {
        padding-top: 10px;
    }
    .price-list table {
        max-width: 500px;
        margin: 0 auto;
    }
    .header_visas {
        padding-bottom: 150px;
    }
    .price-list table tr td:first-child {
        padding-right: 50px;
        font-size: 18px;
    }
    .price-list table tr td:nth-child(2) {
        padding-left: 50px;
        font-size: 14px
    }
    .price-list #price-list__table-header>td {
        font-size: 18px;
    }
    .price-list__header {
        font-size: 16px;
    }
    .header_visas .header__sub-header {
        max-width: initial;
    }
    .price-list #price-list__table-header>td {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .price-list__header {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .header_visas {
        margin-bottom: -125px;
    }
    .price-list {
        margin-bottom: 60px;
    }
    .visas-why__header {
        font-size: 28px;
        margin-bottom: 25px;
    }
    .visas-why__text {
        font-size: 16px;
    }
    .header-personnel {
        padding-bottom: 4px;
    }
    .header-personnel__text {
        font-size: 16px;
    }
    .header-personnel__text:last-of-type {
        padding-bottom: 30px;
    }
    .header-personnel__mail {
        font-size: 18px;
        text-align: right;
    }
    .header-personnel__mail {
        padding-right: 30px;
    }
    .header-personnel__more {
        position: static;
        display: inline-block;
        padding-top: 28px;
        padding-left: 30px;
        transform: translateX(0);
        margin-left: 0;
        font-size: 24px;
    }
    .header-personnel__more::after {
        top: -26px;
    }
    .personnel-section-header {
        font-size: 36px;
    }
    .personnel__trade-fleet-downloads,
    .personnel__offshore-fleet-downloads {
        margin-top: 50px;
    }
    .personnel__trade-fleet-text,
    .personnel__offshore-fleet-text {
        font-size: 16px;
    }
    .download-anketa {
        font-size: 16px;
    }
    .download-header-line {
        top: 11px;
    }
    .personnel-list li {
        font-size: 16px;
    }
    .download-anketa {
        margin-bottom: 20px;
    }
    .personnel__docs-law-header,
    .personnel__docs-law-link,
    .personnel__docs-disclaimer,
    .personnel__docs-lists-text {
        font-size: 16px;
    }
    .personnel__docs-lists-text {
        max-width: 170px;
    }
    .personnel__docs-law {
        margin-right: 50px;
    }
    .personnel__docs-lists {
        margin-left: 50px;
    }
    .header_index_top {
        padding-top: 30px;
    }
    .header_index_top h1 {
        font-size: 45px;
        margin-top: 0;
    }
    .header_index_top_logo {
        width: 70px;
    }
    .header_index_bottom .header__badge {
        max-width: 420px;
    }
    .services-right {
        margin-left: -1px;
    }
    .services-right,
    .services-left {
        height: 277px;
    }
    .services__header {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .services ul {
        margin: 55px auto 0;
    }
    .services__text {
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .index-about__header {
        font-size: 46px;
    }
    .index-about__text {
        font-size: 16px;
    }
    .index__about-deatails {
        margin-top: 50px;
    }
    .index-about {
        margin-top: 50px;
    }
    .index-docs span.gutter-personnel-docs {
        top: 70px;
        left: 75%;
        height: 330px;
    }
    .index-docs .personnel__docs-law {
        margin-right: 5px;
    }
    .index-docs .personnel__docs-lists {
        margin-left: 5px;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-rigth {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 1px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}

@media screen and (min-width: 992px) {
    .navbar-brand {
        margin-right: 25px;
        margin-bottom: 15px;
        margin-top: 25px;
    }
    .navbar-header {
        border-bottom: none;
    }
    .login-form {
        padding: 10px;
    }
    form.login-form>input {
        margin-right: 20px;
    }
    .navbar-collapse.collapse.in {
        padding-top: 0;
    }
    .flags {
        padding: 10px 20px 10px 10px;
        border-left: 3px solid #d7dfde;
        letter-spacing: 20px;
    }
    .collapse {
        display: none!important;
    }
    .header h1 {
        margin-top: 50px;
        font-size: 70px;
        margin-bottom: 45px;
    }
    .header__advantages-header {
        margin-top: 50px;
        margin-bottom: 35px;
        font-size: 24px;
    }
    .header__advantages-item-number {
        font-size: 72px;
        line-height: 72px;
    }
    .team,
    .quality {
        padding: 80px 0;
    }
    .team__text,
    .quality__text {
        margin-bottom: 30px;
    }
    .certificates {
        padding-top: 65px;
        padding-bottom: 240px;
    }
    .certificates__title {
        margin-bottom: 40px;
        font-size: 40px;
    }
    .certificates__block {
        width: 100%;
        padding: 35px 0;
        text-align: center;
        letter-spacing: 20px;
    }
    .footer__copyright {
        font-size: 18px;
    }
    .content__item {
        margin-bottom: 100px;
    }
    .content-items-wrapper-right .content__item {
        margin-bottom: 70.1px;
    }
    .header_centers {
        padding-bottom: 150px;
    }
    .content {
        margin-top: -118px;
    }
    .content-items-wrapper-left {
        padding-right: 50px;
    }
    .content-items-wrapper-right {
        padding-left: 50px;
    }
    .content__title {
        margin-bottom: 110px;
        color: #fff;
    }
    .content-items-wrapper-right .content__item {
        margin-bottom: 75.6px;
    }
    .gutter-top,
    .gutter-bottom {
        display: block;
        position: absolute;
        width: 3px;
        left: 50%;
    }
    .gutter-top {
        height: 118px;
        background: #fff;
    }
    .gutter-bottom {
        height: -webkit-calc(100% - 220px);
        height: calc(100% - 220px);
        top: 118px;
        background: #3f4e93;
    }
    .partner {
        padding-bottom: 100px;
        font-size: 16px;
    }
    .table {
        margin-top: -86px;
    }
    .vacancies td:nth-child(5) {
        width: 85px;
    }
    .price-list table {
        max-width: 800px;
        margin: 0 auto;
    }
    .price-list table td {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .price-list table tr td:first-child {
        padding-right: 80px;
        font-size: 24px;
    }
    .price-list table tr td:nth-child(2) {
        padding-left: 80px;
        font-size: 16px
    }
    .price-list #price-list__table-header>td {
        font-size: 24px;
    }
    .price-list__header {
        font-size: 24px;
    }
    .header_visas {
        height: 600px;
        margin-bottom: -200px;
    }
    .price-list #price-list__table-header>td {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .price-list {
        margin-bottom: 100px;
    }
    .visas-why__header {
        max-width: 940px;
        margin: 0 auto 35px;
        font-size: 36px;
    }
    .visas-why {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .personnel-section {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .personnel-section-header {
        font-size: 40px;
    }
    .header_index_top {
        height: 350px;
        padding-bottom: 48px;
        padding-top: 70px;
    }
    .header_index_top h1 {
        margin-top: 0;
        font-size: 70px;
        margin-bottom: 30px
    }
    .header_index_top_logo {
        width: 80px;
    }
    .header-index .gutter-top {
        bottom: 0;
        height: 248px;
        left: 49.9%;
    }
    .header-index .header__badge {
        position: relative;
    }
    .header__badge_first:after {
        display: block;
        content: '';
        border-top: 1px solid #fff;
        width: 50px;
        position: absolute;
        top: 50%;
        right: -50px;
    }
    .header__badge_second:after {
        display: block;
        content: '';
        border-top: 1px solid #fff;
        width: 95px;
        position: absolute;
        top: 50%;
        right: -103px;
    }
    .services__header {
        font-size: 36px;
    }
    .services__text {
        margin-top: 30px;
        margin-bottom: 25px;
        font-size: 18px;
    }
    .services-right,
    .services-left {
        height: 311px;
    }
    .services-left {
        padding-right: 25px;
    }
    .services-right {
        padding-left: 25px;
    }
    .services ul {
        font-size: 18px;
        margin: 60px auto 10px;
    }
    .services__mail {
        margin-bottom: 35px;
    }
    .services .gutter-top {
        height: 100%;
        z-index: 100;
        left: 49.9%;
    }
    .index-about {
        margin-top: 150px;
    }
    .index-about__header {
        font-size: 50px;
    }
    .index-about__text {
        font-size: 16px;
    }
    .index__about-deatails {
        margin-top: 50px;
    }
    .index-docs span.gutter-personnel-docs {
        top: 70px;
        left: 75%;
        height: 290px;
    }

    .index-docs {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .index-docs .container>.gutter-top {
        top: -50px;
        height: 125%;
    }
}

@media screen and (min-width: 1200px) {
    .navbar-brand {
        margin-right: 45px;
        margin-top: 25px;
    }
    .certificates__block {
        letter-spacing: 60px;
    }
    .content-items-wrapper-right .content__item {
        margin-bottom: 63.9px;
    }
    .price-list table {
        max-width: 800px;
        margin: 0 auto;
    }
    .header_index_top h1 {
        margin-bottom: 35px;
    }
    .header__badge_first:after {
        width: 150px;
        right: -150px;
    }
    .header__badge_second:after {
        width: 195px;
        right: -203px;
    }
    .services__text {
        /*font-size: 24px;*/
        font-size:18px;
    }
    .services__header {
        font-size: 40px;
    }
    .services-right,
    .services-left {
        height: 437px;
    }
    .services__mail {
        font-size: 16px;
    }
    .services__details_right {
        margin-top: 95px;
    }
    .services__details_left {
        margin-top: 85px;
    }
    .index-docs__documents-header, .index-docs__law-header {
        font-size: 48px;
        width: 425px;
        margin-bottom: 40px;
    }
    .index-docs__documents-header::before {
        margin-top: 10px;
    }
    .index-docs span.gutter-personnel-docs {
        top: 110px;
    }
}
