@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body.single main {
  margin-bottom: 2rem;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.5);
}

button.mfp-close {
  opacity: 1;
  top: 0 !important;
  right: 0 !important;
  transform: translate(100%, -100%);
  padding: 0 !important;
  width: 24px !important;
  height: 24px;
  font-size: 0;
  background: url("../img/icons/akar-icons_cross.svg") center/100% auto no-repeat;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: auto;
}

img.mfp-img {
  padding: 0;
}

.mfp-figure:after {
  display: none;
}

a, button {
  display: inline-block;
  transition: all 0.2s;
  color: inherit;
  cursor: pointer;
}

a:hover, button:hover {
  text-decoration: none;
}

a:focus, button:focus {
  outline: 0;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

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

ul a, ol a {
  display: inline-block;
}

label {
  position: relative;
  display: block;
  margin: 0;
}

input, textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  outline: none;
  color: #000;
  transition: 0.1s;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  overflow: visible;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  overflow: visible;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  overflow: visible;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  overflow: visible;
  opacity: 1;
}

input:focus, textarea:focus {
  border-color: #333333;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

input, textarea, select {
  color: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

input:focus {
  box-shadow: none;
}

textarea {
  -ms-overflow-style: none;
}

b, strong {
  font-weight: 700;
}

strong a {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
h2{
  font-size: 27px;
  margin: 41px 0 16px;
}
h3{
  font-size: 22px;
}
.s-article__content strong,.s-article__content b{
  font-weight: 600;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.pages_list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  margin: 0 auto;
  max-width: -webkit-min-content;
  max-width: -moz-min-content;
  max-width: min-content;
  min-height: 100vh;
  font-size: 20px;
  white-space: nowrap;
}

.pages_list li {
  margin: 0 0 10px;
  width: 100%;
}

html {
  margin-top: 0 !important;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: calc(28/18 * 1em);
  color: #000;
  background: #fff;
  overflow-x: hidden;
}

.of-img {
  position: relative;
}

.of-img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 1202px;
}

.army-help {
  display: block;
  font-size: 0;
  text-align: center;
  background: #839A86;
}

.army-help img.desktop-army-img {
  max-height: 40px;
}

.army-help img.mobile-army-img {
  display: none;
}

.header {
  position: relative;
  margin: 0 0 10px;
  box-shadow: 0 .2857142857rem 1.5rem #0000000a;
}

.header__box {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  align-items: center;
}
.header__box > button {
  display: none;
}
.header__box > a {
  font-size: 16px;
}

.header__logo {
  max-width: 100%;
  flex-shrink: 0;
}

.header__menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  gap: 5px;
  width: 23px;
  height: 23px;
}

.header__menu-btn span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: black;
}

.header__left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  max-width: 120px;
}

.d-flex {
  display: flex;
}

.header__left .header__menu-btn {
  display: none;
}

.header__left .header__lang {
  display: none;
}

.header__nav {
  display: flex;
}

.header_actions {
  display: flex;
  align-items: center;
}

.boxshadow_block {
  position: absolute;
  top: 0;
  width: 100%;
  height: 20px;
  margin-top: -20px;
  z-index: 999999;
  left: 0;
  right: 0;
  box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.07);
}

select.pll-switcher-select:hover {
  background-color: white;
}

.header__menu > li > a {
  font-size: 17px;
  font-weight: 500;
}

.header__menu > li > ul a {
  font-size: 16px;
  line-height: 18px;
}

.header__menu li a:hover {
  text-decoration: none;
}

.header__nav .header__logo {
  display: none;
}

.header__menu > li {
  margin: 0px 12.5px;
}

.header__lang {
  position: relative;
  margin: 0 0 0 21px;
  padding: 4px 14px 4px 4px;
  border: 0;
  outline: 0;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
  background: url("../img/icons/langs-arrow.svg") right center/10px auto no-repeat;
  transition: 0.2s;
  cursor: pointer;
}

.header__lang:hover {
  background-color: #eee;
}

.header__lang option {
  background: #fff;
}

.header__login {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 32px;
  padding: 0 14px;
  height: 39px;
  border-radius: 19px;
  font: 16px/1.2 "Montserrat";
  color: #FFFFFF;
  background: linear-gradient(360deg, #F26904 0%, #FFAA2C 100%);
  box-shadow: 0px 5px 10px rgba(244, 102, 0, 0.3);
}

.header__login:hover {
  opacity: 0.8;
}

.top-nav {
  display: grid;
  grid-template-columns: auto 300px;
  row-gap: 10px;
  align-items: center;
  margin: 0 0 35px;
  padding: 10px 30px;
  min-height: 60px;
  border-radius: 30px;
  background: #F5F5F5;
  box-shadow: 2px 2px 7px #DBDBDB;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 50px;
  column-gap: 50px;
  font-size: 15px;
  line-height: 1.33;
  color: #979797;
}

.crumbs li {
  position: relative;
}

.crumbs li:before {
  content: "";
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: url("../img/icons/crumbs-arrow.svg") center/20px auto no-repeat;
}

.crumbs li:last-child {
  margin: 0;
}

.crumbs li:last-child:before {
  display: none;
}

.crumbs li > * {
  padding: 5px 0;
}

.crumbs a {
  color: #000000;
}

.crumbs a:hover {
  text-decoration: underline;
}

.share {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 15px;
  column-gap: 15px;
  font-size: 15px;
  line-height: 1.33;
  color: #979797;
}

.share > span {
  display: block;
}

.socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 11px;
}

.socials img {
  max-width: 24px;
  width: 24px;
}

.socials._2 {
  gap: 20px;
}

.socials._2 img {
  width: 35px;
  max-width: none;
}

.page-title-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 0 20px;
}

.page-title-box .page-title {
  margin: 0;
}

.page-title {
  margin: 0 0 20px;
  font: 700 40px/1.25 "Montserrat";
}

.search-form {
  position: relative;
  margin: 5px 0 0 5px;
  width: 352px;
  max-width: 100%;
  height: 40px;
}

.search-form__input {
  width: 100%;
  height: 100%;
  padding: 0 50px 0 48px;
  border: 1px solid #CDCDCD;
  border-radius: 100px;
  font: 15px/1 "Montserrat";
  background: #FFFFFF url("../img/icons/search.svg") 18px center/20px auto no-repeat !important;
}

.search-form__input::-webkit-input-placeholder {
  color: #979797;
}

.search-form__input:-moz-placeholder {
  color: #979797;
}

.search-form__input::-moz-placeholder {
  color: #979797;
}

.search-form__input:-ms-input-placeholder {
  color: #979797;
}

.search-form__submit {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: url("../img/icons/fi_arrow-right.svg") 5px center/24px auto no-repeat;
}

.categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-column-gap: 42px;
  column-gap: 42px;
  row-gap: 5px;
  margin: 24px 0 52px;
  font: 15px/1.33 "Montserrat";
}

.categories li {
  position: relative;
  padding: 0 0 6px;
}

.categories li._active {
  pointer-events: none;
}

.categories li._active:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  width: 100%;
  height: 6px;
  border-radius: 100px;
  background: linear-gradient(180deg, #F6A500 0%, #F16600 100%);
  box-shadow: 0px 5px 10px rgba(244, 102, 0, 0.3);
}

.categories a {
  padding: 10px 0;
}

.categories a:hover {
  color: #f16600;
  text-decoration: underline;
}

.articles-box {
  margin: 0 0 50px;
}

.articles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  -moz-column-gap: 14px;
  column-gap: 14px;
  row-gap: 15px;
}

.article {
  position: relative;
  padding: 20px 20px 46px 20px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px #DBDBDB;
}

.article > * {
  width: 100%;
}

.article__img {
  display: block;
  margin: 0 0 15px;
  aspect-ratio: 341/205;
}

