@font-face {
  font-family: "Barlow";
  src: local("Barlow SemiBold"), local("Barlow-SemiBold"), url(/fonts/Barlow-SemiBold.ttf?16de57b3e6d20bb37bc81e3d8f2611ac) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: local("Barlow Medium"), local("Barlow-Medium"), url(/fonts/Barlow-Medium.ttf?b5b371957653659de5fb0c81f071e34b) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: local("Barlow Light"), local("Barlow-Light"), url(/fonts/Barlow-Light.ttf?5a58255d8988557ff8ec9bb494fd8b1f) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Barlow";
  src: local("Barlow Regular"), local("Barlow-Regular"), url(/fonts/Barlow-Regular.ttf?f4b910214f557c4ad66ec1091b5211c6) format("truetype");
  font-weight: 400;
  font-style: normal;
}
body {
  font-family: "Barlow", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  background: #fff;
  cursor: default;
  height: 100%;
  position: relative;
  margin: 0;
}

li, ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background: #5C57EE;
}

::-webkit-scrollbar-thumb:hover {
  background: #5C57EE;
}

::-webkit-scrollbar-track {
  background: #B1B1B1;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #5C57EE;
}

.container-fluid {
  max-width: 1330px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-10 {
  margin: 0 0 10px;
}

.mb-15 {
  margin: 0 0 15px;
}

.mb-20 {
  margin: 0 0 20px;
}

.mb-30 {
  margin: 0 0 30px;
}

.mt-30 {
  margin: 30px 0 0;
}

#main {
  padding: 30px 0;
}

h1, h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 120%;
  color: #211E64;
  margin: 0 0 30px;
}
@media screen and (max-width: 1024px) {
  h1, h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 900px) {
  h1, h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  h1, h2 {
    font-size: 26px;
  }
}

h3 {
  font-weight: 600;
  font-size: 25px;
  line-height: 150%;
  color: #232020;
  margin: 0;
}

h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #232020;
}
@media screen and (max-width: 1024px) {
  h4 {
    font-size: 18px;
    line-height: 120%;
  }
}

.input {
  padding: 13px 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #232020;
}

.btn-skola, .btn-skola-post {
  padding: 10px 15px;
  background: white;
  border: 1px solid #232020;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #232020;
  display: inline-block;
}
.btn-skola:hover, .btn-skola-post:hover {
  background: #5C57EE;
  color: white;
}
.btn-skola.arrow_left svg, .btn-skola-post.arrow_left svg {
  margin-right: 10px;
}
.btn-skola.arrow_left:hover, .btn-skola-post.arrow_left:hover {
  background: transparent;
  color: #5C57EE;
}

.btn-skola-post {
  background: #4B4848;
  border: 1px solid #232020;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: white;
  text-align: center;
  padding: 18px 15px;
}
.btn-skola-post:hover {
  background: #5F5C5C;
}
.btn-skola-post.type_1 {
  background: #5C57EE;
}
.btn-skola-post.type_1:hover {
  background: #211E64;
}
.btn-skola-post.type_2 {
  background: #F79E4E;
  color: #232020;
}
.btn-skola-post.type_2:hover {
  background: #5C57EE;
  color: white;
}
.btn-skola-post.type_3 {
  background: transparent;
  color: #5C57EE;
  font-weight: 400;
  border: 1px solid transparent;
  padding: 0;
}
.btn-skola-post.type_3:hover {
  font-weight: 600;
}
@media screen and (max-width: 1140px) {
  .btn-skola-post {
    padding: 13px 10px;
    font-size: 16px;
  }
}

.block_title {
  background: #DE6A39;
  border-width: 3px 0px 0px 3px;
  border-style: solid;
  border-color: #DE6A39;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: white;
  padding: 10px 20px;
}
.block_content {
  padding: 20px;
  border: 1px solid #232020;
}
.block_content img {
  max-width: 100%;
}
@media screen and (max-width: 1140px) {
  .block_content {
    padding: 10px;
  }
}

.navbar-toggler {
  padding: 0;
  width: 30px;
}
.navbar-toggler span {
  display: block;
  height: 2px;
  width: 100%;
  background: black;
  margin: 4px 0;
}

.blocks {
  width: 310px;
}

