

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html,
body {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #263141;
    background-color: #fff;
}

a {
    color: #33d6f5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
    line-height: normal;
    margin: 0 0 16px 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 44px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

form {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

li {
    display: block;
}

input[type=text]:not(.omInputText),
input[type=password]:not(.omInputText),
input[type=email]:not(.omInputText),
input[type=tel]:not(.omInputText),
input[type=number]:not(.omInputText),
textarea:not(.omInputText),
.preform_validate select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part) {
    border: solid 1px #e1e1e1;
    border-radius: 0;
    outline: none;
    color: #003e64;
    background: #fff;
    cursor: default;
    font-family: 'Ubuntu', sans-serif;
    padding: 16px;
    margin: 0;
    font-size: 18px;
    width: 100%;
}

input[type='number']:not(.omInputText) {
    -moz-appearance: textfield;
}

input[type=number]:not(.omInputText)::-webkit-inner-spin-button,
input[type=number]:not(.omInputText)::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.preform_validate select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part) {
    text-overflow: '';
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-right: 30px;
    width: 100%;
    color: #003e64;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2213%22%20viewBox%3D%220%200%2028%2013%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M18.6%200l-8.1%208-8-8L0%202.4%2010.5%2013%2021%202.3%2018.6%200z%22%2F%3E%3C%2Fsvg%3E') no-repeat right center #fff;
    background-size: auto 12px;
}

.preform_validate select:not(.omInputText):not(.ui-datepicker-month):not(.ui-datepicker-year):not(.birth_part)::-ms-expand {
    display: none;
}

input[type=text]:not(.omInputText):focus,
input[type=password]:not(.omInputText):focus,
input[type=email]:not(.omInputText):focus,
input[type=tel]:not(.omInputText):focus,
input[type=number]:not(.omInputText):focus,
textarea:not(.omInputText):focus,
.preform_validate select:not(.omInputText):not(.birth_part):not(.ui-datepicker-month):not(.ui-datepicker-year):focus {
    border-color: #9354c3;
}
select::-ms-value {
	    background: none;
	    color:#000;
	}
select:-moz-focusring, select::-moz-focus-inner {
      color: transparent !important;
      text-shadow: 0 0 0 #000 !important;
    }
::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

:focus::-webkit-input-placeholder {opacity: 0;}
:focus:-moz-placeholder {opacity: 0;}
:focus::-moz-placeholder {opacity: 0;}
:focus:-ms-input-placeholder {opacity: 0;}

button,
input[type=submit],
.button {
    background: #54c0c3;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 32px 16px;
    margin: 0;
    overflow: hidden;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
}

button:hover,
input[type=submit]:hover,
.button:hover {
    background: #9354c3;
    color: #fff;
}
button::-moz-focus-inner ,
input[type=submit]::-moz-focus-inner,
.button::-moz-focus-inner {
	    border: 0;
	}
header {
    height: 84px;
    padding: 16px 0 0 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
}
.header.header_scroll {
    position: fixed;
    background-color: #0d0017;
    color: #fff;
    height: 56px;
}
header.header_invert {
    background-color: #0d0017;
    color: #fff;
    height: 56px;
}

footer {
    font-size: 14px;
    color: #fff;
    background-color: #0d0017;
}

hr {
    border: 0;
    height: 0;
    border-top: 1px solid #d7d7d7;
    margin: 0;
}

.clmns {
    position: relative;
    padding-bottom: 24px;
}

.clmns:after {
    content: '';
    display: table;
    clear: both;
}

.clmn {
    float: left;
    position: relative;
}

.clmns .clmn {
    padding: 0 16px;
}

.clmns .clmn:first-child {
    padding-left: 0;
}

.clmns .clmn:last-child {
    padding-right: 0;
}

.clmn_100 {
    width: 100%;
    padding: 0;
}

.clmn_85 {
    width: 85%;
}

.clmn_80 {
    width: 80%;
}

.clmn_75 {
    width: 75%;
}

.clmn_70 {
    width: 70%;
}

.clmn_66 {
    width: 66.666%;
}

