/*----------------------- Auth ------------------------*/

/*Reset CSS*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: OpenSansRegular, sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*Main Styles*/
*::selection {
    color: #fff;
    background: #00a99f;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
body {
    background-color: #cddde1;
}
@media screen and (max-width: 991px) {
    body {
        background-color: #fff;
    }
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
body * {
    box-sizing: border-box;
}
.wrapper {
    position: relative;
    min-height: 100%;
}
.main {
    margin: 0 auto;
    width: 840px;
    margin-top: 23px;
    margin-bottom: 100px;
    background-color: #18ab9f;
    background: linear-gradient(to bottom right,#50a699 ,#18ab9f);
    background: -webkit-linear-gradient(to bottom right,#50a699 ,#18ab9f);
    background: -o-linear-gradient(to bottom right,#50a699 ,#18ab9f);
    background: -ms-linear-gradient(to bottom right,#50a699 ,#18ab9f);
    background: linear-gradient(to bottom right,#50a699 ,#18ab9f);
}

@media screen and (max-width: 992px) {
    .main {
        background-color: #fff;
        background: linear-gradient(to bottom right,#fff ,#fff);
        background: -webkit-linear-gradient(to bottom right,#fff ,#fff);
        background: -o-linear-gradient(to bottom right,#fff ,#fff);
        background: -ms-linear-gradient(to bottom right,#fff ,#fff);
        background: linear-gradient(to bottom right,#fff ,#fff);
    }
}

.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.clearfix {

}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: '.';
    clear: both;
    height: 0;
}
.sign-up {
    background-color: #fff;
    width: 473px;
    float: right;
    padding: 3em;
    padding-bottom: 2em;
}
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
    font-size: 14px;
}
.checkbox input[type=checkbox] {
    position: absolute;
    margin-left: -20px;
}
input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
    width: 20px;
}
label {
    display: inline-block;
    max-width: 100%;
}
.link {
    font-family: OpenSansRegular, sans-serif;
    display: inline;
    margin-bottom: .2em;
    font-size: 12px;
    color: #247d76;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    text-decoration: none;
}
.link:hover {
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    color: #00a99f;
    border-bottom: 1px solid #00a99f;
    text-decoration: none;
}
.side-content {
    margin: 0 473px 0 0;
    text-align: center;
}

@media screen and (max-width: 992px) {
    .side-content {
        padding-left: 4em!important;
        margin: 0;
        text-align: left;
        background-color: #18ab9f;
        background: linear-gradient(to bottom right,#50a699 ,#18ab9f);
        background: -webkit-linear-gradient(to bottom right,#50a699 ,#18ab9f);
        background: -o-linear-gradient(to bottom right,#50a699 ,#18ab9f);
        background: -ms-linear-gradient(to bottom right,#50a699 ,#18ab9f);
        background: linear-gradient(to bottom right,#50a699 ,#18ab9f);
    }
}

.side-content .logo {
    padding-top: 3em;
}

@media screen and (max-width: 768px) {
    .side-content .logo {
        display: inline-block;
    }
}

.side-content .logo a {
    position: relative;
    display: block;
    width: 225px;
    margin: 0 auto;
    color: #fff;
    text-decoration: none;
}
.side-content .logo a:hover,
.side-content .logo a:focus,
.side-content .logo a:active,
.side-content .logo a:visited {
    color: #fff;
    text-decoration: none;
}
.side-content .logo a img {
    width: 200px;
    padding-top: 5px;
    left: 0;
}
.side-content .logo .logo-text {
    padding-left: 52px;
    text-align: left;
}
.side-content .logo .logo-text h2 {
    font-size: 30px;
    font-family: OpenSansBold, sans-serif;
    margin-bottom: 3px;
}
.side-content .logo .logo-text div {
    line-height: 18px;
    text-transform: uppercase;
    font-size: 15px;
    font-family: OpenSansSemiBold, sans-serif;
}
.form-group {
    margin-bottom: 2em;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    background-image: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 38px;
    background-color: #efefef;
    border-radius: 7px;
    box-shadow: none;
    color: #000;
    border: 1px solid #efefef;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
    font-family: "OpenSansSemiBold", sans-serif;
}
.form-control.error {
    border: 2px solid #9b3b36;
}
.form-control.success {
    border: 2px solid #18ab9f;
}
.form-control.disabled {
    background-color: #d5d5d5;
    cursor: not-allowed;
}
.form-control:focus {
    outline: none;
}
input {
    width: 100%;
}
.half-width {
    width: 50%;
    display: inline-block;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media screen and (max-width: 400px) {
    .step-two .pull-left .link {
        display: table;
    }
}

.btn-submit {
    margin-bottom: 1em;
    margin-bottom: 2em;
    width: 100%;
    background-color: #629fae;
    font-size: 13px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    padding: .75em 1em;
    letter-spacing: 1px;
    border: 0;
    border-radius: 7px;
}
.btn-submit:hover {
    background-color: #39899d;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    color: #fff;
}
.btn-submit:focus {
    outline: none;
    background-color: #459eb6;
}

/*Chosen restyle*/

/*.chosen-container {*/
    /*padding-left: 8px;*/
/*}*/
.form-group .chosen-container .chosen-drop {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-group .chosen-container-single .chosen-single {
    height: 37px;
    line-height: 37px;
    background-color: #f3f3f3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
    outline: none;
    border: none;
}
.form-group .chosen-container-single .chosen-single span {
    padding-left: 5px;
    color: #999;
    font-family: OpenSansItalic, sans-serif;
    font-size: 12px;
}
.form-group .chosen-container-single .chosen-drop {
    border: none;
    margin: 0;
}
.form-group .chosen-container .chosen-results {
    background-color: #f3f3f3;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    margin: 0;
    padding: 0;
    color: #999;
}
.form-group .chosen-container .chosen-results li.highlighted {
    background-color: #3eaba6;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    background-image: none;
    margin-left: 3px;
    margin-right: 3px;
}
.form-group .chosen-container-single .chosen-single div b{
    background-image: url(img/arrow-left-input.svg);
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px;
    top: 9px;
    right: 15px;
    position: absolute;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.form-group .chosen-container-single.chosen-with-drop .chosen-single div b {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.form-social-icon {
    display: block;
    width: 100%;
    height: 100%;
    margin-right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    position: relative;
}
.form-social-list li {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-transition: .5s ease all;
    -moz-transition: .5s ease all;
    -ms-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    position: relative;
    margin-bottom: 10px;
}
.form-social-list li:hover a{
    margin-top: -5px;
}
.form-social-icon:hover {
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.form-social-icon-facebook {
    background-image: url('img/facebook.svg');
}

.form-social-icon-facebook:hover {
    background-image: url('img/social_share/facebook-h.svg');
}

.form-social-icon-twitter{
    background-image: url('img/twitter.svg');
}

.form-social-icon-twitter:hover {
    background-image: url('img/social_share/twitter-h.svg');
}

.form-social-icon-linked {
    background-image: url('img/linkedin.svg');
}

.form-social-icon-linked:hover {
    background-image: url('img/social_share/linkedin-h.svg');
}

.form-social-icon-gplus {
    background-image: url('img/google.svg');
}

.form-social-icon-gplus:hover {
    background-image: url('img/social_share/google-plus-h.svg');
}

.form-social-icon-bankid {
    background-image: url('img/bankid.svg');
}

.form-social-icon-bankid:hover {
    background-image: url('img/social_share/bankid-h.svg');
}

.form-social-icon-ecp {
    background-image: url('img/etsp.svg');
}

.form-social-icon-ecp:hover {
    background-image: url('img/social_share/etsp-h.svg');
}

.form-social-icon-cartakiyv {
    background-image: url('img/kartka_kyanyna.svg');
}

.form-social-icon-cartakiyv:hover {
    background-image: url('img/social_share/kartka_kyanyna-h.svg');
}

.pass-icon {
    top: 10px;
    display: block;
    right: 12px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
}
.pass-icon-show {
    background-image: url(../img/eye_close.svg);
}
.pass-icon-show.out {
    background-image: url(../img/eye_open.svg);
}
.small-fz {
    font-size: 12px!important;
    display: inline;
}
.form-social-title {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: OpenSansRegular, sans-serif;
}
.side-title {
    margin-top: 130px;
    margin-bottom: 20px;
    color: #fff;
    font-family: OpenSansBold, sans-serif;
    font-size: 16px;
    line-height: 20px;
    padding: 0 1em;
    text-transform: uppercase;
}
.side-services {
    width: 100%;
}
.side-services ul {
    width: 100%;
}
.side-services ul li {
    padding: 0 5px;
    width: 33.3%;
    float: left;
    font-size: 13px;
    color: #fff;
    font-family: OpenSansRegular, sans-serif;
    min-height: 100px;
}
.side-services ul li .side-services-img {
    display: block;
    margin: 0 auto;
    width: 44px;
    height: 60px;
}
.departure {
    width: 95%;
}
#dd-w-0 .dd-w-c {
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
}
#dd-w-0 .dd-w-c, #dd-w-0 .dd-s-b {
    background-color: #efefef!important;
}
#dd-w-0 .dd-c:after {
    background-color: #efefef!important;
    border-top: none!important;
    border-left: none!important;
}
.dd-w .dd-fadein {
    margin-top: 20px!important;
}
.dd-w, .dd-w {
    color: #50a699!important;
}
#dd-w-0 .dd-c .dd-s, #dd-w-0 .dd-s-b-s, #dd-w-0 .dd-s-b-sub-y, #dd-w-0 .dd-sub-y {
    background-color: #50a699!important;
    color: #fff!important;
}
.dd-ul i {
    color: #50a699!important;
}
#dd-w-0 .dd-n, #dd-w-0 .dd-sun {
    color: #50a699!important;
}
#dd-w-0 .dd-sun, #dd-w-0 .dd-s-b-ul li.dd-on {
    color: #50a699!important;
}
.check-btn {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

.check-btn + label {
    cursor: pointer;
    font-size: 12px;
    font-family: OpenSansRegular, sans-serif;
}

.check-btn:not(checked){
    position: absolute;
    opacity: 0;
}

.check-btn:not(checked) + label {
    position: relative;
    padding: 0 0 0 20px;
}

.check-btn:not(checked) + label:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 12px;
    height: 12px;
    background: transparent;
    border-radius: 20%;
    border: 1px solid #45484a;
}

.check-btn:not(checked) + label:after {
    content: '';
    background-image: url('img/checkboxes.png');
    background-repeat: no-repeat;
    background-position: 0px -36px;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #50a699;
    z-index: auto;
    position: absolute;
    top: -1px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 20%;
    opacity: 0;
    border: 1px solid #50a699;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    color: #fff;
}
.check-btn:not(checked) + label:before:hover {
    background-position: 0 -12px;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.check-btn:not(checked) + label:after, .check-btn + label:before {
    border-color: #50a699;
}

.check-btn:checked + label:after {
    opacity: 1;
}
.info {
    position: absolute;
    top: 1px;
}
.info ~ .link {
    padding-left: 21px;
}
@media screen and (max-width: 992px) {
    .side-content {
        display: none;
    }
    .sign-up {
        width: 100%;
        padding: 1em;
    }
    .main {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
    }
    .form-social-list li {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 510px) {
    .form-social-list li {
        margin-right: 0;
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 360px) {
    .form-social-list li {
        margin-right: 0;
        width: 34px;
        height: 34px;
    }
}

strong {
    font-weight: bold;
}

.auth {
    width: 600px;
    font-size: 14px;
}

.promo {
    width: 1000px;
}

.promo .side-content .logo > a {
    margin: 0;
}


.promo .auth__inner {
    padding-top: 2.5em;
}

.promo__center {

}

.promo__center-title {
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 30px;
    font-family: "OpenSansBold", sans-serif;
}

.promo__center-title h2 {
    margin-top: 1em;
    font-size: 18px;
    font-family: "OpenSansRegular", sans-serif;
}

.promo__center-date {
    text-align: right;
    margin-bottom: 2em;
}

.promo__center-date p {
    margin-bottom: 0!important;
    font-style: italic;
    font-size: 12px;
    color: #4b4b4d;
    font-family: "OpenSansRegular", sans-serif;
}

.promo__center .link {
    color: #000;
    font-size: 18px;
    font-family: "OpenSansRegular", sans-serif;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.promo__center .link:hover {
    border-bottom: 1px solid #000;
    color: #000;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.promo__center-body {

}

.promo__center-body a {
    color: #247d76;
    text-decoration: none;
    font-family: "OpenSansRegular", sans-serif;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.promo__center-body a:hover {
    border-bottom: 1px solid #00a99f;
    color: #00a99f;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -ms-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}

.promo__center-body h2 {
    font-size: 24px;
    font-family: "OpenSansBold", sans-serif;
    margin-bottom: 1em;
}

.promo__center-body h3 {
    font-size: 18px;
    font-family: "OpenSansBold", sans-serif;
    margin-bottom: 1em;
}

.promo__center-body ul li {
    padding-left: 3.2em !important;
}

.promo__center-body ul li:before {
    left: 29px !important;
}

@media screen and (max-width: 768px) {
    .promo__center-body ul li {
        padding-left: 1.2em !important;
    }
    .promo__center-body ul li:before {
        left: 0 !important;
    }
}

.promo__center-body p {
    margin-bottom: 2em;
}

.promo__left {
    display: inline-block;
    width: 59%;
    vertical-align: top;
}

.promo__left h1 {
    margin-bottom: 1em;
    margin-top: 1em;
    font-size: 26px;
    font-family: "OpenSansRegular", sans-serif;
}

.promo__left p {
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
}

.promo__left .btn {
    width: 300px!important;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 4em;
    display: block;
}

.promo__right {
    display: inline-block;
    width: 40%;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .promo__right {
        display: none;
    }
    .promo__left {
        width: 100%;
    }
    .promo__left h1 {
        margin-top: 0;
    }
}

@media screen and (max-width: 560px) {
    .promo__left .btn {
        width: 100%!important;
    }
}

.promo__right img {
    display: inline-block;
}

.auth .side-content {
    padding: 2em 3em;
}
.auth .side-content .logo{
    padding-top: 0;
}
.auth__inner {
    background-color: #fff;
    padding: 4em 4.5em;
}
.auth__inner-title {
    margin-bottom: 1em;
}
.auth__inner ul {
    margin-bottom: 1em;
}
.auth__inner ul  li {
    padding-left: 1.2em;
    line-height: 20px;
    margin-bottom: .8em;
    position: relative;
}
.auth__inner ul li:before {
    position: absolute;
    content: '';
    left: 0;
    height: 1px;
    width: 1px;
    top: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #18ab9f;
    border: 4px solid #18ab9f;
}
.center {
    text-align: center;
}
.auth__inner h2.title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 2em;
}
.auth__inner .btn {
    text-decoration: none;
    width: 100px;
}
.auth__inner .btn.btn-big {
    width: 250px;
}
.auth__inner .link {
    display: inline-block;
    margin-bottom: 1em;
}
.auth__inner p {
    margin-bottom: 1em;
    line-height: 20px;
}
.auth__inner .form-social-list {
    display: inline-block;
}
.auth__inner .form-social-list li {
    padding-left: 0;
}
.auth__inner .form-social-list li::before {
    display: none;
}
.message-error {
    color: #9b3b36;
    font-size: 13px;
}
form p,
form div,
form span,
form i,
form ul,
form ol,
form a,
form button {
    font-family: OpenSansRegular, sans-serif;
}
.popup-error {
    color: #9b3b36;
    font-size: 13px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-color: #ffd9da;
    padding: 1em;
    margin-bottom: 1em;
    font-family: OpenSansSemiBold, sans-serif;
}
.popup-error a {
    color: #000;
    text-decoration: underline;
}
@media screen and (max-width: 992px) {
    .auth {
        width: 100%;
    }
    .auth .side-content {
        display: block;
    }
    .auth .auth__inner {
        padding: 2em;
    }
}
