h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6
{
    font-weight: 900;

    margin: 0;

    color: #2c3d50;
}

h1,
.h1
{
    font-size: 34px;
    line-height: 40px;
}

h1 span,
.h1 span
{
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;

    margin-top: 4px;

    color: #9ca0a6;
}

h2,
.h2
{
    font-size: 28px;
    line-height: 35px;
}

@media (max-width: 767px) {
    h2,
    .h2 {
        font-size: 18px;
        line-height: 15px;
        transition: margin-left 0.5s;
    }
}

h2 span,
.h2 span
{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;

    color: #9ca0a6;
}

h3,
.h3
{
    font-size: 22px;
    line-height: 32px;
}

h4,
.h4
{
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
}

h5,
.h5
{
    font-size: 18px;
    line-height: 28px;
}

h6,
.h6
{
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
}

p
{
    font-size: 15px;
    line-height: 24px;

    margin: 0;
}

/* nawigacja nie zalogowany  */


.page-section
{
    padding-top: 100px;
    padding-bottom: 0;
}

@media (max-width: 767px)
{
    h1 span,
    .h1 span
    {
        line-height: 26px;
    }
}

.page-login .container .logincontainer {
  max-width: 475px;
  margin: 0 auto;
}

.page-login .container .pw-reset-container .form-horizontal {
    margin-bottom: 0;
}

.page-login .container .pw-reset-container .reset-info {
    margin-bottom: 20px;
}

.page-login .container .register {
  margin-top: 15px;
  color: #9ca0a6;
  text-align: center;
}

.page-login .container .register a {
  color: #2c3d50;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-login .container .register a:hover {
  color: #5fc663;
}

.login-form {
  padding: 25px;
  border: 5px solid #5fc663;
}

.social-buttons {
    text-align: center
}

@media (max-width: 767px) {
    .social-buttons {
      margin-top: 20px
    }
    .login-form {
        padding: 30px 20px;
    }
}

.social-buttons .btn-social {
    border: 1px solid #99a1aa;
    margin: 0 5px;
    color: #2c3d50
}

.social-buttons .btn-social:hover {
    color: #fff;
    background-color: #2c3d50;
    border-color: #2c3d50
}

@media (max-width: 767px) {
    .social-buttons .btn-social {
        width: 32px;
        height: 32px;
        margin: 0 10px;
        font-size: 18px;
        padding: 0;
    }
}

.section-login .auth-box,
.section-register .auth-box
{
    max-width: 475px;
    height: auto;
    margin: 0 auto;
    padding: 25px 30px 30px 30px;

    text-align: center;

    border: 1px solid #ededed;
}

@media (max-width: 767px)
{
    .section-login .auth-box,
    .section-register .auth-box
    {
        height: auto;
        padding: 25px 15px 30px 15px;
    }
}

.section-login .auth-box .alert,
.section-register .auth-box .alert
{
    text-align: left;
}

.section-login .form-group,
.section-register .form-group
{
    position: relative;
    margin-bottom: 20px;
}

.section-login span,
.section-register span
{
    display: block;
}

.section-login h1,
.section-register h1
{
    line-height: 28px;

    margin-bottom: 24px;
}

.section-login a:not(.btn),
.section-register a:not(.btn)
{
    font-size: 14px;
    font-weight: 300;
    line-height: 32px;

    color: #9ca0a6;
}

.section-login .pwreset .checkbox-styled:before {
    top: 0px;
    font-weight: 700;
    font-size: 16px;
}

.checkbox-styled.checked:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.section-login a:not(.btn):hover,
.section-register a:not(.btn):hover
{
    color: #5fc764;
}

.section-login a:not(.btn):hover b,
.section-register a:not(.btn):hover b
{
    -webkit-transition: .3s;
    transition: .3s;

    color: #5fc764;
}

.section-login a:not(.btn):hover span,
.section-register a:not(.btn):hover span
{
    -webkit-transition: .3s;
    transition: .3s;

    color: #9ca0a6;
}

.section-login .restore,
.section-register .restore
{
    margin: -14px auto 11px auto;
}

.section-login .social-buttons span,
.section-register .social-buttons span
{
    font-weight: 600;

    margin-top: -4px;
    margin-bottom: 14px;

    color: #2c3d50;
}

@media (max-width: 767px)
{
    .section-login .social-buttons i,
    .section-register .social-buttons i
    {
        line-height: 33px;
    }
}

.section-login .social-buttons .zmdi-facebook,
.section-register .social-buttons .zmdi-facebook
{
    font-size: 20px;
}

@media (max-width: 767px)
{
    .section-login .social-buttons .zmdi-facebook,
    .section-register .social-buttons .zmdi-facebook
    {
        font-size: 16px;
    }
}

.section-login .social-buttons .zmdi-google-plus,
.section-register .social-buttons .zmdi-google-plus
{
    font-size: 24px;
}

@media (max-width: 767px)
{
    .section-login .social-buttons .zmdi-google-plus,
    .section-register .social-buttons .zmdi-google-plus
    {
        font-size: 20px;
    }
}

.section-login input,
.section-register input
{
    -webkit-transition: .5s;
    transition: .5s;
}

.section-login .register,
.section-login .login,
.section-register .register,
.section-register .login
{
    display: block;

    margin: 0 auto;

    text-align: center;
}

.section-login .register span,
.section-login .login span,
.section-register .register span,
.section-register .login span
{
    display: inline-block;

    text-decoration: underline;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-login .register,
    .section-login .login,
    .section-register .register,
    .section-register .login
    {
        bottom: -15px;
    }
}

.section-register .form
{
    max-width: 475px;
    height: 377px;
    margin: 0 auto;
    padding: 25px 30px 30px 30px;

    text-align: center;

    border: 1px solid #e4e4e4;
}

@media (max-width: 767px)
{
    .section-register .form
    {
        height: auto;
        padding: 25px 15px 30px 15px;
    }
}

.section-not-registered .row-lined:after,
.user-data .row-lined:after
{
    position: relative;
    bottom: 20px;

    width: 30px;
    height: 1px;
    margin: 0 auto;

    content: '';

    background: #e4e4e4;
}

.section-not-registered .nav-tabs li a,
.user-data .nav-tabs li a
{
    padding-right: 0;
    padding-left: 0;
}

.user-data input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9ca0a6;
}
.user-data input::-moz-placeholder { /* Firefox 19+ */
  color: #9ca0a6;
}
.user-data input:-ms-input-placeholder { /* IE 10+ */
  color: #9ca0a6;
}
.user-data input:-moz-placeholder { /* Firefox 18- */
  color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-not-registered .nav-tabs li a,
    .user-data .nav-tabs li a
    {
        font-size: 13px;
    }
}

@media (max-width: 767px)
{
    .section-not-registered .form-group-lined,
    .user-data .form-group-lined
    {
        margin-bottom: 40px;
    }
}

.section-not-registered p,
.user-data p
{
    font-size: 14px;
    line-height: 36px;

    margin-top: -13px;
    margin-bottom: 20px;
}

@media (max-width: 767px)
{
    .section-not-registered p,
    .user-data p
    {
        line-height: 20px;

        margin-top: -5px;
    }
}

.section-not-registered h2,
.user-data h2
{
    font-weight: 400;
    line-height: 21px;

    margin-bottom: 24px;
}

@media (max-width: 767px)
{
    .section-not-registered h2,
    .user-data h2
    {
        display: none;
    }
}

.section-not-registered .register-form,
.user-data .register-form
{
    margin-top: 20px;
    padding: 30px;

    border: 1px solid #ededed;
}

.section-not-registered .register-form .checkbox-styled .input-alert
{
    width: 250px;
    bottom: -20px;
    margin-left: 0px;
}

@media (max-width: 767px)
{
    .section-not-registered .register-form,
    .user-data .register-form
    {
        padding: 20px;
    }
}

.section-not-registered .info,
.user-data .info
{
    display: none;
}

#inputCaptcha {
    margin-bottom: 0;
}

@media (max-width: 767px)
{
    .section-not-registered .info,
    .user-data .info
    {
        font-size: 18px;

        position: absolute;
        top: 50%;
        right: 15px;

        display: inline-block;

        margin-top: -10px;

        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;

        color: #9ca0a6;
    }
}

.section-not-registered .has-error .input-desc {
    top: 12px;
    left: 2px;
    position: relative;
}
.user-data .input-desc
{
    font-size: 11px;
    line-height: 21px;

    position: relative;

    float: left;

    color: #9ca0a6;
}

.section-not-registered .input-desc

.user-data .btn.profile-data-save-button {
  margin-top: 30px;
}

@media (max-width: 767px)
{
    .section-not-registered .input-desc,
    .user-data .input-desc
    {
        display: none;
    }
}

.section-not-registered .row-lined input,
.user-data .row-lined input
{
    margin-bottom: 40px;
}

.user-data .r-buttons {
  margin-bottom: 35px;
}

.user-data .checkbox-styled {
  display: none;
}

.user-data .radio-inline {
  padding-left: 0;
}

.user-data .radio-inline span {
  border-bottom: 3px solid transparent;
  padding: 10px 0;
  transition: 0.3s;
}

.user-data .radio-inline:hover span {
    border-bottom: 3px solid transparent;
    padding: 10px 0;
    transition: 0.3s;
    color: #2c3d50;
}
.user-data .radio-inline span.active {
  border-bottom: 3px solid #5fc764;
  padding: 10px 0;
  transition: 0.3s;
  color: #2c3d50;
}


@media (max-width: 767px)
{
    .section-not-registered input,
    .user-data input
    {
        margin-bottom: 20px;
    }
}

.section-not-registered .btn-primary,
.user-data .btn-primary
{
    display: block;
    margin: 0 auto;
}

@media (max-width: 767px)
{
    .section-not-registered .h,
    .user-data .h
    {
        display: none;
    }
}

.section-not-registered .p,
.user-data .p
{
    display: none;
}

@media (max-width: 767px)
{
    .section-not-registered .p,
    .user-data .p
    {
        display: inline-block;

        margin-bottom: -4px;
    }
}

.section-thanks,
.section-login,
.section-register,
.section-not-registered {
    margin: 100px auto 0;
}

.section-email-verify {
    padding: 30px 0;
}

@media (max-width: 991px)
{
    .user-data,
    .section-thanks,
    .section-login,
    .section-register,
    .user-data,
    .section-not-registered {
        margin: 30px -15px;
    }
    .section-email-verify {
        margin: 0 -15px;
    }
}

.user-data h1 img,
.section-email-verify h1 img,
.section-thanks h1 img,
.section-login h1 img,
.section-register h1 img,
.user-data h1 img,
.section-not-registered h1 img
{
    vertical-align: baseline;
}

@media (max-width: 767px)
{
    .user-data h1 img,
    .section-email-verify h1 img,
    .section-thanks h1 img,
    .section-login h1 img,
    .section-register h1 img,
    .user-data h1 img,
    .section-not-registered h1 img
    {
        width: 23px;
    }
}

.user-data .h3,
.section-email-verify .h3,
.section-thanks .h3,
.section-login .h3,
.section-register .h3,
.user-data .h3,
.section-not-registered .h3
{
    font-weight: 600;
}

.user-data img.logo,
.section-thanks img.logo,
.section-login img.logo,
.section-register img.logo,
.user-data img.logo,
.section-not-registered img.logo {
    display: block;
    width: 194px;
    margin: 0 auto 50px;
}

.section-email-verify img.logo {
    margin: 0 auto 50px;
    display: block;
    width: 194px;
}

.section-email-verify .section-heading {
    margin-bottom: 40px;
}

.section-email-verify .logo-container {
    display: block;
}

@media (max-width: 991px)
{
    .user-data img.logo,
    .section-email-verify img.logo,
    .section-thanks img.logo,
    .section-login img.logo,
    .section-register img.logo,
    .user-data img.logo,
    .section-not-registered img.logo
    {
        margin: 0 auto 30px auto;
    }
}


.float-label .control-label
{
    font-weight: 400;
    line-height: 18px;
    position: absolute;
    z-index: 100;
    top: 12px;
    left: 20px;
    -webkit-transition: .25s;
    transition: .25s;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    pointer-events: none;
    color: #9ca0a6;
}

.float-label .control-label-textarea
{
    top: 35px;
}

.active-float-label .control-label
{
    -webkit-transform: translate3d(0px, -6px, 0) scale(.8);
    transform: translate3d(0px, -6px, 0) scale(.8);
}

.active-float-label .control-label-textarea
{
    width: 100%;
    -webkit-transform: translate3d(0px, -6px, 0) scale(.8);
    transform: translate3d(0px, -6px, 0) scale(.8);
    background: #fff;
}

.active-float-label input
{
    padding-top: 10px;
}

.active-float-label textarea
{
    overflow: hidden;
    padding-top: 20px;
    -webkit-transition: .25s;
    transition: .25s;
    background: #fff;
}

#tabs-button
{
    display: none;
}

@media (max-width: 767px)
{
    #tabs-button
    {
        font-size: 13px;
        font-weight: 900;

        position: relative;

        display: block;

        margin-top: 10px;
        margin-bottom: 6px;
        padding: 6px 0;

        -webkit-transition: .3s;
        transition: .3s;

        color: #2c3d50;
        border: none;
        border-bottom: 3px solid #5fc764;
        background: none;
    }
    #tabs-button:before
    {
        font: bold normal normal 15px/1 'Material-Design-Iconic-Font';
        font-size: 16px;

        position: absolute;
        top: 2px;
        right: -17px;
        bottom: 0;

        height: 16px;
        margin: auto;

        content: '\f2f9';

        color: #2c3d50;
    }
    #tabs-button:hover
    {
        color: #5fc764;
    }
}

.free-activation
{
    position: relative;

    padding: 33px 30px 40px 30px;
}