.clmn_60 {
    width: 60%;
}

.clmn_50 {
    width: 50%;
}

.clmn_40 {
    width: 40%;
}

.clmn_33 {
    width: 33.333%;
}

.clmn_30 {
    width: 30%;
}

.clmn_25 {
    width: 25%;
}

.clmn_20 {
    width: 20%;
}

.clmn_16 {
    width: 16.666%;
}

.clmn_15 {
    width: 15%;
}

.clmn_14 {
    width: 14%;
}

.clmn_10 {
    width: 10%;
}

.clmn_5 {
    width: 5%;
}

.mdl_width {
    max-width: 1330px;
    margin: 0 auto;
}
.mdl_width ul {
padding-left: 18px;
}
.mdl_width li {
    display: list-item;
    list-style: disc;
}
.header_section {
    min-height: 700px;
    padding-top: 110px;
    color: #fff;
    background: url(../imgs/main_img.jpg) no-repeat center top;
    background-size: cover;
    position: relative;
}

.logo {
    display: inline-block;
}

.header_invert .logo img, .header_scroll .logo img {
    height: 28px;
    width: auto;
}

.nav {
    display: block;
    float: right;
}

.nav li {
    display: inline-block;
    text-transform: uppercase;
    padding-top: 4px;
    margin-left: 30px;
    font-weight: 700;
}

.nav a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.nav a:hover, .nav a.active {
    text-decoration: underline;
}

.menu_switcher {
    display: none;
    float: right;
    width: 55px;
    height: 41px;
    position: relative;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2055%2041%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%2018h55v5H0z%22/%3E%3C/svg%3E') no-repeat;
    -webkit-transition: none;
    transition: none;
}

.menu_switcher:before, .menu_switcher:after {
    display: block;
    content: '';
    position: absolute;
    height: 5px;
    width: 55px;
    background-color: #fff;
    left: 0;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
}

.menu_switcher:before {
    top: 0px;
}

.menu_switcher:after {
    bottom: 0px;
}

.menu_switcher:hover {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2055%2041%22%3E%3Cpath%20fill%3D%22%2354c0c3%22%20d%3D%22M0%2018h55v5H0z%22/%3E%3C/svg%3E') no-repeat;
}

.menu_switcher:hover:before, .menu_switcher:hover:after {
    background-color: #54c0c3;
}

.menu_switcher.menu_active {
    background: none;
}

.menu_switcher.menu_active:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px;
}

.menu_switcher.menu_active:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 18px;
}

.header_section h2, .header_section h1 {
    display: block;
    padding-top: 80px;
    font-size: 56px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 64px;
}

.header_section h4 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
}

.header_section_options {
    position: absolute;
    bottom: 0;
    padding: 40px 20px;
    background-color: #9354c3;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.header_section_options li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 30px;
    background: url(../imgs/bllt.svg) no-repeat left center;
    background-size: 21px auto;
    white-space: nowrap;
}

.header_section_options li:last-child {
    padding-right: 0;
}

.mcafee_header {
    margin-right: 40px;
}

.form_block {
    background-color: #fff;
    padding: 30px;
    border: solid 6px #9354c3;
    box-shadow: -8px 24px 48px rgba(0,0,0,.2);
    position: absolute;
    color: #000;
}

