/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
ul,
ol {
  margin: 0 0 0 0;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-anchor: none;
}
html::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
html::-webkit-scrollbar-button {
  background-color: #FFF;
}
html::-webkit-scrollbar-track {
  background-color: #FFF;
}
html::-webkit-scrollbar-track-piece {
  background-color: #FFF;
}
html::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #0f1e2e;
  border-radius: 3px;
}
html::-webkit-scrollbar-corner {
  background-color: #FFF;
}
html::-webkit-resizer {
  background-color: #FFF;
}
body {
  font-weight: 500;
  font-size: 15px;
  line-height: 167%;
  color: #333;
  width: 100%;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  background: #efefef;
  padding-top: 155px;
}
@media screen and (max-width: 1080px) {
  body {
    padding-top: 70px;
  }
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  background: red;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  background: #40da2c;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-radius: 4px;
}
ul {
  list-style-type: none;
}
strong {
  font-weight: 600;
}
.container {
  max-width: 1300px;
  margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 960px) {
  .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 520px) {
  .container {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.section-page {
  overflow-x: hidden;
}
header {
  padding-top: 35px;
  padding-bottom: 35px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../img/top.png) top center no-repeat;
  background-size: cover;
  transition: 0.5s padding-top, 0.5s padding-bottom;
  z-index: 20;
}
@media screen and (max-width: 1080px) {
  header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
header .container {
  display: grid;
  grid-template-columns: 185px 1fr 0.8fr 130px 220px;
  grid-gap: 20px;
  padding: 0 15px;
  height: 80px;
  background: #FFF;
  border-radius: 12px;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  header .container {
    grid-template-columns: 120px 1fr 0.8fr 130px 220px;
  }
}
@media screen and (max-width: 1080px) {
  header .container {
    height: 60px;
  }
}
@media screen and (max-width: 880px) {
  header .container {
    grid-template-columns: 120px 1fr 100px 220px;
  }
}
@media screen and (max-width: 769px) {
  header .container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 720px) {
  header .container {
    grid-template-columns: 1fr 30px 100px 220px;
  }
}
@media screen and (max-width: 560px) {
  header .container {
    grid-template-columns: 1fr 30px 220px;
  }
}
@media screen and (max-width: 460px) {
  header .container {
    grid-template-columns: 1fr 30px 150px;
  }
}
header .container .logo {
  padding-left: 20px;
}
@media screen and (max-width: 769px) {
  header .container .logo {
    padding-left: 10px;
  }
}
header .container .nav ul {
  list-style-type: none;
  margin: 0 0 0 0;
}
header .container .nav ul li {
  font-weight: 600;
  font-size: 15px;
  line-height: 167%;
  text-transform: uppercase;
  color: #333;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
header .container .nav ul li a {
  color: #333;
  text-decoration: none;
}
header .container .nav ul li a:hover {
  color: #4A73C7;
}
header .container .nav ul li img {
  display: inline-block;
  margin-top: -2px;
}
header .container .nav ul li.navhome {
  margin-right: 50px;
}
header .container .nav ul li.navhome img {
  margin-right: 5px;
}
@media screen and (max-width: 1230px) {
  header .container .nav ul li.navhome {
    display: none;
  }
}
header .container .nav ul li.cathome {
  cursor: pointer;
}
header .container .nav ul li.cathome img {
  margin-right: 5px;
  margin-left: 5px;
}
header .container .nav ul li.cathome .categories {
  position: absolute;
  left: 0;
  top: 65px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s visibility, 0.5s opacity;
  background: #FFF;
  padding: 20px 0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  min-width: 250px;
  border-radius: 4px;
}
@media screen and (max-width: 460px) {
  header .container .nav ul li.cathome .categories {
    min-width: 200px;
    left: 50%;
    transform: translateX(-50%);
  }
}
header .container .nav ul li.cathome .categories li {
  display: block;
}
header .container .nav ul li.cathome .categories li a {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 167%;
  color: #333;
  text-decoration: none;
  padding: 5px 20px;
  border-bottom: 1px solid #f1f1f1;
}
header .container .nav ul li.cathome .categories li:last-child a {
  border-bottom: 0px;
}
@media screen and (min-width: 1080px) {
  header .container .nav ul li.cathome:hover {
    color: #4A73C7;
  }
  header .container .nav ul li.cathome:hover .categories {
    top: 25px;
    visibility: visible;
    opacity: 1;
  }
  header .container .nav ul li.cathome:hover .categories li a:hover {
    background: #f5f5f5;
  }
}
header .container .nav ul li.cathome .active-categories {
  top: 25px;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 720px) {
  header .container .nav ul li.cathome {
    display: block;
  }
  header .container .nav ul li.cathome .fa-angle-down {
    display: none;
  }
  header .container .nav ul li.cathome span {
    display: none;
  }
}
header .container .lang {
  text-align: center;
}
@media screen and (max-width: 560px) {
  header .container .lang {
    display: none;
  }
}
header .container .lang a {
  font-weight: 600;
  font-size: 15px;
  line-height: 167%;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 5px;
  color: #000;
}
header .container .lang a.active {
  color: #4a73c7;
  text-decoration: underline;
}
@media screen and (max-width: 880px) {
  header .container .searchsite {
    display: none;
  }
}
header .container .searchsite form {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1fr 50px;
}
header .container .searchsite form input {
  font-weight: 400;
  font-size: 15px;
  line-height: 167%;
  color: rgba(51, 51, 51, 0.77);
  width: 100%;
  border: none;
  background: none;
  padding: 10px 25px;
}
@media screen and (max-width: 1080px) {
  header .container .searchsite form input {
    padding: 5px 25px;
  }
}
header .container .searchsite form button {
  color: #4A73C7;
  border: none;
  background: none;
  cursor: pointer;
}
header .container .notregistered a {
  border-radius: 12px;
  background: #4a73c7;
  padding: 0 15px;
  height: 61px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 167%;
  text-transform: uppercase;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  header .container .notregistered a {
    height: 45px;
  }
}
@media screen and (max-width: 460px) {
  header .container .notregistered a {
    font-size: 12px;
  }
}
header .container .notregistered a i {
  margin-left: 10px;
  font-size: 18px;
}
@media screen and (max-width: 460px) {
  header .container .notregistered a i {
    margin-left: 5px;
    font-size: 15px;
  }
}
header .container .registered {
  border-radius: 12px;
  background: #4a73c7;
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  align-items: center;
  height: 61px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  header .container .registered {
    height: 45px;
  }
}
@media screen and (max-width: 460px) {
  header .container .registered {
    grid-template-columns: 1fr;
  }
}
header .container .registered .name {
  font-weight: 500;
  font-size: 13px;
  line-height: 192%;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  border-right: 1px solid #FFF;
}
@media screen and (max-width: 460px) {
  header .container .registered .name {
    display: none;
  }
}
header .container .registered .role {
  font-weight: 900;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
}
header .container .registered .role span {
  background: #61a866;
  border-radius: 5px;
  padding: 1px 6px;
  display: inline-block;
}
header .container .registered .role i {
  margin-left: 5px;
  font-size: 18px;
}
header .container .registered .subreg {
  position: absolute;
  right: 0;
  top: 100px;
  padding: 20px 0;
  border-radius: 4px;
  min-width: 220px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s visibility, 0.5s opacity, 0.5s top;
  background: #4A73C7;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
header .container .registered .subreg::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  content: "";
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #4A73C7;
}
header .container .registered .subreg a {
  display: block;
  padding: 5px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: #FFF;
  transition: 0.5s color, 0.5s background;
}
header .container .registered .subreg a:hover {
  color: #0f1e2e;
  background: #FFF;
}
header .container .registered .subreg .lang {
  display: none;
}
@media screen and (max-width: 560px) {
  header .container .registered .subreg .lang {
    display: block;
    padding-top: 20px;
  }
  header .container .registered .subreg .lang a {
    text-align: left;
    margin: 0 0;
  }
}
header .container .registered .active-subreg {
  visibility: visible;
  opacity: 1;
  top: 72px;
}
@media screen and (min-width: 1080px) {
  header .container .registered:hover .subreg {
    visibility: visible;
    opacity: 1;
    top: 72px;
  }
}
header .container .burger {
  display: none;
}
header.fixed {
  padding-top: 5px;
  padding-bottom: 5px;
}
.materials-section .container {
  padding-top: 45px;
}
.materials-section .container h1 {
  font-weight: 600;
  font-size: 33px;
  line-height: 76%;
  color: #333;
  margin-bottom: 30px;
}
.materials-section .container .materials-cat {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.materials-section .container .materials-cat li {
  display: inline-block;
  margin-right: 2.5px;
}
@media screen and (max-width: 769px) {
  .materials-section .container .materials-cat li {
    margin: 5px;
  }
}
.materials-section .container .materials-cat li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  color: #4a73c7;
  border: 1px solid #4a73c7;
  border-radius: 5px;
  padding: 6px 15px;
  text-decoration: none;
  transition: 0.5s color, 0.5s background;
}
@media screen and (max-width: 769px) {
  .materials-section .container .materials-cat li a {
    padding: 5px 10px;
  }
}
.materials-section .container .materials-cat li.active a {
  background: #4a73c7;
  color: #FFF;
}
.materials-section .container .materials-cat li:hover a {
  background: #4a73c7;
  color: #FFF;
}
.materials-section .container .materials-list .item {
  display: flex;
  text-decoration: none;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 11px 8px;
  position: relative;
  border: 1px solid #FFF;
  transition: 0.5s border, 0.5s box-shadow;
}
@media screen and (max-width: 1080px) {
  .materials-section .container .materials-list .item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 5px;
    grid-column-gap: 5px;
    grid-row-gap: 0;
  }
}
@media screen and (max-width: 880px) {
  .materials-section .container .materials-list .item {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 5px;
  }
}
@media screen and (max-width: 8620px) {
  .materials-section .container .materials-list .item {
    grid-template-columns: 1fr;
  }
}
.materials-section .container .materials-list .item .bl1 {
  background: #4EAB60;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .materials-section .container .materials-list .item .bl2 {
    display: none;
  }
}
.materials-section .container .materials-list .item .bl3 {
  background: #4a73c7;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}
.materials-section .container .materials-list .item .bl4 {
  color: #333;
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  text-align: center;
  border-radius: 5px;
}
.materials-section .container .materials-list .item .bl5 {
  background: #4a73c7;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  text-align: center;
  padding: 5px 10px;
  border-radius: 5px;
}
.materials-section .container .materials-list .item .bl6 {
  background: #c34ac7;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}
.materials-section .container .materials-list .item .bl7 {
  background: #4ac7c5;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
}
.materials-section .container .materials-list .item .bl8 {
  flex: 1;
  color: #4eab60;
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  border-radius: 5px;
  text-align: right;
}
@media screen and (max-width: 1080px) {
  .materials-section .container .materials-list .item .bl8 {
    text-align: center;
  }
}
.materials-section .container .materials-list .item .hidden-img {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
  z-index: 2;
  width: 320px;
  height: 171px;
  overflow: hidden;
  transition: 0.5s visibility, 0.5s opacity;
}
.materials-section .container .materials-list .item .hidden-img img {
  width: 100%;
  height: auto;
}
.materials-section .container .materials-list .item:hover {
  border: 1px solid #4a73c7;
  box-shadow: 0 0 28px 0 rgba(74, 115, 199, 0.25);
}
.materials-section .container .materials-list .item:hover .hidden-img {
  visibility: visible;
  opacity: 1;
}
.materials-section .container div.pagination {
  padding-top: 25px;
  padding-bottom: 35px;
  text-align: center;
}
.materials-section .container div.pagination span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 6px;
  background: #4A73C7;
  font-weight: 400;
  font-size: 13px;
  color: #FFF;
  border: 1px solid #4A73C7;
}
.materials-section .container div.pagination a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 6px;
  background: #FFF;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.materials-section .container .emptymaterial {
  padding: 20px;
  text-align: center;
  margin-bottom: 50px;
  background: #fff2cd;
}
footer {
  background: #e4e3e3;
}
footer .container {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  color: #333;
}
.signin .container {
  max-width: 394px;
  padding-top: 45px;
  padding-bottom: 105px;
}
.signin .container h1 {
  font-weight: 600;
  font-size: 33px;
  line-height: 76%;
  text-align: center;
  color: #333;
  margin-bottom: 40px;
}
.signin .container .tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
  justify-content: space-between;
}
.signin .container .tabs .tab-button {
  padding: 10px 20px;
  width: 100%;
  cursor: pointer;
  border: none;
  background: #eee;
  border-radius: 5px;
  color: #4A73C7;
}
.signin .container .tabs .tab-button.active {
  background: #4A73C7;
  color: #fff;
}
.signin .container .tabs .tab-button:hover {
  background: #4A73C7;
  color: #fff;
}
.signin .container .tab-form {
  display: none;
}
.signin .container .tab-form.active {
  display: block;
}
.signin .container .form-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.signin .container input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.signin .container button {
  padding: 17px 80px;
  border: none;
  border-radius: 5px;
  background: #4A73C7;
  color: #fff;
  cursor: pointer;
  border: 1px solid #4A73C7;
  transition: 0.5s color, 0.5s background;
}
.signin .container button:hover {
  background: #FFF;
  color: #4A73C7;
}
.signin .container .scenter {
  text-align: center;
}
.signin .container .scaptcha {
  padding: 15px 0;
}
.signin .container .regcenter {
  text-align: center;
}
.addmaterials .container {
  padding-top: 45px;
  padding-bottom: 20px;
}
.addmaterials .container h1 {
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 33px;
  line-height: 115%;
  color: #333;
}
.addmaterials .container .fieldmaterial {
  display: grid;
  grid-template-columns: 0.7fr 0.5fr 1fr;
  grid-gap: 55px;
}
@media screen and (max-width: 880px) {
  .addmaterials .container .fieldmaterial {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.addmaterials .container .fieldmaterial #message {
  color: red;
  font-size: 12px;
}
.addmaterials .container .fieldmaterial .acf-fields > .acf-field {
  border-top: 0px ;
  margin: 0;
  padding: 0px;
}
.addmaterials .container .fieldmaterial .acf-field .acf-label {
  margin: 0 0 3px;
  vertical-align: top;
}
.addmaterials .container .fieldmaterial .left .form-title {
  margin-bottom: 15px;
}
.addmaterials .container .fieldmaterial .left .form-title label {
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #000;
}
.addmaterials .container .fieldmaterial .left .form-title input {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 10px 15px;
  width: 100%;
  background: #FFF;
}
.addmaterials .container .fieldmaterial .left .form-category {
  margin-bottom: 15px;
}
.addmaterials .container .fieldmaterial .left .form-category label {
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #000;
  margin: 0 0 0 0;
}
.addmaterials .container .fieldmaterial .left .form-category select {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  background: #FFF;
  padding: 10px 15px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.addmaterials .container .fieldmaterial .left .form-file {
  margin-bottom: 15px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 15px 10px;
  text-align: center;
  background: #FFF;
  padding: 10px 15px;
}
.addmaterials .container .fieldmaterial .left .form-file label {
  font-weight: 400;
  display: inline-block;
  font-size: 17px;
  line-height: 179%;
  color: #000;
  margin: 0 0 0 0;
}
.addmaterials .container .fieldmaterial .left .form-file label::after {
  font-family: "Font Awesome 7 Free";
  font-weight: 900;
  content: "\f08b";
  margin-left: 10px;
  transform: rotate(-90deg);
  display: inline-block;
}
.addmaterials .container .fieldmaterial .left .form-file .hide-if-value p {
  font-weight: 400;
  font-size: 14px;
  line-height: 147%;
  color: #000;
}
.addmaterials .container .fieldmaterial .left .form-text1 label {
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #000;
  margin: 0 0 0 0;
}
.addmaterials .container .fieldmaterial .left .form-text1 input {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 15px;
  background: #FFF;
}
.addmaterials .container .fieldmaterial .left .form-text2 label {
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #000;
  margin: 0 0 0 0;
}
.addmaterials .container .fieldmaterial .left .form-text2 input {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 15px;
  background: #FFF;
}
.addmaterials .container .fieldmaterial .center .form-gallery .acf-field .acf-label label {
  display: none!important;
}
.addmaterials .container .fieldmaterial .center .acf-gallery {
  border: none;
}
@media screen and (max-width: 880px) {
  .addmaterials .container .fieldmaterial .center .acf-gallery {
    height: 150px!important;
  }
}
.addmaterials .container .fieldmaterial .center .acf-gallery-toolbar .acf-button {
  background: none;
  border: none;
  font-size: 16px;
  color: #000;
  padding: 0;
}
.addmaterials .container .fieldmaterial .center .acf-gallery .acf-gallery-main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #efefef;
}
.addmaterials .container .fieldmaterial .center .acf-gallery .acf-gallery-attachments {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0px!important;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  margin-top: 70px;
}
.addmaterials .container .fieldmaterial .center .acf-gallery-toolbar {
  padding: 0;
  top: 0;
  bottom: auto;
  height: 70px!important;
  border: none;
  background: none;
}
.addmaterials .container .fieldmaterial .center .acf-gallery-toolbar .acf-fr {
  display: none;
}
.addmaterials .container .fieldmaterial .center .acf-gallery-toolbar a {
  text-decoration: none;
}
.addmaterials .container .fieldmaterial .center .acf-gallery-toolbar span {
  display: block;
}
.addmaterials .container .fieldmaterial .center .acf-gallery-toolbar span i {
  transform: rotate(-90deg);
}
.addmaterials .container .fieldmaterial .center .acf-gallery-toolbar span:nth-child(1) {
  font-weight: 400;
  font-size: 17px;
  line-height: 147%;
  color: #000;
}
.addmaterials .container .fieldmaterial .center .acf-gallery-toolbar span:nth-child(2) {
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #000;
}
.addmaterials .container .fieldmaterial .right .form-new-fields label {
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #000;
  margin: 0 0 0 0;
}
.addmaterials .container .fieldmaterial .right .form-new-fields input {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 15px;
  background: #FFF;
}
.addmaterials .container .fieldmaterial .right .form-textarea label {
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #000;
  margin: 0 0 0 0;
}
.addmaterials .container .fieldmaterial .right .form-textarea textarea {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 15px;
  background: #FFF;
  height: 300px;
}
@media screen and (max-width: 880px) {
  .addmaterials .container .fieldmaterial .right .form-textarea textarea {
    height: 150px;
  }
}
.addmaterials .container .centerb {
  text-align: center;
  padding-top: 10px;
}
.addmaterials .container .centerb button {
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  color: #FFF;
  border-radius: 5px;
  padding: 10px;
  width: 545px;
  background: #4a73c7;
  border: 1px solid #4A73C7;
  transition: 0.5s color, 0.5s background;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .addmaterials .container .centerb button {
    width: inherit;
  }
}
.addmaterials .container .centerb button:hover {
  color: #4A73C7;
  background: #FFF;
}
.single-materials-temp .container {
  padding-top: 40px;
}
.single-materials-temp .container h1 {
  font-weight: 600;
  font-size: 33px;
  line-height: 115%;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .single-materials-temp .container h1 {
    font-size: 24px;
  }
}
.single-materials-temp .container .info {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 85px;
}
.single-materials-temp .container .info .uploader span {
  display: inline-block;
  border-radius: 5px;
  padding: 6px 23px;
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #000;
  background: #e8e8e8;
}
.single-materials-temp .container .info .uploader span strong {
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
}
.single-materials-temp .container .info .date span {
  display: inline-block;
  border-radius: 5px;
  padding: 6px 23px;
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #000;
  background: #e8e8e8;
}
.single-materials-temp .container .info .date span strong {
  font-weight: 500;
  text-transform: uppercase;
}
.single-materials-temp .container .info .category span {
  display: inline-block;
  border-radius: 5px;
  padding: 6px 23px;
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #000;
  background: #e8e8e8;
}
.single-materials-temp .container .info .category span strong {
  font-weight: 500;
  text-transform: uppercase;
}
.single-materials-temp .container .info .size {
  flex: 1;
}
.single-materials-temp .container .info .size span {
  display: inline-block;
  border-radius: 5px;
  padding: 6px 23px;
  font-weight: 400;
  font-size: 14px;
  line-height: 179%;
  color: #000;
  background: #e8e8e8;
}
.single-materials-temp .container .info .size span strong {
  font-weight: 500;
  text-transform: uppercase;
}
.single-materials-temp .container .info .link1 a {
  background: #4a73c7;
  border-radius: 5px;
  padding: 6px 23px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  color: #FFF;
  text-decoration: none;
}
.single-materials-temp .container .info .link2 a {
  background: #c34ac7;
  border-radius: 5px;
  padding: 6px 23px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  color: #FFF;
  text-decoration: none;
}
.single-materials-temp .container .info .link3 a {
  background: #61a866;
  border-radius: 5px;
  padding: 6px 23px;
  display: inline-block;
  font-weight: 500;
  font-size: 14px;
  line-height: 179%;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .single-materials-temp .container .info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1024px) {
  .single-materials-temp .container .info span {
    display: block!important;
  }
}
@media screen and (max-width: 1024px) {
  .single-materials-temp .container .info a {
    display: block!important;
  }
}
@media screen and (max-width: 769px) {
  .single-materials-temp .container .info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.single-materials-temp .container .slider-section {
  position: relative;
}
.single-materials-temp .container .slider-section .mySwiper .swiper-wrapper .swiper-slide {
  height: auto;
  position: relative;
}
.single-materials-temp .container .slider-section .mySwiper .swiper-wrapper .swiper-slide::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  content: "";
  width: 49.01px;
  height: 49.01px;
  background: url(../img/loop.svg);
  opacity: 0;
  pointer-events: none;
}
.single-materials-temp .container .slider-section .mySwiper .swiper-wrapper .swiper-slide img {
  border-radius: 12px;
  width: 100%;
}
.single-materials-temp .container .slider-section .mySwiper .swiper-wrapper .swiper-slide:hover::before {
  opacity: 1;
}
.single-materials-temp .container .slider-section .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: url(../img/str.svg);
  left: -48px;
}
@media screen and (max-width: 1300px) {
  .single-materials-temp .container .slider-section .swiper-button-prev {
    left: 10px;
  }
}
.single-materials-temp .container .slider-section .swiper-button-prev svg {
  display: none;
}
.single-materials-temp .container .slider-section .swiper-button-next {
  width: 38px;
  height: 38px;
  background: url(../img/str.svg);
  right: -48px;
  transform: rotate(180deg);
}
@media screen and (max-width: 1300px) {
  .single-materials-temp .container .slider-section .swiper-button-next {
    right: 10px;
  }
}
.single-materials-temp .container .slider-section .swiper-button-next svg {
  display: none;
}
.single-materials-temp .container .desk {
  padding-top: 55px;
  padding-bottom: 15px;
  text-align: center;
  max-width: 1056px;
  margin-left: auto;
  margin-right: auto;
}
.single-materials-temp .container .desk p {
  font-weight: 500;
  font-size: 15px;
  line-height: 167%;
  color: #333;
  margin-bottom: 25px;
}
.singlecontainer {
  padding-bottom: 175px;
}
.nonmaterials {
  padding: 20px;
  background: #fff7d6;
  margin-bottom: 60px;
  text-align: center;
}
.noaccess {
  padding: 20px;
  background: #fff7d6;
  margin-bottom: 60px;
  text-align: center;
}
.material-success {
  padding: 20px;
  text-align: center;
  background: #c7ffd2;
  margin-bottom: 40px;
}
