/*Base styles*/
@import url('https://fonts.googleapis.com/css?family=Lato:700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i');
body {
    font-size: 14px;
    color: #252525;
}
body > [style*='16777270']{
    display: none !important;
}
noscript {
    font-size: 24px;
    font-weight: 700;
    display: block;
    max-width: 1170px;
    margin: 50 auto;
    padding: 20px;
    text-align: center;
    color: #F4511E;
    border-radius: 7px;
}
*, *:active, *:focus {
    outline: none !important;
}
*, body, td, tr, div, p, form, input, select, textarea, font {
    font-family: 'Open Sans', sans-serif;
}
a:hover, a {
    color: #E4A501;
}
textarea, input[type=text], input[type=email], input[type=password] {
    border-radius: 5px;
    background-color: transparent;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
    font-family: 'Lato', sans-serif;
}
body {
    background: #F7F7F7;
}
.btn, .btn-1, .btn-2, .btn-3 {
    cursor: pointer;
    transition: 0.2s ease-in;
}
.btn:hover, .btn-1:hover, .btn-2:hover, .btn-3:hover {
    text-decoration: none;
}
.btn {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
    color: #fff;
    border-color: #252525;
    border-radius: 5px;
    background: #252525;
}
.btn:active, .btn:focus {
    background-color: #4F4F4F;
    box-shadow: none;
}
.btn:hover {
    color: #fff;
    border-color: #252525;
    background: #252525;
}
.narrow-block {
    max-width: 770px;
    margin: 0 auto;
}
.btn {
    -webkit-border-radius: 54px;
    border-radius: 54px;
}
.careers .btn-brown {
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
}