.form_block label {
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.form_padd {
    padding: 40px 20px;
}

.form_padd strong {
    display: block;
    margin-top: 10px;
}

.note {
    font-size: 12px;
    line-height: 150%;
    padding-bottom: 20px;
}

.note a {
    color: #9354c3;
}

.form_block_bttn {
    text-align: center;
    padding: 32px 0 8px 0;
}

.why_us {
    background-color: #fff;
    padding: 120px 0 60px 0;
}

.why_us h3 {
    color: #9354c3;
    font-weight: 700;
    font-size: 26px;
    margin: 24px 0;
}

.why_us p {
    line-height: 180%;
}

.why_us .button {
    width: auto;
    padding: 24px 64px;
    border-radius: 4px;
    margin-top: 24px;
}

.quote {
    position: relative;
    padding: 64px 48px 32px 48px;
    color: #54c0c3;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}

.quote:before {
    content: open-quote;
    position: absolute;
    display: block;
    left: 0;
    top: 32px;
    font-size: 64px;
    color: #e1e1e1;
}

.quote:after {
    content: close-quote;
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    font-size: 64px;
    color: #e1e1e1;
}

.options_block {
    padding: 80px 0;
    background-color: #efedf0;
    text-align: center;
}

.options_block.white_bg {
    background-color: #fff;
}

.options_block h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 48px;
}

.options_block h3 {
    color: #54c0c3;
    font-weight: 700;
    margin-bottom: 8px;
}

.options_block img {
    height: 130px;
    width: auto;
    margin-bottom: 40px;
}

.options_block p {
    color: #383838;
    margin: 0;
    font-size: 28px;
}

.about_us {
    padding: 80px 0;
    color: #263141;
    line-height: 180%;
}
.about_us h3 {
    color: #9354c3;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 24px;
}

.mcafee2, .ola2 {
    margin-top: 32px;
}

.mcafee2 {
    margin-right: 48px;
}

.about_us strong {
    display: block;
    padding: 56px 0 24px 0;
}

.about_us li, .criteria li {
    display: block;
    padding: 4px 0 4px 28px;
    margin: 0 auto;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2218%22%20height%3D%2214%22%20viewBox%3D%220%200%2018%2014%22%3E%3Cpath%20d%3D%22M0%207.8l6.5%206s.6.6%201.2-.3C8.3%2012.6%2013%205%2018%201.2c0%200%20.4-1-.7-1.2%200%200-4%201.4-11%209.3l-4.1-3s-.5-.4-.9-.1C.8%206.5-.3%207.5.1%207.8%22/%3E%3C/svg%3E') no-repeat 0px 10px;
}

.decision {
    padding: 120px 0;
    background: url(../imgs/bottom_img.jpg) no-repeat center top;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.decision h2, .decision h3 {
    margin-bottom: 30px;
    font-weight: 700;
}

.decision h2 {
    font-size: 28px;
}

.decision h3 {
    font-size: 36px;
    margin-bottom: 48px;
}

.decision .button {
    background-color: #9354c3;
    font-size: 21px;
    color: #fff;
    width: auto;
    padding: 32px 140px;
    border-radius: 4px;
}

.decision .button:hover {
    background-color: #fff;
    color: #000;
}

.footer_links {
    padding: 48px 0;
    background-color: #1c0031;
    text-align: center;
}

.footer_links a {
    color: #fff;
    text-decoration: none;
    margin: 0 16px;
    white-space: nowrap;
}

.footer_links a:hover {
    color: #f6c74c;
}

.disclosure {
    padding: 86px 0;
    line-height: 180%;
}

.disclosure h3 {
    font-weight: 700;
    font-size: 28px;
}

.copy {
    text-align: center;
    font-size: 14px;
    color: #9354c3;
    padding-top: 32px;
    font-weight: 700;
}

.internal_top {
    padding: 180px 0 90px 0;
}

.how_it_work_bg {
    background: url(../imgs/how_it_works.jpg) no-repeat center top #686259;
    color: #fff;
    line-height: 180%;
}

.how_it_work_bg h2, .how_it_work_bg h1 {
    font-weight: 700;
    margin-top: 48px;
}

.how_it_work_bg h2.no_marg {
    margin-top: 0;
}

.our_process {
    padding: 100px 0;
    color: #fff;
    background-color: #101d42;
    text-align: center;
    font-size: 24px;
}

.our_process img {
    height: 120px;
    width: auto;
    margin-bottom: 36px;
}

.our_process strong {
    display: block;
    color: #53b3d8;
}

.our_process p {
    margin: 16px 32px;
}

.criteria {
    padding: 80px 0;
    background-color: #efedf0;
    text-align: center;
    line-height: 150%;
}

.criteria img {
    margin-bottom: 32px;
}

.criteria strong {
    display: block;
    padding-bottom: 32px;
}

.criteria ul {
    margin-bottom: 32px;
}

.criteria li {
    display: table;
    text-align: left;
}

.criteria h2 {
    margin-bottom: 60px;
    font-weight: 700;
}

.criteria .mdl_width {
    max-width: 650px;
}

.criteria_block {
    max-width: 740px;
    margin: 0 auto;
    background-color: #ebf3f5;
    padding: 30px 60px;
    text-align: left;
    line-height: 150%;
}

.criteria_block strong {
    display: block;
}

.faq_bg {
    background: url(../imgs/int_img_top2.jpg) no-repeat center top #436ed0;
    background-size: cover;
    color: #fff;
    line-height: 180%;
    padding-bottom: 48px;
}

.faq_bg h2, .contact_us_bg h2 {
    font-size: 48px;
    text-transform: uppercase;
}

.faq_bg h4, .contact_us_bg h4 {
    font-weight: 700;
    line-height: 150%;
}

.faq {
    padding: 80px 0;
}

#accordion {
    max-width: 1004px;
    margin: 0 auto;
}

#accordion h3 {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #303030;
    padding: 8px 40px 8px 20px;
    border: solid 1px #d7d7d7;
    cursor: pointer;
}

