@charset "UTF-8";

/*Обнуление*/
* {
   padding: 0;
   margin: 0;
   border: 0;
}

*,
*:before,
*:after {
   box-sizing: border-box;
}

:focus,
:active {
   outline: none;
}

a:focus,
a:active {
   outline: none;
}

nav,
footer,
header,
aside {
   display: block;
}

html,
body {
   height: 100%;
   width: 100%;
   font-size: 100%;
   line-height: 1;
   font-size: 14px;
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
   font-family: inherit;
}

input::-ms-clear {
   display: none;
}

button {
   cursor: pointer;
}

button::-moz-focus-inner {
   padding: 0;
   border: 0;
}

a,
a:visited {
   text-decoration: none;
}

a:hover {
   text-decoration: none;
}

ul li {
   list-style: none;
}

img {
   vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}

/*---------------------------------------------*/

body {
   font-family: Roboto;
   color: #403F4C;
   font-size: 28px;
   line-height: 142.857143%; /* 40px/28 */
}

.wrapper {
   min-height:100vh;
   overflow: hidden;
   display: flex;
   flex-direction: column;
}

.container {
   max-width: 1280px;
   padding: 0 70px;
   margin: 0 auto;
}

.header {
   background: #1F3F86;
}

.main {
   background: #1F3F86;
   border-radius: 0px 0px 60px 60px;
}

.help {
   padding-bottom: 100px;
}

.say {
   padding-bottom: 220px;
   background-color: #EFF7FF;
   position: relative;
}

.say::after {
   position: absolute;
   content: "";
   bottom: -3%;
   left: 0;
   background: url("../img/say/1.png") no-repeat;
   background-size: contain;
   width: 346px;
   height: 406px;
   z-index: 5;
}

.say::before {
   position: absolute;
   content: "";
   bottom: -5%;
   left: 300px;
   background: url("../img/say/3.png") no-repeat;
   background-size: contain;
   width: 339px;
   height: 376px
}

.explore {
   padding-bottom: 110px;
   border-radius: 28px;
   background: #2C03AB;
}

.talk {
   padding: 325px 0 225px 0;
   background: url("../img/talk/talk.png") no-repeat;
   background-size: cover;
}

.join {
   padding-bottom: 120px;
}

.examples {
   padding-bottom: 100px;
   z-index: 10;
   background: #FFF;
}

.footer {
   padding-bottom: 35px;
}

/*---------------------------------------------*/

.header_body {
}

.header_menu {
   padding: 25px 0 25px 20%;
   margin: 0 auto;
   max-width: 800px;
}

.menu {
}

.menu_list {
   display: flex;
   justify-content: space-between;
   gap: 15px;
}

.menu_item {
}

.menu_link {
   color: #fff;
}

/*---------------------------------------------*/

.main_body {
   margin-top: 125px;
   padding: 0 0 90px 100px;
}

.main_heading {
   margin: 0 auto;
}

.main_bottom {
   margin-top: 150px;
   display: flex;
}

.main_button {
   position: relative;
   top: -10px;
}

.main_button:not(:last-child) {
   margin-right: 90px;
}

.main_button::after {
   position: absolute;
   content: "";
   width: 60px;
   height: 60px;
   background: url("../img/main/Eo_circle_grey_arrow-down.svg") no-repeat;
   border: 1px solid rgb(95, 95, 95);
   border-radius: 50%;
   top: 10px;
}

.main_text {
   color: #fff;
   max-width: 550px;
}

/*---------------------------------------------*/

.help_body {
   margin-top: 250px;
}

.help_heading {
}

