@import url(https://fonts.googleapis.com/css?family=Oswald:300,400,700|Open+Sans:400,700,600);

@font-face {
    font-family: "Geometria-Light";
    src: url("../fonts/Geometria-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Geometria-Medium";
    src: url("../fonts/Geometria-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Geometria-Bold";
    src: url("../fonts/Geometria-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Geometria-ExtraBold";
    src: url("../fonts/Geometria-ExtraBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

body {
    line-height: 20px;
    /*background: url(../images/bg-pattran-md.png);*/
}

/* Главное горизонтальное меню */

#noqbot-container-main.container {
    background: none;
}

#noqbot-full-version {
    display: block;
    height: 54px;
}

/* @media (max-width: 979px) {
    #noqbot-full-version {
        display: block !important;
        height: 54px;
    }
} */

#noqbot-mobile-version {
    display: none;
}

.navbar {
    background: #084876;
    margin-bottom: 0;
    min-height: 50px;
}

.navbar-fixed-top {
    min-height: 40px;
    height: 40px;
    padding-top: 0;
}

.navbar-inner {
    background: #084876;
    border-radius: 0;
    filter: none;
    border: none;
    box-shadow: none;
    position: fixed;
    width: 100%;
    z-index: 100;
}

.navbar .brand img {
    width: 220px;
    height: auto;
}

.navbar .brand img.noqbot-brand-full {
    display: block;
}

.navbar .brand img.noqbot-brand-mini {
    display: none;
}

.navbar .nav>li>a {
    text-transform: uppercase;
    line-height: normal;
    vertical-align: middle;
    margin: 10px 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #084876;
    box-shadow: none;
    font-size: 15px;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
}

.navbar .nav>li:hover>a,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
    border: 1px solid #00cfa2;
    color: #fff;
    background-color: #084876;
    transition: border-color 1s ease;
}

.nav-pills {
    margin-bottom: 10px;
}

.nav-pills>li>a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right: 5px;
    padding-left: 25px;
    padding-right: 25px;
}

.nav-pills>li>a:hover,
.nav-pills>.active>a,
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
    background: #084876;
    color: #fff;
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar {
    border-radius: 24px;
    background: #00cfa2;
    color: #000;
    width: 40px;
    height: 40px;
    margin-top: 0;
}

.navbar .noqbot-social li:last-child {
    display: none;
}

.navbar .noqbot-social-dark li:last-child {
    display: none;
}

/* Главное горизонтальное меню */

#noqbot-hotnews-block {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 500px;
}

#noqbot-match-goals-block {
    padding: 20px 0;
}

#noqbot-match-goals-block .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 10%;
    text-align: right;
}

#noqbot-match-goals-block .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 90%;
    text-align: left;
}

#noqbot-match-stats-block .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 100% !important;
}

#noqbot-match-stats-block #noqbot-teamscore-home .noqbot-pointtable .noqbot-box,
#noqbot-match-stats-block #noqbot-teamscore-away .noqbot-pointtable .noqbot-box {
    font-size: 48px;
    padding: 10px;
    height: 64px;
    line-height: 48px;
}

/* #match h3.noqbot-matchdata-title {
background:
} */

p.noqbot-assist-name {
    text-indent: 0;
}

#bplayers {
    margin-top: -24px;
}

h4.noqbot-all-tournaments {
    float: right;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #454545;
    padding: 4px 10px;
    text-decoration: underline;
    margin-right: 20px;
}

#curteam h4.noqbot-all-tournaments a {
    font-size: 24px;
}

.half {
    position: relative;
    margin-top: 100px;
}

#player .noqbot-theme-tag {
    font-size: 24px;
    padding: 10px 0;
}

#noqbot-teamscore-home .noqbot-pointtable .noqbot-box {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: #454545;
    font-size: 18px;
    line-height: 18px;
    padding: 2px 0 0 4px;
    margin: 4px 0;
}

#noqbot-teamscore-away .noqbot-pointtable .noqbot-box {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: #454545;
    font-size: 18px;
    line-height: 18px;
    padding: 2px 0 0 4px;
    margin: 4px 0;
}

#noqbot-teamscore-home .noqbot-pointtable .noqbot-box a:hover {
    color: #000000;
    text-decoration: underline;
}

#noqbot-teamscore-away .noqbot-pointtable .noqbot-box a:hover {
    color: #000000;
    text-decoration: underline;
}

#noqbot-pointstable-home-team-staff {
    padding: 10px 0;
}

#noqbot-pointstable-away-team-staff {
    padding: 10px 0;
}

hr.hr-horizontal-gradient {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    height: 2px;
    border: none;
    background: linear-gradient(45deg, #333, #ddd);
}

img.noqbot-qrcode-bottom {
    width: 200px;
    height: auto;
    padding: 0 24px;
}

.half .noqbot-brand-full {
    position: fixed;
    top: 10px;
    left: 10px;
    padding: 10px;
    height: 100px;
    z-index: 1;
    width: 80%;
    height: auto;
}

.half .noqbot-tab:first-child {
    margin-top: 40px;
}

a#noqbot-send-email.btn {
    background: #00cfa2;
    /* background: linear-gradient(120deg, #454545, #00cfa2, #454545);
background-size: 400% 400%;
-moz-animation: gradient 3s ease-in-out infinite;
-webkit-animation: gradient 3s ease-in-out infinite;
animation: gradient 3s ease-in-out infinite; */
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 4px 20px 0 20px;
}

a#noqbot-send-email.btn:hover {
    background: #00cfa2;
    color: #454545;
}

a {
    color: #084876;
    text-decoration: none;
}

a:hover {
    color: #00cfa2;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h1 {
    margin: 10px;
}

p {
    line-height: 1.8;
    margin-bottom: 24px;
    text-indent: 15px;
    text-align: justify;
    padding: 30px;
}

.noqbot-mathtextbox h2 {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 24px;
}

.noqbot-mathtextbox h3 {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 24px;
}

.noqbot-mathtextbox li {
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.noqbot-mathtextbox p {
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.sovet h3 a {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: #454545;
    font-size: 24px;
    text-transform: uppercase;
}

.sovet p {
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    color: #454545;
    font-size: 18px;
    text-indent: 0;
    line-height: 22px;
}

table.sovet tbody tr td h3 {
    border-bottom: 1px solid #454545;
    padding: 4px 0;
    margin: 0 0 20px 0;
}

#allsports2 .cssui-teamcard__rating-label_mini {
    display: none;
}

#noqbot-top-slider-full {
    display: block;
    margin-top: 10px;
}

.noqbot-bestplayer-nomination {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.7);
}

#tagnews .noqbot-section-heading h3 a {
    font-size: 24px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    padding: 0 20px;
    border-bottom: 2px solid transparent;
    color: #454545;
}

img.noqbot-event-background {
    /*background-image: url(../images/background-photo.jpg);*/
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    width: 100%;
    /*height: 600px;*/
    opacity: 0;
}

#tabev-1 .image,
#tabev-2 .image {
    /*background-color: #084876;
    background-image: url(/images/print_1.jpg);*/
    /*background: rgb(189,189,189);
	background: linear-gradient(180deg, rgba(189,189,189,1) 0%, rgba(255,255,255,0) 33%, rgba(255,255,255,1) 66%, rgba(189,189,189,1) 100%);*/
}

/* #tagnews .container{
padding-right: 0;
padding-left: 0;
margin-right: 20px;
margin-left: 20px;
} */

.btn-contacts {
    font-size: 18px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    padding: 0 20px;
    border-bottom: 2px solid transparent;
}

.btn-contacts:hover {
    border-bottom: 2px solid #00cfa2;
}

#noqbot-top-slider-mobile {
    display: none;
}

p.noqbot-contacts-text {
    font-size: 24px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
}

.b {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 50px;
}

.b-item:first-child {
    display: table-cell;
    vertical-align: top;
    position: relative;
    background: transparent;
    padding: 2px 2px 2px 0;
}

.b-item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    background: transparent;
    padding: 2px 0;
}

.b-item:last-child {
    display: table-cell;
    vertical-align: top;
    position: relative;
    background: transparent;
    padding: 2px 0 2px 2px;
}

.b-item-circle {
    margin: -65px auto 10px auto;
    width: 100px;
    height: 100px;
    background: green;
    border-radius: 50%;
}

.b-item-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.noqbot-matchdetailslider {
    width: 370px;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 30px 30px 0;
    z-index: 1000;
}

.noqbot-matchdetailslider figure {
    margin: 0;
    width: 100%;
    float: left;
}

.noqbot-matchdetailslider .noqbot-themebtnnext,
.noqbot-matchdetailslider .noqbot-themebtnprev {
    top: 50%;
    margin: -15px 0 0 0;
}

.noqbot-matchdetailslider .noqbot-themebtnnext {
    left: 30px;
}

.noqbot-matchdetailslider .noqbot-themebtnprev {
    right: 30px;
}

.noqbot-tags-widget {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
}

.noqbot-sidebar .noqbot-tags-widget {
    margin: 0;
}

.noqbot-tags-widget>ul {
    padding: 20px;
}

.noqbot-tags-widget>ul>li {
    width: auto;
    float: right;
    padding: 4px;
}

.noqbot-tags-widget>ul>li+li {
    border: 0;
    list-style-type: none;
}

.noqbot-tags-widget>ul>li .noqbot-btn {
    font-size: 13px;
    line-height: 36px;
    color: #aeaeae;
    padding: 0 10px;
    border-color: #aeaeae;
}

.noqbot-tags-widget ul li .noqbot-btn:hover {
    color: #084876;
}

.noqbot-tags-widget ul li .noqbot-btn:after {
    display: none;
}

/******
2. Layout
**********************************************************************/
.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: center;
}

/* Use this class if you want ceter element with span* class */
.center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}

.highlighted-box {
    background: #f4f8f9;
    padding: 20px 30px;
}

.highlighted-box h1 {
    margin: 0;
}

.large-text {
    line-height: 1.2em;
    font-size: 30px;
    color: #084876;
    padding: 20px;
    margin-bottom: 20px;
}

.highlighted-box h1,
.highlighted-box p {
    color: #084876 !important;
}

.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    border: 3px solid #fff;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: left;
}

.error {
    color: #cf0000;
    display: none;
}

.invisible {
    display: none;
    visibility: visible;
}

.triangle {
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-top: 30px solid #084876;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}

/*
2.1 Animations
**********/
.zoom-in {
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.zoom-in:hover {
    -ms-transform: scale(1.1, 1.1);
}

/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
.button,
.button:visited,
.button:focus {
    display: inline-block;
    color: #084876;
    background-color: transparent;
    padding: 0 10px;
    margin-bottom: 2px;
    font-size: 17px;
    line-height: normal;
}

.button:hover,
.button:active {
    background-color: #084876;
    color: #fff;
}

.button-sp,
.button-sp:visited,
.button-sp:focus {
    border: none;
    background-color: #00cfa2;
    color: #084876;
}

.button-sp:hover,
.button-sp:active {
    background-color: #084876;
    color: #00cfa2;
}

.button-ps,
.button-ps:visited,
.button-ps:focus {
    border: none;
    background-color: #084876;
    color: #00cfa2;
}

.button-ps:hover,
.button-ps:active {
    background-color: #00cfa2;
    color: #084876;
}

/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
.thumbnail {
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: none;
}

.thumbnail .more {
    display: block;
    z-index: 4;
    position: absolute;
    top: -100px;
    left: 50%;
    margin: 0 auto;
    margin-left: -41px;
    width: 80px;
    height: 80px;
    font-size: 40px;
    color: #fff;
    text-decoration: none;
    line-height: 70px;
    text-align: center;
}

.thumbnail:hover .more {
    top: 40%;
    margin-top: -40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.thumbnail h3,
.thumbnail p {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 4;
}

.thumbnail h3 {
    color: #00cfa2;
    margin-top: 0;
    font-size: 20px;
}

.thumbnail>p {
    padding-bottom: 20px;
}

.thumbnail .mask {
    opacity: 0.85;
    filter: alpha(opacity=85);
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #084876;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.thumbnail:hover .mask {
    top: 0;
}

.noqbot-social {
    list-style: none;
    float: none;
    position: relative;
    line-height: 54px;
    height: 54px;
}

ul.noqbot-social {
    margin: 0;
    background: linear-gradient(225deg,
            rgba(8, 72, 118, 1) 0%,
            rgba(8, 72, 118, 1) 84%,
            transparent 84%);
}

.noqbot-social li {
    display: inline-block;
    line-height: 44px;
    font-family: "Porta", serif;
    font-size: 35px;
    vertical-align: middle;
}

.noqbot-social li a {
    margin: 0;
    padding: 0;
    color: #ffffff;
    display: inline-block;
    vertical-align: top;
}

.noqbot-social-dark {
    list-style: none;
    float: none;
    position: relative;
    height: 48px;
    margin-top: 48px;
}

ul.noqbot-social-dark {
    margin: 10px 0;
}

.noqbot-social-dark li {
    display: inline-block;
    line-height: 32px;
    font-family: "Porta", serif;
    font-size: 40px;
    padding: 0;
}

.noqbot-social-dark li a {
    margin: 0;
    padding: 0;
    color: #084876;
}

.noqbot-social-dark li a:hover {
    color: #00cfa2;
}

/*
3. Sections
***************************************************************************/
.section {
    padding-bottom: 0;
}

.section .container {
    padding-top: 0;
}

.section .title {
    text-align: center;
    padding: 10px;
}

.section .title h1 {
    font-weight: normal;
    margin-bottom: 20px;
    padding: 0;
}

.section .title>p {
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
}

.primary-section {
    /*background:#ffffff;*/
}

.primary-section .triangle {
    border-top: 40px solid #00cfa2;
}

.primary-section .title {
    /*border-bottom: 1px solid #333333;*/
    padding: 10px 0;
    font-size: 2em;
}

.primary-section,
.primary-section .title p,
.primary-section h3 {
    color: #454545;
}

.primary-section h1 {
    color: #fff;
}

.secondary-section {
    background: url(../images/bg-contacts.jpg) no-repeat center;
}

.secondary-section .title {}

.secondary-section h1,
.secondary-section .title p {
    color: #084876;
}

/* Third section use bacground image */
.third-section {
    padding-bottom: 70px;
    background: #084876 url(../images/brand-bg.png) no-repeat center;
    border-top: 6px solid #00cfa2;
}

.third-section .container {
    padding-top: 20px;
    position: relative;
}

.third-section .title {
    border-bottom: 1px solid #a1aab7;
    color: #00cfa2;
}

.sub-section {
    margin-top: 30px;
}

.sub-section .title {
    padding: 0;
}

/*******
3.1 Services
***************************************/
.service {
    margin-top: 20px;
}

.service,
.service h2 {
    padding-top: 15px;
}

.service p {
    padding: 0 50px;
    height: 60px;
}

.service img {
    width: 150px;
    height: 150px;
}

/*
3.2 Portfolio
***************************************/
.single-project {
    margin-bottom: 30px;
    background: #084876;
}

.single-project img {
    width: 100%;
}

.project-description {
    padding-right: 20px;
}

.project-description p {
    padding-left: 0;
}

.project-title {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #00cfa2;
}

.project-title h3 {
    float: left;
    margin-top: 0;
    padding: 0;
    width: 80%;
}

.project-title .close {
    color: #00cfa2;
    margin-top: 10px;
}

.project-info span,
.project-title h3 {
    color: #ffffff;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
}

.project-info {
    font-weight: 100;
    padding: 10px 0;
}

.project-info span {
    width: 80px;
    display: inline-block;
}

.project-info div {
    margin-bottom: 5px;
}

.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}

/*
3.3 About
******************************************************************/
.team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
    /*border: 1px solid #fff;*/
}

.team .thumbnail:hover .noqbot-social {
    z-index: 5;
}

.team .thumbnail:hover .noqbot-social a {
    color: #fff;
}

.team .thumbnail .mask {
    background: #00cfa2;
}

.team .thumbnail .mask h2 {
    margin-top: 20%;
}

.team .thumbnail .mask,
.team .thumbnail .mask h3,
.team .thumbnail .mask p,
.team .thumbnail:hover .noqbot-social a:hover {
    color: #454545;
}

.team .thumbnail:hover h3.noqbot-all-news {
    color: #ffffff;
}

.team .thumbnail:hover h3.noqbot-all-news {
    color: #ffffff;
}

.thumbnail:hover h3.noqbot-media-title {
    color: #ffffff;
}

.about-text {
    margin-top: 30px;
}

.about-text p {
    padding: 0;
    font-size: 16px;
}

h3.noqbot-matchdata-title {
    margin: 0;
    font-size: 24px;
    line-height: 40px;
    background: transparent;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: #454545;
    border-bottom: 1px solid #454545;
    text-transform: uppercase;
}

h3.noqbot-matchdata-title:hover {
    color: #454545;
}

.noqbot-matchresult .noqbot-count-prevmatches-main {
    margin-top: 0;
}

.noqbot-matchresult h3.noqbot-count-prevmatches-main a {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 48px;
    color: #454545;
}

#noqbot-mainblock-home-team-staff .noqbot-pointtable .noqbot-box,
#noqbot-mainblock-away-team-staff .noqbot-pointtable .noqbot-box {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #454545;
}

/*********************************************************************
                        SKILLS BAR
*********************************************************************/
.skills {
    list-style-type: none;
    position: relative;
    margin: 20px 0 0 0;
}

.skills li {
    margin-bottom: 30px;
    background: #fff;
    height: 44px;
    /* padding: 1px; */
    list-style-type: none;
    border: 2px solid #000;
}

.skills li h3 {
    position: relative;
    font-size: 24px;
    padding: 0;
    margin: 0;
    left: 10px;
    z-index: 1;
    color: #084876;
    line-height: 36px;
}

.skills li .bar {
    height: 40px;
    position: absolute;
    background-color: #00cfa2;
}

/*
3.4 Clients
**********************************************************************/
.client-slider img {
    border: 1px solid white;
}

.client-slider img:hover {
    background-color: #00cfa2;
}

.client-nav {
    list-style: none;
    margin-top: 10px;
}

.client-nav li {
    float: left;
    display: block;
    margin-left: 10px;
}

.client-nav li a {
    display: inherit;
    padding: 5px;
    background: #00cfa2;
    border-radius: 3px;
    width: 20px;
    height: 20px;
}

.client-nav li a:hover {
    background: #084876;
}

.testimonial p {
    color: #084876;
    background: #00cfa2;
    padding: 15px;
    margin: 0;
}

.testimonial .arrow {
    margin-left: 10px;
    width: 0;
    border-top: 10px solid #00cfa2;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}

.testimonial .whopic {
    display: inline-block;
}

.testimonial .whopic img {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    float: left;
}

.testimonial .whopic strong {
    float: left;
    margin-top: 10px;
    padding-left: 10px;
}

.testimonial .whopic small {
    display: block;
    font-size: 12px;
}

.testimonial-text {
    display: block;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    width: 70%;
    line-height: 1.3em;
}

/*
3.5 Price table
******************************************************************/
.price-table {
    margin-top: 70px;
    margin-bottom: 20px;
}

.price-column {
    background-color: white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 20px;
    margin: 0 auto;
    text-align: center;
}

.price-column h3 {
    background-color: #084876;
    text-transform: uppercase;
    text-align: center;
    color: #00cfa2;
    padding: 40px 0;
    font-size: 36px;
    margin-top: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}

.price-column .list {
    list-style: none;
    margin: 20px 50px;
}

.price-column .list li {
    font-weight: lighter;
    color: #747c89;
    font-size: 20px;
    border-bottom: 1px solid #747c89;
    padding: 25px 0;
}

.price-column .list li.price {
    text-align: center;
    font-size: 31px;
    background-color: white;
    color: #747c89;
    margin-top: 25px;
}

.price-text {
    margin: 30px 0 20px;
    font-size: 20px;
    color: #084876;
    font-weight: normal;
}

/*
3.6 Newsletter
********************************************************************/
.newsletter,
.newsletter h2 {
    color: #d7ddde;
}

.newsletter .title h2 {
    text-align: left;
    padding: 0;
    margin: 0;
}

.newsletter form {
    text-align: right;
}

.newsletter input {
    margin-top: 10px;
    padding: 15px;
    height: auto;
}

.newsletter button {
    margin: 0 0 0 20px;
}

.newsletter .button-sp:hover,
.newsletter .button-sp:active {
    background-color: #fff;
    color: #084876;
}

/*
3.7 Contact
********************************************************************/
.contact {
    background: #00cfa2;
}

.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5,
.contact h6,
.contact .section .title>p,
.contact .noqbot-social>li>a {
    color: #ffffff;
}

.contact textarea,
.contact input[type="text"],
.contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}

.contact textarea {
    height: 120px;
}

.contacts,
.contact .noqbot-social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}

.contacts>li {
    margin-top: 15px;
}

.contacts>li>a {
    color: #fff;
}

.contact-info {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-info p {
    font-weight: normal;
}

.contact-info .icon {
    margin: 10px auto;
    font-size: 30px;
}

.map-wrapper {
    position: relative;
    height: 500px;
}

.map-canvas {
    position: absolute;
    margin-bottom: 20px;
    width: 100%;
    height: 500px;
    color: #29383f;
    left: 0;
    top: 0;
    right: 0;
}

.contact .noqbot-social {
    display: inline-block;
    margin-left: 0;
}

.contact .noqbot-social li {
    line-height: 32px;
    padding: 10px 10px;
    font-family: "Porta", serif;
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}

.contact .noqbot-social li a {
    color: #fff;
}

.contact .noqbot-social li a:hover {
    color: #084876;
}

.contact .noqbot-social-dark {
    display: inline-block;
    margin-left: 0;
}

.contact .noqbot-social-dark li {
    line-height: 32px;
    padding: 10px 10px;
    font-family: "Porta", serif;
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}

.contact .noqbot-social-dark li a {
    color: #fff;
}

.contact .noqbot-social-dark li a:hover {
    color: #084876;
}

.noqbot-contactinfo {
    width: 100%;
    float: left;
    list-style: none;
    line-height: 20px;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 20px;
}

.noqbot-contactinfo p {
    line-height: 20px;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding: 20px 0;
}

.noqbot-contactinfo li {
    width: 100%;
    float: left;
    padding: 0 0 15px;
    line-height: inherit;
    list-style-type: none;
}

.noqbot-contactinfo li i {
    float: left;
    width: 25px;
}

.noqbot-contactinfo li a,
.noqbot-contactinfo li span,
.noqbot-contactinfo li address {
    float: left;
    margin: 0;
    font-style: normal;
}

.noqbot-contactinfo li address {
    float: none;
    overflow: hidden;
}

.contact-form {
    background: transparent;
    z-index: 110;
    position: relative;
    margin-top: 25px;
    padding: 20px;
}

.contact-form h3 {
    color: #ffffff;
    padding-bottom: 20px;
}

.message-btn {
    border: 1px solid #747c89;
    color: #747c89;
    background-color: transparent;
    padding: 15px 30px;
    font-size: 17px;
}

.message-btn:hover {
    background-color: #00cfa2;
}

.contact-info {
    text-align: center;
    font-size: 22px;
}

.info-mail {
    border: 1px solid white;
    width: 60%;
    margin: 0 auto;
    padding: 15px;
    color: #084876;
}

.black {
    color: #454545;
}

.black:hover {
    color: #454545;
}

/*
3.8 Footer
********************************************************************/
.footer {
    background: #084876;
    text-align: center;
}

.footer>p {
    color: #fff;
    margin: 0;
}

.scrollup {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    font-size: 24px;
    position: fixed;
    bottom: 6px;
    right: 6px;
    background: #084876;
    z-index: 1100;
}

.scrollup>a {
    position: relative;
    top: 1px;
    color: #fff;
}

/*
4 Responsible
********************************************************************/
@media (min-width: 1200px) {
    .thumbnail .more {
        margin-left: -41px;
        width: 80px;
        height: 80px;
        border-radius: 40px;
        line-height: 80px;
    }
}

@media (max-width: 979px) {
    body {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        position: fixed;
    }

    .navbar .nav>li>a {
        line-height: 20px;
        vertical-align: middle;
    }

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

    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-left: 0;
        margin-right: 0;
    }

    .nav-collapse {
        clear: both;
    }

    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }

    .nav-collapse .nav>li {
        float: none;
    }

    .nav-collapse,
    .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }

    .thumbnail .more {
        margin-left: -21px;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        line-height: 40px;
    }

    .thumbnail:hover .more {
        margin-top: -20px;
    }

    .newsletter form {
        text-align: center;
    }
}

.noqbot-postmetadata li+li::before {
    content: "" !important;
}

@media (max-width: 767px) {
    .info-mail {
        width: 90%;
        padding: 15px 0;
    }

    .project-description {
        padding-left: 20px;
    }

    .price-column,
    .testimonial {
        margin-top: 30px;
    }

    .b:nth-child(2) {
        display: none;
    }

    #tt2 .tab-link.current {
        position: relative;
        background: #00cfa2 !important;
        color: #084876 !important;
    }

    ul.tabs#tt1 li,
    ul.tabs#tt2 li {
        height: 40px;
        line-height: 40px !important;
    }

    .noqbot-themetabnav li a:before,
    .tab-link.current:before {
        content: "\f105";
        font-family: "FontAwesome";
        display: block;
        position: absolute;
        font-size: 36px;
        top: 5px;
        left: 15px;
        opacity: 0;
        color: #084876;
    }

    .tab-link.current:before {
        top: -1px;
    }

    .noqbot-themetabnav li.active a:before,
    .tab-link.current:before {
        /*rotate: 90deg;
		top: 8px;
		left: 16px;
		opacity:1;*/
        opacity: 1;
    }
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

