@import url(reset.css);

@font-face {
  font-family: "Roboto-Regular";
  src: url("/css/fonts/Roboto/Roboto-Regular/Roboto-Regular.eot");
  src: url("/css/fonts/Roboto/Roboto-Regular/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("/css/fonts/Roboto/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular") format("svg"),
    url("/css/fonts/Roboto/Roboto-Regular/Roboto-Regular.ttf") format("truetype"),
    url("/css/fonts/Roboto/Roboto-Regular/Roboto-Regular.woff") format("woff"),
    url("/css/fonts/Roboto/Roboto-Regular/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Medium";
  src: url("/css/fonts/Roboto/Roboto-Medium/Roboto-Medium.eot");
  src: url("/css/fonts/Roboto/Roboto-Medium/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("/css/fonts/Roboto/Roboto-Medium/Roboto-Medium.svg#Roboto-Regular") format("svg"),
    url("/css/fonts/Roboto/Roboto-Medium/Roboto-Medium.ttf") format("truetype"),
    url("/css/fonts/Roboto/Roboto-Medium/Roboto-Medium.woff") format("woff"),
    url("/css/fonts/Roboto/Roboto-Medium/Roboto-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto-Italic";
  src: url("/css/fonts/Roboto/Roboto-Italic/Roboto-Italic.eot");
  src: url("/css/fonts/Roboto/Roboto-Italic/Roboto-Italic.eot?#iefix") format("embedded-opentype"),
    url("/css/fonts/Roboto/Roboto-Italic/Roboto-Italic.svg#Roboto-Italic") format("svg"),
    url("/css/fonts/Roboto/Roboto-Italic/Roboto-Italic.ttf") format("truetype"),
    url("/css/fonts/Roboto/Roboto-Italic/Roboto-Italic.woff") format("woff"),
    url("/css/fonts/Roboto/Roboto-Italic/Roboto-Italic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Museo-Sans-700";
  src: url("/css/fonts/MuseoSans/MuseoSansCyrl-700.eot");
  src: local("MuseoSansCyrl-700"), url("/css/fonts/MuseoSans/MuseoSansCyrl-700.eot?#iefix") format("embedded-opentype"),
    url("/css/fonts/MuseoSans/MuseoSansCyrl-700.woff") format("woff"),
    url("/css/fonts/MuseoSans/MuseoSansCyrl-700.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Museo-Sans";
  src: url("/css/fonts/MuseoSans/MuseoSansCyrl-500.eot");
  src: local("MuseoSansCyrl-500"), url("/css/fonts/MuseoSans/MuseoSansCyrl-500.eot?#iefix") format("embedded-opentype"),
    url("/css/fonts/MuseoSans/MuseoSansCyrl-500.woff") format("woff"),
    url("/css/fonts/MuseoSans/MuseoSansCyrl-500.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Mulish-Regular";
  src: url("/css/fonts/Mulish2/Mulish-Regular.eot");
  src: local("Mulish-Regular"), url("/css/fonts/Mulish2/Mulish-Regular.eot?#iefix") format("embedded-opentype"),
    url("/css/fonts/Mulish2/Mulish-Regular.woff") format("woff"),
    url("/css/fonts/Mulish2/Mulish-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "Roboto-Regular";
  box-sizing: border-box;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

html {
  font-size: 16px;
  color: #343434;
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Museo-Sans";
  text-transform: uppercase;
}

.roboto-regular {
  font-family: "Roboto-Regular";
  font-size: inherit;
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.5rem;
}

.page-title h1 {
  font-size: 20px;
  margin: 10px 0;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px;
  width: 100%;
  font-weight: 700;
}

.page-title h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 100;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 0.875rem;
}

/* span{
    font-size: 0.7rem;
} */
p,
li {
  font-size: 0.8rem;
  color: #343434;
  line-height: 27px;
}

a {
  text-decoration: none;
  color: #2559bf;
  /* font-size: 1rem; */
}

a:hover {
  color: #2559bf;
}

body {
  background-color: #f8f8f8;
}

ul li,
ul ol {
  list-style: none;
}

ol {
  counter-reset: my-awesome-counter;
}

ol li {
  counter-increment: my-awesome-counter;
  padding: 5px 5px 5px 8%;
  text-align: left;
}

ol li::before {
  content: counter(my-awesome-counter) ". ";
  font-family: "Roboto-Regular";
  color: #343434;
  position: absolute;
  width: 1px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  left: 15px;
}

header,
section,
main,
footer {
  /* width: 100%;
    display: flex;
    justify-content: center; */
  position: relative;
}

main {
  flex-direction: column;
  padding: 75px 0;
}

.subtitle {
  margin-top: 0;
  font-weight: 200;
  font-size: 18px;
}

.page-main-info {
  margin-top: 40px;
}

.page-main-info p {
  margin-top: 10px;
  margin-bottom: 0;
}

.error {
  color: red;
}

.header {
  background: #fff;
  z-index: 1222;
  width: 320px;
  left: -320px;
  -webkit-transition: left 0.4s ease-in-out;
  -moz-transition: left 0.4s ease-in-out;
  -ms-transition: left 0.4s ease-in-out;
  -o-transition: left 0.4s ease-in-out;
  transition: left 0.4s ease-in-out;
  position: fixed;
  max-height: 100%;
  min-height: 100%;
  top: 0;
}

.container {
  width: 100% !important;
  max-width: 1580px;
  height: 100%;
  padding: 0 60px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
}

.right-container {
  padding: 0;
  max-width: 1138px;
  width: 100%;
  text-align: left;
}

.page-with-left-menu {
  display: flex;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.flex-column-align-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-column-justify-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flex-column-align-center-justify-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex-align-center {
  display: flex;
  align-items: center;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.flex-between-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-between-align-end {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.flex-around {
  display: flex;
  justify-content: space-around;
}

.flex-around-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.header .container {
  padding: 0;
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  position: absolute;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.font-white-18 {
  font-size: 18px;
  color: #fff;
}

.link-blue {
  color: #2353b0;
}

.link-blue-255 {
  color: #2559bf;
}

.link-blue-border {
  color: #2559bf;
  border-bottom: 1px solid;
}

.hide {
  display: none;
}

.white-text {
  color: #fff;
}

.menu {
  justify-content: space-between;
  flex-direction: column;
  background: #fff;
  height: 100%;
  display: none;
}

.input {
  border: none;
  padding: 10px;
  color: #343434;
  font-size: 14px;
  border-bottom: 1px solid #343434;
  background: none;
}

.input::placeholder {
  font-family: "Roboto-Italic";
  color: #343434;
}

.input:-moz-placeholder {
  font-family: "Roboto-Italic";
  color: #343434;
}

.input:-ms-input-placeholder {
  font-family: "Roboto-Italic";
  color: #343434;
}

.input:-webkit-input-placeholder {
  font-family: "Roboto-Italic";
  color: #343434;
}

.white-input {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.white-input::placeholder {
  font-family: "Roboto-Italic";
  color: #fff;
}

.white-input:-moz-placeholder {
  font-family: "Roboto-Italic";
  color: #fff;
}

.white-input:-ms-input-placeholder {
  font-family: "Roboto-Italic";
  color: #fff;
}

.white-input:-webkit-input-placeholder {
  font-family: "Roboto-Italic";
  color: #fff;
}

.textarea {
  background: none;
  color: #343434;
  border: 1px solid #343434;
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
  resize: none;
}

.textarea::placeholder {
  font-family: "Roboto-Italic";
  color: #343434;
}

.textarea:-moz-placeholder {
  font-family: "Roboto-Italic";
  color: #343434;
}

.textarea:-ms-input-placeholder {
  font-family: "Roboto-Italic";
  color: #343434;
}

.textarea:-webkit-input-placeholder {
  font-family: "Roboto-Italic";
  color: #343434;
}

.white-textarea {
  color: #fff;
  border: 1px solid #fff;
}

.white-textarea::placeholder {
  font-family: "Roboto-Italic";
  color: #fff;
}

.white-textarea:-moz-placeholder {
  font-family: "Roboto-Italic";
  color: #fff;
}

.white-textarea:-ms-input-placeholder {
  font-family: "Roboto-Italic";
  color: #fff;
}

.white-textarea:-webkit-input-placeholder {
  font-family: "Roboto-Italic";
  color: #fff;
}

.button {
  width: 100%;
  max-width: 185px;
  border-radius: 7px;
  font-size: 16px;
  border: none;
  height: 45px;
  cursor: pointer;
}

.white-button {
  background: #fff;
  color: #2559bf;
}

.blue-button {
  width: 100%;
  min-width: 160px;
  max-width: max-content;
  padding: 0 10px;
  background: #2559bf;
  border: 1px solid #2559bf;
  box-sizing: border-box;
  border-radius: 7px;
  color: #fff;
  font-size: 1rem;
  height: max-content;
  min-height: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blue-button:hover {
  /* background: #fff;
    color: #2353B0; */
  background: #3b70d9;
  box-shadow: 0px 0px 15px rgba(96, 149, 255, 0.5);
  color: #fff;
}

.green-button {
  background: mediumseagreen;
  border: 1px solid mediumseagreen;
  border-color: mediumseagreen;
}

.green-button:hover {
  background: #fff;
  color: mediumseagreen;
  box-shadow: 0px 0px 15px rgba(60, 179, 113, 0.5);
  border-color: mediumseagreen;
}

.blue-button:active {
  filter: drop-shadow(0px 0px 15px rgba(96, 149, 255, 0.5));
}

.blue-button:disabled {
  background: #b0bcd3;
  border: none;
  cursor: auto;
  box-shadow: none;
}

.blue-button-long {
  max-width: max-content;
  padding: 0 10px;
}

.blue-button-reverse {
  background: #fff;
  color: #2353b0;
}

.blue-button-reverse:hover {
  background: #2559bf;
  border: 1px solid #2559bf;
}

.red-button {
  background: #fff;
  border: 1px solid red;
  border-color: red;
  color: red;
}

.red-button:hover {
  background: red;
  color: #fff;
}

.green-color {
  color: #4aaf69;
}

.menu-list {
  padding: 63px 30px 0 40px;
}

.menu-list li > a {
  text-decoration: none;
  color: #343434;
  line-height: 19px;
  padding: 15px 0;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #eaebf0;
  text-align: left;
  font-weight: 600;
}

#services-menu-item {
  cursor: pointer;
}

.submenu {
  display: none;
  flex-direction: column;
}

.submenu div .menu-list li a {
  font-size: 14px;
  color: #2559bf;
  padding: 5px 35px;
}

.submenu div h6 {
  font-size: 16px;
  color: #343434;
  margin: 0;
  padding: 10px 0 10px 0;
  position: relative;
  /* border-bottom: 1px solid #eaebf0; */
  text-align: left;
  margin-left: 20px;
}

.submenu div h6.menu-item:after {
  top: 20px;
}

.submenu-big .menu-list {
  display: none;
  flex-direction: column;
  padding: 0;
}

.login-link {
  font-size: 16px;
  color: #2353b0;
  font-weight: 600;
  text-transform: uppercase;
}

.free_consultation {
  border-radius: 5px;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  background: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  background: #2559bf;
  padding: 10px;
}

.main-screen-mobile-consultation .free_consultation {
  font-weight: 100;
  text-transform: initial;
  text-align: center;
  padding: 12px 20px;
  background: #f7f9ff;
  border: 1px solid rgba(37, 89, 191, 0.3);
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #2353b0;
  width: 200px;
  font-weight: 600;
}

.mobile-header {
  width: 100%;
  position: fixed;
  top: 0;
  height: 63px;
  background: #fff;
  left: 0;
  z-index: 1299;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 10%);
  display: flex;
}

.mobile-header .link-blue {
  position: absolute;
  right: 40px;
  top: 20px;
  text-transform: capitalize;
  transition: background-color 0.8s ease-out;
  background-color: rgba(0, 0, 0, 0);
}

.mobile-header.scroll {
  background-color: rgba(128, 128, 128, 0.4);
}

.mobile-header-margin {
  width: 28vw;
  max-width: 140px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.mobile-header-mail {
  margin-right: 25%;
  display: flex;
}

.company-name {
  color: #2353b0;
  text-align: left;
  line-height: 1px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.company-name p {
  color: #2353b0;
  font-size: 11px;
  line-height: normal;
  margin: 0;
  text-align: left;
  font-weight: bold;
}

.company-name span {
  font-size: 10px;
  text-align: left;
  line-height: normal;
}

.navBurger {
  position: fixed;
  left: 40px;
  top: 20px;
  cursor: pointer;
  /* background: #6C88AC; */
  background: #2559bf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  width: 30px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navBurger:before {
  content: "";
  position: absolute;
  /* background:#6C88AC; */
  background: #2559bf;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: -10px;
}

.navBurger:after {
  content: "";
  position: absolute;
  /* background: #6C88AC; */
  background: #2559bf;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  bottom: -10px;
  width: 100%;
}

.navBurger.active {
  background: transparent;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  /* left: 340px; */
  z-index: 3;
}

.navBurger.active:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #6c88ac;
  /* background: #fff; */
  width: 110%;
}

.navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #6c88ac;
  /* background: #fff; */
  width: 110%;
}

.header-buttons > ul {
  padding: 20px 30px 20px 40px;
}

.mobile-header-logo {
  margin-left: auto;
  padding-right: 10px;
}

.mobile-logo {
  max-width: 60px;
  margin-left: 10px;
}

.header-buttons > ul > li {
  position: relative;
  padding: 10px 0;
  text-align: left;
}

.desktop-lang-switcher {
  display: none;
}

.mobile-lang-switcher {
  /* padding-bottom: 15px; */
  padding: 20px 30px 20px 40px;
}

.mobile-lang-switcher ul {
  display: flex;
  justify-content: space-between;
  max-width: 240px;
}

.current_language {
  cursor: pointer;
  position: relative;
  font-size: 13px;
  color: #343434;
  font-weight: bold;
  text-transform: uppercase;
}

.lang-link {
  font-size: 13px;
  color: #343434;
  text-transform: uppercase;
}

.lang-switcher ul li a {
  font-size: 1rem;
  color: #343434;
  text-transform: uppercase;
}

.lang-switcher ul li a:hover {
  color: #2559bf;
}

.main-screen {
  max-height: 1080px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.main-screen-video {
  /* background-color: #4B5863; */
  background-image: url("/assets/img/background_mobile.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* filter: blur(20px) brightness(0.7); */
  /* transition: filter 0.1s ease-in-out; */
  position: relative;
}

.main-screen-content {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.main-screen-video-bg {
  display: none;
}

.main-screen-description {
  height: 100%;
}

.logo {
  position: absolute;
  top: 3%;
  right: 2%;
  width: 153px;
}

.main-logo {
  max-width: 85px;
  /* padding-right: 40px; */
  z-index: 2;
  position: relative;
  display: none;
}

.mobile-main-link {
  display: block;
  font-size: inherit;
}

.section-main-page {
  padding: 25px 0;
}

.footer-menu {
  background-color: #fff;
  padding: 60px 0;
}

.footer-menu-list {
  width: 100%;
  max-width: 750px;
  display: none;
}

.footer-menu-social {
  width: 100%;
  margin: 0 auto;
  max-width: 300px;
}

.footer-contacts-list-item {
  max-width: 100%;
  margin: 0 3px;
  padding: 15px 0 5px;
}

.footer-contacts-list-item p {
  line-height: 181.5%;
}

.footer-contacts-list-item p a {
  font-size: inherit;
}

.footer-conacts-link {
  padding: 0;
  display: flex;
  align-items: center;
}

.footer-conacts-link h6 {
  text-transform: uppercase;
  margin: 0;
}

.footer-conacts-link img {
  width: 25px;
  margin-left: 10px;
  border-radius: 5px;
}

.footer-contacts-list-item-azerbaijan img {
  height: 16px;
}

.footer-contacts {
  display: none;
}

.footer-copyright {
  padding: 15px 0 0 38px;
}

.footer-copyright > div {
  width: 100%;
}

.copyright p {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
}

.section-title,
.page-title,
.page-content,
.section-description {
  text-align: left;
}

.section-title h3 {
  font-size: 1.5rem;
  font-size: 1rem;
  font-weight: 100;
  text-transform: uppercase;
}

.page-content a {
  font-size: inherit;
}

.right-container .page-title {
  max-width: 100%;
  padding-top: 0;
}

.right-container .page-title h1 {
  margin-top: 0;
}

.list-item {
  padding: 5px 0 5px 20%;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}

.list-item:before {
  position: absolute;
  content: "";
  width: 10vw;
  max-width: 48px;
  height: 0;
  border-top: 3px solid #2559bf;
  top: 14px;
  left: 0;
}

.useful-links-table {
  padding-bottom: 60px;
}

.info-table {
  width: 100%;
}

.info-table th {
  border-bottom: 3px solid #2353b0;
  text-align: left;
  /* font-family: 'Axiforma'; */
  font-family: "Museo-Sans";
  font-size: 1rem;
  font-weight: 100;
  padding: 15px 25px;
  vertical-align: middle;
}

.info-table tr td {
  border-bottom: 1px solid #989898;
  padding: 15px 25px;
  font-size: 0.825rem;
  color: #343434;
  vertical-align: middle;
}

/* .info-table tr td:not(:last-child) {
    border-right: 1px solid #989898;
} */

.two-columns-table tr td:nth-child(2) {
  padding-left: 40px;
}

.left-side-table tr td:first-child {
  width: 65%;
}

.right-side-table tr td:nth-child(2) {
  width: 85%;
  text-align: left;
}

.td-text-align {
  text-align: center;
}

.tr-border {
  border-bottom: 3px solid #989898;
}

.patent-office-table tr td:first-child,
.patent-office-table tr td:nth-child(2) {
  text-align: center;
}

.info-table-description {
  font-size: 1.15rem;
  color: #343434;
  display: block;
  padding-top: 10px;
}

.desktop-legislation {
  display: none;
}

.mobile-legislation-item > a {
  display: block;
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 2px solid #b8b8b8;
  text-align: left;
}

.mobile-legislation-item > a h4 {
  margin: 0;
}

.mobile-legislation-table {
  width: 100%;
  text-align: left;
}

.mobile-legislation-table tr:first-child td {
  padding-top: 15px;
}

.mobile-legislation-table tr:last-child td {
  padding-bottom: 15px;
}

.mobile-legislation-table tr td:first-child {
  width: 35%;
  padding-right: 10px;
}

.mobile-legislation-table tr td {
  font-size: 14px;
  color: #848484;
  line-height: 140%;
  padding: 5px 0;
}

.mobile-legislation-table tr:first-child td:first-child {
  font-weight: bold;
}

.mobile-legislation-table tr:first-child td:last-child {
  color: #343434;
}

.mobile-legislation-item .mobile-legislation-table:not(:last-child) {
  border-bottom: 0.7px solid #b8b8b8;
}

.mobile-legislation .mobile-hidden-content h4:after {
  right: 10px;
}

.form-row-between {
  display: flex;
  justify-content: space-between;
}

.form-input-container {
  position: relative;
  padding-bottom: 20px;
}

.form-input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a6afce;
  padding: 10px 2px;
  font-size: 16px;
  position: relative;
  z-index: 3;
  color: #343434;
  background: none;
}

.form-input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 50px #fff !important;
  /* Цвет фона */
  box-shadow: inset 0 0 0 1000px #fff;
  -webkit-text-fill-color: #343434 !important;
  /* цвет текста */
  color: #343434 !important;
  /* цвет текста */
}

.login-form .form-input {
  max-width: 300px;
}

.form-placeholder {
  position: absolute;
  left: 0;
  /* top: 10px; */
  bottom: 25px;
  transition: 0.5s;
  z-index: 1;
  font-size: 14px;
  color: #848484;
}

.form-input:focus ~ .form-placeholder,
.form-input:not(:focus):valid ~ .form-placeholder,
.form-input:disabled ~ .form-placeholder {
  font-size: 12px;
  /* top: -10px; */
  bottom: 55px;
  z-index: 5;
}

.form-select {
  margin-right: 5%;
  border: none;
  border-bottom: 1px solid #a6afce;
  font-size: 14px;
  height: 100%;
  color: #848484;
  width: auto;
}

.input-errors {
  position: absolute;
  bottom: 10px;
  font-size: 11px;
  color: red;
  left: 0;
  width: 100%;
  text-align: right;
}

/*Contact us */
.contact-us-container {
  display: flex;
}

.contact-us-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding-top: 100px;
}

.contact-us {
  max-width: 1009px;
  background: #fff;
  border: 1px solid #e2e2e2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 40px 40px;
  border-radius: 3px;
  position: relative;
}

.modal-consultation .contact-us {
  margin: 0 15px;
}

.section-main-page .contact-us {
  padding: 50px 40px;
}

.section-main-page .contact-us-map {
  display: none;
}

.section-main-page .contact-us,
.section-main-page .contact-us-map {
  border-top: 7px solid #2559bf;
}

.contact-us-head {
  width: 100%;
  text-align: left;
}

.section-main-page .contact-us-head {
  text-align: left;
}

.section-main-page .contact-us-head h4 {
  font-weight: 100;
}

.contact-us-inputs {
  width: 100%;
}

.contact-us-button {
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.section-main-page .contact-us-button {
  text-align: right;
}

.contact-us-button button {
  max-width: 100%;
}

.contact-us-textarea-wrapper {
  padding: 38px 0px 18px 1px;
}

.contact-us-textarea {
  height: 100%;
  width: 100%;
  resize: none;
  border: 1px solid #a6afce;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 15px 50px 50px 15px;
}

.contact-us-textarea::-webkit-input-placeholder {
  color: #848484;
  font-size: 14px;
}

.error.contact-us-textarea::-webkit-input-placeholder {
  color: red;
}

.contact-us-map {
  width: 100%;
  max-width: 613px;
}

#map_wrapper {
  width: 100%;
  display: flex;
  height: 100%;
}

#map_canvas {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}

/*END Contact us */
.footer-social {
  width: 100%;
}

.social-list {
  width: 100%;
}

.social-list ul {
  flex-direction: row;
  width: 100%;
  max-width: 192px;
  padding-top: 20px;
  align-items: center;
}

.social-logo {
  display: block;
}

.social-logo.social-instagram {
  width: 22px;
  height: 22px;
  background: url("/assets/img/icons/instagram.svg");
}

.social-logo.social-instagram:hover {
  background: url("/assets/img/icons/instagram-hover.svg");
}

.social-logo.social-fb {
  width: 21px;
  height: 21px;
  background: url("/assets/img/icons/fb.svg");
}

.social-logo.social-fb:hover {
  background: url("/assets/img/icons/fb-hover.svg");
}

.social-logo.social-linkedin {
  width: 22px;
  height: 22px;
  background: url("/assets/img/icons/linkedin.svg");
}

.social-logo.social-linkedin:hover {
  background: url("/assets/img/icons/linkedin-hover.svg");
}

.social-logo.social-vk {
  width: 26px;
  height: 16px;
  background: url("/assets/img/icons/vk.svg");
}

.social-logo.social-vk:hover {
  background: url("/assets/img/icons/vk-hover.svg");
}

.social-logo.social-youtube {
  width: 26px;
  height: 17px;
  background: url("/assets/img/icons/youtube.svg");
}

.social-logo.social-youtube:hover {
  background: url("/assets/img/icons/youtube-hover.svg");
}

.modal,
.modal-react {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background: #0c0c0c63;
  z-index: 20000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-out;
}

.modal-react {
  opacity: 1;
  visibility: visible;
}

.consultation {
  background: #fff;
  width: 100%;
  max-width: 538px;
  padding: 35px 35px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.consultation-inputs,
.consulatation-btn {
  width: 100%;
}

.consulatation-btn {
  text-align: center;
}

.consultation-msg {
  padding-top: 20px;
  padding-bottom: 40px;
}

.input-errors {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  color: red;
  left: 0;
  width: 100%;
  text-align: right;
}

.thank-msg {
  border: 1px solid white;
  max-width: 560px;
  -webkit-box-shadow: 0px 7px 27px -2px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 7px 27px -2px rgba(0, 0, 0, 0.52);
  left: -1px;
  display: flex;
  border-radius: 5px;
  height: 117%;
  padding: 6px;
  background: #fff;
}

.thank-msg img {
  width: 25%;
  margin: 10px 15px 10px 25px;
}

.thank-msg div {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  /* padding-right: 74px; */
  color: #666;
  font-family: ROBOTO;
  font-size: 15px;
}

.thank-msg span {
  font-weight: bold;
  color: black;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
}

.thank-msg p {
  font-size: 12px;
  line-height: 1.5;
}

.current-link-menu {
  font-weight: bold !important;
}

.current-link-menu:hover {
  color: black;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  top: 90px;
  right: 10px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: 100%;
  background: url(/assets/img/additionalImg/arrowUp.svg) no-repeat left top;
  opacity: 0.7;
  border: 1px solid #2353b0;
  border-radius: 50%;
  background-position: center;
}

#toTop:hover {
  background-image: url(/assets/img/additionalImg/arrowUp-white.svg);
  background-color: #2353b0;
}

#toTopHover {
  width: 51px;
  height: 51px;
  display: block;
}

.footer-social-text {
  text-align: left;
  font-size: 13px;
  color: #343434;
  line-height: 140.5%;
  margin: 27px 0 10px;
  width: 100%;
}

.dash-list li {
  position: relative;
  padding: 7px 0 7px 40px;
  text-align: left;
}

.dash-list li:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 0;
  border-top: 2px solid #2559bf;
  top: 20px;
  left: 0;
}

.float-dash-list.dash-list li:before {
  display: none;
}

.float-dash-list.dash-list li {
  display: flex;
  align-items: center;
  padding: 7px 0;
}

.float-dash-list.dash-list span {
  max-width: calc(100% - 35px);
}

.float-dash-list.dash-list .dash {
  width: 25px;
  height: 0;
  border-top: 2px solid #2559bf;
  display: block;
  margin-right: 10px;
}

.open-dash-list li {
  color: #2353b0;
  font-family: "Museo-Sans";
  cursor: pointer;
}

.open-dash-list-item {
  display: none;
  cursor: default;
  color: initial;
  padding-top: 7px;
}

.open-dash-list-item.open {
  display: block;
}

.background-text {
  background: #eef4fa;
  border: 1px solid #2559bf80;
  border-radius: 5px;
  padding: 38px 50px;
  /* box-shadow: 0px 0px 10px rgba(35, 49, 84, 0.1);
    border-left: 3px solid #2559BF; */
}

.background-link {
  background: rgba(255, 255, 255, 0.705);
  border: 2px solid rgba(37, 89, 191, 0.4);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 20px 40px 20px 30px;
  display: block;
  width: 100%;
  position: relative;
  font-weight: bold;
}

.background-link:after {
  content: "";
  background-image: url("/assets/img/arrow-right-blue.svg");
  position: absolute;
  width: 10px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 24px;
  right: 30px;
}

.background-link:hover {
  color: #477eec;
}

.background-link:hover:after {
  filter: brightness(1.155);
}

.select2-container {
  z-index: 999999;
}

.translation_list {
  width: 100%;
}

.arrow-down {
  width: 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.arrow-down.rotate180deg {
  transform: rotate(180deg);
}

.test .jurisdictions_services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.test .jurisdictions_services .services_link {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.test .jurisdictions_services .services_link div {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(37, 89, 191, 0.4);
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  left: 0;
  top: 0;
}

.test .jurisdictions_services .services_link span {
  color: #808080;
  z-index: 1;
}

.test .services_link:hover div {
  transform: perspective(550px) translateZ(12px);
  background: #ecf3fa;
}

.test .services_link a {
  z-index: 1;
}

.test .services_link:hover a {
  color: #477eec;
}

.custom-list {
  display: flex;
}

.custom-list > div {
  display: flex;
  align-items: center;
}

.custom-list ul li a {
  color: #1e64ce;
}

.page-head-img {
  width: 100%;
  margin-bottom: 25px;
}

/* =====================
Article banner ant animation title
===================== */

      .article-top-banner {
        display: flex;
        flex-wrap: wrap;
        background: #2153b4;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        margin: 0 0 40px 0;
        
      }

      .article-banner-content {
        flex: 1 1 300px;
        padding: 36px;
        box-sizing: border-box;
      }

      .article-banner-content h1 {
        margin: 0 0 16px;
        color: rgb(255, 255, 255);
        line-height: 1.4;
        text-transform: uppercase;
        font-size: 30px;
      }

      .article-banner-content p {
        font-size: 16px;
        margin-bottom: 24px;
        color: rgb(255, 255, 255);
        max-width: 500px;
      }

      .article-banner-btn {
        display: inline-block;
        background: transparent;
        padding: 12px 24px;
        border: 1px rgb(255, 255, 255) solid;
        color: white;
        transition: background-color 0.3s ease;
      }

      .article-banner-btn:hover {
        background: rgb(255, 255, 255);
        color: #2153b4;
      }

      .article-banner-graphics {
        flex: 0 0 300px;
        min-height: 100%;
        background: #2153b4;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      .article-banner-graphics img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        padding: 28px;
        opacity: 0;
        transform: translateY(20px);
        transition: opacity 1s ease, transform 1s ease;
      }

      .article-banner-graphics img.loaded {
        opacity: 1;
        transform: translateY(0);
      }
      .article-banner-btn-wrapper {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
      }

      .article-banner-stats {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
      }

      @media (max-width: 767px) {
        .article-top-banner {
          display: none;
        }
      }

      @media (max-width: 767px) {
        .show-mobile {
          display: block;
        }
      }

      /* Animation title */

      @keyframes fadeInUp {
        from {
          opacity: 0;
          transform: translateY(20px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }

      .fade-heading {
        animation: fadeInUp 0.8s ease forwards;
        opacity: 0;
      }
/* =====================
End article banner ant animation title
===================== */

.page-content .jurisdictions-national-office img {
  max-width: 89px;
  display: none;
  height: auto;
}

.page-content .jurisdictions-ip-legislation img {
  max-width: 90px;
  display: none;
  height: auto;
}

.contact-us-slider {
  width: 442px;
  margin: 0 !important;
  border-top: 7px solid #2559bf;
  background: rgba(245, 250, 255, 0.7);
  border-left: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-radius: 0 0 0 3px;
  display: none;
}

.contact-us-slider .slick-arrow {
  display: none !important;
}

.contact-us-slider .slick-slide {
  width: 442px;
}

.contact-us-slider .slick-dots {
  position: relative;
  bottom: auto;
}

.contact-us-with-adress {
  align-items: normal;
}

.contact-us-with-adress .contact-us {
  max-width: 728px;
  border-top: 7px solid #2559bf;
  border-left: none;
  border-radius: 0 0 3px 0;
}

.contact-us-with-adress .contact-us h4 {
  text-align: left;
}

.contact-us-with-adress .contact-us-inputs {
  width: 100%;
}

.contact-us-slider .adress {
  width: 100%;
  padding-top: 40px;
  padding-left: 100px;
}

.contact-us-slider .adress a {
  font-size: inherit;
}

.contact-us-slider .adress .place p {
  margin-top: 10px;
}

.contact-us-slider .adress .mail p {
  margin: 5px 0;
}

.contact-us-with-adress h4 {
  font-weight: 100;
  margin: 0;
}

.contact-us-with-adress span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-family: "Museo-Sans";
  color: #343434;
}

.contact-us-with-adress .contact-us-button {
  text-align: right;
}

.contact-us-name-row {
  display: flex;
  justify-content: space-between;
}

.contact-us-name-row > div {
  width: 45%;
}

.itc-select {
  position: relative;
  border-radius: 7px;
  border: 1px solid #d6d6d6;
  background: #fff;
  width: 100%;
}

.itc-select__dropdown {
  display: none;
  position: absolute;
  border: 1px solid #d6d6d6;
  border-top: 3px solid #2353b0;
  z-index: 10;
  background: #fff;
  width: 100%;
}
.itc-select__dropdown ul {
  max-height: 700px;
  overflow: auto;
}
.itc-select.active .itc-select__dropdown {
  display: block;
}

.itc-select__toggle {
  border: none;
  background: none;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  width: 100%;
  color: #2353b0;
  font-size: 14px;
}

.itc-select__toggle:after {
  content: "";
  position: absolute;
  right: 20px;
  top: calc(50% - 3px);
  border: 5px solid transparent;
  border-top: 5px solid #343434;
}

.itc-select.active .itc-select__toggle:after {
  transform: rotate(180deg);
  top: calc(50% - 7px);
}

.itc-select__option {
  padding: 10px 20px;
  /* border-bottom: 1px solid #C1C1C1; */
  font-size: 14px;
  cursor: pointer;
  position: relative;
}

.itc-select__option:hover {
  color: #2353b0;
  background: #ecf3fa;
}

.itc-select__option:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #e4e4e4;
  width: calc(100% - 20px);
  top: 100%;
  left: 10px;
}
.phone-code-form {
  display: flex;
  align-items: stretch;
}
.phone-code {
  max-width: 95px;
  border: none;
  border-radius: initial;
  border-bottom: 1px solid #a6afce;
  position: static;
  margin-bottom: 20px;
}
.phone-code .itc-select__toggle {
  display: flex;
  align-items: center;
  padding: 0;
  padding-bottom: 2px;
  color: #848484;
}
.phone-code .itc-select__toggle .flag {
  margin-left: 2px;
  margin-right: 5px;
}
.phone-form.form-input-container {
  width: 100%;
}
.phone-code-countries {
  display: flex;
  flex-direction: column;
}
.phone-code-countries .itc-select__option {
  display: flex;
  justify-content: space-between;
  order: 2;
}
.phone-code-country-ua {
  order: 1 !important;
}
.phone-code-countries-code {
  display: flex;
  align-items: center;
}
.flag {
  width: 16px;
  height: 11px;
  background: url("../assets/img/flags.png") no-repeat;
  display: block;
  transform: scale(1.2);
  margin-left: 10px;
}
.phone-flag {
  margin-left: 2px;
  margin-right: 5px;
}
.flag.flag-ad {
  background-position: -16px 0;
}

.flag.flag-ae {
  background-position: -32px 0;
}

.flag.flag-af {
  background-position: -48px 0;
}

.flag.flag-ag {
  background-position: -64px 0;
}

.flag.flag-ai {
  background-position: -80px 0;
}

.flag.flag-al {
  background-position: -96px 0;
}

.flag.flag-am {
  background-position: -112px 0;
}

.flag.flag-an {
  background-position: -128px 0;
}

.flag.flag-ao {
  background-position: -144px 0;
}

.flag.flag-ar {
  background-position: -160px 0;
}

.flag.flag-as {
  background-position: -176px 0;
}

.flag.flag-at {
  background-position: -192px 0;
}

.flag.flag-au {
  background-position: -208px 0;
}

.flag.flag-aw {
  background-position: -224px 0;
}

.flag.flag-az {
  background-position: -240px 0;
}

.flag.flag-ba {
  background-position: 0 -11px;
}

.flag.flag-bb {
  background-position: -16px -11px;
}

.flag.flag-bd {
  background-position: -32px -11px;
}

.flag.flag-be {
  background-position: -48px -11px;
}

.flag.flag-bf {
  background-position: -64px -11px;
}

.flag.flag-bg {
  background-position: -80px -11px;
}

.flag.flag-bh {
  background-position: -96px -11px;
}

.flag.flag-bi {
  background-position: -112px -11px;
}

.flag.flag-bj {
  background-position: -128px -11px;
}

.flag.flag-bm {
  background-position: -144px -11px;
}

.flag.flag-bn {
  background-position: -160px -11px;
}

.flag.flag-bo {
  background-position: -176px -11px;
}

.flag.flag-br {
  background-position: -192px -11px;
}

.flag.flag-bs {
  background-position: -208px -11px;
}

.flag.flag-bt {
  background-position: -224px -11px;
}

.flag.flag-bv {
  background-position: -240px -11px;
}

.flag.flag-bw {
  background-position: 0 -22px;
}

.flag.flag-by {
  background-position: -16px -22px;
}

.flag.flag-bz {
  background-position: -32px -22px;
}

.flag.flag-ca {
  background-position: -48px -22px;
}

.flag.flag-catalonia {
  background-position: -64px -22px;
}

.flag.flag-cd {
  background-position: -80px -22px;
}

.flag.flag-cf {
  background-position: -96px -22px;
}

.flag.flag-cg {
  background-position: -112px -22px;
}

.flag.flag-ch {
  background-position: -128px -22px;
}

.flag.flag-ci {
  background-position: -144px -22px;
}

.flag.flag-ck {
  background-position: -160px -22px;
}

.flag.flag-cl {
  background-position: -176px -22px;
}

.flag.flag-cm {
  background-position: -192px -22px;
}

.flag.flag-cn {
  background-position: -208px -22px;
}

.flag.flag-co {
  background-position: -224px -22px;
}

.flag.flag-cr {
  background-position: -240px -22px;
}

.flag.flag-cu {
  background-position: 0 -33px;
}

.flag.flag-cv {
  background-position: -16px -33px;
}

.flag.flag-cw {
  background-position: -32px -33px;
}

.flag.flag-cy {
  background-position: -48px -33px;
}

.flag.flag-cz {
  background-position: -64px -33px;
}

.flag.flag-de {
  background-position: -80px -33px;
}

.flag.flag-dj {
  background-position: -96px -33px;
}

.flag.flag-dk {
  background-position: -112px -33px;
}

.flag.flag-dm {
  background-position: -128px -33px;
}

.flag.flag-do {
  background-position: -144px -33px;
}

.flag.flag-dz {
  background-position: -160px -33px;
}

.flag.flag-ec {
  background-position: -176px -33px;
}

.flag.flag-ee {
  background-position: -192px -33px;
}

.flag.flag-eg {
  background-position: -208px -33px;
}

.flag.flag-eh {
  background-position: -224px -33px;
}

.flag.flag-england {
  background-position: -240px -33px;
}

.flag.flag-er {
  background-position: 0 -44px;
}

.flag.flag-es {
  background-position: -16px -44px;
}

.flag.flag-et {
  background-position: -32px -44px;
}

.flag.flag-eu {
  background-position: -48px -44px;
}

.flag.flag-fi {
  background-position: -64px -44px;
}

.flag.flag-fj {
  background-position: -80px -44px;
}

.flag.flag-fk {
  background-position: -96px -44px;
}

.flag.flag-fm {
  background-position: -112px -44px;
}

.flag.flag-fo {
  background-position: -128px -44px;
}

.flag.flag-fr {
  background-position: -144px -44px;
}

.flag.flag-ga {
  background-position: -160px -44px;
}

.flag.flag-gb {
  background-position: -176px -44px;
}

.flag.flag-gd {
  background-position: -192px -44px;
}

.flag.flag-ge {
  background-position: -208px -44px;
}

.flag.flag-gf {
  background-position: -224px -44px;
}

.flag.flag-gg {
  background-position: -240px -44px;
}

.flag.flag-gh {
  background-position: 0 -55px;
}

.flag.flag-gi {
  background-position: -16px -55px;
}

.flag.flag-gl {
  background-position: -32px -55px;
}

.flag.flag-gm {
  background-position: -48px -55px;
}

.flag.flag-gn {
  background-position: -64px -55px;
}

.flag.flag-gp {
  background-position: -80px -55px;
}

.flag.flag-gq {
  background-position: -96px -55px;
}

.flag.flag-gr {
  background-position: -112px -55px;
}

.flag.flag-gs {
  background-position: -128px -55px;
}

.flag.flag-gt {
  background-position: -144px -55px;
}

.flag.flag-gu {
  background-position: -160px -55px;
}

.flag.flag-gw {
  background-position: -176px -55px;
}

.flag.flag-gy {
  background-position: -192px -55px;
}

.flag.flag-hk {
  background-position: -208px -55px;
}

.flag.flag-hm {
  background-position: -224px -55px;
}

.flag.flag-hn {
  background-position: -240px -55px;
}

.flag.flag-hr {
  background-position: 0 -66px;
}

.flag.flag-ht {
  background-position: -16px -66px;
}

.flag.flag-hu {
  background-position: -32px -66px;
}

.flag.flag-ic {
  background-position: -48px -66px;
}

.flag.flag-id {
  background-position: -64px -66px;
}

.flag.flag-ie {
  background-position: -80px -66px;
}

.flag.flag-il {
  background-position: -96px -66px;
}

.flag.flag-im {
  background-position: -112px -66px;
}

.flag.flag-in {
  background-position: -128px -66px;
}

.flag.flag-io {
  background-position: -144px -66px;
}

.flag.flag-iq {
  background-position: -160px -66px;
}

.flag.flag-ir {
  background-position: -176px -66px;
}

.flag.flag-is {
  background-position: -192px -66px;
}

.flag.flag-ax {
  background-position: -192px -66px;
}

.flag.flag-it {
  background-position: -208px -66px;
}

.flag.flag-je {
  background-position: -224px -66px;
}

.flag.flag-jm {
  background-position: -240px -66px;
}

.flag.flag-jo {
  background-position: 0 -77px;
}

.flag.flag-jp {
  background-position: -16px -77px;
}

.flag.flag-ke {
  background-position: -32px -77px;
}

.flag.flag-kg {
  background-position: -48px -77px;
}

.flag.flag-kh {
  background-position: -64px -77px;
}

.flag.flag-ki {
  background-position: -80px -77px;
}

.flag.flag-km {
  background-position: -96px -77px;
}

.flag.flag-kn {
  background-position: -112px -77px;
}

.flag.flag-kp {
  background-position: -128px -77px;
}

.flag.flag-kr {
  background-position: -144px -77px;
}

.flag.flag-kurdistan {
  background-position: -160px -77px;
}

.flag.flag-kw {
  background-position: -176px -77px;
}

.flag.flag-ky {
  background-position: -192px -77px;
}

.flag.flag-kz {
  background-position: -208px -77px;
}

.flag.flag-la {
  background-position: -224px -77px;
}

.flag.flag-lb {
  background-position: -240px -77px;
}

.flag.flag-lc {
  background-position: 0 -88px;
}

.flag.flag-li {
  background-position: -16px -88px;
}

.flag.flag-lk {
  background-position: -32px -88px;
}

.flag.flag-lr {
  background-position: -48px -88px;
}

.flag.flag-ls {
  background-position: -64px -88px;
}

.flag.flag-lt {
  background-position: -80px -88px;
}

.flag.flag-lu {
  background-position: -96px -88px;
}

.flag.flag-lv {
  background-position: -112px -88px;
}

.flag.flag-ly {
  background-position: -128px -88px;
}

.flag.flag-ma {
  background-position: -144px -88px;
}

.flag.flag-mc {
  background-position: -160px -88px;
}

.flag.flag-md {
  background-position: -176px -88px;
}

.flag.flag-me {
  background-position: -192px -88px;
}

.flag.flag-mg {
  background-position: -208px -88px;
}

.flag.flag-mh {
  background-position: -224px -88px;
}

.flag.flag-mk {
  background-position: -240px -88px;
}

.flag.flag-ml {
  background-position: 0 -99px;
}

.flag.flag-mm {
  background-position: -16px -99px;
}

.flag.flag-mn {
  background-position: -32px -99px;
}

.flag.flag-mo {
  background-position: -48px -99px;
}

.flag.flag-mp {
  background-position: -64px -99px;
}

.flag.flag-mq {
  background-position: -80px -99px;
}

.flag.flag-mr {
  background-position: -96px -99px;
}

.flag.flag-ms {
  background-position: -112px -99px;
}

.flag.flag-mt {
  background-position: -128px -99px;
}

.flag.flag-mu {
  background-position: -144px -99px;
}

.flag.flag-mv {
  background-position: -160px -99px;
}

.flag.flag-mw {
  background-position: -176px -99px;
}

.flag.flag-mx {
  background-position: -192px -99px;
}

.flag.flag-my {
  background-position: -208px -99px;
}

.flag.flag-mz {
  background-position: -224px -99px;
}

.flag.flag-na {
  background-position: -240px -99px;
}

.flag.flag-nc {
  background-position: 0 -110px;
}

.flag.flag-ne {
  background-position: -16px -110px;
}

.flag.flag-nf {
  background-position: -32px -110px;
}

.flag.flag-ng {
  background-position: -48px -110px;
}

.flag.flag-ni {
  background-position: -64px -110px;
}

.flag.flag-nl {
  background-position: -80px -110px;
}

.flag.flag-no {
  background-position: -96px -110px;
}

.flag.flag-np {
  background-position: -112px -110px;
}

.flag.flag-nr {
  background-position: -128px -110px;
}

.flag.flag-nu {
  background-position: -144px -110px;
}

.flag.flag-nz {
  background-position: -160px -110px;
}

.flag.flag-om {
  background-position: -176px -110px;
}

.flag.flag-pa {
  background-position: -192px -110px;
}

.flag.flag-pe {
  background-position: -208px -110px;
}

.flag.flag-pf {
  background-position: -224px -110px;
}

.flag.flag-pg {
  background-position: -240px -110px;
}

.flag.flag-ph {
  background-position: 0 -121px;
}

.flag.flag-pk {
  background-position: -16px -121px;
}

.flag.flag-pl {
  background-position: -32px -121px;
}

.flag.flag-pm {
  background-position: -48px -121px;
}

.flag.flag-pn {
  background-position: -64px -121px;
}

.flag.flag-pr {
  background-position: -80px -121px;
}

.flag.flag-ps {
  background-position: -96px -121px;
}

.flag.flag-pt {
  background-position: -112px -121px;
}

.flag.flag-pw {
  background-position: -128px -121px;
}

.flag.flag-py {
  background-position: -144px -121px;
}

.flag.flag-qa {
  background-position: -160px -121px;
}

.flag.flag-re {
  background-position: -176px -121px;
}

.flag.flag-ro {
  background-position: -192px -121px;
}

.flag.flag-rs {
  background-position: -208px -121px;
}

.flag.flag-ru {
  background-position: -224px -121px;
}

.flag.flag-rw {
  background-position: -240px -121px;
}

.flag.flag-sa {
  background-position: 0 -132px;
}

.flag.flag-sb {
  background-position: -16px -132px;
}

.flag.flag-sc {
  background-position: -32px -132px;
}

.flag.flag-scotland {
  background-position: -48px -132px;
}

.flag.flag-sd {
  background-position: -64px -132px;
}

.flag.flag-se {
  background-position: -80px -132px;
}

.flag.flag-sg {
  background-position: -96px -132px;
}

.flag.flag-sh {
  background-position: -112px -132px;
}

.flag.flag-si {
  background-position: -128px -132px;
}

.flag.flag-sk {
  background-position: -144px -132px;
}

.flag.flag-sl {
  background-position: -160px -132px;
}

.flag.flag-sm {
  background-position: -176px -132px;
}

.flag.flag-sn {
  background-position: -192px -132px;
}

.flag.flag-so {
  background-position: -208px -132px;
}

.flag.flag-somaliland {
  background-position: -224px -132px;
}

.flag.flag-sr {
  background-position: -240px -132px;
}

.flag.flag-ss {
  background-position: 0 -143px;
}

.flag.flag-st {
  background-position: -16px -143px;
}

.flag.flag-sv {
  background-position: -32px -143px;
}

.flag.flag-sx {
  background-position: -48px -143px;
}

.flag.flag-sy {
  background-position: -64px -143px;
}

.flag.flag-sz {
  background-position: -80px -143px;
}

.flag.flag-tc {
  background-position: -96px -143px;
}

.flag.flag-td {
  background-position: -112px -143px;
}

.flag.flag-tf {
  background-position: -128px -143px;
}

.flag.flag-tg {
  background-position: -144px -143px;
}

.flag.flag-th {
  background-position: -160px -143px;
}

.flag.flag-tj {
  background-position: -176px -143px;
}

.flag.flag-tk {
  background-position: -192px -143px;
}

.flag.flag-tl {
  background-position: -208px -143px;
}

.flag.flag-tm {
  background-position: -224px -143px;
}

.flag.flag-tn {
  background-position: -240px -143px;
}

.flag.flag-to {
  background-position: 0 -154px;
}

.flag.flag-tr {
  background-position: -16px -154px;
}

.flag.flag-tt {
  background-position: -32px -154px;
}

.flag.flag-tv {
  background-position: -48px -154px;
}

.flag.flag-tw {
  background-position: -64px -154px;
}

.flag.flag-tz {
  background-position: -80px -154px;
}

.flag.flag-ua {
  background-position: -96px -154px;
}

.flag.flag-ug {
  background-position: -112px -154px;
}

.flag.flag-um {
  background-position: -128px -154px;
}

.flag.flag-us {
  background-position: -144px -154px;
}

.flag.flag-uy {
  background-position: -160px -154px;
}

.flag.flag-uz {
  background-position: -176px -154px;
}

.flag.flag-va {
  background-position: -192px -154px;
}

.flag.flag-vc {
  background-position: -208px -154px;
}

.flag.flag-ve {
  background-position: -224px -154px;
}

.flag.flag-vg {
  background-position: -240px -154px;
}

.flag.flag-vi {
  background-position: 0 -165px;
}

.flag.flag-vn {
  background-position: -16px -165px;
}

.flag.flag-vu {
  background-position: -32px -165px;
}

.flag.flag-wales {
  background-position: -48px -165px;
}

.flag.flag-wf {
  background-position: -64px -165px;
}

.flag.flag-ws {
  background-position: -80px -165px;
}

.flag.flag-ye {
  background-position: -96px -165px;
}

.flag.flag-yt {
  background-position: -112px -165px;
}

.flag.flag-za {
  background-position: -128px -165px;
}

.flag.flag-zanzibar {
  background-position: -144px -165px;
}

.flag.flag-zm {
  background-position: -160px -165px;
}

.flag.flag-zw {
  background-position: -176px -165px;
}
/* =====================
Блок табів
===================== */

.tabs-switcher {
  /* display: flex;
  border-bottom: 1px solid #2559bf;
  width: 100%;
  max-width: 480px; */
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.tabs-switcher::before {
  content: "";
  width: 100%;
  max-width: 680px;
  border-bottom: 1px solid #cbd5e1;
  top: 55px;
  position: absolute;
}

.tabs-switcher-btn {
  /* text-transform: uppercase;
  padding: 17px 5px;
  background: #fff;
  width: 50%;
  font-family: "Museo-Sans";
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; */
  padding: 15px 30px;
  display: block;
  font-size: 16px;
  color: #475569;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.tabs-switcher-btn.active {
  /* background: #3e61a5;
  color: #fff;
  cursor: default; */
  border-bottom: 4px solid #2153b4;
  color: #2153b4;
  cursor: default;
  font-weight: bold;
}

.tab {
  width: 100%;
  display: none;
}

.tab.active {
  display: flex;
}
@media (max-width: 480px) {
  .int_trademark_tabs .tabs-switcher .tabs-switcher-btn {
    padding: 15px 14px;
  }
}

/* ========Кастомні стилі табів (спільні для SME та Реєстрації ТМ) ==== */
.tabs-switcher.sme_tabs,
.tabs-switcher.step_reg {
  justify-content: flex-start;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap;
  white-space: nowrap;
  scrollbar-width: none; 
}

.tabs-switcher.sme_tabs::-webkit-scrollbar,
.tabs-switcher.step_reg::-webkit-scrollbar {
  display: none; 
}

.tabs-switcher.sme_tabs .tabs-switcher-btn,
.tabs-switcher.step_reg .tabs-switcher-btn {
  padding: 15px 10px;
  flex: 0 0 auto;
  white-space: nowrap;
}

.tabs-switcher.sme_tabs .tabs-switcher-btn:hover,
.tabs-switcher.step_reg .tabs-switcher-btn:hover {
  color: #2153b4; 
}

.sme_tab_content .tab,
.step_reg_text .tab {
  display: none;
  width: 100%;
}

.sme_tab_content .tab.active,
.step_reg_text .tab.active {
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .tabs-switcher.sme_tabs .tabs-switcher-btn,
  .tabs-switcher.step_reg .tabs-switcher-btn {
    font-size: 14px;
    padding: 8px 15px;
  }

  .tabs-switcher.step_reg {
    overflow-y: hidden; 
  }
}
/* =====================
SME Fund Tabs (унікальні стилі)
===================== */
.tabs-switcher.sme_tabs {
  gap: 15px;
}

.tabs-switcher.sme_tabs .tabs-switcher-btn {
  transition: background-color 0.3s ease;
}

/* =====================
Реєстрація ТМ Tabs (унікальні стилі)
===================== */
.tabs-switcher.step_reg .tabs-switcher-btn {
  transition: color 0.3s ease;
}

.tabs-switcher.step_reg .tabs-switcher-btn:not(:last-child)::after {
  content: "→";
  font-size: 18px;
  font-weight: 600;
  color: #94a3b8;
  margin-left: 15px;
  transition: color 0.3s ease;
}
/* =====================
Кінець блоку табів
===================== */

/* =====================
Блок ненумерованого списку з іконками
===================== */
.icon-list {
  list-style: none;
  padding-left: 0;
  margin: 30px 0;
}

.icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  align-items: flex-start;
}

.icon-list li .icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  flex-shrink: 0;
}

@media (max-width: 480px) {
  .icon-list li {
    margin-bottom: 12px;
  }
  .icon-list li .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: 4px;
  }
}
/* =====================
кінець ненумерованого списку з іконками
===================== */
.test.our-services {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  gap: 50px 10px;
}
.test .our-services-item {
  width: 100%;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  padding-bottom: 40px;
}

.about-our-services {
  margin-bottom: 30px;
}

.test .our-services-item h3 {
  text-align: left;
  /* font-family: "Mulish-Regular"; */
  font-size: 20px;
  color: #1e293b;
  margin: 30px 30px 20px;
  text-transform: none;
}
/* Стилі для підменю */
.header.open {
  left: 0;
}

.header.open .mobile-menu-background {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.navBurger {
  position: fixed;
  left: 40px;
  top: 20px;
  cursor: pointer;
  /* background: #6C88AC; */
  background: #2559bf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  width: 30px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navBurger:before,
.navBurger:after {
  content: "";
  position: absolute;
  background: #2559bf;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.navBurger:before {
  top: -10px;
}

.navBurger:after {
  bottom: -10px;
}

.navBurger.active {
  background: transparent;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  z-index: 3;
}

.navBurger.active:before,
.navBurger.active:after {
  background: #6c88ac;
  width: 110%;
}

.navBurger.active:before {
  transform: rotate(135deg);
  top: 0;
}

.navBurger.active:after {
  transform: rotate(-135deg);
  bottom: 0;
}

s .mobile-menu-item {
  overflow: hidden;
}
.mobile-menu h5 {
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: none;
}
.mobile-menu .mobile-menu-item-border h5:first-child {
  color: #454545;
  margin-bottom: 0;
}
.home-link {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
}
.home-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.mobile-menu-item .submenu {
  display: none;
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 250px;
  height: 100%;
  z-index: 110; /* Вищий рівень, щоб воно не було перекрите */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out; /* Плавна анімація */
}
.mobile-menu-item .submenu a {
  margin-left: 0;
  font-family: "Museo-Sans";
  font-size: 14px;
  color: #343434;
  position: relative;
  text-transform: none;
  padding: 10px 0 6px 0;
  display: block;
}
.mobile-menu-login .submenu {
  position: static; /* не відриваємо */
  height: auto;
  width: 100%;
  box-shadow: none;
  background-color: transparent;
  z-index: auto;
  padding-left: 16px;
}

.mobile-menu-item-open .submenu {
  padding-top: 10px;
  display: block;
  transform: translateX(0); /* Плавне зсування */
}

.mobile-menu-item-open .submenu.submenu-small ul {
  display: flex !important;
}

.mobile-menu-item .submenu div h6,
.mobile-menu-item-open .submenu ul li a {
  margin-left: 0;
  font-family: "Museo-Sans";
  font-size: 14px;
  color: #343434;
  position: relative;
  text-transform: none;
  padding: 10px 0 6px 0;
  display: block;
}

/* Стиль для стрілок мобільного меню */
.mobile-menu-arrow {
  display: inline-block;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #2153b4;
  border-width: 1px 1px 0 0;
  transition: transform 0.3s ease-in-out, margin-left 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.mobile-menu-arrow-right {
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
}

.mobile-menu-arrow-down {
  right: 48px;
  transform: translateY(-50%) rotate(135deg);
}

.mobile-menu-login .mobile-menu-arrow-down {
  top: 40%;
  right: 38%;
}

.mobile-menu-item.mobile-menu-item-open .mobile-menu-arrow-down {
  top: 60%;
  transform: translateY(-50%) rotate(-45deg);
}

.mobile-menu,
.mobile-menu nav {
  height: 100%;
}

.mobile-menu-list {
  padding-top: 67px;
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow-y: auto;
  flex-grow: 1;
}

.mobile-menu-list > li {
  padding: 10px 20px;
  text-align: left;
}

.mobile-menu-list > li.mobile-menu-login {
  background: #f1f5f9;
  padding: 13px 20px;
}

.mobile-menu-list > li > a {
  display: flex;
  font-family: "Museo-Sans";
  color: #343434;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}

.account-menu > a {
  display: flex;
  align-items: center;
  position: relative;
}

.account-menu .user-icon {
  margin-right: 8px;
}

.mobile-menu-login .login-link {
  display: flex;
  align-items: center;
}

.mobile-menu-login span {
  color: #343434;
  font-family: "Museo-Sans";
  font-weight: 400;
  text-transform: uppercase;
}

.mobile-menu-item-border {
  display: flex;
  flex-direction: column;
  position: relative;
  border-bottom: 1px solid #b3b3b396;
}
.mobile-menu-item-border h6 {
  margin-top: 5px;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 8px;
}

.mobile-menu-consultation {
  margin-top: 20px;
}
.mobile-lang-switcher ul {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  max-width: 240px;
}

.mobile-menu-consultation,
.mobile-menu-lang {
  margin-bottom: 0;
}

.mobile-menu-lang .mobile-lang-switcher {
  padding: 20px 0;
}

.mobile-menu-lang .topmenu_sub li a {
  font-size: 13px;
}

.mobile-menu-list .dropdown-menu-list {
  width: 100%;
  background: none;
  padding: 0;
}

.menu-item.open-submenu {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

.mobile-menu-ic.mobile-menu-item-open > a:after {
  transform: rotate(-45deg);
  top: 10px;
}

.mobile-menu-ic .submenu {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
  box-shadow: none;
  transition: none;
}

.user-icon {
  border-radius: 50%;
  background: #fff;
  width: 23px;
  height: 23px;
  border: 1px solid #2559bf45;
  display: flex;
  margin-right: 10px;
}

.menu-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 20px;
  overflow-y: auto;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
  opacity: 0;
}

.menu-screen.active {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}

.menu-screen-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
}

.menu-screen-header h5 {
  margin-top: 20px;
  margin-bottom: 16px;
}

.back-btn {
  cursor: pointer;
  display: block;
  width: 100%;
  text-align: left;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
  position: relative;
}

.back-btn::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: -30px;
  width: 86vw;
  height: 1px;
  background-color: #ccc;
}
.menu-slider {
  overflow-x: hidden;
  max-width: 100vw;
  position: relative;
}

.menu-slider.shifted {
  transition: transform 0.3s ease-in-out;
}

.screen-text {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

ul.screen-text {
  text-align: left;
  font-size: 14px;
}

.screen-text a {
  display: block;
  font-family: "Museo-Sans";
  color: black;
  padding-bottom: 14px;
  font-size: 14px;
}

.menu-main {
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease-in-out;
}

.menu-slider.shifted .menu-main {
  transform: translateX(-100%);
}

/* ----------- */

@media screen and (max-width: 640px) {
  .test .our-services-item h3 {
    text-transform: none;
  }
}

.test .our-services-item > div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.test .our-services-item-img {
  height: 175px;
  overflow: hidden;
  /* background-image: url(/assets/img/1-2-1.png); */
  background-position: center;
  background-size: cover;
}

.test .our-services-item-img img {
  width: 100%;
  max-height: 490px;
  display: none;
}

.test .our-services-item-text {
  text-align: left;
  margin: 0 30px;
}

.test .our-services-item-text p:first-child {
  margin-top: 0;
}

.test .our-services-item-text h4 {
  margin-bottom: 10px;
}

.test .our-services-item-text a {
  text-transform: none;
}

.test .list-item {
  padding: 5px 0 5px 45px;
}

.test .list-item:before {
  max-width: 29px;
}

#patentSearch_form {
  width: 100%;
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #6176a2;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
}

#patentSearch_form .column1 {
  position: relative;
  width: 60%;
  float: left;
}

#patentSearch_form .column1:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 25px;
  height: 240px;
  width: 1px;
  background: -webkit-linear-gradient(top, #fff, #d3d3d3, #fff);
  background: -moz-linear-gradient(top, #fff, #d3d3d3, #fff);
  background: -ms-linear-gradient(top, #fff, #d3d3d3, #fff);
  background: -o-linear-gradient(top, #fff, #d3d3d3, #fff);
}

#patentSearch_form .column2 {
  width: 40%;
  float: left;
}

#patentSearch_form h4 {
  text-align: center;
  color: #17479e;
  font-size: 20px;
  font-weight: 400;
  margin: 15px 0;
}

#patentSearch_form h5 {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #4b4b4b;
  margin-bottom: 15px;
}

#patentSearch_form .form_row {
  margin: 25px 0;
}

#patentSearch_form .form_row.searchCountry {
  display: block;
  margin: 0;
}

#patentSearch_form .form_row.addCountry {
  display: block;
  margin: 0 0 30px 0;
}

#patentSearch_form .form_row.addCountry {
  margin-left: 115px;
}

#patentSearch_form .form_label {
  display: inline-block;
  width: 100px;
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 400;
}

#patentSearch_form input[type="text"],
#patentSearch_form input[type="email"],
#patentSearch_form input[type="tel"] {
  outline: none;
  height: 25px;
  width: 280px;
  padding: 2px 0px;
  border: none;
  border-bottom: solid 1px #a0a0a0;
  border-radius: unset;
}

#patentSearch_form select {
  padding: 2px 10px;
  opacity: 0.8;
  height: 25px;
  width: 280px;
  cursor: pointer;
  outline: none;
}

#searchType option {
  border-color: red;
  outline: none;
}

select::selection {
  background: red;
}

#patentSearch_form input[type="button"] {
  background: none;
  border: none;
  outline: none;
  padding: 10px;
  cursor: pointer;
}

#patentSearch_form .addCountry {
  position: relative;
}

#patentSearch_form .addCountry span {
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-7px);
  width: 14px;
  height: 14px;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-image: url(/assets/img/add.png);
}

