/*---// GLOBAL TAGS //---*/
h1.pages-title,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
}
h1.pages-title {
  font-size: 1.57rem;
  font-weight: 900;
  text-transform: uppercase;
}
h3,
h4,
h5 {
  color: #191a26;
  font-weight: 400;
}
h3 {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
}
h4 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}
em {
  font-weight: 300;
}

a:hover {
  text-decoration: none;
  color: #00e676;
}
a:active,
a:hover,
a:focus {
  outline: 0;
}
a.uderline-link {
  text-decoration: underline;
}
a.uderline-link:hover {
  color: #00e676;
}
#overlay-white.on {
  z-index: 10;
  opacity: 1;
}
.open-target {
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.b-b {
  border-bottom: 1px #4b4b4c solid;
}
.b {
  border: 1px #494949 solid;
}
.center {
  text-align: center;
}
input:focus,
textarea:focus {
  outline: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: 0;
}
input[type="submit"] {
  display: block;
  margin: 0 auto;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  max-width: 250px;
  width: 100%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: 0;
}
.agree {
  display: none;
}
div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 0 !important;
  color: #ccc;
}

.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid {
  border-bottom: 1px #ff0000 solid !important;
}
.not-founded {
  text-align: center;
  margin: 20px 0;
  font-size: 30px;
}

