@charset "UTF-8";
.img_box {
  width: 220px;
  float: left;
  clear: both;
}

.box {
  clear: both;
  margin-bottom: 10px;
}

.inf_box {
  display: table-cell;
  vertical-align: top;
}

* {
  font-family: "Futura PT Book", sans-serif;
  font-weight: normal;
  font-style: normal;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  background: #fff;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
}

input,
select,
textarea {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000 !important;
  outline: none !important;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
}

a,
a:link,
a:visited {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

a img,
:link img,
:visited img {
  border: none;
}

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

table td {
  padding: 0;
}

address {
  font-style: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 0.75em 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.3em;
  color: #000000;
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

.fs-12 {
  font-size: 12px;
  line-height: 1.5em;
}

.fs-14 {
  font-size: 14px;
  line-height: 1.5em;
}

.fs-16 {
  font-size: 16px;
  line-height: 1.5em;
}

.fs-18 {
  font-size: 18px;
  line-height: 1.5em;
}

.fs-20 {
  font-size: 20px;
  line-height: 1.5em;
}

.fs-24 {
  font-size: 24px;
  line-height: 1.3em;
}

.fs-28 {
  font-size: 28px;
  line-height: 1.2em;
}

.fs-30 {
  font-size: 30px;
  line-height: 1.2em;
}

.fs-32 {
  font-size: 32px;
  line-height: 1.2em;
}

.fs-36 {
  font-size: 36px;
  line-height: 1.2em;
}

.fs-42 {
  font-size: 42px;
  line-height: 1.2em;
}

.fs-48 {
  font-size: 48px;
  line-height: 1.2em;
}

.fw-thin {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

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

.fw-bold {
  font-weight: 700;
}

.fw-extra {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.lh-n {
  line-height: normal;
}

.lh-1 {
  line-height: 1em;
}

.lh-15 {
  line-height: 1.5em;
}

.lh-2 {
  line-height: 2em;
}

.ws-nw {
  white-space: nowrap !important;
}

.text-underline {
  text-decoration: underline;
}

.bg-white {
  background: #ffffff;
  color: #000000 !important;
}

.bg-dark {
  background: #000000;
  color: #ffffff !important;
}

.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4,
.bg-dark h5,
.bg-dark .h5,
.bg-dark h6,
.bg-dark .h6 {
  color: #ffffff;
}

.bg-gray {
  background: #f7f7f7;
  color: #000000 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-black {
  color: #000000 !important;
}

.color-gray,
.gray {
  color: #b3b3b3 !important;
}

.color-dgray {
  color: gray !important;
}

.color-red,
.red {
  color: #c90d0c !important;
}

.larr {
  background: url(../images/arrow-left.png) no-repeat 0 -15px;
  display: inline-block;
  width: 20px;
  height: 15px;
  vertical-align: middle;
}

.larr.sm {
  background: url(../images/arrow-left-sm.png) no-repeat 0 -11px;
  width: 15px;
  height: 11px;
}

.rarr {
  background: url(../images/arrow-right.png) no-repeat 0 -15px;
  display: inline-block;
  width: 20px;
  height: 15px;
  vertical-align: middle;
}

.rarr.sm {
  background: url(../images/arrow-right-sm.png) no-repeat 0 -11px;
  width: 15px;
  height: 11px;
}

.pagination {
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
}

.pagination li a {
  background: none !important;
  border: 2px solid transparent;
  padding: 5px 10px;
  margin: 0;
  color: #000000 !important;
  border-radius: 0 !important;
}

.pagination li a:hover {
  background: #f2f2f2;
  background: none;
  border-color: transparent;
  text-decoration: underline;
}

.pagination li span {
  background: none !important;
  border-color: transparent !important;
  padding: 5px 10px;
  color: #000000;
}

.pagination li.active a {
  border-color: #c90d0c !important;
  color: #000000 !important;
  text-decoration: none;
}

.img-block {
  position: relative;
  display: block;
}

.img-block img {
  display: block;
  width: 100%;
}

.img-preview {
  background: #000000;
  position: relative;
  display: block;
}

.img-preview img {
  display: block;
  width: 100%;
}

.img-preview:before {
  content: "";
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/icons/search-72.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.img-preview:hover:before {
  opacity: 1;
}

.list-inline {
  margin-right: -5px;
}

.list-inline.list-inline-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.list-inline.list-inline-20 li {
  padding-left: 10px;
  padding-right: 10px;
}

.list-unstyled.list-unstyled-10 li {
  margin-top: 10px;
}

.list-unstyled.list-unstyled-10 li:first-child {
  margin-top: 0;
}

.list-unstyled.list-unstyled-15 li {
  margin-top: 15px;
}

.list-unstyled.list-unstyled-15 li:first-child {
  margin-top: 0;
}

.list-unstyled.list-unstyled-20 li {
  margin-top: 20px;
}

.list-unstyled.list-unstyled-20 li:first-child {
  margin-top: 0;
}

.list-square {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-square li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}

.list-square li:first-child {
  margin-top: 0;
}

.list-square li:before {
  content: "";
  background: #c90d0c;
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
}

.list-marg-10 li {
  margin-bottom: 10px;
}

.media {
  margin-top: 20px;
}

.media .media-left {
  padding-right: 20px;
}

.media .media-right {
  padding-left: 20px;
}

.media .media-img {
  padding-top: 4px;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  height: auto !important;
}

.btn {
  position: relative;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: normal;
  border-radius: 0;
}

.btn input {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.btn input:hover {
  cursor: pointer;
}

.btn.btn-link {
  border-color: #0088d6;
  color: #0088d6 !important;
}

.btn.btn-link:hover {
  background: #0088d6;
  border-color: #0088d6;
  color: #ffffff !important;
}

.btn.btn-primary {
  background: #0088d6;
  border-color: #0088d6;
}

.btn.btn-primary:hover {
  background: #0068a3;
  border-color: #0068a3;
}

.btn.btn-default {
  background: #c90d0c;
  border-color: #c90d0c;
  color: #ffffff !important;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.btn.btn-default:before {
  content: "";
  background: #c90d0c;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -10px;
  right: -10px;
  z-index: -1;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.btn.btn-default:after {
  content: "";
  background: #c90d0c;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -20px;
  width: 5px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.btn.btn-default:focus {
  background: #c90d0c;
  border-color: #c90d0c;
  color: #ffffff !important;
  box-shadow: none;
}

.btn.btn-default:hover {
  background: #990a09;
  border-color: #990a09;
}

.btn.btn-default:hover:before,
.btn.btn-default:hover:after {
  background: #990a09;
}

.drop-down {
  position: relative;
}

.drop-down .drop-down-link {
  text-decoration: none !important;
}

.drop-down .drop-down-link:hover {
  color: #c90d0c;
}

.drop-down .drop-down-menu {
  background: #ffffff;
  border: 1px solid #cccccc;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 777;
  width: 200px;
  padding: 15px;
  display: none;
}

.drop-down .drop-down-menu > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.drop-down .drop-down-menu > ul > li {
  display: block;
  margin: 10px 0 0;
}

.drop-down .drop-down-menu > ul > li:first-child {
  margin-top: 0;
}

.drop-down .drop-down-menu label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: normal;
  line-height: normal;
}

.drop-down .drop-down-menu label input {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  padding: 0;
}

.drop-down .drop-down-menu label:hover {
  cursor: pointer;
  color: #c90d0c;
}

.drop-down.open .drop-down-menu {
  display: block;
}

.minisearch {
  position: relative;
  width: 180px;
}

.minisearch .form-control {
  padding-right: 34px;
}

.minisearch:before {
  content: "";
  background: url(../images/icons/search-blue-24.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.dater {
  font-size: 16px;
  font-weight: 500;
}

.dater span {
  padding: 0 5px;
}

.dater a {
  position: relative;
  top: 1px;
  font-size: 18px;
  text-decoration: none;
}

.dater a:hover {
  color: #c90d0c;
}

.modal-open {
  padding-right: 0 !important;
}

.modal {
  padding-right: 0 !important;
}

.modal .cross {
  background: url("../images/icons/cross.png") no-repeat 0 0;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 23px;
  height: 23px;
  -webkit-transition: none;
  transition: none;
}

.modal .cross:hover {
  background-position: 0 -23px;
}

.modal .modal-dialog {
  position: relative;
  margin: 50px auto;
}

.modal .modal-dialog .modal-content {
  border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 40px 40px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 40px;
}

.modal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 0 40px 40px;
}

.row-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row-0 > .col-xs-1,
.row-0 > .col-sm-1,
.row-0 > .col-md-1,
.row-0 > .col-lg-1,
.row-0 > .col-xs-2,
.row-0 > .col-sm-2,
.row-0 > .col-md-2,
.row-0 > .col-lg-2,
.row-0 > .col-xs-3,
.row-0 > .col-sm-3,
.row-0 > .col-md-3,
.row-0 > .col-lg-3,
.row-0 > .col-xs-4,
.row-0 > .col-sm-4,
.row-0 > .col-md-4,
.row-0 > .col-lg-4,
.row-0 > .col-xs-5,
.row-0 > .col-sm-5,
.row-0 > .col-md-5,
.row-0 > .col-lg-5,
.row-0 > .col-xs-6,
.row-0 > .col-sm-6,
.row-0 > .col-md-6,
.row-0 > .col-lg-6,
.row-0 > .col-xs-7,
.row-0 > .col-sm-7,
.row-0 > .col-md-7,
.row-0 > .col-lg-7,
.row-0 > .col-xs-8,
.row-0 > .col-sm-8,
.row-0 > .col-md-8,
.row-0 > .col-lg-8,
.row-0 > .col-xs-9,
.row-0 > .col-sm-9,
.row-0 > .col-md-9,
.row-0 > .col-lg-9,
.row-0 > .col-xs-10,
.row-0 > .col-sm-10,
.row-0 > .col-md-10,
.row-0 > .col-lg-10,
.row-0 > .col-xs-11,
.row-0 > .col-sm-11,
.row-0 > .col-md-11,
.row-0 > .col-lg-11,
.row-0 > .col-xs-12,
.row-0 > .col-sm-12,
.row-0 > .col-md-12,
.row-0 > .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-10 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.row-10 > .col-xs-1,
.row-10 > .col-sm-1,
.row-10 > .col-md-1,
.row-10 > .col-lg-1,
.row-10 > .col-xs-2,
.row-10 > .col-sm-2,
.row-10 > .col-md-2,
.row-10 > .col-lg-2,
.row-10 > .col-xs-3,
.row-10 > .col-sm-3,
.row-10 > .col-md-3,
.row-10 > .col-lg-3,
.row-10 > .col-xs-4,
.row-10 > .col-sm-4,
.row-10 > .col-md-4,
.row-10 > .col-lg-4,
.row-10 > .col-xs-5,
.row-10 > .col-sm-5,
.row-10 > .col-md-5,
.row-10 > .col-lg-5,
.row-10 > .col-xs-6,
.row-10 > .col-sm-6,
.row-10 > .col-md-6,
.row-10 > .col-lg-6,
.row-10 > .col-xs-7,
.row-10 > .col-sm-7,
.row-10 > .col-md-7,
.row-10 > .col-lg-7,
.row-10 > .col-xs-8,
.row-10 > .col-sm-8,
.row-10 > .col-md-8,
.row-10 > .col-lg-8,
.row-10 > .col-xs-9,
.row-10 > .col-sm-9,
.row-10 > .col-md-9,
.row-10 > .col-lg-9,
.row-10 > .col-xs-10,
.row-10 > .col-sm-10,
.row-10 > .col-md-10,
.row-10 > .col-lg-10,
.row-10 > .col-xs-11,
.row-10 > .col-sm-11,
.row-10 > .col-md-11,
.row-10 > .col-lg-11,
.row-10 > .col-xs-12,
.row-10 > .col-sm-12,
.row-10 > .col-md-12,
.row-10 > .col-lg-12 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.row-20 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.row-20 > .col-xs-1,
.row-20 > .col-sm-1,
.row-20 > .col-md-1,
.row-20 > .col-lg-1,
.row-20 > .col-xs-2,
.row-20 > .col-sm-2,
.row-20 > .col-md-2,
.row-20 > .col-lg-2,
.row-20 > .col-xs-3,
.row-20 > .col-sm-3,
.row-20 > .col-md-3,
.row-20 > .col-lg-3,
.row-20 > .col-xs-4,
.row-20 > .col-sm-4,
.row-20 > .col-md-4,
.row-20 > .col-lg-4,
.row-20 > .col-xs-5,
.row-20 > .col-sm-5,
.row-20 > .col-md-5,
.row-20 > .col-lg-5,
.row-20 > .col-xs-6,
.row-20 > .col-sm-6,
.row-20 > .col-md-6,
.row-20 > .col-lg-6,
.row-20 > .col-xs-7,
.row-20 > .col-sm-7,
.row-20 > .col-md-7,
.row-20 > .col-lg-7,
.row-20 > .col-xs-8,
.row-20 > .col-sm-8,
.row-20 > .col-md-8,
.row-20 > .col-lg-8,
.row-20 > .col-xs-9,
.row-20 > .col-sm-9,
.row-20 > .col-md-9,
.row-20 > .col-lg-9,
.row-20 > .col-xs-10,
.row-20 > .col-sm-10,
.row-20 > .col-md-10,
.row-20 > .col-lg-10,
.row-20 > .col-xs-11,
.row-20 > .col-sm-11,
.row-20 > .col-md-11,
.row-20 > .col-lg-11,
.row-20 > .col-xs-12,
.row-20 > .col-sm-12,
.row-20 > .col-md-12,
.row-20 > .col-lg-12 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.row-50 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.row-50 > .col-xs-1,
.row-50 > .col-sm-1,
.row-50 > .col-md-1,
.row-50 > .col-lg-1,
.row-50 > .col-xs-2,
.row-50 > .col-sm-2,
.row-50 > .col-md-2,
.row-50 > .col-lg-2,
.row-50 > .col-xs-3,
.row-50 > .col-sm-3,
.row-50 > .col-md-3,
.row-50 > .col-lg-3,
.row-50 > .col-xs-4,
.row-50 > .col-sm-4,
.row-50 > .col-md-4,
.row-50 > .col-lg-4,
.row-50 > .col-xs-5,
.row-50 > .col-sm-5,
.row-50 > .col-md-5,
.row-50 > .col-lg-5,
.row-50 > .col-xs-6,
.row-50 > .col-sm-6,
.row-50 > .col-md-6,
.row-50 > .col-lg-6,
.row-50 > .col-xs-7,
.row-50 > .col-sm-7,
.row-50 > .col-md-7,
.row-50 > .col-lg-7,
.row-50 > .col-xs-8,
.row-50 > .col-sm-8,
.row-50 > .col-md-8,
.row-50 > .col-lg-8,
.row-50 > .col-xs-9,
.row-50 > .col-sm-9,
.row-50 > .col-md-9,
.row-50 > .col-lg-9,
.row-50 > .col-xs-10,
.row-50 > .col-sm-10,
.row-50 > .col-md-10,
.row-50 > .col-lg-10,
.row-50 > .col-xs-11,
.row-50 > .col-sm-11,
.row-50 > .col-md-11,
.row-50 > .col-lg-11,
.row-50 > .col-xs-12,
.row-50 > .col-sm-12,
.row-50 > .col-md-12,
.row-50 > .col-lg-12 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.row-100 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}

.row-100 > .col-xs-1,
.row-100 > .col-sm-1,
.row-100 > .col-md-1,
.row-100 > .col-lg-1,
.row-100 > .col-xs-2,
.row-100 > .col-sm-2,
.row-100 > .col-md-2,
.row-100 > .col-lg-2,
.row-100 > .col-xs-3,
.row-100 > .col-sm-3,
.row-100 > .col-md-3,
.row-100 > .col-lg-3,
.row-100 > .col-xs-4,
.row-100 > .col-sm-4,
.row-100 > .col-md-4,
.row-100 > .col-lg-4,
.row-100 > .col-xs-5,
.row-100 > .col-sm-5,
.row-100 > .col-md-5,
.row-100 > .col-lg-5,
.row-100 > .col-xs-6,
.row-100 > .col-sm-6,
.row-100 > .col-md-6,
.row-100 > .col-lg-6,
.row-100 > .col-xs-7,
.row-100 > .col-sm-7,
.row-100 > .col-md-7,
.row-100 > .col-lg-7,
.row-100 > .col-xs-8,
.row-100 > .col-sm-8,
.row-100 > .col-md-8,
.row-100 > .col-lg-8,
.row-100 > .col-xs-9,
.row-100 > .col-sm-9,
.row-100 > .col-md-9,
.row-100 > .col-lg-9,
.row-100 > .col-xs-10,
.row-100 > .col-sm-10,
.row-100 > .col-md-10,
.row-100 > .col-lg-10,
.row-100 > .col-xs-11,
.row-100 > .col-sm-11,
.row-100 > .col-md-11,
.row-100 > .col-lg-11,
.row-100 > .col-xs-12,
.row-100 > .col-sm-12,
.row-100 > .col-md-12,
.row-100 > .col-lg-12 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.block {
  display: block !important;
}

.ofl {
  overflow: hidden;
  position: relative;
  *zoom: 1;
}

.hr {
  background: #cccccc;
  position: relative;
  overflow: hidden;
  display: block;
  height: 1px;
}

.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-50-0 {
  padding: 50px 0;
}

.p-75-0 {
  padding: 75px 0;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-05 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-b-125 {
  margin-bottom: 125px !important;
}

.m-0 {
  margin: 0 !important;
}

.type-link {
  color: #000000;
  text-decoration: underline;
}

.type-link:hover {
  text-decoration: none;
  cursor: pointer;
}

.flip-link a {
  color: #000000;
  text-decoration: none;
}

.flip-link a:hover {
  text-decoration: underline;
}

.red-link a {
  color: #c90d0c;
}

a.red-link {
  color: #c90d0c;
}

.overlink {
  background: url(../images/blank.gif) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55;
  display: block;
  width: 100%;
  height: 100%;
}

span.icon {
  display: inline-block;
}

.icon {
  position: relative;
}

.icon .ico {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}

.icon .ico img {
  display: block;
  width: 100%;
}

.icon.icon_right .ico {
  left: auto;
  right: 0;
}

.icon.size_16 {
  padding-left: 24px;
}

.icon.size_16.icon_right {
  padding-left: 0;
  padding-right: 24px;
}

.icon.size_16 > .ico {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.icon.size_24 {
  padding-left: 36px;
}

.icon.size_24.icon_right {
  padding-left: 0;
  padding-right: 36px;
}

.icon.size_24 > .ico {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.icon.size_24 > .ico.top {
  top: 0;
  margin-top: 0;
}

.icon.size_24 .fa {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.icon.size_32 {
  padding-left: 48px;
}

.icon.size_32.icon_right {
  padding-left: 0;
  padding-right: 48px;
}

.icon.size_32 > .ico {
  width: 32px;
  height: 32px;
  margin-top: -16px;
}

.icon.size_32 > .ico.top {
  top: 0;
  margin-top: 0;
}

.icon.size_40 {
  padding-left: 50px;
}

.icon.size_40.icon_right {
  padding-left: 0;
  padding-right: 60px;
}

.icon.size_40 > .ico {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

#wrap {
  background: #ececec;
  width: 100%;
  min-height: 100%;
  position: relative;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.header {
  background: #0088d6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 777;
}

.header .container {
  position: relative;
}

.header .header__top .social {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.header .header__top .social li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  padding-top: 20px;
  font-size: 24px;
}

.header .header__bottom {
  display: flex;
  min-height: 35px;
}

.header .header__bottom .buttons {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 5;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .header__bottom .buttons > li {
  float: left;
  height: 35px;
}

.header .header__bottom .headmenu__link {
  display: block;
  width: 50px;
  height: 35px;
  line-height: 32px;
  text-align: center;
}

.header .header__bottom .headmenu__link .navicon {
  display: inline-block;
  vertical-align: middle;
}

.header .header__bottom .search {
  position: relative;
  display: block;
  width: 45px;
  height: 35px;
}

.header .header__bottom .search .search__link {
  background: url(../images/icons/search.png) no-repeat 50% 50%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 80px;
}

.header .header__bottom .search .search__link:hover {
  cursor: pointer;
}

.header .header__bottom .search .search__drop {
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 40px;
  overflow: hidden;
  width: 0;
  height: 40px;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.header .header__bottom .search .search__drop input {
  background: none;
  border: none;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.header .header__bottom .search.open .search__drop {
  width: 250px;
}

.header .header__bottom .lang {
  position: relative;
  width: 40px;
  height: 35px;
  font-size: 12px;
  font-weight: 600;
}

.header .header__bottom .lang .lang__link {
  width: 40px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
}

.header .header__bottom .lang .lang__link .fa {
  margin-left: 5px;
}

.header .header__bottom .lang .lang__link:hover {
  color: #000000;
  cursor: pointer;
}

.header .header__bottom .lang .lang__drop {
  background: #ffffff;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  min-width: 100%;
  max-height: 0;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.header .header__bottom .lang .lang__drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}

.header .header__bottom .lang .lang__drop ul a {
  display: block;
  padding: 3px;
  text-decoration: none;
}

.header .header__bottom .lang .lang__drop ul a:hover {
  background: #0088d6;
  color: #ffffff;
}

.header .header__bottom .lang.open .lang__drop {
  max-height: 100px;
}

.header .logo {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  width: 150px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.header .headmenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .headmenu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  /* height: 35px; */
}

.header .headmenu > li > a {
  display: block;
  height: 35px;
  /* padding: 0 5px; */
  line-height: 35px;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.header .headmenu > li > a:hover {
  background: #ffffff;
  color: #000000;
}

.header .headmenu > li .drop {
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  display: none;
}

.header .headmenu > li .drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .headmenu > li .drop ul a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.header .headmenu > li .drop ul a:hover {
  background: #0088d6;
  color: #ffffff;
}

.header .headmenu.open {
  display: block;
}

.header-separate {
  height: 100px;
}

.footer {
  position: relative;
  min-height: 150px;
  color: #e6e6e6;
}

.footer a {
  color: #e6e6e6;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer .footer-bg {
  background: #000 url(../images/bg.jpg) repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  z-index: 1;
  height: 300%;
  opacity: 0.95;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.footer .container {
  position: relative;
  z-index: 2;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer .footer-logo {
  position: relative;
  top: -10px;
}

.footer .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-menu li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-bottom: 7px;
}

.footer .footer-menu a {
  text-transform: uppercase;
}

.footer .social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .social li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.footer .social li:first-child {
  padding-left: 0;
}

.footer .social a {
  font-size: 24px;
  color: #999999;
  text-decoration: none;
}

.footer .social a:hover {
  color: #ffffff;
}

.main-slider {
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.main-slider .main-slider-content {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
  z-index: 2;
}

.msc-anrs {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 270px;
}

.msc-anrs li {
  margin-top: 30px;
}

.msc-anrs li:first-child {
  margin-top: 0;
}

.msc-anrs li img {
  display: block;
  width: 100%;
}

.msc-news .tags {
  padding-bottom: 15px;
}

.msc-news a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.msc-news a:hover {
  text-decoration: underline;
}

.msc-news.big a {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
}

.msc-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.msc-news-list li {
  border-top: 1px solid gray;
  padding-top: 20px;
  margin-bottom: 20px;
}

.msc-news-list li:first-child {
  border: none;
  padding-top: 0;
}

.subscribe {
  background: url(../images/bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.subscribe .subscribe-bg {
  background: url(../images/bg.jpg) repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -10%;
  width: 150%;
  height: 250%;
  z-index: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.subscribe .subscribe-body {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 50px;
}

.subscribe .subscribe-body .title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.subscribe .subscribe-body .form {
  position: relative;
  z-index: 5;
  max-width: 500px;
}

.subscribe .subscribe-body .form .form-control-s {
  position: relative;
}

.subscribe .subscribe-body .form .form-control-s:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6px;
  z-index: 1;
  width: 20px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.subscribe .subscribe-body .form .form-control {
  position: relative;
  background: none;
  border-color: #ffffff !important;
  border-right-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.subscribe .subscribe-body .form .form-control::-webkit-input-placeholder {
  color: gray;
}

.subscribe .subscribe-body .form .form-control::-moz-placeholder {
  color: gray;
}

.subscribe .subscribe-body .form .form-control::-moz-placeholder {
  color: gray;
}

.subscribe .subscribe-body .form .form-control::-ms-input-placeholder {
  color: gray;
}

.subscribe .subscribe-body .form .form-control::-ms-input-placeholder {
  color: gray;
}

.subscribe .subscribe-body .img {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 1;
  overflow: hidden;
  width: 430px;
  height: 250px;
}

.subscribe .subscribe-body .img img {
  display: block;
  width: 100%;
}

.subscribe.subscribe-v2 {
  position: relative;
  overflow: hidden;
}

.subscribe.subscribe-v2 .subscribe-bg {
  background: #ececec;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  width: 150%;
  height: 250%;
  z-index: 3;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.subscribe.subscribe-v2 .subscribe-body {
  padding-top: 60px;
  padding-bottom: 120px;
}

.section {
  position: relative;
}

.bottom-flag {
  background: #ececec url(../images/main-flag.png) no-repeat bottom center/100% auto;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.pathway {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #c90d0c;
  font-size: 13px;
}

.pathway a {
  color: #000000;
  text-decoration: none;
}

.pathway a:hover {
  text-decoration: underline;
}

.pathway i {
  margin: 0;
  color: #000000;
}

.headline {
  padding-left: 0;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

.headline span {
  color: #c90d0c;
}

.preview {
  position: relative;
}

.preview .preview__img {
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.preview .preview__img img {
  display: block;
  width: 100%;
}

.preview .preview__txt {
  background: #c90d0c;
  background: rgba(201, 13, 12, 0.8);
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.preview .preview__txt .date {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: normal;
}

.preview .preview__txt .cutter {
  position: relative;
  overflow: hidden;
}

.preview .preview__txt .title {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.preview .preview__txt .title span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.preview .preview__txt .title.fs-24 {
  font-size: 24px;
  line-height: 25px;
}

.preview .preview__txt .description {
  padding-top: 10px;
  font-size: 14px;
  line-height: 15px;
}

.preview .preview__txt .tags {
  padding-top: 15px;
}

.preview .preview__txt .tags a {
  position: relative;
  z-index: 777;
}

.preview .preview__txt .arrow {
  background: url(../images/arrow-right.png) no-repeat 0 0;
  position: absolute;
  bottom: 25px;
  right: 30px;
  display: block;
  width: 20px;
  height: 15px;
}

.preview .preview__txt:hover {
  background: #c90d0c;
}

.preview .preview__txt:hover .title span {
  border-color: #ffffff;
}

.preview .preview__txt:hover .arrow {
  background-position: 0 -15px;
}

.preview .preview__txt .list-square li:before {
  background: #ffffff;
  top: 7px;
}

.preview.right .preview__txt {
  left: auto;
  right: 0;
}

.preview.simple .preview__txt {
  background: #ececec;
  border: 1px solid gray;
  width: 100%;
  color: #000000;
}

.preview.simple .preview__txt .title {
  font-size: 22px;
  line-height: 25px;
}

.preview.simple .preview__txt .arrow {
  background-position: 0 -15px;
}

.preview.simple .preview__txt:hover {
  background: #f7f7f7;
  border-color: #c90d0c;
}

.preview.simple .preview__txt:hover .title span {
  border-color: #c90d0c;
}

.preview.simple .preview__txt:hover .arrow {
  background-position: 0 -30px;
}

.preview.small .preview__txt {
  width: 100%;
}

.type-preview {
  background: #c90d0c;
  position: relative;
  color: #ffffff;
  padding: 25px 25px;
  line-height: 1.4em;
}

.type-preview1 {
  background: #c90d0c;
  position: relative;
  color: #ffffff;
  padding: 25px 25px;
  line-height: 1.4em;
}

.type-preview .title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

.type-preview1 .title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

.type-preview.simple {
  background: #ececec;
  border: 1px solid #cccccc;
  color: #000000;
}

.type-preview1.simple {
  background: #ececec;
  border: 1px solid #cccccc;
  color: #000000;
}

.post__image {
  position: relative;
  margin-bottom: 20px;
}

.post__image img {
  display: block;
  width: 100%;
}

.post__image .tags {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.post__data {
  font-size: 12px;
  color: gray;
}

.owl-carousel-news {
  position: relative;
  padding: 0 30px;
}

.owl-carousel-news .owl-nav .owl-prev {
  background: url(../images/arrow-left.png) no-repeat 0 -15px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: -7px;
}

.owl-carousel-news .owl-nav .owl-prev:hover {
  background-position: 0 -30px;
}

.owl-carousel-news .owl-nav .owl-next {
  background: url(../images/arrow-right.png) no-repeat 0 -15px;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: -7px;
}

.owl-carousel-news .owl-nav .owl-next:hover {
  background-position: 0 -30px;
}

.owl-carousel-news .owl-nav .disabled {
  opacity: 0.3;
}

.owl-carousel-gallery .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
}

.owl-carousel-gallery .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-carousel-gallery .owl-dots .owl-dot span {
  border: 1px solid #ffffff;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.owl-carousel-gallery .owl-dots .owl-dot.active span,
.owl-carousel-gallery .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.owl-carousel-region {
  position: relative;
  padding: 0 30px;
}

.owl-carousel-region .owl-carousel-item {
  border: 1px solid #b3b3b3;
  margin-bottom: 5px;
  padding: 25px 25px;
}

.owl-carousel-region .owl-nav .owl-prev {
  background: url(../images/arrow-left.png) no-repeat 0 -15px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: -7px;
}

.owl-carousel-region .owl-nav .owl-prev:hover {
  background-position: 0 -30px;
}

.owl-carousel-region .owl-nav .owl-next {
  background: url(../images/arrow-right.png) no-repeat 0 -15px;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: -7px;
}

.owl-carousel-region .owl-nav .owl-next:hover {
  background-position: 0 -30px;
}

.owl-carousel-region .owl-nav .disabled {
  opacity: 0.3;
}

.navicon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}

.navicon i {
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
}

.navicon:before {
  content: "";
  background: #e6e6e6;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transition: transform 0.2s linear 0s;
  -webkit-transition: -webkit-transform 0.2s linear 0s;
  transition: -webkit-transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.navicon:after {
  content: "";
  background: #e6e6e6;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transition: transform 0.2s linear 0s;
  -webkit-transition: -webkit-transform 0.2s linear 0s;
  transition: -webkit-transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.navicon:hover {
  cursor: pointer;
}

.open .navicon i {
  background: none;
}

.open .navicon:before {
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .navicon:after {
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.calendar .title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #c90d0c;
  text-transform: uppercase;
}

.calendar .box {
  border: 1px solid #0088d6;
}

.calendar .calendar__head {
  position: relative;
  background: #0088d6;
  padding: 15px 0;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.calendar .calendar__head .prev,
.calendar .calendar__head .next {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.calendar .calendar__head .prev:hover,
.calendar .calendar__head .next:hover {
  color: #000000;
}

.calendar .calendar__head .next {
  margin-left: 80px;
}

.calendar table {
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}

.calendar table th {
  background: #0088d6;
  padding: 5px 0;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.calendar table td {
  padding: 4px 0;
}

.calendar table td span,
.calendar table td a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 35px;
  border-radius: 50%;
}

.calendar table td a:hover {
  background: #e6e6e6;
}

.calendar table td .active {
  background: #c90d0c;
  color: #ffffff !important;
  text-decoration: none !important;
}

.calendar table .disabled {
  color: #b3b3b3;
}

.tags a {
  background: #ffffff;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #c90d0c;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.tags a:hover {
  background: #cccccc;
}

.tags.red a {
  background: #c90d0c;
  color: #ffffff;
}

.tags.red a:hover {
  background: #990a09;
}

a.type-preview.simple {
  display: block;
  text-decoration: none;
}

a.type-preview1.simple {
  display: block;
  text-decoration: none;
}

a.type-preview.simple:hover .title {
  text-decoration: underline;
}

a.type-preview1.simple:hover .title {
  text-decoration: underline;
}

a.type-preview {
  display: block;
  text-decoration: none;
  color: #fff;
}

a.type-preview1 {
  display: block;
  text-decoration: none;
  color: #fff;
}

a.type-preview:hover .title {
  text-decoration: underline;
  color: #fff;
}

a.type-preview1:hover .title {
  text-decoration: underline;
  color: #fff;
}

.tags a {
  margin-bottom: 7px;
}

.preview .preview__img {
  background-position: center center;
}

.post__image.legend__image {
  max-width: 300px;
  float: left;
  margin: 0 20px 20px 0;
}

.footer__copyright {
  height: 20px;
  margin: 30px 0 0;
}

.header .logo {
  background: transparent;
}

.greyline {
  border-top: 1px solid #b3b3b3;
}

.media-body__title {
  line-height: 1.2;
}

.main-slider .main-slider-content {
  padding-bottom: 0;
}

.subscribe.subscribe-v2 .subscribe-body {
  padding-top: 100px;
  padding-bottom: 130px;
}

.subscribe.subscribe-v2 .subscribe-bg {
  background-color: #fff;
}

.preview .preview__txt a {
  color: #fff;
}

.preview .preview__txt .title a,
.preview .preview__txt .title span {
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.preview .preview__txt .title a:hover {
  border-bottom-color: #fff;
}

.pdf {
  padding-left: 23px;
  background: url(../images/pdf.png) no-repeat left center;
  background-size: 16px 16px;
}

#wrap,
.bottom-flag {
  background: #ffffff;
  margin: auto;
}

.header-separate {
  height: 335px;
}

.header .header__top .container {
  padding-top: 60px;
}

.header .logo-link {
  width: 310px;
  height: 280px;
}

.to-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 310px;
  height: 280px;
}

.msc-anrs li img {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.headmenu {
  font-size: 0;
}

.header .headmenu > li {
  height: auto;
  padding: 0;
}

.header .headmenu > li > a {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 45px;
  height: 45px;
}

.header .header__bottom {
  min-height: 45px;
}

.header .header__bottom .headmenu__link {
  height: 45px;
  line-height: 43px;
}

.header .header__bottom .lang {
  height: 45px;
  width: 50px;
  font-size: 17px;
  line-height: 45px;
}

.header .headmenu > li:hover .drop {
  z-index: 100;
}

.header .headmenu > li .drop ul a {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 18px;
}

.msc-news .tags {
  display: none;
}

.headline:before {
  left: 0;
}

.msc-news-list li {
  border: none;
}

.icon.size_24 {
  line-height: 18px;
}

.header .header__bottom .search .search__drop input {
  height: 45px;
}

.header .header__bottom .lang .lang__link {
  height: 45px;
  width: 50px;
  line-height: 45px;
}

.header {
  background: #0088d6;
}

.header .header__top .title {
  color: #222222;
}

.subscribe .subscribe-body .title {
  color: #000000;
}

.footer,
.icon.size_24,
.footer .social a {
  color: #777777;
}

.footer a,
.footer a:hover {
  color: #000000;
}

.footer .footer-bg,
.subscribe,
.subscribe .subscribe-bg {
  background: url(/local/templates/fbr/css/../images/bg3.jpg) repeat center center;
  background-size: auto;
}

.subscribe .subscribe-body .form .form-control,
.subscribe .subscribe-body .form .form-control-s:before {
  border-color: #777777 !important;
}

.subscribe .subscribe-body .form .form-control {
  border-right-color: transparent !important;
}

.main-slider {
  background-color: #ffffff;
  position: relative;
}

.main-slider .main-slider-content {
  padding-top: 50px;
  padding-bottom: 500px;
}

.main-slider:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: -1;
}

.logo-static {
  display: none;
}

.wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.right_block {
  margin-top: 1.5em;
}

.boxer-info {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.boxer-info label:after {
  content: " :";
  margin-right: 3px;
}

.boxer-info .boxer-stats_block {
  margin-left: 30px;
}

.years_filt,
.month_filt {
  padding: 4px 10px;
}

.title-event {
  font-size: 20px;
  font-weight: bold;
  margin: 20px;
}

.title-event a {
  text-decoration: none;
}

.title-event a:hover {
  text-decoration: underline;
}

.place-event {
  font-weight: bold;
  margin: 10px 40px;
}

.props-event ul {
  list-style: none;
}

.wrap-table-statistic {
  margin-bottom: 50px;
}

.table-statistic {
  width: 100%;
  border-collapse: collapse;
}

.table-statistic th {
  text-align: center;
  background: #99cccd;
  height: 30px;
}

.table-statistic td {
  height: 50px;
  padding: 10px;
}

.table-statistic.future th {
  background: #ccc;
  border: 1px solid #a2a2a2;
  border-left: transparent;
  border-right: transparent;
}

.table-statistic.future td {
  background: #fff;
  border-left: transparent;
  border-right: transparent;
  height: 40px;
}

.title-table {
  text-align: center;
  padding: 5px 10px;
  background: #0f0;
  font-weight: bold;
}

.event-info {
  background: #0088d6;
  color: #fff;
}

.future .event-info {
  background: #0088d6 !important;
}

.props-event p {
  margin: 0;
  padding: 0;
}

.props-event .two-column li {
  display: inline-block;
  width: 49%;
}

.props-event .one-column li {
  display: inline-block;
  width: 100%;
}

td.category {
  width: 150px;
}

td.referee-info {
  background: #c5eded;
  height: 20px;
  font-size: 11px;
  padding: 2px 10px;
}

.result-poedinok {
  background: #bdc3c7;
}

td.weight {
  text-align: center;
}

td.boxer-name a,
td.category a,
td.weight a {
  text-decoration: none;
}

td.boxer-name a:hover,
td.category a:hover,
td.weight a:hover {
  text-decoration: underline;
}

td.boxer-link a {
  text-decoration: none;
}

td.boxer-link.hover-td:hover {
  background: #d0e3f5;
}

td.boxer-link:hover a {
  text-decoration: underline;
}

.poedinok {
  background: #e74c3c;
  text-align: center;
}

.statistic-boxer {
  text-align: center;
  width: 75px;
}

.statistic-boxer .w {
  color: #22f823;
}

.statistic-boxer .i {
  color: #ec2625;
}

.statistic-boxer .d {
  color: #7ba5f5;
}

.main_cont {
  position: relative;
}

.main_cont .container {
  display: block;
  vertical-align: top;
}

.right_side_banners {
  display: inline-block;
  height: auto;
  width: 19%;
  vertical-align: top;
  margin-right: 20px;
}

.banner_wrap {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.post__image.new_style {
  width: 30%;
  float: left;
  padding-right: 20px;
}

.post__image.new_style .tags {
  bottom: 30px;
}

.post__image.new_style .m-b-20 {
  margin-bottom: 0 !important;
  margin-top: 10px;
}

.m-b-30.new_style {
  min-height: 270px;
}

.stat_block_hidden {
  display: none;
}

.headline,
.right_block {
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.header .headmenu > li > a {
  letter-spacing: 1px;
}

.header .header__top .container {
  padding: 0;
}

.header .header__top .social {
  margin-top: 27px;
  margin-right: 30px;
}

.header .header__top .social a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
}

.header .header__top .social a:hover {
  opacity: 1;
}

.header-separate {
  height: 220px;
}

.visible-xsm {
  display: none;
}

.logo_body {
  position: absolute;
  width: 138px;
  height: 134px;
  background: url("/local/templates/fbr/images/top_logo.png") no-repeat center center/100% 100%;
  margin-top: 25px;
}

.countdown {
  height: 98px;
  width: 100%;
  background: url("../images/bg3.jpg") repeat-x;
  margin-top: -20px;
}

.countdown > .fa {
  position: absolute;
}

.countdown__title {
  padding-top: 5px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0 !important;
}

.countdown > .fa {
  margin-top: 10px;
  margin-left: 10px;
  color: lightslategrey;
}

a.bx-composite-btn {
  display: none !important;
}

.mod-item_administration {
  margin-bottom: 20px;
  padding: 30px;
}

.mod-item_administration .mod-item-description-administration {
  max-width: 100%;
  min-height: 220px;
  background: #fcfcfc;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.mod-item_administration .mod-position_administration,
.mod-item_administration .mod-name_administration {
  text-align: left;
  font-size: 12px;
}

.mod-item_administration .mod-position_administration {
  margin-bottom: 40px;
}

.mod-item_administration .mod-name_administration {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.mod-item_administration img.preview_picture {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #ccc;
  box-shadow: 5px 10px 30px 8px #ccc;
}

.row.about {
  margin-bottom: 48px;
}

.row.about h2 {
  margin-bottom: 30px;
}

.row.about p {
  font-size: 16px;
  line-height: 24px;
}

.row.about .col .common-image {
  max-width: 360px;
  margin-bottom: 20px;
}

.row.about .col img {
  margin-bottom: 20px;
}

.row.about ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .media.media-responsive .media-left {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 0 10px 0;
  }

  .media.media-responsive .media-right {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px 0 0 0;
  }

  .media.media-responsive .media-body {
    display: block;
    width: auto;
  }
}
@media (max-width: 767px) {
  .modal .cross {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-header {
    padding: 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-footer {
    padding: 0 20px 20px;
  }
}
@media (min-width: 450px) {
  .visible-xxs {
    display: none;
  }
}
@media (max-width: 450px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .pull-xs-right {
    float: right;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-right {
    float: right;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-up-right {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-md-right {
    float: right;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .pull-md-up-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-right {
    float: right;
  }

  .text-lg-right {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .header .header__top .title {
    width: 350px;
    padding-top: 13px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 599px) {
  .header .header__top .title {
    width: 270px;
    padding-left: 125px;
  }
}
@media (max-width: 991px) {
  .header .header__top .social li {
    margin-left: 15px;
    padding-top: 22px;
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .header .header__top .social li {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .header__bottom .headmenu__link {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .headmenu {
    padding: 35px 0 !important;
    display: none;
  }
}
@media (max-width: 991px) {
  .header .headmenu > li {
    display: block;
    height: auto;
    padding: 5px 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .header .headmenu > li > a {
    display: inline-block;
    height: auto;
    line-height: normal;
    padding: 10px 25px;
  }
}
@media (min-width: 992px) {
  .header .headmenu > li:hover {
    background: #ffffff;
    color: #000000;
  }

  .header .headmenu > li:hover > a {
    color: #000000;
  }
}
@media (min-width: 992px) {
  .header .headmenu > li:hover .drop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .footer .social {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .main-slider .main-slider-content {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .subscribe .subscribe-body .form .form-control-s {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .subscribe .subscribe-body .img {
    right: 0;
  }
}
@media (max-width: 767px) {
  .subscribe .subscribe-body .img {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .subscribe.subscribe-v2 .subscribe-body {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .subscribe.subscribe-v2 .subscribe-body {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .preview {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .preview .preview__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .preview .preview__img {
    background: none;
  }
}
@media (min-width: 768px) {
  .preview .preview__img img {
    display: none;
  }
}
@media (min-width: 768px) {
  .preview .preview__txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 261px;
    padding: 25px 25px 0;
  }
}
@media (max-width: 767px) {
  .preview .preview__txt {
    background: #c90d0c;
    padding: 25px 25px;
  }
}
@media (min-width: 768px) {
  .preview .preview__txt .cutter {
    max-height: 220px;
  }
}
@media (min-width: 768px) {
  .preview.small {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .preview.small .preview__txt .cutter {
    max-height: 125px;
  }
}
@media (max-width: 991px) {
  .preview.preview-sm-down {
    height: auto;
  }

  .preview.preview-sm-down .preview__txt {
    position: relative;
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .preview.preview-md-down {
    height: auto;
  }

  .preview.preview-md-down .preview__txt {
    position: relative;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .type-preview {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .type-preview1 {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .type-preview .cutter {
    position: relative;
    overflow: hidden;
    max-height: 290px;
  }
}
@media (min-width: 768px) {
  .type-preview1 .cutter {
    position: relative;
    overflow: hidden;
    max-height: 290px;
  }
}
@media (min-width: 1200px) {
  .footer__copyright {
    float: right;
    margin: 50px 0 0;
  }
}
@media (max-width: 1200px) {
  .header .headmenu > li > a {
    padding: 0 10px;
    font-size: 14px;
  }

  .header .headmenu {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .header .header__top .title {
    font-size: 30px;
    line-height: 34px;
  }

  .main-slider .main-slider-content {
    padding-top: 30px;
    padding-bottom: 256px;
  }

  .msc-anrs li {
    margin-top: 10px;
  }
}
@media (max-width: 740px) {
  .header__top .logo {
    display: none;
  }

  .header__top .logo-static {
    display: block;
    float: left;
    width: 200px;
  }

  .header .header__top .container {
    padding-top: 30px;
  }

  .header .header__top .title {
    width: 270px;
    font-size: 24px;
    line-height: 25px;
    padding-left: 15px;
    padding-top: 50px;
  }
}
@media (max-width: 599px) {
  .header__top .logo-static {
    width: 160px;
    clear: both;
  }

  .header .header__top .container {
    padding-top: 10px;
  }

  .header .header__top .title {
    font-size: 22px;
    line-height: 26px;
    padding-left: 15px;
    padding-top: 0;
    clear: both;
  }
}
@media (max-width: 821px) {
  .boxer-info {
    font-size: 16px;
  }
}
@media (max-width: 765px) {
  .boxer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 534px) {
  .boxer-info .boxer-stats_block:first-child {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .new_style .preview .preview__img {
    position: relative;
    display: inline-block;
    width: calc(100% - 261px);
    margin-right: -4px;
    vertical-align: top;
    height: 100%;
  }

  .new_style .preview .preview__txt {
    position: relative;
    display: inline-block;
    height: 100%;
  }
}
@media (min-width: 1201px) {
  .right_side_banners {
    width: 14%;
  }
}
@media (min-width: 1491px) {
  .right_side_banners {
    width: 19%;
  }

  .main_cont .container {
    width: 1170px;
  }
}
@media (max-width: 1200px) {
  .main_cont .container {
    display: block;
  }

  .right_side_banners {
    display: block;
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .post__image.new_style {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .post__image.new_style {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .header .header__top {
    height: 125px;
  }

  .header .header__top .logo {
    display: block;
  }

  /* .header .header__top .logo .logo_body {
    width: 100px;
    height: 100px;
    margin-top: 15px; } */
  .header .header__top .title {
    width: 230px;
    padding: 0;
    margin: 30px 0 0 130px;
    font-size: 25px;
    line-height: 35px;
  }

  .header-separate {
    height: 100px;
  }
}
@media screen and (max-width: 415px) {
  .header .headmenu > li > a {
    letter-spacing: 1px;
  }

  .header .header__top .container {
    padding: 0;
  }

  .header .header__top .logo {
    display: block;
  }

  .header .header__top .logo .logo_body {
    width: 68px;
    height: 67px;
    margin-top: 10px;
  }

  .header .header__top .logo-static {
    display: none !important;
  }

  .header .header__top .title {
    display: inline-block;
    width: 168px;
    line-height: 25px;
    font-family: "Futura", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 95px;
    text-decoration: none;
    color: #4c4c4c;
  }

  .header-separate {
    height: 135px;
  }

  .m-b-50 {
    margin: 0 !important;
  }

  .m-b-30 {
    margin-bottom: 10px !important;
  }

  div.right_block {
    margin-top: 0.6em;
  }

  .footer-menu {
    display: none;
  }

  .media-left > img {
    width: 50px;
    height: 50px;
  }

  .footer .social {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 330px;
    right: 5px;
    text-align: center;
  }

  .footer .social a {
    font-size: 40px;
    padding: 0 10px 0;
  }

  .footer .social a:hover {
    color: #777;
  }

  div.wrapper {
    padding: 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .main_cont > .container {
    padding: 0;
  }

  .footer.social {
    bottom: 345px;
  }

  div.wrapper {
    padding: 0 3px;
  }
}
@media screen and (max-width: 992px) {
  .header .headmenu li .drop {
    position: relative;
    width: 100%;
    border-radius: 0 0 10px 10px;
    background: #fcfcfc;
  }

  .header .headmenu li a {
    display: block;
    border-bottom: 1px solid #0072ca;
  }

  .header .headmenu li a:hover {
    background: #63abe3;
    color: white;
  }

  .header .headmenu li a.lev-1:after {
    margin-left: 5px;
    content: "›";
  }

  .header .headmenu.open {
    height: 100vh;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.left_block img {
  width: 100%;
}

.partners__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.partners__wrap .partners__inner {
  max-width: 200px;
}

.partners__wrap .partners__inner a img {
  max-width: 200px;
}

.vcardToggler {
  position: absolute;
  bottom: 38px;
  right: 40px;
  color: lightgrey;
}

.vcardToggler:hover {
  color: #c90d0c;
}

.mod-email_administration {
  font-size: 13px;
  position: absolute;
  bottom: 40px;
}

.mod-email_administration > i,
.mod-email_administration > a {
  color: darkgrey;
  text-decoration: none;
}

.mod-email_administration > i {
  margin-right: 3px;
}

.mod-email_administration > :hover {
  color: #7ba5f5;
}

.news-link {
  color: #c90d0c !important;
}

.news-link:hover {
  color: #f01515;
}

i.icon_download {
  padding-left: 23px;
  background: url("../images/file-icon-set/png/md_download_red.png") no-repeat left center;
  background-size: 16px 16px;
  opacity: 0.8;
}

i.icon_see {
  padding-left: 23px;
  background: url("../images/file-icon-set/png/md_eye.png") no-repeat left center;
  background-size: 16px 16px;
  opacity: 0.8;
}

i.icon_see:hover,
.icon_download:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  table.document_table,
table.disqual-table,
table.canceled-events-table {
    width: 100%;
  }

  table.documents_table thead,
table.disqual-table thead,
table.canceled-events-table thead {
    display: none;
  }

  table.documents_table tr, table.disqual-table tr, table.canceled-events-table tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e8e9eb;
  }

  table.documents_table td,
table.disqual-table td,
table.canceled-events-table td {
    display: block;
    text-align: left;
    word-wrap: break-word;
  }

  table.documents_table td:before,
table.disqual-table td:before,
table.canceled-events-table td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
    margin-right: 8px;
    color: grey;
  }

  a.document_link {
    text-decoration: none;
    color: #4c4c4c;
  }

  .pagination {
    margin-bottom: 50px;
  }
}
/* md_antidoping_video_news_list */
.video_item_wrapper {
  display: flex;
  flex-basis: 30%;
  flex-wrap: wrap;
  justify-content: start;
  align-content: space-between;
}

.video_item {
  margin: 20px 10px;
  width: 320px;
}

.video_item_description {
  border-left: 2px solid grey;
  padding-left: 10px;
  color: #fff;
}

.video_item_description > span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

/*  END md_antidoping_video_news_list */
ul.about_doc_links {
  display: inline-block;
  padding: 0;
  width: 50%;
}

ul.about_doc_links > .about_doc_links__item {
  list-style: none;
  background: #0088d6;
  padding: 0 12px;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 50px;
  line-height: 28px;
  float: left;
}

ul.about_doc_links > .about_doc_links__item:first-child {
  /* margin-left: 0; */
}

ul.about_doc_links > .about_doc_links__item > a {
  text-decoration: none;
  color: #fcfcfc;
  white-space: nowrap;
}

a.allnews-button {
  text-decoration: none;
  color: #fcfcfc;
  background: #0088d6;
  padding: 5px 12px;
  border-radius: 50px;
}

.md-green-color {
  color: #2ecc71;
}

.md-red-color {
  color: #e74c3c;
}

.md-grey-color {
  color: #bdc3c7;
}

.general_partners_wrap {
  overflow: hidden;
  margin-bottom: 100px;
  /* background-color: #4c4c4c; */
  padding: 20px 10px;
}

img.general_partner_img {
  width: 100%;
  max-width: 400px;
  box-shadow: 0 0 10px 5px #ccc;
}

.fnt-rbt {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.fnt-rbt-sm {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.fnt-rbt-xs {
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

img.pixel {
  display: none;
}

.boxers_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: Roboto, sans-serif;
}

.first_place_card {
  width: 100%;
}

.boxer-card {
  width: 33.33%;
}

.first_place__photo {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 30px;
  background: #c6c6c6;
}

.boxer__photo {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 20px auto;
}

.md-link-red {
  display: block;
  text-decoration: none !important;
  color: #4d4d4d !important;
}

.md-link-red:hover {
  color: #e74c3c !important;
}

.first_place__birth, .first_place__region, .boxer_sport_achiev, .boxer_sport_achiev > span {
  font-size: 10px;
  margin-bottom: 0;
}

.first_place__birth > span {
  color: darkgrey;
}

.trainers_region__link, .trainers_region__link_lev_2, .main_region_link {
  display: block;
  font-family: Roboto, "PT Sans", sans-serif;
  font-size: 16px;
  text-align: left;
  text-decoration: none !important;
  color: #4d4d4d !important;
}

.trainers_region__link:hover, .trainers_region__link.active,
.trainers_region__link_lev_2:hover, .trainers_region__link_lev_2.active,
.main_region_link:hover, .main_region_link.active {
  color: #e74c3c !important;
}

.hidden {
  display: none;
}

.now_show {
  display: block;
}

.trainers_card {
  /*width: 20%;*/
  margin: 0 10px 30px;
}

div[id^=comp_] {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-around;
}

.trainers_card > a > img.trainers_card__img {
  width: 100%;
  max-width: 150px;
  max-height: 225px;
  min-width: 100px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-sizing: content-box;
  border: 1px solid #d6d6d6;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.trainers_card__row {
  width: 150px;
}

.trainers_card__row > a {
  text-decoration: none;
}

.trainers_detail_card {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media (max-width: 992px) {
  .trainers_detail_card {
    padding-left: 18px;
    padding-bottom: 20px;
  }
}
.trainers_detail_card__row {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  color: #4c4c4c;
}

.trainers_detail_card__row:first-child {
  margin-top: 25px;
}

.trainers_detail_card__btn {
  margin-top: 20px;
}

.trainers_detail_card__photo {
  margin-top: 25px;
  border-radius: 5px;
}

.img_box {
  width: 220px;
  float: left;
  clear: both;
}

.box {
  clear: both;
  margin-bottom: 10px;
}

.inf_box {
  display: table-cell;
  vertical-align: top;
}

* {
  font-family: "Futura PT Book", sans-serif;
  font-weight: normal;
  font-style: normal;
}

html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

body {
  background: #fff;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
}

input,
select,
textarea {
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000000 !important;
  outline: none !important;
}

p {
  margin: 0 0 1em 0;
  padding: 0;
}

a,
a:link,
a:visited {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

a:hover {
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

a img,
:link img,
:visited img {
  border: none;
}

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

table td {
  padding: 0;
}

address {
  font-style: normal;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 0.75em 0;
  padding: 0;
  font-weight: 500;
  line-height: 1.3em;
  color: #000000;
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 24px;
}

h3,
.h3 {
  font-size: 22px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

.fs-12 {
  font-size: 12px;
  line-height: 1.5em;
}

.fs-14 {
  font-size: 14px;
  line-height: 1.5em;
}

.fs-16 {
  font-size: 16px;
  line-height: 1.5em;
}

.fs-18 {
  font-size: 18px;
  line-height: 1.5em;
}

.fs-20 {
  font-size: 20px;
  line-height: 1.5em;
}

.fs-24 {
  font-size: 24px;
  line-height: 1.3em;
}

.fs-28 {
  font-size: 28px;
  line-height: 1.2em;
}

.fs-30 {
  font-size: 30px;
  line-height: 1.2em;
}

.fs-32 {
  font-size: 32px;
  line-height: 1.2em;
}

.fs-36 {
  font-size: 36px;
  line-height: 1.2em;
}

.fs-42 {
  font-size: 42px;
  line-height: 1.2em;
}

.fs-48 {
  font-size: 48px;
  line-height: 1.2em;
}

.fw-thin {
  font-weight: 200;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

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

.fw-bold {
  font-weight: 700;
}

.fw-extra {
  font-weight: 800;
}

.fw-black {
  font-weight: 900;
}

.lh-n {
  line-height: normal;
}

.lh-1 {
  line-height: 1em;
}

.lh-15 {
  line-height: 1.5em;
}

.lh-2 {
  line-height: 2em;
}

.ws-nw {
  white-space: nowrap !important;
}

.text-underline {
  text-decoration: underline;
}

.bg-white {
  background: #ffffff;
  color: #000000 !important;
}

.bg-dark {
  background: #000000;
  color: #ffffff !important;
}

.bg-dark h1,
.bg-dark .h1,
.bg-dark h2,
.bg-dark .h2,
.bg-dark h3,
.bg-dark .h3,
.bg-dark h4,
.bg-dark .h4,
.bg-dark h5,
.bg-dark .h5,
.bg-dark h6,
.bg-dark .h6 {
  color: #ffffff;
}

.bg-gray {
  background: #f7f7f7;
  color: #000000 !important;
}

.color-white {
  color: #ffffff !important;
}

.color-black {
  color: #000000 !important;
}

.color-gray,
.gray {
  color: #b3b3b3 !important;
}

.color-dgray {
  color: gray !important;
}

.color-red,
.red {
  color: #c90d0c !important;
}

.larr {
  background: url(../images/arrow-left.png) no-repeat 0 -15px;
  display: inline-block;
  width: 20px;
  height: 15px;
  vertical-align: middle;
}

.larr.sm {
  background: url(../images/arrow-left-sm.png) no-repeat 0 -11px;
  width: 15px;
  height: 11px;
}

.rarr {
  background: url(../images/arrow-right.png) no-repeat 0 -15px;
  display: inline-block;
  width: 20px;
  height: 15px;
  vertical-align: middle;
}

.rarr.sm {
  background: url(../images/arrow-right-sm.png) no-repeat 0 -11px;
  width: 15px;
  height: 11px;
}

.pagination {
  font-size: 15px;
  text-align: center;
  white-space: nowrap;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
}

.pagination li a {
  background: none !important;
  border: 2px solid transparent;
  padding: 5px 10px;
  margin: 0;
  color: #000000 !important;
  border-radius: 0 !important;
}

.pagination li a:hover {
  background: #f2f2f2;
  background: none;
  border-color: transparent;
  text-decoration: underline;
}

.pagination li span {
  background: none !important;
  border-color: transparent !important;
  padding: 5px 10px;
  color: #000000;
}

.pagination li.active a {
  border-color: #c90d0c !important;
  color: #000000 !important;
  text-decoration: none;
}

.img-block {
  position: relative;
  display: block;
}

.img-block img {
  display: block;
  width: 100%;
}

.img-preview {
  background: #000000;
  position: relative;
  display: block;
}

.img-preview img {
  display: block;
  width: 100%;
}

.img-preview:before {
  content: "";
  background-color: black;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../images/icons/search-72.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.img-preview:hover:before {
  opacity: 1;
}

.list-inline {
  margin-right: -5px;
}

.list-inline.list-inline-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.list-inline.list-inline-20 li {
  padding-left: 10px;
  padding-right: 10px;
}

.list-unstyled.list-unstyled-10 li {
  margin-top: 10px;
}

.list-unstyled.list-unstyled-10 li:first-child {
  margin-top: 0;
}

.list-unstyled.list-unstyled-15 li {
  margin-top: 15px;
}

.list-unstyled.list-unstyled-15 li:first-child {
  margin-top: 0;
}

.list-unstyled.list-unstyled-20 li {
  margin-top: 20px;
}

.list-unstyled.list-unstyled-20 li:first-child {
  margin-top: 0;
}

.list-square {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-square li {
  position: relative;
  margin-top: 10px;
  padding-left: 15px;
}

.list-square li:first-child {
  margin-top: 0;
}

.list-square li:before {
  content: "";
  background: #c90d0c;
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
}

.list-marg-10 li {
  margin-bottom: 10px;
}

.media {
  margin-top: 20px;
}

.media .media-left {
  padding-right: 20px;
}

.media .media-right {
  padding-left: 20px;
}

.media .media-img {
  padding-top: 4px;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
}

textarea.form-control {
  height: auto !important;
}

.btn {
  position: relative;
  color: #ffffff !important;
  text-decoration: none !important;
  white-space: normal;
  border-radius: 0;
}

.btn input {
  background: none;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.btn input:hover {
  cursor: pointer;
}

.btn.btn-link {
  border-color: #0088d6;
  color: #0088d6 !important;
}

.btn.btn-link:hover {
  background: #0088d6;
  border-color: #0088d6;
  color: #ffffff !important;
}

.btn.btn-primary {
  background: #0088d6;
  border-color: #0088d6;
}

.btn.btn-primary:hover {
  background: #0068a3;
  border-color: #0068a3;
}

.btn.btn-default {
  background: #c90d0c;
  border-color: #c90d0c;
  color: #ffffff !important;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.btn.btn-default:before {
  content: "";
  background: #c90d0c;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -10px;
  right: -10px;
  z-index: -1;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.btn.btn-default:after {
  content: "";
  background: #c90d0c;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: -20px;
  width: 5px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.btn.btn-default:focus {
  background: #c90d0c;
  border-color: #c90d0c;
  color: #ffffff !important;
  box-shadow: none;
}

.btn.btn-default:hover {
  background: #990a09;
  border-color: #990a09;
}

.btn.btn-default:hover:before,
.btn.btn-default:hover:after {
  background: #990a09;
}

.drop-down {
  position: relative;
}

.drop-down .drop-down-link {
  text-decoration: none !important;
}

.drop-down .drop-down-link:hover {
  color: #c90d0c;
}

.drop-down .drop-down-menu {
  background: #ffffff;
  border: 1px solid #cccccc;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 777;
  width: 200px;
  padding: 15px;
  display: none;
}

.drop-down .drop-down-menu > ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.drop-down .drop-down-menu > ul > li {
  display: block;
  margin: 10px 0 0;
}

.drop-down .drop-down-menu > ul > li:first-child {
  margin-top: 0;
}

.drop-down .drop-down-menu label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  font-weight: normal;
  line-height: normal;
}

.drop-down .drop-down-menu label input {
  position: absolute;
  top: 2px;
  left: 0;
  margin: 0;
  padding: 0;
}

.drop-down .drop-down-menu label:hover {
  cursor: pointer;
  color: #c90d0c;
}

.drop-down.open .drop-down-menu {
  display: block;
}

.minisearch {
  position: relative;
  width: 180px;
}

.minisearch .form-control {
  padding-right: 34px;
}

.minisearch:before {
  content: "";
  background: url(../images/icons/search-blue-24.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  right: 5px;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.dater {
  font-size: 16px;
  font-weight: 500;
}

.dater span {
  padding: 0 5px;
}

.dater a {
  position: relative;
  top: 1px;
  font-size: 18px;
  text-decoration: none;
}

.dater a:hover {
  color: #c90d0c;
}

.modal-open {
  padding-right: 0 !important;
}

.modal {
  padding-right: 0 !important;
}

.modal .cross {
  background: url("../images/icons/cross.png") no-repeat 0 0;
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 23px;
  height: 23px;
  -webkit-transition: none;
  transition: none;
}

.modal .cross:hover {
  background-position: 0 -23px;
}

.modal .modal-dialog {
  position: relative;
  margin: 50px auto;
}

.modal .modal-dialog .modal-content {
  border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-header {
  border: none;
  padding: 40px 40px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4em;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 40px;
}

.modal .modal-dialog .modal-content .modal-footer {
  border: none;
  padding: 0 40px 40px;
}

.row-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row-0 > .col-xs-1,
.row-0 > .col-sm-1,
.row-0 > .col-md-1,
.row-0 > .col-lg-1,
.row-0 > .col-xs-2,
.row-0 > .col-sm-2,
.row-0 > .col-md-2,
.row-0 > .col-lg-2,
.row-0 > .col-xs-3,
.row-0 > .col-sm-3,
.row-0 > .col-md-3,
.row-0 > .col-lg-3,
.row-0 > .col-xs-4,
.row-0 > .col-sm-4,
.row-0 > .col-md-4,
.row-0 > .col-lg-4,
.row-0 > .col-xs-5,
.row-0 > .col-sm-5,
.row-0 > .col-md-5,
.row-0 > .col-lg-5,
.row-0 > .col-xs-6,
.row-0 > .col-sm-6,
.row-0 > .col-md-6,
.row-0 > .col-lg-6,
.row-0 > .col-xs-7,
.row-0 > .col-sm-7,
.row-0 > .col-md-7,
.row-0 > .col-lg-7,
.row-0 > .col-xs-8,
.row-0 > .col-sm-8,
.row-0 > .col-md-8,
.row-0 > .col-lg-8,
.row-0 > .col-xs-9,
.row-0 > .col-sm-9,
.row-0 > .col-md-9,
.row-0 > .col-lg-9,
.row-0 > .col-xs-10,
.row-0 > .col-sm-10,
.row-0 > .col-md-10,
.row-0 > .col-lg-10,
.row-0 > .col-xs-11,
.row-0 > .col-sm-11,
.row-0 > .col-md-11,
.row-0 > .col-lg-11,
.row-0 > .col-xs-12,
.row-0 > .col-sm-12,
.row-0 > .col-md-12,
.row-0 > .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row-10 {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.row-10 > .col-xs-1,
.row-10 > .col-sm-1,
.row-10 > .col-md-1,
.row-10 > .col-lg-1,
.row-10 > .col-xs-2,
.row-10 > .col-sm-2,
.row-10 > .col-md-2,
.row-10 > .col-lg-2,
.row-10 > .col-xs-3,
.row-10 > .col-sm-3,
.row-10 > .col-md-3,
.row-10 > .col-lg-3,
.row-10 > .col-xs-4,
.row-10 > .col-sm-4,
.row-10 > .col-md-4,
.row-10 > .col-lg-4,
.row-10 > .col-xs-5,
.row-10 > .col-sm-5,
.row-10 > .col-md-5,
.row-10 > .col-lg-5,
.row-10 > .col-xs-6,
.row-10 > .col-sm-6,
.row-10 > .col-md-6,
.row-10 > .col-lg-6,
.row-10 > .col-xs-7,
.row-10 > .col-sm-7,
.row-10 > .col-md-7,
.row-10 > .col-lg-7,
.row-10 > .col-xs-8,
.row-10 > .col-sm-8,
.row-10 > .col-md-8,
.row-10 > .col-lg-8,
.row-10 > .col-xs-9,
.row-10 > .col-sm-9,
.row-10 > .col-md-9,
.row-10 > .col-lg-9,
.row-10 > .col-xs-10,
.row-10 > .col-sm-10,
.row-10 > .col-md-10,
.row-10 > .col-lg-10,
.row-10 > .col-xs-11,
.row-10 > .col-sm-11,
.row-10 > .col-md-11,
.row-10 > .col-lg-11,
.row-10 > .col-xs-12,
.row-10 > .col-sm-12,
.row-10 > .col-md-12,
.row-10 > .col-lg-12 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.row-20 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.row-20 > .col-xs-1,
.row-20 > .col-sm-1,
.row-20 > .col-md-1,
.row-20 > .col-lg-1,
.row-20 > .col-xs-2,
.row-20 > .col-sm-2,
.row-20 > .col-md-2,
.row-20 > .col-lg-2,
.row-20 > .col-xs-3,
.row-20 > .col-sm-3,
.row-20 > .col-md-3,
.row-20 > .col-lg-3,
.row-20 > .col-xs-4,
.row-20 > .col-sm-4,
.row-20 > .col-md-4,
.row-20 > .col-lg-4,
.row-20 > .col-xs-5,
.row-20 > .col-sm-5,
.row-20 > .col-md-5,
.row-20 > .col-lg-5,
.row-20 > .col-xs-6,
.row-20 > .col-sm-6,
.row-20 > .col-md-6,
.row-20 > .col-lg-6,
.row-20 > .col-xs-7,
.row-20 > .col-sm-7,
.row-20 > .col-md-7,
.row-20 > .col-lg-7,
.row-20 > .col-xs-8,
.row-20 > .col-sm-8,
.row-20 > .col-md-8,
.row-20 > .col-lg-8,
.row-20 > .col-xs-9,
.row-20 > .col-sm-9,
.row-20 > .col-md-9,
.row-20 > .col-lg-9,
.row-20 > .col-xs-10,
.row-20 > .col-sm-10,
.row-20 > .col-md-10,
.row-20 > .col-lg-10,
.row-20 > .col-xs-11,
.row-20 > .col-sm-11,
.row-20 > .col-md-11,
.row-20 > .col-lg-11,
.row-20 > .col-xs-12,
.row-20 > .col-sm-12,
.row-20 > .col-md-12,
.row-20 > .col-lg-12 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.row-50 {
  margin-left: -25px !important;
  margin-right: -25px !important;
}

.row-50 > .col-xs-1,
.row-50 > .col-sm-1,
.row-50 > .col-md-1,
.row-50 > .col-lg-1,
.row-50 > .col-xs-2,
.row-50 > .col-sm-2,
.row-50 > .col-md-2,
.row-50 > .col-lg-2,
.row-50 > .col-xs-3,
.row-50 > .col-sm-3,
.row-50 > .col-md-3,
.row-50 > .col-lg-3,
.row-50 > .col-xs-4,
.row-50 > .col-sm-4,
.row-50 > .col-md-4,
.row-50 > .col-lg-4,
.row-50 > .col-xs-5,
.row-50 > .col-sm-5,
.row-50 > .col-md-5,
.row-50 > .col-lg-5,
.row-50 > .col-xs-6,
.row-50 > .col-sm-6,
.row-50 > .col-md-6,
.row-50 > .col-lg-6,
.row-50 > .col-xs-7,
.row-50 > .col-sm-7,
.row-50 > .col-md-7,
.row-50 > .col-lg-7,
.row-50 > .col-xs-8,
.row-50 > .col-sm-8,
.row-50 > .col-md-8,
.row-50 > .col-lg-8,
.row-50 > .col-xs-9,
.row-50 > .col-sm-9,
.row-50 > .col-md-9,
.row-50 > .col-lg-9,
.row-50 > .col-xs-10,
.row-50 > .col-sm-10,
.row-50 > .col-md-10,
.row-50 > .col-lg-10,
.row-50 > .col-xs-11,
.row-50 > .col-sm-11,
.row-50 > .col-md-11,
.row-50 > .col-lg-11,
.row-50 > .col-xs-12,
.row-50 > .col-sm-12,
.row-50 > .col-md-12,
.row-50 > .col-lg-12 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.row-100 {
  margin-left: -50px !important;
  margin-right: -50px !important;
}

.row-100 > .col-xs-1,
.row-100 > .col-sm-1,
.row-100 > .col-md-1,
.row-100 > .col-lg-1,
.row-100 > .col-xs-2,
.row-100 > .col-sm-2,
.row-100 > .col-md-2,
.row-100 > .col-lg-2,
.row-100 > .col-xs-3,
.row-100 > .col-sm-3,
.row-100 > .col-md-3,
.row-100 > .col-lg-3,
.row-100 > .col-xs-4,
.row-100 > .col-sm-4,
.row-100 > .col-md-4,
.row-100 > .col-lg-4,
.row-100 > .col-xs-5,
.row-100 > .col-sm-5,
.row-100 > .col-md-5,
.row-100 > .col-lg-5,
.row-100 > .col-xs-6,
.row-100 > .col-sm-6,
.row-100 > .col-md-6,
.row-100 > .col-lg-6,
.row-100 > .col-xs-7,
.row-100 > .col-sm-7,
.row-100 > .col-md-7,
.row-100 > .col-lg-7,
.row-100 > .col-xs-8,
.row-100 > .col-sm-8,
.row-100 > .col-md-8,
.row-100 > .col-lg-8,
.row-100 > .col-xs-9,
.row-100 > .col-sm-9,
.row-100 > .col-md-9,
.row-100 > .col-lg-9,
.row-100 > .col-xs-10,
.row-100 > .col-sm-10,
.row-100 > .col-md-10,
.row-100 > .col-lg-10,
.row-100 > .col-xs-11,
.row-100 > .col-sm-11,
.row-100 > .col-md-11,
.row-100 > .col-lg-11,
.row-100 > .col-xs-12,
.row-100 > .col-sm-12,
.row-100 > .col-md-12,
.row-100 > .col-lg-12 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.block {
  display: block !important;
}

.ofl {
  overflow: hidden;
  position: relative;
  *zoom: 1;
}

.hr {
  background: #cccccc;
  position: relative;
  overflow: hidden;
  display: block;
  height: 1px;
}

.p-0 {
  padding: 0 !important;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.p-40 {
  padding: 40px;
}

.p-50 {
  padding: 50px;
}

.p-50-0 {
  padding: 50px 0;
}

.p-75-0 {
  padding: 75px 0;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-05 {
  margin-bottom: 5px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.m-b-60 {
  margin-bottom: 60px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.m-b-80 {
  margin-bottom: 80px !important;
}

.m-b-90 {
  margin-bottom: 90px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.m-b-125 {
  margin-bottom: 125px !important;
}

.m-0 {
  margin: 0 !important;
}

.type-link {
  color: #000000;
  text-decoration: underline;
}

.type-link:hover {
  text-decoration: none;
  cursor: pointer;
}

.flip-link a {
  color: #000000;
  text-decoration: none;
}

.flip-link a:hover {
  text-decoration: underline;
}

.red-link a {
  color: #c90d0c;
}

a.red-link {
  color: #c90d0c;
}

.overlink {
  background: url(../images/blank.gif) no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 55;
  display: block;
  width: 100%;
  height: 100%;
}

span.icon {
  display: inline-block;
}

.icon {
  position: relative;
}

.icon .ico {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
}

.icon .ico img {
  display: block;
  width: 100%;
}

.icon.icon_right .ico {
  left: auto;
  right: 0;
}

.icon.size_16 {
  padding-left: 24px;
}

.icon.size_16.icon_right {
  padding-left: 0;
  padding-right: 24px;
}

.icon.size_16 > .ico {
  width: 16px;
  height: 16px;
  margin-top: -8px;
}

.icon.size_24 {
  padding-left: 36px;
}

.icon.size_24.icon_right {
  padding-left: 0;
  padding-right: 36px;
}

.icon.size_24 > .ico {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}

.icon.size_24 > .ico.top {
  top: 0;
  margin-top: 0;
}

.icon.size_24 .fa {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.icon.size_32 {
  padding-left: 48px;
}

.icon.size_32.icon_right {
  padding-left: 0;
  padding-right: 48px;
}

.icon.size_32 > .ico {
  width: 32px;
  height: 32px;
  margin-top: -16px;
}

.icon.size_32 > .ico.top {
  top: 0;
  margin-top: 0;
}

.icon.size_40 {
  padding-left: 50px;
}

.icon.size_40.icon_right {
  padding-left: 0;
  padding-right: 60px;
}

.icon.size_40 > .ico {
  width: 40px;
  height: 40px;
  margin-top: -20px;
}

#wrap {
  background: #ececec;
  width: 100%;
  min-height: 100%;
  position: relative;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.header {
  background: #0088d6;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 777;
}

.header .container {
  position: relative;
}

.header .header__top .social {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.header .header__top .social li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  padding-top: 20px;
  font-size: 24px;
}

.header .header__bottom {
  min-height: 35px;
}

.header .header__bottom .buttons {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 5;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .header__bottom .buttons > li {
  float: left;
  height: 35px;
}

.header .header__bottom .headmenu__link {
  display: block;
  width: 50px;
  height: 35px;
  line-height: 32px;
  text-align: center;
}

.header .header__bottom .headmenu__link .navicon {
  display: inline-block;
  vertical-align: middle;
}

.header .header__bottom .search {
  position: relative;
  display: block;
  width: 45px;
  height: 35px;
}

.header .header__bottom .search .search__link:hover {
  cursor: pointer;
}

.header .header__bottom .search .search__drop {
  background: #ffffff;
  position: absolute;
  top: 0;
  right: 40px;
  overflow: hidden;
  width: 0;
  height: 40px;
  border-radius: 0 0 3px 3px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.header .header__bottom .search .search__drop input {
  background: none;
  border: none;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}

.header .header__bottom .search.open .search__drop {
  width: 250px;
}

.header .header__bottom .lang {
  position: relative;
  width: 40px;
  height: 35px;
  font-size: 12px;
  font-weight: 600;
}

.header .header__bottom .lang .lang__link {
  width: 40px;
  height: 35px;
  line-height: 35px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: right;
}

.header .header__bottom .lang .lang__link .fa {
  margin-left: 5px;
}

.header .header__bottom .lang .lang__link:hover {
  color: #000000;
  cursor: pointer;
}

.header .header__bottom .lang .lang__drop {
  background: #ffffff;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
  min-width: 100%;
  max-height: 0;
  text-align: center;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.header .header__bottom .lang .lang__drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}

.header .header__bottom .lang .lang__drop ul a {
  display: block;
  padding: 3px;
  text-decoration: none;
}

.header .header__bottom .lang .lang__drop ul a:hover {
  background: #0088d6;
  color: #ffffff;
}

.header .header__bottom .lang.open .lang__drop {
  max-height: 100px;
}

.header .logo {
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  width: 150px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 0 0 5px 5px;
}

.header .headmenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .headmenu > li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  /* height: 35px; */
}

.header .headmenu > li > a {
  display: block;
  height: 35px;
  /* padding: 0 5px; */
  line-height: 35px;
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.header .headmenu > li > a:hover {
  background: #ffffff;
  color: #000000;
}

.header .headmenu > li .drop {
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  display: none;
}

.header .headmenu > li .drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .headmenu > li .drop ul a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.header .headmenu > li .drop ul a:hover {
  background: #0088d6;
  color: #ffffff;
}

.header .headmenu.open {
  display: block;
}

.header-separate {
  height: 100px;
}

.footer {
  position: relative;
  min-height: 150px;
  color: #e6e6e6;
}

.footer a {
  color: #e6e6e6;
  text-decoration: none;
}

.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.footer .footer-bg {
  background: #000 url(../images/bg.jpg) repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -10%;
  right: -10%;
  z-index: 1;
  height: 300%;
  opacity: 0.95;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.footer .container {
  position: relative;
  z-index: 2;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer .footer-logo {
  position: relative;
  top: -10px;
}

.footer .footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-menu li {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  padding-bottom: 7px;
}

.footer .footer-menu a {
  text-transform: uppercase;
}

.footer .social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .social li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.footer .social li:first-child {
  padding-left: 0;
}

.footer .social a {
  font-size: 24px;
  color: #999999;
  text-decoration: none;
}

.footer .social a:hover {
  color: #ffffff;
}

.main-slider {
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #ffffff;
}

.main-slider .main-slider-content {
  position: relative;
  padding-top: 100px;
  padding-bottom: 150px;
  z-index: 2;
}

.msc-anrs {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 270px;
}

.msc-anrs li {
  margin-top: 30px;
}

.msc-anrs li:first-child {
  margin-top: 0;
}

.msc-anrs li img {
  display: block;
  width: 100%;
}

.msc-news .tags {
  padding-bottom: 15px;
}

.msc-news a {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.msc-news a:hover {
  text-decoration: underline;
}

.msc-news.big a {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
}

.msc-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.msc-news-list li {
  border-top: 1px solid gray;
  padding-top: 20px;
  margin-bottom: 20px;
}

.msc-news-list li:first-child {
  border: none;
  padding-top: 0;
}

.subscribe {
  background: url(../images/bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  position: relative;
}

.subscribe .subscribe-bg {
  background: url(../images/bg.jpg) repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -10%;
  width: 150%;
  height: 250%;
  z-index: 1;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.subscribe .subscribe-body {
  position: relative;
  z-index: 2;
  padding-top: 30px;
  padding-bottom: 50px;
}

.subscribe .subscribe-body .title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}

.subscribe .subscribe-body .form {
  position: relative;
  z-index: 5;
  max-width: 500px;
}

.subscribe .subscribe-body .form .form-control-s {
  position: relative;
}

.subscribe .subscribe-body .form .form-control-s:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6px;
  z-index: 1;
  width: 20px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.subscribe .subscribe-body .form .form-control {
  position: relative;
  background: none;
  border-color: #ffffff !important;
  border-right-color: transparent !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.subscribe .subscribe-body .form .form-control::-webkit-input-placeholder {
  color: gray;
}

.subscribe .subscribe-body .form .form-control::-moz-placeholder {
  color: gray;
}

.subscribe .subscribe-body .form .form-control::-moz-placeholder {
  color: gray;
}

.subscribe .subscribe-body .form .form-control::-ms-input-placeholder {
  color: gray;
}

.subscribe .subscribe-body .form .form-control::-ms-input-placeholder {
  color: gray;
}

.subscribe .subscribe-body .img {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 1;
  overflow: hidden;
  width: 430px;
  height: 250px;
}

.subscribe .subscribe-body .img img {
  display: block;
  width: 100%;
}

.subscribe.subscribe-v2 {
  position: relative;
  overflow: hidden;
}

.subscribe.subscribe-v2 .subscribe-bg {
  background: #ececec;
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  width: 150%;
  height: 250%;
  z-index: 3;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
}

.subscribe.subscribe-v2 .subscribe-body {
  padding-top: 60px;
  padding-bottom: 120px;
}

.section {
  position: relative;
}

.bottom-flag {
  background: #ececec url(../images/main-flag.png) no-repeat bottom center/100% auto;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.pathway {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #c90d0c;
  font-size: 13px;
}

.pathway a {
  color: #000000;
  text-decoration: none;
}

.pathway a:hover {
  text-decoration: underline;
}

.pathway i {
  margin: 0;
  color: #000000;
}

.headline {
  padding-left: 0;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
}

.headline span {
  color: #c90d0c;
}

.preview {
  position: relative;
}

.preview .preview__img {
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.preview .preview__img img {
  display: block;
  width: 100%;
}

.preview .preview__txt {
  background: #c90d0c;
  background: rgba(201, 13, 12, 0.8);
  color: #ffffff;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.preview .preview__txt .date {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: normal;
}

.preview .preview__txt .cutter {
  position: relative;
  overflow: hidden;
}

.preview .preview__txt .title {
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
}

.preview .preview__txt .title span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.preview .preview__txt .title.fs-24 {
  font-size: 24px;
  line-height: 25px;
}

.preview .preview__txt .description {
  padding-top: 10px;
  font-size: 14px;
  line-height: 15px;
}

.preview .preview__txt .tags {
  padding-top: 15px;
}

.preview .preview__txt .tags a {
  position: relative;
  z-index: 777;
}

.preview .preview__txt .arrow {
  background: url(../images/arrow-right.png) no-repeat 0 0;
  position: absolute;
  bottom: 25px;
  right: 30px;
  display: block;
  width: 20px;
  height: 15px;
}

.preview .preview__txt:hover {
  background: #c90d0c;
}

.preview .preview__txt:hover .title span {
  border-color: #ffffff;
}

.preview .preview__txt:hover .arrow {
  background-position: 0 -15px;
}

.preview .preview__txt .list-square li:before {
  background: #ffffff;
  top: 7px;
}

.preview.right .preview__txt {
  left: auto;
  right: 0;
}

.preview.simple .preview__txt {
  background: #ececec;
  border: 1px solid gray;
  width: 100%;
  color: #000000;
}

.preview.simple .preview__txt .title {
  font-size: 22px;
  line-height: 25px;
}

.preview.simple .preview__txt .arrow {
  background-position: 0 -15px;
}

.preview.simple .preview__txt:hover {
  background: #f7f7f7;
  border-color: #c90d0c;
}

.preview.simple .preview__txt:hover .title span {
  border-color: #c90d0c;
}

.preview.simple .preview__txt:hover .arrow {
  background-position: 0 -30px;
}

.preview.small .preview__txt {
  width: 100%;
}

.type-preview {
  background: #c90d0c;
  position: relative;
  color: #ffffff;
  padding: 25px 25px;
  line-height: 1.4em;
}

.type-preview1 {
  background: #c90d0c;
  position: relative;
  color: #ffffff;
  padding: 25px 25px;
  line-height: 1.4em;
}

.type-preview .title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

.type-preview1 .title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3em;
}

.type-preview.simple {
  background: #ececec;
  border: 1px solid #cccccc;
  color: #000000;
}

.type-preview1.simple {
  background: #ececec;
  border: 1px solid #cccccc;
  color: #000000;
}

.post__image {
  position: relative;
  margin-bottom: 20px;
}

.post__image img {
  display: block;
  width: 100%;
}

.post__image .tags {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}

.post__data {
  font-size: 12px;
  color: gray;
}

.owl-carousel-news {
  position: relative;
  padding: 0 30px;
}

.owl-carousel-news .owl-nav .owl-prev {
  background: url(../images/arrow-left.png) no-repeat 0 -15px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: -7px;
}

.owl-carousel-news .owl-nav .owl-prev:hover {
  background-position: 0 -30px;
}

.owl-carousel-news .owl-nav .owl-next {
  background: url(../images/arrow-right.png) no-repeat 0 -15px;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: -7px;
}

.owl-carousel-news .owl-nav .owl-next:hover {
  background-position: 0 -30px;
}

.owl-carousel-news .owl-nav .disabled {
  opacity: 0.3;
}

.owl-carousel-gallery .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
}

.owl-carousel-gallery .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

.owl-carousel-gallery .owl-dots .owl-dot span {
  border: 1px solid #ffffff;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.owl-carousel-gallery .owl-dots .owl-dot.active span,
.owl-carousel-gallery .owl-dots .owl-dot:hover span {
  background: #ffffff;
}

.owl-carousel-region {
  position: relative;
  padding: 0 30px;
}

.owl-carousel-region .owl-carousel-item {
  border: 1px solid #b3b3b3;
  margin-bottom: 5px;
  padding: 25px 25px;
}

.owl-carousel-region .owl-nav .owl-prev {
  background: url(../images/arrow-left.png) no-repeat 0 -15px;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: -7px;
}

.owl-carousel-region .owl-nav .owl-prev:hover {
  background-position: 0 -30px;
}

.owl-carousel-region .owl-nav .owl-next {
  background: url(../images/arrow-right.png) no-repeat 0 -15px;
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 20px;
  height: 15px;
  margin-top: -7px;
}

.owl-carousel-region .owl-nav .owl-next:hover {
  background-position: 0 -30px;
}

.owl-carousel-region .owl-nav .disabled {
  opacity: 0.3;
}

.navicon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}

.navicon i {
  background: #e6e6e6;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  height: 2px;
  margin-top: -1px;
}

.navicon:before {
  content: "";
  background: #e6e6e6;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transition: transform 0.2s linear 0s;
  -webkit-transition: -webkit-transform 0.2s linear 0s;
  transition: -webkit-transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.navicon:after {
  content: "";
  background: #e6e6e6;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-transition: transform 0.2s linear 0s;
  -webkit-transition: -webkit-transform 0.2s linear 0s;
  transition: -webkit-transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s;
  transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
}

.navicon:hover {
  cursor: pointer;
}

.open .navicon i {
  background: none;
}

.open .navicon:before {
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .navicon:after {
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.calendar .title {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #c90d0c;
  text-transform: uppercase;
}

.calendar .box {
  border: 1px solid #0088d6;
}

.calendar .calendar__head {
  position: relative;
  background: #0088d6;
  padding: 15px 0;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
}

.calendar .calendar__head .prev,
.calendar .calendar__head .next {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.calendar .calendar__head .prev:hover,
.calendar .calendar__head .next:hover {
  color: #000000;
}

.calendar .calendar__head .next {
  margin-left: 80px;
}

.calendar table {
  width: 100%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}

.calendar table th {
  background: #0088d6;
  padding: 5px 0;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}

.calendar table td {
  padding: 4px 0;
}

.calendar table td span,
.calendar table td a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 35px;
  border-radius: 50%;
}

.calendar table td a:hover {
  background: #e6e6e6;
}

.calendar table td .active {
  background: #c90d0c;
  color: #ffffff !important;
  text-decoration: none !important;
}

.calendar table .disabled {
  color: #b3b3b3;
}

.tags a {
  background: #ffffff;
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #c90d0c;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.tags a:hover {
  background: #cccccc;
}

.tags.red a {
  background: #c90d0c;
  color: #ffffff;
}

.tags.red a:hover {
  background: #990a09;
}

a.type-preview.simple {
  display: block;
  text-decoration: none;
}

a.type-preview1.simple {
  display: block;
  text-decoration: none;
}

a.type-preview.simple:hover .title {
  text-decoration: underline;
}

a.type-preview1.simple:hover .title {
  text-decoration: underline;
}

a.type-preview {
  display: block;
  text-decoration: none;
  color: #fff;
}

a.type-preview1 {
  display: block;
  text-decoration: none;
  color: #fff;
}

a.type-preview:hover .title {
  text-decoration: underline;
  color: #fff;
}

a.type-preview1:hover .title {
  text-decoration: underline;
  color: #fff;
}

.tags a {
  margin-bottom: 7px;
}

.preview .preview__img {
  background-position: center center;
}

.post__image.legend__image {
  max-width: 300px;
  float: left;
  margin: 0 20px 20px 0;
}

.footer__copyright {
  height: 20px;
  margin: 30px 0 0;
}

.header .logo {
  background: transparent;
}

.greyline {
  border-top: 1px solid #b3b3b3;
}

.media-body__title {
  line-height: 1.2;
}

.main-slider .main-slider-content {
  padding-bottom: 0;
}

.subscribe.subscribe-v2 .subscribe-body {
  padding-top: 100px;
  padding-bottom: 130px;
}

.subscribe.subscribe-v2 .subscribe-bg {
  background-color: #fff;
}

.preview .preview__txt a {
  color: #fff;
}

.preview .preview__txt .title a,
.preview .preview__txt .title span {
  font-weight: 300;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

.preview .preview__txt .title a:hover {
  border-bottom-color: #fff;
}

.pdf {
  padding-left: 23px;
  background: url(../images/pdf.png) no-repeat left center;
  background-size: 16px 16px;
}

#wrap,
.bottom-flag {
  background: #ffffff;
  margin: auto;
}

.header-separate {
  height: 335px;
}

.header .header__top .container {
  padding-top: 60px;
}

.header .logo-link {
  width: 310px;
  height: 280px;
}

.to-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 310px;
  height: 280px;
}

.msc-anrs li img {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.15);
}

.headmenu {
  font-size: 0;
}

.header .headmenu > li {
  height: auto;
  padding: 0;
}

.header .headmenu > li > a {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 45px;
  height: 45px;
}

.header .header__bottom {
  min-height: 45px;
}

.header .header__bottom .headmenu__link {
  height: 45px;
  line-height: 43px;
}

.header .header__bottom .lang {
  height: 45px;
  width: 50px;
  font-size: 17px;
  line-height: 45px;
}

.header .headmenu > li:hover .drop {
  z-index: 100;
}

.header .headmenu > li .drop ul a {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 18px;
}

.msc-news .tags {
  display: none;
}

.headline:before {
  left: 0;
}

.msc-news-list li {
  border: none;
}

.icon.size_24 {
  line-height: 18px;
}

.header .header__bottom .search .search__drop input {
  height: 45px;
}

.header .header__bottom .lang .lang__link {
  height: 45px;
  width: 50px;
  line-height: 45px;
}

.header {
  background: #0088d6;
}

.subscribe .subscribe-body .title {
  color: #000000;
}

.header .headmenu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer,
.icon.size_24,
.footer .social a {
  color: #777777;
}

.footer a,
.footer a:hover {
  color: #000000;
}

.footer .footer-bg,
.subscribe,
.subscribe .subscribe-bg {
  background: url(/local/templates/fbr/css/../images/bg3.jpg) repeat center center;
  background-size: auto;
}

.subscribe .subscribe-body .form .form-control,
.subscribe .subscribe-body .form .form-control-s:before {
  border-color: #777777 !important;
}

.subscribe .subscribe-body .form .form-control {
  border-right-color: transparent !important;
}

.main-slider {
  background-color: #ffffff;
  position: relative;
}

.main-slider .main-slider-content {
  padding-top: 50px;
  padding-bottom: 500px;
}

.main-slider:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0.85;
  z-index: -1;
}

.logo-static {
  display: none;
}

.wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.right_block {
  margin-top: 1.5em;
}

.boxer-info {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.boxer-info label:after {
  content: " :";
  margin-right: 3px;
}

.boxer-info .boxer-stats_block {
  margin-left: 30px;
}

.years_filt,
.month_filt {
  padding: 4px 10px;
}

.title-event {
  font-size: 20px;
  font-weight: bold;
  margin: 20px;
}

.title-event a {
  text-decoration: none;
}

.title-event a:hover {
  text-decoration: underline;
}

.place-event {
  font-weight: bold;
  margin: 10px 40px;
}

.props-event ul {
  list-style: none;
}

.wrap-table-statistic {
  margin-bottom: 50px;
}

.table-statistic {
  width: 100%;
  border-collapse: collapse;
}

.table-statistic th {
  text-align: center;
  background: #99cccd;
  height: 30px;
}

.table-statistic td {
  height: 50px;
  padding: 10px;
}

.table-statistic.future th {
  background: #ccc;
  border: 1px solid #a2a2a2;
  border-left: transparent;
  border-right: transparent;
}

.table-statistic.future td {
  background: #fff;
  border-left: transparent;
  border-right: transparent;
  height: 40px;
}

.title-table {
  text-align: center;
  padding: 5px 10px;
  background: #0f0;
  font-weight: bold;
}

.event-info {
  background: #0088d6;
  color: #fff;
}

.future .event-info {
  background: #0088d6 !important;
}

.props-event p {
  margin: 0;
  padding: 0;
}

.props-event .two-column li {
  display: inline-block;
  width: 49%;
}

.props-event .one-column li {
  display: inline-block;
  width: 100%;
}

td.category {
  width: 150px;
}

td.referee-info {
  background: #c5eded;
  height: 20px;
  font-size: 11px;
  padding: 2px 10px;
}

.result-poedinok {
  background: #bdc3c7;
}

td.weight {
  text-align: center;
}

td.boxer-name a,
td.category a,
td.weight a {
  text-decoration: none;
}

td.boxer-name a:hover,
td.category a:hover,
td.weight a:hover {
  text-decoration: underline;
}

td.boxer-link a {
  text-decoration: none;
}

td.boxer-link.hover-td:hover {
  background: #d0e3f5;
}

td.boxer-link:hover a {
  text-decoration: underline;
}

.poedinok {
  background: #e74c3c;
  text-align: center;
}

.statistic-boxer {
  text-align: center;
  width: 75px;
}

.statistic-boxer .w {
  color: #22f823;
}

.statistic-boxer .i {
  color: #ec2625;
}

.statistic-boxer .d {
  color: #7ba5f5;
}

.main_cont {
  position: relative;
}

.main_cont .container {
  display: block;
  vertical-align: top;
}

.right_side_banners {
  display: inline-block;
  height: auto;
  width: 19%;
  vertical-align: top;
  margin-right: 20px;
}

.banner_wrap {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.post__image.new_style {
  width: 30%;
  float: left;
  padding-right: 20px;
}

.post__image.new_style .tags {
  bottom: 30px;
}

.post__image.new_style .m-b-20 {
  margin-bottom: 0 !important;
  margin-top: 10px;
}

.m-b-30.new_style {
  min-height: 270px;
}

.stat_block_hidden {
  display: none;
}

.headline,
.right_block {
  font-family: "Futura PT", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.header .headmenu > li > a {
  letter-spacing: 1px;
}

.header .header__top .container {
  padding: 0;
}

.header .header__top .social {
  margin-top: 27px;
  margin-right: 30px;
}

.header .header__top .social a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
}

.header .header__top .social a:hover {
  opacity: 1;
}

/* .header .header__top .title {
  display: inline-block;
  width: 380px;
  line-height: 48px;
  font-family: "Futura", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  margin-left: 175px;
  margin-top: 50px;
  text-decoration: none;
  color: #4c4c4c; } */
.header-separate {
  height: 220px;
}

.visible-xsm {
  display: none;
}

.logo_body {
  position: absolute;
  width: 138px;
  height: 134px;
  background: url("/local/templates/fbr/images/top_logo.png") no-repeat center center/100% 100%;
  margin-top: 25px;
}

.countdown {
  height: 98px;
  width: 100%;
  background: url("../images/bg3.jpg") repeat-x;
  margin-top: -20px;
}

.countdown > .fa {
  position: absolute;
}

.countdown__title {
  padding-top: 5px;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0 !important;
}

.countdown > .fa {
  margin-top: 10px;
  margin-left: 10px;
  color: lightslategrey;
}

a.bx-composite-btn {
  display: none !important;
}

.mod-item_administration {
  margin-bottom: 20px;
  padding: 30px;
}

.mod-item_administration .mod-item-description-administration {
  max-width: 100%;
  min-height: 220px;
  background: #fcfcfc;
  margin-top: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}

.mod-item_administration .mod-position_administration,
.mod-item_administration .mod-name_administration {
  text-align: left;
  font-size: 12px;
}

.mod-item_administration .mod-position_administration {
  margin-bottom: 40px;
}

.mod-item_administration .mod-name_administration {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.mod-item_administration img.preview_picture {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #ccc;
  box-shadow: 5px 10px 30px 8px #ccc;
}

.row.about {
  margin-bottom: 48px;
}

.row.about h2 {
  margin-bottom: 30px;
}

.row.about p {
  font-size: 16px;
  line-height: 24px;
}

.row.about .col .common-image {
  max-width: 360px;
  margin-bottom: 20px;
}

.row.about .col img {
  margin-bottom: 20px;
}

.row.about ul li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

@media (max-width: 599px) {
  .media.media-responsive .media-left {
    display: block;
    width: auto;
    margin: 0;
    padding: 0 0 10px 0;
  }

  .media.media-responsive .media-right {
    display: block;
    width: auto;
    margin: 0;
    padding: 10px 0 0 0;
  }

  .media.media-responsive .media-body {
    display: block;
    width: auto;
  }
}
@media (max-width: 767px) {
  .modal .cross {
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-header {
    padding: 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-footer {
    padding: 0 20px 20px;
  }
}
@media (min-width: 450px) {
  .visible-xxs {
    display: none;
  }
}
@media (max-width: 450px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
    margin: 0 !important;
  }
}
@media (max-width: 767px) {
  .pull-xs-right {
    float: right;
  }

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pull-sm-right {
    float: right;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-up-right {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pull-md-right {
    float: right;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .pull-md-up-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-right {
    float: right;
  }

  .text-lg-right {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .header .header__top .title {
    width: 350px;
    padding-top: 13px;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 599px) {
  .header .header__top .title {
    width: 270px;
    padding-left: 125px;
  }
}
@media (max-width: 991px) {
  .header .header__top .social li {
    margin-left: 15px;
    padding-top: 22px;
    font-size: 18px;
  }
}
@media (max-width: 599px) {
  .header .header__top .social li {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .header__bottom .headmenu__link {
    display: none;
  }
}
@media (max-width: 991px) {
  .header .headmenu {
    padding: 35px 0 !important;
    display: none;
  }
}
@media (max-width: 991px) {
  .header .headmenu > li {
    display: block;
    height: auto;
    padding: 5px 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .header .headmenu > li > a {
    display: inline-block;
    height: auto;
    line-height: normal;
    padding: 10px 25px;
  }
}
@media (min-width: 992px) {
  .header .headmenu > li:hover {
    background: #ffffff;
    color: #000000;
  }

  .header .headmenu > li:hover > a {
    color: #000000;
  }
}
@media (min-width: 992px) {
  .header .headmenu > li:hover .drop {
    display: block;
  }
}
@media (min-width: 1200px) {
  .footer .social {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .main-slider .main-slider-content {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .subscribe .subscribe-body .form .form-control-s {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .subscribe .subscribe-body .img {
    right: 0;
  }
}
@media (max-width: 767px) {
  .subscribe .subscribe-body .img {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .subscribe.subscribe-v2 .subscribe-body {
    padding-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .subscribe.subscribe-v2 .subscribe-body {
    padding-bottom: 70px;
  }
}
@media (min-width: 768px) {
  .preview {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .preview .preview__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .preview .preview__img {
    background: none;
  }
}
@media (min-width: 768px) {
  .preview .preview__img img {
    display: none;
  }
}
@media (min-width: 768px) {
  .preview .preview__txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 261px;
    padding: 25px 25px 0;
  }
}
@media (max-width: 767px) {
  .preview .preview__txt {
    background: #c90d0c;
    padding: 25px 25px;
  }
}
@media (min-width: 768px) {
  .preview .preview__txt .cutter {
    max-height: 220px;
  }
}
@media (min-width: 768px) {
  .preview.small {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .preview.small .preview__txt .cutter {
    max-height: 125px;
  }
}
@media (max-width: 991px) {
  .preview.preview-sm-down {
    height: auto;
  }

  .preview.preview-sm-down .preview__txt {
    position: relative;
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .preview.preview-md-down {
    height: auto;
  }

  .preview.preview-md-down .preview__txt {
    position: relative;
    padding-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .type-preview {
    height: 340px;
  }
}
@media (min-width: 768px) {
  .type-preview1 {
    height: 100px;
  }
}
@media (min-width: 768px) {
  .type-preview .cutter {
    position: relative;
    overflow: hidden;
    max-height: 290px;
  }
}
@media (min-width: 768px) {
  .type-preview1 .cutter {
    position: relative;
    overflow: hidden;
    max-height: 290px;
  }
}
@media (min-width: 1200px) {
  .footer__copyright {
    float: right;
    margin: 50px 0 0;
  }
}
@media (max-width: 1200px) {
  .header .headmenu > li > a {
    padding: 0 10px;
    font-size: 14px;
  }

  .header .headmenu {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .header .header__top .title {
    font-size: 30px;
    line-height: 34px;
  }

  .main-slider .main-slider-content {
    padding-top: 30px;
    padding-bottom: 256px;
  }

  .msc-anrs li {
    margin-top: 10px;
  }
}
@media (max-width: 740px) {
  .header__top .logo {
    display: none;
  }

  .header__top .logo-static {
    display: block;
    float: left;
    width: 200px;
  }

  .header .header__top .container {
    padding-top: 30px;
  }

  .header .header__top .title {
    width: 270px;
    font-size: 24px;
    line-height: 25px;
    padding-left: 15px;
    padding-top: 50px;
  }
}
@media (max-width: 599px) {
  .header__top .logo-static {
    width: 160px;
    clear: both;
  }

  .header .header__top .container {
    padding-top: 10px;
  }

  .header .header__top .title {
    font-size: 22px;
    line-height: 26px;
    padding-left: 15px;
    padding-top: 0;
    clear: both;
  }
}
@media (max-width: 821px) {
  .boxer-info {
    font-size: 16px;
  }
}
@media (max-width: 765px) {
  .boxer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 534px) {
  .boxer-info .boxer-stats_block:first-child {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .new_style .preview .preview__img {
    position: relative;
    display: inline-block;
    width: calc(100% - 261px);
    margin-right: -4px;
    vertical-align: top;
    height: 100%;
  }

  .new_style .preview .preview__txt {
    position: relative;
    display: inline-block;
    height: 100%;
  }
}
@media (min-width: 1201px) {
  .right_side_banners {
    width: 14%;
  }
}
@media (min-width: 1491px) {
  .right_side_banners {
    width: 19%;
  }

  .main_cont .container {
    width: 1170px;
  }
}
@media (max-width: 1200px) {
  .main_cont .container {
    display: block;
  }

  .right_side_banners {
    display: block;
    padding: 0 30px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .post__image.new_style {
    width: 50%;
  }
}
@media (max-width: 600px) {
  .post__image.new_style {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .header .header__top {
    height: 125px;
  }

  .header .header__top .logo {
    display: block;
  }

  /* .header .header__top .logo .logo_body {
    width: 100px;
    height: 100px;
    margin-top: 15px; } */
  .header .header__top .title {
    width: 230px;
    padding: 0;
    margin: 30px 0 0 130px;
    font-size: 25px;
    line-height: 35px;
  }

  .header-separate {
    height: 100px;
  }
}
@media screen and (max-width: 415px) {
  .header .headmenu > li > a {
    letter-spacing: 1px;
  }

  .header .header__top .container {
    padding: 0;
  }

  .header .header__top .logo {
    display: block;
  }

  .header .header__top .logo .logo_body {
    width: 68px;
    height: 67px;
    margin-top: 10px;
  }

  .header .header__top .logo-static {
    display: none !important;
  }

  .header .header__top .title {
    display: inline-block;
    width: 168px;
    line-height: 25px;
    font-family: "Futura", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 95px;
    text-decoration: none;
    color: #4c4c4c;
  }

  .header-separate {
    height: 135px;
  }

  .m-b-50 {
    margin: 0 !important;
  }

  .m-b-30 {
    margin-bottom: 10px !important;
  }

  div.right_block {
    margin-top: 0.6em;
  }

  .footer-menu {
    display: none;
  }

  .media-left > img {
    width: 50px;
    height: 50px;
  }

  .footer .social {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 330px;
    right: 5px;
    text-align: center;
  }

  .footer .social a {
    font-size: 40px;
    padding: 0 10px 0;
  }

  .footer .social a:hover {
    color: #777;
  }

  div.wrapper {
    padding: 0 10px;
  }
}
@media screen and (max-width: 320px) {
  .main_cont > .container {
    padding: 0;
  }

  .footer.social {
    bottom: 345px;
  }

  div.wrapper {
    padding: 0 3px;
  }
}
@media screen and (max-width: 992px) {
  .header .headmenu li .drop {
    position: relative;
    width: 100%;
    border-radius: 0 0 10px 10px;
    background: #fcfcfc;
  }

  .header .headmenu li a {
    display: block;
    border-bottom: 1px solid #0072ca;
  }

  .header .headmenu li a:hover {
    background: #63abe3;
    color: white;
  }

  .header .headmenu li a.lev-1:after {
    margin-left: 5px;
    content: "›";
  }

  .header .headmenu.open {
    height: 100vh;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.left_block img {
  width: 100%;
}

.partners__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.partners__wrap .partners__inner {
  max-width: 200px;
}

.partners__wrap .partners__inner a img {
  max-width: 200px;
}

.vcardToggler {
  position: absolute;
  bottom: 38px;
  right: 40px;
  color: lightgrey;
}

.vcardToggler:hover {
  color: #c90d0c;
}

.mod-email_administration {
  font-size: 13px;
  position: absolute;
  bottom: 40px;
}

.mod-email_administration > i,
.mod-email_administration > a {
  color: darkgrey;
  text-decoration: none;
}

.mod-email_administration > i {
  margin-right: 3px;
}

.mod-email_administration > :hover {
  color: #7ba5f5;
}

.news-link {
  color: #c90d0c !important;
}

.news-link:hover {
  color: #f01515;
}

i.icon_download {
  padding-left: 23px;
  background: url("../images/file-icon-set/png/md_download_red.png") no-repeat left center;
  background-size: 16px 16px;
  opacity: 0.8;
}

i.icon_see {
  padding-left: 23px;
  background: url("../images/file-icon-set/png/md_eye.png") no-repeat left center;
  background-size: 16px 16px;
  opacity: 0.8;
}

i.icon_see:hover,
.icon_download:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  table.document_table,
table.disqual-table,
table.canceled-events-table {
    width: 100%;
  }

  table.documents_table thead,
table.disqual-table thead,
table.canceled-events-table thead {
    display: none;
  }

  table.documents_table tr, table.disqual-table tr, table.canceled-events-table tr {
    display: block;
    margin-bottom: 1rem;
    border-bottom: 2px solid #e8e9eb;
  }

  table.documents_table td,
table.disqual-table td,
table.canceled-events-table td {
    display: block;
    text-align: left;
    word-wrap: break-word;
  }

  table.documents_table td:before,
table.disqual-table td:before,
table.canceled-events-table td:before {
    content: attr(aria-label);
    float: left;
    font-weight: bold;
    margin-right: 8px;
    color: grey;
  }

  a.document_link {
    text-decoration: none;
    color: #4c4c4c;
  }

  .pagination {
    margin-bottom: 50px;
  }
}
/* md_antidoping_video_news_list */
.video_item_wrapper {
  display: flex;
  flex-basis: 30%;
  flex-wrap: wrap;
  justify-content: start;
  align-content: space-between;
}

.video_item {
  margin: 20px 10px;
  width: 320px;
}

.video_item_description {
  border-left: 2px solid grey;
  padding-left: 10px;
  color: #fff;
}

.video_item_description > span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

/*  END md_antidoping_video_news_list */
ul.about_doc_links {
  display: inline-block;
  padding: 0;
  width: 50%;
}

ul.about_doc_links > .about_doc_links__item {
  list-style: none;
  background: #0088d6;
  padding: 0 12px;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 50px;
  line-height: 28px;
  float: left;
}

ul.about_doc_links > .about_doc_links__item:first-child {
  /* margin-left: 0; */
}

ul.about_doc_links > .about_doc_links__item > a {
  text-decoration: none;
  color: #fcfcfc;
  white-space: nowrap;
}

a.allnews-button {
  text-decoration: none;
  color: #fcfcfc;
  background: #0088d6;
  padding: 5px 12px;
  border-radius: 50px;
}

.md-green-color {
  color: #2ecc71;
}

.md-red-color {
  color: #e74c3c;
}

.md-grey-color {
  color: #bdc3c7;
}

.general_partners_wrap {
  overflow: hidden;
  margin-bottom: 100px;
  /* background-color: #4c4c4c; */
  padding: 20px 10px;
}

img.general_partner_img {
  width: 100%;
  max-width: 400px;
  box-shadow: 0 0 10px 5px #ccc;
}

.fnt-rbt {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.fnt-rbt-sm {
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.fnt-rbt-xs {
  font-family: Roboto, sans-serif;
  font-size: 11px;
}

img.pixel {
  display: none;
}

.boxers_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-family: Roboto, sans-serif;
}

.first_place_card {
  width: 100%;
}

.boxer-card {
  width: 33.33%;
}

.first_place__photo {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 30px;
  background: #c6c6c6;
}

.boxer__photo {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 20px auto;
}

.md-link-red {
  display: block;
  text-decoration: none !important;
  color: #4d4d4d !important;
}

.md-link-red:hover {
  color: #e74c3c !important;
}

.first_place__birth, .first_place__region, .boxer_sport_achiev, .boxer_sport_achiev > span {
  font-size: 10px;
  margin-bottom: 0;
}

.first_place__birth > span {
  color: darkgrey;
}

.trainers_region__link, .trainers_region__link_lev_2, .main_region_link {
  display: block;
  font-family: Roboto, "PT Sans", sans-serif;
  font-size: 16px;
  text-align: left;
  text-decoration: none !important;
  color: #4d4d4d !important;
}

.trainers_region__link:hover, .trainers_region__link.active,
.trainers_region__link_lev_2:hover, .trainers_region__link_lev_2.active,
.main_region_link:hover, .main_region_link.active {
  color: #e74c3c !important;
}

.hidden {
  display: none;
}

.now_show {
  display: block;
}

.trainers_card {
  /*width: 20%;*/
  margin: 0 10px 30px;
}

div[id^=comp_] {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  justify-content: space-around;
}

.trainers_card > a > img.trainers_card__img {
  width: 100%;
  max-width: 150px;
  max-height: 225px;
  min-width: 100px;
  border-radius: 10px;
  margin-bottom: 10px;
  box-sizing: content-box;
  border: 1px solid #d6d6d6;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.trainers_card__row {
  width: 150px;
}

.trainers_card__row > a {
  text-decoration: none;
}

.trainers_detail_card {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

@media (max-width: 992px) {
  .trainers_detail_card {
    padding-left: 18px;
    padding-bottom: 20px;
  }
}
.trainers_detail_card__row {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  color: #4c4c4c;
}

.trainers_detail_card__row:first-child {
  margin-top: 25px;
}

.trainers_detail_card__btn {
  margin-top: 20px;
}

.trainers_detail_card__photo {
  margin-top: 25px;
  border-radius: 5px;
}

.teams_common_wrapper,
.olympic_team_wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: wrap;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 50px;
}

mon_item__image_link {
  display: inline-block;
}

.teams_common_item {
  max-width: 195px;
  margin-bottom: 50px;
}

img.teams_common_item__image {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.2s ease;
  box-shadow: 10px 10px 10px grey;
}

img.teams_common_item__image.hover {
  filter: grayscale(0);
  opacity: unset;
}

.teams_common_image__overlay {
  background: #2271a7;
}

a.team_common_item__link {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  text-decoration: none;
  margin-top: 20px;
  line-height: 24px;
  max-width: 170px;
  transition: all 0.2s ease;
  color: #292929;
}

a.team_common_item__link.hover {
  border-left: 5px solid #2c88d6;
  padding-left: 10px;
}

.olympic_team_item {
  max-width: 228px;
  width: 228px;
  margin: 20px 10px;
}

img.olympic_team_item__image {
  max-width: 228px;
  min-height: 342px;
  border-radius: 10px;
  box-shadow: 0 0 20px 5px #ccc;
  margin-bottom: 20px;
}

.olympic_team_item__name,
.olympic_team_item__text,
.olympic_team_item__weight {
  font-family: "PT Sans Narrow", sans-serif;
}

.olympic_team_item__name {
  font-weight: bold;
  font-size: 18px;
}

.olympic_team_item__text {
  margin-top: 20px;
}

.olympic_subtitle {
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
}

.olympic_subtitle span {
  display: inline-block;
  height: 50px;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
}

.olympic_subtitle:before,
.olympic_subtitle:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: relative;
}

.olympic_subtitle:before {
  margin-left: -100%;
  left: -14px;
}

.olympic_subtitle:after {
  margin-right: -100%;
  right: -14px;
}

/* 9 may */
.header .header__top {
  height: 185px;
  background: url("/local/templates/fbr/images/header_bg.jpg") no-repeat center bottom #fff;
  /* background-color: #fff; */
  background-size: cover;
}

ul.social {
  display: none;
}

.header .header__top .title {
  display: inline-block;
  width: 380px;
  line-height: 48px;
  font-family: "Futura", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  margin-left: 175px;
  margin-top: 50px;
  text-decoration: none !important;
  color: #4c4c4c;
}

@media (max-width: 1230px) {
  .header .header__top {
    height: auto;
    background-size: cover;
  }

  .logo_body {
    width: 100px;
    height: 100px;
  }

  .header .header__top .title {
    font-size: 30px;
    margin-top: 25px;
    margin-left: 130px;
    margin-bottom: 20px;
    line-height: normal;
  }
}
@media (max-width: 900px) {
  .header .header__top {
    /* height: 102px; */
    height: auto;
    /* background-size: contain; */
  }

  .logo_body {
    width: 80px;
    height: 80px;
    margin-top: 10px;
  }

  .header .header__top .title {
    width: 100px;
    font-size: 15px;
    margin-top: 10px;
    margin-left: 105px;
    margin-bottom: 20px;
    line-height: normal;
  }

  .header-separate {
    height: 150px;
  }
}
@media (max-width: 740px) {
  .header .header__top .container {
    padding-top: 0;
  }

  .header .header__top .title {
    margin-left: 110px;
    margin-top: 18px;
  }

  .logo_body {
    width: 80px;
    height: 80px;
    margin-top: 10px;
  }
}
@media (max-width: 630px) {
  .logo_body {
    width: 50px;
    height: 50px;
    margin-top: 10px;
  }

  .header .header__top .title {
    font-size: 12px;
    margin-left: 80px;
    margin-top: 10px;
  }
}
@media (max-width: 460px) {
  .logo_body {
    width: 50px !important;
    height: 50px !important;
    margin-top: 10px;
  }

  .header .header__top .title {
    font-size: 10px;
    margin-left: 80px;
    margin-top: 20px;
  }
}
@media (max-width: 376px) {
  .logo_body {
    width: 40px !important;
    height: 40px !important;
    margin-top: 10px;
  }

  .header .header__top .title {
    width: auto !important;
    font-size: 8px;
    margin-left: 60px;
    margin-top: 24px;
  }
}
@media (max-width: 320px) {
  .logo_body {
    width: 40px !important;
    height: 40px !important;
    margin-top: 10px;
  }

  .header .header__top .title {
    width: auto;
    font-size: 8px;
    margin-left: 60px;
    margin-top: 24px;
  }
}
/* end 9 may */
.spec_video {
  position: relative;
  padding: 0 0 56.25% 0;
  height: 0;
  overflow: hidden;
}

.spec_video iframe, .spec_video object, .spec_video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .headmenu {
  padding: 0;
  flex-wrap: wrap;
}

.header .headmenu > li > a {
  white-space: nowrap;
}

p.name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.m-t-20 {
  margin-top: 20px;
}

a.telegram {
  display: block;
  margin-top: 30px;
  font-size: 18px;
}
