/*
*
* Log In
*
*/
@font-face {

  font-family: 'GothaProMed';

  src: url("../fonts/GothaProMed.dd3d9ca53a24.otf");

}

@font-face {

  font-family: 'GothaProReg';

  src: url("../fonts/GothaProReg.aafeb23794c0.otf");

}

body{
    overflow-x: hidden;
}
body.log-in {
  margin-bottom: 0;
  height: 100%;
}

body.log-in .jarviswidget>header h2 {
  height: auto;
}

body.log-in #content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.log-in #logo {
  width: 155px;
}

body.log-in .alert-danger {
  color: #fb3c4a;
}

.login-form {
    width: 100%;
    margin-top: 60px;
    font-family: 'GothaProReg', Helvetica, Arial, sans-serif;
}
.login-form input{
    font-weight: 700;
    font-size: 15px;
}

.login-form input::placeholder {
    color: #233b4e;
    font-size: 15px;
}

#reset-form {
    width: 100%;
}

.auth-title {
    font-family: 'GothaProBol', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #32aafc;
    font-weight: 900;
    letter-spacing: .05em;
    font-size: 30px;
}

#div_id_auth-remember_me, #div_id_captcha-remember_me {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "GothaProReg", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 15px;
}

#div_id_auth-remember_me a, #div_id_captcha-remember_me a {
    color: #666;
}

#div_id_auth-remember_me a:hover, #div_id_captcha-remember_me a:hover {
    color: #008deb;
}

#div_id_auth-remember_me input[type="checkbox"] {
    margin: 3px 0 0 -20px;
}

#content {
  padding-left: 13px;
  padding-right: 13px;
}

#div_id_email {
    width: 100%;
}


html {
    overflow-x: hidden;
}

#logo-group {
    width: 169px;
}

/*
*
* FORM BASE
*
*/

form {
    margin: 0 0 6.25rem;
}

.btn:hover {
    background-color: #304657;
    color: #ffffff;
}

.input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0 0.5rem;
    font-family: 'GothaProReg', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    border-radius: 0.1875rem;
    outline: 0;
    opacity: 1;
    border: 1px solid rgba(204, 204, 204, .5);
}

.input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #233b4e;
    opacity: 1;
}

.input::-moz-placeholder {
    /* Firefox 19+ */
    color: #233b4e;
    opacity: 1;
}

.input:-ms-input-placeholder {
    /* IE 10+ */
    color: #233b4e;
    opacity: 1;
}

.input:-moz-placeholder {
    /* Firefox 18- */
    color: #233b4e;
    opacity: 1;
}

.input-error {
    border: 1px solid #dc3545 !important;
    box-shadow: none;
}

.input-info {
    border: 1px solid #0081c2 !important;
    box-shadow: none;
}

.error-block {
    display: block;
}

#formFirst .error-block {
    width: 100%;
}

#formFirst .input-field-about .error-block {
    width: 100%;
}

.error {
    display: block;
    font-family: 'GothaProReg', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ff002a;
    text-align: left;
}

.suggest {
    display: block;
    font-family: 'GothaProReg', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #0081c2;
    text-align: left;
}

.suggest .email {
    cursor: pointer;
    text-decoration: underline dotted;
}

.textarea {
    height: 262px;
    padding-top: 10px;
    resize: none;
    color: #233b4e;
}

.btn {
    width: 100%;
    max-width: 230px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: none;
    font-family: Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
    background-color: #2a2831;
    border-radius: .1875rem;
    color: #fff;
    transition: all .25s ease-out;
}

.btn:hover {
    background: #373344
}

#messenger{
    background-color: #fff;
    /* padding: 0; */
}

.rc-anchor-light.rc-anchor-normal {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

.reset-title,
.signin-block,
.signup-block {
    text-align: center;
    font-family: 'GothaProBol', Helvetica, Arial, sans-serif;
    font-size: 2rem;
    color: #09f;
}


.input-field {
    margin-bottom: 20px;
    position: relative;
}

.wrap-forgot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.wrap-forgot label {
    display: inline-block;
    text-align: center;
    width: auto;
    position: relative;
}

.wrap-forgot a {
    display: inline-block;
}

.forgot-password {
    text-decoration: none;
    font-family: "GothaProReg", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 18px;
}

.label-block {
    display: inline-block;
    text-align: center;
    margin: 40px 0 60px 0;
    width: auto;
    position: relative;
}

/* Ð¡ÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ Ñ€ÐµÐ°Ð»ÑŒÐ½Ñ‹Ð¹ Ñ‡ÐµÐºÐ±Ð¾ÐºÑ */

.checkbox {
    display: none;
}


.checkbox-custom {
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 4px;
}

.label {
    padding-left: 28px;
    line-height: 1.6;
}
.label-agree .label {
    padding-left: 5px;
    white-space: inherit;
    text-align: left;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: middle;
    font-family: "GothaProReg", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 15px;
    margin-right: 4px;
    cursor: pointer;
    font-weight: 300;
}

.cpa-experience .label {
    font-size: 13px;
    font-weight: 300;
}
.input-field--cpa-experience, .chose-label {
    font-weight: 300;
}

.checkbox:checked+.checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background: #413548;
    border-radius: 2px;
}
label input[type="radio"].radiobox + span::before, label input[type="checkbox"].checkbox + span::before{
    background-color: #ffffff;
    font-size: 0;
    padding: 0;
    margin: 1px;
    border: none;
}

