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,
menu,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(""),url(../fonts/lato-v23-latin-regular.woff2) format("woff2"),url(../fonts/lato-v23-latin-regular.woff) format("woff");
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(""),url(../fonts/lato-v23-latin-700.woff2) format("woff2"),url(../fonts/lato-v23-latin-700.woff) format("woff");
}

@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 400;
  src: local(""),url(../fonts/libre-franklin-v13-latin-regular.woff2) format("woff2"),url(../fonts/libre-franklin-v13-latin-regular.woff) format("woff");
}

@font-face {
  font-family: 'Libre Franklin';
  font-style: normal;
  font-weight: 900;
  src: local(""),url(../fonts/libre-franklin-v13-latin-900.woff2) format("woff2"),url(../fonts/libre-franklin-v13-latin-900.woff) format("woff");
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a img {
  outline: 0;
}

a {
  color: #383561;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

strong,
b,
th,
thead td {
  font-weight: 700;
}

em,
i,
cite,
dfn {
  font-style: italic;
}

code,
kbd,
samp,
pre,
tt,
var {
  font-size: 90%;
  font-family: 'Courier New',monospace;
  color: #c41e3a;
}

del {
  text-decoration: line-through;
}

u,
ins {
  text-decoration: underline;
}

small,
sup,
sub {
  font-size: 85%;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 85%;
  letter-spacing: .1em;
}

a abbr,
a acronym {
  border: 0;
}

abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  text-decoration: underline;
}

dl {
  line-height: 1.3em;
}

dt {
  margin-top: .8em;
  margin-bottom: .4em;
}

dt {
  font-weight: 700;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

hr {
  display: block;
  background: #aaa;
  color: #aaa;
  width: 100%;
  height: 1px;
  border: 0;
}

.header {
  background-image: url(../img/topbg.jpg);
  background-position: 50% 40%;
  background-size: cover;
}

.header__innerwrap {
  margin: 96px 0 72px;
}

.header__logo {
  width: 160px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.header__about {
  text-align: center;
}

.header h1 {
  font-size: 64px;
  font-family: "Lato","Arial",sans-serif;
  font-weight: 700;
  line-height: 1em;
}

.questions {
  padding: 16px 0;
  background-image: url(/build/img/questions-bg.jpg);
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.questions__top {
  margin-bottom: 72px;
  text-align: center;
}

.questions__subtitle {
  margin-bottom: 16px;
}

.questions__subtitle h2 {
  font-family: "Lato","Arial",sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #3080ec;
}

.questions__desc {
  font-size: 18px;
}

.questions__row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.questions__col {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}

.questions__doublecol {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.questions__block {
  margin-bottom: 64px;
}

.questions__blocktitle {
  background: #3080ec;
  color: #fff;
  font-size: 24px;
  padding: 20px 30px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.questions__blocktitle svg {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.questions__blockinner {
  border: 1px solid #3080ec;
  border-top: 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 30px;
  background: #fff;
}

.questions__about {
  margin-bottom: 24px;
}

.questions__item {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 8px 30px rgba(43,98,172,.18);
  box-shadow: 0 8px 30px rgba(43,98,172,.18);
  border-radius: 14px;
  padding: 20px 30px;
  display: block;
  text-decoration: none;
}

.questions__item:hover {
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
  -webkit-box-shadow: 0 8px 30px rgba(43,98,172,.48);
  box-shadow: 0 8px 30px rgba(43,98,172,.48);
}

.questions__itemtitle {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  font-family: "Libre Franklin","Verdana",sans-serif;
}

.questions__itemtitle_centered {
  text-align: center;
}

.questions__itemdesc {
  margin-top: 8px;
}

.questions__innercol {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 0 15px;
  margin-bottom: 24px;
}

.questions__innercoltitle {
  font-weight: 900;
  font-size: 16px;
  line-height: 24px;
  font-family: "Libre Franklin","Verdana",sans-serif;
  margin-bottom: 8px;
  color: #3080ec;
}

.questions__innerrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.footer__inner {
  background: url(../img/footer-bg.jpg);
  background-size: cover;
  padding: 72px 0;
  background-position: 50% 0;
}

.footer__copyright {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.1em;
  text-align: center;
  font-weight: 700;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
:before,
:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Lato","Arial",sans-serif;
  color: #383561;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background: #fff;
  line-height: normal;
  margin: 0;
}

.sitewrap {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.topline {
  height: 4px;
  background: #68afeb;
  background: -webkit-gradient(linear,left top,right top,from(#68afeb),color-stop(25%,#3388e3),color-stop(50%,#649ae4),color-stop(75%,#4e8ae2),to(#68afeb));
  background: linear-gradient(90deg,#68afeb 0,#3388e3 25%,#649ae4 50%,#4e8ae2 75%,#68afeb 100%);
}

.container {
  width: 100%;
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
}

.col {
  padding: 0 15px;
}

@media (min-width:768px) {
  .questions__doublecol {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .questions__innercol {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 0;
  }
}

@media (min-width:1320px) {
  .questions__doublecol {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: initial;
  }
}
/*# sourceMappingURL=general.css.map */