#patentSearch_form ul.customerData {
  padding: 0;
  list-style-type: none;
}

#patentSearch_form ul li.phoneData {
  width: 100%;
}

#patentSearch_form .customerData input {
  width: 100%;
  border: none;
  border-bottom: solid 1px #a0a0a0;
  font-size: 13px;
  box-sizing: border-box;
}

#patentSearch_form .form_row .customerData {
  margin: 0;
}

#patentSearch_form .form_row .customerData li {
  margin-bottom: 25px;
}

#patentSearch_form .customerData input#phone {
  padding-left: 65px;
}

#patentSearch_form .customerData #order {
  margin: 0 auto;
}

#patentSearch_form .customerData #order:hover {
  color: #6176a2;
  background: #fff;
  border: 1px solid #6176a2;
}

#patentSearch_form .cloneFieldConteiner {
  margin: 10px 0 15px 103px;
}

#patentSearch_form .deleteCloneField {
  color: red;
  cursor: pointer;
  margin-left: 10px;
  width: 13px;
  position: relative;
  top: 2px;
}

#patentSearch_form .customerData .error-field {
  border-color: red;
}

#patentSearch_form #error {
  color: red;
}

.search-panel {
  border: 1px solid #ddd;
  padding: 20px;
  align-items: center;
  border-radius: 5px;
}

