html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  min-width: 300px;
  margin-bottom: 40px;
  font: 14px/18px 'Roboto', sans-serif;
  background: #ffffff;
}
strong {
  font-weight: bold;
}
a {
  color: #da2128;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
hr {
  height: 2px;
  margin: 0;
  border: none;
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.l-container {
  position: relative;
  overflow: auto;
  margin: 0 auto;
}
.l-container:before,
.l-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.l-container:after {
  clear: both;
}
.l-mw_middle-container {
  padding: 0 20px;
  max-width: 1220px;
}
.l-mw_small-container {
  padding: 0 20px;
  max-width: 820px;
}
.l-mw_middle-container > .l-mw_small-container {
  max-width: 780px;
  padding-left: 0;
  padding-right: 0;
}
.l-mw_small2-container {
  max-width: 820px;
}
.l-pv5565-container {
  padding-top: 50px;
  padding-bottom: 60px;
}
.l-map-container {
  height: 400px;
  background: url(../img/map-placeholder.png) center no-repeat;
  background-size: cover;
}
.l-bg_red-container {
  background: #da2128;
}
.l-bg_gray-container {
  background: #f2f2f2;
}
.l-bg_white-container {
  background: #ffffff;
}
.l-bg_black-container {
  background: #000000;
}
.l-footer {
  position: absolute;
  bottom: 0;
  height: 40px;
  width: 100%;
  color: #fff;
  background: #000;
}
.l-inline_list {
  overflow: auto;
  font-size: 0;
  vertical-align: top;
}
.l-ws20-inline_list {
  word-spacing: 20px;
}
.l-ws20-inline_list > * {
  word-spacing: normal;
}
.l-m_ng-inline_list {
  margin: 0 -10px;
}
.l-pb_10-inline_list {
  padding-bottom: 10px;
}
.l-form {
  position: relative;
  overflow: auto;
}
.l-form-row {
  margin-top: 28px;
}
.l-lightbox-form {
  width: 100%;
  max-width: 560px;
  padding: 35px 40px 40px;
}
@media (max-width: 635px) {
  .l-form-row {
    max-width: 480px;
  }
}
.l-header_top {
  position: relative;
  overflow: auto;
  text-align: right;
  /* MEDIA */
}
.l-header_top-1 {
  display: inline-block;
}
.l-header_top-2 {
  display: inline-block;
}
@media (max-width: 750px) {
  .l-header_top-1 {
    display: block;
  }
  .l-header_top-2 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 500px) {
  .l-header_top-2 {
    position: relative;
    display: block;
  }
}
.l-stick_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 5;
}
@media (max-width: 750px) {
  .l-fixed_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding-top: 40px;
    background: #da2128 url(../img/icons/01.svg) center 9px no-repeat;
    background-size: 21px;
    z-index: 5;
    overflow: hidden;
    cursor: pointer;
  }
  .l-fixed_menu.is-l-fixed_menu-open {
    height: auto;
    background: #da2128 url(../img/icons/02.svg) center 9px no-repeat;
    background-size: 21px;
  }
}
.l-message {
  position: relative;
  overflow: auto;
  margin: 0 auto;
}
.l-message p {
  font: 20px/30px 'Roboto', sans-serif;
}
.l-lightbox-message {
  width: 100%;
  max-width: 560px;
  padding: 35px 40px 40px;
}
.logo {
  display: inline-block;
  margin: 7px 0 0 20px;
  vertical-align: top;
}
@media (max-width: 750px) {
  .logo {
    margin-bottom: 7px;
  }
}
.button {
  display: inline-block;
  height: 40px;
  padding: 10px 18px 0;
  background: #c51e24;
  background: linear-gradient(to bottom, #da2128, #af1b20);
  font: 13px 'Roboto Slab', serif;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
.button:hover {
  background: #d02026;
  background: linear-gradient(to bottom, #da2128, #c51e24);
}
.w_bold-button {
  width: 180px;
  padding-top: 8px;
  font: 700 15px 'Roboto Slab', serif;
}
.gray-button {
  background: #e7e7e7;
  background: linear-gradient(to bottom, #ffffff, #cecece);
  color: #000000;
}
.gray-button:hover {
  background: #f3f3f3;
  background: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
.fw_700-button {
  padding-top: 9px;
  font: 700 15px 'Roboto Slab', serif;
}
.w_180-button {
  width: 180px;
}
.h_small-button {
  height: 30px;
  padding-top: 4px;
  margin: 0;
}
.button_m {
  position: relative;
  display: inline-block;
  height: 48px;
  padding: 15px 0 0;
  margin: 2px 20px 0 10px;
  font: 13px 'Roboto', sans-serif;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
  vertical-align: top;
}
.button_m:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: #da2128;
  transition: .2s ease;
  content: '';
}
.button_m:hover:after {
  width: 100%;
}
.button_m.is-button_m-active:after {
  width: 100%;
}
@media (max-width: 750px) {
  .button_m {
    display: block;
    margin: 0;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
  }
  .button_m:after {
    display: none !important;
  }
  .button_m.is-button_m-active {
    background: #f2f2f2;
    color: #000000;
  }
}
.contacts {
  display: inline-block;
  height: 40px;
  padding: 8px 0 0 40px;
  background: #000000;
  border-radius: 0 0 0 40px;
  font: 15px 'Roboto Slab', serif;
  text-align: left;
  /*@media (max-width: 750px) {
    display: block;
    width: auto;
    clear: both;
  }*/
}
.contacts span {
  display: inline-block;
}
.contacts-phone {
  margin-right: 20px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none !important;
}
.contacts-email {
  margin-right: 20px;
}
@media (max-width: 750px) {
  .contacts {
    display: block;
    padding-left: 20px;
    border-radius: 0;
  }
}
.text_content {
  overflow: auto;
  position: relative;
}
.text_content h2 {
  padding-bottom: 3px;
  margin-bottom: 20px;
  font: bold 30px/35px 'Roboto Slab', serif;
}
.text_content h3 {
  padding-bottom: 3px;
  margin-bottom: 20px;
  font: bold 25px/30px 'Roboto Slab', serif;
}
.text_content h3 a {
  color: #000000;
}
.text_content h3 span {
  font-size: 20px;
  font-weight: normal;
}
.text_content h4 {
  margin-bottom: 5px;
  font: bold 18px/30px 'Roboto Slab', serif;
}
.text_content p {
  margin-bottom: 8px;
  font: 15px/20px 'Roboto', sans-serif;
}
.text_content p strong {
  font-family: 'Roboto Slab', serif;
}
.text_content ul li {
  position: relative;
  margin-bottom: 7px;
  font: 300 18px/30px 'Roboto Slab', serif;
  text-indent: 20px;
}
.text_content ul li:after {
  position: absolute;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #da2128;
  content: '';
}
.text_content table {
  width: 100%;
}
.text_content table td {
  padding-left: 20px;
}
.text_content table td:nth-child(2n) {
  width: 24.4%;
}
.text_content table thead {
  background: #da2128;
}
.text_content table thead td {
  padding-top: 4px;
  padding-bottom: 26px;
  font: bold 15px/20px 'Roboto Slab', serif;
}
.text_content table tbody td {
  padding-top: 4px;
  padding-bottom: 6px;
  font: 300 15px/20px 'Roboto', sans-serif;
}
.text_content table tbody tr:nth-child(2n) {
  background: #0d0d0d;
}
.text_content-left {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.text_content-right {
  float: right;
  width: 50%;
  padding-left: 10px;
}
.promo1-text_content p {
  margin-top: 7px;
  font: 300 18px/30px 'Roboto Slab', serif;
  color: #ffffff;
}
.promo1-text_content h3 {
  padding-bottom: 3px;
  margin-top: 20px;
  font: bold 20px/30px 'Roboto Slab', serif;
  color: #ffffff;
}
.promo2-text_content h2 {
  padding-bottom: 3px;
  margin-bottom: 20px;
  font: bold 30px/35px 'Roboto Slab', serif;
}
.promo2-text_content h3 {
  padding-bottom: 3px;
  margin-bottom: 20px;
  font: bold 20px/30px 'Roboto Slab', serif;
}
.promo3-text_content h2 {
  padding-bottom: 3px;
  margin-bottom: 20px;
  font: bold 30px/35px 'Roboto Slab', serif;
  color: #ffffff;
}
.promo4-text_content h2 {
  padding-bottom: 3px;
  margin-bottom: 0;
  font: bold 30px/35px 'Roboto Slab', serif;
  color: #000000;
}
.promo5-text_content h2 {
  padding-bottom: 3px;
  margin-bottom: 0;
  font: bold 30px/35px 'Roboto Slab', serif;
  color: #000000;
}
.promo5-text_content h2 a {
  color: #ffffff;
}
.form-text_content p {
  font-weight: 300;
}
.advantages-text_content p {
  margin-top: 7px;
  font: 300 18px/30px 'Roboto Slab', serif;
  color: #ffffff;
}
.advantages-text_content h2 {
  padding-bottom: 3px;
  margin-top: 20px;
  font: bold 30px/35px 'Roboto Slab', serif;
  color: #ffffff;
}
.news-text_content h2 {
  padding-bottom: 3px;
  margin-bottom: 0;
  font: bold 30px/35px 'Roboto Slab', serif;
}
.cl_white-text_content {
  color: #ffffff;
}
@media (max-width: 800px) {
  .text_content h2 {
    font-size: 23px;
  }
  .promo1-text_content p {
    margin-top: 7px;
    font: 15px/25px 'Roboto Slab', serif;
  }
  .advantages-text_content h2 {
    font-size: 25px;
  }
}
@media (max-width: 600px) {
  .text_content-left,
  .text_content-right {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  overflow: hidden;
}
.parallax-bg {
  width: 100%;
  height: 1200px;
  background-size: cover;
  background-position: center 0;
  opacity: 0.9;
}
.parallax-bg-1 {
  background-image: url(../img/plx1.jpg);
}
.parallax-bg-2 {
  background-image: url(../img/plx2.jpg);
}
.parallax-bg-3 {
  background-image: url(../img/plx3.jpg);
  opacity: 0.8;
}
.direction {
  display: inline-block;
  width: 180px;
  margin: 23px 10px 0;
  vertical-align: top;
}
.direction-image {
  vertical-align: top;
  height: 120px;
}
.direction-image img {
  transform: scale(0.4) rotateZ(180deg) translateY(-10px);
  opacity: 0.2;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.direction-title {
  font: bold 15px/20px 'Roboto Slab', serif;
  opacity: 0;
  transition: .5s linear;
}
.direction.is-direction-animate .direction-image img {
  transform: scale(1) rotateZ(0deg) translateY(0px);
  opacity: 1;
}
.direction.is-direction-animate .direction-title {
  opacity: 1;
}
.permission {
  display: inline-block;
  width: 180px;
  margin: 23px 10px 0;
  vertical-align: top;
}
.permission-image {
  vertical-align: top;
  height: 170px;
  transition: .2s linear;
}
.permission-title {
  font: bold 15px/20px 'Roboto Slab', serif;
  color: #000000;
  transition: .2s linear;
}
.permission:hover {
  text-decoration: none;
}
.permission:hover .permission-image {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.permission:hover .permission-title {
  color: #ffffff;
}
.thumbnail {
  display: inline-block;
  margin: 20px 10px 0;
  padding: 10px;
  background: #ffffff;
  vertical-align: top;
}
.thumbnail-image {
  vertical-align: top;
}
.thumbnail-image img {
  vertical-align: top;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .2s linear;
}
.thumbnail:hover .thumbnail-image img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
@media (max-width: 800px) {
  .thumbnail {
    height: 100px;
  }
  .thumbnail-image {
    height: 100%;
  }
  .thumbnail-image img {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .thumbnail {
    height: 70px;
  }
  .thumbnail-image {
    height: 100%;
  }
  .thumbnail-image img {
    height: 100%;
  }
}
.news_teaser {
  display: inline-block;
  width: 380px;
  margin: 23px 10px 0;
  vertical-align: top;
  font: 15px/20px 'Roboto', sans-serif;
}
.news_teaser-date {
  margin-bottom: 7px;
  font-family: 'Roboto Slab', serif;
  color: #808080;
}
@media (max-width: 860px) {
  .news_teaser {
    display: block;
    width: auto;
  }
}
.w_auto-news_teaser {
  display: block;
  width: auto;
}
.service {
  display: inline-block;
  width: 380px;
  margin: 23px 10px 0;
  vertical-align: top;
  font: 15px/20px 'Roboto', sans-serif;
}
.service-image {
  float: left;
  margin-right: 30px;
}
.service-image img {
  border-radius: 50%;
  vertical-align: top;
  transform: scale(0.4) rotateY(180deg) translateY(-10px);
  opacity: 0.2;
  transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.service-description {
  overflow: auto;
  font: bold 15px/20px 'Roboto Slab', serif;
  opacity: 0;
  transition: .5s linear;
}
.service.is-service-animate .service-image img {
  transform: scale(1) rotateY(0deg) translateY(0px);
  opacity: 1;
}
.service.is-service-animate .service-description {
  opacity: 1;
}
@media (max-width: 860px) {
  .service {
    display: block;
    width: auto;
    overflow: auto;
  }
}
@media (max-width: 600px) {
  .service-image {
    width: 100px;
    height: 100px;
    margin-right: 15px;
  }
  .service-image img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 400px) {
  .service-image {
    width: 100px;
    height: 100px;
    float: none;
    margin-bottom: 10px;
  }
  .service-image img {
    width: 100%;
    height: 100%;
  }
}
.vacancy {
  position: relative;
  margin-bottom: 4px;
  overflow: hidden;
  background: #da2128;
  color: #ffffff;
}
.vacancy-title {
  position: relative;
  padding: 10px 20px 10px 20px;
  font: bold 15px/30px 'Roboto Slab', serif;
  text-transform: uppercase;
  background: #da2128;
  z-index: 1;
  cursor: pointer;
}
.vacancy-description {
  padding: 15px 20px 20px 20px;
  display: none;
  overflow: hidden;
}
.vacancy-add {
  margin-top: 17px;
}
.vacancy-add label {
  display: inline-block;
  margin-bottom: 5px;
  font: 300 13px/20px 'Roboto', sans-serif;
  text-transform: uppercase;
}
.vacancy.is-vacancy-open .vacancy-marker {
  transform: rotateZ(180deg);
  top: 18px;
}
.vacancy.is-vacancy-open .vacancy-description {
  margin-top: 0;
}
.vacancy-marker {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 8px;
  height: 8px;
  overflow: hidden;
  z-index: 2;
}
.vacancy-marker:after {
  position: absolute;
  top: -4px;
  right: 0px;
  width: 100%;
  height: 100%;
  transform: rotateZ(45deg);
  background: #ffffff;
  content: '';
}
.file {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 480px;
  height: 30px;
  overflow: hidden;
}
.file-name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3px 5px 0;
  border: 1px solid #000000;
  font: 15px/20px 'Roboto', sans-serif;
  overflow: hidden;
}
.file-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  padding: 4px 12px 0;
  background: #717171;
  background: linear-gradient(to bottom, #7d7d7d, #656565);
  font: bold 15px/20px 'Roboto Slab', serif;
  color: #ffffff;
  z-index: 2;
}
.file-input {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
.file.error .file-name {
  border-color: #da2128;
}
.file:hover .file-btn {
  background: #777777;
  background: linear-gradient(to bottom, #7d7d7d, #717171);
}
.white-file .file-btn {
  background: #e7e7e7;
  background: linear-gradient(to bottom, #ffffff, #cecece);
  color: #000000;
}
.white-file .file-name {
  border-color: #ffffff;
}
.white-file.error .file-name {
  border-color: #a31d22;
}
.white-file:hover .file-btn {
  background: #f3f3f3;
  background: linear-gradient(to bottom, #ffffff, #e6e6e6);
}
.va_m-file {
  vertical-align: middle;
}
.input_box {
  position: relative;
  width: 100%;
  max-width: 580px;
  vertical-align: middle;
}
.input_box-text,
.input_box-text_s {
  display: inline-block;
  height: 30px;
  width: 100%;
  max-width: 480px;
  padding: 0 4px;
  border: 1px solid #000000;
  vertical-align: middle;
}
.input_box-text_s {
  width: 80px;
  margin-right: 20px;
  text-align: center;
}
.input_box-textarea {
  display: inline-block;
  height: 90px;
  width: 100%;
  max-width: 480px;
  border: 1px solid #000000;
  vertical-align: middle;
}
.input_box-label {
  display: inline-block;
  width: 100px;
  font: 300 13px/15px 'Roboto', sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
}
.input_box-captcha {
  display: inline-block;
  height: 30px;
  width: 180px;
  margin-right: 20px;
  vertical-align: middle;
}
.input_box.error .input_box-text,
.input_box.error .input_box-textarea,
.input_box.error .input_box-text_s {
  border-color: #da2128;
}
.va_t-input_box {
  vertical-align: top;
}
.va_t-input_box .input_box-text,
.va_t-input_box .input_box-textarea,
.va_t-input_box .input_box-label {
  vertical-align: top;
}
.va_t-input_box .input_box-label {
  margin-top: 4px;
}
.cl_white-input_box .input_box-text,
.cl_white-input_box .input_box-textarea,
.cl_white-input_box .input_box-label {
  width: 100%;
  background: #da2128;
  border-color: #ffffff;
  color: #ffffff;
}
.cl_white-input_box .input_box-label {
  margin-bottom: 6px;
}
.cl_white-input_box.error .input_box-text,
.cl_white-input_box.error .input_box-textarea,
.cl_white-input_box.error .input_box-text_s {
  border-color: #a31d22;
}
@media (max-width: 635px) {
  .input_box-label {
    display: block;
    width: auto;
    margin-bottom: 5px;
  }
  .input_box-text_s {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 20px;
  }
  .input_box-captcha {
    width: 47.5%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.check_box {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 280px;
  padding: 0 0 0 30px;
  margin-right: 20px;
  font: 300 13px/13px 'Roboto', sans-serif;
  vertical-align: middle;
  cursor: pointer;
}
.check_box:after {
  box-sizing: border-box;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  content: '';
}
.check_box.is-check_box-checked:after {
  background: #da2128;
}
.check_box.warning:after {
  border-width: 3px;
  border-color: #da2128;
}
@media (max-width: 635px) {
  .check_box {
    margin-right: 0;
    margin-bottom: 28px;
  }
}
.review {
  display: inline-block;
  width: 180px;
  margin: 23px 10px 10px;
  vertical-align: top;
}
.review:hover {
  text-decoration: none;
}
.review-image {
  vertical-align: top;
  height: 190px;
}
.review-image img {
  border: 2px solid #e6e6e6;
  transition: .2s linear;
}
.review-title {
  font: bold 15px/20px 'Roboto Slab', serif;
  color: #000000;
  transition: .2s linear;
}
.review:hover .review-image img {
  border-color: #da2128;
}
.review:hover .review-title {
  color: #da2128;
}
.switcher {
  width: 100%;
  max-width: 580px;
  margin-bottom: 10px;
  overflow: auto;
}
.switcher-btn {
  font: 20px/25px 'Roboto Slab', serif;
  color: #da2128;
  cursor: pointer;
}
.switcher-btn.is-btn-switcher-active {
  font-weight: bold;
  color: #000000;
  cursor: default;
}
@media (max-width: 600px) {
  .switcher-btn {
    padding-bottom: 5px;
  }
}
.pagination {
  margin-top: 50px;
  overflow: auto;
}
.pagination-item {
  display: inline-block;
  height: 40px;
  width: 40px;
  padding-top: 9px;
  margin-right: 10px;
  border: 2px solid #da2128;
  background: #ffffff;
  font: 700 17px/20px 'Roboto', sans-serif;
  color: #000000;
  text-align: center;
  vertical-align: top;
}
.pagination-item:hover {
  text-decoration: none;
}
.pagination-item.is-pagination-item-active {
  padding-top: 10px;
  border: none;
  background: #808080;
  cursor: default;
}
.copyright {
  padding-top: 10px;
}
.stivos {
  padding-top: 5px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.bg-gray {
  background: #f2f2f2;
}
.bg-red {
  background: #da2128;
}
.small-font {
  font-size: 10px;
}
.c-gray {
  color: #808080;
}
.is-hidden {
  display: none;
}
@media (max-width: 1200px) {
  .m-middle-cl_both {
    clear: both;
  }
}
@media (max-width: 750px) {
  body {
    padding-top: 40px;
  }
  .m-small-cl_both {
    clear: both;
  }
  .m-small-ta_left {
    text-align: left;
  }
  .m-small-fl_right {
    float: right;
  }
  .m-small-fl_none {
    float: none;
  }
}
@media (max-width: 500px) {
  .m-xsmall-fl_none {
    float: none;
  }
  .m-xsmall-w_100 {
    width: 100%;
  }
}