ul.thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.caption-box {
    padding: 4px;
    text-transform: uppercase;
}

.caption-box h4 {
    font-size: 0.94rem;
    color: #444;
}

.caption-box p {
    font-size: 1.2rem;
    padding: 0 0 0 0 !important;
    color: #000000;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    white-space: nowrap;
    text-indent: 0 !important;
    text-align: center;
}

.btn.btn-mini {
    font-size: 0.63rem;
}

ul.thumbnails li {
    list-style-type: none;
    padding: 0;
}

ul.thumbnails li:hover {
    background: rgba(255, 255, 255, 0.15);
    list-style-type: none;
}

#myCarousel {
    background: #084876;
    height: 100px;
}

#myCarousel1 {
    height: 440px;
    position: relative;
    width: 100%;
}

#myCarousel2 {
    height: 440px;
    margin-left: 0;
    margin-right: 0;
    /*  */
}

#myCarousel3 {
    height: 500px;
    margin-left: 0;
    margin-right: 0;
    /*  */
}

#noqbot-name-team-result-block,
#noqbot-name-team-result-home,
#noqbot-name-team-result-away,
#noqbot-name-team,
#noqbot-name-result {
    padding-right: 0;
    padding-left: 0;
}

#noqbot-name-result {
    text-align: center;
}

#noqbot-score-result {
    padding-right: 0;
    padding-left: 0;
}

li#noqbot-name-team-result-block {
    list-style-type: none;
}

.noqbot-name-team-result-home,
.noqbot-score-team-result-home {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    background: rgba(8, 72, 118, 0.15);
    padding: 2px 10px;
    height: 30px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-align: center;
}

#noqbot-name-team .noqbot-name-team-result-home,
#noqbot-name-team .noqbot-score-team-result-home {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.noqbot-name-team-result-away,
.noqbot-score-team-result-away {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    background: rgba(0, 207, 162, 0.2);
    padding: 2px 10px;
    height: 30px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-align: center;
    overflow: hidden;
}

#noqbot-name-team .noqbot-name-team-result-away,
#noqbot-name-team .noqbot-score-team-result-away {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#noqbot-name-team .noqbot-name-team-result-home,
#noqbot-name-team .noqbot-name-team-result-away {
    text-align: left;
}

#noqbot-name-team .noqbot-name-team-result-1 {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #000000;
    background: rgba(8, 72, 118, 0.15);
    padding: 2px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-align: center;
    border-bottom: 2px solid transparent;
}

#noqbot-name-team .noqbot-name-team-result-1:hover {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid #00cfa2;
}

#noqbot-name-team .noqbot-name-team-result-1:active {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid #00afa2;
}

#noqbot-name-team .noqbot-name-team-result-1:focus {
    background: rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid #00afa2;
}

#noqbot-name-team-result:hover {
    background: rgba(0, 207, 162, 0.2);
}

#noqbot-name-team-result-block,
#noqbot-name-team-result-home,
#noqbot-name-team-result-away,
#noqbot-name-team,
#noqbot-name-result {
    padding-right: 0;
    padding-left: 0;
}

#noqbot-name-result {
    text-align: center;
}

.control-box {
    width: 100%;
}

.carousel-control {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 0;
    border-radius: 0;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px;
    margin: 0 10px;
    height: auto;
    width: 50px;
}

a.carousel-control.left {
    padding: 39px 10px;
    font-size: 72px;
}

a.carousel-control.right {
    padding: 39px 10px;
    font-size: 72px;
}

.icon-menu,
.icon-team,
.icon-blog,
.icon-home,
.icon-contact,
.icon-services,
.icon-portfolio {
    font-family: "icomoon", serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

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

.icon-team:before {
    content: "\e001";
}

.icon-blog:before {
    content: "\e002";
}

.icon-home:before {
    content: "\e005";
}

.icon-portfolio:before {
    content: "\e006";
}

.icon-services:before {
    content: "\e003";
}

.icon-contact:before {
    content: "\e004";
}

a,
li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.5em;
    font-weight: 300;
}

.nav li span {
    display: block;
    padding-top: 0.2em;
}

.nav a {
    display: block;
    color: rgba(249, 249, 249, 0.9);
    text-decoration: none;
    -webkit-transition: color 0.5s, background 0.5s, height 0.5s;
    -moz-transition: color 0.5s, background 0.5s, height 0.5s;
    -o-transition: color 0.5s, background 0.5s, height 0.5s;
    -ms-transition: color 0.5s, background 0.5s, height 0.5s;
    transition: color 0.5s, background 0.5s, height 0.5s;
}

.nav img {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

a,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.no-touch .nav ul:hover a {
    color: rgba(249, 249, 249, 0.5);
}

.no-touch .nav ul:hover a:hover {
    color: rgba(249, 249, 249, 0.99);
}

.nav li:nth-child(7n + 1) {
    background: rgb(20, 40, 50);
}

.nav li:nth-child(7n + 2) {
    background: rgb(30, 50, 70);
}

.nav li:nth-child(7n + 3) {
    background: rgb(40, 60, 90);
}

.nav li:nth-child(7n + 4) {
    background: rgb(50, 70, 110);
}

.nav li:nth-child(7n + 5) {
    background: rgb(40, 60, 90);
}

.nav li:nth-child(7n + 6) {
    background: rgb(30, 50, 70);
}

.nav li:nth-child(7n + 7) {
    background: rgb(20, 40, 50);
}

@media (min-width: 50em) {
    .nav li {
        padding-top: 20px;
        float: left;
        width: 14.285714285714285714285714285714%;
        text-align: center;
        -webkit-transition: border 0.5s;
        -moz-transition: border 0.5s;
        -o-transition: border 0.5s;
        -ms-transition: border 0.5s;
        transition: border 0.5s;
        list-style-type: none;
        height: 240px;
    }

    .nav a {
        display: block;
        width: auto;
    }

    .no-touch .nav li:nth-child(7n + 1) a:hover,
    .no-touch .nav li:nth-child(7n + 1) a:active,
    .no-touch .nav li:nth-child(7n + 1) a:focus {
        border-bottom: 4px solid #00cfa2;
    }

    .no-touch .nav li:nth-child(7n + 2) a:hover,
    .no-touch .nav li:nth-child(7n + 2) a:active,
    .no-touch .nav li:nth-child(7n + 2) a:focus {
        border-bottom: 4px solid #00cfa2;
    }

    .no-touch .nav li:nth-child(7n + 3) a:hover,
    .no-touch .nav li:nth-child(7n + 3) a:active,
    .no-touch .nav li:nth-child(7n + 3) a:focus {
        border-bottom: 4px solid #00cfa2;
    }

    .no-touch .nav li:nth-child(7n + 4) a:hover,
    .no-touch .nav li:nth-child(7n + 4) a:active,
    .no-touch .nav li:nth-child(7n + 4) a:focus {
        border-bottom: 4px solid #00cfa2;
    }

    .no-touch .nav li:nth-child(7n + 5) a:hover,
    .no-touch .nav li:nth-child(7n + 5) a:active,
    .no-touch .nav li:nth-child(7n + 5) a:focus {
        border-bottom: 4px solid #00cfa2;
    }

    .no-touch .nav li:nth-child(7n + 6) a:hover,
    .no-touch .nav li:nth-child(7n + 6) a:active,
    .no-touch .nav li:nth-child(7n + 6) a:focus {
        border-bottom: 4px solid #00cfa2;
    }

    .no-touch .nav li:nth-child(7n + 7) a:hover,
    .no-touch .nav li:nth-child(7n + 7) a:active,
    .no-touch .nav li:nth-child(7n + 7) a:focus {
        border-bottom: 4px solid #00cfa2;
    }

    /* .icon {
        padding-top: 1.4em;
    } */

    .icon+span {
        margin-top: 24px;
        -webkit-transition: margin 0.5s;
        -moz-transition: margin 0.5s;
        -o-transition: margin 0.5s;
        -ms-transition: margin 0.5s;
        transition: margin 0.5s;
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    }

    .nav a {
        height: 9em;
    }

    .no-touch .nav a:hover,
    .nav a:active,
    .nav a:focus {
        height: auto;
    }

    .no-touch .nav a:hover .icon+span {
        margin-top: 12px;
        -webkit-transition: margin 0.5s;
        -moz-transition: margin 0.5s;
        -o-transition: margin 0.5s;
        -ms-transition: margin 0.5s;
        transition: margin 0.5s;
        font-weight: bold;
    }

    .nav img {
        max-width: 71%;
        position: relative;
        display: inline-block;
        margin: 0 auto;
        padding: 0;
        border-radius: 64%;
        font-size: 1.8em;
        box-shadow: 0 0 0 30px transparent;
        background: rgba(255, 255, 255, 0.1);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: box-shadow 0.6s ease-in-out;
        -moz-transition: box-shadow 0.6s ease-in-out;
        -o-transition: box-shadow 0.6s ease-in-out;
        -ms-transition: box-shadow 0.6s ease-in-out;
        transition: box-shadow 0.6s ease-in-out;
        border: 4px solid transparent;
    }

    .nav img:hover {
        border: 4px solid rgba(255, 255, 255, 0.5);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
        -webkit-transition: box-shadow 0.4s ease-in-out;
        -moz-transition: box-shadow 0.4s ease-in-out;
        -o-transition: box-shadow 0.4s ease-in-out;
        -ms-transition: box-shadow 0.4s ease-in-out;
        transition: box-shadow 0.4s ease-in-out;
    }

    .no-touch .nav a:hover img,
    .no-touch .nav a:active img,
    .no-touch .nav a:focus img {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
        -webkit-transition: box-shadow 0.4s ease-in-out;
        -moz-transition: box-shadow 0.4s ease-in-out;
        -o-transition: box-shadow 0.4s ease-in-out;
        -ms-transition: box-shadow 0.4s ease-in-out;
        transition: box-shadow 0.4s ease-in-out;
    }
}

@media (min-width: 50em) and (max-width: 61.25em) {
    .nav ul {
        font-size: 1.2em;
    }
}

@media (max-width: 49.938em) {

    .no-touch .nav ul li:nth-child(7n + 1) a:hover,
    .no-touch .nav ul li:nth-child(7n + 1) a:active,
    .no-touch .nav ul li:nth-child(7n + 1) a:focus {
        background: rgb(227, 119, 20);
    }

    .no-touch .nav li:nth-child(7n + 2) a:hover,
    .no-touch .nav li:nth-child(7n + 2) a:active,
    .no-touch .nav li:nth-child(7n + 2) a:focus {
        background: rgb(245, 160, 41);
    }

    .no-touch .nav li:nth-child(7n + 3) a:hover,
    .no-touch .nav li:nth-child(7n + 3) a:active,
    .no-touch .nav li:nth-child(7n + 3) a:focus {
        background: rgb(44, 168, 219);
    }

    .no-touch .nav li:nth-child(7n + 4) a:hover,
    .no-touch .nav li:nth-child(7n + 4) a:active,
    .no-touch .nav li:nth-child(7n + 4) a:focus {
        background: rgb(31, 120, 176);
    }

    .no-touch .nav li:nth-child(7n + 5) a:hover,
    .no-touch .nav li:nth-child(7n + 5) a:active,
    .no-touch .nav li:nth-child(7n + 5) a:focus {
        background: rgb(39, 70, 90);
    }

    .no-touch .nav li:nth-child(7n + 6) a:hover,
    .no-touch .nav li:nth-child(7n + 6) a:active,
    .no-touch .nav li:nth-child(7n + 6) a:focus {
        background: rgb(32, 54, 68);
    }

    .no-touch .nav li:nth-child(7n + 7) a:hover,
    .no-touch .nav li:nth-child(7n + 7) a:active,
    .no-touch .nav li:nth-child(7n + 7) a:focus {
        background: rgb(32, 54, 68);
    }

    .nav ul li {
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        -ms-transition: background 0.5s;
        transition: background 0.5s;
    }
}

/* @media (min-width:32.5em) and (max-width: 49.938em) {

    .nav li {
        display: block;
        float: left;
        width: 50%;
    }

    .nav a {
        padding: 0.8em;
    }

    .nav li span,
    .nav li span.icon {
        display: inline-block;
    }

    .nav li span.icon {
        width: 50%;
    }

    .nav li .icon + span {
        font-size: 1em;
    }

    .icon + span {
        position: relative;
        top: -0.2em;
    }

    .nav li img {
        display: inline-block;
        padding: 8% 9%;
        border: 4px solid transparent;
        border-radius: 50%;
        font-size: 1.5em;
        background: rgba(255,255,255,0.1);
        -webkit-transition: border .5s;
        -moz-transition: border .5s;
        -o-transition: border .5s;
        -ms-transition: border .5s;
        transition: border .5s;
    }

    .no-touch .nav li:hover img,
    .no-touch .nav li:active img,
    .no-touch .nav li:focus img {
        border: 4px solid rgba(255,255,255,0.1);
    }

} */

/* @media (min-width: 32.5em) and (max-width: 38.688em) {

    .nav li span.icon {
        width: 50%;
    }

    .nav li .icon + span {
        font-size: 0.9em;
    }
} */

.nav .navtoogle {
    display: none;
    width: 100%;
    padding: 0.5em 0.5em 0.8em;
    font-family: "Lato", Calibri, Arial, sans-serif;
    font-weight: normal;
    text-align: left;
    color: rgb(7, 16, 15);
    font-size: 1.2em;
    background: none;
    border: none;
    border-bottom: 4px solid rgb(221, 221, 221);
    cursor: pointer;
}

.icon-menu {
    position: relative;
    top: 4px;
    line-height: 0;
    font-size: 1.8em;
    left: -2px;
}

@media (max-width: 32.438em) {
    .nav .navtoogle {
        margin: 0;
        display: block;
    }

    .nav img {
        width: 80%;
        padding-left: 20px;
    }

    .no-js .nav ul {
        max-height: 30em;
        overflow: hidden;
    }

    .js .nav ul {
        /* max-height: 0em; */
        overflow: hidden;
    }

    .js .nav .active+ul {
        max-height: 30em;
        overflow: hidden;
        -webkit-transition: max-height 0.4s;
        -moz-transition: max-height 0.4s;
        -o-transition: max-height 0.4s;
        -ms-transition: max-height 0.4s;
        transition: max-height 0.4s;
    }

    .nav li span {
        display: inline-block;
    }

    .nav a {
        padding: 0;
    }

    .icon+span {
        margin-left: 1em;
        font-size: 0.8em;
        position: absolute;
        width: 50%;
        padding: 30px 0;
        left: 35%;
        line-height: 16px;
        font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
        height: 100px;
    }

    /* .nav li:nth-child(7n+1) {
        border-left: 8px solid rgb(174, 78, 1);
    }

    .nav li:nth-child(7n+2) {
        border-left: 8px solid rgb(191, 117, 20);
    }

    .nav li:nth-child(7n+3) {
        border-left: 8px solid rgb(13, 111, 150);
    }

    .nav li:nth-child(7n+4) {
        border-left: 8px solid rgb(10, 75, 117);
    }

    .nav li:nth-child(7n+5) {
        border-left: 8px solid rgb(16, 34, 44);
    }

    .nav li:nth-child(7n+6) {
        border-left: 8px solid rgb(9, 18, 25);
    }

    .nav li:nth-child(7n+7) {
        border-left: 8px solid rgb(9, 18, 25);
    } */

    .touch .nav a {
        padding: 0.8em;
    }
}

.noqbot-top-slider-results {
    /*background: #ffffff;*/
}

#noqbot-navigation {
    display: none;
}

.navbar-bottom {
    display: none;
    background: #084876;
    height: 40px;
}

ul.noqbot-navigation-block {
    padding: 0;
    margin: 0;
}

.noqbot-navigation {
    width: 100%;
    float: left;
    padding: 0;
    text-transform: uppercase;
    font: 14px/14px "Geometria-Bold", Arial, Helvetica, sans-serif;
}

.noqbot-navigation .noqbot-colhalf {
    position: relative;
    padding: 0;
}

.noqbot-navigation .noqbot-colhalf+.noqbot-colhalf {
    padding: 0;
    float: right;
}

.noqbot-navigation .noqbot-colhalf:after {
    top: 0;
    content: "";
    height: 1px;
    width: 0;
    background: #aeaeae;
    position: absolute;
}

.noqbot-navigation .noqbot-colhalf:first-child:after {
    right: 70px;
}

.noqbot-navigation .noqbot-colhalf:last-child:after {
    left: 70px;
}

.noqbot-navigation ul {
    z-index: 21;
    list-style: none;
    position: relative;
    background: none !important;
    text-align: center;
}

.noqbot-navigation ul ul {
    padding-left: 0px;
}

.noqbot-navigation .noqbot-colhalf+.noqbot-colhalf ul {
    float: left;
}

.noqbot-navigation ul li {
    /*float:left;*/
    display: inline-block;
    line-height: 16px;
    position: relative;
    line-height: 40px;
    list-style-type: none;
}

.noqbot-navigation ul li:after {
    position: absolute;
    content: "";
    left: 0;
    top: 1px;
    width: 0;
    background: #aeaeae;
}

.noqbot-navigation ul li.active:after,
.noqbot-navigation ul li:hover:after {
    width: 100%;
}

.noqbot-navigation>div>ul>li+li:before {
    bottom: 20px;
    left: -1px;
    width: 2px;
    height: 2px;
    position: absolute;
}

.noqbot-navigation ul li a {
    text-align: left;
    color: #fff;
    font-size: 16px;
}

.noqbot-navigation ul li ul {
    top: 120%;
    margin: 0;
    min-width: 180px;
    width: 320px;
    max-width: 480px;
    opacity: 0;
    visibility: hidden;
    background: #302e39;
    position: absolute;
}

.noqbot-navigation ul li ul li {
    display: block;
    width: 100%;
    padding: 0;
}

.noqbot-navigation ul li ul li a {
    padding: 0px 12px 0px 24px;
    line-height: 34px;
    /*height: 34px;*/
    display: block;
    position: relative;
}

.noqbot-navigation ul li ul li.noqbot-dropdown a:before {
    top: 50%;
    right: 30px;
    margin: -7px 0 0;
    content: "\f105";
    font-size: 14px;
    line-height: 14px;
    position: absolute;
    font-family: "FontAwesome", serif;
}

.noqbot-navigation ul>li:hover {
    background: #333 !important;
    color: #084876 !important;
}

.noqbot-navigation ul li ul li ul {
    top: 0;
    right: 120%;
    opacity: 0;
    visibility: hidden;
}

.noqbot-navigation ul>li:hover>ul,
.noqbot-navigation ul>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.noqbot-navigation ul>li:hover>ul {
    top: 100%;
    margin-left: -10px;
}

.noqbot-navigation ul>li>ul>li:hover>ul {
    top: 0;
    left: 330px;
    right: 0;
}

.noqbot-navigation ul>li>ul.flexMenu-popup>li:hover>ul {
    top: 0;
    left: -100%;
    margin: 0 -10px 0 0;
}

ul.noqbot-navigation-block ul.flexMenu-popup.more_dropdown .noqbot-tt {
    position: absolute;
    width: 14px;
    height: 14px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    margin-top: -24px;
    margin-right: 80%;
    transform: rotate(225deg);
    z-index: 22;
    left: 10px;
}

ul.noqbot-navigation-block ul.noqbot-dropdown-menu .noqbot-tt {
    position: absolute;
    width: 14px;
    height: 14px;
    border-top: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    margin-top: -24px;
    margin-right: 0;
    transform: rotate(45deg);
    z-index: 22;
    right: 10px;
}

/* ul.noqbot-navigation-block .noqbot-tt
{
position: absolute;
width: 14px;
height: 14px;
border-top: 4px solid #fff;
border-right: 4px solid #fff;
margin-top: -22px;
margin-left: 0;
transform: rotate(135deg);
z-index: 2;
} */

.noqbot-themetabs {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
}

.noqbot-themetabnav {
    top: 0;
    left: 0;
    list-style: none;
    position: relative;
    text-transform: uppercase;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 20px 20px;
    transform-origin: 20px 20px;
    font: 16px/56px "Oswald", Arial, Helvetica, sans-serif;
    z-index: 21;
}

.noqbot-themetabnav li {
    float: left;
    line-height: inherit;
    list-style-type: none;
    padding: 0;
}

.noqbot-themetabnav li a {
    color: #454545;
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin: 10px 0 10px 0;
    padding: 0 4px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    position: relative;
}

.noqbot-themetabnav li.active a,
.noqbot-themetabnav li a:hover {
    color: #00cfa2;
}

.noqbot-themetabcontent {
    padding: 0;
    height: auto;
}

.noqbot-themetabcontent .noqbot-section-heading {
    width: auto;
    float: none;
    overflow: hidden;
}

.noqbot-oldmatchresult {
    width: 100%;
    float: left;
    color: #084876;
}

.noqbot-oldmatchresult+.noqbot-oldmatchresult {
    margin: 8px 0 0;
}

.noqbot-oldmatchresult:hover {
    background: #084876;
}

.noqbot-player-number {
    width: 70px;
    height: 70px;
    float: left;
    padding: 13px;
    margin: 4px;
    background: transparent;
    color: #454545;
    text-align: center;
    text-transform: uppercase;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 44px;
    position: absolute;
    top: 0;
    left: 0;
}

.noqbot-player-number-mini {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 2px;
    margin: 8px;
    background: #ffffff;
    color: #454545;
    text-align: center;
    text-transform: uppercase;
    font-family: "Geometria-bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    position: absolute;
    border: 1px solid #454545;
    top: 0;
    left: 40px;
    z-index: 10000;
}

.noqbot-player-number-max {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 2px;
    margin: 45px;
    background: #ffffff;
    color: #454545;
    text-align: center;
    text-transform: uppercase;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    font-size: 28px;
    position: absolute;
    border: 1px solid #454545;
    top: 0;
    left: 0;
    z-index: 10000;
}

.noqbot-matchdate {
    width: 80px;
    height: 80px;
    float: left;
    color: #fff;
    padding: 14px 10px;
    margin: 4px;
    background: #454545;
    text-align: center;
    text-transform: uppercase;
    font: 36px/36px "Geometria-Bold", Arial, Helvetica, sans-serif;
}

.noqbot-btnsbox {
    position: absolute;
    right: 0;
    font: 18px/18px "Geometria-Bold", Arial, Helvetica, sans-serif;
    margin: 4px;
    padding: 4px;
}

.noqbot-matchdate span {
    display: block;
    font-size: 11px;
    line-height: 16px;
    padding: 2px 0;
}

.noqbot-oldmatchresult:hover .noqbot-matchdate,
.noqbot-oldmatchresult:hover .noqbot-matchdate span {
    color: #ffffff;
}

.noqbot-oldmatchresult .noqbot-matchdetail {
    width: auto;
    float: none;
    padding: 0;
    overflow: hidden;
}

.noqbot-theme-tag {
    text-transform: uppercase;
}

.noqbot-theme-site {
    color: #084876;
    font: 18px/18px "Geometria-Light", Arial, Helvetica, sans-serif;
}

.noqbot-oldmatchresult .noqbot-matchdetail .noqbot-theme-tag {
    float: left;
}

.noqbot-oldmatchresult:hover .noqbot-matchdetail .noqbot-theme-tag {
    color: #084876;
}

.noqbot-oldmatchresult .noqbot-matchdetail h4 {
    width: 90%;
    float: left;
    margin: 0;
    line-height: 14px;
    text-transform: uppercase;
    color: #000000;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.noqbot-oldmatchresult .noqbot-matchdetail address {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
}

.noqbot-oldmatchresult:hover .noqbot-matchdetail address {
    color: #fff;
}

.noqbot-oldmatchresult:hover {
    background: rgba(0, 207, 162, 0.15);
}

ul.noqbot-themetabnav {
    padding: 0;
}

.noqbot-section-heading h2 {
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #454545;
    border-bottom: 2px solid #454545;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
}

#noqbot-hotnews-block button.flickity-button.flickity-prev-next-button.previous,
#noqbot-hotnews-block button.flickity-button.flickity-prev-next-button.next {
    display: none;
}

.da-slidea a.da-link button {
    border: 2px solid #ffffff !important;
}

.noqbot-blogpost {
    width: 99%;
    padding: 0;
    margin-bottom: 2px;
    box-sizing: border-box;
}

.noqbot-post {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0 14px;
}

.noqbot-postimg {
    width: 100%;
    float: left;
    margin: 0;
    overflow: hidden;
    position: relative;
    background: transparent;
}

.noqbot-postimg a {
    z-index: 1;
    display: block;
    position: relative;
}

#noqbot-slide-img {
    width: 240px;
    height: 120px;
}

.noqbot-postimg a img {
    width: 100%;
    height: auto;
    display: block;
}

.noqbot-post:hover .noqbot-postimg a img {
    opacity: 0.6;
}

.noqbot-postimg figcaption {
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

.noqbot-share-button {
    right: 6px;
    top: 6px;
    z-index: 2;
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid transparent;
    padding: 4px;
    width: 40px;
    height: 40px;
    border-radius: 4px;
}

.noqbot-share-button:hover {
    background: rgba(0, 0, 0, 0.35);
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.noqbot-postmetadata {
    width: 100%;
    float: left;
    padding: 0 4px;
    font-size: 14px;
    line-height: 14px;
    list-style: none;
    text-transform: uppercase;
    height: auto;
}

ul.noqbot-postmetadata {
    margin: 0;
}

.noqbot-posttitle h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    height: auto;
    text-transform: uppercase;
}

.noqbot-share-icon {
    width: 100%;
    float: right;
    padding: 0 13px;
    font-size: 20px;
    line-height: 20px;
    list-style: none;
    text-transform: uppercase;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
}

#noqbot-news-circle-icon {
    font-size: 12px;
    color: #00cfa2;
    padding: 0 10px 0 0;
}