.search-panel-white {
  background: #fff;
  border: 1px solid #e2e2e2;
}

.search-panel .panel-item {
  width: 100%;
  max-width: 240px;
}

.search-panel .form-input-container {
  padding: 0;
}

.additional-services-list {
  flex-wrap: wrap;
  display: grid;
  row-gap: 0;
  column-gap: 30px;
  justify-content: center;
  width: 100%;
  /* grid-template-columns: repeat(auto-fill, 31%); */
  grid-template-columns: repeat(auto-fill, 100%);
  justify-content: flex-start;
}

.additional-services-item {
  filter: drop-shadow(0px 0px 10px rgba(35, 49, 84, 0.05));
  width: 100%;
  margin: 15px auto;
  background-color: #fff;
  padding: 0;
  padding-bottom: 35px;
  position: relative;
}

.additional-services-item-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0;
  padding: 0 50px 0 30px;
  overflow: hidden;
  position: relative;
  height: 100px;
}

.additional-services-item-head img {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 25vw;
  max-width: 105px;
}

.additional-services-item-head h4 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-family: "Museo-Sans";
  color: #343434;
  font-weight: normal;
  line-height: 130.69%;
  width: 75%;
}

.additional-services-item-descr {
  margin-top: 5px;
}

.additional-services-item-descr p {
  line-height: 21px;
  font-size: 14px;
  color: #64748b;
  padding: 0 30px;
  margin: 0;
}

