@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%;
  }
}

#eissues {
  /*@media screen and (max-width: 700px){
      margin-bottom: 0 !important;
  }*/
}
@media screen and (max-width: 992px) {
  #eissues .eissues-content {
    justify-content: start !important;
  }
}
#eissues .eissues_item {
  width: 201px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1300px) {
  #eissues .eissues_item {
    width: 190px;
  }
}
@media screen and (max-width: 1160px) {
  #eissues .eissues_item {
    width: 170px;
  }
}
@media screen and (max-width: 1024px) {
  #eissues .eissues_item {
    width: 190px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 450px) {
  #eissues .eissues_item {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 576px) {
  #eissues .eissues_item:nth-child(2n+2) {
    margin-right: 0;
  }
}
#eissues .eissues_item_img {
  width: 100%;
  height: 285px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #eissues .eissues_item_img {
    height: 260px;
  }
}
@media screen and (max-width: 1160px) {
  #eissues .eissues_item_img {
    height: 230px;
  }
}
@media screen and (max-width: 1024px) {
  #eissues .eissues_item_img {
    height: 270px;
  }
}
@media screen and (max-width: 412px) {
  #eissues .eissues_item_img {
    height: 250px;
  }
}
@media screen and (max-width: 390px) {
  #eissues .eissues_item_img {
    height: 240px;
  }
}
@media screen and (max-width: 375px) {
  #eissues .eissues_item_img {
    height: 230px;
  }
}
#eissues .eissues_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#eissues .eissues_item_info {
  padding: 20px 9px;
  text-align: center;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #232020;
  min-height: 140px;
}
#eissues .eissues_item_info .name {
  font-weight: 600;
  font-size: 15px;
  line-height: 150%;
  color: #232020;
}
@media screen and (max-width: 1300px) {
  #eissues .eissues_item_info .name {
    font-size: 13px;
  }
}
#eissues .eissues_item_info .name_custom {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #232020;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #eissues .eissues_item_info .name_custom {
    font-size: 14px;
  }
}
#eissues .eissues_item_info .date {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  color: #4B4848;
}
#eissues .eissues_item_info_link a {
  padding: 10px 11px;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #232020;
  font-size: 14px;
  font-weight: 600;
}
#eissues .eissues_item_info_link a.last {
  border-width: 1px 1px 1px 0;
}
#eissues .eissues_item_info_link a:hover {
  background: #5C57EE;
  color: white;
}
#eissues .eissues_item:hover .eissues_item_info {
  border-color: #F79E4E;
}

#methodical .methodical_item {
  /*width: 205px;*/
  margin-bottom: 15px;
  /*@media screen and (max-width: 1300px){
      width: 190px;
  }
  @media screen and (max-width: 1160px){
      width: 170px;
  }
  @media screen and (max-width: 1024px){
      width: 190px;
      margin-right: 15px;
  }
  @media screen and (max-width: 450px){
      width: calc(calc(100% / 2) - 8px);
  }
  &:nth-child(2n + 2){
      @media screen and (max-width: 576px){
          margin-right: 0;
      }
  }*/
}
#methodical .methodical_item_img {
  width: 100%;
  height: 195px;
  position: relative;
  /*@media screen and (max-width: 1300px){
      height: 260px;
  }
  @media screen and (max-width: 1160px){
      height: 230px;
  }
  @media screen and (max-width: 1024px){
      height: 270px;
  }
  @media screen and (max-width: 412px){
      height: 250px;
  }
  @media screen and (max-width: 390px){
      height: 240px;
  }
  @media screen and (max-width: 375px){
      height: 230px;
  }*/
}
#methodical .methodical_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#methodical .methodical_item_info {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #232020;
  height: 100px;
  padding: 15px 10px;
}
#methodical .methodical_item_info .name {
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  color: #232020;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #methodical .methodical_item_info .name {
    font-size: 14px;
  }
}
#methodical .methodical_item:hover .methodical_item_info {
  border-color: #F79E4E;
}
@media screen and (max-width: 990px) {
  #methodical .methodical-content {
    justify-content: start !important;
  }
}

