html, body {
	width: 100%;
	height: 100%;
	min-width: 320px; 
}

body {background: #fff; font: normal 14px 'Roboto', sans-serif; color: #242424; line-height: 1.6; position:relative;}

a {outline: none; color: #014d40; transition: all 0.2s ease; text-decoration: none;}
a:hover {color: #0c7a45;}

img, iframe {max-width: 100%;}
img {height: auto;}

.button-reset {background: none; padding: 0 0 0 0; margin: 0 0 0 0; width: auto; overflow: visible; border: 0; cursor: pointer;}
.button-reset::-moz-focus-inner{border: 0; padding: 0; margin: 0;}

input[type="text"], input[type="search"] {-webkit-appearance: none;}
input, textarea, button, select {font: normal 14px 'Roboto', sans-serif; color: #212121; outline:none; transition: background 0.2s ease;}

h1, h2, h3, h4, h5 {font-family: 'Merriweather', sans-serif; font-weight: normal; padding: 0 0 0 0; line-height: 1.5; }

h1 {margin: 0 0 25px 0; font-size: 24px; }
h2 {margin: 0 0 20px 0; font-size: 20px; }
h3 {margin: 0 0 20px 0; font-size: 18px; }
h4 {margin: 0 0 20px 0; font-size: 16px; }
h5 {margin: 0 0 20px 0; font-size: 14px; }
p + h2, p + h3, p + h4, p + h5 {padding-top: 10px;}

.title-a {font-size: 24px; font-family: 'Roboto', sans-serif; font-weight: 500; line-height: 1.2; position: relative; text-align: center; text-transform: uppercase;}
.title-a:before {content: ''; display: block; width: 100%; height: 2px; background: #014d40; position: absolute; top: 50%; margin-top: -1px;}
.title-a__inner {background: #fff; display: inline-block; padding: 0 25px; position: relative;}
.title-a_size-1 {font-size: 18px;}
.title-a_size-1 .title-a__inner {padding-left: 20px; padding-right: 20px;}

.title-b {font-size: 24px; font-weight: 500; font-family: 'Roboto', sans-serif; line-height: 1.2; }
.title-c {font-size: 16px; font-weight: 500; line-height: 1.4; color: #014d40; text-transform: uppercase;}

p {margin: 0 0 15px 0; padding: 0 0 0 0; }

blockquote {font-size: 24px; font-weight: 500; line-height: 1.5; background: #f7f7f7; padding: 140px 60px 140px 120px; margin: 0 0 30px 0; position: relative;}
blockquote:before {content: ''; display: block; font-size: 10px; width: 8.2em; height: 6.2em; background: url('../img/icon-quotes.svg') no-repeat 0 0; background-size: 100% auto; position: absolute; top: 44px; left: 44px;}

.sep-1 {height: 10px;}
.sep-2 {height: 20px;}
.sep-3 {height: 30px;}

.icon {display: inline-block; /*background: url('../img/pict0.png') no-repeat;*/ vertical-align:baseline; position:relative; width: 1em; height: 1em; fill: currentColor; line-height: 1;}
.icon-svg {display: inline-block; background:none; vertical-align:middle; position:relative; width: 1em; height: 1em; fill: currentColor; line-height: 1;}

.button-a, .button-b {display: inline-block; position:relative; text-decoration:none; line-height: 1; text-align: center; transition: all 0.2s ease;}

.button-a {padding: 20px 50px 19px 50px; background: #ffaf18; font-size: 16px; font-weight: 500; color: #242424; line-height: 1.2; text-transform: uppercase; text-decoration: none; text-align: center; }
.button-a:hover {background: #ff8e22; color: #242424; text-decoration: none;}
.button-a:disabled {pointer-events: none;}

.button-a_size-1 {font-size: 14px; padding: 16px 30px 15px; }

.button-b {padding: 13px 30px; background: #f8f8f8; color: #014d40; text-decoration: none; line-height: 1.2; }
.button-b__flex {display: flex; align-items: center; justify-content: center;}
.button-b__text {}
.button-b__icon {display: block;}
.button-b__icon_arrow {font-size: 11px; margin-left: 10px;}
.button-b:hover {background: #ebebeb; color: #014d40;}


.link-underline {text-decoration: underline;}
.link-underline:hover {text-decoration: none;}

.link-dotted {text-decoration: none; border-bottom: 1px dotted currentColor;}

.text-bigger-x {font-size: 16px;}

ol {margin: 0 0 20px 22px; padding: 0;}
ol > li {margin: 0 0 10px 0; padding: 0 0 0 15px;}

ul {margin: 0 0 20px 0; padding: 0 0 0 0; list-style: none;}
ul > li {margin: 0 0 10px 0; padding: 0 0 0 0px; position: relative;}
/* ul > li:before {content: ''; display: block; width: 22px; height: 2px; background: #d42628; position: absolute; top: 0.8em; left: 0; } */

.table-holder {overflow: auto;}
table {border-collapse: collapse;}
table tr {}
table th {border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; font-weight: 500; padding: 12px 10px;}
table td {background: #f8f8f8; border-bottom: 3px solid #fff; padding: 10px 10px;}

.owl-carousel .animated {-webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both;}
.owl-carousel .owl-animated-in {z-index: 1;}
.owl-carousel .owl-animated-out {z-index: 0; }
.owl-carousel .fadeOut {animation-name: fadeOut;}
.owl-carousel .fadeIn {animation-name: fadeIn;}
.owl-height {transition: height 500ms ease-in-out;}
.owl-carousel {-webkit-tap-highlight-color: transparent;  position: relative; z-index: 1;}
.owl-carousel .owl-stage {position: relative; -ms-touch-action: pan-Y;}
.owl-carousel .owl-stage:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.owl-carousel .owl-stage-outer {position: relative; overflow: hidden;  -webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.owl-carousel .owl-dot {transition: border 0.2s ease, background 0.2s ease;}
.owl-carousel.owl-loaded {display: block;}
.owl-carousel.owl-loading {opacity: 0; display: block;}
.owl-carousel.owl-hidden {opacity: 0;}
.owl-carousel .owl-refresh .owl-item {display: none;}
.owl-carousel .owl-item {position: relative; min-height: 1px; float: left;}
.owl-carousel .owl-item img {max-width: 100%; -webkit-transform-style: preserve-3d;}
.owl-carousel.owl-text-select-on .owl-item {-webkit-user-select: auto; -moz-user-select: auto; -ms-user-select: auto; user-select: auto;}
.owl-carousel .owl-grab {cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab;}
.owl-carousel.owl-rtl {direction: rtl;}
.owl-carousel.owl-rtl .owl-item {float: right;}

.owl-carousel .owl-item .owl-lazy {opacity: 0; transition: opacity 400ms ease;}
.owl-carousel .owl-item img {transform-style: preserve-3d;}

.owl-nav.disabled {display: none; }
.owl-nav-button {display: flex; align-items: center; justify-content: center; color: #014d40; font-size: 20px; position:absolute; top: 50%; margin: -10px 0 0 0; opacity: 1; transition: all 0.2s ease; cursor: pointer; z-index: 2; }
.owl-nav-button:hover {color: #014d40; opacity: 1;}
.owl-nav-button.disabled {cursor: default; opacity: 0.3; }
.owl-nav-button__icon {display: block; }
.owl-nav-button_prev {left: 0;}
.owl-nav-button_next {right: 0; }

.owl-nav_custom {}
.owl-nav_custom .owl-nav-button {width: 25px; height: 25px; background: #fff; border: 1px solid #014d40; color: #014d40; font-size: 8px;}
.owl-nav_custom .owl-nav-button:hover {background: #014d40; color: #fff;}
.owl-nav_custom .owl-nav-button.disabled {background: #fff; color: #014d40;}

.owl-nav_custom-a .owl-nav-button {width: 30px; height: 40px; background: #fff; border: 1px solid #014d40; color: #014d40; font-size: 16px; opacity: 0.8;}
.owl-nav_custom-a .owl-nav-button:hover {opacity: 1; }
.owl-nav_custom-a .owl-nav-button.disabled {opacity: 0.4;}

.owl-dots.disabled {display: none; }
.owl-dots {display: flex; justify-content: center;}
.owl-dot {display: block; width: 6px; height: 6px; background: #fff; border-radius: 50%; margin: 0 7px 0 7px; position: relative; cursor: pointer; transition: all 0.2s ease; z-index: 2; }
.owl-dot:hover {background: #d52628; }
.owl-dot.active {background: #d52628; }

.gs-slider .slider {max-height: 0px; overflow: hidden;}
.gs-slider .slider img {display: block; width: 100%; height: auto;}
.gs-slider .slider.owl-loaded {max-height: none; overflow: visible;}
.gs-slider .owl-dots {position: absolute; bottom: 15px; left: 0; width: 100%;}
.gs-info {}
.gs-info-item {margin-bottom: 10px;}


.picture-styled {margin-bottom: 30px;}
.picture-styled img {vertical-align: top;}
.picture-styled p {margin: 25px 0 0 0;}

.cnt {max-width: 1320px; padding: 0 40px 0 40px; margin: 0 auto; position: relative;}

/* } Base Elements */


/* Forms { */
.select {opacity: 0;}
.select-custom {position:relative;}
.select-custom select {width: 50%; position:absolute; top: 0; left: -20000px; opacity: 0;}
.select-custom__val {background: #f8f8f8; border: 1px solid #014d40; height: 47px; padding: 0 45px 0 20px; border-radius: 5px; position:relative; cursor:pointer; line-height: 1; }
.select-custom__mark {display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; right: 15px; transform: translate(0, -50%);}
.select-custom__mark-icon {display: block; font-size: 11px; color: #004c3d;}
.select-custom__text {display: flex; align-items: center; justify-content: flex-start; height: 45px; color: #242424; font-size: 14px; white-space: nowrap; zoom: 1; max-width: 100%; position: relative; overflow: hidden;}
.select-custom__text-inner {display: inline-block; max-width: 100%; overflow: hidden; text-overflow: ellipsis;}
.select-custom__list {display: none; position:absolute; top: 100%; left: 0; min-width: 100%; margin: -1px 0 0 0; z-index: 5; line-height: 1.3; }
.select-custom__list-inner {background: #fff; overflow: auto; max-height: 230px; border: 1px solid #014d40; border-top: 0; border-radius: 0 0 5px 5px; opacity: 0;}
.select-custom__list-inner-i {}
.select-custom__item {margin:0 0 0 0; padding: 10px 20px 10px 20px; cursor:pointer; position:relative; font-size: 14px; color: #242424; line-height: 1;}
.select-custom__item:hover {color: #0c7a45;}
.select-custom__item_checked, .select-custom__item_checked:hover{color: #0c7a45;}
.select-custom_selected .select-custom__text {font-style:normal; }
.select-custom_expanded {}
.select-custom_expanded .select-custom__val {border-radius: 5px 5px 0 0;}
.select-custom_expanded .select-custom__mark-icon {transform: scale(1, -1);}
.select-custom_expanded .select-custom__list {display: block; z-index: 10;}

.input-text {height: 47px; background: #f8f8f8; border: 1px solid #014d40; padding: 0 20px 0 20px; margin: 0; position: relative; vertical-align: top; font-size: 14px; color: #242424; border-radius: 5px; transition: border 0.2s ease, background 0.2s ease;}
.input-text_area {height: 100px; padding: 12px 20px 12px 20px; overflow:auto; resize: none;}
.invalid .input-text {border-color: #d52628;}

.field-form {position:relative;}
.field-form__input {width: 100%; }
.field-form__icon {display: block; position: absolute; top: 50%; right: 18px; transform: translate(0, -50%); font-size: 14px; color: #054f41;}
.field-form__symbol-required {font-weight: 500; position: absolute; top: 15px; right: 0; color: #f49620;}
.field-form_icon .field-form__input {padding-right: 40px;}

.datepicker {}
.datepicker__input-text {}
.datepicker__icon {font-size: 16px;}

.field-numeric {position: relative;}
.field-numeric__input {padding-left: 35px; padding-right: 35px; text-align: center;}
.field-numeric__button {display: block; font-size: 12px; color: #014d40; position: absolute; top: 50%; margin-top: -6px;}
.field-numeric__button-icon {display: block;}
.field-numeric__button_decrement {left: 18px;}
.field-numeric__button_increment {right: 18px;}

.input-button {display: inline-block; width: 18px; height: 18px; background: #dbeaf1; position:relative; cursor:pointer; vertical-align:top; }
.input-button:after {content: ' '; display: none; width: 10px; height: 10px; background: #000; position:absolute; top: 4px; left: 4px; }
.input-button input {position:absolute; top: 0; left: -10000px; margin: 0; opacity: 0;}
.input-button.active:after {display: block; }

.input-button_checkbox {}
.input-button_checkbox:after {width: 13px; height: 9px; background: url('../img/icons.png') no-repeat 0 0; top: 4px; left: 3px;}

.input-button_radio {border-radius: 50%;}
.input-button_radio:after {border-radius: 50%;}

.label-input {display: inline-block; padding: 0 0 0 30px; cursor:pointer; position:relative;}
.label-input .input-button {position:absolute; top: 1px; left: 0;}

.button-input {display: inline-block; padding: 13px 50px 14px 30px; font-size: 15px; font-weight: 500; border: 1px solid #014d40; color: #014d40; line-height: 1.2; position: relative; border-radius: 25px; text-decoration: none; cursor: pointer;}
.button-input .input-button {visibility: hidden; position: absolute; top: 0; right: 0;}
.button-input__icon {display: block; position: absolute; top: 50%; right: 18px; transform: translate(0, -50%);}
.button-input__icon_plus {font-size: 12px;}
.button-input__icon_check {display: none; font-size: 16px;}
.button-input.active {background: #014d40; color: #fff;}
.button-input.active .button-input__icon {color: #fff;}
.button-input.active .button-input__icon_plus {display: none;}
.button-input.active .button-input__icon_check {display: block;}

.input-buttons {}
.input-buttons__item {margin-bottom: 10px;}
.input-buttons__label {vertical-align: top;}

.input-buttons_inline {display: flex; flex-wrap: wrap; margin-left: -20px;}
.input-buttons_inline .input-buttons__item {margin: 0 0 10px 25px; }

.input-buttons_categories {display: flex; flex-wrap: wrap; margin-left: -20px;}
.input-buttons_categories .input-buttons__item {margin: 0 0 20px 20px; }
.input-buttons_categories .button-input {min-width: 190px;}

.form-default {}
.form-default__head {margin-bottom: 32px;}
.form-default__title {}
.form-default__intro {margin-top: 20px;}
.form-default__caption {margin: 0 0 14px 20px;}
.form-default__fields {max-width: 424px;}
.form-default__item {margin-bottom: 18px;}
.form-default__item_submit {text-align: center; padding-top: 10px; margin-bottom: 0;}
.form-default__item_agreement {font-size: 13px; color: #7b7b7b; line-height: 1.5; }
.form-default__item_agreement .input-button {top: 0;}
.form-default__item_padding-1 {padding-top: 8px;}
.form-default__result_success {display: none; font-size: 30px; padding-top: 40px; padding-bottom: 40px; text-align: center; line-height: 1.3;}
.form-default__info_error {display: none; color: #d52628;}
.invalid .form-default__info_error {display: block;}
.form-default.submit-success form {display: none;}
.form-default.submit-success .form-default__result_success {display: block; }

.form-popup {}
.form-popup__item {margin-bottom: 20px;}
.form-popup__item_submit {padding-top: 10px; margin-bottom: 0;}
.form-popup__button-submit {width: 100%;}
.form-popup__result {}
.form-popup__result_success {display: none; padding-top: 50px; padding-bottom: 50px; font-size: 22px; text-align: center; line-height: 1.3;}
.form-popup__result_error {display: none; font-size: 14px; text-align: center; line-height: 1.3; color: #d52628; margin-top: 20px;}
.submit-success {}
.submit-success form {display: none;}
.submit-success .form-popup__result_success {display: block;}
.submit-error .form-popup__result_error {display: block; }


/* } Forms */


/* Popups { */
.popup {width: 840px; padding: 40px 30px 30px 30px; background: #fff; position:relative;}
.popup__head {margin: 0 0 20px 0; text-align: center;}
.popup__title {}

/* } Popups */


/* Utilites { */
.u-hidden {display: none; }

.u-align-center {text-align: center; }
.u-align-left {text-align: left; }
.u-align-right {text-align: right; }

.u-pull-center {margin:0 auto;}
.u-pull-left {float:left;}
.u-pull-right {float:right;}

.u-display-block {display: block; width: 100%; }

.u-rotate-90 {transform: rotate(90deg);}
.u-rotate-180 {transform: rotate(180deg);}
.u-rotate-270 {transform: rotate(270deg);}

/* } Utilites */



/* Frames { */
.obj-adaptive {width: 1400px; position:absolute; top: 0; right: 100%;}

.tbl {display: table; width: 100%; }
.tbl__row {display: table-row; }
.tbl__cell {display: table-cell; vertical-align:middle;}

.tabs {}
.tabs__nav {}
.tabs__nav-scroll {position: relative; }
.tabs__nav-list {position: relative; }
.tabs__items {}
.tabs__item {display: none; }
.tabs__item.active {display: block; }

.grid-cols_type-1 {display: flex; flex-wrap: wrap; margin-left: -20px;}
.grid-cols_type-1 > .grid-cols__item {flex-grow: 0; padding-left: 20px; }
.grid-cols_type-1 > .grid-cols__item_1 {width: 66.5%;}
.grid-cols_type-1 > .grid-cols__item_2 {width: 33.5%;}

.grid-cols_type-2 {display: flex; flex-wrap: wrap; margin-left: -20px;}
.grid-cols_type-2 > .grid-cols__item {flex-grow: 0; padding-left: 20px; }
.grid-cols_type-2 > .grid-cols__item_1 {width: 33.5%;}
.grid-cols_type-2 > .grid-cols__item_2 {width: 66.5%;}

.block-a {border: 1px solid #cfcfcf; padding-top: 1px;}
.block-a__head {background: #fcfcfc; border-bottom: 1px solid #cfcfcf; margin: 0 1px; padding: 20px 29px; box-shadow: inset 0 -1px 0 #fff;}
.block-a__data {padding: 18px 30px;}
.block-a_margin-1 {margin-bottom: 20px;}

.data-toggle {}
.data-toggle__crop {max-height: 180px; overflow: hidden; position: relative;}
.data-toggle__crop:after {content: ' '; display: block; width: 100%; height: 10px; position:absolute; bottom: 0; right: 0; background: #fff; box-shadow: 0 0 15px 5px #fff, 0 0 15px 5px #fff;}
.data-toggle__inner {}
.data-toggle__button-toggle {}
.data-toggle__button-toggle-text {}
.data-toggle__button-toggle-text:first-child {display: none;}
.data-toggle.expanded {}
.data-toggle.expanded .data-toggle__crop {max-height: none !important;}
.data-toggle.expanded .data-toggle__crop:after {display: none;}
.data-toggle.expanded .data-toggle__button-toggle-icon-arrow {transform: scale(1, -1);}
.data-toggle.expanded .data-toggle__button-toggle-text {display: none;}
.data-toggle.expanded .data-toggle__button-toggle-text:first-child {display: block;}
.data-toggle.not-expandable .data-toggle__button-toggle {display: none;}
.data-toggle.not-expandable .data-toggle__crop {max-height: none !important;}
.data-toggle.not-expandable .data-toggle__crop:after {display: none;}

.pane-xsm__head {display: none;}
.pane-xsm__button-pane-show {display: none;}

/* } Frames */


/* Items { */

.post-mini {display: flex; flex-direction: column; position: relative; line-height: 1.6; }
.post-mini__picture {display: block; background-size: cover; background-position: 50% 0; background-repeat: no-repeat; text-decoration: none; margin-bottom: 15px; position: relative; transition: none;}
.post-mini__picture:after {content: ''; display: block; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: rgba(0,0,0, 0.4); opacity: 0; transition: opacity 0.2s ease;}
.post-mini__picture-img {display: block; width: 100%;}
.post-mini__data {flex-grow: 1;}
.post-mini__title {font-family: 'Merriweather', sans-serif; font-size: 1.14em; color: #242424; margin-bottom: 8px; line-height: 1.5;}
.post-mini__title-link {color: inherit;}
.post-mini__bar {display: flex; flex-wrap: wrap; margin-top: auto; font-size: 12px; color: #929292;}
.post-mini__bar-item {}
.post-mini__bar-item:after {content: '|'; margin: 0 6px;}
.post-mini__bar-item:last-child:after {display: none;}
.post-mini__date {}
.post-mini__category {}
.post-mini__category-link {color: #0c7a45;}
.post-mini__media {display: flex; align-items: center; flex-wrap: wrap; position: absolute; top: 0; right: 0; font-size: 26px; color: #fff; opacity: 0.5; z-index: 2; transition: opacity 0.2s ease;}
.post-mini__media-icon {display: block; margin: 6px 10px 0 0; }
.post-mini:hover .post-mini__picture:after {opacity: 1;}
.post-mini:hover .post-mini__title-link {color: #0c7a45;}
.post-mini:hover .post-mini__media {opacity: 1;}

.post-mini_type-1 {overflow: hidden;}
.post-mini_type-1 .post-mini__picture {flex-grow: 1; margin-bottom: 0;}
.post-mini_type-1 .post-mini__picture:after {display: none;}
.post-mini_type-1 .post-mini__data {background: linear-gradient(to top, rgba(0,0,0, 0.8), rgba(0,0,0, 0)); position: absolute; bottom: 0; left: 0; width: 100%; padding: 50px 20px 12px 20px;}
.post-mini_type-1 .post-mini__title {color: #fff; margin-bottom: 4px;}
.post-mini_type-1:hover .post-mini__title-link {color: #fff; text-shadow: 0 0 3px #fff;}

.post-mini-a {display: block; text-decoration: none; line-height: 1.6;}
.post-mini-a__title {display: flex; align-items: center; justify-content: center; height: 60px; background: #014d40; padding: 0 15px; overflow: hidden; line-height: 1.3; font-size: 18px; font-weight: 500; text-transform: uppercase; color: #fff; text-align: center; transition: background 0.2s ease;}
.post-mini-a__title-inner {margin-top: auto; margin-bottom: auto;}
.post-mini-a__picture {padding: 1px; border: 1px solid #014d40; border-top: 0;}
.post-mini-a__picture-img {display: block; width: 100%;}
.post-mini-a:hover .post-mini-a__title {background: #0c7a45;}

.post-mini-b {display: flex; position: relative; line-height: 1.6; }
.post-mini-b__picture {flex-shrink: 0; width: 140px; display: block; margin-right: 20px; }
.post-mini-b__picture-img {display: block; width: 100%;}
.post-mini-b__data {flex-grow: 1; flex-basis: 100%; display: flex; flex-direction: column; padding: 4px 0 8px 0;}
.post-mini-b__title {font-family: 'Merriweather', sans-serif; font-size: 16px; color: #242424; margin-bottom: 7px; line-height: 1.5;}
.post-mini-b__title-link {color: inherit;}
.post-mini-b__bar {display: flex; flex-wrap: wrap; margin-top: auto; font-size: 12px; color: #929292;}
.post-mini-b__bar-item {}
.post-mini-b__bar-item:after {content: '|'; margin: 0 6px;}
.post-mini-b__bar-item:last-child:after {display: none;}
.post-mini-b__date {}
.post-mini-b__category {}
.post-mini-b__category-link {color: #0c7a45;}
.post-mini-b__media {display: flex; align-items: center; flex-wrap: wrap; position: absolute; top: 0; left: 0; font-size: 20px; color: #fff; opacity: 0.5; z-index: 2; transition: opacity 0.2s ease;}
.post-mini-b__media-icon {display: block; margin: 6px 0 0 6px; }

.post-mini-c {display: flex; position: relative; line-height: 1.6; }
.post-mini-c__data {flex-grow: 1; flex-basis: 100%; display: flex; flex-direction: column; padding: 6px 0 6px 0;}
.post-mini-c__title {font-family: 'Merriweather', sans-serif; color: #242424; margin-bottom: 7px; }
.post-mini-c__title-link {color: inherit;}
.post-mini-c__bar {display: flex; flex-wrap: wrap; margin-top: auto; font-size: 12px; color: #929292;}
.post-mini-c__bar-item {}
.post-mini-c__bar-item:after {content: '|'; margin: 0 6px;}
.post-mini-c__bar-item:last-child:after {display: none;}
.post-mini-c__date {}
.post-mini-c__category {}
.post-mini-c__category-link {color: #0c7a45;}

.player-mini {line-height: 1.4;}
.player-mini__position {font-weight: 500; margin-top: 4px; margin-bottom: 4px;}
.player-mini__position-direction {font-size: 10px;}
.player-mini__position-direction-icon {display: block;}
.player-mini__position-direction_plus {color: #007a40;}
.player-mini__position-direction_minus {color: #fe5f5f; transform: scale(1, -1);}
.player-mini__position-difference {font-size: 13px; color: #929292;}
.player-mini__picture {}
.player-mini__picture-img {display: block; width: 100%;}
.player-mini__name {color: #0c7a45; font-weight: 500; margin-bottom: 3px;}
.player-mini__country {display: flex; align-items: center;}
.player-mini__country-flag {vertical-align: top; margin-right: 10px;}
.player-mini__rating {}
.player-mini__rating-value {}
.player-mini__rating-difference {font-size: 13px; color: #929292;}
.player-mini__record {font-size: 13px; color: #929292; line-height: 1.4;}
.player-mini__details-second {margin-top: auto;}

.match-mini {display: flex; flex-wrap: wrap; line-height: 1.6;}
.match-mini__players {flex-grow: 1; flex-basis: 0; }
.match-mini__players-inner {display: table; width: 100%; }
.match-mini__player {display: table-row; }
.match-mini__player-cell {display: table-cell; background: #f8f8f8; border-top: 3px solid #fff; height: 61px; vertical-align: middle; }
.match-mini__player-cell_1 {padding-left: 10px; }
.match-mini__player-cell_2 {width: 280px;}
.match-mini__player:first-child .match-mini__player-cell {border-top: 0;}
.match-mini__player-data {flex-grow: 1; flex-basis: 0; display: flex; align-items: center; margin-right: 15px;}
.match-mini__player-names {display: flex; flex-wrap: wrap; margin-right: 35px;}
.match-mini__player-name {display: flex; align-items: center; white-space: nowrap; }
.match-mini__player-name-text {}
.match-mini__player-name:after {content: '/'; margin: 0 8px 0 7px; color: #999999;}
.match-mini__player-name:last-child:after {display: none;}
.match-mini__player-flag {vertical-align: top; margin-right: 10px;}
.match-mini__icon-ball {flex-shrink: 0; display: none; font-size: 11px; color: #f49937; margin-left: auto;}
.match-mini__icon-victory {flex-shrink: 0; display: none; font-size: 16px; color: #097945; margin-left: auto;}
.match-mini__score {flex-shrink: 0; display: flex; height: 58px;}
.match-mini__notice {display: flex; align-items: center; font-size: 12px; color: #929292; max-width: 120px; margin-left: 10px; line-height: 1.4;}
.match-mini__set, .match-mini__game {flex-shrink: 0; display: flex; align-items: center; justify-content: center; width: 40px; text-align: center; font-weight: 500;}
.match-mini__set.current {color: #0c7a45;}
.match-mini__game {background: #ebebeb;}
.match-mini__bar {flex-shrink: 0; flex-grow: 0; width: 202px; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #f8f8f8; font-size: 13px; padding: 5px 12px; margin-right: 3px; text-align: center; line-height: 1.5;}
.match-mini__date {color: #929292;}
.match-mini__date-icon {font-size: 32px; height: 0.54em; }
.match-mini__date-data {}
.match-mini__bet {flex-grow: 0; flex-shrink: 0; width: 215px; background: #f8f8f8; display: flex; align-items: center; padding: 20px 30px; margin-left: 3px; line-height: 1.5;}
.match-mini__bet-icon {max-width: 110px; max-height: 30px; margin-right: 20px; vertical-align: top;}
.match-mini__bet-data {}
.match-mini__bet-value {}
.match-mini__title {font-size: 15px; font-weight: 500; margin-bottom: 10px;}
.match-mini__player.active .match-mini__icon-ball {display: block;}
.match-mini__player.victorious .match-mini__player-cell {/* background: #cfeed7; */}
.match-mini__player.victorious .match-mini__icon-victory {display: block;}
.match-mini.current .match-mini__date {color: #0c7a45;}

.match-mini-a {border-bottom: 1px solid #cfcfcf; line-height: 1.6;}
.match-mini-a__players {flex-grow: 1; flex-basis: 0; }
.match-mini-a__players-inner {display: table; width: 100%; }
.match-mini-a__player {display: table-row; }
.match-mini-a__player-cell {display: table-cell; background: #f8f8f8; border-top: 3px solid #fff; height: 61px; vertical-align: middle; }
.match-mini-a__player-cell_1 {padding-left: 10px; }
.match-mini-a__player-cell_2 {}
.match-mini-a__player-data {flex-grow: 1; flex-basis: 0; display: flex; align-items: center; margin-right: 15px;}
.match-mini-a__player-names {display: flex; flex-wrap: wrap; margin-right: 35px;}
.match-mini-a__player-name {display: flex; align-items: center; white-space: nowrap; }
.match-mini-a__player-name-text {}
.match-mini-a__player-name:after {content: '/'; margin: 0 8px 0 7px; color: #999999;}
.match-mini-a__player-name:last-child:after {display: none;}
.match-mini-a__player-flag {vertical-align: top; margin-right: 10px;}
.match-mini-a__icon-ball {flex-shrink: 0; display: none; font-size: 11px; color: #f49937; margin-left: auto;}
.match-mini-a__icon-victory {flex-shrink: 0; display: none; font-size: 16px; color: #097945; margin-left: auto;}
.match-mini-a__score {flex-shrink: 0; display: flex; height: 58px;}
.match-mini-a__notice {display: flex; align-items: center; font-size: 12px; color: #929292; max-width: 120px; margin-left: 10px; line-height: 1.4;}
.match-mini-a__set, .match-mini-a__game {display: flex; align-items: center; justify-content: center; width: 40px; text-align: center; font-weight: 500;}
.match-mini-a__set.current {color: #0c7a45;}
.match-mini-a__game {background: #ebebeb;}
.match-mini-a__bar {display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; white-space: normal; font-size: 13px; margin-top: 12px; padding: 0 10px 15px; line-height: 1.5;}
.match-mini-a__date {display: flex; align-items: center; color: #929292;}
.match-mini-a__date-icon {font-size: 32px; height: 0.54em; margin-right: 10px;}
.match-mini-a__date-data {}
.match-mini-a__bet {display: flex; align-items: center; margin-left: 20px;}
.match-mini-a__bet-icon {max-width: 110px; max-height: 30px; margin-right: 20px; }
.match-mini-a__bet-data {}
.match-mini-a__bet-value {}
.match-mini-a__player.active .match-mini-a__icon-ball, .match-mini-a__player.active .match-mini__icon-ball {display: block;}
.match-mini-a__player.victorious .match-mini-a__icon-victory {display: block;}
/* .match-mini-a__player.victorious .match-mini-a__player-cell {background: #cfeed7;} */
.match-mini-a.current .match-mini-a__date {color: #0c7a45;}

.tournament-mini {position: relative; line-height: 1.6;}
.tournament-mini__part-main {display: flex; flex-wrap: wrap; padding-top: 15px; padding-bottom: 15px; background: #f8f8f8; color: #242424; padding-left: 70px; position: relative;}
.tournament-mini__part-main:hover {background: #ebebeb; color: #242424;}
.tournament-mini__button-toggle {display: inline-block; padding: 6px; color: #0c7a45; position: absolute; top: 15px; left: 22px;}
.tournament-mini__button-toggle:hover {color: #014d40;}
.tournament-mini__button-toggle-icon {display: none; font-size: 10px;}
.tournament-mini__button-toggle-icon:first-child {display: block;}
.tournament-mini__part-second {display: none; background: #fff; border: 1px solid #ebebeb; padding: 3px;}
.tournament-mini__title {font-size: 16px; font-weight: 500; color: #0c7a45; line-height: 1.5;}
.tournament-mini__matches-scroll {overflow: auto; padding-bottom: 14px; -webkit-overflow-scrolling: touch;}
.tournament-mini__matches {}
.tournament-mini__match {margin-top: 3px;}
.tournament-mini__match:first-child {margin-top: 0;}
.tournament-mini.expanded .tournament-mini__part-main {background: #ebebeb;}
.tournament-mini.expanded .tournament-mini__part-second {display: block;}
.tournament-mini.expanded .tournament-mini__button-toggle-icon {display: block;}
.tournament-mini.expanded .tournament-mini__button-toggle-icon:first-child {display: none;}

.tournament-mini-a {position: relative; line-height: 1.6;}
.tournament-mini-a__head {margin: 0 100px 30px 72px;}
.tournament-mini-a__title {font-size: 16px; font-weight: 500; line-height: 1.5;}
.tournament-mini-a__more-matches {font-size: 12px; font-weight: 500; text-transform: uppercase; white-space: nowrap; margin-left: 20px; padding-top: 2px; position: absolute; top: 0; right: 0;}
.tournament-mini-a__more-matches-link {border-bottom: 2px solid currentColor;}
.tournament-mini-a__matches-scroll {overflow: auto; padding-bottom: 14px; -webkit-overflow-scrolling: touch;}
.tournament-mini-a__matches {display: flex; }
.tournament-mini-a__match {flex-shrink: 0; min-width: 330px; margin-right: 10px;}

.result-mini {display: flex; padding-top: 15px; padding-bottom: 15px; background: #f8f8f8; position: relative; line-height: 1.6;}
.result-mini__payer-name {}
.result-mini__tournament {}
.result-mini__tournament-title {font-weight: 500; color: #0c7a45; line-height: 1.5;}
.result-mini__tournament-surface {}
.result-mini__date {}

.score-mini {line-height: 1.6;}
.score-mini__item {display: flex; justify-content: space-between;}
.score-mini__value {font-weight: 500;}

.club-mini {display: flex; position: relative; line-height: 1.6; align-items: center;}
.club-mini__picture {flex-shrink: 0; width: 140px; display: block; margin-right: 20px; text-align: center;}
.club-mini__picture-img {vertical-align: top; max-height: 140px;}
.club-mini__data {flex-grow: 1; flex-basis: 100%; display: flex; flex-direction: column; }
.club-mini__title {font-family: 'Merriweather', sans-serif; font-size: 16px; color: #242424; margin-bottom: 14px; line-height: 1.5;}
.club-mini__title br {display: none;}
.club-mini__title-link {color: inherit;}
.club-mini__address {color: #929292;}

/* } Items */


/* Menu { */
.menu-main {}
.menu-main__overlay {display: none; width: 100%; height: 100%; background: rgba(0,0,0, 0.7); position: fixed; top: 0; left: 0; z-index: 100;}
.menu-main__button-toggle {display: none; flex-direction: column; flex-wrap: wrap; align-items: center; justify-content: center; width: 50px; height: 100%; position: relative; color: #ffaf18; z-index: 110;}
.menu-main__button-toggle:before {content: ''; display: block; width: 100%; height: 3px; position: absolute; bottom: 0; left: 0; background: currentColor; opacity: 0; transition: opacity 0.2s ease;}
.menu-main__button-toggle:hover {color: #ffaf18;}
.menu-main__button-toggle-line {display: block; width: 20px; height: 3px; background: currentColor; margin-top: 5px; }
.menu-main__button-toggle-line:first-child {margin-top: 0;}
.menu-main__button-toggle-close {display: none; font-size: 18px;}
.menu-main__inner {display: flex; align-items: center; justify-content: space-between;}
.menu-main__list {display: flex; position: relative;}
.menu-main__item {font-size: 15px; font-weight: 500; color: #ffffff; text-transform: uppercase; position: relative; line-height: 1.2;}
.menu-main__item:before {content: ''; display: block; width: 1px; height: 30px; background: #013e34; position: absolute; top: 50%; left: 0; margin-top: -15px;}
.menu-main__item:first-child:before {display: none;}
.menu-main__link {display: flex; align-items: center; height: 75px; padding: 0 28px; color: inherit; text-align: center; text-decoration: none; position: relative; z-index: 2;}
.menu-main__link:after {content: ''; display: block; width: 100%; height: 3px; background: #ffaf18; position: absolute; bottom: 0; left: 0; opacity: 0; transition: opacity 0.2s ease;}
.menu-main__link:hover {color: #ffaf18;}
.menu-main__item_parent.hover .menu-main__link {background: #013e34; color: #ffaf18;}
.menu-main__item_parent.hover .menu-main__link:after {opacity: 1;}
.menu-main__item.active .menu-main__link {color: #ffaf18;}
.menu-main__sub {display: none; position: absolute; top: 100%; left: 0; width: 230px; background: #fff; border: 1px solid #ebebeb; box-shadow: 0 0 10px rgba(0,0,0,0.1); }
.menu-main__sub-list {}
.menu-main__sub-item {text-transform: none; font-size: 14px; font-weight: normal; color: #242424; border-top: 1px solid #ebebeb;}
.menu-main__sub-item:first-child {border: 0;}
.menu-main__sub-link {display: block; padding: 16px 30px 16px 30px; color: inherit; text-decoration: none;}
.menu-main__sub-link:hover {background: #ebebeb; color: #014d40;}
.menu-main__item.hover .menu-main__sub {display: block;}

.menu-bottom {}
.menu-bottom__groups {display: flex; flex-wrap: wrap; margin-left: -20px; margin-top: -30px;}
.menu-bottom__group {width: 33.33%; padding-left: 20px; margin-top: 34px;}
.menu-bottom__group_1 {width: 37%;}
.menu-bottom__group_2 {width: 37%;}
.menu-bottom__group_3 {width: 26%;}
.menu-bottom__caption {margin-bottom: 13px;}
.menu-bottom__list {}
.menu-bottom__item {margin-top: 3px;}
.menu-bottom__item:first-child {margin-top: 0;}
.menu-bottom__link {color: #cbd4d2;}
.menu-bottom__link:hover {color: #ffaf18;}

.menu-a {background: #fcfcfc; padding: 1px 0; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; box-shadow: inset 0 1px 0 #fff, 0 -1px 0 #fff;}
.menu-a__scroll {position: relative; overflow: auto; -webkit-overflow-scrolling: touch;}
.menu-a__list {display: flex; position: relative; }
.menu-a__item {display: flex; align-items: center; margin: 0 0 0 55px; padding: 0 20px; height: 60px; font-size: 15px; font-weight: 600; color: #014d40; position: relative; text-decoration: none; text-transform: uppercase; white-space: nowrap;}
.menu-a__item:first-child {margin-left: 15px;}
.menu-a__item:after {content: ' '; display: none; background: currentColor; width: 100%; height: 3px; position: absolute; bottom: 0; left: 0;}
.menu-a__item:hover, .menu-a__item.active {color: #0c7a45;}
.menu-a__item.active:after {display: block;}
.menu-a_margin-1 {margin-bottom: 1px;}


.pages-nav {line-height: 1.4;}
.pages-nav__list {display: flex; align-items: center; justify-content: center; flex-wrap: wrap; margin-left: -3px;}
.pages-nav__item {display: flex; background: #f8f8f8; font-size: 13px; color: #014d40; min-width: 40px; height: 40px; padding: 0 5px; margin: 0 0 3px 3px; align-items: center; justify-content: center; }
.pages-nav__item_separator {background: none;}
.pages-nav__item:hover, .pages-nav__item.active {background: #014d40; color: #fff;}
.pages-nav__item-icon {display: block;}
.pages-nav__item.next, .pages-nav__item.previous {background: #fff; color: #014d40; border: 1px solid #014d40; min-width: 25px; height: 25px; font-size: 10px;}
.pages-nav__item.next:hover, .pages-nav__item.previous:hover {background: #014d40; color: #fff;}
.pages-nav__item.previous {margin-right: 17px;}
.pages-nav__item.next {margin-left: 20px;}
.pages-nav__item.disabled {background: #fff; border-color: #cfcfcf; color: #cfcfcf; pointer-events: none;}
.pages-nav_margin-1 {margin-top: 40px;}

/* } Menu */


.branding {display: block; text-align: center;}
.branding img, .branding div {vertical-align: top;}
.branding_background {min-height: 160px;}
.branding__cnt {}
.branding__img {vertical-align: top;}
.branding__img_left {position: absolute; top: 56px; right: 100%;}
.branding__img_right {position: absolute; top: 56px; left: 100%;}
.branding__part {}
.branding__part_top {text-align: center; display: block; position: relative;}
.branding__part_top .branding__img {max-height: 160px;}
.branding__part_aside {background: #036fa0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden;}

.page {display: flex; flex-direction: column; width: 100%; min-height: 100%; position:relative;}
.page__data {flex-grow: 1; display: flex; flex-direction: column; width: 100%; min-height: 100%; background: #fff; max-width: 1320px; margin: 0 auto; position: relative;}


/* Header { */
.logo-main {display: block; max-width: 222px; position: relative; top: 5px; left: -2px; text-decoration: none;}
.logo-main__img {display: block; }

.user-top {display: flex; justify-content: flex-end; width: 200px;}
.user-top__login {flex-grow: 0; display: flex; align-items: center; color: #cbd4d2; max-width: 100%;}
.user-top__login:hover {color: #ffaf18;}
.user-top__login-icon {flex-shrink: 0; display: block; font-size: 18px; margin-right: 10px;}
.user-top__login-text {max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}

.header {position: relative; height: 75px; z-index: 110; }
.header__data {position: relative; top: 0; left: 0; width: 100%; min-width: 300px;}
.header__cnt {background: #014d40; }

.header__cols {display: flex; align-items: center; height: 75px;}
.header__col {flex-grow: 0; flex-shrink: 0;}
.header__col_1 {width: 240px; }
.header__col_2 {flex-grow: 1; flex-basis: 0;}

/* } Header */


.content {flex-grow: 1; padding-top: 40px; padding-bottom: 40px;}

.breadcrumbs {font-size: 12px; font-weight: 500; text-transform: uppercase; color: #014d40; margin-bottom: 22px;}
.breadcrumbs__cnt {}
.breadcrumbs__list {display: flex; flex-wrap: wrap; align-items: center;}
.breadcrumbs__item {margin-bottom: 5px;}
.breadcrumbs__item.current {color: #929292;}
.breadcrumbs__separator {font-size: 9px; margin: 0 8px 5px 8px;}
.breadcrumbs__separator-icon {display: block; top: -1px;}

.headline-main {margin-bottom: 35px;}
.headline-main__cnt {}
.headline-main__title {margin-bottom: 0;}

.socials {display: flex; flex-wrap: wrap; align-items: center;}
.socials__caption {font-weight: bold; margin: 0 20px 0px 0;}
.socials__item {display: flex; justify-content: center; align-items: center; width: 30px; height: 30px; background: #6995c3; font-size: 20px; color: #fff; margin: 0 10px 10px 0;}
.socials__item:hover {color: #fff; opacity: 0.8;}
.socials__item_vkontakte {background: #6995c3;}
.socials__item_facebook {background: #3a589b;}
.socials__item_instagram {background: #bb1e8f;}
.socials__item_youtube {background: #bb0000;}
.socials__item-icon {display: block;}

.comments {}
.comments__head {margin-bottom: 35px;}
.comments__title {}
.comments__data {}
.comments__example-image {vertical-align: top;}

.filter {}
.filter__data {position: relative; top: 0; left: 0; width: 100%; }
.filter__cnt {transition: padding 0.2s ease;}
.filter__inner {position: relative;}
.filter__range {display: flex; flex-wrap: wrap; align-items: center;}
.filter__range-separator {display: block; width: 8px; height: 1px; background: currentColor; margin: 0 6px; }
.filter__field {}
.filter__field input::-ms-clear {display: none;}
.filter__field_width-1 {width: 210px;}
.filter__field_width-2 {width: 160px;}
.filter__list {display: flex; flex-wrap: wrap; justify-content: center; margin-left: -20px;}
.filter__item {padding-left: 20px; margin-bottom: 20px;}
.filter_align-left .filter__list {justify-content: flex-start;}
.filter_margin-1 {margin-bottom: 20px;}

.tournaments-special {}
.tournaments-special__cnt {}
.tournaments-special__list {position: relative;}
.tournaments-special__list:after {content: ''; display: block; width: 30px; height: 30px; background: url('../img/loader.png') no-repeat 0 0; position: absolute; top: 50%; left: 50%; margin: -15px 0 0 -15px; animation: rotate 1.2s linear infinite;}
.tournaments-special__list.owl-loaded:after {display: none;}
.tournaments-special__item {display: none;}
.tournaments-special__item:first-child {display: block; opacity: 0;}
.tournaments-special .owl-nav {background: #fff; width: 55px; height: 25px; position: absolute; top: -5px; left: 0; z-index: 2;}
.tournaments-special .owl-item .tournaments-special__item {display: block; opacity: 1;}
.tournaments-special_margin-1 {margin-top: -10px; margin-bottom: 25px; }

.posts-main {}
.posts-main__cnt {}
.posts-main__list {position: relative; margin-left: -20px;}
.posts-main__item {float: left; display: flex; width: 42%; padding-left: 20px; margin-bottom: 20px; }
.posts-main__item .post-mini {flex-grow: 0; width: 100%;}
.posts-main__item_main {width: 58%; }
.posts-main__item_width-1 {width: 50%;}

.posts-special {}
.posts-special__cnt {}
.posts-special__list {display: flex; flex-wrap: wrap; margin-left: -20px;}
.posts-special__item {width: 33.33%; padding-left: 20px; margin-bottom: 30px;}
.posts-special__button-more {padding-top: 10px; margin-bottom: 30px; text-align: center;}
.posts-special__button-more-link {}
.posts-special_margin-1 {margin-bottom: 20px;}

.articles-special {}
.articles-special__cnt {}
.articles-special__head {margin-bottom: 30px;}
.articles-special__list {display: flex; flex-wrap: wrap; margin-left: -20px;}
.articles-special__item {flex-shrink: 0; width: 33.33%; padding-left: 20px; margin-bottom: 20px;}
.articles-special_margin-1 {margin-bottom: 12px;}

.banner-simple {text-align: center; position: relative; overflow: auto;}
.banner-simple .adsbygoogle {max-width: 100%; overflow: hidden; vertical-align: top;}
.banner-simple__link {display: block;}
.banner-simple__img {width: 100%; vertical-align: top;}
.banner-simple iframe {display: block; border: 0; overflow: auto; max-width: none;}
.banner-simple_inline {}
.banner-simple_inline .banner-simple__link {display: inline-block;}
.banner-simple_inline .banner-simple__img {width: auto;}
.banner-simple_aside {max-width: 420px; margin-left: auto; margin-right: auto;}
.banner-simple_1 {padding-bottom: 17.4242%;}
.banner-simple_1 iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.banner-simple_margin-1 {margin-bottom: 40px;}
.banner-simple_margin-2 {margin-bottom: 20px;}
.banner-simple_margin-3 {margin-left: -40px; margin-right: -40px; margin-top: 40px; margin-bottom: 40px;}
.banner-simple_margin-4 {margin-top: 40px; margin-bottom: 40px;}

.banners-carousel {}
.banners-carousel__item {width: 100%; }
.banners-carousel .owl-stage {display: flex;}
.banners-carousel .owl-item {display: flex; align-items: center; flex-grow: 0; flex-shrink: 0;}
.banners-carousel .owl-dots {display: none;}

.head-list {display: flex; flex-wrap: wrap; padding: 16px 0 15px; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; font-weight: 500; }
.head-list__caption {display: flex; align-items: center;}
.head-list__caption-text {}
.head-list__caption-icon {flex-shrink: 0; margin-left: 10px; font-size: 16px; color: #014d40; top: -2px;}
.head-list__button-sort {font-size: 12px; color: inherit; margin-left: 10px;}
.head-list__button-sort-icon {display: block;}
.head-list__button-sort_ascending .head-list__button-sort-icon {transform: scale(1, -1);}

.rating-players {position: relative;}
.rating-players__cnt {}
.rating-players__head {margin-bottom: 35px;}
.rating-players__title {}
.rating-players__cols {display: flex; flex-wrap: wrap; margin-left: -20px;}
.rating-players__col {flex-shrink: 0; width: 50%; padding-left: 24px; margin-bottom: 30px;}
.rating-players__col_1 {}
.rating-players__col_2 {}
.rating-players__cell {flex-grow: 0; flex-shrink: 0;}
.rating-players__cell_1-1 {width: 50px; text-align: center;}
.rating-players__cell_1-2 {width: 64px;}
.rating-players__cell_1-3 {display: flex; align-items: center; flex-grow: 1; flex-basis: 0; padding-left: 20px;}
.rating-players__cell_1-3-1 {flex-grow: 1; flex-basis: 0; }
.rating-players__cell_1-3-2 {width: 39.5%;}
.rating-players__cell_1-3-3 {width: 60px;}
.rating-players__list-title {font-size: 16px; font-weight: 500; color: #014d40; text-transform: uppercase; line-height: 1.4; padding: 15px 20px 14px; background: #fcfcfc; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #fff;}
.rating-players__list-title-link {}
.rating-players__list-title-link:hover {}
.rating-players__list-head {margin-bottom: 1px; margin-top: -1px;}
.rating-players__list {}
.rating-players__item {display: flex; align-items: center; background: #f8f8f8; color: #242424; margin-bottom: 3px; text-decoration: none; color: #000;}
/* .rating-players__item:first-child {margin-top: 0;} */
.rating-players__item:hover {background: #ebebeb; color: #242424;}
.rating-players_margin-1 {margin-bottom: 14px;}

.posts {}
.posts__head {}
.posts__title {}
.posts__filter-categories {justify-content: center;}
.posts__posts-main {margin-bottom: 20px;}
.posts__list {display: flex; flex-wrap: wrap; margin-left: -20px;}
.posts__item {flex-grow: 0; width: 100%; margin-bottom: 20px; padding-left: 20px;}
.posts__item2 {flex-grow: 0; width: 100%; margin-bottom: 20px; margin-top: 20px;}
.posts__item_x6 {width: 50%; }
.posts__item_padding-1 {padding-top: 20px; padding-bottom: 20px;}
.posts__button-more {padding-top: 20px; text-align: center; margin-bottom: 20px;}

.posts-relative {}
.posts-relative__head {margin-bottom: 35px;}
.posts-relative__title {}
.posts-relative__list {}
.posts-relative__item {margin-bottom: 20px;}
.posts-relative__button-more {padding-top: 20px; text-align: center; }
.posts-relative_margin-1 {margin-bottom: 20px;}

.posts-relative-a {}
.posts-relative-a__list {}
.posts-relative-a__item {border-top: 1px solid #cfcfcf; padding-top: 4px; margin-top: 6px;}
.posts-relative-a__item:first-child {padding-top: 0; margin-top: 0; border-top: 0;}

.post-card {}
.post-card__cnt {}
.post-card__grid-cols {}
.post-card__bar {display: flex; flex-wrap: wrap; font-size: 12px; color: #929292; margin-bottom: 20px;}
.post-card__bar-item {}
.post-card__bar-item:after {content: '|'; margin: 0 6px;}
.post-card__bar-item:last-child:after {display: none;}
.post-card__head {margin-bottom: 16px;}
.post-card__title {font-size: 20px; line-height: 1.6; margin-bottom: 0;}
.post-card__picture-main {margin-bottom: 25px;}
.post-card__data {margin-bottom: 30px;}
.post-card__text {font-size: 16px;}
.post-card__details {margin-bottom: 25px;}
.post-card__socials-share {margin-bottom: 30px;}
.post-card__posts-relative {margin-bottom: 40px;}
.post-card__comments {margin-bottom: 20px;}

.tournaments {position: relative; line-height: 1.4;}
.tournaments__head {}
.tournaments__filter {}
.tournaments__list-head {margin-bottom: 1px; padding-left: 70px;}
.tournaments__list {}
.tournaments__cell {flex-grow: 0; flex-shrink: 0; padding-right: 15px;}
.tournaments__cell_1-1 {flex-grow: 1; flex-basis: 0; display: flex; flex-wrap: wrap; padding-right: 0;}
.tournaments__cell_1-1-1 {flex-grow: 1; flex-basis: 0; }
.tournaments__cell_1-1-2 {width: 23%;}
.tournaments__cell_1-1-3 {width: 23%;}
.tournaments__cell_1-2 {width: 44%; display: flex; flex-wrap: wrap; padding-right: 0;}
.tournaments__cell_1-2-1 {width: 20%;}
.tournaments__cell_1-2-2 {width: 22%;}
.tournaments__cell_1-2-3 {width: 32%;}
.tournaments__cell_1-2-4 {}
.tournaments__item {margin-bottom: 3px;}
.tournaments__button-more {margin-top: 40px; text-align: center; }

.matches {}
.matches__head {}
.matches__list-head {display: flex; }
.matches__list-head-cell {flex-grow: 0; padding: 20px 12px; font-size: 16px; background: #f8f8f8;}
.matches__list-head-cell_1-1 {width: 202px; margin-right: 3px; text-align: center; }
.matches__list-head-cell_1-2 {flex-grow: 1;}
.matches__list-head-cell_1-3 {width: 40%;}
.matches__filter {}
.matches__tournament-title {font-size: 16px; font-weight: 500; color: #014d40; line-height: 1.4; padding: 22px 20px 21px; background: #fcfcfc; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #fff;}
.matches__list {}
.matches__item {margin-top: 6px;}
.matches__button-more {margin-top: 40px; text-align: center; }
.matches__timer-reload {margin-bottom: 10px;}

.players-match {display: flex; flex-wrap: wrap; }
.players-match__item {flex-shrink: 0; width: 165px; text-align: center;}
.players-match__picture {margin-bottom: 15px; }
.players-match__picture-img {display: block; width: 100%;}
.players-match__item-data {}
.players-match__name {font-weight: 500; }
.players-match__name-main {color: #014d40;}
.players-match__name-second {color: #929292;}
.players-match__info {flex-grow: 1; flex-basis: 0; margin: 0 20px; line-height: 1.4;}
.players-match__info-item {display: flex; flex-wrap: wrap; align-items: center; background: #f8f8f8; padding: 10px 20px; margin-bottom: 3px; text-align: center;}
.players-match__info-item_score {background: #ebebeb; padding-left: 10px; padding-right: 10px;}
.players-match__cell {flex-grow: 0; padding-left: 10px; padding-right: 10px;}
.players-match__cell_1-1 {width: 25%;}
.players-match__cell_1-2 {flex-grow: 1; flex-basis: 0;}
.players-match__cell_1-3 {width: 25%;}
.players-match__score {display: flex; flex-wrap: wrap; width: 100%;}
.players-match__score-item {flex-grow: 0; width: 20%; font-weight: 500;}
.players-match__caption {font-weight: 500;}
.players-match__country {display: inline-block; vertical-align: top; position: relative;}
.players-match__country-flag {position: absolute; top: 50%; left: 100%; margin-left: 10px; margin-top: -6px;}

.progress-bar {display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.progress-bar__scale {flex-grow: 1; flex-basis: 0; background: #cacaca; height: 10px; position: relative;}
.progress-bar__scale-current {background: #0c7a45; position: absolute; top: 0; left: 0; height: 100%;}
.progress-bar__value {width: 64px; margin-left: 20px; text-align: right;}
.progress-bar__value-main {font-weight: 500;}
.progress-bar__value-second {font-size: 13px; color: #929292;}
.progress-bar_left {}
.progress-bar_left .progress-bar__value {margin-left: 0; margin-right: 20px; text-align: left;}
.progress-bar_left .progress-bar__scale-current {left: auto; right: 0;}

.statistics {}
.statistics__head {margin-bottom: 35px; text-align: center;}
.statistics__head-detail {}
.statistics__title {margin-bottom: 10px;}
.statistics__list-head {margin-bottom: 1px; padding-left: 10px; padding-right: 10px;}
.statistics__list {line-height: 1.4;}
.statistics__item {display: flex; flex-wrap: wrap; align-items: center; background: #f8f8f8; min-height: 58px; padding: 10px 10px; margin-bottom: 3px; }
.statistics__cell {flex-grow: 0; padding-left: 10px; padding-right: 10px;}
.statistics__cell_1-1 {width: 36.4%;}
.statistics__cell_1-2 {flex-grow: 1; flex-basis: 0; text-align: center;}
.statistics__cell_1-3 {width: 36.4%;}
.statistics__cell_2-1 {width: 25%; padding-right: 30px;}
.statistics__cell_2-2 {flex-grow: 1; flex-basis: 0; text-align: right;}
.statistics__caption {font-weight: 500;}

.rating-history {}
.rating-history__head {margin-bottom: 35px; text-align: center;}
.rating-history__title {}
.rating-history__data {}
.rating-history__img {vertical-align: top;}
.rating-history__chart {overflow: auto; padding-bottom: 10px;}
.rating-history__chart-canvas {min-width: 750px;}

.results-match {position: relative; line-height: 1.4;}
.results-match__head {margin-bottom: 35px; text-align: center;}
.results-match__list-head {margin-bottom: 1px;}
.results-match__list {}
.results-match__cell {flex-grow: 0; flex-shrink: 0; }
.results-match__cell_1-1 {width: 47%; display: flex; padding-left: 20px; padding-right: 0;}
.results-match__cell_1-1-1 {width: 37%;}
.results-match__cell_1-1-2 {flex-grow: 1; flex-basis: 0; }
.results-match__cell_1-3 {width: 45%; display: flex; padding-left: 10px; padding-right: 0;}
.results-match__cell_1-3-1 {width: 28%; min-width: 125px; }
.results-match__cell_1-3-2 {flex-grow: 1; flex-basis: 0; word-break: break-all;}
.results-match__cell_1-3-3 {width: 27%;}
.results-match__cell_1-4 {width: 8%;}
.results-match__item {margin-bottom: 3px;}
.results-match__button-more {margin-top: 40px; text-align: center;}

.match-card {}
.match-card__cnt {}
.match-card__grid-cols {}
.match-card__bar {display: flex; flex-wrap: wrap; font-size: 12px; color: #929292; margin-bottom: 20px;}
.match-card__bar-item {}
.match-card__bar-item:after {content: '|'; margin: 0 6px;}
.match-card__bar-item:last-child:after {display: none;}
.match-card__head {margin-bottom: 40px;}
.match-card__head-detail {font-size: 16px; color: #929292;}
.match-card__title {font-size: 20px; line-height: 1.6; margin-bottom: 0;}
.match-card__players {margin-bottom: 50px;}
.match-card__statistics {margin-bottom: 50px;}
.match-card__results {}

.results-tournament {}
.results-tournament__head {margin-bottom: 35px;}
.results-tournament__title {}
.results-tournament__filter {margin-bottom: 20px;}
.results-tournament__stages {}
.results-tournament__stage {margin-bottom: 3px;}
.results-tournament__stage-head {display: flex; padding: 15px 20px; background: #f8f8f8; color: #242424; cursor: pointer;}
.results-tournament__stage-head:hover {background: #ebebeb; }
.results-tournament__stage-title {text-transform: uppercase; font-weight: 600;}
.results-tournament__stage-button-toggle {display: block; color: #004c3d; position: relative; top: 5px; margin-right: 10px; font-size: 10px;}
.results-tournament__stage-button-toggle:hover {color: #0c7a45;}
.results-tournament__stage-button-toggle-icon {display: none; }
.results-tournament__stage-button-toggle-icon:first-child {display: block;}
.results-tournament__stage-matches {display: none; }
.results-tournament__stage-match {padding: 3px;}
.results-tournament__stage.expanded .results-tournament__stage-head {background: #ebebeb;}
.results-tournament__stage.expanded .results-tournament__stage-matches {display: block; border: 1px solid #ebebeb; border-top: 0;}
.results-tournament__stage.expanded .results-tournament__stage-button-toggle-icon {display: block; }
.results-tournament__stage.expanded .results-tournament__stage-button-toggle-icon:first-child {display: none;}

.tournament-card {}
.tournament-card__cnt {}
.tournament-card__part-first {margin-bottom: 50px;}
.tournament-card__head {margin-bottom: 20px;}
.tournament-card__head-detail {font-size: 16px; color: #929292;}
.tournament-card__title {font-size: 20px; line-height: 1.6; margin-bottom: 0;}
.tournament-card__details {font-size: 16px;}
.tournament-card__details-item {margin-bottom: 4px;}
.tournament-card__details-caption {font-weight: 600;}
.tournament-card__details-value {}
.tournament-card__description {line-height: 1.8;}
.tournament-card__description-picture {margin-bottom: 12px; text-align: center;}
.tournament-card__description-picture-img {vertical-align: top;}
.tournament-card__description-text {}
.tournament-card__description-button-toggle {display: block;}
.tournament-card__results {}

.players {position: relative; }
.players__head {}
.players__filter {}
.players__cell {display: flex; flex-direction: column; justify-content: center; flex-grow: 0; flex-shrink: 0;}
.players__cell_1-1 {width: 50px; text-align: center;}
.players__cell_1-2 {width: 100px;}
.players__cell_1-3 {display: flex; flex-direction: row; flex-grow: 1; flex-basis: 0; padding-left: 30px;}
.players__cell_1-3-1 {flex-grow: 1; flex-basis: 0;}
.players__cell_1-3-2 {width: 32%;}
.players__cell_1-3-3 {width: 26%; text-align: center;}
.players__list-title {font-size: 16px; font-weight: 500; color: #014d40; text-transform: uppercase; line-height: 1.4; padding: 15px 20px 14px; background: #fcfcfc; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #fff;}
.players__list-title-link {}
.players__list-title-link:hover {}
.players__list-head {margin-bottom: 1px; margin-top: -1px;}
.players__list {}
.players__item {display: flex; background: #f8f8f8; color: #242424; margin-top: 3px; text-decoration: none; color: #000;}
.players__item .players__cell_1-3 {padding-top: 15px; padding-bottom: 15px; }
.players__item:hover {background: #ebebeb; color: #242424;}

.players-comparing__caption {font-weight: 500; margin-bottom: 8px;}
.players-comparing__form {display: flex; align-items: center;}
.players-comparing__field {flex-shrink: 1; width: 190px;}
.players-comparing__separator {width: 26px; margin: 0 15px;}
.players-comparing__button-submit {margin-left: 15px; font-size: 14px; padding: 0 20px; height: 47px; flex-grow: 1; border-radius: 5px;}

.player-card {}
.player-card__cnt {}
.player-card__grid-cols {}
.player-card__head {margin-bottom: 20px;}
.player-card__head-detail {font-size: 16px; color: #929292; font-family: Roboto, sans-serif; display:block;}
.player-card__title {font-size: 20px; line-height: 1.6; margin-bottom: 0;}
.player-card__part-first {line-height: 1.6; margin-bottom: 40px;}
.player-card__cols_type-1 {display: flex; flex-wrap: wrap;}
.player-card__cols_type-1 > .player-card__col {flex-grow: 0; flex-shrink: 0;}
.player-card__cols_type-1 > .player-card__col_1 {width: 165px; margin-right: 25px;}
.player-card__cols_type-1 > .player-card__col_2 {flex-grow: 1; flex-basis: 0;}
.player-card__cols_type-2 {display: flex; flex-wrap: wrap; margin-left: -25px;}
.player-card__cols_type-2 > .player-card__col {width: 50%; flex-grow: 0; flex-shrink: 0; padding-left: 25px;}
.player-card__cols_type-2 > .player-card__col_1 {}
.player-card__cols_type-2 > .player-card__col_2 {}
.player-card__picture {}
.player-card__picture-img {width: 100%; vertical-align: top;}
.player-card__country {}
.player-card__country-text {}
.player-card__country-flag {margin-left: 6px; vertical-align: middle;}
.player-card__details {}
.player-card__details-item {margin-bottom: 3px;}
.player-card__details-caption {font-weight: 500;}
.player-card__details-value {}
.player-card__comparing {margin-top: 12px;}
.player-card__tabs {}
.player-card__tabs-nav {margin-bottom: 40px;}
.player-card__tabs-list {}
.player-card__tabs-item {}
.player-card__statistics {margin-bottom: 50px;}
.player-card__rating-history {margin-bottom: 50px;}
.player-card__posts-relative {margin-bottom: 50px;}
.player-card__description {margin-top: 30px;}
.player-card__description-button-toggle {margin-top: 20px;}

.popup-mistake {width: 440px;}
.popup-mistake__text-selected {height: auto; max-height: 100px; overflow: auto; padding-top: 12px; padding-bottom: 12px; }
.popup-mistake__text-selected-highlighted {color: #d52628;}

.tennis-life {}
.tennis-life__title {font-weight: 500; color: #014d40; text-transform: uppercase; line-height: 1.4; padding: 12px 10px 11px; background: #fcfcfc; border-top: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; box-shadow: inset 0 1px 0 #fff, inset 0 -1px 0 #fff;}
.tennis-life__title-link {}
.tennis-life__group {margin-bottom: 20px;}
.tennis-life__list {}
.tennis-life__item {margin-top: 10px;}
.tennis-life__item-title {}

.clubs {}
.clubs__list {}
.clubs__item {margin-bottom: 30px;}

.tickets-tours {}
.tickets-tours__part-top {}
.tickets-tours__part-middle {margin-bottom: 30px;}
.tickets-tours__part-bottom {}

.ya-site-form {margin-left: auto; max-width: 100%; }
.ya-site-form .table-holder {overflow: visible;}
.ya-site-form table {}
.ya-site-form table td {padding: 0; background: none; border: 0;}
#ya-site-form0 {}
#ya-site-form0 .ya-site-form__wrap .ya-site-form__input-text {width: 100%; height: 34px; background: #fff; border: 0; padding: 0 12px 0 12px; margin: 0; position: relative; vertical-align: top; font-size: 14px; color: #242424; border-radius: 0; transition: border 0.2s ease, background 0.2s ease;}
#ya-site-form0 .ya-site-form__wrap .ya-site-form__submit {width: 34px; height: 34px; background: #ffaf18 url('../img/icon-search.svg') no-repeat 50% 50% / 18px 18px; color: #242424; margin: 0; padding: 0 10px; border: 0; font-size: 14px !important; cursor: pointer;}
.ya-site-form__submit {margin-left: -5px; border-radius: 4px}
.ya-site-form__input-text {border-radius: 4px !important;}

.ui-front {z-index: 400;}

#gtx-trans {display: none !important; }




/* Footer { */
.socials-a {font-size: 10px;}
.socials-a__caption {margin-bottom: 18px;}
.socials-a__list {display: flex; flex-wrap: wrap; margin-left: -1em; }
.socials-a__item {display: flex; align-items: center; justify-content: center; width: 3.6em; height: 3.6em; border: 1px solid currentColor; color: #ffaf18; margin: 0 0 0 1em;}
.socials-a__item:hover {background: #013e34; color: #ffaf18;}
.socials-a__icon {font-size: 2em; display: block;}
.socials-a_header {margin-right: 15px; }
.socials-a_header .socials-a__list {flex-wrap: nowrap;}
.socials-a_footer {}

.footer {background: #014d40; position:relative; font-size: 14px; color: #cbd4d2; margin-top: auto; line-height: 1.5;}
.footer__link {color: #cbd4d2;}
.footer__link:hover {color: #ffaf18;}
.footer__cnt {padding-top: 35px; padding-bottom: 40px;}
.footer__cols {display: flex; flex-wrap: wrap; margin-left: -30px;}
.footer__col {flex-shrink: 0; padding-left: 30px;}
.footer__col_1 {width: 33.33%;}
.footer__col_2 {flex-grow: 1; flex-basis: 0;}
.footer__socials {}
.footer__socials_default {margin-bottom: 10px;}
.footer__socials_xsm {display: none;}

.footer__caption {font-size: 15px; font-weight: 500; text-transform: uppercase; color: #fff;}
.footer__caption-link {color: inherit;}
.footer__caption-link:hover {color: #ffaf18;}

.footer__logo {display: block; max-width: 222px; margin-bottom: 14px; position: relative; }
.footer__logo-img {display: block;}

.footer__copyrights {max-width: 350px; color: #7e9e99; margin-bottom: 36px; }

.footer__site-map {}

/* } Footer */



.clear {clear: both;}
.clearfix:after, .cnt:after, .cols:after, .tabs__item:after, .post-card__data:after {content: ' '; clear:both; display: block; width: 0; height: 0; overflow: hidden; font-size: 0;}

.page__empty {height: 100px;}