#noqbot-news-clock-icon {
    font-size: 16px;
    color: #000000;
    padding: 0 6px 0 0;
}

#noqbot-news-flash-icon {
    font-size: 20px;
    color: #ffd800;
    padding: 0 6px 0 0;
}

#noqbot-video-flash-icon {
    font-size: 14px;
    color: #00afa2cc;
    padding: 0 6px 0 0;
}

#noqbot-result-icon {
    font-size: 16px;
    color: #ffffff;
    padding: 0 10px 0 0;
}

#noqbot-last-result-icon {
    font-size: 20px;
    color: #454545;
    padding: 0 10px 0 0;
}

#noqbot-share-icon {
    font-size: 28px;
    color: #ffffff;
}

.noqbot-postmetadata li {
    float: left;
    padding: 0 13px;
    position: relative;
    list-style-type: none;
}

.noqbot-postmetadata li+li:before {
    top: 0;
    left: -2px;
    content: "/";
    color: #fff;
    position: absolute;
}

.noqbot-postmetadata li a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
}

.noqbot-posttitle {
    width: 100%;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    text-align: center;
    background: #084876;
}

.noqbot-posttitle-bestplayers {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    background: #ffffff;
}

.noqbot-posttitle h3 {
    padding: 0;
    line-height: 1.2;
}

.noqbot-posttitle-bestplayers h3 {
    padding: 0;
    font-size: 18px;
    line-height: 28px;
    height: 20px;
}

.noqbot-posttitle h3 a {
    margin: 0;
    font-size: 12px;
    line-height: 14px;
    color: #ffffff;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
}

#prev_matches_loader.noqbot-latestresult {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0;
}

.noqbot-latestresult {
    width: 100%;
    float: left;
    overflow: hidden;
    padding: 0 15px;
}

.noqbot-matchresult {
    width: 100%;
    float: left;
    z-index: 2;
    overflow: hidden;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg,
            #ffffff 50%,
            #e3e8e6 50%,
            #e3e8e6 100%,
            #ffffff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,
            #ffffff 50%,
            #e3e8e6 50%,
            #e3e8e6 100%,
            #ffffff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,
            #ffffff 50%,
            #e3e8e6 50%,
            #e3e8e6 100%,
            #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    position: relative;
    height: 400px;
}

.noqbot-matchresult:after {
    top: 0;
    right: 0;
    width: 47%;
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
}

.noqbot-matchresult:before {
    top: 0;
    right: 47%;
    content: "";
    z-index: -1;
    position: absolute;
}

.noqbot-box {
    width: 100%;
    float: left;
    position: relative;
}

.noqbot-matchresult .noqbot-box {
    background: url(../images/bg-pattran.png);
    height: 100%;
}

#noqbot-default-news img {
    height: auto;
}

.noqbot-score {
    width: 100%;
    height: 56px;
    position: absolute;
    z-index: 10;
}

.noqbot-score h3 {
    margin: 0;
    color: #fff;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
}

.noqbot-last-result-logo-home {
    width: 80%;
    height: auto;
    float: left;
}

.noqbot-last-result-logo-away {
    width: 80%;
    height: auto;
    float: right;
}

.noqbot-teamscore {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 24px;
    margin-top: 20px;
}

.noqbot-teamscore+.noqbot-teamscore {
    padding: 30px;
}

.noqbot-team-logo {
    padding: 0 20%;
    width: 80%;
    position: relative;
}

.noqbot-team-logo a {
    display: inline-block;
}

.noqbot-team-logo a img {
    display: block;
}

.noqbot-team-nameplusstatus {
    width: 100%;
    float: left;
    padding: 0;
    color: #ffffff;
    margin-top: 0;
}

.noqbot-team-nameplusstatus h4 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
}

.noqbot-playernameplusgoadtime {
    color: #454545;
    list-style: none;
    line-height: 14px;
    height: 50px;
}

.noqbot-playernamefoals {
    color: #454545;
    list-style: none;
    line-height: 14px;
    height: 30px;
}

.noqbot-playernameplusgoadtime,
.noqbot-playernamefoals,
.noqbot-playernameremovings {
    font-size: 13px;
    line-height: 13px;
}

.noqbot-playernameremovings {
    color: #454545;
    list-style: none;
    line-height: 14px;
    height: 30px;
}

ul.noqbot-playernameplusgoadtime {
    margin: 0;
}

ul.noqbot-playernamefoals {
    margin: 0;
}

ul.noqbot-playernameremovings {
    margin: 0;
}

.noqbot-playergoals {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.noqbot-playerfoals {
    margin-top: 26px;
    text-align: center;
    font-weight: bold;
}

.noqbot-playerremovings {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.noqbot-playernameplusgoadtime li {
    float: left;
    width: 100%;
    list-style-type: none;
    line-height: 18px;
}

.noqbot-matchscrollbar {
    width: 100%;
    float: left;
    /* height:480px; */
    margin: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.noqbot-team-nameplusstatus h4 a {
    color: #454545;
    font-weight: bold;
}

.noqbot-team-nameplusstatus h4 a:hover {
    color: #00cfa2;
    font-weight: bold;
}

.noqbot-matchtabnav {
    width: 100%;
    float: left;
    list-style: none;
    background: url(../images/bg-pattran.png);
}

.noqbot-matchtabnav li {
    width: 100%;
    float: left;
    margin: 0;
    list-style-type: none;
}

.noqbot-matchtabnav li:last-child {
    margin: 0;
}

.noqbot-matchtabnav li a {
    display: block;
}

.noqbot-match {
    width: 100%;
    float: left;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.noqbot-match .noqbot-box {
    width: 16%;
    float: left;
    text-align: center;
}

.noqbot-match .noqbot-box:first-child {
    text-align: left;
    width: 40% !important;
    padding: 0;
}

.noqbot-match .noqbot-box:last-child {
    text-align: right;
    width: 40% !important;
    padding: 0;
}

.noqbot-match .noqbot-box:first-child .noqbot-teamlogo {
    float: left;
    padding: 10px;
}

.noqbot-teamlogo img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.noqbot-match .noqbot-teamlogo a {
    display: block;
}

.noqbot-match .noqbot-teamlogo a img {
    display: block;
}

.noqbot-match h4 {
    margin: 0;
    overflow: hidden;
    font-size: 24px;
    line-height: 80px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-align: center;
}

.noqbot-match .noqbot-box:last-child .noqbot-teamlogo {
    float: right;
    padding: 10px;
}

.noqbot-match h3 {
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 80px;
    font-size: 36px;
    line-height: 80px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-align: center;
}

.noqbot-matchtabnav li.active a .noqbot-match,
.noqbot-allmatchstatus .swiper-slide-active .noqbot-match {
    background: #00cfa2;
}

.noqbot-matchtabnav li a:hover .noqbot-match,
.noqbot-allmatchstatus .noqbot-match:hover #noqbot-results-score h3 {
    color: #ffffff;
}

.techniclose {
    display: flex;
    max-width: 100%;
    margin-top: -20px;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: red;
}

.noqbot-match .tehnikheader {
    height: 75px;
}

#noqbot-results-score {
    position: relative;
}

@media (max-width: 767px) {
    .techniclose {
        display: contents;
    }
}

.noqbot-matchtabnav li a:hover .noqbot-match,
.noqbot-allmatchstatus .noqbot-match:hover {
    color: #454545;
    background-color: rgba(0, 207, 162, 0.5);
}

ul.thumbnails-prevmatches {
    margin-bottom: 0;
    list-style: none;
}

a.carousel-control-prevmatches.left {
    position: relative;
    float: left;
    height: 444px;
    margin-left: 0;
    width: auto;
    color: #084876;
}

a.carousel-control-prevmatches.right {
    position: relative;
    float: right;
    height: 444px;
    margin-left: 0;
    width: auto;
    color: #084876;
}

a#noqbot-news-slider-right-button,
.da-arrows-next {
    float: right;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    background: #084876;
    margin-left: 4px;
}

a#noqbot-news-slider-left-button,
.da-arrows-prev {
    float: right;
    font-size: 24px;
    line-height: 40px;
    color: #ffffff;
    background: #084876;
    margin-left: 4px;
}

#noqbot-best-players-navigation {
    border-bottom: 2px solid #454545;
    padding: 4px 0;
    margin-top: -6px;
}

#noqbot-youtube-button {
    margin-top: -5px;
    text-align: right;
    position: absolute;
    color: #fff;
    font-size: 24px;
    line-height: 78px;
    padding: 0 30px;
    font-family: Verdana, serif;
    text-transform: uppercase;
}

#noqbot-youtube-button:hover {
    color: #fff;
}

#noqbot-best-players-demo-button,
#noqbot-best-players-list-button {
    float: right;
    font-size: 24px;
    line-height: 50px;
    color: #454545;
    margin-left: 4px;
    width: 40px;
    height: 40px;
    padding: 0 16px;
}

.noqbot-ticket {
    width: 100%;
    float: left;
    padding: 0;
}

.noqbot-matchtabnav li:nth-child(2n) {
    background: rgba(0, 0, 0, 0.1);
}

.noqbot-matchtabnav li:nth-child(2n + 1) {
    background: rgba(255, 255, 255, 0.1);
}

.noqbot-ticket+.noqbot-ticket {
    margin: 10px 0 0;
}

.noqbot-ticket::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.noqbot-ticket:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.noqbot-ticket::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.2, 1.2);
}

.noqbot-ticket:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}

.noqbot-ticket:hover {
    /*box-sizing: border-box;
  display: flex;
  flex-direction: column;*/
    background-color: rgba(0, 207, 162, 0.5);
    position: relative;
    z-index: 5;
}

.noqbot-ticket:hover .noqbot-matchdate span,
.noqbot-ticket:hover .noqbot-matchdate {
    color: #00cfa2;
}

.noqbot-ticket .noqbot-matchdetail {
    width: 70%;
    padding: 4px;
}

.noqbot-ticket .noqbot-theme-tag {
    float: left;
}

.noqbot-ticket:hover .noqbot-theme-tag {
    color: #084876;
}

.noqbot-matchmetadata {
    margin: 0;
    width: 100%;
    float: left;
    color: #454545;
    font-size: 18px;
    list-style: none;
    line-height: 24px;
    text-align: left;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
}

.noqbot-matchmetadata li {
    float: left;
    line-height: 17px;
    position: relative;
    list-style-type: none;
}

.noqbot-matchmetadata li+li {
    padding: 0;
}

.noqbot-matchmetadata li+li:before {
    /* 	left:1px;
	bottom:0;
	content:',';
	position:absolute; */
}

.noqbot-matchmetadata li address {
    margin: 0;
    line-height: 17px;
    font-style: normal;
    padding: 0 10px;
}

span.noqbot-theme-tag {
    font-size: 20px;
    line-height: 22px;
    color: #454545 !important;
    position: relative;
    padding: 4px;
    text-transform: uppercase;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
}

.noqbot-theme-tag {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    text-align: left;
    padding: 0;
    text-transform: uppercase;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
}

player-data .noqbot-playcontent .noqbot-theme-tag {
    background: #00cfa2;
}

.noqbot-section-heading-small h3 {
    margin: 0;
    padding: 7px 0 3px 0;
    font-size: 24px;
    line-height: 24px;
    background: #084876;
    color: #ffffff;
    background: rgb(69, 69, 69);
    background: linear-gradient(50deg,
            rgba(69, 69, 69, 1) 0%,
            transparent 50%,
            transparent 50%);
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
}

#tourn_table .noqbot-section-heading-small h3 span {
    padding: 10px 30px;
}

.noqbot-section-heading-smallnews h3 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    background: #084876;
    color: #ffffff;
    background: rgb(69, 69, 69);
    background: linear-gradient(50deg,
            rgba(69, 69, 69, 1) 0%,
            transparent 90%,
            transparent 90%);
    text-transform: uppercase;
    border-bottom: 1px solid #000000;
}

.noqbot-player-data .noqbot-playcontent {
    margin: 0;
    padding: 15px 30px;
    border-bottom: 2px solid #084876;
}

.noqbot-player-data {
    width: 100%;
    float: left;
}

.noqbot-player-data .noqbot-playcontent {
    margin: 0;
    padding: 15px 30px;
    border-bottom: 2px solid #084876;
}

.noqbot-player-data .noqbot-playcontent .noqbot-theme-tag {
    color: #084876;
}

.noqbot-player-data .noqbot-playcontent .noqbot-stars {
    margin: 0;
}

.noqbot-player-info {
    margin: 0;
}

.noqbot-player-info ul {
    width: 100%;
    float: left;
    background: transparent;
    list-style: none;
    margin: 0;
    padding: 30px;
}

.noqbot-player-info ul>li {
    width: 50%;
    float: left;
    padding: 0 20px;
    line-height: 42px;
    list-style-type: none;
    color: #666;
    font-size: 24px;
    margin-bottom: 10px;
}

.noqbot-player-info ul>li:nth-child(odd) {
    width: 30%;
    text-transform: uppercase;
    font-size: 18px;
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0.05) 80%,
            rgba(255, 255, 255, 0.3) 80%);
}

.noqbot-player-info ul>li:nth-child(even) {
    width: 70%;
    /*background: #dae3ea;*/
    color: #084876;
}

.noqbot-player-info .playcontent-title {
    font-size: 22px !important;
    width: 100% !important;
    color: white !important;
    background: linear-gradient(135deg,
            #084876 0%,
            #084876 80%,
            rgba(255, 255, 255, 0.3) 80%) !important;
}

.noqbot-player-info ul li .noqbot-socialicons {
    float: left;
    margin: 2px 0 1px 0;
    background: none;
    border: 0;
}

.noqbot-player-info ul li .noqbot-socialicons li {
    width: auto;
    line-height: 16px;
    padding: 0 18px;
}

.noqbot-player-info ul li ul.noqbot-socialicons li+li {
    border: 0;
}

.noqbot-player-info ul li .noqbot-socialicons li:first-child {
    padding-left: 0;
}

.noqbot-player-info ul li .noqbot-socialicons li a {
    color: #084876;
}

.noqbot-player-info ul li .noqbot-socialicons li+li:before {
    width: 2px;
    height: 2px;
    background: #084876;
}

.noqbot-player-description .noqbot-section-heading {
    width: auto;
    float: none;
    overflow: hidden;
}

.noqbot-player-description .noqbot-description p {
    margin: 0 0 30px;
}

.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #084876;
    opacity: 0;
}

.noqbot-ticket h4 {
    width: 100%;
    float: left;
    margin: 2px 0;
    font-size: 24px;
    line-height: 24px;
}

.noqbot-upcomingmatch {
    width: 100%;
    float: left;
    height: 540px;
    overflow: hidden;
    margin: 0 0 10px;
}

.noqbot-upcomingmatch-tables {
    width: 100%;
    float: left;
    height: 540px;
    overflow: hidden;
    margin: 0 0 10px;
}

.noqbot-upcomingmatch .noqbot-match {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.noqbot-upcomingmatch-tables .noqbot-match {
    padding: 0;
    overflow: hidden;
    position: relative;
}

.noqbot-match address,
.noqbot-upcomingmatch .noqbot-match h3 {
    color: #fff;
}

.noqbot-upcomingmatch-tables .noqbot-match h3 {
    color: #fff;
}

.noqbot-matchdetail {
    width: 100%;
    float: left;
    padding: 20px;
    z-index: 1;
    position: relative;
}

.noqbot-matchhover {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 30px;
    position: absolute;
    background: #084876;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.noqbot-upcomingmatch .noqbot-match:hover .noqbot-matchhover {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.noqbot-upcomingmatch-tables .noqbot-match:hover .noqbot-matchhover {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.noqbot-matchhover address {
    width: 170px;
    float: left;
    margin: 5px 0;
    font-style: normal;
}

.noqbot-matchhover .noqbot-btnbox {
    overflow: hidden;
    float: none;
    width: auto;
    z-index: 1;
    text-align: right;
    position: relative;
}

.noqbot-matchhover .noqbot-btnbox .noqbot-btn {
    padding: 0 30px;
}

.noqbot-upcomingmatch .noqbot-match h3 {
    color: #084876;
}

.noqbot-upcomingmatch .noqbot-match+.noqbot-match {
    margin: 10px 0 0;
}

.noqbot-upcomingmatch .noqbot-match .noqbot-box {
    width: 10%;
}

.noqbot-upcomingmatch .noqbot-match .noqbot-box:last-child,
.noqbot-upcomingmatch .noqbot-match .noqbot-box:first-child {
    width: 45%;
}

.noqbot-upcomingmatch .noqbot-match .noqbot-box h3 {
    margin: 23px 0;
}

.noqbot-upcomingmatch-tables .noqbot-match h3 {
    color: #084876;
}

.noqbot-upcomingmatch-tables .noqbot-match+.noqbot-match {
    margin: 10px 0 0;
}

.noqbot-upcomingmatch-tables .noqbot-match .noqbot-box {
    width: 10%;
}

.noqbot-upcomingmatch-tables .noqbot-match .noqbot-box:last-child,
.noqbot-upcomingmatch-tables .noqbot-match .noqbot-box:first-child {
    width: 45%;
}

.noqbot-upcomingmatch-tables .noqbot-match .noqbot-box h3 {
    margin: 23px 0;
}

a.noqbot-btn:hover {
    color: #084876;
    text-decoration: none;
}

.noqbot-btn {
    padding: 8px 20px;
    background: #00cfa2;
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    height: 36px;
    line-height: 1.4;
    color: #084876 !important;
    margin: 2px 0;
    float: right;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart>li>a.noqbot-btn span,
.noqbot-btn span {
    z-index: 5;
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart>li>a.noqbot-btn:after,
.noqbot-btn:after {
    background: #fff !important;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    top: -50px;
    width: 50px;
    z-index: 5;
    position: absolute;
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.noqbot-sidenav .noqbot-nav ul li .noqbot-minicart>li>a.noqbot-btn:hover:after,
.noqbot-btn:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.noqbot-pointstable {
    width: 100%;
    float: left;
}

.noqbot-pointstable h2 {
    color: #084876;
}

.noqbot-pointstable-slider {
    width: 100%;
    float: left;
    height: auto;
    margin: 0;
    overflow: hidden;
}

.noqbot-pointtable {
    width: 100%;
    float: left;
    /* display: flex; */
}

.noqbot-pointtable::before {
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.noqbot-pointtable:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.noqbot-pointtable::after {
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.2, 1.2);
}

.noqbot-pointtable:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}

.noqbot-pointtable:hover {
    background-color: rgba(0, 207, 162, 0.5);
}

.noqbot-pointtable .noqbot-box {
    width: 50%;
    padding: 6px;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #454545;
}

.noqbot-pointtable-title {
    width: 100%;
    float: left;
    background: transparent;
    color: #084876;
}

.noqbot-pointtable-title-full {
    text-align: center;
    padding: 8px;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: #454545;
    /* height: 42px; */
    margin: 20px 0;
}

span.noqbot-pointtable-title-mini {
    text-align: center;
    padding: 2px;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: #454545;
    /* height: 20px; */
    margin-top: 20px;
    width: 100%;
}

h3.noqbot-pointtable-title {
    text-align: center;
    padding: 8px;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    /* height: 24px; */
}

.noqbot-pointtable-title .noqbot-box {
    /* background: rgba(0,0,0,0.05); */
    width: 50%;
    padding: 8px 0;
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.5);
    /* height: 41px; */
}

.noqbot-pointtable-title .noqbot-box:nth-child(1) {
    width: 5%;
    text-align: center;
}

.noqbot-pointtable-title .noqbot-box:nth-child(2) {
    width: 38%;
}

.noqbot-pointtable-title .noqbot-box:nth-child(3) {
    width: 8%;
    text-align: center;
}

.noqbot-pointtable-title .noqbot-box:nth-child(4) {
    width: 8%;
    text-align: center;
}

.noqbot-pointtable-title .noqbot-box:nth-child(5) {
    width: 8%;
    text-align: center;
}

.noqbot-pointtable-title .noqbot-box:nth-child(6) {
    width: 8%;
    text-align: center;
}

.noqbot-pointtable-title .noqbot-box:nth-child(7) {
    width: 13%;
    text-align: center;
}

.noqbot-pointtable-title .noqbot-box:nth-child(8) {
    width: 12%;
    text-align: center;
}

#table_and_nextmacthes .noqbot-pointtable .noqbot-box:nth-child(2) {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 40px;
    text-align: center;
}

.noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 38%;
}

.noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 8%;
    text-align: center;
}

.noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 8%;
    text-align: center;
}

.noqbot-pointtable .noqbot-box:nth-child(5) {
    width: 8%;
    text-align: center;
}

.noqbot-pointtable .noqbot-box:nth-child(6) {
    width: 8%;
    text-align: center;
}

.noqbot-pointtable .noqbot-box:nth-child(7) {
    width: 13%;
    text-align: center;
}

.noqbot-pointtable .noqbot-box:nth-child(8) {
    width: 12%;
    text-align: center;
    background: rgba(0, 207, 162, 0.2);
}

#noqbot-teamscore-home .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 10%;
    text-align: right;
}

.next_mathes {
    padding-left: 20px;
}

#noqbot-teamscore-home .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 90%;
    text-align: left;
}

#noqbot-teamscore-away .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 10%;
    text-align: right;
}

#noqbot-teamscore-away .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 90%;
    text-align: left;
}

#noqbot-famehall-tabletitle.noqbot-pointtable-title .noqbot-box:nth-child(1) {
    width: 8%;
    text-align: center;
}

#noqbot-famehall-tabletitle.noqbot-pointtable-title .noqbot-box:nth-child(2) {
    width: 19%;
    text-align: left;
}

#noqbot-famehall-tabletitle.noqbot-pointtable-title .noqbot-box:nth-child(3) {
    width: 38%;
    text-align: left;
}

#noqbot-famehall-tabletitle.noqbot-pointtable-title .noqbot-box:nth-child(2) {
    width: 27%;
    text-align: left;
}

#noqbot-famehall-tablecontent.noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 8%;
    text-align: center;
    /* height: 44px; */
    line-height: 44px;
    font-size: 32px;
}

@media (max-width: 1600px) {
    #noqbot-famehall-tablecontent.noqbot-pointtable .noqbot-box:nth-child(1) {
        width: 8%;
        text-align: center;
        /* height: 44px; */
        line-height: 44px;
        font-size: 22px;
    }
}

#noqbot-famehall-tablecontent.noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 27%;
    text-align: justify;
}

#noqbot-famehall-tablecontent.noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 32%;
    text-align: left;
    /* height: 44px; */
    line-height: 44px;
}

#noqbot-famehall-tablecontent.noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 20%;
    text-align: center;
    /* height: 44px; */
    line-height: 44px;
}

#match a:hover {
    color: #000000;
    text-decoration: underline;
}

#match .noqbot-pointtable:nth-child(2n + 1) {
    background: rgba(0, 0, 0, 0.1);
}

#match .noqbot-pointtable .noqbot-box {
    text-transform: none;
    color: #5f636b;
}

#match .noqbot-pointtable-title .noqbot-box:nth-child(1) {
    width: 10%;
    text-align: center;
}

#match .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 10%;
    text-align: center;
}

blockquote {
    background: #f7f7f7;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 1;
}

blockquote:after,
blockquote:before {
    position: absolute;
    font-size: 180px;
    line-height: 180px;
    font-family: "FontAwesome";
    color: #f0efef;
}

blockquote:after {
    content: "\f10d";
    top: -45px;
    left: 0;
}

blockquote:before {
    content: "\f10e";
    bottom: -60px;
    right: 0;
}

blockquote q {
    quotes: none;
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
    position: relative;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-align: left;
}

.wrapper-icons ul {
    list-style: none;
    padding: 20px;
    margin: 0;
}

.wrapper-icons ul li {
    width: 50px;
    height: 50px;
    line-height: 54px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #454545;
    float: left;
    transition: all 0.5s ease;
    list-style-type: none;
}

