@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon/icomoon.eot');
    src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.woff') format('woff'),
    url('../fonts/icomoon/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PF DinDisplay';
    src: url(//s5.vcdn.biz/static/44888231/pfdindisplayprothin.woff) format('woff'), url(//s4.vcdn.biz/static/44888221/pfdindisplayprothin.ttf) format('truetype'), url(//s4.vcdn.biz/static/44888211/pfdindisplayprothin.eot) format('embedded-opentype');
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'PF DinDisplay';
    src: url(//s7.vcdn.biz/static/69870711/PFDinDisplayPro-Light.woff) format('woff'),  url('//s8.vcdn.biz/static/69870741/PFDinDisplayPro-Light.woff2') format('woff2'), url(//s5.vcdn.biz/static/44887871/pfdindisplayprolight.ttf) format('truetype'), url(//s5.vcdn.biz/static/44887831/pfdindisplayprolight.eot) format('embedded-opentype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'PF DinDisplay';
    src: url(//s9.vcdn.biz/static/52642911/PFDinDisplayPro-Regular.woff) format('woff'), url('//s1.vcdn.biz/static/52642951/PFDinDisplayPro-Regular.woff2') format('woff2'), url(//s7.vcdn.biz/static/44887801/pfdindisplayproregular.ttf) format('truetype'), url(//s7.vcdn.biz/static/44887721/pfdindisplayproregular.eot) format('embedded-opentype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'PF DinDisplay';
    src: url(//s1.vcdn.biz/static/f/1040655351/PFDinDisplayPro-Medium-347b3ccc.woff) format('woff'), url('//s1.vcdn.biz/static/f/1040655321/PFDinDisplayPro-Medium-29f6e368.woff2') format('woff2'), url(//s4.vcdn.biz/static/45420361/PFDinDisplayPro-Med.ttf) format('truetype');
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'PF DinDisplay';
    src: url(//s1.vcdn.biz/static/f/1040655301/PFDinDisplayPro-Bold-de01fa2c.woff) format('woff'), url('//s1.vcdn.biz/static/f/1040655281/PFDinDisplayPro-Bold-1ec5ca61.woff2') format('woff2'), url(//s4.vcdn.biz/static/44887901/pfdindisplayprobold.ttf) format('truetype'), url(//s4.vcdn.biz/static/44887881/pfdindisplayprobold.eot) format('embedded-opentype');
    font-style: normal;
    font-weight: bold;
}
.main-wrapper {
    min-height: 100%;

}


header .menu,
header .menu li { margin:0; padding:0 6px; list-style: none; background:none; }
label {
    color: white;
    padding-bottom: 4px;
    margin-top: 5px;
}
hr {
    border: none; /* Убираем границу */
    background-color: #404040; /* Цвет линии */
    color: #404040; /* Цвет линии для IE6-7 */
    height: 1px; /* Толщина линии */
}
/*Navigation*/

ul.navbar-nav li.active {background: #a80303!important;}
ul.navbar-nav li:hover {background: #a80303!important;}
.nav-item {
    font-family: DINPro-Bold;
    text-transform: uppercase;
    color: #fff;

}
.nav-item a span {
    font-family: DINPro-Bold; text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
}

header .header-wrap nav ul li a {
    display: inline-block;
    position: relative;
    z-index: 15;
    height: 50px;
    line-height: 50px;
    /*padding-top:10px;*/
}
header .header-wrap nav ul.hover li a {
    height: 30px!important;
    line-height: 15px!important;

}
header .header-wrap nav ul.hover li a span{
    font-size: 12px!important;
    white-space: nowrap;
}


header .menu .item{
    /*background-image: url("../images/icons/bullet_arrow_down.png");*/
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left:26px;
}

header .menu .auth .item {
    padding-left:2px;
    color: #aaa;
}

header .menu > li {
    float: left;
    white-space: nowrap;
    /*padding-left:5px;*/
}

header .menu > li > a {
    display: block;
    padding: 0 5px;
    color:#ecf0f1;
    text-decoration: none;
    font-size: 12px;
}
header .menu > li > a span.wrap > span.counter {
    margin: 0 0 0 5px;
    color: red;
}
header .menu > li > a span.wrap > span.counter:before {
    content: '(';
}
header .menu > li > a span.wrap > span.counter:after {
    content: ')';
}
header .menu > li > a:hover {
    color:#FFF;
}

header .menu > li.active > a { color:white; }
header .menu > li.active > a:hover { color:white; }
header .menu > li.active > ul a:hover { color:#EEE; }

header .menu ul li a,
header .menu li.active ul li a {
    text-shadow: none;
    text-decoration: none;
    padding-right: 10px;
    font-size: 12px;
}

header .menu li ul li.active a{ color:white; }
header .menu li ul li.active a:hover { color:white; }

header .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

header .menu ul {
    position: absolute;
    visibility: hidden;
    top: 99%;
    left: -15px;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li {
    float: none;
    border-bottom: solid 1px rgba(87, 87, 87, 0.5);
    background-color: #000;
    color: #FFF;
}

header .menu ul li:last-child {
    border-bottom: none;
}


header .menu ul li:hover > a { background-color: #a80303; color: #FFF; }

header .menu ul ul {
    top: 0px;
    left: 90%;
}

header .menu li:hover > ul {
    visibility: visible;
}

header .menu ul { width:250px; }

header .menu ul li:last-child,
header .menu ul li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .second_lev li a {width: 100%; padding-left: 10px;font-family: DINPro-Bold; color: #fff!important;}


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html{
    background: #1c1d1e;
    height: 100%;
}

body {
    height: 100% !important;
    background: black;
    line-height: 1;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
header {
    width: 100%;
    background-color: #000000;
    position: relative;
}
header .header-wrap {
    position: relative;
    height: 100%;
    width: 1280px;
    margin: 0 auto;
}
header .header-wrap .logo {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding-left: 20px;
    font-family: "1";
    font-size: 15px;
    line-height: 16px;
}
header .header-wrap .logo a {
    display: inline-block;
}
header .header-wrap .nav {
    position: absolute;
    top: 0;
    left: 200px;
}
header .header-wrap .nav ul li {
    float: left;
}
header .header-wrap .nav ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "DINPro-Bold";
    font-weight: bold;
}
header .header-wrap .nav ul li a:hover {
    background-color: #a80303;
}
header .header-wrap .nav ul li.active {
    background-color: #a80303;
}
header .header-wrap .afocus {
    position: relative;
}
header .header-wrap .lifocus {
    position: relative;
}
.lifocus:hover .hover {
    display: block!important;
}
header .header-wrap .hover {
    box-sizing: border-box;
    /*display: none;*/
    background-color: #000;
    z-index: 10;
    width: 150px;
    position: absolute;
    top: 50px;
    left: 0px;
    color: #fff;
    font-size: 14px;
    font-family: "DINPro";
    font-weight: bold;
}
header .header-wrap .hover li {
    width: 100%;
}
header .header-wrap .find {
    position: absolute;
    right: 5px;
    margin-top: 10px;
}
#search .input-find {
    width: 90px!important;
}
#search img.finde-zoom {
    position: absolute;
    background: none;
    margin-left: -30px;
    background: white;
}
#search [type="button"] {
    -webkit-appearance: none;
    margin-top: -12px;
    cursor: pointer;
}




/*Search block css*/
.sb-search {
    position: relative;
    width: 0%;
    min-width: 50px;
    height: 50px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    background: #414141;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-family: inherit;
    font-size: 20px;
    color: #fff;
}

.sb-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.sb-search-input:-moz-placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.sb-search-input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.sb-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.sb-icon-search,
.sb-search-submit  {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search {
    color: #aaa;
    background: #000;
    z-index: 90;
    font-size: 20px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #a80303;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

/*-----Search block css----*/
header .header-wrap .widget_ajax_wrap {
    float: right;
    font-family: DINPro-Regular;
}
.widget_ajax_wrap .title {

    font-family: DINPro-Bold;
}


header .header-wrap .find form {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
header .header-wrap .find form .input-find {
    width: 90px;
    height: 26px;
    border: none;
    padding-left: 14px;
    border-radius: 4px;
    position: relative;
    float: left;
    outline: none;
}
header .header-wrap .find form a {
    position: absolute;
    margin-left: -23px;
    top: 8px;
}
header .header-wrap .find .log-in {
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    width: 88px;
    height: 26px;
    text-decoration: none;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    font-family: "DINPro-Regular";
    background: #f24e5c;
    background: -moz-linear-gradient(top, #f24e5c 0%, #c4253a 43%, #a50920 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f24e5c), color-stop(43%, #c4253a), color-stop(100%, #a50920));
    background: -webkit-linear-gradient(top, #f24e5c 0%, #c4253a 43%, #a50920 100%);
    background: -o-linear-gradient(top, #f24e5c 0%, #c4253a 43%, #a50920 100%);
    background: -ms-linear-gradient(top, #f24e5c 0%, #c4253a 43%, #a50920 100%);
    background: linear-gradient(to bottom, #f24e5c 0%, #c4253a 43%, #a50920 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24e5c', endColorstr='#a50920', GradientType=0);
    color: #fff;
    border-radius: 4px;
    float: left;
}
header .header-wrap .find .log-in img {
    position: absolute;
    top: 5px;
    left: 10px;
}

header .header-wrap .find input {
    font-family: "PT Sans";
}

header .header-wrap:before {
    content: "";
    height: 50px;
    width: 100%;
    right: 100%;
    top: 0;
    margin-right: -235px;
    position: absolute;
    background-color: #a80303;
    -webkit-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
}

.titleBanner {
    position: absolute;
    bottom: 60px;
    left: 20px;
    background-color: #a80303;
    border: 1px solid #8E0303;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: DINPro-Bold;
    line-height: 1;
    padding: 15px 20px;
}

.slider:after {
    content: "";
    display: block;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg,transparent 0,#000);
    position: absolute;
    left: 0;
    bottom: 0;}
}
.slider div {
    box-sizing: border-box;
}
.slider div img {
    max-width: 100%;
    width: 100%;
}
.section-one {
    background-color: #000;
    /*margin-top: -30px;*/
}
.section-one .slider-top {
    height: 40px;
    width: 100%;
    background: #fc1f1f;
    background: -moz-linear-gradient(left, #fc1f1f 0%, #96194d 47%, #7b185a 72%, #5d1669 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fc1f1f), color-stop(47%, #96194d), color-stop(72%, #7b185a), color-stop(100%, #5d1669));
    background: -webkit-linear-gradient(left, #fc1f1f 0%, #96194d 47%, #7b185a 72%, #5d1669 100%);
    background: -o-linear-gradient(left, #fc1f1f 0%, #96194d 47%, #7b185a 72%, #5d1669 100%);
    background: -ms-linear-gradient(left, #fc1f1f 0%, #96194d 47%, #7b185a 72%, #5d1669 100%);
    background: linear-gradient(to right, #fc1f1f 0%, #96194d 47%, #7b185a 72%, #5d1669 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc1f1f', endColorstr='#5d1669', GradientType=1);
}
.section-one .slider-top .wrap {
    width: 1280px;
    margin: 0 auto;
}
.section-one .slider-top .wrap .col-3x {
    float: left;
    width: 33.3%;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    font-family: "DINPro-Bold";
    cursor: pointer;
    /*font-weight: bold;*/
}
.section-one .slider-top .wrap .col-3x-active {
    color: #fff;
    font-family: "DINPro";
    font-weight: bold;
    text-decoration: underline;
}
.section-one .wrap2 {
    width: 1280px;
    margin: 0 auto;
}
.section-one .wrap2 .slider-center {
    height: 380px;
    background-image: url("../images/vs-big.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}
.section-one .wrap2 .slider-center .col-2x {
    width: 50%;
    float: left;
}
.section-one .wrap2 .slider-center .col-2x img {
    height: 293px;
}
.section-one .wrap2 .slider-center .col-2x p {
    text-align: center;
    line-height: 50px;
    font-size: 27px;
    color: #fff;
    font-family: "DINPro";
    font-weight: bold;
}
.section-one .wrap2 .slider-center .col-2x-right {
    text-align: right;
    padding-top: 20px;
    padding-right: 210px;
    box-sizing: border-box;
}
.section-one .wrap2 .slider-center .col-2x-right img {
    display: inline-block;
    text-align: center;
}
.section-one .wrap2 .slider-center .col-2x-right a {
    /*display: inline-block;*/
}
.section-one .wrap2 .slider-center .col-2x-left {
    padding-top: 20px;
    padding-left: 210px;
    box-sizing: border-box;
}
.section-one .wrap2 .slider-center .col-2x-left a {
    /*float: left;*/
    /*text-align: center;*/
}
.section-one .wrap2 .slider-other .wrap a {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-family: "DINPro-Regular";
}
.section-one .wrap2 .slider-other .slider-left {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.section-one .wrap2 .slider-other .slider-left img {
    display: inline-block;
    height: 115px;
}
.section-one .wrap2 .slider-other .slider-right {
    width: 50%;
    float: right;
    box-sizing: border-box;
}
.section-one .wrap2 .slider-other .slider-right img {
    display: inline-block;
    height: 115px;
}
.section-one .wrap2 .slider-other .block {
    background-image: url("../images/vs-small.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
.section-one .wrap2 .slider-other .block .col-2x {
    width: 50%;
    float: left;
    text-align: center;
}
.section-one .wrap2 .slider-other .block .col-2x-left {
    padding-top: 36px;
    padding-left: 100px;
    box-sizing: border-box;
}
.section-one .wrap2 .slider-other .block .col-2x-left a{
    text-decoration: none;
    font-size: 16px;
}
.section-one .wrap2 .slider-other .block .col-2x-right a{
    text-decoration: none;
    font-size: 16px;
}
.section-one .wrap2 .slider-other .block .col-2x-left p {
    color: #fff;
    font-family: "DINPro-Regular";
    line-height: 36px;
    padding-left: 9px;

}
.section-one .wrap2 .slider-other .block .col-2x-right {
    padding-top: 36px;
    padding-right: 100px;
    box-sizing: border-box;
}
.section-one .wrap2 .slider-other .block .col-2x-right p {
    color: #fff;
    font-family: "DINPro-Regular";
    line-height: 36px;
    margin-left: -20px;
}
.section-three {
    background-color: #000;
}
.section-three .wrap {
    width: 1280px;
    margin: 0 auto;

}
.section-three .wrap .section-three-nav {
    margin-bottom: 35px;
    padding-top: 15px;
}
.section-three .wrap .section-three-nav a:first-child {
    background-color: black;
}
.section-three .wrap .section-three-nav a {
    float: left;
    text-decoration: none;
    height: 35px;
    background-color: #f11f25;
    color: #fff;
    line-height: 35px;
    font-size: 20px;
    padding-left: 17px;
    padding-right: 17px;
    margin-right: 3px;
    font-family: "DINPro";
    font-weight: bold;
}
.section-three .wrap .section-three-nav .a1 {
    width: 7%;
}
.section-three .wrap .section-three-nav .a2 {
    width: 12%;
    font-family: "DINPro-Regular";
}
.section-three .wrap .section-three-nav .a3 {
    width: 15%;
    font-family: "DINPro-Regular";
}
.section-three .wrap .section-three-nav .a4 {
    width: 54%;
    text-align: right;
    font-family: "DINPro-Regular";
}
.section-three .wrap .col .col-3x {
    width: 32.1%;
    float: left;
    color: #fff;
    margin-right: 21px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.section-three .wrap .col .col-3x .video-coment {
    padding-top: 10px;
}
.section-three .wrap .col .col-3x .video-coment img {
    float: left;
    margin-right: 10px;
}
.section-three .wrap .col .col-3x .video-coment p {
    font-size: 14px;
    font-family: "DINPro";
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 17px;
}
.section-three .wrap .col .col-3x .video-coment .video-coment-left {
    font-size: 14px;
    color: #c11722;
    font-family: "DINPro";
    font-weight: bold;
}
.section-three .wrap .col .col-3x .video-coment .video-data-right {
    font-size: 14px;
    color: #6d6d6d;
    float: right;
    font-family: "DINPro";
    font-weight: bold;
}
.section-three .wrap .col .col-3x:nth-child(3n+3) {
    margin-right: 0px;
}
.section-three .wrap .col .seeMore {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #94999f;
    font-size: 18px;
    font-family: "DINPro-Regular";
}
.slider-other .seeMore {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-family: "DINPro-Regular";
    border: solid 1px #f11f25;
    padding: 5px 0px 9px 0px;
    width:220px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 35px;
    border-radius: 3px;
    line-height: 18px;
    text-decoration: none;
}
.section-three .wrap .col #svern {
    text-align: center;
    display: none !important;
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-family: "DINPro-Regular";
}
.section-three .wrap .col #svern2 {
    text-align: center;
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-family: "DINPro-Regular";
}
.section-three .wrap .col .seeMore2 {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-family: "DINPro-Regular";
}
.section-for {
    /*background-color: #000;*/
}

/*.news .col-md-8 {*/
    /*padding-left: 0px;*/
    /*padding-right: 10px;*/
/*}*/
/*.news .col-md-4 {*/
    /*padding-right: 0px;*/
    /*padding-left: 0px;*/
/*}*/
.section-for .news-wrap .h2-news {
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
    float: left;
    /*width: 22%;*/
    font-family: DINPro;
    font-weight: bold;
    /*padding-left: 15px;*/
}
.section-for .news-wrap .h2-new-line {
    margin-left: 10px;
    width: 75%;
    height: 2px;
    background-color: red;
    margin-top: 10px;
    margin-bottom: 30px;
    float: right;
}
.section-for .wrap {
    margin: 0 auto;
}
.section-for .wrap .col-left {
    /*!*width: 59.2%;*!*/
    /*float: left;*/
    /*!*padding-left: 15px;*!*/
    /*box-sizing: border-box;*/
}
.section-for .wrap .col-left .col-left-row {
    /*display: block;*/
    background-color: #1f1f1f;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 0px;
    padding-bottom: 10px;
    text-decoration: none;

}
.section-for .wrap .col-left .col-left-row img {
    float: left;
    margin-right: 15px;
}
.section-for .wrap .col-left .col-left-row h2 {
    font-size: 17px;
    font-family: "DINPro-Bold";
    color: #ececec;
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 5px;
    /*padding-left: 222px;*/
}
.section-for .wrap .col-left .col-left-row h2:hover {
    font-family: "DINPro-Bold";
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    /*padding-left: 222px;*/
}
.section-for .wrap .col-left .col-left-row p {
    padding-right: 5px;
    color: #aaaaaa;
    margin-bottom: 13px;
    /*padding-left: 222px;*/
    padding-top: 2px;
    line-height: 17px;
    font-size: 14px;
}
.section-for .wrap .col-left .col-left-row .col-left-row-data {
    font-size: 12px;
    color: #c9c9c9;

}
.section-for .wrap .col-left .col-left-row .col-right-row-name {
    /*margin-left: 45px;*/
    /*margin-right: 20px;*/
    position: relative;
    font-size: 14px;
    color: #e31d2a;
    font-weight: bold;

}
.section-for .wrap .col-left .col-left-row .col-right-row-name .col-right-row-v2 {
    /*position: absolute;*/
    /*top: -1px;*/
    /*right: -90px;*/
    /*width: 50px;*/
    /*height: 14px;*/
    /*background-color: #e31d2a;*/
    /*line-height: 1px;*/
    /*font-size: 12px;*/
    /*color: #fff;*/
    /*padding-top: 5px;*/
    /*line-height: 12px;*/
    /*padding-left: 5px;*/
    /*padding-bottom: 2px;*/
    /*padding-right: 5px;*/
    /*border-radius: 3px;*/
    /*font-weight: normal;*/
    /*box-sizing: content-box;*/
}
.section-for .wrap .col-left .col-left-row .col-right-row-name .col-right-row-v2 img {
    margin-right: 3px;
    margin-left: 2px;
}
.section-for .wrap .col-left .col-left-row .col-right-video {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
    width: 60px;
    height: 16px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: "DINPro-Regular";
    background-color: #e31d2a;
}
.section-for .wrap .col-right {
    /*width: 40%;*/
    float: right;
    padding-right: 0px;
}
.section-for .wrap .col-right .col-right-block {
    color: #fff;
    background-color: #1f1f1f;
    padding-top: 17px;
    padding-left: 10px;
    padding-bottom: 17px;
    margin-bottom: 10px;
    /*margin-right: 10px;*/
    font-family: DINPro;
}
.section-for .wrap .col-right .col-right-block .seemorenew {
    display: block;
    margin-bottom: 0 auto;
    color: #d51d29;
    font-size: 14px;
    text-align: center;
    font-family: "DINPro";
    font-weight: bold;
}
.section-for .wrap .col-right .col-right-block h2 {
    text-align: center;
    margin-bottom: 20px;
    font-family: "DINPro" !important;
    font-weight: bold;
}
.section-for .wrap .col-right .col-right-block .col-right-row {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.section-for .wrap .col-right .col-right-block .col-right-row .col-right-row-v {
    position: absolute;
    top: 25px;
    left: 2px;
    width: 48px;
    height: 14px;
    padding-left: 5px;
    background-color: #e31d2a;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 2px;
    border-radius: 3px;
}
.section-for .wrap .col-right .col-right-block .col-right-row .col-right-row-v img {
    margin-right: 4px;
    margin-left: 2px;
}
.section-for .wrap .col-right .col-right-block .col-right-row span {
    float: left;
    color: #a4a4a4;
    margin-right: 5px;
    padding-right: 10px;
    line-height: 28px;
}
.section-for .wrap .col-right .col-right-block .col-right-row p {
    margin-bottom: 27.4px;
    font-size: 14px;
    font-family: "DINPro-Regular";
    color: #aaaaaa;
    line-height: 16px;
    padding-right: 10px;
    height: 40px;
    overflow: hidden;
}
.section-for .wrap .col-right .col-right-block .col-2x {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.section-for .wrap .col-right .col-right-block .col-2x img {
    width: 100%;
}
footer {
    background-color: #1c1d1e;
    border-top: 2px solid #770008;
    position: absolute;
    height: 120px;
    bottom: 0;
    width: 100%;
}
footer .wrap-footer {
    width: 1280px;
    margin: 0 auto;
    padding-top: 15px;
}
footer .wrap-footer .footer-left {
    width: 67%;
    float: left;
}
footer .wrap-footer .footer-left .col-3x {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding-left: 18%;
}
footer .wrap-footer .footer-left .col-3x a {
    display: inline-block;
    color: #7b7b7b;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
}
footer .wrap-footer .footer-left .col-3x a:hover {
    color: red;
}
footer .wrap-footer .footer-left .col-3x p {
    color: #7b7b7b;
    line-height: 25px;
    font-family: "PTSansRegular";
    padding-top: 10px;
}
footer .wrap-footer .footer-left .col-3x a {
    font-family: "PTSansRegular";
}
footer .wrap-footer .footer-left .col-3x:first-child {
    padding-left: 2% !important;
}
footer .wrap-footer .footer-right {
    width: 33%;
    float: right;
}
footer .wrap-footer .footer-right .footer-social .footer-social-bottom .footer-cosial-bottom-icon {
    width: 50px;
    height: 50px;
    background-color: red;
    text-decoration: none;
}
footer .footer-social-top {
    margin-bottom: 5px;
}
footer .footer-social-top a {
    float: right;
    display: inline-block;
}
footer .footer-social-top a img {
    width: 100%;
}
footer .footer-cosial-bottom-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    border: 2px solid #494a4b;
    border-radius: 50%;
    text-decoration: none;
}
footer .footer-cosial-bottom-icon:hover {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    border: 2px solid red;
    border-radius: 50%;
    text-decoration: none;
}
footer .footer-social-bottom-f {
    background-image: url("../images/facebook-16.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 35px;
}
footer .footer-social-bottom-vk {
    background-image: url("../images/vk-16.png");
    background-repeat: no-repeat;
    background-position: center;
}
footer .footer-social-bottom-t {
    background-image: url("../images/twitter-16.png");
    background-repeat: no-repeat;
    background-position: center;
}
footer .footer-social-bottom-od {
    background-image: url("../images/odn.png");
    background-repeat: no-repeat;
    background-position: center;
}
footer .footer-social-bottom-in {
    background-image: url("../images/instagram-6-16.png");
    background-repeat: no-repeat;
    background-position: center;
}
footer .footer-social-bottom-te {
    background-image: url("../images/telegram.png");
    background-repeat: no-repeat;
    background-position: center;
}
.multiple-items .slick-slide, .multiple-items2 .slick-slide {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    outline: none;
}
.multiple-items .slick-slide.slick-current:before, .multiple-items2 .slick-slide.slick-current:before {
    background: rgba(0, 0, 0, 0);
}
.multiple-items2 .slick-slide.slick-current:before {
    background: none!important;
}
.multiple-items .slick-slide:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.multiple-items2 .slick-slide:before {
    /*position: absolute;*/
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.multiple-items .slick-prev, .multiple-items2 .slick-prev  {
    top: 48%;
    left: 162px;
    z-index: 4;
}
.multiple-items .slick-next, .multiple-items2 .slick-next {
    top: 48%;
    right: 162px;
    z-index: 4;
}
.multiple-items .slick-prev:before, .multiple-items2 .slick-prev:before {
    content: url("../images/arrow-left.png");
    top: 160px;
}
.multiple-items .slick-next:before, .multiple-items2 .slick-next:before {
    content: url("../images/arrow-right.png");
    top: 160px;
}
.slick-prev:before {
    content: url("../images/arrow-small-left.png");
}
.slick-next:before {
    content: url("../images/arrow-small-rightt.png");
}
.slick-prev,
.slick-next {
    top: -18px;
}
.slick-prev {
    left: 55px;
    background-repeat: no-repeat;
}
.slick-next {
    right: 55px;
    background-repeat: no-repeat;
}
.fancybox-close-small:after {
    content: url("../images/fancyboxclose.png");
    background-repeat: no-repeat;
    background: none;
    background-color: none;
}
.fancybox-close-small {
    top: -40px;
    right: -40px;
    background: none;
    background-color: none;
}
.regestretion {
    overflow: unset;
    display: none;
    width: 330px;
    height: 440px;
    background-color: #fff;
    padding-top: 25px;
    text-align: center;
    border-radius: 5px;
}
.regestretion h2 {
    font-size: 23px;
    margin-bottom: 15px;
}
.regestretion p {
    font-size: 14px;
    padding-left: 35px;
}
.regestretion .line {
    width: 95px;
    height: 1px;
    background-color: #777777;
    margin: 30px auto 18px auto;
}
.regestretion form {
    margin-bottom: 25px;
}
.regestretion form p {
    margin-bottom: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-family: "DINPro-Regular";
    text-align: left;
}
.regestretion form button {
    width: 205px;
    height: 43px;
    background-color: #d0021b;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    font-family: "DINPro-Regular";
    margin-top: 15px;
    outline: none;
}
.regestretion form input {
    width: 205px;
    height: 40px;
    margin-bottom: 25px;
    border-radius: 10px;
    border: 2px solid #cdcdcd;
    outline: none;
    padding-left: 40px;
    box-sizing: border-box;
    font-family: "DINPro-Regular";
}
.regestretion form .input1 {
    background-image: url("../images/@.png");
    background-repeat: no-repeat;
    background-position: 10px;
}
.regestretion form .input2 {
    background-image: url("../images/lock.png");
    background-repeat: no-repeat;
    background-position: 10px;
}
.regestretion a {
    color: #04304c;
}
.regestretion span {
    font-family: "DINPro-Regular";
}
.regestretion2 {
    width: 330px;
    height: 425px;
    background-color: #fff;
    padding-top: 25px;
    text-align: center;
}
button.fancybox-close-small:after {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 15px;
}
button.fancybox-close-small:hover {
    background: none;
}
.slick-dots li.slick-active button:before {
    width: 17px;
    height: 17px;
    background-color: red;
    border-radius: 50%;
    opacity: 1;
    top: -2px;
    color: red;
}
.slick-dots li button:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    background-color: #fff;
}
.slick-dots {
    bottom: 0;
}
.fancybox-close-small:hover:after {
    background: none;
}
header .header-wrap .find .log-in {
    overflow: none;
}
.gumburger {
    display: none;
}
.gumburgerimg {
    display: none !important;
}
.slider-ob {
    display: none;
}
.slider-ob:nth-child(-n+4) {
    display: block;
}

.slider-other.opened .block {
    display: block;
}
.slider-ob.opened {
    display: block;
    transition: transform 0.7s;
}
.slick-current p {
    color: #fff;
}
.single-item2 .slick-arrow:before {
    display: none;
}
.section-three .wrap .col .col-3x {
    display: none;
}
.section-three .wrap .col .col-3x:nth-child(1),
.section-three .wrap .col .col-3x:nth-child(2),
.section-three .wrap .col .col-3x:nth-child(3) {
    display: block;
}
.slick-current {
    outline: none;
}
.single-item .slick-initialized .slick-slider {
    outline: none !important;
}
.section-for .wrap .col-right .col-right-block .col-right-row {
    margin-bottom: 2px;
    display: none;
}
.col-right-block .col-right-row:nth-child(1),
.col-right-block .col-right-row:nth-child(2),
.col-right-block .col-right-row:nth-child(3),
.col-right-block .col-right-row:nth-child(4),
.col-right-block .col-right-row:nth-child(5),
.col-right-block .col-right-row:nth-child(6),
.col-right-block .col-right-row:nth-child(7),
.col-right-block .col-right-row:nth-child(8),
.col-right-block .col-right-row:nth-child(9)
{
    display: block !important;
}
.svern3imp {
    display: block !important;
}
.seemorenew3 {
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: block;
    font-family: "DINPro";
    font-weight: bold;
    font-size: 14px;
    color: #e31d2a;
    text-decoration: underline;
    margin: 0 auto;
    margin-bottom: 2px;
}
#svern3 {
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: block;
    font-family: "DINPro";
    font-weight: bold;
    font-size: 14px;
    color: #e31d2a;
    text-decoration: underline;
    margin: 0 auto;
}
.tabl {
    position: absolute;
    top: 74px;
    left: 42%;
    width: 220px;
    height: 210px;
    font-family: "DINPro";
    font-weight: bold;
    font-size: 15px;
}
.tabl .tabl-weit {
    text-align: center;
    color: #fff;
    padding-top: 10px;
}
.tabl .table-record {
    padding-top: 35px;
}
.tabl .table-height {
    padding-top: 38px;
}
.tabl .table-old {
    padding-top: 38px;
}
.tabl .table-mass {
    padding-top: 42px;
}
.tabl .span-left {
    float: left;
    color: #fff;
    text-align: center;
    width: 25%;
}
.tabl .span-center {
    float: left;
    font-size: 18px;
    color: #000;
    text-align: center;
    width: 44%;
}
.tabl .span-right {
    float: left;
    color: #fff;
    text-align: right;
    width: 25%;
    text-align: center;
}
.slider-center {
    position: relative;
}
.col-bottom .col-left {
    width: 50%;
}
.col-bottom .col-left .col-2x {
    width: 49%;
    float: left;
    background-color: #1f1f1f;
    margin-right: 14px;
    text-align: center;
    height: 225px;
    background-position: center;
    height: 300px;
}
.col-bottom .col-left .col-2x img {
    height: 100%;
    width: 100%;
}
.col-bottom .col-left .col-2x:last-child {
    padding-top: 25px;
    box-sizing: border-box;
}
.col-bottom .col-left .col-2x:last-child {
    margin-right: 0 !important;
}
.col-bottom .col-right {
    width: 40%;
    float: right;
}
.col-bottom .col-right .col-right-block {
    height: 266px;
    color: #fff;
    background-color: #1f1f1f;
    padding-top: 17px;
    padding-left: 10px;
    padding-bottom: 17px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.col-bottom .col-right .col-right-block .seemorenew {
    display: block;
    margin-bottom: 0 auto;
    color: #d51d29;
    font-size: 14px;
    text-align: center;
    font-family: "DINPro";
    font-weight: bold;
}
.col-bottom .col-right .col-right-block h2 {
    text-align: center;
    margin-bottom: 20px;
}
.col-bottom .col-right .col-right-block .col-right-row {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 15px;
}
.col-bottom .col-right .col-right-block .col-right-row span {
    float: left;
    color: #c9c9c9;
    margin-right: 15px;
    padding-right: 10px;
    line-height: 28px;
}
.col-bottom .col-right .col-right-block .col-right-row p {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "DINPro-Regular";
    color: #fff;
}
.col-bottom .col-right .col-right-block .col-2x {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.col-bottom .col-right .col-right-block .col-2x img {
    width: 100%;
}


.menu .folder {
    colo
}
.wrapper-menu {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}
.wrapper-menu.open {
    transform: rotate(-45deg);
}
.line-menu {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 6px;
}
.line-menu.half {
    width: 50%;
}
.line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}
.open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
}
.line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}
.open .line-menu.end {
    transform: rotate(-90deg) translateX(-3px);
}
a {
    text-decoration: none;
    color: #f11f25;
    transition: color 0.3s ease;
}
a:hover {
    color: tomato;
}
#menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}
/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
    transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}
/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
}
#menu li {
    padding: 10px 0;
    font-size: 22px;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    transform: none;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menuToggle {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 98;
}
.wrapper-menu {
    display: none;
}
#menuToggle input:checked ~ span {
    background: #fff;
}
#menu {
    background: #000;
}
#menu li {
    border-bottom: 2px solid red;
    padding-left: 15px;
}
#menu a {
    color: #fff;
    font-family: "DINPro";
    font-weight: bold;}
#menuToggle input {
    z-index: 99;
}
#menuToggle {
    display: none;
}
.slick-slide {
    outline: none;
}
.slick-center {
    text-decoration: underline;
    text-decoration-color: #fff;
}
.tabl .span-center {
    font-family: "DINPro-Regular";
}
.section-for .news-wrap .h2-news {
    font-family: "DINPro-Bold";
    font-weight: bold;
}
.input-find::-webkit-input-placeholder {
    opacity: 0.4;
}
.input-find::-moz-placeholder {
    opacity: 0.4;
}
/* Firefox 19+ */
.input-find:-moz-placeholder {
    opacity: 0.4;
}
/* Firefox 18- */
.input-find:-ms-input-placeholder {
    opacity: 0.4;
}
.section-one .wrap2 .slider-other .wrap a {
    outline: none;
}
.slick-prev,
.slick-next {
    width: 43px;
    height: 72px;
}
.multiple-items .slick-slide:before {
    background: none;
}

.slider {
    position: relative;
}
.slider .decor {
    /*position: absolute;*/
    top: 0;
    width: 100%;
    height: 100%;
}
.slider .decor .dl {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    width: 162px;
    left: 0;
    top: 0;
    height: 100%;
    float: left;
    position: absolute;
}
.slider .decor .dr {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    width: 162px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
.regestretion form input:focus {
    border-color: #04304c;
}
#menu {
    padding-right: 20px;
    width: none !important;
}
#menu a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}
.section-one .slider-top .wrap {
    position: relative;
}
.section-one .slider-top .wrap .decor-2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-one .slider-top .wrap .decor-2 .decor-2l {
    left: 0;
    height: 100%;
    float: left;
    position: absolute;
    width: 33%;
}
.section-one .slider-top .wrap .decor-2 .decor-2r {
    right: 0;
    height: 100%;
    float: left;
    position: absolute;
    width: 33%;
}
.slick-dots {
    z-index: 99;
}
.section-three .wrap .col .col-3x {
    position: relative;
}
.section-three .wrap .col .col-3x .video1 {
    width: 100%;
    height: 215px;
    position: relative;
}
.section-three .wrap .col .col-3x .popul {
    position: absolute;
    top: -10px;
    right: 0;
    width: 100px;
    height: 20px;
    background-color: #e38516;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    font-family: "DINPro-Regular";
}
.section-three .wrap .col .col-3x .popu2 {
    position: absolute;
    top: 66px;
    left: 25%;
    height: 37%;
}
.section-three .wrap .col {
    padding-left: 15px;
    padding-right: 10px;
}
.section-one .slider-top .wrap .col-3x p {
    color: #000;
}
.slick-center p {
    color: #fff !important;
}
.p4 {
    border: 7px solid #f11f25;
    padding-right: 3px;
    line-height: 20px;
    box-sizing: border-box;
    width: 20%;
    height: 100%;
    float: right;
    background-color: #000;
}
.col-right-row p {
    padding-top: 5px;
}
.col-right-row:hover p {
    color: #fff !important;
}
.col-right-row-data {
    letter-spacing: 1px;
    font-size: 12px;
}
.col-right-row-data .main_news_data {
    margin-top: 3px;
}
.footer-right {
    text-align: right;
}
.right p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 45px;
}
.right .right1 {
    width: 80% !important;
    height: 85px !important;
    margin-bottom: 45px;
}
.right .right2 {
    width: 110px !important;
    height: 23px !important;
}
.right img {
    height: 30% !important;
}
.fighters_list {
    margin-right: -15px;
    margin-left: -15px;
}
.insta {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    box-sizing: border-box;
}
#popup-manager {
    font-family: DINPro-Regular;
}

/*sokich*/
a {
    outline: none;
}
.col-left {
    font-family: DINPro;
}
.main_news_data {
    margin-top: 2px; padding-right: 0;
    margin-right: 6px!important;

}
.main_news_img {
    height: 170px;
    width: 256px;
    background-color: rgba(255,255,255,.15);
    text-align: center;
    overflow: hidden;
    float: left;
    /*margin-right: 15px;*/
}
.main_news_img img {
    height: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
}
.main_news_bottom {
    /*position: absolute;*/
    bottom: 0px;
    /*margin-left: 271px;*/
    /*bottom: 11px;*/
    width: 100%;

}
.play_tre {
    width: 0; height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 6px solid transparent;
    float: left;
    padding-right: 4px;
}
#controller_wrap {
    font-family: DINPro;
}
#controller_wrap h1 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 0px 10px 0px ;
    box-sizing: content-box;
    font-family: DINPro-Bold;
    /*text-transform: uppercase;*/

}


#available_countries label {
    width: 24.5%
}


#user_profile #information .fieldset_title h3 {
    font-size: 1.25rem
}

#user_profile .block .details, #user_profile .block .details li {
    font-size: 0.875rem
}

.user-profile-header {
    background-color: #fff;
    margin-bottom: 30px
}

.user-profile-header .cover {
    width: 100%;
    height: 245px;
    position: relative;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0a0c1c;
    background-image: url(/templates/m1/images/profile_cover.jpg)
}

.user-profile-header .cover .avatar {
    width: 150px;
    position: absolute;
    bottom: -35px;
    left: 20px;
    border: 3px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    z-index: 2
}

.user-profile-header .cover .avatar img {
    max-width: 100%
}
.avatar img {
    vertical-align: top;
}

.user-profile-header .cover .info-box {
    position: absolute;
    bottom: 0;
    left: 170px;
    right: 0;
    background-color: rgba(0, 0, 0, .65);
    padding: 10px 25px;
    z-index: 1
}

.user-profile-header .cover .info-box h1 {
    font-size: 1.3rem;
    margin: 0 !important;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000
}

.user-profile-header .cover .info-box .box-details {
    margin-top: 10px;
    color: #fff;
    font-size: 0.9375rem;
    text-shadow: 1px 1px 1px #000
}

.user-profile-header .cover .info-box .box-details .list-inline-item + .list-inline-item {
    margin-left: 2rem
}

.user-profile-header .cover .info-box .box-details .online {
    color: orange
}

.user-profile-header .nav-profile {
    padding: 15px 20px 15px 195px
}

.user-profile-header .nav-profile:after {
    content: "";
    display: table;
    clear: both
}

.user-profile-header .nav-profile .nav-item {
    float: left
}

.user-profile-header .nav-profile .nav-item + .nav-item {
    margin-left: .5rem;
    padding-left: .5rem;
    border-left: 1px solid rgba(0, 0, 0, .2)
}

.user-profile-header .nav-profile .nav-link {
    color: #000;
    font-size: 1.1rem;
    line-height: 1
}

.user-profile-header .nav-profile .nav-link:hover {
    color: #a65fe8
}

.user-profile-header .nav-profile .nav-link.active {
    color: orange
}

.balance-info + .balance-info {
    margin-top: 15px
}

#user_profile_tabs {

}

#user_profile_tabs .nav-tabs {
    width: 100%
}

.balance-info {
    background-color: #fff
}
.hidden-lg-up {
    display: none !important;}

#user_profile_tab_content {
    margin: 0 0 40px;
    background-color: #fff;
    padding: 20px;
    position: relative;
}
.form-tabs {

}

/* Breadcrumbs ============================================================== */

#breadcrumbs {
    margin-bottom: 10px;
    /*background: #1e1e1e; */
    padding:0 10px 0px 0px;
    position: relative;
    color: #aaa;}

#breadcrumbs ul, #breadcrumbs li { margin:0; padding:0; list-style: none; }

#breadcrumbs ul{
    overflow: hidden;
    position: relative;
}
#breadcrumbs > ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
#breadcrumbs ul li {
    font-size: 12px;
    color: #aaa;
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    vertical-align: middle;
}

#breadcrumbs ul li a {
    color:#fff;
}

#breadcrumbs ul li a:hover {
    color:#f11f25;
    text-decoration: none;
}

#breadcrumbs ul li.sep {
    padding:0 10px;
    width: 4px;
    background: url("../images/nav-arrow-right-light.png") no-repeat center center;
}

#breadcrumbs ul li.home {
    width: 16px;
}