.article__img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.article__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 15px;
  height: 3.96em;
  font: 700 19px/1.32 "Montserrat";
  color: rgba(0, 0, 0, 0.87);
  overflow: hidden;
}

.article__title:hover a {
  color: #f16600;
}

.article__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 15px;
}

.article__tags a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  height: 24px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  background: #F9EBE1;
}

.article__tags a:hover {
  background: #f1cfb7;
}

.article__info {
  display: grid;
  grid-template-columns: auto 100px;
  align-items: center;
  margin: 0 0 25px;
}

.article__info._2 {
  position: absolute;
  left: 50%;
  top: calc(100% - 46px);
  transform: translate(-50%);
  margin: 0;
  width: calc(100% - 40px);
}

.article__info._2 .article__date {
  font-size: 12px;
}

.article__author {
  position: relative;
  padding: 0 0 0 36px;
  height: 26px;
  font: 15px/26px "Montserrat";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #F16600;
}

.article__author img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
}

.article__author._2 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding: 0 0 0 60px;
  height: 45px;
  line-height: 20px;
}

.article__author._2 img {
  width: 45px;
  height: 45px;
}

.article__author._2 b {
  display: block;
  width: 100%;
  font-weight: 700;
  color: #000;
}

.article__date {
  font: 15px/20px "Montserrat";
  white-space: nowrap;
  text-align: right;
  color: #9B9B9B;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  grid-column: 1 / span 3;
  margin: 36px 0 0;
}

.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  font-size: 15px;
  line-height: 1;
}

.pagination a._active {
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(360deg, #F26904 0%, #FFAA2C 100%);
  box-shadow: 0px 5px 10px rgba(244, 102, 0, 0.3);
  pointer-events: none;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination__arrow {
  position: relative;
  margin: 0 5px;
  font-size: 0 !important;
  background: url("../img/icons/pagination-arrow.svg") center/24px auto no-repeat;
}

.pagination__arrow._unative {
  background-image: url("../img/icons/pagination-arrow-grey.svg");
}

.pagination__arrow._next {
  transform: rotate(180deg);
}

.try {
  display: grid;
  grid-template-columns: 37.6% 62.4%;
  align-items: center;
  padding: 33px 62px 32px 120px;
  border-radius: 16px;
  background: url("../img/try/bg-1.svg") 0px 0px/171px auto no-repeat, url("../img/try/bg-2.svg") 100% 81px/198px auto no-repeat, #F16600;
}

.try__text {
  color: #FFFFFF;
}

.try__title {
  margin: 0 0 15px;
  font: 700 40px/calc(49/40 * 1em) "Montserrat";
}

.try__subtitle {
  margin: 0;
  font: 18px/1.39 "Montserrat";
}

.try__form-wrap {
  padding: 57px 32px 49px;
  border-radius: 24px;
  background: #F4F5F6;
}

.try__form-title {
  margin: 0 0 27px;
  font: 700 28px/calc(34/28 * 1em) "Montserrat";
  text-align: center;
  color: #F16600;
}

.try-form {
  display: grid;
  gap: 12px;
}

.try-form__row._duoble {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 12px;
}

.try-form__input {
  padding: 0 29px;
  height: 61px;
  border: 0;
  border-radius: 16px;
  font: 21px/1 "Montserrat";
  color: #000;
  background: #FFFFFF;
  transition: 0.2s;
}

.try-form__input::-webkit-input-placeholder {
  color: #C7C9CB;
}

.try-form__input:-moz-placeholder {
  color: #C7C9CB;
}

.try-form__input::-moz-placeholder {
  color: #C7C9CB;
}

.try-form__input:-ms-input-placeholder {
  color: #C7C9CB;
}

.try-form__input._select {
  padding-left: 51px;
  outline: 0;
  background: #fff url("data:image/svg+xml,%3Csvg width='14' height='7' viewBox='0 0 14 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 7L0 0H14L7 7Z' fill='%23757575'/%3E%3C/svg%3E%0A") calc(100% - 38px) center/14px auto no-repeat;
}

.try-form__input:focus {
  outline: 1px solid #F16600;
}

.try-form__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 5px;
  width: 100%;
  min-height: 61px;
  border-radius: 16px;
  font: 700 21px/26px "Montserrat";
  text-align: center;
  color: #FFFFFF;
  background: #F16600;
}

.try-form__submit:hover {
  background: #ff730c;
}

.footer {
  margin: 100px 0 20px;
}

.footer__box {
  display: grid;
  grid-template-columns: 50% 50%;
  border-radius: 30px;
  box-shadow: 2px 2px 7px #DBDBDB;
  background: url("../img/footer/3d-woman.png") 100% 100%/199px auto no-repeat, #F5F5F5;
}

.footer__block._1 {
  display: grid;
  grid-template-columns: 170px auto;
  align-items: center;
  gap: 59px;
  padding: 41px 41px 45px 41px;
  border-bottom: 1px solid #E2E2E2;
}

.footer__block._2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 41px 53px 52px 41px;
}

.footer__block._3 {
  display: flex;
  align-items: center;
  padding: 40px;
  border-left: 1px solid #E2E2E2;
  grid-row: 1 / span 2;
  grid-column: 2 / 3;
}

.footer__logo {
  max-width: 170px;
}

.footer__logo-text {
  margin: 5px 0 0;
  font: 15px/1.47 "Montserrat";
}

.footer__col {
  max-width: 240px;
}

.footer__heading {
  margin: 0 0 10px;
  font: 700 19px/1.32 "Montserrat";
}

.footer__menu {
  display: grid;
  font: 16px/20px "Montserrat";
}

.footer__menu a:hover {
  text-decoration: underline;
  color: #f16600;
}

.footer__contacts-text {
  margin: 0 0 10px;
  font: 14px/25px "Montserrat";
}

.footer__contacts-text a {
  text-decoration: underline;
}

.footer__contacts-text a:hover {
  text-decoration: none;
}

.footer__contacts-text p {
  margin: 0 0 6px;
}

.footer__contacts-text p:first-child {
  font-size: 12px;
  color: #FF2323;
}

.footer-ask {
  max-width: 340px;
}

.footer-ask__title {
  margin: 0 0 10px;
  font: 700 35px/calc(45/35 * 1em) "Montserrat";
}

.footer-ask__subtitle {
  margin: 0 0 15px;
  font: 15px/167% "Montserrat";
}

.phone-form {
  position: relative;
  max-width: 250px;
  height: 42px;
}

.phone-form__input {
  width: 100%;
  height: 100%;
  padding: 0 45px 0 18px;
  border: 1px solid #CDCDCD;
  border-radius: 16px;
  font: 14px/1 "Montserrat";
  background: #FFFFFF;
}

.phone-form__input::-webkit-input-placeholder {
  color: #000;
}

.phone-form__input:-moz-placeholder {
  color: #000;
}

.phone-form__input::-moz-placeholder {
  color: #000;
}

.phone-form__input:-ms-input-placeholder {
  color: #000;
}

.phone-form__submit {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  width: 34px;
  height: 34px;
  border-radius: 14px;
  border: 0;
  padding: 0;
  font-size: 0;
  background: #F16600 url("../img/icons/phone-form-arrow.svg") center/24px auto no-repeat;
}

.search-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 31px 0 65px;
}

.search-row__back {
  position: relative;
  margin: 0 30px 0 0;
  padding: 0 0 0 35px;
  font: 15px/20px "Montserrat";
  color: #F16600;
}

.search-row__back:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url("../img/icons/search-back.svg") 0 50%/20px auto no-repeat;
}

.search-row__back:hover {
  text-decoration: underline;
}

.search-row__text {
  display: block;
  font: 19px/1.32 "Montserrat";
}

