body, html {
  margin: 0px;
  overflow-x: hidden;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "SFPro" ,sans-serif;
}

@font-face {
  font-family: "SFPro";
  src: url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SFPro";
  src: url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "SFPro";
  src: url("../fonts/SFProDisplay-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "SFPro";
  src: url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
.file__load {
  width: 100%;
  border: 1px dashed #000000;
  border-radius: 10px;
  position: relative;
}
.file__load .file__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 35px;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-right: 45px;
}
.file__load .file__wrapper .left__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.file__load .file__wrapper .left__file .upload__info > h6 {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  color: black;
  font-weight: 400;
}
.file__load .file__wrapper .left__file .upload__info > p {
  margin: 0px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: 12px;
}
.file__load .file__wrapper .left__file > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}
.file__load .file__wrapper .right__file > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 160px;
  min-height: 50px;
  border: 1px solid #AD2631;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  border-radius: 250px;
  text-decoration: none;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
  text-transform: uppercase;
  color: #000000;
}
.file__load .file__wrapper .right__file > a:hover {
  background-color: #AD2631;
  border-color: #AD2631;
  color: #fff;
}
.file__load input[type="file"] {
  position: absolute;
  left: -2000px;
}

.file__load--wrapper .file__progress--list {
  margin-top: 15px;
}
.file__load--wrapper .file__progress--list .file__loaded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.file__load--wrapper .file__progress--list .file__loaded > .loaded__details {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.file__load--wrapper .file__progress--list .file__loaded > .loaded__details > .details__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.file__load--wrapper .file__progress--list .file__loaded > .loaded__details > .details__left > p {
  color: #000000;
  font-size: 12px;
  line-height: 14px;
  margin: 0px;
}
.file__load--wrapper .file__progress--list .file__loaded > .loaded__details > .details__left > .controls__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.file__load--wrapper .file__progress--list .file__loaded > .loaded__details > .details__left > .controls__file > a {
  font-size: 12px;
  line-height: 14px;
  margin-right: 12px;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.file__load--wrapper .file__progress--list .file__loaded > .loaded__details > .details__left > .controls__file > a:hover {
  opacity: .7;
}
.file__load--wrapper .file__progress--list .file__loaded > .loaded__details > .details__left > .controls__file > a.confirm {
  color: #0f91d2;
}
.file__load--wrapper .file__progress--list .file__loaded > .loaded__details > .details__left > .controls__file > a.remove {
  color: #FF0000;
  text-decoration: underline;
}
.file__load--wrapper .file__progress--list .file__loaded > .loaded__details > .details__left > .controls__file > a:last-child {
  margin-right: 0px;
}
.file__load--wrapper .file__progress--list .file__loaded > .loaded__details > .details__left > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 7px;
}
.file__load--wrapper .file__progress--list .file__loaded > .loaded__details > .details__right > p {
  margin: 0px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 14px;
}
.file__load--wrapper .file__progress--list .file__loaded > span {
  min-width: 20px;
  max-width: 20px;
  margin-right: 12px;
}
.file__load--wrapper .file__progress--list .file__loaded > span > img {
  max-width: 100%;
}
.file__load--wrapper .file__progress--list .file__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.file__load--wrapper .file__progress--list .file__progress.active__progress {
  background-color: #fff;
  border-radius: 4px;
}
.file__load--wrapper .file__progress--list .file__progress .progress__file--wrapper {
  width: 100%;
}
.file__load--wrapper .file__progress--list .file__progress .progress__file--wrapper .bar__ {
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 7px;
  position: relative;
}
.file__load--wrapper .file__progress--list .file__progress .progress__file--wrapper .bar__ .active__ {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  background-color: #0f91d2;
  border-radius: 3px;
}
.file__load--wrapper .file__progress--list .file__progress .progress__file--wrapper .top__file--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.file__load--wrapper .file__progress--list .file__progress .progress__file--wrapper .top__file--info > p {
  margin: 0px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
}
.file__load--wrapper .file__progress--list .file__progress .progress__file--wrapper .top__file--info > span {
  font-size: 12px;
  color: #C1C1C1;
}
.file__load--wrapper .file__progress--list .file__progress > span {
  min-width: 20px;
  max-width: 20px;
  margin-right: 12px;
  opacity: .4;
}
.file__load--wrapper .file__progress--list .file__progress > span > img {
  max-width: 100%;
}
.file__load--wrapper .file__progress--list > div {
  padding: 14px;
}
.file__load--wrapper .file__progress--list > div:last-child {
  margin-bottom: 0px;
}

.container {
  max-width: 100%;
  padding-left: 70px;
  padding-right: 70px;
  margin-left: auto;
  margin-right: auto;
}

.regular-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 35px;
  background: #FAA802;
  border-radius: 90px;
  font-weight: 500;
  font-size: 14px;
  color: white;
  line-height: 17px;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  text-transform: uppercase;
}
.regular-btn:hover {
  opacity: .7;
}

header {
  background: #E5E4FF;
}
header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .outer__header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header .header__right .header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .header__right .header__controls .language__picker {
  margin-left: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
header .outer__header .header__right .header__controls .language__picker .language__dropdown {
  position: absolute;
  right: 0px;
  top: 30px;
  padding: 15px;
  min-width: 150px;
  text-align: right;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.15);
  display: none;
}
header .outer__header .header__right .header__controls .language__picker .language__dropdown > ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
header .outer__header .header__right .header__controls .language__picker .language__dropdown > ul li {
  margin-bottom: 10px;
}
header .outer__header .header__right .header__controls .language__picker .language__dropdown > ul li > a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}
header .outer__header .header__right .header__controls .language__picker .language__dropdown > ul .active__lang a {
  color: #AD2631;
}
header .outer__header .header__right .header__controls .language__picker span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
}
header .outer__header .header__right .header__controls a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header .outer__header .header__right .header__controls a:hover {
  opacity: .7;
}
header .outer__header .header__right > a {
  margin-right: 20px;
}
header .outer__header .header__right .socials__header {
  margin-right: 20px;
}
header .outer__header .header__right .socials__header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
header .outer__header .header__right .socials__header ul > li {
  margin-right: 15px;
}
header .outer__header .header__right .socials__header ul > li a img {
  max-height: 20px;
}
header .outer__header .header__right .socials__header ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .header__right > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .outer__header .header__right > ul > li {
  margin-right: 40px;
}
header .outer__header .header__right > ul > li.active__header > a {
  color: #ad2631;
}
header .outer__header .header__right > ul > li > a {
  font-size: 13px;
  text-decoration: none;
  line-height: 15px;
  text-transform: uppercase;
  color: #666666;
  -webkit-transition: .4s ease  all;
  transition: .4s ease  all;
}
header .outer__header .header__right > ul > li > a:hover {
  color: #ad2631;
}
header .outer__header .header__right > ul > li:last-child {
  margin-right: 0px;
}
header .outer__header .header__left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .outer__header .header__left a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer {
  padding-top: 40px;
  padding-bottom: 15px;
  background-color: #e5e4ff;
}
footer .outer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .outer__footer .footer__column:nth-child(1) {
  max-width: 640px;
}
footer .outer__footer .footer__column .app__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer .outer__footer .footer__column .app__buttons > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer .outer__footer .footer__column .app__buttons > a:last-child {
  margin-right: 0px;
}
footer .outer__footer .footer__column .app__buttons > a:hover {
  opacity: .7;
}
footer .outer__footer .footer__column .socials__footer {
  margin-bottom: 25px;
}
footer .outer__footer .footer__column .socials__footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
footer .outer__footer .footer__column .socials__footer ul > li {
  margin-right: 20px;
}
footer .outer__footer .footer__column .socials__footer ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .outer__footer .footer__column .socials__footer ul > li > a img {
  max-height: 20px;
}
footer .outer__footer .footer__column .socials__footer ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer .footer__column > h6 {
  margin-top: 0px;
  margin-bottom: 28px;
  font-size: 23px;
  line-height: 31px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
}
footer .outer__footer .footer__column > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
footer .outer__footer .footer__column > ul > li {
  margin-bottom: 28px;
}
footer .outer__footer .footer__column > ul > li > a {
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  color: #666666;
  font-weight: 400;
}
footer .outer__footer .footer__column > ul > li:last-child {
  margin-bottom: 0px;
}
footer .outer__footer .footer__column > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 7px;
}
footer .outer__footer .footer__column > p {
  margin: 0px;
  font-size: 11px;
  line-height: 23px;
  color: #666666;
  font-weight: 400;
}
footer .footer__bottom {
  margin-top: 55px;
  text-align: center;
}
footer .footer__bottom > p {
  margin: 0px;
  font-size: 14px;
  line-height: 23px;
  color: #333333;
  font-weight: 400;
}

.subscription__block {
  padding-bottom: 100px;
  padding-top: 50px;
}
.subscription__block .outer__subscription {
  width: 100%;
  padding: 35px 30px;
  background: url("../img/subsback.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  text-align: center;
}
.subscription__block .outer__subscription > h2 {
  margin-top: 0px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 36px;
  line-height: 54px;
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
}

.grid__elements {
  padding: 100px 0px;
}
.grid__elements .outer__grid .grid__box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.grid__elements .outer__grid .grid__box > .element__grid {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-decoration: none;
  padding-bottom: 15px;
  background: #fff;
}
.grid__elements .outer__grid .grid__box > .element__grid h6 {
  margin-top: 0px;
  font-weight: bold;
  font-size: 24px;
  color: #01083D;
  line-height: 29px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid__elements .outer__grid .grid__box > .element__grid h6 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}
.grid__elements .outer__grid .grid__box > .element__grid .grid__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid__elements .outer__grid .grid__box > .element__grid .grid__image > img {
  max-width: 100%;
  width: 100%;
}
.grid__elements .outer__grid > h2 {
  margin-top: 0px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  text-align: center;
}
.grid__elements.colored__back {
  background-color: #E4EAFB;
}
.grid__elements.colored__back .outer__grid > .element__grid {
  background-color: #fff;
}

.comment__info {
  padding-top: 100px;
  padding-bottom: 100px;
}
.comment__info .button__more {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.comment__info .button__more > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 175px;
  min-height: 48px;
  background: #01083D;
  border-radius: 10px;
  font-size: 20px;
  line-height: 27px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.comment__info .button__more > a:hover {
  opacity: .7;
}
.comment__info .outer__comment .comment__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.comment__info .outer__comment .comment__grid .comment__element {
  text-align: center;
}
.comment__info .outer__comment .comment__grid .comment__element > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.comment__info .outer__comment .comment__grid .comment__element > p {
  margin: 0px;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
}
.comment__info .outer__comment .comment__grid .comment__element > p a {
  color: #CE1F6B;
  text-decoration: none;
}
.comment__info .outer__comment .comment__grid .comment__element > h6 {
  margin: 0px;
  margin-bottom: 10px;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
}
.comment__info .outer__comment .comment__grid .comment__element > h6 span {
  font-weight: 600;
}
.comment__info .outer__comment .comment__grid > img {
  position: relative;
  top: 54px;
}
.comment__info .outer__comment > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 110px;
  font-size: 36px;
  line-height: 50px;
  color: #333333;
  font-weight: bold;
}

.info__block {
  background: #E4EAFB;
  padding-top: 70px;
  padding-bottom: 75px;
}
.info__block .outer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.info__block .outer__info .info__details {
  max-width: 50%;
  margin-right: 35px;
}
.info__block .outer__info .info__details .controls__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.info__block .outer__info .info__details .controls__info > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  margin-right: 8px;
}
.info__block .outer__info .info__details .controls__info > a:last-child {
  margin-right: 0px;
}
.info__block .outer__info .info__details .controls__info > a:hover {
  opacity: .7;
}
.info__block .outer__info .info__details > p {
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  font-weight: 400;
}
.info__block .outer__info .info__details > p a {
  font-weight: 600;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, color-stop(21.93%, #CB94AD), color-stop(74.92%, #43427A));
  background: linear-gradient(90deg, #CB94AD 21.93%, #43427A 74.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.info__block .outer__info .info__details > h2 {
  margin: 0px;
  margin-bottom: 12px;
  font-size: 36px;
  line-height: 46px;
  color: #333333;
  font-weight: bold;
}
.info__block .outer__info .info__details > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 18px;
  color: #b74040;
  font-weight: 400;
}
.info__block .outer__info .info__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-right: 0px;
}
.info__block .outer__info .info__media > img {
  width: 100%;
  max-width: 900px;
}

