@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT/FuturaPT-Light.eot');
    src: local('Futura PT Light'), local('FuturaPT-Light'),
    url('../fonts/FuturaPT/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT/FuturaPT-Light.woff') format('woff'),
    url('../fonts/FuturaPT/FuturaPT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT/FuturaPT-Book.eot');
    src: local('FuturaPT-Book'), local('FuturaPT-Light'),
    url('../fonts/FuturaPT/FuturaPT-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT/FuturaPT-Book.woff') format('woff'),
    url('../fonts/FuturaPT/FuturaPT-Book.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT/FuturaPT-Bold.eot');
    src: local('Futura PT Bold'), local('FuturaPT-Bold'),
    url('../fonts/FuturaPT/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/FuturaPT/FuturaPT-Bold.woff') format('woff'),
    url('../fonts/FuturaPT/FuturaPT-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@media (max-width: 767px) {
    .container {
        max-width: unset !important
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 970px
    }
    .navbar-expand-lg .navbar-collapse {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-right: 20px;
        flex: 0 0 auto;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1200px
    }
}
body {
    text-rendering: optimizeSpeed;
    min-width: 320px;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    user-select: none;
    font-family: "Futura PT", sans-serif;
    background: no-repeat #fff;
    font-size: 22px;
    line-height: 160%;
    color: #292b50;
    box-shadow: none;
    outline: none;
    font-weight: 300;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit
}
*:before, *:after {
    box-sizing: border-box
}
ul, ol {
    padding: 0;
    margin: 0
}
p, h1, h2, h3, h4, h5, h6 {
    margin: 0
}
button, a, input, select, textarea {
    outline: none !important
}
option {
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit;
}
a {
    color: #27ba73;
}
::selection {
    background-color: rgba(51, 157, 200, .8);
    color: #fff
}
.flex {
    display: flex
}
.req-text {
    display: none
}
.alert {
    padding: 15px;
    text-align: center;
    background-color: #ff6759;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    border: 0;
    font-size: 16px;
    line-height: normal;
}
.alert-box.success,
.alert.success {
    background: #31bc79;
    -webkit-box-shadow: 0 0 5px #31bc79;
    box-shadow: 0 0 5px #31bc79;
    color: #fff;
    padding: 15px 15px;
    max-width: 660px;
    margin: 0 auto;
}
.alert:empty {
    display: none
}
.button {
    appearance: none;
    box-shadow: none;
    outline: none;
    border: 0;
    text-decoration: none !important;
    cursor: pointer;
    border-radius: 0;
    font-size: 18px;
    line-height: 24px;
    padding: 11px 18px;
    font-weight: 600;
    background: #27ba73;
    color: #fff;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    text-align: center;
    display: inline-block;
}
.button:hover {
    color: #fff;
    opacity: .85;
}
.button span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit
}
.button span + img {
    display: block;
    width: auto;
    height: auto;
    margin-left: 8px;
    transition: transform .3s linear
}
.button span + img, .button:visited span + img, .button:focus-within span + img {
    transform: translateX(0)
}
.button:hover span + img {
    transform: translateX(5px)
}
.button:focus span + img {
    transform: translateX(3px)
}
.button:active span + img {
    transform: translateX(8px)
}
.button[disabled] {
    opacity: .9;
    pointer-events: none !important
}
.input {
    appearance: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    display: block;
    width: 304px;
    max-width: 100%;
    border-bottom: 2px solid #00345e;
    border-top: 1px solid transparent;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    color: #00447c;
}
.input::-webkit-input-placeholder {
    transition: color .3s linear;
    color: #00447c;
}
.input::-moz-placeholder {
    transition: color .3s linear;
    color: #00447c;
}
.input:-ms-input-placeholder {
    transition: color .3s linear;
    color: #00447c;
}
.input:-moz-placeholder {
    transition: color .3s linear;
    color: #00447c;
}
.input:focus::-webkit-input-placeholder {
    color: transparent
}
.input:focus::-moz-placeholder {
    color: transparent
}
.input:focus:-ms-input-placeholder {
    color: transparent
}
.input:focus:-moz-placeholder {
    color: transparent
}
.input--select {
    padding: 0 30px 0 0;
    cursor: pointer;
    background: url(../img/icons/chevron-down.svg) calc(100% - 10px) center no-repeat transparent;
    background-size: 10px;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.input--select::-ms-expand {
    display: none
}
.input--checkbox {
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    box-sizing: border-box;
    border-radius: 0;
    background: none center no-repeat transparent;
    background-size: 12px;
    box-shadow: inset 0 0 0 2px #000
}
.input--checkbox:checked {
    background-image: url(../img/icons/check.svg)
}
.input--textarea {
    width: 270px;
    height: 220px;
    resize: none;
    border: 1px solid #fff;
    padding: 6px 9px;
    border-radius: 10px
}
.input--static {
    width: 70px !important;
    margin-right: 30px !important;
    flex-shrink: 0
}
@media (max-width: 1199px) {
    .input--static {
        width: 35px !important;
        margin-right: 20px !important
    }
}
.input::-webkit-input-placeholder {
    font-weight: 300;
    font-family: "Gilroy", sans-serif
}
.input::-ms-input-placeholder {
    font-weight: 300;
    font-family: "Gilroy", sans-serif
}
.input::placeholder {
    font-weight: 300;
    font-family: "Gilroy", sans-serif
}
.content .text:not(:last-child) {
    margin-bottom: 25px
}
@media (max-width: 991px) {
    .content .text:not(:last-child) {
        margin-bottom: 22px
    }
}
@media (max-width: 767px) {
    .content .text:not(:last-child) {
        margin-bottom: 18px
    }
}
.title {
    font-weight: 800;
    font-size: 60px;
    line-height: 140%;
    color: #00447c;
}
@media (max-width: 1199px) {
    .title {
        font-size: 250%
    }
}
.title--small {
    font-size: 20px;
    line-height: 120%
}
noscript {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center
}
noscript .container {
    background: #ff6759;
    border-radius: 8px
}
noscript p {
    padding: 15px 0;
    margin: 0 auto
}
.cookies-alert_section {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin: 0;
    padding: 0;
    user-select: none !important;
    background: #069ce1;
    background-size: cover;
    color: #fff;
    text-align: center;
    border-radius: 0 8px 0 0
}
.cookies-alert_section h2 {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 600;
    min-width: 117px
}
.cookies-alert_section .btn_2 {
    background: transparent;
    border: 2px solid #fff;
    font-weight: bold;
    border-radius: 3px;
    min-width: 104px;
    padding: 7px;
    box-shadow: none;
    cursor: pointer
}
.cookies-alert_section .cookie-details-link {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    margin-left: 30px;
    text-decoration: underline !important;
    font-size: 17px
}
.cookies-alert_section .cookie-details-link:link, .cookies-alert_section .cookie-details-link:visited {
    color: inherit;
    text-decoration: none
}
.cookies-alert_section .cookie-details-link:hover, .cookies-alert_section .cookie-details-link:focus, .cookies-alert_section .cookie-details-link:active {
    text-decoration: underline
}
.cookies-alert_section .cookies-btns {
    display: flex;
    align-items: center
}
.cookies-alert_section .cookies-btns .btn.btn_2.cookies-alert_button {
    margin: 0
}
.cookies-alert_content {
    padding: 15px 0;
    display: flex;
    align-items: center
}
.cookies-alert_message {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 160%;
    font-weight: 400;
    margin-right: 12px;
    margin-left: 20px
}
@media screen and (max-width: 1199px) {
    .cookies-alert_section h2 {
        font-size: 14px
    }
    .cookies-alert_section .btn_2 {
        font-size: 14px
    }
    .cookies-alert_section .cookie-details-link {
        font-size: 14px
    }
}
@media screen and (max-width: 1024px) {
    .cookies-alert_section {
        width: 100%;
        border-radius: 0
    }
    .cookies-alert_content {
        margin: 0 auto;
        display: block;
        max-width: 375px;
        padding: 15px 0 15px 0
    }
    .cookies-alert_section .cookies-btns {
        justify-content: center
    }
    .cookies-alert_section h2 {
        font-size: 12px
    }
    .cookies-alert_message {
        font-size: 8px;
        margin-top: 10px;
        margin-bottom: 10px
    }
}
@media screen and (max-width: 540px) {
    .cookies-alert_content {
        max-width: unset;
        padding: 15px 0
    }
    .cookies-alert_message {
        margin: 10px 15px 50px 15px
    }
}
@media screen and (max-width: 374px) {
    .cookies-alert_content {
        max-width: unset;
        padding: 15px 0
    }
    .cookies-alert_message {
        margin: 15px 0
    }
    .cookies-alert_section .cookies-btns {
        display: block
    }
    .cookies-alert_section .btn_2 {
        display: block;
        margin: 0 auto !important
    }
    .cookies-alert_section .cookie-details-link {
        margin: 20px auto 0 auto;
        display: inline-block
    }
}
.menu-container {
    position: fixed;
    width: 100%;
    z-index: 5;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    line-height: 140%;
    font-weight: 600;
    background: #00447c;
    color: #fff;
}
.menu-container .navbar {
    padding: 20px 0
}
.menu-container .navbar-brand {
    display: block;
    position: relative;
    width: 126px;
    height: 46px;
    cursor: pointer;
    text-decoration: none;
    margin-right: 20px;
    padding: 0;
    flex: 1 1 auto;
    border-top: 1px solid #fff;
}
.menu-container .navbar-brand img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: contain
}
.menu-container .navbar-nav .nav-link {
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    border-top: 1px solid #fff;
    background: #00345e;
    color: #fff;
}
.menu-container .navbar-toggler {
    width: 44px;
    height: 30px;
    appearance: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer
}
.menu-container.sticky {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
}
.menu-container .hamburger_icon {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}
.menu-container .hamburger_icon span {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background-color: #292b50;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform .3s linear;
    transition: transform .3s linear, width .3s linear
}
.menu-container .hamburger_icon span:first-child {
    transform: translate(-50%, calc(-50% - 8px))
}
.menu-container .hamburger_icon span:nth-child(2) {
    transform: translate(-50%, -50%)
}
.menu-container .hamburger_icon span:last-child {
    transform: translate(-50%, calc(-50% + 8px))
}
.menu-container .hamburger_icon.open span:first-child {
    width: calc(100% + 8px);
    transform: translate(-50%, -50%) rotate(35deg)
}
.menu-container .hamburger_icon.open span:nth-child(2) {
    width: 0;
    transform: translate(-50%, -50%)
}
.menu-container .hamburger_icon.open span:last-child {
    width: calc(100% + 8px);
    transform: translate(-50%, -50%) rotate(-35deg)
}
.menu-container .navbar-nav > .nav-item {
    margin-right: 20px
}
.menu-container .navbar-nav > .nav-item > .nav-link > a {
    color: #292b50
}
.menu-container .navbar-nav > .nav-item > .nav-link > a.active {
    text-decoration: underline
}
.menu-container .navbar-nav > .nav-item:last-child {
    margin-right: 0
}
.menu-container .dropdown {
    margin-right: 26px
}
.menu-container .dropdown:nth-child(4) {
    margin-right: 0
}
.menu-container .dropdown-toggle {
    cursor: pointer;
    text-decoration: none
}
.menu-container .dropdown-toggle:hover, .menu-container .dropdown-toggle:focus {
    text-decoration: underline
}
.menu-container .dropdown-toggle:after {
    display: none
}
.menu-container .dropdown-item {
    padding: 8px 15px;
    white-space: normal;
    font-weight: 600;
    transition: color .3s linear;
    transition: color .3s linear, background-color .3s linear
}
.menu-container .dropdown-item, .menu-container .dropdown-item:focus-within, .menu-container .dropdown-item:visited {
    background-color: transparent
}
.menu-container .dropdown-item:hover,
.menu-container .dropdown-item:focus,
.menu-container .dropdown-item.active,
.menu-container .dropdown-item:active {
    color: #fff;
    background-color: #27ba73
}
.menu-container .dropdown-menu {
    width: 290px;
    font-size: 14px;
    border-radius: 0;
    border-color: #069ce1;
    background-color: #fff;
    padding: 15px 0;
    margin: 0
}
.menu-container .dropdown.show .dropdown-menu {
    top: calc(100% + 23px)
}
.menu-container .account {
    margin: 0
}
.menu-container .account > .button {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    padding-left: 38px;
    padding-right: 38px;
}
.menu-container .account > .button:hover {
    color: #fff;
}
.menu-container .account .dropdown-menu {
    padding: 0;
    left: auto;
    right: 0;
    border-radius: 0;
    border: 1px solid #ffc800
}
.menu-container .account-mob {
    margin-top: 30px;
    display: none
}
.menu-container .account-mob > .button {
    display: flex;
    justify-content: center;
    font-size: 18px;
    line-height: 24px;
    padding: 13px 15px;
    width: 200px;
    margin: 0 auto 15px auto
}
.menu-container .account-mob.show .dropdown-menu {
    position: relative;
    top: 0
}
.menu-container .account.show .dropdown-menu {
    top: calc(100% + 10px)
}
.menu-container .acc-close-btn {
    appearance: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px
}
.menu-container .acc-close-btn img, .menu-container .acc-close-btn:visited img, .menu-container .acc-close-btn:focus-within img {
    filter: brightness(1)
}
.menu-container .acc-close-btn img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: filter .3s linear
}
.menu-container .acc-close-btn:hover img, .menu-container .acc-close-btn:focus img {
    filter: brightness(0.8)
}
.menu-container .acc-close-btn:active img {
    filter: brightness(0.7)
}
.menu-container .login-form {
    padding: 14px 9px;
}
.menu-container .login-form_title {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    margin: 15px auto 30px auto
}
.menu-container .login-form .input[type=text], .menu-container .login-form .input[type=password] {
    border-bottom: 1px solid #000
}
.menu-container .login-form .input[type=text]::-webkit-input-placeholder, .menu-container .login-form .input[type=password]::-webkit-input-placeholder {
    color: #333
}
.menu-container .login-form .input[type=text]::-ms-input-placeholder, .menu-container .login-form .input[type=password]::-ms-input-placeholder {
    color: #333
}
.menu-container .login-form .input[type=text]::placeholder, .menu-container .login-form .input[type=password]::placeholder {
    color: #333
}
.menu-container .login-form .input + input {
    margin: 15px auto 30px auto
}
.menu-container .login-form .error-login {
    font-size: 14px;
    line-height: 140%
}
.menu-container .login-form .error-login span {
    background-color: transparent;
    color: #ff6759;
    display: block;
    margin: -15px auto 15px auto
}
.menu-container .login-form .error-login span:empty {
    display: none
}
.menu-container .login-form .sign-in {
    display: block;
    width: 100%
}
.menu-container .login-form .acts {
    padding: 15px 0 0;
    margin-bottom: 15px
}
.menu-container .login-form .acts .col-xs-6 {
    width: 50%;
    padding: 0 15px
}
.menu-container .login-form .modal-inner {
    display: block;
    margin: 15px auto;
    font-size: 12px;
    line-height: 1.4;
    font-weight: 400;
    text-align: center
}
.menu-container .login-form .modal-inner a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-weight: 600
}
.menu-container .login-form .modal-inner a:link, .menu-container .login-form .modal-inner a:visited {
    color: inherit;
    text-decoration: none
}
.menu-container .login-form .modal-inner a:hover, .menu-container .login-form .modal-inner a:focus, .menu-container .login-form .modal-inner a:active {
    text-decoration: underline
}
.menu-container .login-form_remember {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding-left: 15px;
    width: 50%
}
.menu-container .login-form_remember .custom-checkbox {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 2px solid #000;
    border-radius: 2px;
    position: relative;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat
}
.menu-container .login-form_remember .custom-checkbox:after {
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent
}
.menu-container .login-form_remember .custom-checkbox {
    margin-right: 10px
}
.menu-container .login-form_remember .custom-checkbox, .menu-container .login-form_remember .custom-checkbox_label {
    cursor: pointer
}
.menu-container .login-form_remember .custom-checkbox_label {
    display: block
}
.menu-container .login-form_remember.check .custom-checkbox {
    background-image: url(../img/icons/check.svg)
}
.menu-container .login-form .open-new-acc {
    display: block
}
@media screen and (max-width: 991px) {
    .menu-container {
        line-height: 150%;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .15)
    }
    .menu-container .account {
        display: none
    }
    .menu-container .account-mob {
        display: block
    }
    .menu-container .account-mob .dropdown-login {
        transform: translateY(-100px)
    }
    .menu-container .navbar-nav > .nav-item {
        margin-left: 0;
        margin-right: 0
    }
    .menu-container .navbar-nav > .nav-item > .nav-link > a.active {
        text-decoration: underline
    }
    .menu-container .navbar-toggler {
        display: block
    }
    .menu-container .navbar-brand {
        width: auto;
        height: 30px
    }
    .menu-container .navbar-brand img {
        width: auto
    }
    .menu-container .navbar-collapse {
        margin: 15px 0 45px 0;
        overflow: auto
    }
    .menu-container .navbar-collapse.show {
        height: calc(100vh - 80px)
    }
    .menu-container .navbar-nav {
        width: 290px;
        text-align: center;
        margin: 45px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .menu-container .navbar-nav span.nav-link {
        padding: 8px 0
    }
    .menu-container .navbar-nav .nav-item:not(:last-child) {
        margin-bottom: 15px
    }
    .menu-container .dropdown {
        margin-right: 0
    }
    .menu-container .dropdown-item {
        text-align: center
    }
    .menu-container .dropdown-item:hover, .menu-container .dropdown-item:focus, .menu-container .dropdown-item:active {
        background-color: #069ce1
    }
    .menu-container .dropdown-menu {
        border-radius: 8px;
        border-color: #069ce1
    }
}
@media screen and (max-width: 767px) {
    .menu-container .dropdown-menu, .menu-container .nav-item, .menu-container .navbar-nav {
        width: 100%
    }
    .menu-container .login-form > .input {
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }
}
.header-wrap {
    height: 400px;
    overflow: hidden;
    position: relative;
    background: #00447c;
    color: #fff;
}
.header-wrap > .container {
    height: 100%;
    position: relative
}
.header-wrap_row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}
.header-wrap_left__block {
    position: absolute;
    z-index: 2;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.front .header-wrap_left__block {
    max-width: 100%;
}
.header-wrap_left__block h1 {
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
}
.header-wrap_left__block h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 300;
    margin-top: 20px;
}
.header-wrap .sub-title {
    padding-top: 12px;
    color: #fff;
    font-size: 16px
}
.header-wrap_button {
    display: block;
    width: 200px;
    text-align: center;
}
.header-wrap_button__wrapper {
    margin-top: 30px
}
.header-wrap .button-wrap {
    margin-top: 30px
}
.header-wrap_right__block {
    width: calc(100% - 770px);
    z-index: 1
}
.header-wrap_right__block img {
    display: block;
    max-width: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transform-origin: right center;
    /*z-index: -1*/
}
.header-wrap .form-recovery {
    width: 302px;
    margin-top: 40px
}
.header-wrap .form-recovery .input {
    display: block;
    color: #fff;
    width: 100%;
    border-bottom-color: #fff
}
.header-wrap .form-recovery .input::-webkit-input-placeholder {
    color: #fff;
    transition: color .3s linear
}
.header-wrap .form-recovery .input::-moz-placeholder {
    color: #fff;
    transition: color .3s linear
}
.header-wrap .form-recovery .input:-ms-input-placeholder {
    color: #fff;
    transition: color .3s linear
}
.header-wrap .form-recovery .input:-moz-placeholder {
    color: #fff;
    transition: color .3s linear
}
.header-wrap .form-recovery .input:focus::-webkit-input-placeholder {
    color: transparent
}
.header-wrap .form-recovery .input:focus::-moz-placeholder {
    color: transparent
}
.header-wrap .form-recovery .input:focus:-ms-input-placeholder {
    color: transparent
}
.header-wrap .form-recovery .input:focus:-moz-placeholder {
    color: transparent
}
.header-wrap .form-recovery .input::selection {
    background-color: rgba(0, 0, 0, .8)
}
.header-wrap .form-recovery .submit_wr {
    margin-top: 50px
}
.header-wrap .form-recovery_submit {
    display: block;
    width: 200px;
    text-align: center
}
.header-wrap .form-recovery .alert {
    margin: 15px 0
}
.header-wrap .form-recovery .alert.success {
    background-color: #fff;
    color: #069ce1
}
.header-wrap .form-recovery_recaptcha {
    margin-top: 15px
}
@media screen and (max-width: 1199px) {
    .header-wrap_left__block h1 {
        font-size: 50px
    }
    .header-wrap .form-recovery .submit_wr {
        margin-top: 30px
    }
}
@media screen and (max-width: 991px) {
    .header-wrap_left__block h1 {
        font-size: 32px
    }
    .header-wrap .form-recovery .submit_wr {
        margin-top: 15px
    }
    .header-wrap .button {
        width: 150px;
        padding: 5px 18px
    }
    .front .block-about-us {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
}
@media screen and (max-width: 767px) {
    .front .block-about-us {
        padding-top: 35px !important;
        padding-bottom: 35px !important;
    }
    .text-image_block__title {
        text-align: center;
    }
    #content {
        padding-top: 25px !important;
    }
    .header-wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative
    }
    .header-wrap .container {
        height: 100%
    }
    .header-wrap_left__block {
        width: 100%;
        text-align: center;
        left: 0;
        padding: 0 15px;
    }
    .header-wrap_left__block h1 {
        font-size: 35px
    }
    .header-wrap .button {
        margin-left: auto;
        margin-right: auto
    }
    .header-wrap .form-recovery {
        margin-top: 60px
    }
    .header-wrap .form-recovery .submit_wr {
        margin-top: 50px
    }
}
@media screen and (max-width: 374px) {
    .header-wrap_left__block {
        width: 100%
    }
    .header-wrap_left__block h1 {
        font-size: 46px
    }
    .header-wrap .form-recovery {
        max-width: 100%
    }
    .header-wrap .form-recovery_recaptcha {
        margin: 15px auto 0 calc(50% - 152px)
    }
}
#content {
    position: relative;
    padding-top: 85px;
}
.front .union {
    background: url(../img/decorations/front-1.png) no-repeat right 20px;
}
.front #content {
    background: url(../img/decorations/front-2.png) no-repeat left 59%;
}
.front .reviews {
    background: url(../img/decorations/front-3.png) no-repeat right bottom;
}
.apply_form #content {
    padding-bottom: 85px;
}
.contact-us #content {
    padding-top: 0;
    background: url(../img/decorations/front-3.png) no-repeat right 640px;
}
.faqs-for-mail-forwarding {
    background: url(../img/decorations/front-3.png) no-repeat right bottom 990px;
}
.faqs-for-mail-forwarding #content {
    background: url(../img/decorations/front-1.png) no-repeat right 233px, url(../img/decorations/front-2.png) no-repeat left 26%;
}
body:not(.front, .faqs-for-mail-forwarding) #content {
    background: url(../img/decorations/front-2.png) no-repeat left 50%, url(../img/decorations/front-3.png) no-repeat right bottom 8%;
}
body.careers #content {
    background: url(../img/decorations/front-1.png) no-repeat right 20px, url(../img/decorations/front-2.png) no-repeat left 50%, url(../img/decorations/front-3.png) no-repeat right bottom 8%, url(../img/decorations/bg-map.png) no-repeat left bottom 8%;
}
body.unsubscribe #content,
body.forgot-password #content {
    background: url(../img/decorations/front-1.png) no-repeat right 60px;
}
body.unsubscribe form .button,
body.forgot-password form .button {
    min-width: 170px;
}
.content-wrap {
    margin: 0 auto 35px;
    position: relative
}
body .text-block.first {
    background: #f7f7f7;
    margin-bottom: 80px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    font-weight: 400;
    color: #000;
}
.content-wrap > .container > .text-block:first-child hr {
    background: #00345e;
    margin-bottom: 22px;
    height: 1px;
    border: 0;
}
.text-image_block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% + 30px);
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.text-image_block__image, .text-image_block__text {
    width: 50%;
    order: 1;
    padding: 0 15px;
    font-size: 22px;
    color: #000;
    line-height: normal;
}
.text-image_block .image-wrap {
    padding: 0 5px 0 0
}
.text-image_block .image-wrap img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border: 2px solid #00447c
}
.text-image_block .button {
    background: #00447c;
}
.text-image_block__title {
    font-weight: 600;
    border-bottom: 3px solid #27ba73;
    display: inline-block;
    margin-bottom: 50px;
}
.text-image_block__text p:not(:last-child) {
    margin-bottom: 25px
}
.text-image_block__link {
    margin-top: 30px
}
.text-image_block__link .button {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto 0 0
}
.text-image_block--reverse .text-image_block__image {
    order: 1;
}
.text-image_block--reverse .image-wrap {
    padding: 0 0 0 5px
}
@media screen and (max-width: 1199px) {
    .text-image_block__title {
        margin-bottom: 20px
    }
    .text-image_block .image-wrap {
        padding: 0
    }
}
@media screen and (max-width: 991px) {
    .text-image_block {
        display: block
    }
    .text-image_block__image, .text-image_block__text {
        width: 100%
    }
    .text-image_block__image {
        margin-bottom: 20px
    }
}
@media screen and (max-width: 767px) {
    .text-image_block {
        display: block;
        width: 100%;
        margin-left: auto
    }
    .text-image_block__image, .text-image_block__text {
        width: 100%;
        padding: 0
    }
    .text-image_block__image {
        margin-bottom: 20px
    }
    .text-image_block__text p:not(:last-child) {
        margin-bottom: 20px
    }
    .text-image_block__link {
        margin-top: 25px
    }
    .text-image_block__link .button {
        margin-left: auto;
        margin-right: auto
    }
}
.text-block {
    margin: 0 auto 35px;
    padding: 15px 30px;
    color: #000;
    font-weight: 400;
}
.text-block.decored li {
    position: relative
}
.text-block:first-child li {
    position: relative
}
.text-block:last-child {
    margin-bottom: 40px
}
.landing-form-form .title,
.text-block .title {
    margin-bottom: 30px;
    display: inline;
    border-bottom: 3px solid #27ba73;
    padding-bottom: 0;
    line-height: normal;
    color: #00345e;
}
.text-block .title--small {
    margin-bottom: 15px;
    color: #31bc79;
    text-transform: none;
}
.text-block p {
    margin-bottom: 25px
}
.text-block a {
    font-weight: 600
}
.text-block ul, .text-block ol {
    text-align: left;
    margin-bottom: 25px
}
.text-block ul li:not(:last-child), .text-block ol li:not(:last-child) {
    margin-bottom: 10px
}
.text-block ol, .text-block ul li {
    padding-left: 30px
}
.text-block ul {
    list-style: none
}
.text-block ul li {
    position: relative
}
.text-block ul li:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background: url(../img/icons/tick.png) no-repeat left center;
    width: 13px;
    height: 13px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}