::-webkit-input-placeholder {
  color: #b9baba;
  font-size: 13px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
::-moz-placeholder {
  font-weight: 300;
  color: #b9baba;
  font-size: 13px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
:-moz-placeholder {
  font-weight: 300;
  color: #b9baba;
  font-size: 13px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
:-ms-input-placeholder {
  font-weight: 300;
  color: #b9baba;
  font-size: 13px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/*---// HEADER //---*/
.left-block {
  /*    opacity: 0;*/
  -webkit-transition: all 0.75s linear;
  -moz-transition: all 0.75s linear;
  transition: all 0.75s linear;
}
.sticky-block {
  padding-top: 0;
  background-color: #191a26;
}
.sticky-block.stickytop {
  position: fixed;
  top: 0;
  max-width: 250px;
}
.header-container.stickytop::before,
.header-container.stickytop::after {
  display: none;
}
.header-container.stickytop {
  position: fixed;
  z-index: 4;
  background-color: #191a26;
  width: 100%;
  box-shadow: 0px 4px 20px rgba(47, 47, 47, 0.16);
  left: 0;
  top: 0;
  max-width: 100%;
  padding-left: 268px;
}
.stickytop .top-header-right {
  width: 200px;
}
.admin-bar .header-container.stickytop {
  top: 31px;
}
.stickytop #search-toggle {
  display: block;
  position: relative;
  font-size: 15px;
  top: 0;
  opacity: 1;
  float: left;
  line-height: 41px;
}
#search-toggle.invisible-search-icon {
  opacity: 0;
}
#search-toggle::before {
  content: "\e90f";
  font-family: "Sportotvet";
}
.logged-user-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: auto 0 auto auto;
}
.lua-left {
  margin-right: 5px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3px 0;
}
.lua-right img {
  width: 37px;
  height: auto;
}
.lua-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.lua-item a {
  margin-right: 5px;
}
.lua-item i::before {
  margin: auto;
}
.user-name,
.user-account,
.user-exit {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.user-name i,
.user-account i,
.user-exit i {
  margin: auto 0;
  margin-right: 3px;
  font-size: 12px;
  display: flex;
}
.user-name i::before {
  content: "\e910";
}
.user-account i::before {
  content: "\e954";
}
.user-exit i::before {
  content: "\e89e";
}
.header-container.stickytop .spo-login-form {
  height: 41px;
  color: #fff;
  font-size: 12px;
}
.header-container.stickytop .spo-login-form .user-enter {
  line-height: 41px;
}
.header-container.stickytop .spo-login-form a {
  color: #fff;
  font-size: 0;
}
.header-container.stickytop .user-enter {
  font-size: 12px !important;
}
.header-container.stickytop #search-toggle::before {
  color: #fff;
}
.header-container.stickytop .first-cc .top-header-left {
  left: 250px;
}
.header-container.stickytop .site-navigation ul {
  justify-content: flex-start;
}
.right-head a:hover {
  border: 0;
}
@media screen and (max-width: 1385px) {
  .lua-left {
    display: none;
  }
  .stickytop .top-header-right {
    width: auto;
  }
  .stickytop #search-toggle {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1300px) {
  .header-container.stickytop .first-cc .top-header-left {
    left: 200px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 1151px) {
  .header-container.stickytop .user-enter,
  .user-enter {
    font-size: 0 !important;
  }
  .header-container.stickytop .user-enter::before,
  .user-enter::before {
    font-size: 18px;
  }
}
@media screen and (max-width: 1150px) {
  .header-container.stickytop {
    padding-left: 25px;
  }
  .header-container.stickytop #menu-toggle {
    color: #fff;
    line-height: 42px;
  }
  .header-container.stickytop .site-logo.mobile-logo {
    display: none;
  }
  .header-container.stickytop .site-logo.mobile-logo.ml-light {
    display: block;
    top: 3px;
    max-width: 160px;
  }
  .logged-user-area {
    justify-content: center;
    margin: auto auto 20px 0;
    color: #fff;
  }
  .lua-item a {
    color: #fff;
  }
  .lua-left {
    display: block;
    margin: auto 15px;
  }
  .lua-right {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

/*---// CONTENT COLUMNS && TABS //---*/
.st-item:hover a {
  background-color: #00e676;
  color: #191a26;
}
.st-item:hover .show-categories::before,
.show-categories.current::before {
  color: #191a26;
}
/*---// CONTENT BLOCKS WHITE //---*/
.content-block-wh:hover .content-white-block {
  box-shadow: 0px 0px 15px rgba(160, 160, 160, 0.31);
  border: 1px transparent solid;
}

/*---// BUTTONS //---*/
.simple-btn:hover,
.green-link:hover {
  border-bottom: 1px #00e676 solid;
}
.btn.btn-white {
  background-color: #fff;
  color: #191a26;
  border: 1px #191a26 solid;
}
.btn.btn-white:visited {
  color: #191a26;
  border-color: #191a26;
}
.btn.btn-red:hover {
  text-decoration: none;
  border: 1px #fff solid;
}
.btn.btn-red:hover {
  text-decoration: none;
  background-color: transparent;
  color: #ff4545 !important;
  border: 1px #ff4545 solid;
}
.btn:hover {
  text-decoration: none;
  background-color: transparent;
  color: #00e676;
  border: 1px #00e676 solid;
}
.btn-2 {
  font-weight: 500;
  color: #ffffff;
  font-size: 1rem;
}
.btn-2 > div {
  border: 1px #ffffff solid;
  padding: 9px 17px;
  text-align: center;
}
.btn-2 > div::after {
  content: "\f178";
  font-family: "FontAwesome";
  margin-left: 15px;
}
.btn-2:hover {
  color: #ff0000;
  text-decoration: none;
}
.btn-2:hover > div {
  border: 1px #ff0000 solid;
}

/*---// NAVIGATION //---*/

/*---Main Navigation---*/
.site-navigation ul li:hover a {
  border-top: 3px #00e676 solid;
  color: #00e676;
}
.site-navigation ul li:hover a::after {
  color: #00e676;
}
.header-container.stickytop .site-navigation a {
  padding: 11px 7px;
  font-size: 13px;
  color: #fff;
}
.header-container.stickytop .site-navigation ul li:first-child a {
  padding-left: 7px;
}
.header-container.stickytop .site-navigation ul li:last-child a {
  padding-right: 7px;
}
.header-container.stickytop
  .site-navigation
  ul
  li.menu-item-has-children
  a::after {
  font-size: 0.65rem;
  margin-left: 7px;
}

.site-navigation ul li.current-menu-item a,
.site-navigation ul li.current-menu-ancestor a,
.site-navigation ul li.current-menu-parent a,
.site-navigation ul li.current-category-parent a,
.stickytop .site-navigation ul li.current-menu-item a,
.stickytop .site-navigation ul li.current-menu-ancestor a,
.stickytop .site-navigation ul li.current-menu-parent a,
.stickytop .site-navigation ul li.current-category-parent a {
  border-top: 3px #00e676 solid;
  color: #00e676;
}
.stickytop .site-navigation ul li.current-menu-item .sub-menu a,
.stickytop .site-navigation ul li.current-menu-ancestor .sub-menu a,
.stickytop .site-navigation ul li.current-menu-parent .sub-menu a,
.stickytop .site-navigation ul li.current-category-parent .sub-menu a {
  border: 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .site-navigation ul li.menu-item-has-children:hover .sm-0 {
    visibility: visible;
    display: block;
    opacity: 1;
  }
  .site-navigation ul li .sm-0 li:hover .sm-1 {
    display: block !important;
    visibility: visible;
    opacity: 1;
  }
  .site-navigation ul li .sm-0 li a:hover {
    background-color: #00e676;
    border-bottom: 1px #00e676 solid;
  }
  .header-container.stickytop .site-navigation ul li .sub-menu {
    top: 39px;
  }
}
.site-navigation ul li .sm-0 .sm-1 {
  left: auto;
  right: -500px;
  top: 0;
  display: none !important;
  width: 500px;
}
.stickytop .site-navigation ul li .sm-0 .sm-1 {
  top: 0 !important;
}
.site-navigation ul li .sm-0 .sm-1 li {
  width: 50%;
  float: left;
}
.site-navigation ul li .sm-0 li {
  display: block;
  margin: 0;
}
.site-navigation ul li .sm-0 li.menu-item-has-children::before {
  font-family: "Sportotvet";
  content: "\e900";
  color: #191a26;
  position: absolute;
  right: 13px;
  top: 13px;
  font-size: 10px;
}
.site-navigation ul li .sm-0 li a {
  color: #191a26 !important;
  border-bottom: 1px #e8e8e8 solid;
  border-top: 0;
  padding: 10px 7px;
  padding-left: 11px;
  font-size: 13px;
  background-color: transparent;
}

.site-navigation ul li .sub-menu li.current-post-parent a,
.site-navigation ul li .sub-menu li.current-menu-parent a,
.site-navigation ul li .sub-menu li.current-post-ancestor a,
.site-navigation ul li .sub-menu li.current-menu-item a {
  background-color: #00e676;
  border-bottom: 1px #00e676 solid;
}
.site-navigation ul li .sub-menu li a::after {
  display: none;
}
@media screen and (max-width: 1300px) {
  .header-container.stickytop .site-navigation a {
    font-size: 12px;
  }
}
/*---Left Navigation---*/
.left-navigation a:hover {
  background-color: #00e676;
  color: #191a26;
}
.left-navigation a:hover:before {
  color: #191a26;
}

.left-navigation ul li.current-menu-item a,
.left-navigation ul li.current-post-ancestor a,
.left-navigation ul li.current-menu-parent a,
.left-navigation ul li.current-post-parent a {
  background-color: #00e676;
  color: #191a26;
}
.left-navigation ul li.current-menu-item a::before,
.left-navigation ul li.current-post-ancestor a::before,
.left-navigation ul li.current-menu-parent a::before,
.left-navigation ul li.current-post-parent a::before {
  color: #191a26;
}
.left-navigation.toggle {
  position: relative;
  left: -300px;
  top: 0;
  height: 0;
}
.left-navigation.toggle.show-left-navigation {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
}
.admin-bar .left-navigation.toggle.show-left-navigation {
  top: 30px;
}
#lm-btn {
  display: none;
  position: relative;
  color: #191a26;
  top: 0;
  background-color: #00e676;
  padding: 12px;
  width: auto;
  font-weight: 500;
  z-index: 2;
}
.admin-bar #lm-btn {
  top: 31px;
}
#lm-btn.show-lm-btn {
  display: block;
}
#lm-btn::before {
  content: "\e8ee";
  font-family: "Sportotvet";
  padding: 0;
  position: absolute;
  right: 20px;
  font-size: 20px;
  line-height: 14px;
}
#lm-btn.show-lm-btn.lm-arrow::before {
  content: "\e923";
  font-size: 14px;
}
@media screen and (max-width: 1300px) {
  #lm-btn::before {
    right: 12px;
    top: 14px;
  }
  #lm-btn.show-lm-btn.lm-arrow::before {
    font-size: 13px;
  }
}
/*---Footer Navigation---*/
.footer-navigation ul li a:hover {
  border-bottom: 1px #00e676 solid;
}
.footer-navigation ul li.current-menu-item a {
  border-bottom: 1px #00e676 solid;
}