.wrapper-icons ul li .fa {
    color: #454545;
    margin-top: 4px;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover.facebook {
    border: 2px solid #00cfa2;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover .fa-facebook {
    color: #00cfa2;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover.twitter {
    border: 2px solid #00cfa2;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover .fa-twitter {
    color: #00cfa2;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover.instagram {
    border: 2px solid #00cfa2;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover .fa-instagram {
    color: #00cfa2;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover.fa-vkontakte {
    border: 2px solid #00cfa2;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover .fa-vkontakte {
    color: #00cfa2;
    transition: all 0.5s ease;
}

.wrapper-icons ul li .fa.fa-paper-plane {
    font-size: 1.2em;
}

.wrapper-icons ul li .fa.fa-envelope {
    font-size: 1.2em;
    line-height: 1em;
}

.wrapper-icons ul li:hover .fa.fa-paper-plane {
    color: #00cfa2;
    transition: all 0.8s ease;
}

.wrapper-icons ul li:hover .fa.fa-vk {
    color: #00cfa2;
    transition: all 0.8s ease;
}

.wrapper-icons ul li:hover .fa.fa-whatsapp {
    color: #00cfa2;
    transition: all 0.8s ease;
}

.wrapper-icons ul li:hover .fa.fa-envelope {
    color: #00cfa2;
    transition: all 0.8s ease;
}

.wrapper-icons ul li:hover.google {
    border: 2px solid #00cfa2;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover .fa-google {
    color: #00cfa2;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover.whatsapp {
    border: 2px solid #00cfa2;
    transition: all 0.5s ease;
}

.wrapper-icons ul li:hover .fa-whatsapp {
    color: #00cfa2;
    transition: all 0.5s ease;
}

@media screen and (max-width: 640px) {
    .wrapper-icons {
        width: 350px;
    }

    .wrapper-icons ul li {
        margin-top: 10px;
    }

    .wrapper-icons ul li.google {
        margin-left: 0;
    }
}

@media screen and (max-width: 340px) {
    .wrapper-icons {
        width: 150px;
    }

    .wrapper-icons ul li {
        margin: 15px;
    }

    .wrapper-icons ul li.google {
        margin-left: 15px;
    }
}

.container-symbolic-team {
    width: 100%;
    height: 620px;
    position: relative;
    background-image: url(../images/player/ground.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.container-symbolic-team div {
    position: absolute;
    background: transparent;
}

.symbolic-team-gk {
    width: 20%;
    padding-bottom: 20%;
    top: 60%;
    left: 40%;
}

.symbolic-team-ld {
    width: 20%;
    padding-bottom: 20%;
    top: 50%;
    left: 10%;
}

.symbolic-team-rd {
    width: 20%;
    padding-bottom: 20%;
    top: 50%;
    right: 10%;
}

.symbolic-team-cf {
    width: 20%;
    padding-bottom: 20%;
    top: 10%;
    left: 40%;
}

.symbolic-team-lf {
    width: 20%;
    padding-bottom: 20%;
    top: 15%;
    left: 16%;
}

.symbolic-team-rf {
    width: 20%;
    padding-bottom: 20%;
    top: 15%;
    right: 16%;
}

.noqbot-symbolic-team-photo {
    position: relative;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0 0 0 30px transparent;
    background: rgba(255, 255, 255, 0.8);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow 0.6s ease-in-out;
    -moz-transition: box-shadow 0.6s ease-in-out;
    -o-transition: box-shadow 0.6s ease-in-out;
    -ms-transition: box-shadow 0.6s ease-in-out;
    transition: box-shadow 0.6s ease-in-out;
    border: 6px solid transparent;
}

.symbolic-team-gk .noqbot-symbolic-team-photo {
    position: relative;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0 0 0 30px transparent;
    background: rgba(0, 207, 162, 0.8);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: box-shadow 0.6s ease-in-out;
    -moz-transition: box-shadow 0.6s ease-in-out;
    -o-transition: box-shadow 0.6s ease-in-out;
    -ms-transition: box-shadow 0.6s ease-in-out;
    transition: box-shadow 0.6s ease-in-out;
    border: 6px solid transparent;
}

.noqbot-symbolic-team-photo:hover {
    border: 6px solid rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    -webkit-transition: box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    -ms-transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
}

.symbolic-team-gk .noqbot-symbolic-team-photo:hover {
    border: 6px solid rgba(0, 207, 162, 1);
    box-shadow: 0 0 0 0 rgba(0, 207, 162, 0.5);
    -webkit-transition: box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    -ms-transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
}

.noqbot-symbolic-player-text {
    z-index: 100;
    position: absolute;
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    height: auto;
    width: 100%;
}

p.noqbot-symbolic-player-name {
    z-index: 100;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    text-shadow: 2px 2px 2px #454545, 0 2px 2px #454545, -2px 0 2px #454545,
        0 -2px 2px #454545;
    text-indent: 0;
}

p.noqbot-symbolic-player-position {
    z-index: 100;
    position: relative;
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    text-align: center;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 45px;
    width: 50px;
    float: right;
    height: 50px;
    padding: 10px 0;
    left: 28px;
    background: #454545;
    margin: -65% 0 0 0;
    text-indent: 0;
}

p.noqbot-symbolic-team-name {
    z-index: 100;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    /* background:rgba(255,255,255,0.85); */
    padding: 0;
    margin: 4px 0 0 0;
    text-shadow: 3px 3px 3px #454545, 0 3px 3px #454545, -3px 0 3px #454545,
        0 -3px 3px #454545;
    text-indent: 0;
}

.noqbot-info-prevmatches {
    padding: 24px 0;
}

.noqbot-name-tournament {
    font-size: 18px;
    color: #454545;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    background: transparent;
    padding: 2px 0;
    text-align: center;
}

.noqbot-map-tournament {
    font-size: 18px;
    color: #454545;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    background: transparent;
    padding: 2px 0;
    text-align: center;
}

.noqbot-data-tournament {
    font-size: 18px;
    color: #454545;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    background: transparent;
    padding: 2px 0;
    text-align: center;
}

#noqbot-type-sport-football.noqbot-matchdetail {
    padding: 4px 10px;
}

form.noqbot-formfilter .noqbot-select {
    margin: 2px;
}

form.noqbot-formfilter {
    padding: 4px;
}

.noqbot-formfilter .noqbot-select select {
    height: 34px;
    line-height: 34px;
    padding: 0px 10px;
    line-height: 24px;
    color: #454545;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.noqbot-select select {
    width: 100%;
    z-index: 1;
    color: #666;
    height: 70px;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 20px;
    position: relative;
    background: #fff;
    border-color: #ddd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: capitalize;
}

textarea,
select,
.noqbot-select select,
.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
    color: #666;
    height: 50px;
    background: #fff;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 20px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
}

.noqbot-form-search fieldset .form-control {
    border: 0;
    color: #fff;
    z-index: 1;
    height: 60px;
    padding: 10px 0;
    font-size: 36px;
    line-height: 40px;
    position: relative;
    background: transparent;
    border-bottom: 1px solid #fff;
}

.noqbot-player {
    width: 100%;
    float: left;
    height: 150px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.3);
    border: 4px solid transparent;
}

.noqbot-player+.noqbot-player {
    margin: 10px 0 0;
}

.noqbot-player:hover {
    height: 150px;
    /* 	background:#084876 url(../images/bg-pattran.png) no-repeat; */
    background: rgba(255, 255, 255, 0.75);
    border: 4px solid rgba(255, 255, 255, 1);
}

.noqbot-player figure {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
}

.noqbot-player figure a {
    display: block;
}

.noqbot-player figure a img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.noqbot-playcontent {
    width: 100%;
    float: left;
    padding: 10px 0;
}

.noqbot-playcontent h3 {
    margin: 11px 0;
    width: 100%;
    float: left;
    font-size: 28px;
    line-height: 32px;
}

.noqbot-playcontent .noqbot-stars {
    margin: 0 0 20px;
}

.noqbot-playcontent .noqbot-description {
    color: #fff;
    padding: 20px 0;
    border-top: 1px solid #aeaeae;
}

.noqbot-playcontent .noqbot-description p {
    margin: 0;
}

.noqbot-playcontent .noqbot-socialicons {
    width: 100%;
    float: left;
}

.noqbot-playcontent .noqbot-socialicons li {
    display: block;
    float: left;
}

.noqbot-playcontent .noqbot-socialicons li:first-child {
    padding-left: 0;
}

h3.noqbot-count-prevmatches a {
    color: #454545;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
}

h3.noqbot-count-prevmatches a:hover {
    color: #00cfa2;
    font-weight: bold;
}

.slide--parent {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    height: auto;
}

.slide--banner {
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    height: auto;
    margin-bottom: 50px;
}

h1 {
    letter-spacing: 10px;
    color: #343434;
    margin: 0;
}

small {
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0.5em;
    display: inline-block;
    color: #999;
    position: relative;
    padding-left: 3em;
}

small:after {
    content: "";
    position: absolute;
    left: -0em;
    top: 50%;
    height: 4px;
    width: 2.4em;
    background: red;
    transform: translateY(-50%);
}

.parent--el {
    width: 100%;
    max-width: 100%;
    margin: auto;
}

.parent--el .two--col {
    display: flex;
}

figure {
    margin: 0;
}

.is-item {
    width: 100%;
}

.is-item.has--img {
    width: 100%;
}

.the-img {
    width: 40%;
    position: relative;
    overflow: hidden;
}

.the-img img {
    width: auto;
}

.the-img-mini {
    position: relative;
    overflow: hidden;
}

.the-img-mini img {
    width: auto;
}

.is-item--inner {
    padding: 0 1em;
}

hr {
    margin: 0.5em 0;
    height: 4px;
    background: #eee;
    border: none;
}

.the-img {
    overflow: hidden;
}

.the-img img {
    position: relative;
    transform: translateX(100%);
    transition: all 600ms ease;
}

.the-img-mini {
    overflow: hidden;
}

.the-img-mini img {
    position: relative;
    transition: all 600ms ease;
}

.is-item--inner p {
    transform: translateY(15px);
    position: relative;
    opacity: 0;
    transition: all 400ms ease;
}

h1 {
    overflow: hidden;
}

h1 span {
    transform: translateY(100%);
    position: relative;
    transition: all 500ms ease;
    display: inline-block;
}

hr {
    width: 0;
    max-width: 8em;
    transition: all 2500ms ease;
}

small {
    transform: translateY(10px);
    opacity: 0;
    transition: all 100ms ease;
}

small:after {
    width: 0;
    max-width: 2.4em;
    transition: all 1500ms ease;
}

.parent--el.is-selected .the-img {
    overflow: hidden;
}

.parent--el.is-selected .the-img img {
    position: relative;
    transform: translateX(0%);
    transition-delay: 500ms;
}

.parent--el.is-selected .is-item--inner p {
    transform: translateY(0px);
    transition-delay: 500ms;
    position: relative;
    opacity: 1;
    color: #084876;
    text-align: justify;
}

.parent--el.is-selected .is-item--inner p:nth-of-type(2) {
    color: red;
    transition-delay: 700ms;
}

.parent--el.is-selected .is-item--inner p:nth-of-type(3) {
    transition-delay: 900ms;
}

.parent--el.is-selected h1 {
    overflow: hidden;
}

.parent--el.is-selected h1 span {
    transform: translateY(0%);
    position: relative;
    transition-delay: 400ms;
    display: inline-block;
}

.parent--el.is-selected hr {
    width: 100%;
    max-width: 8em;
    transition-delay: 500ms;
}

.parent--el.is-selected small {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 400ms;
}

.parent--el.is-selected small:after {
    width: 100%;
    transition-delay: 600ms;
    max-width: 2.4em;
}

.flickity-button,
.flickity-page-dots {
    /* display: none; */
}

.flickity-page-dots {
    position: relative;
}

.flickity-button {
    display: none;
}

.flickity-page-dots li {
    cursor: pointer;
    display: inline-block;
    height: 30px;
    margin: 10px !important;
    position: relative;
    width: 30px;
}

.flickity-page-dots li:after {
    content: " ";
    display: block;
    height: 12px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 30px;
}

#noqbot-choicer-bestplayers {
    margin-top: 44px;
}

/* Начало: Стрелки влево/вправо для слайдера - Общий стиль для всех стрелок */

button.flickity-button.flickity-prev-next-button.previous,
button.flickity-button.flickity-prev-next-button.next {
    width: 48px;
    position: absolute;
    border: 0;
    background: transparent;
    margin-top: 9px;
}

/* Конец: Стрелки влево/вправо для слайдера - Общий стиль для всех стрелок */

/* Начало: Стрелки влево/вправо для слайдера - Блок "Сыгранные матчи - Медиа" */

#video-prevmatch-slider button.flickity-button.flickity-prev-next-button.previous,
#video-prevmatch-slider button.flickity-button.flickity-prev-next-button.next {
    margin-top: 200px;
    z-index: 20;
}

/* Конец: Стрелки влево/вправо для слайдера - Блок "Сыгранные матчи - Медиа" */

/* #noqbot-top-slider-mobile button.flickity-button.flickity-prev-next-button.previous,
#noqbot-top-slider-mobile button.flickity-button.flickity-prev-next-button.next{
	display: none;
}

#noqbot-top-slider-mobile .flickity-page-dots {

	padding: 0 auto;
	width: 80%;
	padding: 0 10%;
}

#noqbot-top-slider-mobile .flickity-page-dots li{

display: inline-block;
    width: 10px;
    height: 10px;
	padding: 0 auto;
    margin: 10px 1%;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

#noqbot-top-slider-mobile .flickity-page-dots li.dot.is-selected{
	background: #00cfa2;
} */

#noqbot-top-slider-full button.flickity-button.flickity-prev-next-button.previous,
#noqbot-top-slider-full button.flickity-button.flickity-prev-next-button.next {
    display: block;
    position: absolute;
    width: 40px;
}

#noqbot-top-slider-full button.flickity-button.flickity-prev-next-button.previous:hover,
#noqbot-top-slider-full button.flickity-button.flickity-prev-next-button.next:hover {
    color: #00cfa2;
}

#noqbot-top-slider-full button.flickity-button.flickity-prev-next-button.previous {
    top: -15px;
    float: left;
    z-index: 20;
    position: relative;
}

#noqbot-top-slider-full button.flickity-button.flickity-prev-next-button.next {
    top: -15px;
    float: right;
    z-index: 20;
    position: relative;
}

#noqbot-top-slider-full .slide--parent {
    height: 120px;
}

#noqbot-top-slider-full .flickity-page-dots {
    bottom: 20px !important;
}

#noqbot-top-slider-full .flickity-page-dots,
.news_carusel .flickity-page-dots,
#noqbot-hotnews-block .flickity-page-dots {
    position: relative;
    width: 100%;
    bottom: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

#noqbot-top-slider-full .flickity-page-dots li,
.news_carusel .flickity-page-dots li,
#noqbot-hotnews-block .flickity-page-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 10px 1%;
    background: #333;
    border-radius: 50%;
    border: none;
    opacity: 0.25;
    cursor: pointer;
}

#noqbot-top-slider-full .flickity-page-dots li.dot.is-selected,
.news_carusel .flickity-page-dots li.dot.is-selected,
#noqbot-hotnews-block .flickity-page-dots li.dot.is-selected {
    background: #00cfa2;
}

#noqbot-top-slider-full .flickity-page-dots li:hover,
.news_carusel .flickity-page-dots li:hover,
#noqbot-hotnews-block .flickity-page-dots li:hover {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    background: #00cfa2;
    border: none;
    opacity: 1;
}

#noqbot-top-slider-full .flickity-page-dots li:after,
.news_carusel .flickity-page-dots li:after,
#noqbot-hotnews-block .flickity-page-dots li:after {
    content: " ";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 30px;
}

#noqbot-prevmatches-slider button.flickity-button.flickity-prev-next-button.previous,
#noqbot-prevmatches-slider button.flickity-button.flickity-prev-next-button.next {
    display: block;
    position: absolute;
    width: 40px;
}

#noqbot-prevmatches-slider button.flickity-button.flickity-prev-next-button.previous:hover,
#noqbot-prevmatches-slider button.flickity-button.flickity-prev-next-button.next:hover {
    color: #00cfa2;
}

#noqbot-prevmatches-slider button.flickity-button.flickity-prev-next-button.previous,
#noqbot-prevmatches-slider button.flickity-button.flickity-prev-next-button.next {
    display: none;
    bottom: 35px;
    z-index: 20;
    bottom: 0;
}

#noqbot-prevmatches-slider .slide--parent {
    height: auto;
}

#noqbot-prevmatches-slider .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 36px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

#noqbot-prevmatches-slider .flickity-page-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 10px 1%;
    background: #333;
    border-radius: 50%;
    border: none;
    opacity: 0.25;
    cursor: pointer;
}

#noqbot-prevmatches-slider .flickity-page-dots li.dot.is-selected {
    background: #00cfa2;
}

#noqbot-prevmatches-slider .flickity-page-dots li:hover {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    background: #00cfa2;
    border: none;
    opacity: 1;
}

#noqbot-prevmatches-slider .flickity-page-dots li:after {
    content: " ";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 30px;
}

#noqbot-prevmatches-slider .noqbot-matchscrollbar {
    height: 444px;
}

#table_and_nextmacthes .noqbot-matchscrollbar {
    height: 480px;
}

#noqbot-nextmatches-slider button.flickity-button.flickity-prev-next-button.previous,
#noqbot-nextmatches-slider button.flickity-button.flickity-prev-next-button.next {
    /* display: block; */
    position: absolute;
    width: 40px;
}

#noqbot-nextmatches-slider button.flickity-button.flickity-prev-next-button.previous:hover,
#noqbot-nextmatches-slider button.flickity-button.flickity-prev-next-button.next:hover {
    color: #00cfa2;
}

#noqbot-nextmatches-slider button.flickity-button.flickity-prev-next-button.previous,
#noqbot-prevmatches-slider button.flickity-button.flickity-prev-next-button.previous {
    bottom: -5px;
    z-index: 20;
    left: 24px;
}

#noqbot-nextmatches-slider button.flickity-button.flickity-prev-next-button.next {
    bottom: -5px;
    z-index: 20;
}

#noqbot-nextmatches-slider .slide--parent {
    height: auto;
}

#noqbot-nextmatches-slider .flickity-page-dots {
    position: relative;
    width: 100%;
    bottom: 36px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

#noqbot-nextmatches-slider .flickity-page-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 10px 1%;
    background: #333;
    border-radius: 50%;
    border: none;
    opacity: 0.25;
    cursor: pointer;
}

#noqbot-nextmatches-slider .flickity-page-dots li.dot.is-selected {
    background: #00cfa2;
}

#noqbot-nextmatches-slider .flickity-page-dots li:hover {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    background: #00cfa2;
    border: none;
    opacity: 1;
}

#noqbot-nextmatches-slider .flickity-page-dots li:after {
    content: " ";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 30px;
}

#best-players-slider button.flickity-button.flickity-prev-next-button.previous,
#best-players-slider button.flickity-button.flickity-prev-next-button.next {
    display: none;
    position: absolute;
    width: 40px;
}

#best-players-slider button.flickity-button.flickity-prev-next-button.previous:hover,
#best-players-slider button.flickity-button.flickity-prev-next-button.next:hover {
    color: #00cfa2;
}

#best-players-slider button.flickity-button.flickity-prev-next-button.previous {
    bottom: 4px;
    z-index: 20;
}

#best-players-slider button.flickity-button.flickity-prev-next-button.next {
    bottom: 4px;
    z-index: 20;
}

#best-players-slider .slide--parent {
    height: auto;
}

#best-players-slider .flickity-page-dots {
    position: relative;
    width: 100%;
    bottom: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

#best-players-slider .flickity-page-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 10px 1%;
    background: #333;
    border-radius: 50%;
    border: none;
    opacity: 0.25;
    cursor: pointer;
}

#best-players-slider .flickity-page-dots li.dot.is-selected {
    background: #00cfa2;
}

#best-players-slider .flickity-page-dots li:hover {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    background: #00cfa2;
    border: none;
    opacity: 1;
}

#best-players-slider .flickity-page-dots li:after {
    content: " ";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 30px;
}

#noqbot-famehall-description {
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    width: 100%;
    margin-top: 30px;
}

.noqbot-section-heading-youtube h2 {
    font-size: 18px !important;
    line-height: 20px !important;
    padding: 0 0 0 10px;
    text-align: left;
    text-transform: uppercase;
    color: #454545;
    border-bottom: 2px solid #454545;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    margin-top: 10px;
    margin-bottom: 4px;
}

#video-gallery-slider .cssui-usercard__control {
    bottom: 0;
    margin: 30px 0 0 0;
}

#video-gallery-slider .cssui-slider {
    height: 28rem;
}

/* #video-gallery-slider .img-responsive{
	border: 10px solid rgba(255,255,255,0.5) !important;
}

 #video-gallery-slider .img-responsive:hover{
	border: 10px solid rgba(0,207,162,0.5) !important;
} */

#video-gallery-slider button.flickity-button.flickity-prev-next-button.previous,
#video-gallery-slider button.flickity-button.flickity-prev-next-button.next {
    /* display: block; */
    position: absolute;
    width: 40px;
}

#video-gallery-slider button.flickity-button.flickity-prev-next-button.previous:hover,
#video-gallery-slider button.flickity-button.flickity-prev-next-button.next:hover {
    color: #00cfa2;
}

#video-gallery-slider button.flickity-button.flickity-prev-next-button.previous {
    bottom: 4px;
    z-index: 20;
}

#video-gallery-slider button.flickity-button.flickity-prev-next-button.next {
    bottom: 4px;
    z-index: 20;
}

#video-gallery-slider .slide--parent {
    height: auto;
}

#noqbot-videogallery-full {
    /*height: 200px;*/
}

#noqbot-photogallery-full {
    /*height: 200px;*/
}

#video-gallery-slider .flickity-page-dots {
    position: relative;
    width: 100%;
    bottom: 21px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

#video-gallery-slider .flickity-page-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 10px 1%;
    background: #333;
    border-radius: 50%;
    border: none;
    opacity: 0.25;
    cursor: pointer;
}

#video-gallery-slider .flickity-page-dots li.dot.is-selected {
    background: #00cfa2;
}

#video-gallery-slider .flickity-page-dots li:hover {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    background: #00cfa2;
    border: none;
    opacity: 1;
}

#video-gallery-slider .flickity-page-dots li:after {
    content: " ";
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 30px;
}

#noqbot-photogallery-full {
    display: block;
}

#noqbot-photogallery-mobile {
    display: none;
}

#noqbot-videogallery-full {
    display: block;
}

#noqbot-videogallery-mobile {
    display: none;
}

#photo-gallery-slider .cssui-usercard__control {
    bottom: 0;
    margin: 30px 0 0 0;
}

#photo-gallery-slider .cssui-slider {
    height: 27.7rem;
}

#photo-gallery-slider .img-responsive {
    border: 10px solid rgba(255, 255, 255, 0.5);
    width: auto;
    max-width: 100%;
    height: 160px;
}

#photo-gallery-slider .img-responsive:hover {
    border: 10px solid rgba(0, 207, 162, 0.5);
}

#photo-gallery-slider button.flickity-button.flickity-prev-next-button.previous,
#photo-gallery-slider button.flickity-button.flickity-prev-next-button.next {
    display: block;
    position: absolute;
    width: 40px;
}

#photo-gallery-slider button.flickity-button.flickity-prev-next-button.previous:hover,
#photo-gallery-slider button.flickity-button.flickity-prev-next-button.next:hover {
    color: #00cfa2;
}

#photo-gallery-slider button.flickity-button.flickity-prev-next-button.previous {
    bottom: 4px;
    z-index: 20;
}

#photo-gallery-slider button.flickity-button.flickity-prev-next-button.next {
    bottom: 4px;
    z-index: 20;
}

#photo-gallery-slider .slide--parent {
    height: auto;
}

#photo-gallery-slider .flickity-page-dots {
    position: relative;
    width: 100%;
    bottom: 6px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

#photo-gallery-slider .flickity-page-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 10px 1%;
    background: #333;
    border-radius: 50%;
    border: none;
    opacity: 0.25;
    cursor: pointer;
}

#photo-gallery-slider .flickity-page-dots li.dot.is-selected {
    background: #00cfa2;
}

#photo-gallery-slider .flickity-page-dots li:hover {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    background: #00cfa2;
    border: none;
    opacity: 1;
}

#photo-gallery-slider .flickity-page-dots li:after {
    content: " ";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 30px;
}

#noqbot-options-year .flickity-page-dots {
    display: none;
}

#noqbot-options-year button.flickity-button.flickity-prev-next-button.previous,
#noqbot-options-year button.flickity-button.flickity-prev-next-button.next {
    display: none;
}

#noqbot-options-typesports .flickity-page-dots {
    display: none;
}

#noqbot-options-typesports button.flickity-button.flickity-prev-next-button.previous,
#noqbot-options-typesports button.flickity-button.flickity-prev-next-button.next {
    display: none;
}

#noqbot-options-tournament .flickity-page-dots {
    display: none;
}

#noqbot-options-tournament button.flickity-button.flickity-prev-next-button.previous,
#noqbot-options-tournament button.flickity-button.flickity-prev-next-button.next {
    display: none;
}

.noqbot-button-menu {
    position: absolute;
    top: 0;
    left: 0;
}

/* #best-players-slider button.flickity-button.flickity-prev-next-button.previous,
#best-players-slider button.flickity-button.flickity-prev-next-button.next{
	display: none;
}

#best-players-slider .flickity-page-dots {
	padding: 0 auto;
	width: 80%;
	padding: 0 10%;
}

#best-players-slider .flickity-page-dots li{
	display: inline-block;
    width: 10px;
    height: 10px;
	padding: 0 auto;
    margin: 10px 1%;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

#best-players-slider .flickity-page-dots li.dot.is-selected{
	background: #00cfa2;
}

#best-players-slider .flickity-page-dots li:hover{
	cursor: pointer;
    display: inline-block;
    height: 10px;
    position: relative;
	background: #00cfa2;
}

#best-players-slider .flickity-page-dots li:after {
	content: " ";
    display: block;
    height: 12px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 30px;
} */

button.flickity-button.flickity-prev-next-button.previous {
    left: 0;
}

button.flickity-button.flickity-prev-next-button.next {
    right: 0;
}

.navbar-button-left {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    font-size: 24px;
    padding: 2px 0 0 0;
    position: fixed;
    top: 6px;
    left: 6px;
    background: transparent;
}