.help_wrapper {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.help_wrapper {
   margin-top: 30px;
}

.help_wrapper:last-child {
   margin-top: 100px;
}

.help_article {
   max-width: 550px;
}

.help_article:not(:last-child) {
   padding-right: 25px;
}

.help_paragraph:not(:first-child) {
   margin-top: 25px;
}

.help_link {
}

.help_image {
}

.help_image:first-child {
   padding-right: 25px;
}

/*---------------------------------------------*/

.say_body {
   margin-top: 180px;
   display: flex;
   position: relative;
}

.say_wrapper {
   position: relative;
}

.say_wrapper::before {
   position: absolute;
   content: "";
   bottom: 0;
   left: 245px;
   background: url("../img/say/2.png") no-repeat;
   background-size: contain;
   width: 169px;
   height: 197px;
   z-index: 6;
}

.say_heading {
   flex: 1 1 auto;
   min-width: 300px;
}

.say_swiper {
   flex: 1 1 100%;
   min-height: 530px;
   z-index: 10 !important;
}

.say_subheading {
   flex: 1 1 auto;
   text-transform: uppercase;
}

.say_slide {
}

.say_article {
}

.say_author {
}

/*---------------------------------------------*/

.explore_body {
   margin-top: 110px;
   color: #fff;
}

.explore_heading {
   max-width: 750px;
}

.explore_text {
   margin-top: 60px;
}

.explore_text > p {
   margin-top: 25px;
}

.explore_button {
   text-align: right;
   margin-top: 25px;
   text-transform: uppercase;
}

/*---------------------------------------------*/

.talk_body {
}

.talk_heading {
   max-width: 900px;
}

.talk_button {
   margin-top: 50px;
}

/*---------------------------------------------*/

.join_body {
   margin-top: 50px;
}

.join_top {
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.join_info {
   max-width: 450px;
}

.join_heading {
}

.join_text {
   margin-top: 60px;
}

.join_subtext {
   margin-top: 45px;
}

.join_image {
   padding-left: 50px;
}

.join_button {
   margin-top: 90px;
   text-align: center;
   text-transform: uppercase;
}

.join_bottom {
   margin-top: 200px;
}

.join_subheading {
   text-transform: uppercase;
}

.join_cards {
   margin-top: 40px;
   display: flex;
}

.cards-join {
}

.cards-join_card {
   border-radius: 28px;
   background: #E8F4FF;
   padding: 40px 30px;
   flex: 1 1 30%;
   display: flex;
}

.cards-join_card:not(:last-child) {
   margin-right: 25px;
}

.card-join {
}

.card-join_body {
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   flex: 1 1 auto;
}

.card-join_text {
   flex: 1 0 auto;
}

.card-join_link {
   margin-top: 25px;
}

/*---------------------------------------------*/

.examples_body {
   margin-top: 150px;
}

.examples_headings {
   display: flex;
   justify-content: space-between;
}

.examples_headings:not(:last-child) {
   margin-bottom: 250px;
}

.examples_heading {
   max-width: 500px;
}

.examples_heading:not(:last-child) {
   padding-right: 25px;
}

.examples_subheading {
}

.examples_example {
}

.examples_example:not(:last-child) {
   margin-bottom: 110px;
}

.example {
}

.example_body {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.example_info {
}

.example_info:not(:last-child) {
   padding-right: 50px;
}

.example_subheading {
}

.example_heading {
   margin-top: 30px;
   max-width: 330px;
}

.example_text {
   margin-top: 25px;
   max-width: 520px;
}

.example_image {
}

.examples_button {
   text-align: center;
}

/*---------------------------------------------*/

.footer_body {
   margin-top: 110px;
}

.footer_blocks {
   display: flex;
   flex-wrap: wrap;
   gap: 40px;
}

.footer_block {
   flex: 1 1 48%;
}

.block-footer {
}

.block-footer_heading {
   color: #045CFC;
}

.block-footer_nav {
}

.block-footer_list {
   display: flex;
   justify-content: space-between;
   gap: 30px;
   flex-wrap: wrap;
}

.block-footer_list:first-child {
   /* gap: 60px; */
}

.block-footer_item {
}

.block-footer_link {
   color: #403F4C;
}

.block-footer_text {
}

.footer_images {
   display: flex;
   margin-top: 55px;
}

.footer_image {
}

.footer_image:not(:last-child) {
   padding-right: 30px;
}

/*---------------------------------------------*/

.text {
   font-size: 20px;
   line-height: 140%; /* 28/20 */
}

.link {
   transition: all 0.5s ease 0s;
}

.link:hover {
   color: #989595;
}

.big-heading {
   color: #FFF;
   font-size: 84px;
   line-height: 109.52381%; /* 92px/84 */
}

.heading {
   font-size: 56px;
   line-height: 114.285714%; /* 64px/56 */
}

.heading > span {
   color: #045CFC;
}

.obj-cont img {
   width: 100%;
   height: 100%;
   -o-object-fit: contain;
   object-fit: contain;
}

.text_link {
   color: #045CFC;
}

.text_link:hover {
   text-decoration: underline;
}

#better {
   margin-left: 70px;
}

.swiper {
}

.swiper-wrapper {
   margin-top: 60px;
}

.swiper-slide {
}

.swiper-button-prev,
.swiper-button-next {
   top: 92% !important;
   width: 50px !important;
   height: 50px !important;
}

.swiper-button-next {
   left: 15% !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
   content: "" !important;
   width: 100%;
   height: 100%;
   background: url("../img/say/arrow-left.svg") no-repeat;
   background-size: contain;
}

.swiper-button-next::after {
   background: url("../img/say/arrow-right.svg") no-repeat;
   background-size: contain;
}

.btn {
   padding: 25px 110px;
   border-radius: 410px;
   border: 1px solid #FFF;
   transition: all 0.5s ease 0s;
}

.btn:active {
   position: relative;
   top: 5px;
}

.white-btn {
   color: #fff;
}

.white-btn:hover,
.blue-btn:hover {
   background-color: rgb(25, 166, 22);
   border: 1px solid #000;
   color: #000;
}

.blue-btn {
   border: 1px solid #045CFC;
   color: #045CFC;
}

.orange {
   color: #FF7B9B !important;
}

.line {
   position: relative;
   left: 80px;
}

.line::after {
   position: absolute;
   content: "";
   width: 56px;
   height: 1px;
   background: #9563FF;
   left: -80px;
   top: 50%;
}

.rev {
   flex-direction: row-reverse;
}

.info-rev:not(:last-child) {
   padding: 0 0 0 50px;
}

/*---------------------------------------------*/

@media only screen and (min-width: 2400px) {
   body {
      font-size: 50px !important;
   }

   .text {
      font-size: 40px !important;
   }

   .big-heading {
      font-size: 110px !important;
   }

   .heading {
      font-size: 92px;
   }

   .help_paragraph,
   .help_link {
      font-size: 64px !important;
   }

   .examples_heading {
      max-width: 900px !important;
   }

   .swiper-button-prev,
   .swiper-button-next {
      top: 88% !important;
      width: 80px !important;
      height: 80px !important;
   }

   .example_text {
      max-width: 1000px !important;
   }

   .example_heading {
      max-width: 700px !important;
   }

   .join_info {
      max-width: 1000px !important;
   }

   .footer_blocks {
      gap: 100px !important;
   }
}

@media only screen and (min-width: 2000px) and (max-width: 2400px) {
   .join_info {
      max-width: 800px !important;
   }

   .footer_blocks {
      gap: 80px !important;
   }
}

@media only screen and (min-width: 2000px) {
   body {
      font-size: 44px;
   }

   .text {
      font-size: 36px;
   }

   .big-heading {
      font-size: 100px;
   }

   .heading {
      font-size: 85px;
   }

   .help_paragraph,
   .help_link {
      font-size: 56px !important;
   }

   .help_article {
      max-width: 1000px;
   }

   .say_heading {
      min-width: 400px;
      min-height: 600px;
   }

   .examples_heading {
      max-width: 600px;
   }

   .example_text {
      max-width: 700px;
   }

   .example_heading {
      max-width: 450px;
   }
}

@media only screen and (min-width: 1800px) and (max-width: 2000px) {
   body {
      font-size: 38px;
   }

   .text {
      font-size: 30px;
   }

   .big-heading {
      font-size: 92px;
   }

   .heading {
      font-size: 75px;
   }
}

@media only screen and (min-width: 1800px) and (max-width: 2400px) {
   .swiper-button-prev,
   .swiper-button-next {
      top: 90%;
      width: 70px !important;
      height: 70px !important;
   }
}

@media only screen and (min-width: 1800px) {
   .help_paragraph,
   .help_link {
      font-size: 50px !important;
   }

   .footer_blocks {
      gap: 60px;
   }
}

@media only screen and (min-width: 1600px) {
   .join_info {
      max-width: 600px;
   }
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
   body {
      font-size: 34px;
   }

   .text {
      font-size: 26px;
   }

   .big-heading {
      font-size: 88px;
   }

   .heading {
      font-size: 68px;
   }
   .swiper-button-prev,
   .swiper-button-next {
      width: 60px !important;
      height: 60px !important;
   }
}

@media only screen and (min-width: 1600px) {
   .container {
      max-width: none;
   }

   .header_menu {
      max-width: none;
   }

   .menu_list {
      justify-content: center;
   }

   .menu_item:not(:last-child) {
      padding-right: 50px;
   }

   .main_heading {
      max-width: 1200px;
      margin: 0;
   }

   .main_text {
      max-width: 750px;
   }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
   .text {
      font-size: 22px;
   }

   body {
      font-size: 30px;
   }

   .heading {
      font-size: 62px;
   }
}

@media only screen and (min-width: 1400px) {
   .obj-cont {
      flex: 0 1 60%;
   }
}

@media only screen and (max-width: 1200px) {
   .container {
      padding: 0 60px;
   }

   .help_body {
      margin-top: 220px;
   }

   .say_swiper {
      min-height: 580px;
   }

   .say {
      padding-bottom: 200px;
   }

   .say_body {
      margin-top: 160px;
   }

   .say_wrapper::before {
      bottom: 20px;
   }

   .explore_button {
      margin-top: 40px;
   }

   .talk {
      padding: 300px 0 210px 0;
   }

   .join_bottom {
      margin-top: 180px;
   }

   .examples_body {
      margin-top: 135px;
   }

   .examples_headings:not(:last-child) {
      margin-bottom: 220px;
   }
}


@media only screen and (max-width: 992px) {
   .container {
      padding: 0 50px;
   }

   .main_body {
      margin-top: 100px;
      padding: 0 0 75px 80px;
   }

   .help_article {
      max-width: 400px;
   }

   .help,
   .examples {
      padding-bottom: 85px;
   }

   .help_body {
      margin-top: 180px;
   }

   .say {
      padding-bottom: 160px;
   }

   .say_body {
      margin-top: 130px;
      flex-direction: column;
   }

   .say_swiper {
      margin: 20px 0 0 0 !important;
   }

   .say_article {
      margin-top: -25px;
   }

   .say_wrapper::before {
      bottom: 60px;
   }

   .explore {
      padding-bottom: 90px;
   }

   .explore_body {
      margin-top: 90px;
   }

   .explore_button,
   .join_button,
   .examples_button {
      text-align: center;
      display: flex;
      justify-content: center;
   }

   .btn {
      padding: 25px 0;
      display: flex;
      justify-content: center;
      width: 80%;
   }

   .talk {
      padding: 250px 0 185px 0;
   }

   .talk_button > a {
      width: 100% !important;
   }

   .join {
      padding-bottom: 100px;
   }

   .join_bottom {
      margin-top: 150px;
   }

   .join_cards,
   .join_top {
      flex-direction: column;
   }

   .cards-join_card:not(:last-child) {
      margin: 0 0 25px 0;
   }

   .join_button {
      margin-top: 80px;
   }

   .join_info {
      max-width: none;
   }

   .join_image {
      padding: 0;
      margin-top: 40px;
   }

   .examples_body {
      margin-top: 120px;
   }

   .examples_headings:not(:last-child) {
      margin-bottom: 180px;
   }

   .example_body {
      flex-direction: column;
   }

   .example_image {
      margin-top: 30px;
   }

   .example_text,
   .example_heading {
      max-width: none;
   }

   .example_info {
      padding-right: 70px;
   }

   .info-rev {
      padding: 0 0 0 70px;
   }

   .examples_example:not(:last-child) {
      margin-bottom: 90px;
   }

   .footer_body {
      margin-top: 90px;
   }
}

@media only screen and (max-width: 768px) {
   .container {
      padding: 0 40px;
   }

   .menu_list {
      flex-wrap: wrap;
      justify-content: center;
      gap: 25px;
   }

   .header_menu {
      padding: 25px 0;
   }

   .main_body {
      margin-top: 70px;
      padding: 0 0 60px 0;
   }

   .big-heading {
      font-size: 70px;
   }

   .main_bottom {
      margin-top: 100px;
      padding-left: 50px;
   }

   .help_wrapper {
      flex-direction: column;
   }

   .help_article:not(:last-child),
   .help_image:first-child {
      padding-right: 0;
      margin-bottom: 25px;
   }

   .help_wrapper:last-child {
      margin-top: 25px;
   }

   .help,
   .examples {
      padding-bottom: 70px;
   }

   .help_body {
      margin-top: 150px;
   }

   .help_heading {
      text-align: center;
   }

   #better {
      margin: 0;
   }

   .say {
      padding-bottom: 120px;
   }

   .say_wrapper::before {
      bottom: 100px;
   }

   .say_body {
      margin-top: 100px;
   }

   .swiper-button-next {
      left: 25% !important;
   }

   .explore {
      padding-bottom: 70px;
   }

   .explore_body {
      margin-top: 70px;
   }

   .explore_text {
      margin-top: 50px;
   }

   .talk {
      padding: 220px 0 160px 0;
   }

   .join {
      padding-bottom: 80px;
   }

   .join_bottom {
      margin-top: 100px;
   }

   .join_button {
      margin-top: 60px;
   }

   .join_text {
      margin-top: 40px;
   }

   .join_subtext {
      margin-top: 25px;
   }

   .examples_body {
      margin-top: 90px;
   }

   .examples_headings {
      flex-direction: column;
   }

   .examples_heading:not(:last-child) {
      padding: 0;
   }

   .examples_subheading {
      margin-top: 20px;
   }

   .examples_headings:not(:last-child) {
      margin-bottom: 150px;
   }

   .examples_example:not(:last-child) {
      margin-bottom: 70px;
   }

   .footer_images {
      display: flex;
      margin-top: 40px;
      flex-direction: column;
   }
   
   .footer_image:not(:last-child) {
      padding: 0 0 30px 0;
   }

   .footer_body {
      margin-top: 70px;
   }
}

@media only screen and (max-width: 600px) {
   .main_bottom {
      padding-left: 0;
   }

   .help_body {
      margin-top: 130px;
   }

   .say_swiper {
      min-height: 700px;
   }

   .talk {
      padding: 200px 0 140px 0;
   }

   .join_heading {
      text-align: center;
   }

   .join_bottom {
      margin-top: 70px;
   }

   .examples_headings:not(:last-child) {
      margin-bottom: 130px;
   }
}

@media only screen and (max-width: 500px) {
   .container {
      padding: 0 30px;
   }

   .big-heading {
      font-size: 60px;
   }

   .say_swiper {
      min-height: 800px;
   }

   .swiper-button-next {
      left: 35% !important;
   }

   .say_wrapper::before {
      bottom: 90px;
   }

   .btn {
      width: 100%;
   }

   .heading {
      font-size: 50px;
   }

   .join_bottom {
      margin-top: 100px;
   }
}

@media only screen and (max-width: 400px) {
   .container {
      padding: 0 20px;
   }

   .big-heading {
      font-size: 52px;
   }

   .main_bottom {
      flex-direction: column-reverse;
   }

   .main_button {
      margin: 0 0 60px 0;
      top: 0;
   }

   .say_swiper {
      min-height: 900px;
   }

   .example_info {
      padding-right: 40px;
   }

   .info-rev {
      padding: 0 0 0 40px;
   }

   .main_text,
   .main_heading {
      text-align: center;
   }

   .main_button {
      left: 10px;
   }
}