* {
  position: relative;
  font-size: 1em;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*::selection {
  background: #D21E50;
  color: #fff;
}

html {
  font-size: 16px;
  color-scheme: only light;
}

body {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #212529;
  width: 100%;
  height: 100%;
  font-stretch: normal;
  font-variant: normal;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-family: "PTSans", "Arial", sans-serif;
  color-scheme: light only;
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #fff!important;
  }
}

/* article, aside, footer, header, hgroup, main, nav, section */
h1, h2, h3, h4, h5, h6 {
  font-family: "Optima", "PTSans", "Arial", sans-serif;
  color: #212529;
  font-weight: bold;
  font-style: normal;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

h1 {
  font-size: 700%;
}

h2 {
  font-size: 220%;
}

h3 {
  font-size: 190%;
}

h4 {
  font-size: 160%;
}

h5 {
  font-size: 145%;
}

h6 {
  font-size: 130%;
}

input, textarea, select, button {
  font: normal 16px "PTSans", "Arial", sans-serif;
}

a {
  text-decoration: none;
  color: #3025cf;
  line-height: 1em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:before, a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
a:before {
  width: 100%;
  border-bottom: 1px solid rgba(48, 37, 207, 0.1);
}
a:after {
  width: 0;
  border-bottom: 1px solid #3025cf;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
  color: #D21E50;
}
a:hover:after {
  border-color: #D21E50;
  width: 100%;
  opacity: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
	
}

table td { padding: 0 20px 0 20px;
    border: 1px solid #c4c4c673;
}


img {
  border: none;
  line-height: 0;
}

.clr {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

br {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}

.svgi {
  width: 1em;
  height: 1em;
  stroke-width: 0;
  fill: currentColor;
  stroke: currentColor;
  display: inline-block;
}

/* ------------------------------------------------------------------------------ */
.font1 {
  font-family: "Arial", sans-serif;
}

.font2 {
  font-family: "PTSans", sans-serif;
}

.font2n {
  font-family: "PTSansNarrow", sans-serif;
}

.font3 {
  font-family: "Optima", sans-serif;
}

.ruble {
  font-family: "Ruble", sans-serif;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* ------------------------------------------------------------------------------ */
.as2 {
  color: #212529;
  text-decoration: none;
  line-height: 1em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.as2:before, .as2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.as2:before {
  width: 100%;
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
}
.as2:after {
  width: 0;
  border-bottom: 1px solid #212529;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.as2:hover {
  text-decoration: none;
  color: #D21E50;
}
.as2:hover:after {
  border-color: #D21E50;
  width: 100%;
  opacity: 1;
}

.as3 {
  color: #e0e0e0;
  text-decoration: none;
  line-height: 1em;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.as3:before, .as3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
.as3:before {
  width: 100%;
  border-bottom: 1px solid rgba(224, 224, 224, 0.1);
}
.as3:after {
  width: 0;
  border-bottom: 1px solid #e0e0e0;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.as3:hover {
  text-decoration: none;
  color: #D21E50;
}
.as3:hover:after {
  border-color: #D21E50;
  width: 100%;
  opacity: 1;
}
/* ------------------------------------------------------------------------------ */