.main {
  width: calc(100% - 325px);
}
@media screen and (max-width: 800px) {
  .main {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
  }
}

.open-left-widget {
  display: none;
  position: fixed;
  right: 0;
  top: 45%;
  width: 20px;
  height: 20px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #ddd;
  background: #eee;
  z-index: 8;
}
.open-left-widget svg.cl-1, .open-left-widget svg.cl-2 {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 2px;
}
.open-left-widget svg.cl-2 {
  left: 8px;
}
@media screen and (max-width: 768px) {
  .open-left-widget {
    display: block;
  }
}

.custom-check {
  position: relative;
}
.custom-check .checkmark {
  width: 14px;
  height: 13px;
  position: relative;
  display: block;
  background: white;
  border: 1px solid #232020;
  margin-right: 10px;
  pointer-events: none;
}
.custom-check span:not(.checkmark) {
  display: block;
  width: calc(100% - 22px);
}
.custom-check input {
  position: absolute;
  left: 0;
  top: 0;
  width: 14px;
  height: 13px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.custom-check input:checked + .checkmark {
  background: #5C57EE;
  border: 1px solid #5C57EE;
}
.custom-check input:checked + .checkmark:after {
  background: url(/images/check.svg?46142e8ca386c10f22cfa6006e0a11ba) no-repeat;
  background-size: 10px;
  content: "";
  display: block;
  height: 10px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 12px;
  z-index: 2;
}

.pagination_2 p {
  margin: 0;
}
.pagination_2 a {
  color: #232020 !important;
}
.pagination_2 a:focus {
  box-shadow: none;
}
.pagination_2 .active span {
  background-color: #F79E4E !important;
  border-color: #F79E4E !important;
  color: #232020 !important;
}

.socials_title {
  font-weight: 600;
  font-size: 16px;
}

#loaded {
  visibility: hidden;
}
#loaded.active {
  visibility: visible;
}

#message * {
  color: white;
}