/*---// META BLOCK //---*/
.hmc-item a:hover {
  color: #00e676;
}
.hmc-polls a:hover:before,
.hmc-comments a:hover:before,
.hmc-tags a:hover:before,
.hmc-share a:hover:before {
  background-color: #191a26;
  color: #00e676;
}
.hmc-polls a::before {
  content: "\e90e";
}
.hmc-title {
  font-weight: 600;
  font-size: 1.71rem;
  font-size: 22px;
  color: #191a26;
  position: relative;
  padding-left: 50px;
  margin-top: 20px;
  padding-bottom: 10px;
  margin-left: 15px;
}
.hmc-active {
  color: #fff;
}
.hmc-active::before {
  background-color: #fff !important;
  border: 1px #fff solid !important;
}
/*.hm-socials, .hm-tags, .hm-comments,*/

/*-- Tags --*/
.hm-tags.opened {
  padding-left: 80px;
  padding-right: 50px;
  padding-bottom: 60px;
  width: 561px;
  opacity: 1;
}
#close-tags:hover:before,
#close-comments:hover:before,
#close-socials:hover:before {
  color: #00e676;
}
.hm-tags a {
  text-transform: capitalize;
  background-color: transparent;
  padding: 7px 18px;
  margin: 6px;
  display: inline-block;
  border-radius: 15px;
  border: 1px #191a26 solid;
}
.hm-tags a:hover {
  color: #191a26;
  border: 1px #00e676 solid;
  background-color: #00e676;
}
.hm-tags .hmc-title::before {
  content: "#";
  background-color: #00e676;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 1.35rem;
  left: 0;
  top: 0;
  position: absolute;
  text-align: center;
}
#close-tags,
#close-comments,
#close-polls,
#close-socials {
  position: absolute;
  right: 0;
  top: 0;
  right: 20px;
  top: 20px;
}
#close-tags::before,
#close-comments::before,
#close-polls::before,
#close-socials::before {
  font-family: "Sportotvet";
  content: "\e5cd";
  color: #191a26;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

