@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-y: scroll;
  scroll-padding-top: 120px;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Poppins", sans-serif;
  color: rgba(0, 0, 0, 0.8509803922);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 20px;
  margin: 0;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18px;
  }
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}

a,
button {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

ul,
ol {
  padding: 0 0 0 17px;
}

img {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  height: auto;
}

a:hover {
  filter: brightness(105%);
}

picture {
  padding: 0;
  display: flex;
  margin: 0;
}

.container {
  max-width: 1268px;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
}

.flex {
  display: flex;
  flex-direction: column;
}

.flex-center {
  align-items: center;
}

.text-center {
  text-align: center;
}

.text-bold {
  font-weight: 700;
}

.text-red {
  color: #ff0000 !important;
}

.text-green {
  background-color: #0C9E11;
  color: #fff;
}

.promo {
  background-color: #FFE600;
  color: #FF0000;
}

strong {
  background-color: #FFF7B2;
  font-weight: 700;
}

.header {
  width: 100%;
  font-family: "Roboto", sans-serif;
}
.header .header__logo {
  display: flex;
  align-items: center;
  gap: 17px;
}
.header .header__logo img {
  width: 82px;
  height: 79px;
}
.header .header__logo .logo__text {
  display: flex;
  flex-direction: column;
}
.header .header__logo .logo__text .text-1 {
  color: #12355B;
  font-size: 27px;
  line-height: 1;
  font-weight: 500;
}
.header .header__logo .logo__text .text-2 {
  color: #009FE3;
  font-size: 27px;
  font-weight: 500;
  margin-left: 20px;
}
.header .header__logo .logo__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  gap: 5px 15px;
  color: #ccc;
  font-size: 22px;
}
@media (max-width: 768px) {
  .header .header__logo .logo__nav {
    display: none;
  }
}
.header .header__logo .logo__nav a {
  font-size: 20px;
}
.header .header__logo .logo__nav a:hover {
  text-decoration: underline;
}
.header .header__partners {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  align-items: center;
  background-color: #0168B5;
  padding: 10px;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .header .header__partners {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 10px;
  }
}
.header .header__partners img {
  margin: 0 auto;
  max-width: 166px;
  height: auto;
}
@media (max-width: 768px) {
  .header .header__partners img {
    max-width: 120px;
  }
}

.shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}