@media screen and (max-width: 1199px) {
    .text-block {
        margin: 30px auto;
        padding-left: 30px;
        padding-right: 30px
    }
    .text-block:last-child {
        margin-bottom: 30px
    }
}
@media screen and (max-width: 991px) {
    .text-block {
        width: 100%
    }
    .text-block:last-child {
        margin-bottom: 0
    }
    .text-block .title {
        margin-bottom: 20px
    }
    .text-block p {
        margin-bottom: 22px
    }
    .text-block p:last-child {
        margin-bottom: 0
    }
    .text-block ul, .text-block ol {
        margin-bottom: 22px
    }
    .text-block ol, .text-block ul li {
        padding-left: 20px
    }
    .text-block ul li:before {
        width: 5px;
        height: 5px;
        border-radius: 50%
    }
}
@media screen and (max-width: 767px) {
    .text-block {
        margin: 30px auto;
        padding-left: 15px;
        padding-right: 15px
    }
    .text-block.decor {
        padding-left: 15px;
        padding-right: 15px
    }
    .text-block p {
        margin-bottom: 18px
    }
    .text-block ul, .text-block ol {
        margin-bottom: 18px
    }
    .text-block ol, .text-block ul li {
        padding-left: 18px
    }
    .text-block ul li:before {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        top: 7px
    }
}
.reviews {
    position: relative;
    padding: 80px 0 0px;
    z-index: 0;
    line-height: 150%
}
.reviews_slider .reviews_slider__slide:nth-child(odd) {
    background: #f7f7f7;
}
.reviews_slider .reviews_slider__slide:nth-child(even) {
    background: #f7f7f7;
}
.reviews_slider__slide {
    outline: none;
    padding: 15px
}
.reviews_slider__slide-inner {
    border-radius: 3px;
    padding: 48px 38px 24px 38px;
    height: 100%;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 300px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.reviews_slider__slide-text {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    width: -webkit-calc(100% - 226px);
    width: calc(100% - 226px);
    padding-right: 9%;
}
.reviews_slider__slide-image {
    display: block;
    width: 226px;
    height: 226px;
    flex-shrink: 0;
    background: none center no-repeat transparent;
    background-size: cover;
    border-radius: 50%;
    position: relative;
    border: 2px solid #2dae6f;
}
.reviews_slider__slide h4 {
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 50px;
    color: #00345e;
}
.reviews_slider__slide .bot {
    display: flex;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    width: 226px;
}
@media screen and (min-width: 1921px) {
    .reviews:before {
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%
    }
}
@media screen and (max-width: 1199px) {
    .reviews_slider__slide-inner {
        padding: 40px 20px
    }
}
@media screen and (max-width: 991px) {
    .reviews {
        padding: 25px 0 35px
    }
    .reviews_slider__slide-image {
        width: 175px;
        height: 175px;
        margin: 0 auto;
    }
    .reviews_slider__slide-inner {
        padding-bottom: 20px
    }
    .title {
        font-size: 170%;
    }
}
@media screen and (max-width: 767px) {
    .reviews:before, .reviews_slider:after {
        display: none
    }
    .reviews_slider:before {
        top: auto;
        bottom: -15px;
        left: -15px
    }
    .reviews_slider__slide {
        text-align: center
    }
    .reviews_slider__slide-inner {
        display: block
    }
}
.bottom {
    padding: 100px 0;
    background-color: transparent;
    line-height: 32px;
    position: relative;
    font-size: 24px;
    color: #00345e;
}
.timetable_row {
    font-size: 18px;
}
.bottom__content {
    width: calc(100% + 30px);
    margin-left: -15px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch
}
.bottom__content > div {
    width: 50%
}
.bottom .left_block {
    padding: 0 110px 0 15px
}
.bottom .left_block-text {
    margin-bottom: 60px
}
.bottom .left_block .phone-adresss-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: calc(100% + 30px);
    margin-left: -15px
}
.bottom .left_block .timetable_row__column {
    line-height: 130%;
    width: 230px;
    padding: 0 15px
}
.bottom .left_block .timetable_row__column .text {
    font-weight: bold
}
.bottom .left_block .timetable_row__column .text a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
.bottom .left_block .timetable_row__column .text a:link, .bottom .left_block .timetable_row__column .text a:visited {
    color: inherit;
    text-decoration: none
}
.bottom .left_block .timetable_row__column .text a:hover, .bottom .left_block .timetable_row__column .text a:focus, .bottom .left_block .timetable_row__column .text a:active {
    text-decoration: underline
}
.bottom .left_block .hint {
    margin-top: 30px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
}
.bottom .left_block .hint a {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-decoration: underline;
    font-weight: 600
}
.bottom_row__title {
    margin-bottom: 12px
}
.bottom .right_block {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch
}
.bottom .right_block > div:not([class]) {
    padding-right: 95px
}
.bottom__form {
    margin-top: 23px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex: 1
}
.bottom__form .subscribe {
    border-bottom: 1px solid rgba(255, 255, 255, .25);
    padding-bottom: 25px
}
.bottom_wr {
    margin-top: auto;
    padding-bottom: 103px;
    font-size: 20px;
}
.bottom .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px
}
.bottom .form-group .input_wr {
    order: 1
}
.bottom .form-group .alert {
    order: 2;
    width: 100%;
    margin: 15px 0 0 0
}
.bottom .block-info {
    font-weight: bold;
    line-height: 130%;
}
.bottom .block-info a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
.bottom .block-info a:link,
.bottom .block-info a:visited {
    color: inherit;
    text-decoration: none
}
.bottom .block-info a:hover,
.bottom .block-info a:focus,
.bottom .block-info a:active {
    text-decoration: underline
}
.bottom-submit {
    width: 200px;
    text-align: center
}
@media screen and (max-width: 1199px) {
    .bottom {
        padding: 30px 0
    }
    .bottom .left_block, .bottom .right_block {
        padding: 0 15px
    }
    .bottom .left_block-text {
        margin-bottom: 30px
    }
    .bottom .left_block .timetable_row__column {
        width: 50%
    }
    .bottom .right_block > div:not([class]) {
        padding-right: 0
    }
    .bottom .form-group .submit_wr {
        margin-left: 15px
    }
    .bottom__form {
        margin-top: 30px
    }
    .bottom-submit {
        width: 170px
    }
    .bottom_wr {
        padding-bottom: 100px
    }
}
@media screen and (max-width: 991px) {
    .bottom {
        padding: 50px 0 40px 0
    }
    .bottom .left_block-text {
        margin-bottom: 20px
    }
    .bottom .left_block .timetable_row__column {
        font-size: 16px
    }
    .bottom .left_block .hint {
        font-size: 14px;
        margin-top: 20px
    }
    .bottom .right_block {
        display: block
    }
    .bottom__form {
        margin-top: 20px;
        display: block
    }
    .bottom .form-group {
        margin-bottom: 40px
    }
    .bottom .form-group .input_wr, .bottom .form-group .input_wr .input {
        width: 100%
    }
    .bottom .form-group .submit_wr {
        margin: 30px 0 0 0
    }
    .bottom_wr {
        padding-bottom: 0
    }
    .bottom-submit {
        width: 200px
    }
    .bottom .block-info {
        line-height: 190%
    }
}
@media screen and (max-width: 767px) {
    .bottom {
        padding: 40px 0;
        line-height: 150%
    }
    .bottom .left_block, .bottom .right_block {
        width: 100%;
        padding: 0
    }
    .bottom .left_block .phone-adresss-wrap {
        width: 255px;
        display: block;
        margin: 0 auto 0 0
    }
    .bottom .left_block .timetable_row__column {
        width: 100%;
        padding: 0
    }
    .bottom .left_block .timetable_row__column + .timetable_row__column {
        margin-top: 20px
    }
    .bottom .right_block {
        margin-top: 40px
    }
    .bottom .right_block > div:first-child {
        padding: 15px !important;
        background: #e6f3f9
    }
    .bottom .right_block .bottom__form {
        margin: 0;
        max-width: none
    }
    .bottom .right_block .bottom__form form {
        padding: 15px;
        background: #e6f3f9;
        margin-bottom: 25px
    }
    .bottom .right_block .bottom__form form .form-group {
        margin-bottom: 0
    }
    .bottom__content {
        display: block;
        width: 100%;
        margin: 0 auto
    }
    .bottom__form {
        width: 100%;
        max-width: 300px;
        margin: 20px auto 0 auto
    }
    .bottom-submit {
        width: 100%
    }
    .bottom_wr {
        text-align: center
    }
}
.footer {
    background: #00447c;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 30px 0 0;
    color: #fff;
}
.footer__content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: calc(100% + 30px);
    margin-left: -15px
}
.footer__block {
    width: 25%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0 15px
}
.footer__block .title {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: inherit
}
.footer__list {
    width: 100%;
    list-style: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
    flex: 1
}
.footer__list a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
.footer__list a:link, .footer__list a:visited {
    color: inherit;
    text-decoration: none
}
.footer__list a:hover, .footer__list a:focus, .footer__list a:active {
    text-decoration: underline
}
.footer__address, .footer__companylegal {
    width: 100%
}
.footer__address {
    margin-bottom: 30px
}
.footer__phone {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin: auto auto 0 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 160%
}
.footer__phone:link, .footer__phone:visited {
    text-decoration: none
}
.footer__phone:hover, .footer__phone:focus, .footer__phone:active {
    text-decoration: underline;
    color: #fff;
}
.footer__phone span {
    display: block
}
.footer__phone .text {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
.footer__phone .text:link, .footer__phone .text:visited {
    color: inherit;
    text-decoration: none
}
.footer__phone .text:hover, .footer__phone .text:focus, .footer__phone .text:active {
    text-decoration: underline
}
.footer__phone .icon {
    width: 24px;
    height: 24px;
    background: none center no-repeat transparent;
    background-size: 22px;
    margin-right: 10px
}
.copy {
    background-color: #00345e;
    padding: 20px 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #fff;
    text-align: center
}
.copy a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
.copy a:link, .copy a:visited {
    color: inherit;
    text-decoration: none
}
.copy a:hover, .copy a:focus, .copy a:active {
    text-decoration: underline
}
.copy__content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}
.copy .payments {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: flex-start;
    align-items: center
}
.copy .payments img {
    display: block;
    width: 42px;
    height: 27px;
    object-fit: contain
}
.copy .payments img:not(:last-child) {
    margin-right: 15px
}
@media screen and (max-width: 1199px) {
    .footer {
        padding: 30px 0 0
    }
    .footer__block {
        font-size: 14px
    }
    .footer__block .title, .footer__phone {
        font-size: 16px
    }
    .footer__phone .icon {
        width: 20px;
        height: 20px;
        background-size: 20px
    }
    .copy {
        padding: 15px 0;
        font-size: 14px
    }
    .footer {
        padding: 0 !important;
    }
    .footer-info {
        display: none !important;
    }
    .footer-copyright {
        padding-bottom: 60px !important;
    }
}
@media screen and (max-width: 991px) {
    .footer, .footer__block, .footer__list {
        font-size: 12px;
        line-height: 160%
    }
    .footer__block .title, .footer__phone {
        font-size: 14px;
        line-height: 160%
    }
    .footer__phone .icon {
        margin-right: 5px;
        background-size: 18px
    }
    .copy {
        padding: 20px 0;
        font-size: 12px;
        line-height: 160%
    }
    .copy__content {
        display: block
    }
    .copy .payments {
        position: static;
        margin: 0 auto 15px auto;
        transform: none;
        justify-content: center
    }
}
@media screen and (max-width: 767px) {
    .copy {
        padding: 20px 0 85px 0
    }
}
.slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.slick-dots > li {
    display: inline-block;
    margin: 0 4px;
}
.slick-dots > li button {
    width: 12px;
    height: 12px;
    display: block;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    border: 3px solid #fff;
    background: #fff;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}
.slick-dots > li.slick-active button {
    background: #27ba73;
}
.front .union {
    line-height: 130%;
    position: relative;
    z-index: 1;
    padding-bottom: 24px;
}
.front .union_content {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.front .union .title {
    font-size: 30px;
    margin-bottom: 25px;
    min-height: 72px;
    color: #00447c;
}
.front .union_item {
    width: 33.33333%;
    padding: 15px 15px 26px
}
.front .union_item__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 21px 27px 95px 27px;
    position: relative;
    background: #f7f7f7;
}
.front .union_item__inner .right-part {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch
}
.front .union_item__inner .right-part p {
    margin: 10px auto 20px auto;
    font-size: 22px;
    line-height: normal;
    color: #000;
}
.front .union_item__inner .right-part a {
    position: absolute;
    bottom: 21px;
    left: 0;
    right: 0;
    max-width: 170px;
    margin: 0 auto;
}
.front .advantages {
    padding: 50px 0 24px 0;
    position: relative;
    z-index: 1;
    line-height: 130%;
    background: url(../img/bg-advantages.png) no-repeat right bottom;
}
.front .advantages .slick-slide {
    padding-bottom: 26px
}
.front .advantages_content {
    width: calc(100% + 30px);
    margin-left: -15px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    z-index: 1
}
.front .advantages_item {
    width: 33.33333%;
    padding: 0 15px;
}
.front .advantages_item__title {
    font-size: 30px;
    margin-bottom: 5px;
    display: inline-block;
    min-height: 72px
}
.front .advantages_item__inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 21px 27px 95px 27px;
    position: relative;
    background: #f1f1f1
}
.front .advantages_item__inner .right-part p {
    margin: 10px auto 20px auto;
    font-size: 22px;
    color: #000;
    line-height: normal;
}
.front .advantages_item__inner .button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    max-width: 170px;
    margin: 0 auto;
}
.front .more-advantages {
    padding-top: 50px;
}
.front .more-advantages_section {
    padding: 45px 0
}
.front .more-advantages_container {
    width: calc(100% + 30px);
    margin-left: -15px
}
.front .more-advantages_item {
    outline: none;
    padding: 0 15px
}
.front .more-advantages_item__inner {
    background-color: #fff;
    padding: 40px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
    border-radius: 3px
}
.front .more-advantages_item__inner p {
    margin-top: 10px
}
.front .more-advantages_item__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.front .more-advantages_item__title img {
    margin-top: 4px
}
.front .more-advantages .slick-slide {
    padding-bottom: 26px
}
.front .block-about-us {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}
.front .block-about-us .title {
    text-transform: uppercase
}
.front .why-us {
    padding-top: 50px;
    padding-bottom: 50px;
}
.slick-track {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}
.slick-track .slick-slide {
    height: auto
}
.slick-track * {
    outline: none !important
}
.text-block-right.list > * {
    position: relative;
    padding-left: 40px;
    margin-bottom: 0 !important;
}
.text-block-right.list > *:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px;
    background: #27ba73;
}
@media screen and (max-width: 991px) {
    .front .advantages .slick-slide {
        padding-bottom: 0;
    }
    .front .advantages_item__inner .button {
        bottom: 50px;
    }
    .front .union_item {
        width: 50%
    }
    .front .union_item__inner .right-part p {
        margin: 10px auto
    }
    .front .advantages_item {
        padding: 15px;
        width: 50%
    }
    .front .advantages_item__inner .right-part p {
        margin: 10px 0 0 0
    }
    .front .advantages_item__inner, .front .more-advantages_item__inner {
        padding: 45px 30px 115px 30px
    }
    .front .more-advantages {
        padding: 45px 0
    }
    .front .more-advantages_section {
        padding: 30px 0
    }
    .front .more-advantages .slick-dots {
        list-style: none;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: -17px;
        left: 50%;
        transform: translateX(-50%)
    }
    .front .more-advantages .slick-dots button {
        display: none
    }
    .front .more-advantages .slick-dots li {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #fff;
        cursor: pointer;
        margin: 0 3px;
        transition: transform .3s linear
    }
    .front .more-advantages .slick-dots li.slick-active {
        transform: scale(1.5)
    }
    .front .why-us {
        padding-top: 35px;
        padding-bottom: 35px
    }
}
@media screen and (max-width: 767px) {
    .header-wrap_right__block img {
        height: 100%;
    }
    .front .header-wrap_row {
        display: block
    }
    .front_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .front_container__left, .front_container__right {
        width: 100%;
        padding: 0
    }
    .front .union_content {
        display: block
    }
    .front .union_item {
        width: 100%
    }
    .front .union_item__inner {
        display: block;
        height: 100%
    }
    .front .union_item__inner .right-part {
        display: block
    }
    .front .union_item__inner .right-part p {
        margin: 10px auto
    }
    .front .advantages {
        overflow: hidden
    }
    .front .advantages_content {
        display: block
    }
    .front .advantages_item {
        width: 100%;
        position: relative;
        z-index: 1;
        margin-bottom: 20px;
        text-align: center
    }
    .front .advantages_item__inner {
        padding: 40px 15px 95px 15px;
        position: relative
    }
    .front .advantages_item__title {
        width: 100%
    }
    .front .advantages_item__title img {
        margin: 0;
        position: absolute;
        bottom: 40px;
        left: 50%;
        transform: translateX(-50%) rotate(-90deg)
    }
    .front .reviews {
        margin-top: 10px;
        padding-top: 0
    }
    .front .reviews h4 {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px
    }
    .front .more-advantages_section {
        margin-top: 30px;
        padding: 45px 0
    }
    .front .more-advantages_item {
        text-align: center
    }
    .front .more-advantages_item__inner {
        padding: 40px 20px 65px 20px;
        position: relative
    }
    .front .more-advantages_item__title {
        display: inline-block
    }
    .front .more-advantages_item__title br {
        display: none
    }
    .front .more-advantages_item__title img {
        position: absolute;
        left: 50%;
        bottom: 40px;
        margin: 0;
        transform: translateX(-50%) rotate(-90deg)
    }
    .front .more-advantages .slick-dots {
        bottom: -25px
    }
    .reviews_slider__slide .bot {
        display: block;
        width: 100%;
    }
    .reviews_slider__slide-text {
        width: 100%;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .plans-that-grow-with-you_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .plans-that-grow-with-you_container__left, .plans-that-grow-with-you_container__right {
        width: 100%;
        padding: 0
    }
}
.faqs-for-mail-forwarding_list {
    padding-left: 110px;
    font-weight: 900;
    font-size: 50px;
    line-height: 140%;
}
.faqs-for-mail-forwarding_list .card {
    width: 100%;
    padding-top: 20px;
    background-color: transparent;
    border: none;
    border-radius: 0;
    min-height: 70px;
    margin-bottom: 30px;
    overflow: visible !important
}
.faqs-for-mail-forwarding_list .card .card__tex {
    overflow: hidden
}
.faqs-for-mail-forwarding_list .card:before {
    position: absolute;
    top: -10px;
    left: -110px;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    font-style: italic;
    font-size: 70px;
    width: 100px;
    color: #27ba73;
    opacity: .3;
}
.faqs-for-mail-forwarding_list .card * {
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important
}
.faqs-for-mail-forwarding_list .card-header {
    padding: 0;
    font-size: 22px;
    line-height: 140%;
    font-weight: bold
}
.faqs-for-mail-forwarding_list .card-header button {
    font-size: 26px;
    text-align: left;
    appearance: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    transition: font-weight .3s linear;
    color: #00447c;
}
.faqs-for-mail-forwarding_list .card-header button.collapsed {
    font-weight: 700
}
.faqs-for-mail-forwarding_list .card-body {
    padding: 20px 0 25px 0;
    font-weight: normal;
    font-size: 22px;
    line-height: normal;
    max-width: 670px;
    color: #00447c;
}
.faqs-for-mail-forwarding_list .card-body a {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit;
    text-decoration: underline;
    font-weight: 600
}
.faqs-for-mail-forwarding_list .card:nth-child(1):before {
    content: "01"
}
.faqs-for-mail-forwarding_list .card:nth-child(2):before {
    content: "02"
}
.faqs-for-mail-forwarding_list .card:nth-child(3):before {
    content: "03"
}
.faqs-for-mail-forwarding_list .card:nth-child(4):before {
    content: "04"
}
.faqs-for-mail-forwarding_list .card:nth-child(5):before {
    content: "05"
}
.faqs-for-mail-forwarding_list .card:nth-child(6):before {
    content: "06"
}
.faqs-for-mail-forwarding_list .card:nth-child(7):before {
    content: "07"
}
.faqs-for-mail-forwarding_list .card:nth-child(8):before {
    content: "08"
}
.faqs-for-mail-forwarding_list .card:nth-child(9):before {
    content: "09"
}
.faqs-for-mail-forwarding_list .card:nth-child(10):before {
    content: "10"
}
.faqs-for-mail-forwarding_list .card:nth-child(11):before {
    content: "11"
}
.faqs-for-mail-forwarding_list .card:nth-child(12):before {
    content: "12"
}
.faqs-for-mail-forwarding_list .card:nth-child(13):before {
    content: "13"
}
.faqs-for-mail-forwarding_list .card:nth-child(14):before {
    content: "14"
}
.faqs-for-mail-forwarding_list .card:nth-child(15):before {
    content: "15"
}
.faqs-for-mail-forwarding_list .card:nth-child(16):before {
    content: "16"
}
.faqs-for-mail-forwarding_list .card:nth-child(17):before {
    content: "17"
}
.faqs-for-mail-forwarding_list .card:nth-child(18):before {
    content: "18"
}
.faqs-for-mail-forwarding_list .card:nth-child(19):before {
    content: "19"
}
.faqs-for-mail-forwarding_list .card:nth-child(20):before {
    content: "20"
}
.faqs-for-mail-forwarding_list .card:nth-child(21):before {
    content: "21"
}
.faqs-for-mail-forwarding_list .card:nth-child(22):before {
    content: "22"
}
.faqs-for-mail-forwarding_list .card:nth-child(23):before {
    content: "23"
}
.faqs-for-mail-forwarding_list .card:nth-child(24):before {
    content: "24"
}
.faqs-for-mail-forwarding_list .card:nth-child(25):before {
    content: "25"
}
.faqs-for-mail-forwarding_list .card:nth-child(26):before {
    content: "26"
}
.faqs-for-mail-forwarding_list .card:nth-child(27):before {
    content: "27"
}
.faqs-for-mail-forwarding_list .card:nth-child(28):before {
    content: "28"
}
.faqs-for-mail-forwarding_list .card:nth-child(29):before {
    content: "29"
}
.faqs-for-mail-forwarding_list .card:nth-child(30):before {
    content: "30"
}
@media screen and (max-width: 1199px) {
    .faqs-for-mail-forwarding .content-wrap {
        margin: 30px auto -20px auto
    }
    .faqs-for-mail-forwarding_list {
        padding-left: 85px
    }
    .faqs-for-mail-forwarding_list .card-body {
        padding: 15px 0;
        max-width: unset
    }
}
@media screen and (max-width: 991px) {
    .faqs-for-mail-forwarding_list .card {
        padding-top: 22px
    }
    .faqs-for-mail-forwarding_list .card-header {
        font-size: 18px
    }
    .faqs-for-mail-forwarding_list .card-body {
        font-size: 14px;
        padding: 10px 0 15px 0
    }
}
@media screen and (max-width: 767px) {
    .faqs-for-mail-forwarding .content-wrap {
        margin: 10px auto 0 auto
    }
    .faqs-for-mail-forwarding .card {
        padding-top: 24px
    }
    .faqs-for-mail-forwarding .card:before {
        left: -85px;
        width: 85px;
        font-size: 50px
    }
    .faqs-for-mail-forwarding .card-header {
        font-size: 16px
    }
    .faqs-for-mail-forwarding .card-header button {
        font-size: 20px
    }
    .faqs-for-mail-forwarding .card-body {
        font-size: 14px
    }
}
@media screen and (max-width: 767px) {
    .incoming-shipments_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .incoming-shipments_container__left, .incoming-shipments_container__right {
        width: 100%;
        padding: 0
    }
    .apply_form .select-file:before {
        left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .transporation-management-systems_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .transporation-management-systems_container__left, .transporation-management-systems_container__right {
        width: 100%;
        padding: 0
    }
}
@media screen and (max-width: 767px) {
    .business-logistics-solutions_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .business-logistics-solutions_container__left, .business-logistics-solutions_container__right {
        width: 100%;
        padding: 0
    }
}
@media screen and (max-width: 767px) {
    .description-of-services_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .description-of-services_container__left, .description-of-services_container__right {
        width: 100%;
        padding: 0
    }
}
@media screen and (max-width: 767px) {

    .order-fulfillment-services_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .order-fulfillment-services_container__left, .order-fulfillment-services_container__right {
        width: 100%;
        padding: 0
    }
}
@media screen and (max-width: 767px) {

    .fulfillement-by-amazon_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .fulfillement-by-amazon_container__left, .fulfillement-by-amazon_container__right {
        width: 100%;
        padding: 0
    }
}
@media screen and (max-width: 767px) {

    .quality-control_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .quality-control_container__left, .quality-control_container__right {
        width: 100%;
        padding: 0
    }
}
@media screen and (max-width: 767px) {

    .plan-customizing_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .plan-customizing_container__left, .plan-customizing_container__right {
        width: 100%;
        padding: 0
    }
}
@media screen and (max-width: 767px) {

    .consulting-services_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .consulting-services_container__left, .consulting-services_container__right {
        width: 100%;
        padding: 0
    }
}
.careers_container {
    width: calc(100% + 30px);
    margin: 60px auto 0 -15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}
.careers_container__left, .careers_container__right {
    padding: 0 15px
}
.careers_container__left {
    width: 50%
}
.careers_container__right {
    width: calc(50% - 100px)
}
.careers_form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px
}
.careers_form__heading {
    margin-bottom: 35px
}
.careers_form__heading h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 20px;
}
.careers_form__left, .careers_form__right, .careers_form__bottom {
    padding: 0 15px
}
.careers_form__left, .careers_form__right {
    width: 230px
}
.careers_form__bottom {
    width: 100%
}
.careers_form__input {
    margin-bottom: 30px;
    width: 100%
}
.careers_form__input .input {
    width: 100%
}
.careers_form__recaptcha .g-recaptcha > div {
    margin: 0 0 0 auto
}
.careers_form__submit {
    display: block;
    text-align: center;
    width: 200px;
    margin: 0 0 0 auto
}
.careers_form__submit-wrapper {
    margin-top: 50px
}
.careers_form .alert {
    margin: 15px auto -35px auto
}
@media screen and (max-width: 1199px) {
    .careers_container__right {
        width: 50%
    }
    .careers_form__heading {
        margin-bottom: 30px
    }
    .careers_form__input {
        margin-bottom: 15px
    }
    .careers_form__submit-wrapper {
        margin-top: 30px
    }
    .careers_form .alert {
        margin: 15px auto -15px auto
    }
}
@media screen and (max-width: 991px) {
    .careers_container {
        margin: 30px auto 0 -15px
    }
    .careers_form {
        display: block;
        width: 100%;
        margin: 0 auto
    }
    .careers_form__left, .careers_form__right, .careers_form__bottom {
        padding: 0
    }
    .careers_form__left, .careers_form__right {
        width: 100%
    }
    .careers_form__recaptcha .g-recaptcha > div {
        margin: 0 auto 0 calc(50% - 152px)
    }
    .careers_form__submit {
        margin: 0 auto
    }
}
@media screen and (max-width: 767px) {
    .careers_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .careers_container__left, .careers_container__right {
        width: 100%;
        padding: 0
    }
    .careers_form__heading {
        margin: 40px auto 30px auto
    }
    .careers_form__input {
        margin-bottom: 20px
    }
    .careers_form__submit-wrapper {
        margin-top: 40px
    }
    .careers_form .alert {
        margin: 15px auto -25px auto
    }
}
.contact-us_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.contact-us_map__container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 555px
}
.contact-us_info {
    margin: 0 100px
}
.contact-us_info__section {
    padding: 0px 0 120px 0;
}
.contact-us_info__heading {
    margin-bottom: 35px
}
.contact-us_info__heading h3 {
    margin: 0 auto
}
.contact-us_info__heading h4 {
    font-size: 100%;
    line-height: inherit;
    margin: 0 auto
}
.contact-us_info__content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 160%
}
.contact-us_info__item {
    width: 200px
}
.contact-us_info__item:not(:last-child) {
    margin-right: 51px
}
.contact-us_info__title {
    margin-bottom: 15px
}
.contact-us_info p:not([class]) {
    font-weight: bold;
    line-height: 130%;
    font-size: 14px
}
.contact-us_info a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}
.contact-us_info a:link, .contact-us_info a:visited {
    color: inherit;
    text-decoration: none
}
.contact-us_info a:hover, .contact-us_info a:focus, .contact-us_info a:active {
    text-decoration: underline
}
.contact-us_form {
    margin-bottom: 40px;
    position: relative;
    z-index: 2
}
.contact-us_form__content {
    margin: 0 200px 0 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}