.s-article {
  margin: 39px auto 50px;
  max-width: 775px;
}

.s-article__content {
  overflow: auto;
}

.s-article__content > ul:not(.s-article__links) {
  margin: 15px 0;
}

.s-article__content > p {
  margin: 0 0 9px;
}

.s-article__content > h3 {
  margin: 41px 0 16px;
  font: 700 19px/132% "Montserrat";
  font-size: 22px;
}

.s-article__content a {
  color: #F16600;
}

.s-article__content a:hover {
  text-decoration: underline;
}

.s-article__content li {
  position: relative;
  margin: 0 0 7px;
  padding: 0 0 0 31px;
}

.s-article__content li:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((28/18)/2 * 1em);
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F16600;
}
.rmp-rating-widget__icons-list__icon:before {
	display: none;
}

.s-article__content span {
  /*color: #F16600;*/
}

.try._2 {
  grid-template-columns: calc(100% - 437px) 437px;
  margin: 38px 0;
  padding: 33px 30px;
  background: url("../img/try/bg-1.svg") -74px -34px/171px auto no-repeat, url("../img/try/bg-2.svg") calc(100% + 10px) -19px/198px auto no-repeat, #F16600;
}

.try._2 .try-form__row + .try-form__row {
  margin-top: 15px;
}

.try-form__row._duoble div[data-lastpass-icon-root] {
  display: none;
}

.try._2 select[name="leadType"] {
  width: 100%;
  padding-left: 29px;
  font-size: 18px;
}

.try._2 .try__title {
  margin: 0 0 15px;
  font-size: 35px;
  line-height: 143%;
}

.try._2 .try__subtitle {
  font-size: 15px;
  line-height: 1.33;
}

.try._2 .try-form__submit {
  color: #F16600;
  background: #FFFFFF;
  border: 1px solid #fff;
}

.try._2 .try-form__submit:hover {
  color: #fff;
  background: #F16600;
}

.detail-link {
  margin: 43px 0 0;
  font-weight: 700;
}

.detail-link a {
  font-weight: 500;
  color: #F16600;
}

.big-img {
  margin: 42px 0 30px;
}

.big-img img {
  display: block;
  width: 100%;
  border-radius: 16px;
}

.s-article__img {
  margin: 24px 0 25px;
  aspect-ratio: 775/466;
}

.s-article__img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-article__row-1 {
  display: grid;
  grid-template-columns: auto 270px;
  align-items: start;
  margin: 0 0 25px;
}

.s-article__row-1 .article__tags {
  margin: 0;
}

.s-article__links {
  display: grid;
  gap: 20px;
  margin: 0 0 31px;
  padding: 25px 30px;
  font: 15px/20px "Montserrat";
  border-radius: 30px;
  background: #F5F5F5;
  box-shadow: 2px 2px 7px #DBDBDB;
}

.s-article__links li {
  position: relative;
  margin: 0;
  padding: 0 0 0 31px;
}

.s-article__links li:before {
  content: "";
  position: absolute;
  left: 0;
  top: calc((20/15)/2 * 1em);
  transform: translate(0, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F16600;
}

.s-article__links li._unactive {
  display: none;
}

.s-article__links a {
  position: relative;
  padding: 0 20px 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
}

.s-article__links a:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc((20/15)/2 * 1em);
  transform: translate(0, -50%);
  width: 8px;
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 11L6.5 6L1.5 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") center/8px auto no-repeat;
  opacity: 0.6;
}

.s-article__links a:hover {
  text-decoration: underline;
  color: #f16600;
}

.s-article__links._2 {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.s-article__links._2 li._hidden {
  display: none;
}

.read-also {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 20px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px #DBDBDB;
}

.read-also:hover .read-also__title {
  text-decoration: underline;
}

.read-also > *:nth-child(1) {
  width: 28.3%;
}

.read-also > *:nth-child(2) {
  padding: 0 0 0 20px;
  width: 71.7%;
}

.read-also > *:only-child {
  padding: 0;
  width: 100%;
}

.read-also__img {
  aspect-ratio: 208/125;
}

.read-also__img img {
  border-radius: 12px;
}

.read-also__tag {
  display: flex;
  align-items: center;
  margin: 0 0 15px;
  padding: 0 6px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
  font: 500 15px/24px "Montserrat";
  white-space: nowrap;
  color: #FFFFFF !important;
  background: #F16600;
}

.read-also__title {
  margin: 0;
  font: 700 19px/132% "Montserrat";
  color: #000;
}

.read-also__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.s-article__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 50px 0 0;
}

.read-more .page-title {
  margin: 0 0 35px;
}

.authors {
  padding: 16px 0 0;
}

.authors-top {
  display: grid;
  grid-template-columns: auto 405px;
  align-items: center;
  margin: 0 0 108px;
  padding: 40px 75px;
  border-radius: 40px;
  background: #F5F5F5;
  box-shadow: 0px 2px 7px #DBDBDB;
}

.authors-top__text {
  margin: 8px 0 0;
  max-width: 430px;
}

.authors-top__title {
  margin: 0 0 25px;
  font: 700 40px/125% "Montserrat";
  color: #F16600;
}

.authors-top__subtitle {
  margin: 0;
  font: 18px/178% "Montserrat";
  color: #333333;
}

.authors-top__img {
  max-width: 405px;
}

.author-card {
  display: grid;
  grid-template-columns: 236px auto;
  -moz-column-gap: 60px;
  column-gap: 60px;
  row-gap: 40px;
  margin: 0 0 40px;
  padding: 60px;
  padding-bottom: 50px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px #DBDBDB;
}

.author-card > div:nth-child(3) {
  grid-column: 1 / span 2;
}

.author-card .socials {
  justify-content: center;
}

.author-card .article__tags {
  justify-content: center;
  margin: 22px 0 12px;
}

.author-card__info {
  text-align: center;
}

.author-card__img {
  margin: 0 auto 20px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
}

.author-card__img img {
  border-radius: 50%;
}

.author-card__name {
  margin: 0 0 5px;
  font: 700 22px/27px "Montserrat";
  color: #F16600;
}

.author-card__job {
  margin: 0 0 15px;
  font: 15px/25px "Montserrat";
  color: #979797;
}

.author-card__count {
  margin: 0 0 22px;
  font: 15px/25px "Montserrat";
  color: #979797;
}

.author-card__diplom {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  aspect-ratio: 236/164;
  cursor: pointer;
}

.author-card__diplom img {
  border-radius: 16px;
}

.author-card__dates {
  display: grid;
  gap: 10px;
  font: 15px/25px "Montserrat";
  color: #333333;
}

.author-card__dates li {
  padding: 20px;
  border-radius: 16px;
  background: #F5F5F5;
}

.author-card__articles h3 {
  margin: 0 0 20px;
  font: 700 22px/114% "Montserrat";
}

.author-card__articles-more {
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 32px 0 0;
  font: 700 15px/25px "Montserrat";
  color: #F16600;
  cursor: pointer;
}

.author-card__articles-more:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background: url("../img/icons/rozgornuty.svg") center/100% auto no-repeat;
}

.author-card__articles-more:hover {
  text-decoration: underline;
}

.author-card-2 {
  display: grid;
  grid-template-columns: 356px auto;
  margin: 0 0 60px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 2px 7px #DBDBDB;
}

.author-card-2 > div:nth-child(3) {
  padding: 0 60px;
}

.author-card-2 > div:nth-child(4) {
  padding: 69px 60px 60px 0;
}

.author-card-2 .author-card__img {
  margin: -140px 0 20px;
  width: 189px;
  height: 189px;
  border: 3px solid #FFFFFF;
}

.author-card-2 .author-card__info {
  text-align: left;
}

.author-card-2 .article__tags {
  margin: 32px 0;
}