.main {
  display: grid;
  grid-template-columns: 1fr 376px;
  width: 100%;
  margin-top: 20px;
  gap: 48px;
}
@media (max-width: 1000px) {
  .main {
    grid-template-columns: 1fr;
    box-shadow: none;
  }
}
.main .paragraph {
  margin-top: 16px;
}
.main .paragraph--first {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .main .paragraph--first {
    margin-top: 24px;
  }
}
.main .paragraph--subtitle {
  margin-top: 24px;
}
@media (max-width: 768px) {
  .main .paragraph--subtitle {
    margin-top: 16px;
  }
}
.main .paragraphTitle {
  font-size: 27px;
  margin-top: 32px;
  color: #322380;
  font-family: Roboto;
}
@media (max-width: 768px) {
  .main .paragraphTitle {
    font-size: 18px;
    margin-top: 24px;
  }
}
.main .mainSection .mainSection__topLink {
  color: #5332D4;
}
@media (max-width: 768px) {
  .main .mainSection .mainSection__topLink {
    font-size: 12px;
  }
}
.main .mainSection .mainSection__topLink b {
  font-weight: 900;
}
.main .mainSection .mainSection__topLink span {
  color: #A8005B;
}
.main .mainSection .mainSection__title {
  margin-top: 32px;
  font-size: 43px;
}
@media (max-width: 768px) {
  .main .mainSection .mainSection__title {
    font-size: 24px;
  }
}
.main .mainSection .mainSection__img {
  display: flex;
  margin-top: 20px;
}
.main .mainSection .mainSection__img--second {
  margin: 48px auto 0;
  width: 100%;
  height: auto;
}
.main .mainSection .mainSection__underImgText {
  background-color: #322380;
  color: #fff;
  padding: 16px 12px;
  text-align: center;
  font-size: 16px;
  max-width: 800px;
}
@media (max-width: 768px) {
  .main .mainSection .mainSection__underImgText {
    font-size: 14px;
  }
}
.main .mainSection .mainSection__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
}
.main .mainSection .mainSection__list li {
  display: flex;
  align-items: flex-start;
  font-weight: 700;
  line-height: 1.5;
  font-size: 18px;
}
@media (max-width: 768px) {
  .main .mainSection .mainSection__list li {
    font-size: 15px;
  }
}
.main .mainSection .mainSection__list li::before {
  display: block;
  content: url("../img/check_gereen.svg");
  width: 24px;
  height: 22px;
  margin: 3px 12px 0 0;
  flex-shrink: 0;
}
.main .mainSection .mainSection__list--arrowBlue li {
  font-weight: 400;
}
.main .mainSection .mainSection__list--arrowBlue li::before {
  content: url("../img/arrow_blue.svg");
}
.main .mainSection .mainSection__list--dot li {
  font-weight: 400;
}
.main .mainSection .mainSection__list--dot li::before {
  content: "·";
  font-size: 90px;
  vertical-align: middle;
  line-height: 20px;
  width: 14px;
  height: 14px;
}
.main .mainSection .mainSection__list--arrowOrange li::before {
  content: url("../img/arrow_orange.svg");
}
.main .mainSection .mainSection__info {
  background-color: #FFF7B2;
  border-block: 4px solid #000;
  padding: 24px;
  margin-top: 50px;
}
.main .mainSection .mainSection__info .firstWord {
  font-size: 24px;
  color: #E10413;
}
.main .mainSection .mainSection__author {
  position: relative;
}
.main .mainSection .mainSection__author .author__paragraph {
  background-color: #0768B2;
  color: #fff;
  padding: 32px 24px 40px 310px;
  font-style: italic;
  margin-top: 160px;
}
@media (max-width: 768px) {
  .main .mainSection .mainSection__author .author__paragraph {
    padding: 20px 20px 190px;
    margin-top: 20px;
  }
}
.main .mainSection .mainSection__author .author__image {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .main .mainSection .mainSection__author .author__image {
    width: 150px;
    height: auto;
  }
}
.main .mainSection .mainSection__author .author__name {
  display: flex;
  position: absolute;
  bottom: 28px;
  left: 28px;
  padding: 8px;
  background-color: #FFF7B2;
  font-weight: 700;
}
@media (max-width: 768px) {
  .main .mainSection .mainSection__author .author__name {
    right: 20px;
    left: auto;
    height: auto;
  }
}
.main .mainSection .mainSection___opinionTitle {
  display: block;
  padding: 12px;
  background-color: #A5E1F7;
  color: #000;
  max-width: -moz-max-content;
  max-width: max-content;
}
.main .mainSection .mainSection___opinion {
  display: grid;
  align-items: center;
  grid-template-columns: 161px 1fr;
  gap: 24px;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 6px dotted #000;
}
@media (max-width: 768px) {
  .main .mainSection .mainSection___opinion {
    grid-template-columns: 1fr;
  }
}
.main .mainSection .mainSection___opinion img {
  width: 161px;
  height: 213px;
}
@media (max-width: 768px) {
  .main .mainSection .mainSection___opinion img {
    width: 128px;
    height: 170px;
  }
}
.main .mainSection .mainSection___opinion p {
  font-style: italic;
}
.main .mainSection .mainSection___opinion--first {
  border: none;
  padding-top: 0;
}
.main .mainSection .mainSection__link {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-size: 30px;
  color: #5332D4;
  text-decoration: underline;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 48px;
}
@media (max-width: 768px) {
  .main .mainSection .mainSection__link {
    margin-top: 20px;
    font-size: 18px;
  }
}
.main .mainSection .mainSection__link::before {
  content: url("../img/icon_arrow_button.svg");
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 5px;
}
.main .mainSection .mainSection__link:hover {
  filter: brightness(120%);
}
.main .mainSection .commentsTitle {
  color: #000;
  margin-bottom: 40px;
}
.main .mainSection .mainSection__comment {
  display: flex;
  align-items: flex-start;
  padding-bottom: 24px;
  margin-top: 24px;
  border-bottom: 1px solid #CBCBCB;
  gap: 25px;
}
.main .mainSection .mainSection__comment .comment__content {
  display: flex;
  flex-direction: column;
}
.main .mainSection .mainSection__comment .comment__content .content__author {
  font-weight: 700;
}
.main .mainSection .mainSection__comment .comment__content .content__message {
  margin-top: 10px;
}
.main .mainSection .mainSection__comment--reply {
  padding-left: 64px;
}
@media (max-width: 768px) {
  .main .mainSection .mainSection__comment--reply {
    padding-left: 40px;
  }
}
.main .main__aside {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1000px) {
  .main .main__aside {
    display: none;
  }
}
.main .main__aside .aside__banner {
  display: flex;
  flex-direction: column;
  background-image: url("../img/banner.png");
  text-align: center;
  padding: 20px;
  height: 500px;
}
.main .main__aside .aside__banner h2 {
  font-size: 49px;
  line-height: 1;
  color: #322380;
}
.main .main__aside .aside__banner h3 {
  font-size: 29px;
  color: #322380;
}
.main .main__aside .aside__banner p {
  display: flex;
  flex-direction: column;
  text-align: end;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  font-family: Roboto;
  font-style: italic;
  max-width: 153px;
  margin: 12px 0 0 auto;
  line-height: 1.1;
}
.main .main__aside .aside__banner p span {
  font-weight: 900;
  font-size: 30px;
}
.main .main__aside .aside__banner button {
  display: flex;
  align-items: center;
  margin: auto auto 0;
  background: transparent linear-gradient(180deg, #08FF00 0%, #066E03 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 15px 15px 15px 25px;
  border: 2px solid #1BC715;
  border-radius: 35px;
  font-size: 26px;
  width: 100%;
}
.main .main__aside .aside__banner button img {
  width: 42px;
  height: 42px;
  margin-left: auto;
}
.main .main__aside .aside__title {
  font-size: 30px;
  margin-top: 30px;
}
.main .main__aside .aside__article {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.4;
}
.main .main__aside .aside__article--first {
  margin-top: 32px;
}

.footer {
  width: 100%;
  padding: 20px 0 60px;
  text-align: center;
  margin-top: 44px;
  background-color: rgba(165, 225, 247, 0.5019607843);
}
.footer .footer__copyright {
  font-size: 12px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  max-width: 900px;
}
.footer .footer__linksBox {
  margin-bottom: 15px;
}
.footer .footer__linksBox .linksBox__link {
  text-decoration: underline;
  font-size: 12px;
  color: #000;
}

@media (max-width: 768px) {
  .header.container {
    padding: 0;
  }
  .header.container .header__logo {
    margin-left: 20px;
  }
}
.main--summary {
  display: flex;
  flex-direction: column;
}

.contentBorder.contentBorder--summary {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  gap: 0;
}
.contentBorder.contentBorder--summary .summary__title {
  color: #1A9E5D;
  text-align: center;
  font-size: 48px;
  border-bottom: 2px solid #D1D1D1;
  padding-bottom: 16px;
  font-family: Roboto;
}
@media (max-width: 1100px) {
  .contentBorder.contentBorder--summary .summary__title {
    font-size: 38px;
  }
}
.contentBorder.contentBorder--summary .summary__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 24px;
  border: 2px solid #1BC715;
  color: #fff;
  border-radius: 35px;
  background: transparent linear-gradient(180deg, #08FF00 0%, #066E03 100%) 0% 0% no-repeat padding-box;
  margin: 32px auto 0;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 18px;
}
@media (max-width: 768px) {
  .contentBorder.contentBorder--summary .summary__button {
    font-size: 16px;
  }
}
.contentBorder.contentBorder--summary .summary__button:hover {
  filter: brightness(110%);
}
.contentBorder.contentBorder--summary .summary__button img {
  width: 34px;
  height: 34px;
}
.contentBorder.contentBorder--summary .summary__button--active {
  background: none;
  font-size: 60px;
  color: #1BC715;
  font-weight: 700;
}
@media (max-width: 768px) {
  .contentBorder.contentBorder--summary .summary__button--active {
    font-size: 40px;
  }
}
.contentBorder.contentBorder--summary .summary__content {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 24px 100px;
}
@media (max-width: 1100px) {
  .contentBorder.contentBorder--summary .summary__content {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .contentBorder.contentBorder--summary .summary__content {
    padding: 0;
    text-align: center;
  }
}
.contentBorder.contentBorder--summary .summary__content .content__image {
  width: 418px;
  height: 373px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .contentBorder.contentBorder--summary .summary__content .content__image {
    width: 299px;
    height: 267px;
  }
}
.contentBorder.contentBorder--summary .summary__content .content__textContainer {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.contentBorder.contentBorder--summary .summary__contentBottom {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 925px;
}/*# sourceMappingURL=styles.css.map */