:root {
  --text-color: #32323c;
  --white: #ffffff;
  --header-height-desktop: 85px;
}

@media (min-width: 1800px) {
  .team__nav {
    transform: translate(0);
  }
}

@media (max-width: 1440px) {
  .dropdown-menu {
    left: -70px;
  }
}

@media (max-width: 1200px) {
  h1 {
    font-size: 50px;
  }
  .main {
    padding-bottom: 35px;
  }
  .main,
  .main--inner {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .header__logo-img {
    width: 94px;
  }
  .header__body {
    padding-right: 0;
  }
  /* potential */
  .potential {
    margin-bottom: 0;
    padding-bottom: 55px;
    margin-bottom: 10px;
  }
  .potential__wrap:after {
    background-image: url(../img/potential/bg-mob.svg);
    background-repeat: no-repeat;
    left: -80px;
    top: auto;
    bottom: -71px;
    height: 626px;
  }

  .potential__wrap {
    flex-direction: column;
  }
  .potential__item-herder img {
    max-width: 34px;
    max-height: 30px;
  }
  .potential__item {
    padding: 17px 32px 11px 23px;
    min-height: 120px;
  }

  .potential__wrap .potential__item:nth-child(2n) {
    margin-top: 0;
  }

  /*  business */

  .business__wrap {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
  }

  .business__img {
    margin-bottom: 25px;
  }

  .business__wrap {
    padding-top: 25px;
  }

  .business__item-text {
    padding-left: 10px;
  }
  .business__item-svg {
    min-width: 18px;
    margin-top: 7px;
  }

  /*program*/
  .program__wrap {
    margin-top: 25px;
    flex-direction: column;
    align-items: center;
  }

  /*enhance*/
  .enhance__item {
    margin: 0 auto;
  }

  .enhance__item {
    padding: 14px 19px 13px 20px;
  }

  /* 	team */
  .team__swiper .swiper .swiper-wrapper .swiper-slide {
    min-width: auto;
    margin-left: 3px;
  }
  /* 	footer */
  .footer__wrap {
    flex-direction: column;
    gap: 20px;
  }
  .footer__menu {
    max-width: 100%;
  }
  .footer__subscribe {
    display: none;
  }
	.footer__form {
		display:none;
	}
}

@media (max-width: 992px) {
  .enhance__wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .submit__wrap {
    align-items: start;
    flex-direction: column;
    gap: 15px;
  }
  h1 {
    font-size: 44px;
  }
}

@media (max-width: 765px) {
  section,
  .business {
    margin-bottom: 45px;
  }

  .potential {
    padding-bottom: 64px;
  }
  .d-none__mob {
    display: none;
  }
  .language-selector {
    margin-right: auto;
  }
  #currentLanguage {
    font-size: 21px;
  }
  h1 {
    font-size: 21px;
    margin-bottom: 8px;
  }

  .main__subtitle {
    font-size: 12px;
  }

  .main__img {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .white__btn,
  .contact__btn {
    font-size: 12px;
    padding: 8px 14px 8px 20px;
  }
  .offer__btns .white__btn,
  [lang='sl-SI'] .white__btn,
  [lang='hr'] .offer__btns a,
  [lang='sr-RS'] .white__btn {
    font-size: 11px;
    padding: 8px 14px 8px 13px;
  }
  .white__btn-svg {
    margin-left: 10px;
  }

  .header__link {
    color: var(--white);
    font-size: 21px;
    width: 100%;
    display: block;
  }

  .header__item + .header__item,
  .header__item {
    margin: 0;
    margin-bottom: 10px;
  }

  [lang='sr-RS'] .header__item + .header__item {
    margin: 0px;
    margin-bottom: 10px;
  }

  .white__btn-svg {
    width: 10px;
    height: 10px;
  }

  .main__wrap {
    flex-direction: column;
    padding-top: 0px;
  }

  .main__text {
    margin-bottom: 27px;
  }

  .main .main__text {
    margin-top: 100px;
  }

  .main__img {
    max-width: 91px;
  }

  body.lock {
    overflow: hidden;
  }

  .header__body {
    height: 67px;
  }

  .header__logo {
    max-width: 95px;
    max-height: 27px;
  }

  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 6;
  }

  .header__burger:before,
  .header__burger:after {
    content: '';
    background-color: var(--text-color);
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    transition: all 0.3s ease 0s;
  }
  .header.active .header__burger:before,
  .header.active .header__burger:after {
    background-color: #fff;
  }

  .header.active .header__burger span {
    background-color: #fff;
  }
  .header__burger.active:before,
  .header__burger.active:after {
    background-color: var(--white);
  }

  .header__burger:before {
    top: 0;
  }

  .header__burger:after {
    bottom: 0;
  }

  .header__burger span {
    background-color: var(--text-color);
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    top: 9px;
    transition: all 0.3s ease 0s;
  }

  .header__burger.active span {
    transform: scale(0);
  }

  .header__burger.active:before {
    transform: rotate(45deg);
    top: 9px;
  }

  .header__burger.active:after {
    transform: rotate(-45deg);
    bottom: 9px;
  }

  #currentLanguage {
    color: var(--white);
  }

  .triangle svg path {
    fill: var(--white);
  }

  .header__menu {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: #3c4043;
    padding: 70px 10px 20px 10px;
    top: -120%;
    transition: all 0.3s ease 0s;
    z-index: 1;
    display: flex;
    flex-direction: column;
  }

  .header__menu.active {
    top: 0;
    transition: all 0.3s ease 0s;
  }

  .header__list {
    display: block;
    margin-bottom: 15px;
  }

  .swiper-slide {
    width: 90%;
  }

  .dropdown-menu {
    left: 0px;
  }

  /*potential*/
  .potential {
    background-image: none;
  }
  .potential__img {
    display: none;
  }
  .potential__img-mob {
    display: block;
  }
  .potential__wrap {
    gap: 15px;
  }
  .title-h2 {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .subtitle {
    font-size: 12px;
  }

  .potential__wrap {
    padding-top: 0;
    margin-top: 35px;
  }
  .potential__item {
    border-radius: 12px;
  }
  .potential__item-herder {
    align-items: center;
  }

  .potential__item-title {
    font-size: 14px;
  }

  .potential__item-subtitle,
  [lang='ru-RU'] .potential__item-subtitle{
    font-size: 12px;
  }

  /*  business */
  .business__item-text {
    font-size: 12px;
    padding-left: 8px;
  }

  .business__img {
    max-width: 113px;
  }
  .business__left {
    gap: 12px;
  }
  /*program  */
  .program__item {
    padding: 11px 20px 26px 20px;
    gap: 10px;
  }
  .program__img {
    max-height: 31px;
  }
  .program__title {
    font-size: 12px;
  }
  /*offer*/
  .offer {
    margin-bottom: 50px;
    padding: 30px 0 30px 0;
  }

  .offer__title {
    font-size: 16px;
    margin-bottom: 41px;
  }

  .offer__btns {
    flex-direction: column;
    gap: 7px;
  }

  /*enhance */
  .enhance .container {
    padding: 0;
    padding-left: 40px;
  }
  .enhance .container .title-h2,
  .enhance .container .subtitle {
    padding-right: 40px;
  }
  .enhance__bg:after {
    background-image: url(../img/enhance/bg-mob.svg);
    background-repeat: no-repeat;
    left: -51px;
    bottom: 0px;
    top: auto;
    right: 0;
    width: 465px;
    height: 251px;
    z-index: -1;
  }
  .enhance__img-mob {
    display: block;
  }
  .enhance__img {
    display: none;
  }
  .enhance {
    padding-bottom: 0;
    background-image: none;
    margin-bottom: 33px;
  }

  .enhance__wrap {
    padding-top: 16px;
  }

  .enhance__item-header,
  [lang='hr'] .enhance__item-header {
    margin-bottom: 10px;

    max-width: 100%;
    font-size: 14px;
  }

  .enhance__item {
    height: 139px;
    max-width: 100%;
    border-radius: 14px;
  }

  .enhance__item-title,
  [lang='hr'] .enhance__item-title {
    font-size: 14px;
    max-width: 100%;
  }

  .enhance__item-subtitle,
  [lang='hr'] .enhance__item-subtitle,
  [lang='sl-SI'] .enhance__item-subtitle {
    font-size: 11px;
    max-width: 100%;
  }

  .enhance .container .swiper-container {
    padding-top: 15px;
  }

  .enhance__item-header img {
    width: 44px;
  }

  .enhance__item {
    min-height: fit-content;
  }

  .enhance__wrap {
    display: none;
  }

  .enhance .container .swiper-container {
    display: block;
  }

  /*  team*/
  .team {
    padding: 0;
    background-image: none;
  }

  .team__swiper {
    padding-left: 0;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .team__tabs-item {
    font-size: 12px;
  }

  .team__swiper .swiper-wrapper {
    padding: 28px 0 80px 0;
  }
  .team__swiper .swiper-slide {
    justify-content: flex-start;
  }

  .team__tabs {
    margin-top: 11px;
    margin-bottom: 28px;
  }

  .team__name {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .team__position,
  .team__email {
    font-size: 12px;
  }

  .team__swiper .swiper-slide {
    padding: 15px;
    max-width: 100%;
    min-height: 173px;
  }

  .team__swiper .swiper-slide {
    margin-left: 0;
  }

  .team__nav {
    transform: translateX(0%);
  }
  .team__nav .swiper-pagination {
    margin: 0px 14px;
  }

  .team__nav
    .swiper-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0px var(--swiper-pagination-bullet-horizontal-gap, 8px) !important;
  }

  .team__nav .swiper-pagination-bullet {
    height: var(
      --swiper-pagination-bullet-height,
      var(--swiper-pagination-bullet-size, 6px)
    );
    width: var(
      --swiper-pagination-bullet-width,
      var(--swiper-pagination-bullet-size, 6px)
    );
  }

  .team__nav .swiper-pagination-bullet:after {
    content: '';
    border: 1px solid var(--accent-color);
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-20%, -20%);
    border-radius: 50%;
  }

  .team__nav .swiper-pagination,
  .team__nav .swiper-button-prev,
  .team__nav .swiper-button-next {
    position: relative;
    margin: 0;
    max-height: 15px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 5px;
  }
  .team__nav .swiper-pagination {
    padding-top: 4px;
  }

  .team__member img {
    max-width: 72px;
    max-height: 72px;
  }

  .enhance__nav .swiper-button-next,
  .enhance__nav .swiper-button-prev {
    top: 8px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 0px !important;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 0px !important;
  }

  /*contact*/
  .contact__wrap {
    flex-direction: column;
    padding: 26px 0;
  }

  .contact__left {
    margin-bottom: 26px;
  }

  .contact__title {
    font-size: 16px;
    margin-bottom: 13px;
    text-align: center;
  }

  .contact__subtitle {
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
  }

  .contact__wrap {
    margin-top: 0px;
  }

  /*footer */
  .footer {
    padding: 30px 0;
    background-image: url(../img/footer-mob.svg);
    max-height: 250px;
  }

  .form__p {
    font-size: 16px;
  }
  .footer__wrap {
    flex-direction: column;
    gap: 20px;
  }

  .footer__link {
    font-size: 12px;
    text-align: center;
    flex: 1;
  }

  .footer__subscribe-text {
    font-size: 12px;
    text-align: center;
  }

  .foter__social-img {
    max-height: 18px;
  }

  .footer__logo {
    max-width: 95px;
  }
  .email-input {
    font-size: 14px;
  }
  .email-submit {
    padding: 7px 20px 7px 10px;
  }
  .email-input {
    padding: 7px 15px;
  }
  .footer__social {
    max-width: 74px;
  }
  .footer__menu {
    order: -1;
  }

  .footer__menu {
    max-width: 100%;
    gap: 16px;
  }

  /*faq*/
  .faq-container {
    padding: 10px;
    gap: 20px;
  }

  .faq-item {
    border-radius: 20px;
  }

  .faq-question {
    font-size: 14px;
    padding: 10px 15px;
  }
  .faq-answer p {
    font-size: 12px;
  }

  .faq-answer {
    font-size: 13px;
    padding: 10px 15px;
  }
  .faq-toggle {
    width: 35px;
    min-width: 35px;
    height: 35px;

    min-width: 35px;
    border-radius: 10px;
  }
  .faq-arrow {
    max-width: 14px;
  }

  textarea {
    min-height: 150px;
  }
  label {
    font-size: 18px;
  }
  .form input[type='text'],
  .form input[type='email'],
  .form input[type='url'],
  .form input[type='tel'],
  .form textarea,
  .form select {
    font-size: 12px;
    padding: 20px 5px 20px 10px;
  }
  .form select,
  input::placeholder {
    font-size: 14px;
  }

  .form select {
    padding-right: 40px;
  }

  .checkbox__politic .wpcf7-not-valid-tip,
  .wpcf7-not-valid-tip {
	font-size:12px;	
  }

  .arrow:after {
    transform: translateY(0);
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 26%;
  }

  .checkbox-group label,
  .checkbox-group label,
  .checkbox-group label a {
    font-size: 14px;
  }
  .underline {
    right: -98px;
    top: 5px;
    font-size: 14px;
  }
  .checkbox__politic {
    font-size: 14px;
  }
  /* contact   */
  .contact-form {
    flex-direction: column;
  }
  .main--inner {
    min-height: 180px;
  }
  .lock .main--inner {
    min-height: 100vh;
  }

  /* blog	 */
  #insights .container {
    padding: 0 45px;
  }
  .blog__item {
    height: 240px;
  }
  .blog__item a .blog__img {
    height: 132px;
    min-height: 132px;
  }
  .blog__name {
    font-size: 12px;
    padding: 0 13px 15px 13px;
    max-width: 180px;
  }

  [lang='ru-RU'] .enhance__item-subtitle {
    font-size: 12px;
    width: 100%;
    max-width: 100%;
  }

  [lang='ru-RU'] .enhance__item-title {
    font-size: 14px;
  }
}

/*end 768*/

@media (max-width: 480px) {
  .team__swiper {
    margin-left: 0;
  }
  .container {
    padding: 0 44px;
  }
  .form-container .container {
    padding: 0 14px;
  }
  .team__nav {
    bottom: 35px;
  }
  .team__nav-bottom {
    bottom: 20px;
  }

  input::placeholder,
  select,
  option {
    white-space: normal;
    overflow-wrap: break-word;
    height: auto;
  }

}

@media (max-width: 376px) {
  .main {
    background: url(../img/main-mob.png);
    max-height: 459px;
  }
}