.wrap-checkbox {
    float: left;
}

.signup-items {
    display: inline-block;
}

.signin-links,
.signin-links--mod,
.signup-links {
    font-family: "GothaProMed", Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: rgba(102, 102, 102, 0.86);
    text-decoration: none;
}

.signin-links:before {
    content: '/';
    font-size: 34px;
    font-weight: bold;
    border-radius: 2px;
    padding: 0 15px;
    color: #666;
}

.signin-links--mod:after {
    content: '/';
    font-size: 34px;
    font-weight: bold;
    border-radius: 2px;
    padding-left: 15px;
    color: #666;
    transition: all .3s;
}

.signup-links.active {
    font-size: 34px;
    color: #0099ff;
    text-decoration: none;
    transition: all .3s;
}

.signup-links:hover,
.signup-links.active:hover {
    color: #0099ff;
    text-decoration: none;
}

.signin-links--mod:hover {
    color: #0099ff;
    text-decoration: none;
}

.input--about {
    width: 100%;
}

/* tabs */

.tabsItem {
    position: relative;
    margin-bottom: 50px;
}

.tabsItem:after {
    content: '';
    display: block;
    clear: both;
}

#formSecond .tabsItem {
    margin-bottom: 0;
}

.tabs {
    display: block;
    width: 682px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.tabs ul {
    display: block;
    text-align: right;
    width: 100%;
}

.tabs ul:after {
    content: "";
    display: block;
    clear: both;
    height: 5px;
}

.tabs ul li {
    display: inline-block;
    margin: 0px;
    font-family: "GothaProMed", Helvetica, Arial, sans-serif;
    cursor: pointer;
    margin: 0 15px;
    padding: 8px 0;
    font-size: 16px;
    color: #666;
}

.tabs ul li.active,
.tabs ul li.active:hover {
    border-bottom: 4px solid #0099ff;
    color: #666;
}

.tabs-form {
    margin-top: 26px;
}

/*
.tabs-form--mod {
  margin-top: 7px;
} */

.input-field--cpa-experience div {
    width: 100%;
    position: relative;
}

.cpa-experience label {
    margin-bottom: 0;
}

.field--hidden {
    display: none;
}

.input-field-signup {
    float: left;
    width: 330px;
    margin: 0 22px 35px 0;
}

.input-field-signup--mod {
    float: left;
    width: 330px;
    margin: 0 0 35px 0;
}

.select-field {
    float: left;
    width: 330px;
    /* margin-bottom: 40px; */
}

.select-field-im {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
}

.contacts-error{
    grid-column: 1 / span 2;
}

.input-signup {
    display: inline-block;
    width: 330px;
}

.input-signup--mod {
    display: inline-block;
    width: 330px;
    margin-right: 0;
}

.wrap-select {
    float: left;
    margin-right: 21px;
    width: 330px;
}

.select {
    display: inline-block;
    width: 170px;
    height: 38px;
    margin-right: 16px;
    padding: 0 0.5rem;
    color: #233b4e;
    font-family: 'GothaProReg', Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    border-radius: 0.1875rem !important;
    outline: 0;
    border: 1px solid rgba(204, 204, 204, .5);
    background: url("../img/btn.0ddd81b23e9d.png") no-repeat;
    background-position: right 10px top 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.selectize-dropdown, 
.selectize-input, 
.selectize-input input {
    font-family: 'GothaProReg', Helvetica, Arial, sans-serif !important;
}

/*input*/

.input-field {
    margin-bottom: 20px;
    position: relative;
}

.wrap-forgot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.wrap-forgot label {
    display: inline-block;
    text-align: center;
    width: auto;
    position: relative;
}

.wrap-forgot a {
    display: inline-block;
}

.forgot-password {
    text-decoration: none;
    font-family: "GothaProReg", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 18px;
}

.label-block {
    display: inline-block;
    text-align: center;
    margin: 40px 0 60px 0;
    width: auto;
    position: relative;
}

.wrap-checkbox {
    float: left;
}

.signin-items,
.signup-items {
    display: inline-block;
}

.signin-links-active,
.signup-links-active {
    font-family: "GothaProBol", Helvetica, Arial, sans-serif;
    font-size: 34px;
    color: #0099ff;
    text-decoration: none;
    transition: all .3s;
}

.signin-links:hover,
.signup-links:hover,
.signin-links-active:hover,
.signup-links-active:hover {
    color: #0099ff;
    text-decoration: none;
}

.input--about {
    width: 100%;
}


.noscript-modalbox {
    display: none;
}

/* password toggler */

#signinForm input {
    box-sizing: border-box;
    width: 100%;
}

.input--type-password {
    position: relative;
}

.input--type-password input {
    padding-right: 32px;
}

.toggler-icon {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    width: 18px;
    height: 18px;
}

.toggler-icon svg {
    width: inherit !important;
    height: inherit !important;
    position: relative;
    top: 0;
    transform: translateY(0);
    margin: 0;
}

.toggler-icon--slash-eye {
    display: none;
    width: 22px;
    height: 22px;
    right: 6px;
    top: 8px;
}
.reset-item {
    text-align: center;
    margin: 35px 0 40px 0;
}

.btn-newpass {
    margin-top: 80px;
}

/* back/next buttons */

.btn-next,
.btn--back {
    position: relative;
}

.btn-next span,
.btn--back span {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    transition: fill .25s ease-out;
}

svg {
    width: 24px !important;
    height: 24px !important;
    margin: 0 5px;
}

path {
    fill: #233b4e;
    transition: fill .25s ease-out;
}

button path {
    fill: #fff;
}

.btn-next:hover path,
.btn--back:hover path {
    fill: #fff
}

.icon-next {
    font-size: 30px;
}

.reset-form>div:last-of-type {
    margin-bottom: 50px;
}

.reset-form input[name="password"] {
    padding-right: 32px;
}

.reset-fourthtitle {
    font-family: 'GothaProBol', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #0099ff;
    transition: all .3s;
    text-decoration: none;
}

.reset-fourthtitle:hover {
    font-size: 19px;
}

.reset-icon {
    position: relative;
    padding-left: 5px;
}


/*
*
* SIGN IN
*
*/

.input-field {
    margin-bottom: 20px;
    position: relative;
}

.wrap-forgot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.wrap-forgot label {
    display: inline-block;
    text-align: center;
    width: auto;
    position: relative;
}

.wrap-forgot a {
    display: inline-block;
}

.forgot-password {
    text-decoration: none;
    font-family: "GothaProReg", Helvetica, Arial, sans-serif;
    color: #666;
    font-size: 18px;
}

.label-block {
    display: inline-block;
    text-align: center;
    margin: 40px 0 60px 0;
    width: auto;
    position: relative;
}


@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .select {
        background: #fff;
    }
}