#breadcrumbs ul li.home a {
    display:block;
    width:16px;
    height:32px;
    background: url("../images/nav-home.png") no-repeat left center;
}



/* =============== FIghters ===================*/
.description_bg {
    display: none;
}
.fighter_prom_logo {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
}
.fighter_name {
    font-weight: bold;
    text-align: left;
    padding: 5px 0px;
    /*position: absolute;*/
    /*bottom: 40px;*/
    left: 10px;
    font-family: DINPro-Bold;
    font-size: 22px;
    z-index: 1;
    color: #fff;
}
.fighter_name .name {
    font-size: 36px;
    margin-bottom:20px;
    text-transform: uppercase;
}
.fighter_name .record {
    color: #d4d4d4;
    font-family: DINPro;
    font-size: 16px;
    padding-bottom:4px;

}
.fighters_item {
    background: url("../images/bitmap3.png")no-repeat;
    /*height: 300px;*/
    margin-bottom: 40px;
}
.fighters_item .mask {
    position: absolute;
    height: 40%;
    width: 100%;
    background-image: url('../images/figher_mask.png');
    overflow: hidden;
}
.fighter__progress-name {
    font-family: DINPro-Bold;
    font-size: 16px;
    color: white;
    margin-top: 8px;
}
.fighter__progress-val {
    position: absolute;
    color: white;
    font-family: DINPro-Bold;
    top: 0;
    display: flex;
    margin: 0;
    font-size: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fighter__progress canvas, .fighter__progress-val {
     width: 100%;
     height: 100%;
    margin-left: -15px;
    margin-top: -14px;
}
.circle {text-align: center}



#widget_pos_right-top a{
    color: #aaaaaa;

}

