:root {
  --title-color: #003598;
  --light-text: #fff;
  --dark-text: #494949;
  --green-color: #008106;
  --blue-color: #00baff;
  --dark-green-color: #1d8c22;
  --filter-white: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(60deg) brightness(101%) contrast(104%);
  --webkit-gradient: -webkit-linear-gradient(90deg, var(--blue-color), var(--green-color));
  --gradient: linear-gradient(90deg, var(--blue-color), var(--green-color));
}

/* Fonts */

@font-face {
    font-family: "Roboto";
    src: url("../../fonts/Roboto-Regular/Roboto-Regular.eot");
    src: url("../../fonts/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/Roboto-Regular/Roboto-Regular.woff") format("woff"),
    url("../../fonts/Roboto-Regular/Roboto-Regular.woff2") format("woff2"),
    url("../../fonts/Roboto-Regular/Roboto-Regular.ttf") format("truetype"),
    url("../../fonts/Roboto-Regular/Roboto-Regular.svg#svgFontName") format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url("../../fonts/Roboto-Light/Roboto-Light.eot");
    src: url("../../fonts/Roboto-Light/Roboto-Light.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/Roboto-Light/Roboto-Light.woff") format("woff"),
    url("../../fonts/Roboto-Light/Roboto-Light.woff2") format("woff2"),
    url("../../fonts/Roboto-Light/Roboto-Light.ttf") format("truetype"),
    url("../../fonts/Roboto-Light/Roboto-Light.svg#svgFontName") format("svg");
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: url("../../fonts/Roboto-Medium/Roboto-Medium.eot");
    src: url("../../fonts/Roboto-Medium/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/Roboto-Medium/Roboto-Medium.woff") format("woff"),
    url("../../fonts/Roboto-Medium/Roboto-Medium.woff2") format("woff2"),
    url("../../fonts/Roboto-Medium/Roboto-Medium.ttf") format("truetype"),
    url("../../fonts/Roboto-Medium/Roboto-Medium.svg#svgFontName") format("svg");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url("../../fonts/Roboto-Bold/Roboto-Bold.eot");
    src: url("../../fonts/Roboto-Bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/Roboto-Bold/Roboto-Bold.woff") format("woff"),
    url("../../fonts/Roboto-Bold/Roboto-Bold.woff2") format("woff2"),
    url("../../fonts/Roboto-Bold/Roboto-Bold.ttf") format("truetype"),
    url("../../fonts/Roboto-Bold/Roboto-Bold.svg#svgFontName") format("svg");
    font-style: normal;
    font-weight: 700;
}

/* Reset basic styles */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
}