.btn-brown {
    background-color: #383838;
    border: 2px solid #383838;
    color: #FFC700;
    padding: 11px 44px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.cloud {
    background-color: #FFC700;
    margin-bottom: 70px;
    padding: 60px 100px;
    -webkit-box-shadow: 20px 20px 0px #383838;
    box-shadow: 20px 20px 0px #383838;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-transition: -webkit-box-shadow 0.5s ease;
    transition: -webkit-box-shadow 0.5s ease;
    -o-transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease;
    transition: box-shadow 0.5s ease, -webkit-box-shadow 0.5s ease;
}
.cloud:hover {
    -webkit-box-shadow: 0 0 0 #000 !important;
    box-shadow: 0 0 0 #000 !important;
}
.btn-1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    position: relative;
    padding-right: 40px;
    padding-left: 40px;
    color: #FDCA49;;
    border: 0;
    border-radius: 24px;
    border-radius: 24px;
    background: #FFFFFF;
}
.btn-1:active, .btn-1:focus {
    background: #E4A501;
}
.btn-1:hover {
    color: #fff;
    border-color: #FDCA49;
    background: #FDCA49;
}
.btn-2 {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 50px;
    color: #252525;
    border: 2px solid #FDCA49;
    border-radius: 24px;
    background: transparent;
}
.btn-2:hover {
    color: #252525;
    border: 2px solid #FDCA49;
    border-color: #FDCA49 !important;
    border-radius: 24px;
    background: #FDCA49;
    background-color: #FDCA49;
}
.btn-2:focus, .btn-2:active {
    border-color: #E4A501 !important;
    background-color: #E4A501;
}
.btn-3 {
    width: 185px;
    height: 50px;
    color: #fff;
    border-color: #FDCA49;
    border-radius: 34px;
    background: #FDCA49;
    box-shadow: 0px 4px 30px rgba(255, 199, 0, 0.6);
}
.btn-3:hover {
    border-color: #E4A501;
    background: #E4A501;
    box-shadow: 0px 4px 30px rgba(255, 199, 0, 0.6);
}
.btn-3:focus, .btn-3:active {
    color: #000;
    border-color: #E4A501;
    background: #E4A501;
    box-shadow: none;
}
.btn-4:focus, .btn-4:active, .btn-4:hover, .btn-4 {
    color: #7190FF;
    border: 2px solid #fff;
    background: #fff;
}
.btn-4:active {
    color: #252525;
}
.hamburger_icon {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 44px;
}
.hamburger_icon span {
    width: 100%;
    height: 2px;
    margin-bottom: 6px;
    transition: 0.2s ease-in-out;
    border-radius: 2px;
    background: #252525;
}
.hamburger_icon span:last-child {
    width: 30px;
    margin-bottom: 0;
}
.navbar-toggler.collapsed .hamburger_icon span:last-child {
}
.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-link {
    padding: 0;
}
.form {
    width: 100%;
}
.custom-select, .form-control {
    font-size: 18px;
    line-height: normal;
    padding-left: 38px;
    border: 1px solid #FDCA49;
    border-radius: 5px;
    background-color: transparent;
}
.form-control {
    font-weight: 300;
    color: #A3A3A3;
}
.form-control::placeholder {
    font-size: 18px;
    color: #707070;
}
.form-control:focus {
    box-shadow: none;
}
.carousel-indicators {
    bottom: 0;
    align-items: center;
    margin: 0;
}
.dropdown-menu {
    margin: 0;
    border: none;
    border-radius: 2px;
    background: rgba(255, 255, 255, .95);
}
.dropdown-login {
    top: 148%;
    left: -72%;
}
.dropdown-login .form-control {
    font-size: 14px;
    padding-left: 20px;
}
.dropdown-login .form-control::placeholder {
    font-size: 14px;
    color: #A3A3A3;
}
.dropdown-item {
    font-weight: 600;
}
.account .modal-content {
    border-radius: 10px;
    background: #fff;
}
.account .aggree {
    margin-bottom: 20px;
}
.aggree {
    cursor: pointer;
}
.form-check {
    padding: 0;
}
.form-check input[type='checkbox'] {
    display: none;
}
.form-check .form-check-label::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-bottom: -2px;
    content: '';
    border: 1px solid #C8C8C8;
}
.form-check input[type=checkbox]:checked + .form-check-label::before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    content: '';
    border: 1px solid #C8C8C8;
    background-image: url(../../images/front/tick.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
}
.modal-content {
    padding: 0 23px;
    border: none;
}
.dropdown-item {
    padding: .532rem 1.5rem;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    color: #fff;
    background: #FDCA49;
}
.card {
    align-items: flex-end;
    border: none;
    background: none;
}
.card-header {
    width: 100%;
    max-width: 1005px;
    padding: 7px 1.25rem;
    border: none;
    background: none;
}
.card .card-header + * {
    font-size: 14px;
    font-weight: 800;
    line-height: 23px;
    color: #fff;
    border-radius: 24px;
    background: #E4A501;
    box-shadow: 0px 0px 10px rgba(155, 155, 155, 0.25);
}
.card .card-body > p:last-child {
    margin: 0;
}
.card__text {
    width: 100%;
}
.card-body a, .card-body a:hover {
    color: #fff;
}
.header-wrap .container {
    max-width: 100%;
}
.container {
    max-width: 1140px;
    margin: 0 auto;
}
.dropdown-toggle::after {
    display: none;
    content: '';
}
.header__subtitle {
}
.tab-btn {
    font-size: 24px;
    line-height: 40px;
    width: 100%;
    padding: 0;
    cursor: pointer;
    text-align: left;
    border: none;
    background: none;
}
.tab-btn:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 9px;
    margin-left: .255em;
    content: '';
    vertical-align: .155em;
    border-top: .3em solid #FDCA49;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.tab-btn.collapsed:before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-top-color: #FDCA49;
}
.card-body {
    line-height: 23px;
    padding: 17px 65px 18px;
}
.custom-file {
    position: relative;
    height: auto;
    min-height: 102px;
    padding: 25px 25px 18px;
    border: dashed 2px #252525;
    border-radius: 5px;
}
.custom-file .select-file:before {
    position: absolute;
    z-index: 2;
    top: 34px;
    left: 0;
    display: block;
    width: 34px;
    height: 31px;
    margin: 0 0 0 23px;
    content: '';
    pointer-events: none;
    background: url(../img/ico-18.svg) no-repeat 0 0;
}
.custom-file .inner {
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
    position: absolute;
    top: 0;
    right: 25px;
    left: 80px;
    display: block;
    overflow: hidden;
    height: 50px;
    margin: 25px auto 0;
    text-align: left;
    white-space: nowrap;
}
.custom-file .inner:before {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    float: right;
    align-items: center;
    justify-content: center;
    width: 185px;
    height: 50px;
    content: "Browse";
    transition: 0.2s ease-in;
    color: #252525;
    border: 2px solid #FDCA49;
    border-radius: 24px;
    background: transparent;
}
.select-file.hover .inner:before {
    color: #252525;
    border: 2px solid #FDCA49;
    border-color: #FDCA49 !important;
    border-radius: 24px;
    background: #FDCA49;
    background-color: #FDCA49;
}
.custom-file .inner strong {
    display: inline-block;
    float: left;
    overflow: hidden;
    max-width: 150px;
    margin: 0 10px 0 0;
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.custom-file button {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
}
.custom-file img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 250px;
    margin: 0 auto;
}
.files-row {
    position: relative;
    z-index: 3;
}
.files-row > * {
    margin-top: 20px;
}
textarea.textarea.form-control {
    height: 150px;
}
.g-recaptcha > * {
    margin: 0 auto;
}
.form_captcha {
    display: flex;
}
.marked {
    color: #E4A501;
}
.h4, h4 {
    font-size: 18px;
}
.navbar-toggler {
    padding-right: 0;
}
.navbar-toggler-icon {
    position: relative;
    width: 40px;
}
.navbar-toggler-icon:after {
    position: absolute;
    top: 50%;
    right: 2px;
    left: 2px;
    height: 2px;
    content: '';
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #E4A501;
    box-shadow: 0 9px 0 #E4A501, 0 -9px 0 #E4A501;
}
.landing .navbar-toggler-icon:after,
.front .navbar-toggler-icon:after {
    background: #252525;
    box-shadow: 0 9px 0 #252525, 0 -9px 0 #252525;
}
.progress {
    position: absolute;
    top: 39px;
    right: 226px;
    left: 80px;
    display: none;
    max-width: 100%;
    height: 22px;
    margin: 0 auto;
}
.progress-bar {
    display: block;
    width: 0;
    height: 25px;
    background: #6078de;
}
.succ {
    color: #00b200;
}
.visible-md {
    display: none;
}
/*End Base styles*//*Header Start*/
.header-wrap {
    position: relative;
}
.img-wrap {
    position: relative;
    overflow: hidden;
    min-height: 550px;
    max-height: 850px;
}
.img-wrap:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    opacity: .6;
    background: #1B1B1B;
}
.main-nav {
    max-width: 1140px;
    margin: 0 auto;
}
.navbar {
    padding: 15px 0;
}
/* .front .img-wrap:before {    display: none;} */
.img-wrap img {
    position: relative;
    left: 50%;
    min-width: 100%;
    min-height: 550px;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.landing .img-wrap img,
.front .img-wrap img {
    min-height: 0;
}
.img-wrap .title {
    font-weight: bold;
    position: absolute;
    z-index: 2;
    top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 98px;
    text-align: center;
    color: #fff;
}
.img-wrap .title h1 {
    font-size: 64px;
    font-weight: 800;
    line-height: 77px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.img-wrap .title .header__subtitle {
    font-size: 40px;
    font-weight: 400;
}
.landing .img-wrap .title,
.front .img-wrap .title {
    line-height: normal;
    color: #fff;
}
.terms-of-service .img-wrap .title h1 {
    white-space: pre;
}
.landing .img-wrap .title h1,
.front .img-wrap .title h1 {
    font-size: 64px;
    font-weight: 900;
    line-height: 89px;
    line-height: normal;
}
.landing .title .btn-wrap,
.front .title .btn-wrap {
    padding-top: 65px;
}
.subtitle {
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 0;
}
.landing .subtitle,
.front .subtitle {
    font-size: 26px;
}
.img-wrap .btn {
    text-transform: none;
}
.menu-container {
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: #fff;
}
.navbar-brand {
    width: 150px;
}
.navbar-brand:hover, .navbar-brand {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.navbar-brand img {
    display: block !important;
    width: 100%;
}
.navbar-brand .name {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 900;
    font-style: italic;
    line-height: 22px;
    display: inline-block;
    margin-left: -3px;
    vertical-align: bottom;
    text-transform: uppercase;
}
.navbar-brand .name span {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    text-transform: lowercase;
}
.landing .navbar-brand .name,
.front .navbar-brand .name {
    color: #353535;
}
.nav.main {
    width: 100%;
}
.nav.main > li > span, .nav.main > li > a {
    font-weight: 700;
    line-height: 26px;
    cursor: pointer; /* color: #fff; */
    color: #252525;
}
.landing .nav.main > li > span, .landing .nav.main > li > a,
.front .nav.main > li > span, .front .nav.main > li > a {
    color: #252525;
}
.nav.main > li.account > a {
    line-height: 22px;
    padding-right: 39px;
    padding-left: 39px;
}
.nav.main > li.account > a:after {
    display: none;
}
/* body:not(.front) .nav.main > li.account > a.btn {    border-color: #fff;} */
.nav.main > li.account > a.btn:hover {
    border-color: #FDCA49 !important;
    background-color: #FDCA49;
}
.nav.main > li.account > a.btn:focus {
    border-color: #E4A501 !important;
    background-color: #E4A501;
}
.nav.main > li:hover > span, .nav.main .active-trail > span {
    color: #E4A501;
}
.account .modal-content {
    font-size: 14px;
    width: 300px;
    padding: 25px 23px 10px;
}
.modal-content .title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}
.modal-content .pass {
    padding-bottom: 3px;
}
.modal-content .remember {
    margin-bottom: 25px;
}
.modal-content .form-btns {
    margin-bottom: 20px;
}
.modal-content .sign-in {
    margin-bottom: 11px;
}
.modal-content .btn {
    font-size: 14px;
    font-weight: 600;
    border-color: #FDCA49;
    border-radius: 34px;
    background: #FDCA49;
}
.row.acts {
    font-size: 13px;
    padding-top: 8px;
}
.modal-content .create-acc {
    width: 100%;
    text-align: center;
}
.submenu {
    position: relative;
    z-index: 3;
    min-height: 98px;
    background: #FDCA49;
}
.landing .submenu {
    min-height: 0;
}
.submenu.visible + #content .content-wrap {
    padding-top: 70px;
}
.account .submenu.visible + #content .content-wrap {
    padding-top: 0;
}
.password-recovery .submenu.visible + #content .content-wrap, .username-recovery .submenu.visible + #content .content-wrap, .unsubscribe .submenu.visible + #content .content-wrap {
    padding-top: 0;
}
#submenu-wrap {
    display: none;
    padding: 26px 0;
    text-align: center;
}
.submenu.visible #submenu-wrap {
    display: block;
}
.submenu a {
    display: inline-block;
    color: #fff;
}
.submenu-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.submenu-wrap a {
    font-size: 18px;
    line-height: 28px;
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
    pointer-events: auto;
}
.submenu-wrap a:hover, .submenu-wrap a.active {
    color: #252525;
    background: none;
}
/*Header End*/
/*Content*/
.content-block {
    position: relative;
}
svg, svg * {
    overflow: visible;
}
body:not(.landing) .content-wrap {
    padding-bottom: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 57.81%, #E8E8E8 100%), radial-gradient(1030.64px at 50% 38.14%, #FFFFFF 0%, #EFEFEF 100%);
}
.unsubscribe .form-group {
    margin-bottom: 20px;
}
.careers .content-wrap {
    padding-top: 40px;
}
body.unsubscribe .content-wrap {
    padding-bottom: 110px;
}
.union {
    position: relative;
    z-index: 1;
    overflow: hidden; /* background: url(../img/bg-union.png) no-repeat center top; */
    margin-top: -305px;
    padding-top: 30px;
    padding-bottom: 5px;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}