.login_form label {
    color: #fff!important;
}
.login_form h3 {
    margin-bottom: 10px;
    font-family: DINPro;
    font-size: 14px;
    color: #c7c7c7;
}

.bg-dark {
    background: none!important;
}
.navbar {
   padding: 0px;
}
.navbar-brand {
    font-family: "1";
    font-size: 16px;
    margin-right: 3rem;
}
.header-wrap {
    font-family: DINPro;
}
.section-for .row {
    /*margin-right: -21px;*/
}
.social .col-12 p {color: white; font-family: DINPro-Bold; padding-bottom: 24px; text-transform: uppercase; text-align: center}
.social .item {background: #1c1d1e;  position: relative; margin-right: 10px; padding: 10px}
.social .item:nth-last-child(1) {margin-right: 0px;}
.social  .box{
    box-model: border-box;
    border: 0px solid red;
    background-clip:padding-box;
}

/*.social .col-12:nth-child(1) {*/
    /*!*padding-right: 5px;*!*/
/*}*/
/*.social .col-12:nth-child(4) .item {*/
   /*margin-right: 0px!important;*/
/*}*/
.pages_item {
    font-family: DINPro;
    color: #fff;

}
.pages_item .value {
    line-height: 22px;
}
.pages_item strong {
    font-family: DINPro-Bold;
}
.pages_item .text-secondaty2 strong {
    color: black;
}
.pages_item .btn-group button:hover {
    display: block;
    background: #a80303;
    color: #fff!important;
}
.section-for .news .col-md-4 {
    padding-left: 10px;
}
.section-for .news .fighters_list .col-md-4 {
    padding-left: 17px;
}

.pages_item .col-md-4 {
    padding-left: 0px!important;
}
.section-for .col-sm-12 {
    /*padding-left: 15px;*/
}
/*.social .col-12 { padding-left: 10px; padding-right: 10px; padding-top: 10px; margin-left: -5px; margin-right: -5px}*/

#vk_widget, #vk_groups {
    width: 100%;
}
.content_item {
    font-family: DINPro-Regular;
}