.author-card-2__top {
  position: relative;
  background: #F16600;
}

.author-card-2__top._1 {
  border-radius: 16px 0 0 0;
}

.author-card-2__top._2 {
  display: flex;
  align-items: center;
  padding: 20px 0;
  height: 190px;
  border-radius: 0 16px 0 0;
}

.author-card-2__top-bg {
  position: absolute;
}

.author-card-2__top-bg._1 {
  left: -49px;
  top: -29px;
  width: 157px;
  aspect-ratio: 157/152;
  background: url("../img/authors/bg-1.svg") center/100% auto no-repeat;
  z-index: 1;
}

.author-card-2__top-bg._2 {
  right: 0;
  top: 0;
  width: 429px;
  height: 100%;
  background: url("../img/authors/bg-2.svg") center/100% 100% no-repeat;
}

.author-card-2__top-text {
  position: relative;
  margin: 0;
  max-width: 346px;
  font: 700 22px/25px "Montserrat";
  color: #FFFFFF;
}

.author-card-2__text {
  margin: 0 0 30px;
  font-size: 15px;
  line-height: 25px;
}

.author-card-2__text > *:first-child {
  margin-top: 0;
}

.author-card-2__text h3 {
  margin: 30px 0 20px;
  font-weight: 700;
  font-size: 22px;
}

.author-card-2__text p {
  margin: 0 0 10px;
}

.size-full {
  display: block;
  margin: 42px 0 30px;
  width: 100%;
  border-radius: 16px;
}

.wpcf7-not-valid-tip {
  font-size: 13px;
}

.wpcf7 form .wpcf7-response-output {
  margin: -30px 0 0;
  padding: 5px 10px;
  border-width: 1px;
  font-size: 13px;
  line-height: 18px;
}

.footer .wpcf7-response-output {
  background: #F5F5F5;
}

.wpcf7-spinner {
  display: block;
  margin: 10px auto 0;
}

.try._2 .wpcf7-not-valid-tip {
  color: #fff;
}

.try .wpcf7 form .wpcf7-response-output {
  margin: 0;
}

.try._2 .wpcf7 form .wpcf7-response-output {
  color: #fff;
}