.navbar-button-right {
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    font-size: 24px;
    padding: 3px 0 0 0;
    position: fixed;
    top: 6px;
    right: 6px;
    border: 1px solid #fff;
    background: #084876;
}

.navbar-button-left a,
.navbar-button-right a {
    color: #ffffff;
}

#video-gallery-slider {
    display: block;
}

#noqbot-prevmatches-slider {
    height: 440px;
}

#best-players-slider .flickity-viewport {
    height: 495px !important;
}

#best-players-list .flickity-viewport {
    height: 500px !important;
}

#photo-gallery-slider .flickity-viewport {
    /* height: 240px !important; */
}

#video-gallery-slider .flickity-viewport {
    /* height: 280px !important; */
}

.right_abs_parent {
    position: relative;
}

.right_abs_parent .btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

.cssui-usercard {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    position: relative;
    z-index: 5;
}

/* .cssui-teamcard_mini{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background-color: rgba(255,255,255,1.0);
  margin: 2px auto;
  position: relative;
  z-index: 5;
} */

.cssui-teamcard_mini {
    color: #fff;
    transition: all 0.5s;
    position: relative;
}

.cssui-teamcard_mini::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.cssui-teamcard_mini:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.cssui-teamcard_mini::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.2, 1.2);
}

.cssui-teamcard_mini:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}

.cssui-teamcard_mini:hover {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 207, 162, 0.5);
    position: relative;
    z-index: 5;
}

.cssui-teamcard_mini {
    color: #fff;
    transition: all 0.5s;
    position: relative;
}

.cssui-usercard_mini::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.cssui-usercard_mini:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}

.cssui-usercard_mini::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.2, 1.2);
}

.cssui-usercard_mini:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}

.cssui-usercard_mini:hover {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 207, 162, 0.5);
    position: relative;
    z-index: 5;
}

.cssui-usercard_mini {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    z-index: 5;
    padding: 2px 2px 2px 40px;
}

#noqbot-background-points {
    background: transparent;
    background: linear-gradient(60deg,
            transparent 0%,
            transparent 18%,
            rgba(255, 255, 255, 0.5) 18%);
    height: 32px;
}

@media screen and (min-width: 641px) {
    .cssui-usercard {
        width: 100%;
    }
}

.cssui-usercard__body {
    padding-bottom: 2rem;
    flex-grow: 2;
    background: transparent;
}

.cssui-teamcard__body_mini {
    padding-bottom: 0;
    flex-grow: 2;
    color: #084876;
    height: 48px;
}

#noqbot-bestplayers-tab .cssui-teamcard__body_mini {
    height: 53px;
}

form.noqbot-commentform textarea {
    width: 100%;
    height: 100px;
}

.cssui-usercard__body_mini {
    padding-bottom: 0;
    flex-grow: 2;
    background: transparent;
    color: #084876;
    height: 95px;
}

.cssui-usercard__header {
    padding: 2rem 5%;
    display: flex;
    align-items: center;
    background: transparent;
    color: #084876;
}

.cssui-teamcard__header_mini {
    padding: 0;
    display: flex;
    align-items: center;
    color: #084876;
    height: 100%;

    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}

.cssui-usercard__header_mini {
    padding: 0 2%;
    display: flex;
    align-items: center;
    color: #084876;
}

.transition {
    transition: 3s;
}

.cssui-usercard__avatar {
    border-radius: 50%;
    border: 8px solid #454545;
    box-sizing: border-box;
    padding: 4px;
}

#noqbot-bestteams-tab .row {
    height: 610px;
}

#noqbot-bestplayers-tab .row {
    height: 610px;
}

#best-players-slider .row {
    height: 584px;
}

#best-players-list .row {
    height: 584px;
}

figure.the-img {
    border-radius: 50%;
    border: 4px solid #00cfa2;
    box-sizing: border-box;
    margin: 0 4%;
    width: 20rem;
    height: auto;
    padding: 8px;
}

figure.the-img::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    width: 100px;
    height: 200px;
    background: white;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border-left: none;
}

figure.the-img::after {
    position: absolute;
    top: 80%;
    right: 36%;
    font-size: 28px;
    font-weight: bold;
    background: #ffffff;
    text-align: center;
    border-radius: 16%;
    border: 1px solid #454545;
    width: 50px;
    height: 50px;
    z-index: 5;
    line-height: 38px;
}

figure.the-img-mini {
    border-radius: 50%;
    border: 4px solid #00cfa2;
    box-sizing: border-box;
    margin: 0;
    height: auto;
    padding: 3px;
}

figure.the-img-mini::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    width: 100px;
    height: 200px;
    background: white;
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
    border-left: none;
}

figure.the-img-mini::after {
    position: absolute;
    top: 80%;
    right: 36%;
    font-size: 28px;
    font-weight: bold;
    background: #ffffff;
    text-align: center;
    border-radius: 16%;
    border: 1px solid #454545;
    width: 50px;
    height: 50px;
    z-index: 5;
    line-height: 38px;
}

.cssui-playercard__avatar_mini {
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 0 0 6%;
    width: 5rem;
    height: 5rem;
    border: 2px solid #00cfa2;
}

.cssui-teamcard__avatar_mini {
    border-radius: 50%;
    box-sizing: border-box;
    margin: 0 0 0 2%;
    width: 6rem;
    height: 6rem;
}

.cssui-usercard__avatar_mini {
    border-radius: 50%;
    border: 4px solid #454545;
    box-sizing: border-box;
    margin: 0;
    width: 8rem;
    height: 8rem;
}

.cssui-usercard__header-info {
    text-align: left;
    margin-top: -20px;
    margin-left: 20px;
}

.cssui-usercard__header-info_mini {
    text-align: left;
    margin-top: -10px;
    margin-left: 20px;
}

.cssui-usercard__name {
    font-size: 2.5rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
}

.cssui-usercard__name-label {
    font-size: 32px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-align: left;
    color: #454545;
    font-weight: 700;
}

.cssui-usercard__name-label_mini {
    font-size: 20px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    color: #454545;
    line-height: 32px;
}

h3.cssui-usercard__name {
    margin-top: 0;
    text-align: left;
}

h3.cssui-usercard__points {
    margin-top: 0;
    text-align: center;
}

.cssui-usercard__post {
    margin-top: 10px;
    display: block;
    font-size: 24px;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    text-align: left;
    color: #454545;
}

.cssui-teamcard__post_mini {
    margin-top: 0;
    display: block;
    font-size: 18px;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    text-align: left;
    color: #454545;
    height: 18px;
}

.cssui-usercard__post_mini {
    margin-top: 2px;
    display: block;
    font-size: 18px;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    text-align: left;
    color: #454545;
    height: 18px;
}

ul.noqbot-teamlist-ul {
    margin: 0;
}

.cssui-teamcard__rating-label_mini {
    margin: 0 10px 0 30px;
    font-size: 20px;
    text-align: right;
    width: 30px;
    display: inline-block;
    color: #454545;
    font-weight: bold;
}

.cssui-teamcard__title {
    padding: 4px 30px;
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 2rem;
    color: #ffffff;
    background: #084876;
    border-bottom: 2px solid #084876;
    text-align: left;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.cssui-usercard__title {
    padding: 4px 30px;
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 2rem;
    color: #ffffff;
    background: -moz-linear-gradient(45deg,
            #084876 80%,
            #084876 80%,
            transparent 80%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,
            #084876 80%,
            #084876 80%,
            transparent 80%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,
            #084876 50%,
            #084876 80%,
            transparent 80%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#084876', endColorstr='transparent', GradientType=1);
    border-bottom: 2px solid #084876;
    text-align: left;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.cssui-stats {
    box-sizing: border-box;
    font-size: 1.4rem;
}

.cssui-stats__name,
.cssui-stats__value {
    display: block;
    word-break: break-all;
}

.cssui-stats__value {
    text-decoration: none;
    color: #454545;
    font-size: 40px;
    font-weight: bold;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    border-radius: 48px;
    width: 50%;
    margin: 0 25%;
}

.cssui-usercard__stats {
    padding-right: 4%;
    padding-left: 4%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.cssui-usercard__stats-item {
    width: 48%;
    margin-top: 3rem;
}

.cssui-usercard__stats-item:first-child,
.cssui-usercard__stats-item:nth-child(2) {
    margin-top: 0;
}

.cssui-usercard__stats-info {
    margin-top: 1.4rem;
    height: 60px;
}

.cssui-usercard__stats-name {
    font-weight: 700;
    font-size: 18px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: #454545;
    text-transform: uppercase;
}

.cssui-usercard__footer {
    padding: 1.5rem 4%;
    text-align: center;
    background-color: #3f51b5;
    color: #fff;
}

.cssui-icon {
    width: 2em;
    height: 2em;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.cssui-social {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}

.cssui-social__name {
    position: absolute;
    left: -9999px;
}

.cssui-usercard__social {
    margin-right: 1.6rem;
    font-size: 0.8rem;
}

.cssui-usercard__social:last-child {
    margin-right: 0;
}

.cssui-slider {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    height: 26rem;
}

.cssui-slider__slides {
    height: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.4s;
    padding: 2rem 5%;
}

.cssui-slider__slide {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.cssui-slider__slide:nth-of-type(1) {
    left: 0;
}

.cssui-slider__slide:nth-of-type(2) {
    left: 100%;
}

.cssui-slider__slide:nth-of-type(3) {
    left: 200%;
}

.cssui-slider__control {
    width: 60px;
    height: 15px;
    margin: 0 5px 0 0;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    position: absolute;
    z-index: 3;
    background: #454545;
}

.cssui-usercard__switch {
    position: absolute;
    top: 0;
    left: -9999px;
}

.cssui-slider__switch:nth-of-type(1):checked~.cssui-slider__slides {
    transform: translate3d(0%, 0, 0);
}

.cssui-slider__switch:nth-of-type(2):checked~.cssui-slider__slides {
    transform: translate3d(-100%, 0, 0);
}

.cssui-slider__switch:nth-of-type(3):checked~.cssui-slider__slides {
    transform: translate3d(-200%, 0, 0);
}

.cssui-usercard__switch:checked+.cssui-slider__control:before {
    transform: scale(0.7) translateZ(0);
}

.cssui-usercard__control {
    overflow: hidden;
    position: absolute;
    bottom: 1rem;
    z-index: 2;
    display: flex;
    width: 60px;
    height: 15px;
    margin: 0 5px 0 0;
    padding: 4px;
}

.cssui-usercard__control:hover {
    background: #00cfa2;
}

h4.noqbot-video-title {
    padding: 0 20px;
    text-align: center;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h5.noqbot-video-date {
    padding: 0 20px;
    text-align: center;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h6.noqbot-video-sporttype {
    padding: 0 20px;
    text-align: center;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h6.noqbot-video-event {
    padding: 0 20px;
    text-align: center;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.thumb img.img-responsive {
    margin: 10px 10% 0 10%;
    margin-right: auto;
    margin-left: auto;
}

/* .cssui-usercard__control:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #084876;

} */

.cssui-usercard__control:nth-of-type(1) {
    left: 45%;
}

.cssui-usercard__control:nth-of-type(2) {
    left: 50%;
}

.cssui-usercard__control:nth-of-type(3) {
    left: 55%;
}

.cssui-usercard__control:nth-of-type(4) {
    left: 45%;
}

.cssui-usercard__control:nth-of-type(5) {
    left: 50%;
}

.cssui-usercard__control:nth-of-type(6) {
    left: 55%;
}

.cssui-usercard__control:nth-of-type(7) {
    left: 45%;
}

.cssui-usercard__control:nth-of-type(8) {
    left: 50%;
}

.cssui-usercard__control:nth-of-type(9) {
    left: 55%;
}

.cssui-usercard__control:nth-of-type(10) {
    left: 45%;
}

.da-img {
    margin: 10px 0 10% 0;
    border: 10px solid rgba(255, 255, 255, 0.5);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.6);
    width: 440px;
}

.da-img:hover {
    border: 10px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    -webkit-transition: box-shadow 0.4s ease-in-out;
    -moz-transition: box-shadow 0.4s ease-in-out;
    -o-transition: box-shadow 0.4s ease-in-out;
    -ms-transition: box-shadow 0.4s ease-in-out;
    transition: box-shadow 0.4s ease-in-out;
}

h2.noqbot-event-head {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

h2.noqbot-event-date {
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}

h4.noqbot-event-date {
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}

p.noqbot-event-content {
    color: #ffffff;
    font-size: 14px;
    text-align: justify;
}

ul.noqbot-events-type-sports {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
}

li.noqbot-events-type-sports {
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
}

.noqbot-event-content p {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
}

/*
* demo styles
*/

@media screen and (min-width: 981px) {
    html {
        font-size: 62.5%;
    }
}

@media screen and (min-width: 641px) and (max-width: 980px) {
    html {
        font-size: 9px;
    }

    .noqbot-navigation ul {
        background: none !important;
    }
}

@media screen and (max-width: 640px) {
    html {
        font-size: 8px;
    }

    .noqbot-navigation ul {
        padding-left: 70px;
    }
}

@media screen and (min-width: 980px) {
    .noqbot-navigation {
        display: block;
        line-height: 54px;
        height: 54px;
        float: none;
    }

    .noqbot-navigation ul li {
        line-height: 54px;
        height: 54px;
        padding: 0 10px;
    }

    .noqbot-navigation ul li ul li {
        background: #084876;
        /* #333333 */
        line-height: 34px;
        height: 34px;
    }
}

@media screen and (max-width: 979px) {
    .noqbot-navigation ul {
        background: none !important;
    }

    .noqbot-mobile-dropdown-menu-title {
        margin-left: -20px;
    }
}

body {
    font-family: "Geometria-Medium", "Arial", sans-serif;
    font-size: 1.6rem;
    color: #fff;
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.footer {
    text-align: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 640px) {
    .footer {
        font-size: 1.4rem;
    }
}

.footer__container {
    display: flex;
    justify-content: center;
}

.melnik909 {
    margin-left: 2rem;
}

/* loading icons */

.icon-earth {
    background-image: url("https://stas-melnikov.ru/demo-icons/capital-letter-colored.svg");
}

.icon-location {
    background-image: url("https://stas-melnikov.ru/demo-icons/location-colored.svg");
}

.icon-calendar {
    background-image: url("https://stas-melnikov.ru/demo-icons/calendar-colored.svg");
}

.icon-man-woman {
    background-image: url("https://stas-melnikov.ru/demo-icons/family-colored.svg");
}

.icon-twitter {
    background-image: url("https://stas-melnikov.ru/demo-icons/twitter-white.svg");
}

.icon-linkedin {
    background-image: url("https://stas-melnikov.ru/demo-icons/linkedin-white.svg");
}

.icon-codepen {
    background-image: url("https://stas-melnikov.ru/demo-icons/codepen-white.svg");
}

.icon-html {
    background-image: url("https://stas-melnikov.ru/demo-icons/html5-colored.svg");
}

.icon-angular {
    background-image: url("https://stas-melnikov.ru/demo-icons/angular-colored.svg");
}

.icon-vue {
    background-image: url("https://stas-melnikov.ru/demo-icons/vue-colored.svg");
}

.icon-js {
    background-image: url("https://stas-melnikov.ru/demo-icons/server-js-colored.svg");
}

.icon-email {
    background-image: url("https://stas-melnikov.ru/demo-icons/mail-colored.svg");
}

.icon-phone {
    background-image: url("https://stas-melnikov.ru/demo-icons/iphone-colored.svg");
}

.icon-whatsapp {
    background-image: url("https://stas-melnikov.ru/demo-icons/whatsapp-colored.svg");
}

.icon-skype {
    background-image: url("https://stas-melnikov.ru/demo-icons/skype-colored.svg");
}

.nav li.filter {
    height: 40px;
    width: 12.5%;
}

.nav li.filter a {
    height: 40px;
}

.nav-tabs>li.filter>a,
.nav-pills>li.filter>a {
    margin: 0;
}

li.mix.mix_all {
    margin: 0;
    width: 16.6666666%;
}

.nav-pills>li.filter+li.filter {
    margin: 0;
}

#portfolio-grid .mix {
    opacity: 0;
    display: none;
}

li.mix p {
    color: #000000;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

li.mix .thumbnail .mask {
    background: transparent;
}

li.mix {
    padding: 4px !important;
    border: 10px solid rgba(255, 255, 255, 0.5);
}

li.mix:hover {
    padding: 10px;
    border: 10px solid #00cfa2;
}

li.mix .thumbnail {
    border: 10px solid #fff;
}

.noqbot-portfolio {}

.noqbot-filterbale-nav {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    line-height: 51px;
    font-family: "Oswald", Arial, Helvetica, sans-serif;
}

.noqbot-filterbale-nav li {
    display: inline-block;
    vertical-align: middle;
    list-style-type: none;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
}

.noqbot-filterbale-nav li a {
    color: #aeaeae;
    display: block;
    padding: 0 19px;
    line-height: inherit;
    background: #fff;
    border: 1px solid #aeaeae;
}

.noqbot-filterbale-nav li a.active,
.noqbot-filterbale-nav li a:hover {
    color: #084876;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    opacity: 1;
    height: 6px;
    margin: 0;
    border-radius: 0;
    background: #f7f7f7;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    opacity: 1;
    height: 6px;
    margin: 0;
    border-radius: 0;
    background: #084876;
}

.masonry-grid {
    width: 20%;
    float: left;
    padding: 0;
}

.noqbot-project {
    float: left;
    width: 100%;
    overflow: hidden;
    background: #000;
    position: relative;
}

.noqbot-project figure {
    margin: 0;
    background: rgba(255, 255, 255, 0.15);
    overflow: hidden;
    position: relative;
    border: 4px solid rgba(255, 255, 255, 0.15);
}

.noqbot-project figure:hover {
    margin: 0;
    background: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    position: relative;
    border: 4px solid rgba(255, 255, 255, 0.5);
}

.noqbot-project figure .noqbot-playbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    height: 64px;
    background: url(../images/icon-play2.png);
    border: 4px solid rgba(0, 0, 0, 0.75);
    border-radius: 60px;
    margin: -20px 0 0 -20px;
}

.noqbot-project figure:hover .noqbot-playbtn {
    top: 50%;
}

.noqbot-project figure img {
    z-index: 1;
    width: 100%;
    height: auto;
    display: block;
}

.noqbot-project figure figcaption {
    background: none;
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.noqbot-project figure figcaption .noqbot-theme-tag {
    margin: 0;
    color: #454545;
    cursor: pointer;
}

.noqbot-project figure figcaption h3 {
    width: 100%;
    float: left;
    margin: 0;
    color: #fff;
}

.noqbot-project figure:hover figcaption {
    bottom: 0;
}

.noqbot-project figure:hover figcaption h3 {
    padding: 2px 0;
}

.noqbot-project figure:hover img {
    opacity: 0.4;
}

.noqbot-soccermedia-content2 {
    width: 100%;
    height: auto;
    float: left;
    overflow: visible;
    padding: 15px 0 0 0;
}

.noqbot-soccermedia-content2 .masonry-grid {
    width: 20%;
}

.noqbot-soccermedia-content2 .noqbot-project figure figcaption .noqbot-theme-tag {
    margin: 0 5px 10px 0;
}

.noqbot-soccermedia-content2 .noqbot-project figure figcaption h3 {
    padding: 0;
    font-size: 20px;
    line-height: 23px;
}

.noqbot-soccermedia-content2 .noqbot-project figure figcaption {
    bottom: -45px;
    padding: 0 20px;
}

.noqbot-soccermedia-content2 .noqbot-project figure:hover figcaption {
    bottom: 20px;
}

.noqbot-soccermedia-content2 .masonry-grid:hover .noqbot-project {
    z-index: 10;
    position: relative;
    border: 2px solid #fff;
    transform: scale(1.2);
    -webkit-box-shadow: 1px 1px 8px 2px rgba(55, 53, 66, 0.7);
    box-shadow: 1px 1px 8px 2px rgba(55, 53, 66, 0.7);
}

.lightbox,
.grid {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.lightbox {
    z-index: 1;
    min-height: 100%;
    overflow: auto;
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

.lightbox img {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 96%;
    max-height: 96%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

input[type="checkbox"]:checked+.lightbox {
    -ms-transform: scale(1);
    transform: scale(1);
}

input[type="checkbox"]:checked~.grid {
    opacity: 0.125;
}

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    z-index: 0;
    height: 100%;
    padding: 16px;
    overflow: auto;
    background-color: #222;
    text-align: center;
    -webkit-transition: opacity 0.75s;
    transition: opacity 0.75s;
    margin-top: 20%;
}

.grid .grid-item {
    display: inline-block;
    width: 25%;
    padding: 16px;
    opacity: 0.75;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.grid .grid-item:hover {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .grid .grid-item {
        width: 50%;
    }
}

@media screen and (max-width: 480px) {
    .grid .grid-item {
        width: 100%;
    }
}

.grid img {
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.cssSlider {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.cssSlider .slides {
    overflow: hidden;
    width: 100%;
    height: 70vmin;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cssSlider .slides>li {
    width: 100%;
    height: 70vmin;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    padding: 0 20%;
}

.cssSlider .slides>li>img {
    width: 100%;
    height: auto;
}

/*
.cssSlider .slides > li:first-child:not(:target) {
	z-index: 1;
	-webkit-transform: translateY(0%);
	        transform: translateY(0%);
}
*/
.cssSlider .thumbnails {
    display: block;
    position: relative;
    padding: 0;
    margin: 10px 0;
    list-style: none;
}

.cssSlider .thumbnails>li {
    float: left;
    width: 20%;
    border: 10px solid transparent;
    padding: 4px;
}

.cssSlider .thumbnails>li:hover {
    float: left;
    width: 20%;
    border: 10px solid rgba(8, 72, 118, 0.5);
    padding: 4px;
}

.cssSlider .thumbnails>li>a {
    display: block;
}

.cssSlider .thumbnails>li>a>img {
    width: 100%;
    height: auto;
}

.cssSlider .slides li:target {
    z-index: 3;
    -webkit-animation: slide 1s 1;
}

.cssSlider .slides li:not(:target) {
    -webkit-animation: hidden 1s 1;
}

@-webkit-keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes hidden {
    0% {
        z-index: 2;
        transform: translateX(0%);
    }

    100% {
        z-index: 2;
        transform: translateX(100%);
    }
}

@keyframes hidden {
    0% {
        z-index: 2;
        transform: translateX(0%);
    }

    100% {
        z-index: 2;
        transform: translateX(100%);
    }
}

#noqbot-gallery-block {
    height: auto !important;
    margin-bottom: 40px;
}

h2.noqbot-direction-title {
    width: 100%;
    position: relative;
    font-size: 24px;
    line-height: 24px;
}

h3.noqbot-direction-fullname {
    width: 100%;
    position: relative;
    font-size: 32px;
    line-height: 32px;
}

p.noqbot-direction-text {
    text-align: justify;
    padding: 0;
    color: #454545;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
}

p.noqbot-news-content {
    text-align: justify;
    color: #454545;
    font-size: 18px;
    line-height: 20px;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    padding: 0;
    text-indent: 0;
}

figure a.noqbot-direction-photo {
    padding: 0 20px;
    margin: 0;
    float: left;
}

.noqbot-player .noqbot-playcontent {
    padding: 0 20px;
}

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

input,
textarea {
    outline: none;
}

input:active,
textarea:active {
    outline: none;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

.bulletsBlock:after {
    content: "";
    display: table;
    clear: both;
}

.bulletsBlock {
    padding: 0;
}

.bullet-item {
    background-repeat: no-repeat;
}

.bulletsBlock>div {
    width: 16.66666666666667%;
    float: left;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    text-align: center;
    position: relative;
    padding-bottom: 16%;
    cursor: pointer;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.bulletsBlock>div:first-child {
    margin-left: 0;
}

.bullet-item span {
    line-height: 1.5em;
    font-size: 6em;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.hideText,
.titleBullet {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    color: #fff;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
}

.titleBullet {
    line-height: 0.8em;
    background: #00cfa2;
    color: #454545;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    z-index: 10;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    padding: 10px;
}

.hideText {
    line-height: 1em;
    font-size: 0.8em;
    padding: 0.7em 0;
    background: #084876;
    font-weight: 300;
    z-index: 8;
    height: 80px;
    -webkit-transition: all 0.35s linear 0.2s;
    transition: all 0.35s linear 0.2s;
    background: rgba(0, 0, 0, 0.7);
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
}

/*Анимация при наведении*/
.bulletsBlock>div:hover span.iconBullet {
    line-height: 1.35em;
    font-size: 10.625em;
    top: -2.7%;
}

.bulletsBlock>div:hover {
    -webkit-box-shadow: 0 35px 35px -35px #000000;
    -moz-box-shadow: 0 35px 35px -35px #000000;
    box-shadow: 0 35px 35px -35px #000000;
}

.bulletsBlock>div:hover p.titleBullet {
    bottom: 80px;
}

.bulletsBlock>div:hover p.hideText {
    background: #454545;
}

/*Адаптация*/
@media screen and (max-width: 1140px) {
    .bullet-item span {
        line-height: 1.6em;
        font-size: 9.5em;
    }

    /*Анимация при наведении*/
    .bulletsBlock>div:hover span.iconBullet {
        line-height: 1.5em;
        font-size: 8em;
        top: -1%;
    }
}

@media screen and (max-width: 1660px) {
    .hideText {
        height: 90px;
        font-size: 0.8em;
    }

    .titleBullet {
        font-size: 18px;
    }
}

@media screen and (max-width: 960px) {
    .bullet-item span {
        line-height: 1.5em;
        font-size: 8em;
    }

    /*Анимация при наведении*/
    .bulletsBlock>div:hover span.iconBullet {
        line-height: 1.2em;
        font-size: 6em;
        top: -0.8%;
    }

    .titleBullet {
        font-size: 1.8em;
        line-height: 2.5em;
    }

    .hideText {
        font-size: 1em;
        line-height: 1.3em;
    }
}

@media screen and (max-width: 768px) {
    .bulletsBlock {
        padding: 0;
    }

    .bulletsBlock>div {
        margin: 0;
        width: 50%;
        padding-bottom: 0;
        height: 280px;
    }

    .bulletsBlock>div:first-child {
        margin: 0;
    }

    .bullet-item span {
        line-height: 1.5em;
        font-size: 10.5em;
    }

    /*Анимация при наведении*/
    .bulletsBlock>div:hover span.iconBullet {
        line-height: 1.35em;
        font-size: 8.625em;
        top: -2.7%;
    }

    .titleBullet {
        line-height: 1em;
        font-size: 1.2em;
    }

    p.titleBullet {
        padding: 4px;
    }

    .hideText {
        line-height: 1.3em;
        font-size: 1em;
    }

    .bullet-item {
        background-repeat: no-repeat !important;
    }

    p.titleBullet {
        text-indent: 0;
    }

    p.hideText {
        text-indent: 0;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .bulletsBlock>div {
        height: 200px;
    }

    .hideText {
        height: 70px;
    }

    p.titleBullet {
        line-height: 0.8em;
        font-size: 1em;
    }

    p.hideText {
        font-size: 0.9em;
        line-height: 1em;
    }
}

@media screen and (max-width: 360px) {
    p.hideText {
        font-size: 0.8em;
        line-height: 0.8em;
    }

    .hideText {
        height: 60px;
    }
}

#noqbot-table-results-description.noqbot-description p {
    color: #084876;
    padding: 0;
}

.noqbot-gallery-slide-text {
    font-size: 18px;
    text-align: justify;
}

/* img {
  transition: all $time/2 ease(downhill);
  position: relative;
  box-shadow: 0 0 0 #0000;
  opacity: 0.67;
  filter: sepia(80%) hue-rotate(180deg);
}

img:hover {
  opacity: 1.0;
  filter: none;
} */

.lightbox {
    /** определяем базовый стиль lightbox */
    position: fixed;
    overflow: hidden;
    z-index: 9999;
    width: 0;
    height: 0;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

.lightbox img {
    /** базовый стиль изображений lightbox*/
    width: 95%;
    max-width: 800px;
    height: auto;
    margin: 5% auto;
    /** полная прозрачность изначально */
    opacity: 0;
    border: 1px solid #4d4d4d;
    /** тени у картинок - это по желанию */
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    /* трансформация прозрачности при открытии  */
    -webkit-transition: opacity 500ms ease-in;
    -moz-transition: opacity 500ms ease-in;
    transition: opacity 500ms ease-in;
}

.lightbox:target {
    /** активируем lightbox при нажатии */
    width: auto;
    height: auto;
    bottom: 0;
    right: 0;
    /** удаляем контур по умолчанию */
    outline: none;
}

.lightbox:target img {
    /** делаем элемент непрозрачным  */
    opacity: 1;
}

/** стиль миниатюр для демо-страницы */
.thumb img {
    width: 90%;
    margin: 10%;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.6);
}

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #00cfa2;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}

.logoloader {
    background: url(../images/logoloader.png);
    width: 80px;
    height: 80px;
    background-position: center;
    /*background: no-repeat;*/
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.noqbot-social-circle-button {
    color: #ffffff;
    width: 44px;
    height: 44px;
    line-height: 54px;
    margin: 0px;
    font-size: 32px;
}

.noqbot-social li a:hover {
    color: #00cfa2;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25% !important;
    /* 16:9 */
    margin-top: 25px !important;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iframe_video {
    height: 0;
    padding-bottom: 56.2%;
    position: relative;
}

.iframe_video iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.pic {
    width: 180px;
    height: 180px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #454545;
    margin: 0 30px 0 0;
}

.pic img {
    width: 180px;
}

.sovet td {
    padding: 0 20px 20px 0;
}

table.sovet tbody tr td {
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    border: none;
}

table.sovet tbody tr td iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

table.sovet tbody tr td h3 {
    text-align: left;
}

.btn {
    float: right;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    border-radius: 0;
    margin-top: 13px;
    margin-left: 10px;
    text-shadow: none;
}

.btn:hover {
    background: #00cfa2;
}

.card {
    position: relative;
    width: 100%;
    /* Remove for full width */
    height: auto;
    /* Remove for full width */
    margin: 0;
}

.card-header {
    position: relative;
    height: 220px;
    background-size: cover;
    background-position: top;
}

.card-header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to top, rgb(5,85,134), rgba(181,181,181, 0.1)); */
}

.card-header-bar {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    border: none;
    overflow: hidden;
}

.btn-message {
    display: inline-block;
    background: url(https://res.cloudinary.com/dj14cmwoz/image/upload/v1491077483/profile-card/images/message.svg) no-repeat;
    width: 19.37px;
    height: 16.99px;
    margin-right: 10px;
    margin-top: 10px;
    float: right;
}

.btn-menu {
    display: inline-block;
    background: url(https://res.cloudinary.com/dj14cmwoz/image/upload/v1491077483/profile-card/images/menu.svg) no-repeat;
    width: 19px;
    height: 12.16px;
    margin-left: 10px;
    margin-top: 10px;
    float: left;
}

svg .polygon {
    fill: rgba(255, 255, 255, 0.5);
}

.card-header-slanted-edge {
    position: absolute;
    z-index: 1;
    top: 4px;
    right: 4px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    padding: 10px;
}

.btn-follow {
    position: absolute;
    top: -15px;
    right: 25px;
    width: 45px;
    height: 45px;
    background: linear-gradient(to left, #2d77c1, #68fac2);
    border-radius: 100%;
    box-shadow: 0 10px 15px rgba(110, 221, 235, 0.53);
}

.btn-follow:after {
    content: "";
    position: absolute;
    background: url(https://res.cloudinary.com/dj14cmwoz/image/upload/v1491077480/profile-card/images/add.svg) no-repeat;
    width: 17px;
    height: 17px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.card-body {
    text-align: center;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 1);
}

.name {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 auto;
}

.job-title {
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
    color: #919191;
}

.bio {
    font-size: 14px;
    color: #7b7b7b;
    font-weight: 300;
    margin: 10px auto;
    line-height: 20px;
}

.social-accounts img {
    width: 15px;
}

.social-accounts a {
    margin-left: 10px;
}

.social-accounts a:first-child {
    margin-left: 0;
}

.card-footer {
    /*position:fixed; /* Full card width/height */
    position: absolute;
    /* Fixed card width/height */

    left: 0;
    width: 100%;
    bottom: 20px;
}

.stat {
    box-sizing: border-box;
    width: calc(100% / 3);
    float: left;
    text-align: center;
    border-left: 1px solid #ebebeb;
}

.stat .label {
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 1px;
    color: #95989a;
}

.stat .value {
    display: block;
    font-weight: 700;
    font-size: 20px;
    margin-top: 5px;
}

#noqbot-top-slider-full #noqbot-slider-typesports {
    height: 140px;
}

#noqbot-top-slider-full #noqbot-slider-typesports .nav li {
    background: transparent;
    border-bottom: 4px solid transparent;
    height: 140px;
}

#noqbot-top-slider-full #noqbot-slider-typesports .nav li:hover {
    border-bottom: 4px solid rgba(0, 207, 162, 0.5);
    background-color: rgba(0, 207, 162, 0.2);
}

#noqbot-top-slider-full #noqbot-slider-typesports .icon+span {
    font-size: 24px;
}

#noqbot-top-slider-full #noqbot-slider-typesports .nav img {
    border: none;
}

#noqbot-top-slider-full #noqbot-slider-typesports .nav img:hover {
    border: none;
}

label.noqbot-typesports-toggle:before {
    position: absolute;
    left: 237px;
    content: "\f004";
    font-family: "FontAwesome";
}

.hide,
.hide+label~div {
    display: block;
}

.hide+label {
    margin: 0;
    padding: 0;
    color: green;
    cursor: pointer;
    display: inline-block;
}

.hide:checked+label {
    color: red;
    border-bottom: 0;
}

.hide:checked+label+div {
    height: 120px;
    position: relative;
    display: block;
    -webkit-animation: fade ease-in 0.5s;
    -moz-animation: fade ease-in 0.5s;
    animation: fade ease-in 0.5s;
}

@-moz-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.hide+label:before {
    background-color: #1e90ff;
    color: #fff;
    content: "\002B";
    display: block;
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 3px 5px;
    text-align: center;
    width: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.hide:checked+label:before {
    content: "\2212";
}

.form_radio {
    margin-bottom: 10px;
    padding: 0 10px;
}

.form_radio:hover {
    background: rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
    padding: 0 10px;
}

.form_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 4px;
    font-size: 18px;
    margin-right: 0;
    line-height: 32px;
    user-select: none;
    text-transform: uppercase;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: normal;
}

.form_radio label:hover:before {
    filter: brightness(120%);
}

.form_radio input[type="radio"]:disabled+label:before {
    filter: grayscale(100%);
}

.form_radio input[type="checkbox"],
.form_radio input[type="radio"] {
    margin: -2px 0 0 0;
}

.noqbot-typesports-menu .noqbot-shophead {
    margin-top: -20px;
}

.noqbot-typesports-menu {
    width: 320px;
    min-width: 320px;
    height: 180px;
    position: fixed;
    top: 54px;
    bottom: 0;
    margin: 0;
    left: -320px;
    padding: 50px 20px 0 20px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    background: rgb(8, 72, 118);
    /* background: linear-gradient(135deg, rgba(8,72,118,1) 0%, rgba(8,72,118,1) 84%, transparent 84%); */
    background: linear-gradient(135deg,
            #00afa2cc 0%,
            #00afa2cc 84%,
            transparent 84%);
    z-index: 20000;
}

.noqbot-typesports-toggle {
    position: absolute;
    left: 320px;
    top: -30px;
    padding: 4px;
    background: inherit;
    color: #ffffff;
    cursor: pointer;
    font-size: 1em;
    line-height: 1;
    z-index: 2001;
    -webkit-transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    width: 310px;
    text-transform: uppercase;
    text-align: center;
    margin: 30px 0 0 0;
}

.noqbot-typesports-toggle:after {
    content: "Соревнование";
    text-decoration: none;
}

.noqbot-typesports-toggle:hover {
    color: #084876;
    bacground: #00cfa2;
}

[id="noqbot-typesports-toggle"] {
    position: absolute;
    display: none;
}

[id="noqbot-typesports-toggle"]:checked~.noqbot-typesports-menu>.noqbot-typesports-toggle {
    left: 2px;
    right: auto;
}

[id="noqbot-typesports-toggle"]:checked~.noqbot-typesports-menu {
    left: 0;
}

[id="noqbot-typesports-toggle"]:checked~main>article {
    -webkit-transform: translateX(-320px);
    -moz-transform: translateX(-320px);
    transform: translateX(-320px);
}

[id="noqbot-typesports-toggle"]:checked~.noqbot-typesports-menu>.noqbot-typesports-toggle:after {
    content: "Закрыть";
}

body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    to {
        padding: 0;
    }
}

@media screen and (min-width: 320px) {

    html,
    body {
        margin: 0;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 320px) {

    html,
    body {
        margin: 0;
        overflow-x: hidden;
    }

    .noqbot-typesports-menu {
        width: 100%;
        box-shadow: none;
    }
}

.noqbot-typesports-menu h2 {
    width: 90%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.1) -1px -1px 1px,
        rgba(0, 0, 0, 0.5) 1px 1px 1px;
    font-size: 1.3em;
    line-height: 1.3em;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0 0;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0 0;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}

.noqbot-typesports-menu h2 a {
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
}

[id="noqbot-typesports-toggle"]:checked~.noqbot-typesports-menu h2 {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

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

.noqbot-typesports-menu>ul>li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: opacity 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
    -moz-transition: opacity 0.5s 0.1s, -moz-transform 0.5s 0.1s;
    -ms-transition: opacity 0.5s 0.1s, -ms-transform 0.5s 0.1s;
    transition: opacity 0.5s 0.1s, transform 0.5s 0.1s;
}

[id="noqbot-typesports-toggle"]:checked~.noqbot-typesports-menu>ul>li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

/* определяем интервалы появления пунктов меню */

.noqbot-typesports-menu>ul>li:nth-child(2) {
    -webkit-transition: opacity 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
    transition: opacity 0.5s 0.2s, transform 0.5s 0.2s;
}

.noqbot-typesports-menu>ul>li:nth-child(3) {
    -webkit-transition: opacity 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
    transition: opacity 0.5s 0.3s, transform 0.5s 0.3s;
}

.noqbot-typesports-menu>ul>li:nth-child(4) {
    -webkit-transition: opacity 0.5s 0.4s, -webkit-transform 0.5s 0.4s;
    transition: opacity 0.5s 0.4s, transform 0.5s 0.4s;
}

.noqbot-typesports-menu>ul>li:nth-child(5) {
    -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: opacity 0.5s 0.5s, transform 0.5s 0.5s;
}

.noqbot-typesports-menu>ul>li:nth-child(6) {
    -webkit-transition: opacity 0.5s 0.6s, -webkit-transform 0.5s 0.6s;
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
}

.noqbot-typesports-menu>ul>li:nth-child(7) {
    -webkit-transition: opacity 0.5s 0.7s, -webkit-transform 0.5s 0.7s;
    transition: opacity 0.5s 0.7s, transform 0.5s 0.7s;
}

.noqbot-typesports-menu>ul>li>a {
    display: inline-block;
    position: relative;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    color: #dadada;
    width: 100%;
    text-decoration: none;
    /* плавный переход */
    -webkit-transition: color 0.5s ease, padding 0.5s ease;
    -moz-transition: color 0.5s ease, padding 0.5s ease;
    transition: color 0.5s ease, padding 0.5s ease;
}

.noqbot-typesports-menu>ul>li>a:hover,
.noqbot-typesports-menu>ul>li>a:focus {
    color: white;
    padding-right: 15px;
}

.noqbot-typesports-menu>ul>li>a:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.noqbot-typesports-menu>ul>li>a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #3bc1a0;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.noqbot-typesports-menu>ul>li>a:hover:before {
    width: 0%;
    background: #3bc1a0;
    -webkit-transition: width 0.5s ease;
    transition: width 0.5s ease;
}

.noqbot-typesports-menu>ul>li>a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

#arrowAnim {
    width: 14px;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrowt {
    width: 14px;
    height: 14px;
    border: 4px solid;
    border-color: rgba(255, 255, 255, 1) transparent transparent rgba(255, 255, 255, 1);
    transform: rotate(-225deg);
    position: absolute;
    top: 2px;
    left: 40px;
    z-index: 200;
}

.arrowSliding {
    position: absolute;
    -webkit-animation: slide 4s linear infinite;
    animation: slide 4s linear infinite;
    z-index: 20002;
}

.delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.delay2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.delay3 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }

    20% {
        opacity: 1;
        transform: translateX(-9px);
    }

    80% {
        opacity: 1;
        transform: translateX(9px);
    }

    100% {
        opacity: 0;
        transform: translateX(15px);
    }
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(-15px);
    }

    20% {
        opacity: 1;
        transform: translateX(-9px);
    }

    80% {
        opacity: 1;
        transform: translateX(9px);
    }

    100% {
        opacity: 0;
        transform: translateX(15px);
    }
}

.navbar-inner .container {
    max-width: 1400px;
    margin: 0px auto;
}

ul.tabs#tt1 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs#tt1 li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 2px 20px 0 20px;
    cursor: pointer;
}

ul.tabs#tt1 li.current {
    background: #ffffff;
    color: #222;
}

#cy1 .tab-content {
    display: none;
    /*background: #ffffff;*/
    padding: 0;
    color: #454545;
}

#tt1 li.tab-link.current {
    background: #00cfa2 !important;
    color: #084876 !important;
}

#cy1 .tab-content.current {
    display: inherit;
}

.carousel {
    background: #eee;
}

.carousel-cell {
    width: 100%;
    margin-right: 10px;
    background: #fff;
    border-radius: 5px;
    counter-increment: gallery-cell;
}

#cy1 button.flickity-button.flickity-prev-next-button.previous,
#cy1 button.flickity-button.flickity-prev-next-button.next {
    /* display: block; */
    top: 126px;
    width: 40px;
}

#cy1 .carousel-cell::before {
    display: none;
}

#cy1 .carousel-cell {
    border: none;
    background: transparent;
}

ul.tabs#tt1 li {
    border-bottom: 2px solid transparent;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    line-height: 24px;
    text-transform: uppercase;
}

ul.tabs#tt1 li:hover {
    /*border-bottom: 2px solid transparent;
background: #6bffdf;*/
    color: #00cfa2;
}

ul.tabs#tt1 li.current {
    /*border-bottom: 2px solid #00cfa2;*/
    color: #00cfa2;
}

#cy1 .flickity-viewport {
    padding: 0;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#cy1 select#season {
    right: 0;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 18px;
    color: #454545;
}