/*page about*/
.card-body strong {font-weight: Bold; color: black; font-size: 20px; padding-bottom: 0px; font-family: DINPro-Bold}
.card-body h3 {font-weight: Bold; color: black}
.card-body p { color: black; }
.col-md-6 .card{border: 0px}
.text-dark {color: #585858 !important; padding-bottom: 10px; font-style: italic}
.content_item .value .bold {font-family: DINPro-Bold!important; color: white; display: inline-block}
.text-secondary2 {color: #0a0c1c}

/**/
.video_button {
    font-size: 11px;
    border-radius: 3px;
    background: #a80303;
    color: #fff;
    width: 57px;
    padding: 5px;
    line-height: 11px;
    height: 21px;
    text-align: right;
    font-weight: bold;}


header .header-wrap .hover {
    box-sizing: border-box;
    /*display: none;*/
    background-color: #000;
    z-index: 10;
    width: auto;

    position: absolute;
    top: 50px;
    left: 0px;header .menu,
              header .menu li { margin:0; padding:0; list-style: none; background:none; }
label {
    color: white;
    padding-bottom: 4px;
    margin-top: 5px;
}
hr {
    border: none; /* Убираем границу */
    background-color: #404040; /* Цвет линии */
    color: #404040; /* Цвет линии для IE6-7 */
    height: 1px; /* Толщина линии */
}
/*Navigation*/
.nav-item {
    font-family: DINPro-Bold;
    text-transform: uppercase;
    color: #fff;

}
.nav-item a span {
    font-family: DINPro-Bold; text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 15px;
}


header .menu .item{
    /*background-image: url("../images/icons/bullet_arrow_down.png");*/
    background-repeat: no-repeat;
    background-position: 5px center;

}

header .menu > li {
    float: left;

    /*padding-left:5px;*/
}

header .menu > li > a {
    display: block;
    padding: 0 5px;
    color:#ecf0f1;
    text-decoration: none;
    font-size: 12px;
}
header .menu > li > a span.wrap > span.counter {
    margin: 0 0 0 5px;
    color: #f11f25;
}
header .menu > li > a span.wrap > span.counter:before {
    content: '(';
}
header .menu > li > a span.wrap > span.counter:after {
    content: ')';
}
header .menu > li > a:hover {
    color:#FFF;
}

header .menu > li.active > a { color:white; }
header .menu > li.active > a:hover { color:white; }
header .menu > li.active > ul a:hover { color:#EEE; }

header .menu ul li a,
header .menu li.active ul li a {
    text-shadow: none;
    text-decoration: none;
    padding-right: 10px;
    font-size: 12px;
}

header .menu li ul li.active a{ color:white; }
header .menu li ul li.active a:hover { color:white; }

header .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

header .menu ul {
    position: absolute;
    top: 99%;
    left: -15px;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li {
    float: none;
    border-bottom: solid 1px rgba(87, 87, 87, 0.5);
    background-color: #000;
    color: #FFF;
}

header .menu ul li:last-child {
    border-bottom: none;
}

header .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    color:#A3CAE0;
}

header .menu ul li:hover > a { background-color: #224674; color: #FFF; }

header .menu ul ul {
    top: 0px;
    left: 90%;
}

header .menu li:hover > ul {
    visibility: visible;
}

header .menu ul { width:250px; }

header .menu ul li:last-child,
header .menu ul li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li:first-child,
header .menu ul li:first-child a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

header .menu > .folder a {
    padding-right: 8px;
}



html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html{
    background: #1c1d1e;
}

body {
    height: 100% !important;
    line-height: 1;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
header {
    width: 100%;
    background-color: #000000;
    position: relative;
}
header .header-wrap {
    position: relative;
    height: 100%;
    width: 1280px;
    margin: 0 auto;
}
header .header-wrap .logo {
    position: absolute;
    left: 0;
    top: 5px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding-left: 20px;
    font-family: "1";
    font-size: 15px;
    line-height: 16px;
}
header .header-wrap .logo a {
    display: inline-block;
}
header .header-wrap .nav {
    position: absolute;
    top: 0;
    left: 200px;
}
header .header-wrap .nav ul li {
    float: left;
}
header .header-wrap .nav ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "DINPro-Bold";
    font-weight: bold;
}
header .header-wrap .nav ul li a:hover {
    background-color: #a80303;
}
header .header-wrap .nav ul li.active {
    background-color: #a80303;
}
header .header-wrap .afocus {
    position: relative;
}
header .header-wrap .hover {
    box-sizing: border-box;
    /*display: none;*/
    background-color: #000;
    z-index: 10;
    width: 150px;
    position: absolute;
    top: 50px;
    left: 0px;
    color: #fff;
    font-size: 14px;
    font-family: "DINPro";
    font-weight: bold;
}
header .header-wrap .hover li {
    width: 100%;
}
header .header-wrap .find {
    position: absolute;
    right: 5px;
    margin-top: 10px;
}
#search .input-find {
    width: 90px!important;
}
#search img.finde-zoom {
    position: absolute;
    background: none;
    margin-left: -30px;
    background: white;
}
#search [type="button"] {
    -webkit-appearance: none;
    margin-top: -12px;
    cursor: pointer;
}
header .header-wrap .widget_ajax_wrap {
    float: right;
    font-family: DINPro-Regular;
}
.widget_ajax_wrap .title {

    font-family: DINPro-Bold;
}


header .header-wrap .find form {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}
header .header-wrap .find form .input-find {
    width: 90px;
    height: 26px;
    border: none;
    padding-left: 14px;
    border-radius: 4px;
    position: relative;
    float: left;
    outline: none;
}
header .header-wrap .find form a {
    position: absolute;
    margin-left: -23px;
    top: 8px;
}
header .header-wrap .find .log-in {
    overflow: hidden;
    padding-left: 15px;
    position: relative;
    width: 88px;
    height: 26px;
    text-decoration: none;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    font-family: "DINPro-Regular";
    background: #f24e5c;
    background: -moz-linear-gradient(top, #f24e5c 0%, #c4253a 43%, #a50920 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f24e5c), color-stop(43%, #c4253a), color-stop(100%, #a50920));
    background: -webkit-linear-gradient(top, #f24e5c 0%, #c4253a 43%, #a50920 100%);
    background: -o-linear-gradient(top, #f24e5c 0%, #c4253a 43%, #a50920 100%);
    background: -ms-linear-gradient(top, #f24e5c 0%, #c4253a 43%, #a50920 100%);
    background: linear-gradient(to bottom, #f24e5c 0%, #c4253a 43%, #a50920 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24e5c', endColorstr='#a50920', GradientType=0);
    color: #fff;
    border-radius: 4px;
    float: left;
}
header .header-wrap .find .log-in img {
    position: absolute;
    top: 5px;
    left: 10px;
}

header .header-wrap .find input {
    font-family: "PT Sans";
}

header .header-wrap:before {
    content: "";
    height: 50px;
    width: 100%;
    right: 100%;
    top: 0;
    margin-right: -205px;
    position: absolute;
    background-color: #a80303;
    -webkit-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    transform: skewX(-30deg);
}
.slider div {
    box-sizing: border-box;
}
.slider div img {
    max-width: 100%;
    width: 100%;
}

.section-one .slider-top {
    height: 40px;
    width: 100%;
    background: #fc1f1f;
    background: -moz-linear-gradient(left, #fc1f1f 0%, #96194d 47%, #7b185a 72%, #5d1669 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fc1f1f), color-stop(47%, #96194d), color-stop(72%, #7b185a), color-stop(100%, #5d1669));
    background: -webkit-linear-gradient(left, #fc1f1f 0%, #96194d 47%, #7b185a 72%, #5d1669 100%);
    background: -o-linear-gradient(left, #fc1f1f 0%, #96194d 47%, #7b185a 72%, #5d1669 100%);
    background: -ms-linear-gradient(left, #fc1f1f 0%, #96194d 47%, #7b185a 72%, #5d1669 100%);
    background: linear-gradient(to right, #fc1f1f 0%, #96194d 47%, #7b185a 72%, #5d1669 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc1f1f', endColorstr='#5d1669', GradientType=1);
}
.section-one .slider-top .wrap {
    width: 1280px;
    margin: 0 auto;
}
.section-one .slider-top .wrap .col-3x {
    float: left;
    width: 33.3%;
    text-align: center;
    line-height: 40px;
    font-size: 17px;
    font-family: "DINPro-Bold";
    cursor: pointer;
    /*font-weight: bold;*/
}
.section-one .slider-top .wrap .col-3x-active {
    color: #fff;
    font-family: "DINPro";
    font-weight: bold;
    text-decoration: underline;
}
.section-one .wrap2 {
    width: 1280px;
    margin: 0 auto;
}
.section-one .wrap2 .slider-center {
    height: 380px;
    background-image: url("../images/vs-big.png");
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
}
.section-one .wrap2 .slider-center .col-2x {
    width: 50%;
    float: left;
}
.section-one .wrap2 .slider-center .col-2x img {
    height: 293px;
}
.section-one .wrap2 .slider-center .col-2x p {
    text-align: center;
    line-height: 50px;
    font-size: 27px;
    color: #fff;
    font-family: "DINPro";
    font-weight: bold;
}
.section-one .wrap2 .slider-center .col-2x-right {
    text-align: right;
    padding-top: 20px;
    padding-right: 210px;
    box-sizing: border-box;
}
.section-one .wrap2 .slider-center .col-2x-right img {
    display: inline-block;
    text-align: center;
}
.section-one .wrap2 .slider-center .col-2x-right a {
    /*display: inline-block;*/
}
.section-one .wrap2 .slider-center .col-2x-left {
    padding-top: 20px;
    padding-left: 210px;
    box-sizing: border-box;
}
.section-one .wrap2 .slider-center .col-2x-left a {
    /*float: left;*/
    /*text-align: center;*/
}
.section-one .wrap2 .slider-other .wrap a {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-family: "DINPro-Regular";
}
.section-one .wrap2 .slider-other .slider-left {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.section-one .wrap2 .slider-other .slider-left img {
    display: inline-block;
    height: 115px;
}
.section-one .wrap2 .slider-other .slider-right {
    width: 50%;
    float: right;
    box-sizing: border-box;
}
.section-one .wrap2 .slider-other .slider-right img {
    display: inline-block;
    height: 115px;
}
.section-one .wrap2 .slider-other .block {
    background-image: url("../images/vs-small.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
}
.section-one .wrap2 .slider-other .block .col-2x {
    width: 50%;
    float: left;
    text-align: center;
}
.section-one .wrap2 .slider-other .block .col-2x-left {
    padding-top: 36px;
    padding-left: 100px;
    box-sizing: border-box;
}
.section-one .wrap2 .slider-other .block .col-2x-left a{
    text-decoration: none;
    font-size: 16px;
}
.section-one .wrap2 .slider-other .block .col-2x-right a{
    text-decoration: none;
    font-size: 16px;
}
.section-one .wrap2 .slider-other .block .col-2x-left p {
    color: #fff;
    font-family: "DINPro-Regular";
    line-height: 36px;
    padding-left: 9px;

}
.section-one .wrap2 .slider-other .block .col-2x-right {
    padding-top: 36px;
    padding-right: 100px;
    box-sizing: border-box;
}
.section-one .wrap2 .slider-other .block .col-2x-right p {
    color: #fff;
    font-family: "DINPro-Regular";
    line-height: 36px;
    margin-left: -20px;
}
.section-three {
    background-color: #000;
}
.section-three .wrap {
    width: 1280px;
    margin: 0 auto;

}
.section-three .wrap .section-three-nav {
    margin-bottom: 35px;
    padding-top: 15px;
}
.section-three .wrap .section-three-nav a:first-child {
    background-color: black;
}
.section-three .wrap .section-three-nav a {
    float: left;
    text-decoration: none;
    height: 35px;
    background-color: #f11f25;
    color: #fff;
    line-height: 35px;
    font-size: 20px;
    padding-left: 17px;
    padding-right: 17px;
    margin-right: 3px;
    font-family: "DINPro";
    font-weight: bold;
}
.section-three .wrap .section-three-nav .a1 {
    width: 7%;
}
.section-three .wrap .section-three-nav .a2 {
    width: 12%;
    font-family: "DINPro-Regular";
}
.section-three .wrap .section-three-nav .a3 {
    width: 15%;
    font-family: "DINPro-Regular";
}
.section-three .wrap .section-three-nav .a4 {
    width: 54%;
    text-align: right;
    font-family: "DINPro-Regular";
}
.section-three .wrap .col .col-3x {
    width: 32.1%;
    float: left;
    color: #fff;
    margin-right: 21px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.section-three .wrap .col .col-3x .video-coment {
    padding-top: 10px;
}
.section-three .wrap .col .col-3x .video-coment img {
    float: left;
    margin-right: 10px;
}
.section-three .wrap .col .col-3x .video-coment p {
    font-size: 14px;
    font-family: "DINPro";
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 17px;
}
.section-three .wrap .col .col-3x .video-coment .video-coment-left {
    font-size: 14px;
    color: #c11722;
    font-family: "DINPro";
    font-weight: bold;
}
.section-three .wrap .col .col-3x .video-coment .video-data-right {
    font-size: 14px;
    color: #6d6d6d;
    float: right;
    font-family: "DINPro";
    font-weight: bold;
}
.section-three .wrap .col .col-3x:nth-child(3n+3) {
    margin-right: 0px;
}
.section-three .wrap .col .seeMore {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #94999f;
    font-size: 18px;
    font-family: "DINPro-Regular";
}
.slider-other .seeMore {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-family: "DINPro-Regular";
    border: solid 1px #f11f25;
    padding: 5px 0px 9px 0px;
    width:220px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 35px;
    border-radius: 3px;
    line-height: 18px;
    text-decoration: none;
}
.section-three .wrap .col #svern {
    text-align: center;
    display: none !important;
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-family: "DINPro-Regular";
}
.section-three .wrap .col #svern2 {
    text-align: center;
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-family: "DINPro-Regular";
}
.section-three .wrap .col .seeMore2 {
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #fff;
    font-size: 18px;
    font-family: "DINPro-Regular";
}
.section-for {
    /*background-color: #000;*/
}

/*.news .col-md-8 {*/
/*padding-left: 0px;*/
/*padding-right: 10px;*/
/*}*/
/*.news .col-md-4 {*/
/*padding-right: 0px;*/
/*padding-left: 0px;*/
/*}*/
.section-for .news-wrap .h2-news {
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
    float: left;
    /*width: 22%;*/
    font-family: DINPro-Bold;
    font-weight: bold;
    /*padding-left: 15px;*/
}
.section-for .news-wrap .h2-new-line {
    margin-left: 10px;
    width: 75%;
    height: 2px;
    background-color: red;
    margin-top: 10px;
    margin-bottom: 30px;
    float: right;
}
.section-for .wrap {
    margin: 0 auto;
}
.section-for .wrap .col-left {
    /*!*width: 59.2%;*!*/
    /*float: left;*/
    /*!*padding-left: 15px;*!*/
    /*box-sizing: border-box;*/
}
.section-for .wrap .col-left .col-left-row {
    /*display: block;*/
    background-color: #1f1f1f;
    margin-bottom: 10px;
    padding-top: 10px;
    margin-left: 0px;
    padding-bottom: 10px;
    text-decoration: none;

}
.section-for .wrap .col-left .col-left-row img {
    float: left;
    margin-right: 15px;
}
.section-for .wrap .col-left .col-left-row h2 {
    font-size: 17px;
    font-family: "DINPro-Bold";
    color: #ececec;
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 5px;
    /*padding-left: 222px;*/
}
.section-for .wrap .col-left .col-left-row h2:hover {
    font-family: "DINPro-Bold";
    color: #fff;
    text-align: left;
    margin-bottom: 15px;
    /*padding-left: 222px;*/
}
.section-for .wrap .col-left .col-left-row p {
    padding-right: 5px;
    color: #aaaaaa;
    margin-bottom: 13px;
    /*padding-left: 222px;*/
    padding-top: 2px;
    line-height: 17px;
    font-size: 14px;
}
.section-for .wrap .col-left .col-left-row .col-left-row-data {
    font-size: 12px;
    color: #c9c9c9;

}
.section-for .wrap .col-left .col-left-row .col-right-row-name {
    /*margin-left: 45px;*/
    /*margin-right: 20px;*/
    position: relative;
    font-size: 14px;
    color: #e31d2a;
    font-weight: bold;

}
.section-for .wrap .col-left .col-left-row .col-right-row-name .col-right-row-v2 {
    /*position: absolute;*/
    /*top: -1px;*/
    /*right: -90px;*/
    /*width: 50px;*/
    /*height: 14px;*/
    /*background-color: #e31d2a;*/
    /*line-height: 1px;*/
    /*font-size: 12px;*/
    /*color: #fff;*/
    /*padding-top: 5px;*/
    /*line-height: 12px;*/
    /*padding-left: 5px;*/
    /*padding-bottom: 2px;*/
    /*padding-right: 5px;*/
    /*border-radius: 3px;*/
    /*font-weight: normal;*/
    /*box-sizing: content-box;*/
}
.section-for .wrap .col-left .col-left-row .col-right-row-name .col-right-row-v2 img {
    margin-right: 3px;
    margin-left: 2px;
}
.section-for .wrap .col-left .col-left-row .col-right-video {
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
    width: 60px;
    height: 16px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: "DINPro-Regular";
    background-color: #e31d2a;
}
.section-for .wrap .col-right {
    /*width: 40%;*/
    float: right;
    padding-right: 0px;
}
.section-for .wrap .col-right .col-right-block {
    color: #fff;
    background-color: #1f1f1f;
    padding-top: 17px;
    padding-left: 10px;
    padding-bottom: 17px;
    margin-bottom: 10px;
    /*margin-right: 10px;*/
    font-family: DINPro;
}
.section-for .wrap .col-right .col-right-block .seemorenew {
    display: block;
    margin-bottom: 0 auto;
    color: #d51d29;
    font-size: 14px;
    text-align: center;
    font-family: "DINPro";
    font-weight: bold;
}
.section-for .wrap .col-right .col-right-block h2 {
    text-align: center;
    margin-bottom: 20px;
    font-family: "DINPro" !important;
    font-weight: bold;
}
.section-for .wrap .col-right .col-right-block .col-right-row {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}
.section-for .wrap .col-right .col-right-block .col-right-row .col-right-row-v {
    position: absolute;
    top: 25px;
    left: 2px;
    width: 48px;
    height: 14px;
    padding-left: 5px;
    background-color: #e31d2a;
    line-height: 12px;
    font-size: 12px;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 2px;
    border-radius: 3px;
}
.section-for .wrap .col-right .col-right-block .col-right-row .col-right-row-v img {
    margin-right: 4px;
    margin-left: 2px;
}
.section-for .wrap .col-right .col-right-block .col-right-row span {
    float: left;
    color: #a4a4a4;
    margin-right: 5px;
    padding-right: 10px;
    line-height: 28px;
}
.section-for .wrap .col-right .col-right-block .col-right-row p {
    margin-bottom: 31px;
    font-size: 14px;
    font-family: "DINPro-Regular";
    color: #aaaaaa;
    line-height: 16px;
    padding-right: 10px;
    height: 40px;
    overflow: hidden;
}
.section-for .wrap .col-right .col-right-block .col-2x {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.section-for .wrap .col-right .col-right-block .col-2x img {
    width: 100%;
}
footer {
    height: 125px;
    background-color: #1c1d1e;
    border-top: 2px solid #770008;
    padding-top: 15px;
    margin-top: 20px;

}
footer .wrap-footer {
    width: 1280px;
    margin: 0 auto;
    padding-top: 15px;
}
footer .wrap-footer .footer-left {
    width: 67%;
    float: left;
}
footer .wrap-footer .footer-left .col-3x {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
    padding-left: 18%;
}
footer .wrap-footer .footer-left .col-3x a {
    display: inline-block;
    color: #7b7b7b;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
}
footer .wrap-footer .footer-left .col-3x a:hover {
    color: red;
}
footer .wrap-footer .footer-left .col-3x p {
    color: #7b7b7b;
    line-height: 25px;
    font-family: "PTSansRegular";
    padding-top: 10px;
}
footer .wrap-footer .footer-left .col-3x a {
    font-family: "PTSansRegular";
}
footer .wrap-footer .footer-left .col-3x:first-child {
    padding-left: 2% !important;
}
footer .wrap-footer .footer-right {
    width: 33%;
    float: right;
}
footer .wrap-footer .footer-right .footer-social .footer-social-bottom .footer-cosial-bottom-icon {
    width: 50px;
    height: 50px;
    background-color: red;
    text-decoration: none;
}
footer .footer-social-top {
    margin-bottom: 5px;
}
footer .footer-social-top a {
    float: right;
    display: inline-block;
}
footer .footer-social-top a img {
    width: 100%;
}
footer .footer-cosial-bottom-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    border: 2px solid #494a4b;
    border-radius: 50%;
    text-decoration: none;
}
footer .footer-cosial-bottom-icon:hover {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 15px;
    border: 2px solid red;
    border-radius: 50%;
    text-decoration: none;
}
footer .footer-social-bottom-f {
    background-image: url("../images/facebook-16.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 35px;
}
footer .footer-social-bottom-vk {
    background-image: url("../images/vk-16.png");
    background-repeat: no-repeat;
    background-position: center;
}
footer .footer-social-bottom-t {
    background-image: url("../images/twitter-16.png");
    background-repeat: no-repeat;
    background-position: center;
}
footer .footer-social-bottom-od {
    background-image: url("../images/odn.png");
    background-repeat: no-repeat;
    background-position: center;
}
footer .footer-social-bottom-in {
    background-image: url("../images/instagram-6-16.png");
    background-repeat: no-repeat;
    background-position: center;
}
footer .footer-social-bottom-te {
    background-image: url("../images/telegram.png");
    background-repeat: no-repeat;
    background-position: center;
}
.multiple-items .slick-slide, .multiple-items2 .slick-slide {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
    outline: none;
}
.multiple-items .slick-slide.slick-current:before, .multiple-items2 .slick-slide.slick-current:before {
    background: rgba(0, 0, 0, 0);
}
.multiple-items2 .slick-slide.slick-current:before {
    background: none!important;
}
.multiple-items .slick-slide:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.multiple-items2 .slick-slide:before {
    /*position: absolute;*/
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.multiple-items .slick-prev, .multiple-items2 .slick-prev  {
    top: 160px;
    left: 162px;
    z-index: 4;
}
.multiple-items .slick-next, .multiple-items2 .slick-next {
    top: 160px;
    right: 162px;
    z-index: 4;
}
.multiple-items .slick-prev:before, .multiple-items2 .slick-prev:before {
    content: url("../images/arrow-left.png");
    top: 160px;
}
.multiple-items .slick-next:before, .multiple-items2 .slick-next:before {
    content: url("../images/arrow-right.png");
    top: 160px;
}
.slick-prev:before {
    content: url("../images/arrow-small-left.png");
}
.slick-next:before {
    content: url("../images/arrow-small-rightt.png");
}
.slick-prev,
.slick-next {
    top: -18px;
}
.slick-prev {
    left: 55px;
    background-repeat: no-repeat;
}
.slick-next {
    right: 55px;
    background-repeat: no-repeat;
}
.fancybox-close-small:after {
    content: url("../images/fancyboxclose.png");
    background-repeat: no-repeat;
    background: none;
    background-color: none;
}
.fancybox-close-small {
    top: -40px;
    right: -40px;
    background: none;
    background-color: none;
}
.regestretion {
    overflow: unset;
    display: none;
    width: 330px;
    height: 440px;
    background-color: #fff;
    padding-top: 25px;
    text-align: center;
    border-radius: 5px;
}
.regestretion h2 {
    font-size: 23px;
    margin-bottom: 15px;
}
.regestretion p {
    font-size: 14px;
    padding-left: 35px;
}
.regestretion .line {
    width: 95px;
    height: 1px;
    background-color: #777777;
    margin: 30px auto 18px auto;
}
.regestretion form {
    margin-bottom: 25px;
}
.regestretion form p {
    margin-bottom: 10px;
    padding-left: 60px;
    font-size: 14px;
    font-family: "DINPro-Regular";
    text-align: left;
}
.regestretion form button {
    width: 205px;
    height: 43px;
    background-color: #d0021b;
    border: none;
    border-radius: 5px;
    font-size: 20px;
    color: #fff;
    font-family: "DINPro-Regular";
    margin-top: 15px;
    outline: none;
}
.regestretion form input {
    width: 205px;
    height: 40px;
    margin-bottom: 25px;
    border-radius: 10px;
    border: 2px solid #cdcdcd;
    outline: none;
    padding-left: 40px;
    box-sizing: border-box;
    font-family: "DINPro-Regular";
}
.regestretion form .input1 {
    background-image: url("../images/@.png");
    background-repeat: no-repeat;
    background-position: 10px;
}
.regestretion form .input2 {
    background-image: url("../images/lock.png");
    background-repeat: no-repeat;
    background-position: 10px;
}
.regestretion a {
    color: #04304c;
}
.regestretion span {
    font-family: "DINPro-Regular";
}
.regestretion2 {
    width: 330px;
    height: 425px;
    background-color: #fff;
    padding-top: 25px;
    text-align: center;
}
button.fancybox-close-small:after {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 15px;
}
button.fancybox-close-small:hover {
    background: none;
}
.slick-dots li.slick-active button:before {
    width: 17px;
    height: 17px;
    background-color: red;
    border-radius: 50%;
    opacity: 1;
    top: -2px;
    color: red;
}
.slick-dots li button:before {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
    background-color: #fff;
}
.slick-dots {
    bottom: 0;
}
.fancybox-close-small:hover:after {
    background: none;
}
header .header-wrap .find .log-in {
    overflow: none;
}
.gumburger {
    display: none;
}
.gumburgerimg {
    display: none !important;
}
.slider-ob {
    display: none;
}
.slider-ob:nth-child(-n+4) {
    display: block;
}

.slider-other.opened .block {
    display: block;
}
.slider-ob.opened {
    display: block;
    transition: transform 0.7s;
}
.slick-current p {
    color: #fff;
}
.single-item2 .slick-arrow:before {
    display: none;
}
.section-three .wrap .col .col-3x {
    display: none;
}
.section-three .wrap .col .col-3x:nth-child(1),
.section-three .wrap .col .col-3x:nth-child(2),
.section-three .wrap .col .col-3x:nth-child(3) {
    display: block;
}
.slick-current {
    outline: none;
}
.single-item .slick-initialized .slick-slider {
    outline: none !important;
}
.section-for .wrap .col-right .col-right-block .col-right-row {
    margin-bottom: 2px;
    display: none;
}
.col-right-block .col-right-row:nth-child(1),
.col-right-block .col-right-row:nth-child(2),
.col-right-block .col-right-row:nth-child(3),
.col-right-block .col-right-row:nth-child(4),
.col-right-block .col-right-row:nth-child(5),
.col-right-block .col-right-row:nth-child(6),
.col-right-block .col-right-row:nth-child(7),
.col-right-block .col-right-row:nth-child(8),
.col-right-block .col-right-row:nth-child(9)
{
    display: block !important;
}
.svern3imp {
    display: block !important;
}
.seemorenew3 {
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: block;
    font-family: "DINPro";
    font-weight: bold;
    font-size: 14px;
    color: #e31d2a;
    text-decoration: underline;
    margin: 0 auto;
    margin-bottom: 2px;
}
#svern3 {
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: block;
    font-family: "DINPro";
    font-weight: bold;
    font-size: 14px;
    color: #e31d2a;
    text-decoration: underline;
    margin: 0 auto;
}
.tabl {
    position: absolute;
    top: 74px;
    left: 42%;
    width: 220px;
    height: 210px;
    font-family: "DINPro";
    font-weight: bold;
    font-size: 15px;
}
.tabl .tabl-weit {
    text-align: center;
    color: #fff;
    padding-top: 10px;
}
.tabl .table-record {
    padding-top: 35px;
}
.tabl .table-height {
    padding-top: 38px;
}
.tabl .table-old {
    padding-top: 38px;
}
.tabl .table-mass {
    padding-top: 42px;
}
.tabl .span-left {
    float: left;
    color: #fff;
    text-align: center;
    width: 25%;
}
.tabl .span-center {
    float: left;
    font-size: 18px;
    color: #000;
    text-align: center;
    width: 44%;
}
.tabl .span-right {
    float: left;
    color: #fff;
    text-align: right;
    width: 25%;
    text-align: center;
}
.slider-center {
    position: relative;
}
.col-bottom .col-left {
    width: 50%;
}
.col-bottom .col-left .col-2x {
    width: 49%;
    float: left;
    background-color: #1f1f1f;
    margin-right: 14px;
    text-align: center;
    height: 225px;
    background-position: center;
    height: 300px;
}
.col-bottom .col-left .col-2x img {
    height: 100%;
    width: 100%;
}
.col-bottom .col-left .col-2x:last-child {
    padding-top: 25px;
    box-sizing: border-box;
}
.col-bottom .col-left .col-2x:last-child {
    margin-right: 0 !important;
}
.col-bottom .col-right {
    width: 40%;
    float: right;
}
.col-bottom .col-right .col-right-block {
    height: 266px;
    color: #fff;
    background-color: #1f1f1f;
    padding-top: 17px;
    padding-left: 10px;
    padding-bottom: 17px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.col-bottom .col-right .col-right-block .seemorenew {
    display: block;
    margin-bottom: 0 auto;
    color: #d51d29;
    font-size: 14px;
    text-align: center;
    font-family: "DINPro";
    font-weight: bold;
}
.col-bottom .col-right .col-right-block h2 {
    text-align: center;
    margin-bottom: 20px;
}
.col-bottom .col-right .col-right-block .col-right-row {
    display: inline-block;
    text-decoration: none;
    width: 100%;
    margin-bottom: 15px;
}
.col-bottom .col-right .col-right-block .col-right-row span {
    float: left;
    color: #c9c9c9;
    margin-right: 15px;
    padding-right: 10px;
    line-height: 28px;
}
.col-bottom .col-right .col-right-block .col-right-row p {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "DINPro-Regular";
    color: #fff;
}
.col-bottom .col-right .col-right-block .col-2x {
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.col-bottom .col-right .col-right-block .col-2x img {
    width: 100%;
}
.wrapper-menu {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}
.wrapper-menu.open {
    transform: rotate(-45deg);
}
.line-menu {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 6px;
}
.line-menu.half {
    width: 50%;
}
.line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}
.open .line-menu.start {
    transform: rotate(-90deg) translateX(3px);
}
.line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}
.open .line-menu.end {
    transform: rotate(-90deg) translateX(-3px);
}
a {
    text-decoration: none;
    color: #f11f25;
    transition: color 0.3s ease;
}
a:hover {
    color: tomato;
}
#menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}
#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}
/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #cdcdcd;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
    transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}
/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}
/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}
/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}
/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
    position: absolute;
    margin: -100px 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
}
#menu li {
    padding: 10px 0;
    font-size: 22px;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
    transform: none;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
#menuToggle {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 98;
}
.wrapper-menu {
    display: none;
}
#menuToggle input:checked ~ span {
    background: #fff;
}
#menu {
    background: #000;
}
#menu li {
    border-bottom: 2px solid red;
    padding-left: 15px;
}
#menu a {
    color: #fff;
    font-family: "DINPro";
    font-weight: bold;}
#menuToggle input {
    z-index: 99;
}
#menuToggle {
    display: none;
}
.slick-slide {
    outline: none;
}
.slick-center {
    text-decoration: underline;
    text-decoration-color: #fff;
}
.tabl .span-center {
    font-family: "DINPro-Regular";
}
.section-for .news-wrap .h2-news {
    font-family: "DINPro-Bold";
    font-weight: bold;
}
.input-find::-webkit-input-placeholder {
    opacity: 0.4;
}
.input-find::-moz-placeholder {
    opacity: 0.4;
}
/* Firefox 19+ */
.input-find:-moz-placeholder {
    opacity: 0.4;
}
/* Firefox 18- */
.input-find:-ms-input-placeholder {
    opacity: 0.4;
}
.section-one .wrap2 .slider-other .wrap a {
    outline: none;
}
.slick-prev,
.slick-next {
    width: 43px;
    height: 72px;
}
.multiple-items .slick-slide:before {
    background: none;
}

.slider {
    position: relative;
}
.slider .decor {
    /*position: absolute;*/
    top: 0;
    width: 100%;
    height: 100%;
}
.slider .decor .dl {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    width: 162px;
    left: 0;
    top: 0;
    height: 100%;
    float: left;
    position: absolute;
}
.slider .decor .dr {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    width: 162px;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
.regestretion form input:focus {
    border-color: #04304c;
}
#menu {
    padding-right: 20px;
    width: none !important;
}
#menu a {
    width: 100%;
    display: inline-block;
    white-space: nowrap;
}
.section-one .slider-top .wrap {
    position: relative;
}
.section-one .slider-top .wrap .decor-2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-one .slider-top .wrap .decor-2 .decor-2l {
    left: 0;
    height: 100%;
    float: left;
    position: absolute;
    width: 33%;
}
.section-one .slider-top .wrap .decor-2 .decor-2r {
    right: 0;
    height: 100%;
    float: left;
    position: absolute;
    width: 33%;
}
.slick-dots {
    z-index: 99;
}
.section-three .wrap .col .col-3x {
    position: relative;
}
.section-three .wrap .col .col-3x .video1 {
    width: 100%;
    height: 215px;
    position: relative;
}
.section-three .wrap .col .col-3x .popul {
    position: absolute;
    top: -10px;
    right: 0;
    width: 100px;
    height: 20px;
    background-color: #e38516;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    font-family: "DINPro-Regular";
}
.section-three .wrap .col .col-3x .popu2 {
    position: absolute;
    top: 66px;
    left: 25%;
    height: 37%;
}
.section-three .wrap .col {
    padding-left: 15px;
    padding-right: 10px;
}
.section-one .slider-top .wrap .col-3x p {
    color: #000;
}
.slick-center p {
    color: #fff !important;
}
.p4 {
    border: 7px solid #f11f25;
    padding-right: 3px;
    line-height: 20px;
    box-sizing: border-box;
    width: 20%;
    height: 100%;
    float: right;
    background-color: #000;
}
.col-right-row p {
    padding-top: 5px;
}
.col-right-row:hover p {
    color: #fff !important;
}
.col-right-row-data {
    letter-spacing: 1px;
    font-size: 12px;
}
.col-right-row-data .main_news_data {
    margin-top: 3px;
}
.footer-right {
    text-align: right;
}
.right p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 45px;
}
.right .right1 {
    width: 80% !important;
    height: 85px !important;
    margin-bottom: 45px;
}
.right .right2 {
    width: 110px !important;
    height: 23px !important;
}
.right img {
    height: 30% !important;
}
.fighters_list {
    margin-right: -15px;
    margin-left: -15px;
}