/*-- Comments --*/
.hm-comments.opened {
  max-width: 80%;
  width: 100%;
  opacity: 1;
  padding-left: 80px;
  padding-right: 50px;
  padding-bottom: 60px;
}
.hmi-container-comments {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.hm-comments .hmc-title {
  margin-bottom: 15px;
  width: 100%;
}
.hm-comment-container {
  width: 23%;
  margin: 0 1%;
  margin-top: 40px;
}
.hm-comments .hmc-title::before {
  content: "\e915";
  font-family: "Sportotvet";
  background-color: #00e676;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 1.35rem;
  font-size: 17px;
  left: 0;
  top: 0;
  position: absolute;
  text-align: center;
}
.hm-comment-block {
  border: 1px #e0dfdf solid;
  height: 280px;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}
.hmcb-image {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.hmcb-name {
  color: #191a26;
  font-weight: 300;
  font-size: 1.14rem;
  font-size: 15px;
  text-align: center;
  margin-top: 25px;
}
.hmcb-title {
  position: relative;
  margin: 15px 0;
}
.hmcb-title a {
  font-weight: 600;
  font-size: 1.21rem;
  font-size: 15px;
}
.hmcb-title::before {
  content: "";
  width: 6px;
  height: 37px;
  background-color: #00e676;
  position: absolute;
  top: 0;
  left: -20px;
}
.hmcb-text {
  color: #191a26;
}
.hmcb-permalink {
  padding: 10px 0;
}
.hmcb-permalink a {
  color: #00e676;
}
.hmcb-permalink a::after {
  content: "\e900";
  font-family: "Sportotvet";
  font-size: 8px;
  font-weight: 300;
  margin-left: 5px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .hm-comment-block {
    height: 330px;
  }
}
/*-- Share (Home Left Block) --*/
.hm-socials.opened {
  padding-left: 80px;
  padding-right: 50px;
  padding-bottom: 60px;
  width: 561px;
  opacity: 1;
}
.bks-share-block {
  text-align: center;
  border-bottom: 1px #bdbdbd solid;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 0;
}
.bks-share-block .share-button .button-count {
  color: #a2a2a2;
  font-weight: 400;
  font-size: 14px;
}
.bks-share-block .share-button:hover .button-count {
  color: #191a26;
}
.bks-share-block .share-button::before {
  left: 0px;
  top: 0;
  font-size: 24px;
}
.hm-socials .hmc-title::before {
  content: "\e914";
  font-family: "Sportotvet";
  background-color: #00e676;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 17px;
  left: 0;
  top: 0;
  position: absolute;
  text-align: center;
}

/*---// SEARCH //---*/
.header-search.on {
  z-index: 11;
}
.header-search.on-sticky {
  position: fixed;
  left: 250px;
  width: 78.5%;
  right: 0;
  margin: auto;
  top: 90px;
}
@media screen and (max-width: 1300px) {
  .header-search.on-sticky {
    left: 200px;
  }
}
@media screen and (max-width: 1150px) {
  .header-search.on-sticky {
    left: 0;
    width: 95%;
  }
}
.site-search-icon {
  cursor: pointer;
}
.site-search-icon-loader {
  width: 28px;
  height: 28px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 30px;
  line-height: 28px;
  text-align: center;
  background-image: url(../images/loader.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.site-search-close {
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.site-search-close::before {
  font-family: "Sportotvet";
  content: "\e5cd";
  font-size: 17px;
  color: #191a26;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.site-search-icon:hover:before,
.site-search-close:hover:before {
  color: #00e676;
}
.site-search-result {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  width: 100%;
  left: 0;
  background-color: rgba(25, 26, 38, 0.95);
  position: absolute;
  z-index: 2;
}
.result-find-list {
  overflow: scroll;
}
@media screen and (max-width: 991px) {
  .result-find-list {
    height: 600px;
  }
}
.rfl-item {
  width: 100%;
  clear: both;
  border-bottom: 1px #212231 solid;
  display: block;
  overflow: hidden;
  padding: 10px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-color: transparent;
}
.rfl-item:hover {
  background-color: #2f313e;
}
.rfl-item-image {
  max-width: 70px;
  float: left;
  background-color: #ccc;
}
.rfl-item-image img {
  max-width: 100%;
  height: auto;
}
.rfl-item-content {
  padding-left: 80px;
  padding-top: 10px;
}
.rfl-item-title {
  color: #00e676;
}
.rfl-item-text {
  color: #fff;
}
.on-sticky-parent {
  margin-bottom: 90px;
}
.header-container.stickytop .header-search {
  top: 5px;
  margin-right: auto;
  margin-left: 0;
}

/*---// ADVERTISE //---*/
.advertise-banners.sidebar-banners {
  max-width: 300px;
}

/*---// TEXT CONTENT STYLE //---*/
.text-content {
  position: relative;
}
.text-content a {
  color: #00e676;
  font-weight: 500;
  border-bottom: 1px #00e676 dashed;
}
.text-content p {
  text-align: justify;
}
.text-content a:visited {
  color: #191a26;
  border-color: #191a26;
}
.text-content::before {
  content: "";
  position: absolute;
  background-color: #e2e2e2;
  width: 1px;
  left: -15px;
  height: 98%;
  z-index: 1;
  top: 1%;
}
.text-content h2 {
  position: relative;
  clear: both;
}
.text-content h2::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #00e676;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: -20px;
  z-index: 2;
  box-shadow: inset 0px 0px 6px rgba(25, 26, 38, 0.42);
}
.text-content h2::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -20px;
  height: 20px;
  width: 12px;
  background-color: #fff;
  z-index: 1;
}
.text-content ul {
  overflow: hidden;
}
.text-content ul li,
.text-content ol li {
  list-style: none;
  position: relative;
  float: left;
  clear: both;
  padding: 5px 0;
  margin: 0;
  padding-right: 10px;
  border-bottom: 0px #efefef solid;
  margin-bottom: 5px;
  padding-bottom: 0;
  border-radius: 0px 25px;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  line-height: 1.5;
}
.text-content ul li a {
  color: #191a26;
  border-color: #191a26;
}
.text-content ul li::before {
  display: inline-block;
  position: absolute;
  left: -25px;
  font-family: "Sportotvet";
  color: #00e676;
  font-size: 12px;
  content: "\e900";
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.text-content a:hover {
  border: 0;
}
.text-content .image-link,
.text-content .image-link:visited {
  color: #191a26;
  font-size: 12px;
  text-transform: lowercase;
  background-color: #ffffff;
  padding: 0 15px;
  border-radius: 25px;
  border: 1px #ccc solid !important;
  position: relative;
  padding-left: 40px;
  font-style: normal;
  height: 26px;
  display: inline-block;
  align-items: center;
  line-height: 26px;
}
.text-content .image-link:hover {
  border: 1px #ccc solid;
}
.text-content .image-link:hover:before {
  color: #191a26;
}
.text-content .image-link::before {
  content: "\e92e";
  font-family: "Sportotvet";
  font-size: 20px;
  color: #ff4545;
  margin-right: 5px;
  position: relative;
  top: 3px;
  line-height: normal;
  position: absolute;
  left: 13px;
}
.text-content ol {
  clear: both;
  counter-reset: myCounter;
  padding: 0;
  padding-left: 10px;
  overflow: hidden;
}
.text-content ol li:hover {
  color: #00e676;
}
.text-content ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter);
  color: white;
  background: #00e676;
  display: inline-block;
  text-align: center;
  margin: 2px 0;
  line-height: 25px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
}
.text-content ul li:hover {
  color: #00e676;
}
@media screen and (max-width: 500px) {
  .text-content {
    padding: 0 10px;
  }
}

/*---// SHARE BUTTONS //---*/
.share-button {
  display: inline-block;
  border: 1px #00e676 solid;
  border-radius: 20px;
  width: 75px;
  position: relative;
  line-height: 20px;
  margin: 0 6px;
}
.share-button i::before {
  color: #00e676;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.share-button .button-count {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  top: 1px;
  left: 3px;
}
/*
.share-button .button-name, .wp-share-button-popup {
    display: none;
}
*/
.share-button:hover {
  background-color: #00e676;
  color: #191a26;
}
.share-button:hover .button-count {
  color: #191a26;
}
.share-button:hover i::before {
  color: #191a26;
}
@media screen and (max-width: 400px) {
  .share-button {
    margin: 0 3px;
  }
}
@media screen and (max-width: 365px) {
  .share-button {
    margin: 0 1px;
    width: 65px;
  }
}

/*---// SUBSCRIBE //---*/
#sub-notice {
  color: #fff;
  width: auto;
  position: absolute;
  font-size: 12px;
  opacity: 0;
  left: -99px;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.sub-form input[type="email"].not_valid,
.bs-form input[type="email"].not_valid {
  border-color: #ef5050;
}
#sub-notice.show-notice {
  left: 0;
  bottom: auto;
  border: 2px #626479 solid;
  background-color: rgba(25, 26, 38, 0.95);
  padding: 45px 70px;
  border-radius: 0;
  top: 20px;
  opacity: 1;
}
.bs-form #sub-notice.show-notice {
  padding: 25px 80px;
  top: 0;
  width: 150%;
  z-index: 1;
}
#sub-notice.show-notice::before {
  content: "\e931";
  font-family: "Sportotvet";
  color: #00e676;
  font-size: 35px;
  line-height: normal;
  position: absolute;
  left: 20px;
  top: 30%;
}
#sub-notice.show-notice.error {
  top: auto;
  background-color: #ef5050;
  left: 19px;
  padding: 5px 10px;
  border: 0;
  border-radius: 0px 0px 15px 15px;
}
#sub-notice.show-notice.error::before {
  display: none;
}
.sub-form button[type="submit"].btn:hover {
  color: #ffffff;
  background-color: #191a26;
}