/*------------------------------- Services in inner pages ----------------------------------*/
.inner-services .inner-page-services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inner-services .inner-page-services .services_link {
  flex: 1 1 calc(33.33% - 15px);
  /* Розрахунок для 3 елементів у рядку */
  max-width: calc(33.33% - 15px);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.inner-services .inner-page-services .services_link div {
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(37, 89, 191, 0.4);
  border-radius: 5px;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  left: 0;
  top: 0;
}

.inner-services .inner-page-services .services_link span {
  color: #808080;
  z-index: 1;
}

.inner-services .services_link:hover div {
  transform: perspective(550px) translateZ(12px);
  background: #ecf3fa;
}

.inner-services .services_link a {
  z-index: 1;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
  max-width: 90%;
}

.inner-services .services_link:hover a {
  color: #477eec;
}

.inner-services .inner-page-services .services_link a.arrow-link {
  position: absolute;
  top: 28px;
  right: 15px;
  z-index: 2;
}

.inner-services .inner-page-services .services_link a.arrow-link img.arrow-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.inner-services .inner-page-services .services_link.inactive a {
  pointer-events: none;
  /* Відключає посилання */
  color: #000;
  /* Змінює колір заголовка на чорний */
}

.inner-services .inner-page-services .services_link.inactive:hover div,
.inner-services .inner-page-services .services_link.inactive:hover a {
  color: #000;
  /* Залишає чорний колір при ховері */
  transform: none;
  /* Вимикає ефект трансформації */
  background: rgba(255, 255, 255, 0.7);
  /* Повертає оригінальний фон */
}

/*------------------------------- Loader ----------------------------------*/

#loader #floatingCirclesG {
  width: 80px;
  height: 80px;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  z-index: 1;
}

