header {
  position: relative;
  z-index: 3;
}
header .hdrs-content {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 0;
}
header .hdrs_row {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
header .hdrs_row .hdrs-left_s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  -ms-flex-preferred-size: 70%;
  flex-basis: 70%;
}
@media screen and (max-width: 1199px) {
  header .hdrs_row .hdrs-left_s {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
header .hdrs_row .hdrs-left_s .logo-block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width: 1199px) {
  header .hdrs_row .hdrs-left_s .logo-block {
    max-width: 170px;
  }
  header .hdrs_row .hdrs-left_s .logo-block img {
    max-width: none;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  header .hdrs_row .hdrs-left_s .logo-block {
    max-width: 170px;
  }
  header .hdrs_row .hdrs-left_s .logo-block img {
    max-width: none;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
header .hdrs_row .hdrs-left_s .hdrs-search-side {
  position: relative;
  display: block;
  max-width: 290px;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  header .hdrs_row .hdrs-left_s .hdrs-search-side {
    display: none;
  }
}
header .hdrs_row .hdrs-left_s .hdrs-search-side .icon-group {
  position: relative;
}
header .hdrs_row .hdrs-left_s .hdrs-search-side .icon-group .ico-sarch {
  position: absolute;
  top: 15px;
  right: -10px;
}
header .hdrs_row .hdrs-left_s .hdrs-search-side .icon-group .sfield {
  background: #ffffff;
  border-radius: 24px;
  border: 0;
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  border-radius: 8px;
  border: 1px solid rgba(29, 31, 33, 0.8);
  padding: 12px 20px;
  width: calc(100% - 10px);
}
header
  .hdrs_row
  .hdrs-left_s
  .hdrs-search-side
  .icon-group
  .sfield::-webkit-input-placeholder {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
header
  .hdrs_row
  .hdrs-left_s
  .hdrs-search-side
  .icon-group
  .sfield::-moz-placeholder {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
header
  .hdrs_row
  .hdrs-left_s
  .hdrs-search-side
  .icon-group
  .sfield:-ms-input-placeholder {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
header
  .hdrs_row
  .hdrs-left_s
  .hdrs-search-side
  .icon-group
  .sfield::-ms-input-placeholder {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
header
  .hdrs_row
  .hdrs-left_s
  .hdrs-search-side
  .icon-group
  .sfield::placeholder {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}
header .hdrs_row .hdrs-left_s .hdrs-nav {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .hdrs_row .hdrs-left_s .hdrs-nav ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
header .hdrs_row .hdrs-left_s .hdrs-nav ul li {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .hdrs_row .hdrs-left_s .hdrs-nav ul li a {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #212423;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 12px 30px;
  display: block;
}
@media screen and (max-width: 768px) {
  header .hdrs_row .hdrs-left_s .hdrs-nav ul li a {
    padding: 0;
  }
}
header .hdrs_row .hdrs-left_s .hdrs-nav ul li a:hover {
  color: #000;
}
header .hdrs_row .hdrs-left_s .hdrs-nav ul li a.active {
  background: linear-gradient(112.21deg, #73c1ff 0%, #6ba6ff 112.2%);
  border-radius: 16px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1b5d78;
}
@media screen and (max-width: 768px) {
  header .hdrs_row .hdrs-left_s .hdrs-nav ul li a.active {
    display: none;
  }
}
header .hdrs_row .hdrs-left_s .hdrs-nav ul li a.active:hover {
  color: #212423;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#73c1ff),
    color-stop(90%, #6ba6ff)
  );
  background: linear-gradient(90deg, #73c1ff 0%, #6ba6ff 90%);
}
header .hdrs_row .hdrs-right_s ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
header .hdrs_row .hdrs-right_s ul li a {
  color: #212423;
  text-decoration: none;
  white-space: nowrap;
}
header .hdrs_row .hdrs-right_s ul li a.btn-primary {
  color: #fff;
}
header .hdrs_row .hdrs-right_s .lang-box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
header .hdrs_row .hdrs-right_s .lang-box .current-lang {
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #212423;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
header .hdrs_row .hdrs-right_s .lang-box .lang-lst {
  position: absolute;
  z-index: 1;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: none;
  opacity: 0;
}
header .hdrs_row .hdrs-right_s .lang-box .lang-lst ul {
  background: #fafbfd;
  -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12),
    0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12),
    0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  list-style: none;
  margin: 0;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 0 0;
  margin-top: 25px;
}
header .hdrs_row .hdrs-right_s .lang-box .lang-lst ul li a {
  color: #1d1f21;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  padding: 5px 15px;
}
header .hdrs_row .hdrs-right_s .lang-box .lang-lst ul li a:hover {
  background: #eaf8ff;
}
header .hdrs_row .hdrs-right_s .lang-box:hover .lang-lst {
  display: block;
  opacity: 1;
}
header .hdrs_row .hdrs-right_s .lang-icon {
  max-width: 24px;
  height: 36px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  header .hdrs_row .hdrs-right_s {
    display: none;
  }
}
header .lin-box {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .lin-box .btn-filled {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #212423;
  background-color: transparent;
  border: 1px solid rgba(33, 36, 35, 0.3);
  border-radius: 16px;
  padding: 10px 30px 12px;
  line-height: normal;
  cursor: pointer;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .lin-box .btn-filled:hover {
  color: #1d1f21;
  background: linear-gradient(112.21deg, #73c1ff 0%, #6ba6ff 112.2%);
}
header .header-primary {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
  border-top: 1px solid rgba(33, 36, 35, 0.3);
  border-bottom: 1px solid rgba(33, 36, 35, 0.3);
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  header .header-primary {
    display: none;
  }
}
header .header-primary ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
header .header-primary ul li a {
  color: #1d1f21;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header .header-primary ul li a:hover {
  color: #73c1ff;
}
header .header-primary ul li .curr-lang {
  overflow: hidden;
}
header .header-primary select {
  padding: 0;
  border: 0;
  margin: 0;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #1d1f21;
  cursor: pointer;
}
header .header-primary .clbel {
  padding: 0;
}
header .header-primary .clbel:after {
  content: '';
  background-image: url("data:image/svg+xml, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 8.99988L12 14.9999L6 8.99988' stroke='%23333B42' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
header .header-primary .clbel.on:after {
  background-image: url("data:image/svg+xml, %3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 8.99988L12 14.9999L6 8.99988' stroke='%2316BFFD' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.toggle-mnu {
  width: 40px;
  height: 40px;
  display: none;
}
@media screen and (max-width: 1199px) {
  .toggle-mnu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 2;
  }
}

.toggle-mnu span:after,
.toggle-mnu span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
}

.toggle-mnu span:after {
  top: 18px;
}

.toggle-mnu span {
  position: relative;
  display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
  width: 100%;
  height: 3px;
  background: #73c1ff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 4px;
}

.toggle-mnu.on span {
  background-color: transparent;
}

.toggle-mnu.on span:before {
  -webkit-transform: rotate(45deg) translate(-1px, 0px);
  transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
  -webkit-transform: rotate(-45deg) translate(6px, -7px);
  transform: rotate(-45deg) translate(6px, -7px);
}
.mobile-toogle {
  display: none;
}
@media screen and (max-width: 1199px) {
  .mobile-toogle {
    display: block;
  }
}

.notification-container {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  max-width: 100%;
}

.notification {
  height: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 20px);
  padding: 0 10px;
  background-color: black;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: height 2s;
}

.notification-content {
  font-size: 16px;
  font-weight: 500;
}
