body {
  margin: 0 auto;
  padding: 0;
  max-width: 600px;
  font-family: "Montserrat";
}
select {
  outline: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../fonts/select-triangle.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px 10px;
}
select:hover {
  background-size: 10px 10px;
  background-position: right 10px center;
}
select:focus {
  outline: none !important;
  outline-color: transparent;
  outline-width: 0;
}
select::-ms-expand {
  display: none !important;
  background: none !important;
  position: fixed;
  border: none !important;
  outline: none !important;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
:not(#fake) {
  outline: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
header {
  box-sizing: border-box;
  z-index: 200;
  width: 100%;
  background: #000;
  font-size: 28px;
  padding: 0 20px;
  padding-top: 5px;
  max-width: 600px;
  text-align: center;
}
header .menu {
  float: right;
  line-height: 1.85;
}
.imgco {
  float: left;
  margin-right: 12px;
  width: 50px;
}
.menu-open {
  margin: 0 -20px;
  background: #f9f9f9;
  padding: 10px 30px;
}
.menu-open ul {
  list-style: none;
  padding: 0;
}
.menu-open a {
  text-decoration: none;
  color: #000;
  line-height: 2;
  font-weight: 700;
}
.topimg {
  text-align: center;
}
.topimg img {
  width: 100%;
  margin-top: 0;
  border-radius: 0;
}
.land {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  background: #bfd255;
  background: -moz-linear-gradient(
    top,
    #bfd255 0%,
    #8eb92a 50%,
    #72aa00 51%,
    #9ecb2d 100%
  );
  background: -webkit-linear-gradient(
    top,
    #bfd255 0%,
    #8eb92a 50%,
    #72aa00 51%,
    #9ecb2d 100%
  );
  background: linear-gradient(
    to bottom,
    #bfd255 0%,
    #8eb92a 50%,
    #72aa00 51%,
    #9ecb2d 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bfd255',endColorstr='#9ecb2d',GradientType=0);
  font-weight: 800;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.topimg a {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.topimg a img {
  width: 100%;
}
video {
  width: 100%;
  background: #000;
}
main {
  margin: 0 16px;
}
h1 {
  margin: 8px 0;
  font-size: 23px;
  text-align: center;
  font-weight: 800;
}
h1 span {
  color: red;
}
.content_head h2 {
  color: red;
  font-weight: 700;
  font-size: 20px;
  line-height: 33px;
  margin-bottom: 0;
}
.golova {
  position: relative;
  margin-bottom: 10px;
}
.golova > img {
  position: relative;
}
.golova h2 {
  text-align: center;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  padding: 0 10px;
  font-size: 23px;
}
.post-date {
  font-size: 14px;
  color: #999;
  line-height: 1;
  margin-top: 6px;
  margin-bottom: 10px;
  text-align: center;
}
h2 span {
  font-weight: 300;
}
.golova ul {
  padding: 0;
  margin: 0;
  font-size: 15px;
  text-align: center;
}
.story p strong {
  font-weight: 800;
}
.story p strong span {
  color: #fd0101;
}
.story p.vstuplenie {
  font-size: 15px;
}
.kvota img {
  width: 80px;
  border-radius: 50%;
  position: absolute;
  left: 36%;
  top: -40px;
  border: 5px solid #fff;
}
.kvota {
  background: #ffefef;
  margin-top: 50px;
  margin-bottom: 0;
  position: relative;
  padding: 52px 15px 25px;
}
.kvota p {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600;
  text-align: center !important;
  color: #ec1010;
}
.kto h3 {
  margin: 0 !important;
  color: #000;
  padding: 20px 0 !important;
  text-align: center;
  font-weight: 800 !important;
  font-style: normal !important;
  font-size: 26px;
}
.kto ul {
  list-style-type: none;
  padding: 0;
  text-align: center;
  margin: 0 0 10px !important;
}
.kto ul li {
  display: inline-block;
  width: 49%;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.kto img {
  border-radius: 50%;
  border: 5px solid #fff !important;
  max-width: 100px;
}
.kto li a span {
  font-weight: 400;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  display: block;
}
.kto li a {
  text-decoration: none;
}
.kto {
  background: #f1f1f1;
  padding-bottom: 10px;
}
.kvota span {
  display: block;
  margin: 10px;
  text-align: center;
  font-size: 15px;
}
.kvota span strong {
  display: block;
}
.story a img {
  display: block;
  width: 100%;
}
.ere {
  font-weight: 600;
  color: #137ce1 !important;
  text-decoration: underline;
}
.golova ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0 3px;
}
.golova ul li a {
  text-decoration: none;
  color: #000;
}
.img-responsive {
  width: 100%;
}
.story p b {
  font-weight: 600;
}
.story h3 {
  font-weight: 500;
  font-style: italic;
  margin: 12px 0;
  padding: 0 10px;
}
.story a {
  font-weight: 600;
  color: #137ce1;
}
.toland {
  border: 3px dashed #000;
  text-align: center;
  background: #ff0;
  padding-top: 20px;
  padding-bottom: 10px;
  position: relative;
  z-index: 20;
  margin: 5px;
  margin-bottom: 20px;
}
.toland:after {
  position: absolute;
  content: " ";
  display: block;
  background: url(../fonts/scissors.svg);
  background-size: 77px;
  width: 75px;
  height: 45px;
  top: -24px;
  left: 29px;
}
.toland form {
  padding: 5px 20px;
}
.toland span {
  color: red;
  font-size: 30px;
  font-weight: 800;
  display: block;
}
.toland strong {
  display: block;
  text-align: center;
  font-size: 32px;
  font-weight: 800;
}
.buynow.rose {
  padding: 20px;
  background: #f9fff6;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.buynow li span {
  background: #55b227;
  display: inline-block;
  width: 25px;
  height: 25px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  bottom: 2px;
}
.buynow .delivery {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  display: block;
  color: green;
  margin-bottom: 20px;
}
blockquote {
  margin: 0;
  padding: 0;
  color: red;
  font-size: 20px;
  font-style: italic;
  text-align: center;
}
.content_head::after {
  content: " ";
  display: table;
  clear: both;
}
.story p {
  font-size: 15px;
  text-align: justify;
  line-height: 21px;
}
html {
  padding: 0;
  margin: 0;
}
.socialicons a {
  color: #fff !important;
  margin: 0 3px;
}
.story .content_img-title {
  font-size: 20px;
  text-align: center;
  font-weight: 900;
}
.content_autor {
  border-right: 2px solid #eee;
  padding-right: 12px;
  color: #f10d14;
  margin-right: 12px;
  font-weight: 700;
  text-align: center;
  float: left;
  user-select: none;
  font-weight: 800;
  text-decoration: none;
  width: auto;
}
.content_autor .ava {
  margin: 0 auto;
  border-radius: 50%;
  max-width: 60px;
  display: block !important;
}
.fa-facebook {
  color: #3b5999;
}
.fa-twitter {
  color: #1da1f3;
}
.fa-instagram {
  color: #262626;
}
.login_block-social_link {
  font-size: 1rem;
  margin-top: 6px;
  margin-right: 5px;
}
.paypal-link {
  margin: 20px 5% 0;
  padding: 8px;
  line-height: 1;
  color: #111;
  background: #ffc439;
  text-decoration: none;
  font-size: 27px;
  display: block;
  border-radius: 35px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  letter-spacing: 0;
  display: none;
}
.paypal-link img {
  width: auto;
  vertical-align: middle;
}
.facebook-like {
  background: #4267b2;
  border: 1px solid #4267b2;
  color: #fff !important;
  border-radius: 3px;
  padding: 0 4px;
  line-height: 1;
  height: 20px;
  box-sizing: border-box;
  text-decoration: none;
  font-family: Helvetica, Arial, sans-serif;
  display: inline-block;
}
.facebook-like svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.facebook-like .text {
  font-family: inherit;
  font-size: 11px;
}
.fil6 {
  fill: none;
}
.fil0 {
  fill: #fefefe;
}
.fil8 {
  fill: #6383c1;
  fill-rule: nonzero;
}
.fil7 {
  fill: url(A.style.css.pagespeed.cf.4qJauhqARE.css);
}
.fil4 {
  fill: #fcdc6b;
}
.fil1 {
  fill: #6a99d0;
}
.fil5 {
  fill: #201e1e;
}
.fil2 {
  fill: #f50953;
}
.fil3 {
  fill: #fefefe;
  fill-rule: nonzero;
}
.fb-shit {
  text-align: center;
  display: flex;
  justify-content: space-around;
  font-size: 15px;
}
.fb-shit .fb-like-click {
  background: #eee;
  padding: 4px 10px;
  padding-left: 2px;
  border-radius: 4px;
  flex: 2 1 auto;
}
.fb-shit .fb-like-click + .fb-like-click {
  margin-left: 10px;
}
.fb-shit svg {
  height: 32px;
  width: 32px;
  vertical-align: middle;
}
.img-comment {
  display: block;
  width: 100%;
  background: #eee;
  padding: 8px;
  font-style: italic;
  box-sizing: border-box;
}
.img-comment .star {
  color: red;
  font-weight: 600;
  font-style: normal;
}
.commentarios {
  padding: 5px 10px;
  line-height: 1;
  font-size: 11px;
  color: #fff;
  background: #2361ae;
  font-family: Tamoha, sans-serif;
}
.otros-commentarios a {
  color: #333;
  text-decoration: none !important;
  font-weight: 700;
}
.otros-commentarios {
  margin: 20px;
  display: block;
  border-radius: 10px;
  padding: 10px;
  background: #f2f2f2;
  color: #000;
  text-decoration: none !important;
  text-align: center;
}
.comenti {
  margin-bottom: 30px;
}
.coma {
  display: flex;
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0 10px;
  margin-top: 10px;
}
.coma + .coma {
  border-top: 1px solid #e2e2e2;
  padding-top: 10px;
}
.coma .col-avatar {
  flex: 0 0;
  margin-right: 10px;
}
.coma .col-avatar img {
  width: 50px;
}
.coma .col-comm-text {
  flex: 1 1 auto;
}
.coma .nickname {
  margin: 0;
}
.coma .nickname a {
  color: #3b5998;
  text-decoration: none;
  font-weight: 700;
}
.coma .comment {
  padding-top: 5px;
  margin: 0 28px 5px 0;
}
.coma .comimg {
  display: block;
  margin: 10px 0;
  width: 70%;
}
.coma .respond {
  text-decoration: none;
  color: #3b5998;
}
.coma .date {
  border-bottom: 1px dotted gray;
  color: gray;
}
.product {
  margin-bottom: 5px;
}
.product .price-old .wv_currency {
  margin-left: -35px;
  z-index: 1;
}
.product .price-old span:before {
  display: none;
}
.product .price-old .wv_old-price:after {
  z-index: 2;
  position: absolute;
  content: "";
  left: -4px;
  top: 45%;
  right: 0;
  border-top: 5px solid #ed1b24;
  transform: rotate(-10deg);
  width: 90px;
}
.product .price .wv_currency {
  margin-left: -10px;
}
.best-form {
  font: 16px/1.2 "Roboto Condensed", sans-serif;
  padding: 1rem;
  padding-bottom: 16px;
  color: #fff;
  background-color: #fa0;
  background-image: url(data:image/svg+xml,%3Csvg\ xmlns=\'http://www.w3.org/2000/svg\'\ width=\'100%25\'\ height=\'100%25\'\ viewBox=\'0\ 0\ 1600\ 800\'%3E%3Cg\ %3E%3Cpath\ fill=\'%23ffb803\'\ d=\'M486\ 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5\ 692.1\ 49\ 703\ 0\ 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8\ 707.1\ 489.4\ 706.5\ 486\ 705.8z\'/%3E%3Cpath\ fill=\'%23ffc607\'\ d=\'M1600\ 0H0v719.8c49-16.8\ 99.5-27.8\ 150.7-33.5c111.9-12.7\ 226-2.4\ 335.3\ 19.4c3.4\ 0.7\ 6.8\ 1.4\ 10.2\ 2c116.8\ 24\ 231.7\ 59\ 347.6\ 92.2H1600V0z\'/%3E%3Cpath\ fill=\'%23ffd40c\'\ d=\'M478.4\ 581c3.2\ 0.8\ 6.4\ 1.7\ 9.5\ 2.5c196.2\ 52.5\ 388.7\ 133.5\ 593.5\ 176.6c174.2\ 36.6\ 349.5\ 29.2\ 518.6-10.2V0H0v574.9c52.3-17.6\ 106.5-27.7\ 161.1-30.9C268.4\ 537.4\ 375.7\ 554.2\ 478.4\ 581z\'/%3E%3Cpath\ fill=\'%23ffe111\'\ d=\'M0\ 0v429.4c55.6-18.4\ 113.5-27.3\ 171.4-27.7c102.8-0.8\ 203.2\ 22.7\ 299.3\ 54.5c3\ 1\ 5.9\ 2\ 8.9\ 3c183.6\ 62\ 365.7\ 146.1\ 562.4\ 192.1c186.7\ 43.7\ 376.3\ 34.4\ 557.9-12.6V0H0z\'/%3E%3Cpath\ fill=\'%23ffef15\'\ d=\'M181.8\ 259.4c98.2\ 6\ 191.9\ 35.2\ 281.3\ 72.1c2.8\ 1.1\ 5.5\ 2.3\ 8.3\ 3.4c171\ 71.6\ 342.7\ 158.5\ 531.3\ 207.7c198.8\ 51.8\ 403.4\ 40.8\ 597.3-14.8V0H0v283.2C59\ 263.6\ 120.6\ 255.7\ 181.8\ 259.4z\'/%3E%3Cpath\ fill=\'%23ffea34\'\ d=\'M1600\ 0H0v136.3c62.3-20.9\ 127.7-27.5\ 192.2-19.2c93.6\ 12.1\ 180.5\ 47.7\ 263.3\ 89.6c2.6\ 1.3\ 5.1\ 2.6\ 7.7\ 3.9c158.4\ 81.1\ 319.7\ 170.9\ 500.3\ 223.2c210.5\ 61\ 430.8\ 49\ 636.6-16.6V0z\'/%3E%3Cpath\ fill=\'%23ffe547\'\ d=\'M454.9\ 86.3C600.7\ 177\ 751.6\ 269.3\ 924.1\ 325c208.6\ 67.4\ 431.3\ 60.8\ 637.9-5.3c12.8-4.1\ 25.4-8.4\ 38.1-12.9V0H288.1c56\ 21.3\ 108.7\ 50.6\ 159.7\ 82C450.2\ 83.4\ 452.5\ 84.9\ 454.9\ 86.3z\'/%3E%3Cpath\ fill=\'%23ffe157\'\ d=\'M1600\ 0H498c118.1\ 85.8\ 243.5\ 164.5\ 386.8\ 216.2c191.8\ 69.2\ 400\ 74.7\ 595\ 21.1c40.8-11.2\ 81.1-25.2\ 120.3-41.7V0z\'/%3E%3Cpath\ fill=\'%23ffdc64\'\ d=\'M1397.5\ 154.8c47.2-10.6\ 93.6-25.3\ 138.6-43.8c21.7-8.9\ 43-18.8\ 63.9-29.5V0H643.4c62.9\ 41.7\ 129.7\ 78.2\ 202.1\ 107.4C1020.4\ 178.1\ 1214.2\ 196.1\ 1397.5\ 154.8z\'/%3E%3Cpath\ fill=\'%23ffd771\'\ d=\'M1315.3\ 72.4c75.3-12.6\ 148.9-37.1\ 216.8-72.4h-723C966.8\ 71\ 1144.7\ 101\ 1315.3\ 72.4z\'/%3E%3C/g%3E%3C/svg%3E);
  background-size: cover;
}
.product {
  display: flex;
}
.product .left {
  width: 50%;
}
.product .right {
  width: 50%;
  text-align: center;
}
.product .discount {
  background-image: linear-gradient(to right, #ff0, #ffeb3b);
  color: red;
  border-radius: 10px;
  transform: skew(-15deg);
  font-size: 3.5rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  width: 85%;
  height: 5rem;
  line-height: 5rem;
  letter-spacing: -3px;
  margin-top: -0.3rem;
}
.product .discount div {
  transform: skew(15deg);
}
.product .price {
  color: #ed1b24;
  font-size: 43px;
  font-weight: 700;
  padding-bottom: 5px;
  letter-spacing: -6px;
  line-height: 1;
}
.product .discount-text {
  margin-top: 1rem;
  color: #000;
  font-size: 18px;
}
.product .price span {
  font-weight: 300;
  font-size: 50%;
  margin-left: 5px;
}
.product .price-old {
  line-height: 1;
}
.product .price-old span {
  padding: 0;
  font-size: 2rem;
  color: #000;
  position: relative;
}
.product .price-old span:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 5px solid #ed1b24;
  transform: rotate(-10deg);
}
.country-input,
.name-input,
.phone-input {
  color: #000;
  background-color: #fff;
  border: 0;
  width: 100%;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  transition: all 0.15s ease-in-out;
}
.country-select,
.name-input input,
.phone-input input {
  flex: 1 1 auto;
  border: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
  min-width: 0;
  padding: 10px 15px;
  border-radius: 6px;
}
.button-submit:focus,
.name-input:focus-within,
.phone-input:focus-within {
  outline: 0;
  box-shadow: 0 0 0 4px #bdab3c;
}
.name-input:focus-within input,
.phone-input:focus-within input {
  outline: 0;
}
.name-input .country {
  border-radius: 3px;
  vertical-align: -2px;
}
.name-input label,
.phone-input label {
  align-self: center;
  padding-left: 15px;
  width: 40px;
  font-weight: 700;
}
.button-submit {
  display: flex;
  box-sizing: border-box !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  text-decoration: none;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  border-radius: 6px;
  border: 0;
  padding: 14px 0;
  background-image: linear-gradient(to top, #137c09, #16ac0c);
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.button-submit-text {
  flex: 1 1 auto;
}
.button-submit-arrow {
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1rem solid #fff;
  margin-right: 1rem;
}
.form-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
  margin-top: 0;
}
::placeholder {
  color: #000;
  opacity: 1;
  border-bottom: 1px dashed #aaa;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  z-index: 1000;
  overflow: auto;
  font-family: "Roboto Condensed";
}
.popup.shown {
  display: flex;
}
.popup .buynow {
  margin: auto;
  width: 310px;
  padding: 10px;
  background: #fff;
  border: 4px solid #f11;
  text-align: center;
  border-radius: 6px;
}
.popup .buynow h2 {
  margin: 0;
  color: #f11;
  font-size: 31px;
}
.popup .buynow img {
  margin: 16px 0;
}
.popup #close-popup {
  color: #fff;
  font-size: 64px;
  position: absolute;
  z-index: 50000;
  right: 10px;
  top: 10px;
  line-height: 1;
  text-decoration: none;
}
.countdown-block {
  text-align: center;
  background: #ed1b24;
  color: #fff;
  padding-bottom: 10px;
}
.countdown-block > h3 {
  font-weight: 800;
  font-size: 39px;
  padding-top: 5px;
  margin: 0;
  padding-bottom: 10px;
}
.best-form > .wrap {
  max-width: 320px;
  margin: 0 auto;
}
.countdown-container {
  max-width: 320px;
  background: #ed1b24;
  border: 5px solid #fffd07;
  text-align: center;
  margin: 0 auto;
}
.countdown-container h3 {
  color: #fffd07;
  margin: 0 auto;
  margin-top: -12px;
  background: #ed1b24;
  width: 90%;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
.countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  font-size: 39px;
  line-height: 1;
}
.countdown-item {
  color: #fff;
  width: 5rem;
  font-weight: 800;
}
.countdown-divider {
  color: #fff;
  width: 1rem;
}
.countdown-text {
  margin: 0 auto;
  margin-bottom: -8px;
  background: #ed1b24;
  width: 90%;
  color: #fffd07;
  font-size: 0.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.countdown-text span {
  width: 4rem;
  margin-right: 2rem;
}
.countdown-text span:last-child {
  margin-right: 0;
}
.tab-content.faded {
  height: 100px;
  overflow: hidden;
  position: relative;
}
.tab-content.faded::after {
  display: block;
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.5));
}
.tab-title {
  color: #fff;
  background: #111;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  margin-top: 5px;
  padding: 10px;
  cursor: pointer;
  transition: color 0.2s, background 0.2s;
}
.tab-title.active {
  background: #ed1b24;
}
.tab-photos {
  font-size: 0;
  border: 0;
  border-radius: 0;
}
.tab-photos img {
  width: 50%;
}
.rose p {
  margin-top: 0;
  margin-bottom: 5px;
}
.rose img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
svg:not(:root).svg-inline--fa {
  overflow: visible;
}
.svg-inline--fa {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -0.225em;
}
.svg-inline--fa.fa-w-1 {
  width: 0.0625em;
}
.svg-inline--fa.fa-w-2 {
  width: 0.125em;
}
.svg-inline--fa.fa-w-3 {
  width: 0.1875em;
}
.svg-inline--fa.fa-w-4 {
  width: 0.25em;
}
.svg-inline--fa.fa-w-5 {
  width: 0.3125em;
}
.svg-inline--fa.fa-w-6 {
  width: 0.375em;
}
.svg-inline--fa.fa-w-7 {
  width: 0.4375em;
}
.svg-inline--fa.fa-w-8 {
  width: 0.5em;
}
.svg-inline--fa.fa-w-9 {
  width: 0.5625em;
}
.svg-inline--fa.fa-w-10 {
  width: 0.625em;
}
.svg-inline--fa.fa-w-11 {
  width: 0.6875em;
}
.svg-inline--fa.fa-w-12 {
  width: 0.75em;
}
.svg-inline--fa.fa-w-13 {
  width: 0.8125em;
}
.svg-inline--fa.fa-w-14 {
  width: 0.875em;
}
.svg-inline--fa.fa-w-15 {
  width: 0.9375em;
}
.svg-inline--fa.fa-w-16 {
  width: 1em;
}
.svg-inline--fa.fa-w-17 {
  width: 1.0625em;
}
.svg-inline--fa.fa-w-18 {
  width: 1.125em;
}
.svg-inline--fa.fa-w-19 {
  width: 1.1875em;
}
.svg-inline--fa.fa-w-20 {
  width: 1.25em;
}
.svg-inline--fa.fa-pull-left {
  margin-right: 0.3em;
  width: auto;
}
.svg-inline--fa.fa-pull-right {
  margin-left: 0.3em;
  width: auto;
}
.svg-inline--fa.fa-border {
  height: 1.5em;
}
.svg-inline--fa.fa-li {
  width: 2em;
}
.svg-inline--fa.fa-fw {
  width: 1.25em;
}
.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -0.125em;
  width: 1em;
}
.fa-layers svg.svg-inline--fa {
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.fa-layers-counter,
.fa-layers-text {
  display: inline-block;
  position: absolute;
  text-align: center;
}
.fa-layers-text {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.fa-layers-counter {
  background-color: #ff253a;
  border-radius: 1em;
  color: #fff;
  height: 1.5em;
  line-height: 1;
  max-width: 5em;
  min-width: 1.5em;
  overflow: hidden;
  padding: 0.25em;
  right: 0;
  text-overflow: ellipsis;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.fa-layers-bottom-right {
  bottom: 0;
  right: 0;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}
.fa-layers-bottom-left {
  bottom: 0;
  left: 0;
  right: auto;
  top: auto;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
}
.fa-layers-top-right {
  right: 0;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
.fa-layers-top-left {
  left: 0;
  right: auto;
  top: 0;
  -webkit-transform: scale(0.25);
  transform: scale(0.25);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  position: relative;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1em;
}
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2em;
}
.fa-inverse {
  color: #fff;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.ev-footer__link {
  font-size: 16px;
}