/*---// FOOTER //---*/
#toTop:hover {
  background-color: rgba(0, 230, 118, 0.42);
}

/*---// POPUP //---*/
div.wpcf7 {
  margin: 0;
  padding: 0;
}
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}
div.wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
  position: relative;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: 0.2em 0.8em;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
  content: " ";
}
.wpcf7-display-none {
  display: none;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
div.wpcf7 div.ajax-error {
  display: none;
}
div.wpcf7 .placeheld {
  color: #888;
}
div.wpcf7 .wpcf7-recaptcha iframe {
  margin-bottom: 0;
}
div.wpcf7 input[type="file"] {
  cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
  cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}
div.wpcf7 {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
}
.wpcf7 label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea,
.enter-tabs input[type="text"],
.enter-tabs input[type="email"],
.enter-tabs input[type="password"] {
  width: 100%;
  border: 1px #c3c3c3 solid;
  border-radius: 20px;
  padding: 12px 20px;
  font-size: 13px;
  font-weight: 300;
}
.wcf7-rs-captcha {
  text-align: center;
}
.wpcf7 textarea {
  height: 150px;
}
div.wpcf7 .ajax-loader {
  background-image: url(../images/loader.svg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  right: -30px;
  visibility: hidden;
}
div.wpcf7-mail-sent-ok {
  text-align: center;
}
div.wpcf7-spam-blocked {
  border: 0;
  margin: 0;
}
.g-captcha {
  margin-bottom: 15px;
}
.g-captcha .wpcf7-form-control-wrap > div > div {
  margin: auto;
}
.enter-tabs .login-username label,
.enter-tabs .login-password label {
  display: none;
}
/*---// LOGIN FORM //---*/
.popup.login-form {
  max-width: 500px;
  width: 100%;
  padding-bottom: 0;
}
.enter-tabs {
  max-width: 450px;
  margin: 15px auto;
  margin-bottom: 0;
}
.tabs-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.tabs-block > div {
  width: 50%;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  background-color: #efefef;
}
.tabs-block > div.active {
  background-color: #00e676;
  font-weight: 500;
}
.et-tab-1.active,
.et-tab-2.active {
  display: block;
}
.et-tab-1,
.et-tab-2 {
  border-top: 0;
  padding: 20px 10px;
  display: none;
}
#reg_passmail {
  font-size: 13px;
}
.reg-form .submit,
.login-submit {
  margin: 0;
}
.reg-form input.not_valid {
  border-color: #ff8484;
}
#reg-notice {
  text-align: center;
}
#reg-notice.error {
  color: #ff8484;
  padding: 10px 0;
}
#reg-notice.success {
  color: #00e676;
  padding: 10px 0;
}
.log-error {
  text-align: center;
  color: #f17575;
}
.guest-notice {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  max-width: 700px;
  margin: auto;
}
.guest-notice a {
  color: #00e676;
  border-bottom: 1px #00e676 dashed;
}
.guest-notice a::before {
  font-family: "Sportotvet";
  content: "\e954";
  margin-right: 5px;
}
@media screen and (max-width: 650px) {
  .guest-notice {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .guest-notice {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  .guest-notice {
    font-size: 14px;
  }
}

/*---// POPUP //---*/
.popup-title {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 10px;
}
.popup-text {
  max-width: 650px;
  margin: auto;
  padding: 0 10px;
}
.overlay-pop:target + .popup {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 13%;
}
.popup {
  top: 100%;
  right: 0;
  left: 55%;
  font-size: 14px;
  z-index: 999;
  margin: 0;
  width: auto;
  position: fixed;
  padding: 15px;
  border: 0;
  background: #ffffff;
  box-shadow: 0px 1px 21px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-50%, 500%);
  -ms-transform: translate(-50%, 500%);
  -o-transform: translate(-50%, 500%);
  transform: translate(-50%, 500%);
  -webkit-transition: -webkit-transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
  -o-transition: -o-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}
.overlay-pop:target {
  display: block;
}
.overlay-pop {
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 999 !important;
  display: none;
  background-color: rgba(0, 0, 0, 0.26);
  position: fixed !important;
  cursor: default;
  overflow-y: scroll;
}
.close-p {
  top: -10px;
  right: 5px;
  position: absolute !important;
  text-align: center;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
  transition: all ease 0.8s;
  text-decoration: none !important;
  height: 20px;
  width: 30px;
  padding: 12px 0;
}
.close-p::before {
  font-family: "Sportotvet";
  content: "\e5cd";
  color: #191a26;
  cursor: pointer;
  font-size: 2rem;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  top: 0;
  right: 0;
}
.close-p:hover:before {
  color: #00e676;
}

@media screen and (max-width: 600px) {
  .overlay-pop:target + .popup {
    top: 5%;
    bottom: 5%;
  }
  .popup {
    width: 100%;
    left: 50%;
  }
}
@media screen and (max-width: 1300px) {
  .sticky-block.stickytop {
    width: 200px;
  }
}
#result-bookmarks {
  position: fixed;
  bottom: 20px;
  right: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.bookmark-content {
  padding: 20px;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.3607843137254902);
  border-radius: 5px;
  background-color: #fff;

  font-size: 11px;
}
.bookmark-content span {
  font-weight: 600;
  font-size: 12px;
}
#result-bookmarks.hide-bookmark {
  opacity: 0;
  z-index: 0;
  right: -999px;
}

/* Menu toggle */
.menu-switch-main-block {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0 10px;
  margin-top: 20px;
}

.menu-switch-main-block .active-toggle {
  border: 1px solid #3b3c46;
  border-bottom: none;
  background-color: #292b3e;
}
.menu-item-toggle {
  padding: 5px;
  cursor: pointer;
}
/* 
.menu-block-js {
	display: none;
}

.menu-block-active {
	display: block;
} */
