/*  
Theme Name: mandriva
Theme URI: 
Description: Special theme for 
Version: 1.0
Author: 
Author URI: 
*/
@font-face {
  font-family: 'Cantarell';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/cantarell/v10/B50NF7ZDq37KMUvlO01Jiw.ttf) format('truetype');
}
@font-face {
  font-family: 'Fjalla One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/fjallaone/v8/Yq6R-LCAWCX3-6Ky7FAFnOY.ttf) format('truetype');
}
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: Cantarell;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
}
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: #990D35;
}
a:hover {
  text-decoration: underline;
}
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: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 1280px) {
  .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 h1 {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 20px;
}
main h2 {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 20px;
  margin-top: 40px;
}
main h3 {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 20px;
}
main h4 {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 28px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 20px;
}
main h5 {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 20px;
}
main h6 {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #202020;
  margin-bottom: 20px;
}
main p {
  margin-bottom: 20px;
}

main ol {
  counter-reset: my-awesome-counter;
  margin-bottom: 20px;
}
main ol>li {
  margin-bottom: 10px;
  counter-increment: my-awesome-counter;
  padding-left: 40px;
  position: relative;
}
main ol>li::before {
  content: counter(my-awesome-counter);
  position: absolute;
  left: 0;
  top: 2px;
  background: #990D35;
  width: 24px;
  height: 24px;
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
main ul {
  margin-bottom: 20px;
}
main ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}
main ul li::before {
  content: '';
  background: #990D35;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

main ol ul li::before {
  content: '';
  background: transparent;
  border: 1px solid #990D35;
  width: 9px;
  height: 9px;
}
main ul ul li::before {
  content: '';
  background: transparent;
  border: 1px solid #990D35;
  width: 9px;
  height: 9px;
}

main strong {
  font-weight: bold;
}
header .top {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
header .top .logo {
  margin-right: 55px;
}
header .top .logo a {
  color: #990D35;
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 1;
}
header .top .search form {
  width: 556px;
  max-width: 100%;
  padding: 11px 0;
  border-bottom: 1px solid #BFBFBE;
}
header .top .search form input {
  width: 100%;
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
header .top .search form input::plaseholder {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
}
header .top .langmenu {
  display: flex;
  margin-left: auto;
  align-items: center;
}
header .top .langmenu img {
  flex: none;
  margin-right: 20px;
}
header .top .langmenu p {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #990D35;
}
header .top-menu nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .top-menu nav ul li {
  position: relative;
}
header .top-menu nav ul li a {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  padding: 15px 20px;
  display: block;
}
header .top-menu nav ul li a:hover {
  color: #990D35;
}
header .top-menu nav ul li .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
  padding: 30px 30px 15px;
  z-index: 3;
}
header .top-menu nav ul li .sub-menu li {
  margin-bottom: 15px;
}
header .top-menu nav ul li .sub-menu li a {
  white-space: nowrap;
  padding: 0;
}
header .top-menu nav ul li:hover > .sub-menu {
  display: block;
}
footer {
  background: #990D35;
  color: #fff;
  padding: 40px 0;
}
footer .logo {
  margin-bottom: 54px;
}
footer .logo a {
  color: #fff;
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 1;
}
footer .menus-block {
  display: flex;
}
footer .menus-block .support-menu,
footer .menus-block .guides-menu {
  margin-right: 70px;
}
footer .menus-block .support-menu h3,
footer .menus-block .guides-menu h3 {
  font-family: Fjalla One;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  color: #FFFFFE;
  margin-bottom: 10px;
}
footer .menus-block .support-menu ul li a,
footer .menus-block .guides-menu ul li a {
  font-family: Cantarell;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  color: #FFFFFE;
  white-space: nowrap;
}
footer .menus-block .support-menu ul li a:hover,
footer .menus-block .guides-menu ul li a:hover {
  text-decoration: underline;
}
footer .menus-block .extra-menu {
  max-width: 565px;
  margin-left: auto;
}
footer .menus-block .extra-menu nav {
  margin-bottom: 14px;
}
footer .menus-block .extra-menu nav ul {
  display: flex;
  flex-wrap: wrap;
}
footer .menus-block .extra-menu nav ul li {
  padding: 0 10px;
  border-right: 1px solid #fff;
}
footer .menus-block .extra-menu nav ul li:last-child {
  border: none;
}
footer .menus-block .extra-menu nav ul li a {
  font-size: 16px;
  color: #fff;
}
footer .menus-block .extra-menu nav ul li a:hover {
  text-decoration: underline;
}
footer .menus-block .extra-menu p {
  margin-bottom: 10px;
  font-size: 16px;
  color: #511727;
}
.breadcrumbs-block ul {
  display: flex;
  flex-wrap: wrap;
  margin: 20px;
  font-size: 13px;
}
.breadcrumbs-block ul li {
  padding-left: 0;
  margin-right: 10px;
}
.breadcrumbs-block ul li::before {
  content: none;
}
.mmenu {
  width: 27px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: none;
}
.mmenu .line {
  height: 6px;
  width: 27px;
  background-color: #990D35;
  border-radius: 2px;
  position: absolute;
  transition: 0.5s;
}
.mmenu .line1 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mmenu .line2 {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.mmenu .line3 {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.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);
}
#to-top {
  padding: 30px 20px 15px;
  background: #990D35;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  opacity: 0.2;
}
#to-top:hover {
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  header .top .search form {
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .search {
    display: none;
  }
  header .top .langmenu p {
    display: none;
  }
  .mmenu {
    display: block;
  }
  .top-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    padding: 10px 25px;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.2);
  }
  header {
    position: relative;
  }
  header .top-menu nav ul {
    display: block;
  }
  header .top-menu nav ul li a {
    padding: 5px;
  }
  header .top-menu nav ul li .sub-menu {
    display: block;
    position: static;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: none;
    padding: 0 0 0 20px;
    z-index: 3;
  }
  header .top-menu nav ul li .sub-menu li a {
    font-size: 18px;
  }
  footer .menus-block {
    flex-wrap: wrap;
  }
  footer .menus-block > div {
    margin-bottom: 70px;
  }
  header .top .logo {
    margin-right: 0;
  }
  #to-top {
    padding: 18px 10px 8px;
    bottom: 15px;
    right: 15px;
  }
}
@media screen and (max-width: 400px) {
  footer .menus-block {
    display: block;
  }
  footer .menus-block > div {
    margin-bottom: 30px;
    margin-right: 0;
  }
  footer .menus-block .extra-menu p {
    font-size: 14px;
  }
  main h1 {
    font-size: 27px;
  }
  .breadcrumbs-block ul {
    margin: 0;
  }
  main h2 {
    font-size: 25px;
  }
  main h3 {
    font-size: 23px;
  }
  main h4 {
    font-size: 21px;
  }
  main h5,
  main h6 {
    font-size: 20px;
  }
}

header.bar_fixed {
	position: fixed;
    width: 100%;
    top: -70px;
    z-index: 9;
	background: #FFFFFF;
}
header.bar_fixed.topbar {
	top: -40px;
}
@media screen and (max-width: 768px) {
	header.bar_fixed {
		top: 0;
	}
	header.bar_fixed.topbar {
    	top: 0;
	}
	header .top-menu {
    	width: 100%;
    	overflow: auto;
    	max-height: calc(100vh - 80px);
	}
}

figure.wp-block-table {
   margin-bottom: 30px;
}
figure.wp-block-table table thead tr th {
  padding: 12px 20px;
  background: #a60d35;
  text-align-last: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
}
figure.wp-block-table table tbody tr {
  border-bottom: 1px solid #ffdee7;
}
figure.wp-block-table table tbody tr td {
  padding: 14px 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
}