#accordion div {
    padding: 8px 24px 32px 24px;
}

#accordion h3:after {
    content: "+";
    width: 27px;
    height: 27px;
    line-height: 24px;
    border-radius: 14px;
    text-align: center;
    background-color: #54c0c3;
    color: #fff;
    font-weight: 700;
    display: block;
    position: absolute;
    right: 8px;
    top: 6px;
}

#accordion h3.ui-accordion-header-active:after {
    background-color: #9354c3;
    content: "–";
}

.contact_us_bg {
    background: url(../imgs/int_img_top3.jpg) no-repeat center top #436ed0;
    background-size: cover;
    color: #fff;
    line-height: 180%;
    padding-bottom: 48px;
}

.req {
    float: right;
    padding-top: 8px;
}

.contact_us {
    padding: 80px 0;
}

.contact_us input, .contact_us textarea {
    border: solid 2px #e1e1e1 !important;
    margin-bottom: 32px !important;
}

.contact_us textarea {
    min-height: 160px;
}

.contact_us button {
    width: auto;
    float: right;
    padding: 24px;
    width: 340px;
    border-radius: 6px;
}

.full_page_content {
    padding: 100px 0;
}
.full_page_content h2 {
    color: #885dcb;
    font-weight: 700;
    margin-bottom: 48px;
}

.underline {
    border-bottom: solid 1px rgba(0,0,0,.1);
    border-top: none;
}

.left_clmn_nav {
    background-color: #f0f2f7;
    padding: 8px 16px;
    margin-top: 8px;
}

.left_clmn_nav a {
    color: #383838;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    display: block;
    padding: 10px 24px 10px 0;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2214%22%20viewBox%3D%220%200%2012%2014%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M12%207L0%2014V0l12%207z%22/%3E%3C/svg%3E') no-repeat center right;
}

.left_clmn_nav a:hover, .left_clmn_nav a.active {
    color: #33d6f5;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%2214%22%20viewBox%3D%220%200%2012%2014%22%3E%3Cpath%20fill%3D%22%2333d6f5%22%20d%3D%22M12%207L0%2014V0l12%207z%22/%3E%3C/svg%3E') no-repeat center right;
}