.select.form-control:not([size]):not([multiple]) {
    height: 38px;
}

.input-half {
    position: relative;
    width: 100%;
}

.input-half .example {
    position: absolute;
    top: -15px;
    left: 0;
}

.select-im {
    float: left;
    margin-right: 12px;
}

.country-select {
    width: 330px;
    margin-right: 0;
}

.chose-label {
    margin-bottom: 11px;
    font-family: 'GothaProReg', Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #666;
}

.chose-field {
    margin-bottom: 5px;
}

.chose-selectize-field {
    margin-bottom: 30px;
}

.chose-select {
    width: 100%;
}

.input-countries {
    width: 100%;
}

.wrap-upload {
    display: block;
    width: 100%;
}

.upload-text {
    display: inline-block;
}

.upload-paragraph {
    font-family: 'GothaProReg', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #666;
}

.upload-paragraph:nth-child(2) {
    padding-top: 15px;
}

.btn-upload {
    width: 146px;
    display: inline-block;
    margin-left: 35px;
    vertical-align: top;
}

.btn-upload:hover {
    width: 146px;
    display: inline-block;
}

.label-agree {
    display: flex;
    text-align: left;
    margin-top: 60px;
    position: relative;
    margin-bottom: 10px;
    font-weight: 300;
}

.label-agree span {
    line-height: 1.6;
}

.agree-link {
    text-decoration: underline;
    display: inline;
}

.agree-link__divider {
    display: inline-block;
    padding: 0 .25rem;
}

.selectize-control {
    display: inline-block;
    width: 100%;
    min-height: 38px;
    padding: 0;
    color: #233b4e;
    font-family: 'GothaProMed', Helvetica, Arial, sans-serif;
    font-size: 20px;
    border: 0;
    border-radius: 2px;
    outline: 0;
    /* border: 1px solid rgba(204, 204, 204, .5); */
}

.selectize-input {
    border: 1px solid rgba(204, 204, 204, .5) !important;
    min-height: 38px;
    color: #233b4e;
    font-family: 'GothaProMed', Helvetica, Arial, sans-serif;
    font-size: 20px;
    box-shadow: none !important;
    border-radius: 0.1875rem !important;
}

.select-field .input-error {
    border: none !important;
}

.selectize-control.input-error .selectize-input {
    border: 1px solid #dc3545 !important;
}

.selectize-control.single .selectize-input::after {
    border-color: rgba(0, 0, 0, 0.1) !important;
    display: none;
}