#loader .f_circleG {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.99);
  height: 14px;
  width: 14px;
  border-radius: 7px;
  -o-border-radius: 7px;
  -ms-border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  animation-name: f_fadeG;
  -o-animation-name: f_fadeG;
  -ms-animation-name: f_fadeG;
  -webkit-animation-name: f_fadeG;
  -moz-animation-name: f_fadeG;
  animation-duration: 0.932s;
  -o-animation-duration: 0.932s;
  -ms-animation-duration: 0.932s;
  -webkit-animation-duration: 0.932s;
  -moz-animation-duration: 0.932s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#loader #frotateG_01 {
  left: 0;
  top: 32px;
  animation-delay: 0.3495s;
  -o-animation-delay: 0.3495s;
  -ms-animation-delay: 0.3495s;
  -webkit-animation-delay: 0.3495s;
  -moz-animation-delay: 0.3495s;
}

#loader #frotateG_02 {
  left: 9px;
  top: 9px;
  animation-delay: 0.466s;
  -o-animation-delay: 0.466s;
  -ms-animation-delay: 0.466s;
  -webkit-animation-delay: 0.466s;
  -moz-animation-delay: 0.466s;
}

#loader #frotateG_03 {
  left: 32px;
  top: 0;
  animation-delay: 0.5825s;
  -o-animation-delay: 0.5825s;
  -ms-animation-delay: 0.5825s;
  -webkit-animation-delay: 0.5825s;
  -moz-animation-delay: 0.5825s;
}