.apply_content_top {
    padding: 94px 0 8px 0;
    background: linear-gradient(45deg, #168cba 40%, #2549c1 60%, #2549c1 100%);
}

.apply_content_top .clmns {
    padding-bottom: 0;
}

.check_item {
    min-height: 36px;
    padding: 8px 0 0 70px;
    background: url(../imgs/bllt.svg) no-repeat 20px center;
    color: #fff;
    line-height: 100%;
}

.form_block_page {
    background-color: #fff;
    padding: 56px 0;
}
.full_page_content #omForm .om_full_area select {
padding-right: 20px;
}
.full_page_content #omForm .om_full_area input:not([type=checkbox]):not([type=radio]), .full_page_content #omForm .om_full_area select {
padding: 10px;
}
#omForm .om_full_clmn label {
    white-space: nowrap;
}
@media screen and (max-width: 1370px) {
    .mdl_width, .criteria .mdl_width {
        max-width: inherit;
        margin: 0 20px;
    }
h1 {
  font-size: 44px;
}
    .header_section h2,  .header_section h1 {
        font-size: 44px;
        margin-bottom: 36px;
    }
    .header_section h4 {
        font-size: 32px;
    }
    .form_block {
        margin-right: 0;
    }
    .apply_content_top .clmn_16 {
        width: 33.333%;
    }
    .apply_content_top .clmn_16:nth-child(1), .apply_content_top .clmn_16:nth-child(2) {
        margin-bottom: 8px;
    }
    .apply_content_top .clmn_16:nth-child(3) {
        padding-right: 0;
        margin-bottom: 8px;
    }
    .apply_content_top .clmn_16:nth-child(4) {
        padding-left: 0;
    }
    .header_section_options {
        padding: 20px;
    }
    .header_section_options li {
        display: block;
        margin: 16px 0;
    }
}