.video.exmpl {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 22px 9px;
}

.exampl-icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: -17px; */
    /* left: 50%; */
    /* top: 50%; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgb(43, 131, 252);
    opacity: 0.5;
    transition: opacity 0.1s linear 0s, background 0.1s linear 0s,
        transform 0.1s linear 0s;
    cursor: pointer;
    pointer-events: auto;
    transform: scale(2);
    color: white;
}

.video.title .noqbot-photo-tournament {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
}

.video.title .noqbot-photo-name {
    text-align: left;
    padding: 10px 0;
}

.video.title .noqbot-photo-sporttype {
    text-align: left;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    /* height: 140px; */
}

#noqbot-photogallery-full button.flickity-button.flickity-prev-next-button.previous,
#noqbot-photogallery-full button.flickity-button.flickity-prev-next-button.next {
    display: block;
    top: 152px;
    width: 40px;
}

ul.tabs#tt2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.tabs#tt2 li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 2px 20px 0 20px;
    cursor: pointer;
}

ul.tabs#tt2 li.current {
    background: #ffffff;
    color: #222;
}

#cy2 .tab-content.current {
    display: inherit;
}

.carousel {
    background: #eee;
}

.carousel-cell {
    width: 100%;
    margin-right: 10px;
    background: #fff;
    border-radius: 5px;
    counter-increment: gallery-cell;
}

#cy2 button.flickity-button.flickity-prev-next-button.previous,
#cy2 button.flickity-button.flickity-prev-next-button.next {
    display: none;
}

#cy2 .carousel-cell::before {
    display: none;
}

#cy2 .carousel-cell {
    border: none;
    background: transparent;
}

ul.tabs#tt2 li {
    border-bottom: 2px solid transparent;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    line-height: 24px;
    text-transform: uppercase;
}

ul.tabs#tt2 li:hover {
    /*border-bottom: 2px solid transparent;
background: #6bffdf;*/
    /* color: #00cfa2;*/
}

ul.tabs#tt2 li.current {
    /*border-bottom: 2px solid #00cfa2;*/
    color: #00cfa2;
}

#cy2 .flickity-viewport {
    padding: 14px 10px 10px 10px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#cy2 select#season {
    right: 0;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    line-height: 18px;
    color: #454545;
}

#noqbot-menu-typesport-full {
    display: block;
}

#noqbot-menu-typesport-mobile {
    display: none;
}

#noqbot-prevmatch-video .thumb img.img-responsive {
    margin: 0 auto;
    width: 60%;
    height: auto;
}

.hider1 {
    content: "121321";
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
    padding: 4px 20px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.hider1 p {
    position: absolute;
    margin: -34px 0 0 -18px;
    width: 200px;
}

.hider1-4-left {
    position: absolute;
    background-color: transparent;
    top: 10px;
    left: 0;
    width: 20px;
    height: 5px;
    display: block;
    transform: rotate(35deg);
    float: right;
    border-radius: 2px;
}

.hider1-4-left:after {
    content: "";
    background-color: #ffffff;
    width: 20px;
    height: 5px;
    display: block;
    float: right;
    border-radius: 6px 10px 10px 6px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}

.hider1-4-right {
    position: absolute;
    background-color: transparent;
    top: 10px;
    left: 14px;
    width: 20px;
    height: 5px;
    display: block;
    transform: rotate(-35deg);
    float: right;
    border-radius: 2px;
}

.hider1-4-right:after {
    content: "";
    background-color: #ffffff;
    width: 20px;
    height: 5px;
    display: block;
    float: right;
    border-radius: 10px 6px 6px 10px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}

.open .hider1-4-left:after {
    transform-origin: center center;
    transform: rotate(-70deg);
}

.open .hider1-4-right:after {
    transform-origin: center center;
    transform: rotate(70deg);
}

#noqbot-prevmatches-readmore-full {
    display: block;
}

#noqbot-prevmatches-readmore-mobile {
    display: none;
}

ul#noqbot-multimedia-tabs.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul#noqbot-multimedia-tabs.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

ul#noqbot-multimedia-tabs.tabs li.current {
    background: none;
    color: #222;
}

#tab-1.tab-content,
#tab-2.tab-content {
    display: none;
    background: #ffffff;
    padding: 15px;
}

#tab-1.tab-content.current,
#tab-2.tab-content.current {
    display: inherit;
}

.noqbot-symbolicteam-logo {
    float: right;
    width: 30%;
    height: auto;
    margin-right: 40px;
    margin-top: 10px;
}

.noqbot-symbolicteam-tournament {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #ffffff;
    float: left;
    margin-left: 50px;
    margin-top: 14px;
    text-transform: uppercase;
}

.topmenu:after {
    content: "";
    display: table;
    clear: both;
}

.topmenu>li {
    width: auto;
    float: left;
    position: relative;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    list-style-type: none;
    color: #454545;
}

.topmenu>li>a {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    padding: 4px 20px;
    color: #454545;
}

.topmenu li a:hover {
    color: #00cfa2;
}

.submenu-link:after {
    content: "\f107";
    font-family: "FontAwesome";
    color: inherit;
    margin-left: 10px;
}

.submenu {
    background: #454545;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 5;
    width: 400px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0;
    transition: 0.5s ease-in-out;
    padding: 10px 0;
}

.submenu a {
    color: white;
    text-align: left;
    padding: 8px 10px;
    font-size: 16px;
    line-height: 16px;
}

.submenu li {
    list-style-type: none;
    padding: 2px 20px;
}

.submenu li:last-child a {
    border-bottom: none;
}

.topmenu>li:hover .submenu {
    opacity: 1;
    transform: scaleY(1);
}

#noqbot-full-version ul.noqbot-navigation-block li:nth-child(1) {
    display: none;
}

#noqbot-full-version ul.noqbot-navigation-block li:nth-child(2) {
    display: none;
}

#noqbot-full-version ul.noqbot-navigation-block li ul.noqbot-dropdown-menu li:nth-child(1) {
    display: block;
}

#noqbot-full-version ul.noqbot-navigation-block li ul.noqbot-dropdown-menu li:nth-child(2) {
    display: block;
}

#noqbot-full-version ul.noqbot-navigation-block li ul.more_dropdown li:nth-child(1) {
    display: block;
}

#noqbot-full-version ul.noqbot-navigation-block li ul.more_dropdown li:nth-child(2) {
    display: block;
}

#noqbot-contacts-block {
    height: 560px;
}

/* motion */
@-moz-keyframes gradient {
    0% {
        background-position: 14% 0%;
    }

    50% {
        background-position: 87% 100%;
    }

    100% {
        background-position: 14% 0%;
    }
}

@-webkit-keyframes gradient {
    0% {
        background-position: 14% 0%;
    }

    50% {
        background-position: 87% 100%;
    }

    100% {
        background-position: 14% 0%;
    }
}

@keyframes gradient {
    0% {
        background-position: 14% 0%;
    }

    50% {
        background-position: 87% 100%;
    }

    100% {
        background-position: 14% 0%;
    }
}

ul#tabxc.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul#tabxc.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}

ul#tabxc.tabs li.current {
    background: #ededed;
    color: #222;
}

.tab-contentxc {
    display: none;
    background: #ededed;
    padding: 15px;
}

.tab-contentxc.current {
    display: inherit;
}

/* external css: flickity.css */

.carousel {
    background: transparent;
}

.carousel-cell {
    width: 100%;
    margin-right: 10px;
    background: transparent;
    border-radius: 5px;
    counter-increment: gallery-cell;
}

#noqbot-photogallery-full {
    padding: 0;
}

#noqbot-photogallery-full .photo {
    width: 50%;
    height: 160px;
    margin: 10px 0;
}

#noqbot-photogallery-full .video {
    width: 50%;
    height: 160px;
    margin: 10px 0;
    float: right;
}

#noqbot-photogallery-full .exmpl {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

#noqbot-photogallery-full .title {
    float: right;
    width: 50%;
    margin-top: -180px;
    border-bottom: none;
    padding: 10px 0;
    text-align: left;
}

#noqbot-photogallery-full .thumb img {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    width: auto;
    height: 200%;
    margin: -60px 0 0 -240px;
}

h4.noqbot-prevmatches-dop {
    font-size: 14px;
    margin-top: -54px;
}

#noqbot-nextmatches-slider .noqbot-matchtabnav .noqbot-match {
    height: 88px;
}

