@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400&display=swap");
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0; }

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  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: "Open Sans";
  font-size: 14px; }

.wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%; }

/*--------------------*/
.header_body {
  padding: 30px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header_logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 21%;
  flex: 0 1 21%; }

.header_logo span {
  color: #FF2E63; }

.header_menu {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 64%;
  flex: 0 1 64%;
  z-index: 10; }

.header_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px; }

.header_link {
  font-weight: 600;
  line-height: 1.35;
  color: #252A34; }

.header_link:hover {
  text-decoration: underline; }

.header_burger {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60px;
  flex: 0 1 60px; }

.header_burger img {
  max-width: 100%; }

.header_burger2 {
  display: none;
  z-index: 50;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60px;
  flex: 0 1 60px; }

.header_burger2 img {
  max-width: 100%; }

.header_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 15%;
  flex: 0 1 15%;
  gap: 30px; }

.header_login {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

/*--------------------*/
.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

/*--------------------*/
.winner_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0 0 0;
  margin: 75px 0 0 0; }

.winner_info {
  margin: 20px 0 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 35%;
  flex: 1 1 35%; }

.winner_title {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 50px;
  line-height: 1.2;
  color: #252A34; }

.winner_title span {
  color: #FF2E63; }

.winner_button {
  margin: 30px 0 0 0; }

.winner_image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 65%;
  flex: 1 1 65%;
  position: relative; }

.winner_image img {
  max-width: 100%; }

.winner_image:after {
  content: "";
  position: absolute;
  width: 53%;
  height: 140%;
  left: 35%;
  top: -30%;
  background: -webkit-linear-gradient(318.53deg, rgba(52, 108, 217, 0) 13.96%, rgba(52, 108, 217, 0.1) 85.97%);
  background: -o-linear-gradient(318.53deg, rgba(52, 108, 217, 0) 13.96%, rgba(52, 108, 217, 0.1) 85.97%);
  background: linear-gradient(131.47deg, rgba(52, 108, 217, 0) 13.96%, rgba(52, 108, 217, 0.1) 85.97%);
  border-radius: 70%; }

/*--------------------*/
.competitions_body {
  margin: 75px 0 0 0; }

.competitions_cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 40px 0 70px 0; }

.cars_item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 255, 0.2);
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 255, 0.2);
  border-radius: 10px; }

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

.cars_image img {
  max-width: 100%; }

.cars_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 0 0; }

.cars_info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 85%;
  flex: 0 1 85%;
  margin: 0 0 0 10px; }

.cars_price {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 30px;
  line-height: 1.26;
  color: #FF2E63; }

.cars_price span {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: line-through;
  color: #999999; }

.cars_text {
  margin: 10px 0 0 0; }

.cars_button {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 15%;
  flex: 0 1 15%;
  background-color: #346CD9;
  margin: 63px 0 0 0;
  text-align: center;
  padding: 13px 0;
  border-radius: 10px 0px; }

/*--------------------*/
.instructions_title {
  text-align: center; }

.instructions_tips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 0 0;
  gap: 13px; }

.tips_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.tips_body {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 93%;
  flex: 0 1 93%; }

.tips_image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  text-align: center; }

.tips_image img {
  max-width: 100%; }

.tips_text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 30px 0 0 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.375;
  text-align: center;
  color: #343434; }

.tips_text span {
  font-weight: 600; }

.tips_arrow {
  margin: 30px 0 0 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.tips_arrow img {
  max-width: 100%; }

/*--------------------*/
.last-winners_body {
  padding: 100px 0 0 0; }

.last-winners_winners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin: 40px 0 100px 0; }

.winners_item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  -webkit-box-shadow: 2px 2px 4px 2px rgba(0, 0, 255, 0.2);
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 255, 0.2);
  border-radius: 10px; }

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

.winners_image img {
  max-width: 100%; }

.winners_body {
  margin: 0 0 0 10px; }

.winners_title {
  margin: 20px 0 0 0; }

.winners_text {
  margin: 10px 0 10px 0; }

/*--------------------*/
.stories_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 0 0 0;
  background: rgba(52, 108, 217, 0.12); }

.stories_info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.stories_text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #343434;
  margin: 70px 0 0 0;
  max-width: 400px; }

.stories_author {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.88;
  text-align: center;
  color: #343434;
  margin: 30px 0 0 0; }

.stories_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 50px 0 0 0; }

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

.stories_point img {
  max-width: 100%; }

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

.stories_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