@media (max-width: 1199px) {
  .try {
    padding: 30px;
  }
  .try__form-wrap {
    padding: 30px;
  }
  .author-card {
    padding: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .author-card-2 > div:nth-child(3) {
    padding: 0 30px;
  }
  .author-card-2 {
    grid-template-columns: 300px auto;
  }
  .author-card-2 > div:nth-child(4) {
    padding: 69px 30px 30px 0;
  }
  .author-card-2__top-bg._2 {
    display: none;
  }
  .author-card-2__top-text {
    max-width: none;
    margin: 0 20px 0 0;
  }
}

@media (max-width: 991px) {
  .header__box {
    padding-left: 0;
    padding-right: 0;
  }
  .header__menu {
    gap: 3px;
  }
  .header__lang {
    margin: 0 0 0 5px;
  }
  .header__login {
    margin: 0 0 0 9px;
  }
  .try {
    grid-template-columns: auto !important;
    background: url("../img/try/bg-2.svg") 100% 20px/140px auto no-repeat, #F16600 !important;
  }
  .try__text {
    margin: 0 0 30px;
  }
  .footer__box {
    grid-template-columns: auto;
  }
  .footer__block._3 {
    grid-row: auto;
    grid-column: auto;
  }
  .authors-top {
    padding: 30px;
  }
}

@media (min-width: 992px) {
  a.close-menu {
    display: none;
  }
}

@media (max-width: 992px) {


  .header__box > .header__login {
    display: none;
  }

  /*.header__left .pll-switcher-select {*/
  /*  opacity: 0;*/
  /*  width: 0px;*/
  /*  padding: 0px;*/
  /*}*/

  /*.header__box .header__login {*/
  /*  display: none;*/
  /*}*/

  .header__left {
    width: 100%;
  }

  a.close-menu {
    position: absolute;
    left: 20px;
    top: 54px;
    display: inline-block;
    height: 24px;
  }

  .header__nav {
    position: fixed;
    left: 0;
    top: 0;
    transform: translate(0%, -100%);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 21px;
    overflow: auto;
    transition: .2s all;
    z-index: 1000;
    width: 100%;
    height: 100vh;
  }
  .header__nav .header__logo {
    display: block;
    margin: 0 auto 25px;
    margin-bottom: 50px;
  }


  body._menu-active {
    overflow: hidden;
  }

  body._menu-active:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  body._menu-active .header__nav {
    transform: translate(0);
    background: white;
    z-index: 1000;
    width: 100%;
    height: 100vh;
  }
  .header__menu {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    font-size: 18px;
    line-height: 25px;
  }

  .header__menu li {
    margin: 0px;

    display: flex;
  }

  .header__menu li .sub-menu {
    position: relative !important;
    left: auto;
    top: auto !important;
  }


  li.menu-item-has-children {
    display: flex;
    align-items: center;
  }

  .header__menu li.current-menu-item {
    color: #f16000;
  }

  .header__menu a {
    display: block;
  }
  .header__lang {
    margin: 0 0 10px;
  }
  .header__login {
    margin: 0 0 10px;
  }
  .header__box {
    grid-template-columns: auto;
  }
  .header__left .header__menu-btn {
    display: flex;
  }
  .header__left .header__lang {
    display: none;
    margin: 0;
  }
  .header__box {
    padding: 25px 0 20px;
  }
  .header__box > button {
    display: flex;
  }
  .top-nav {
    grid-template-columns: auto;
  }
  .top-nav {
    border-radius: 10px;
    padding: 10px;
  }
  .search-form {
    margin: 0 0 20px;
  }
  .page-title {
    width: 100%;
  }
  .page-title-box {
    justify-content: flex-end;
    flex-wrap: wrap-reverse;
  }
  .categories {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .categories a {
    padding: 5px 0;
  }
  .categories li._active:before {
    height: 3px;
  }
  .categories li {
    padding: 0 0 3px;
  }
  .page-title {
    font-size: 30px;
  }
  .categories {
    margin: 20px 0 30px;
  }
  .try__title {
    font-size: 30px !important;
  }
  .try__form-title {
    font-size: 24px;
  }
  .try-form__input:not([name="phone"]) {
    padding: 0 20px !important;
    height: 50px;
    border-radius: 10px;
    font-size: 18px;
  }
   .try-form__input[name="phone"] {
    height: 50px;
    border-radius: 10px;
    font-size: 18px;
  }


  .try-form__submit {
    min-height: 50px;
    font-size: 18px;
  }
  .try {
    padding: 20px !important;
    border-radius: 10px;
  }
  .try__form-wrap {
    padding: 20px;
    border-radius: 10px;
  }
  .footer {
    margin-top: 30px;
  }
  .articles-box {
    margin: 0 0 50px;
  }
  .search-row {
    margin: 20px 0;
  }
  .search-row__text {
    font-size: 17px;
  }
  .s-article__row-1 {
    grid-template-columns: auto;
    gap: 25px;
  }
  .s-article__links {
    padding: 15px 10px;
    border-radius: 10px;
  }
  body {
    font-size: 16px;
  }
  .s-article__content li:before {
    width: 12px;
    height: 12px;
  }
  .s-article__content > h3 {
    margin-top: 30px;
    font-size: 17px;
  }
  .s-article__content li {
    padding: 0 0 0 20px;
  }
  .s-article__bottom {
    margin: 30px 0 0;
  }
  .detail-link {
    margin: 30px 0 0;
  }
  .s-article {
    margin-bottom: 60px;
  }
  .read-more .page-title {
    margin: 0 0 20px;
  }
  .authors-top {
    grid-template-columns: auto;
    margin: 0 0 50px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  }
  .authors-top__text {
    margin: 0 0 20px;
    max-width: none;
  }
  .authors-top__title {
    margin: 0 0 5px;
    font-size: 30px;
  }
  .authors-top__img {
    margin: 0 auto;
    max-width: 250px;
  }
  .authors-top__subtitle {
    font-size: 16px;
  }
  button.mfp-close {
    transform: translate(0, -100%);
  }
  .author-card {
    grid-template-columns: auto;
  }
  .author-card > div:nth-child(3) {
    grid-column: auto;
  }
  .author-card-2 {
    grid-template-columns: auto;
  }
  .author-card-2__top._2 {
    padding: 20px 20px;
    height: auto;
    border-radius: 10px 10px 0 0;
  }
  .author-card-2__top-text {
    margin: 0;
    text-align: center;
    font-size: 18px;
  }
  .author-card-2__top-bg._1 {
    left: -19px;
    top: -22px;
    width: 97px;
  }
  .author-card-2 > div:nth-child(3) {
    padding: 0 10px;
  }
  .author-card-2 .author-card__img {
    margin: 0 auto 20px;
  }
  .author-card-2 .author-card__info {
    text-align: center;
  }
  .author-card-2 .socials {
    justify-content: center;
  }
  .author-card-2 .article__tags {
    justify-content: center;
  }
  .author-card-2 .author-card__info {
    margin: 20px 0;
  }
  .author-card-2 > div:nth-child(4) {
    padding: 0 10px 30px;
  }
  .author-card-2__text h3 {
    font-size: 20px;
  }
  .author-card__articles h3 {
    font-size: 20px;
  }
  .author-card-2 {
    border-radius: 10px;
  }
  .footer__box {
    border-radius: 10px;
  }
}

@media (max-width: 575px) {
  .articles {
    grid-template-columns: 1fr;
  }
  .article {
    padding: 10px 10px 46px 10px;
  }
  .article__info._2 {
    width: calc(100% - 20px);
  }
  .article__title {
    height: auto;
    max-height: 3.96em;
  }
  .article__title {
    font-size: 18px;
  }
  .article__author {
    padding: 0 0 0 30px;
  }
  .try-form__row._duoble {
    grid-template-columns: auto;
  }
  .footer__block._1 {
    grid-template-columns: auto;
    gap: 15px;
    justify-items: center;
    padding: 10px;
  }
  .footer__block._3 {
    padding: 10px;
    border-left: 0;
  }
  .footer__box {
    padding-bottom: 220px;
    background-position: 50% 100%;
  }
  .footer-ask__title {
    font-size: 30px;
  }
  .footer__block._2 {
    gap: 20px;
    justify-content: stretch;
  }
  .footer__col {
    max-width: 100%;
    width: 100%;
  }
  .footer__block._2 {
    padding: 30px 10px;
  }
  .footer__logo-text {
    margin: 0;
    text-align: center;
  }
  .footer-ask {
    max-width: none;
    width: 100%;
  }
  .read-also {
    grid-template-columns: auto;
    padding: 10px;
    border-radius: 10px;
  }
  .read-also__img {
    max-width: 100%;
    width: 100%;
  }
  .read-also__title {
    font-size: 17px;
  }
  .author-card {
    padding: 20px 10px;
    row-gap: 20px;
  }
  .author-card__img {
    width: 130px;
    height: 130px;
  }
  .author-card__dates li {
    padding: 10px;
    border-radius: 10px;
  }
  .s-article__bottom {
    grid-template-columns: auto;
    gap: 20px;
  }
  .big-img img {
    border-radius: 10px;
  }
  .try-form__submit {
    border-radius: 10px;
  }
  .read-also > *:nth-child(1) {
    width: 100%;
  }
  .read-also > *:nth-child(2) {
    padding: 20px 0 0;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .army-help img.desktop-army-img {
    display: none;
  }
  .army-help img.mobile-army-img {
    display: inline;
    max-height: 60px;
  }
}

@media (max-width: 340px) {
  .header__logo {
    max-width: 122px;
  }
}

body.error404 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
}

body.error404 .content {
  text-align: center;
  padding: 0px 15px;
}


body.error404 h2.not-found-title {
  margin: 20px 0px;
  font-size: 24px;
  font-weight: 700;
}

body.error404 .not-found-desc {
  font-size: 16px;
  margin-bottom: 15px;
}

body .not-found-buttons a {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #F68D1E;
  padding: 12px 40px;
  border-radius: 60px;
  margin-top: 15px;
  transition: .2s all;
  font-size: 17px;
  line-height: 20px;
}

body .not-found-buttons a:hover {
  opacity: 0.8;
}

.s-article__content table span {
  color: unset;
}

.s-article__content table,
.s-article__content table tr,
.s-article__content table td,
.s-article__content table tbody,
.s-article__content table thead {
  border: 1px solid;
  border-collapse: collapse;
}

.s-article__content table td {
  padding: 5px;
}

.try-form__row > .iti--show-flags ul {
  width: 350px;
  overflow-x: hidden;
}

.try-form__row > .iti--show-flags {
  width: 100%;
}

.try-form__row > .iti--show-flags li {
  padding-left: 5px;
}

.try-form__row > .iti--show-flags li:before {
  display: none;
}

.header-new {
  margin-bottom: 35px;
  border-radius: 0 0 24px 24px;
  background: white;
  box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.07);

}

.header-new a.header__login {
  border-radius: 10px;
  background: white;
  color: #F16600;
  border: solid 1px #F16600;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  box-shadow: none;
  height: 37px;
  padding: 0px 20px;
}

.header__menu > li.open > ul.sub-menu {
  display: block;
  z-index: -1;
}

li.menu-item-has-children {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .header-new .header__menu > li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    padding: 8px;
    background: white;
    top: 156px;
    width: 100%;
    left: 0;
    height: 432px;
    z-index: -1;
  }

  .header__login__mobile {
    display: none;
  }
}

.header__menu li ul {
  display: none;
}

@media (min-width: 768px) {
  .header__menu > li.menu-item-has-children.open:after {
    transform: rotate(175deg);
  }

  .header-new ul.sub-menu li {
    line-height: 28px;
  }

  li.menu-item-has-children:after {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M9.16654 1.6415C9.01046 1.48629 8.79921 1.39917 8.57904 1.39917C8.35896 1.39917 8.14772 1.48629 7.99158 1.6415L4.99992 4.5915L2.04992 1.6415C1.89378 1.48629 1.68257 1.39917 1.46242 1.39917C1.24226 1.39917 1.03105 1.48629 0.874918 1.6415C0.79681 1.71896 0.734815 1.81113 0.692507 1.91268C0.6502 2.01423 0.628418 2.12316 0.628418 2.23316C0.628418 2.34317 0.6502 2.4521 0.692507 2.55365C0.734815 2.65519 0.79681 2.74736 0.874918 2.82483L4.40825 6.35816C4.48572 6.43627 4.57788 6.49827 4.67943 6.54057C4.78098 6.58288 4.88991 6.60467 4.99992 6.60467C5.10993 6.60467 5.21885 6.58288 5.3204 6.54057C5.42194 6.49827 5.51412 6.43627 5.59158 6.35816L9.16654 2.82483C9.24471 2.74736 9.30671 2.65519 9.34896 2.55365C9.39129 2.4521 9.41304 2.34317 9.41304 2.23316C9.41304 2.12316 9.39129 2.01423 9.34896 1.91268C9.30671 1.81113 9.24471 1.71896 9.16654 1.6415Z" fill="black"/></svg>') right center/10px auto no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    transition: ease .5s;
    cursor: pointer;
  }

  li.menu-item-has-children.open:after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M9.16654 1.6415C9.01046 1.48629 8.79921 1.39917 8.57904 1.39917C8.35896 1.39917 8.14772 1.48629 7.99158 1.6415L4.99992 4.5915L2.04992 1.6415C1.89378 1.48629 1.68257 1.39917 1.46242 1.39917C1.24226 1.39917 1.03105 1.48629 0.874918 1.6415C0.79681 1.71896 0.734815 1.81113 0.692507 1.91268C0.6502 2.01423 0.628418 2.12316 0.628418 2.23316C0.628418 2.34317 0.6502 2.4521 0.692507 2.55365C0.734815 2.65519 0.79681 2.74736 0.874918 2.82483L4.40825 6.35816C4.48572 6.43627 4.57788 6.49827 4.67943 6.54057C4.78098 6.58288 4.88991 6.60467 4.99992 6.60467C5.10993 6.60467 5.21885 6.58288 5.3204 6.54057C5.42194 6.49827 5.51412 6.43627 5.59158 6.35816L9.16654 2.82483C9.24471 2.74736 9.30671 2.65519 9.34896 2.55365C9.39129 2.4521 9.41304 2.34317 9.41304 2.23316C9.41304 2.12316 9.39129 2.01423 9.34896 1.91268C9.30671 1.81113 9.24471 1.71896 9.16654 1.6415Z" fill="%23f16600"/></svg>') right center/10px auto no-repeat;
  }
}