.presentation__info {
  padding-top: 40px;
  padding-bottom: 75px;
  background-color: #AD2631;
}
.presentation__info .outer__present p {
  margin-top: 0px;
  font-size: 14px;
  line-height: 30px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 20px;
}
.presentation__info .outer__present p:last-child {
  margin-bottom: 0px;
}
.presentation__info .outer__present .bottom__present {
  margin-top: 40px;
  width: 100%;
}
.presentation__info .outer__present .bottom__present > p {
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0px;
}
.presentation__info .outer__present .grid__present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.presentation__info .outer__present .grid__present ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  width: 100%;
}
.presentation__info .outer__present .grid__present ul > li {
  margin-bottom: 30px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
}
.presentation__info .outer__present .grid__present ul > li:last-child {
  margin-bottom: 0px;
}
.presentation__info .outer__present .grid__present > ul:nth-child(1) {
  min-width: 320px;
  max-width: 320px;
  margin-right: 60px;
}
.presentation__info .outer__present .top__present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.presentation__info .outer__present .top__present .info__present {
  width: 100%;
}
.presentation__info .outer__present .top__present .media__present {
  min-width: 320px;
  max-width: 320px;
  margin-right: 60px;
}
.presentation__info .outer__present .top__present .media__present > img {
  max-width: 100%;
}

.faq__section {
  padding: 100px 0px;
}
.faq__section .outer__faq > h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 42px;
  color: #333333;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.faq__section .outer__faq .faq__inner .elem__faq {
  margin-bottom: 15px;
}
.faq__section .outer__faq .faq__inner .elem__faq.opened__faq .faq__head h2 {
  font-weight: bold;
}
.faq__section .outer__faq .faq__inner .elem__faq.opened__faq .faq__head span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__section .outer__faq .faq__inner .elem__faq .faq__content {
  background: #F4F4F4;
  padding: 20px;
  display: none;
  padding-bottom: 30px;
}
.faq__section .outer__faq .faq__inner .elem__faq .faq__content > p {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 38px;
}
.faq__section .outer__faq .faq__inner .elem__faq .faq__content > p a {
  color: #ad2631;
  text-decoration: none;
}
.faq__section .outer__faq .faq__inner .elem__faq .faq__content > p:last-child {
  margin-bottom: 0px;
}
.faq__section .outer__faq .faq__inner .elem__faq .faq__head {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  background: #E5E4FF;
  border-radius: 6px 6px 0px 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq__section .outer__faq .faq__inner .elem__faq .faq__head h2 {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
}
.faq__section .outer__faq .faq__inner .elem__faq .faq__head span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.presentation__main {
  padding-top: 30px;
  padding-bottom: 240px;
}
.presentation__main .outer__presentation .quote__presentation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.presentation__main .outer__presentation .quote__presentation .quote__info {
  margin-right: 10px;
  padding-top: 60px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 40px;
  background: #0E6EB5;
  border-radius: 10px;
  position: relative;
}
.presentation__main .outer__presentation .quote__presentation .quote__info .quote__top {
  position: relative;
}
.presentation__main .outer__presentation .quote__presentation .quote__info .quote__right {
  position: absolute;
  right: -25px;
  bottom: 0px;
}
.presentation__main .outer__presentation .quote__presentation .quote__info h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 30px;
  color: white;
  font-weight: bold;
}
.presentation__main .outer__presentation .quote__presentation .quote__info .quote__left {
  position: absolute;
  left: -25px;
  top: -15px;
}
.presentation__main .outer__presentation .quote__presentation .quote__info p {
  margin: 0px;
  font-size: 16px;
  line-height: 36px;
  color: white;
  font-weight: 400;
}
.presentation__main .outer__presentation .quote__presentation .quote__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.presentation__main .outer__presentation .quote__presentation .quote__media > img {
  border-radius: 10px;
  max-width: 405px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.presentation__main .outer__presentation .top__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.presentation__main .outer__presentation .top__info .top__desc {
  width: 100%;
}
.presentation__main .outer__presentation .top__info .top__desc > h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 46px;
  line-height: 54px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
}
.presentation__main .outer__presentation .top__info .top__desc > p {
  margin: 0px;
  font-size: 14px;
  line-height: 33px;
  color: #666666;
}
.presentation__main .outer__presentation .top__info .top__desc > p span {
  font-weight: 600;
}
.presentation__main .outer__presentation .top__info .top__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 35px;
}
.presentation__main .outer__presentation .top__info .top__media > img {
  min-width: 540px;
  max-width: 540px;
}

.matches__wrapper {
  padding-bottom: 170px;
}
.matches__wrapper .outer__matches {
  padding-right: 55px;
  padding-bottom: 160px;
  padding-top: 70px;
  padding-left: 55px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 19px 34px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 19px 34px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.matches__wrapper .outer__matches .matches__grid .element__match {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  padding: 23px 55px;
  border: 1px solid #a5b6d0;
  border-radius: 93px;
  position: relative;
}
.matches__wrapper .outer__matches .matches__grid .element__match .match__desc {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.matches__wrapper .outer__matches .matches__grid .element__match .match__desc p {
  margin: 0px;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  font-weight: 500;
}
.matches__wrapper .outer__matches .matches__grid .element__match .match__desc span {
  font-size: 18px;
  line-height: 21px;
  color: #b74040;
}
.matches__wrapper .outer__matches .matches__grid .element__match .match__right {
  position: relative;
  z-index: 2;
}
.matches__wrapper .outer__matches .matches__grid .element__match .match__right p {
  margin: 0px;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  font-weight: 500;
}
.matches__wrapper .outer__matches .matches__grid .element__match .match__equip {
  position: relative;
  z-index: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.matches__wrapper .outer__matches .matches__grid .element__match .match__equip > p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px;
  font-size: 18px;
  line-height: 21px;
  color: #333333;
  font-weight: 500;
}
.matches__wrapper .outer__matches .matches__grid .element__match .match__equip > p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.matches__wrapper .outer__matches .matches__grid .element__match:last-child {
  margin-bottom: 0px;
}
.matches__wrapper .outer__matches .matches__filter {
  margin-bottom: 35px;
}
.matches__wrapper .outer__matches .matches__filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.matches__wrapper .outer__matches .matches__filter ul > li {
  margin: 7px;
}
.matches__wrapper .outer__matches .matches__filter ul > li.active__filter a {
  background-color: #AD2631;
  border-color: #AD2631;
  color: #fff;
}
.matches__wrapper .outer__matches .matches__filter ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px 21px;
  border: 1px solid #fff7e4;
  border-radius: 141px;
  font-size: 18px;
  line-height: 21px;
  color: #16396b;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: .4s  ease all;
  transition: .4s  ease all;
}
.matches__wrapper .outer__matches .matches__filter ul > li > a:hover {
  background-color: #AD2631;
  color: #fff;
  border-color: #AD2631;
}
.matches__wrapper .outer__matches .matches__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 45px;
}
.matches__wrapper .outer__matches .matches__top .right__matches > p {
  margin: 0px;
  padding: 16px 35px;
  background: #FAA802;
  border-radius: 110px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 20px;
  color: white;
  font-weight: 600;
}
.matches__wrapper .outer__matches .matches__top .right__matches > p span {
  font-size: 23px;
  line-height: 27px;
  color: white;
  font-weight: 800;
  margin-left: 15px;
}
.matches__wrapper .outer__matches .matches__top .left__matches {
  max-width: 660px;
}
.matches__wrapper .outer__matches .matches__top .left__matches > h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 42px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
}
.matches__wrapper .outer__matches .matches__top .left__matches > p {
  margin: 0px;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  text-transform: uppercase;
  font-weight: 400;
}
.matches__wrapper .matches__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: -200px;
}
.matches__wrapper .matches__image > img {
  height: 430px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.double__group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 40px;
}