.contact-us_form__left {
    width: 270px
}
.contact-us_form__right {
    width: 470px
}
.contact-us_form__input, .contact-us_form__textarea {
    width: 100%;
    background: #fff;
}
.contact-us_form__input:not(:last-child) {
    margin-bottom: 30px
}
.contact-us_form__textarea {
    margin-bottom: 15px;
    border: 1px solid #f0f0f0;
    height: 150px;
}
.contact-us_form__recaptcha-wrapper {
    margin-bottom: 30px
}
.contact-us_form__recaptcha-wrapper .g-recaptcha > div {
    margin: 0 0 0 0
}
.contact-us_form__submit {
    display: block;
    width: 200px;
    margin: 0 0 0 0;
    text-align: center
}
.contact-us_form__submit-wrapper {
    margin-top: 30px
}
.contact-us_form .alert {
    margin: 15px auto 0 auto
}
.contact-us_form .alert.empty {
    margin: -15px auto
}
@media screen and (max-width: 1199px) {
    .contact-us_info {
        margin: 0 auto
    }
    .contact-us_info__section {
        padding: 30px 0 60px 0
    }
    .contact-us_info__heading {
        margin-bottom: 30px
    }
    .contact-us_info__item:not(:last-child) {
        margin-right: 46px
    }
    .contact-us_form__content {
        margin: 0 auto
    }
    .contact-us_form__input:not(:last-child) {
        margin-bottom: 15px
    }
}
@media screen and (max-width: 991px) {
    .contact-us_info__section {
        padding: 30px 0 15px 0
    }
    .contact-us_info__content {
        flex-wrap: wrap
    }
    .contact-us_info__item {
        width: 50%;
        margin: 0 0 15px 0
    }
    .contact-us_info__item:not(:last-child) {
        margin-right: 0
    }
    .contact-us_form__left, .contact-us_form__right {
        width: 50%;
        margin: 0 auto
    }
    .contact-us_form__left {
        padding: 0 30px 0 0
    }
}
@media screen and (max-width: 767px) {
    .contact-us_map__container {
        height: 78.125vw;
        max-height: 380px
    }
    .contact-us_info__section {
        padding: 40px 0
    }
    .contact-us_info__content {
        display: block;
        text-align: center
    }
    .contact-us_info__title {
        margin: 0 auto 10px auto
    }
    .contact-us_info__item {
        width: 100%
    }
    .contact-us_info__item:not(:last-child) {
        margin: 0 0 20px 0
    }
    .contact-us_info__item:last-child {
        margin: 0
    }
    .contact-us_form__content {
        display: block
    }
    .contact-us_form__left, .contact-us_form__right {
        width: 100%;
        margin: 0 auto
    }
    .contact-us_form__left {
        padding: 0
    }
    .contact-us_form__input:not(:last-child), .contact-us_form__input:last-child {
        margin-bottom: 30px
    }
    .contact-us_form__recaptcha-wrapper .g-recaptcha > div {
        margin: 0 auto 0 calc(50% - 152px)
    }
    .contact-us_form__submit {
        margin: 0 auto
    }
}