#loader #frotateG_04 {
  right: 9px;
  top: 9px;
  animation-delay: 0.699s;
  -o-animation-delay: 0.699s;
  -ms-animation-delay: 0.699s;
  -webkit-animation-delay: 0.699s;
  -moz-animation-delay: 0.699s;
}

#loader #frotateG_05 {
  right: 0;
  top: 32px;
  animation-delay: 0.8155s;
  -o-animation-delay: 0.8155s;
  -ms-animation-delay: 0.8155s;
  -webkit-animation-delay: 0.8155s;
  -moz-animation-delay: 0.8155s;
}

#loader #frotateG_06 {
  right: 9px;
  bottom: 9px;
  animation-delay: 0.932s;
  -o-animation-delay: 0.932s;
  -ms-animation-delay: 0.932s;
  -webkit-animation-delay: 0.932s;
  -moz-animation-delay: 0.932s;
}

#loader #frotateG_07 {
  left: 32px;
  bottom: 0;
  animation-delay: 1.0485s;
  -o-animation-delay: 1.0485s;
  -ms-animation-delay: 1.0485s;
  -webkit-animation-delay: 1.0485s;
  -moz-animation-delay: 1.0485s;
}

#loader #frotateG_08 {
  left: 9px;
  bottom: 9px;
  animation-delay: 1.165s;
  -o-animation-delay: 1.165s;
  -ms-animation-delay: 1.165s;
  -webkit-animation-delay: 1.165s;
  -moz-animation-delay: 1.165s;
}

@keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }

  100% {
    background-color: rgba(255, 255, 255, 0.97);
  }
}

@-o-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }

  100% {
    background-color: rgba(255, 255, 255, 0.97);
  }
}

@-ms-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }

  100% {
    background-color: rgba(255, 255, 255, 0.97);
  }
}

@-webkit-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }

  100% {
    background-color: rgba(255, 255, 255, 0.97);
  }
}

@-moz-keyframes f_fadeG {
  0% {
    background-color: rgb(0, 0, 0);
  }

  100% {
    background-color: rgba(255, 255, 255, 0.97);
  }
}

#loader #overlay {
  /* background-color: white;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 4;
}

/*---------------------custom checbox --------------------*/
.custom-checkbox {
  position: relative;
  width: 38px;
  height: 20px;
  cursor: pointer;
  display: flex;
}

.custom-checkbox input {
  appearance: none;
}

.custom-checkbox span {
  position: absolute;
  /*абсолютное позиционирование*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  /*закругление углов*/
  background: #c3d7ff;
  /*цвет чекбокса*/
  transition: 0.2s;
  /*тень*/
}

.custom-checkbox input:checked ~ span {
  background: #2153b4;
}

.custom-checkbox span i {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background: #fff;
  /*цвет круга*/
  border-radius: 50%;
  transition: 0.2s;
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.06);
}

.custom-checkbox input:checked ~ span i {
  left: 20px;
  /*сдвиг круга*/
}

/*--------------------- end custom checbox --------------------*/

/*prompt*/
.prompt {
  cursor: help;
  position: relative;
  margin-left: 3px;
}

.prompt-logo {
  background: #d1d1d1;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: help;
  font-weight: bold;
  position: relative;
  padding-left: 1px;
}

.prompt-text {
  position: absolute;
  display: none;
  content: attr(data-title);
  padding: 15px 20px;
  background: rgba(39, 53, 82, 0.9);
  position: absolute;
  z-index: 1;
  width: max-content;
  max-width: 200px;
  top: 170%;
  left: -655%;
  font-size: 12px;
  line-height: 150%;
  border-radius: 2px;
  color: #fff;
}

.prompt:hover .prompt-text {
  display: block;
}

.prompt-text:after {
  content: "";
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(39, 53, 82, 0.9);
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: calc(50% - 10px);
  display: none;
}

.prompt:hover .prompt-text:after {
  display: block;
}

/*end prompt*/

.info-block {
  padding: 39px 42px 39px 42px;
  border: 1px solid #2559bf;
  border-radius: 5px;
  background-color: #eef4fa;
}

.info-block p:first-child {
  margin-top: 0;
}

.info-block p:last-child {
  margin-bottom: 0;
}

/*information block*/
.information-block {
  border: 1px solid #2559bf;
  background: #fff;
  border-radius: 5px;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.information-block-header {
  display: block;
  font-family: "Museo-Sans-700";
  font-size: 20px;
  color: #2559bf;
}

.information-block-btn {
  min-width: 300px;
}

.information-block-btn:hover {
  color: #fff;
}

/*end information block*/
.patent-search {
  border-radius: 10px;
  background-color: #fff;
  border: 1px #e2e2e2 solid;
  border-top: 3px solid #2559bf;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px 75px;
  position: relative;
}

.patent-search-form {
  display: flex;
  max-width: 800px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.patent-search-info,
.patent-search-user {
  width: 47%;
}

.patent-search-country .itc-select:not(:last-child) {
  margin-bottom: 10px;
}

.patent-search-user {
  position: relative;
  top: -15px;
}

.patent-search-buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.patent-search .itc-select__toggle {
  color: #1e293b;
}

.patent-search-add-country {
  color: #2153b4;
  cursor: pointer;
}

.patent-search-user .form-input-container {
  width: 100%;
}

.patent-search-user-phone {
  display: flex;
  align-items: center;
}

.patent-search-user-comments textarea {
  height: auto;
  min-height: 81px;
  padding: 10px;
  border: 1px solid #94a3b8;
  border-radius: 8px;
  width: 100%;
}

.patent-search .country-phone-options {
  width: 230px;
}

.order-complete {
  text-align: center;
  padding: 35px 15px 0;
}

.dropdown-menu {
  position: relative;
  display: flex;
  height: 100%;
}

.dropdown-menu:hover .dropdown-menu-switcher span:after {
  transform: rotate(180deg);
  top: 3px;
}

.dropdown-menu-switcher {
  height: 100%;
  display: flex;
  align-items: center;
}

.dropdown-menu-switcher span {
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  font-size: 16px;
  color: #343434;
  display: flex;
}

.dropdown-menu-switcher span:after {
  content: "";
  position: absolute;
  left: 120%;
  top: 8px;
  border: 5px solid transparent;
  border-top: 5px solid #343434;
  /* transform: rotate(90deg); */
  /* left: 105%; */
  right: -14px;
  left: auto;
}

.dropdown-menu-list {
  position: absolute;
  background: #fff;
  padding: 0 25px;
  left: -30%;
  top: 100%;
  border-top: 2px solid #2353b0;
  display: none;
  width: max-content;
}

#login-menu .dropdown-menu-list {
  left: 0;
}

.dropdown-menu-list ul {
  display: flex;
  flex-direction: column;
}

.dropdown-menu-list ul li {
  text-align: left;
  text-transform: none;
  width: 100%;
  padding: 15px 15px 15px;
  border-bottom: 1px solid #ebeaea;
  position: relative;
}

.dropdown-menu-list ul li a {
  z-index: 2;
  position: relative;
}

.dropdown-menu-list ul li:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  width: calc(100% + 50px);
  height: 54px;
  background-color: #ecf3fa;
  z-index: 1;
}

.contact-us-wrapper.contact-us-check-price > .contact-us {
  border: 2px solid rgba(37, 89, 191, 0.4);
}

.contact-us-wrapper .contact-us {
  padding: 0 60px 40px;
}

.contact-us-check-price .contact-us-head {
  text-align: left;
}

.contact-us-check-price .contact-us-head h4 {
  margin-bottom: 0;
  text-transform: none;
  text-align: left;
  font-weight: 600;
}
.contact-us-check-price .contact-us-head p {
  margin-top: 10px;
}

.flat-filter {
  display: flex;
  /* padding-bottom: 20px; */
  /* flex-wrap: wrap; */
}
.flat-filter-btn {
  width: 100%;
  border: none;
  border: 1px solid #d3d3d3;
  border-left: none;
  padding: 10px 15px;
  cursor: pointer;
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  color: #475569;
}
.flat-filter-btn:first-child {
  border-radius: 15px 0 0 15px;
  border-left: 1px solid #cbd5e1;
}
.flat-filter-btn:last-child {
  border-radius: 0 15px 15px 0;
}
.flat-filter-btn-active {
  box-sizing: border-box;
  background: #eff4fb;
  border: 1px solid #3068d9;
  border-left: 1px solid #3068d9 !important;
  color: #2153b4;
}

.modal-login {
  visibility: visible;
  opacity: 1;
}
.login-form {
  max-width: 390px;
  background: #fff;
  border: 1px solid #e2e2e2;
  padding: 40px 40px 80px;
  border-radius: 5px;
  width: 100%;
}
.login-form h4 {
  margin-top: 0;
  text-align: center;
  font-family: "Mulish-Regular";
}
.login-form-btn .blue-button {
  max-width: 100%;
}
.bottom-txt {
  font-size: 14px;
  color: #64748b;
  margin-top: 10px;
  display: block;
}
.restore-form {
  padding-bottom: 30px;
}
.restore-form p {
  line-height: 150%;
  margin: 0;
}
.restore-help {
  text-align: center;
}
.back-to-login {
  margin-top: 30px;
  text-align: center;
}
.back-to-login img {
  margin-right: 5px;
}

/* comparison-section */

.comparison-section {
  padding: 40px 0;
  background: #f9fbff;
  text-align: left;
}

.comparison-section h3 {
  margin-bottom: 30px;
}

