@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('fonts/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Black';
    src: url('fonts/proxima_Nova/Proxima_Nova_Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Bold';
    src: url('fonts/proxima_Nova/Proxima_Nova_Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('fonts/proxima_Nova/Proxima_Nova_Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Light';
    src: url('fonts/proxima_Nova/ProximaNova-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova-Thin';
    src: url('fonts/proxima_Nova/ProximaNovaT-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/TASSAcademy-normal.ttf') format('truetype'),
    url('fonts/TASSAcademy-normal.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a:hover {
    text-decoration: none;
}
body {
    width: 100%;
    background-color: #f0f0f0;
    font: 16px "ProximaNova-Regular", sans-serif;
    color: #333;
}
body.overflow {
    overflow: hidden;
}
.wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.container {
    position: relative;
    margin: 0 auto;
    padding: 0;
}
section .container {
    padding: 100px 0;
}
.clearfix::after, .clearfix::before, .container-fluid::after {
    content: '';
    display: block;
    clear: both;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
    color: #333;
}
.flex-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.flex-box .left {
    width: 575px;
    padding-right: 25px;
}
.flex-box .right {
    width: 575px;
    padding-left: 25px;
}
.row {
    margin: 0 -30px;
}
.row::after {
    content: '';
    display: block;
    clear: both;
}
.row-sm {
    margin: 0 -15px;
}
.row-sm::after {
    content: '';
    display: block;
    clear: both;
}
.col {
    display: inline-block;
    margin-right: -0.25em;
    vertical-align: top;
    padding: 0 30px;
}
.col-sm {
    display: inline-block;
    margin-right: -0.25em;
    vertical-align: top;
    padding: 0 15px;
}
.col-1 {
    width: 8.333%;
}
.col-2 {
    width: 16.666%
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.333%;
}
.col-5 {
    width: 41.666%;
}
.col-6 {
    width: 50%;
}
.col-7 {
    width: 58.333%;
}
.col-8 {
    width: 66.666%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.333%;
}
.col-11 {
    width: 91.666%;
}
.col-12 {
    width: 100%;
}
.row-special::after {
    content: '';
    display: block;
    clear: both;
}
.col-special {
    display: block;
    float: left;
}
.col-special-1 {
    width: 80px;
}
.col-special-2 {
    width: 150px;
}
.col-special-3 {
    width: 300px;
}
.col-special-4 {
    width: 450px;
}
.col-special-2-3-3 {
    width: 750px;
}
.col-offset-special-1 {
    padding-left: 80px;
}
.col-offset-special-1::after {
    content: '';
    display: block;
    clear: both;
}
.col-special-2.col-special-3.col-special-4 {
    width: 1280px;
}
.title-lg {
    position: relative;
    width: 550px;
    margin-bottom: 50px;
    z-index: 2;
}
.title-lg h2 {
    font: 40px 'ProximaNova-Regular', sans-serif;
    line-height: 1.13;
}
.title-lg h2 span {
    display: inline-block;
}
.title-lg h2 span::after {
    content: '';
    display: block;
    width: 0;
    height: 10px;
    margin-top: 30px;
    background-color: #423dc8;
    -webkit-transition: .5s 1s;
    -moz-transition: .5s 1s;
    -ms-transition: .5s 1s;
    -o-transition: .5s 1s;
    transition: .5s 1s;
}
.title-lg h2.w_100 span::after {
    width: 100px;
}
.title-sm {
    position: relative;
    margin-bottom: 60px;
    text-transform: uppercase;
    z-index: 2;
}
.title-sm h3 {
    font: 28px 'ProximaNova-Black', sans-serif;
    line-height: 33px;
    font-weight: normal;
    letter-spacing: 2px;
}
.title-sm .signature {
    display: inline-block;
    margin-top: 10px;
    font: 14px 'ProximaNova-Bold', sans-serif;
    line-height: 16px;
    color: #423DC8;
}
.title-h4 {
    position: relative;
    margin-bottom: 30px;
    font: 30px 'ProximaNova-Regular', sans-serif;
    line-height: 35px;
    z-index: 2;
}
.allotment {
    display: inline-block;
    position: relative;
}
.allotment span {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.allotment::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    width: 0;
    background-color: #C3C1FF;
    z-index: 0;
    -webkit-transition: .5s 1s;
    -moz-transition: .5s 1s;
    -ms-transition: .5s 1s;
    -o-transition: .5s 1s;
    transition: .5s 1s;
}
.allotment.w_100::after {
    width: 100%;
}
.has-error .help-block {
    color: #a94442;
}
a.politics {
    color: #bbb;
}
a.politics:hover {
    text-decoration: underline;
    color: #bbb;
}
.title-sm .allotment::after {
    height: 20px;
}
.signature-lg {
    position: relative;
    z-index: 2;
}
.signature-lg .allotment::after {
    height: 14px;
}
.signature-lg h4 {
    margin-bottom: 30px;
    font: 30px 'ProximaNova-Regular', sans-serif;
    font-weight: normal;
    line-height: 35px;
}
.text-p {
    font: 16px 'ProximaNova-Light';
    line-height: 25px;
}
.m-b-50 {
    margin-bottom: 50px !important;
}
.p-t-20 {
    padding-top: 20px;
}
.p-t-80 {
    padding-top: 80px;
}
.p-l-20 {
    padding-left: 20px;
}
.p-l-100 {
    padding-left: 100px;
}
.p-l-150 {
    padding-left: 150px;
}
.p-t-0 {
    padding-top: 0 !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}
.bg-grey {
    background-color: #f5f5f5;
}
.bg-blue {
    background-color: #423DC8;
}
.bg-white {
    background-color: #fff;
}
.tt-up {
    text-transform: uppercase;
}
.academy-btn {
    display: inline-block;
    vertical-align: top;
    height: 50px;
    padding: 0 20px;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    font: 15px "ProximaNova-Light", sans-serif;
    line-height: 50px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.academy-btn:focus {
    text-decoration: none;
}
.academy-btn.btn-purple {
    background-color: #423dc8;
    border-color: #423dc8;
    color: #fff;
}
.academy-btn.btn-purple:hover {
    background-color: #3F3ABE;
}
.academy-btn.btn-purple:active {
    background-color: #3834AA;
}
.academy-btn.btn-white {
    background-color: #fff;
    border-color: #e8e8e8;
    color: #333333;
}
.academy-btn.btn-white:hover {
    background-color: #f2f2f2;
}
.academy-btn.btn-white:active {
    background-color: #d9d9d9;
}
.academy-btn.btn-transparent {
    background-color: rgba(255, 255, 255, 0.01);
    border-color: rgba(255, 255, 255, 0.3);
    color: #fff;
}
.academy-btn i.left-icon {
    margin-right: 10px;
    font-size: 20px;
}
.academy-btn i.right-icon {
    margin-left: 10px;
    font-size: 20px;
}
.info-block {
    padding: 100px 0;
    color: #fff;
}
.info-block .left {
    float: left;
    width: 550px;
}
.info-block .right {
    padding-left: 600px;
}
.info-block h3 {
    position: relative;
    margin: 0;
    font: 24px 'ProximaNova-Black', sans-serif;
    line-height: 29px;
    letter-spacing: 3px;
    z-index: 2;
    color: #fff;
}
.info-block .ul li {
    width: 100%;
}
.info-block ul {
    margin-top: 10px;
}
.info-block ul li {
    padding-bottom: 20px;
}
.info-block a {
    max-width: 670px;
    opacity: .7;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
}
.info-block a:hover {
    opacity: 1;
    color: #ffffff;
}
.info-block p {
    font: 16px 'ProximaNova-Light';
    line-height: 25px;
    opacity: .7;
}
.info-block p:not(:last-child) {
    margin-bottom: 15px;
}
.info-block p:last-child {
    margin-bottom: 0;
    margin-top: 40px;
}
.info-block p.large {
    font: 20px 'ProximaNova-Regular';
    line-height: 30px;
}
.info-block .left .policy-footer {
font: 16px 'ProximaNova-Light';
line-height: 15px;
}
.info-block .left .policy-footer:hover {
    opacity: 1;
}
.info-block .left .policy-footer:active {
    opacity: 1;
}
.info-block .left .policy-footer::after {
    content: url("../icons/src/icons/icon-policy.svg");
    display: inline-block;
    position: relative;
    top: 4px;
}
.info-block .academy-btn.btn-purple {
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.info-block .academy-btn.btn-transparent:hover {
    background-color: rgba(40, 40, 40, 0.06);
    border: solid 1px rgba(255, 255, 255, 0.3);
}
.info-block .academy-btn.btn-transparent:active {
    background-color: rgba(13, 13, 13, 0.16);
    border: solid 1px rgba(255, 255, 255, 0.3);
}
.height {
    height: 650px;
}
.form-group {
    position: relative;
    margin-bottom: 30px;
}
.input-group.clearfix {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.input-group.clearfix .form-group {
    margin-bottom: 0;
}
.input-group.clearfix .pull-left:nth-child(1) {
    width: 50%;
    padding: 0 25px 0 0;
    font: 16px 'ProximaNova-Light';
    line-height: 45px;
    color: rgba(255,255,255,.7);
}
.has-error .control-label {
    color: rgba(255,255,255,.7);
}
.input-group.clearfix .pull-left:nth-child(1) label {
    margin-bottom: 0;
    line-height: 25px;
    white-space: nowrap;
}
.input-group.clearfix .pull-left:nth-child(2) {
    width: 50%;
}
.formInput,
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0 10px;
    background-color: rgba(255, 255, 255, 0.01);
    border: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    font: 16px 'ProximaNova-Light';
    color: #fff;
    outline: none;
    letter-spacing: 1px;
}
.form-control {
   margin-left: 25px;
}
.formInput:focus,
.form-control:focus {
    outline: none;
    border-color: #ffffff;
}
.formInput.parsley-error,
.form-control.parsley-error {
    border-color: #ff4444;
}
::-webkit-input-placeholder {
    color: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    letter-spacing: 1px;
}
::-moz-placeholder {
    color: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    letter-spacing: 1px;
}
:-ms-input-placeholder {
    color: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    letter-spacing: 1px;
}
:-moz-placeholder {
    color: #fff;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    letter-spacing: 1px;
}
:focus::-webkit-input-placeholder {
    color: transparent;
}
:focus::-moz-placeholder {
    color: transparent;
}
:focus:-ms-input-placeholder {
    color: transparent;
}
:focus:-moz-placeholder {
    color: transparent;
}
.parsley-errors-list {
    position: absolute;
    top: 35px;
    left: 0;
    font: 13px 'ProximaNova-Light';
    line-height: 15px;
    color: #ff4444;
}
.tel, .value-title {
    color: #fff !important;
}
.text-right {
    text-align: right;
}
.z-i-2 {
    position: relative;
    z-index: 2;
}
/* captcha */
.captcha-block {
    padding-right: 0!important;
    position: relative;
}
.captcha-block .help-block.help-block-error {
    position: absolute;
    left: 0;
    bottom: -55px;
    white-space: nowrap;
}

.grey-line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #f0f0f0;
    -webkit-box-shadow: inset 1px 0 0 0 rgba(219, 219, 219, 0.5);
    -moz-box-shadow: inset 1px 0 0 0 rgba(219, 219, 219, 0.5);
    box-shadow: inset 1px 0 0 0 rgba(219, 219, 219, 0.5);
    z-index: 0;
}
.grey-line.grey-line-fourth {
    left: 900px;
}
.grey-line.grey-line-third {
    left: 600px;
}
.grey-line.grey-line-second {
    left: 300px;
}
.grey-line.grey-line-first {
    left: 0;
}
.p-relative {
    position: relative;
}
.info-block-wrap .grey-line {
    -webkit-box-shadow: -1px 0 0 #4F4AD6;
    -moz-box-shadow: -1px 0 0 #4F4AD6;
    box-shadow: -1px 0 0 #4F4AD6;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #423DC8;
}
.wow {
    visibility: hidden;
}
.descr-sm {
    margin-bottom: 50px;
    font: 18px 'ProximaNova-Bold', sans-serif;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}
.btn.dropdown-toggle {
    width: 100%;
    height: 45px;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.01);
    border: solid 1px rgba(255, 255, 255, 0.3);
    padding: 0 10px;
    color: rgba(255,255,255,.7) !important;
    letter-spacing: 1px;
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    font: 16px 'ProximaNova-Light';
}
.caret {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-top: 7px solid #fff;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: transparent !important;
}
.dropdown-menu {
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
    box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}
.bootstrap-select.btn-group .dropdown-menu li a {
    display: block;
    padding: 10px;
    font: 16px 'ProximaNova-Light', sans-serif;
    line-height: 25px;
    margin: 0;
    color: #333;
    background: #fff;
    white-space: normal !important;
    outline: none !important;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
    background-color: #f3f3f3;
}
.img-block {
    display: block;
    width: 100%;
}
.unique li {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 28px);
}
.unique li:nth-child(odd) {
    margin-right: 25px;
}
.unique li:nth-child(even) {
    margin-left: 25px;
}
.ul-type2 li,
.unique li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 30px;
    font: 16px 'ProximaNova-Light';
    line-height: 25px;
}
.ul-type2 li::before,
.unique li::before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #c3c1ff;
}
.form-confirm {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: #423DC8;
    z-index: 102;
    overflow-y: auto;
}
.form-confirm__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    height: 100%;
}
.form-confirm__content .container {
    padding: 180px 0 80px;
    color: #fff;
}
.about-page__general .grey-line,
.form-inner .grey-line,
.form-confirm__content .grey-line {
    background-color: transparent;
    -webkit-box-shadow: 1px 0 0 0 rgba(219, 219, 219, 1) inset;
    -moz-box-shadow: 1px 0 0 0 rgba(219, 219, 219, 1) inset;
    box-shadow: 1px 0 0 0 rgba(219, 219, 219, 1) inset;
    opacity: .2;
}
.form-confirm__content h2 {
    max-width: 520px;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 45px;
    color: #fff;
}
.form-confirm__content p {
    max-width: 520px;
    margin-bottom: 50px;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.form-confirm__content .nav li:not(:last-child) {
    margin-bottom: 50px;
}
.form-confirm__content .nav a {
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.form-confirm__content .nav a:hover,
.form-confirm__content .nav a:active {
    color: #c3c1ff;
}
.form-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    min-height: 100%;
    color: #fff;
}
.form-inner .container {
    padding: 130px 0 80px;
}
.form-inner .pull-left {
    width: 50%;
    padding-right: 25px;
}
.form-inner .pull-right {
    width: 50%;
    padding-left: 25px;
}
.form-p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}
.form-title {
    font-size: 40px;
    line-height: 45px;
}
.checkbox label {
    padding-left: 40px;
    font: 15px 'ProximaNova-Light';
    line-height: 20px;
    color: rgba(255,255,255,.7);
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.checkbox label::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.01);
    border: solid 1px rgba(255, 255, 255, 0.3);
}
.checkbox input[type="checkbox"]:checked + label::after {
    opacity: 1;
}
.checkbox label::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    background: url('../images/icons/Shape.png') no-repeat center;
    -webkit-background-size: 12px;
    background-size: 12px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.owl-dots {
    text-align: center;
}
.owl-dots button {
    width: 5px;
    height: 5px;
    margin: 0 2.5px;
    background-color: #d8d8d8;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    outline: none;
}
.owl-dots button.active {
    background-color: #423dc8;
}
.mobile-share-wrap {
    display: none;
}