.insta {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    box-sizing: border-box;
}
#popup-manager {
    font-family: DINPro-Regular;
}

/*sokich*/
a {
    outline: none;
}
.col-left {
    font-family: DINPro;
}
.main_news_data {
    margin-top: 2px; padding-right: 0;
    margin-right: 6px!important;

}
.main_news_img {
    height: 170px;
    width: 256px;
    background-color: rgba(255,255,255,.15);
    text-align: center;
    overflow: hidden;
    float: left;
    /*margin-right: 15px;*/
}
.main_news_img img {
    height: 100%;
    display:flex;
    align-items: center;
    justify-content: center;
}
.main_news_bottom {
    /*position: absolute;*/
    bottom: 0px;
    /*margin-left: 271px;*/
    /*bottom: 11px;*/
    width: 100%;

}
.play_tre {
    width: 0; height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 6px solid transparent;
    float: left;
    padding-right: 4px;
}
#controller_wrap {
    font-family: DINPro;
}
#controller_wrap h1 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 0px 0px 10px 0px ;
    box-sizing: content-box;
    font-family: DINPro-Bold;
    /*text-transform: uppercase;*/

}


#available_countries label {
    width: 24.5%
}


#user_profile #information .fieldset_title h3 {
    font-size: 1.25rem
}