@media (min-width: 768px) {
  body {
    font-size: 24px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

.main-gradient {
  color: var(--green-color);
  background-image: var(--webkit-gradient);
  background-image: var(--gradient);
  background-clip:text;
  -webkit-background-clip:text;
  text-fill-color:transparent;
  -webkit-text-fill-color:transparent;
  display:inline-block;
  text-transform:none;
}

/* header */

header {
  width: 100%;
  background: #eeeeee;
  padding: 30px 10px;
}

@media (min-width: 1400px) {
  header {
    padding: 30px 0;
  }
}

header .container {
  margin: 0 auto;
  justify-content: center;
}

@media (min-width: 768px) {
  header .container {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .logo-link {
    margin-right: 20px;
  }
}

.logo-link .logo-img {
  max-width: 260px;
}

@media (max-width: 767px) {
  .logo-link .logo-img {
    margin-bottom: 40px;
  }
}

.contact {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  align-items: center;
}

@media (min-width: 1200px) {
  .contact a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (min-width: 768px) {
  .contact {
    align-items: flex-end;
  }
}

@media (min-width: 1200px) {
  .contact {
    font-size: 18px;
  }
}

.contact a {
  color: var(--light-text);
  font-weight: 600;
}

@media (min-width: 768px) {
  .contact a {
    font-size: 30px;
  }
}

.contact .work-time {
  font-size: 15px;
  color: var(--green-color);
}

h1 {
  font-weight: 600;
  font-size: 32px;
  color: var(--title-color);
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 48px;
    margin-bottom: 60px;
  }
}

.hero-text {
  padding-bottom: 30px;
  padding-top: 45px;
}

@media (min-width: 768px) {
  .hero-text {
    padding-top: 75px;
    padding-bottom: 65px;
  }
}

.hero-text p {
  max-width: 1060px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.main {
  text-align: center;
}

.benefits {
  padding: 60px 0 50px;
  height: 100%;
  color: var(--light-text);
  background: var(--webkit-gradient);
  background: var(--gradient);
  position: relative;
  z-index: -1;
}

@media (min-width: 1200px) {
  .benefits {
    padding: 80px 0 135px;
    background-image: url('../img/main-bg.jpg');
    max-height: 650px;
    background-position: center;
  }
}

.benefits h2 {
  margin-bottom: 50px;
  font-size: 30px;
  padding: 0 15px;
  font-weight: 700;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .benefits h2 {
    font-size: 36px;
    margin-bottom: 115px;
  }

  .benefits__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
}

@media (min-width: 1500px) {
  .benefits:after {
    opacity: 1;
    background-size: 520px 520px;
  }
}

@media (min-width: 1750px) {
  .benefits:after {
    opacity: 1;
    background-size: 650px 650px;
  }
}

.benefits__list-item {
  margin-bottom: 40px;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .benefits__list-item {
    font-size: 24px;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 1200px) {
  .benefits__list-item {
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 0;
    padding: 0 15px;
  }
}

.list-item__icon {
  width: auto;
  height: auto;
  margin: 0 auto 17px;
  object-fit: contain;
  filter: var(--filter-white);
}

@media (min-width: 768px) {
  .list-item__icon {
    height: 70px;
  }
}

.contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 60px 0 30px;
}

@media (min-width: 768px) {
  .contacts {
    padding: 70px 0;
  }
}

.contacts-item {
  padding: 0 20px;
  max-width: 50%;
  text-decoration: none;
  color: var(--dark-text);
  max-width: 390px;
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .contact-item {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (min-width: 1200px) {
  .contacts-item {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .contacts .contacts-item {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.contacts-item__title {
  font-size: 30px;
  font-weight: 700;
  color: var(--dark-green-color);
  margin-bottom: 30px;
}

.contacts-item__content img {
  /* max-width: 195px; */
  width: auto;
  height: 220px;
  margin: 0 auto 30px;
}

.contacts-item__description {
  line-height: 1.65;
  font-size: 20px;
}

.contacts-item__description b {
  color: var(--dark-green-color);
}

.contacts-item__link {
  font-weight: bold;
  color: var(--dark-green-color);
}

.standarts {
  padding-top: 55px;
  background-color: #f4f4f4;
  display: flex;
  justify-content: space-around;
  position: relative;
}

.standarts-list,
.sponsors-list {
  align-items: center;
  display: flex;
  justify-content: center;
}

.standarts-list {
  align-items: flex-end;
}

.standarts-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #c2c2c2;
  width: 50%;
  height: 1px;
}

.standarts-item {
  text-align: center;
  padding-bottom: 45px;
}

.standarts-item img,
.sponsor-item img {
  text-align: center;
  margin: 0 auto;
  width: auto;
}

.standarts-item img {
  max-width: 85px;
  max-height: 65px;
}

.sponsors {
  background-color: #f4f4f4;
  padding: 45px 0;
  width: 100%;
}

.sponsors-list {
  max-width: 740px;
  margin: 0 auto;
}

.sponsor-item img {
  max-width: 175px;
  max-height: 125px;
}

.credentials {
  padding: 55px 15px;
  max-width: 1010px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .credentials {
    padding: 57px 0 90px;
    font-size: 20px;
  }
}

.credentials p {
  line-height: 1.5;
}

@media (min-width: 1200px) {
  .credentials p a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

footer {
  background: var(--webkit-gradient);
  background: var(--gradient);
  padding: 30px 0;
  color: var(--light-text);
  font-size: 18px;
}

footer .container {
  max-width: 1170px;
}

footer ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px) {
  footer ul {
    flex-direction: row;
    justify-content: center;
  }
}

@media (min-width: 1200px) {
  footer ul {
    justify-content: space-between;
  }
}

footer ul li {
  display: inline-block;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  footer ul li {
    margin-bottom: 0;
    margin-right: 25px;
  }
}

@media (min-width: 1200px) {
  footer ul li {
    margin-bottom: 0;
    margin-right: 0;
  }
}