.copyright-es {
  padding: 40px 30px;
}
@media screen and (max-width: 475px) {
  .copyright-es {
    padding: 40px 15px;
  }
}
.copyright-es p {
  width: 50%;
  margin-bottom: 20px;
  line-height: 140%;
}
@media screen and (max-width: 1024px) {
  .copyright-es p {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .copyright-es p {
    width: 100%;
  }
}
.copyright-es img {
  width: 200px;
}

.header {
  background: #5C57EE;
  color: white;
}
.header .logo:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1060px) {
  .header .logo {
    margin-right: 30px;
  }
}
@media screen and (max-width: 992px) {
  .header .logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .header .logo svg {
    width: 150px;
  }
}
@media screen and (max-width: 425px) {
  .header .logo svg {
    height: 80px;
  }
}
.header svg.info-logo {
  width: 320px;
}
@media screen and (max-width: 900px) {
  .header svg.info-logo {
    display: none;
  }
}
.header .h-info {
  font-weight: 700;
}
.header .h-info a {
  color: white;
}
.header .h-info p {
  font-size: 13px;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .header .h-info {
    font-size: 15px;
  }
}
@media screen and (max-width: 596px) {
  .header .h-info {
    display: none;
  }
}
.header_board {
  height: 100px;
}
@media screen and (max-width: 425px) {
  .header_board {
    height: 80px;
  }
}
.header_board .login, .header_board .basket, .header_board .phone-nr {
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 8px;
}
@media screen and (max-width: 1260px) {
  .header_board .login, .header_board .basket, .header_board .phone-nr {
    padding: 0 5px;
  }
}
.header_board .basket_count {
  width: 27px;
  height: 27px;
  background: #f0f0f0;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  color: #232020;
}
.header_board .basket_count.empty {
  background: #fff;
}
@media screen and (max-width: 992px) {
  .header_board_profile {
    display: none !important;
  }
}
.header_board_profile a, .header_board_profile .phone-nr {
  /*&:hover{
      background: $header_hover;
  }*/
  text-transform: none;
  font-size: 16px;
}
@media screen and (max-width: 1360px) {
  .header_board_profile a p, .header_board_profile .phone-nr p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1260px) {
  .header_board_profile a p, .header_board_profile .phone-nr p {
    font-size: 14px;
  }
}
.header_board_profile a p.mob-title, .header_board_profile .phone-nr p.mob-title {
  font-weight: 400;
  font-size: 13px;
}
.header_board_profile .phone-nr a {
  color: #fff;
}
.header nav {
  height: 62px;
  background-color: #F79E4E;
}
.header nav .menu {
  position: relative;
}
@media screen and (max-width: 992px) {
  .header nav .menu #navbar {
    position: absolute;
    width: 600px;
    top: 0;
    left: -1px;
    background: #F79E4E;
    z-index: 9;
  }
}
@media screen and (max-width: 768px) {
  .header nav .menu #navbar {
    width: calc(100% + 32px);
    top: -8px;
  }
}
.header nav li {
  position: relative;
  z-index: 1;
  height: 62px;
}
@media screen and (max-width: 992px) {
  .header nav li {
    height: 50px;
  }
}
.header nav li.js-menu-arrow.active > ul {
  display: block;
}
@media screen and (max-width: 992px) {
  .header nav li.js-menu-arrow.active {
    height: auto;
  }
}
.header nav li a {
  font-weight: 600;
  font-size: 17px;
  line-height: 120%;
  text-transform: uppercase;
  color: #232020;
  height: 100%;
  padding: 0 15px !important;
}
.header nav li a:hover, .header nav li a.active {
  background: #5C57EE;
  color: white;
}
@media screen and (max-width: 1380px) {
  .header nav li a {
    padding: 0 5px !important;
    font-size: 15px;
  }
}
@media screen and (max-width: 1120px) {
  .header nav li a {
    padding: 0 5px !important;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  .header nav li a {
    font-size: 18px;
    padding: 0 15px !important;
  }
}
.header nav li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 62px;
  width: 100%;
  min-width: 200px;
}
.header nav li ul li {
  background: #F79E4E;
}
@media screen and (max-width: 992px) {
  .header nav li ul li {
    background: #B1B1B1;
  }
}
@media screen and (max-width: 992px) {
  .header nav li ul {
    top: auto;
    left: auto;
    position: static;
  }
}
@media screen and (max-width: 992px) {
  .header nav li.js-menu-arrow.active > a {
    height: 50px;
  }
}
.header nav.other {
  background: #E38A3A;
}
.header nav.other li a {
  font-size: 16px;
}
@media screen and (max-width: 992px) {
  .header nav.other li a {
    font-size: 14px;
    padding: 0 5px !important;
  }
}
@media screen and (max-width: 768px) {
  .header nav.other li a {
    font-size: 13px;
  }
}
.header .profile {
  display: none;
}
@media screen and (max-width: 992px) {
  .header .profile {
    display: flex !important;
  }
}
@media screen and (max-width: 425px) {
  .header .profile p {
    font-size: 14px;
  }
}
.header .profile_menu {
  display: none;
  background: black;
  top: 75px;
  right: -15px;
  z-index: 1;
  padding: 5px 0;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  .header .profile_menu {
    width: 200px;
  }
}
.header .profile_menu .login, .header .profile_menu .basket, .header .profile_menu .phone-nr {
  font-size: 15px;
  padding: 0 20px 0 15px;
  margin: 10px 0;
}
.header .profile_menu .basket_count {
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.header .profile_menu a:hover {
  background: transparent;
}
.header .button-mobile {
  display: none;
  width: 20px;
  height: 20px;
  margin-left: 15px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header .button-mobile span {
  width: 100%;
  height: 2px;
  background: white;
  display: block;
}
@media screen and (max-width: 992px) {
  .header .button-mobile {
    display: flex;
  }
}

.menu-global {
  z-index: 99;
}
@media screen and (max-width: 992px) {
  .menu-global {
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
    width: 100%;
    z-index: 9;
  }
}
@media screen and (max-width: 425px) {
  .menu-global {
    top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .menu-global .row {
    width: 100%;
  }
}

footer {
  background: #F79E4E;
  padding: 25px 0;
}
@media screen and (max-width: 510px) {
  footer {
    padding: 15px 0;
  }
}
footer .logo:hover {
  opacity: 0.8;
}
footer .phones {
  margin: 10px 0;
}
footer .phones a {
  font-weight: 300;
  font-size: 18px;
}
footer .phones a span {
  font-weight: 400;
  line-height: 110%;
  color: #232020;
}
footer .phones a:hover span {
  color: #5C57EE;
}
footer .phones img {
  width: 16px;
}
footer .socials {
  margin: 10px 0;
}
footer .socials a {
  margin-right: 10px;
}
footer .socials a:hover path {
  fill: white;
}
footer .socials a:hover rect {
  stroke: white;
}
footer .copyright {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #232020;
}
footer .line {
  -moz-column-count: 3;
  column-count: 3;
}
footer .line span {
  border-bottom: 1px solid #232020;
  width: calc(100% - 20px);
  display: block;
}
footer ul {
  -moz-column-count: 3;
  column-count: 3;
}
footer ul li {
  padding: 10px 15px 10px 30px;
  border-bottom: 1px solid #232020;
  margin-right: 20px;
  flex: 1 0 25%;
}
footer ul li.big {
  padding: 37.5px;
}
footer ul li {
  /*&:last-child, &:nth-child(2n+2){
      border-bottom: 1px solid $text_header;
  }*/
}
footer ul li a {
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #232020;
}
footer ul li a:before {
  position: absolute;
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid;
  border-right: 5px solid;
  transform: rotate(45deg);
  left: -33px;
  top: calc(50% - 5px);
}
footer .address strong {
  font-weight: 700;
  font-size: 17px;
}
footer .address > * {
  font-size: 16px;
}
@media screen and (max-width: 1110px) {
  footer .menu_footer {
    flex: 0 0 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 510px) {
  footer .menu_footer {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 1110px) {
  footer .menu_footer .line {
    display: none;
  }
}
@media screen and (max-width: 1110px) {
  footer .menu_footer ul {
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media screen and (max-width: 1110px) {
  footer .menu_footer ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1110px) {
  footer .menu_footer ul li {
    padding: 10px 10px 10px 28px;
  }
}
@media screen and (max-width: 1110px) {
  footer .menu_footer ul li.big {
    padding: 10px 10px 10px 28px;
  }
}
footer .info_company {
  padding-left: 0px;
}
@media screen and (max-width: 1110px) {
  footer .info_company {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
@media screen and (max-width: 510px) {
  footer .info_company {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
  }
}
@media screen and (max-width: 1110px) {
  footer .info_company .phones a {
    font-size: 20px;
  }
}
@media screen and (max-width: 1110px) {
  footer .info_company .address strong {
    font-size: 16px;
  }
}
@media screen and (max-width: 1110px) {
  footer .info_company .address a, footer .info_company .address p {
    font-size: 15px;
  }
}
footer .info_company .logo svg {
  width: 180px;
}

.modal_v2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}
.modal_v2_body {
  padding: 50px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  width: 400px;
}
@media screen and (max-width: 425px) {
  .modal_v2_body {
    padding: 20px;
    width: 320px;
  }
}
.modal_v2_body.normal {
  width: 600px;
}
.modal_v2_title {
  font-weight: 600;
  font-size: 25px;
  line-height: 150%;
  color: #232020;
  margin: 0 0 25px;
}
.modal_v2_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background: #232020;
}
.modal_v2_close:hover {
  opacity: 0.8;
  cursor: pointer;
}
.modal_v2 .dsc {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4B4848;
}
.modal_v2 .name {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #232020;
  margin: 0 0 5px;
}
.modal_v2 input {
  width: 100%;
}
.modal_v2 .info {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #4B4848;
  display: block;
}
.modal_v2 .padding-13 {
  padding: 13px;
}

.auth_modal .modal_v2_close {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  right: -10px;
  top: -15px;
}
.auth_modal .modal_v2_body {
  background: #F79E4E;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.auth_modal .modal_v2_title {
  margin: 0 0 20px;
}
.auth_modal .modal_v2_content input {
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  padding: 12px 22px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #4B4848;
  border: 0;
  outline: 0;
  width: 100%;
}
.auth_modal .modal_v2_content a {
  color: #232020;
}
.auth_modal .modal_v2_content a:hover {
  color: #5C57EE;
}
.auth_modal .error {
  font-weight: 700;
  color: red;
}

#main {
  min-height: calc(100vh - 567px);
}