@media (max-width: 767px)
{
    .free-activation
    {
        padding: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .free-activation
    {
        padding: 26px 30px 30px 30px;
    }
}

.free-activation img
{
    top: -68px;
    right: -40px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .free-activation img
    {
        top: 5px;
        right: -36px;

        width: 219px;
        height: 124px;
    }
}

.header-banner
{
    display: -webkit-box;
    display: -ms-flexbox;
    display:         flex;
    display: -webkit-flex;

    width: 100%;

    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
}

.section-heading
{
    margin-top: -8px;
    margin-bottom: 60px;

    text-align: center;
}

@media (max-width: 767px)
{
    .section-heading
    {
        font-size: 25px;
        line-height: 26px;

        margin-bottom: 30px;
        padding: 0;
    }
    .section-email-verify .section-heading {
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-heading
    {
        font-size: 28px;

        margin-top: -10px;
        margin-bottom: 30px;
    }
    .section-heading span
    {
        font-size: 18px;
    }
}

.section-heading span
{
    display: block;
}

@media (max-width: 767px)
{
    .section-heading span
    {
        font-size: 18px;
    }
}

.banner-frame
{
    border: 1px solid #ededed;
}

.banner-left .banner-frame-green
{
    left: -30px;
}

@media (max-width: 767px)
{
    .section-home
    {
        margin: 60px 0 0 0;
    }
}

.section-home .banner-left
{
    position: relative;
    right: -1px;

    width: 58.81%;

    border: 1px solid #ededed;
}

@media (max-width: 1199px)
{
    .section-home .banner-left
    {
        right: 0;

        width: 100%;

        border-top: none;
    }
}

.section-home .banner-right
{
    width: 41.19%;
}

@media (max-width: 767px)
{
    .section-home .banner-right
    {
        width: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-home .banner-right
    {
        width: 100%;
    }
    .section-home .banner-right:after,
    .section-home .banner-right:before
    {
        position: absolute !important;
        top: 100% !important;
        right: 0 !important;
        left: 50% !important;

        width: 0 !important;
        height: 0 !important;

        content: ' ' !important;
        pointer-events: none !important;

        border: solid transparent !important;
    }
    .section-home .banner-right:after
    {
        margin-top: 0 !important;
        margin-left: -10px !important;

        border-width: 10px !important;
        border-color: rgba(255, 255, 255, 0) !important;
        border-top-color: #fff !important;
        border-right-color: none !important;
    }
    .section-home .banner-right:before
    {
        margin-top: 0 !important;
        margin-left: -12px !important;

        border-width: 12px !important;
        border-color: rgba(152, 152, 152, 0) !important;
        border-top-color: #efefef !important;
        border-right-color: none !important;
    }
}

@media (max-width: 767px)
{
    .section-home .banner-right h2
    {
        line-height: 20px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-home .banner-right h2
    {
        padding: 0 200px;
    }
}

.section-home .banner-frame
{
    padding: 30px;
}

@media (max-width: 767px)
{
    .section-home .banner-frame
    {
        padding: 17px 20px 30px 20px;
    }
}

.header-banner .banner-left
{
    float: left;
}

.header-banner .banner-left img
{
    display: block;

    width: 100%;
}

@media (max-width: 1199px)
{
    .header-banner
    {
        flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }
}

.page-slider .mockup
{
    margin-top: -9px;
}

.banner-right
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-right h2
{
    margin-top: 10px;
    padding-right: 20%;
}

@media (max-width: 1199px)
{
    .banner-right h2
    {
        font-size: 18px;

        margin-top: 0;
        padding-right: 0;

        text-align: center;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .banner-right h2
    {
        font-size: 22px;
        line-height: 26px;
    }
}

.banner-right .banner-right-content
{
    width: 100%;
}

.banner-right .banner-right-content .form-control
{
    margin-bottom: 20px;

    border: 1px solid #dde0e4;
}

@media (max-width: 767px)
{
    .banner-right .banner-right-content .form-control
    {
        margin-bottom: 10px;
    }
}

.banner-right .banner-right-content form
{
    margin-top: 20px;
}

.banner-right .banner-right-content form input
{
    padding-top: 15px;
    padding-bottom: 0;
}

.banner-right .banner-right-content form input::-webkit-input-placeholder
{
    font-weight: 300;

    color: #9ca0a6;
}

.banner-right .banner-right-content form input:-moz-placeholder
{
    font-weight: 300;
    /* Firefox 18- */

    color: #9ca0a6;
}

.banner-right .banner-right-content form input::-moz-placeholder
{
    font-weight: 300;
    /* Firefox 19+ */

    color: #9ca0a6;
}

.banner-right .banner-right-content form input:-ms-input-placeholder
{
    font-weight: 300;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .banner-right .banner-right-content form
    {
        margin-top: 17px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .banner-right .banner-right-content form
    {
        margin-top: 30px;
    }
    .banner-right .banner-right-content form .form-group
    {
        margin-bottom: 20px;
    }
}

.banner-right .banner-right-content span
{
    font-weight: bold;

    display: block;

    padding: 0 0 10px 0;

    text-transform: uppercase;

    color: #2c3d50;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .banner-right .banner-right-content span
    {
        margin-top: -3px;
    }
}

@media (max-width: 767px)
{
    .banner-right .banner-right-content span
    {
        display: none;
    }
}

.banner-right .banner-right-content .social-buttons
{
    text-align: center;
}

.banner-right .banner-right-content .social-buttons .btn-social i
{
    line-height: 32px;
}

.banner-right .banner-right-content .social-buttons .btn-social i.zmdi-google-plus
{
    font-size: 22px;
}

@media (max-width: 767px)
{
    .banner-right .banner-right-content .social-buttons .btn-social i.zmdi-google-plus
    {
        font-size: 20px;
    }
}

@media (max-width: 767px)
{
    .banner-right .banner-right-content .social-buttons .btn-social i.zmdi-facebook
    {
        font-size: 16px;
    }
}

.banner-right:after,
.banner-right:before
{
    position: absolute;
    top: 50%;
    right: 100%;

    width: 0;
    height: 0;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
}

.banner-right:after
{
    margin-top: -10px;

    border-width: 10px;
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #fff;
}

.banner-right:before
{
    margin-top: -12px;

    border-width: 12px;
    border-color: rgba(55, 63, 69, 0);
    border-right-color: #f0f0f0;
}

@media (max-width: 767px)
{
    .banner-right:after,
    .banner-right:before
    {
        position: absolute;
        top: 100%;
        left: 50%;

        width: 0;
        height: 0;

        content: '';

        border-top: solid 10px #e15915;
        border-right: solid 10px transparent;
        border-left: solid 10px transparent;
    }
    .banner-right:after
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #fff;
    }
    .banner-right:before
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #989898;
    }
}

.mockup
{
    position: relative;

    width: 100%;
    height: 500px;
}

@media (max-width: 767px)
{
    .mockup
    {
        height: auto;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .mockup
    {
        height: 400px;
    }
}

.mockup img
{
    position: absolute;
    right: 0;
    left: 0;

    margin: 0 auto;
}

@media (max-width: 767px)
{
    .mockup img
    {
        width: 280px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .mockup img
    {
        width: 697px;
    }
}

.section-subtitle
{
    margin-top: 50px;

    text-align: center;
}

@media (max-width: 767px)
{
    .section-subtitle
    {
        margin-top: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-subtitle
    {
        margin-top: 7px;
    }
}

.section-subtitle h4
{
    font-weight: 900;
    line-height: 32px;
}

@media (max-width: 767px)
{
    .section-subtitle h4
    {
        font-size: 16px;

        margin-top: 10px;
    }
}

.section-subtitle p
{
    margin: 0;
}

@media (max-width: 767px)
{
    .section-subtitle p
    {
        padding: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-subtitle p
    {
        padding: 0 90px;
    }
}

@media (min-width: 1200px)
{
    .section-subtitle p
    {
        padding: 0 250px;
    }
}

.banner-frame-green
{
    position: relative;

    width: 100%;

    border: 5px solid #5fc764;
}

@media (max-width: 767px)
{
    .banner-frame-green
    {
        position: static;

        padding: 25px 0;

        text-align: center;
    }
}

.banner-frame-green h2
{
    margin: 0;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .banner-frame-green h2
    {
        font-size: 22px;
        line-height: 26px;
    }
}

@media (max-width: 767px)
{
    .banner-frame-green h2
    {
        font-size: 20px;
        line-height: 26px;
    }
}

.banner-frame-green span
{
    font-size: 50px;
    font-weight: 900;
    line-height: 56px;

    display: block;

    color: #5fc764;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .banner-frame-green span
    {
        font-size: 36px;
        line-height: 50px;
    }
}

@media (max-width: 767px)
{
    .banner-frame-green span
    {
        font-size: 36px;
        line-height: 26px;
    }
}

@media (max-width: 767px)
{
    .section-plans hr
    {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-plans hr
    {
        margin-top: -6px;
    }
}

.section-plans .banner-frame-plans
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section-plans .banner-frame-plans .banner-frame-green
{
    padding: 25px 0 25px 54px;
}

@media (max-width: 767px)
{
    .section-plans .banner-frame-plans .banner-frame-green
    {
        padding: 25px 0 25px 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-plans .banner-frame-plans .banner-frame-green
    {
        padding: 26px 0 25px 44px;
    }
    .section-plans .banner-frame-plans .banner-frame-green _::-webkit-full-page-media,
    .section-plans .banner-frame-plans .banner-frame-green _:future,
    .section-plans .banner-frame-plans .banner-frame-green :root .safari_only
    {
        padding: 25px 100px 25px 0;
    }
}

.section-plans .banner-left
{
    width: 31%;
    height: 360px;
}

.section-plans .banner-left:after,
.section-plans .banner-left:before
{
    position: absolute;
    top: 50%;
    left: 100%;

    width: 0;
    height: 0;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
}

.section-plans .banner-left:after
{
    margin-top: -10px;

    border-width: 10px;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
}

.section-plans .banner-left:before
{
    margin-top: -12px;

    border-width: 12px;
    border-color: rgba(55, 63, 69, 0);
    border-left-color: #f0f0f0;
}

@media (max-width: 767px)
{
    .section-plans .banner-left
    {
        padding: 20px;
    }
    .section-plans .banner-left:after,
    .section-plans .banner-left:before
    {
        position: absolute;
        top: 100%;
        left: 50%;

        width: 0;
        height: 0;

        content: '';

        border-top: solid 10px #e15915;
        border-right: solid 10px transparent;
        border-left: solid 10px transparent;
    }
    .section-plans .banner-left:after
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #fff;
    }
    .section-plans .banner-left:before
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #989898;
    }
}

@media (max-width: 991px) and (min-width: 768px)
{
    .section-plans .banner-left:after,
    .section-plans .banner-left:before
    {
        position: absolute;
        top: 50%;
        left: 100%;

        width: 0;
        height: 0;

        content: ' ';
        pointer-events: none;

        border: solid transparent;
    }
    .section-plans .banner-left:after
    {
        margin-top: -10px;

        border-width: 10px;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #fff;
    }
    .section-plans .banner-left:before
    {
        margin-top: -12px;

        border-width: 12px;
        border-color: rgba(55, 63, 69, 0);
        border-left-color: #f0f0f0;
    }
}

@media (max-width: 767px)
{
    .section-plans .banner-left
    {
        height: auto;
        padding: 0;
    }
    .section-plans .banner-left:after,
    .section-plans .banner-left:before
    {
        position: absolute;
        top: 50%;
        right: 100%;

        width: 0;
        height: 0;

        content: ' ';
        pointer-events: none;

        border: solid transparent;
    }
    .section-plans .banner-left:after
    {
        margin-top: -10px;

        border-width: 10px;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #5fc764;
    }
    .section-plans .banner-left:before
    {
        margin-top: -12px;

        border-width: 12px;
        border-color: rgba(55, 63, 69, 0);
        border-right-color: #f0f0f0;
    }
}

@media (max-width: 767px) and (max-width: 767px)
{
    .section-plans .banner-left
    {
        width: 100%;
    }
    .section-plans .banner-left:after,
    .section-plans .banner-left:before
    {
        position: absolute;
        top: 100%;
        left: 50%;

        width: 0;
        height: 0;

        content: '';

        border-top: solid 10px #e15915;
        border-right: solid 10px transparent;
        border-left: solid 10px transparent;
    }
    .section-plans .banner-left:after
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #5fc764;
    }
    .section-plans .banner-left:before
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #989898;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-plans .banner-left
    {
        width: 37.3%;
        height: 237px;
    }
}

@media (max-width: 1199px)
{
    .section-plans .header-banner
    {
        display: block;
        flex-direction: column;

        margin-top: -3px;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
}

.section-plans .banner-right
{
    width: 69%;
}

@media (max-width: 767px)
{
    .section-plans .banner-right
    {
        width: 100%;
        padding: 0;

        border: 1px solid #ededed;
        border-top: none;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-plans .banner-right
    {
        width: 62.7%;
        height: 237px;
    }
}

.section-plans .banner-right .extras .extras-item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    flex-direction: column;

    width: 33.333%;
    height: 180px;

    text-align: center;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media (max-width: 767px)
{
    .section-plans .banner-right .extras .extras-item
    {
        float: left;

        width: 50%;
        height: 100px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-plans .banner-right .extras .extras-item
    {
        height: 120px;
    }
}

.section-plans .banner-right .extras .extras-item:after
{
    width: 100%;

    content: '';
}

.section-plans .banner-right .extras .extras-item img
{
    margin-bottom: 15px;
}

@media (max-width: 1199px)
{
    .section-plans .banner-right .extras .extras-item img
    {
        width: 90px;
        height: 50px;
        margin-bottom: 5px;
    }
}

.section-plans .banner-right .extras .extras-item span
{
    font-size: 15px;

    display: block;

    text-transform: uppercase;

    color: #2c3d50;

    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media (max-width: 1199px)
{
    .section-plans .banner-right .extras .extras-item span
    {
        font-size: 12px;
        font-weight: 400;
    }
}

.section-plans .banner-right::before,
.section-plans .banner-right::after
{
    content: none !important;
}

.select2-container .select2-dropdown.normal-dropdown:before
{
    top: 0 !important;

    height: 100% !important;
}

.select2-container .normal-select
{

}

@media (max-width: 1199px) and (min-width: 768px)
{
    .select2-container .normal-select
    {
        padding: 13px 20px;
    }
}

.section-prices .column.column-center .bundle .button
{
    padding: 15px 35px 0 35px;
}

@media (max-width: 767px)
{
    .section-prices hr
    {
        display: none;
    }
}

.section-prices .nav-left .normal-select
{
    padding: 10px 35px 10px 0;
}

@media (max-width: 767px)
{
    .section-prices .nav-left.open #tabs-button:before
    {
        content: '\f2fc' !important;
    }
}

.section-prices .nav-right
{
    margin-right: 7px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .nav-right
    {
        margin-right: -7px;
    }
}

.section-prices .prices-nav
{
    position: relative;
}

@media (max-width: 767px)
{
    .section-prices .prices-nav
    {
        margin-bottom: 14px;
    }
}

@media (min-width: 768px)
{
    .section-prices .prices-nav .nav-select
    {
        display: none;
    }
}

.section-prices .prices-nav label
{
    font-size: 13px;

    position: relative;
    z-index: 20;
    right: -20px;

    color: #9ca0a6;
}

.section-prices .prices-nav:after
{
    display: block;
    clear: both;

    content: '';
}

.section-prices .prices-nav .select2-container .select2-selection__arrow:before
{
    font: normal normal 900 15px/1 'Material-Design-Iconic-Font';

    position: relative;
    left: 10px;
}

.section-prices .prices-nav .nav-tabs
{
    margin-bottom: 15px;
    margin-left: 206px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .prices-nav .nav-tabs
    {
        margin-bottom: 19px;
        margin-left: 95px;
    }
}

@media (max-width: 1199px) and (min-width: 992px)
{
    .section-prices .prices-nav .nav-tabs
    {
        margin-left: 120px;
    }
}

@media (max-width: 767px)
{
    .section-prices .prices-nav .nav-tabs
    {
        display: none;
    }
}

.section-prices .prices-nav .nav-tabs li a
{
    padding: 13px 0 5px 0;
}

.section-prices .prices-nav .selection
{
    font-weight: 900;
}

.section-prices .prices-nav .form-control
{
    border: none;
}

.section-prices .prices-nav .form-control:hover span:nth-child(1)
{
    color: #5fc764;
}

.section-prices .fixed-height
{
    height: 65px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .fixed-height
    {
        height: 62px;
    }
}

.section-prices .column-narrow
{
    width: 18%;

    list-style: none;
}

@media (max-width: 767px)
{
    .section-prices .column-narrow
    {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column-narrow
    {
        width: 12.913%;
    }
}

.section-prices .column-narrow ul
{
    list-style-type: none;
}

.section-prices .column-narrow li
{
    text-align: right;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-prices .column-narrow li
    {
        font-size: 12px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column-narrow li
    {
        font-size: 12px;

        padding: 5.5px 15px 5.5px 0 !important;
    }
}

.section-prices .column-wide
{
    width: 27.018%;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column-wide
    {
        width: 29.029%;
    }
}

.section-prices .column-wide .column-left
{
    position: relative;
    right: -1px;
}

@media (max-width: 767px)
{
    .section-prices .column-wide .column-left
    {
        z-index: 0;
    }
}

.section-prices .column-wide .column-right
{
    position: relative;
    left: -1px;
}

@media (max-width: 767px)
{
    .section-prices .column-wide .column-right
    {
        z-index: 0;
    }
}

.section-prices .column-wide li
{
    font-weight: 600;

    text-align: center;

    color: #2c3d50;
}

.section-prices .column-wide li .price-option
{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6em;

    float: left;

    width: 50%;
    padding-right: 12.5px;

    text-align: right;

    color: #9ca0a6;
}

@media (min-width: 768px)
{
    .section-prices .column-wide li .price-option
    {
        display: none;
    }
}

@media (max-width: 767px)
{
    .section-prices .column-wide li .price-option
    {
        line-height: 1.2em;
    }
}

.section-prices .column-wide li .price-value
{
    float: right;

    width: 50%;
    padding-left: 12.5px;

    text-align: left;
}

@media (min-width: 768px)
{
    .section-prices .column-wide li .price-value
    {
        float: none;

        width: 100%;
        padding-left: 0;

        text-align: center;
    }
}

.section-prices .column-center
{
    position: relative;
    z-index: 20;
}

.section-prices .column
{
    float: left;
}

@media (max-width: 767px)
{
    .section-prices .column
    {
        width: 100%;
    }
}

@media (max-width: 767px)
{
    .section-prices .column
    {
        margin-bottom: 20px;
    }
}

.section-prices .column .frame
{
    border: 1px solid #ededed;
}

.section-prices .column .no-frame
{
    position: relative;

    border: none;
}

.section-prices .column .frame-green
{
    position: relative;

    box-shadow: inset 0 0 0 5px #5fc764;
}

.section-prices .column .frame-green .corner-ribbon
{
    font-size: 9px;
    font-weight: 900;
    line-height: 20px;

    position: absolute;

    width: 100px;

    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;

    color: #f0f0f0;
    background: #5fc764;
}

.section-prices .column .frame-green .corner-ribbon::before
{
    position: absolute;
    top: -2px;
    left: -3.8px;

    width: 0;

    content: '';

    border: none;
    border-top: 19px solid white;
    border-right: 19px solid transparent;
}

.section-prices .column .frame-green .corner-ribbon::after
{
    position: absolute;
    top: -2px;
    right: -2px;

    width: 0;

    content: '';

    border: none;
    border-top: 19px solid white;
    border-left: 19px solid transparent;
}

.section-prices .column .frame-green .top-right
{
    top: 23px;
    right: -18px;
    left: auto;

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section-prices .column .bundle
{
    margin: 0;
    padding: 20px 0 0 0;
}

@media (max-width: 767px)
{
    .section-prices .column .bundle
    {
        padding: 0;
    }
}

.section-prices .column .bundle .list-options
{
    padding: 0;

    list-style-type: none;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column .bundle .list-options
    {
        padding: 0;
    }
}

@media (min-width: 768px)
{
    .section-prices .column .bundle .list-options
    {
        height: auto !important;
    }
}

.section-prices .column .bundle .header-list
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}

.section-prices .column .bundle .header-list .list-button.open::after
{
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 16px;

    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;

    height: 16px;
    margin: auto;

    content: '\f2fc';
}

@media (max-width: 767px)
{
    .section-prices .column .bundle .header-list .colapse-list
    {
        padding: 0 0 10px 0;
        padding-top: 10px;
    }
}

.section-prices .column .bundle .header-list .list-button
{
    display: none;
}

@media (max-width: 767px)
{
    .section-prices .column .bundle .header-list .list-button
    {
        font-size: 12px;

        position: relative;

        display: inline-block;

        padding: 20px 0 15px 0;

        color: #9ca0a6;
    }
    .section-prices .column .bundle .header-list .list-button::after
    {
        font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
        font-size: 16px;

        position: absolute;
        right: 0;
        bottom: -4px;
        left: 0;

        height: 16px;
        margin: auto;

        content: '\f2f9';
    }
}

@media (max-width: 767px)
{
    .section-prices .column .bundle .header-list .button
    {
        padding: 0 20px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column .bundle .header-list .button
    {
        padding: 0 20px;
    }
}

.section-prices .column .bundle .bundle-header
{
    font-size: 25px;
    font-weight: 300;

    padding: 15px 30px;

    text-align: center;

    color: #2c3d50;
}

@media (max-width: 767px)
{
    .section-prices .column .bundle .bundle-header
    {
        font-size: 18px;

        padding-bottom: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column .bundle .bundle-header
    {
        font-size: 18px;

        padding: 0 30px;
    }
}

.section-prices .column .bundle .bundle-header .bundle-icon
{
    position: absolute;
    top: 0;
    right: 30px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 152px;
    height: 152px;

    text-align: center;
    text-transform: uppercase;

    background: url('../img/promo.png') no-repeat;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column .bundle .bundle-header .bundle-icon
    {
        top: 10px;
        left: 0;

        text-align: left;

        background: none;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.section-prices .column .bundle .bundle-header .bundle-icon .return
{
    font-size: 11px;

    color: #9ca0a6;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column .bundle .bundle-header .bundle-icon .return
    {
        font-size: 9px;
        line-height: 18px;
    }
}

.section-prices .column .bundle .bundle-header .bundle-icon .hearts
{
    margin-top: -20px;
}

.section-prices .column .bundle .bundle-header .bundle-icon .term
{
    font-size: 22px;
    font-weight: 900;
    line-height: 20px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column .bundle .bundle-header .bundle-icon .term
    {
        font-size: 18px;
        line-height: 18px;
    }
}

.section-prices .column .bundle .bundle-header .bundle-icon .term span
{
    font-size: 16px;

    display: block;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column .bundle .bundle-header .bundle-icon .term span
    {
        font-size: 13px;
        line-height: 18px;
    }
}

.section-prices .column .bundle li
{
    font-size: 15px;

    padding: 10px 30px;
}

.section-prices .column .bundle li a
{
    font-size: 13px;

    width: 100%;
}

@media (max-width: 767px)
{
    .section-prices .column .bundle li
    {
        font-size: 13px;

        padding: 15px 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column .bundle li
    {
        font-size: 12px;

        padding: 5.5px 15px;
    }
}

.section-prices .column .bundle li.colapse-list
{
    padding-top: 10px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column .bundle li.colapse-list
    {
        padding-top: 4px;
    }
}

.section-prices .column .bundle .button
{
    padding: 15px 30px 0 30px;
}

@media (max-width: 767px)
{
    .section-prices .column .bundle .button
    {
        padding: 15px 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column .bundle .button
    {
        font-size: 12px;

        padding: 10px 15px;
    }
}

.section-prices .column .bundle .extra-option
{
    color: #5fc764;
}

.section-prices .column .bundle .bundle-price
{
    font-size: 35px;
    font-weight: 900;
    line-height: 30px;

    padding: 15px 30px 7px 30px;

    text-align: center;

    color: #2c3d50;
}

@media (max-width: 1199px)
{
    .section-prices .column .bundle .bundle-price
    {
        font-size: 26px;
    }
}

@media (max-width: 767px)
{
    .section-prices .column .bundle .bundle-price
    {
        padding: 5px 30px 15px 30px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-prices .column .bundle .bundle-price
    {
        padding: 15px 0 13px 0;
    }
}

.section-prices .column .bundle .bundle-price span
{
    font-size: 15px;
    font-weight: 500;

    display: block;

    color: #9ca0a6;
}

@media (max-width: 1199px)
{
    .section-prices .column .bundle .bundle-price span
    {
        font-size: 12px;
        line-height: 14px;
    }
}

.section-prices .column .bundle .bundle-price span.later-price
{
    display: inline-block;
}

@media (max-width: 767px)
{
    .section-prices .column:last-child
    {
        margin-bottom: 0;
    }
}

.page-footer
{
    margin-top: 100px;

    border-top: 1px solid #ededed;
}

@media (max-width: 767px)
{
    .page-footer
    {
        margin-top: 40px;
    }
}

.page-footer .footer-nav
{
    padding: 100px 0;
}

@media (max-width: 991px)
{
    .page-footer .footer-nav
    {
        padding: 25px 0;
    }
}

.page-footer .footer-nav .copyright
{
    margin-top: 20px;
}

@media (max-width: 991px)
{
    .page-footer .footer-nav .copyright
    {
        display: none;
    }
}

.page-footer .footer-nav .copyright p
{
    font-size: 13px;

    display: block;

    margin-top: 5px;
}

.page-footer .footer-nav .copyright a
{
    font-weight: 900;

    text-decoration: underline;

    color: #9ca0a6;
}

.page-footer .footer-nav .copyright .social-buttons
{
    margin-top: 20px;

    text-align: left;
}

.page-footer .footer-nav .copyright .social-buttons .btn-social
{
    width: 35px;
    height: 35px;
    margin: 0;
    margin-right: 10px;
}

.page-footer .footer-nav .copyright .social-buttons i
{
    line-height: 32px;
}

.page-footer .footer-nav .copyright .social-buttons .zmdi-google-plus
{
    font-size: 22px;
}

.page-footer .footer-nav .copyright .social-buttons .zmd-facebook
{
    font-size: 18px;
}

.page-footer .footer-nav .social-buttons-bottom
{
    display: none;

    margin-top: 10px;
}

@media (max-width: 991px) and (min-width: 768px)
{
    .page-footer .footer-nav .social-buttons-bottom
    {
        display: block;

        text-align: right;
    }
    .page-footer .footer-nav .social-buttons-bottom i.zmdi-google-plus
    {
        font-size: 22px;
    }
}

@media (max-width: 767px)
{
    .page-footer .footer-nav .social-buttons-bottom
    {
        display: block;
    }
    .page-footer .footer-nav .social-buttons-bottom i
    {
        line-height: 32px;
    }
    .page-footer .footer-nav .social-buttons-bottom i.zmdi-google-plus
    {
        font-size: 20px;
    }
    .page-footer .footer-nav .social-buttons-bottom i.zmdi-facebook
    {
        font-size: 16px;
    }
}

.page-footer .footer-nav ul
{
    margin: 0;
    padding: 0;

    list-style-type: none;
}

.page-footer .footer-nav ul h4
{
    font-size: 13px;
    font-weight: 900;

    padding-bottom: 5px;
}

@media (max-width: 767px)
{
    .page-footer .footer-nav ul h4
    {
        margin-bottom: 20px;
        margin-left: 0;
    }
}

.page-footer .footer-nav ul li
{
    margin: 9px 0;
}

.page-footer .footer-nav ul li a
{
    font-size: 13px;

    padding: 10px 0;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .page-footer .footer-nav ul li a
    {
        font-size: 12px;

        padding: 0;
    }
}

.page-footer .footer-nav ul li:hover a
{
    color: #2c3d50;
}

.page-footer .footer-bottom
{
    display: none;

    padding: 20px 0;

    border-top: 1px solid #e4e4e4;
}

.page-footer .footer-bottom .copyright span
{
    font-size: 13px;

    display: inline;

    margin-top: 10px;

    color: #9ca0a6;
}

.page-footer .footer-bottom .copyright a
{
    font-weight: 900;

    text-decoration: underline;

    color: #9ca0a6;
}

.page-footer .footer-bottom .social-buttons
{
    display: none;
}

@media (max-width: 767px)
{
    .page-footer .footer-bottom .social-buttons
    {
        position: relative;

        display: block;

        margin: 0 auto;
    }
}

@media (max-width: 991px)
{
    .page-footer .footer-bottom
    {
        display: block;
    }
}

@media (max-width: 767px)
{
    .section-body
    {
        padding: 0;

        text-align: center;

        border: none;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-body
    {
        padding: 30px 20px;
    }
}

@media (max-width: 767px)
{
    .section-body h2
    {
        font-size: 20px;
        line-height: 22px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-body h2
    {
        font-size: 22px;
        line-height: 25px;

        margin-top: 0;
    }
}

.section-body h2 span
{
    display: block;
}

@media (max-width: 767px)
{
    .section-body h2 span
    {
        font-size: 15px;
        line-height: 22px;

        padding: 10px 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-body h2 span
    {
        font-size: 15px;
        line-height: 25px;

        margin-top: 0;
        padding: 0;
    }
}

.section-body .transfer-button
{
    display: inline-block;

    margin-top: 27px;
}

@media (max-width: 767px)
{
    .section-body .transfer-button
    {
        margin-top: 5px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-body .transfer-button
    {
        margin-top: 20px;
    }
}

.section-body img
{
    position: absolute;
    top: -50px;
    right: -100px;
}

@media (max-width: 767px)
{
    .section-body img
    {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner
    {
        flex-direction: row;

        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
}

@media (max-width: 767px)
{
    .section-banners .header-banner
    {
        padding-top: 0;
    }
}

.section-banners .header-banner .banner-left
{
    position: relative;

    width: 60%;
    height: 275px;

    border: none;
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-left
    {
        width: 100%;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner .banner-left
    {
        width: 51.667%;
        height: 210px;
    }
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-left .no-pad
    {
        padding: 0;
    }
}

.section-banners .header-banner .banner-left .charts
{
    margin-right: 12px;
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-left .charts
    {
        margin-right: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner .banner-left .charts
    {
        margin-right: 20px;
    }
}

.section-banners .header-banner .banner-left .charts .col-xs-3
{
    padding: 0 7.5px;
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-left .charts .col-xs-3
    {
        padding: 0 5px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner .banner-left .charts .col-xs-3
    {
        padding: 0 5px;
    }
}

.section-banners .header-banner .banner-left .charts .row
{
    margin: 0;
}

.section-banners .header-banner .banner-left .chart-column
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 275px;

    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner .banner-left .chart-column
    {
        height: 210px;
    }
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-left .chart-column .chart-column-content p
    {
        font-size: 13px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner .banner-left .chart-column .chart-column-content p
    {
        font-size: 13px;
    }
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content span
{
    font-size: 18px;

    position: relative;
    bottom: 15px;

    width: 50px;
    margin: 0 auto;
    padding: 5px 10px;

    color: #fff;
    border-radius: 5px;
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-left .chart-column .chart-column-content span
    {
        font-size: 13px;

        bottom: 10px;

        width: 40px;
        padding: 3px 10px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner .banner-left .chart-column .chart-column-content span
    {
        font-size: 13px;

        bottom: 10px;

        width: 35px;
        padding: 2.5px 10px;
    }
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content span::after
{
    position: absolute;
    top: 100%;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -5px;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
    border-width: 5px;
    border-color: rgba(95, 199, 100, 0);
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .gray
{
    font-weight: 300;

    background: #abb1b9;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .gray::after
{
    border-top-color: #abb1b9;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .dark-gray
{
    font-weight: 300;

    background: #808b96;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .dark-gray::after
{
    border-top-color: #808b96;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .dark-blue
{
    font-weight: 300;

    background: #566473;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .dark-blue::after
{
    border-top-color: #566473;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .green
{
    font-weight: 900;

    background: #5fc764;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .green::after
{
    border-top-color: #5fc764;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .text-gray
{
    color: #566473;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .text-dark-gray
{
    color: #566473;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .text-dark-blue
{
    color: #566473;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .text-green
{
    font-weight: 900;

    color: #5fc764;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .column-data
{
    display: block;

    height: 1px;

    -webkit-transition: all ease-in 1s;
    transition: all ease-in 1s;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .hekko.animated
{
    height: 41px;
}

@media (max-width: 991px)
{
    .section-banners .header-banner .banner-left .chart-column .chart-column-content .hekko.animated
    {
        height: 31px;
    }
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .hekko
{
    background: #abb1b9;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .home.animated
{
    height: 82px;
}

@media (max-width: 991px)
{
    .section-banners .header-banner .banner-left .chart-column .chart-column-content .home.animated
    {
        height: 61px;
    }
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .home
{
    background: #808b96;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .zenbox.animated
{
    height: 115px;
}

@media (max-width: 991px)
{
    .section-banners .header-banner .banner-left .chart-column .chart-column-content .zenbox.animated
    {
        height: 85px;
    }
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .zenbox
{
    background: #566473;
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .getlark.animated
{
    height: 214px;
}

@media (max-width: 991px)
{
    .section-banners .header-banner .banner-left .chart-column .chart-column-content .getlark.animated
    {
        height: 158px;
    }
}

.section-banners .header-banner .banner-left .chart-column .chart-column-content .getlark
{
    background: #5fc764;
}

.section-banners .header-banner .banner-left .bundle-icon
{
    position: absolute;
    top: 55px;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 152px;
    height: 152px;

    text-align: center;
    text-transform: uppercase;

    color: #2c3d50;
    background: url('../img/promo.png') no-repeat;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-left .bundle-icon
    {
        top: 0;
        left: 0;

        text-align: left;

        background: none;

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner .banner-left .bundle-icon
    {
        top: 0;
        right: 0;
        left: 0;

        text-align: left;

        background: none;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 1199px) and (min-width: 992px)
{
    .section-banners .header-banner .banner-left .bundle-icon
    {
        top: 0;
    }
}

.section-banners .header-banner .banner-left .bundle-icon .return
{
    font-size: 11px;
    font-weight: 300;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-left .bundle-icon .return
    {
        font-size: 9px;
        line-height: 18px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner .banner-left .bundle-icon .return
    {
        font-size: 9px;
        line-height: 18px;
    }
}

.section-banners .header-banner .banner-left .bundle-icon .hearts
{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;

    margin: 10px;
    margin-top: -5px;
}

.section-banners .header-banner .banner-left .bundle-icon .hearts img
{
    width: auto;
    margin: 0 2px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner .banner-left .bundle-icon .hearts
    {
        margin-left: 0;
    }
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-left .bundle-icon .hearts
    {
        margin: 10px 0 10px 0;
    }
}

.section-banners .header-banner .banner-left .bundle-icon .term
{
    font-size: 22px;
    font-weight: 900;
    line-height: 20px;
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-left .bundle-icon .term
    {
        font-size: 18px;
        line-height: 18px;
    }
}

@media (max-width: 1199px) and (min-width: 480px)
{
    .section-banners .header-banner .banner-left .bundle-icon .term
    {
        font-size: 18px;
        line-height: 18px;
    }
}

.section-banners .header-banner .banner-left .bundle-icon .term span
{
    font-size: 16px;

    display: block;
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-left .bundle-icon .term span
    {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 1199px) and (min-width: 480px)
{
    .section-banners .header-banner .banner-left .bundle-icon .term span
    {
        font-size: 13px;
        line-height: 18px;
    }
}

.section-banners .header-banner .banner-right
{
    width: 40%;
    height: 275px;
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-right
    {
        width: 100%;
        height: auto;
        margin-bottom: 30px;

        text-align: center;

        border: none;
    }
    .section-banners .header-banner .banner-right:after,
    .section-banners .header-banner .banner-right:before
    {
        position: absolute;
        top: 50%;
        right: 100%;

        width: 0;
        height: 0;

        content: ' ';
        pointer-events: none;

        border: solid transparent;
    }
    .section-banners .header-banner .banner-right:after
    {
        margin-top: -10px;

        border-width: 10px;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #5fc764;
    }
    .section-banners .header-banner .banner-right:before
    {
        margin-top: -12px;

        border-width: 12px;
        border-color: rgba(55, 63, 69, 0);
        border-right-color: #f0f0f0;
    }
}

@media (max-width: 767px) and (max-width: 767px)
{
    .section-banners .header-banner .banner-right
    {
        width: 100%;
    }
    .section-banners .header-banner .banner-right:after,
    .section-banners .header-banner .banner-right:before
    {
        position: absolute;
        top: 100%;
        left: 50%;

        width: 0;
        height: 0;

        content: '';

        border-top: solid 10px #e15915;
        border-right: solid 10px transparent;
        border-left: solid 10px transparent;
    }
    .section-banners .header-banner .banner-right:after
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #5fc764;
    }
    .section-banners .header-banner .banner-right:before
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #989898;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner .banner-right
    {
        width: 48.335%;
        height: 210px;
    }
}

.section-banners .header-banner .banner-right .banner-frame-green
{
    right: -30px;
    left: initial;

    padding: 20px 0 20px 30px;
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-right .banner-frame-green
    {
        padding: 30px 15px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner .banner-right .banner-frame-green
    {
        padding: 20px 40px 20px 20px;
    }
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-right .banner-frame-green h2
    {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner .banner-right .banner-frame-green h2
    {
        font-size: 22px;
        line-height: 25px;

        text-align: left;
    }
}

@media (max-width: 767px)
{
    .section-banners .header-banner .banner-right .banner-frame-green p
    {
        font-size: 15px;
        line-height: 15px;

        margin-top: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-banners .header-banner .banner-right .banner-frame-green p
    {
        font-size: 13px;
        line-height: 18px;
    }
}

@media (max-width: 1199px)
{
    .section-help hr
    {
        display: none;
    }
}

.section-help .header-banner
{
    flex-direction: row-reverse;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
}

@media (max-width: 767px)
{
    .section-help .header-banner
    {
        flex-direction: column-reverse;

        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-help .header-banner .banner-right
    {
        width: 43.056%;
    }
}

.section-help .header-banner .banner-right .banner-frame-green
{
    left: -30px;

    padding: 20px 0 20px 45px;
}

@media (max-width: 767px)
{
    .section-help .header-banner .banner-right .banner-frame-green
    {
        padding: 30px 15px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-help .header-banner .banner-right .banner-frame-green
    {
        padding: 20px 10px 20px 45px;
    }
}

.section-help .header-banner .banner-right:after,
.section-help .header-banner .banner-right:before
{
    position: absolute;
    top: 50%;
    left: 100%;

    width: 0;
    height: 0;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
}

.section-help .header-banner .banner-right:after
{
    margin-top: -10px;

    border-width: 10px;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
}

.section-help .header-banner .banner-right:before
{
    margin-top: -12px;

    border-width: 12px;
    border-color: rgba(55, 63, 69, 0);
    border-left-color: #f0f0f0;
}

@media (max-width: 767px)
{
    .section-help .header-banner .banner-right
    {
        padding: 20px;
    }
    .section-help .header-banner .banner-right:after,
    .section-help .header-banner .banner-right:before
    {
        position: absolute;
        top: 100%;
        left: 50%;

        width: 0;
        height: 0;

        content: '';

        border-top: solid 10px #e15915;
        border-right: solid 10px transparent;
        border-left: solid 10px transparent;
    }
    .section-help .header-banner .banner-right:after
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #fff;
    }
    .section-help .header-banner .banner-right:before
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #989898;
    }
}

@media (max-width: 991px) and (min-width: 768px)
{
    .section-help .header-banner .banner-right:after,
    .section-help .header-banner .banner-right:before
    {
        position: absolute;
        top: 50%;
        left: 100%;

        width: 0;
        height: 0;

        content: ' ';
        pointer-events: none;

        border: solid transparent;
    }
    .section-help .header-banner .banner-right:after
    {
        margin-top: -10px;

        border-width: 10px;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #fff;
    }
    .section-help .header-banner .banner-right:before
    {
        margin-top: -12px;

        border-width: 12px;
        border-color: rgba(55, 63, 69, 0);
        border-left-color: #f0f0f0;
    }
}

@media (max-width: 767px)
{
    .section-help .header-banner .banner-right
    {
        margin-bottom: 0;
        padding: 0;
    }
    .section-help .header-banner .banner-right:after,
    .section-help .header-banner .banner-right:before
    {
        position: absolute;
        top: 50%;
        right: 100%;

        width: 0;
        height: 0;

        content: ' ';
        pointer-events: none;

        border: solid transparent;
    }
    .section-help .header-banner .banner-right:after
    {
        margin-top: -10px;

        border-width: 10px;
        border-color: rgba(136, 183, 213, 0);
        border-right-color: #5fc764;
    }
    .section-help .header-banner .banner-right:before
    {
        margin-top: -12px;

        border-width: 12px;
        border-color: rgba(55, 63, 69, 0);
        border-right-color: #f0f0f0;
    }
}

@media (max-width: 767px) and (max-width: 767px)
{
    .section-help .header-banner .banner-right
    {
        width: 100%;
    }
    .section-help .header-banner .banner-right:after,
    .section-help .header-banner .banner-right:before
    {
        position: absolute;
        top: 100%;
        left: 50%;

        width: 0;
        height: 0;

        content: '';

        border-top: solid 10px #e15915;
        border-right: solid 10px transparent;
        border-left: solid 10px transparent;
    }
    .section-help .header-banner .banner-right:after
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #5fc764;
    }
    .section-help .header-banner .banner-right:before
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #989898;
    }
}

.section-help .header-banner .banner-left
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-help .header-banner .banner-left
    {
        width: 56.944%;
    }
}

.section-help .header-banner .banner-left .advantages-list
{
    margin-left: 15px;
}

@media (max-width: 767px)
{
    .section-help .header-banner .banner-left .advantages-list
    {
        width: 100%;
        margin: 0;
    }
}

.section-help .header-banner .banner-left .advantages-list ul
{
    list-style-image: url('../img/check-icon.png');
}

@media (max-width: 767px)
{
    .section-help .header-banner .banner-left .advantages-list ul
    {
        padding: 0 30px;
    }
}

.section-help .header-banner .banner-left .advantages-list ul li
{
    font-size: 15px;
    font-weight: 900;

    padding: 10px 0;

    color: #2c3d50;
}

@media (max-width: 767px)
{
    .section-help .header-banner .banner-left .advantages-list ul li
    {
        font-weight: 600;

        padding: 10px 0 10px 10px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-help .header-banner .banner-left .advantages-list ul li
    {
        line-height: 20px;

        padding: 10px 0 10px 15px;
    }
}

.section-help .header-banner .banner-left .advantages-list ul li span
{
    position: relative;
    top: -2px;

    margin-left: 12px;
}

@media (max-width: 767px)
{
    .section-help .header-banner .banner-left .advantages-list ul li span
    {
        margin-left: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-help .header-banner .banner-left .advantages-list ul li span
    {
        margin-left: 0;
    }
}

.section-help .header-banner .banner-left .btn-primary
{
    margin: 10px 0 0 15px;
}

@media (max-width: 767px)
{
    .section-help .header-banner .banner-left .btn-primary
    {
        width: 100%;
        margin: 10px auto 0 auto;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-help .header-banner .banner-left .btn-primary
    {
        width: 247px;
        margin: 0 0 0 15px;
    }
}

.special-plan
{
    position: relative;

    padding: 33px 30px 40px 30px;
}

@media (max-width: 767px)
{
    .special-plan
    {
        padding: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .special-plan
    {
        padding: 26px 30px 30px 30px;
    }
}

.special-plan img
{
    top: -68px;
    right: -40px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .special-plan img
    {
        top: -41px;
        right: -30px;

        width: 303px;
        height: 185px;
    }
}

.free-activation
{
    position: relative;

    padding: 33px 30px 40px 30px;
}

@media (max-width: 767px)
{
    .free-activation
    {
        padding: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .free-activation
    {
        padding: 26px 30px 30px 30px;
    }
}

.free-activation img
{
    top: -68px;
    right: -40px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .free-activation img
    {
        top: 5px;
        right: -36px;

        width: 219px;
        height: 124px;
    }
}

@media (max-width: 767px)
{
    .section-services
    {
        padding: 50px 0 0 0;
    }
}

@media (max-width: 767px)
{
    .section-services h2
    {
        margin-top: -5px;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px)
{
    .section-services hr
    {
        display: none;
    }
}

.section-services .section-heading span
{
    line-height: 26px;
}

.section-services .service .service-image
{
    position: relative;

    height: 100px;
}

.section-services .service .service-image img
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    margin: 0 auto;
}

.section-services .service .service-body
{
    margin-bottom: 55px;
}

@media (max-width: 767px)
{
    .section-services .service .service-body
    {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-services .service .service-body
    {
        margin-bottom: 25px;
    }
}

.section-services .service .service-body h3
{
    margin: 20px 0 15px 0;
}

@media (max-width: 767px)
{
    .section-services .service .service-body h3
    {
        line-height: 18px;

        min-height: 50px;
        margin: 20px 0 0 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-services .service .service-body h3
    {
        font-weight: 900;
        line-height: 22px;

        margin: 20px 0 10px 0;
    }
}

.section-services .service .service-body p
{
    padding: 0 15px;
}

@media (max-width: 767px)
{
    .section-services .service .service-body p
    {
        display: none;
    }
}

.section-testimonials
{
    position: relative;

    padding-top: 42px;
}

@media (max-width: 767px)
{
    .section-testimonials
    {
        padding-top: 61px;
    }
}

@media (max-width: 991px) and (min-width: 480px)
{
    .section-testimonials .container
    {
        padding: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-testimonials
    {
        padding-top: 72px;
    }
}

@media (max-width: 767px)
{
    .section-testimonials hr
    {
        display: none;
    }
}

@media (max-width: 767px)
{
    .section-testimonials .swiper-container
    {
        overflow: inherit;
    }
}

.section-testimonials .testimonial-pagination
{
    position: relative;

    margin-top: 18px;
}

@media (max-width: 767px)
{
    .section-testimonials .testimonial-pagination
    {
        margin-top: 7px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-testimonials .testimonial-pagination
    {
        margin-top: 15px;
    }
}

@media (max-width: 767px)
{
    .section-testimonials .testimonial-pagination .swiper-pagination-bullet
    {
        width: 40px !important;
    }
}

@media (max-width: 1199px) and (min-width: 480px)
{
    .section-testimonials .swiper-slide-prev .quote-mark img
    {
        z-index: 20;

        opacity: .2;
    }
}

@media (max-width: 1199px) and (min-width: 480px)
{
    .section-testimonials .swiper-slide-next .quote-mark img
    {
        z-index: 20;

        opacity: .2;
    }
}

.section-testimonials .swiper-slide-active
{
    border: 3px solid #5fc764;
}

@media (max-width: 767px)
{
    .section-testimonials .swiper-slide
    {
        margin-top: 0;
        padding-bottom: 20px;
    }
}

.section-testimonials .quote-mark img
{
    position: absolute;
    top: -20px;
    right: 0;
    left: -10px;

    margin: 0 auto;
}

.section-testimonials .testimonial
{
    height: 290px;
    margin: 0 auto;
    padding: 30px;
}

@media (min-width: 1200px)
{
    .section-testimonials .testimonial
    {
        width: 360px;
    }
}

@media (max-width: 1199px)
{
    .section-testimonials .testimonial
    {
        width: 100%;
    }
}

.section-testimonials .testimonial .testimonial-image
{
    margin-bottom: 15px;
}

.section-testimonials .testimonial .testimonial-body p
{
    margin-bottom: 25px;
}

@media (max-width: 767px)
{
    .section-testimonials .testimonial .testimonial-body p
    {
        font-size: 13px;
    }
}

.section-testimonials .testimonial .testimonial-body h4
{
    font-size: 15px;
}

.section-testimonials .testimonial .testimonial-body span
{
    font-size: 15px;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-panel
    {
        padding: 50px 0 0 0;
    }
}

.section-panel .img1,
.section-panel .img2
{
    display: none;
}

.section-panel .mockup
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 500px;
    margin-top: 20px;

    background: url('../img/slider/slider-mockup-hosting.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 818px 472px;

    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-panel .mockup
    {
        margin-bottom: 175px;

        background: url('../img/ipad-mockup.png');
        background-repeat: no-repeat;
        background-position: center;
    }
}

@media (max-width: 767px)
{
    .section-panel .mockup
    {
        display: none;
    }
}

.section-panel .mockup .column-content img
{
    margin-top: 55px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-panel .mockup .column-content img
    {
        width: 495px;
        height: 352px;
        margin-top: 72px;
    }
}

.section-panel .mockup .inactive
{
    pointer-events: none;
}

.section-panel .mockup .tab
{
    width: 60%;

    pointer-events: none;
}

.section-panel .mockup .column a
{
    font-size: 15px;
    font-weight: 900;
    line-height: 26px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 100%;
    height: 60px;
    margin: 15px 0;
    padding: 6px 20px;

    color: #2c3d50;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-panel .mockup .column a
    {
        width: 33.333%;
        height: 75px;
        margin: 15px 15px 15px 5px;
        padding: 15px;

        border: 1px solid #eeeef0;
    }
}

@media (min-width: 1200px)
{
    .section-panel .mockup .column a
    {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.section-panel .mockup .column a:hover
{
    color: #5fc764;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-panel .mockup .column
    {
        position: absolute;
        bottom: -190px;
        left: 0;
    }
}

.section-panel .column-left
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 20%;
    margin-top: -60px;

    text-align: right;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.section-panel .column-left a.active
{
    cursor: pointer;
    pointer-events: none;

    border-left: 3px solid #5fc764;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-panel .column-left a.active
    {
        border: 1px solid transparent;
        box-shadow: inset 0 0 0 5px #5fc764;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-panel .column-left
    {
        flex-direction: row;

        width: 100%;
        margin-bottom: 95px;

        text-align: center;

        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
    .section-panel .column-left a:first-child
    {
        margin-left: 0;
    }
    .section-panel .column-left a:last-child
    {
        margin-right: 0;
    }
}

.section-panel .column-right
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 20%;
    margin-top: -60px;

    text-align: left;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
}

.section-panel .column-right a.active
{
    cursor: pointer;
    pointer-events: none;

    border-right: 3px solid #5fc764;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-panel .column-right a.active
    {
        border: 1px solid transparent;
        box-shadow: inset 0 0 0 5px #5fc764;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-panel .column-right
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;

        width: 100%;

        text-align: center;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
    }
    .section-panel .column-right a:first-child
    {
        margin-left: 0;
    }
    .section-panel .column-right a:last-child
    {
        margin-right: 0;
    }
}

.section-panel .panel-services
{
    display: none;
}

@media (max-width: 767px)
{
    .section-panel .panel-services
    {
        font-size: 15px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;

        margin: 15px 0 0 0;

        color: #2c3d50;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
    }
    .section-panel .panel-services ul
    {
        margin: 0;
        padding: 0;

        list-style-type: none;
    }
    .section-panel .panel-services ul li
    {
        font-size: 15px;
        font-weight: 900;
        line-height: 26px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        width: 100%;
        height: 60px;
        margin: 0;
        padding: 0 15px;

        color: #2c3d50;
        border-left: 3px solid #5fc764;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.section-faq .questions,
.section-supp-faq .questions
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 45px;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1199px) and (min-width: 480px)
{
    .section-faq .questions,
    .section-supp-faq .questions
    {
        margin-top: 20px;

        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (max-width: 767px)
{
    .section-faq .questions,
    .section-supp-faq .questions
    {
        margin-top: 0;
    }
}

.section-faq ul,
.section-supp-faq ul
{
    padding-left: 0;

    list-style-type: none;
}

.section-faq ul li,
.section-supp-faq ul li
{
    font-size: 15px;
    font-weight: bold;
    padding: 12.5px 0;
    border: none;
    color: #2c3d50;
    margin-bottom: 0;
}

@media (max-width: 767px)
{
    .section-faq ul li,
    .section-supp-faq ul li
    {
        font-size: 14px;

        display: table-row;

        margin: 15px 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-faq ul li,
    .section-supp-faq ul li
    {
        font-size: 15px;
        line-height: 24px;

        display: table-row;
    }
}

.section-faq ul li span,
.section-supp-faq ul li span
{
    display: table-row;
}

.section-faq ul li i,
.section-supp-faq ul li i
{
    font-weight: 900;

    position: relative;
    top: 1px;

    padding-right: 20px;

    color: #5fc764;
}

@media (max-width: 1199px)
{
    .section-faq ul li i,
    .section-supp-faq ul li i
    {
        display: table-cell;

        padding: 15px 15px 15px 0;

        text-align: right;
    }
}

.section-faq ul li a,
.section-supp-faq ul li a
{
    padding: 12.5px 0;

    cursor: pointer;

    color: #2c3d50;
}

.section-faq ul li .answer,
.section-supp-faq ul li .answer
{
    font-weight: 500;

    width: 600px;
    padding: 15px 0 0 30px;

    color: #9ca0a6;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-faq ul li .answer,
    .section-supp-faq ul li .answer
    {
        width: 600px;
    }
}

@media (max-width: 1199px)
{
    .section-faq ul li .answer,
    .section-supp-faq ul li .answer
    {
        width: 100%;
        padding: 15px 0 15px 25px;
    }
}

@media (max-width: 767px)
{
    .section-partners
    {
        padding: 40px 0 0 0;
    }
}

.section-partners hr
{
    margin-top: -4px;
}

.section-partners h2
{
    margin-bottom: 40px;

    text-align: left;
}

@media (max-width: 767px)
{
    .section-partners h2
    {
        font-size: 25px;
        line-height: 26px;

        margin-bottom: 25px;

        text-align: center;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-partners h2
    {
        margin-top: -7px;
        margin-bottom: 29px;

        text-align: center;
    }
}

.section-partners h2 span
{
    display: block;
}

.section-partners .btn-primary
{
    width: 225px;
    margin-top: 5px;
}

@media (max-width: 767px)
{
    .section-partners .btn-primary
    {
        width: 100%;
        margin: 20px 0 0 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-partners .btn-primary
    {
        display: block;

        margin: 22px auto 0 auto;
    }
}

.section-partners .partners
{
    text-align: center;

    border: 1px solid #ededed;
}

@media (max-width: 767px)
{
    .section-partners .partners
    {
        border: none;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-partners .partners
    {
        margin-bottom: 100px;
    }
}

.section-partners .partners:after
{
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 50%;

    height: 82%;

    content: '';

    border-left: 1px solid #ededed;
}

@media (max-width: 767px)
{
    .section-partners .partners:after
    {
        content: none;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-partners .partners:after
    {
        height: 88%;
    }
}

.section-partners .partners:before
{
    position: absolute;
    z-index: 1;
    right: 15px;
    bottom: 40.8%;
    left: 15px;

    content: '';

    border-top: 1px solid #ededed;
}

@media (max-width: 767px)
{
    .section-partners .partners:before
    {
        content: none;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-partners .partners:before
    {
        bottom: 44%;
    }
}

.section-partners .partners .row
{
    margin: 0;
}

.section-partners .partners figure
{
    width: 100%;
    height: 170px;

    cursor: pointer;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-partners .partners figure
    {
        height: 245px;

        pointer-events: none;
    }
}

@media (max-width: 767px)
{
    .section-partners .partners figure
    {
        height: auto;

        pointer-events: none;
    }
}

.section-partners .partners figure:hover figcaption
{
    opacity: 1;
}

.section-partners .partners figure img
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    margin: auto;
}

@media (max-width: 767px)
{
    .section-partners .partners figure img
    {
        position: static;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-partners .partners figure img
    {
        position: static;

        padding-top: 25px;
    }
}

.section-partners .partners figcaption
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    margin: 10px;
    padding: 20px;

    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;

    opacity: 0;
    background-color: #5fc764;
}

.section-partners .partners figcaption p
{
    font-size: 14px;

    color: #fff;
}

@media (max-width: 1199px)
{
    .section-partners .partners figcaption p
    {
        color: #9ca0a6;
    }
}

@media (max-width: 767px)
{
    .section-partners .partners figcaption
    {
        font-size: 13px;
        line-height: 24px;

        position: static;

        margin: 10px 0 50px 0;
        padding: 0;

        opacity: 1;
        background-color: transparent;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-partners .partners figcaption
    {
        position: static;

        margin: 33px 0 0 0;
        padding: 0 30px;

        opacity: 1;
        background-color: transparent;
    }
}

.section-partners .heading-col
{
    margin-bottom: 40px;
}

@media (max-width: 767px)
{
    .section-partners .heading-col
    {
        margin-bottom: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-partners .heading-col
    {
        margin-top: 0;

        text-align: center;
    }
}

.section-partners .heading-col span
{
    display: block;
}

@media (max-width: 767px)
{
    .section-partners .advantages-list
    {
        margin-left: 0;
    }
}

.section-partners .advantages-list ul
{
    padding-left: 25px;

    list-style-image: url('../img/check-icon.png');
}

@media (max-width: 767px)
{
    .section-partners .advantages-list ul
    {
        margin: 0;
        padding: 0 25px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-partners .advantages-list ul
    {
        margin-right: 70px;
    }
}

.section-partners .advantages-list ul li
{
    font-size: 15px;
    font-weight: 600;

    padding: 5px 0 15px 12px;

    color: #2c3d50;
}

@media (max-width: 767px)
{
    .section-partners .advantages-list ul li
    {
        font-weight: 900;
        line-height: 25px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-partners .advantages-list ul li
    {
        font-weight: 900;
        line-height: 24px;
    }
}

.section-partners .advantages-list ul li span
{
    position: relative;
    top: -2px;
}

.transfer-button
{
    display: block;

    margin: 0 auto;
    margin-top: 30px;

    color: #2c3d50;
    border-color: #9ca0a6;
}

.section-transfer
{
    position: relative;
}

@media (max-width: 767px)
{
    .section-transfer
    {
        padding-bottom: 2px;
    }
}

.section-transfer .transfer-button
{
    font-size: 12px;
}

.section-transfer #transfer-form
{
    width: 750px;
    margin: 0 auto;
    padding-top: 5px;
}

@media (max-width: 767px)
{
    .section-transfer #transfer-form
    {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-transfer #transfer-form
    {
        width: 600px;
        padding-top: 0;
    }
}

.section-transfer #transfer-form .input-group
{
    width: 100%;
}

.section-transfer #transfer-form .search-addon
{
    position: absolute;
    z-index: 10;
    top: 0;
    right: 20px;
    bottom: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    border: none;
    background: rgba(255, 255, 255, 0);

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-transfer #transfer-form .search-addon:before
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 1px;
    height: 17px;
    margin: auto 0;

    content: '';

    background: #e4e4e4;
}

.section-transfer #transfer-form .search-addon button
{
    position: relative;
    right: 17px;

    padding: 16px;

    border: none;
    background: none;
}

.section-transfer #transfer-form .search-addon i
{
    font-size: 24px;

    color: #5fc764;
}

.section-transfer #transfer-form input
{
    font-size: 18px;

    height: 72px;
    margin: 0 auto;
    padding-left: 15px;

    border: 5px solid #5fc764;
}

@media (max-width: 767px)
{
    .section-transfer #transfer-form input
    {
        font-size: 14px;
    }
}

.section-transfer #transfer-form input::-webkit-input-placeholder
{
    font-size: 18px;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-transfer #transfer-form input::-webkit-input-placeholder
    {
        font-size: 14px;
    }
}

.section-transfer #transfer-form input:-moz-placeholder
{
    /* Firefox 18- */
    font-size: 18px;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-transfer #transfer-form input:-moz-placeholder
    {
        font-size: 14px;
    }
}

.section-transfer #transfer-form input::-moz-placeholder
{
    /* Firefox 19+ */
    font-size: 18px;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-transfer #transfer-form input::-moz-placeholder
    {
        font-size: 14px;
    }
}

.section-transfer #transfer-form input:-ms-input-placeholder
{
    font-size: 18px;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-transfer #transfer-form input:-ms-input-placeholder
    {
        font-size: 14px;
    }
}

.section-transfer button.open
{
    z-index: 1;

    padding: 11px 20px 13px 20px;

    border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.section-transfer .result-error
{
    position: relative;

    width: 750px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;

    border: none;
    border-radius: 3px;
    background: #f37474;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-transfer .result-error
    {
        width: 600px;
    }
}

@media (max-width: 767px)
{
    .section-transfer .result-error
    {
        width: 100%;
        padding: 20px 0;
    }
}

.section-transfer .result-error:after
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -6px;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
    border-width: 6px;
    border-color: rgba(243, 116, 116, 0);
    border-bottom-color: #f37474;
}

.section-transfer .result-error .message
{
    font-size: 20px;

    float: left;

    color: #fff;
}

@media (max-width: 767px)
{
    .section-transfer .result-error .message
    {
        font-size: 14px;
        line-height: 20px;

        float: none;

        text-align: center;
    }
}

.section-transfer .result-error i
{
    font-size: 24px;

    position: relative;
    top: 2px;

    padding-right: 20px;

    color: #fff;
}

@media (max-width: 767px)
{
    .section-transfer .result-error i
    {
        font-size: 18px;

        padding: 0 5px 0 0;
    }
}

.section-transfer .result-error .btn-danger
{
    float: right;

    height: 36px;
    padding: 5px 20px;

    color: #fff;
    border-color: #fff;
    background: #f37474;
}

.section-transfer .result-error .btn-danger:hover
{
    color: #f37474;
    background: #fff;
}

.section-transfer .result-error .btn-danger:active
{
    color: #f37474;
    border-color: #fff;
    background: #fff;
}

@media (max-width: 767px)
{
    .section-transfer .result-error .btn-danger
    {
        display: block;
        float: none;

        margin: 8px auto 0 auto;
    }
}

.section-transfer .result-success
{
    position: relative;

    width: 750px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;

    border: none;
    border-radius: 3px;
    background: #5fc764;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-transfer .result-success
    {
        width: 600px;
    }
}

@media (max-width: 767px)
{
    .section-transfer .result-success
    {
        width: 100%;
        padding: 20px 0;
    }
}

.section-transfer .result-success:after
{
    position: absolute;
    bottom: 100%;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -6px;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
    border-width: 6px;
    border-color: rgba(243, 116, 116, 0);
    border-bottom-color: #5fc764;
}

.section-transfer .result-success .message
{
    font-size: 20px;
    line-height: 35px;

    float: left;

    color: #fff;
}

@media (max-width: 767px)
{
    .section-transfer .result-success .message
    {
        font-size: 14px;
        line-height: 20px;

        float: none;

        text-align: center;
    }
}

.section-transfer .result-success i
{
    font-size: 24px;

    position: relative;
    top: 2px;

    padding-right: 20px;

    color: #fff;
}

@media (max-width: 767px)
{
    .section-transfer .result-success i
    {
        font-size: 18px;

        padding: 0 5px 0 0;
    }
}

.section-transfer .result-success .btn-primary
{
    float: right;

    height: 36px;
    padding: 5px 20px;

    color: #fff;
    border-color: #fff;
    background: #5fc764;
}

.section-transfer .result-success .btn-primary:hover
{
    color: #5fc764;
    background: #fff;
}

.section-transfer .result-success .btn-primary:active
{
    color: #5fc764;
    border-color: #fff;
    background: #fff;
}

@media (max-width: 767px)
{
    .section-transfer .result-success .btn-primary
    {
        display: block;
        float: none;

        margin: 8px auto 0 auto;
    }
}

.section-transfer .transfer-row
{
    padding: 50px 30px 45px 30px;
}

.section-transfer .transfer-panel
{
    position: relative;
    top: -1px;

    border: 1px solid #9ca0a6;
    border-radius: 3px;
}

.section-transfer .transfer-panel h5
{
    line-height: 24px;
}

.section-transfer .transfer-panel h5 span
{
    font-weight: 400;
    line-height: 24px;

    display: block;
}

.section-transfer .transfer-panel p
{
    margin-top: 18px;
}

.section-transfer .transfer-panel #transfer-domain-form
{
    width: 100%;
}

@media (max-width: 991px)
{
    .section-transfer .transfer-panel .input-group
    {
        display: block;
    }
}

.section-transfer .transfer-panel textarea
{
    width: 430px;
    height: 145px;
    padding: 20px;

    resize: none;

    border-radius: 3px;
}

.section-transfer .transfer-panel textarea::-webkit-input-placeholder
{
    font-size: 14px;
    line-height: 21px;
}

.section-transfer .transfer-panel textarea:-moz-placeholder
{
    /* Firefox 18- */
    font-size: 14px;
    line-height: 21px;
}

.section-transfer .transfer-panel textarea::-moz-placeholder
{
    /* Firefox 19+ */
    font-size: 14px;
    line-height: 21px;
}

.section-transfer .transfer-panel textarea:-ms-input-placeholder
{
    font-size: 14px;
    line-height: 21px;
}

@media (max-width: 991px)
{
    .section-transfer .transfer-panel textarea
    {
        width: 100%;
    }
}

.section-transfer .transfer-panel button
{
    float: left;

    width: 234px;
    margin-top: 6px;
}

@media (max-width: 991px)
{
    .section-transfer .transfer-panel button
    {
        float: none;
    }
}

.section-transfer .transfer-panel .form-column
{
    margin-top: -5px;
}

.section-transfer .transfer-panel .why-us
{
    border-left: 1px solid #9ca0a6;
}

@media (max-width: 991px)
{
    .section-transfer .transfer-panel .why-us
    {
        padding-top: 30px;

        border-left: none;
    }
}

.section-transfer .transfer-panel article
{
    margin-bottom: 29px;
    padding-left: 15px;
}

@media (max-width: 991px)
{
    .section-transfer .transfer-panel article
    {
        padding-left: 0;
    }
}

.section-transfer .transfer-panel article p
{
    margin-top: 10px;
}

.section-transfer .transfer-panel article:last-child
{
    margin-bottom: 0;
}

.section-rules .rule-box
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 940px;
    margin: 30px auto 0 auto;
    padding: 23px 27px 24px 23px;

    border: 1px solid #ededed;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px)
{
    .section-rules .rule-box
    {
        width: 100%;
        padding: 30px 17px 30px 17px;

        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-rules .rule-box
    {
        width: 100%;
        padding: 23px 27px 24px 27px;
    }
}

.section-rules .rule-box .frame-green
{
    position: absolute;
    left: -30px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 103px;
    height: 80px;

    border: 5px solid #5fc764;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 767px)
{
    .section-rules .rule-box .frame-green
    {
        left: -29px;

        width: 72px;
        height: 66px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-rules .rule-box .frame-green
    {
        width: 100px;
        height: 80px;
    }
}

.section-rules .rule-box .frame-green span
{
    font-size: 26px;
    font-weight: 900;

    margin-right: 30px;

    color: #2c3d50;
}

@media (max-width: 767px)
{
    .section-rules .rule-box .frame-green span
    {
        font-size: 22px;

        margin-right: 12px;
    }
}

.section-rules .rule
{
    margin-left: 80px;
}

@media (max-width: 767px)
{
    .section-rules .rule
    {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-rules .rule
    {
        margin-left: 72px;
    }
}

.section-rules .rule h3
{
    margin-bottom: 15px;
}

@media (max-width: 767px)
{
    .section-rules .rule h3
    {
        font-size: 16px;
        line-height: 25px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        height: 66px;
        margin: 0 0 15px 40px;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-rules .rule h3
    {
        font-size: 18px;
        line-height: 32px;

        margin-bottom: 14px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-rules .rule h3.low-prices
    {
        margin-bottom: 16px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-rules .rule h3.low-formalities
    {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px)
{
    .section-rules .rule p
    {
        padding-top: 8px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-rules .rule p
    {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (min-width: 768px)
{
    .section-rules .rule p
    {
        height: auto !important;
    }
}

.section-rules .rule a
{
    font-size: 12px;

    display: block;

    text-align: center;

    color: #9ca0a6;
}

@media (min-width: 768px)
{
    .section-rules .rule a
    {
        display: none;
    }
}

@media (max-width: 767px)
{
    .section-rules .rule a::after
    {
        font: bold normal normal 16px/1 'Material-Design-Iconic-Font';
        font-size: 16px;

        position: absolute;
        right: 0;
        bottom: 15px;
        left: 0;

        height: 16px;
        margin: auto;

        content: '\f2f9';
    }
}

.section-rules .rule a.open
{
    padding-top: 15px;
}

@media (max-width: 767px)
{
    .section-rules .rule a.open::after
    {
        font: bold normal normal 16px/1 'Material-Design-Iconic-Font';
        font-size: 16px;

        position: absolute;
        right: 0;
        bottom: 45px;
        left: 0;

        height: 16px;
        margin: auto;

        content: '\f2fc';
    }
}

@media (max-width: 767px)
{
    .section-domains table .col-2,
    .section-domains table .col-3
    {
        display: none;
    }
}

.section-domains .table-navigation
{
    display: none;
}

.section-domains .ps-container > .ps-scrollbar-y-rail
{
    right: 15px;
}

.section-domains .table-container
{
    width: 940px;
    margin: 0 auto;
}

@media (max-width: 1199px)
{
    .section-domains .table-container
    {
        width: 100%;
    }
}

@media (max-width: 767px)
{
    .section-domains .table-container .banner-tabs
    {
        position: relative;

        overflow: hidden;

        height: 40px;
    }
}

.section-domains .table-container .nav-tabs li
{
    margin-right: 30px;
}

@media (max-width: 767px)
{
    .section-domains .table-container .nav-tabs
    {
        overflow-x: scroll;

        width: 100%;
        height: 57px;

        white-space: nowrap;
    }
    .section-domains .table-container .nav-tabs li
    {
        margin-right: 27px;
    }
    .section-domains .table-container .nav-tabs li a
    {
        font-size: 13px;

        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px)
{
    .section-domains .table-container tr
    {
        display: block;
    }
}

.section-domains .table-container td .price-head
{
    display: none;
}

@media (max-width: 767px)
{
    .section-domains .table-container td .price-head
    {
        display: block;

        color: #9ca0a6;
    }
}

@media (max-width: 767px)
{
    .section-domains .table-container td
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.section-domains tbody
{
    width: 100%;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-domains .search-result-container
    {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px)
{
    .section-domains .search-result-container
    {
        margin-bottom: 100px;
    }
}

.section-domains .search-result-container .search-table-container
{
    margin-top: 20px;
    padding: 30px 30px 0 30px;

    border: 1px solid #e4e4e4;
}

@media (max-width: 767px)
{
    .section-domains .search-result-container .search-table-container
    {
        padding: 0;

        border: none;
    }
}

.section-domains .search-result-container h4
{
    font-weight: 600;

    margin-top: -5px;
    margin-bottom: 22px;

    text-transform: none;
}

@media (max-width: 767px)
{
    .section-domains .search-result-container .banner-tabs
    {
        position: relative;

        overflow: hidden;

        height: 40px;
    }
}

.section-domains .search-result-container .nav-tabs li
{
    margin-right: 30px;
}

@media (max-width: 767px)
{
    .section-domains .search-result-container .nav-tabs
    {
        overflow-x: scroll;

        width: 100%;
        height: 57px;

        white-space: nowrap;
    }
    .section-domains .search-result-container .nav-tabs li
    {
        margin-right: 27px;
    }
    .section-domains .search-result-container .nav-tabs li a
    {
        font-size: 13px;

        padding-right: 0;
        padding-left: 0;
    }
}

.section-domains .search-result-container table
{
    padding: 7px 30px 0 30px;
}

.section-domains .search-result-container table tbody td
{
    font-size: 14px;
    font-weight: 600;

    height: auto;

    color: #2c3d50;
}

.section-domains .search-result-container table tbody td button
{
    padding: 0;

    border: none;
    background: none;
}

.section-domains .search-result-container table tbody td i
{
    vertical-align: middle;
}

@media (max-width: 767px)
{
    .section-domains .search-result-container table tbody td small
    {
        display: none;
    }
}

.section-domains .search-result-container table tbody td .price-register span
{
    font-weight: 400;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-domains .search-result-container table tbody td .price-register
    {
        display: block;

        padding-bottom: 4px;
        padding-left: 30px;

        color: #9ca0a6;
    }
    .section-domains .search-result-container table tbody td .price-register b
    {
        color: #2c3d50;
    }
}

.section-domains .search-result-container table tbody td .price-renew span
{
    font-weight: 400;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-domains .search-result-container table tbody td .price-renew
    {
        display: block;

        padding-left: 30px;

        color: #9ca0a6;
    }
    .section-domains .search-result-container table tbody td .price-renew b
    {
        color: #2c3d50;
    }
}

.section-domains .search-result-container table tbody td:first-child
{
    width: 45.6%;
}

@media (max-width: 767px)
{
    .section-domains .search-result-container table tbody td:first-child
    {
        display: block;

        width: 100%;
        padding: 11px 0 0 0;
    }
}

.section-domains .search-result-container table tbody td:first-child i
{
    font-size: 24px;

    margin-right: 28px;

    color: #5fc764;
}

@media (max-width: 767px)
{
    .section-domains .search-result-container table tbody td:first-child i
    {
        margin-right: 12px;
    }
}

.section-domains .search-result-container table tbody td:nth-child(2)
{
    width: 34.5%;
}

@media (max-width: 767px)
{
    .section-domains .search-result-container table tbody td:nth-child(2)
    {
        width: 100%;
        padding-bottom: 11px;
    }
}

.section-domains .search-result-container table tbody td:last-child
{
    font-size: 20px;

    width: 19.9%;

    text-align: right;
}

@media (max-width: 767px)
{
    .section-domains .search-result-container table tbody td:last-child .btn-basket-icon
    {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@media (max-width: 767px)
{
    .section-domains .search-result-container table tbody tr
    {
        display: block;
    }
}

.section-domains .search-result-container table tbody tr.busy td,
.section-domains .search-result-container table tbody tr.busy i
{
    padding: 8px 0 8px 0;

    color: #d26f6a;
}

@media (max-width: 767px)
{
    .section-domains .search-result-container table tbody tr.busy td,
    .section-domains .search-result-container table tbody tr.busy i
    {
        padding: 5px 0 0 0;
    }
}

@media (max-width: 767px)
{
    .section-domains .search-result-container table tbody tr.busy i
    {
        margin-right: 6px;
    }
}

.section-domains .search-result-container table tbody tr.busy .btn-transfer
{
    height: 36px;
    padding: 5px 20px;

    border: 1px solid #e4e4e4;
}

.section-domains .search-result-container table tbody tr.busy .btn-transfer.btn-primary
{
    border: none;
}

@media (max-width: 767px)
{
    .section-domains .search-result-container table tbody tr.busy .btn-transfer
    {
        top: -20px;
    }
}

.section-domains .search-result-container table tbody tr.busy button.btn-transfer:hover
{
    background-color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-domains .search-result-container table tbody tr.busy td:nth-child(2)
    {
        padding-left: 30px;
    }
}

.section-domains .Prostokąt_10_kopia_7
{
    position: absolute;
    z-index: 117;
    top: 1182px;
    left: -1px;

    width: 322px;
    height: 96px;

    background-color: white;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

.section-domains .shopping-cart
{
    margin-top: 74px;
    padding: 15px 20px;

    border: 1px solid #e4e4e4;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-domains .shopping-cart
    {
        position: fixed;
        z-index: 100;
        right: 15px;
        bottom: 0;
        left: 15px;

        margin: 0 -15px;

        cursor: pointer;
        -webkit-transition: 1s;
        transition: 1s;

        border: none;
        background: #fff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    }
}

@media (max-width: 767px)
{
    .section-domains .shopping-cart
    {
        position: fixed;
        z-index: 100;
        right: 15px;
        bottom: 0;
        left: 15px;

        margin: 0 -15px;
        padding: 0;

        -webkit-transition: 1s;
        transition: 1s;

        border: none;
        background: #fff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-domains .shopping-cart #cart .table
    {
        margin-top: 17px;
    }
}

@media (max-width: 767px)
{
    .section-domains .shopping-cart #cart
    {
        padding: 0 20px;
    }
}

.section-domains .shopping-cart #cart .no-items
{
    padding: 26px 0 30px 0;

    text-align: center;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-domains .shopping-cart #cart .no-items
    {
        padding: 15px 0 19px 0;
    }
}

.section-domains .shopping-cart #cart .no-items .no-items-icon
{
    position: relative;

    display: inline-block;

    width: 53px;
}

.section-domains .shopping-cart #cart .no-items .no-items-icon .line
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 70px;
    height: 4px;
    margin: auto;
    margin-right: -12px;

    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    background: #9ca0a6;
}

.section-domains .shopping-cart #cart .no-items .no-items-icon .line:before
{
    position: absolute;
    top: 4px;
    left: -1px;

    width: 100%;
    height: 4px;

    content: '';

    background: #fff;
}

.section-domains .shopping-cart #cart .no-items .no-items-icon i
{
    font-size: 51px;

    color: #9ca0a6;
}

.section-domains .shopping-cart #cart .no-items .no-items-text
{
    margin-top: 5px;
}

@media (min-width: 1200px)
{
    .section-domains .shopping-cart .arrow
    {
        display: none;
    }
}

.section-domains .shopping-cart h4
{
    font-weight: 600;

    margin: 7px 0 18px 4px;

    pointer-events: none;
}

.section-domains .shopping-cart h4 i
{
    margin-right: 4px;
    margin-left: 9px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-domains .shopping-cart h4
    {
        float: left;

        margin: 7px 0 7px 5px;

        cursor: pointer;
        pointer-events: all;
    }
}

@media (max-width: 767px)
{
    .section-domains .shopping-cart h4
    {
        font-size: 16px;

        margin: 11px 0 12px 0;
        padding: 0 20px;

        cursor: pointer;
        pointer-events: all;
    }
}

.section-domains .shopping-cart .btn-top
{
    display: none;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-domains .shopping-cart .btn-top
    {
        display: block;
        float: right;

        width: 219px;
        margin-top: 0;
    }
}

.section-domains .shopping-cart .btn-bottom
{
    margin-top: 13px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-domains .shopping-cart .btn-bottom
    {
        display: none;
    }
}

@media (max-width: 767px)
{
    .section-domains .shopping-cart .btn-bottom
    {
        margin-top: 0;

        border-radius: 0;
    }
}

.section-domains .shopping-cart thead
{
    border: none;
}

.section-domains .shopping-cart thead th
{
    padding-top: 0;
    padding-bottom: 1px;

    border-bottom: none;
}

.section-domains .shopping-cart thead th:last-child
{
    padding-left: 0;
}

.section-domains .shopping-cart tbody tr:last-child
{
    border: none;
}

.section-domains .shopping-cart tbody td
{
    height: auto;
    padding: 10px 0 13px 0;

    color: #2c3d50;
}

.section-domains .shopping-cart tbody td button
{
    margin: 0;
    padding: 0;

    border: none;
    background: none;
}

.section-domains .shopping-cart tbody td:first-child
{
    font-size: 14px;
    font-weight: 400;

    padding-left: 5px;
}

@media (max-width: 767px)
{
    .section-domains .shopping-cart tbody td:first-child
    {
        padding-left: 0;
    }
}

.section-domains .shopping-cart tbody td:first-child b
{
    font-weight: 600;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-domains .shopping-cart tbody td:nth-child(2)
    {
        width: 100%;
    }
}

.section-domains .shopping-cart tbody td:nth-child(2) b
{
    float: right;

    margin-right: 12px;
}

.section-domains .shopping-cart tbody td:last-child
{
    font-size: 16px;

    padding-right: 0;
    padding-left: 0;

    text-align: right;

    color: #f37474;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-domains .shopping-cart tbody td:last-child
    {
        float: right;

        margin-right: 3px;
    }
}

.section-domains .shopping-cart tbody td:last-child i
{
    font-size: 16px;
    font-weight: 600;
}

.section-domains .shopping-cart .total
{
    font-size: 18px;
    font-weight: 900;

    margin-top: 10px;
    margin-right: 3px;

    color: #2c3d50;
}

@media (max-width: 767px)
{
    .section-domains .shopping-cart .total
    {
        margin: 10px 3px 24px 0;
    }
}

.section-domains .shopping-cart .total span
{
    font-weight: 400;

    color: #9ca0a6;
}

@media (max-width: 1199px)
{
    .section-domains .shopping-cart.stick
    {
        position: absolute;
        bottom: 0;

        -webkit-transition: 1s;
        transition: 1s;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-domains .shopping-cart.stick
    {
        bottom: -33px;

        margin: 0;
    }
}

.section-about .section-heading
{
    position: relative;
    z-index: 300;
}

.section-about .home-bg
{
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;

    height: 720px;

    background: url('../img/about-bg.jpg') no-repeat center center;
    background-size: cover;
}

@media (max-width: 991px) and (min-width: 768px)
{
    .section-about .home-bg
    {
        position: absolute;
        z-index: -1;
        top: 110px;
        right: 0;
        left: 0;

        height: 448px;

        background: url('../img/about-bg-sm.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media (max-width: 767px)
{
    .section-about .home-bg
    {
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        left: 0;

        height: 520px;

        background: url(../img/about-bg.jpg) no-repeat -330px center;
        background-size: cover;
    }
}

.section-about .head-body
{
    width: 750px;
    margin: 0 auto;
}

@media (max-width: 1199px) and (min-width: 992px)
{
    .section-about .head-body
    {
        margin-top: 80px;
        padding: 30px 60px;
    }
}

@media (max-width: 991px) and (min-width: 768px)
{
    .section-about .head-body
    {
        width: 100%;
    }
}

@media (max-width: 767px)
{
    .section-about .head-body
    {
        width: 100%;
    }
}

.section-about p
{
    position: relative;

    padding: 40px 60px;

    text-align: center;

    border: 1px solid #d9d9d9;
}

.section-about p:before
{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 5%;

    display: block;

    width: 90%;
    height: 80%;

    content: '';

    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 100px 67px rgba(255, 255, 255, .8);
}

@media (max-width: 767px)
{
    .section-about p
    {
        font-size: 13px;
        line-height: 27px;

        margin: 0 -16px;
        padding: 30px 15px;
    }
    .section-about p:before
    {
        background: rgba(255, 255, 255, .6);
        box-shadow: 0 0 100px 67px rgba(255, 255, 255, .6);
    }
}

@media (max-width: 991px) and (min-width: 768px)
{
    .section-about p
    {
        padding: 30px 60px;
    }
}

.section-cooperate h2
{
    margin-top: 50px;
    margin-bottom: 30px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-cooperate h2
    {
        text-align: center;
    }
}

@media (max-width: 767px)
{
    .section-cooperate h2
    {
        font-size: 25px;
        line-height: 26px;

        margin-top: 0;

        text-align: center;
    }
}

.section-cooperate .free-help li
{
    font-weight: 600;
}

.section-cooperate ul
{
    padding-left: 25px;

    list-style-image: url('../img/check-icon.png');
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-cooperate ul
    {
        width: 720px;
        margin: 0 auto;
    }
}

@media (max-width: 767px)
{
    .section-cooperate ul
    {
        margin-top: -17px;
        margin-bottom: 0;
    }
}

.section-cooperate ul li
{
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;

    padding: 0 0 17px 12px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-cooperate ul li
    {
        float: left;

        width: 50%;
        padding-right: 50px;
    }
}

@media (max-width: 767px)
{
    .section-cooperate ul li
    {
        padding: 17px 15px 0 12px;
    }
}

.section-cooperate ul li span
{
    position: relative;
    top: -2px;
}

.section-cooperate img
{
    width: 555px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-cooperate img
    {
        display: block;

        width: 720px;
        margin: 17px auto 0 auto;
    }
}

@media (max-width: 767px)
{
    .section-cooperate img
    {
        display: none;
    }
}

.section-steps .steps
{
    margin-top: -13px;

    cursor: pointer;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-steps .steps
    {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px)
{
    .section-steps .steps
    {
        margin-top: -27px;
    }
}

.section-steps .step
{
    float: left;

    width: 25%;

    text-align: center;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-steps .step
    {
        width: 139px;
    }
}

@media (max-width: 767px)
{
    .section-steps .step
    {
        width: 100%;
        margin-bottom: 30px;
    }
}

.section-steps .step:hover p
{
    color: #2c3d50;
}

.section-steps .step.step-before,
.section-steps .step.active
{
    -webkit-transition: .8s;
    transition: .8s;
}

.section-steps .step.step-before span button,
.section-steps .step.active span button
{
    border-color: #5fc764;
}

.section-steps .step.step-before span:after,
.section-steps .step.active span:after
{
    background: #5fc764;
}

@media (max-width: 767px)
{
    .section-steps .step.step-before span:after,
    .section-steps .step.active span:after
    {
        background: #e6e6e6;
    }
}

.section-steps .step:first-child span:after
{
    content: none;
}

.section-steps p
{
    margin-top: 10px;
    padding: 0 15px;

    -webkit-transition: .5s;
    transition: .5s;
}

@media (max-width: 767px)
{
    .section-steps p
    {
        margin-top: 22px;
        padding: 0 0 15px 80px;

        text-align: left;
    }
}

.section-steps span
{
    position: relative;

    border-radius: 50%;

    -khtml-border-radius: 50%;
}

@media (max-width: 767px)
{
    .section-steps span
    {
        float: left;
    }
}

.section-steps span:after
{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -72px;

    width: 72px;
    height: 1px;

    content: '';

    background: #e6e6e6;
}

@media (max-width: 767px)
{
    .section-steps span:after
    {
        position: absolute;
        z-index: -1;
        top: -30px;
        left: 33px;

        width: 1px;
        height: 30px;

        content: '';

        background: #e6e6e6;
    }
}

.section-steps .btn-primary
{
    font-size: 28px;

    box-sizing: border-box;
    width: 67px;
    min-width: 0;
    height: 67px;

    border-radius: 100%;
    background: #fff !important;

    -khtml-border-radius: 100%;
}

.section-steps .btn-primary:active,
.section-steps .btn-primary:focus,
.section-steps .btn-primary:hover
{
    color: #2c3d50 !important;
}

.section-steps button.btn-outline
{
    color: #2c3d50;
    border-color: #e6e6e6;
    box-shadow: none;
}

@media (max-width: 767px)
{
    .section-steps button.btn-outline
    {
        border-color: #5fc663;
    }
}

.section-steps .step.active button
{
    position: relative;

    color: #fff;
    border: 1px solid #5fc663;
    background: #5fc663 !important;
}

@media (max-width: 767px)
{
    .section-steps .step.active button
    {
        pointer-events: none;

        color: #2c3d50;
        background: none !important;
    }
}

.section-steps .step.active button:active,
.section-steps .step.active button:focus,
.section-steps .step.active button:hover
{
    color: #fff !important;
}

@media (max-width: 767px)
{
    .section-steps .step.active button:active,
    .section-steps .step.active button:focus,
    .section-steps .step.active button:hover
    {
        pointer-events: none;

        color: #2c3d50 !important;
    }
}

.section-steps .step.active p
{
    color: #2c3d50;
}

@media (max-width: 767px)
{
    .section-steps .step.active p
    {
        color: #9ca0a6;
    }
}

.section-steps .step.active button:before
{
    position: absolute;
    top: 65px;
    left: 50%;

    width: 0;
    height: 0;
    margin-left: -8px;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
    border-width: 8px;
    border-color: rgba(95, 199, 100, 0);
    border-top-color: #5fc764;
}

@media (max-width: 767px)
{
    .section-steps .step.active button:before
    {
        content: none;
    }
}

.section-steps h2
{
    margin: 50px 0 50px 0;

    text-align: left;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-steps h2
    {
        margin: 0;

        text-align: center;
    }
}

@media (max-width: 767px)
{
    .section-steps h2
    {
        margin-top: -60px;

        text-align: center;
    }
}

.section-steps img
{
    display: block;

    width: 555px;
    margin: 0 auto;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-steps img
    {
        width: 720px;
        margin-top: 44px;
    }
}

@media (max-width: 767px)
{
    .section-steps img
    {
        display: none !important;
    }
}

.section-accounts h2
{
    margin-top: 80px;
    margin-bottom: 36px;
}

@media (max-width: 767px)
{
    .section-accounts h2
    {
        margin-top: 0;
        margin-bottom: 18px;

        text-align: center;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-accounts h2
    {
        margin-top: 0;

        text-align: center;
    }
}

@media (max-width: 1199px)
{
    .section-accounts hr
    {
        display: none;
    }
}

.section-accounts p
{
    padding-right: 100px;
}

@media (max-width: 767px)
{
    .section-accounts p
    {
        padding: 0 15px;

        text-align: center;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-accounts p
    {
        padding: 0 140px;

        text-align: center;
    }
}

.section-accounts img
{
    width: 555px;
}

@media (max-width: 991px)
{
    .section-accounts img
    {
        display: none;
    }
}

@media (max-width: 1199px) and (min-width: 992px)
{
    .section-accounts img
    {
        display: block;

        width: 720px;
        margin: 44px auto 0 auto;
    }
}

.section-recommend .dialog
{
    position: absolute;
    top: -15px;
    left: -95px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;

    width: 125px;
    height: 125px;

    border-radius: 50%;
    background-color: #2c3d50;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-recommend .dialog
    {
        left: -40px;
    }
}

@media (max-width: 767px)
{
    .section-recommend .dialog
    {
        position: absolute;
        top: -40px;
        right: 0;
        left: 0;

        float: none;

        width: 77px;
        height: 77px;
        margin: 0 auto;
    }
}

.section-recommend .dialog:after
{
    position: absolute;
    top: 50%;
    left: 100%;

    width: 0;
    height: 0;
    margin-top: -10px;
    margin-left: -1px;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
    border-width: 10px;
    border-color: rgba(44, 61, 80, 0);
    border-left-color: #2c3d50;
}

@media (max-width: 767px)
{
    .section-recommend .dialog:after
    {
        top: 100%;
        left: 50%;

        margin-top: -2px;
        margin-left: -10px;

        border-top-color: #2c3d50;
        border-left-color: #fff;
    }
}

@media (max-width: 767px)
{
    .section-recommend .dialog img
    {
        width: 32px;
    }
}

.section-recommend .recommend
{
    position: relative;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 750px;
    height: 100px;
    margin: 0 auto;

    border: 1px solid #ededed;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-recommend .recommend
    {
        float: right;

        width: 95%;
    }
}

@media (max-width: 767px)
{
    .section-recommend .recommend
    {
        display: block;

        width: 100%;
        height: auto;
        margin-top: 70px;
        padding: 62px 25px 20px 25px;

        text-align: center;
    }
}

.section-recommend article
{
    font-size: 22px;
    line-height: 31px;

    padding-right: 30px;
    padding-left: 65px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-recommend article
    {
        font-size: 18px;
        line-height: 26px;

        padding-left: 120px;
    }
}

@media (max-width: 767px)
{
    .section-recommend article
    {
        font-size: 15px;
        line-height: 26px;

        padding: 0;
    }
}

.section-recommend article span
{
    font-weight: 900;

    color: #5fc764;
}

.section-join .join-steps
{
    position: relative;
    z-index: 1;

    height: 423px;
    padding: 30px;

    border: 1px solid #ededed;
}

.section-join .join-steps:after,
.section-join .join-steps:before
{
    position: absolute;
    top: 50%;
    left: 100%;

    width: 0;
    height: 0;

    content: ' ';
    pointer-events: none;

    border: solid transparent;
}

.section-join .join-steps:after
{
    margin-top: -10px;

    border-width: 10px;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
}

.section-join .join-steps:before
{
    margin-top: -12px;

    border-width: 12px;
    border-color: rgba(55, 63, 69, 0);
    border-left-color: #f0f0f0;
}

@media (max-width: 767px)
{
    .section-join .join-steps
    {
        padding: 20px;
    }
    .section-join .join-steps:after,
    .section-join .join-steps:before
    {
        position: absolute;
        top: 100%;
        left: 50%;

        width: 0;
        height: 0;

        content: '';

        border-top: solid 10px #e15915;
        border-right: solid 10px transparent;
        border-left: solid 10px transparent;
    }
    .section-join .join-steps:after
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #fff;
    }
    .section-join .join-steps:before
    {
        margin-top: 0;
        margin-left: -15px;

        border-top-color: #989898;
    }
}

@media (max-width: 991px) and (min-width: 768px)
{
    .section-join .join-steps:after,
    .section-join .join-steps:before
    {
        position: absolute;
        top: 50%;
        left: 100%;

        width: 0;
        height: 0;

        content: ' ';
        pointer-events: none;

        border: solid transparent;
    }
    .section-join .join-steps:after
    {
        margin-top: -10px;

        border-width: 10px;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #fff;
    }
    .section-join .join-steps:before
    {
        margin-top: -12px;

        border-width: 12px;
        border-color: rgba(55, 63, 69, 0);
        border-left-color: #f0f0f0;
    }
}

@media (max-width: 1199px)
{
    .section-join .join-steps:before,
    .section-join .join-steps:after
    {
        content: none;
    }
}

@media (max-width: 767px)
{
    .section-join .join-steps
    {
        height: auto;
    }
}

.section-join .image
{
    height: 423px;
    margin-left: -31px;

    border: 1px solid #ededed;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-join .image
    {
        height: auto;
        margin: -1px auto 0 auto;
    }
}

@media (max-width: 767px)
{
    .section-join .image
    {
        display: none;
    }
}

.section-join .image img
{
    width: 100%;
}

.section-join .frame-green
{
    position: absolute;
    left: -30px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    width: 106px;
    height: 231px;

    border: 5px solid #5fc764;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px)
{
    .section-join .frame-green
    {
        width: 83px;
    }
}

.section-join .frame-green span
{
    font-size: 28px;
    font-weight: 900;
    line-height: 36px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 77px;
    margin-left: 21px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px)
{
    .section-join .frame-green span
    {
        font-size: 22px;
    }
}

.section-join .list
{
    margin-left: 66px;
}

@media (max-width: 767px)
{
    .section-join .list
    {
        margin-left: 53px;
    }
}

.section-join .list span
{
    font-size: 15px;
    font-weight: 900;
    line-height: 22px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    height: 77px;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-join h2
{
    margin: -7px 0 23px 0;
}

@media (max-width: 767px)
{
    .section-join h2
    {
        font-size: 20px;
    }
}

.section-join button
{
    width: 100%;
    height: 52px;
    margin-top: 27px;
}

@media (max-width: 767px)
{
    .section-join button
    {
        margin-top: 30px;
    }
}

.section-about-us .modules
{
    position: relative;
}

@media (max-width: 767px)
{
    .section-about-us .modules
    {
        margin: 0 -15px;
    }
}

.section-about-us .team-bg
{
    position: relative;

    height: 644px;
    margin-bottom: 40px;

    background: url('../img/modules.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-about-us .team-bg
    {
        margin-bottom: 0;

        background: url('../img/modules-sm.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100%;
    }
}

@media (max-width: 767px)
{
    .section-about-us .team-bg
    {
        display: none;
    }
}

.section-about-us .team
{
    position: absolute;
    top: 60px;
    right: 65px;

    width: 490px;
    padding: 25px 30px 30px 30px;

    background: #fff;
    box-shadow: 0 0 20px 0 rgba(50, 50, 50, .2);
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-about-us .team
    {
        position: relative;
        top: -410px;
        right: 0;
        left: 0;

        margin: 0 auto -410px auto;
    }
}

@media (max-width: 767px)
{
    .section-about-us .team
    {
        position: static;

        width: 100%;
        margin: 0 auto;
        padding: 25px 15px 30px 15px;

        box-shadow: none;
    }
}

.section-about-us .team img
{
    display: none;
}

@media (max-width: 767px)
{
    .section-about-us .team img
    {
        display: block;

        width: 100%;
        margin-bottom: 30px;
    }
}

.section-about-us h2
{
    line-height: 30px;
}

@media (max-width: 767px)
{
    .section-about-us h2
    {
        font-size: 20px;
        line-height: 24px;
    }
}

.section-about-us h2 span
{
    display: block;

    margin-top: 4px;
    margin-bottom: 37px;
}

@media (max-width: 767px)
{
    .section-about-us h2 span
    {
        font-size: 15px;
        line-height: 24px;
    }
}

.section-about-us p
{
    margin-bottom: 23px;
}

.section-about-us h5
{
    margin-top: 43px;

    text-align: center;
}

.section-about-us h5 p
{
    font-weight: 400;
}

.section-about-us .button-container
{
    text-align: center;
}

.section-about-us .btn-primary
{
    margin: 24px auto 0 auto;
}

.section-login .auth-box,
.section-register .auth-box
{
    max-width: 475px;
    height: auto;
    margin: 0 auto;
    padding: 25px 30px 30px 30px;

    text-align: center;

    border: 1px solid #ededed;
}

@media (max-width: 767px)
{
    .section-login .auth-box,
    .section-register .auth-box
    {
        height: auto;
        padding: 25px 15px 30px 15px;
    }
}

.section-login .auth-box .alert,
.section-register .auth-box .alert
{
    text-align: left;
}

.section-login .form-group,
.section-register .form-group
{
    margin-bottom: 20px;
}

.form-group {
    position: relative;
}

.form-group.float-label.has-error .input-desc{
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 2px;
}

.section-login span,
.section-register span
{
    display: block;
}

.section-login h1,
.section-register h1
{
    line-height: 28px;

    margin-bottom: 24px;
}

.section-login a:not(.btn):hover,
.section-register a:not(.btn):hover
{
    color: #5fc764;
}

.section-login a:not(.btn):hover b,
.section-register a:not(.btn):hover b
{
    -webkit-transition: .3s;
    transition: .3s;

    color: #5fc764;
}

.section-login a:not(.btn):hover span,
.section-register a:not(.btn):hover span
{
    -webkit-transition: .3s;
    transition: .3s;

    color: #9ca0a6;
}

.section-login .restore,
.section-register .restore
{
    margin: -14px auto 11px auto;
}

.section-login .social-buttons span,
.section-register .social-buttons span
{
    font-weight: 600;

    margin-top: -4px;
    margin-bottom: 14px;

    color: #2c3d50;
}

.section-login input,
.section-register input
{
    -webkit-transition: .5s;
    transition: .5s;
}

.section-login .register,
.section-login .login,
.section-register .register,
.section-register .login
{
    display: block;

    margin: 0 auto;

    text-align: center;
}

.section-login .register span,
.section-login .login span,
.section-register .register span,
.section-register .login span
{
    display: inline-block;

    text-decoration: underline;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-login .register,
    .section-login .login,
    .section-register .register,
    .section-register .login
    {
        bottom: -15px;
    }
}

.section-register .form
{
    max-width: 475px;
    height: 377px;
    margin: 0 auto;
    padding: 25px 30px 30px 30px;

    text-align: center;

    border: 1px solid #e4e4e4;
}

@media (max-width: 767px)
{
    .section-register .form
    {
        height: auto;
        padding: 25px 15px 30px 15px;
    }
}

.section-support #contact-form
{
    position: relative;
}

.section-support #contact-form .input-group
{
    width: 100%;
}

.section-support #contact-form input
{
    border-radius: 3px;
}

.section-support #contact-form textarea
{
    min-height: 110px;
    margin-top: 20px;

    resize: vertical;

    border-radius: 3px;
}

@media (max-width: 767px)
{
    .section-support #contact-form
    {
        margin-bottom: 30px;
    }
}

.section-support .buttons
{
    position: relative;
}

.section-support .btn-primary
{
    display: block;

    margin: 20px auto 0 auto;
}

.section-support .btn-link
{
    font-size: 14px;
    font-weight: 300;

    position: absolute;
    right: -280px;
    bottom: 0;
    left: 0;

    width: 100px;
    margin: 0 auto;

    text-decoration: underline;
    text-transform: none;

    color: #2c3d50;
}

.section-support .btn-link:hover
{
    color: #5fc764;
}

@media (max-width: 767px)
{
    .section-support .btn-link
    {
        right: 0;
        bottom: -43px;
    }
}

.section-supp-faq .search-group
{
    display: block;

    width: 515px;
    margin: 0 auto;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-supp-faq .search-group
    {
        margin: 60px auto 0 auto;
    }
}

@media (max-width: 767px)
{
    .section-supp-faq .search-group
    {
        width: 100%;
        margin: 60px auto 20px auto;
    }
}

.section-supp-faq .questions
{
    display: block;

    margin-top: 31px;
}

@media (max-width: 767px)
{
    .section-supp-faq .questions
    {
        margin-top: 0;
    }
}

.section-supp-faq .form-control
{
    height: 54px;
    margin-top: -27px;
}

.section-supp-faq ul li .answer
{
    width: 100%;
}

@media (max-width: 767px)
{
    .section-supp-faq ul
    {
        margin-bottom: 0;
    }
}

.section-career .bored
{
    position: relative;

    margin-top: 103px;
    padding: 89px 30px 30px 30px;

    text-align: center;

    border: 1px solid #ededed;
}

@media (max-width: 767px)
{
    .section-career .bored
    {
        margin-top: 51px;
        padding: 89px 20px 30px 20px;
    }
}

.section-career h2
{
    margin-bottom: 14px;
}

@media (max-width: 767px)
{
    .section-career h2
    {
        font-size: 15px;
        line-height: 24px;
    }
}

@media (max-width: 767px)
{
    .section-career p
    {
        font-size: 13px;
        line-height: 24px;
    }
}

.section-career .btn-primary
{
    margin-top: 24px;
}

.section-career article
{
    font-size: 18px;
    line-height: 28px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    margin-top: 25px;
    padding: 0 85px;

    color: #9ca0a6;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px)
{
    .section-career article
    {
        font-size: 13px;
        line-height: 26px;

        padding: 0 10px;
    }
}

.section-career article i
{
    font-size: 58px;

    padding-right: 20px;

    color: #5fc764;
}

.section-career .sleep
{
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 125px;
    height: 125px;
    margin: 0 auto;

    border-radius: 50%;
    background-color: #2c3d50;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 767px)
{
    .section-career .sleep
    {
        top: -35px;

        width: 77px;
        height: 77px;
    }
    .section-career .sleep img
    {
        width: 36px;
    }
}

.section-job-offers .offer
{
    width: 100%;
    margin-bottom: 30px;
    padding: 23px 30px;

    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;

    border: 1px solid #ededed;
}

@media (max-width: 767px)
{
    .section-job-offers .offer
    {
        margin-bottom: 20px;
        padding: 20px;
    }
}

.section-job-offers .offer:hover
{
    border-color: #5fc764;
}

.section-job-offers .offer:hover > .checkbox-styled
{
    border: 1px solid #5fc764;
}

.section-job-offers .offer.active
{
    -webkit-transition: .15s ease-in-out;
    transition: .15s ease-in-out;

    border: 1px solid #5fc764;
    background: #5fc764;
}

.section-job-offers .offer.active .checkbox-styled
{
    border: 1px solid #63c767;
    background-color: white;
}

.section-job-offers .offer.active h3,
.section-job-offers .offer.active span
{
    color: #fff;
}

.section-job-offers h3
{
    font-weight: 600;
}

@media (max-width: 767px)
{
    .section-job-offers h3
    {
        font-size: 15px;
        line-height: 30px;
    }
}

.section-job-offers h3 span
{
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;

    display: block;

    margin-top: -7px;

    color: #9ca0a6;
}

@media (max-width: 767px)
{
    .section-job-offers h3 span
    {
        font-size: 13px;
        line-height: 20px;
    }
}

.section-job-offers .single
{
    margin-top: 76px;
}

@media (max-width: 767px)
{
    .section-job-offers .single
    {
        margin-top: 26px;
    }
}

.section-job-offers .single .apply-btn
{
    margin-top: 19px;
}

.section-job-offers .single h2
{
    font-size: 32px;
    line-height: 32px;

    float: left;

    margin-bottom: 39px;
}

@media (max-width: 767px)
{
    .section-job-offers .single h2
    {
        font-size: 22px;
        line-height: 26px;

        margin-bottom: 25px;
    }
}

.section-job-offers .single .join
{
    float: right;
}

@media (max-width: 767px)
{
    .section-job-offers .single .join
    {
        float: none;
    }
}

.section-job-offers .single .join .btn-link
{
    display: inline-block;

    padding: 12px 0 13px 0;
}

@media (max-width: 767px)
{
    .section-job-offers .single .join .btn-link
    {
        display: none;
    }
}

.section-job-offers .single .join .btn-link:hover
{
    color: #5fc764;
}

.section-job-offers .single .join .btn-primary
{
    width: 130px;
    margin-left: 20px;
}

@media (max-width: 767px)
{
    .section-job-offers .single .join .btn-primary
    {
        width: 100%;
        margin-bottom: 22px;
        margin-left: 0;
    }
}

.section-job-offers .single p
{
    line-height: 26px;

    margin-bottom: 24px;
}

@media (max-width: 767px)
{
    .section-job-offers .single p
    {
        font-size: 13px;
        line-height: 24px;
    }
}

.section-job-offers .single h4
{
    line-height: 32px;

    margin-top: 35px;
    margin-bottom: 17px;
}

.section-job-offers .single ul
{
    margin: 0 0 0 15px;
    padding: 0;

    list-style-image: url('../img/chevron-right.png');
}

.section-job-offers .single ul li
{
    padding: 0 0 0 15px;
}

.section-job-offers .single .btn-link
{
    display: block;

    text-transform: none;
}

.section-job-offers .single .btn-link:hover
{
    color: #5fc764;
}

.section-email-verify .zmdi-long-arrow-right
{
    font-weight: 900;

    position: absolute;
    right: -7px;
    bottom: 40%;
}

@media (max-width: 1199px) {
    .section-email-verify .zmdi-long-arrow-right {
        bottom: 45%;
    }
}

@media (max-width: 991px)
{
    .section-email-verify .zmdi-long-arrow-right
    {
        display: none;
    }
}

.section-email-verify .step
{
    margin-top: 38px;
    padding: 48px 25px 30px 25px;

    text-align: center;

    border: 1px solid #ededed;
}


.section-email-verify .step
{
    margin-bottom: 30px;
}


@media (max-width: 991px) {
    .section-email-verify .step
    {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px)
{
    .section-email-verify .step
    {
        margin-top: 0;
        margin-bottom: 14px;
        padding: 20px 25px 30px 25px;

        border-bottom: 1px solid #e4e4e4;
    }
}

.section-email-verify .number
{
    font-size: 32px;
    font-weight: 600;

    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 70px;
    height: 70px;
    margin: 0 auto;

    color: #9ca0a6;
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    background: #fff;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 991px) and (min-width: 768px)
{
    .section-email-verify .number
    {
        top: -35px;
    }
}

@media (max-width: 767px)
{
    .section-email-verify .number
    {
        display: none;
    }
}

.section-email-verify h2
{
    font-weight: 400;

    margin-bottom: 3px;
}

.section-email-verify h2 span
{
    display: none;
}

@media (max-width: 767px)
{
    .section-email-verify h2 span
    {

        display: inline-block;

        color: #2c3d50;
    }
}

.section-email-verify p
{
    font-size: 14px;

    min-height: 90px;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .section-email-verify p
    {
        padding: 0 50px;
    }
}

@media (max-width: 991px) {
    .section-email-verify p
    {
        padding: 10px 30px 30px;
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 767px)
{
    .section-email-verify button
    {
        margin-top: 13px;
    }
    .section-email-verify p
    {
        min-height: 1px;
        padding-bottom: 10px;
    }
}

@media (max-width: 991px)
{
    .section-email-verify .next-step
    {
        margin-top: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        border-radius: 0;        
        box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    }
    .section-email-verify .next-step.disabled {
        background-color: #98da9a;
        border-color: #98da9a;
        opacity: 1;
    }
}

.section-thanks .share
{
    text-align: center;
}

.section-thanks .share i
{
    font-size: 24px;
}

.section-thanks .share .zmdi-google-plus
{
    font-size: 28px;
}

.section-thanks h2
{
    font-weight: 400;
}

@media (max-width: 767px)
{
    .section-thanks h2
    {
        font-size: 15px;

        padding: 0 30px;
    }
    .email-verification-page #main-body {
        padding-bottom: 20px;
    }
}

.section-thanks h2 span
{
    font-weight: 600;

    display: inline-block;

    color: #5fc764;
}

@media (max-width: 767px)
{
    .section-thanks h2 span
    {
        font-size: 15px;
    }
}

.section-thanks span
{
    display: block;
}

.section-thanks .input-group
{
    left: -55px;

    margin: 23px auto 0 auto;
}

@media (max-width: 767px)
{
    .section-thanks .input-group
    {
        left: 0;
    }
}

.section-thanks .input-group input
{
    z-index: 1;

    width: 265px;
    padding-bottom: 15px;
}

.section-thanks .input-group .btn
{
    z-index: 900;
}

@media (max-width: 767px)
{
    .section-thanks .input-group .btn
    {
        top: 10px;

        display: block;

        margin: 0 auto;
    }
}

.section-thanks .btn-circle
{
    width: 70px;
    height: 70px;
    margin: 50px 15px;

    color: #2c3d50;
    border-color: #99a1aa;
}

@media (max-width: 767px)
{
    .section-thanks .btn-circle
    {
        width: 52px;
        height: 52px;
        margin: 25px 15px 15px 15px;
    }
}

@media (max-width: 767px)
{
    .section-thanks .btn-circle i
    {
        font-size: 24px;
    }
}

.section-thanks .btn-circle:hover i
{
    color: #fff;
}

.section-thanks .input-group-btn:last-child > .btn
{
    z-index: 90;

    margin-left: -5px;
}

.section-thanks .btn-gopanel
{
    position: relative;

    width: 375px;
    margin-top: 50px;
}

@media (max-width: 767px)
{
    .section-thanks .btn-gopanel
    {
        width: 265px;
        margin-top: 71px;
    }
}

@media (max-width: 767px)
{
    .section-thanks .btn-gopanel:after
    {
        position: absolute;
        top: -32px;
        left: 0;

        width: 100%;
        height: 1px;

        content: '';

        background: #ededed;
    }
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus
{
    outline: none;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}

.slick-track:after
{
    clear: both;
}

.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;

    outline: 0;
}

[dir='rtl'] .slick-slide
{
    float: right;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .slick-slide
    {
        margin: 0 -60px;
    }
}

.slick-slide img
{
    position: relative;

    display: block;

    margin-top: 30px;
    padding: 0 50px;

    outline: 0;
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .slick-slide img
    {
        margin-top: 25px;
        padding: 0 85px;
    }
}

@media (max-width: 767px)
{
    .slick-slide img
    {
        width: 230px;
        margin-top: 12px;
        padding: 0 20px;
    }
}

@media (max-width: 479px)
{
    .slick-slide img
    {
        padding: 0 10px;
    }
}

.slick-slide.slick-loading img
{
    display: none;
}

.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-initialized .slick-slide
{
    display: block;
}

.slick-loading .slick-slide
{
    visibility: hidden;
}

.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden
{
    display: none;
}

.slider-pagination
{
    margin-top: 22px;
}

@media (max-width: 767px)
{
    .slider-pagination
    {
        margin-top: 38px;
    }
}

.slider-pagination ul
{
    padding: 0;

    list-style-type: none;
}

.slider-pagination ul li
{
    position: relative;

    display: inline-block;

    width: 150px;
    height: 5px;
    margin: 0 10px;

    cursor: pointer;

    border-radius: 5px;
    background: #eeeff0;
}

@media (max-width: 767px)
{
    .slider-pagination ul li
    {
        width: 83px;
        margin: 0 5px;
    }
}

.slider-pagination ul li:before
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 22px;

    content: '';
}

.slider-pagination ul li:after
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 100%;
    height: 22px;

    content: '';
}

.slider-pagination ul li.slick-active
{
    background: #5fc764;
}

button.slick-prev
{
    position: absolute;
    z-index: 31;
    top: 0;
    left: 0;

    width: 31%;
    height: 100%;

    border: none;
    background: transparent;
}

button.slick-prev:before
{
    position: absolute;
    z-index: 20;
    top: 0;
    bottom: 0;
    left: 0;

    display: block;

    width: 90%;
    margin: auto;
    margin-top: 30px;

    content: '';

    background: -webkit-linear-gradient(left, #fff 25%, rgba(255, 255, 255, 0));
    background:         linear-gradient(to right, #fff 25%, rgba(255, 255, 255, 0));
}

@media (max-width: 767px)
{
    .three_button{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .three_button .btn{
        padding: 8px !important;
        white-space: normal;
        line-height: 1;
    }

    button.slick-prev:before
    {
        width: 15%;
    }
    button.slick-prev:after
    {
        width: 15%;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    button.slick-prev:before
    {
        width: 20%;

        background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0));
        background:         linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0));
    }
    button.slick-prev:after
    {
        width: 20%;

        background: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0));
        background:         linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0));
    }
}

@media (max-width: 1599px) and (min-width: 992px)
{
    button.slick-prev:before
    {
        width: 18%;

        background: -webkit-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0));
        background:         linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0));
    }
    button.slick-prev:after
    {
        width: 18%;

        background: -webkit-linear-gradient(right, #fff 15%, rgba(255, 255, 255, 0));
        background:         linear-gradient(to left, #fff 15%, rgba(255, 255, 255, 0));
    }
}

button.slick-next
{
    position: absolute;
    z-index: 31;
    top: 0;
    right: 0;

    width: 31%;
    height: 100%;

    border: none;
    background: transparent;
}

button.slick-next:after
{
    position: absolute;
    z-index: 20;
    top: 0;
    right: 0;
    bottom: 0;

    display: block;

    width: 90%;
    margin: auto;
    margin-top: 30px;

    content: '';

    background: -webkit-linear-gradient(right, #fff 25%, rgba(255, 255, 255, 0));
    background:         linear-gradient(to left, #fff 25%, rgba(255, 255, 255, 0));
}

@media (max-width: 767px)
{
    button.slick-next:before
    {
        width: 15%;
    }
    button.slick-next:after
    {
        width: 15%;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    button.slick-next:before
    {
        width: 20%;

        background: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0));
        background:         linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0));
    }
    button.slick-next:after
    {
        width: 20%;

        background: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0));
        background:         linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0));
    }
}

@media (max-width: 1599px) and (min-width: 992px)
{
    button.slick-next:before
    {
        width: 18%;

        background: -webkit-linear-gradient(left, #fff 15%, rgba(255, 255, 255, 0));
        background:         linear-gradient(to right, #fff 15%, rgba(255, 255, 255, 0));
    }
    button.slick-next:after
    {
        width: 18%;

        background: -webkit-linear-gradient(right, #fff 15%, rgba(255, 255, 255, 0));
        background:         linear-gradient(to left, #fff 15%, rgba(255, 255, 255, 0));
    }
}

.lft,
.rgt
{
    position: relative;
}

.lft img
{
    position: absolute;
    z-index: 50;
    top: 29px;
    left: -682px;
}

@media (max-width: 767px)
{
    .lft img
    {
        position: absolute;
        top: 10px;
        left: -221px;

        width: 7px;
        height: 134px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .lft img
    {
        position: absolute;
        top: 23px;
        left: -549px;

        width: 20px;
        height: 335px;
    }
}

.rgt img
{
    position: absolute;
    z-index: 50;
    top: 29px;
    right: -682px;
}

@media (max-width: 767px)
{
    .rgt img
    {
        position: absolute;
        top: 10px;
        right: -221px;

        width: 7px;
        height: 134px;
    }
}

@media (max-width: 1199px) and (min-width: 768px)
{
    .rgt img
    {
        position: absolute;
        top: 23px;
        right: -549px;

        width: 20px;
        height: 335px;
    }
}

.email-verification-page {
    padding-bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.email-verification-page #main-body {
    margin: auto;
}

.payment-page .alert {
    padding-top: 15px;
    padding-bottom: 15px;
}
.payment-page .alert:before,
.payment-page .alert:after {
    display: none;
}
.payment-page .alert-icon {
    position: absolute;
    left: 20px;
}
.payment-content {
    max-width: 750px;
    margin: 0 auto
}
.payment-content h3 {
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: normal;
}
.payment-methods {
    list-style: none;
    padding:  0;
    margin: 0 0 30px 0;
}
.payment-method {
    display: flex;
    align-items: center;
    height: 72px;
    padding: 20px;
    margin-bottom: 2px;
    border: 2px solid #f5f6f6;
    background: #f5f6f6;
    cursor: pointer;
    transition: ease-in all 0.15s;
}
.payment-method.active {
    background-color: #fff;
}
.payment-method.active .payment-method-name,
.payment-method:not(.active):hover .payment-method-name {
    color: #2c3d50;
}
.payment-method.active .payment-method-logo,
.payment-method:not(.active):hover .payment-method-logo {
    filter: grayscale(0);
    opacity: 1;
}
.payment-method:not(.active):hover {
    background-color: #fff;
}
.payment-method:not(.active):hover .radio-styled {
    border-color: #5fc663;
}
.payment-method .radio-styled,
.payment-method .radio-styled:before {
    height: 24px;
    width: 24px;
}
.payment-method .radio-styled {
    margin: 0 16px -2px 0;
    border: 1px #e1e3e5 solid;
    background-color: #fff;
}
.payment-method .radio-styled:before {
    top: -1px;
    line-height: 24px;
    background-color: #5fc663;
    color: #fff;
    border-radius: 50%;
}
.payment-method-name {
    color: #999da3;
    font-size: 16px;
    font-weight: bold;
    transition: ease-in all 0.15s;
}
.payment-method-logo {
    margin-left: auto;
    filter: grayscale(100%);
    opacity: 0.5;
    transition: ease-in all 0.15s;
}
.payment-bundle {
    padding: 30px 20px;
    border: 1px solid #ededed;
    text-align: center;
}
.payment-bundle .bundle-title {
    margin-bottom: 2px;
    color: #2c3d50;
    font-size: 20px;
    font-weight: 100;
    text-transform: uppercase;
}
.payment-bundle .bundle-price {
    margin: 0 0 14px 0;
    color: #2c3d50;
    font-size: 24px;
    font-weight: bold;
}
.payment-bundle .bundle-price small {
    display: block;
    color: #a5a9ae;
    font-size: 14px;
    font-weight: normal;
}
.payment-bundle .bundle-options {
    margin: 0;
    padding: 0;
    list-style: none;
}
.payment-bundle .bundle-options > li {
    padding: 6px 0;
    color: #2c3d50;
}
.payment-bundle .alert {
    height: 38px;
    margin: 0 0 12px;
    padding: 10px;
    font-size: 14px;
}

@media (max-width: 767px) {
    .payment-actions .btn {
        margin-bottom: 16px;
    }
}


.alert-faded {
    box-shadow: none;
}
.alert-success.alert-faded  {
    background-color: #dff4e0;
    color: #3AAB3E;
}
.radio-styled {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 20px;
  height: 20px;
  border: 2px solid #e4e4e4;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.radio-styled:hover {
  border: 2px solid #63c767;
}
.radio-styled {
  border-radius: 50%;
}
.radio-styled:before {
    position: absolute;
    top: 0;
    left: -1px;
    display: block;
    width: 18px;
    height: 18px;
    color: #5fc663;
    content: "\f26b";
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Material-Design-Iconic-Font';
    line-height: 16px;
    opacity: 0;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.radio-styled.checked:before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.ticket-reply {
    margin: 10px 0;
    padding: 0;
    border: 1px solid #efefef;
    background-color: #fff;
}

.ticket-reply .date {
    float: right;
    padding: 8px 10px;
    font-size: .8em;
}
.ticket-reply .user {
    padding: 5px 0;
    background-color: #f8f8f8;
}
.ticket-reply .user i {
    float: left;
    font-size: 2.2em;
    padding: 2px 15px;
}
.fa-user:before {
    content: "\f007";
}
.ticket-reply .user .name {
    display: block;
    font-size: .9em;
}
.ticket-reply .user .type {
    display: block;
    font-weight: 700;
    font-size: .8em;
}
.ticket-reply .message {
    padding: 12px 15px;
}
.ticket-reply .attachments {
    margin: 0;
    padding: 10px 20px;
    border-top: 1px dashed #efefef;
    background-color: #f8f8f8;
    font-size: .8em;
}