/* import */
/* mixin */
.br {
  border-radius: 4px;
}
.opacity-img {
  opacity: 0.8;
}
.opacity-btn {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
body {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #333;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* class */
.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.pr-5 {
  padding-right: 5px;
}
.pl-5 {
  padding-left: 5px;
}
.pr-10 {
  padding-right: 10px;
}
.pl-10 {
  padding-left: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.pb-15 {
  padding-bottom: 15px;
}
.mr-5 {
  margin-right: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.mt-0 {
  margin-top: 0;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.row-0 {
  margin: 0;
}
.row-5 {
  margin: 0 -5px;
}
.row-10 {
  margin: 0 -10px;
}
.btn-link {
  padding: 20px 30px;
  border-radius: 4px;
  background: #CD2122;
  color: #f7f7f7 !important;
  letter-spacing: 1px;
  text-decoration: none;
}
.btn-link_oval {
  border-radius: 30px;
}
.btn-link:hover {
  opacity: 0.8;
}
.btn-button {
  padding: 20px 30px;
  border: none;
  border-radius: 4px;
  outline: 0;
  background: #CD2122;
  color: #f7f7f7;
  font-size: 1em;
  cursor: pointer;
  letter-spacing: 1px;
}
.btn-button:hover {
  opacity: 0.8;
}
.link-dotted {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.link-dotted:hover {
  border: none;
}
/* bitrix */
[id^=bx_incl] {
  display: inline;
}
.content-box *[id^=bx_incl] {
  display: block;
}