.selectize-input.focus {
    box-shadow: none;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 7px 4px 0;
}

.selectize-control.multi .selectize-input>div {
    padding: 4px 8px;
    font-size: 20px;
    background: #eee;
    color: #233b4e;
}

.selectize-dropdown .active {
    background-color: #fff;
    color: #233b4e;
}

.selectize-dropdown [data-selectable] {
    padding: 10px 8px;
    font-size: 20px;
}

.selectize-dropdown,
.selectize-dropdown-content {
    background-color: #fff;
}

.selectize-input {
    padding: 7px 9px;
    font-size: 15px;
}

.selectize-input .item {
    line-height: 22px;
    font-size: 15px;
}

.selectize-control.single .selectize-input:after {
    display: none;
}

.selectize-dropdown {
    height: auto !important;
}

.selectize-input input {
    color: #233b4e;
    font-size: 15px;
    min-width: 100px;
}

input:not([type="range"]) {
    color: #233b4e;
}


input[type="text"]::-webkit-input-placeholder {
    color: #233b4e !important;
    font-size: 15px;
    font-weight: 700;
    opacity: 1;
}
#country-selectized{
    font-size: 15px;
}

.selectize-dropdown-content .option{
    font-size: 15px;
}

input[type="text"]::-ms-input-placeholder {
    color: #233b4e !important;
    font-size: 15px;
    font-weight: 700;
}

input[type="email"]::-webkit-input-placeholder {
    color: #233b4e !important;
    font-size: 15px;
    font-weight: 700;
    opacity: 1;
}

input[type="email"]::-moz-placeholder {
    color: #233b4e !important;
    font-size: 15px;
    font-weight: 700;
    opacity: 1;
}

input[type="email"]::-ms-input-placeholder {
    color: #233b4e !important;
    font-size: 15px;
    font-weight: 700;
}

input[type="password"]::-webkit-input-placeholder {
    color: #233b4e !important;
    font-size: 15px;
    font-weight: 700;
    opacity: 1;
}


input[type="password"]::-moz-placeholder {
    color: #233b4e !important;
    font-size: 15px;
    font-weight: 700;
    opacity: 1;
}

input[type="password"]::-ms-input-placeholder {
    color: #233b4e !important;
    font-size: 15px;
    font-weight: 700;
}

textarea::-webkit-input-placeholder {
    color: #233b4e !important;
    font-size: 15px;
    font-weight: 700;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #233b4e !important;
    font-size: 15px;
    font-weight: 700;
    opacity: 1;
}

textarea:-moz-placeholder {
    color: #233b4e !important;
    font-size: 15px;
    font-weight: 700;
    opacity: 1;
}

textarea::-ms-input-placeholder {
    color: #233b4e !important;
    font-size: 15px;
    font-weight: 700;
}

.select-state-selectized {
    width: 100%;
}

.selectize-control.plugin-remove_button [data-value] .remove {
    padding-top: 6px;
    padding-right: 5px;
    font-size: 20px;
    color: #233b4e;
    border: 0;
}

.header__nav,
.login-signup--m__link,
.login-signup--m,
.login-signup--m span {
    transition: all .25s
}

.header__nav {
    position: relative;
    margin-bottom: 2px;
}

.header__nav:after {
    content: '';
    display: block;
    clear: both;
}

.login-signup--m {
    text-align: left;
    color: #fff;
    font-family: 'GothaProMed', Helvetica, Arial, sans-serif;
    margin-top: 32px;
}

.login-signup--m span {
    color: #999;
    display: inline-block;
    padding: 0 7px;
}

.login-signup--m__link {
    padding: 6px 0;
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.fixed .header__nav {
    margin-bottom: 2px;
}

.fixed .login-signup--m {
    margin-top: 15px;
}

.fixed .login-signup--m span {
    padding: 0 2px;
}

.fixed .login-signup--m__link {
    padding: 5px 0;
}

.menu-item-m {
    height: 100vh;
}

.btnbox {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.btnbox>.btn {
    display: inline-block;
}

.btnbox>.btn:disabled:hover {
    /* background: #fff; */
    /* color: #233b4e; */
    cursor: not-allowed;
}

#captcha {
    width: 100%;
    clear: both;
}

.incorrect {
    box-shadow: #ff002a;
}

#alertError ul {
    list-style-type: square;
    list-style-position: inside;
}

.alert-complete {
    background-color: transparent !important;
}

.alert-form {
    font-family: 'GothaProReg', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    border: 2px solid #233b4e;
    border-radius: 4px;
    color: #233b4e;
    transition: all 0.25s ease-out;
    padding: 10px;
    margin-top: 25px;
}

.alert-form.alert-danger {
    border-color: #f298a3;
    background-color: #f298a3;
}

.alert-form p {
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 0;
}

.cookie-notice {
    position: relative;
    z-index: 1;
}

