/* user styles */
.text {
  font-family: "Myriad Pro Regular";
}

.img {
  width: calc(100%);
  /* height: 100%; */
}

.div-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.fw-600 {
  font-weight: 600;
}

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

.ligth-white {
  color: #dfdfdf;
}

.ligth-grey {
  color: #050505;
}

.white {
  color: white;
}

.black {
  color: black;
}

.grey {
  color: #6b6b6b;
}

.new-grey {
  color: #1d1b1b;
}

.font-m-pro {
  font-family: "Myriad Pro";
}

.s12 {
  font-size: 12px;
}

.s13 {
  font-size: 13px;
}

.s13-5 {
  font-size: 13.5px;
}

.s14 {
  font-size: 14px;
}

.s15 {
  font-size: 15px;
}

.s16 {
  font-size: 16px;
}

.s17 {
  font-size: 17px;
}

.s18 {
  font-size: 18px;
}

.s23 {
  font-size: 25px;
}

.s25 {
  font-size: 25px;
}

.s30 {
  font-size: 30px;
}

.s33 {
  font-size: 33px;
}

/* Спонсоры */
.title {
  position: relative;
  width: 150px;
  height: 27px;
  left: 11.45px;
  /* top: 0px; */

  font-family: "Tactic Sans";
  font-weight: normal;
  font-style: normal;

  /* font-weight: 400; */
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;

  /* color: #ffffff; */
}

.title-wrapper {
  margin-bottom: 18px;
}

/* systems */
/*  */
@font-face {
  font-family: "Myriad Pro";
  src: url("/fonts/myriadpro-boldsemicn.ttf") format("truetype");
}

@font-face {
  font-family: "Myriad Pro Bold It";
  src: url("/fonts/MYRIADPRO-BOLDIT.OTF") format("truetype");
}

@font-face {
  font-family: "Myriad Pro Regular";
  src: url("/fonts/MYRIADPRO-REGULAR.OTF") format("truetype");
}

@font-face {
  font-family: "Tactic Sans";
  src: url("/fonts/tactic/TacticSans-Reg.eot");
  src: local("Tactic Sans"), local("TacticSans-Reg"),
    url("/fonts/tactic/TacticSans-Reg.eot?#iefix") format("embedded-opentype"),
    url("/fonts/tactic/TacticSans-Reg.woff2") format("woff2"),
    url("/fonts/tactic/TacticSans-Reg.woff") format("woff"),
    url("/fonts/tactic/TacticSans-Reg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
  font-family: "Myriad Pro Regular";
}

body {
  margin: 0 20px 0 20px;
  padding: 0;
  color: #404040;
  background: #dfc9a2;
}