.comparison-table {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.comparison-column {
  background: white;
  padding: 30px;
  border: 1px solid #d0d8ee;
  border-radius: 10px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

.comparison-column h3 {
  font-size: 22px;
  margin: 0 0 15px 0;
  color: #2559bf;
}

.comparison-column ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.comparison-column ul li {
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
}

.comparison-column ul li:last-child {
  margin-bottom: 0;
}

.column-positive ul li::before {
  position: absolute;
  content: "+";
  color: #50b36f;
  font-weight: bold;
  left: 0;
  top: 2px;
  font-size: 20px;
  line-height: 1;
}

.column-negative ul li::before {
  position: absolute;
  content: "–";
  color: #ff7f80;
  font-weight: bold;
  left: 0;
  top: 2px;
  font-size: 20px;
  line-height: 1;
}

@media (max-width: 767px) {
  .comparison-section {
    padding: 30px 15px;
  }

  .comparison-section h3 {
    margin-bottom: 20px;
  }

  .comparison-table {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .comparison-column {
    max-width: 100%;
    padding: 15px 20px;
  }

  .comparison-column h3 {
    font-size: 20px;
  }

  .comparison-column ul li {
    font-size: 14px;
    padding-left: 18px;
  }
}
/* End of comparison-section */


@media screen and (max-width: 400px) {
  .mobile-header-margin {
    width: 31vw;
  }
}

@media screen and (max-width: 438px) {
  .navBurger {
    left: 15px;
  }

  /* .mobile-header-margin {
    width: 18vw;
  } */
  .mobile-header-mail {
    margin-right: 26%;
  }

  h3 {
    font-size: 16px;
  }

  .page-title h2 {
    font-size: 20px;
  }

  p,
  li {
    font-size: 16px;
    line-height: 24px;
  }

  .page-content a {
    font-size: 16px;
  }
}

@media screen and (max-width: 640px) {
  .information-block-header,
  .information-block-text {
    text-align: left;
  }

  .information-block-btn {
    max-width: 100%;
    min-width: auto;
  }

  .test .list-item {
    padding: 5px 0 5px 36px;
  }

  .list-item:before {
    width: 5vw;
    max-width: 30px;
  }

  .dash-list li {
    padding: 5px 0 5px 36px;
  }

  .dash-list li:before {
    width: 5vw;
    max-width: 30px;
  }
  .img-left-center {
    object-position: left center;
  }
}

@media screen and (max-width: 767px) {
  .mobile-hidden-content h4 {
    position: relative;
    color: #2353b0;
    font-weight: normal;
  }

  .mobile-hidden-content h4:after {
    position: absolute;
    content: "";
    border: 5px solid transparent;
    /* Прозрачные границы */
    content: url(/assets/img/arrow-right-blue.svg);
    right: 0;
    top: 25%;
  }

  .mobile-hidden-content .mobile-opening-content {
    display: none;
  }

  .mobile-hidden-content.open h3:after {
    transform: rotate(180deg);
    top: 5px;
  }

  .mobile-hidden-content.open .mobile-opening-content {
    display: inherit;
  }

  .patent-search-info,
  .patent-search-user {
    width: 100%;
  }
  .contact-us-check-price .blue-button {
    max-width: 100%;
  }
  .contact-us-wrapper .contact-us {
    padding: 0 30px 40px;
  }
  .information-block {
    padding: 30px;
  }
  .flat-filter {
    flex-wrap: wrap;
  }
  .flat-filter-btn {
    border-left: 1px solid #d3d3d3;
  }
  .flat-filter-btn,
  .flat-filter-btn:last-child,
  .flat-filter-btn:first-child {
    border-radius: 15px;
  }

  .contact-us-check-price .contact-us-head h4 {
    font-size: 18px;
    line-height: 140%;
  }
  .inner-services .services_link a {
    font-size: 18px;
  }

  .background-text {
    padding: 20px 24px;
  }

  .infographic {
    display: none;
  }

  .subtitle {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  html,
  body {
    position: relative;
    height: 100%;
  }

  .container {
    padding: 0 38px;
  }

  .footer-services .container {
    flex-direction: column;
  }

  .footer-services-list {
    flex-direction: column;
    width: 100%;
  }

  .footer-services .footer-services-list-item > h6 {
    padding: 6px 0;
    margin: 0;
    text-align: left;
    position: relative;
  }

  .footer-services .footer-services-list-item > h6:after {
    content: "";
    position: absolute;
    left: 95%;
    top: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #343434;
  }

  .footer-services .footer-services-list-item.open-footer-menu > h6:after {
    transform: rotate(180deg);
  }

  .footer-services-list-item {
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 10px;
  }

  .footer-services-list-item ul {
    max-height: 0;
    transition: all 0.15s ease-out;
    border-bottom: solid 1px rgba(0, 0, 0, 0);
    overflow: hidden;
  }

  .footer-services-list-item ul li {
    text-align: left;
    /* border-bottom: 0.3px solid #b3b3b3; */
  }

  .footer-services-list-item ul li:last-child {
    border: none;
  }

  .footer-services-list-item.open-footer-menu ul {
    max-height: 100%;
    border-bottom: none;
  }

  .about-us-toggle-text {
    display: none;
  }

  .mobile-legislation-table a {
    font-size: 14px;
  }

  .footer-social-contacts {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-email,
  .footer-phone {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #343434;
    font-family: "Museo-Sans";
    text-align: left;
    margin-bottom: 10px;
  }

  .footer-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .information-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .information-block-header {
    font-size: 18px;
  }

  .information-block-header,
  .information-block-text {
    padding-bottom: 16px;
  }
}

@media screen and (min-width: 320px) {
  h2 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 0.875rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    margin-top: 40px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 480px) {
  ol li {
    padding: 5px 5px 5px 5%;
  }

  .page-title h1 {
    font-size: 24px;
    width: 100%;
  }

  span {
    font-size: 0.9rem;
  }

  .list-item {
    padding: 5px 0 5px 15%;
  }

  .contact-us {
    padding: 20px 90px 40px;
  }

  .contact-us-button button {
    max-width: 190px;
    margin: 0 auto;
  }

  .consultation-name,
  .consultation-email {
    width: 45%;
  }

  .contact-us-textarea {
    min-height: 107px;
  }

  .translation_list {
    width: 50%;
  }

  .custom-list ul li {
    padding-left: 20px;
  }

  .page-content .jurisdictions-national-office img,
  .page-content .jurisdictions-ip-legislation img {
    display: block;
  }
  .test .our-services-item-img {
    height: 180px;
  }
}

@media (max-width: 767px) {
  .inner-services .inner-page-services .services_link {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .useful-links-table .info-table tr td {
    padding: 15px 26px 15px 0;
  }
  .useful-links-table .info-table tr td:nth-child(2) {
    padding: 15px 0;
  }
}

@media screen and (min-width: 768px) {
  .slick-dots li button:before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #c5cfe1;
    border-radius: 50%;
    opacity: 1;
  }

  .slick-dots li.slick-active button:before {
    color: #2353b0;
    background-color: #2353b0 !important;
    opacity: 1;
  }

  .footer-copyright {
    padding: 25px 0;
  }

  .footer-copyright > div {
    width: auto;
  }

  .copyright p {
    text-align: center;
  }

  .contact-us-head {
    text-align: center;
  }

  .contact-us-head h4 {
    text-align: center;
  }

  .desktop-legislation {
    display: block;
  }

  .mobile-legislation {
    display: none;
  }

  .footer-social-text {
    display: none;
  }

  .scale-hover,
  .scale-img-hover img {
    transform: scale(1);
    transition: transform 0.4s ease;
  }

  .scale-hover:hover,
  .scale-img-hover:hover img {
    transform: scale(1.1);
  }

  .translation_list {
    width: 25%;
  }

  .thank-msg div {
    padding-right: 74px;
  }

  .thank-msg span {
    font-size: 18px;
  }

  .thank-msg p {
    font-size: 14px;
    line-height: 24px;
  }

  .test .jurisdictions_services .services_link {
    width: 45%;
  }

  .footer-mobile-services-offices.open-footer-menu ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-mobile-services-offices ul li {
    width: 50%;
  }

  .footer-mobile-services-offices ul li:nth-last-child(2) {
    border-bottom: none;
  }

  .additional-services-list {
    grid-template-columns: repeat(auto-fill, 47%);
  }

  /* ----------------Our services on main pages--------------- */
}

@media (min-width: 768px) and (max-width: 1199px) {
  .inner-services .inner-page-services .services_link {
    flex: 1 1 calc(50% - 15px);
    max-width: calc(50% - 15px);
  }
}

@media screen and (min-width: 991px) {
  .header-buttons > ul {
    gap: 15px;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 45px;
  }

  h5 {
    font-size: 0.875rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  h6 {
    margin-top: 45px;
    margin-bottom: 15px;
  }

  .section-title h3 {
    font-size: 1.5rem;
    font-weight: 600;
  }

  ol li {
    padding: 5px 5px 5px 3%;
    position: relative;
  }

  .ds-col-10 {
    max-width: calc(100% / 12 * 10);
  }

  .ds-col-12 {
    max-width: 100%;
  }

  main {
    padding: 0 0 75px;
  }

  .lang-switcher {
    position: absolute;
    background: #fff;
    padding: 20px 20px 10px;
    left: -30%;
    top: 100%;
    border-top: 2px solid #2353b0;
  }

  .lang-switcher ul {
    flex-direction: column;
  }

  .lang-link {
    font-size: 16px;
    color: #2559bf;
  }

  .current_language {
    cursor: pointer;
    position: relative;
    margin-right: 25px;
    font-size: 16px;
    color: #343434;
    font-weight: bold;
  }

  .current_language::after {
    content: "";
    position: absolute;
    /* Абсолютное позиционирование */
    left: 120%;
    /* Положение треугольника */
    top: 8px;
    border: 5px solid transparent;
    /* Прозрачные границы */
    border-top: 5px solid #343434;
    /* Добавляем треугольник */
    /* transform: rotate(90deg); */
  }

  .open .current_language::after {
    transform: rotate(180deg);
    top: 3px;
  }

  .login-link {
    color: #343434;
    font-size: 16px;
    font-weight: 100;
    text-transform: initial;
    margin: 0 5px;
  }

  .section-title,
  .page-title,
  .page-content,
  .section-description {
    text-align: inherit;
  }

  .section-title h2 {
    margin: 20px 0 60px;
  }

  .page-title {
    padding: 5px 0;
    max-width: 70%;
  }

  .page-title h1 {
    font-size: 1.875rem;
    text-transform: uppercase;
  }

  p,
  li,
  span {
    font-size: 16px;
    /* line-height: 18px; */
  }

  .container {
    text-align: left;
  }

  .desktop-flex-row {
    display: flex;
    flex-direction: row;
  }

  .main-screen {
    height: 100vh;
    overflow: hidden;
  }

  .main-screen-video-bg {
    position: absolute;
    width: 100%;
    display: flex;
  }

  .main-screen-description {
    width: 100%;
    height: 100%;
  }

  .logo {
    top: 15%;
    right: 2%;
  }

  .contact-us-inputs {
    width: 45%;
  }

  .contact-us-inputs.contact-us-inputs-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .contact-us-check-price .form-input-container {
    width: 100%;
    margin-right: 20px;
  }
  .contact-us-check-price .form-input-container:nth-child(2) {
    margin-right: 50px;
  }

  .section-main-page .contact-us-map {
    display: block;
  }

  .section-main-page .contact-us {
    padding: 50px 90px;
    margin: 0;
  }

  .footer-menu-list {
    display: block;
  }

  .footer-menu-social {
    width: 25%;
    margin: 0;
  }

  .footer-contacts {
    display: flex;
    background: #fff;
    padding: 20px 0;
  }

  .footer-contacts-list {
    flex-wrap: wrap;
  }

  .footer-contacts-list-item {
    width: 18%;
    padding: 0;
    border: none;
  }

  .footer-contacts-list-item p {
    font-size: 0.55rem;
    line-height: 18px;
  }

  .footer-conacts-link {
    padding: 20px 0 10px;
  }

  .footer-copyright {
    padding: 40px 0;
  }

  .list-item:before {
    top: 14px;
  }

  .footer-services-list {
    width: 100%;
    gap: 25px;
    max-width: 1315px;
    display: flex;
  }

  .footer-services-list-item {
    /* width: calc(100% / 6); */
    width: 20%;
  }

  .footer-services-list-item:last-child li {
    height: 25%;
  }

  .footer-services-list-item h6 {
    margin-bottom: 10px;
    margin-top: 33px;
    font-weight: bold;
  }

  .footer-services-list-item ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .footer-services-list-item-jurisdictions ul {
    width: 140%;
  }

  .footer-services-list-item a {
    font-size: 14px;
    display: block;
    padding: 5px 0;
  }

  .footer-social-contacts {
    margin: 30px 0;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
  }

  .footer-social {
    padding-top: 2.33rem;
    width: auto;
    padding-left: 20px;
    max-width: 260px;
    min-width: 200px;
  }

  .footer-email,
  .footer-phone {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #343434;
    font-family: "Museo-Sans";
    text-align: right;
    margin-bottom: 10px;
  }

  /* .footer-phone {
    font-weight: bold;
  } */

  .footer-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  /* Приховуємо блок з мобільними послугами на десктопі */
  .footer-mobile-services-offices {
    display: none;
  }

  .free-consultation a {
    display: block;
    max-width: 228px;
    background: #f7f9ff;
    border: 1px solid rgba(37, 89, 191, 0.5);
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
  }

  .social-description span {
    font-size: 13px;
  }

  .social-list {
    height: 100%;
    width: auto;
  }

  .social-list ul {
    /* flex-direction: column; */
    /* height: 100%; */
    padding-top: 0;
    padding-bottom: 18px;
    max-width: 100%;
    padding-left: 15px;
  }

  .info-table tr th {
    /* font-size: 1.25rem; */
    font-weight: 600;
  }


  .info-table {
    background: #fff;
    border: 1px solid #e2e2e2;
    width: 100%;
    padding: 20px 40px 40px;
  }

  .info-table tr td {
    font-size: 16px;
  }

  #toTop {
    top: 105px;
  }

  .about-us-read-more,
  .about-us-less {
    display: none;
  }

  .contact-us-slider {
    display: block;
  }
  .test .our-services-item {
    width: 46%;
  }

  .close-modal {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #858585;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: -21px;
    margin-top: -7px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
  }

  .close-modal svg {
    width: 14px;
    height: 14px;
  }
}

@media screen and (min-width: 1110px) {
  .footer-contacts-list-item p {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 1210px) {
  .page-title h1 {
    font-size: 1.875rem;
  }

  p,
  li {
    font-size: 0.8rem;
    line-height: 27px;
  }

  .footer-contacts-list-item p {
    font-size: 0.7rem;
  }

  .right-container {
    padding: 0 0 0 125px;
  }
}

@media screen and (min-width: 1250px) {
  .menu {
    display: flex;
  }
  .mobile-menu {
    display: none;
  }
  .navBurger {
    display: none;
  }

  .mobile-header {
    display: none;
  }

  .header {
    height: 90px;
    position: absolute;
    width: 100%;
    left: 0;
    max-height: inherit;
    min-height: inherit;
    transition: inherit;
    position: fixed;
    filter: drop-shadow(0px 4px 20px rgba(30, 57, 109, 0.08));
  }

  .header nav.header-buttons {
    width: 35%;
    max-width: 400px;
  }

  .header-buttons > ul {
    padding: 0;
    height: 100%;
  }

  .header-buttons > ul > li {
    padding: 0;
    text-align: center;
  }

  .main-logo {
    display: block;
  }

  .mobile-main-link {
    display: none;
  }

  .header .container {
    padding: 0 60px;
    display: flex;
    align-items: center;
    overflow: inherit;
    max-height: 100vh;
    height: 100%;
    position: relative;
  }

  .header nav {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 975px;
  }

  .menu {
    flex-direction: row;
    width: 100%;
    position: relative;
    left: auto;
    height: 100%;
    gap: 20px;
  }

  .menu ul {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }

  .menu nav > ul {
    height: 100%;
  }

  .menu-list {
    display: flex;
    margin: 0;
    padding: 0;
  }

  .menu nav > .menu-list > li {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .menu-list li a {
    padding: 0 10px;
    text-transform: none;
    border-bottom: none;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: 100;
  }

  .menu-list li a:hover {
    color: #2559bf;
  }

  .menu-list li a:first-child {
    padding-left: 0;
  }

  .menu-list li .submenu {
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 100%;
    max-width: max-content;
    background: #fff;
    box-sizing: border-box;
    flex-direction: row;
    top: 100%;
    min-width: 198px;
    border-top: 2px solid #2353b0;
    transition: max-height 0.2s linear;
    max-height: 0;
    /* overflow: hidden; */
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.15));
  }

  .menu-list li .submenu.submenu-small {
    max-width: 350px;
    flex-direction: column;
    /* padding: 25px 0; */
  }

  .menu-list li .submenu.submenu-small.submenu-contacts {
    max-width: 200px;
  }

  /* .menu-list li .submenu.submenu-contacts {
        max-width: 200px;
    }

    /* .submenu-small div h6{
        display: none;
    } */
  */ .menu-list li .submenu > li {
    padding: 0 25px;
    width: 100%;
  }

  .menu-list li .submenu > li h6 {
    width: 100%;
    padding: 10px 10px 10px !important;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    color: #2353b0;
    cursor: pointer;
    border-bottom: 1px solid #ebeaea;
    text-transform: none;
    text-align: left;
  }

  .menu-list li .submenu > li h6.menu-item:after {
    top: 17px;
  }

  .menu-list li .submenu li .menu-list {
    flex-direction: column;
    align-items: baseline;
  }

  .submenu li .menu-list li:not(:last-child)::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    max-width: 163px;
    top: 100%;
    left: 20px;
    right: 30px;
  }

  .submenu li .menu-list li {
    width: 100%;
    position: relative;
    padding: 0;
  }

  .submenu li .menu-list li a {
    width: 100%;
    display: block;
    padding: 10px 20px;
    font-size: 16px;
  }

  .submenu-small .small-menu-dropdown h6 {
    display: block;
    position: relative;
  }

  .submenu-small .small-menu-dropdown h6::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 5px;
    border-left: 4px solid transparent;
    border-top: 4px solid rgb(23, 71, 158);
    border-right: 4px solid transparent;
    z-index: 999;
  }

  .submenu .small-menu-dropdown:hover h6::after {
    border-top: none;
    border-bottom: 4px solid rgb(23, 71, 158);
  }

  .submenu .small-menu-dropdown .menu-list {
    position: absolute;
    left: 100%;
    top: -2px;
    background: #2559bf;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
    color: #fff;
    height: calc(100% + 2px);
    padding: 6px 30px;
    display: none;
  }

  .submenu .small-menu-dropdown:hover .menu-list {
    display: flex;
    justify-content: flex-start;
  }

  .submenu .small-menu-dropdown .menu-list li a {
    color: #fff;
  }

  .submenu .small-menu-dropdown .menu-list li a:hover {
    background: #2559bf;
    color: #dbd5d5;
  }

  .login-menu {
    margin: 0 30px 0 20px;
  }

  .login-menu span {
    position: relative;
  }

  .login-menu span:after {
    content: "";
    position: absolute;
    left: 105%;
    top: 8px;
    border: 5px solid transparent;
    border-top: 5px solid #343434;
  }

  .login-menu .submenu.submenu-contacts {
    min-width: 250px;
    left: -30px;
  }

  .menu-list li.login-menu:hover > span:after {
    transform: rotate(180deg);
    top: 3px;
  }

  .menu-list li .submenu-big {
    left: 0;
    max-width: 100%;
    padding: 25px 20px 20px;
  }

  .menu-list li .submenu div {
    flex: 1 1 20%;
    padding: 0 25px;
  }

  .menu-list li .submenu div.special-menu-item {
    flex: 1 1 23%;
  }

  .menu-list li:hover > .submenu {
    visibility: visible;
    opacity: 1;
    max-height: 100vh;
  }

  .menu-list li .submenu.sublist {
    width: auto;
    left: 0;
    padding: 0;
  }

  .submenu {
    display: block;
  }

  .submenu div h6 {
    margin: 10px 10px 15px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    border-bottom: none;
  }

  .submenu div .small-menu-item {
    width: 100%;
    text-transform: uppercase;
    padding: 15px 15px 15px !important;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    color: #2353b0;
    cursor: pointer;
    border-bottom: 1px solid #ebeaea;
    text-transform: none;
  }

  /* .submenu div .small-menu-item:hover {
        background: #ECF3FA;
    } */

  .submenu .menu-item:hover::before,
  .submenu .small-menu-item:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: calc(100% + 50px);
    height: 54px;
    background-color: #ecf3fa;
    z-index: -1;
  }

  .submenu .menu-item:not(:has(.submenu))::before,
  .submenu .small-menu-item:not(:has(.submenu))::before {
    width: calc(100% + 60px);
  }

  .submenu.submenu-contacts .menu-item:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-48%);
    width: calc(100% + 60px);
    height: 54px;
    background-color: #ecf3fa;
    z-index: -1;
  }

  .submenu div .menu-list {
    display: flex;
    flex-direction: column;
    align-items: baseline;
  }

  .submenu-big div .menu-list {
    margin: 0 10px;
  }

  .submenu div .menu-list li {
    position: relative;
    padding: 0;
    width: 100%;
  }

  .submenu-big div .menu-list li {
    padding: 10px 0;
  }

  .submenu div .menu-list li:not(:last-child)::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    max-width: 163px;
    top: 100%;
    left: 20px;
    right: 30px;
  }

  .submenu .small-menu-dropdown .menu-list li:not(:last-child)::before {
    left: 0 !important;
    right: 0 !important;
    max-width: 100% !important;
    border-bottom: 1px solid #fff !important;
    content: "";
    position: absolute;
    width: 100%;
    top: 100%;
    z-index: 1;
    transform: scaleY(0.3);
  }

  .submenu-big div .menu-list li:not(:last-child)::before {
    left: 0;
  }

  .submenu div .menu-list li a {
    width: 100%;
    display: block;
    padding: 12px 0;
  }

  .submenu-big div .menu-list li a {
    padding: 0 35px 0 0;
  }

  .submenu div .menu-list li a:hover {
    color: #477eec;
    background: #ecf3fa;
  }

  .submenu-big div .menu-list li a:hover {
    background: none;
    color: #477eec;
  }

  .free_consultation {
    font-size: 16px;
    max-width: 190px;
    font-weight: 100;
    text-transform: initial;
    text-align: center;
    padding: 10px 25px;
    margin: 10px auto;
    background: #2559bf;
    display: block;
    width: 228px;
  }

  .free_consultation:hover {
    background: #3b70d9;
    box-shadow: 0px 0px 15px rgba(96, 149, 255, 0.5);
    color: #fff;
  }

  .main-screen-video {
    /* background-image: url('/../assets/img/background.svg'); */
    background: #797f8f;
  }

  .main-screen-mobile-consultation {
    display: none;
  }

  .desktop-lang-switcher {
    display: flex;
    height: 100%;
  }

  .mobile-lang-switcher {
    display: none;
  }

  .open-lang-switcher {
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
  }

  .free_consultation {
    border: #2559bf;
  }
  .login-menu .dropdown-menu-list li a {
    cursor: pointer;
  }
  .dropdown-menu:hover .dropdown-menu-list {
    display: flex;
  }
  .logged .free_consultation {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .menu-list li a {
    font-size: 1rem;
  }

  .free_consultation {
    font-size: 1rem;
    max-width: 228px;
  }

  .open-lang-switcher {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1440px) {
  .main-screen-head-text {
    padding-bottom: 50px;
  }

  .main-screen-head-text h1 {
    font-size: 50px;
  }

  .page-title h1 {
    font-size: 1.8755rem;
  }

  p,
  li {
    font-size: 1rem;
  }

  .free_consultation {
    font-size: 1rem;
    max-width: 228px;
    /* display: inline; */
  }

  .free_consultation-inline {
    display: inline;
  }

  .footer-contacts-list-item p {
    font-size: 0.813rem;
  }

  .additional-services-list {
    grid-template-columns: repeat(auto-fill, 31%);
  }
}

@media screen and (max-width: 991px) {
  .close-modal {
    background: transparent;
    -webkit-background-clip: content-box;
    background-clip: content-box;
    position: absolute;
    right: 10px;
    width: 22px;
  }

  /* .close-modal:before {
    content: "";
    position: absolute;
    height: 2px;
    right: 0;
    will-change: rotate;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 0;
    background: #6c88ac;
    width: 110%;
  }

  .close-modal:after {
    content: "";
    position: absolute;
    height: 2px;
    right: 0;
    will-change: rotate;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #6c88ac;
    width: 110%;
  } */
  .close-modal svg{
    width: 19px;
    height: 19px;
  }
}

@media screen and (max-width: 1249px) {
  .show {
    display: flex !important;
  }

  .header .container {
    z-index: 1;
    background: #fff;
  }

  .header nav.header-buttons {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }
  .header nav.header-buttons > ul {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    padding-bottom: 0;
    padding-top: 0;
  }
  .login-menu {
    height: auto;
    flex-direction: column;
  }
  .login-menu .dropdown-menu-switcher {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    /* border-bottom: 1px solid #eaebf0; */
    /* padding: 15px 0; */
    font-weight: 600;
  }
  .login-menu .dropdown-menu-switcher,
  .login-menu .dropdown-menu-switcher span {
    width: 100%;
  }
  .login-menu .dropdown-menu-switcher span:after {
    right: 5px;
    border-left: 4px solid transparent;
    border-top: 4px solid rgb(23, 71, 158);
    border-right: 4px solid transparent;
  }
  .login-menu .dropdown-menu-list {
    border: none;
    padding: 0;
    padding-left: 20px;
    position: static;
  }
  .login-menu .dropdown-menu-list li {
    border: none;
    padding: 5px 10px 5px 0;
  }
  .open-login-menu .dropdown-menu-list {
    display: flex;
  }
  .menu-list .menu-item {
    position: relative;
  }

  .menu-list .menu-item::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 5px;
    border-left: 4px solid transparent;
    border-top: 4px solid rgb(23, 71, 158);
    border-right: 4px solid transparent;
    z-index: 999;
  }

  .submenu div h6 {
    font-size: 14px;
    font-weight: 100;
    padding: 10px 0 6px 0;
    margin-left: 0;
  }

  .submenu .menu-list {
    margin-left: 20px;
  }

  .submenu .menu-item ul li {
    padding: 0;
  }

  .submenu div .menu-list li a {
    font-size: 12px;
    font-weight: 100;
    padding: 5px 0 3px;
    border: none;
    text-transform: none;
  }

  .submenu-small ul {
    display: none;
    padding: 20px 0 0;
    flex-direction: column;
  }
}

@media (min-width: 1200px) {
  .inner-services .inner-page-services .services_link {
    flex: 1 1 calc(33.33% - 15px);
    max-width: calc(33.33% - 15px);
  }
}