.cookie-notice {
    position: relative;
    top: 0;
    padding: 12px 50px 10px 10px;
    background: #52565a;
    line-height: 1.44;
    text-align: center;
}

.cookie-notice-desc {
    font-family: 'GothaProReg', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #cacaca;
    margin: 0;
}

.cookie-close-icon {
    position: absolute;
    right: 20px;
    top: 6px;
    width: 22px;
    height: 22px;
    opacity: 0.6;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.cookie-close-icon:hover {
    opacity: 1;
}


input[name=captcha_1] {
    margin-top: 2px;
}

#id_captcha-captcha {
    display: flex;
    align-items: center;
    justify-content: center;
}

#captcha_input {
    float: none;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#captcha_input>img {
    margin-right: 10px;
}

input[name="captcha_1"] {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    margin-top: 10px;
}

#captcha_input>.error-block {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 0;
    text-align: center;
    width: 100%;
    height: 18px;
}

#captcha_input>.error-block>span {
    float: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
}

.selectize-input.items.not-full.has-options {
    background: #fff url("../img/btn.0ddd81b23e9d.png") no-repeat;
    background-position: calc(100% - 10px) calc(50% + 1px);
}

.tabs-form.switcher .progress {
    margin-top: 5px;
}

#passwordHelpBlock{
    font-size: 10px;
font-weight: 500;
    color: #304657;
}

/* Loggining in */

.content {
    position: relative;
    opacity: 1;
    transition: opacity .5s ease;
}

.content.loggining .signin-block,
.content.loggining .signup-form,
.content.success .signin-block,
.content.success .signup-form,
.content.error .signin-block,
.content.error .signup-form {
    opacity: 0.05;
}

.content.loggining .loader,
.content.loggining .message,
.content.success .loader,
.content.success .message,
.content.error .loader,
.content.error .message {
    display: block;
}

.content.loggining .message--pending {
    display: block;
}

.content.loggining .message--success,
.content.loggining .message--error {
    display: none;
}

.content.success .message--success {
    display: block;
}

.content.success .message--pending,
.content.success .message--error {
    display: none;
}

.content.error .message--error {
    display: block;
}

.content.error .message--pending,
.content.error .message--success {
    display: none;
}

.loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.loader .message {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    text-align: center;
    font-family: 'GothaProMed', Helvetica, Arial, sans-serif;
    font-size: 48px;
    display: none;
}

.message span {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.content.success .message--success i,
.content.error .message--error i {
    animation: grow .2s linear
}

#formSecond{
    font-family: 'GothaProMed', Helvetica, Arial, sans-serif;
}

/*
*
* FOOTER UPDATED
*
*/

.wrap-footer {
    background: #2a2831;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0 30px;
    font-family: 'GothaProMed', Helvetica, Arial, sans-serif;
    line-height: 1.3;
    color: #999;
}

.left-side {
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
}

.right-side {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
    text-align: right;
}

.footer__inner ul {
    margin-bottom: 20px;
}

.footer__inner a {
    color: #999;
    display: inline-block;
    line-height: 44px;
}

/* copy */
.footer-item {
    text-align: left;
    color: #999;
}

.footer-item span b {
    color: #ddd;
}

.footer-item a {
    display: inline-block;
    text-decoration: none;
}

.footer-item a:hover {
    color: #666;
}

/* terms and privacy */

.terms-privacy li {
    margin-bottom: 5px;
}

.terms-privacy li a:hover {
    color: #666;
}

/* social */

.footer-icon {
    text-align: right;
}

.footer-icon li {
    display: inline-block;
}

.social-header {
    display: inline-block;
    margin-bottom: 10px;
    color: #ddd;
}

.footer-icon li a {
    display: inline-block;
    width: 33px;
    /* height: 33px; */
    overflow: hidden;
}

.icon-link {
    text-align: center;
}

.icon-link i {
    font-size: 32px;
    color: #ddd;
}

.icon-link:hover i {
    color: #09f
}

.contact-info-original img {
    position: relative;
    top: 1px;
}

.contact-info {
    display: inline-block;
}

/*
*
* CONTACT US
* RESET PASSWORD
*
*/

.contact-us h1,
.reset-password h1,
.reset-password h2 {
    font-family: 'GothaProBol', Helvetica, Arial, sans-serif;
    margin: 0 0 2.5rem;
    text-align: center;
    color: #32aafc;
    font-weight: 700;
    letter-spacing: .008em;
    font-size: 30px;

}

.reset-password {
    width: 100%;
}

.password-reset__login {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    font-size: 17px;
    font-weight: 700;
    color: #09f;
}

.password-reset__login:hover {
    color: #32aafc;
}

.password-reset__login img {
    margin-left: 5px;
    width: 20px;
    height: 13px;
    opacity: 1;
}

.password-reset__login:hover img {
    opacity: .8;
}