.my-account .content .title {
    margin: 60px auto 30px auto
}
.my-account_form {
    max-width: 940px;
    margin: 0 auto;
}
.my-account_form .input:not([type=checkbox]) {
    width: 100%
}
.my-account_form__content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: calc(100% + 30px);
    margin: 0 auto 0 -15px;
    flex-wrap: wrap
}
.my-account_form__block {
    width: 25%;
    padding: 0 15px
}
.my-account_form__input {
    margin-bottom: 30px
}
.my-account_form__label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 140%
}
.my-account_form__label .input {
    flex-shrink: 0;
    margin-right: 20px
}
.my-account_form__label span {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    text-decoration: inherit
}
.my-account_form__label a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap
}
.my-account_form__label a:link, .my-account_form__label a:visited {
    color: inherit;
    text-decoration: none
}
.my-account_form__label a:hover, .my-account_form__label a:focus, .my-account_form__label a:active {
    text-decoration: underline
}
.my-account_form__bottom {
    width: 50%;
    margin: 0 auto
}
.my-account_form__recaptcha .g-recaptcha > div {
    margin: 0 auto 0 calc(50% - 152px)
}
.my-account_form__submit {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto
}
.my-account_form__submit-wrapper {
    margin: 40px auto 0 auto
}
.my-account_form .alert.empty {
    margin: 15px auto 25px auto
}
.my-account_form .alert.not-empty {
    margin: 15px auto 0 auto
}
@media screen and (max-width: 1199px) {
    .my-account .content .title {
        margin: 30px auto 15px auto
    }
    .my-account_form__submit-wrapper {
        margin: 30px auto 0 auto
    }
    .my-account_form .alert.empty {
        margin: 15px auto 15px auto
    }
}
@media screen and (max-width: 991px) {
    .my-account_form__block {
        width: 50%
    }
    .my-account_form__bottom {
        width: 100%
    }
    .my-account_form__input {
        margin-bottom: 15px
    }
    .my-account_form .alert.empty, .my-account_form__submit-wrapper {
        margin: 15px auto 15px auto
    }
}
@media screen and (max-width: 767px) {
    .my-account .content .title {
        margin: 40px auto 20px auto
    }
    .my-account_form__content {
        width: 100%;
        margin-left: auto
    }
    .my-account_form__block {
        width: 100%;
        padding: 0
    }
    .my-account_form__input {
        margin-bottom: 20px
    }
    .my-account_form__label {
        margin-bottom: 40px
    }
    .my-account_form .alert.empty {
        margin: 15px auto 25px auto
    }
    .my-account_form__submit-wrapper {
        margin: 40px auto 0 auto
    }
}
.forgot-password .form-recovery {
    max-width: 304px;
    margin: 0 auto
}
.forgot-password .form-recovery .input_wr {
    margin-bottom: 50px
}
.forgot-password .form-recovery .submit_wr {
    margin-bottom: 30px
}
.forgot-password .form-recovery .g-recaptcha > div {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
@media screen and (max-width: 991px) {
    .menu-container {
        line-height: 150%
    }
    .menu-container .account {
        display: none
    }
    .menu-container .account-mob {
        display: block
    }
    .menu-container .account-mob .dropdown-login {
        transform: translateY(-100px)
    }
    .menu-container .navbar-toggler {
        display: block
    }
    .menu-container .navbar-brand {
        width: auto;
        height: 30px
    }
    .menu-container .navbar-brand img {
        width: auto
    }
    .menu-container .navbar-collapse {
        margin: 15px 0 45px 0;
        overflow: auto
    }
    .menu-container .navbar-collapse.show {
        height: calc(100vh - 80px)
    }
    .menu-container .navbar-nav {
        width: 290px;
        text-align: center;
        margin: 45px auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }
    .menu-container .navbar-nav span.nav-link {
        padding: 8px 0;
        line-height: 30px;
    }
    .menu-container .navbar-nav .nav-item:not(:last-child) {
        margin-bottom: 15px
    }
    .menu-container .dropdown {
        margin-right: 0
    }
    .menu-container .dropdown-item {
        text-align: center
    }
    .menu-container .dropdown-item:hover, .menu-container .dropdown-item:focus, .menu-container .dropdown-item:active {
        background-color: #069ce1
    }
    .menu-container .dropdown-menu {
        border-radius: 8px;
        border-color: #069ce1
    }
}
.unsubscribe .form-recovery {
    max-width: 304px;
    margin: 0 auto
}
.unsubscribe .form-recovery .input_wr {
    margin-bottom: 50px
}
.unsubscribe .form-recovery .submit_wr {
    margin-bottom: 30px
}
.unsubscribe .form-recovery .g-recaptcha > div {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width: 767px) {
    .terms-of-service-and-privacy-policy_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .terms-of-service-and-privacy-policy_container__left, .terms-of-service-and-privacy-policy_container__right {
        width: 100%;
        padding: 0
    }
}
.apply_form_some-info {
    margin-top: 60px
}
.apply_form_job {
    padding: 60px 15px;
    width: 50%;
}
.apply_form_job:last-child {
    padding: 60px 15px 80px
}
.apply_form_job__content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch
}
.apply_form_job-poster {
    display: block;
    width: 100%;
    height: 274px;
    object-fit: cover
}
.apply_form_job-poster-wrapper {
    width: 193px;
    margin-right: 30px;
    flex-shrink: 0;
    background: #f7f7f7;
    border-radius: 9px;
    overflow: hidden
}
.apply_form_job-link-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start
}
.apply_form_job__title {
    margin-bottom: 0;
    font-size: 36px;
    white-space: nowrap;
}
.apply_form_job__subtitle {
    font-size: 80%;
    line-height: 100%;
    margin-bottom: 3px
}
.apply_form_job__list {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 25px;
    padding-left: 25px;
    list-style: none
}
.apply_form_job__list li {
    position: relative
}
.apply_form_job__list li:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: -25px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #31bc79;
}
.apply_form_job__link {
    display: block;
    width: 200px;
    text-align: center;
    margin: auto auto 0 0
}
.apply_form_form .input {
    width: 100%
}
.apply_form_form__section {
    background: #f7f7f7;
    padding: 15px;
}
.apply_form_form__section:first-child {
    padding-top: 50px;
}
.apply_form_form__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 auto 0px -15px
}
.apply_form_form__block {
    width: 300px;
    padding: 0 15px
}
.apply_form_form__block--last {
    width: 400px
}
.apply_form_form__input {
    margin: 0 auto 30px auto;
    position: relative;
}
.apply_form_form__input label {
    color: #00345e;
}
.apply_form_form__input--phone {
    display: flex;
    justify-content: flex-start;
    align-items: stretch
}
.apply_form_form__input--phone .input {
    width: calc(100% - 100px)
}
.apply_form_form__uploader {
    width: 570px;
    margin: 0 auto 30px auto;
    padding-top: 110px;
}
.apply_form_form__uploader-heading {
    width: 50%;
    margin: 0 auto 70px auto
}
.apply_form_form__uploader-heading--short {
    margin: 0 auto 35px auto;
    color: #000;
}
.cv-description {
    margin-bottom: 12px;
}
.apply__uploader_resume {
    background: #00447c;
    text-align: center;
    background: linear-gradient(to right, #00447c 50%, rgba(255, 255, 255, 0) 0%),
    linear-gradient(#00447c 50%, rgba(255, 255, 255, 0) 0%),
    linear-gradient(to right, #00447c 50%, rgba(255, 255, 255, 0) 0%),
    linear-gradient(#00447c 50%, rgba(255, 255, 255, 0) 0%);
    background-position: top, right, bottom, left;
    background-repeat: repeat-x, repeat-y;
    background-size: 20px 2px, 2px 20px;
    border-radius: 10px;
}
.apply_form_form .badge-title,
.apply_form_form .cv-title {
    margin-bottom: 20px;
    line-height: normal;
    font-weight: 600;
    border-bottom: 3px solid #27ba73;
    display: inline-block;
}
.apply_form_form .cv-list {
    list-style: none;
    font-size: 100%;
    line-height: 140%
}
.apply_form_form .cv-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px
}
.apply_form_form .cv-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background: #31bc79;
    background-size: 8px;
    transform: translateY(-50%);
    border-radius: 50%;
}
.apply_form_form .cv-list li:not([class]) {
    padding-left: 0;
    position: static;
    margin-left: 0
}
.apply_form_form .cv-list li:not([class]):before {
    display: none
}
.apply_form_submit {
    width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto
}
.apply_form .custom-file {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    border-radius: 10px
}
.apply_form .select-file {
    text-align: left;
    appearance: none;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px 245px 25px 88px
}
.apply_form .select-file:before,
.apply_form .select-file:after {
    display: block;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    color: #00447c;
    font-size: 18px;
    font-weight: 600
}
.apply_form .select-file:before {
    content: "";
    width: 33px;
    height: 50px;
    background: url(../img/icons/download.svg) center center no-repeat transparent;
    background-size: 33px;
    left: 40px
}
.apply_form .select-file:after {
    content: "Browse";
    right: 30px;
    width: 200px;
    border: 1px solid #27ba73;
    line-height: 48px;
    transition: color .3s linear;
    transition: color .3s linear, background-color .3s linear
}
.apply_form .select-file .inner {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.apply_form .select-file .inner.succ {
    color: #00447c
}
.apply_form .select-file .inner.err {
    color: #ff6759
}
.apply_form .select-file .inner strong {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.apply_form .select-file:hover:after,
.apply_form .select-file:focus:after,
.apply_form .select-file.hover:after {
    color: #fff;
    background-color: #00447c
}
.apply_form .select-file .inner, .apply_form .select-file + .progress {
    width: calc(100% - 333px);
    position: absolute;
    top: 50%;
    left: 88px;
    transform: translateY(-50%)
}
.apply_form .select-file + .progress {
    height: 25px
}
.apply_form .select-file + .progress .progress-bar {
    background-color: #000
}
.apply_form_alert {
    width: 570px;
    margin-left: auto;
    margin-right: auto
}
.apply_form_alert--error .alert {
    margin: -15px auto 15px auto
}
.apply_form_alert--success .alert {
    margin: 0 auto
}
.apply_form .cookies-alert_section {
    width: 100%;
    border-radius: 0
}
#form-apply .container {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 540px) {
    .apply_form .cookies-alert_message {
        margin: 10px 15px 15px 15px
    }
}
.apply_form .bottom__content {
    display: block;
    width: 100%;
    margin: 0 auto
}
.apply_form .bottom .left_block {
    width: 100%;
    text-align: center;
    padding: 0
}
.apply_form .bottom .left_block .timetable_row__column {
    margin: 0 0 0 75px;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto
}
.apply_form .bottom .left_block .timetable_row__column .text {
    width: 200px
}
.apply_form .bottom .left_block .timetable_row__column + .timetable_row__column {
    margin: 0
}
.apply_form .bottom_row__title {
    margin: 0 15px 0 0;
    white-space: nowrap
}
.apply_form .bottom .phone-adresss-wrap {
    justify-content: center;
    text-align: left;
    width: 100%;
    margin-left: 0
}
.apply_form .bottom ~ div:not([class]) {
    display: none !important
}
.radios label {
    display: block;
    cursor: pointer;
}

.landing .top_block {
    border-bottom: 4px solid #31bc79;
}

.landing .top_block__title {
    text-align: center;
    text-transform: capitalize;
}
.landing_form {
    background: #f7f7f7;
    padding: 10px 30px 50px;
    max-width: 1060px;
    margin: 0 auto 50px;
}
.landing_form__inner {
    max-width: 770px;
    margin: 0 auto;
}
.landing_form__input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.careers .landing_form__section .container {
    max-width: 770px;
}
.block__subtitle {
    margin-bottom: 16px;
    display: block;
}
.landing_form__input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #00345e;
    width: 100%;
    line-height: 175%;
    font-size: 16px;
    margin-top: 30px;
}
select.landing_form__input {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(/front/img/form-arrow.svg) no-repeat right;
}
.landing_form__recaptcha {
    padding: 15px 0 0;
}
.landing_form__recaptcha .g-recaptcha > div{
    margin: 0 auto 15px;
}
.careers .landing_form__recaptcha {
    text-align: center;
    margin-top: 60px;
}
.careers .g-recaptcha > div {
    margin: 0 auto 30px;
}
.careers-block {
    margin-bottom: 80px;
}
.careers-block .btn-wrap {
    text-align: center;
}
.careers-block .location> * {
    display: block;
}
.careers-block .title {
    font-size: 40px;
}
.careers-block > .text-block {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
}
.careers .why-us {
    margin-bottom: 80px;
}
.form-apply .note {
    position: absolute;
    top: 100%;
    left: 0;
    color: red;
    font-size: 14px;
    line-height: 14px;
    padding-top: 2px;
    font-weight: 300;
}
.footer-info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.footer-info-item {
    margin: 0 50px 25px 50px;
}
.footer-info-item-title a {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.footer-copyright {
    text-align: center;
    background: #00345e;
    padding: 25px 15px;
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto;
}
.footer-copyright a {
    color: #fff;
}
body > div[style*='16777270'] {
    display: none !important;
}
@media screen and (max-width: 1199px) {
    .apply_form_some-info {
        margin-top: 30px
    }
    .apply_form_job {
        padding: 30px 15px;
        width: 100%;
        margin: 0 auto;
        max-width: 570px;
    }
    .apply_form_job:last-child {
        padding: 30px 15px
    }
    .apply_form_job-poster {
        background: #00447c
    }
    .apply_form_job-poster-wrapper {
        margin-right: 30px;
        background: transparent
    }
    .apply_form_form__section:first-child {
        margin-top: 30px
    }
    .apply_form_form__container {
        margin: 0 auto 0px -15px
    }
    .apply_form_form__block {
        width: 33.33333% !important
    }
    .apply_form_form__input--phone .input {
        width: calc(100% - 55px)
    }
    .apply_form_form .badge-title, .apply_form_form .cv-title {
        margin-bottom: 15px
    }
    .apply_form_form .cv-list {
        margin-bottom: 30px
    }
    .apply_form_form__uploader {
        margin: 0 auto 60px auto
    }
    .apply_form_form__uploader-heading {
        margin-bottom: 30px
    }
    .apply_form_form__uploader-heading--short {
        margin: 0 auto 20px auto
    }
    .apply_form_alert--error .alert {
        margin: -45px auto 15px auto
    }
    .apply_form_alert--success .alert {
        margin: 30px auto 0 auto
    }
}
@media screen and (max-width: 991px) {
    .apply_form .select-file:after {
        width: 90px;
    }
    .apply_form .select-file:before {
        margin: 0 !important;
        left: 20px;
    }
    .apply_form_some-info {
        margin-top: 50px
    }
    .apply_form_job {
        padding: 50px 15px
    }
    .apply_form_job:last-child {
        padding: 50px 15px
    }
    .apply_form_job-poster {
        background: #00447c
    }
    .apply_form_job-poster-wrapper {
        margin-right: 30px;
        background: transparent
    }
    .apply_form_form__section:first-child {
        margin-top: 50px
    }
    .apply_form_form__container {
        margin: 0 auto 0px -15px
    }
    .apply_form_form .badge-title, .apply_form_form .cv-title {
        margin-bottom: 15px
    }
    .apply_form_form .cv-list {
        margin-bottom: 30px
    }
    .apply_form_form__uploader {
        margin: 0 auto 50px auto
    }
    .apply_form_form__uploader-heading {
        margin-bottom: 20px;
        width: 100%
    }
    .apply_form_form__uploader-heading--short {
        margin: 0 auto 15px auto
    }
    .apply_form_alert--error .alert {
        margin: -35px auto 15px auto
    }
    .apply_form_alert--success .alert {
        margin: 50px auto 0 auto
    }
    .careers-block .title {
        font-size: 32px;
    }
    .front .union_item__inner .right-part a {
        bottom: 41px;
    }
    .front .union_item__inner {
        padding-bottom: 115px;
    }
    .footer-copyright-links {
        display: block;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .form-apply .note {
        font-size: 12px;
        line-height: 12px;
    }
    .apply_form .inner {
        line-height: 90px !important;
    }
    .apply_form_container {
        margin: 40px auto 0 auto;
        display: block;
        width: 100%
    }
    .apply_form_container__left, .apply_form_container__right {
        width: 100%;
        padding: 0
    }
    .apply_form_some-info {
        margin-top: 40px
    }
    .apply_form_job {
        padding: 40px 15px
    }
    .apply_form_job:last-child {
        padding: 40px 15px
    }
    .apply_form_job__content {
        display: block;
        text-align: center
    }
    .apply_form_job-poster {
        background: transparent;
        height: 100%
    }
    .apply_form_job-poster-wrapper {
        width: 136px;
        height: 192px;
        margin: 0 auto 20px auto;
    }
    .apply_form_job-link-wrapper {
        display: block
    }
    .apply_form_job__subtitle {
        font-size: 12px;
        margin-bottom: 10px
    }
    .apply_form_job__list {
        text-align: left;
        font-size: 14px;
        line-height: 180%;
        width: 210px;
        margin: 0 auto 20px auto
    }
    .apply_form_job__list li:before {
        transform: translateY(calc(-50% - 2px))
    }
    .apply_form_job__link {
        margin: 0 auto
    }
    .apply_form_form__section:first-child {
        margin-top: 40px
    }
    .apply_form_form__container {
        width: 100%;
        margin: 0 auto 0px auto
    }
    .apply_form_form__block {
        padding: 0;
        width: 100% !important
    }
    .apply_form_form__input {
        margin-bottom: 20px
    }
    .apply_form_form .badge-title, .apply_form_form .cv-title {
        margin-bottom: 10px
    }
    .apply_form_form .cv-list {
        font-size: 14px;
        line-height: 180%;
        margin-bottom: 40px
    }
    .apply_form_form .cv-list li {
        padding-left: 25px;
        margin-bottom: 0
    }
    .apply_form_form .cv-list li:before {
        transform: translateY(calc(-50% - 2px))
    }
    .apply_form_form__uploader {
        width: 100%;
        margin: 0 auto 40px auto;
        padding: 0 15px;
    }
    .apply_form_form__uploader-heading--short {
        margin: 0 auto 20px auto;;
        padding: 0 15px;
    }
    .apply_form .custom-file {
        font-size: 16px;
        height: 105px;
        padding: 20px 45px
    }
    .apply_form .select-file {
        text-align: center;
        padding: 10px 60px 10px 60px;
    }
    .apply_form .select-file .inner, .apply_form .select-file + .progress {
        width: calc(100% - 90px);
        left: 5px
    }
    .apply_form_alert {
        width: 100%
    }
    .apply_form_alert--error .alert {
        margin: -25px auto 15px auto
    }
    .apply_form_alert--success .alert {
        margin: 40px auto 0 auto
    }
    .apply_form .bottom .left_block {
        text-align: left
    }
    .apply_form .bottom .left_block .timetable_row__column {
        display: block;
        margin: 0 0 20px 0
    }
    .apply_form .bottom .left_block .timetable_row__column .text {
        width: auto
    }
    .apply_form .bottom_row__title {
        margin: 0 0 12px 0
    }
    .apply_form_job__list li::before, .apply_form_form .cv-list li::before {
        transform: translateY(-50%)
    }
}
@media screen and (max-width: 576px) {
    .apply_form .select-file .inner.succ {
        visibility: hidden
    }
    .apply_form .select-file .inner.succ:before {
        content: "Upload completed";
        visibility: visible;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}
@media screen and (max-width: 540px) {
    .apply_form .cookies-alert_message {
        margin: 10px 15px 15px 15px
    }
}
@media screen and (max-width: 374px) {
    .apply_form .cookies-alert_section .cookies-btns {
        display: flex
    }
    .apply_form .cookies-alert_section .cookies-btns .btn_2 {
        margin: 0 !important
    }
    .apply_form .cookies-alert_section .cookie-details-link {
        margin: 0 0 0 15px
    }
}
/*# sourceMappingURL=main.css.map */