.group__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group__submit > button {
  outline: none;
  padding: 12px 50px;
  min-height: 50px;
  border-radius: 250px;
  background-color: #ad2631;
  color: #fff;
  font-weight: 500;
  border: 0px;
  cursor: pointer;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.group__submit > button:hover {
  opacity: .7;
}

.group__input > textarea, .group__form > textarea {
  height: 190px;
  resize: none;
  width: 100%;
  background: #FFFFFF;
  border-radius: 7px;
  padding: 25px 20px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  outline: none;
  border: 0px;
  color: #000;
}

.group__input.password__field, .group__form.password__field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group__input.password__field input, .group__form.password__field input {
  padding-right: 50px;
}
.group__input.password__field.active__pass path, .group__form.password__field.active__pass path {
  fill: #AD2631;
}
.group__input.password__field > a, .group__form.password__field > a {
  position: absolute;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group__input.password__field > a path, .group__form.password__field > a path {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.group__input > input, .group__form > input {
  width: 100%;
  color: #000;
  font-size: 18px;
  line-height: 21px;
  height: 70px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  border-radius: 7px;
  border: 0px;
  outline: none;
}

.contact__us {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact__us .head__contact {
  text-align: center;
  margin-bottom: 40px;
}
.contact__us .head__contact > h2 {
  margin-bottom: 12px;
  margin-top: 0px;
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.contact__us .head__contact > p {
  margin: 0px;
  font-size: 16px;
  line-height: 20px;
  color: #666666;
  font-weight: 400;
}
.contact__us .outer__contact {
  border-radius: 5px;
  padding-top: 50px;
  padding-bottom: 75px;
  padding-left: 60px;
  padding-right: 60px;
  background: #FBFBFB;
  border-radius: 5px;
  width: 100%;
}
.contact__us .outer__contact .group__submit {
  margin-top: 80px;
}

.presentation__circle {
  padding-top: 115px;
  padding-bottom: 130px;
  background: #FAA802;
}
.presentation__circle .outer__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 400px;
  max-width: 400px;
  min-height: 400px;
  max-height: 400px;
  background: url("../img/circle.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
.presentation__circle .outer__circle .elem__circle {
  position: absolute;
}
.presentation__circle .outer__circle .elem__circle > span {
  display: none;
}
.presentation__circle .outer__circle .elem__circle.circle__two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 360px;
  min-width: 465px;
  top: 80px;
}
.presentation__circle .outer__circle .elem__circle.circle__two > img {
  position: relative;
  top: 23px;
  margin-right: 7px;
}
.presentation__circle .outer__circle .elem__circle.circle__five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: -340px;
  min-width: 400px;
  max-width: 400px;
  top: 230px;
}
.presentation__circle .outer__circle .elem__circle.circle__five > img {
  position: relative;
  top: 23px;
  margin-right: 7px;
}
.presentation__circle .outer__circle .elem__circle.circle__six {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: -340px;
  min-width: 400px;
  max-width: 400px;
  top: 60px;
}
.presentation__circle .outer__circle .elem__circle.circle__six > img {
  position: relative;
  top: 23px;
  margin-right: 7px;
}
.presentation__circle .outer__circle .elem__circle.circle__four {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 4px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  bottom: -80px;
}
.presentation__circle .outer__circle .elem__circle.circle__three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 360px;
  min-width: 465px;
  top: 240px;
}
.presentation__circle .outer__circle .elem__circle.circle__three > img {
  position: relative;
  top: 23px;
  margin-right: 7px;
}
.presentation__circle .outer__circle .elem__circle.circle__one {
  top: -90px;
  left: 5px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  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;
}
.presentation__circle .outer__circle .elem__circle p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  color: white;
}
.presentation__circle .outer__circle .elem__circle p span {
  position: relative;
  top: 10px;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
  border-radius: 250px;
  background-color: #fff;
  margin-right: 7px;
}
.presentation__circle .outer__circle h6 {
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
  color: #FFFFFF;
}

.login__section {
  padding-top: 110px;
  padding-bottom: 110px;
}
.login__section .outer__login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login__section .outer__login .login__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login__section .outer__login .login__media > img {
  max-width: 530px;
}
.login__section .outer__login .login__form, .login__section .outer__login .signup__form {
  max-width: 50%;
  width: 100%;
  margin-left: 55px;
  padding-bottom: 110px;
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 60px;
  background: #F2F2F2;
  border-radius: 5px;
}
.login__section .outer__login .login__form form .double__group, .login__section .outer__login .signup__form form .double__group {
  margin-bottom: 30px;
}
.login__section .outer__login .login__form form .double__group > .group__input, .login__section .outer__login .signup__form form .double__group > .group__input {
  margin-bottom: 0px;
}
.login__section .outer__login .login__form form .group__input, .login__section .outer__login .signup__form form .group__input {
  margin-bottom: 30px;
}
.login__section .outer__login .login__form form .group__submit, .login__section .outer__login .signup__form form .group__submit {
  margin-top: 30px;
}
.login__section .outer__login .login__form form .head__login, .login__section .outer__login .signup__form form .head__login {
  text-align: center;
  margin-bottom: 75px;
}
.login__section .outer__login .login__form form .head__login > h2, .login__section .outer__login .signup__form form .head__login > h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.login__section .outer__login .login__form form .head__login > p, .login__section .outer__login .signup__form form .head__login > p {
  margin: 0px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  text-transform: uppercase;
  color: #666666;
}
.login__section .outer__login .login__form form .head__login > p a, .login__section .outer__login .signup__form form .head__login > p a {
  color: #ad2631;
}

.login__section .outer__login .login__media {
  max-width: 45%;
  width: 100%;
}
.login__section .outer__login .login__media > img {
  max-width: 100%;
  width: 100%;
}

.article__wrapper {
  padding-top: 100px;
}
.article__wrapper .outer__article .article__head {
  margin-bottom: 40px;
}
.article__wrapper .outer__article .article__head .article__grid--small {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 55px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 100px;
}
.article__wrapper .outer__article .article__head .article__grid--small .elem__small {
  text-align: center;
}
.article__wrapper .outer__article .article__head .article__grid--small .elem__small > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
  min-height: 35px;
}
.article__wrapper .outer__article .article__head .article__grid--small .elem__small > span > img {
  max-height: 35px;
}
.article__wrapper .outer__article .article__head .article__grid--small .elem__small > p {
  margin: 0px;
  font-size: 18px;
  line-height: 22px;
  color: #666666;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.article__wrapper .outer__article .article__head .article__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 50px;
}
.article__wrapper .outer__article .article__head .article__grid .elem__article > p {
  margin: 0px;
  font-size: 24px;
  line-height: 73px;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.article__wrapper .outer__article .article__head .article__grid .elem__article span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0px;
}
.article__wrapper .outer__article .article__head .article__grid .elem__article span img {
  max-height: 40px;
}
.article__wrapper .outer__article .article__head > p {
  margin: 0px;
  background: linear-gradient(91.29deg, #AEAEB1 3.68%, #696D84 47.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  text-align: center;
}
.article__wrapper .outer__article .article__head > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 12px;
  background: -webkit-gradient(linear, left top, right top, color-stop(21.93%, #CB94AD), color-stop(74.92%, #43427A));
  background: linear-gradient(90deg, #CB94AD 21.93%, #43427A 74.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 46px;
  line-height: 62px;
  font-weight: bold;
}

.article__main .element__article {
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article__main .element__article.colored__element {
  background-color: #E5E4FF;
}
.article__main .element__article > .article__info {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px 60px;
  background-repeat: no-repeat !important;
  background-size: 450px !important;
  background-position: 90% center !important;
}
.article__main .element__article > .article__info.smaller {
  background-size: auto 400px !important;
}
.article__main .element__article > .article__info .button__article {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.article__main .element__article > .article__info .button__article > .additional__image {
  position: absolute;
  max-width: 200px;
  right: 120px;
  bottom: -80px;
}
.article__main .element__article > .article__info .button__article > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  font-size: 12px;
  line-height: 21px;
  color: #666666;
  font-weight: 400;
  text-transform: uppercase;
}
.article__main .element__article > .article__info ul {
  margin: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2px;
  width: 100%;
  padding: 0px;
  list-style-type: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.article__main .element__article > .article__info ul > li {
  margin: 2px;
  padding: 10px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #0E6EB5;
  border-radius: 2.90563px;
  font-size: 13px;
  line-height: 35px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  color: #fffffd;
  font-weight: 400;
}
.article__main .element__article > .article__info ul > li:hover {
  background-color: #43B0FF;
}
.article__main .element__article > .article__info ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 7px;
}
.article__main .element__article > .article__info ul > li span > img {
  min-width: 25px;
  max-width: 25px;
}
.article__main .element__article > .article__info > p {
  width: 100%;
  font-size: 14px;
  line-height: 36px;
  color: #666666;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
}
.article__main .element__article > .article__info > p:last-child {
  margin-bottom: 0px;
}
.article__main .element__article > .article__info .article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin-bottom: 15px;
}
.article__main .element__article > .article__info .article__title h2 {
  margin: 0px;
  background: -webkit-gradient(linear, left top, right top, color-stop(21.93%, #CB94AD), color-stop(74.92%, #43427A));
  background: linear-gradient(90deg, #CB94AD 21.93%, #43427A 74.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
}
.article__main .element__article > .article__info .article__title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.article__main .element__article > .article__info .article__title span img {
  max-width: 36px;
}
.article__main .element__article > .article__media {
  width: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article__main .element__article > .article__media:nth-child(1) > img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.article__main .element__article > .article__media:nth-child(2) > img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.article__main .element__article > .article__media > img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.step__form {
  margin-top: 60px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}
.step__form .outer__step {
  position: relative;
}
.step__form .outer__step .step__form--inner {
  padding-top: 100px;
  padding-right: 50px;
  padding-left: 50px;
  background: #FFFFFF;
  padding-bottom: 65px;
}
.step__form .outer__step .step__form--inner .choose__step .pick__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.step__form .outer__step .step__form--inner .choose__step .pick__wrapper > .elem__pick {
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  border: 4px solid transparent;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  -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;
  align-items: center;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 15px;
  padding-bottom: 30px;
}
.step__form .outer__step .step__form--inner .choose__step .pick__wrapper > .elem__pick.active__pick {
  border-color: #AD2631;
}
.step__form .outer__step .step__form--inner .choose__step .pick__wrapper > .elem__pick > img {
  width: 100%;
}
.step__form .outer__step .step__form--inner .choose__step .pick__wrapper > .elem__pick > h2 {
  text-align: left;
  background: -webkit-gradient(linear, left top, right top, color-stop(21.93%, #CB94AD), color-stop(74.92%, #43427A));
  background: linear-gradient(90deg, #CB94AD 21.93%, #43427A 74.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 26px;
  line-height: 31px;
  text-transform: uppercase;
  position: relative;
  margin: 0px;
  margin-top: 25px;
  z-index: 3;
}
.step__form .outer__step .step__form--inner .choose__step .choose__filter ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step__form .outer__step .step__form--inner .choose__step .choose__filter ul > li {
  margin-right: 10px;
}
.step__form .outer__step .step__form--inner .choose__step .choose__filter ul > li.chosen__filter > a {
  background-color: #AD2631;
  color: #fff;
  border-color: #AD2631;
}
.step__form .outer__step .step__form--inner .choose__step .choose__filter ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px  45px;
  border: 1px solid #E5E4FF;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #16396B;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  text-decoration: none;
}
.step__form .outer__step .step__form--inner .choose__step .choose__filter ul > li > a:hover {
  border-color: #AD2631;
  color: #fff;
  background-color: #AD2631;
}
.step__form .outer__step .step__form--inner .choose__step .choose__filter ul > li:last-child {
  margin-right: 0px;
}
.step__form .outer__step .step__form--inner.smaller__spacer {
  padding-top: 50px;
  padding-right: 25px;
  padding-left: 25px;
  padding-bottom: 35px;
}
.step__form .outer__step .step__form--inner .main__picker {
  max-width: 780px;
  margin-left: auto;
  margin-bottom: 100px;
  margin-right: auto;
}
.step__form .outer__step .step__form--inner .main__picker .double__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.step__form .outer__step .step__form--inner .main__picker .double__main > .elem__pick {
  min-height: 210px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 33px;
  padding-left: 33px;
  padding-right: 33px;
  width: 100%;
  max-width: 350px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  border: 4px solid transparent;
  position: relative;
}
.step__form .outer__step .step__form--inner .main__picker .double__main > .elem__pick.active__pick {
  border-color: #AD2631;
}
.step__form .outer__step .step__form--inner .main__picker .double__main > .elem__pick > img {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.step__form .outer__step .step__form--inner .main__picker .double__main > .elem__pick h2 {
  margin: 0px;
  font-size: 40px;
  line-height: 35px;
  font-weight: 800;
  color: white;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.step__form .outer__step .step__form--inner .main__picker .double__main > .elem__pick:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  border-radius: 4px;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.step__form .outer__step .step__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
  position: relative;
}
.step__form .outer__step .step__head .right__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
}
.step__form .outer__step .step__head .right__step > a {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.14em;
  color: #333333;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  white-space: nowrap;
  padding: 15px 50px;
  border: 1px solid #ad2631;
  transition: .4s ease all;
  border-radius: 50px;
}
.step__form .outer__step .step__head .right__step > a:hover {
  background-color: #ad2631;
  color: #fff;
}
.step__form .outer__step .step__head .right__step > a span {
  text-decoration: underline;
}
.step__form .outer__step .step__head .right__step > a:hover {
  opacity: .7;
}
.step__form .outer__step .step__head .left__step {
  margin-right: 35px;
}
.step__form .outer__step .step__head .left__step > p {
  margin: 0px;
  font-size: 16px;
  line-height: 32px;
  color: #666666;
  font-weight: 400;
}
.step__form .outer__step .step__head .left__step > h2 {
  text-transform: uppercase;
  font-weight: 400;
  margin: 0px;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 42px;
  color: #333333;
}
.step__form .outer__step .step__head .left__step > h2 span {
  font-weight: bold;
}
.step__form .outer__step .step__head .left__step > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  text-decoration: none;
  color: #F13F5F;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.step__form .outer__step .step__head .left__step > a:hover {
  opacity: .7;
}
.step__form .outer__step .step__head .left__step > a span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.step__form > img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 100%;
  width: 100%;
}

.plates__wrapper .elem__plate {
  width: 100%;
  margin-bottom: 35px;
}
.plates__wrapper .elem__plate:last-child {
  margin-bottom: 0px;
}
.plates__wrapper .elem__plate .plate__content {
  background-color: #F2F2F2;
  border: 1px dashed rgba(102, 102, 102, 0.7);
  border-top: 0px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding-top: 50px;
  padding-bottom: 40px;
  padding-left: 95px;
  padding-right: 95px;
}
.plates__wrapper .elem__plate .plate__content.plate__player {
  padding-left: 60px;
  padding-right: 145px;
  padding-bottom: 60px;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left {
  min-width: 315px;
  max-width: 315px;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .add__player {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .add__player > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 50px;
  border-radius: 3.89706px;
  border: 1px solid #ad2631;
  border-radius: 50px;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .add__player > a:hover {
  background-color: #ad2631;
  color: #fff;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .players__list {
  margin-bottom: 15px;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .players__list > .elem__player {
  margin-bottom: 15px;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #DEDEDE;
  border-radius: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .players__list > .elem__player .player__info > h6 {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  color: #081249;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .players__list > .elem__player .player__info > p {
  margin: 0px;
  color: #081249;
  font-size: 12px;
  line-height: 14px;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .players__list > .elem__player .player__info > p span {
  font-weight: bold;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .players__list > .elem__player > span {
  min-height: 54px;
  max-width: 54px;
  min-width: 54px;
  max-height: 54px;
  border-radius: 250px;
  background-color: #d9d9d9;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  color: black;
  margin-right: 20px;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .players__list > .elem__player > span > img {
  max-width: 100%;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .players__list > .elem__player:last-child {
  margin-bottom: 0px;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .player__form {
  width: 100%;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .player__form .file__load--wrapper .file__wrapper > .left__file {
  cursor: pointer;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .player__form .file__load--wrapper .file__wrapper > .left__file > span {
  margin-right: 20px;
}
.plates__wrapper .elem__plate .plate__content.plate__player .content__players > .spacer {
  margin: 0px 70px;
  width: 1px;
  background-color: #dedede;
}
.plates__wrapper .elem__plate .plate__head {
  padding: 35px 70px;
  background: #F13F5F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plates__wrapper .elem__plate .plate__head span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plates__wrapper .elem__plate .plate__head > h2 {
  margin: 0px;
  font-size: 30px;
  margin-right: 15px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
}

.group__dropdown {
  position: relative;
}
.group__dropdown.picked > a > span {
  color: #000;
}
.group__dropdown .dropdown__box {
  position: absolute;
  display: none;
  left: 0px;
  top: 70px;
  width: 100%;
  border-radius: 8px;
  border: 1px dashed #F2C742;
  background-color: #fff;
  z-index: 2;
  overflow: hidden;
}
.group__dropdown .dropdown__box ul {
  max-height: 300px;
  overflow-y: auto;
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
.group__dropdown .dropdown__box ul::-webkit-scrollbar {
  width: 6px;
}
.group__dropdown .dropdown__box ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.group__dropdown .dropdown__box ul::-webkit-scrollbar-thumb {
  background-color: #F2C742;
}
.group__dropdown .dropdown__box ul > li > a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.group__dropdown .dropdown__box ul > li > a:hover {
  color: #fff;
  background-color: #F2C742;
}
.group__dropdown > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  background: url("../img/dropdownarrow.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 20px) center;
  background-color: #fff;
  border: 0px;
  width: 100%;
  outline: none;
  border-radius: 8px;
  height: 70px;
  padding-left: 20px;
  padding-right: 45px;
  font-size: 18px;
  font-weight: 400;
  color: #0E1D45;
}
.group__dropdown > a span {
  position: absolute;
  left: 20px;
  width: calc(100% - 75px);
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888888;
}

.step__form .outer__step .step__form--inner {
  background: #F2F2F2;
  border-radius: 5px;
}

.step__form .outer__step .step__form--inner .main__picker .double__main > .elem__pick {
  min-height: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0px;
}

.group__submit > .regular-btn {
  border: 0px;
  min-width: 165px;
  cursor: pointer;
}

.step__form .outer__step .step__head {
  margin-bottom: 30px;
}

.plates__wrapper {
  padding: 30px 35px;
  background-color: #F2F2F2;
}

.plates__wrapper .elem__plate .plate__head {
  padding: 25px 30px;
  background-color: #E5E4FF;
  cursor: pointer;
}
.plates__wrapper .elem__plate .plate__head > h2 {
  color: #666666;
  font-size: 24px;
  font-weight: 500;
}

.plate__content > .group__form {
  margin-bottom: 40px;
}

.checkbox-group {
  display: block;
}

.checkbox-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.checkbox-group label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox-group label p {
  margin: 0px;
}
.checkbox-group label a {
  font-weight: 600;
  text-decoration: underline;
  color: black;
  -webkit-transition: .3s ease all;
  transition: .3s ease all;
}
.checkbox-group label a:hover {
  opacity: .7;
}

.checkbox-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 3px solid #b4b4b4;
  padding: 0px;
  min-width: 20px;
  min-height: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.checkbox-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  left: 6px;
  width: 6px;
  margin-top: -1px;
  height: 14px;
  border: solid #AD2631;
  border-width: 0 2px 2px 0;
}

.plates__submit .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.plates__submit .group__submit input {
  min-width: 255px;
  min-height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50px;
  background-color: #ad2631;
  font-size: 16px;
  line-height: 19px;
  color: white;
  font-weight: 500;
  text-decoration: none;
  border: 0px;
  cursor: pointer;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.plates__submit .group__submit input:hover {
  opacity: .7;
}

#date__picker, #date__picker1, #date__picker2, #date__picker3 {
  background: url("../img/calendaricon.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: calc(100% - 20px) center;
  background-color: #fff;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  background-color: transparent !important;
  border: 0px !important;
  width: 25px !important;
  height: 25px !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0px !important;
  top: 4px !important;
  cursor: pointer !important;
}

a.ui-state-default {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 0px !important;
  text-align: center !important;
  height: 37px !important;
  width: 37px !important;
  background-color: transparent !important;
  border-radius: 4px !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 0px !important;
  top: 4px !important;
  cursor: pointer !important;
}

.ui-state-default:hover {
  background-color: rgba(173, 38, 49, 0.4) !important;
}

.ui-datepicker .ui-datepicker-prev span {
  background: url("../img/prevarrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-next span {
  background: url("../img/nextarrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.ui-datepicker .ui-datepicker-header {
  color: #fff;
  background-color: #ad2631;
}

.ui-datepicker-current-day {
  color: #fff !important;
  border-radius: 4px !important;
  background-color: #ad2631 !important;
}

.plate__head > span {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.opened__plate .plate__head > span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.player__form .group__form {
  margin-bottom: 30px;
}

.player__form .group__submit {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}

.players__list .elem__player > .player__info > h6 {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 3px;
}
.players__list .elem__player > .player__info > p span {
  font-weight: 400 !important;
}
.players__list .elem__player > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 54px;
  max-width: 54px;
  min-height: 54px;
  max-height: 54px;
}
.players__list .elem__player > span > img {
  min-width: 54px;
  max-width: 54px;
  min-height: 54px;
  max-height: 54px;
  max-width: 100%;
  border-radius: 250px;
}

.thank__block {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 100px;
}
.thank__block .outer__thank {
  text-align: center;
}
.thank__block .outer__thank > h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 36px;
  line-height: 42px;
  color: #333333;
  text-transform: uppercase;
  font-weight: bold;
}
.thank__block .outer__thank > p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  font-weight: 400;
}
.thank__block .outer__thank .button__thank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thank__block .outer__thank .thank__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  margin-bottom: 30px;
}
.thank__block .outer__thank .thank__media > img {
  max-width: 600px;
  width: 100%;
}

.file__load--wrapper {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.step__pre {
  padding: 60px;
  background: #F2F2F2;
  border-radius: 5px;
}
.step__pre .plates__submit {
  margin-top: 30px;
}
.step__pre > h6 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 31px;
  font-weight: 600;
  color: #333333;
  text-transform: uppercase;
}

.player__form .file__load--wrapper {
  max-width: 710px;
}

.file__load .file__wrapper {
  padding: 15px 20px;
}

.hero__slider {
  padding-top: 45px;
}
.hero__slider .slider__top {
  text-align: center;
}
.hero__slider .slider__top > h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 46px;
  line-height: 55px;
  background: -webkit-gradient(linear, left top, right top, color-stop(21.93%, #CB94AD), color-stop(74.92%, #43427A));
  background: linear-gradient(90deg, #CB94AD 21.93%, #43427A 74.92%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: bold;
}
.hero__slider .slider__top > p {
  margin: 0px;
  font-size: 18px;
  line-height: 21px;
  background: linear-gradient(91.29deg, #AEAEB1 3.68%, #696D84 47.16%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 400;
}
.hero__slider .slider__top > span {
  font-size: 16px;
  line-height: 19px;
  color: #ad2631;
  font-weight: 500;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider__wrapper {
  margin-top: 190px;
  margin-bottom: -3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider__wrapper .secondary__slide {
  z-index: 2;
}
.slider__wrapper .third__slide {
  z-index: 1;
}
.slider__wrapper .element__slider .grid__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.slider__wrapper .element__slider .grid__slider .elem__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  bottom: 80px;
}
.slider__wrapper .element__slider .grid__slider .elem__slide > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 480px;
  min-height: 225px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slider__wrapper .element__slider .grid__slider .elem__slide > span.dark {
  background: url("../img/darkpath.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.slider__wrapper .element__slider .grid__slider .elem__slide > span.light {
  background: url("../img/lightpath.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slider__wrapper .element__slider .grid__slider .elem__slide > span.light.dark {
  background: url("../img/darkpath.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.slider__wrapper .element__slider .grid__slider .elem__slide.main__slide {
  bottom: 0px;
  margin-left: -110px;
  margin-right: -110px;
  z-index: 3;
}
.slider__wrapper .element__slider .grid__slider .elem__slide.main__slide > span {
  min-width: 650px;
  max-width: 650px;
  min-height: 305px;
  max-height: 305px;
}
.slider__wrapper .element__slider .grid__slider .elem__slide.main__slide > img {
  max-width: 380px;
  bottom: 50px;
}
.slider__wrapper .element__slider .grid__slider .elem__slide > img {
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  bottom: 50px;
  max-width: 270px;
}

.bottom__slide {
  max-width: 350px !important;
  bottom: 60px !important;
}

.miserable__image {
  max-width: 180px !important;
}

.medium__image {
  max-width: 230px !important;
}

.small__slide {
  max-width: 250px !important;
  bottom: 50px !important;
}

.hero__slider {
  overflow: hidden;
}

.elem__slide--wrapper.third__slide {
  position: relative;
  bottom: 80px;
}
.elem__slide--wrapper.third__slide:nth-child(1) {
  margin-right: -240px;
}
.elem__slide--wrapper.third__slide:last-child {
  margin-left: -240px;
}
.elem__slide--wrapper .elem__slide > img {
  -webkit-transform: translateY(0px) scale(1);
          transform: translateY(0px) scale(1);
  opacity: 1;
  z-index: 2;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.elem__slide--wrapper span {
  bottom: 0px;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.elem__slide--wrapper.appear__me .elem__slide > img {
  -webkit-transform: translateY(40px) scale(0.5);
          transform: translateY(40px) scale(0.5);
  opacity: 0;
}
.elem__slide--wrapper.appear__me span {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  bottom: -500px;
}
.elem__slide--wrapper span {
  position: relative;
}
.elem__slide--wrapper.third__slide:nth-child(1) span {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
.elem__slide--wrapper.third__slide:nth-child(5) span {
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
.elem__slide--wrapper.secondary__slide:nth-child(1) span, .elem__slide--wrapper.secondary__slide:nth-child(2) span {
  -webkit-transition: .8s ease all;
  transition: .8s ease all;
}
.elem__slide--wrapper.first__slide:nth-child(2) span, .elem__slide--wrapper.first__slide:nth-child(3) span {
  -webkit-transition: .8s ease all;
  transition: .8s ease all;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.elem__slide--wrapper.first__slide:nth-child(2) .elem__slide > img, .elem__slide--wrapper.first__slide:nth-child(3) .elem__slide > img {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}
.elem__slide--wrapper .elem__slide > img {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}
.elem__slide--wrapper.secondary__slide:nth-child(3) span, .elem__slide--wrapper.secondary__slide:nth-child(4) span {
  -webkit-transition: .8s ease all;
  transition: .8s ease all;
}

.hero__slider {
  position: relative;
}

.slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  bottom: 10px;
}
.slider__controls ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0px 18px;
}
.slider__controls ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 4px;
}
.slider__controls ul > li.current__slide a {
  background-color: #1a2d58;
}
.slider__controls ul > li:last-child {
  margin-right: 0px;
}
.slider__controls ul > li > a {
  min-width: 28px;
  min-height: 4px;
  background: #D9D9D9;
  border-radius: 45.0106px;
}

.header__left > a > img {
  max-width: 140px;
}

.footer__column > a > img {
  max-width: 140px;
}

.article__wrapper {
  position: relative;
}
.article__wrapper > .blur__right {
  position: absolute;
  right: 0px;
  top: 0px;
  pointer-events: none;
}
.article__wrapper > .blur__left {
  position: absolute;
  left: 0px;
  top: 120px;
  pointer-events: none;
}

.login__section .outer__login {
  position: relative;
}
.login__section > .blurright {
  position: absolute;
  top: 0px;
  right: 0px;
  pointer-events: none;
}
.login__section > .blurleft {
  position: absolute;
  left: 0px;
  top: 50px;
  pointer-events: none;
}

.thank__block {
  position: relative;
}
.thank__block .outer__thank {
  position: relative;
}
.thank__block > .ellright {
  position: absolute;
  right: 0px;
  top: 0px;
  pointer-events: none;
}
.thank__block > .ellleft {
  position: absolute;
  left: 0px;
  bottom: 0px;
  pointer-events: none;
}

.particles {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.comment__element span {
  border-radius: 250px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}

.comment__element:nth-child(1):hover span {
  -webkit-box-shadow: 0px 4px 44px 0px rgba(239, 44, 124, 0.43);
          box-shadow: 0px 4px 44px 0px rgba(239, 44, 124, 0.43);
}

.comment__element:nth-child(3):hover span {
  -webkit-box-shadow: 0px 4px 44px 0px rgba(0, 148, 255, 0.43);
          box-shadow: 0px 4px 44px 0px rgba(0, 148, 255, 0.43);
}

.comment__element:nth-child(5):hover span {
  -webkit-box-shadow: 0px 4px 44px 0px rgba(255, 177, 26, 0.43);
          box-shadow: 0px 4px 44px 0px rgba(255, 177, 26, 0.43);
}

.comment__element:nth-child(7):hover span {
  -webkit-box-shadow: 0px 4px 44px 0px rgba(0, 128, 0, 0.43);
          box-shadow: 0px 4px 44px 0px rgba(0, 128, 0, 0.43);
}

.comment__info {
  position: relative;
}

.article__main {
  position: relative;
  z-index: 2;
}

#particles {
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.outer__comment {
  position: relative;
}

.presentation__main .outer__presentation .quote__presentation {
  position: relative;
}

.presentation__main .outer__presentation .quote__presentation .quote__info {
  width: calc(100% - 415px);
}

.presentation__main .outer__presentation .quote__presentation .quote__media {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 405px;
  right: 0px;
}
.presentation__main .outer__presentation .quote__presentation .quote__media > img {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes animate {
  0%,
  10%,
  100% {
    width: 0%;
  }
  70%,
  90% {
    width: 100%;
  }
}

@keyframes animate {
  0%,
  10%,
  100% {
    width: 0%;
  }
  70%,
  90% {
    width: 100%;
  }
}
.article__head {
  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;
}

.article__head > h2 {
  position: relative;
}
.article__head > h2:before {
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: linear-gradient(283.85deg, #29326f 58.19%, #ffb4c1 109.45%);
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  content: attr(data-text);
  -webkit-text-stroke: 0 #f7f7fe;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: animate 6s linear infinite;
          animation: animate 6s linear infinite;
}

.article__head > h2 {
  background: none !important;
  -webkit-text-stroke: 1px #00000047;
}

.presentation__main--grid {
  padding-top: 60px;
  padding-bottom: 85px;
  background-color: #AD2631;
}
.presentation__main--grid .outer__main--presentation .present__grid {
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(5, 270px);
  grid-column-gap: 0px;
}
.presentation__main--grid .outer__main--presentation .present__grid > .elem__present {
  min-height: 270px;
  background: url("../img/polygonback.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.presentation__main--grid .outer__main--presentation .present__grid > .elem__present p {
  margin: 0px;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
  font-weight: 400;
}
.presentation__main--grid .outer__main--presentation > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 31px;
  color: #FFFFFF;
  font-weight: 600;
}

.put__me--up {
  bottom: 80px !important;
}

.upper {
  bottom: 80px !important;
  max-width: 310px !important;
}

.matches__form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.matches__form form button[type="submit"] {
  cursor: pointer;
  min-width: 135px;
  min-height: 42px;
  background-color: #ad2631;
  border-radius: 250px;
  cursor: pointer;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  border: 0px;
  font-size: 18px;
  line-height: 21px;
  color: white;
}

.matches__form {
  margin-bottom: 100px;
}

.matches__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.matches__fields .group__dropdown {
  width: 100%;
  margin-right: 10px;
}
.matches__fields .group__dropdown .dropdown__box ul > li > a {
  font-size: 14px;
  line-height: 17px;
}
.matches__fields .group__dropdown .dropdown__box {
  top: 42px;
}
.matches__fields .group__dropdown > a {
  height: 42px;
  border-radius: 50px;
  background-color: #f2f2f2;
  width: 100%;
}
.matches__fields .group__dropdown > a span {
  font-size: 14px;
  line-height: 17px;
  color: #333333;
}

header.new__header {
  background: #01083D;
}
header.new__header .outer__new--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 85px;
}
header.new__header .outer__new--header .wrapper__complex--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap {
  margin-right: auto;
  padding-left: 200px;
}
header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul > li {
  margin-right: 25px;
}
header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul > li.active__menu > a {
  color: #f2c742;
}
header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul > li.active__menu > a:before {
  width: 100%;
}
header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul > li > a {
  position: relative;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  font-size: 14px;
  line-height: 19px;
  color: #eee4de;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul > li > a:hover {
  color: #f2c742;
}
header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul > li > a:hover:before {
  width: 100%;
}
header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul > li > a:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background-color: #f2c742;
  bottom: -4px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  width: 0px;
}
header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul > li:last-child {
  margin-right: 0px;
}
header.new__header .outer__new--header .socials__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.new__header .outer__new--header .socials__header > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header.new__header .outer__new--header .socials__header > ul > li {
  margin-right: 12px;
}
header.new__header .outer__new--header .socials__header > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header.new__header .outer__new--header .socials__header > ul > li > a:hover {
  opacity: .7;
}
header.new__header .outer__new--header .socials__header > ul > li:last-child {
  margin-right: 0px;
}
header.new__header .outer__new--header .socials__header > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 155px;
  min-height: 48px;
  background: #F2C742;
  border-radius: 90px;
  font-size: 14px;
  line-height: 19px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header.new__header .outer__new--header .socials__header > a:hover {
  opacity: .7;
}
header.new__header .outer__new--header .profile__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: 50px;
}
header.new__header .outer__new--header .profile__controls > .profile__button {
  margin-right: 25px;
}
header.new__header .outer__new--header .profile__controls > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
header.new__header .outer__new--header .profile__controls > div > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
header.new__header .outer__new--header .profile__controls > div > a:hover {
  opacity: .7;
}

footer.new__footer {
  background-color: #01083D;
  padding-top: 55px;
  padding-bottom: 15px;
}
footer.new__footer .outer__new--footer .bottom__new--footer > p {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
}
footer.new__footer .outer__new--footer .bottom__new--footer .bottom__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer.new__footer .outer__new--footer .bottom__new--footer .bottom__logos > span {
  margin: 0px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 67px;
  min-width: 4px;
  background-color: #fff;
  border-radius: 15px;
}
footer.new__footer .outer__new--footer .top__new--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 55px;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > .apps__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > .apps__foot > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > .apps__foot > a:hover {
  opacity: .7;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > .apps__foot > a > img {
  max-width: 100%;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > .apps__foot > a:last-child {
  margin-right: 0px;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > .socials__foot {
  margin-bottom: 25px;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > .socials__foot > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > .socials__foot > ul > li {
  margin-right: 20px;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > .socials__foot > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > .socials__foot > ul > li > a:hover {
  opacity: .7;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > .socials__foot > ul > li:last-child {
  margin-right: 0px;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 130%;
  color: #FFFFFF;
  font-weight: 600;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > ul > li {
  margin-bottom: 15px;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > ul > li > a {
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}
footer.new__footer .outer__new--footer .top__new--footer > .column__foot > ul > li:last-child {
  margin-bottom: 0px;
}

.sl1 .grid__slider > .elem__slide--wrapper:nth-child(1) .elem__slide span {
  background: url("../img/sl1.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

.sl1 .grid__slider > .elem__slide--wrapper:nth-child(2) .elem__slide span {
  background: url("../img/sl2.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

.sl1 .grid__slider > .elem__slide--wrapper:nth-child(3) .elem__slide span {
  background: url("../img/sl3.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

.sl1 .grid__slider > .elem__slide--wrapper:nth-child(4) .elem__slide span {
  background: url("../img/sl4.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

.sl1 .grid__slider > .elem__slide--wrapper:nth-child(5) .elem__slide span {
  background: url("../img/sl5.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

.sl2 .grid__slider > .elem__slide--wrapper:nth-child(1) .elem__slide span {
  background: url("../img/sl1.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

.sl2 .grid__slider > .elem__slide--wrapper:nth-child(2) .elem__slide span {
  background: url("../img/sl2.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

.sl2 .grid__slider > .elem__slide--wrapper:nth-child(3) .elem__slide span {
  background: url("../img/sl3.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

.sl3 .grid__slider > .elem__slide--wrapper:nth-child(1) .elem__slide span {
  background: url("../img/sl1.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

.sl3 .grid__slider > .elem__slide--wrapper:nth-child(2) .elem__slide span {
  background: url("../img/sl2.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

.sl3 .grid__slider > .elem__slide--wrapper:nth-child(3) .elem__slide span {
  background: url("../img/sl3.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  background-position: center !important;
}

.grid__elements .outer__grid > h2 {
  color: #01083D;
  background: none;
  font-weight: bold;
}

.comment__info .outer__comment .comment__grid > img.arrow__second {
  top: 65px;
}

.faq__info {
  padding-top: 85px;
  padding-bottom: 150px;
}
.faq__info .outer__faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
l
.faq__info .outer__faq > .faq__details {
  width: 100%;
}
l
.faq__info .outer__faq > .faq__details > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}
.faq__info .outer__faq > .faq__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 145px;
}
.faq__info .outer__faq > .faq__media > img {
  min-width: 290px;
  max-width: 290px;
}

.faq__video {
  padding-bottom: 120px;
}
.faq__video .outer__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.faq__video .outer__video .video__section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__video .outer__video .video__wrap {
  width: 100%;
  max-width: 1040px;
}
.faq__video .outer__video .video__wrap > iframe, .faq__video .outer__video .video__wrap > video {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 475px;
}
.faq__video .outer__video > h2 {
  margin-top: 0px;
  margin-bottom: 40px;
  font-size: 24px;
  text-align: center;
  color: #01083D;
  font-weight: 600;
}

.faq__questions {
  padding-bottom: 120px;
}
.faq__questions .outer__questions .elem__question {
  margin-bottom: 15px;
}
.faq__questions .outer__questions .elem__question.active__question .head__question > h6 {
  font-weight: bold;
}
.faq__questions .outer__questions .elem__question.active__question .head__question > span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq__questions .outer__questions .elem__question .head__question {
  width: 100%;
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 20px;
  background: #01083D;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
  padding-right: 40px !important;
}
.faq__questions .outer__questions .elem__question .head__question > span {
  position: absolute;
  right: 20px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.faq__questions .outer__questions .elem__question .head__question > span > img {
  min-width: 22px;
}
.faq__questions .outer__questions .elem__question .head__question > h6 {
  margin: 0px;
  font-size: 22px;
  line-height: 29px;
  color: white;
  font-weight: 400;
  margin-right: 10px;
}
.faq__questions .outer__questions .elem__question .question__content {
  padding: 20px;
  padding-bottom: 30px;
  background-color: #F8F8F8;
  display: none;
}
.faq__questions .outer__questions .elem__question .question__content > p {
  margin: 0px;
  font-size: 18px;
  line-height: 38px;
  color: #01083d;
  font-weight: 400;
}
.faq__questions .outer__questions .elem__question .question__content > p a {
  color: #AD2631;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.faq__questions .outer__questions .elem__question .question__content > p a:hover {
  opacity: .7;
}
.faq__questions .outer__questions .elem__question:last-child {
  margin-bottom: 0px;
}

.sport__info {
  padding-top: 65px;
  padding-bottom: 75px;
  background-color: #E4EAFB;
}
.sport__info.colored__back {
  background-color: #F9F4FA;
}
.sport__info .outer__sport--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sport__info .outer__sport--info .sport__media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sport__info .outer__sport--info .sport__media > img {
  max-width: 480px;
  border-radius: 20px;
}
.sport__info .outer__sport--info > .sport__info--details {
  margin-right: 85px;
}
.sport__info .outer__sport--info > .sport__info--details > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 15px;
}
.sport__info .outer__sport--info > .sport__info--details > ul > li {
  text-align: center;
  min-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #01083d;
  border-radius: 5px;
}
.sport__info .outer__sport--info > .sport__info--details > p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 20px;
  color: #01083d;
  font-weight: 400;
}
.sport__info .outer__sport--info > .sport__info--details > p:last-child {
  margin-bottom: 0px;
}
.sport__info > .container > h2 {
  margin-top: 0px;
  margin-bottom: 50px;
  font-size: 36px;
  text-align: center;
  color: #01083d;
  font-weight: bold;
  text-transform: uppercase;
}

.collection__block {
  padding-top: 65px;
  padding-bottom: 60px;
}
.collection__block + .collection__block {
  padding-top: 0px;
}
.collection__block.bigger__space {
  padding-bottom: 140px;
}
.collection__block .container .outer__collection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 30px;
}
.collection__block .container .outer__collection .elem__collection {
  padding-bottom: 65px;
  position: relative;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  overflow: hidden;
}
.collection__block .container .outer__collection .elem__collection a {
  position: absolute;
  left: 30px;
  bottom: 15px;
}
.collection__block .container .outer__collection .elem__collection .collection__info {
  padding-left: 35px;
  padding-bottom: 0px;
  padding-top: 10px;
  padding-right: 35px;
}
.collection__block .container .outer__collection .elem__collection .collection__info > a {
  margin-top: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 125px;
  min-height: 35px;
  border: 1px solid #01083D;
  border-radius: 10px;
  font-size: 16px;
  line-height: 21px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  color: #01083D;
}
.collection__block .container .outer__collection .elem__collection .collection__info > a:hover {
  background-color: #01083D;
  color: #fff;
}
.collection__block .container .outer__collection .elem__collection .collection__info .categories {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.collection__block .container .outer__collection .elem__collection .collection__info .categories ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.collection__block .container .outer__collection .elem__collection .collection__info .categories ul > li {
  border-radius: 50px;
  margin: 3px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 16px;
  color: #5f4f4c;
}
.collection__block .container .outer__collection .elem__collection .collection__info .categories ul > li.color1 {
  background-color: #eee4de;
}
.collection__block .container .outer__collection .elem__collection .collection__info .categories ul > li.color2 {
  background-color: #e8eede;
}
.collection__block .container .outer__collection .elem__collection .collection__info .categories ul > li.color3 {
  background-color: #deeeee;
}
.collection__block .container .outer__collection .elem__collection .collection__info .categories ul > li.color4 {
  background-color: #dedfee;
}
.collection__block .container .outer__collection .elem__collection .collection__info .categories > p {
  margin: 0px;
  margin-right: 12px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 16px;
  color: #555973;
}
.collection__block .container .outer__collection .elem__collection .collection__info > p {
  margin: 0px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
  color: black;
  font-weight: 400;
}
.collection__block .container .outer__collection .elem__collection .collection__info > h6 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 24px;
  color: #01083d;
  font-weight: 600;
  text-transform: uppercase;
}
.collection__block .container .outer__collection .elem__collection .collection__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.collection__block .container .outer__collection .elem__collection .collection__media > img {
  width: 100%;
}
.collection__block .container > h2 {
  text-align: left;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 27px;
  color: #01083d;
  font-weight: bold;
  text-transform: uppercase;
}

.slider__sport .slick-prev {
  min-width: 14px;
  min-height: 26px;
  background: url("../img/slickprev.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 3;
  left: 20px;
}
.slider__sport .slick-prev:before {
  content: none;
}
.slider__sport .slick-next {
  min-width: 14px;
  min-height: 26px;
  background: url("../img/slicknext.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 3;
  right: 20px;
}
.slider__sport .slick-next:before {
  content: none;
}
.slider__sport .sport__slide > .elem__sport {
  height: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 75px;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: top !important;
}
.slider__sport .sport__slide > .elem__sport:hover > a {
  opacity: 1;
  pointer-events: initial;
}
.slider__sport .sport__slide > .elem__sport:hover:before {
  opacity: 1;
}
.slider__sport .sport__slide > .elem__sport:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(250, 168, 2, 0.6);
  z-index: 1;
  opacity: 0;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.slider__sport .sport__slide > .elem__sport a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 195px;
  min-height: 44px;
  background: #EEE4DE;
  border: 1px solid #BCBCBC;
  border-radius: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 19px;
  color: #01083d;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  position: relative;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
}
.slider__sport .sport__slide > .elem__sport a:hover {
  opacity: .7;
}
.slider__sport .sport__slide > .elem__sport h6 {
  position: relative;
  z-index: 4;
  margin: 0px;
  font-size: 28px;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 4px solid  #FAA802;
}

.calendar__block {
  padding-top: 70px;
  padding-bottom: 105px;
}
.calendar__block .outer__calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar__block .outer__calendar .calendar__main {
  width: 100%;
  padding-top: 45px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar {
  width: 100%;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid {
  margin-top: 50px;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .center__calend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .center__calend .el__cent {
  text-align: center;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .center__calend .spacer__cent {
  margin: 0px 20px;
  height: 58px;
  width: 1px;
  background-color: #01083d;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .calend__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 1px solid #A5B6D0;
  border-radius: 93px;
  padding-left: 55px;
  padding-right: 55px;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .calend__info:last-child {
  margin-bottom: 0px;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .calend__info span {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 600;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .calend__info p {
  margin: 0px;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
  font-weight: 600;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .calend__info .left__calend p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .calend__info .left__calend p span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .filter__tags {
  margin-top: 20px;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .filter__tags > ul {
  padding: 0px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .filter__tags > ul > li {
  margin: 7px;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .filter__tags > ul > li.active__tag > a {
  color: white;
  background-color: #0a2bac;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .filter__tags > ul > li > a {
  font-size: 18px;
  line-height: 24px;
  color: #16396b;
  font-weight: 600;
  text-decoration: none;
  padding: 11px 11px;
  border-radius: 141px;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .filter__tags > ul > li > a:hover {
  color: white;
  background-color: #0a2bac;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .sort__form .matches__fields {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .sort__form .matches__fields .right__fields > button[type="submit"] {
  min-width: 135px;
  min-height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  background: #01083D;
  border-radius: 141px;
  font-size: 18px;
  line-height: 24px;
  color: white;
  font-weight: 600;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .sort__form .matches__fields .right__fields > button[type="submit"]:hover {
  opacity: .7;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .sort__form .matches__fields .left__fields {
  width: 100%;
  max-width: 640px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 12px;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .sort__form > form {
  width: 100%;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .sort__form > form > input {
  width: 100%;
  height: 53px;
  border: 1px solid #a5b6d0;
  font-size: 18px;
  outline: none;
  border-radius: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .sort__form > form > h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 32px;
  color: #01083d;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 15px;
}
.calendar__block .outer__calendar .calendar__main .switcher__calendar {
  position: absolute;
  left: 40px;
  top: -38px;
}
.calendar__block .outer__calendar .calendar__main .switcher__calendar ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.calendar__block .outer__calendar .calendar__main .switcher__calendar ul > li {
  margin-right: 5px;
}
.calendar__block .outer__calendar .calendar__main .switcher__calendar ul > li.active__calendar > a {
  background: #01083D;
  color: #fff;
}
.calendar__block .outer__calendar .calendar__main .switcher__calendar ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 37px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  border-radius: 10px 10px 0px 0px;
  color: #01083d;
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  text-transform: uppercase;
}
.calendar__block .outer__calendar .calendar__main .switcher__calendar ul > li > a:hover {
  background: #01083D;
  color: #fff;
}
.calendar__block .outer__calendar .calendar__main .switcher__calendar ul > li:last-child {
  margin-right: 0px;
}
.calendar__block .outer__calendar .calendar__side {
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  min-width: 380px;
  max-width: 380px;
  margin-left: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.calendar__block .outer__calendar .calendar__side .side__wrapper .elem__side {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
  -webkit-transition: .4s ease all;
  transition: .4s ease all;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  background: #FAFAFA;
}
.calendar__block .outer__calendar .calendar__side .side__wrapper .elem__side:hover {
  opacity: .7;
}
.calendar__block .outer__calendar .calendar__side .side__wrapper .elem__side .side__info {
  padding-left: 18px;
  padding-bottom: 10px;
  padding-right: 18px;
}
.calendar__block .outer__calendar .calendar__side .side__wrapper .elem__side .side__info > h6 {
  margin: 0px;
  font-size: 14px;
  line-height: 19px;
  color: #01083d;
  font-weight: bold;
  text-transform: uppercase;
}
.calendar__block .outer__calendar .calendar__side .side__wrapper .elem__side .side__info > span {
  font-size: 12px;
  line-height: 16px;
  color: #475361;
  font-weight: 400;
}
.calendar__block .outer__calendar .calendar__side .side__wrapper .elem__side .side__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
.calendar__block .outer__calendar .calendar__side .side__wrapper .elem__side .side__image > img {
  max-width: 100%;
}
.calendar__block .outer__calendar .calendar__side .side__wrapper .elem__side:last-child {
  margin-bottom: 0px;
}
.calendar__block .outer__calendar .calendar__side > h2 {
  margin: 0px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  color: #01083d;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 1640px) {
  .info__block .outer__info .info__media > img {
    max-width: 600px;
  }

  .info__block .outer__info .info__media {
    margin-right: -15px;
  }

  footer .outer__footer .footer__column:nth-child(1) {
    max-width: 440px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1400px) {
  .slider__wrapper .element__slider .grid__slider .elem__slide.main__slide > img {
    max-width: 320px;
  }

  .upper {
    max-width: 260px !important;
  }

  .bottom__slide {
    max-width: 280px !important;
  }

  .miserable__image {
    max-width: 140px !important;
  }

  .medium__image {
    max-width: 190px !important;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide.main__slide > span {
    min-width: 550px;
    max-width: 550px;
    min-height: 260px;
    max-width: 260px;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide > img {
    max-width: 230px;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide > span.light {
    min-width: 380px;
    max-width: 380px;
    min-height: 180px;
  }
}
@media (max-width: 1340px) {
  .calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .sort__form .matches__fields .left__fields {
    max-width: 580px;
  }

  .presentation__main--grid .outer__main--presentation .present__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 560px;
    margin-left: auto;
    grid-row-gap: 20px;
    margin-right: auto;
  }
  .presentation__main--grid .outer__main--presentation .present__grid .elem__present:last-child {
    position: relative;
    left: 50%;
  }
}
@media (max-width: 1280px) {
  .faq__info .outer__faq > .faq__media {
    margin-right: 50px;
  }

  .faq__info {
    padding-top: 45px;
    padding-bottom: 100px;
  }

  header.new__header .outer__new--header .profile__controls > .profile__button {
    margin-right: 15px;
  }

  header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap {
    padding-left: 0px;
  }

  header.new__header .outer__new--header .profile__controls {
    margin-left: 25px;
  }

  header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul > li {
    margin-right: 15px;
  }
  header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul > li:last-child {
    margin-right: 0px;
  }

  .presentation__circle .outer__circle .elem__circle.circle__six {
    left: -240px;
  }

  .presentation__circle .outer__circle .elem__circle.circle__five {
    min-width: 300px;
    max-width: 300px;
    left: -240px;
  }

  .presentation__circle .outer__circle .elem__circle.circle__three {
    min-width: 300px;
    max-width: 300px;
  }

  .presentation__circle .outer__circle .elem__circle.circle__six {
    min-width: 300px;
    max-width: 300px;
  }

  .presentation__circle .outer__circle .elem__circle.circle__two {
    min-width: 300px;
    max-width: 300px;
  }

  .calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .sort__form .matches__fields {
    -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;
  }
  .calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .sort__form .matches__fields > .left__fields {
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .calend__info {
    padding-left: 25px;
    padding-right: 25px;
    -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;
  }
  .calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .calend__info .center__calend {
    margin: 15px 0px;
  }

  .calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .calend__info {
    border-radius: 15px;
  }

  .calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .calend__info p {
    font-size: 16px;
    line-height: 24px;
  }

  .calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .calend__info span {
    font-size: 16px;
    line-height: 24px;
  }

  .sport__info .outer__sport--info > .sport__info--details {
    margin-right: 45px;
  }

  footer.new__footer .outer__new--footer .top__new--footer > .column__foot > h6 {
    font-size: 19px;
  }

  .upper {
    max-width: 200px !important;
    bottom: 70px !important;
  }

  .presentation__main .outer__presentation .top__info .top__media > img {
    min-width: 440px;
    max-width: 440px;
  }

  .elem__slide--wrapper.third__slide:nth-child(1) {
    margin-right: -160px;
  }

  .elem__slide--wrapper.third__slide:last-child {
    margin-left: -160px;
  }

  .miserable__image {
    max-width: 110px !important;
  }

  .medium__image {
    max-width: 160px !important;
  }

  .small__slide {
    max-width: 200px !important;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide.main__slide > span {
    min-width: 450px;
    max-width: 450px;
    min-height: 220px;
    max-width: 220px;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide > img {
    max-width: 190px;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide > span.light {
    min-width: 320px;
    max-width: 320px;
    min-height: 150px;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide.main__slide > img {
    max-width: 320px;
  }

  .signup__form .double__group {
    grid-template-columns: 1fr;
  }

  .plates__wrapper .elem__plate .plate__content.plate__player {
    padding: 50px 45px;
  }

  .plates__wrapper .elem__plate .plate__content.plate__player .content__players > .spacer {
    margin: 0px 40px;
  }

  .plates__wrapper .elem__plate .plate__content {
    padding-left: 45px;
    padding-right: 45px;
  }

  .article__main .element__article > .article__info {
    padding: 35px 15px;
  }

  .login__section .outer__login .login__media > img {
    max-width: 430px;
  }

  .presentation__main {
    padding-bottom: 140px;
  }

  .info__block .outer__info .info__media > img {
    max-width: 540px;
  }

  .comment__info .outer__comment .comment__grid > img {
    max-width: 100px;
  }

  footer .outer__footer .footer__column > h6 {
    font-size: 19px;
  }

  footer .outer__footer .footer__column:nth-child(1) {
    max-width: 320px;
  }

  footer .outer__footer .footer__column .app__buttons > a img {
    max-width: 110px;
  }

  header .outer__header .header__right > ul > li {
    margin-right: 15px;
  }
  header .outer__header .header__right > ul > li:last-child {
    margin-right: 0px;
  }

  header .outer__header .header__right > ul {
    margin-right: 25px;
  }

  header .outer__header .header__right > ul > li > a {
    font-size: 12px;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide > span > img {
    max-width: 240px;
    padding-bottom: 20px;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide.main__slide > img {
    max-width: 260px;
  }
}
.menu__header {
  display: none;
}

.plates__wrapper {
  border-radius: 5px;
}

.small__menu--wrapper {
  display: none;
}

@media (max-width: 991px) {
  .calendar__block .outer__calendar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .calendar__block .outer__calendar .calendar__side {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }

  .calendar__block {
    padding-bottom: 55px;
  }

  .slider__sport .sport__slide > a {
    height: 550px;
  }

  .slider__sport .sport__slide > a h6 {
    font-size: 24px;
  }

  .collection__block {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .collection__block.bigger__space {
    padding-bottom: 80px;
  }

  .collection__block .container .outer__collection .elem__collection .collection__info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .collection__block .container .outer__collection .elem__collection .collection__info > a {
    left: 15px;
  }

  .sport__info .outer__sport--info .sport__media > img {
    width: 100%;
  }

  .sport__info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sport__info > .container > h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .sport__info .outer__sport--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sport__info .outer__sport--info .sport__media > img {
    max-width: 540px;
  }

  .sport__info .outer__sport--info .sport__media {
    margin-bottom: 25px;
  }

  .sport__info .outer__sport--info > .sport__info--details {
    margin-right: 0px;
    max-width: 540px;
  }

  .faq__video .outer__video .video__wrap > iframe, .faq__video .outer__video .video__wrap > video {
    height: 340px;
  }

  .faq__questions .outer__questions .elem__question .question__content > p {
    font-size: 16px;
    line-height: 32px;
  }

  .faq__questions {
    padding-bottom: 60px;
  }

  .faq__questions .outer__questions .elem__question .head__question > h6 {
    font-size: 19px;
    line-height: 25px;
  }

  .faq__questions .outer__questions .elem__question .head__question {
    min-height: 70px;
    padding: 15px;
  }

  .faq__video .outer__video > h2 {
    margin-bottom: 25px;
    font-size: 20px;
  }

  .faq__video {
    padding-bottom: 60px;
  }

  .faq__info {
    padding-top: 35px;
    padding-bottom: 60px;
  }

  .faq__info .outer__faq {
    -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;
  }
  .faq__info .outer__faq > .faq__media {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .comment__info .outer__comment .comment__grid > img.arrow__second {
    top: 0px;
  }

  .comment__info .button__more {
    margin-top: 35px;
  }

  footer.new__footer {
    padding-top: 35px;
  }

  footer.new__footer .outer__new--footer .top__new--footer > .column__foot > h6 {
    text-align: center;
  }

  footer.new__footer .outer__new--footer .top__new--footer > .column__foot > ul > li {
    text-align: center;
  }

  footer.new__footer .outer__new--footer .top__new--footer > .column__foot > .socials__foot > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer.new__footer .outer__new--footer .top__new--footer > .column__foot {
    margin-bottom: 35px;
  }
  footer.new__footer .outer__new--footer .top__new--footer > .column__foot:last-child {
    margin-bottom: 0px;
  }

  footer.new__footer .outer__new--footer .top__new--footer {
    margin-bottom: 55px;
    -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;
  }

  .small__menu--wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 7;
  }
  .small__menu--wrapper > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
  }
  .small__menu--wrapper > a.active__small > span:nth-child(2) {
    opacity: 0;
  }
  .small__menu--wrapper > a.active__small > span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px;
  }
  .small__menu--wrapper > a.active__small > span:nth-child(3) {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .small__menu--wrapper > a > span {
    min-width: 28px;
    min-height: 3px;
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 5px;
    position: relative;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    top: 0px;
    bottom: auto;
  }
  .small__menu--wrapper > a > span:last-child {
    top: auto;
    bottom: 0px;
  }

  header.new__header .outer__new--header {
    min-height: 60px;
  }

  header.new__header .outer__new--header .profile__controls {
    margin-left: 0px;
    margin-bottom: 15px;
  }

  header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap {
    margin-top: 0px;
    margin-left: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  header.new__header .outer__new--header .socials__header {
    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-top: 15px;
  }
  header.new__header .outer__new--header .socials__header > ul {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  header.new__header .outer__new--header .profile__controls {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }

  header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul {
    -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;
  }

  header.new__header .outer__new--header .socials__header {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul > li {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  header.new__header .outer__new--header .wrapper__complex--menu .menu__wrap ul > li:last-child {
    margin-bottom: 0px;
  }

  header.new__header .outer__new--header .wrapper__complex--menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #01083D;
    z-index: 5;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -100%;
    -webkit-transition: .8s ease all;
    transition: .8s ease all;
  }

  .info__block .outer__info .info__media {
    margin-right: 0px;
  }

  .presentation__main--grid .outer__main--presentation > h2 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
  }

  .presentation__main--grid {
    padding: 40px 0px;
  }

  .presentation__main .outer__presentation .quote__presentation .quote__media {
    position: static;
  }

  .presentation__main .outer__presentation .quote__presentation .quote__info {
    width: 100%;
  }

  .plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .players__list > .elem__player .player__info > h6 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 7px;
  }

  .login__section > .blurright {
    max-width: 100%;
  }

  .login__section > .blurleft {
    max-width: 100%;
  }

  .article__wrapper {
    position: relative;
  }
  .article__wrapper > .blur__right {
    max-width: 280px;
  }
  .article__wrapper > .blur__left {
    max-width: 280px;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide > img {
    max-width: 160px;
  }

  .bottom__slide {
    max-width: 230px !important;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide.main__slide > img {
    max-width: 240px;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide.main__slide > img {
    bottom: 0px;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide.main__slide > span {
    min-width: 380px;
    max-width: 380px;
    min-height: 180px;
    max-height: 180px;
  }

  .hero__slider .slider__top > h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .hero__slider .slider__top > p {
    font-size: 16px;
    line-height: 19px;
  }

  .step__pre {
    padding: 30px 15px;
  }

  .thank__block {
    padding: 50px 0px;
  }

  .thank__block .outer__thank > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .plates__wrapper .elem__plate .plate__content.plate__player {
    padding: 30px 15px;
  }

  .plates__wrapper .elem__plate .plate__content.plate__player .content__players {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .plates__wrapper .elem__plate .plate__content.plate__player .content__players > .spacer {
    margin: 30px 0px;
    width: 100%;
    height: 1px;
  }

  .plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
  }

  .step__form .outer__step .step__form--inner .choose__step .pick__wrapper > .elem__pick > h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .plates__wrapper .elem__plate .plate__head > h2 {
    font-size: 20px;
  }

  .plates__wrapper .elem__plate .plate__content {
    padding: 30px 15px;
  }

  .step__form .outer__step .step__form--inner .choose__step .pick__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .step__form .outer__step .step__form--inner {
    padding: 50px 35px;
  }

  .step__form .outer__step .step__form--inner .main__picker .double__main > .elem__pick h2 {
    font-size: 34px;
    line-height: 30px;
  }

  .step__form .outer__step .step__form--inner .main__picker .double__main > .elem__pick {
    min-height: 240px;
    margin-right: 35px;
  }
  .step__form .outer__step .step__form--inner .main__picker .double__main > .elem__pick:last-child {
    margin-right: 0px;
  }

  .step__form .outer__step .step__head .left__step > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .article__main .element__article > .article__info {
    padding: 60px 15px;
  }

  .article__wrapper .outer__article .article__head .article__grid--small {
    grid-template-columns: repeat(2, 1fr);
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }

  .article__wrapper {
    padding-top: 50px;
  }

  .article__wrapper .outer__article .article__head .article__grid .elem__article > p {
    font-size: 20px;
    line-height: 60px;
  }

  .article__wrapper .outer__article .article__head .article__grid {
    max-width: 640px;
  }

  .article__wrapper .outer__article .article__head > h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .article__main .element__article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article__main .element__article > .article__info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .article__main .element__article > .article__media {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .article__main .element__article > .article__media {
    width: 100%;
  }

  .article__main .element__article > .article__info .article__title h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .article__main .element__article > .article__info .article__title span img {
    max-width: 30px;
  }

  .article__main .element__article > .article__info {
    width: 100%;
    background-size: 350px !important;
  }

  .login__section .outer__login .login__media {
    max-width: 100%;
  }

  .login__section .outer__login .login__form form .head__login > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .login__section .outer__login .signup__form form .head__login > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .presentation__circle .outer__circle {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
    background: none;
  }

  .login__section {
    padding: 55px 0px;
  }

  .login__section .outer__login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .login__section .outer__login .login__form {
    max-width: 640px;
    margin-left: 0px;
    padding-bottom: 50px;
  }

  .login__section .outer__login .signup__form {
    max-width: 640px;
    margin-left: 0px;
    padding-bottom: 50px;
  }

  .login__section .outer__login .login__form form .head__login {
    margin-bottom: 35px;
  }

  .login__section .outer__login .signup__form form .head__login {
    margin-bottom: 35px;
  }

  .login__section .outer__login .login__media {
    margin-top: 35px;
  }
  .login__section .outer__login .login__media img {
    max-width: 540px;
    width: 100%;
  }

  .presentation__circle {
    padding: 35px 0px;
  }

  .presentation__circle .outer__circle .elem__circle.circle__four {
    position: static;
  }

  .presentation__circle .outer__circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0px;
    max-height: 10000px;
  }
  .presentation__circle .outer__circle .circle__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
  }
  .presentation__circle .outer__circle .circle__inner:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 70px;
    width: 3px;
    height: calc(100% - 120px);
    background-color: #fff;
  }
  .presentation__circle .outer__circle h6 {
    margin: 0px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .presentation__circle .outer__circle .elem__circle {
    position: static;
    width: 100%;
    min-width: 0px;
    max-width: 100%;
    text-align: left;
    max-width: 100% !important;
    padding-left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    justify-content: flex-start !important;
  }
  .presentation__circle .outer__circle .elem__circle:last-child {
    margin-bottom: 0px !important;
  }
  .presentation__circle .outer__circle .elem__circle > span {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    border-radius: 250px;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px;
  }
  .presentation__circle .outer__circle .elem__circle p {
    margin: 0px;
    width: 100%;
  }
  .presentation__circle .outer__circle .elem__circle img {
    display: none;
  }

  .contact__us {
    padding: 50px 0px;
  }

  .contact__us .head__contact > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .contact__us .outer__contact {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .contact__us .outer__contact .group__submit {
    margin-top: 40px;
  }

  .matches__wrapper .outer__matches .matches__top .left__matches > h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .matches__wrapper .outer__matches {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 80px;
    padding-top: 35px;
  }

  .matches__wrapper {
    padding-bottom: 100px;
  }

  .presentation__main .outer__presentation .top__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .presentation__main {
    padding-bottom: 80px;
  }

  .presentation__main .outer__presentation .quote__presentation {
    -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;
  }

  .presentation__main .outer__presentation .quote__presentation .quote__media {
    width: 100%;
    margin-top: 20px;
  }

  .presentation__main .outer__presentation .quote__presentation .quote__info {
    margin-right: 0px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .presentation__main .outer__presentation .quote__presentation .quote__media {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .presentation__main .outer__presentation .quote__presentation .quote__media > img {
    max-width: 100%;
  }

  .presentation__main .outer__presentation .top__info .top__media {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .presentation__main .outer__presentation .top__info .top__desc {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .presentation__main .outer__presentation .top__info .top__desc > h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .faq__section .outer__faq .faq__inner .elem__faq .faq__head {
    padding: 20px  20px;
  }

  .faq__section {
    padding: 50px 0px;
  }

  .faq__section .outer__faq > h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
  }

  .info__block .outer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .info__block .outer__info .info__media > img {
    max-width: 640px;
  }

  .info__block .outer__info .info__details {
    max-width: 640px;
    width: 100%;
    margin-right: 0px;
    margin-top: 45px;
  }

  .info__block .outer__info .info__details > h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .comment__info .outer__comment > h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
  }

  .comment__info .outer__comment .comment__grid {
    -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;
  }

  .comment__info .outer__comment .comment__grid .comment__element {
    max-width: 340px;
  }

  .comment__info .outer__comment .comment__grid > img {
    top: 0px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    max-width: 150px;
    margin: 70px 0px;
  }

  .comment__info {
    padding: 50px 0px;
  }

  .grid__elements .outer__grid .grid__box > .element__grid h6 {
    font-size: 22px;
    line-height: 27px;
  }

  .grid__elements .outer__grid > h2 {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 40px;
  }

  .grid__elements {
    padding: 50px 0px;
  }

  .grid__elements .outer__grid .grid__box {
    grid-template-columns: repeat(2, 1fr);
  }

  .subscription__block {
    padding-bottom: 50px;
    padding-top: 30px;
  }

  .subscription__block .outer__subscription > h2 {
    font-size: 28px;
    line-height: 44px;
    max-width: 580px;
  }

  header .outer__header .header__right {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #e5e4ff;
    z-index: 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: -100%;
    -webkit-transition: .8s ease all;
    transition: .8s ease all;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .outer__header .header__right > .socials__header {
    margin-right: 0px;
    margin-top: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header .outer__header .header__right > ul {
    -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;
    margin-right: 0px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .outer__header .header__right > ul > li {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  header .outer__header .header__right > ul > li > a {
    font-size: 13px;
  }
  header .outer__header .header__right > ul > li:last-child {
    margin-bottom: 0px;
  }
  header .outer__header .header__right > a {
    margin-right: 0px;
    margin: 20px 0px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header .outer__header .header__right .header__controls {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }

  header .outer__header .header__left a img {
    max-width: 110px;
  }

  .menu__header {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 5;
  }

  .menu__header a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu__header a.active__menu > span:nth-child(2) {
    opacity: 0;
  }
  .menu__header a.active__menu > span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 9px;
  }
  .menu__header a.active__menu > span:nth-child(3) {
    bottom: 7px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu__header a > span {
    position: relative;
    top: 0px;
    bottom: auto;
    min-width: 28px;
    min-height: 3px;
    border-radius: 5px;
    background-color: #000;
    margin-bottom: 5px;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
  }
  .menu__header a > span:last-child {
    top: auto;
    bottom: 0px;
  }

  footer .outer__footer {
    -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;
  }

  footer .outer__footer .footer__column:nth-child(1) {
    max-width: 540px;
    text-align: center;
  }

  footer .outer__footer .footer__column .socials__footer ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .outer__footer .footer__column {
    text-align: center;
    margin-bottom: 35px;
  }
  footer .outer__footer .footer__column:last-child {
    margin-bottom: 0px;
  }

  footer .outer__footer .footer__column > h6 {
    margin-bottom: 15px;
  }

  footer .outer__footer .footer__column > ul > li {
    margin-bottom: 15px;
  }

  footer .footer__bottom > p {
    font-size: 13px;
    line-height: 22px;
  }

  footer .footer__bottom {
    margin-top: 35px;
  }

  footer {
    padding-top: 20px;
  }

  .matches__wrapper .outer__matches .matches__grid .element__match {
    padding: 15px 30px;
  }

  .step__form .outer__step .step__form--inner .main__picker {
    margin-bottom: 60px;
  }

  .info__block .outer__info .info__details {
    max-width: 100%;
    widows: 100%;
  }

  .slider__wrapper .element__slider .grid__slider .elem__slide.main__slide > img {
    bottom: 50px;
  }
}
.login__section .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ui-widget.ui-widget-content {
  width: 100% !important;
  max-width: 290px !important;
}

@media (max-width: 767px) {
  .calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .filter__tags > ul > li > a {
    font-size: 16px;
    line-height: 22px;
    padding: 11px;
  }

  .matches__fields .group__dropdown {
    margin-bottom: 0px !important;
  }

  .calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .sort__form .matches__fields > .left__fields {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .calendar__block .outer__calendar .calendar__main {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .sort__form > form > h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .slider__sport .sport__slide > a h6 {
    font-size: 20px;
  }

  .slider__sport .sport__slide > a {
    padding-top: 40px;
  }

  .collection__block .container .outer__collection {
    grid-template-columns: 1fr;
  }

  .faq__video .outer__video .video__wrap > iframe, .faq__video .outer__video .video__wrap > video {
    height: 280px;
  }

  .sport__info > .container > h2 {
    font-size: 26px;
  }

  .matches__fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .matches__fields .group__dropdown {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .matches__form form {
    -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;
  }

  .matches__form {
    margin-bottom: 50px;
    margin-top: -25px;
  }

  .plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .players__list > .elem__player .player__info > h6 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  .small__slide {
    max-width: 180px !important;
  }

  .login__section .outer__login .login__form form .double__group, .login__section .outer__login .signup__form form .double__group {
    margin-bottom: 20px;
  }

  .thank__block .outer__thank > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .file__load .file__wrapper {
    -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;
  }

  .file__load--wrapper .file__progress--list .file__loaded > .loaded__details > .details__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .file__load--wrapper .file__progress--list .file__loaded > .loaded__details > .details__left > span {
    display: none;
  }

  .plates__wrapper .elem__plate .plate__head > h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .file__load .file__wrapper .left__file {
    -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;
    text-align: center;
    margin-bottom: 15px;
  }

  .file__load .file__wrapper .left__file > span {
    margin-right: 0px;
    margin-bottom: 5px;
  }

  .plates__wrapper {
    padding: 30px 15px;
  }

  .plate__content > .group__form {
    margin-bottom: 20px;
  }

  .group__input > input, .group__form > input {
    height: 60px;
    font-size: 16px;
    line-height: 19px;
  }

  .group__dropdown > a {
    height: 60px;
    font-size: 16px;
  }

  .group__dropdown .dropdown__box ul > li > a {
    font-size: 16px;
  }

  .group__dropdown .dropdown__box {
    top: 60px;
  }

  .step__form .outer__step .step__form--inner {
    padding: 30px 15px;
  }

  .step__form .outer__step .step__form--inner .choose__step .pick__wrapper > .elem__pick > h2 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 15px;
  }

  .step__form .outer__step .step__form--inner .choose__step .pick__wrapper > .elem__pick {
    padding: 10px;
  }

  .step__form .outer__step .step__form--inner .choose__step .pick__wrapper > .elem__pick {
    padding-bottom: 20px;
  }

  .step__form .outer__step .step__form--inner .main__picker .double__main {
    -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;
  }

  .step__form .outer__step .step__form--inner .main__picker {
    margin-bottom: 30px;
  }

  .step__form .outer__step .step__form--inner .main__picker .double__main > .elem__pick h2 {
    font-size: 28px;
    line-height: 25px;
  }

  .step__form .outer__step .step__form--inner .main__picker .double__main > .elem__pick {
    margin-right: 0px;
    margin-bottom: 30px;
    width: 100%;
  }
  .step__form .outer__step .step__form--inner .main__picker .double__main > .elem__pick:last-child {
    margin-bottom: 0px;
  }

  .step__form .outer__step .step__head {
    -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;
  }

  .step__form .outer__step .step__head .left__step {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 15px;
  }

  .step__form .outer__step .step__head .left__step > h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .step__form .outer__step .step__head {
    margin-bottom: 40px;
  }

  .article__wrapper .outer__article .article__head .article__grid--small {
    grid-column-gap: 20px;
  }

  .article__wrapper .outer__article .article__head .article__grid--small .elem__small > p {
    font-size: 16px;
    line-height: 20px;
  }

  .login__section .outer__login .login__form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .login__section .outer__login .signup__form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .article__wrapper .outer__article .article__head .article__grid {
    max-width: 440px;
    grid-template-columns: repeat(2, 1fr);
  }

  .article__wrapper .outer__article .article__head > h2 {
    font-size: 34px;
    line-height: 44px;
  }

  .article__wrapper .outer__article .article__head .article__grid .elem__article > p {
    font-size: 18px;
    line-height: 50px;
  }

  .article__main .element__article > .article__info .article__title h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .login__section .outer__login .login__form form .head__login > h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .login__section .outer__login .signup__form form .head__login > h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .login__section .outer__login .login__form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .login__section .outer__login .signup__form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .login__section .outer__login .login__form form .group__input {
    margin-bottom: 20px;
  }

  .login__section .outer__login .login__form form .head__login {
    margin-bottom: 20px;
  }

  .login__section .outer__login .signup__form form .group__input {
    margin-bottom: 20px;
  }

  .login__section .outer__login .signup__form form .head__login {
    margin-bottom: 20px;
  }

  .double__group {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .group__input > input {
    font-size: 16px;
    height: 60px;
  }

  .group__input > textarea {
    height: 130px;
    font-size: 16px;
  }

  .contact__us .head__contact > h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .matches__wrapper .outer__matches .matches__top .left__matches > h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .matches__wrapper .outer__matches .matches__filter ul > li > a {
    font-size: 16px;
    line-height: 19px;
  }

  .matches__wrapper .outer__matches .matches__filter ul > li {
    margin: 4px;
  }

  .matches__wrapper .outer__matches .matches__filter ul > li > a {
    padding: 8px 13px;
  }

  .matches__wrapper .outer__matches .matches__top {
    -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;
    text-align: center;
  }

  .matches__wrapper .outer__matches .matches__grid .element__match .match__desc {
    position: static;
  }

  .matches__wrapper .outer__matches .matches__grid .element__match {
    -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;
  }

  .matches__wrapper .outer__matches .matches__grid .element__match .match__desc {
    margin: 15px 0px;
  }

  .matches__wrapper .outer__matches .matches__grid .element__match {
    border-radius: 15px;
  }

  .matches__wrapper .outer__matches .matches__top .left__matches {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .matches__wrapper .outer__matches .matches__filter {
    margin-bottom: 35px;
  }

  .matches__wrapper .outer__matches .matches__top {
    margin-bottom: 35px;
  }

  .presentation__main .outer__presentation .top__info .top__desc > h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .presentation__info {
    padding-top: 30px;
    padding-bottom: 45px;
  }

  .faq__section .outer__faq .faq__inner .elem__faq .faq__head h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .faq__section .outer__faq .faq__inner .elem__faq .faq__content > p {
    font-size: 16px;
    line-height: 34px;
  }

  .presentation__info .outer__present .top__present {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .presentation__info .outer__present .top__present > .media__present {
    min-width: 0px;
    max-width: 320px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 35px;
  }

  .presentation__info .outer__present .grid__present {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 35px;
  }

  .presentation__info .outer__present .grid__present > ul:nth-child(1) {
    min-width: 0px;
    max-width: 100%;
    margin-right: 0px;
  }

  .faq__section .outer__faq > h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .info__block .outer__info .info__details > h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .info__block .outer__info .info__media > img {
    width: 100%;
  }

  .info__block .outer__info .info__details .controls__info > a img {
    max-width: 100%;
  }

  .grid__elements .outer__grid > h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .comment__info .outer__comment > h2 {
    font-size: 24px;
    margin-bottom: 30px;
    line-height: 32px;
  }

  .subscription__block .outer__subscription {
    padding: 25px 15px;
  }

  .subscription__block .outer__subscription > h2 {
    font-size: 24px;
    line-height: 38px;
    max-width: 480px;
  }

  .step__form .outer__step .step__form--inner .choose__step .choose__filter ul > li > a {
    font-size: 16px;
  }

  .step__form .outer__step .step__form--inner .choose__step .pick__wrapper {
    margin-top: 30px;
  }

  .hero__slider .slider__top > h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .article__wrapper .outer__article .article__head .article__grid .elem__article > p {
    line-height: 24px;
  }

  .article__wrapper .outer__article .article__head .article__grid .elem__article span {
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .third__slide {
    display: none;
  }

  .secondary__slide {
    display: none;
  }
}
@media (max-width: 540px) {
  .faq__video .outer__video .video__wrap > iframe, .faq__video .outer__video .video__wrap > video {
    height: 240px;
  }

  .presentation__main--grid .outer__main--presentation .present__grid {
    grid-template-columns: 1fr;
    max-width: 270px;
  }

  .presentation__main--grid .outer__main--presentation .present__grid .elem__present:last-child {
    left: 0px;
  }

  .plates__wrapper .elem__plate .plate__head {
    padding: 15px 20px;
  }

  .plates__wrapper .elem__plate .plate__content.plate__player .content__players > .players__left .players__list > .elem__player > span {
    margin-right: 10px;
  }

  .step__form .outer__step .step__form--inner .choose__step .choose__filter ul {
    -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;
  }
  .step__form .outer__step .step__form--inner .choose__step .choose__filter ul > li {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .step__form .outer__step .step__form--inner .choose__step .pick__wrapper {
    grid-template-columns: 1fr;
  }

  .step__form .outer__step .step__form--inner.smaller__spacer {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .step__form .outer__step .step__form--inner .main__picker .double__main > .elem__pick {
    min-height: 200px;
  }

  .article__main .element__article > .article__info > p {
    font-size: 14px;
    line-height: 30px;
  }

  .article__main .element__article > .article__info ul > li {
    font-size: 12px;
    line-height: 27px;
  }

  .article__main .element__article > .article__info ul {
    margin: 15px 0px;
  }

  .article__main .element__article > .article__info ul > li span {
    margin-right: 6px;
  }
  .article__main .element__article > .article__info ul > li span img {
    min-width: 20px;
    max-width: 20px;
  }

  .matches__wrapper .outer__matches {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .matches__wrapper .outer__matches {
    padding-bottom: 45px;
  }

  .matches__wrapper {
    padding-bottom: 50px;
  }

  .matches__wrapper .outer__matches {
    padding-left: 15px;
    padding-right: 15px;
  }

  .presentation__main {
    padding-bottom: 40px;
  }

  .presentation__main .outer__presentation .quote__presentation .quote__info {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
  }

  .presentation__main .outer__presentation .top__info .top__media > img {
    min-width: 0px;
    max-width: 100%;
  }

  .presentation__main .outer__presentation .quote__presentation .quote__info .quote__right {
    right: -10px;
  }

  .presentation__main .outer__presentation .quote__presentation .quote__info .quote__left {
    left: -10px;
  }

  .faq__section .outer__faq .faq__inner .elem__faq .faq__content {
    padding: 15px;
    padding-bottom: 20px;
  }

  .presentation__info .outer__present .grid__present {
    grid-template-columns: 1fr;
    grid-row-gap: 35px;
  }

  .grid__elements .outer__grid .grid__box {
    grid-template-columns: 1fr;
  }

  .presentation__info .outer__present .bottom__present {
    margin-top: 25px;
  }

  .presentation__info .outer__present .grid__present ul > li {
    margin-bottom: 15px;
  }
  .presentation__info .outer__present .grid__present ul > li:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .calend__info .center__calend {
    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;
  }

  .calendar__block .outer__calendar .calendar__main .container__calendar .elem__calendar .calendar__grid .center__calend .spacer__cent {
    width: 58px;
    height: 1px;
    margin: 12px 0px;
  }

  .calendar__block .outer__calendar .calendar__side {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
  }

  .calendar__block .outer__calendar .calendar__side {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .calendar__block .outer__calendar .calendar__main .switcher__calendar ul > li > a {
    font-size: 13px;
    line-height: 17px;
  }

  .calendar__block .outer__calendar .calendar__main .switcher__calendar {
    left: 0px;
    width: 100%;
    top: -76px;
  }

  .calendar__block {
    padding-top: 105px;
  }

  .calendar__block .outer__calendar .calendar__main .switcher__calendar ul {
    -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;
    width: 100%;
  }
  .calendar__block .outer__calendar .calendar__main .switcher__calendar ul > li {
    width: 100%;
  }
  .calendar__block .outer__calendar .calendar__main .switcher__calendar ul > li > a {
    width: 100%;
  }

  .slider__sport .sport__slide > a {
    height: 450px;
  }

  .sport__info .outer__sport--info > .sport__info--details > ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .faq__video .outer__video .video__wrap > iframe, .faq__video .outer__video .video__wrap > video {
    height: 200px;
  }

  .faq__info .outer__faq > .faq__media > img {
    min-width: 220px;
    max-width: 220px;
  }

  .subscription__block .outer__subscription > h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