#news .news_item {
  width: 308px;
  margin: 0 25px 25px 0;
}
@media screen and (max-width: 1320px) {
  #news .news_item {
    width: calc(33.3333333333% - 17px);
  }
}
@media screen and (max-width: 1024px) {
  #news .news_item {
    margin: 0 5px 25px 0;
    width: calc(33.3333333333% - 4px);
  }
}
@media screen and (max-width: 992px) {
  #news .news_item {
    margin: 0 10px 25px 0;
    width: calc(50% - 5px);
  }
}
#news .news_item:nth-child(3n+3) {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 992px) {
  #news .news_item:nth-child(3n+3) {
    margin: 0 10px 25px 0;
  }
}
@media screen and (max-width: 992px) {
  #news .news_item:nth-child(2n+2) {
    margin: 0 0 20px 0;
  }
}
#news .news_item_img {
  width: 100%;
  height: 340px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1220px) {
  #news .news_item_img {
    height: 280px;
  }
}
#news .news_item_img_category {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: white;
  background: red;
  z-index: 2;
}
#news .news_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .news_item_info {
  padding: 10px 7px;
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #232020;
  height: 101px;
}
#news .news_item_info .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #232020;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#news .news_item:hover .news_item_info {
  border-color: #F79E4E;
}

.calendar_content {
  position: relative;
}
.calendar_content_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.calendar_content_nav svg:hover {
  cursor: pointer;
  opacity: 0.8;
}
.calendar_content_nav .right {
  transform: rotate(180deg);
}
.calendar_content_month {
  display: none;
}
.calendar_content_month.active {
  display: block;
}
.calendar_content_month p {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #232020;
  padding: 5px 0 0 43px;
  margin: 0 0 20px;
}
.calendar_content_month p span {
  font-weight: 400;
}
.calendar_content_month .days ul li {
  width: 38.14px;
  height: 46.67px;
  text-align: center;
  color: #5C57EE;
  line-height: 46px;
  font-weight: 600;
  font-size: 18px;
}
.calendar_content_month .days ul li.current {
  background: #dfffe1;
}
.calendar_content_month .days ul li.weekends {
  color: #F79E4E;
}
.calendar_content_month .days ul li.day:hover {
  background: #e6f9e7;
}
.calendar_content_month .days ul li a.info {
  display: block;
  width: 100%;
  height: 100%;
  background: #26D9B9;
  color: white;
}
.calendar_content_month .days .days_week li {
  font-weight: 300;
  font-size: 13px;
  color: #4B4848;
}

.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;
}

#lastOrders .lastOrders_item {
  width: 175px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1160px) {
  #lastOrders .lastOrders_item {
    width: 160px;
  }
}
@media screen and (max-width: 1024px) {
  #lastOrders .lastOrders_item {
    width: 190px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 450px) {
  #lastOrders .lastOrders_item {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 576px) {
  #lastOrders .lastOrders_item:nth-child(2n+2) {
    margin-right: 0;
  }
}
#lastOrders .lastOrders_item_img {
  width: 100%;
  height: 275px;
  position: relative;
}
@media screen and (max-width: 1300px) {
  #lastOrders .lastOrders_item_img {
    height: 260px;
  }
}
@media screen and (max-width: 1160px) {
  #lastOrders .lastOrders_item_img {
    height: 230px;
  }
}
@media screen and (max-width: 1024px) {
  #lastOrders .lastOrders_item_img {
    height: 270px;
  }
}
@media screen and (max-width: 412px) {
  #lastOrders .lastOrders_item_img {
    height: 250px;
  }
}
@media screen and (max-width: 390px) {
  #lastOrders .lastOrders_item_img {
    height: 240px;
  }
}
@media screen and (max-width: 375px) {
  #lastOrders .lastOrders_item_img {
    height: 230px;
  }
}
#lastOrders .lastOrders_item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#lastOrders .lastOrders_item_info {
  border-width: 0px 1px 1px 1px;
  border-style: solid;
  border-color: #232020;
  height: 100px;
  padding: 15px 10px;
}
#lastOrders .lastOrders_item_info .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #232020;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #lastOrders .lastOrders_item_info .name {
    font-size: 14px;
  }
}
#lastOrders .lastOrders_item:hover .lastOrders_item_info {
  border-color: #F79E4E;
}
@media screen and (max-width: 990px) {
  #lastOrders .lastOrders-content {
    justify-content: start !important;
  }
}

