/*  
Theme Name: VaucherSport
Theme URI: 
Description:
Version: 1.0
Author:
Author URI: 
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  font-family: Overpass;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1;
  color: #303030;
  background: #fff;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
  color: #000;
}
button,
input,
textarea {
  border: 0;
  outline: 0;
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 1000px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    max-width: 768px;
  }
}
@media screen and (max-width: 750px) {
  .container {
    max-width: 600px;
  }
}
main {
  overflow-x: hidden;
}
main h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 140%;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  main h1 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
main h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 51px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  main h2 {
    font-size: 25px;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
main h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 46px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  main h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
main h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 27px;
  line-height: 41px;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 600px) {
  main h4 {
    font-size: 19px;
    line-height: 29px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
main h5 {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  main h5 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
  }
}
main h6 {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  main h6 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
}
main p {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 165%;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  main p {
    font-size: 14px;
    line-height: 165%;
    margin-bottom: 20px;
  }
}
main ul {
  margin-bottom: 30px;
}
main ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 165%;
  color: #303030;
  margin-bottom: 15px;
  margin-left: 30px;
  padding-left: 17px;
  position: relative;
}
main ul li::before {
  content: url('img/list.svg');
  position: absolute;
  left: 0;
  top: -2px;
}
main ol {
  counter-reset: my-awesome-counter;
  margin-bottom: 30px;
}
main ol li {
  counter-increment: my-awesome-counter;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 165%;
  color: #303030;
  margin-bottom: 15px;
  margin-left: 30px;
  position: relative;
  padding-left: 50px;
}
main ol li::before {
  content: counter(my-awesome-counter);
  display: block;
  width: 40px;
  height: 30px;
  background: url('img/ol.svg');
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  padding-right: 5px;
  box-sizing: border-box;
}
main a {
  color: #F27E7E;
}
main a:hover {
  text-decoration: underline;
}
main strong {
  font-weight: bold;
}
main em {
  font-style: italic;
}
#totop {
  position: fixed;
  right: 150px;
  bottom: 100px;
  cursor: pointer;
  display: none;
  width: 50px;
  height: 50px;
  background: rgba(65, 168, 226, 0.5);
  border-radius: 5px;
  z-index: 9;
  opacity: 0.5;
}
#totop:hover {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  #totop {
    right: 10px;
  }
}
header.bar_fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
  background: #303030;
}
header.bar_fixed.topbar {
  top: 30px;
}
.mmenu {
  width: 25px;
  height: 18px;
  position: relative;
  cursor: pointer;
  display: none;
}
.mmenu .line {
  height: 2px;
  width: 25px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  transition: 0.5s;
}
.mmenu .line1 {
  top: 0;
  right: 0;
}
.mmenu .line2 {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mmenu .line3 {
  bottom: 0;
  right: 0;
}
.mmmenuopen .line1 {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.mmmenuopen .line2 {
  height: 0;
}
.mmmenuopen .line3 {
  bottom: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(50%) rotate(-45deg);
  width: 25px;
}
header {
  background: #303030;
}
header .container {
  min-height: 70px;
  display: flex;
  align-items: center;
}
header .container .logo {
  width: 160px;
}
header .container .block-menu {
  display: flex;
  align-items: center;
  margin-left: auto;
}
header .container .block-menu nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .container .block-menu nav ul li {
  margin: 0 20px;
  position: relative;
}
header .container .block-menu nav ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  color: #fff;
}
header .container .block-menu nav ul li a svg {
  fill: white;
  margin-left: 3px;
  position: relative;
  bottom: 2px;
}
header .container .block-menu nav ul li a:hover {
  color: #F27E7E;
}
header .container .block-menu nav ul li a:hover svg {
  fill: #F27E7E;
  transform: rotate(180deg);
}
header .container .block-menu nav ul li ul.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 49px;
  background: rgba(48, 48, 48, 0.9);
  border-top: 3px solid #C63232;
}
header .container .block-menu nav ul li ul.sub-menu li {
  margin: 0;
}
header .container .block-menu nav ul li ul.sub-menu li a {
  white-space: nowrap;
  padding: 13px 20px;
  display: block;
}
header .container .block-menu nav ul li ul.sub-menu li a:hover {
  background: rgba(48, 48, 48, 0.9);
}
header .container .block-menu nav ul li ul.sub-menu::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  height: 30px;
}
header .container .block-menu nav ul li ul.sub-menu li > ul.sub-menu {
  left: calc(100% + 3px);
  top: 0;
}
header .container .block-menu nav ul li ul.sub-menu li > ul.sub-menu::before {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  right: auto;
  top: 0;
  bottom: 0;
  height: auto;
  width: 3px;
}
header .container .block-menu nav ul li:hover > ul.sub-menu {
  display: block;
}
header .container .block-menu .search {
  display: flex;
  align-items: center;
  margin-right: 30px;
  height: 30px;
}
header .container .block-menu .search form.search-form {
  width: 0;
  overflow: hidden;
  transition: 0.5s;
  height: 30px;
  display: flex;
  align-items: center;
  background: #4D4D4D;
}
header .container .block-menu .search form.search-form input.search-field {
  display: block;
  border: 0;
  background: transparent;
  width: 250px;
  padding: 0 10px;
  font-family: Overpass;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #D1D1D1;
}
header .container .block-menu .search form.search-form input.search-field::placeholder {
  font-family: Overpass;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #D1D1D1;
}
header .container .block-menu .search form.search-form input.search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
header .container .block-menu .search .open-search {
  cursor: pointer;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .container .block-menu .search .open-search::before {
  content: url('img/search.svg');
}
header .container .block-menu .search.open .open-search {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #D1D1D1;
  cursor: pointer;
  margin-right: 2px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: #4D4D4D;
}
header .container .block-menu .search.open .open-search::before {
  content: '\292C';
}
header .container .block-menu .search.open .open-search:hover {
  background: #666666;
}
header .container .block-menu .search.open form.search-form {
  width: 280px;
  transition: 0.5s;
  padding-right: 10px;
}
footer {
  background: #303030;
}
footer .footer-top {
  background: #252525;
  padding: 16px 0;
}
footer .footer-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-top .container .images {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-top .container .images a {
  margin-left: 23px;
}
footer .footer-top .container .text p {
  font-style: normal;
  font-weight: bold;
  font-size: 21px;
  line-height: 32px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 3px;
}
footer .footer-top .container .text p span {
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 165%;
}
footer .footer-center {
  padding: 40px 0 80px;
}
footer .footer-center .container {
  display: flex;
  justify-content: space-between;
}
footer .footer-center .container .left {
  max-width: 500px;
}
footer .footer-center .container .left .logo {
  width: 160px;
  margin-bottom: 40px;
}
footer .footer-center .container .left p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 165%;
  color: #D1D1D1;
  margin-bottom: 20px;
}
footer .footer-center .container .left .images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-center .container .right {
  width: 100%;
  max-width: 400px;
}
footer .footer-center .container .right form.search-form {
  width: 100%;
  overflow: hidden;
  transition: 0.5s;
  height: 30px;
  display: flex;
  align-items: center;
  background: #4D4D4D;
  padding-right: 10px;
  margin-bottom: 40px;
}
footer .footer-center .container .right form.search-form input.search-field {
  display: block;
  border: 0;
  background: transparent;
  width: 100%;
  padding: 0 10px;
  font-family: Overpass;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #D1D1D1;
}
footer .footer-center .container .right form.search-form input.search-field::placeholder {
  font-family: Overpass;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #D1D1D1;
}
footer .footer-center .container .right form.search-form input.search-field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
footer .footer-center .container .right .menus {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
footer .footer-center .container .right .menus nav {
  max-width: 50%;
}
footer .footer-center .container .right .menus nav ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 190%;
  color: #D1D1D1;
}
footer .footer-center .container .right .menus nav ul li a:hover {
  color: #F27E7E;
}
footer .footer-bottom {
  margin-bottom: 80px;
}
footer .footer-bottom .container {
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom .container .item {
  width: 100%;
  max-width: 24%;
}
footer .footer-bottom .container .item p {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 165%;
  color: #C63232;
  margin-bottom: 20px;
}
footer .footer-bottom .container .item ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 190%;
  color: #D1D1D1;
}
footer .footer-bottom .container .item ul li a:hover {
  color: #F27E7E;
}
footer .copyright {
  padding-bottom: 20px;
}
footer .copyright p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 180%;
  color: #686868;
  text-align: center;
}
figure.wp-block-table {
  margin-bottom: 30px;
}
figure.wp-block-table table {
  background: #F4F4F4;
}
figure.wp-block-table table td,
figure.wp-block-table table th {
  border: 2px solid #fff;
  padding: 10px 20px;
  font-family: Overpass;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 165%;
  color: #303030;
}
figure.wp-block-table table thead tr {
  background: #ECECEC;
}
figure.wp-block-table table tbody tr:nth-child(even) {
  background: #ECECEC;
}
ul#breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
ul#breadcrumbs li {
  margin-left: 0;
  padding-left: 0;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 140%;
}
ul#breadcrumbs li::before {
  content: none;
}
ul#breadcrumbs li.separator {
  color: #C63232;
}
@media screen and (max-width: 1000px) {
  header .container .block-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #303030;
    padding: 20px;
    z-index: 9;
    min-width: 270px;
    flex-direction: column;
    align-items: flex-end;
    border-top: 3px solid #c63232;
  }
  .mmenu {
    display: block;
    margin-left: auto;
  }
  header {
    position: relative;
  }
  header .container .block-menu nav ul {
    display: block;
    text-align: right;
  }
  header .container .block-menu nav ul li {
    margin-bottom: 20px;
    margin-right: 0;
  }
  header .container .block-menu nav ul li ul.sub-menu {
    display: block;
    position: static;
    border: 0;
  }
  header .container .block-menu .search form.search-form {
    overflow: visible;
    width: 100%;
  }
  header .container .block-menu .search .open-search {
    display: none;
  }
  header .container .block-menu .search {
    margin-right: 0;
    margin-bottom: 20px;
    order: 1;
  }
  header .container .block-menu nav {
    order: 2;
  }
  header .container .block-menu .lang {
    order: 3;
  }
  footer .footer-center .container .right .menus {
    display: block;
  }
  footer .footer-center .container .right {
    margin-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-top .container {
    display: block;
  }
  footer .footer-top .container .images a {
    margin: 10px;
  }
  footer .footer-center .container {
    display: block;
  }
  footer .footer-center .container .right {
    margin-left: 0;
    margin-top: 40px;
  }
  footer .footer-bottom .container {
    flex-wrap: wrap;
  }
  footer .footer-bottom .container .item {
    max-width: 49%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  main ul li,
  main ol li {
    margin: 0;
  }
  footer .footer-top .container .images img {
    height: 15px;
    width: auto;
  }
  footer .footer-bottom .container .item {
    max-width: 100%;
    margin-bottom: 20px;
  }
  footer .footer-center .container .right {
    margin-top: 20px;
  }
  footer .footer-center .container .right form.search-form {
    margin-bottom: 20px;
  }
  footer .footer-center {
    padding-bottom: 20px;
  }
  footer .footer-bottom .container .item p {
    margin-bottom: 0;
  }
  footer .footer-bottom {
    margin-bottom: 20px;
  }
  header.bar_fixed.topbar {
    top: 0;
  }
  header .container .block-menu nav > ul {
    max-height: calc(100vh - 200px);
    overflow: auto;
    padding-right: 10px;
  }
  ul#breadcrumbs {
    padding: 10px 0;
    margin-bottom: 0;
  }
  ul#breadcrumbs li {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 170%;
  }
  ul#breadcrumbs li a {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 170%;
  }
}