#user_profile .block .details, #user_profile .block .details li {
    font-size: 0.875rem
}

.user-profile-header {
    background-color: #fff;
    margin-bottom: 30px
}

.user-profile-header .cover {
    width: 100%;
    height: 245px;
    position: relative;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #0a0c1c;
    background-image: url(/templates/m1/images/profile_cover.jpg)
}

.user-profile-header .cover .avatar {
    width: 150px;
    position: absolute;
    bottom: -35px;
    left: 20px;
    border: 3px solid #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
    z-index: 2
}

.user-profile-header .cover .avatar img {
    max-width: 100%
}
.avatar img {
    vertical-align: top;
}

.user-profile-header .cover .info-box {
    position: absolute;
    bottom: 0;
    left: 170px;
    right: 0;
    background-color: rgba(0, 0, 0, .65);
    padding: 10px 25px;
    z-index: 1
}

.user-profile-header .cover .info-box h1 {
    font-size: 1.3rem;
    margin: 0 !important;
    font-weight: 400;
    text-shadow: 1px 1px 1px #000
}

.user-profile-header .cover .info-box .box-details {
    margin-top: 10px;
    color: #fff;
    font-size: 0.9375rem;
    text-shadow: 1px 1px 1px #000
}

.user-profile-header .cover .info-box .box-details .list-inline-item + .list-inline-item {
    margin-left: 2rem
}