.temp-banner__content {
  background: #5C57EE;
  color: white;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 2px 8px rgba(92, 87, 238, 0.2);
}
@media screen and (max-width: 768px) {
  .temp-banner__content {
    padding: 20px;
    gap: 12px;
  }
}
@media screen and (max-width: 480px) {
  .temp-banner__content {
    padding: 16px;
    gap: 10px;
  }
}
.temp-banner__icon {
  flex-shrink: 0;
  margin-top: 2px;
}
.temp-banner__icon svg {
  display: block;
}
.temp-banner__text {
  flex: 1;
}
.temp-banner__text-primary {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .temp-banner__text-primary {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .temp-banner__text-primary {
    font-size: 16px;
  }
}
.temp-banner__text-secondary {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  opacity: 0.95;
}
@media screen and (max-width: 768px) {
  .temp-banner__text-secondary {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .temp-banner__text-secondary {
    font-size: 14px;
  }
}

.content {
  margin: 30px auto 0;
}
.content .mailing input {
  width: 100%;
}
.content .info_news_img_block {
  border: 1px solid #232020;
  padding: 20px;
}
@media screen and (max-width: 1280px) {
  .content .info_news_img_block {
    padding: 10px;
  }
}
.content .info_news_img_block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.content .actual_blocks {
  border: 1px solid #DE6A39;
}
.content .actual_blocks .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  color: white;
  padding: 10px 20px;
  background: #DE6A39;
  display: inline-block;
}
.content .actual_blocks_content {
  padding: 0 20px 20px;
}
@media screen and (max-width: 600px) {
  .content .actual_blocks_content {
    flex-wrap: wrap;
  }
}
.content .actual_blocks_item {
  width: 33.3%;
  margin-right: 15px;
}
.content .actual_blocks_item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .content .actual_blocks_item {
    width: 100%;
    margin-right: 0;
  }
}
.content .actual_blocks_item_img {
  width: 100%;
  height: 260px;
}
.content .actual_blocks_item_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.content .actual_blocks_item_info {
  padding: 20px 17px;
  background: #DE6A39;
  min-height: 91px;
}
.content .actual_blocks_item_info .name {
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: white;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.content .actual_blocks_item:hover .actual_blocks_item_info {
  background: #232020;
}
@media screen and (max-width: 768px) {
  .content .blocks {
    transition: all 0.3s linear;
    transform: translateX(150%);
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.75);
    padding: 10px 10px 10px 150px;
    width: 500px;
    z-index: 7;
    height: 100vh;
    overflow-y: scroll;
    box-shadow: -90px 0px 80px 70px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -90px 0px 80px 70px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -90px 0px 80px 70px rgba(0, 0, 0, 0.75);
  }
}
@media screen and (max-width: 768px) {
  .content .blocks.active {
    transform: translateX(0%);
  }
}
@media screen and (max-width: 768px) {
  .content .blocks > div {
    background: white;
  }
}
.content .last_news article {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
.content .last_news article:last-child {
  margin-bottom: 0;
}
.content .last_news article::after {
  position: absolute;
  top: 55%;
  left: -5px;
  transform: translateY(-50%);
  content: "";
  width: 15px;
  height: 15px;
  background: #5C57EF;
  border-radius: 100%;
  display: block;
}
.content .main-materials {
  width: calc(100% - 320px);
  padding-right: 30px;
}
@media screen and (max-width: 800px) {
  .content .main-materials {
    width: 100%;
    padding-right: 0;
  }
}
.content .block-news {
  width: 305px;
}
.content .block-news h5 {
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 800px) {
  .content .block-news {
    width: 100%;
  }
}
.content .owl-carousel-home .owl-stage-outer {
  z-index: 5;
}
@media screen and (max-width: 800px) {
  .content .owl-carousel-home .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
  }
}
.content .owl-carousel-home .owl-stage-outer .owl-stage .owl-item {
  padding-right: 1px;
}
.content .owl-carousel-home .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1370px) {
  .content .owl-carousel-home .owl-nav {
    top: -50px;
    right: 0;
    width: 50px;
  }
}
.content .owl-carousel-home .owl-nav .owl-prev, .content .owl-carousel-home .owl-nav .owl-next {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}
.content .owl-carousel-home .owl-nav .owl-prev span, .content .owl-carousel-home .owl-nav .owl-next span {
  display: none;
}
@media screen and (max-width: 1370px) {
  .content .owl-carousel-home .owl-nav .owl-prev, .content .owl-carousel-home .owl-nav .owl-next {
    width: 15px;
    height: 15px;
  }
}
.content .owl-carousel-home .owl-nav .owl-prev {
  transform: rotate(-45deg);
  left: -25px;
}
@media screen and (max-width: 1370px) {
  .content .owl-carousel-home .owl-nav .owl-prev {
    left: 0;
  }
}
.content .owl-carousel-home .owl-nav .owl-next {
  transform: rotate(135deg);
  right: -25px;
}
@media screen and (max-width: 1370px) {
  .content .owl-carousel-home .owl-nav .owl-next {
    right: 0;
  }
}
.content .owl-carousel-home .owl-dots {
  margin-top: 15px;
  text-align: center;
}
.content .owl-carousel-home .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  border-radius: 100%;
  margin: 0 5px;
  background: #fff;
}
.content .owl-carousel-home .owl-dots .owl-dot.active {
  background: #DE6A39;
  border: 1px solid #DE6A39;
}
.content .eissues_item {
  margin-right: 14px;
}
.content .eissues_item:last-child {
  margin-right: 0;
}