.noqbot-matchtabnav .noqbot-match {
    height: 80px;
}

/* #noqbot-name-team-result-block .noqbot-match {
    padding: 17px 10px; */
#noqbot-name-team-result-block .noqbot-match {
    padding: 1px 10px;
}

#noqbot-photogallery-full .noqbot-photo-name {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
}

#noqbot-photogallery-full .noqbot-photo-tournament {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

#noqbot-photogallery-full .noqbot-photo-sporttype {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

#noqbot-photogallery-full h5.noqbot-video-date {
    text-align: left;
    padding: 0;
}

#noqbot-videogallery-full h5.noqbot-video-date {
    text-align: left;
    padding: 0;
}

#noqbot-photogallery-full .flickity-page-dots {
    position: relative;
    width: 100%;
    bottom: 18px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

#noqbot-photogallery-full .flickity-page-dots li {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 10px 1%;
    background: #333;
    border-radius: 50%;
    border: none;
    opacity: 0.25;
    cursor: pointer;
}

#noqbot-photogallery-full .flickity-page-dots li:hover {
    cursor: pointer;
    display: inline-block;
    height: 16px;
    position: relative;
    background: #00cfa2;
    border: none;
    opacity: 1;
}

#noqbot-photogallery-full .flickity-page-dots li.dot.is-selected {
    background: #00cfa2;
}

.containerx {
    position: relative;
    overflow: hidden;
}

.exmpl {
    padding: 10px;
}

/* Эффект наложения (полная высота и ширина) - накладывается поверх контейнера и поверх изображения */
.overlayx {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    transition: 0.3s ease;
}

/* Когда вы наводите курсор мыши на контейнер, исчезает значок наложения */
.containerx:hover .overlayx {
    opacity: 1;
}

/* Значок внутри наложения расположен посередине вертикально и горизонтально */
.iconx {
    color: white;
    font-size: 20px;
    line-height: 32px;
    position: absolute;
    top: 20px;
    left: 20px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    width: 30px;
    height: 30px;
    border-radius: 8px;
}

#noqbot-prevmatch-video .img-responsive {
    height: 220px;
}

#noqbot-prevmatch-video .noqbot-photo-name {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    text-transform: uppercase;
}

#noqbot-prevmatch-video .noqbot-photo-tournament {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
}

#noqbot-prevmatch-video .title {
    border: 0;
}

.image {
    position: relative;
    width: 100%;
}

h2.noqbot-event-header {
    padding: 20px 0 30px 0 !important;
    text-align: center;
    margin-top: 0;
}

h3.noqbot-event-content {
    position: absolute;
    top: 40px;
    left: 50%;
    padding: 10px 40px;
    background: rgba(255, 255, 255, 0.7);
    width: 80%;
    border-bottom: 2px solid #fff;
}

h2.noqbot-event-header span.title {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 36px;
    letter-spacing: -1px;
    padding: 10px 40px;
    width: 30%;
    text-transform: uppercase;
}

h2.noqbot-event-header div.desc {
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    font-size: 28px;
    background: transparent !important;
    letter-spacing: -1px;
    padding: 10px 10px;
    margin: 0 auto;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    width: 45%;
}

h2.noqbot-event-header div.date {
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 10px 10px;
    font-weight: bold;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    width: 45%;
}

p.noqbot-event-content {
    position: absolute;
    top: 120px;
    left: 0;
    padding: 10px 80px;
    background: rgba(255, 255, 255, 0.7);
    width: 80%;
    border-bottom: 2px solid #fff;
    color: #454545;
    text-indent: 0;
    font-size: 18px;
}

#events h3 {
    color: #454545 !important;
    text-transform: uppercase !important;
    font-size: 24px !important;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif !important;
    font-weight: 200 !important;
}

.event-btn {
    display: block;
    margin: 10px 20px;
    padding: 8px 10px;
    border: 2px solid white;
    border-radius: 5px;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
}

.event-btn-title {
    margin: 0px 20px;
    text-align: left;
    position: absolute;
    bottom: 100%;
}

.event-btn-title h5 {
    text-transform: initial !important;
}

#events .event-btn {
    background: rgb(8 72 118) !important;
    border-width: 0;
}

#events .event-btn:hover {
    background: #333 !important;
    color: white !important;
}

.event-btn-row {
    /*margin: 0 auto;
    width: 60%;*/
    position: relative;
}

.event-btn-row h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-family: "Geometria-Medium", Arial, Helvetica, sans-serif;
}

.event-center {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.event-content {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    justify-content: space-around;
}

.event-content>div {
    max-width: 25%;
    width: 100%;
}

.event-content #noqbot-event-block-right {
    max-width: 50%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.event_logo {
    display: inline-block;
    width: 130px;
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin: -50px 0;
}

#noqbot-event-block-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
}

#noqbot-event-block-center .logo_block {
    border-radius: 10px;
    margin: 5px;
}

#noqbot-event-block-center img {
    max-width: 200px;
    max-height: 100px;
    margin: 5px 10px;
}

.back {
    position: relative;
    right: 0;
    top: 0;
    padding: 10px 0 0 0;
}

::-webkit-scrollbar {
    width: 10px !important;
}

::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 5px;
    background: #ccf6ec;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #084876;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}

::-webkit-scrollbar-thumb:hover {
    border-radius: 5px;
    background: #00cfa2;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,207,162,0.7);*/
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    border-radius: 0px;
}

.noqbot-row {
    position: relative;
}

/* Начало: Событие - Контент */

#event p.noqbot-direction-text {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.7);
    padding: 4px 20px;
    margin: 0 0 4px 0;
    width: auto;
    text-indent: 0;
    background: linear-gradient(120deg,
            transparent 0%,
            rgba(0, 207, 162, 0.7) 0%,
            rgba(0, 207, 162, 0.2) 40%,
            transparent 40%);
    text-align: left;
}

#event #noqbot-news-clock-icon {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
}

#event blockquote {
    text-align: left;
}

#event .noqbot-event-sportname {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
}

#event .noqbot-event-date {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
}

#event .noqbot-header-text {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.7);
    padding: 4px 20px;
    margin: 0 0 4px 0;
    width: auto;
    text-indent: 0;
    text-align: left;
    text-transform: uppercase;
}

/* Конец: Событие - Контент */

/* Конец: Медальный зачет */

#noqbot-medals-tabletitle.noqbot-pointtable-title .noqbot-box:nth-child(1) {
    width: 10%;
    text-align: center;
}

#noqbot-medals-tabletitle.noqbot-pointtable-title .noqbot-box:nth-child(2) {
    width: 50%;
    text-align: center;
}

#noqbot-medals-tabletitle.noqbot-pointtable-title .noqbot-box:nth-child(3) {
    width: 10%;
    text-align: center;
}

#noqbot-medals-tabletitle.noqbot-pointtable-title .noqbot-box:nth-child(4) {
    width: 10%;
    text-align: center;
}

#noqbot-medals-tabletitle.noqbot-pointtable-title .noqbot-box:nth-child(5) {
    width: 10%;
    text-align: center;
}

#noqbot-medals-tabletitle.noqbot-pointtable-title .noqbot-box:nth-child(6) {
    width: 10%;
    text-align: center;
}

#noqbot-medals-tablecontent.noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 10%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    font-size: 32px;
}

#noqbot-medals-tablecontent.noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 10%;
    text-align: center;
}

#noqbot-medals-tablecontent.noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 60%;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

#noqbot-medals-tablecontent.noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 20%;
    text-align: center;
    height: 44px;
    line-height: 44px;
}

/* Конец: Медальный зачет */

/* Начало: Событие - Меню справа */

ul.noqbot-current-event-menu {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0;
}

ul.noqbot-current-event-menu li {
    font-size: 24px;
    line-height: 24px;
    padding: 14px 20px;
    list-style-type: none;
}

ul.noqbot-current-event-menu li:hover {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 207, 162, 0.5);
    position: relative;
    z-index: 5;
}

.noqbot-widget ul.noqbot-current-event-menu li a {
    color: #454545;
}

/* Конец: Событие - Меню справа */

#referee .card {
    box-shadow: none;
}

.profile-card-4 {
    font-family: "Open Sans", Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 100%;
    border: none;
    min-height: 500px;
    padding: 10px;
}

.profile-card-4 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #084876;
}

.profile-card-4 .background-block .background {
    width: 100%;
    vertical-align: top;
    opacity: 0.9;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    -webkit-transform: scale(1.8);
    transform: scale(2.8);
}

.profile-card-4 .card-content {
    width: 100%;
    padding: 0;
    color: #232323;
    float: left;
    height: 50%;
    border-radius: 0 0 5px 5px;
    position: relative;
    top: 88px;
}

.profile-card-4 .card-content::before {
    content: "";
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}

.profile-card-4 .profile {
    top: 20px;
    position: absolute;
    left: 50%;
    max-width: 240px;
    opacity: 1;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    border: 10px solid transparent;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 99999;
    border-radius: 50%;
}

.profile-card-4 .profile:hover {
    border: 10px solid rgba(0, 207, 162, 0.7);
}

.profile-card-4 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px;
}

.profile-card-4 h2 small {
    display: block;
    font-size: 24px;
    margin-top: 100px;
    text-align: center;
}

.profile-card-4 i {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 2px solid #084876;
    width: 64px;
    height: 64px;
    line-height: 30px;
    border-radius: 50%;
    margin: 64px 10px;
    font-size: 24px;
    padding: 15px;
}

.profile-card-4 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-4 .icon-block a {
    text-decoration: none;
}

.profile-card-4 i:hover {
    background-color: #232323;
    color: #fff;
    text-decoration: none;
}

#referee .noqbot-referee-name {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}

#referee .noqbot-referee-position {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
    text-align: center;
}

/* Начало: Событие - Видео - Контент */

#event_video h5.noqbot-video-date {
    text-align: left;
    padding: 0;
    margin: 0 0 10px 0;
}

#event_video .noqbot-photo-name {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
}

#event_video .noqbot-photo-tournament {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

#event_video .noqbot-photo-sporttype {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.7);
}

#event_video h5.noqbot-video-date {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
}

/* Конец: Событие - Видео - Контент */

.form-search .btn {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    float: right;
    border-radius: 0;
    margin-left: 0;
    text-shadow: none;
    width: 100%;
    margin-top: 10px;
}

.form-search .btn:hover {
    background: #00cfa2;
}

/* Начало: Игрок - Фотография профиля */

.profile-card-3 {
    font-family: "Open Sans", Arial, sans-serif;
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 100%;
    border: none;
}

.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #084876;
}

.profile-card-3 .background-block .background {
    width: 100%;
    vertical-align: top;
    opacity: 0.9;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
    -webkit-transform: scale(1.8);
    transform: scale(2.8);
}

.profile-card-3 .card-content {
    width: 100%;
    padding: 0;
    color: #232323;
    float: left;
    background: #efefef;
    height: 50%;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 9999;
    top: 160px;
}

.profile-card-3 .card-content::before {
    content: "";
    background: #efefef;
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 51px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}

.profile-card-3 .profile_parent {
    border: 4px solid #00cfa2;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    width: 80%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    left: 50%;
}

.profile-card-3 .profile {
    /* max-width: 240px; */
    opacity: 1;
    /*box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);*/
    /*-webkit-transform: translate(-50%, 0%);*/
    /*transform: translate(-50%, 0%);*/
    z-index: 99999;
    border-radius: 50%;
    border: 10px solid #454545;
    width: 100%;
}

.profile-card-3 h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 25px;
}

.profile-card-3 h2 small {
    display: block;
    font-size: 24px;
    margin-top: 100px;
}

.profile-card-3 i {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    color: #232323;
    text-align: center;
    border: 2px solid #084876;
    width: 64px;
    height: 64px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 24px;
    padding: 15px;
}

.profile-card-3 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-3 .icon-block a {
    text-decoration: none;
}

.profile-card-3 i:hover {
    background-color: #232323;
    color: #fff;
    text-decoration: none;
}

/* Конец: Игрок - Фотография профиля */

/* Начало: Игрок - Таблица матчей */

/* Начало: Заголовок таблицы */

#player .noqbot-pointtable-title .noqbot-box:nth-child(1) {
    width: 5%;
    text-align: center;
}

#player .noqbot-pointtable-title .noqbot-box:nth-child(2) {
    width: 20%;
    text-align: center;
}

#player .noqbot-pointtable-title .noqbot-box:nth-child(3) {
    width: 10%;
    text-align: center;
}

#player .noqbot-pointtable-title .noqbot-box:nth-child(4) {
    width: 25%;
    text-align: center;
}

#player .noqbot-pointtable-title .noqbot-box:nth-child(5) {
    width: 8%;
    text-align: center;
}

#player .noqbot-pointtable-title .noqbot-box:nth-child(6) {
    width: 8%;
    text-align: center;
}

#player .noqbot-pointtable-title .noqbot-box:nth-child(7) {
    width: 8%;
    text-align: center;
}

#player .noqbot-pointtable-title .noqbot-box:nth-child(8) {
    width: 8%;
    text-align: center;
}

#player .noqbot-pointtable-title .noqbot-box:nth-child(9) {
    width: 8%;
    text-align: center;
}

/* Конец: Заголовок таблицы */

/* Начало: Тело таблицы */

#player .noqbot-pointtable .noqbot-box {
    font-size: 14px;
}

#player .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 5%;
    text-align: center;
}

#player .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 20%;
    text-align: center;
}

#player .noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 10%;
    text-align: center;
}

#player .noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 25%;
    text-align: center;
}

#player .noqbot-pointtable .noqbot-box:nth-child(5) {
    width: 8%;
    text-align: center;
}

#player .noqbot-pointtable .noqbot-box:nth-child(6) {
    width: 8%;
    text-align: center;
}

#player .noqbot-pointtable .noqbot-box:nth-child(7) {
    width: 8%;
    text-align: center;
}

#player .noqbot-pointtable .noqbot-box:nth-child(8) {
    width: 8%;
    text-align: center;
    background: transparent;
}

#player .noqbot-pointtable .noqbot-box:nth-child(9) {
    width: 8%;
    text-align: center;
}

/* Конец: Тело таблицы */

/* Конец: Игрок - Таблица матчей */

#bests .swiper-wrapper-table:nth-child(2n + 1) {
    background: none;
}

#tab-forwards #noqbot-pointstable-slider .swiper-wrapper-table .swiper-slide {
    height: 62px;
}

#tab-forwards .noqbot-pointtable .noqbot-box:nth-child(3) {
    text-align: left;
}

#tab-forwards .noqbot-hallfame-players-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

#tab-forwards .noqbot-pointtable .noqbot-box:nth-child(1) {
    font-size: 36px;
    line-height: 64px;
}

#tab-forwards .noqbot-pointtable {
    height: 72px;
}

#tab-forwards .noqbot-pointtable .noqbot-box:nth-child(3) {
    font-size: 30px;
    line-height: 32px;
}

#tab-forwards .noqbot-pointtable .noqbot-box:nth-child(4) {
    font-size: 36px;
    line-height: 64px;
}

#tab-forwards .noqbot-pointtable .noqbot-box:nth-child(5) {
    font-size: 36px;
    line-height: 64px;
}

#tab-forwards .small a.black {
    color: #787d87;
}

#tab-assistant #noqbot-pointstable-slider .swiper-wrapper-table .swiper-slide {
    height: 62px;
}

#tab-assistant .noqbot-pointtable .noqbot-box:nth-child(3) {
    text-align: left;
}

#tab-assistant .noqbot-hallfame-players-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

#tab-assistant .noqbot-pointtable .noqbot-box:nth-child(1) {
    font-size: 36px;
    line-height: 64px;
}

#tab-assistant .noqbot-pointtable {
    height: 72px;
}

#tab-assistant .noqbot-pointtable .noqbot-box:nth-child(3) {
    font-size: 30px;
    line-height: 32px;
}

#tab-assistant .noqbot-pointtable .noqbot-box:nth-child(4) {
    font-size: 36px;
    line-height: 64px;
}

#tab-assistant .noqbot-pointtable .noqbot-box:nth-child(5) {
    font-size: 36px;
    line-height: 64px;
}

#tab-assistant .small a.black {
    color: #787d87;
}

#tab-gp #noqbot-pointstable-slider .swiper-wrapper-table .swiper-slide {
    height: 62px;
}

#tab-gp .noqbot-pointtable .noqbot-box:nth-child(3) {
    text-align: left;
}

#tab-gp .noqbot-hallfame-players-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

#tab-gp .noqbot-pointtable .noqbot-box:nth-child(1) {
    font-size: 36px;
    line-height: 64px;
}

#tab-gp .noqbot-pointtable {
    height: 72px;
}

#tab-gp .noqbot-pointtable .noqbot-box:nth-child(3) {
    font-size: 30px;
    line-height: 32px;
}

#tab-gp .noqbot-pointtable .noqbot-box:nth-child(4) {
    font-size: 36px;
    line-height: 64px;
}

#tab-gp .noqbot-pointtable .noqbot-box:nth-child(5) {
    font-size: 36px;
    line-height: 64px;
}

#tab-gp .small a.black {
    color: #787d87;
}

#tab-defenders #noqbot-pointstable-slider .swiper-wrapper-table .swiper-slide {
    height: 62px;
}

#tab-defenders .noqbot-pointtable .noqbot-box:nth-child(3) {
    text-align: left;
}

#tab-defenders .noqbot-hallfame-players-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

#tab-defenders .noqbot-pointtable .noqbot-box:nth-child(1) {
    font-size: 36px;
    line-height: 64px;
}

#tab-defenders .noqbot-pointtable {
    height: 72px;
}

#tab-defenders .noqbot-pointtable .noqbot-box:nth-child(3) {
    font-size: 30px;
    line-height: 32px;
}

#tab-defenders .noqbot-pointtable .noqbot-box:nth-child(4) {
    font-size: 36px;
    line-height: 64px;
}

#tab-defenders .noqbot-pointtable .noqbot-box:nth-child(5) {
    font-size: 36px;
    line-height: 64px;
}

#tab-defenders .small a.black {
    color: #787d87;
}

#tab-gk #noqbot-pointstable-slider .swiper-wrapper-table .swiper-slide {
    height: 62px;
}

#tab-gk .noqbot-pointtable .noqbot-box:nth-child(3) {
    text-align: left;
}

#tab-gk .noqbot-hallfame-players-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

#tab-gk .noqbot-pointtable .noqbot-box:nth-child(1) {
    font-size: 36px;
    line-height: 64px;
}

#tab-gk .noqbot-pointtable {
    height: 72px;
}

#tab-gk .noqbot-pointtable .noqbot-box:nth-child(3) {
    font-size: 30px;
    line-height: 32px;
}

#tab-gk .noqbot-pointtable .noqbot-box:nth-child(4) {
    font-size: 36px;
    line-height: 64px;
}

#tab-gk .noqbot-pointtable .noqbot-box:nth-child(5) {
    font-size: 36px;
    line-height: 64px;
}

#tab-gk .small a.black {
    color: #787d87;
}

#tab-top #noqbot-pointstable-slider .swiper-wrapper-table .swiper-slide {
    height: 62px;
}

#tab-top .noqbot-pointtable .noqbot-box:nth-child(3) {
    text-align: left;
}

#tab-top .noqbot-hallfame-players-img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

#tab-top .noqbot-pointtable .noqbot-box:nth-child(1) {
    font-size: 36px;
    line-height: 64px;
}

#tab-top .noqbot-pointtable {
    height: 72px;
}

#tab-top .noqbot-pointtable .noqbot-box:nth-child(3) {
    font-size: 30px;
    line-height: 32px;
}

#tab-top .noqbot-pointtable .noqbot-box:nth-child(4) {
    font-size: 36px;
    line-height: 64px;
}

#tab-top .noqbot-pointtable .noqbot-box:nth-child(5) {
    font-size: 36px;
    line-height: 64px;
}

#tab-top .small a.black {
    color: #787d87;
}

#event_photo .photo.title {
    text-align: left;
}

.gallery-inner {
    display: flex;
}

#event_photo .noqbot-video-date {
    text-align: left;
    padding: 0;
}

#event_photo .img-responsive {
    height: auto;
    padding: 10px;
}

#event_photo h4.noqbot-photo-name {
    color: #454545;
}

#event_photo h5.noqbot-video-date {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
}

#event_photo h5.noqbot-photo-tournament {
    color: #454545;
}

#event_photo .container {
    padding: 0;
    margin: 0 20px;
}

.back a {
    font-size: 24px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.5);
}

.back a span {
    font-size: 24px;
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.5);
}

.red {
    font-size: 16px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    color: #000000;
    background: #00cfa2;
    border-radius: 4px;
    height: 24px;
    line-height: 26px;
}

#calendar .noqbot-pointtable-title .noqbot-box:nth-child(1) {
    width: 10%;
    text-align: center;
}

#calendar .noqbot-pointtable-title .noqbot-box:nth-child(1):after {
    content: "Время" !important;
}

#calendar .noqbot-pointtable-title .noqbot-box:nth-child(2) {
    width: 10%;
    text-align: center;
}

#calendar .noqbot-pointtable-title .noqbot-box:nth-child(2):after {
    content: "Этап" !important;
    height: 24px !important;
}

#calendar .noqbot-pointtable-title .noqbot-box:nth-child(3) {
    width: 30%;
    text-align: center;
}

#calendar .noqbot-pointtable-title .noqbot-box:nth-child(3):after {
    content: "" !important;
}

#calendar .noqbot-pointtable-title .noqbot-box:nth-child(4) {
    width: 10%;
    text-align: center;
}

#calendar .noqbot-pointtable-title .noqbot-box:nth-child(4):after {
    content: "Матч" !important;
}

#calendar .noqbot-pointtable-title .noqbot-box:nth-child(5) {
    width: 30%;
    text-align: center;
}

#calendar .noqbot-pointtable-title .noqbot-box:nth-child(5):after {
    content: "" !important;
}

#calendar .noqbot-pointtable-title .noqbot-box:nth-child(6) {
    width: 10%;
    text-align: center;
}

#calendar .noqbot-pointtable-title .noqbot-box:nth-child(6):after {
    content: "Площадка" !important;
}

#calendar .noqbot-pointtable .noqbot-box {
    font-size: 20px;
}

#calendar .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 10%;
    text-align: center;
}

#calendar .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 10%;
    text-align: center;
}

#calendar .noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 30%;
    text-align: center;
}

#calendar .noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 10%;
    text-align: center;
}

#calendar .noqbot-pointtable .noqbot-box:nth-child(5) {
    width: 30%;
    text-align: center;
}

#calendar .noqbot-pointtable .noqbot-box:nth-child(6) {
    width: 10%;
    text-align: center;
}

#calendar .noqbot-themetabnav li.noqbot-tab-content a {
    font-size: 20px;
    padding: 0 20px;
}

#calendar .noqbot-themetabnav li.noqbot-tab-content a:nth-child(1) {
    font-size: 20px;
    padding: 0 20px 0 0;
}

table thead tr th {
    font-size: 20px;
    background: rgba(0, 0, 0, 0.05);
}

table tbody tr td {
    background: rgba(0, 0, 0, 0.05);
}

table tbody tr td a {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 24px;
}

table tbody tr td small {
    font-size: 20px;
    text-transform: uppercase;
}

table tbody tr td small a {
    font-size: 20px;
}

/*.container
{
	background: url(../images/bg-pattran-md.png);
}*/

table thead tr th {
    border-bottom: none;
    padding: 0 10px;
}

table thead {}

table thead tr th:nth-child(1) {
    width: 5%;
    text-align: center;
}

table thead tr th:nth-child(2) {
    text-align: left;
}

table thead tr th:nth-child(3) {
    text-align: center;
}

table thead tr th:nth-child(4) {
    text-align: center;
}

table thead tr th:nth-child(5) {
    text-align: center;
}

table thead tr th:nth-child(6) {
    text-align: center;
}

table thead tr th:nth-child(7) {
    text-align: center;
}

table thead tr th:nth-child(8) {
    text-align: center;
}

table thead tr th:nth-child(9) {
    text-align: center;
}

table tbody tr {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-align: center;
}

table tbody tr:nth-child(1) {
    width: 5%;
    text-align: center;
}

table tbody tr td {
    padding: 0 10px;
}

table tbody tr:nth-child(2n + 1) {
    background: rgba(0, 0, 0, 0.1);
}

#stats .container {
    background: none;
}

#stats table thead tr th:nth-child:last-child {
    width: 100%;
}

#stats table tbody tr td {
    background: none;
}

#stats #tab1 {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-align: center;
}

#stats table {
    width: 100%;
}

#stats #tab2 table thead tr th:nth-child(1) {
    text-align: center;
}

#stats #tab2 table thead tr th:nth-child(2) {
    text-align: center;
}

#stats #tab2 table thead tr th:nth-child(3) {
    text-align: center;
}

#stats #tab3 table thead tr th:nth-child(4) {
    text-align: center;
}

#stats #tab3 table tbody tr td:nth-child(4) {
    text-align: center;
}