/*--------------------*/
.footer {
  background-color: #346CD9;
  min-height: 70px; }
  .footer_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0; }
  .footer_title {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 35%;
    flex: 0 1 35%;
    font-family: 'Rajdhani';
    font-weight: 700;
    font-size: 30px;
    line-height: 1.26;
    letter-spacing: 0.05em;
    color: #fff; }
  .footer_menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%; }
  .footer_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
  .footer_link {
    font-weight: 600;
    line-height: 1.35px;
    color: #fff; }
  .footer_link:hover {
    text-decoration: underline; }

/*--------------------*/
[class*="_container"] {
  max-width: 1220px;
  margin: 0px auto;
  padding: 0 25px; }

/*--------------------*/
.logo_link {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 30px;
  line-height: 1.26;
  letter-spacing: 0.05em;
  color: #252A34; }

.login_link {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.375;
  color: #FF2E63; }

/*--------------------*/
.button {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10%; }

.button span {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff; }

.button-red {
  background-color: #FF2E63;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s; }

.button-red:hover {
  background-color: green; }

.button-blue {
  background-color: #346CD9;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s; }

.button-blue:hover {
  background-color: green; }

.title {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 36px;
  line-height: 1.27;
  color: #343434; }

.title2 {
  font-family: 'Rajdhani';
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #252A34; }

.text {
  font-weight: 400;
  line-height: 1.35;
  color: #343434; }

.container_big {
  max-width: 100%;
  padding: 0; }

.text2,
.text3,
.author2,
.author3,
.image2,
.image3 {
  display: none; }

/*--------------------*/
/* PC */
@media (max-width: 1057px) {
  [class*="_container"] {
    max-width: 970px; }
  .header_list {
    gap: 20px; }
  .winner_image:after {
    width: 50%;
    height: 130%;
    left: 35%;
    top: -25%; }
  .title2 {
    font-size: 17px; }
  .last-winners_body {
    padding: 70px 0 0 0; }
  .last-winners_winners {
    margin: 35px 0 70px 0; }
  .container_big {
    max-width: 100%; }
  .stories_body {
    margin: 70px 0 0 0; } }

/* TABLET */
@media (max-width: 991.98px) {
  [class*="_container"] {
    padding: 0 15px;
    max-width: 750px; }
  .header_menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: green;
    -webkit-transition: left 0.5s ease 0s;
    -o-transition: left 0.5s ease 0s;
    transition: left 0.5s ease 0s;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .header_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0px auto; }
  .header_item {
    margin: 0 auto 25px; }
  .header_item:last-child {
    margin: 0 0 0 0; }
  .header_link {
    font-size: 20px;
    color: #fff; }
  .header_burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 20px 0 0; }
  .header_logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 65%;
    flex: 0 1 65%; }
  .header:target .header_menu {
    left: 0px; }
  .header:target .header_burger2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 85%; }
  .winner_body {
    margin: 50px 0 0 0; }
  .winner_image:after {
    width: 55%;
    height: 120%;
    left: 33%;
    top: -23%; }
  .winner_info {
    margin: 0; }
  .winner_button {
    margin: 15px 0 0 0; }
  .winner_title {
    font-size: 40px; }
  .competitions_body {
    margin: 50px 0 0 0; }
  .competitions_title {
    text-align: center; }
  .competitions_cars {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 30px 0; }
  .cars_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0px auto 15px; }
  .cars_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .cars_button {
    margin: 30px 0 0 0;
    min-width: 50%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center; }
  .cars_title {
    text-align: center; }
  .cars_price {
    text-align: center; }
  .cars_text {
    text-align: center; }
  .instructions_tips {
    margin: 40px 0 0 0; }
  .last-winners_body {
    padding: 50px 0 0 0; }
  .last-winners_title {
    text-align: center; }
  .last-winners_winners {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 50px 0; }
  .winners_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0px auto 15px; }
  .winners_title {
    text-align: center; }
  .winners_text {
    text-align: center; }
  .stories_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px 0 0 0; }
  .stories_image {
    text-align: center;
    margin: 50px 0 0 0; }
  .stories_text {
    margin: 50px 0 0 0; }
  .stories_points {
    margin: 40px 0 0 0; }
  .container_big {
    max-width: 100%;
    padding: 0; } }

/* MOBILE */
@media (max-width: 767.98px) {
  [class*="_container"] {
    max-width: none; }
  .header_burger {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70px;
    flex: 0 1 70px;
    margin: 0 15px 0 0; }
  .header_buttons {
    gap: 20px; }
  .header:target .header_burger2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 70px;
    flex: 0 1 70px; }
  .winner_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0 0 0; }
  .winner_image:after {
    width: 60%;
    height: 100%;
    left: 30%;
    top: -15%;
    border-radius: 50%; }
  .footer_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer_menu {
    margin: 10px 0 0 0; }
  .footer_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .competitions_body {
    margin: 25px 0 0 0; }
    .competitions_body_cars {
      margin: 20px 0 0 0; }
  .instructions_tips {
    margin: 20px 0 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .tips_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
    flex: 0 1 48%; }
  .tips_text {
    margin: 15px 0 0 0; }
  .last-winners_body {
    padding: 40px 0 0 0; }
  .last-winners_winners {
    margin: 20px 0 30px 0; }
  .stories_body {
    margin: 30px 0 0 0; }
  .stories_image {
    margin: 30px 0 0 0; }
  .stories_text {
    margin: 30px 0 0 0; }
  .stories_points {
    margin: 30px 0 0 0; } }

@media (max-width: 600px) {
  .cars_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 auto 0; }
  .cars_item:last-child {
    margin: 0 auto 30px; }
  .winners_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 auto 0; }
  .winners_item:last-child {
    margin: 0 auto 30px; } }

/* MOBILE SMALL */
@media (max-width: 576px) {
  .header_burger {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 80px;
    flex: 0 1 80px;
    margin: 0 10px 0 0; }
  .header_buttons {
    gap: 10px; }
  .winner_body {
    margin: 0;
    gap: 20px; }
  .winner .footer_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .cars_button {
    margin: 15px 0 0 0;
    max-width: 60%; }
  .tips_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%; }
  .tips_arrow {
    display: none; }
  .last-winners_body {
    padding: 30px 0 0 0; }
  .stories_points {
    margin: 20px 0 0 0; } }

@media (max-width: 400px) {
  .logo_link {
    font-size: 20px; }
  .login_link {
    font-size: 12px; }
  .button {
    padding: 5px 10px; }
  .button span {
    font-size: 12px; }
  .header:target .header_burger2 {
    left: 80%; }
  .stories_text {
    max-width: 300px; }
  .footer_list {
    gap: 15px; } }