@media screen and (max-width: 425px) {
  #eissues .eissues_item {
    width: calc(50% - 8px);
  }
  #eissues .eissues_item:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767.98px) {
  #eissues .col-12.col-md-6 {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .mg-gap-2 {
    gap: 2rem;
  }
}

.magazine-card {
  overflow: hidden;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 768px) {
  .magazine-card {
    flex-direction: row;
    align-items: stretch;
  }
}
.magazine-card .magazine-cover {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
  background: #fff;
  position: static;
  padding-top: 0;
}
.magazine-card .magazine-cover img {
  position: static;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
  display: block;
  background-color: #fff;
}
@media (min-width: 768px) {
  .magazine-card .magazine-cover {
    position: static;
    padding-top: 0;
    flex: 0 0 220px;
    max-width: 260px;
    width: auto;
  }
  .magazine-card .magazine-cover img {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
.magazine-card .magazine-content {
  flex: 1;
  color: #fff;
  padding: 1.9rem !important;
  min-height: 280px;
}
@media (min-width: 768px) {
  .magazine-card .magazine-content {
    padding: 3rem;
  }
}
.magazine-card .magazine-content .magazine-meta {
  min-height: 0;
}
.magazine-card .magazine-content .magazine-date {
  font-size: 1.3rem;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .magazine-card .magazine-content .magazine-date {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
  }
}
.magazine-card .magazine-content .magazine-type {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: lighter;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .magazine-card .magazine-content .magazine-type {
    font-size: 1.2rem;
  }
}
.magazine-card .magazine-content .magazine-title {
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 1.2rem;
  color: #fff;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .magazine-card .magazine-content .magazine-title {
    margin-bottom: 0.75rem;
    margin-top: 0.6rem;
    font-size: 2rem;
  }
}
.magazine-card .magazine-content .btn {
  border-radius: 30px;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  white-space: nowrap;
  font-size: 1.05rem;
}
.magazine-card .magazine-content .btn:not(:last-child) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .magazine-card .magazine-content .btn {
    font-size: 1.1rem;
  }
}
@media (max-width: 450px) {
  .magazine-card .magazine-content .mg-abone-section {
    flex-direction: column;
  }
}
.magazine-card .magazine-content .magazine-title {
  margin-bottom: 0.35rem;
}
.magazine-card .magazine-content .magazine-type {
  margin-top: 0.15rem;
}
.magazine-card .magazine-content .d-flex {
  flex-wrap: wrap;
  gap: 0.4rem;
}
@media (max-width: 575.98px) {
  .magazine-card .magazine-content .d-flex .btn {
    flex: 1 1 calc(50% - 0.25rem);
    min-width: 0;
    justify-content: center;
    text-align: center;
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
  }
  .magazine-card .magazine-content .d-flex .btn-light,
  .magazine-card .magazine-content .d-flex .btn-outline-light {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#lastOrders .lastOrders_item_img {
  height: 235px;
}

.products_item_img {
  height: 290px;
}

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;
}
