@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext);

@import url(https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.css);

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  background-color: #fff;
  color: #282828;
  font-size: 13px;
  overflow-x: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          -moz-box-align: center;
       align-items: center;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
       flex-direction: column;
  width: 100%;
}

#header, #app, #footer {
  width: 100%;
}

#footer {
  margin-top: auto;
}

a {
  color: red;
}

p {
  font-size: 1rem;
  line-height: 1.75rem;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
html,
p.excerpt {
  font-family: Ubuntu,sans-serif;
}


p.excerpt {
  font-size: 1.3rem;
  line-height: 1.75rem;
  text-align: left;
  font-weight: 300;
  color: #f3f3f3;
}

.excerpt {
  display: block;
}

.excerpt strong, .heading strong {
  text-transform: capitalize
}

@media screen and (max-width:50rem) {
  .excerpt strong, .heading strong {
    display: block;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #454545;
}

h1.heading,
h2.heading,
h3.heading,
h4.heading,
h5.heading,
h6.heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3.4375rem;
}

.controller-page{
  display: none !important;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99;
  -webkit-box-shadow: 0 0 24px 0 rgba(0,0,0,.22);
  -moz-box-shadow: 0 0 24px 0 rgba(0,0,0,.22);
       box-shadow: 0 0 24px 0 rgba(0,0,0,.22);
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
       border-bottom-right-radius: 5px;
  border: 1px solid rgba(0,0,0,.08);
  padding: 24px;
  color: #454545;
  -webkit-transform: all .4s ease-in-out;
  -ms-transform: all .4s ease-in-out;
  -moz-transform: all .4s ease-in-out;
    -o-transform: all .4s ease-in-out;
       transform: all .4s ease-in-out;
}

.controller-page:not(.scrolled) {
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(.75) rotate(90deg);
  -ms-transform: scale(.75) rotate(90deg);
  -moz-transform: scale(.75) rotate(90deg);
    -o-transform: scale(.75) rotate(90deg);
       transform: scale(.75) rotate(90deg);
}

.controller-page .controller-nav{
  display: inline-block;
  background: none;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
  width: 32px;
  height: 32px;
  margin-right: 35px;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.controller-page .controller-nav.historyend{
  opacity: 0.5;
  pointer-events: none;
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  -moz-transform: scale(.9);
    -o-transform: scale(.9);
       transform: scale(.9);
}

.controller-page .controller-nav svg{
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.controller-page .controller-nav:hover svg{
  fill: #fc4949;
}

.controller-page .controller-nav:last-child{
  margin-right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
       transform: rotate(180deg);
}


.competition-section.site-section .image-col img,
.main-section .tab-content .aside-col .item-col img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
}

body.page > section.main-section{
  padding: 32px 0;
}

.header-site,
body.page .header-site.transparent {
  position: relative;
}

.header-site {
  background-color: #141414;
  width: 100%;
  padding: 1rem 0;
  left: 0;
}

.header-site.transparent {
  background: 0 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-site .container,
.header-site .main-section .tab-content,
.main-section .header-site .tab-content {
  -webkit-box-lines: multiple;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  padding-top: 0;
  padding-bottom: 0;
}

.header-site .mobile-menu {
  width: 45px;
  height: 20px;
  display: block;
  position: relative;
  border: 0;
  border-top: 2px solid #fff;
  background: 0 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
  cursor: pointer;
  margin-left: auto;
}

.header-site .mobile-menu:after,
.header-site .mobile-menu:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 5px;
  left: 0;
  background-color: #fff;
}

.header-site .mobile-menu:after {
  top: 12px;
}

.header-site .header-menu {
  list-style-type: none;
  width: 25vw;
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  min-width: max-content !important;
  flex-wrap: nowrap !important;
}
.header-site .header-menu .fixed {
  width: 250px;
}

@media screen and (max-width:50rem) {
  .header-site .header-menu.active {
    z-index: 999;
  
    -webkit-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
      -o-transform: scale(1) translateX(-50%);
         transform: scale(1) translateX(-50%);
    opacity: 1;
    pointer-events: auto;
    -ms-filter: "alpha(opacity=100)";
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
}


.header-site .header-menu .menu-item {
  -webkit-box-lines: multiple;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  color: #fff;
  font-size: 14px;
  font-family: Ubuntu,sans-serif;
  font-weight: 400;
  margin: 0 0.5rem;
  font-weight: normal !important;
}

.header-site .header-menu .menu-item:first-child .menu-link>.icon,  .header-site .header-menu .menu-item svg{
  margin-right: 0.4375rem;
  fill: #fff;
}

.header-site .header-menu .menu-item:last-child {
  margin-right: 0;
}

.header-site .header-menu .menu-item:last-child>.icon {
  margin-left: 0.4375rem;
}

.header-site .header-menu .menu-item .menu-link {
  -webkit-box-lines: multiple;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  color: #fff;
}

.header-site .header-menu .menu-dropdown {
  position: relative;
  cursor: pointer;
}

.header-site .header-menu .menu-dropdown>ul {
  z-index: 999;
  position: absolute;
  width: 100%;
  top: -webkit-calc(100% + 20px);
  top: -moz-calc(100% + 20px);
  top: calc(100% + 20px);
  padding: 0;
  min-width: 150px;
  min-width: -moz-max-content;
  min-width: -webkit-max-content;
  min-width: max-content;
  list-style-type: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
       box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  right: 0;
  -webkit-transition: all .5s cubic-bezier(.57,.21,.69,1.25);
  -o-transition: all .5s cubic-bezier(.57,.21,.69,1.25);
  -moz-transition: all .5s cubic-bezier(.57,.21,.69,1.25);
  transition: all .5s cubic-bezier(.57,.21,.69,1.25);
}

.header-site .header-menu .menu-dropdown>ul.hidden {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  opacity: 0;
  pointer-events: none;
  -ms-filter: "alpha(opacity=0)";
}

.footer-site .container,
.footer-site .main-section .tab-content,
.header-site .header-menu .menu-dropdown>ul>li>a,
.header-site .header-menu .menu-item .menu-link,
.main-section .footer-site .tab-content {
  -webkit-box-align: center;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
}

.header-site .header-menu .menu-dropdown>ul>li>a {
  padding: 0.75rem 1.5rem;
}

.header-site .header-menu .menu-dropdown>ul>li>a .icon {
  width: 16px;
  height: 16px;
  margin-right: 0.4375rem;
}

body.page {
  background-image: url(../../../img/Background.png);
  -webkit-background-size: cover;
  -o-background-size: cover;
     -moz-background-size: cover;
       background-size: cover;
  background-position: 50%;
}

body.page .header-site:before {
  content: "";
  position: absolute;
  right: 0;
  top: 26px;
  max-width: 420px;
  width: 100%;
  height: -webkit-calc(100% - 52px);
  height: -moz-calc(100% - 52px);
  height: calc(100% - 52px);
  background-color: #141414;
}

body.page .header-site * {
  z-index: 9;
}

.footer-site {
  background-color: #282828;
  padding: 1rem 0;
}
.footer-site .policy-wrapper {
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  justify-content: center;
}

.footer-site .policy-container {
  width: 600px;
  background: red;
  background-color: #2C2C2C;
  padding: 12px 50px 17px;
  color: #fff;
  box-shadow: 0 0 5px 3px #d92838;
  border-radius: 3px;
  display: flex;
}

.footer-site .policy-container .policy-text {

}

.footer-site .policy-container .policy-confirm {
  color: #fff;
  text-transform: uppercase;
  background-color: #D92838;
  padding: 10px 30px;
  cursor: pointer;
  margin: auto;
  height: 35px;
}

.footer-site .container{
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          -moz-box-align: start;
       align-items: flex-start;
}

.footer-site .container,
.footer-site .main-section .tab-content,
.main-section .footer-site .tab-content {
  -webkit-box-lines: multiple;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -ms-flex-line-pack: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
  _height: 200px;
}

.footer-site .footer-col {
  -webkit-box-flex: 1;
  width: -webkit-calc(25% - 15px);
  width: -moz-calc(25% - 15px);
  width: calc(25% - 15px);
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  color: #fff;
  font-size: 1.3rem;
}

.clr {
  clear: both;
}

.img-responsive,
img {
  max-width: 100%;
  height: auto;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.btn-container,
.competition-section.site-section .content-col,
.competition-section.site-section .content-col .item,
.competitor.site-section .container,
.competitor.site-section .main-section .tab-content,
.flex,
.header-site .header-menu,
.header-site .header-menu .menu-dropdown>ul>li>a,
.main-section .competitor.site-section .tab-content,
.main-section .tab-controller .tab-list,
.main-section .table.site-section .tab-content,
.table.site-section .container,
.table.site-section .main-section .tab-content {
  -webkit-box-lines: multiple;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.competition.site-section .container .data-col,
.competition.site-section .main-section .tab-content .data-col,
.main-section .competition.site-section .tab-content .data-col {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

.container,
.main-section .tab-content {
  max-width: 1400px;
  width: 100%;
  padding: 1.25rem 0.9375rem;
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#app {
  margin-bottom: 10px;
}

#app .main-section .tab-content {
  margin: 0;
}

.row {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
}

.column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.align-start {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
       align-items: flex-start;
}

.align-end {
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
       align-items: flex-end;
}

.align-center {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
}

.align-baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
       align-items: baseline;
}

.align-stretch {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
}

.justify-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
       justify-content: flex-start;
}

.justify-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
       justify-content: flex-end;
}

.justify-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
}

.justify-between {
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: space-around;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.justify-stretch {
  -ms-flex-pack: stretch;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -moz-box-pack: stretch;
       justify-content: stretch;
}

.self-center {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.self-start {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}

.content-start {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}

.content-around {
  -ms-flex-line-pack: space-around;
  -webkit-align-content: space-around;
  align-content: space-around;
}

.content-between {
  -ms-flex-line-pack: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
}

.content-baseline {
  -ms-flex-line-pack: baseline;
  -webkit-align-content: baseline;
  align-content: baseline;
}

.adaptive-bgr {
  -webkit-background-size: cover;
  -o-background-size: cover;
     -moz-background-size: cover;
       background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}

.centered {
  margin-left: auto;
}

.centered,
.lefted {
  margin-right: auto;
}

.righted {
  margin-left: auto;
}

.topped {
  margin-bottom: auto;
}

.bottomed {
  margin-top: auto;
}

.fwidth {
  width: 100%;
}

.fheight {
  height: 100%;
}

.content-on-image {
  position: relative;
}

.content-on-image .content-on-image__content {
  position: absolute;
  width: 100%;
}

::-webkit-input-placeholder {
  font-size: 1rem;
}

::-moz-placeholder {
  font-size: 1rem;
}

:-ms-input-placeholder {
  font-size: 1rem;
}

:-moz-placeholder {
  font-size: 1rem;
}

.main-section .tab-content .aside-col .item-col {
  position: relative;
  margin-bottom: 1.25rem;
  padding-bottom: 77.67857142857143%;
}

.competition-section.site-section .image-col {
  position: relative;
  display: block;
}

.competition-section.site-section .image-col:last-child,
.main-section .tab-content .aside-col .item-col:last-child {
  margin-bottom: 0;
}

.competition-section.site-section .image-col .text-overlay,
.main-section .tab-content .aside-col .item-col .text-overlay {
  position: absolute;
  left: 10px;
  top: 10px;
  color: red;
  text-shadow: 0 0 10px red;
  text-transform: uppercase;
  font-size: 0.8125rem;
}

.competition-section.site-section .image-col .content-overlay,
.main-section .tab-content .aside-col .item-col .content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem;
  background-color: rgba(0,0,0,.77);
  z-index: 1;
  height: -moz-min-content;
  height: -webkit-min-content;
  height: min-content;
}

.competition-section.site-section .image-col .content-overlay .heading,
.main-section .tab-content .aside-col .item-col .content-overlay .heading {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.375rem;
  line-height: normal;
  text-align: left;
}

.competition-section.site-section .image-col .content-overlay .excerpt,
.main-section .tab-content .aside-col .item-col .content-overlay .excerpt {
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  line-height: normal;
  text-align: left;
  margin-bottom: 0;
}

.competition-section.site-section .image-col .content-overlay .icon,
.main-section .tab-content .aside-col .item-col .content-overlay .icon {
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
}

.competitor.site-section .section-header .heading,
.table.site-section .section-header .heading {
  font-size: 2.25rem;
  text-transform: none;
  text-align: left;
}

.competition.site-section .container .text-col .heading,
.competition.site-section .main-section .tab-content .text-col .heading,
.main-section .competition.site-section .tab-content .text-col .heading,
.main-section .shooting.site-section .tab-content .text-col .heading,
.shooting.site-section .container .text-col .heading,
.shooting.site-section .main-section .tab-content .text-col .heading {
  font-size: 2.25rem;
  text-transform: none;
  color: #fff;
  text-align: left;
}

.competition.site-section .container .text-col .heading {
  font-size: 1.3rem;
}

.competition.site-section .container .text-col .excerpt:first-letter,
.competition.site-section .container .text-col .heading:first-letter,
.competition.site-section .main-section .tab-content .text-col .excerpt:first-letter,
.competition.site-section .main-section .tab-content .text-col .heading:first-letter,
.competitor.site-section .section-header .heading:first-letter,
.main-section .competition.site-section .tab-content .text-col .excerpt:first-letter,
.main-section .competition.site-section .tab-content .text-col .heading:first-letter,
.main-section .shooting.site-section .tab-content .text-col .excerpt:first-letter,
.main-section .shooting.site-section .tab-content .text-col .heading:first-letter,
.shooting.site-section .container .text-col .excerpt:first-letter,
.shooting.site-section .container .text-col .heading:first-letter,
.shooting.site-section .main-section .tab-content .text-col .excerpt:first-letter,
.shooting.site-section .main-section .tab-content .text-col .heading:first-letter,
.table.site-section .section-header .heading:first-letter,
.table.site-section .table-results td:first-letter,
.table.site-section .table-results th:first-letter {
  color: red;
}

.competitor.site-section .section-header .excerpt,
.table.site-section .section-header .excerpt {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.shooter.competitor.site-section .section-header .section-header-item .excerpt {
  font-size: 1.25rem;
}

.table.site-section .section-header .excerpt{
  font-size: 1.2rem;
  text-transform: uppercase;
}

.shooter.competitor.site-section .section-header .section-header-item .excerpt.name:first-letter,
.shooter.competitor.site-section .section-header .section-header-item .excerpt.competition:first-letter {
  color: red;
}

.table.site-section .section-header .excerpt:first-child{
  margin-top: 0;
}

.competition.site-section .container .text-col .excerpt,
.competition.site-section .main-section .tab-content .text-col .excerpt,
.main-section .competition.site-section .tab-content .text-col .excerpt,
.main-section .shooting.site-section .tab-content .text-col .excerpt,
.shooting.site-section .container .text-col .excerpt,
.shooting.site-section .main-section .tab-content .text-col .excerpt {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1.3125rem;
  margin-top: 1.3125rem;
  color: #fff;
}

.main-section .shooting.site-section .tab-content .text-col .country,
.shooting.site-section .container .text-col .country,
.shooting.site-section .main-section .tab-content .text-col .country {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  padding-bottom: 1.75rem;
}

.shooting.site-section .container .text-col .country{
  margin-top: 1rem; 
}

.shooting.site-section .container .text-col .country img{
  vertical-align: middle;
  width: 48px;
  height: 48px;
  margin-right: 15px;
}

.competitor.site-section .section-profile .info-col .item {
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 1.75rem;
}

.competitor .container {
  max-width: 100%;
  width: 100%;
}

.competitor.site-section .section-profile .info-col .item .icon,
.main-section .shooting.site-section .tab-content .text-col .country .icon,
.shooting.site-section .container .text-col .country .icon,
.shooting.site-section .main-section .tab-content .text-col .country .icon {
  vertical-align: middle;
  margin-right: 1.4375rem;
}

.competitor.site-section.active,
.table.site-section.active {
  position: relative;
  padding-top: 0;
  margin-top: 6.375rem;
  overflow: hidden;
}

.competitor.site-section.online_board .container {
  max-width: 1170px;
  width: 100%;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.competitor.site-section.online_board .container table .tg-0pky.rounds-online-col{
  min-width: 240px; 
  width: auto;
}

.competitor.site-section .rangemaster,
.table.site-section .rangemaster, .site-section .rangemaster {
  position: absolute;
  top: 0;
  right: -30px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
       transform: rotate(-180deg);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  writing-mode: tb-rl;
  font-weight: 600;
  font-size: 6rem;
  color: hsla(0,0%,100%,.43);
}

.competitor.site-section .container,
.competitor.site-section .main-section .tab-content,
.main-section .competitor.site-section .tab-content,
.main-section .table.site-section .tab-content,
.table.site-section .container,
.table.site-section .main-section .tab-content, .static-page.site-section .container {
  background-color: #efefef;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,.44);
  -moz-box-shadow: 0 0 50px rgba(0,0,0,.44);
       box-shadow: 0 0 50px rgba(0,0,0,.44);
  padding: 5.625rem;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

.competitor.site-section.active > .container .section-header {
  width: 100%;
  padding-bottom: 3.1875rem;
  border-bottom: 1px solid #514e49;
  margin-bottom: 2.1875rem;
  color: #514e49;
}

.shooter.competitor.site-section.active > .container .section-header {
  align-items: baseline;
}

.table.site-section.active > .container .section-header {
  width: 100%;
  color: #514e49;
}

.competitor.site-section.active .section-header .excerpt,
.competitor.site-section.active .section-header .heading,
.table.site-section.active .section-header .excerpt,
.table.site-section.active .section-header .heading {
  color: #514e49;
}

.competitor.site-section .section-header .excerpt:first-letter,
.table.site-section .section-header .excerpt:first-letter {
  color: #514e49;
}

.site-section {
  padding-top: 6.375rem;
}

.site-section:not(.active) {
  position: fixed;
  width: 0;
  height: 0;
  z-index: -1;
  visibility: hidden;
}

.main-section:not(.active) {
  position: fixed;
  width: 0;
  height: 0;
  z-index: -1;
  visibility: hidden;
}

.site-section:nth-child(2n) .image-col.righted:before,
.site-section:nth-child(odd) .image-col.lefted:before {
  content: "";
  top: -34px;
  width: 100%;
  -webkit-box-shadow: 0 0 29px red;
  -moz-box-shadow: 0 0 29px red;
       box-shadow: 0 0 29px red;
  height: 3px;
  background-color: red;
  position: absolute;
  left: 0;
}

.main-section,
.site-section .section-title,
.site-section .section-title .heading-name {
  -webkit-box-lines: multiple;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
}

.site-section .section-title {
  margin-bottom: 4.375rem;
}

.site-section .section-title .heading-name {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
     -moz-transform: none;
      -ms-transform: none;
       -o-transform: none;
          transform: none;
  right: 0;
  top: 0;
  margin: auto;
  text-align: center;
  font-size: 4rem;
  text-transform: uppercase;
  color: #ddd;
  font-weight: 700;
  width: 100%;
  line-height: 1;
  pointer-events: none;
  height: 75px;
}

.site-section .section-title .heading {
  position: relative;
  z-index: 1;
  line-height: 1;
  word-wrap: break-word;
}

.main-section {
  _height: 100vh;
  min-height: 100vh;
}

.main-section:after,
.main-section:before {
  -webkit-box-flex: 1;
  content: "";
  width: 50%;
  height: 100%;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  position: absolute;
  top: 0;
}

.main-section:before {
  background: url(../img/left.png) no-repeat 50%/cover;
  left: 0;
}

.main-section:after {
  background: url(../img/Right.png) no-repeat 50%/cover;
  right: 0;
}

.main-section>* {
  z-index: 1;
}

.main-section .tab-controller {
  background-color: #141414;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
       transform: translateY(-50%) rotate(-180deg);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: tb-rl;
  writing-mode: tb-rl;
  z-index: 99;
}

.main-section .tab-controller .tab-list {
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
       align-items: flex-end;
  list-style-type: none;
  padding: 2.1875rem 3.75rem;
  margin: 0;
  position: relative;
}

.main-section .tab-controller .tab-list .tab-name {
  position: absolute;
  font-weight: 600;
  font-size: 2.25rem;
  color: hsla(0,0%,100%,.09);
  text-transform: uppercase;
  pointer-events: none;
  margin: auto; 
  left: 50%; 
  top: 0px; 
  width: 100%; 
  height: 100%; 
  text-align: center; 
  right: 50%; 
  bottom: 0px; 
  vertical-align: middle; 
  display: -webkit-inline-box; 
  display: -webkit-inline-flex; 
  display: -moz-inline-box; 
  display: -ms-inline-flexbox; 
  display: inline-flex; 
  -webkit-transform: none; 
     -moz-transform: none; 
      -ms-transform: none; 
       -o-transform: none; 
          transform: none; 
  -webkit-box-pack: center; 
  -webkit-justify-content: center; 
     -moz-box-pack: center; 
      -ms-flex-pack: center; 
          justify-content: center; 
  -webkit-box-align: center; 
  -webkit-align-items: center; 
     -moz-box-align: center; 
      -ms-flex-align: center; 
          align-items: center;     
}

.main-section .tab-controller .tab-list .tab-item {
  position: relative;
  z-index: 1;
  margin-bottom: 3.125rem;
}

.main-section .tab-controller .tab-list .tab-item.active:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: red;
  left: -7px;
}

.main-section .tab-controller .tab-list .tab-item:last-child {
  margin-bottom: 0;
}

.main-section .tab-controller .tab-list .tab-item .tab-link {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.main-section .tab-content {
  position: relative;
}

.main-section .tab-content .tab {
  -webkit-box-lines: multiple;
  -webkit-box-align: stretch;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
       transform: translate(-50%,-50%);
  position: absolute;
  z-index: -10;
  visibility: hidden;
}

.main-section .tab-content .tab.active {
  position: static;
  left: 0;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
    -o-transform: none;
       transform: none;
  height: auto;
  z-index: initial;
  visibility: visible;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.main-section .tab-content .content-col {
  width: 73%;
  width: -webkit-calc(75% - 15px);
  width: -moz-calc(75% - 15px);
  width: calc(75% - 15px);
  position: relative;
}

.shooting.site-section .container .image-col .full-block{
  max-height: 50vh;
  height: 50vh;
  overflow: hidden;
}

.main-section .shooting.site-section .tab-content .image-col .full-block img,
.main-section .tab-content .content-col .full-block,
.shooting.site-section .container .image-col .full-block img,
.shooting.site-section .main-section .tab-content .image-col .full-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

body .main-section .tab-content .content-col .full-block{
  -o-object-fit: initial;
  object-fit: initial;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50%;
  overflow: hidden;
  min-height: 400px;
}

.main-section .tab-content .content-col .block-state {
  -webkit-box-lines: multiple;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  position: absolute;
  width: 95px;
  height: 140px;
  left: 205px;
  bottom: -70px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  background-color: red;
  color: #fff;
  line-height: normal;
  font-size: 0.875rem;
  text-align: center;
  padding-bottom: 0.875rem;
}

.main-section .tab-content .content-col .block-state .block-count {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
  margin-top: 0.5rem;
}

.main-section .tab-content .aside-col {
  width: 24%;
  width: -webkit-calc(25% - 15px);
  width: -moz-calc(25% - 15px);
  width: calc(25% - 15px);
}

.main-section .tab-content .aside-col .item-col {
  display: block;
}

.main-section .tab-content .aside-col .item-col .excerpt,
.main-section .tab-content .aside-col .item-col .heading {
  max-width: -webkit-calc(100% - 65px);
  max-width: -moz-calc(100% - 65px);
  max-width: calc(100% - 65px);
}

.competition-section.site-section .container-fluid {
  -webkit-box-lines: multiple;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: center;
  -moz-box-pack: justify;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
  width: 100%;
}

.competition-section.site-section .image-col {
  width: -webkit-calc(16.66667% - 15px);
  width: -moz-calc(16.66667% - 15px);
  width: calc(16.66667% - 15px);
  margin: 0;
  _height: 400px;
  min-height: 400px;
  padding-bottom: 35%;
}

.competition-section.site-section .image-col.righted .content-overlay .excerpt,
.competition-section.site-section .image-col.righted .content-overlay .heading {
  text-align: right;
}

.competition-section.site-section .image-col.lefted .content-overlay .excerpt,
.competition-section.site-section .image-col.lefted .content-overlay .heading {
  text-align: left;
}

.competition-section.site-section .content-col,
.competition-section.site-section .content-col .item {
  -webkit-box-align: stretch;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;

}

.competition-section.site-section .content-col .item {
  margin-bottom: 15px;
}

.competition-section.site-section .content-col {
  width: -webkit-calc(66.66667% - 15px);
  width: -moz-calc(66.66667% - 15px);
  width: calc(66.66667% - 15px);
  padding-left: 5.875rem;
  padding-right: 5.875rem;
}

.competition-section.site-section .content-col .item {
  width: 100%;
}

.competition-section.site-section .content-col .item .text-col {
  width: -webkit-calc(33.33333% - 15px);
  width: -moz-calc(33.33333% - 15px);
  width: calc(33.33333% - 15px);
  font-size: 1.25rem;
  color: #454545;
  font-weight: 500;
}

.competition-section.site-section .content-col .item .text-col .link {
  color: #141414;
}

.shooting.site-section {
  margin-bottom: 16.125rem;
  padding-bottom: 0;
}

.shooting.site-section .container .text-col .heading {
  line-height: 2.4375rem;
  word-break: break-word;
}

.shooting *.animated {
  -webkit-animation-duration: .3s;
  -moz-animation-duration: .3s;
    -o-animation-duration: .3s;
       animation-duration: .3s;

  -webkit-animation-delay: none;
  -moz-animation-delay: none;
    -o-animation-delay: none;
       animation-delay: none;
}


.main-section .shooting.site-section .tab-content,
.shooting.site-section .container,
.shooting.site-section .main-section .tab-content {
  -webkit-box-lines: multiple;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  position: relative;
  padding-left: 4.0625rem;
}

.main-section .shooting.site-section .tab-content:before,
.shooting.site-section .container:before,
.shooting.site-section .main-section .tab-content:before {
  content: "";
  max-width: 776px;
  width: 80%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #141414;
}

.main-section .shooting.site-section .tab-content>*,
.shooting.site-section .container>*,
.shooting.site-section .main-section .tab-content>* {
  z-index: 2;
}

.main-section .shooting.site-section .tab-content .text-col,
.shooting.site-section .container .text-col,
.shooting.site-section .main-section .tab-content .text-col {
  width: -webkit-calc(33.33333% - 15px);
  width: -moz-calc(33.33333% - 15px);
  width: calc(33.33333% - 15px);
}

.main-section .shooting.site-section .tab-content .image-col,
.shooting.site-section .container .image-col,
.shooting.site-section .main-section .tab-content .image-col {
  -webkit-box-lines: multiple;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  width: -webkit-calc(66.66667% - 15px);
  width: -moz-calc(66.66667% - 15px);
  width: calc(66.66667% - 15px);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;     
}

.main-section .shooting.site-section .tab-content .image-col a,
.shooting.site-section .container .image-col a,
.shooting.site-section .main-section .tab-content .image-col a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 83.33333%;
}

.main-section .shooting.site-section .tab-content .image-col a img,
.shooting.site-section .container .image-col a img,
.shooting.site-section .main-section .tab-content .image-col a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-section .shooting.site-section .tab-content .image-col .full-block,
.shooting.site-section .container .image-col .full-block,
.shooting.site-section .main-section .tab-content .image-col .full-block {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.46875rem;
  margin-right: 0.46875rem;
  margin-bottom: 0.9375rem;
}

.main-section .shooting.site-section .tab-content .image-col .image-item,
.shooting.site-section .container .image-col .image-item,
.shooting.site-section .main-section .tab-content .image-col .image-item {
  -webkit-box-flex: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 0.46875rem;
  margin-right: 0.46875rem;
  width: -webkit-calc(33.33333% - 15px);
  width: -moz-calc(33.33333% - 15px);
  width: calc(33.33333% - 15px);
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  margin-bottom: 0.9375rem;
}

.shooting.site-section .container .image-col .image-item{
  -webkit-box-flex: initial;
  -webkit-flex-grow: initial;
  -ms-flex-positive: initial;
  -moz-box-flex: initial;
       flex-grow: initial;

}

.main-section .shooting.site-section .tab-content .image-col .image-item img,
.shooting.site-section .container .image-col .image-item img,
.shooting.site-section .main-section .tab-content .image-col .image-item img {
  width: 100%;
}

.shooting.site-section .section-contacts {
  padding-top: 0;
  border-top: 1px solid #fff;
  margin-top: 15px;
}

.shooting.site-section .section-contacts .contact {
  -webkit-box-lines: multiple;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -webkit-box;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  height: -moz-max-content;
  height: -webkit-max-content;
  height: max-content;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  padding: 0.9375rem 0;
}

.shooting.site-section .section-contacts .contact.location .item{
  margin-bottom: 15px;
}

.shooting.site-section .section-contacts .contact.location .item:last-child{
  margin-bottom: 0;
}

.shooting.site-section .section-contacts .contact:first-child {
  -webkit-box-align: start;

  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
       align-items: flex-start;

}

.shooting.site-section .section-contacts .contact:first-child .item {
  padding: 0;
}

.shooting.site-section .section-contacts .contact:first-child .item:last-child {
  padding-bottom: 0;
}

.shooting.site-section .section-contacts .contact:last-child {
  margin-bottom: 0;
}

.shooting.site-section .section-contacts .contact .icon {
  margin-right: 0.9375rem;
  position: relative;
}

.shooting.site-section .section-contacts .contact .contact-text {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  overflow: hidden;
}

.shooting.site-section .text-col .section-excerpt {
  border-top: 1px solid #fff;
}

.shooting.site-section .section-header .excerpt {
  text-align: left;
  word-wrap: break-word;
}

.shooting.site-section .text-col .section-excerpt .excerpt {
  font-weight: 300;
}

.competition.site-section {
  padding: 0;
  margin-bottom: 11.5625rem;
  margin-top: 7.6875rem;
}

.competition.site-section .container,
.competition.site-section .main-section .tab-content,
.main-section .competition.site-section .tab-content {
  -webkit-box-lines: multiple;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
  padding: 4.0625rem;
  background: #efefef;
  -webkit-box-shadow: 0 0 50px rgba(0,0,0,.22);
  -moz-box-shadow: 0 0 50px rgba(0,0,0,.22);
       box-shadow: 0 0 50px rgba(0,0,0,.22);
}

.competition.site-section .container .text-col,
.competition.site-section .main-section .tab-content .text-col,
.main-section .competition.site-section .tab-content .text-col {
  width: -webkit-calc(66.66667% - 15px);
  width: -moz-calc(66.66667% - 15px);
  width: calc(66.66667% - 15px);
}

.competition.site-section .container .text-col .section-header,
.competition.site-section .main-section .tab-content .text-col .section-header,
.main-section .competition.site-section .tab-content .text-col .section-header {
  padding-bottom: 1.6875rem;
  margin-bottom: 1.6875rem;
  border-bottom: 1px solid #514e49;
}

.competition.site-section .container .text-col .section-header .excerpt,
.competition.site-section .container .text-col .section-header .heading,
.competition.site-section .main-section .tab-content .text-col .section-header .excerpt,
.competition.site-section .main-section .tab-content .text-col .section-header .heading,
.competition.site-section .section-footer .section-info-col .excerpt:first-letter,
.competition.site-section .section-footer .section-info-col .heading:first-letter,
.main-section .competition.site-section .tab-content .text-col .section-header .excerpt,
.main-section .competition.site-section .tab-content .text-col .section-header .heading {
  color: #514e49;
}

.competition.site-section .container .text-col .section-header .excerpt:last-child,
.competition.site-section .main-section .tab-content .text-col .section-header .excerpt:last-child,
.main-section .competition.site-section .tab-content .text-col .section-header .excerpt:last-child {
  margin-bottom: 0;
}

.competition.site-section .container .data-col,
.competition.site-section .main-section .tab-content .data-col,
.main-section .competition.site-section .tab-content .data-col {
  -webkit-box-lines: multiple;
  -webkit-box-pack: end;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
       justify-content: flex-end;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.competition.site-section .container .data-col .shooting-data,
.competition.site-section .main-section .tab-content .data-col .shooting-data,
.main-section .competition.site-section .tab-content .data-col .shooting-data {
  padding: 0.625rem;
  border: 1px solid red;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(255,0,0,.5);
  -moz-box-shadow: 0 0 10px rgba(255,0,0,.5);
       box-shadow: 0 0 10px rgba(255,0,0,.5);
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
       border-radius: 0.1875rem;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  margin-bottom: 1.375rem;
}

.competition.site-section .container .data-col .shooting-data .block-name,
.competition.site-section .main-section .tab-content .data-col .shooting-data .block-name,
.main-section .competition.site-section .tab-content .data-col .shooting-data .block-name {
  font-size: 1.125rem;
  width: 100%;
  color: #514e49;
}

.competition.site-section .container .data-col .shooting-data .block-status,
.competition.site-section .main-section .tab-content .data-col .shooting-data .block-status,
.main-section .competition.site-section .tab-content .data-col .shooting-data .block-status {
  font-weight: 500;
  color: red;
  font-size: 1.125rem;
}

.competition.site-section .section-footer {
  -webkit-box-lines: multiple;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
}

.competition.site-section .section-footer .section-info-col {
  -webkit-box-flex: 1;
  width: -webkit-calc(33.33333% - 15px);
  width: -moz-calc(33.33333% - 15px);
  width: calc(33.33333% - 15px);
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
}

.competition.site-section .section-footer .section-info-col:last-child {
  -webkit-box-lines: multiple;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: start;
  -moz-box-pack: start;
       justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
       align-items: flex-start;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.competition.site-section .section-footer .section-info-col:last-child .excerpt,
.competition.site-section .section-footer .section-info-col:last-child .heading {
  margin-top: 0;
}

.competition.site-section .section-footer .section-info-col .heading {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
}

.competition.site-section .section-footer .section-info-col .excerpt {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}

.competition.site-section .section-footer .section-info-col .excerpt,
.competition.site-section .section-footer .section-info-col .heading {
  font-family: Ubuntu,sans-serif;
  color: #514e49;
  margin-bottom: 0.9375rem;
  line-height: 1;
}

.competitor.site-section .section-profile {
  -webkit-box-lines: multiple;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
  padding-bottom: 4.4375rem;
  border-bottom: 1px solid #514e49;
}

.competitor.site-section .section-profile .image-col>img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.competitor.site-section .section-profile .info-col {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  padding-left: 1.875rem;
}

.competitor.site-section .section-profile .info-col .item {
  color: #514e49;
}

.competitor.site-section .section-profile .info-col .item:last-child {
  padding-bottom: 0;
}

.competitor.site-section .shoot-history {
  padding-top: 2.5rem;
  margin: auto;
  min-width: 50%;
  max-width: 100%;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
}

.competitor.site-section .shoot-history .heading {
  margin-bottom: 2.5rem;
  font-weight: 600;
  width: 100%;
}

.competitor.site-section .shoot-history .rounds-col {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  font-size: 1.3rem;
  font-weight: 500;
}

.competitor.site-section .shoot-history,
.competitor.site-section .shoot-history .rounds-col .round-item,
.competitor.site-section .shoot-history .rounds-col .round-item .rounds,
.competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run {
  -webkit-box-lines: multiple;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
}

.competitor.site-section .shoot-history .rounds-col .round-item {
  margin-bottom: 1.65rem;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
}

.competitor.site-section .shoot-history .rounds-col .round-item .current-round {
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  margin-right: 1.875rem;
  width: 90px;
  max-width: 90px;
  text-transform: capitalize;
}

.competitor.site-section .shoot-history .rounds-col .round-item .rounds,
.competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run {
  -webkit-box-flex: 1;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  margin-right: 2.25rem;
}

.competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run {
  margin-right: 0.75rem;
  border: 1px solid #404040;
  -webkit-border-radius: 0.1875rem;
  -moz-border-radius: 0.1875rem;
       border-radius: 0.1875rem;
  height: 100%;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
       align-items: stretch;
  justify-content: flex-start;
  flex-grow: 0;
  -webkit-flex-grow: 0;
  flex-wrap: nowrap;
}

.shooter.competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run {
  flex-grow: inherit;
  -webkit-flex-grow: inherit;
  flex-wrap: inherit;
  -webkit-flex-width: inherit;
}

.competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run:last-child {
  margin-right: 0;
}

.competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run .shoot {
  border-right: 1px solid #404040;
  height: 100%;
  width: 16px;
}

.shooter.competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run .shoot {
  width: 20%;
}

.competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run .shoot.miss {
  background-color: #fc4949;
}

.competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run .shoot.hit {
  background: #55a96f;
}

.competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run .shoot:last-child {
  border-right: none;
}

.competitor.site-section .shoot-history .totals-shoot {
  -webkit-box-pack: justify;
  -webkit-box-align: end;
  display: -webkit-box;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  font-size: 1.3rem;
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
       align-items: flex-end;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
}

.competitor.site-section .shoot-history .total,
.competitor.site-section .shoot-history .totals-shoot .total-shoot,
.table.site-section .layout {
  -webkit-box-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
}

.competitor.site-section .shoot-history .totals-shoot .total-shoot {
  -webkit-box-lines: multiple;
  -webkit-box-pack: center;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
  margin-bottom: 1.65rem;
  color: red;
  position: relative;
}

.competitor.site-section .shoot-history .total,
.table.site-section .layout {
  width: 100%;
}

.competitor.site-section .shoot-history .total {
  font-size: 1.3rem;
  font-weight: 500;
  color: red;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
       justify-content: flex-end;
}

.competitor.site-section .shoot-history .total .total-text {
  color: #404040;
  padding-right: 2.25rem;
}

.table.site-section .section-header {
  margin-bottom: 1.25rem;
  padding-bottom: 0;
  border-bottom: none;
}

.table.site-section .layout {
  -webkit-box-lines: multiple;
  -webkit-box-pack: justify;
  padding: 1.475rem 0;
  padding-bottom: 1.375rem;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
       justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
       flex-direction: row;
}

.table.site-section .layout .layout-link {
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  margin-right: 2.8125rem;
  font-size: 1.125rem;
  color: #514e49;
}

.table.site-section .layout .layout-link:last-child{
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.table.site-section .layout .layout-link.active {
  font-weight: 600;
  padding-bottom: 8px;
  position: relative;
  text-decoration: none;
}

.table.site-section .layout .layout-link.active:after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
            -o-transform: translateX(-50%);
       transform: translateX(-50%);
  right: 0;
  height: 1px;
  background-color: red;
  display: block;
  position: absolute;
}

.table.site-section .layout .layout-link:not(.all-layouts):last-child {
  margin-right: 0;
}

.table.site-section .layout .layout-link.all-layouts {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
       flex-grow: 1;
  max-width: none;
  margin-right: 0;
  font-weight: 600;
  text-align: right;
}

.table.site-section .table-results {
  width: 100%;
  overflow-x: auto;
}

.table.site-section .table-results .tg {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.table.site-section .table-results tr:first-child {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  overflow-x: auto;
}



.table.site-section .table-results td {
  font-family: Ubuntu,sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #514e49;
  padding: 1rem 0.45rem;
  border: 1px solid #bebebe;
  overflow: hidden;
  word-break: normal;
}

.table.site-section .table-results td:nth-child(2) {
  max-width: 400px;
}

.table.site-section .table-results td .to-link-user {
  color: #514e49;
}

.table.site-section .table-results td .to-link-user::first-letter {
  color: red;
}


.table.site-section .table-results th {
  font-family: Ubuntu,sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #514e49;
  padding: 1rem 0.45rem;
  border: 1px solid #bebebe;
  overflow: hidden;
  word-break: normal;
}

.table.site-section .table-results .tg-0pky {
  border-color: #bebebe;
  text-align: center;
  vertical-align: middle;
  -webkit-animation-duration: .1s;
  -moz-animation-duration: .1s;
    -o-animation-duration: .1s;
       animation-duration: .1s;

  -webkit-animation-delay: none;
  -moz-animation-delay: none;
    -o-animation-delay: none;
       animation-delay: none;
  font-family: Ubuntu,sans-serif;
  font-weight: 600;
  font-size: .9rem;
  color: #514e49;
  padding: .3rem 0.2rem;
  text-transform: capitalize;
}

.table.site-section .table-results td.tg-0pky::first-letter {
  color: unset;
}

.table.site-section .table-results .tg-0pky.round-data::first-letter {
  color: unset;
}



.table-container {
  width: 100%;
  overflow-x: auto;
}

.table-container table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.table-container td {
  font-family: Ubuntu,sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #514e49;
  padding: 0.6rem 0.45rem;
  border: 1px solid #bebebe;
  overflow: hidden;
  word-break: normal;
}

.table-container th {
  font-family: Ubuntu,sans-serif;
  color: #514e49;
  padding: 0.8rem 0.45rem;
  border: 1px solid #bebebe;
  overflow: hidden;
  word-break: normal;

  font-size: 1.3rem;
  font-weight: 500;
  text-transform: uppercase;
}

.table-container .competitions-list {
  text-align: left;
}

.table-container .competitions-list td {
  text-align: left;
}


/* Доп стилизация */

.table.competitor.site-section .shoot-history{
  padding-top: 0;
}

.competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run{
  margin-right: 5px;
}

.table.competitor.site-section .shoot-history .rounds-col .round-item .rounds {
  min-height: 20px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
       justify-content: space-between;
  margin: 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.table.competitor.site-section .shoot-history .rounds-col .round-item{
  margin-bottom: 0;
}

body.page .table.site-section .layout .layout-link{
  margin-bottom: 15px;
}


.table.site-section .section-header  .top-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          -moz-box-align: center;
       align-items: center;
}

.table.site-section .section-header  .top-title .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          -moz-box-pack: justify;
       justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          -moz-box-align: center;
       align-items: center;
}

.table.site-section .section-header  .top-title .info .excerpt {
  margin: 0 10px;
  font-size: 1rem;
  font-weight: 400;
}

.competitor.shooter .section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          -moz-box-align: center;
       align-items: center;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.competitor.shooter.site-section > .container > *.section-header > *{
  font-size: 1.25rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          -moz-box-flex: 1;
       flex-grow: 1;
  margin: 4px 0;
  line-height: 1;
}

.main-section {
  padding-bottom: 120px;
  height: auto;
}

.header-site .header-logo .dark-logo {
  display: none;
}

.header-site .header-logo .white-logo {
  display: block;
}


@media screen and (min-width:50rem) {
  .header-site .mobile-menu {
    display: none;
  }
}

@media screen and (min-width:48.75rem) {
  .competition.site-section .container .data-col,
  .competition.site-section .main-section .tab-content .data-col,
  .main-section .competition.site-section .tab-content .data-col {
    -webkit-box-align: end;
    -webkit-box-pack: start;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
         justify-content: flex-start;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
         align-items: flex-end;
  }
}

@media screen and (min-width:90rem) {
  body.page .header-site:before {
    max-width: 650px;
  }
}

@media screen and (max-width:85.375rem) {
  .site-section .section-title .heading-name {
    font-size: 3.375rem;
  }

  .competition-section.site-section .content-col {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 1170px) {
  .shooting.site-section .container .image-col .image-item {
  }
}

@media screen and (max-width:75rem) {
  .competitor.site-section .rangemaster,
  .table.site-section .rangemaster {
    font-size: 4.375rem;
  }

  .competitor.site-section .container,
  .competitor.site-section .main-section .tab-content,
  .main-section .competitor.site-section .tab-content,
  .main-section .table.site-section .tab-content,
  .table.site-section .container,
  .table.site-section .main-section .tab-content {
    padding: 3.75rem;
  }

  .competitor.site-section .section-header,
  .table.site-section .section-header {
    padding-bottom: 1.575rem;
    margin-bottom: 1.25rem;
  }

  .shooting.site-section {
    margin-bottom: 11.125rem;
  }

  .competition.site-section {
    margin-bottom: 8.4375rem;
    margin-top: 6.25rem;
  }

  .competition.site-section .container,
  .competition.site-section .main-section .tab-content,
  .main-section .competition.site-section .tab-content {
    padding: 3.125rem;
  }

  .competitor.site-section .section-profile {
    padding-bottom: 2.1875rem;
  }
}

@media screen and (max-width: 1170px) {
  .competitor.shooter .section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -moz-box-align: center;
         align-items: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .competitor.shooter.site-section > .container > *.section-header > *{
    font-size: 1.25rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            -moz-box-flex: 1;
         flex-grow: 1;
    width: 50%;
    margin: 4px 0;
    line-height: 1;
  }

  .footer-site .footer-col {
    -webkit-box-lines: multiple;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    text-align: left;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack:start;
    -webkit-justify-content: flex-start;
    -webkit-box-pack: start;
            -moz-box-pack: start;
         justify-content: flex-start;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    width: -webkit-calc(33.33333% - 15px);
    width: -moz-calc(33.33333% - 15px);
    width: calc(33.33333% - 15px);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-site .footer-col.righted{
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            -moz-box-pack: end;
         justify-content: flex-end;
  }

  .main-section .tab-content .tab.active {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .main-section .tab-controller {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    
    -webkit-writing-mode: lr-tb;
    
        -ms-writing-mode: lr-tb;
    
            writing-mode: lr-tb;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
  }

  .main-section .tab-controller .tab-list {
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .main-section .tab-controller .tab-list .tab-name {
    left: 0;
  }

  .main-section .tab-controller .tab-list .tab-item {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }

  .main-section .tab-controller .tab-list .tab-item:last-child {
    margin-right: 0;
  }

  .main-section .tab-controller .tab-list .tab-item.active:before {
    width: 100%;
    height: 2px;
    left: 0;
    top: -7px;
  }

  .main-section .tab-content .tab {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
  }

  .main-section .tab-content .content-col {
    width: 100%;
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    min-height: 400px;
    min-height: 70vh;
    margin-bottom: 1.875rem;
    min-width: 100%;
  }

  .main-section .tab-content .content-col .block-state {
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
  }

  .main-section .tab-content .aside-col {
    -webkit-box-lines: multiple;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;

    width: -webkit-calc(100% + 15px);
    width: -moz-calc(100% + 15px);
    width: calc(100% + 15px);
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .main-section .tab-content .aside-col .item-col {
    -webkit-box-flex: 1;
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    padding-bottom: 44.44444%;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
         flex-grow: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }

  .competition-section.site-section.active .image-col {
    display: none;
  }

  .competition-section.site-section.active .content-col{
    width: 100%;
    max-width: 100%;
  }

  .competitor.site-section,
  .table.site-section {
    margin-top: 4.375rem;
  }

  .site-section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    margin-bottom: 1.25rem;
  }

  .main-section .tab-content .aside-col .item-col .icon {
    display: none;
  }

  .main-section .tab-content .aside-col .item-col .excerpt,
  .main-section .tab-content .aside-col .item-col .heading {
    max-width: 100%;
    width: 100%;
    padding-right: 0.625rem;
  }

  .competition-section.site-section .content-col {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }

  .main-section .shooting.site-section .tab-content,
  .shooting.site-section .container,
  .shooting.site-section .main-section .tab-content {
    padding-left: 2.8125rem;
  }
}

@media screen and (max-width: 1170px) {
  .main-section .tab-content .content-col {
    min-height: 55vh;
  }

  .table.site-section .section-header  .top-title .info .excerpt {
    font-size: .8rem;
  }
}

.header-site .header-menu .menu-item:not(.menu-dropdown) {
  font-weight: 600;
  max-width: 30vw;
  height: 5rem;
}
.header-site .header-menu .menu-item:not(.menu-dropdown) ul {
  height: 100%;
}


@media screen and (max-width:50rem) {

  .main-section {
    padding-top: 100px;
    padding-bottom: 100px;
    height: auto;
  }

  .competitor.site-section.online_board .container table .tg-0pky.rounds-online-col{
    min-width: 180px; 
    max-width: initial;
    width: auto;
  }
  

  .competitor.shooter .section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            -moz-box-pack: center;
         justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -moz-box-align: center;
         align-items: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  
  .competitor.shooter.site-section > .container > *.section-header > *{
    font-size: 1.25rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            -moz-box-flex: 1;
         flex-grow: 1;
    width: 100%;
    margin: 4px 0;
    line-height: 1;
    text-align: center;
  }

  .table.site-section .section-header .top-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            -moz-box-pack: justify;
         justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -moz-box-align: center;
         align-items: center;
  }
  
  .table.site-section .section-header .top-title .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
         flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            -moz-box-pack: justify;
         justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -moz-box-align: center;
         align-items: center;
  }
  
  .table.site-section .section-header .top-title .info .excerpt {
    margin: 10px 0;
    font-size: 1rem;
    font-weight: 400;
  }



  .footer-site .footer-col.righted, .footer-site .footer-col{
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            -moz-box-pack: center;
         justify-content: center;
  }
  

  .shooting.site-section .container .image-col .image-item {
    -webkit-box-flex: initial;
    -webkit-flex-grow: initial;
    -ms-flex-positive: initial;
    -moz-box-flex: initial;
         flex-grow: initial;
  }

  .table.competitor.site-section.active > .container *.shoot-history .rounds-col .round-item .rounds .one-run{
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
         flex-grow: 1;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
    margin-bottom: 10px;
    max-height: 20px;
    min-height: 20px;
    width: auto;
  }

  .table.competitor.site-section .shoot-history .rounds-col .round-item .rounds {
    flex-direction: column;
  }

  .table.competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run:last-child{
    margin: 0;
  }

  .table.competitor.site-section .shoot-history{
    width: 100%;
    margin: auto;
  }

  .table.competitor.site-section .shoot-history{
    overflow-y: scroll;
  }

  .competition-section.site-section .content-col .item .text-col.text-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }


  .footer-site .footer-col {
    width: -webkit-calc(33.33333% - 15px);
    width: -moz-calc(33.33333% - 15px);
    width: calc(33.33333% - 15px);
  }

  .competitor.site-section .container,
  .competitor.site-section .main-section .tab-content,
  .main-section .competitor.site-section .tab-content,
  .main-section .table.site-section .tab-content,
  .table.site-section .container,
  .table.site-section .main-section .tab-content {
    padding: 2.8125rem;
  }

  .competitor.site-section .section-header,
  .table.site-section .section-header {
    padding-bottom: 1.25rem;
  }

  .site-section .section-title {
    margin-bottom: 2.8125rem;
  }

  .site-section .section-title .heading-name {
    font-size: 2.5rem;
  }

  .site-section .section-title .heading {
    font-size: 1.875rem;
  }

  .main-section .tab-content .content-col {
    width: -webkit-calc(66.66667% - 15px);
    width: -moz-calc(66.66667% - 15px);
    width: calc(66.66667% - 15px);
  }

  .main-section .tab-content .content-col .block-state {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
         transform: translateX(-50%);
  }



  .competition-section.site-section .container-fluid {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
  }

  .competition-section.site-section .image-col {
    width: -webkit-calc(25% - 15px);
    width: -moz-calc(25% - 15px);
    width: calc(25% - 15px);
  }

  .competition-section.site-section .content-col {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    -webkit-box-flex: 1;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
         flex-grow: 1;
  }

  .competition-section.site-section .content-col .item {
    padding: 0.625rem 0;
    border-bottom: 1px solid #141414;
  }

  .competition-section.site-section .content-col .item .text-col {
    margin-bottom: 1.25rem;
  }

  .shooting.site-section {
    margin-bottom: 7.5rem;
  }

  .main-section .shooting.site-section .tab-content,
  .shooting.site-section .container,
  .shooting.site-section .main-section .tab-content {
    padding-left: 2.1875rem;
  }

  .competition-section.site-section .content-col .item .text-col,
  .main-section .shooting.site-section .tab-content .image-col,
  .main-section .shooting.site-section .tab-content .image-col .image-item,
  .main-section .shooting.site-section .tab-content .text-col,
  .shooting.site-section .container .image-col,
  .shooting.site-section .container .image-col .image-item,
  .shooting.site-section .container .text-col,
  .shooting.site-section .main-section .tab-content .image-col,
  .shooting.site-section .main-section .tab-content .image-col .image-item,
  .shooting.site-section .main-section .tab-content .text-col {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .competition.site-section {
    margin-bottom: 5rem;
    margin-top: 3.75rem;
  }

  .competition.site-section .container,
  .competition.site-section .main-section .tab-content,
  .main-section .competition.site-section .tab-content {
    padding: 2.1875rem;
  }

  .competition.site-section .container .text-col,
  .competition.site-section .main-section .tab-content .text-col,
  .main-section .competition.site-section .tab-content .text-col {
    width: -webkit-calc(58.33333% - 15px);
    width: -moz-calc(58.33333% - 15px);
    width: calc(58.33333% - 15px);
  }

  .competition.site-section .section-footer .section-info-col {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-bottom: 0.9375rem;
  }

  .competition.site-section .section-footer .section-info-col:last-child {
    -webkit-box-align: start;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
         align-items: flex-start;
  }

  .competitor.site-section .section-profile {
    padding-bottom: 1.25rem;
  }

  .footer-site .footer-col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .competition-section.site-section .content-col .item .text-col {
    width: 32%;
  }
}


@media (max-height: 850px) and (min-height: 600px) and (orientation: landscape) {
  .shooting.site-section .container .image-col .full-block {
    max-height: 80vh;
    height: 80vh;
  }

  .main-section .tab-content .content-col {
    min-height: 80vh;
  }
}

@media screen and (max-width:48.75rem) {

  html, body {
    font-size: 14px;
  }

  .main-section {
    padding-top: 60px;
    padding-bottom: 60px;
    height: auto;
  }


  body.page .main-section{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .header-site .header-logo .dark-logo {
    display: block;
  }

  .header-site .header-logo .white-logo {
    display: none;
  }

  .competitor.site-section.online_board .container table .tg-0pky.rounds-online-col{
    min-width: 100px; 
    max-width: initial;
    width: inherit;
  }

  .table.site-section .section-header .top-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            -moz-box-pack: justify;
         justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -moz-box-align: center;
         align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
         flex-direction: column;
  }
  
  .table.site-section .section-header .top-title .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            -moz-box-orient: vertical;
            -moz-box-direction: normal;
         flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            -moz-box-pack: justify;
         justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -moz-box-align: center;
         align-items: center;
  }
  
  .table.site-section .section-header .top-title .info .excerpt {
    font-size: 1rem;
    font-weight: 400;
    margin: 5px 0;
  }

  .competition.site-section .container .text-col .heading,
  .competition.site-section .main-section .tab-content .text-col .heading,
  .main-section .competition.site-section .tab-content .text-col .heading,
  .main-section .shooting.site-section .tab-content .text-col .heading,
  .shooting.site-section .container .text-col .heading,
  .shooting.site-section .main-section .tab-content .text-col .heading {
    font-size: 1.75rem;
  }

  .static-page.site-section .container {
    padding: 1.5rem;
  }

  .header-site .container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }

  .main-section:before {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  body:not(.page) .header-site{
    padding: 0;
  }

  .main-section:after{
    display: none;
  }

  body:not(.page) .header-site.transparent {
    background-color: #111;
  }

  .competition-section.site-section .image-col.righted .content-overlay .excerpt, .competition-section.site-section .image-col.righted .content-overlay .heading, .competition-section.site-section .image-col.lefted .content-overlay .excerpt, .competition-section.site-section .image-col.lefted .content-overlay .heading {
    text-align: center;
  }

  body.page .header-site .header-menu:not(.active) .menu-item, body.page .header-site .header-menu:not(.active) .menu-item > a, body.page .header-site .header-menu:not(.active) .menu-link > svg.icon, .header-site .header-menu:not(.active) .menu-item svg.icon {
    color: #fff;
    fill: #fff;
  }

  body.page .header-site{
    padding: 0;
  }



  body.page .header-site:before {
    max-width: 100%;
    height: -webkit-calc(100%);
    height: -moz-calc(100%);
    height: calc(100%);
    top: 0;
  }

  body.page .header-site .mobile-menu:after, body.page .header-site .mobile-menu:before{
    background-color: #fff;
  }

  body.page .header-site .mobile-menu{
    border-color: #fff;
  }

  .controller-page {
    padding: 10px;
  }

  .controller-page .controller-nav {
    width: 24px;
    height: 24px;
    margin-right: 20px;
  }

  .table.site-section .layout {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-site .footer-col {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .competitor.site-section,
  .table.site-section {
    margin-top: 3.125rem;
  }

  .competitor.site-section .rangemaster,
  .table.site-section .rangemaster, .site-section .rangemaster {
    display: none;
  }

  .competitor.site-section .container,
  .competitor.site-section .main-section .tab-content,
  .main-section .competitor.site-section .tab-content,
  .main-section .table.site-section .tab-content,
  .table.site-section .container,
  .table.site-section .main-section .tab-content {
    padding: 1.25rem;
  }

  .competitor.site-section .section-header .heading,
  .table.site-section .section-header .heading {
    font-size: 1.75rem;
  }

  .main-section .tab-controller {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
    -ms-writing-mode: initial;
    -webkit-writing-mode: initial;
    writing-mode: initial;
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
  }

  .main-section .tab-controller .tab-list {
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .main-section .tab-controller .tab-list .tab-item {
    margin-bottom: 0;
    margin-right: 1.25rem;
  }

  .main-section .tab-controller .tab-list .tab-item:last-child {
    margin-right: 0;
  }

  .main-section .tab-controller .tab-list .tab-item.active:before {
    width: 100%;
    height: 2px;
    left: 0;
    top: -7px;
  }

  .main-section .tab-content .tab {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
  }

  .main-section .tab-content .content-col {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    _height: 70vh;
    min-height: 70vh;
    margin-bottom: 1.875rem;
    min-width: 100%;
  }

  .main-section .tab-content .content-col .block-state {
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
      -o-transform: none;
         transform: none;
  }

  .main-section .tab-content .aside-col {
    -webkit-box-lines: multiple;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    width: -webkit-calc(100% + 15px);
    width: -moz-calc(100% + 15px);
    width: calc(100% + 15px);
    margin: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .main-section .tab-content .aside-col .item-col {
    -webkit-box-flex: 1;
    min-width: -webkit-calc(50% - 15px);
    min-width: -moz-calc(50% - 15px);
    min-width: calc(50% - 15px);
    padding-bottom: 44.44444%;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
         flex-grow: 1;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    /*width: auto;*/
    max-width: 100%;     
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 0.46875rem;
    margin-right: 0.46875rem;
  }

  .container,
  .main-section .tab-content {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  .competition-section.site-section .image-col {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    _height: 250px;
    min-height: 250px;
  }

  .competition-section.site-section .content-col {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    padding: 1.25rem 0.9375rem;
  }

  .competition-section.site-section .content-col .item {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
  }

  .competition-section.site-section .content-col .item .text-col {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .shooting.site-section {
    margin-bottom: 5rem;
  }

  .main-section .shooting.site-section .tab-content,
  .shooting.site-section .container,
  .shooting.site-section .main-section .tab-content {
    padding-left: 1.25rem;
  }

  .main-section .shooting.site-section .tab-content:before,
  .shooting.site-section .container:before,
  .shooting.site-section .main-section .tab-content:before {
    width: 100%;
  }

  .main-section .shooting.site-section .tab-content .image-col,
  .main-section .shooting.site-section .tab-content .text-col,
  .shooting.site-section .container .image-col,
  .shooting.site-section .container .text-col,
  .shooting.site-section .main-section .tab-content .image-col,
  .shooting.site-section .main-section .tab-content .text-col {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .competition.site-section {
    margin-bottom: 3.125rem;
    margin-top: 2.5rem;
  }

  .competition.site-section .container,
  .competition.site-section .main-section .tab-content,
  .main-section .competition.site-section .tab-content {
    padding: 2rem 1.25rem;
  }

  .competition.site-section .container .data-col,
  .competition.site-section .container .text-col,
  .competition.site-section .main-section .tab-content .data-col,
  .competition.site-section .main-section .tab-content .text-col,
  .main-section .competition.site-section .tab-content .data-col,
  .main-section .competition.site-section .tab-content .text-col {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .competition.site-section .container .data-col,
  .competition.site-section .main-section .tab-content .data-col,
  .main-section .competition.site-section .tab-content .data-col {
    -webkit-box-lines: multiple;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
  }

  .competition.site-section .container .data-col .shooting-data,
  .competition.site-section .main-section .tab-content .data-col .shooting-data,
  .main-section .competition.site-section .tab-content .data-col .shooting-data {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }

  .competition.site-section .section-footer .section-info-col {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .table.site-section .layout .layout-link {
    -webkit-box-lines: multiple;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    -webkit-box-flex: 1;
    max-width: none;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
         flex-grow: 1;
    min-width: 20%;
    margin: 0.625rem 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
  }

  body,
  html {
    font-size: 90%;
  }

  .competitor.site-section.active > .container *.shoot-history {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
         align-items: stretch;

    margin: auto;
  }

  .competitor.site-section .shoot-history .totals-shoot .total-shoot{
    margin-bottom: 0;
  }

  .competition.site-section .container .text-col .heading, .competition.site-section .main-section .tab-content .text-col .heading, .main-section .competition.site-section .tab-content .text-col .heading, .main-section .shooting.site-section .tab-content .text-col .heading, .shooting.site-section .container .text-col .heading, .shooting.site-section .main-section .tab-content .text-col .heading{
    line-height: 2.15rem;
  }

  .main-section .tab-content .content-col{
    min-height: 40vh;
  }

  .competition-section.site-section .content-col .item .text-col {
    width: 32%;
  }
}

@media screen and (max-width:48rem) {
  .site-section:nth-child(2n) .image-col.righted:before,
  .site-section:nth-child(odd) .image-col.lefted:before {
    display: none;
  }

  .site-section {
    padding-top: 2.1875rem;
    padding-bottom: 2.1875rem;
    margin-bottom: 0.9375rem;
  }

  .site-section .section-title .heading-name {
    display: none;
  }

  .main-section .tab-content .tab.active {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width:45rem) {
  .competitor.site-section .shoot-history .rounds-col .round-item .current-round {
    max-width: 100%;
    width: 100%;
    padding-top: 0;
  }

  .competitor.site-section .shoot-history .rounds-col .round-item .rounds {
    max-width: 100%;
    width: 100%;
    margin: -0.3125rem -0.625rem;
  }

  .competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run {
    height: 18px;
    min-height: 18px;
    max-height: 18px;
    height: 100%;
    -webkit-box-flex: 1;
    margin: 0.2125rem 0.525rem;
    -ms-flex-basis: calc(25% - 24px);
    -webkit-flex-basis: -webkit-calc(25% - 24px);
    -ms-flex-preferred-size: calc(25% - 24px);
    flex-basis: -moz-calc(25% - 24px);
    flex-basis: calc(25% - 24px);
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
         flex-grow: 1;
  }

  .competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run:last-child {
    margin-right: 0.625rem;
  }

  .competitor.site-section .shoot-history .totals-shoot .total-shoot {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1170px) {
  .main-section .tab-content .aside-col {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            -moz-box-pack: justify;
         justify-content: space-between;
  }
  .main-section .tab-content .aside-col .item-col {
    width: 100%;
    max-width: 31%;
    max-width: -webkit-calc(100% / 3 - 30px);
    max-width: -moz-calc(100% / 3 - 30px);
    max-width: calc(100% / 3 - 30px);
  }
}

@media screen and (max-width: 620px) {
  .competition-section.site-section .content-col,
  .competition-section.site-section .content-col .item .text-col,
  .competition-section.site-section .image-col,
  .main-section .tab-content .aside-col,
  .main-section .tab-content .content-col {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            -moz-box-pack: center;
         justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            -moz-box-align: center;
         align-items: center;
    text-align: center;
  }
}

@media screen and (max-width:50rem) {
  .header-site .header-menu {
    -webkit-box-lines: multiple;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    max-width: none;
    display: -webkit-box;
    width: -webkit-calc(100%);
    width: -moz-calc(100%);
    width: calc(100%);
    margin-bottom: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
         align-items: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
         flex-direction: row;
    padding: 1.25rem 0.9375rem;
    background-color: #282828;
    position: absolute;
    left: 50%;
    min-height: -moz-min-content;
    min-height: -webkit-min-content;
    _height: -webkit-min-content;
    _height: -moz-min-content;
    _height: min-content;
    min-height: min-content;
    top: -webkit-calc(100%);
    top: -moz-calc(100%);
    top: calc(100%);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
      -o-transform-origin: center center;
         transform-origin: center center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -moz-transform: scale(0);
      -o-transform: scale(0);
         transform: scale(0);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s cubic-bezier(.57,.21,.69,1.25);
    -o-transition: all .5s cubic-bezier(.57,.21,.69,1.25);
    -moz-transition: all .5s cubic-bezier(.57,.21,.69,1.25);
    transition: all .5s cubic-bezier(.57,.21,.69,1.25);
    -ms-filter: "alpha(opacity=0)";
  }

  html, body {
    font-size: 13px;
  }

  .main-section .tab-content .content-col {
    min-height: 90vh;
  }

  .main-section .tab-content .content-col .block-state{
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .main-section .tab-content .content-col .block-state .block-count {
    font-size: 2.5rem;
  }

  .footer-site .footer-col {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    margin-bottom: 1.875rem;
  }

  .footer-site .footer-col:last-child {
    margin-bottom: 0;
  }

  .site-section .section-title {
    margin-bottom: 1.875rem;
  }

  .main-section .tab-content {
    padding-left: 0;
    padding-right: 0;
  }

  .competition-section.site-section .content-col,
  .competition-section.site-section .content-col .item .text-col,
  .competition-section.site-section .image-col,
  .main-section .tab-content .aside-col,
  .main-section .tab-content .content-col {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .competition-section.site-section .content-col .item .text-col {
    text-align: center;
  }

  .shooting.site-section {
    margin-bottom: 3.125rem;
  }

  .main-section .shooting.site-section .tab-content .image-col,
  .main-section .shooting.site-section .tab-content .text-col,
  .shooting.site-section .container .image-col,
  .shooting.site-section .container .text-col,
  .shooting.site-section .main-section .tab-content .image-col,
  .shooting.site-section .main-section .tab-content .text-col {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .main-section .shooting.site-section .tab-content .image-col .image-item,
  .shooting.site-section .container .image-col .image-item,
  .shooting.site-section .main-section .tab-content .image-col .image-item {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
  }

  .competition.site-section .container .data-col,
  .competition.site-section .container .text-col,
  .competition.site-section .main-section .tab-content .data-col,
  .competition.site-section .main-section .tab-content .text-col,
  .competition.site-section .section-footer .section-info-col,
  .main-section .competition.site-section .tab-content .data-col,
  .main-section .competition.site-section .tab-content .text-col {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .competitor.site-section .section-profile .image-col,
  .competitor.site-section .section-profile .info-col {
    -webkit-box-flex: 1;
    width: 100%;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
         flex-grow: 1;
  }

  .competitor.site-section .section-profile .image-col>img {
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .competitor.site-section .section-profile .info-col {
    padding-top: 1.25rem;
  }
}

@media screen and (max-width:30rem) {
  .main-section .tab-content .aside-col .item-col {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    padding-bottom: 75%;
  }

  .competitor.site-section .shoot-history,
  .competitor.site-section .shoot-history .rounds-col {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
         justify-content: center;
  }

  .competitor.site-section .shoot-history {
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .competitor.site-section .shoot-history .totals-shoot {
    padding-left: 5px;
    padding-right: 5px;
  }

  .competitor.site-section .shoot-history .totals-shoot .total-shoot{
    margin-left: auto;
    margin-right: auto;
  }

  /* .competitor.site-section .shoot-history .rounds-col {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  } */

  .competitor.site-section .shoot-history .rounds-col .round-item .rounds {
    margin: 0;
  }

  .competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run {
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .competitor.site-section .shoot-history .rounds-col .round-item .rounds .one-run:last-child {
    margin-right: 0;
  }
}

@media (max-height: 420px) and (orientation: landscape) {
  .shooting.site-section .container .image-col .full-block {
    max-height: 150vh;
    height: 150vh;
  }

  .main-section .tab-content .content-col {
    min-height: 150vh;
  }

  .table.site-section.active > .container *.table-results *.tg-0pky {
    padding: .5rem 0rem;
    font-weight: 400;
  }
}

@media (max-height: 600px) and (min-height: 420px) and (orientation: landscape) {
  .shooting.site-section .container .image-col .full-block {
    max-height: 110vh;
    height: 110vh;
  }

  .main-section .tab-content .content-col {
    min-height: 110vh;
  }
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999999999;
  background-color: rgba(0, 0, 0,.9);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
}

#preloader.loaded {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

@-webkit-keyframes bouncing-loader {
  to {
    opacity: 0.1;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
  }
}

@-moz-keyframes bouncing-loader {
  to {
    opacity: 0.1;
    -webkit-transform: translate3d(0, -1rem, 0);
    -moz-transform: translate3d(0, -1rem, 0);
         transform: translate3d(0, -1rem, 0);
  }
}

@-o-keyframes bouncing-loader {
  to {
    opacity: 0.1;
    -webkit-transform: translate3d(0, -1rem, 0);
    transform: translate3d(0, -1rem, 0);
  }
}

@keyframes bouncing-loader {
  to {
    opacity: 0.1;
    -webkit-transform: translate3d(0, -1rem, 0);
    -moz-transform: translate3d(0, -1rem, 0);
         transform: translate3d(0, -1rem, 0);
  }
}
.bouncing-loader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
}
.bouncing-loader > div {
  width: 1rem;
  height: 1rem;
  margin: 3rem 0.2rem;
  background: #8385aa;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
       border-radius: 50%;
  -webkit-animation: bouncing-loader 0.6s infinite alternate;
  -moz-animation: bouncing-loader 0.6s infinite alternate;
    -o-animation: bouncing-loader 0.6s infinite alternate;
       animation: bouncing-loader 0.6s infinite alternate;
}
.bouncing-loader > div:nth-child(2) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
       animation-delay: 0.2s;
}
.bouncing-loader > div:nth-child(3) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
       animation-delay: 0.4s;
}

.table.site-section .layout .layout-link{
    padding-left: 1.40625rem;
    padding-right: 1.40625rem;
    margin: 0;
    border-right: 1px solid #ccc;
}

.table.site-section .layout .layout-link:first-child:not(.active){
  padding-left: 0;
}

.site-section.static-page .section-title {
  margin-bottom: 25px;
}

.site-section.static-page .section-title .heading::first-letter {
  color: red;
}

.site-section.contacts-section .contact-item {
  display: block;
  margin-bottom: 25px;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "Ubuntu Medium", sans-serif;
  font-weight: 500;
}

.site-section.contacts-section .contact-item:last-child {
  margin-bottom: 0;
}

.site-section.contacts-section .contact-item__name {
  color: #8A8A8A;
  font-weight: 700;
}

.site-section.static-page .section-title .heading {
  width: 100%;
  max-width: 100%;
  text-align: left;
}

.site-section.privacy-section .excerpt-data .excerpt{
  font-weight: 600;
  font-family: "Ubuntu Medium", sans-serif;
  color: #514E49;
  font-size: 1rem;
  line-height: 21px;
}
.contacts-data{
    overflow:hidden;
}
.excerpt-data {
    overflow: hidden;
}







.contacts-section .contacts-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          -moz-box-pack: start;
       justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          -moz-box-align: start;
       align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.contacts-section .contacts-data > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          -moz-box-flex: 1;
       flex-grow: 1;
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px);
  max-width: -webkit-calc(100% - 30px);
  max-width: -moz-calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin: 15px;
  margin-bottom: 50px;
}

.privacy-section .excerpt-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          -moz-box-pack: start;
       justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          -moz-box-align: start;
       align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.privacy-section .excerpt-data > div {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          -moz-box-flex: 1;
       flex-grow: 1;
  width: -webkit-calc(50% - 30px);
  width: -moz-calc(50% - 30px);
  width: calc(50% - 30px);
  max-width: -webkit-calc(100% - 30px);
  max-width: -moz-calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .contacts-section .contacts-data > div {
      width: 100%;
  }

  .privacy-section .excerpt-data > div {
    width: 100%;
  }

}

.update-change {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.18);
     -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.18);
          box-shadow: 0 0 20px 0 rgba(0,0,0,.18);
  border: 2px solid rgba(0, 0, 0,.1);
  padding: 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  z-index: 999999;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.update-change:not(.update) {
  -webkit-transform: translateX(-50%) translateY(-180px) scale(.8);
     -moz-transform: translateX(-50%) translateY(-180px) scale(.8);
      -ms-transform: translateX(-50%) translateY(-180px) scale(.8);
       -o-transform: translateX(-50%) translateY(-180px) scale(.8);
          transform: translateX(-50%) translateY(-180px) scale(.8);
  opacity: .25;
}

.update-change:not(.update) .icon{
  -webkit-transform: rotate(-45deg) translateY(-10px);
     -moz-transform: rotate(-45deg) translateY(-10px);
      -ms-transform: rotate(-45deg) translateY(-10px);
       -o-transform: rotate(-45deg) translateY(-10px);
          transform: rotate(-45deg) translateY(-10px);
}

.update-change .icon{
  width: 48px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.capitalize-first-word:first-letter {
  text-transform: uppercase;
}

.update-change .icon .ico {
  width: 32px;
  height: 32px;
  display: block;
}

.update-change .status-message {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #2d2d2d;
  letter-spacing: 1px;
}


/* 
.main-section .tab-content .tab {
  display: block!important;
}

.main-section .tab-content .content-col, .main-section .tab-content .aside-col {
  display: inline-block!important;
} */

.tg-0pky.bib-column {
  border-right-width: 3px !important;
}

.excerpt.category-link, .excerpt.team-link, .excerpt.scoreboard-link {
  display: inline;
  margin-right: 20px;
  font-weight: 300 !important;
  font-size: 1rem !important;
}

.excerpt.category-link.active, .excerpt.team-link.active, .excerpt.scoreboard-link.active {
  text-decoration-color: red;
}

.excerpt.category-link.category-link__scratch, 
.excerpt.team-link.team-link__scratch, 
.excerpt.scoreboard-link.scoreboard-link__scratch {
  display: inline;
  margin-right: 10px;
  font-size: 1rem !important;
  text-transform: uppercase;
}

.competition-layout .competition-layout-info span {
  font-weight: 400 !important;
  font-size: 1rem !important;
}

.layout-sep-table h3{
  color: inherit !important;
  text-transform: uppercase !important;
}

.layout-sep-table h3:first-letter {
  color: inherit !important;
}

.menu-link.active {
  color: red !important;
  font-weight: bold;
}

.competition-header, .competition-header img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  margin: auto;
}
.competition-footer, .competition-footer img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  margin: auto;
}

.competition-documents {
  display: flex;
  flex-direction: row;
  margin: 3px;
  cursor: pointer;
}

.competition-documents span {
  margin: auto 10px;
}

img[src="/img/GPS.png"] {
  transition: all 1s;
  animation: 1s reverse ping infinite;
}

@keyframes ping {
  0% { transform: scale(1); }
  50% { transform: scale(1.4); }
  100% { transform: scale(1); }
}