#contact-form .form-group {
    margin: 0;
}
.company-only {
    display: none;
}
#contact-form .form-group.has-success .control-label {
    color: inherit;
}
#contact-form .form-group.has-success .form-control {
    border-color: inherit;
}
/*.formInput:focus {*/
/*outline: none;*/
/*border-bottom-color: #fff;*/
/*}*/

.has-error .form-control {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.format-title {
    display: none;
    float: left;
    margin-top: 50px;
}

@media (min-width:320px) and (max-width: 1023px){
    .container, .container-fluid {
        width: 100%;
    }
    p, li {
        padding-right: 10px;
    }
}
@media (min-width:320px) and (max-width: 767px){
    .title-sm .allotment::after {
        height: 6px;
        bottom: 1px;
    }
    .signature-lg .allotment::after {
        height: 6px;
        bottom: 1px;
    }
    .info-block .ul {
        padding-left: 0;
    }
}
@media (min-width:320px) and (max-width: 884px){

}
@media (min-width:885px) and (max-width: 1023px){

}
@media (min-width:320px) and (max-width: 1279px){

}
@media (min-width: 408px) and (max-width: 432px) {
    .info-block .left .policy-footer {
        width: 90%;
    }
}
@media (min-width:768px) and (max-width: 1023px){

}
@media (min-width:1024px) and (max-width: 1279px){

}
@media (min-width:1280px) {
    .container {
        width: 1150px;
    }
    .container-fluid {
        width: 1100px;
    }
    p, li {
        padding-right: 0;
    }
}
@media (min-width:1440px) {

}
@media (max-width: 1279px) {
    .container {
        width: 100%;
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    .grey-line.grey-line-first {
        left: 50px;
    }
    .grey-line.grey-line-second {
        left: 50%;
    }
    .grey-line.grey-line-third {
        display: none;
    }
    .grey-line.grey-line-fourth {
        left: auto;
        right: 50px;
    }
    .info-block .left {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }
    .info-block .right {
        padding-left: 0;
    }
}
@media (max-width: 1024px) {
    .form-group {
        margin-bottom: 20px;
    }
    .form-footer {
        margin-top: 30px;
    }
}
@media (max-width: 992px) {
    .form-inner .pull-left,
    .form-inner .pull-right {
        width: 100%;
        padding: 0;
    }
    .form-inner .pull-left {
        margin-bottom: 30px;
    }
    .input-group.clearfix .pull-left:nth-child(1),
    .input-group.clearfix .pull-left:nth-child(2) {
        width: 100%;
        padding: 0;
    }
    .input-group.clearfix .pull-left:nth-child(1) {
        margin-bottom: 10px;
        line-height: normal;
    }
    .input-group.clearfix .pull-left:nth-child(2){
        margin-bottom: 0;
    }
    .help-block {
        margin-bottom: 0;
    }
    .input-group.clearfix .pull-left.text-right {
        text-align: left;
    }
}
@media (max-width: 768px) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    section .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .title-lg h2 span::after,
    .about-page .title-lg h2 span::after {
        height: 5px;
        margin-top: 10px;
    }
    .title-lg h2.w_100 span::after,
    .about-page .title-lg h2.w_100 span::after {
        width: 40px;
    }
    .grey-line {
        display: none;
    }
    .height {
        height: auto !important;
    }
    .p-t-20 {
        padding-top: 0;
    }
    .title-sm .signature {
        margin-top: 20px;
        font-size: 12px;
        line-height: 15px;
    }
    .title-sm h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .title-sm {
        margin-bottom: 20px;
    }
    .descr-sm {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .signature-lg h4 {
        font: 18px 'ProximaNova-Regular', sans-serif;
        line-height: 25px;
    }
    .info-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .info-block .left {
        margin-bottom: 20px;
    }
    .info-block h3 {
        padding-top: 0;
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 1px;
    }
    .info-block p,
    .info-block p.large {
        font-size: 14px;
        line-height: 20px;
    }
    .info-block .left .policy-footer {
        margin-bottom: 60px;
        font-size: 14px;
    }
    .info-block p:not(:last-child) {
        margin-bottom: 20px;
    }
    .title-lg {
        width: 100%;
        margin-bottom: 20px;
    }
    .title-lg h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .title-h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .mobile-carousel .owl-stage-outer {
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
    }
    .ul-type2 li,
    .unique li {
        width: 100%;
        margin-left: 0 !important;
        margin-bottom: 20px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 20px;
    }
    .ul-type2 li::before,
    .unique li::before {
        width: 10px;
    }
    .form-confirm__content .container {
        padding-top: 100px;
    }
    .form-confirm__content .nav li:not(:last-child) {
        margin-bottom: 30px;
    }
    .form-confirm__content .nav a {
        display: block;
        text-align: center;
        font-size: 20px;
        line-height: 25px;
    }
    .form-inner .container {
        padding: 0 !important;
    }
    .form-p {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .form-title {
        margin-bottom: 0;
        font-size: 25px;
        line-height: 30px;
    }
    .input-group.clearfix .pull-left:nth-child(1) label {
        font-size: 14px;
    }
    .checkbox label {
        font-size: 14px;
    }
    .form-confirm__content h2 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 25px;
    }
    .form-confirm__p {
        margin-bottom: 30px !important;
        font-size: 14px !important;
        line-height: 20px !important;
    }
    .academy-btn {
        font-size: 14px;
        height: 45px;
        line-height: 45px;
    }
    .academy-btn i,
    .academy-btn i.left-icon,
    .academy-btn i.right-icon {
        margin-top: -2px;
        font-size: 15px;
    }
    .hidden-menu,
    .modal-form {
        -webkit-overflow-scrolling:touch;
    }
    body.overflow {
        overflow: hidden;
        position: relative;
        height: 100%;
    }
    .form-inner {
        display: block !important;
        height: auto !important;
        min-height: 100% !important;
        position: relative;
        padding: 80px 20px 30px;
    }
    .form-inner .form-control {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .form-inner .input-group .form-control {
        display: block !important;
        float: none !important;
    }
    .formInput,
    .form-control {
        border-color: #7C79D9;
    }
}
@media (max-width: 480px) {
    .form-inner button.academy-btn,
    .form-confirm.page-404 .academy-btn,
    .info-block .academy-btn {
        width: 100%;
        text-align: center;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .form-control {
        margin-left: 0;
    }
    .captcha-block .help-block.help-block-error {
        bottom: -20px;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    .form-control {
        margin-left: 0;
    }
    .captcha-block .help-block.help-block-error {
        bottom: -20px;
    }
}