@media screen and (min-width: 360px) {
    .header .sign-up-btn--ru {
        padding: 0 1rem;
    }

    .h2--ru {
        font-size: 2.5rem;
    }

    .section-choose-us .li--ru {
        font-size: 1.75rem;
    }
}

@media screen and (min-width: 768px) {
    .h2--ru {
        font-size: 3.125rem;
    }

    .section-choose-us .li--ru {
        font-size: 1.875rem;
    }

    .bottom-service--second-child--ru {
        padding-left: 1.5rem;
    }
}

/*
*
* @MEDIA QUERIES
*
*/
@media screen and (max-width: 540px) {
    .label-agree .label {
        font-size: 13px;
        margin-top: 4px;
    }

    .login-form input::placeholder {
        color: #233b4e;
        font-size: 12px;
    }

    #div_id_auth-remember_me, #div_id_captcha-remember_me {
        font-size: 12px;
    }
}
/* Bootstrap SM */
@media screen and (min-width: 540px) {}

/* Bootstrap MD */
@media screen and (min-width: 720px) {
    .section-baner>div {
        padding: 15.625rem 0 10.625rem;
    }
}

/* Bootstrap LG */
@media screen and (min-width: 960px) {
    .container-fluid {
        max-width: 930px;
    }
}

/* Bootstrap XL */
@media screen and (min-width: 1140px) {
    .container-fluid {
        max-width: 1100px;
    }

    .section-choose-us ul {
        flex-wrap: nowrap;
    }

    .section-choose-us li {
        min-width: 33.33%;
    }
}

/* Custom */

