@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain) */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

a {
  text-decoration: none;
}

@font-face {
  font-family: "PTSans";
  font-display: swap;
  src: url("../fonts/PTSans-Bold.woff") format("woff"), url("../fonts/PTSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PTSans";
  font-display: swap;
  src: url("../fonts/PTSans-BoldItalic.woff") format("woff"), url("../fonts/PTSans-BoldItalic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "PTSans";
  font-display: swap;
  src: url("../fonts/PTSans-Italic.woff") format("woff"), url("../fonts/PTSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "PTSans";
  font-display: swap;
  src: url("../fonts/PTSans-Regular.woff") format("woff"), url("../fonts/PTSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Black";
  font-display: swap;
  src: url("../fonts/Roboto-Black.woff") format("woff"), url("../fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  font-display: swap;
  src: url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
body {
  color: #5F57A2;
  background-color: #F2DF57;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.container {
  max-width: 970px;
  margin: 0 auto;
  padding: 0 10px;
}

.header {
  color: #F2DF57;
  background-color: #5F57A2;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  position: relative;
}
.stickyHeader .header {
  max-width: initial;
  position: fixed;
  height: 74px;
  width: 100%;
  box-shadow: 0 5px 20px #5F57A2;
  margin: 0;
}
.header__container {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  height: 28px;
  line-height: 28px;
  height: 75px;
  background-color: #F2DF57;
  transition: all 0.3s ease-out;
}
.stickyHeader .header__container {
  height: inherit;
  padding: 0;
  top: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 970px;
  box-shadow: none;
}
.header__icon {
  flex: 1 1 auto;
  order: 1;
  height: 58px;
  background: url("../img/logo_g.png") left center no-repeat;
  background-size: contain;
  position: relative;
  padding-left: 70px;
}
@media only screen and (max-width: 808.89px) {
  .header__icon {
    order: 2;
    flex: 3 3 auto;
  }
}
@media only screen and (max-width: 479.89px) {
  .header__icon {
    background-position-x: center;
  }
}
.header__icon--label {
  display: inline-block;
  background: #5F57A2;
  padding: 0px 5px;
}
@media only screen and (max-width: 479.89px) {
  .header__icon--label {
    display: none;
  }
}
.header__menu {
  flex: 3 3 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 58px;
  color: #5F57A2;
  font-weight: bold;
  order: 2;
}
@media only screen and (max-width: 808.89px) {
  .header__menu {
    order: 1;
    flex: 1 1 auto;
    background-color: #F2DF57;
    flex: 1 1 auto;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    min-width: 40px;
  }
}
.header__menu-body {
  height: inherit;
  align-items: center;
  transition: all 1.3s ease-out;
}
.header__menu-toggle {
  display: none;
}
.header__menu-toggle ~ label::after {
  content: "☰";
}
.header__menu-toggle:checked ~ label {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.header__menu-toggle:checked ~ label::after {
  content: "✕";
}
@media only screen and (min-width: 808.89px) {
  .header__menu-toggle:checked ~ label::after {
    display: none;
  }
}
.header__menu-toggle ~ .header__menu-body {
  display: none;
}
@media only screen and (min-width: 808.89px) {
  .header__menu-toggle ~ .header__menu-body {
    display: block;
    position: relative;
  }
}
@media only screen and (max-width: 808.89px) {
  .header__menu-toggle:checked ~ .header__menu-body {
    position: absolute;
    left: initial;
    background-color: #fff;
    display: flex;
    top: 100px;
    display: block;
  }
}
.header__menu-list {
  display: flex;
  background-color: inherit;
  justify-content: center;
}
@media only screen and (max-width: 808.89px) {
  .header__menu-list {
    position: absolute;
    display: block;
    box-shadow: 0 0 10px #5F57A2;
  }
}
.header__menu-label {
  display: none;
  cursor: pointer;
  color: #5F57A2;
  width: 30px;
  height: 30px;
  font-size: 30px;
}
@media only screen and (max-width: 808.89px) {
  .header__menu-label {
    display: block;
  }
}
.header__menu-link {
  color: #5F57A2;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin: 0px 10px;
  display: block;
}
.header__menu-link:hover {
  color: #FBFBFF;
}
@media only screen and (max-width: 808.89px) {
  .header__menu-link {
    margin: 10px 50px;
  }
}
.header__messengers {
  flex: 2 2 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 58px;
  color: #5F57A2;
  order: 3;
  height: 100%;
  min-width: 64px;
}
@media only screen and (max-width: 808.89px) {
  .header__messengers {
    flex: 1 1 auto;
    background-color: #F2DF57;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    position: relative;
  }
}
.header__messengers-body {
  height: inherit;
  align-items: center;
  transition: top 1.3s ease-out;
}
.header__messengers-toggle {
  display: none;
}
.header__messengers-toggle ~ label::after {
  content: " ";
  background: url(../img/phone.png) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.header__messengers-toggle:checked ~ label {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.header__messengers-toggle:checked ~ label::after {
  content: "✕";
  color: black;
  background: unset;
  border: 4px solid black;
  border-radius: 50%;
  top: -4px;
  left: -4px;
  width: 60px;
  height: 60px;
  line-height: 58px;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 808.89px) {
  .header__messengers-toggle:checked ~ label::after {
    display: none;
  }
}
.header__messengers-toggle ~ .header__messengers-body {
  display: none;
  top: 150px;
}
@media only screen and (min-width: 808.89px) {
  .header__messengers-toggle ~ .header__messengers-body {
    display: block;
  }
}
@media only screen and (max-width: 808.89px) {
  .header__messengers-toggle:checked ~ .header__messengers-body {
    position: absolute;
    left: initial;
    background-color: #fff;
    top: 90px;
    display: block;
    width: 250px;
    margin: 20px;
    padding: 20px 0;
    box-shadow: 0 5px 20px #5F57A2;
  }
}
.header__messengers-list {
  display: flex;
  background-color: inherit;
  justify-content: center;
}
@media only screen and (max-width: 808.89px) {
  .header__messengers-list {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
  }
}
.header__messengers-label {
  display: none;
  cursor: pointer;
  color: #FBFBFF;
  width: 64px;
  font-size: 30px;
  position: relative;
  height: 64px;
  background-color: #5F57A2;
  border-radius: 50%;
}
@media only screen and (max-width: 808.89px) {
  .header__messengers-label {
    display: block;
  }
}
.header__messengers-link {
  color: #5F57A2;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin: 0px 5px;
  display: block;
  text-align: center;
}
.header__messengers-link img {
  width: 32px;
  height: 32px;
}
.header__messengers-link img:hover {
  border-radius: 50%;
  box-shadow: #FBFBFF 0px 0px 3px 3px;
}
.header__messengers-link:hover {
  color: #FBFBFF;
}
.banner__container {
  padding-top: 117px;
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(to bottom, rgba(95, 87, 162, 0.8), rgba(95, 87, 162, 0.8)), url(../img/banner-img.jpg);
  background-size: cover;
}
.banner__header {
  color: white;
  overflow-wrap: anywhere;
  text-align: center;
  font-family: "Roboto-Black", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 10px;
}
.banner__text {
  color: white;
  font-family: "Roboto-Bold", "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  margin: 10px;
  text-align: center;
}
.banner__button {
  display: none;
  background-color: #F2DF57;
  color: #5F57A2;
  padding: 20px;
  margin: 20px;
  box-shadow: 8px 10px 20px rgba(0, 0, 0, 0.7);
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1.4px;
  transition: all 0.8s ease-out;
}
.banner__button:hover {
  background-color: #FBFBFF;
  color: #F2DF57;
}
.banner__article {
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  background-color: #5F57A2;
  padding-top: 30px;
}
@media only screen and (max-width: 808.89px) {
  .banner__article {
    flex-direction: column;
    text-align: center;
    height: auto;
  }
}
@media only screen and (max-width: 479.89px) {
  .banner__article {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner__article--title {
  color: #F2DF57;
  font-size: 32px;
  padding-left: 50px;
}
@media only screen and (max-width: 479.89px) {
  .banner__article--title {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner__article--excerpt {
  margin: 10px 0;
  font-size: 14px;
}
.banner__readmore {
  padding: 12px 50px;
  margin: 25px 50px;
  text-transform: uppercase;
  line-height: 17px;
  cursor: pointer;
  text-align: center;
  color: #000;
  background-color: #fff;
}

.blogs_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.blogs__item {
  width: 200px;
  padding: 10px;
  height: 220px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #5F57A2;
  margin: 10px;
}
.blogs__item:hover {
  background-color: rgba(95, 87, 162, 0.5);
}
.blogs__img {
  display: block;
  align-items: center;
  text-align: center;
  background: #5F57A2;
  border-radius: 40%;
  padding: 20px;
  margin: 0 auto;
}
.blogs__content {
  align-items: center;
  text-align: center;
}
.articles_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px;
  margin: 10px auto;
  width: 100%;
  padding-top: 100px;
}
.articles__item {
  width: 90%;
  padding: 10px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #5F57A2;
  margin: 10px;
}
.articles__item:hover {
  background-color: rgba(95, 87, 162, 0.5);
}
.articles__img {
  display: block;
  align-items: center;
  text-align: center;
  background: #5F57A2;
  border-radius: 40%;
  padding: 20px;
  margin: 0 auto;
}
.articles__content {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 479.89px) {
  .articles__content {
    align-items: center;
    text-align: center;
  }
}
.articles__content img {
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 982px) {
  .articles__content img {
    display: block;
    margin: 0 auto;
    align-items: center;
    width: auto;
    width: -webkit-fill-available;
  }
}
.articles__content h4 {
  text-align: center;
}
.section--post {
  background-color: #5F57A2;
  color: #FBFBFF;
  padding: 100px 20px 0;
  line-height: 1.3;
}
.section--post .section__header {
  text-transform: uppercase;
  font-size: 40px;
  display: block;
  text-align: center;
}
.section--post .post {
  text-indent: 1.5em;
  text-align: justify;
}
.section--post .post strong {
  font-weight: bold;
}
.section--post .post * {
  padding-bottom: 10px;
  list-style: inside;
}
.section--post img {
  max-height: 250px;
  max-width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts_container {
  padding-top: 100px;
  text-align: center;
  line-height: 30px;
}
.contacts_container a {
  color: initial;
  font-size: 24px;
  color: inherit;
}
.contacts_container p {
  height: 100%;
  display: flex;
  justify-content: center;
}

.footer {
  background-color: #5F57A2;
  color: #FBFBFF;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 24px;
}
.footer__container {
  width: 360px;
  padding: 20px 10px;
}
.footer__row {
  display: flex;
  line-height: 45px;
}
.footer__text {
  width: 100px;
}
.footer__value img {
  max-width: 25px;
  display: inline-block;
}
.footer__value a {
  color: inherit;
}/*# sourceMappingURL=style.css.map */