html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, menu, nav, section, main {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
select {
    text-transform: none;
}
input {
    line-height: normal;
    -webkit-appearance: none;
}
input[type="reset"], input[type="submit"], html input[type="button"] {
    -webkit-appearance: none;
    cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    display: none;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    display: none;
}
input[disabled] {
    cursor: default;
}
input[type=password]::-ms-reveal, input[type=password]::-ms-clear {
    display: none !important;
}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    -webkit-appearance: none;
}
button {
    overflow: visible;
    -webkit-appearance: none;
    cursor: pointer;
    text-transform: none;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button[disabled] {
    cursor: default;
}
* {
    outline: none !important;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


body {
    background-color: #fdf8e4;
    font-family: Helvetica, Arial, sans-serif;
    color: #162B93;
}
.p-c {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}
.p-h {
    padding: 15px 0;
}
.p-h_b {
    color: #fdf8e4;
    background-color: #162B93;
    margin-bottom: 50px;
}
.p-h_hr,
.inner .p-h_b {
    margin-bottom: 40px;
}
.p-h_b .logo {
    color: #fdf8e4;
}
.p-h_b .logo:before {
    background-image: url(logo.svg);
}
.p-h_b input {
    border-color: #fdf8e4;
}
.p-h_b .fld_chx_input:checked + .fld_chx label:before {
    background-color: #fdf8e4;
}
.p-h_b .fld_chx_input:checked + .fld_chx label:after {
    background-color: #ffbd00;
}
.p-b {}
.p-f {
    margin-top: 40px;
    padding: 20px 0;
    background-color: #162B93;
    color: #fff;
}
.p-f .typo {
    color: #fff;
}
.p-f a {
    color: #ffbc00;
}


/*Widgets*/
.w + .w {
    margin-top: 40px;
}
.w--b {
    margin-top: 20px;
}
.w--h {
    margin-bottom: 5px;
    font-size: 42px;
    line-height: 1.2;
    font-weight: bold;
}
.w_intro {
    width: 600px;
    margin: auto;
    padding: 80px 0 110px;
    text-align: center;
}
.w_intro.hasResult {
    padding-bottom: 30px;
}
.w_intro .btn_reset {
    color: #fdf8e4;
}
.w_intro .h1 {
    margin-bottom: 10px;
}
@media screen and (max-width: 680px){
    .w_intro {
        width: auto;
    }
}
.result {
    margin-bottom: 50px;
    padding-bottom: 45px;
    border-bottom: 2px solid;
}
.result--head {
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.result--subhead .btn_s {
    margin: -7px 0 0 10px;
}
.result--subhead {
    font-style: italic;
    margin-bottom: 25px;
    line-height: 26px;
}
.result--filter-res {
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    padding: 0 30px 0 10px;
    background-color: #fedb8d;
    border-radius: 5px;
    font-size: 15px;
    font-style: normal;
    cursor: pointer;
    position: relative;
}
.result--filter-res:after {
    display: block;
    position: absolute;
    content: "\00d7";
    line-height: 22px;
    color: #FF300A;
    width: 28px;
    text-align: center;
    font-size: 20px;
    right: 0;
    top: 0;
}
.result--filter {
    margin-bottom: 30px;
}
.result--title {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;

}
.result--title:first-child {
    margin-top: 0;
}
.result--list {
    margin-bottom: 30px;
}
.result--list.copied:before {
    display: block;
    content: 'Copied!';
    position: fixed;
    background-color: #818181;
    top: 20%;
    right: 20px;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    z-index: 111111;
}
.result--list__item {
    display: inline-block;
    vertical-align: top;
    margin: 10px 7px 0 0;
    padding: 5px 10px;
    border: 1px solid;
    background-color: #fdf8e4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.result--list__item:hover:after {
    display: inline-block;
    content: 'Click to copy';
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.68);
    color: #fff;
    padding: 5px;
    position: absolute;
    bottom: 100%;
    left: 0;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    z-index: 4;
}
[class^="icn-"] {
    display: inline-block;
    vertical-align: top;
    background: transparent url(sprite.svg) no-repeat;
}
.icn-fvrt {
    width: 16px;
    height: 16px;
    background-position: -288px 0;
}
.icn-copy {
    width: 16px;
    height: 16px;
    background: #fff none;
    position: relative;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.icn-copy:before,
.icn-copy:after {
    display: block;
    position: absolute;
    content: '';
    left: 6px;
    top: 6px;
    width: 16px;
    height: 19px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #333;
}
.icn-copy:before {
    left: 2px;
    top: 2px;
    border-bottom-color: #fff;
    border-right-color: #fff;
}
.icn-fvrt.in {
    background-position: -240px 0;
}
.icn-tw {
    width: 32px;
    height: 32px;
    background-position: -333px 2px;
}
.icn-fb {
    width: 32px;
    height: 32px;
    background-position: -381px 3px;
}
.icn-srch {
    width: 38px;
    height: 38px;
    background-position: -93px 3px;
}
.icn-slct {
    width: 38px;
    height: 38px;
    background-position: -45px 4px;
}
.icn-chck {
    width: 38px;
    height: 38px;
    background-position: -424px 2px;
}
.typo img {
    display: block;
    max-width: 100%;
    height: auto;
}
/*Forms*/
.fld {
    width: 100%;
    height: 50px;
    background-color: #fdf8e4;
    border: 3px solid #162B93;
    padding: 0 20px;
    color: #162B93;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
textarea.fld {
    height: 150px !important;
    padding: 10px 20px;
}
.btn {
    background-color: #ffbc00;
    border: 3px solid #162B93;
    color: #162B93;
    height: 50px;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none !important;
}
.fld--wrap {
    position: relative;
}
.fld--clear {
    position: absolute;
    right: 7px;
    width: 30px;
    height: 30px;
    top: 8px;
    font-size: 28px;
    line-height: 1;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    color: #162B93;
}
.fld--clear:after {
    content: '\00d7';
}
.fld:placeholder-shown + .fld--clear {
    display: none;
}
.btn_lnk {
    display: inline-block;
    vertical-align: top;
    color: #162B93 !important;
    height: auto;
}
.btn_reset {
    display: inline-block;
    border: none;
    border-bottom: 1px solid;
    background-color: transparent;
    height: auto !important;
    padding: 0 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    text-decoration: underline;
}
.btn_reset:hover {
    border-bottom-color: transparent;
}
.btn_block {
    display: block;
    text-align: center;
    width: 100%;
}
.btn_s {
    border-width: 2px;
    padding: 5px 10px;
    height: auto;
    border-radius: 6px;
    font-size: 16px;
    font-style: normal;
}

::-webkit-input-placeholder { /* Chrome */
    color: #858dbc;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #858dbc;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #858dbc;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #858dbc;
    opacity: 1;
}

.f {}
.f-g {
    margin-top: 10px;
}
.f-caption {
    font-size: 23px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.f--l {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 5px;
}
.fld_chx {
    text-align: left;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fld_chx_input:checked + .fld_chx label:before,
.fld_chx input:checked + label:before {
    background-color: #162B93;
}
.fld_chx_input:checked + .fld_chx label:after,
.fld_chx input:checked + label:after {
    -webkit-transform: translateX(14px);
    transform: translateX(14px);
}
.fld_chx label:after {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: #dbdbdb;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.fld_chx label:before {
    background-color: #fdf8e4;
    position: absolute;
    left: 0;
    display: block;
    content: '';
    top: 0;
    height: 22px;
    width: 40px;
    border-radius: 26px;
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
}
.fld_chx label {
    display: inline-block;
    position: relative;
    line-height: 22px;
    padding-left: 48px;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
}
.fld_chx_hider {
    display: none;
}
.fld_chx_input:checked ~ .fld_chx_hider {
    display: block;
}

.fld_chx_input,
.fld_chx input {
    position: absolute;
    clip: rect(0,0,0,0);
}
.headline {
    padding: 10px 0;
    text-align: center;
}
.hide {
    display: none;
}
.f--msg {
    margin: 10px 5px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #FF300A;
}
.f--msg a {
    color: inherit;
    font-size: inherit;
}

.p-c {
    width: 960px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.p-r {
    float: right !important;
}
.a-c {
    text-align: center !important;
}
.a-r {
    text-align: right !important;
}
.rw .cl_4 {
    width: 33.333%;
}
.rw .cl_6 {
    width: 50%;
}
.rw .cl_3 {
    width: 25%;
}
.rw .cl_8 {
    width: 66.666%;
}
.rw .cl_9 {
    width: 75%;
}
.cl_sticky {
    position: sticky;
    top: 0;
    z-index: 3;
}
.rw .cl {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.rw:after {
    display: block;
    content: "";
    clear: both;
}
.clr {
    clear:both;
    float:left;
    width: 100%;
}
.rw_s {
    margin-left: -5px;
    margin-right: -5px;
}
.rw_s .cl {
    padding-left: 5px;
    padding-right: 5px;
}
.rw_m {
    margin-left: -15px;
    margin-right: -15px;
}
.rw_m .cl {
    padding-left: 15px;
    padding-right: 15px;
}

/*Header*/
.logo {
    display: block;
    position: relative;
    padding-left: 42px;
    width: 100px;
    line-height: 20px;
    font-size: 17px;
    font-weight: bold;
    color: #162B93;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.logo:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 38px;
    height: 40px;
    top: 0;
    background: transparent url(logo_inner.svg) no-repeat;
}
.sshr {
    text-align: right;
}
.sshr--item {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}
.sshr--item_lang {
    margin: 9px 15px 0 0 !important;
}
.sshr--item span {
    display: inline-block;
    width: 38px;
    height: 38px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.sshr--item span:hover {
    opacity: .8;
}

/*Typo*/
.typo p:first-child {
    margin-top: 0;
}

a {
    color: #162B93;
    font-size: 16px;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
    color: #ffbc00;
}
.typo {
    font-size: 16px;
    line-height: 24px;
    /*color: #262626;*/
}
.h1,
.typo h2 {
    margin: 28px 0 16px;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}
.h1 {
    font-size: 26px;
}
.h3,
.typo h3 {
    margin: 20px 0 12px;
    font-size: 19px;
    line-height: 24px;
    font-weight: bold;
}
.h3:first-child,
.h2:first-child,
.h1:first-child,
.typo h3:first-child,
.typo h2:first-child {
    margin-top: 0;
}
.typo b {
    font-weight: bold;
}
.typo .text-colored {
    background-color: #ffff87;
}
.typo ol {
    counter-reset: li;
}
.typo ol li {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
}
.typo ol li:before {
    content: counter(li);
    counter-increment: li;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    left: 0;
    top: 0;
    text-align: center;
    background-color: #ffbc00;
    border-radius: 50%;
    color: #fff
}
.typo_highlight {
    border: 2px solid #ee4f49;
    padding: 10px;
}

.typo iframe {
    max-width: 100%;
}
.h2 {
    clear:both;
    margin: 28px 0 16px;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}
.h3 {
    margin: 28px 0 16px;
    font-size: 19px;
    line-height: 28px;
    color: #b0b0b0;
}
.h3:empty + .ulist,
.h3:empty {
    display: none;
}
.h4 {
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
}
.oftop-1 {
    margin-top: 30px;
}
.typo p {
    margin: 16px 0;
}
.typo ul {
    margin: 16px;
    list-style: none;
}
.typo ul li {
    position: relative;
}
.typo ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background-color: #ff300e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: absolute;
    left: -13px;
    top: 9px;
}
.typo li {
    margin-top: 6px;
}
.typo li:first-child {
    margin-top: 0;
}
.lang {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    padding: 0 15px 0 0;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    cursor: pointer;
}
.lang:after {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0;
    border-color: #fff transparent transparent;
}
.lang__cont {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 11111;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 15px;
}
.lang:hover .lang__cont {
    display: block;
}
.lang__item {
    display: block;
    font-size: 18px;
    line-height: 20px;
}
.lang__item + .lang__item {
    margin-top: 10px
}
.lang__item.pt {}
.lang__item.en {}

.fvrt-bdg {
    position: fixed;
    display: none;
    text-decoration: none;
    right: 0;
    top: 50%;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    padding: 10px 10px 10px 33px;
    border-radius: 4px 0 0 4px;
    z-index: 100;
}
.fvrt-bdg:hover {
    background-color: #fafafa;
}
.fvrt-bdg:before {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    content: '';
    width: 16px;
    height: 16px;
    background: transparent url(sprite.svg) -240px 0 no-repeat;
}
.btn--wrap {
    position: relative;
}

.lds-hourglass {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -24px;
    width: 40px;
    height: 40px;
    z-index: 2;
}
.formSubmit .p-b {
    opacity: .3;
}
.formSubmit #formSubmit {
    color: transparent;
    pointer-events: none;
}
.formSubmit .lds-hourglass {
    display: block;
}
.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 16px solid #fdf8e4;
    border-color: #fdf8e4 transparent #fdf8e4 transparent;
    animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        transform: rotate(1800deg);
    }
}


@media screen and (max-width: 1023px){
    .p-c {
        margin-left: 20px;
        margin-right: 20px;
        width: auto;
    }
    .p-h_b {
        margin-bottom: 25px !important;
    }
    .w_intro {
        padding: 45px 0;
    }
    .w--h {
        font-size: 36px;
    }
    .w_bg .cl,
    .w_intro .cl {
        width: auto;
        float: none;
    }
    .w_intro .cl + .cl {
        margin-top: 10px;
    }
    .result--filter-res {
        margin-bottom: 10px;
    }
}