.user-profile-header .cover .info-box .box-details .online {
    color: orange
}

.user-profile-header .nav-profile {
    padding: 15px 20px 15px 195px
}

.user-profile-header .nav-profile:after {
    content: "";
    display: table;
    clear: both
}

.user-profile-header .nav-profile .nav-item {
    float: left
}

.user-profile-header .nav-profile .nav-item + .nav-item {
    margin-left: .5rem;
    padding-left: .5rem;
    border-left: 1px solid rgba(0, 0, 0, .2)
}

.user-profile-header .nav-profile .nav-link {
    color: #000;
    font-size: 1.1rem;
    line-height: 1
}

.user-profile-header .nav-profile .nav-link:hover {
    color: #a65fe8
}

.user-profile-header .nav-profile .nav-link.active {
    color: orange
}

.balance-info + .balance-info {
    margin-top: 15px
}

#user_profile_tabs {
    margin-bottom: 30px
}

#user_profile_tabs .nav-tabs {
    width: 100%
}

.balance-info {
    background-color: #fff
}
.hidden-lg-up {
    display: none !important;}

#user_profile_tab_content {
    margin: 0 0 40px;
    background-color: #fff;
    padding: 20px;
    position: relative;
}
.form-tabs {

}

/* Breadcrumbs ============================================================== */