.header.header-new {
  transition: all 0.5s;
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
}
.header.header-new > .container {
  max-width: 1300px;
}

@media (max-width: 992px) {

  .header__login__mobile {
    width: 50%;
    position: absolute;
    bottom: 20px;
    margin-bottom: 0px;
    z-index: 10;
  }

  .header-new ul.sub-menu li a{
    font-size: 16px;
    font-weight: 400;
  }

  .header__nav li.menu-item-has-children:after {
    display: none;
  }

  .header__nav .header__menu {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .header__nav .header__menu li {
    margin-bottom: 0px;
    line-height: 20px;
  }

  .header__nav .header__menu>li.open ul.sub-menu {
    gap: 20px;
    padding-top: 20px;
    display: flex;
  }

  .header__nav .header__menu>li.open ul.sub-menu li {
    line-height: 20px;
  }

  .header__nav li.menu-item-has-children > a {
    position: relative;
    font-size: 18px;
  }

  .header__nav li.menu-item-has-children > a:after {
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M9.16654 1.6415C9.01046 1.48629 8.79921 1.39917 8.57904 1.39917C8.35896 1.39917 8.14772 1.48629 7.99158 1.6415L4.99992 4.5915L2.04992 1.6415C1.89378 1.48629 1.68257 1.39917 1.46242 1.39917C1.24226 1.39917 1.03105 1.48629 0.874918 1.6415C0.79681 1.71896 0.734815 1.81113 0.692507 1.91268C0.6502 2.01423 0.628418 2.12316 0.628418 2.23316C0.628418 2.34317 0.6502 2.4521 0.692507 2.55365C0.734815 2.65519 0.79681 2.74736 0.874918 2.82483L4.40825 6.35816C4.48572 6.43627 4.57788 6.49827 4.67943 6.54057C4.78098 6.58288 4.88991 6.60467 4.99992 6.60467C5.10993 6.60467 5.21885 6.58288 5.3204 6.54057C5.42194 6.49827 5.51412 6.43627 5.59158 6.35816L9.16654 2.82483C9.24471 2.74736 9.30671 2.65519 9.34896 2.55365C9.39129 2.4521 9.41304 2.34317 9.41304 2.23316C9.41304 2.12316 9.39129 2.01423 9.34896 1.91268C9.30671 1.81113 9.24471 1.71896 9.16654 1.6415Z" fill="black"/></svg>') right center/10px auto no-repeat;
    width: 10px;
    height: 10px;
    display: block;
    transition: ease .5s;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: 7.5px;
  }

  .header__nav li.menu-item-has-children.open > a:after {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="8" viewBox="0 0 10 8" fill="none"><path d="M9.16654 1.6415C9.01046 1.48629 8.79921 1.39917 8.57904 1.39917C8.35896 1.39917 8.14772 1.48629 7.99158 1.6415L4.99992 4.5915L2.04992 1.6415C1.89378 1.48629 1.68257 1.39917 1.46242 1.39917C1.24226 1.39917 1.03105 1.48629 0.874918 1.6415C0.79681 1.71896 0.734815 1.81113 0.692507 1.91268C0.6502 2.01423 0.628418 2.12316 0.628418 2.23316C0.628418 2.34317 0.6502 2.4521 0.692507 2.55365C0.734815 2.65519 0.79681 2.74736 0.874918 2.82483L4.40825 6.35816C4.48572 6.43627 4.57788 6.49827 4.67943 6.54057C4.78098 6.58288 4.88991 6.60467 4.99992 6.60467C5.10993 6.60467 5.21885 6.58288 5.3204 6.54057C5.42194 6.49827 5.51412 6.43627 5.59158 6.35816L9.16654 2.82483C9.24471 2.74736 9.30671 2.65519 9.34896 2.55365C9.39129 2.4521 9.41304 2.34317 9.41304 2.23316C9.41304 2.12316 9.39129 2.01423 9.34896 1.91268C9.30671 1.81113 9.24471 1.71896 9.16654 1.6415Z" fill="%23f16600"/></svg>') right center/10px auto no-repeat;
    transform: rotate(175deg);
  }

  li.menu-item-has-children.open {
    align-items: baseline;
    flex-direction: column;
  }

  li.menu-item-has-children.open ul {
    display: flex;
    align-items: baseline;
    flex-direction: column;
    margin-bottom: 5px;
  }

  /*li.menu-item-has-children.open ul a {*/
  /*  font-size: 14px;*/
  /*  padding-left: 20px;*/
  /*  line-height: 16px;*/
  /*  margin-top: 5px;*/
  /*}*/
}

@media (max-width: 767px) {
  .header__menu > li {
    margin: 0px;
  }

  .menu-item-has-children > a {
    padding-right: 6px;
  }


  li.menu-item-has-children {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
}

.footer-new {
  background: #F5F5F5;
  padding: 0;
  margin: 0 !important;
}

.footer-new > .container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1428571429rem;
  line-height: 1.4285714286rem;
  color: #000;
}
.footer-new .container .top-section {
  padding: 60px 0px 60px 0px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.footer-new .footer_links_container {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  width: calc(100% - 230px);
  padding: 60px 0 70px 50px;
}
.footer-new .footer__block__2 > ul {
  display: block;
  columns: 2;
  column-gap: 0px;
}
.footer-new .footer__block__2 > ul > li > a, .footer-new .footer__block__3 > ul > li > a {
  font-weight: 500;
  font-size: 14px;
  color: #000;
  transition: all .5s;
}
.footer-new .footer__block__2 > ul > li > a:hover, .footer-new .footer__block__3 > ul > li > a:hover {
  color: #f16000;
}

.footer-new .middle-section {
  border-top: 1px solid #E2E2E2;
}
.footer-new .middle-section > .container {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 30px 0px;
}

.footer-new .middle-section div.projects {
  display: flex;
}

.footer-new .middle-section div.projects > * + * {
  margin-left: 80px;
}

.footer__block__1 {
  max-width: 230px;
}
.footer__block__1 > ul {
  margin: 24px 0;
}

.footer__block__1 .footer__logo-text {
  margin-top: 25px;
  font-size: 13px;
}

.footer__block__1 .footer__logo-text .orange {
  color: #F16600;
}

.footer-new li.text a {
  font-size: 14px;
  color: #5E5E5E;
  text-decoration: none;
  cursor: auto;
}

.footer-new li.label {
  margin-bottom: 5px;
}

.footer-new li.button a {
  font-size: 14px;
  font-weight: 600;
  color: #F16600;
  border-radius: 10px;
  border: 1px solid #F16600;
  padding: 8px 15px;
}

.footer-new li.label a {
  font-size: 19px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  cursor: auto;
}
.footer-new .other_links {
  padding: 0 0 0 65px;
  min-width: 225px;
}
.footer-new .footer_menu_links > div, .footer-new .other_links > div {
  font-size: 19px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  cursor: auto;
  margin-bottom: 26px;
}

.footer-new ul.footer__menu li + li {
  margin-top: 15px;
}

.footer__block__4 {
  position: absolute;
  right: 40px;
}

.bottom-section {
  background-color: #E9E9E9;
  padding: 20px 60px;
}
.bottom-section > .container {
  display: flex;
  justify-content: space-between;
}

.bottom-section .copyright {
  font-size: 14px;
  color: #9B9B9B;
  line-height: 17px;
}

.bottom-section .copyright-menu ul {
  display: flex;
  line-height: 17px;
}

.bottom-section .copyright-menu ul li {
  margin: 0px;
}

.copyright-menu ul li a {
  font-size: 14px;
  color: #000000;
  margin: 0px 10px;
}

.copyright-menu ul li + li:before {
  content: '|';

}

@media (min-width: 993px) {
  .only-for-mobile {
    display: none;
  }
}

@media (max-width: 1199px) {
  .footer-new .container .top-section {
    padding: 60px 50px 60px 60px;
  }
}

@media (max-width: 992px) {
  .footer__block__4 {
    display: none;
  }


  .header__nav .pll-switcher-select.header__lang {
    position: absolute;
    right: 20px;
    top: 30px;
  }

  .top-section {
    display: flex;
    flex-direction: column;
  }

  .footer-new .container {
    background: white;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  }

  .footer-new .container .top-section {
    padding: 0px;
  }

  .footer-new .container .middle-section {
    padding: 0px;
  }

  .footer-new .container .middle-section div.projects>*+* {
    margin-left: 15px;
  }

  .footer__block__1 {
    padding: 15px;
    max-width: 100%;
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
  }

  .footer__block__1 img {
    max-width: 128px;
  }

  .bottom-section {
    padding: 15px !important;
    border-radius: 0 0 12px 12px;
  }

  /* .footer__block__2,
  .footer__block__3,
  .footer__block__4,
  .middle-section {
    padding: 15px !important;
  } */

  .footer__block__1 .footer__logo-text {
    margin-top: 15px;
    font-size: 13px;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-new .container {
    border-radius: 12px;
  }

  .footer-new li.text a {
    font-size: 11px;
  }
}

@media (max-width: 600px) {

  .bottom-section .copyright {
    display: none;
  }

  .middle-section {
    display: flex;
    flex-direction: column;
  }

  .middle-section .projects {
    margin: auto;
  }

  .socials-container {
    margin-top: 15px;
  }

  .socials-container .socials {
    justify-content: center;
  }

  .footer-new .container {
    margin-right: 15px;
    margin-left: 15px;
    max-width: calc(100% - 30px);
  }

  .copyright-menu ul li+li:before {
    display: none;
  }

  .bottom-section .copyright-menu ul {
    flex-wrap: wrap;
  }

  .copyright-menu ul li a {
    line-height: 25px;
  }
}



@media (min-width: 576px) {
  .footer.footer-new {
    margin-left: 15px;
    margin-right: 15px;
  }

  .copyright-menu ul li+li {
    margin-top: 0px !important;
  }

}

@media (max-width: 575px) {
  .copyright-menu ul {
    flex-direction: column;
  }

}

@media (min-width: 600px) and (max-width: 991px)  {
  .footer.footer-new .footer__block__1 {
    display: flex;
  }

  .footer.footer-new .footer__logo-text {
    max-width: 100%;
    font-size: 19px;
  }

  .footer-new .container {
    background: #F5F5F5;
    box-shadow: none;
  }

  .footer-new .container .top-section {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer__block__1 {
    width: 100%;
    padding: 30px !important;
  }

  .footer__block__2,
  .footer__block__3 {
    width: 50%;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .footer__block__2, .footer__block__3, .footer__block__4, .middle-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

.popup {
  position: fixed;
  z-index: 1000;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  display: none;
}

.popup.open {
  display: block;
}

.popup .overlay-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  background: rgba(0,0,0,.32);
  opacity: 1;
}

.popup-content {
  border-radius: 14px;
  border: 1px solid #e5e5e5;
  background: #fff;
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  padding: 30px;
  width: auto;
  transform: translate(-50%, -50%);
  min-width: 560px;
}

.popup-data {
  position: relative;
}

.popup-title {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.popup-main {
  padding: 25px 30px;
  border-radius: 24px;
  background: #f6f6f6;
  margin-bottom: 20px;
}

.popup-footer {
  padding: 25px 30px;
  border-radius: 24px;
  background: #f6f6f6;
  display: flex;
}

.popup-footer-social ul {
  display: flex;
}

.popup-footer-text {
  color: #09090a;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;
  margin-right: 20px;
}

.popup-footer-social ul li img {
  width: 35px;
}

.popup-footer-social ul li + li {
  margin-left: 15px;
}

.popup-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 504px;
}

.contact-data {
  width: 50%;
}

.contact-data:nth-child(3) {
  margin-top: 20px;
}

.contact-title,
.contact-title a {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
}

.contact-desc {
  margin-top: 5px;
  font-size: 13px;
  line-height: 14px;
  font-weight: 400;
}

.close-popup {
  position: absolute;
  right: -15px;
  top: -25px;
}

@media (max-width: 600px) {
  .popup-content {
    width: calc(100% - 40px);
    min-width: auto;
    padding: 20px;
  }

  .popup-content .popup-title {
    margin: 0px 0px 20px 0px;
    font-size: 18px;
    text-align: left;
  }

  .popup-content .contact-data {
    width: 100%;
  }

  .popup-content .contact-data + .contact-data {
    margin-top: 20px;
  }

  a.close-popup {
    position: absolute;
    right: 0px;
    top: 0;
  }

  .popup-footer {
    flex-direction: column;
  }

  .contact-title a {
    font-size: 14px;
  }

  .contact-desc {
    font-size: 11px;
  }

  .popup-footer-text {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 15px;
  }
}

footer a:hover {
  text-decoration: none !important;
}


.copyright-menu a:hover {
  color: #f16600 !important;
}

.comment-form textarea, .comment-form input[name="author"] {
  border-radius: 15px;
  background: rgba(0,0,0,.05);
  border: none;
  padding: 0 29px;
  font-size: 21px;
  font-family: 'Montserrat', sans-serif;
}
.comment-form textarea {
  padding: 29px;
}
.comment-form input[name="author"] {
  height: 61px;
}
.comment-form-cookies-consent {
  display: none;
}
.form-submit > input[type="submit"] {
  color: #fff;
  background: #F16600;
  border: 1px solid #F16600;
  min-height: 61px;
  border-radius: 15px;
  font: 700 21px/26px "Montserrat";
  transition: all .3s ease;
}
.form-submit > input[type="submit"]:hover {
  cursor: pointer;
  background-color: #fff;
  color: #F16600;
}

/* Custom header main menu */

.main-navigation > ul {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.main-navigation li > a {
  transition: all .5s;
  font-size: 16px;
}
.main-navigation li > a:hover {
  color: #f16000;
}
.main-navigation li.menu-item-has-children:after {
  display: none;
}
.main-navigation li.menu-item-has-children > span > span {
  transition: all .5s;
  font-size: 16px;
}
.main-navigation li.menu-item-has-children > span {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.main-navigation li.menu-item-has-children > span > span:hover {
  color: #f16000;
}
.main-navigation li.menu-item-has-children.active > span > span {
  color: #f16000;
}
.main-navigation li.menu-item-has-children svg {
  transition: all .5s ease;
}
.main-navigation li.menu-item-has-children.active > span > svg {
  transform: rotate(180deg);
  fill: #f16000;
  color: #f16000;
}

.main-navigation .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f8f8f8;
  height: 432px;
  overflow: hidden;
}

.main-navigation .sub-menu.open {
  display: block;
}

.third_level > ul {
  display: none;
}

.third_level > ul.open {
  display: block;
}

.main-navigation .sub-menu li {
  display: block;
}

.main-navigation .sub-menu li a {
  display: block;
  padding: 10px 20px;
  color: #000;
  text-decoration: none;
}

.main-navigation .submenu_levels {
  display: grid;
  grid-template-columns: 36% 32% auto;
  grid-gap: 46px;
  margin: 0 auto;
  padding: 0 24px;
  max-width: 1300px;
  font-weight: 500;
  line-height: 20px;
}
.main-navigation .submenu_levels > .second_level {
  position: relative;
  padding-top: 30px;
  padding-bottom: 32px;
  padding-right: 10px;
}
.main-navigation .submenu_levels > .second_level::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50vw;
  background: #fff;
  content: "";
  z-index: 0;
  min-height: 130%;
}
.main-navigation .submenu_levels > .second_level > ul {
  position: relative;
  display: grid;
  grid-gap: 16px;
  margin: 0;
  padding: 0;
}
.main-navigation .submenu_levels > .second_level > ul > li {
  display: flex;
  align-items: center;
}
.main-navigation .submenu_levels > .second_level > ul > li > .item_icon > svg {
  fill: #000;
}
.main-navigation .submenu_levels > .second_level > ul > li > a {
  transition: all .5s;
  font-weight: 500;
  font-size: 16px;
  color: #333;
}
.main-navigation .submenu_levels > .second_level > ul > li > a:hover {
  color: #f16000;
}
.main-navigation .submenu_levels > .second_level > ul > li > .arrow_icon > svg {
  cursor: pointer;
  fill: #bdbdbd;
  transition: fill .5s;
  margin: 0;
  flex-shrink: 0;
  width: 16px;
}
.main-navigation .submenu_levels > .second_level > ul > li > .arrow_icon.active > svg {
  fill: #f16000;
}

.main-navigation .submenu_levels > .third_level {
  padding-top: 30px;
  padding-bottom: 32px;
}
/* .main-navigation .submenu_levels > .third_level > ul {
  display: grid;
  grid-gap: 20px;
} */
.main-navigation .submenu_levels > .third_level > ul > li {
  list-style: none;
}
.main-navigation .submenu_levels > .third_level > ul > li > a {
  transition: all .5s;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.main-navigation .submenu_levels > .third_level > ul > li > a:hover {
  color: #f16000;
}

.main-navigation .army_banner_container {
  padding-top: 30px;
  padding-bottom: 32px;
  padding-left: 45px;
}
.main-navigation .army_banner_container > .army_banner {
  display: grid;
  align-items: center;
  padding: 0 15px;
  width: 240px;
  height: 320px;
  background-color: #fff;
  background-image: url(https://justschool.me/wp-content/uploads/2024/05/emblem.svg);
  background-position: top right;
  background-repeat: no-repeat;
  border: 1px solid #efecec;
  border-radius: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #09090a;
}
.main-navigation .army_banner_container > .army_banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1.3571428571rem;
  padding: 9px 18px;
  color: #fff;
  background-color: #f16600;
  margin-top: 24px;
}
.main-navigation .army_banner_container > .army_banner a > svg {
  margin-left: 10px;
}

.third_level_mobile > ul {
  display: none;
}
.third_level_mobile > ul > li > a {
  padding: 10px 0 !important;
}

.mobile_hide_menu {
  display: none;
}

.help_army_mobile {
  display: none;
  width: 100%;
  justify-content: center;
  min-height: 35px;
  align-items: center;
}
.help_army_mobile > svg {
  margin-left: 10px;
  margin-top: -3px;
}

@media (max-width: 992px) {
  /* mobile menu */

  .third_level_mobile {
    width: 100%;
  }

  .header__nav {
    padding: 0;
  }
  .header__nav .header__logo {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px auto 25px;
    margin-bottom: 10px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  .header__nav .header__logo > img {
    width: 100px;
  }

  .help_army_mobile {
    display: flex;
  }

  .main-navigation {
    padding: 10px 21px;
  }
  .main-navigation .sub-menu {
    margin-top: 13px;
  }
  .main-navigation > ul {
    flex-wrap: wrap;
  }
  .main-navigation > ul > li {
    width: 100%;
  }
  .main-navigation li.menu-item-has-children > span > span, .main-navigation li > a {
    font-size: 18px;
    font-weight: 600;
  }
  .main-navigation .sub-menu {
    position: relative;
    top: inherit;
    left: inherit;
    height: auto;
    background-color: #fff;
  }
  .main-navigation .army_banner_container {
    display: none;
  }

  .main-navigation .submenu_levels {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    max-width: 100%;
    grid-gap: inherit;
  }
  .main-navigation .submenu_levels > .second_level::before {
    display: none;
  }
  .main-navigation .submenu_levels > .second_level {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .main-navigation .submenu_levels > .second_level > ul > li {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main-navigation .submenu_levels > .second_level > ul > li > a {
    padding: 0 20px 0 0;
    font-weight: 600;
    font-size: 16px;
  }
  .main-navigation .submenu_levels > .second_level > ul > li > .item_icon {
    display: none;
  }
  .main-navigation .submenu_levels > .second_level > ul > li > .arrow_icon > svg {
    transform: rotate(90deg);
  }
  .third_level_mobile > ul.open {
    display: block;
    width: 100%;
    padding-left: 17px;
    margin-top: 16px;
  }
  .third_level_mobile > ul > li > a {
    font-weight: 400;
    font-size: 16px;
  }
  .third_level > ul.open {
    display: none;
  }

  .header-new a.header__login {
    display: none;
  }

  .mobile_hide_menu {
    display: flex;
    margin-top: 16px;
    text-decoration: underline;
    font-weight: 600;
    font-size: 14px;
    color: #f46600;
  }

  /* end mobile menu */

  .footer__block__1>ul {
    display: none;
  }

  .footer-new .other_links {
    padding: 0;
    width: 100%;
  }
  .footer-new .other_links .footer__menu > li:last-child > a {
    width: 100%;
    text-align: center;
    color: #F16600 !important;
    font-weight: 700;
  }

  .footer-new .middle-section > .container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-new .middle-section div.projects > * + * {
    margin-left: 30px;
  }

  .bottom-section .copyright-menu {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .bottom-section .copyright-menu > ul > li {
    display: flex;
    justify-content: center;
    font-weight: 500;
  }
}

@media (max-width: 600px) {
  .footer-new .container {
    max-width: 100%;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    margin: 0;
  }

  .footer-new .container .top-section {
    width: 100%;
  }

  .footer-new .footer_links_container {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
  .footer-new .footer_links_container > .footer_menu_links {
    width: 100%;
  }
  .footer-new .footer_links_container > .footer_menu_links > div {
    margin-top: 25px;
  }

  .footer-new .footer__block__2 > ul {
    columns: 1;
  }

  .boxshadow_block {
    display: none;
  }
}

@media (max-width: 410px) {
  .main-navigation .submenu_levels>.second_level>ul>li>a {
    font-size: 14px;
  }
  .third_level_mobile>ul>li>a {
    font-size: 13px;
  }
}

.error-message{
  color: #fff;
  font-size: 12px;
  position: absolute;
  bottom: -20px;
  text-wrap: nowrap;
}

.try-form__row{
  position: relative;
}