@media screen and (max-width: 1160px) {
    .mdl_width > .clmns > .clmn {
        float: none;
        width: 100%;
        position: static;
        padding: 0;
    }
 .about_imgs {
   text-align: center;
}
.about_us strong {
  padding-top: 36px;
}
    .mdl_width > .clmns {
        position: static;
    }
    .header_section {
        padding: 60px 0;
    }
    .header_section h2, .header_section h1 {
        font-size: 36px;
        margin: 0 0 16px 0;
        padding: 0;
        text-align: center;
    }
h1 {
  font-size: 36px;
}
    .header_section h4 {
        padding-bottom: 0;
        margin: 0;
        font-size: 24px;
        text-align: center;
    }
    .header_section h4 + h4 {
        margin-bottom: 16px;
    }
    .header_section {
        background-size: cover;
        position: relative;
    }
    .form_block {
        margin-left: 0;
    }
    .our_process h3 {
        margin-bottom: 36px;
    }
    .our_process .clmn_33 {
        margin-bottom: 64px;
    }
    .our_process img {
        height: 100px;
        margin-bottom: 16px;
    }
    .left_clmn_nav {
        margin-bottom: 32px;
    }
    .form_block, .header_section_options {
        position: static;
    }
    .header_section_options {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .form_block_bttn {
        padding: 24px 0 0 0;
    }
    .form_block_bttn img {
        height: 32px;
        width: auto;
    }
    .why_us {
        padding: 40px 0;
    }
    .options_block {
        padding: 40px 0 10px 0;
    }
    .options_block .clmn_33 {
        margin: 24px 0;
    }
    .options_block h2 {
        font-size: 26px;
        margin-bottom: 24px;
    }
    .options_block img {
        height: 80px;
        margin-bottom: 20px;
    }
    .options_block h3 {
        font-size: 24px;
    }
    .options_block p {
        font-size: 18px;
    }
    .about_us {
        padding: 40px 0;
    }
}

@media screen and (max-width: 1004px) {
    .options_slider, .why_us, .about_us, .disclosure, .our_process, .criteria, .faq, .contact_us {
        padding: 32px 0;
    }
    .full_page_content {
        padding: 100px 0 32px 0;
    }
    .why_us {
        text-align: center;
    }
    .why_us .clmns {
        padding-bottom: 0;
    }
    .quote {
        margin-top: 0;
    }
    .about_us h3 {
        text-align: center;
    }
    .how_it_work_bg, .faq_bg, .contact_us_bg {
        background-size: cover;
        padding: 120px 0 30px 0;
    }
    .left_clmn_nav a {
        padding: 4px 24px 4px 0;
    }
    .menu_switcher {
        display: block;
    }
    .nav {
        display: none;
        float: none;
        position: absolute;
        background: #000;
        width: 100%;
        left: 0;
        top: 60px;
        padding: 16px;
        text-align: center;
    }
    .nav.menu_active {
        display: block;
    }
    .nav li {
        display: block;
        font-size: 24px;
        margin-left: 0;
    }
    .logo {
        margin-top: 10px;
    }
    .header_section {
        padding-top: 80px;
    }
    header.header_invert, .header.header_scroll {
        height: 72px;
    }
}

@media screen and (max-width: 750px) {
    .mdl_width {
        margin: 0 16px;
    }
    .logo {
        margin-top: -4px;
    }
    .header_invert .logo, .header.header_scroll .logo {
        margin-top: 0;
    }
    .logo img {
        width: 110px;
        height: auto;
    }
    .menu_switcher {
        margin-top: 0;
        transform: scale(.6);
        transform-origin: 100% 0%;
    }
    .header_section {
        padding-top: 70px;
    }
    .header_section h2,  .header_section h1 {
        font-size: 24px;
    }
h1 {
  font-size: 24px;
}
    .header_section h4 {
        font-size: 18px;
    }
    .clmns {
        padding: 0;
    }
    .clmn {
        float: none;
        width: 100%;
        position: static;
        padding: 0 !important;
    }
    .form_padd {
        padding: 16px;
    }
    .form_padd .clmn {
        position: relative;
        margin-bottom: 8px;
    }
    .mcafee_header, .ola_header {
        height: 44px;
        width: auto;
    }
    .ola_header {
        margin-left: 60px;
    }
    .form_padd strong {
        text-align: center;
    }
    #options_block h3 {
        font-size: 21px;
        padding: 16px 0 24px 0;
    }
    .option_sl {
        min-height: 280px;
    }
    .option_sl img {
        height: 56px;
        width: auto;
    }
    #options_block {
        min-height: 320px;
    }
    #options_block p {
        font-size: 18px;
    }
    .quote {
        padding: 48px;
        font-size: 18px;
    }
    .quote:before, .quote:after {
        font-size: 48px;
    }
    .footer_links {
        padding: 32px 0 24px 0;
    }
    .footer_links a:not(.footer_logo) {
        display: block;
        clear: both;
        margin: 8px 0;
    }
    .disclosure {
        font-size: 12px;
    }
    .disclosure h3 {
        font-size: 21px;
    }
    .how_it_work_bg, .faq_bg, .contact_us_bg {
        padding: 80px 0 30px 0;
    }
    .criteria_block {
        padding: 20px;
    }
    .faq_bg h2, .contact_us_bg h2 {
        font-size: 32px;
    }
    .faq_bg h4, .contact_us_bg h4 {
        font-size: 18px;
    }
    .contact_us button {
        float: none;
        width: 100%;
        margin-bottom: 24px;
    }
    .left_clmn_nav a {
        background-image: none;
    }
    .left_clmn_nav a:hover, .left_clmn_nav a.active {
        background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2214%22%20height%3D%2212%22%20viewBox%3D%220%200%2014%2012%22%3E%3Cpath%20fill%3D%22%2333d6f5%22%20d%3D%22M7%2012L0%200h14L7%2012z%22/%3E%3C/svg%3E') no-repeat center right;
    }
    .full_page_content {
        padding: 70px 0 32px 0;
    }
    .full_page_content h2 {
        font-size: 36px;
    }
    .apply_content_top {
        display: none;
    }
    .form_block_page {
        padding-top: 80px;
    }
    .decision .button {
        padding-left: 8px;
        padding-right: 8px;
        width: 100%;
    }
    .decision {
        background-size: cover;
        padding: 80px 0;
    }
    .form_block {
        padding: 16px;
    }
    .form_block label {
        margin: 10px 0 4px 0;
    }
    .about_us li, .criteria li {
        margin: 0;
    }
    header.header_invert {
        height: 56px;
    }
}

@media screen and (max-width: 410px) {
    * {
word-break: break-word;
}
}
.preform_validate label.error {
text-transform: none;
}
.clmns .clmn label.error {
    left: auto;
}
#feedCaptcha {
    text-align: right;
    margin-bottom: 20px;
}
#feedCaptcha > div {
    display: inline-block;
}