#breadcrumbs {
    margin-bottom: 10px;
    /*background: #1e1e1e; */
    padding:0 10px 0px 0px;
    position: relative;
    color: #aaa;}

#breadcrumbs ul, #breadcrumbs li { margin:0; padding:0; list-style: none; }

#breadcrumbs ul{
    overflow: hidden;
    position: relative;
}
#breadcrumbs > ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
#breadcrumbs ul li {
    font-size: 12px;
    color: #aaa;
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    vertical-align: middle;
}

#breadcrumbs ul li a {
    color:#fff;
}

#breadcrumbs ul li a:hover {
    color:#f11f25;
    text-decoration: none;
}

#breadcrumbs ul li.sep {
    padding:0 10px;
    width: 4px;
    background: url("../images/nav-arrow-right-light.png") no-repeat center center;
}

#breadcrumbs ul li.home {
    width: 16px;
}

#breadcrumbs ul li.home a {
    display:block;
    width:16px;
    height:32px;
    background: url("../images/nav-home.png") no-repeat left center;
}



/* =============== FIghters ===================*/
.description_bg {
    display: none;
}
.fighter_prom_logo {
    float: right;
    position: absolute;
    top: 20px;
    right: 20px;
}
.fighter_name {
    font-weight: bold;
    text-align: left;
    padding: 5px 0px;
    /*position: absolute;*/
    /*bottom: 40px;*/
    left: 10px;
    font-family: DINPro-Bold;
    font-size: 22px;
    z-index: 1;
    color: #fff;
}
.fighter_name .name {
    font-size: 36px;
    margin-bottom:20px;
    text-transform: uppercase;
}
.fighter_name .record {
    color: #d4d4d4;
    font-family: DINPro;
    font-size: 16px;
    padding-bottom:4px;

}
.fighters_item {
    background: url("../images/bitmap3.png")no-repeat;
    /*height: 300px;*/
    margin-bottom: 40px;
}
.fighters_item .mask {
    position: absolute;
    height: 40%;
    width: 100%;
    background-image: url('../images/figher_mask.png');
    overflow: hidden;
}
.fighter__progress-name {
    font-family: DINPro-Bold;
    font-size: 16px;
    color: white;
    margin-top: 8px;
}
.fighter__progress-val {
    position: absolute;
    color: white;
    font-family: DINPro-Bold;
    top: 0;
    display: flex;
    margin: 0;
    font-size: 36px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fighter__progress canvas, .fighter__progress-val {
    width: 100%;
    height: 100%;
    margin-left: -15px;
    margin-top: -14px;
}
.circle {text-align: center}



#widget_pos_right-top a{
    color: #aaaaaa;

}

.login_form label {
    color: black!important;
}
.login_form h3 {
    margin-bottom: 20px;
    font-family: DINPro-Bold;
    font-size: 20px;
}

.bg-dark {
    background: none!important;
}
.navbar {
    padding: 0px;
}
.navbar-brand {
    font-family: "1";
    font-size: 16px;
    margin-right: 3rem;
}
.header-wrap {
    font-family: DINPro;
}
.section-for .row {
    /*margin-right: -21px;*/
}
.social .col-12 p {color: white; font-family: DINPro-Bold; padding-bottom: 24px; text-transform: uppercase; text-align: center}
.social .item {background: #1c1d1e;  position: relative; margin-right: 10px; padding: 10px}
.social .item:nth-last-child(1) {margin-right: 0px;}
.social  .box{
    box-model: border-box;
    border: 0px solid red;
    background-clip:padding-box;
}

/*.social .col-12:nth-child(1) {*/
/*!*padding-right: 5px;*!*/
/*}*/
/*.social .col-12:nth-child(4) .item {*/
/*margin-right: 0px!important;*/
/*}*/
.section-for .col-md-4 {
    padding-left: 10px;
}
.section-for .col-sm-12 {
    /*padding-left: 15px;*/
}
/*.social .col-12 { padding-left: 10px; padding-right: 10px; padding-top: 10px; margin-left: -5px; margin-right: -5px}*/

#vk_widget, #vk_groups {
    width: 100%;
}
.content_item {
    font-family: DINPro-Regular;
}

/*page about*/
.card-body strong {font-weight: Bold; color: black; font-size: 20px; padding-bottom: 0px; font-family: DINPro-Bold}
.card-body h3 {font-weight: Bold; color: black}
.card-body p { color: black; }
.col-md-6 .card{border: 0px}
.text-dark {color: #585858 !important; padding-bottom: 10px; font-style: italic}
.content_item .value .bold {font-family: DINPro-Bold!important; color: white; display: inline-block}
.text-secondary2 {color: #0a0c1c}
#controller_wrap .bold b {color: green}
/**/
.video_button {
    font-size: 11px;
    border-radius: 3px;
    background: #a80303;
    color: #fff;
    width: 57px;
    padding: 5px;
    line-height: 11px;
    height: 21px;
    text-align: right;
    font-weight: bold;}

header .header-wrap .hover {
    box-sizing: border-box;
    /*display: none;*/
    background-color: #000;
    z-index: 10;
    width: 150px;
    position: absolute;
    top: 50px;
    left: 0px;
    color: #fff;
    font-size: 14px;
    font-family: "DINPro-Bold";
}
header .header-wrap .hover li {
    width: 100%;
}
.hidde {display: none}
.show{display: block}
#slide_start_top { display: none; overflow: hidden}
#slide_start_center { display: none}
.left_cell .login_form label {
    color: white;
}




/*login form */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
}

div.line.active{font-weight:bold!important; font-size:20px}

.container .grey {
background: #1f1f1f;
}