@media (min-width: 320px) and (max-width: 360px) {
    .top-service {
        margin-bottom: 20px;
    }

    .title {
        margin-bottom: 20px;
    }

    .title span:first-of-type {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .title span:last-of-type {
        font-size: 24px;
    }

    .top-service p {
        font-size: 14px;
    }
}

@media (min-width: 320px) and (max-width: 479px) {
    .title {
        font-size: 32px;
    }

    .title--mod {
        width: 300px;
    }

    .title-service {
        font-size: 26px;
    }

    .title-second {
        font-size: 48px;
    }

    .paragraph-service {
        font-size: 18px;
    }

    .contacts {
        width: 260px;
    }

    .input {
        width: 100%;
        margin-right: 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 16px;
        letter-spacing: -0.8px;
        border-radius: 0.1875rem;
    }

    .select {
        width: 100%;
        margin-right: 0;
        font-size: 16px;
        letter-spacing: -0.8px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }

    .selectize-control {
        width: 100%;
        /* border: 1px solid rgba(0, 0, 0, 0.1); */
    }

    .selectize-input {
        padding-top: 9px;
    }

    .selectize-input input {
        font-size: 16px;
        letter-spacing: -0.8px;
    }

    .selectize-control.multi .selectize-input>div {
        font-size: 16px;
        letter-spacing: -0.8px;
    }

    .selectize-control.plugin-remove_button [data-value] {
        font-size: 16px;
        letter-spacing: -0.8px;
    }

    .title-contacts {
        font-size: 48px;
    }

    .title-fourth {
        text-align: center;
    }

    .btn {
        width: 260px;
    }

    .btn:hover {
        width: 260px;
    }

    .signin-block {
        display: block;
        margin: 0 auto;
        font-size: 20px;
    }

    .signup-block,
    .signin-block {
        display: block;
        margin: 0 auto 2.5rem;
    }

    .tabs {
        width: 100%;
    }

    .tabsItem .input {
        width: 100%;
        /* max-width: 300px; */
    }

    .chose-label {
        font-size: 14px;
    }

    .forgot-password {
        font-size: 14px;
    }

    .fixed .logo-img {
        width: 100%;
    }

    .input-field-signup,
    .input-field-signup--mod,
    .select-field {
        width: 100%;
        margin: 0 16px 20px 0;
    }

    .wrap-select {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .select-im {
        margin-bottom: 20px;
    }

    .error {
        font-size: 14px;
    }

    .wrap-forgot {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wrap-forgot label {
        margin-bottom: 40px;
    }

}

@media (min-width: 360px) and (max-width: 479px) {
    .top-service {
        width: 100%;
        margin-bottom: 30px;
    }

    .title {
        width: 100%;
        margin-bottom: 20px;
    }

    .title span:first-of-type {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .title span:last-of-type {
        font-size: 24px;
    }

    .top-service p {
        font-size: 18px;
    }

    .title-second {
        font-size: 50px;
    }

    #button-register {
        margin-top: 0px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    input[name="captcha_1"] {
        flex-basis: 100%;
    }

    .header__nav {
        margin-bottom: 5px;
    }

    .selectize-input .item {
        line-height: 19px;
        font-size: 16px;
    }

    .selectize-dropdown [data-selectable] {
        font-size: 16px;
    }

    .btnbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    #button-register {
        margin-bottom: 30px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .top-service {
        width: 100%;
        margin-bottom: 30px;
    }

    .title {
        width: 100%;
        margin-bottom: 30px;
    }

    .title span:first-of-type {
        font-size: 48px;
        margin-bottom: 0;
    }

    .title span:last-of-type {
        font-size: 21px;
    }

    .top-service p {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .title {
        font-size: 42px;
    }

    .title--mod {
        width: 384px;
        font-size: 42px;
    }

    .bottom-service {
        margin-bottom: 40px;
    }

    /* .title-service {
    width: 144px;
    font-size: 29px;
  } */
    .service-item--second {
        padding-left: 0;
    }

    .paragraph-service {
        margin-left: 15px;
    }

    .title-second {
        font-size: 53px;
    }

    .tabs {
        max-width: 380px;
    }

    .tabs ul {
        text-align: center;
    }

    .input-field,
    .input-field-signup,
    .input-field-signup--mod,
    .select-field {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }

    #formSecond .input-field,
    #formSecond .input-field .input-field-signup,
    #formSecond .input-field .input-field-signup--mod,
    #formSecond .input-field .select-field {
        float: none;
    }

    .input-field-reset {
        float: none;
    }

    #newPass .input-field-reset {
        float: left;
    }

    .input-signup,
    .input-signup--mod {
        width: 100%;
    }

    .country-select {
        width: 100%;
    }

    .wrap-select {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .select-field-im {
        float: left;
        width: 100%;
    }

    .select-field-im>* {
        width: 100%;
    }

}

@media (min-width: 768px) {
    .navigation__navbar-backdrop {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .top-service {
        width: 100%;
        margin-bottom: 60px;
    }

    .title {
        width: 100%;
        margin-bottom: 40px;
    }

    .title span:first-of-type {
        font-size: 58px;
        margin-bottom: 0;
    }

    .title span:last-of-type {
        font-size: 24px;
    }

    .top-service p {
        font-size: 18px;
    }

    .wrap-select {
        margin-right: 20px;
    }
}

@media (min-width: 960px) and (max-width: 1023px) {
    .title span:first-of-type {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 768px) {
    section h3 {
        font-size: 1.875rem;
    }

    .header.minified {
        height: 50px;
    }

    .header.minified .header__navigation {
        min-height: 50px;
    }

    .header.minified .navigation__brand img {
        max-width: 70%;
    }

    .navigation__brand {
        max-width: 200px;
        margin-right: 20px;
        height: 40px;
    }

    .navigation__brand img {
        width: 100%;
        max-width: 200px;
    }

    .navigation__navbar nav {
        max-width: 83.33%;
    }

    .navigation__utilities {
        order: 3;
        flex: 0;
    }

    .navigation__utilities ul {
        justify-content: flex-end;
        margin-right: 20px;
    }

    .hamburger {
        order: 4;
    }


    #captcha_input>img {
        margin-right: 20px;
    }

    .login-signup--m {
        display: none;
    }

    .bottom-service--second-child {
        padding-left: 1.875rem;
    }

    .bottom-service {
        width: 50%;
    }

    .bottom-service {
        padding-bottom: 2.375rem;
    }

    .bottom-service--last-child {
        padding-bottom: 0;
    }

    #messenger {
        max-width: 160px;
    }

    .footer__inner a {
        line-height: 1;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    .top-service {
        width: 520px;
    }

    .title,
    .title--mod {
        font-size: 60px;
    }

    .service-list {
        font-size: 18px;
    }

    .icon-service {
        margin-right: 10px;
    }

    .icon-service--mod {
        margin: 0 10px 25px 15px;
    }

    /* .title-service {
    width: 144px;
    font-size: 29px;
  } */
    .service-item--second {
        padding-left: 28px;
    }

    .title-second {
        font-size: 53px;
    }

    .tabs {
        width: 620px;
    }

    .input-signup,
    .input-field-signup,
    .input-signup--mod,
    .input-field-signup--mod,
    .select-field {
        width: 300px;
    }

    .input-field-signup {
        margin: 0 20px 35px 0;
    }

    .country-select {
        width: 300px;
    }

    .wrap-select {
        width: 300px;
    }
}

@media screen and (min-width: 960px) {
    .navigation__navbar nav {
        padding: 0 15px;
    }

    #messenger {
        max-width: 100%;
    }

    .icon-service {
        min-width: 6.25rem;
        height: 6.25rem;
    }
}

@media screen and (min-width: 992px) {
    .navigation__navbar nav {
        padding: 0;
        max-width: 910px;
    }

    .section-choose-us li {
        min-width: 33.33%;
    }

    .section-choose-us .li--ru {
        font-size: 1.5rem;
    }
}

@media (min-width: 960px) and (max-width: 1199px) {
    .service-list {
        font-size: 18px;
    }

    /* .bottom-service img {
    max-width: 80%;
  } */
    /*
  .title-service {
    width: 160px;
    font-size: 30px;
  } */
}

@media (min-width: 1024px) and (max-width: 1365px) {

    /* .bottom-service--third-child {
    padding-left: 1.875rem;
  } */
    .top-service {
        margin-bottom: 91px;
    }

    .title {
        margin-bottom: 3rem;
    }

    .title span:first-of-type {
        font-size: 80px;
        margin-bottom: 0;
    }

    .title span:last-of-type {
        font-size: 36px;
    }

    .top-service p {
        font-size: 32px;
    }
}

@media screen and (min-width: 1024px) {
    .paragraph-service-ru {
        height: auto;
    }

    .offers-list-second--ru h3 {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 1024px) {
    .notebookwrapper {
        min-height: 310px;
    }
}

@media screen and (min-width: 1140px) {
    .notebookwrapper {
        min-height: 370px;
    }
}

@media screen and (min-width: 1280px) {
    .notebookwrapper {
        min-height: 392px;
    }
}

@media screen and (min-width: 1360px) {
    .notebookwrapper {
        min-height: 434px;
    }
}

@media screen and (min-width: 1140px) {
    .navigation__navbar nav {
        padding: 0 15px;
        max-width: 1100px;
    }

    .bottom-service {
        width: 33.33%;
    }

    .icon-service {
        min-width: auto;
    }
}

@media screen and (min-width: 1200px) {
    /* .navigation__navbar nav {
    max-width: 1130px;
  } */
}

@media screen and (min-width: 1280px) {
    section h3 {
        font-size: 2rem;
    }

    .container-fluid {
        max-width: 1160px;
    }

    .header__navigation {
        padding: 0;
        align-items: center;
    }

    .navigation__brand--ru {
        max-width: 180px;
    }

    .navigation__navbar {
        order: 2;
        flex: 1;
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        padding: 0;
        /* margin-right: 20px; */
    }

    .navigation__navbar--ru nav a {
        margin-right: 10px;
        font-size: 14px;
    }

    .navigation__navbar nav {
        flex-direction: row;
        justify-content: flex-end;
        max-width: 100%;
        min-height: auto;
    }

    .navigation__navbar nav a {
        margin-bottom: 0;
        padding: 5px 0;
    }

    .language-toggler {
        order: 3;
        flex: 1;
    }

    .ishome .language-toggler {
        flex: 0;
    }

    .navigation__utilities ul {
        margin-right: 0;
    }

    .navigation__utilities li:first-of-type {
        display: block;
    }

    .navigation__utilities li a {
        color: #09f;
    }

    .hamburgerbox {
        display: none;
    }
}

@media screen and (min-width: 1360px) {
    .container-fluid {
        max-width: 1280px;
    }

    .navigation__navbar--ru nav a {
        margin-right: 20px;
        font-size: 16px;
    }

    .section-payments ul li {
        width: 14.375em;
    }
}

@media (min-width: 1920px) {
    .top-service {
        margin-bottom: 91px;
    }

    .title {
        margin-bottom: 3.365rem;
    }

    .title span:first-of-type {
        font-size: 100px;
        margin-bottom: 1rem;
    }

    .title span:last-of-type {
        font-size: 48px;
    }

    .top-service p {
        font-size: 36px;
    }
}


/*
*
* FOOTER
*
*/

@media (min-width: 320px) and (max-width: 767px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-icon {
        text-align: left;
    }

    .left-side,
    .right-side {
        flex: auto
    }

    .right-side {
        text-align: left;
    }
}

@media (min-width: 0) and (max-width:479px) {
    .contact-info {
        width: 263px;
        height: 88px;
        background: url('/../img/x300.png') 0 0 no-repeat;
    }
}

@media (min-width: 480px) and (max-width:767px) {
    .contact-info {
        width: 356px;
        height: 71px;
        background: url('/../img/x400.png') 0 0 no-repeat;
    }
}

@media (min-width: 768px) and (max-width:959px) {
    .contact-info {
        width: 420px;
        height: 79px;
        background: url('/../img/x620.png') 0 0 no-repeat;
    }
}

@media (min-width: 960px) {
    .contact-info {
        width: 524px;
        height: 60px;
        background: url('/../img/x900.png') 0 0 no-repeat;
    }
}

/*
*
* IE
*
*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .header__navigation {
        height: 80px;
    }

    .ishome .header.minified .header__navigation {
        height: 50px;
    }

    .minified .header__navigation {
        height: 50px;
    }

    .navigation__language-toggler {
        min-width: 30px;
    }

    .section-payments ul li img {
        width: 14.375rem;
    }

    .ishome .language-toggler {
        flex: none;
    }

    .navigation__utilities {
        flex: none;
    }
}

/* END */




@media (min-width: 320px) and (max-width: 768px) {
  #header {
    background-color: #f3f3f3;
    background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2)
  }
  #extr-page-header-space {
    margin-top: 8px;
  }
}


@media only screen and (max-width: 479px) and (min-width: 320px) {
  .jarviswidget header h2 {
    width: 100%;
  }
}