#noqbot-stats-main {
    margin: 0 0 40px 0;
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(1) {
    width: 5%;
    text-align: center;
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(1):after {
    content: "№";
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(2) {
    width: 30%;
    text-align: center;
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(2):after {
    content: "Команда";
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(3) {
    width: 10%;
    text-align: center;
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(3):after {
    content: "Игры";
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(4) {
    width: 10%;
    text-align: center;
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(4):after {
    content: "В";
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(5) {
    width: 10%;
    text-align: center;
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(5):after {
    content: "Н";
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(6) {
    width: 10%;
    text-align: center;
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(6):after {
    content: "П";
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(7) {
    width: 15%;
    text-align: center;
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(7):after {
    content: "Мячи";
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(8) {
    width: 10%;
    text-align: center;
}

#tourn_table .noqbot-pointtable-title .noqbot-box:nth-child(8):after {
    content: "Очки";
}

#tourn_table .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 5%;
    text-align: center;
}

#tourn_table .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 30%;
    text-align: left;
}

#tourn_table .noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 10%;
    text-align: center;
}

#tourn_table .noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 10%;
    text-align: center;
}

#tourn_table .noqbot-pointtable .noqbot-box:nth-child(5) {
    width: 10%;
    text-align: center;
}

#tourn_table .noqbot-pointtable .noqbot-box:nth-child(6) {
    width: 10%;
    text-align: center;
}

#tourn_table .noqbot-pointtable .noqbot-box:nth-child(7) {
    width: 15%;
    text-align: center;
}

#tourn_table .noqbot-pointtable .noqbot-box:nth-child(8) {
    width: 10%;
    text-align: center;
}

.noqbot-points {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    float: right;
    background: rgb(0, 0, 0);
    background: linear-gradient(112deg,
            transparent 20%,
            transparent 20%,
            rgba(255, 255, 255, 0.5) 10%);
    height: 38px;
    margin-top: -10px;
    line-height: 40px;
    padding: 0 6px 0 16px;
    width: 80px;
    text-align: center;
    color: #454545;
    font-size: 20px;
    margin-left: 8px;
}

#bests .noqbot-pointtable-title .noqbot-box {
    font-size: 24px;
    color: #454545;
}

#bests .noqbot-pointtable-title .noqbot-box:nth-child(1) {
    width: 10%;
    text-align: center;
}

#bests .noqbot-pointtable-title .noqbot-box:nth-child(2) {
    width: 10%;
    text-align: center;
}

#bests .noqbot-pointtable-title .noqbot-box:nth-child(3) {
    width: 56%;
    text-align: center;
}

#bests .noqbot-pointtable-title .noqbot-box:nth-child(4) {
    width: 12%;
    text-align: center;
}

#bests .noqbot-pointtable-title .noqbot-box:nth-child(5) {
    width: 12%;
    text-align: center;
}

#bests .noqbot-pointtable .noqbot-box {
    font-size: 24px;
    color: #454545;
}

#bests .noqbot-pointtable .noqbot-box a {
    font-size: 24px;
    color: #454545;
}

#bests .noqbot-pointtable .noqbot-box {
    color: #454545;
}

#bests .noqbot-pointtable .noqbot-box a {
    color: #454545;
}

#bests .noqbot-pointtable .noqbot-box .small a.black {
    color: rgba(0, 0, 0, 0.5);
}

#bests .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 10%;
    text-align: center;
}

#bests .noqbot-pointtable-title .noqbot-box:nth-child(1):after {
    content: "№";
}

#bests .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 10%;
    text-align: left;
}

#bests .noqbot-pointtable-title .noqbot-box:nth-child(2):after {
    content: " ";
    height: 24px;
}

#bests .noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 56%;
    font-size: 24px;
    text-align: left;
}

#bests .noqbot-pointtable-title .noqbot-box:nth-child(3):after {
    content: "Игрок";
}

#bests .noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 12%;
    text-align: center;
}

#bests .noqbot-pointtable-title .noqbot-box:nth-child(4):after {
    content: "Игры";
}

#bests .noqbot-pointtable .noqbot-box:nth-child(5) {
    width: 12%;
    text-align: center;
}

#bests #tab-forwards .noqbot-pointtable-title .noqbot-box:nth-child(5):after {
    content: "Мячи";
}

#bests #tab-assistant .noqbot-pointtable-title .noqbot-box:nth-child(5):after {
    content: "Передачи";
}

#bests #tab-gp .noqbot-pointtable-title .noqbot-box:nth-child(5):after {
    content: "Гол+Пас";
}

#bests #tab-defenders .noqbot-pointtable-title .noqbot-box:nth-child(5):after {
    content: "Баллы";
}

#bests #tab-gk .noqbot-pointtable-title .noqbot-box:nth-child(5):after {
    content: "Баллы";
}

#bests #tab-top .noqbot-pointtable-title .noqbot-box:nth-child(5):after {
    content: "Баллы";
}

#bests .noqbot-hallfame-players-img {
    width: 60px;
    height: 60px;
    border: 4px solid #00cfa2;
}

#event_calendar .noqbot-pointtable-title .noqbot-box:nth-child(1) {
    width: 15%;
    text-align: center;
}

#event_calendar .noqbot-pointtable-title .noqbot-box:nth-child(2) {
    width: 15%;
    text-align: center;
}

#event_calendar .noqbot-pointtable-title .noqbot-box:nth-child(3) {
    width: 20%;
    text-align: center;
}

#event_calendar .noqbot-pointtable-title .noqbot-box:nth-child(4) {
    width: 20%;
    text-align: center;
}

#event_calendar .noqbot-pointtable-title .noqbot-box:nth-child(5) {
    width: 10%;
    text-align: center;
}

#event_calendar .noqbot-pointtable-title .noqbot-box:nth-child(6) {
    width: 20%;
    text-align: center;
}

#event_calendar .noqbot-pointtable .noqbot-box {
    font-size: 18px;
    color: #454545;
}

#event_calendar .noqbot-pointtable .noqbot-box a {
    font-size: 18px;
    color: #454545;
}

#event_calendar .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 15%;
    text-align: center;
}

#event_calendar .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 15%;
    text-align: left;
}

#event_calendar .noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 20%;
    text-align: center;
}

#event_calendar .noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 20%;
    text-align: center;
}

#event_calendar .noqbot-pointtable .noqbot-box:nth-child(5) {
    width: 10%;
    text-align: center;
}

#event_calendar .noqbot-pointtable .noqbot-box:nth-child(6) {
    width: 20%;
    text-align: center;
}

#cards table tbody tr td:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

#cards table tbody tr td:nth-child(1) {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cards table thead tr th:nth-child(n + 2) {
    width: 5%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

#cards table thead tr th:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

#cards table tbody tr td:nth-child(n + 2) {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding: 0 2px;
}

#cards table tbody tr td:nth-child(2) {
    font-size: 18px;
    padding: 6px 10px 0 10px;
}

#cards table tbody tr:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cards table tbody tr td a img {
    height: 30px;
}

#cards_cup_cup table tbody tr td:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

#cards_cup table tbody tr td:nth-child(1) {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cards_cup table thead tr th:nth-child(n + 2) {
    width: 5%;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

#cards_cup table thead tr th:first-child {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cards_cup table tbody tr td:nth-child(n + 2) {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding: 0 2px;
}

#cards_cup table tbody tr td:nth-child(2) {
    font-size: 18px;
    padding: 6px 10px 0 10px;
}

#cards_cup table tbody tr:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

#cards_cup table tbody tr td a img {
    height: 30px;
}

#player .noqbot-player-photo {
    max-width: 320px;
}

#player .noqbot-team-logo {
    margin-top: 170px;
}

#player .noqbot-player-info ul>li {}

#player .noqbot-playcontent h3 {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 36px;
}

#player .noqbot-theme-tag {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 32px;
}

#player h4 a {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 28px;
}

#player .noqbot-pointtable .noqbot-box {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 20px;
}

#player .noqbot-section-heading-small h3 {
    padding: 8px 0;
    margin-top: 10px;
}

#curteam .profile-card-3 .profile {
    width: 80%;
}

#curteam .noqbot-player-photo {
    max-width: 320px;
}

#curteam .noqbot-team-logo {
    margin-top: 240px;
}

#curteam .noqbot-player-info ul>li {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 28px;
}

#curteam .noqbot-playcontent h3 {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 36px;
}

#curteam .noqbot-theme-tag {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 32px;
}

#curteam h4 a {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 28px;
}

#curteam .noqbot-pointtable .noqbot-box {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 20px;
}

.tournament_title {
    margin-bottom: 20px;
}

h3.noqbot-tournament-date {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 24px;
    line-height: 24px;
    padding: 10px 0;
    text-transform: uppercase;
}

.tournament_title .noqbot-section-heading {
    float: none;
    margin: 0px;
}

.tournament_title .noqbot-tournament-date {
    margin: 0px;
}

.tournament_title .back {
    float: left;
    font-size: 7px;
    padding-top: 0;
    line-height: 45px;
    height: 45px;
}

.tournament_title .back a {
    font-size: 15px;
}

.tournament_title .back a span {
    padding: 0 6px;
    vertical-align: middle;
    font-size: 17px;
    margin-top: -4px;
}

h3.noqbot-tournament-date span {
    padding: 0 20px 0 10px;
}

p.noqbot-social-text {
    text-indent: 0;
    text-transform: uppercase;
    padding: 10px 24px;
}

li.whatsapp i.fa-2x {
    font-size: 1.4em;
}

#allteams .masonry-grid {
    width: 23%;
    height: auto;
    padding: 4%;
    margin-top: 8px;
    background: rgba(0, 0, 0, 0.05);
    height: 188px;
    max-height: 188px;
}

#allteams .masonry-grid:nth-child(n) {
    margin-left: 2%;
}

#allteams .noqbot-mathtextbox {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0;
}

#allteams .noqbot-mathtextbox .noqbot-section-heading {
    float: none;
    overflow: hidden;
}

#allteams .thumbnail a>img {
    display: block;
    width: 120px;
    height: auto;
}

#allteams h3.noqbot-tourn-name {
    font-size: 24px;
}

#allteams h4.noqbot-tourn-data {
    font-size: 20px;
}

#allteams .noqbot-section-heading-small h3 span {
    padding: 10px 30px;
}

#allteams .noqbot-pointtable-title .noqbot-box {
    font-size: 18px;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#allteams .noqbot-tourn-team {
    font-size: 12px;
    text-align: center;
    height: 40px;
    line-height: 16px;
    padding: 6px 0;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    width: 156px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: -50px;
    left: -20px;
}

.noqbot-widget.noqbot-tags-widget a.noqbot-btn {
    background: rgba(0, 0, 0, 0.05);
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 40px;
    padding: 0 20px;
}

.noqbot-widget.noqbot-tags-widget a.noqbot-btn:hover {
    background: rgba(0, 207, 162, 0.2);
}

.noqbot-tags-widget>ul>li {
    list-style-type: none;
    border-bottom: 2px solid transparent;
}

.noqbot-tags-widget>ul>li:hover {
    list-style-type: none;
    border-bottom: 2px solid #00cfa2;
}

.noqbot-tags-widget>ul>li:first-child {
    padding-right: 0;
}

#allteams .masonry-grid:hover {
    background: rgba(0, 207, 162, 0.2);
}

#curteam .masonry-grid {
    width: 100%;
}

#curteam .noqbot-section-heading-small h3 span {
    padding: 10px 30px;
}

#curteam .noqbot-pointtable-title .noqbot-box {
    font-size: 18px;
    width: 100%;
    text-align: left;
    padding: 4px 4px 4px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#curteam figure.noqbot-postimg img {
    padding: 10%;
    padding-bottom: 0;
}

#curteam p.noqbot-team-color {
    width: 200px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-indent: 0;
    color: #454545;
    padding: 10px;
}

#curteam p.noqbot-name-type {
    font-size: 16px;
    text-transform: uppercase;
    text-align: left;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-indent: 0;
    padding: 0 10px;
    line-height: 38px;
    height: 48px;
}

#curteam p.noqbot-name-text {
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    text-indent: 0;
    padding: 0 20px;
    color: #454545;
    line-height: 36px;
    height: 48px;
}

#curteam i.noqbot-name-dopt {
    font-size: 22px;
    text-align: left;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
    text-indent: 0;
    padding: 0 20px;
    color: #454545;
    line-height: 36px;
    height: 48px;
}

#curteam .noqbot-pointtable-title .noqbot-box {
    height: 42px;
}

#curteam .noqbot-pointtable-title .noqbot-box {
    background: linear-gradient(135deg,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0.05) 30%,
            rgba(255, 255, 255, 0.3) 30%);
}

#curteam .noqbot-playcontent {
    padding: 0;
}

#curteam h3.noqbot-team-title {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 42px;
    padding: 0 10px;
    color: white;
    background: linear-gradient(135deg,
            #084876 0%,
            #084876 80%,
            rgba(255, 255, 255, 0.3) 80%);
    margin: 0;
    margin-bottom: 10px;
}

#curteam h3.noqbot-team-title span {
    vertical-align: middle;
    font-size: 32px;
    padding-right: 10px;
    margin-right: 20px;
    margin-left: 10px;
}

#curteam h2.noqbot-team-name {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 49px;
    padding: 10px;
    text-transform: uppercase;
}

#curteam .noqbot-form-design {
    padding: 10px;
}

#curteam .noqbot-hallfame-players-img {
    width: 60px;
    height: 60px;
    border: 4px solid #00cfa2;
}

#curteam .noqbot-name-text a {
    text-decoration: underline;
}

#curteam fieldset {
    min-width: 100%;
}

#curteam fieldset optgroup option {
    color: #454545;
    background: #00cfa2;
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box {
    background: rgba(0, 0, 0, 0.05);
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(1) {
    width: 6%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(1):after {
    content: "№";
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(2) {
    width: 37%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(2):after {
    content: "Ф.И.О.";
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(3) {
    width: 17%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(3):after {
    content: "Позиция";
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(4) {
    width: 8%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(4):after {
    content: "Игры";
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(5) {
    width: 8%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(5):after {
    content: "Голы";
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(6) {
    width: 8%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(6):after {
    content: "Передачи";
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(7) {
    width: 8%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(7):after {
    content: "ЖК";
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(8) {
    width: 8%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable-title .noqbot-box:nth-child(8):after {
    content: "КК";
}

#curteam #tab1 .noqbot-pointtable .noqbot-box {
    font-size: 18px;
    color: #454545;
}

#curteam #tab1 .noqbot-pointtable .noqbot-box a {
    font-size: 18px;
    color: #454545;
}

#curteam #tab1 .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 6%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 37%;
    text-align: left;
}

#curteam #tab1 .noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 17%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 8%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable .noqbot-box:nth-child(5) {
    width: 8%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable .noqbot-box:nth-child(6) {
    width: 8%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable .noqbot-box:nth-child(7) {
    width: 8%;
    text-align: center;
}

#curteam #tab1 .noqbot-pointtable .noqbot-box:nth-child(8) {
    width: 8%;
    text-align: center;
}

#curteam #tab2 .noqbot-pointtable-title .noqbot-box {
    background: rgba(0, 0, 0, 0.05);
}

#curteam #tab2 .noqbot-pointtable-title .noqbot-box:nth-child(1) {
    width: 80%;
    text-align: center;
}

#curteam #tab2 .noqbot-pointtable-title .noqbot-box:nth-child(1):after {
    content: "Хар-ка (Показатель)";
}

#curteam #tab2 .noqbot-pointtable-title .noqbot-box:nth-child(2) {
    width: 20%;
    text-align: center;
}

#curteam #tab2 .noqbot-pointtable-title .noqbot-box:nth-child(2):after {
    content: "Результат (Кол-во)";
}

#curteam #tab2 .noqbot-pointtable .noqbot-box {
    font-size: 18px;
    color: #454545;
}

#curteam #tab2 .noqbot-pointtable .noqbot-box a {
    font-size: 18px;
    color: #454545;
}

#curteam #tab2 .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 80%;
    text-align: left;
}

#curteam #tab2 .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 20%;
    text-align: center;
}

#curteam .noqbot-tab-content {
    width: 50%;
    background: transparent;
    border-bottom: 4px solid #454545;
}

#curteam .noqbot-tab-content.active {
    width: 50%;
    background: #084876;
    border-bottom: 4px solid #084876;
    color: #454545;
    text-decoration: none;
}

#curteam .noqbot-tab-content:hover {
    width: 50%;
    background: rgba(0, 207, 162, 0.5);
    border-bottom: 4px solid #084876;
}

#curteam .noqbot-themetabnav li a {
    font-size: 24px;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serif;
}

#curteam .noqbot-themetabs {
    margin-top: 20px;
}

#curteam .noqbot-themetabnav li a:hover {
    color: white;
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box {
    font-size: 18px;
    padding: 4px;
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box {
    background: none;
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box:nth-child(1) {
    width: 15%;
    text-align: center;
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box:nth-child(1):after {
    content: "Этап";
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box:nth-child(2) {
    width: 10%;
    text-align: center;
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box:nth-child(2):after {
    content: "Тур";
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box:nth-child(3) {
    width: 15%;
    text-align: center;
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box:nth-child(3):after {
    content: "Дата и время";
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box:nth-child(4) {
    width: 20%;
    text-align: center;
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box:nth-child(4):after {
    content: "";
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box:nth-child(5) {
    width: 20%;
    text-align: center;
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box:nth-child(5):after {
    content: "Матч";
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box:nth-child(6) {
    width: 20%;
    text-align: center;
}

#curteam #tab3 .noqbot-pointtable-title .noqbot-box:nth-child(6):after {
    content: "";
}

#curteam #tab3 .noqbot-pointtable .noqbot-box {
    font-size: 16px;
    padding: 4px;
}

#curteam #tab3 .noqbot-pointtable .noqbot-box:nth-child(1) {
    width: 15%;
    text-align: center;
}

#curteam #tab3 .noqbot-pointtable .noqbot-box:nth-child(2) {
    width: 10%;
    text-align: center;
}

#curteam #tab3 .noqbot-pointtable .noqbot-box:nth-child(3) {
    width: 15%;
    text-align: center;
}

#curteam #tab3 .noqbot-pointtable .noqbot-box:nth-child(4) {
    width: 20%;
    text-align: center;
}

#curteam #tab3 .noqbot-pointtable .noqbot-box:nth-child(5) {
    width: 20%;
    text-align: center;
}

#curteam #tab3 .noqbot-pointtable .noqbot-box:nth-child(6) {
    width: 20%;
    text-align: center;
}

.noqbot-tab label a {
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serifsans-serif;
    text-transform: uppercase;
}

.noqbot-tab label.no_childs:after {
    display: none;
}

.noqbot-navigation ul.noqbot-menu-mobile li a {
    width: 100%;
    display: block;
    padding: 0 5px;
    box-sizing: border-box;
    color: #084876 !important;
    font-family: "Geometria-Bold", Arial, Helvetica, sans-serifsans-serif;
    text-transform: uppercase;
}

.noqbot-section-heading h2,
.noqbot-section-heading h3 {
    border-bottom: none !important;
    /*border-bottom: 1px solid rgb(8 72 118 / 18%);*/
}

#noqbot-top-slider-full button.flickity-button.flickity-prev-next-button.previous,
#noqbot-top-slider-full button.flickity-button.flickity-prev-next-button.next,
#cy1 button.flickity-button.flickity-prev-next-button.previous,
#cy1 button.flickity-button.flickity-prev-next-button.next,
#noqbot-nextmatches-slider button.flickity-button.flickity-prev-next-button.previous,
#noqbot-nextmatches-slider button.flickity-button.flickity-prev-next-button.next,
#noqbot-prevmatches-slider button.flickity-button.flickity-prev-next-button.previous,
#noqbot-prevmatches-slider button.flickity-button.flickity-prev-next-button.previous,
#noqbot-prevmatches-slider button.flickity-button.flickity-prev-next-button.next,
.news_carusel button.flickity-button.flickity-prev-next-button.previous,
.news_carusel button.flickity-button.flickity-prev-next-button.next,
#noqbot-hotnews-block button.flickity-button.flickity-prev-next-button.previous,
#noqbot-hotnews-block button.flickity-button.flickity-prev-next-button.next {
    width: 25px;
    top: -11px;
}

.news_carusel .flickity-page-dots,
#noqbot-hotnews-block .flickity-page-dots {
    margin-left: 30px;
}

#noqbot-hotnews-block .flickity-page-dots {
    margin-left: 30px;
    margin-top: -20px;
}

@media (min-width: 768px) {
    .news_carusel .flickity-viewport {
        padding-bottom: 10px;
    }

    #noqbot-hotnews-block .flickity-viewport {
        margin-bottom: 25px;
    }

    #noqbot-hotnews-block .flickity-page-dots {
        width: 85%;
    }

    #noqbot-hotnews-block button.flickity-button.flickity-prev-next-button.previous,
    #noqbot-hotnews-block button.flickity-button.flickity-prev-next-button.next {
        display: none !important;
    }

    .news_carusel .flickity-page-dots,
    #noqbot-hotnews-block .flickity-page-dots {
        width: 85%;
    }

    .noqbot-themetabnav li a .angle_active {
        margin-top: 4px;
    }
}

.noqbot-themetabnav li a {
    padding-left: 10px !important;
}

.noqbot-themetabnav li a .angle_active {
    font-size: 18px !important;
}

.apicon {
    width: 20px;
    height: 20px;
    color: #084876;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.apicon svg {
    display: block;
    fill: #084876;
}

.sidebar .apicon {
    width: 36px;
    height: 36px;
}

#cy2 .tab-content {
    display: none;
    padding: 0;
    padding-bottom: 40px;
    color: #454545;
    background: url(../images/bg-pattran-md.png);
    background-color: rgb(0 0 0 / 20%);
}

#cy2 .tab_test .image {
    /*background-color: #084876;
	background-image: url("/images/print_1.jpg");*/
    min-height: 650px;
}

#cy2 .tab_test h2.noqbot-event-header {
    position: relative;
    padding-top: 15px;
    margin-top: 0px;
}

#cy2 .tab_test h2.noqbot-event-header div.desc {
    background: none;
    margin-top: 15px;
    width: 100%;
    font-size: 26px;
}

#cy2 .tab_test h2.noqbot-event-header div.date {
    color: white;
    padding-top: 5px;
    background: none;
    width: 100%;
}

#cy2 .tab_test .event-content2 {
    color: white;
    margin: 10px 20px;
    margin-top: 0px !important;
    min-height: 100%;
}

#cy2 .tab_test .event-btn-bottom {
    position: absolute;
    bottom: 0;
    /*background:red;*/
    height: auto;
    width: 100%;
    /*margin: 10px 20px;*/
    margin-left: 0px;
}

#cy2 .tab_test #noqbot-event-block-right,
#cy2 .tab_test #noqbot-event-block-left,
#cy2 .tab_test #noqbot-event-block-center {
    text-align: center;
}

#cy2 .tab_test #noqbot-event-block-right h5,
#cy2 .tab_test #noqbot-event-block-left h5,
#cy2 .tab_test #noqbot-event-block-center h5 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Geometria-Light", Arial, Helvetica, sans-serif;
}

#cy2 .tab_test a.events-link {
    display: block;
    width: auto !important;
    padding: 10px 10px;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 20px;
    border: 1px solid white;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}

#cy2 .tab_test a.events-link:hover {
    opacity: 0.8;
}

#cy2 .tab_test a.events-link .events-link-text {
    font-size: 18px;
}

#cy2 .tab_test .logo {
    background-image: url("http://image.cliga.ru/storage/images/events_logo/normal/me/medal.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 80px;
    width: 100%;
}

#cy2 .tab_test .logo img {}

@media (max-width: 1000px) {
    .next_mathes {
        padding-left: 0;
    }

    .event-content>div {
        max-width: 50%;
    }

    .event-content #noqbot-event-block-right {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767px) {
    ul.noqbot-current-event-menu li {
        font-size: 18px !important;
        line-height: 18px !important;
        padding: 8px 20 !important;
    }

    #cy2 .tab_test .image {
        min-height: 850px;
    }

    #cy2 .tab_test .event-content2 {
        margin: 10px 20px !important;
    }

    #cy2 .tab_test .noqbot-event-block-left {
        margin: 10px 20px !important;
    }

    #cy2 .tab_test #noqbot-event-block-right,
    #cy2 .tab_test #noqbot-event-block-left {
        position: relative !important;
        width: 100% !important;
        margin: 0 !important;
        margin-top: 0px !important;
        text-align: center;
    }

    #cy2 .tab_test a.events-link {
        margin-left: 15px;
        margin-right: 20px;
    }

    #cy2 .tab_test a.events-link .events-link-text {
        font-size: 18px;
    }

    .noqbot-navigation ul>li:hover {
        background: rgba(255, 255, 255, 1) !important;
        color: #454545 !important;
    }

    .noqbot-navigation ul>li a:hover {
        color: white !important;
        background: -moz-linear-gradient(45deg,
                #084876 80%,
                #084876 80%,
                transparent 80%);
        background: -webkit-linear-gradient(45deg,
                #084876 80%,
                #084876 80%,
                transparent 80%);
        background: linear-gradient(45deg,
                #084876 50%,
                #084876 80%,
                transparent 80%);
    }

    .noqbot-player-number-mini {
        left: 0;
    }
}

@media (max-width: 600px) {
    h2.noqbot-event-header {
        margin: 0 20px 10px 20px;
    }

    .event-content #noqbot-event-block-right {
        margin-top: 30px;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        max-width: 100%;
        padding: 0 20px;
    }

    .event-content #noqbot-event-block-right a {
        margin: 0 !important;
        width: 100% !important;
    }

    .event-content>div {
        max-width: 100%;
    }
}

@media (max-width: 450px) {
    #noqbot-event-block-center .logo_block {
        width: 45%;
    }

    #noqbot-event-block-center img {
        width: 100%;
        height: auto;
        margin: 0;
    }
}

.testarea {
    width: 100%;
    height: 400px;
}