.union .block {
    padding: 0;
}
.union__content {
    justify-content: space-between;
}
.union__item {
    flex: inherit;
    width: 360px;
    padding: 22px 36px;
    padding-bottom: 66px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 4px 4px 0px rgba(43, 43, 43, 0.3);
}
.item__number span {
    font-family: Lato;
    font-size: 36px;
    font-weight: 900;
    font-style: normal;
    line-height: 51px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: -0 -1px 0 #FDCA49, 0 -1px 0 #FDCA49, -0 1px 0 #FDCA49, 0 1px 0 #FDCA49, -1px -0 0 #FDCA49, 1px -0 0 #FDCA49, -1px 0 0 #FDCA49, 1px 0 0 #FDCA49, -1px -1px 0 #FDCA49, 1px -1px 0 #FDCA49, -1px 1px 0 #FDCA49, 1px 1px 0 #FDCA49, -1px -1px 0 #FDCA49, 1px -1px 0 #FDCA49, -1px 1px 0 #FDCA49, 1px 1px 0 #FDCA49;
}
#content .union .title {
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    height: 68px;
}
#content .union .text {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    text-align: center;
}
.bg-ellip {
    position: absolute;
    z-index: -1;
    top: -68px;
    left: 50%;
    min-height: 120%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.landing .decor,
.front .decor {
    background: url(../img/bg-front-decor.jpg) no-repeat center top;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.landing .why-us,
.front .why-us {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.why-us {
    margin-top: -77px;
    background: url(../../images/front/business_people.jpg);
}
.why-us:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background: linear-gradient(89.73deg, rgba(0, 0, 0, 0.55) 0.18%, rgba(30, 28, 24, 0.93) 25.45%, #19140E 51.86%, rgba(30, 28, 24, 0.93) 74.46%, rgba(0, 0, 0, 0.55) 99.93%);
}
.advantages .block {
    padding-top: 0;
}
.advantages__item {
    display: flex;
    align-items: center;
    flex: inherit;
    justify-content: space-between;
    margin-bottom: 20px;
    padding: 20px 97px 0 98px;
    border-radius: 24px;
    background: linear-gradient(156.56deg, #F7CC5E 36.17%, #F9EB66 100%);
    box-shadow: 4px 4px 30px rgba(255, 239, 0, 0.3);
}
.advantages {
    position: relative;
    z-index: 2;
}
.advantages__item:last-child {
    margin-bottom: 0;
}
.advantages__item .inner_content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 555px;
}
.advantages__item .inner_content .img {
    position: static;
    height: initial;
    margin-bottom: 15px;
}
.advantages__item .inner_content .img img {
    position: static;
    height: initial;
    transform: none;
}
.advantages__item .inner_content .text {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    text-align: left;
}
.content .advantages__item .inner_content .title {
    font-size: 24px;
    font-weight: 900;
    line-height: 34px;
    margin-bottom: 15px;
}
.content .advantages__item .more {
    font-size: 18px;
    font-weight: bold;
    position: static;
    margin-top: 54px;
    transform: none;
    text-align: center;
    text-decoration: none;
    color: #252525;
}
.content .advantages__item .more span {
    transition: 0.2s ease-in-out;
}
.content .advantages__item .more svg {
    transition: 0.2s ease-in-out;
}
.content .advantages__item .more:hover span {
    color: #fff;
}
.content .advantages__item .more:hover svg {
    fill: #fff;
}
.content .advantages__item .more span {
    margin-right: 65px;
}
.advantages__item:nth-of-type(even) {
    background: linear-gradient(203.4deg, #F7CC5E 36.17%, #F9EB66 100%);
}
.block-about-us .col-lg-10 {
    flex: inherit;
    max-width: 100%;
}
.block-about-us .block {
    padding-top: 50px;
}
.content-block .title {
    font-family: 'Lato', sans-serif;
    font-size: 64px;
    font-weight: 800;
    line-height: 88px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.forgot-password .form-recovery,
.forgot-username .form-recovery {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 20px;
}
.block-about-us .btn:active {
    color: #fff;
    border-color: #203EAA;
    background-color: #203EAA;
}
.block .container .block_title {
    font-family: Lato;
    font-size: 48px;
    font-weight: 900;
    font-style: normal;
    line-height: 68px;
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}
.why-us .block .container .block_title {
    color: #fff;
}
.title_wr {
    display: flex;
    justify-content: center;
}
.block-about-us .title::before {
    font-family: Lato;
    font-size: 144px;
    font-weight: 900;
    font-style: normal;
    line-height: 110px;
    position: absolute;
    z-index: -1;
    bottom: -4px;
    left: -59px;
    content: 'A';
    text-align: center;
    text-transform: uppercase;
    color: #EFEEEE;
}
.why-us .title::before {
    font-family: Lato;
    font-size: 144px;
    font-weight: 900;
    font-style: normal;
    line-height: 110px;
    position: absolute;
    z-index: -1;
    bottom: -4px;
    left: -104px;
    content: 'W';
    text-align: center;
    text-transform: uppercase;
    color: #181510;
}
.why-us .btn-2 {
    color: #fff;
    border-color: #FDCA49;
}
.content-block .text {
    max-width: 947px;
    margin: 0 auto;
}
.content-block .text p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 31px;
    margin-bottom: 30px;
    text-align: justify;
    color: #252525;
}
.why-us .content-block .text p {
    color: #fff;
}
.content-block .text p:nth-last-of-type(1) {
    margin-bottom: 0;
}
.content-block .btn-wrap {
    padding-top: 54px;
}
.btn-wrap {
    display: flex;
    justify-content: center;
}
.block {
    padding-top: 85px;
    padding-bottom: 85px;
}
.union .block {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 110px;
}
.advantages .block {
    padding-bottom: 0;
}
.advantages .row {
    display: flex;
    flex-direction: column;
}
.why-us .block {
    z-index: 3;
    padding-top: 130px;
    padding-bottom: 160px;
}
.content .block-cells .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 22px;
}
.block-cells .img {
    position: relative;
    height: 40px;
    margin-bottom: 35px;
}
.block-cells .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.block-cells .text {
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 55px;
}
.more-advantages .text {
    position: relative;
}
.block-cells .row > * {
    position: relative;
}
.advantages .block-cells .row > * {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
}
.block-cells .more {
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.union .more {
    bottom: 28px;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.2s ease-in-out;
    color: #FDCA49;
}
.union .more svg {
    margin-top: 10px;
    transition: 0.2s ease-in-out;
}
.union .more span {
    transition: 0.2s ease-in-out;
}
section.why-us .btn:hover {
    text-decoration: none;
    color: #000;
}
.union .more:hover {
    text-decoration: none;
}
.union .more:hover svg {
    fill: #E4A501;
}
.union .more:hover span {
    color: #E4A501;
}
section.why-us .btn:active svg, section.why-us .btn:focus svg, .union .more:active svg, .union .more:focus svg {
    fill: #252525;
}
section.why-us .btn:active, section.why-us .btn:focus, .union .more:active span, .union .more:focus span {
    color: #252525;
}
.advantages .more {
    bottom: 55px;
}
.text-block {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 40px;
}
.careers .text-block {
    align-items: inherit;
    flex-direction: inherit;
}
.careers .text-block:not(.row) {
    display: block;
}
.text-block #accordion {
    width: 100%;
}
.text-block .phone {
    display: flex;
    align-items: center;
}
.text-block .phone * {
    width: initial;
}
.text-block .phone a {
    color: #E4A501;
}
.contact-us #contact-us {
    max-width: 450px;
}
body.contact-us .content-wrap {
    padding-bottom: 155px;
}
.contact-us .form-group-btn {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.contact-us .btn-3 {
    width: 185px;
}
.contact-us .contact-info h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 51px;
}
.contact-info .marked {
    display: inline-block;
}
.contact-us .text-block {
    display: block;
}
.text-block h2 {
    text-align: center;
}
.text-block h2 span {
    font-family: 'Lato', sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 68px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    transition: background-size 0.25s ease-in;
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(120deg, #FDCA49 0%, #FDCA49 100%);
    background-repeat: no-repeat;
    background-position: 0 95%;
    background-size: 100% 20px;
}
.text-block h2 span:hover {
    background-size: 100% 88%;
}
/* .text-block h2:after {    content: '';    position: absolute;    bottom: 5px;    left: 0;    right: 0;    z-index: -1;    display: block;    width: 100%;    height: 20px;    margin: 0 auto;    background: #FDCA49;} */
.text-block h3 {
    font-size: 24px;
    margin-bottom: 15px;
}
.text-block ul, .text-block p {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 27px;
}
 .text-block .form-tabs ul {
    padding: 0;
}
.text-block .form-tabs li:before {
    display: none;
}
.text-block p:last-child {
    margin-bottom: 0;
}
.text-block ul {
    line-height: 28px;
    padding-left: 28px;
    list-style: none;
}
.text-block li {
    position: relative;
}
.text-block li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    position: absolute;
    top: 6px;
    left: -27px;
    display: inline-block;
    content: "\f14a";
    color: #FDCA49;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div[class*="col-"] > .text-block:last-child {
    padding-bottom: 62px;
}
.apply_form-section div[class*="col-"] > .text-block:last-child {
    padding-bottom: 0;
}
.map-container {
    position: relative;
    overflow: hidden;
}
.map-contact-us {
    position: relative;
    left: 50%;
    width: 200%;
    height: 600px;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.content .custom-select,
.content .form-control {
    height: 50px;
}
/* apply */
.apply .form-control {
    width: 100%;
    background-color: transparent;
}
.apply .form__wr {
    max-width: 750px;
}
.form__wr .text-block {
    margin-bottom: 0;
}
.apply .row {
    width: 100%;
}
.apply .btn-3 {
    width: auto;
}
.apply .content-wrap {
    padding-top: 60px;
    padding-bottom: 100px;
}
.phone__code {
    width: 13.06%;
    margin-left: 5px;
}
.phone__code .form-control {
    padding: 0;
    text-align: center;
    background: #FDCA49;
}
.apply .form-row {
    display: flex;
    justify-content: space-between;
}
.apply .form-row {
    position: relative;
}
.note {
    position: absolute;
    left: 15px;
    color: red;
    bottom: -20px;
}
.apply .form-row > *[class^='col-'] {
position: static;
}
.apply .phone__input-wr {
    width: 84.26%;
    margin-right: 5px;
}
.form-hide {
    width: 100%;
}
.apply .form-hide .form-row:last-child {
    margin-bottom: 0;
}
.apply form {
    margin-bottom: 0;
}
/* apply end */
.content .form-row {
    margin-bottom: 30px;
}
.page-account {
    padding-top: 40px;
}
.page-account .form-group {
    margin-bottom: 20px;
}
.content .title {
    font-size: 36px;
    line-height: 50px;
}
.contact-us .content .title {
    text-transform: uppercase;
}
.why-us .title,
.block-about-us .title {
    font-size: 64px;
    line-height: normal;
}
.content .form-row > div[class*="col"] > p:last-child {
    margin-bottom: 0;
}
.job-description .text i, .content .form-row > div[class*="col"] > p i {
    color: #E4A501;
}
#image-preview > img {
    width: 20%;
    height: auto;
}
.req-text {
    display: none;
}
.alert {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}
.notification-block {
    padding: 15px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px !important;
    line-height: normal;
    border-radius: 10px;
    margin-bottom: 15px;
}
.notification-block p {
    margin-bottom: 0 !important;
    font-weight: 400;
    font-size: 14px;
}
.notification-block.error {
    background: #eb0b0b;
}
.landing_form__section .alert-box.success {
    margin: -45px auto 0 auto;
    background-color: #5ca947;
}
.alert.empty,
.alert.not-empty {
    display: none;
    color: #fff;
    border-color: red;
    border-radius: 5px;
    background-color: red;
}
.notification-block.successful,
.success.success {
    border-color: #4f913d;
    background-color: #5ca947;
}
.successful .success {
    display: block !important;
}
.contact-info h3 {
    margin-bottom: 11px;
}
.contact-info h4 {
    margin-bottom: 35px;
}
.contact-info p {
    line-height: 30px;
}
.contact-info p:last-child {
    margin-bottom: 0;
}
.contact-info i {
    margin-right: 8px;
}
.page-account .title {
    font-weight: bold;
    text-transform: uppercase;
}
.job-description {
    border-bottom: 8px solid #F0F0F0;
    background: #fff;
    margin-bottom: 80px;
}
.job-description img {
    width: 174px;
    height: 246px;
    margin-right: 50px;
    border: 1px solid #E0E0E0;
    object-fit: cover;
}
.job-description .text-block {
    padding-top: 90px;
    padding-bottom: 75px;
}
.job-description .title {
    font-weight: normal;
    line-height: 36px;
    color: #E4A501;
}
.form-apply {
    width: 100%;
}
.form-apply .text, .job-description .text {
    line-height: 38px;
}
.job-description .text-md-left {
    position: relative;
    z-index: 1;
}
.download i {
    margin-top: -2px;
}
.job-description .custom-text {
    padding-bottom: 30px;
}
.landing .content {
    padding-top: 80px;
    padding-bottom: 80px;
    color: #fff;
    background: #3C3632;
    background: -moz-linear-gradient(top, #3C3632, #1D1813);
    background: -webkit-linear-gradient(top, #3C3632, #1D1813);
    background: linear-gradient(to bottom, #3C3632, #1D1813);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3C3632', endColorstr='#1D1813', GradientType=0);
}
.landing .content select,
.landing .content input {
    background-color: #fff;
}
.landing .page-landing .block-tex p {
    font-size: 16px;
    font-weight: 300;
    line-height: 180%;
}
.landing .page-landing .block-tex p:not(:last-child) {
    margin-bottom: 30px;
}
.landing .content .title {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
}
.landing .content .title,
.landing .content .sub {
    min-height: 90px;
}
.landing .btn-3 {
    color: #FECA49;
    border-color: #FECA49;
    background: #FECA49;
    box-shadow: none;
}
.landing .btn-3:hover {
    color: #FECA49;
    border-color: #fff;
    background: #fff;
}
/*Content End*/
.mail-forwarding-faq .col-12 {
    padding: 0 35px;
}
/*Reviews*/
.reviews {
    position: relative;
    z-index: 1;
    padding-top: 83px;
    padding-bottom: 91px;
    background: #fff; /* overflow: hidden; */ /* margin-top: -70px; */
}
.reviews:before {
    position: absolute;
    top: -107px;
    left: calc(50% - 55px);
    display: block;
    width: 110px;
    height: 110px;
    content: '';
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/quote.svg);
}
.reviews .text {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    line-height: 22px;
    max-width: 750px;
    margin: 0 auto;
    text-align: justify;
}
/* .reviews .text:before {    content: '';    display: block;    position: relative;    margin: 0 auto 70px;        width: 105px;    height: 93px;} */
.reviews .author {
    font-size: 24px;
    font-weight: 800;
    margin-top: 46px;
    margin-bottom: 65px;
    text-align: center;
}
.reviews .carousel-indicators li {
    width: 6px;
    height: 6px;
    margin-right: 22px;
    border-radius: 50%;
    background: #bdbdbd;
}
.reviews .carousel-indicators li:last-child {
    margin-right: 0;
}
.reviews .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background: #252525;
}
/*Reviews End*//* More-advantages */
.more-advantages {
    position: relative;
    z-index: 2;
    padding-top: 63px;
    padding-bottom: 90px;
    background: #F7F7F7;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.more-advantages .block {
    padding: 0;
}
.more-advantages .row > * {
    position: relative;
}
/* .more-advantages .row > *:before {    content: '';    position: absolute;    left: 0;    top: 0;    right: 0;    bottom: 0;    display: block;    background: rgba(27,27,27,.6);} */
.more-advantages .row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
}
.more-advantages__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    width: 360px;
    margin-right: 10px;
    padding-top: 96px;
    padding-bottom: 76px;
    border: 2px solid #252525;
    background: #fff;
}
.more-advantages__item:first-child {
    align-items: flex-end;
    width: 501px;
}
.more-advantages__item:first-child .title, .more-advantages__item:first-child .text {
    text-align: right;
}
.more-advantages__item:last-child {
    align-items: flex-start;
    width: 501px;
    margin-right: 0;
}
.more-advantages__item:first-child::before {
    position: absolute;
    z-index: 2;
    right: 13px;
    bottom: -76px;
    display: block;
    width: 91.25px;
    height: 112.62px;
    content: '';
    background: url(../img/wheelbarrow.svg)
}
.more-advantages__item:last-child::before {
    position: absolute;
    top: -69px;
    right: 13px;
    display: block;
    width: 130.63px;
    height: 114.08px;
    content: '';
    background: url(../img/tray.svg)
}
.more-advantages__item:last-child .title, .more-advantages__item:last-child .text {
    text-align: left;
}
.more-advantages .more {
    position: static;
    transform: none;
}
.more-advantages .block-cells .title {
    font-size: 24px;
    line-height: 25px;
    position: relative;
    display: block;
    height: 68px;
    margin: 0;
}
/* More-advantages End *//*Bottom*/
.bottom {
    position: relative;
    z-index: 2;
    color: #fff;
    background: linear-gradient(150.61deg, #3C3632 35.69%, #1D1813 102.11%);
}
.bottom .img {
    display: flex;
    justify-content: flex-start;
    height: 40px;
    margin-bottom: 10px;
}
.bottom .text {
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    padding-bottom: 15px;
    text-align: justify;
}
.bottom_wr {
    padding-right: 45px;
}
.bottom_wr:nth-of-type(even) {
    padding-right: 15px;
    padding-left: 45px;
}
.bottom_wr:nth-of-type(-n+2) {
    border-bottom: 1px solid #fff;
}
.bottom .subscribe {
    width: 100%;
}
.bottom .input_wr {
    display: flex;
    justify-content: space-between;
}
.bottom_wr .hours {
    padding: 0;
}
.bottom_wr .menu {
    padding: 0;
}
.bottom_wr .contact-us {
    padding-left: 0;
}
.subscribe {
    position: relative;
    margin-top: 21px;
    margin-bottom: 20px;
}
.subscribe button, .subscribe input[type=email] {
    height: 57px;
}
.subscribe input[type=email] {
    font-weight: 600;
    line-height: 30px;
    width: 263px;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    background: transparent;
}
.subscribe input[type=email]::-webkit-input-placeholder {
    color: #fff;
}
.subscribe input[type=email]::-moz-placeholder {
    color: #fff;
}
.subscribe input[type=email]:-ms-input-placeholder {
    color: #fff;
}
.subscribe input[type=email]:-moz-placeholder {
    color: #fff;
}
.subscribe button {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    padding-right: 62px;
    padding-left: 62px;
}
.subscribe .alert {
    margin-top: 15px;
    text-align: center;
}
.pad-top {
    padding-top: 20px;
}
.bottom__title {
    font-size: 18px;
    font-weight: 800;
    line-height: 29px;
    display: none;
    margin-bottom: 15px;
    text-align: center;
    color: #FFFFFF;
}
.bottom .divider {
    height: 1px;
    background: #fff;
}
.block-info {
    font-weight: 600;
    line-height: 42px;
}
.block-info a {
    transition: 0.2s ease-in-out;
    text-decoration: underline;
    color: #fff;
}
.block-info .phone {
    text-decoration: none;
}
.block-info svg path {
    transition: 0.2s ease-in-out;
}
.block-info a:hover {
    color: #FDCA49;
}
.block-info a:hover svg path {
    fill: #FDCA49;
}
.bottom .email-us {
    font-weight: 600;
}
.bottom .contact-us {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}
.bottom .ico-inline {
    margin-top: 15px;
}
.bottom .menu a {
    position: relative;
    padding-left: 30px;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.bottom .menu svg {
    margin-right: 16px;
}
.bottom .phone i, .bottom .menu a i {
    margin-right: 15px;
}
.bottom .menu a i {
    position: absolute;
    top: 3px;
    left: 0;
}
/*End Bottom*//*Footer*/
.copy {
    background: linear-gradient(174.12deg, #F7CC5E 36.17%, #F9EB66 100%);
}
.copy, .footer {
    line-height: 29px;
}
.footer .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 27px;
}
.footer ul {
    padding: 0;
    list-style: none;
}
.footer ul a {
    font-weight: 300;
    color: #474747;
}
.copy {
    padding: 21px 0 20px;
    border-top: 1px solid rgba(71, 71, 71, .17);
}
.copy a {
    font-weight: 300;
    color: #252525;
}
.copyright {
    padding: 0;
}
.payments {
    line-height: 60px;
}
.payments__img {
    width: 58px;
    height: 39px;
    max-resolution: 5px;
}
.footer .fax, .footer .phone {
    font-weight: 600;
    position: relative;
    color: #474747;
}
.footer .fax i, .footer .phone i {
    width: 18px;
    margin-right: 8px;
    color: #FDCA49;
}
.footer__companylegal {
    margin-bottom: 28px;
}
.footer__address {
    margin-bottom: 28px;
}
.all-rights {
    font-weight: 600;
}
.footer .block {
    padding: 10px 0;
}
.landing-nav ul a {
    padding-right: 28px !important;
    padding-left: 28px !important;
}
#foot-nav {
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    -ms-flex-pack: center;
}
#foot-nav a {
    font-weight: 700;
}
.apply_form .img-wrap {
    min-height: 280px;
    max-height: 280px;
}
.apply_form .img-wrap .title h1 {
    font-size: 44px;
    line-height: 57px;
}
/*End Footer*//*Cookies*/
.cookies-alert_section {
    position: fixed;
    z-index: 9;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    user-select: none !important;
    text-align: center;
    color: #fff;
    border-radius: 0 8px 0 0;
    background: #FDCA49;
    background-size: cover;
}
.cookies-alert_section.hidden {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
.cookies-alert_section h2 {
    font-size: 18px;
    font-weight: 600;
    min-width: 117px;
    margin-bottom: 0;
}
.cookies-alert_section .btn_2 {
    font-weight: bold;
    line-height: 20px;
    width: auto;
    min-width: 104px;
    height: auto;
    padding: 7px;
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 3px;
    background: transparent;
    box-shadow: none;
}
.cookies-alert_section .cookie-details-link {
    font-size: 17px;
    margin-left: 30px;
    text-decoration: underline !important;
    color: #fff;
}
.cookies-alert_section .cookies-btns {
    display: flex;
    align-items: center;
    padding-right: 10px
}
.cookies-alert_section .cookies-btns .btn.btn_2.cookies-alert_button {
    margin: 0
}
.cookies-alert_content {
    display: flex;
    align-items: center;
    padding: 15px 0;
}
.cookies-alert_message {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    margin-right: 12px;
    margin-bottom: 0;
    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 {
        display: block;
        max-width: 375px;
        margin: 0 auto;
        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 {
        display: inline-block;
        margin: 20px auto 0 auto;
    }
}
/*End Cookies*//*Preloader*/
.preloader {
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    user-select: none;
    transition: all .5s ease;
    pointer-events: none;
    opacity: 0;
    background: #fff;
}
.preloader .block {
    margin: auto;
    text-align: center;
}
.preloader .loading-block {
    height: 16px;
}
.preloader .loading-block span {
    display: inline-block;
    padding: 8px;
    border-radius: 50%
}
.preloader .ball1 {
    animation: move-left 1s ease-in-out infinite alternate;
    background: #FDCA49;
}
.preloader .ball2 {
    animation: move-right 1s ease-in-out infinite alternate;
    background: #E5E5E5;
}
@keyframes move-left {
    to {
        transform: translate(20px, 0);
        background: #E5E5E5;
    }
}
@-webkit-keyframes move-right {
    to {
        transform: translate(-20px, 0);
        background: #FDCA49;
    }
}
.preloader.show {
    z-index: 9999;
    opacity: 1;
}
.preloader.show ~ * {
    overflow: hidden;
    user-select: none;
    pointer-events: none;
}
/*End Preloader*//* password/user recovery */
.input_wr {
    display: flex;
    justify-content: space-between;
}
.input_wr .form-row {
    position: relative;
    margin: 0;
}
.form_size_full.form-row > .col, .form_size_full.form-row > [class*=col-] {
    padding: 0
}
.form_size_full.form-row {
    margin: 0;
}
.form_size_full {
    max-width: 450px;
}
.input_wr .alert {
    position: absolute;
    z-index: 2;
    top: 45px;
    left: 6px;
    width: 250px;
}
.input_wr .text-block * {
    width: initial;
}
.input_wr .form-control {
}
/* end password/user recovery */
/*Careers*/
.careers .text-block h2 {
    text-align: inherit;
}
.careers .text-block h2 span {
    line-height: 58px;
    text-transform: none;
    background: none;
}
.location span {
    display: block;
}
.careers-block {
    margin-bottom: 40px;
}
.careers-block .text-block {
    margin-bottom: 15px;
    padding-top: 15px;
}
.careers-block .btn-3 {
    font-size: 16px;
    width: auto;
}
/*End Careers*/
/*Media*/
@media screen and (min-width: 1920px) {
    .submenu, .union {
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
}
@media screen and (min-width: 992px) {
    .landing-nav {
        margin-right: 150px;
    }
    .landing-nav ul {
        -webkit-justify-content: center !important;
        justify-content: center !important;
        -ms-flex-pack: center !important;
    }
    .navbar-brand {
        margin-right: 70px;
    }
    .nav.main {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: justify;
    }
    .nav-item.account .dropdown-menu {
        right: 0;
        left: auto;
        border-radius: 10px;
        background: #fff;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    }
    .navbar-nav .dropdown-menu {
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
    }
    .nav-item.account .dropdown-toggle {
        line-height: 36px;
    }
    .more-advantages .inner {
        max-width: 400px;
        margin: 0 auto;
    }
    .more-advantages .row > * {
        padding-right: 30px;
        padding-left: 30px;
    }
    .dropdown:hover > span + .dropdown-menu {
        display: block;
    }
}
@media screen and (max-width: 1450px) {
    .more-advantages .block {
        padding: 0 15px;
    }
    .more-advantages__item {
        width: 32.55%;
    }
    .more-advantages__item:first-child {
        width: 32.55%;
    }
    .more-advantages__item:last-child {
        width: 32.55%;
    }
}
@media screen and (max-width: 1200px) {
    .submenu-wrap {
        -webkit-justify-content: center;
        justify-content: center;
        -ms-flex-pack: center;
    }
    .submenu-wrap a {
        padding-right: 15px;
        padding-left: 15px;
    }
    .container {
        max-width: 100%;
    }
    .more-advantages .ico {
        right: 0;
        margin: auto;
    }
    .img-wrap img {
        max-width: none;
        max-height: 591px;
    }
    .submenu {
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }
    .landing .img-wrap .title h1,
    .front .img-wrap .title h1 {
        font-size: 48px;
        line-height: normal;
    }
    .img-wrap .title .header__subtitle {
        font-size: 18px;
        text-transform: uppercase;
    }
    .union {
        margin-top: -213px;
    }
    .union__content {
        margin: 0;
        padding: 0 15px;
    }
    .union__item {
        width: 31.5%;
        padding: 22px 6px;
        padding-bottom: 50px;
    }
    #content .union .title {
        font-size: 18px;
        line-height: 25px;
        height: 48px;
        margin-bottom: 10px;
    }
    #content .union .text {
        font-size: 14px;
        font-weight: 400;
    }
    .block .container .block_title {
        font-size: 36px;
        line-height: 51px;
    }
    .block-about-us .title::before {
        font-family: Lato;
        font-size: 84px;
        font-weight: 900;
        font-style: normal;
        line-height: 110px;
        position: absolute;
        z-index: -1;
        bottom: -21px;
        left: -32px;
        content: 'A';
        text-align: center;
        text-transform: uppercase;
        color: #EFEEEE;
    }
    .content-block .text p {
        font-size: 14px;
        font-weight: normal;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .content-block .btn-wrap {
        padding-top: 23px;
    }
    .block {
        padding-bottom: 80px;
    }
    .row {
        margin: 0;
    }
    .why-us .title::before {
        font-family: Lato;
        font-size: 84px;
        font-weight: 900;
        font-style: normal;
        line-height: 110px;
        position: absolute;
        z-index: -1;
        bottom: -22px;
        left: -60px;
        content: 'W';
        text-align: center;
        text-transform: uppercase;
        color: #181510;
    }
}
@media screen and (max-width: 1100px) {
    .bottom__title {
        display: block;
        margin-bottom: 0;
    }
    .bottom__row {
        align-items: center;
        flex-direction: column;
    }
    .bottom_wr {
        flex: initial;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .bottom .container {
        padding: 0;
    }
    .bottom_wr:nth-of-type(even) {
        padding: 0;
    }
    .bottom .bottom_wr {
        padding: 14px 124px;
    }
    .bottom_wr:nth-of-type(1) {
        order: 1;
    }
    .bottom_wr:nth-of-type(2) {
        order: 3;
    }
    .bottom_wr:nth-of-type(3) {
        order: 2;
    }
    .bottom_wr:nth-of-type(4) {
        order: 4;
    }
    .bottom_wr:not(:last-child) {
        border-bottom: 1px solid #fff;
    }
    .bottom .img {
        display: none;
    }
    .bottom .ico-inline {
        display: none;
    }
    .bottom .text-sm-left {
        display: none;
    }
    .bottom .text {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1050px) {
    .advantages__item {
        padding: 30px 43px;
    }
    .advantages__item .inner_content {
        max-width: 422px;
    }
    .content .advantages__item .inner_content .title {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
    }
    .advantages__item .inner_content .text {
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
    }
    .content .advantages__item .more span {
        font-size: 13px;
        margin-right: 28px;
    }
    .content .advantages__item .more svg {
        width: 37px;
        height: 37px;
    }
}
@media screen and (max-width: 1025px) {
    .img-wrap .title {
        font-size: 52px;
        line-height: normal;
    }
    .landing .img-wrap .title,
    .front .img-wrap .title {
        font-size: 90px;
    }
    .subtitle {
        font-size: 28px;
        line-height: 46px;
        margin-top: 10px;
    }
    .copy {
        padding-bottom: 50px;
    }
    .all-rights {
        display: block;
    }
    .copyright br {
        display: none;
    }
    .landing .img-wrap .title h1,
    .front .img-wrap .title h1 {
        font-size: 55px;
    }
    .landing .img-wrap .title,
    .front .img-wrap .title {
        text-align: center;
    }
    .landing .img-wrap,
    .front .img-wrap {
        height: 591px;
    }
    .landing .img-wrap img,
    .front .img-wrap img {
        right: 0;
        left: auto;
        float: right;
        width: auto;
        height: 100%;
        max-height: 100%;
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        transform: none;
    }
    .reviews .text {
        font-size: 14px;
        font-weight: 600;
    }
    .reviews .author {
        font-size: 18px;
    }
    .union .more {
    }
    .text-block h2:after {
        right: -15px;
        left: -15px;
        width: calc(100% + 30px);
    }
    .reviews .col-12, .justify-content-center > .col-lg-10 {
        padding-right: 45px;
        padding-left: 45px;
    }
    .bottom .text {
        text-align: justify;
    }
    .job-description .title {
        font-size: 32px;
    }
    .block-about-us .col-lg-10 {
        padding: 0;
    }
    .block-about-us .container {
        padding: 0 57px;
    }
    .account .content .form-control,
    .account .content .custom-select {
        width: 100%;
    }
    .account .container {
        padding: 0 45px;
    }
}
@media screen and (max-width: 1024px) {
    .careers-block h2 span {
        font-size: 36px;
        line-height: 40px;
    }
    .landing .content .title {
        font-size: 26px;
        line-height: 40px;
    }
}
@media screen and (max-width: 992px) {
    .submenu {
        min-height: 46px;
    }
    .block-cells .row > *:last-child {
        margin-bottom: 0;
    }
    .nav.main {
        padding: 15px;
        border-radius: 10px;
        background: #fff;
    }
    .dropdown-toggle:after {
        display: inline-block;
        float: right;
        width: 0;
        height: 0;
        margin-top: 15px;
        margin-left: .255em;
        content: "";
        vertical-align: .255em;
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
    .account .modal-content {
        width: 100%;
    }
    .navbar.main-nav .dropdown-menu {
        margin-right: -15px;
        margin-left: -15px;
        padding: 0;
        border-radius: 0;
    }
    .main-nav .navbar-collapse {
        max-width: 100%;
    }
    .main-nav .dropdown-item {
        padding: .532rem 1rem;
        white-space: inherit;
    }
    .block-newsletter {
        padding-top: 40px;
    }
    .tab-btn {
        font-size: 18px;
        line-height: 30px;
    }
    .card-body {
        padding-right: 15px;
        padding-left: 15px;
    }
    .payments {
        text-align: center;
    }
    .copyright br {
        display: none;
    }
    .content .form-row > .col-lg-6:first-child {
        margin-bottom: 30px;
    }
    .nav.main > li > span, .nav.main > li > a {
        color: #252525;
    }
    .submenu-wrap a {
        font-size: 13px;
        line-height: 15px;
    }
    .nav-item {
        display: block;
        padding: .5rem 1rem;
    }
    .nav-item.account a:after {
        display: none;
    }
    .nav-item .btn-2 {
        width: 100%;
    }
    .why-us {
        margin-top: -122px;
    }
    .why-us .block {
        padding-top: 160px;
    }
    .bg-ellip {
        width: 85%;
    }
    .bg-ellip ellipse {
        cy: 29.5%;
        ry: 25%;
        rx: 123%;
    }
    .reviews:before {
        top: -83px;
    }
    .more-advantages {
        padding-top: 40px;
        padding-bottom: 76px;
    }
    .more-advantages__item {
        padding: 86px 21px 55px 21px;
    }
    .more-advantages__item:first-child, .more-advantages__item:last-child {
        align-items: center;
    }
    .more-advantages__item:first-child .title, .more-advantages__item:first-child .text {
        text-align: center;
    }
    .more-advantages__item:last-child .title, .more-advantages__item:last-child .text {
        text-align: center;
    }
    .more-advantages .block-cells .title {
        font-size: 18px;
        line-height: 25px;
    }
    .more-advantages__item .text {
        font-weight: 600;
    }
    .more-advantages__item:first-child::before {
        right: -248px;
    }
    .more-advantages__item:last-child::before {
        right: 2px;
    }
    .account a {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 769px) {
    .cloud {
        padding: 60px 20px;
        box-shadow: 10px 10px 0px #383838;
    }
    .careers .btn-brown {
        padding: 11px 14px;
        font-size: 16px;
        line-height: 28px;
        width: 100%;
    }
    .submenu.visible + #content .content-wrap {
        padding-top: 50px;
    }
    .submenu-wrap a {
        font-size: 10px;
        line-height: 15px;
    }
    #submenu-wrap {
        padding: 7px 0;
    }
    .advantages .block-cells .row > * {
        margin-bottom: 15px;
    }
    .img-wrap .title {
        padding-top: 56px;
    }
    .img-wrap .title h1 {
        font-size: 52px;
    }
    .landing .img-wrap .title,
    .front .img-wrap .title {
        font-size: 70px;
    }
    .content .title {
        font-size: 26px;
        line-height: 40px;
    }
    .text-block h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .navbar.main-nav {
        padding-right: 0;
        padding-left: 0;
    }
    .all-rights {
        display: inline;
    }
    .landing .decor,
    .front .decor {
        background-image: url(../img/bg-front-decor-t.jpg);
    }
    .advantages .more {
        bottom: 30px;
    }
    .advantages .inner {
        padding: 45px 15px 70px;
    }
    .reviews {
        padding-top: 115px;
        padding-bottom: 75px;
    }
    .more-advantages .inner {
        max-width: 400px;
        margin: 0 auto;
        padding-top: 140px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .more-advantages .ico {
        top: -95px;
    }
    .more-advantages .more {
        bottom: 90px;
    }
    .more-advantages .block {
        padding-top: 0;
        padding-bottom: 0;
    }
    .bottom {
        overflow: hidden;
    }
    /* .bottom .container {        max-width: 520px;    } */
    .bottom .divider {
        height: 1px;
        margin-top: 15px;
        margin-right: -500px;
        margin-left: -500px;
        background: #fff;
    }
    .bottom .img {
        height: auto;
    }
    .visible-md {
        display: block;
    }
    .job-description .title {
        line-height: 36px;
    }
    .bottom.block {
        padding-top: 51px;
        padding-bottom: 50px;
    }
    .text-block ul, .text-block p {
        font-size: 14px;
        font-weight: 400;
        line-height: 23px;
        margin-bottom: 20px;
    }
    .card-header {
        padding: 7px 0;
    }
    .card__text {
        width: 98.5%;
    }
    .text-block h2 span {
        font-size: 36px;
        line-height: 51px;
        background-size: 100% 15px;
    }
    .job-description {
        position: relative;
        z-index: 1;
        border: 0;
        box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.05);
    }
    .job-description .text-block {
        margin-bottom: 0;
        padding-bottom: 60px;
    }
    body.apply .content-wrap {
        background: linear-gradient(180deg, #FFFFFF 57.81%, #E8E8E8 100%), radial-gradient(413.00px at 50% 38.14%, #FFFFFF 0%, #EFEFEF 100%);
    }
}
@media screen and (max-width: 767px) {
    .careers-block .location {
        margin-bottom: 27px;
    }
    .hidden-sm {
        display: none;
    }
    .bottom.block {
        padding-bottom: 30px;
    }
    .navbar-brand:hover, .navbar-brand {
        font-size: 20px;
    }
    .navbar-brand img {
        max-height: 33px;
    }
    .navbar-brand .name {
        padding-top: 4px;
    }
    .bottom .text, .content-block .text {
        text-align: justify !important;
    }
    .landing .subtitle,
    .front .subtitle {
        font-size: 18px;
    }
    .footer {
        display: none;
    }
    .copy {
        border-top: none;
    }
    .block {
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .submenu {
        display: none;
    }
    .custom-file {
        padding-right: 15px;
        padding-left: 15px;
    }
    .custom-file .inner:before {
        padding-right: 20px;
        padding-left: 20px;
    }
    .custom-file .inner {
        font-size: 14px;
        right: 15px;
        left: 55px;
    }
    .custom-file .select-file:before {
        margin-left: 16px;
    }
    .img-wrap {
        height: 550px;
    }
    .map-contact-us {
        width: 400%;
    }
    .job-description .text-block {
        padding-bottom: 55px;
    }
    .job-description .title, .job-description .text {
        display: block;
        max-width: 220px;
        margin: 0 auto 10px;
        text-align: left;
    }
    .job-description .text {
        margin-bottom: 20px;
    }
    .job-description .title {
        padding-top: 25px;
        text-align: center;
        color: #1d1d1d;
    }
    /*.job-description .text-block > .row:nth-child(2) {*/
    /*-webkit-flex-direction: column-reverse;*/
    /*-ms-flex-direction: column-reverse;*/
    /*flex-direction: column-reverse;*/
    /*}*/
    .job-description .custom-text {
        padding-bottom: 0;
    }
    .job-description .text-block > .row:nth-child(2) > *:first-child {
        padding-top: 35px;
    }
    .job-description .btn {
        min-width: 220px;
        text-align: center;
    }
    .text-block:not(:first-child) {
        padding-top: 20px;
    }
    .text-block h2:after {
        bottom: -5px;
    }
    .footer, .reviews .col-12, .bottom .container, .justify-content-center > .col-lg-10 {
        padding: 0;
    }
    .landing .img-wrap .title h1,
    .front .img-wrap .title h1 {
        font-size: 32px;
        line-height: normal;
    }
    .union__content {
        align-items: center;
        flex-direction: column;
    }
    .union__item {
        width: 290px;
        margin-bottom: 20px;
    }
    .block-about-us .block {
        padding-top: 43px;
    }
    .more-advantages {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .more-advantages__content {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .more-advantages__item {
        width: 290px;
        margin: 0;
        margin-bottom: 20px;
    }
    .more-advantages__item:last-child {
        width: 290px;
        margin-bottom: 0;
    }
    .more-advantages__item:first-child {
        width: 290px;
    }
    .more-advantages__item:first-child::before, .more-advantages__item:last-child::before {
        display: none;
    }
    .more-advantages .block-cells .title {
        height: 57px;
    }
    .apply_form .img-wrap .title h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .bottom .bottom_wr {
        padding: 15px;
    }
    .reviews .author {
        margin: 30px 0;
    }
    .mail-forwarding-faq .col-12 {
        padding: 0;
    }
    .card .card__text {
        width: 100%;
        border-radius: 4px;
    }
    .bottom .text {
        font-weight: 300;
    }
    .text-block ul, .text-block p {
        font-size: 13px;
    }
    .content .custom-select,
    .content .form-control {
        width: 100%;
        height: 50px;
    }
    .content form {
        width: 100%;
    }
    .contact-us .submenu.visible + #content .content-wrap {
        padding-top: 20px;
    }
    .contact-info {
        margin: 0 auto;
        text-align: center;
    }
    .account .container {
        padding: 0 15px;
    }
    .account .col-sm-12 {
        padding: 0;
    }
    .job-description img {
        margin-right: 0;
    }
    .navbar {
        padding: 14px 0;
    }
    .form-recovery {
        padding-top: 60px;
    }
    .form-recovery .input_wr {
        flex-direction: column;
    }
    .form-recovery .input_wr .form-control {
        margin-bottom: 30px;
    }
    .password-recovery .submenu.visible + #content .content-wrap, .username-recovery .submenu.visible + #content .content-wrap, .unsubscribe .submenu.visible + #content .content-wrap {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 576px) {
    .apply .img-wrap, .username-recovery .img-wrap, .password-recovery .img-wrap, .unsubscribe .img-wrap, .account .img-wrap {
        height: 370px;
        min-height: 370px;
    }
    .img-wrap .title h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .text-block h2 {
        font-size: 24px;
        line-height: 30px;
        position: relative;
        margin-bottom: 20px;
    }
    .custom-file-label .inner {
        width: auto;
        max-width: 100%;
        margin: 0 15px;
        text-align: center;
    }
    .custom-file-label {
        padding: 90px 0 0;
    }
    .custom-file-label .inner:after {
        position: relative;
    }
    .subtitle {
        font-size: 21px;
        line-height: 26px;
    }
    .bottom .ico-inline {
        margin-bottom: 20px;
    }
    .bottom .divider {
        display: none;
    }
    .block-newsletter {
        margin-top: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .bottom .info > * {
        margin-top: 25px;
        padding-top: 25px;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
    }
    .bottom .img, .bottom .ico-inline {
        display: none;
    }
    .subscribe {
        text-align: center;
    }
    .subscribe input[type=email] {
        padding-left: 20px;
        text-align: left;
    }
    .subscribe button {
        position: static;
        margin-top: 20px;
    }
    .all-rights {
        display: block;
    }
    .bottom .menu a {
        line-height: normal;
        position: relative;
        display: inline-block;
        width: auto;
        margin-bottom: 22px;
        margin-left: 0;
    }
    .bottom .menu a:last-of-type {
        margin-bottom: 0;
    }
    .progress {
        position: relative;
        left: 0;
        margin: 20px auto 40px;
    }
    .custom-file .inner.succ {
        font-size: 0;
    }
    .custom-file .inner.succ:after {
        font-size: 14px;
        position: absolute;
        top: 0;
        left: 0;
        display: -webkit-box;
        float: left;
        content: 'Upload Completed';
        color: #00b200;
    }
    .custom-file .inner:before {
        padding-right: 10px;
        padding-left: 10px;
    }
    .custom-file .inner strong {
        margin: 0;
    }
    .landing .decor,
    .front .decor {
        background: none;
    }
    .reviews .carousel-indicators li {
        width: 12px;
        height: 12px;
        margin-right: 5px;
        margin-left: 5px;
    }
    .block .container .block_title {
        font-size: 24px;
        line-height: 34px;
    }
    .block-about-us .title::before {
        font-size: 70px;
        bottom: -27px;
        left: -30px;
    }
    .advantages .block-cells .advantages__item {
        align-items: flex-start;
        flex-direction: column;
    }
    .advantages .block-cells .advantages__item {
        margin-bottom: 20px;
        padding: 30px;
    }
    .advantages .block-cells .advantages__item:last-child {
        margin-bottom: 0;
    }
    .content .advantages__item .more {
        margin-top: 0;
    }
}
@media screen and (max-width: 500px) {
    .bottom .input_wr {
        align-items: center;
        flex-direction: column;
    }
    .subscribe input[type=email] {
        width: 100%;
    }
    .text-block h2 span {
        font-size: 24px;
        line-height: 34px;
        background-size: 100% 12px;
    }
    .phone__code .form-control {
        width: 64px;
    }
    .apply .phone__input-wr {
        width: 71%;
    }
    .apply .phone__input-wr input {
        padding-left: 55px;
    }
}
@media screen and (max-width: 465px) {
}
@media screen and (max-width: 425px) {
    .block-about-us .text p, .why-us .content-block .text p {
        text-align: center;
    }
    .block-about-us .block {
        padding-bottom: 70px;
    }
    .more-advantages__item {
        padding: 65px 30px 70px 30px;
    }
    .subscribe input[type=email] {
        padding: 0 12px;
        text-align: center;
    }
    .subscribe button {
        margin-top: 53px;
    }
    .bottom_wr .block-info {
        font-size: 13px;
        padding: 0;
    }
    .payments {
        margin-bottom: 20px;
        padding: 0;
    }
    .reviews {
        padding-top: 53px;
        padding-bottom: 60px;
    }
    .bg-ellip ellipse {
        cy: 30%;
        ry: 25%;
        rx: 169%;
    }
    .block-about-us .container {
        padding: 0 22px;
    }
    .account .content .title {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }
    .custom-file .inner {
        right: 7px;
    }
    .custom-file .inner:before {
        width: 42%;
    }
    .job-description .text-block {
        padding-bottom: 30px;
    }
    .text-block {
        margin-bottom: 0;
    }
    .input_wr .alert {
        left: 50%;
        transform: translate(-50%);
    }
}
@media screen and (max-width: 415px) {
    .info > *:first-child .block-info .row > *:first-child br + br {
        display: none;
    }
    .reviews .carousel-indicators li {
        width: 12px;
        height: 12px;
        margin-right: 3px;
        margin-left: 3px;
    }
}
/*New form part*/
.container {
    max-width: 100%;
}
.apply_form .form_container {
    max-width: 920px;
    margin: 0 auto 0;
    padding: 20px 15px 0 15px;
}
.apply_form .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 auto 0 -15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-wrap: wrap;
}
.apply_form .input-placeholder {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}
.poll-row .input-placeholder {
    display: block !important;
    border: 1px solid #eee;
    border-radius: 8px;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    background: rgba(255,255,255,.5);
    box-shadow: 1px 2px rgba(0,0,0,.15);
}
@media screen and (min-width: 1024px){
    .apply_form .half-width {
        width: 50%;
    }
    .apply_form .poll-row .half-width {
        width: 49%;
    }
    .poll-row .input-placeholder {
        width: 100%;
    }
}
.poll-row li input[type=radio],
.poll-row li input[type=checkbox] {
    display: inline-block;
    margin-right: 8px;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}
.apply_form .input-placeholder li {
    list-style: none;
}
.poll-row .input-placeholder label {
    padding-bottom: 8px;
    display: inline-block;
    font-weight: 600;
}
.apply_form select,
.apply_form input[type=tel],
.apply_form input[type=email],
.apply_form input[type=text] {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    display: block;
    order: 2;
    width: 100%;
    padding: 11px 10px;
    -o-transition: border-color 0.5s 0.5s ease;
    -webkit-transition: border-color 0.5s 0.5s ease;
    transition: border-color 0.5s 0.5s ease;
    color: #5A5A5A;
    border: 1px solid #5A5A5A;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: sans-serif;
    background-color: #fff;
}
.apply_form input[type=tel]:not(.zip) {
    width: -webkit-calc(88% - 10px);
    width: calc(88% - 10px);
    margin-left: 10px;
}
.apply_form select {
    cursor: pointer;
    white-space: normal;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input::-webkit-input-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input::-moz-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input:-ms-input-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form .input-placeholder__input:-moz-placeholder {
    -o-transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    transition: color 0.5s ease;
    color: #5A5A5A;
}
.apply_form input:focus::-webkit-input-placeholder {
    color: transparent;
}
.apply_form input:focus::-moz-placeholder {
    color: transparent;
}
.apply_form input:focus:-ms-input-placeholder {
    color: transparent;
}
.apply_form input:focus:-moz-placeholder {
    color: transparent;
}
.form-tabs {
    position: relative;
    clear: both;
    margin: 0 0 0;
    /*overflow: hidden;*/
}
.form-tabs .tab {
    padding-top: 24px;
}
.form-tabs .tab > label {
    margin: 0 auto 24px;
    width: 200px;
    display: block;
}
.form-tabs .tab > [type=radio] {
    display: none;
}
.form-tabs .content {
    display: none;
}
.form-tabs .tab > [type=radio]:checked ~ label {
    display: none;
}
.form-tabs .tab > [type=radio]:checked ~ label ~ .content {
    display: block;
}
.sub-lable {
    font-size: 90%;
}
.citizenship label {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}
.apply_form .input-placeholder {
    flex-wrap: wrap;
}
.apply_form .input-placeholder__placeholder {
    flex: 0 0 100%;
}
.submit_wrapper {
    width: 100% !important;
}
.apply_form input.phone-row-static-input {
    width: 12% !important;
}
.apply__uploader-wr .container {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 15px 0 15px;
}
/*End New form part*/
.video-wr {
    margin-bottom: 80px;
}
.video-wr video {
    width: 100%;
    max-width: 720px;
    display: block;
    margin: 0 auto;
}
.video-wr h2 {
    margin-bottom: 24px !important;
}