@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500;1,600;1,700&family=Raleway:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
blockquote,
main,
details,
menu,
picture,
video {
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
template,
[hidden] {
  display: none;
}
audio,
video,
canvas {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Normalize - Comerto specific 1  */
body,
html,
div,
img,
svg,
figure,
form,
iframe {
  padding: 0px;
  border: 0px;
  margin: 0px;
  box-sizing: border-box;
  border-style: none;
}
ul,
ol,
li,
a,
span {
  box-sizing: border-box;
}
div {
  position: relative;
  max-height: 9999999px;
}
main,
footer,
header,
section {
  width: 100%;
}

/* Normalize - Comerto specific 2 */
body {
  min-height: 101vh;
}
.form,
.form_submit,
div {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  box-sizing: border-box;
}
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}
iframe {
  max-width: 100%;
}
a,
.form_submit {
  cursor: pointer;
}

a {
  color: var(--gold-color);
}

a:hover {
  text-decoration: none;
}

/* CSS */

:root {
  --fancy-font: "Cormorant Garamond", serif;
  --blue-color: #0d4050;
  --light-color: #f6f5f2;
  --gold-color: #b58e62;
  --transition: ease-in-out 0.4s;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  color: #434c60;
  line-height: 1.8;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

section,
div {
  scroll-margin: 60px;
  clear: both;
}

h1 {
  line-height: 1.1;
  font-size: 90px;
  font-weight: 500;
  font-family: var(--fancy-font);
  text-transform: uppercase;
}

h2 {
  line-height: 1.15;
  font-size: 59px;
  font-weight: 500;
  font-family: var(--fancy-font);
  text-transform: uppercase;
}

h3 {
  line-height: 1.15;
  font-size: 38px;
  font-weight: 500;
  font-family: var(--fancy-font);
  text-transform: uppercase;
}

figure figcaption {
  font-size: 17px;
  font-style: italic;
  max-width: 640px;
  margin-top: 10px;
  position: relative;
  padding-left: 17px;
}

figure figcaption::before {
  position: absolute;
  left: 0;
  content: " ";
  top: 20%;
  height: 60%;
  background-color: #dedbd1;
  width: 2px;
}

.btn,
.form_submit {
  font-size: 17px;
  font-weight: 700;
  background-color: var(--gold-color);
  transition: var(--transition);
  display: inline-block;
  padding: 10px 25px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  border: 2px solid var(--gold-color);
  cursor: pointer;
}

.btn.invert {
  background-color: rgba(0, 0, 0, 0);
}

.btn:hover,
.form_submit:hover {
  background-color: #a27f58;
}

.btn.invert:hover {
  background-color: var(--gold-color);
}

.lp {
  padding-left: 150px;
}

#small_menu {
  display: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.container.big {
  max-width: 1500px;
}

.container.small {
  max-width: 800px;
}

.fimg.cover .fimg_wrp,
.fimg.cover .fimg_pic {
  width: 100%;
  height: 100%;
}
.fimg.cover .fimg_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.lzl {
  opacity: 0.5;
  font-size: 8px;
  color: inherit;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  height: 60px;
  background-color: #fff;
  z-index: 666;
  border-bottom: 1px solid #dedbd1;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  padding: 0 50px;
}

.menu-wrap {
  height: 100%;
}





.main-contact-wrapper a, .main-contact-wrapper a:visited{
  color: rgba(255,255,255,0.7);
}
.main-contact-wrapper a:hover{
  color: #fff;
}


.map-cont{
  max-height: 824px;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}

@media(min-width: 2000px) {
  /*.map-cont img{
    margin: -25vh 0 0 0;
  }*/
  .map-cont img{
    max-width: 1920px;
    margin: 0 auto;
  }
}
.map-cont img{
  width: 100%;
}



#menu {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
}

#menu li {
  list-style-type: none;
  height: 100%;
}

#menu li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition);
  position: relative;
  color: #434c60;
  text-decoration: none;
  font-size: 15px;
  padding: 0 15px;
}

#menu li a::after {
  bottom: -1px;
  height: 2px;
  width: 0;
  background-color: var(--gold-color);
  position: absolute;
  content: " ";
  left: 50%;
  transform: translateX(-50%);
  transition: var(--transition);
}

#menu li a:hover::after,
#menu li a.active::after,
#menu li a.parent::after {
  width: 100%;
}

.mobile-top-contacts {
  display: none;
}

.fixed-contact-wrapper {
  position: fixed;
  right: 0;
  top: 180px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 700;
}

.fixed-contact-wrapper > a,
.fixed-langs-wrap {
  display: flex;
  padding: 5px 10px;
  gap: 10px;
  background-color: var(--gold-color);
  color: #fff;
  text-decoration: none;
  align-items: center;
  margin-bottom: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.fixed-contact-wrapper > a .icon-wrap,
.fixed-langs-wrap .icons-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}

.fixed-contact-wrapper > a .value,
.fixed-langs-wrap .value {
  transition: var(--transition);
  width: 0;
  display: inline-block;
  overflow: hidden;
}

.fixed-contact-wrapper > a .value .inner-wrap {
  width: 200px;
  display: inline-block;
}

.fixed-contact-wrapper > a.phone .value .inner-wrap {
  width: 160px;
}

.fixed-langs-wrap .value .inner-wrap {
  width: 40px;
  display: inline-block;
}

.fixed-contact-wrapper > a:hover .value {
  width: 200px;
}

.fixed-contact-wrapper > a.phone:hover .value {
  width: 160px;
}

.fixed-langs-wrap:hover .value {
  width: 40px;
}

#fixed_lang_menu {
  margin: 0;
  padding: 0;
}

#fixed_lang_menu li {
  list-style-type: none;
}

#fixed_lang_menu li a {
  color: #fff;
}

#fixed_lang_menu li a:hover {
  text-decoration: none;
}

/* HP */
.top-hp-cont {
  height: auto;
  min-height: 100vh;
  position: relative;
  background-color: #0d4050;
  display: grid;
}

.services-img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  overflow: hidden;
}

.services-img-wrap figure {
  height: 100%;
}

.services-img-wrap .fimg_wrp,
.services-img-wrap .fimg_pic {
  height: 100%;
  width: 100%;
}
.services-img-wrap .fimg_img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: var(--transition);
}

.services-img-wrap .fimg_img.bigger {
  transform: scale(1.05, 1.05);
}

.services-inner-wrap .service-item.top {
  z-index: 6;
}

.top-hp-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100vh;
}

.hp-logo-wrap {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}

.hp-logo-wrap h1 {
  text-transform: none;
  font-size: 28px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.services-links-wrapper {
  flex: 0 0 150px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
}

.services-inner-wrap {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.services-inner-wrap::before {
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: block;
  content: " ";
  right: -3px;
  top: -3px;
  position: absolute;
}

.services-inner-wrap::after {
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: block;
  content: " ";
  right: -3px;
  bottom: -3px;
  position: absolute;
}

.services-inner-wrap .service-item {
  padding: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.services-inner-wrap .service-item::before {
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: block;
  content: " ";
  left: -3px;
  top: -3px;
  position: absolute;
}

.services-inner-wrap .service-item::after {
  width: 5px;
  height: 5px;
  background-color: #fff;
  display: block;
  content: " ";
  left: -3px;
  bottom: -3px;
  position: absolute;
}

.services-inner-wrap .service-item:last-child {
  border-right: none;
}

.services-inner-wrap .service-item a {
  transition: var(--transition);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-family: var(--fancy-font);
  font-size: 28px;
  line-height: 1.3;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

.services-inner-wrap .service-item a:hover,
.services-inner-wrap .service-item a.active {
  background-color: var(--gold-color);
}

.scroll-bottom-wrap {
  flex: 0 0 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-us-cont .img-wrap {
  position: absolute;
  left: 0;
  height: 100%;
  width: calc(50% - 50px);
  top: 0;
}

.about-us-cont {
  position: relative;
}

.about-us-cont .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  top: 150px;
  object-position: top;
}

.about-us-wrapper {
  display: flex;
  justify-content: flex-end;
}

.about-us-wrapper .about-us-text {
  flex: 0 0 calc(50% - 50px);
  display: flex;
  align-items: center;
  min-height: 950px;
  max-width: calc(50% - 50px);
}

.about-us-wrapper .about-us-text h2 {
  font-size: 90px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.hp-ref-cont {
  background-color: var(--light-color);
  padding-top: 250px;
  padding-bottom: 150px;
  padding-left: 20px;
  padding-right: 20px;
}

.hp-ref-wrapper {
  display: grid;
  gap: 100px;
  grid-template-columns: 1fr 1fr;
}

.hp-ref-cont .left-side {
  padding-right: 50px;
}

.hp-ref-cont .left-side h2 {
  font-size: 90px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}

.ref-logo-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--light-color);
  overflow: hidden;
  margin-top: 60px;
}

.ref-logo-wrap .ref-logo-item {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dedbd1;
  border-right: 1px solid #dedbd1;
  position: relative;
  left: 1px;
  top: 1px;
}

.hp-ref-wrap .ref-item {
  border-bottom: 1px solid #dedbd1;
  margin-bottom: 50px;
  padding: 0;
  padding-bottom: 50px;
}

.ref-person {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
}

.ref-person .img-wrap {
  flex: 0 0 75px;
  height: 100px;
  border-radius: 37px;
  width: 75px;
  overflow: hidden;
}

.ref-person .img-wrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ref-person .img-wrap .person-info {
  flex: 1 0 auto;
}

.ref-item .ref-text {
  font-style: italic;
  font-size: 20px;
  font-weight: 500;
}

.ref-item .ref-text p {
  margin: 0;
}

.ref-person .person-name {
  font-family: var(--fancy-font);
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
}

.ref-person .person-position {
  font-weight: 600;
  font-size: 15px;
}

.all-refs-wrap {
  text-align: right;
}

.why-us-cont {
  background-color: var(--light-color);
  position: relative;
}

.mod_articles .why-us-cont {
  margin-bottom: 100px;
}

.mod_articles {
  background-color: var(--light-color);
}

.why-us-cont .white-bg {
  height: 230px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.mod_articles .why-us-cont .white-bg {
  display: none;
}

.why-us-cont .blue-bg {
  height: 100%;
  width: 40%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0d4050;
}

.why-us-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  background-color: #0d4050;
  color: #fff;
  z-index: 3;
}

.why-us-wrapper .left-side {
  padding-right: 50px;
}

.why-us-wrapper .left-side .inner-wrap {
  /*
  background-image: url('temp/ostatni-sluzby-hp.jpg');
  background-size: cover;
  background-position: 50% 50%;
  */
  height: 100%;
  padding-top: 150px;
  position: relative;
}

.why-us-wrapper .left-side .inner-wrap .fimg {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 0;
}

.why-us-wrapper .left-side .inner-wrap .o-element {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 150px;
}

.why-us-wrapper h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 90px;
  text-align: center;
  margin: 0;
  z-index: 2;
  position: relative;
}

.why-us-wrapper .right-side {
  padding: 150px 0;
}

.why-us-wrapper .why-items-wrap {
  margin-top: 80px;
}

.why-us-wrapper .right-side .why-item,
.faq-items-wrap .faq-item {
  padding: 30px 0;
  border-bottom: 1px solid #1f5a6d;
  transition: var(--transition);
}

.why-us-wrapper .right-side .why-item.open,
.faq-items-wrap .faq-item.open {
  border-bottom: 1px solid #b58e62;
}

.faq-items-wrap .faq-item.open {
  background-color: var(--light-color);
}

.faq-items-wrap .faq-item {
  border-bottom: 1px solid #dedbd1;
}

.why-us-wrapper .right-side .why-item:first-child {
  border-top: 1px solid #1f5a6d;
}

.faq-items-wrap .faq-item:first-child {
  border-top: 1px solid #dedbd1;
}

.why-us-wrapper .right-side .why-item h3,
.faq-items-wrap .faq-item h3 {
  margin: 0;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.faq-items-wrap .faq-item h3 {
  font-size: 26px;
  padding-left: 15px;
}

.why-us-wrapper .right-side .why-item h3::before,
.faq-items-wrap .faq-item h3::before {
  content: " ";
  position: absolute;
  right: 15px;
  top: 15px;
  display: inline-block;
  width: 26px;
  height: 15px;
  background-image: url("svg/arrow-down-blue.svg");
  background-size: cover;
  transform: rotate(0deg);
  transition: var(--transition);
  opacity: 1;
}

.faq-items-wrap .faq-item h3::before {
  background-image: url("svg/arrow-down-gray.svg");
  top: 8px;
}

.why-us-wrapper .right-side .why-item h3.open::before,
.faq-items-wrap .faq-item h3.open::before {
  transform: rotate(-180deg);
  opacity: 0;
}

.why-us-wrapper .right-side .why-item h3::after,
.faq-items-wrap .faq-item h3::after {
  content: " ";
  position: absolute;
  right: 20px;
  top: 9px;
  display: inline-block;
  width: 15px;
  height: 26px;
  background-image: url("svg/arrow-right-gold.svg");
  background-size: cover;
  transform: rotate(90deg);
  transition: var(--transition);
  opacity: 0;
}

.faq-items-wrap .faq-item h3::after {
  top: 3px;
}

.why-us-wrapper .right-side .why-item h3.open::after,
.faq-items-wrap .faq-item h3.open::after {
  transform: rotate(-90deg);
  opacity: 1;
}

.why-us-wrapper .right-side .why-item .why-text {
  opacity: 0.7;
  display: none;
}

.faq-items-wrap .faq-item .faq-text {
  padding: 0 30px;
  opacity: 0.9;
  display: none;
}

.why-us-wrapper .right-side .why-item .why-text p:last-child,
.faq-items-wrap .faq-item .faq-text p:last-child {
  margin-bottom: 0;
}

.interest-cont {
  padding: 100px 20px;
}

.interest-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.interest-wrapper h2 {
  text-transform: uppercase;
  font-size: 90px;
  margin-top: 0;
  margin-bottom: 10px;
}

.lang_en .interest-wrapper h2 {
  font-size: 72px;
}

@media(max-width: 1500px) {
  .interest-wrapper h2 {
    font-size: 72px;
  }
}

.articles_small_container,
.articles_list_container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px;
}

.articles_list_container,
.id_page_79 .articles_small_container,
.id_page_80 .articles_small_container {
  max-width: 1000px;
  margin: 0 auto;
  gap: 20px;
}

.articles_small_container a,
.articles_list_container a {
  text-decoration: none;
}

.articles_list_item,
.id_page_79 .articles_small_item,
.id_page_80 .articles_small_item {
  background-color: #fff;
}

.articles_small_item::before,
.articles_list_item::before {
  content: " ";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 26px;
  background-image: url("svg/arrow-right-gray.svg");
  background-size: cover;
  transition: var(--transition);
  opacity: 1;
}

.articles_small_item:hover::before,
.articles_list_item:hover::before {
  opacity: 0;
}

.articles_small_item::after,
.articles_list_item::after {
  content: " ";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 26px;
  background-image: url("svg/arrow-right-gold.svg");
  background-size: cover;
  transition: var(--transition);
  opacity: 0;
}

.articles_small_item:hover::after,
.articles_list_item:hover::after {
  opacity: 1;
}

.articles_small_item,
.articles_list_item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 280px;
  position: relative;
  height: 190px;
  padding-right: 90px;
}

.articles_small_item .articles_small_thumb,
.articles_list_item .articles_list_thumb {
  position: absolute;
  top: 0;
  left: 0;
}

.articles_small_item .articles_small_thumb img,
.articles_list_item .articles_list_thumb img {
  transition: var(--transition);
  filter: grayscale(1);
}

.articles_small_item:hover .articles_small_thumb img,
.articles_list_item:hover .articles_list_thumb img {
  transition: var(--transition);
  filter: grayscale(0);
}

.articles_small_item h3,
.articles_small_item h3 a,
.articles_list_item h2,
.articles_list_item h2 a {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  font-family: var(--fancy-font);
  text-transform: uppercase;
  color: #0d4050;
  text-decoration: none;
  line-height: 1.7;
}

.articles_small_date,
.articles_list_date {
  color: #b58e62;
  font-size: 14px;
}

.articles_small_link,
.articles_list_link {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.articles_small_link a,
.articles_list_link a {
  display: block;
  width: 100%;
  height: 100%;
}

.articles_small_link::after {
  position: absolute;
  bottom: -50px;
  left: 0;
  background-color: #dedbd1;
  height: 1px;
  width: 100%;
  transition: var(--transition);
  content: " ";
}

.articles_small_link:hover::after {
  background-color: #b58e62;
}

.articles_small_item:last-child .articles_small_link::after,
.id_page_79 .articles_small_link::after,
.id_page_80 .articles_small_link::after {
  display: none;
}

.articles_art_date {
  text-align: center;
  margin-bottom: 30px;
  color: var(--gold-color);
  font-size: 22px;
}

.articles_art_img_orig {
  margin-bottom: 60px;
}

.cooperate-cont {
  /* background-image: url('img/footer-bg.jpg'); */
  background-color: #6f5f50;
  background-size: cover;
  background-position: 50% 50%;
  padding: 150px 0;
  padding-bottom: 280px;
  position: relative;
  color: #fff;
}

.cooperate-cont h2 {
  font-size: 93px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 70px;
  font-weight: 500;
}

.lang_en .cooperate-cont h2 {
  font-size: 60px;
}

.cooperate-cont::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 180px;
  width: 50%;
  background-color: #0d4050;
  content: " ";
}

.contact-wrapper {
  display: flex;
  gap: 50px;
  margin-bottom: 200px;
}

.contact-wrapper a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  transition: var(--transition);
}

.contact-wrapper a:hover {
  color: var(--gold-color);
}

.contact-wrapper a::before {
  width: 48px;
  height: 48px;
  display: inline-block;
  content: " ";
  border: 1px solid #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.contact-wrapper a.phone::before {
  background-image: url("svg/mobile.svg");
}

.contact-wrapper a.email::before {
  background-image: url("svg/send.svg");
}

.cooperate-cont .btn {
  padding: 15px 45px;
}

.bottom-text-cont {
  padding: 100px 0;
  border-top: 1px solid #dedbd1;
}

.bottom-text-cont.nb {
  border-top: none;
  padding-top: 0;
}

.bottom-text-cont h2 {
  text-align: center;
}

.bottom-text-cont h2:first-child {
  margin-top: 0;
}

.our-team-cont {
  padding: 100px 20px;
}

.sublist-cont + .our-team-cont {
  padding-top: 0;
}

/*
.our-team-cont .container {
  display: grid;
  grid-template-columns: 1fr;
}*/

.our-team-cont h2 {
  text-align: center;
  margin-top: 0;
  grid-column: span 4;
  font-size: 90px;
}

.gallery_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.gallery_container.full-img {
  display: flex;
  gap: 0;
}

.gallery_container.full-img .gallery_item {
  flex: 0 0 100%;
}

.gallery_container.people {
  max-width: 100%;
  height: auto;
}

.gallery_container.people .gallery_item .gallery_name {
  font-family: var(--fancy-font);
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
}

.gallery_container.people .gallery_item:nth-child(n+5) {
  display: none;
}

.gallery_container.people.showed .gallery_item:nth-child(n+5) {
  display: block;
}

.gallery_container picture {
  width: 100%;
  display: flex;
}

.gallery_container .gallery_item .gallery_img img {
  transition: var(--transition);
  filter: grayscale(1);
  display: inline-block;
  width: 100%;
  height: auto;
}

.gallery_container .gallery_item .gallery_img img:hover {
  filter: grayscale(0);
}

.gallery_container.certificates .gallery_item .gallery_img img {
  filter: grayscale(0);
}

.gallery_container.people .gallery_item .position {
  font-size: 17px;
}

.gallery_container.people .gallery_item .person-contact-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  gap: 10px;
  opacity: 0;
  transition: var(--transition);
}

.gallery_container.people .gallery_item:hover .person-contact-wrap {
  opacity: 1;
}

.gallery_container.people .gallery_item .person-contact-wrap a {
  font-size: 17px;
  color: #434c60;
  display: flex;
  align-items: center;
  padding-left: 40px;
  position: relative;
}

.gallery_container.people .gallery_item .person-contact-wrap a:hover {
  text-decoration: none;
}

.gallery_container.people .person-contact-wrap a.phone::before {
  width: 18px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("svg/mobile-dark.svg");
  background-size: cover;
  content: " ";
}

.gallery_container.people .person-contact-wrap a.e-mail::before {
  width: 21px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("svg/send-dark.svg");
  background-size: cover;
  content: " ";
}

#gallery_id_1 {
  transition: var(--transition);
  height: auto;
  overflow: hidden;
}

.team-btn-wrap {
  margin-top: 30px;
  text-align: center;
}

.top-service-cont,
.top-contact-cont {
  padding-top: 100px;
}

.top-service-cont h1,
.top-contact-cont h1 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 10px;
}

.top-service-cont .page-perex {
  text-align: center;
}

.top-service-cont .show-more-wrap {
  text-align: center;
}

.top-service-cont .show-more-wrap a {
  color: var(--gold-color);
}

.top-service-cont .show-more-wrap a:hover {
  text-decoration: none;
}

.sublist-cont {
  padding: 100px 20px;
}

.sublist-cont.bg {
  background-color: var(--light-color);
}

.sublist-cont.bg h2 {
  text-align: center;
  margin-top: 0;
}

.page-content-cont #submenu_text,
.sublist-cont #submenu {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
}

.page-content-cont #submenu_text li,
.sublist-cont #submenu li {
  list-style-type: none;
  position: relative;
}

.page-content-cont #submenu_text li::before,
.sublist-cont #submenu li::before {
  position: absolute;
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 100%;
  content: " ";
  left: 0;
  background-color: #0d4050;
}

.page-content-cont #submenu_text li:hover::before,
.sublist-cont #submenu li:hover::before {
  height: 100%;
}

.page-content-cont #submenu_text li::after,
.sublist-cont #submenu li::after {
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--gold-color);
  transition: var(--transition);
  position: absolute;
  content: " ";
  left: 0;
}

.page-content-cont #submenu_text li:hover::after,
.sublist-cont #submenu li:hover::after {
  width: 100%;
}

.page-content-cont #submenu_text li a,
.sublist-cont #submenu li a {
  padding: 15px;
  transition: var(--transition);
  color: #0d4050;
  border-bottom: 1px solid #dedbd1;
  font-family: var(--fancy-font);
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  position: relative;
}

.page-content-cont #submenu_text li a:hover,
.sublist-cont #submenu li a:hover {
  color: #fff;
}

.page-content-cont #submenu_text li:nth-child(-n + 3) a,
.sublist-cont #submenu li:nth-child(-n + 3) a {
  border-top: 1px solid #dedbd1;
}

.page-content-cont #submenu_text li a::before,
.sublist-cont #submenu li a::before {
  content: " ";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 26px;
  background-image: url("svg/arrow-right-gray.svg");
  background-size: cover;
  transition: var(--transition);
  opacity: 1;
}

.page-content-cont #submenu_text li a:hover::before,
.sublist-cont #submenu li a:hover::before {
  opacity: 0;
}

.page-content-cont #submenu_text li a::after,
.sublist-cont #submenu li a::after {
  content: " ";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 26px;
  background-image: url("svg/arrow-right-gold.svg");
  background-size: cover;
  transition: var(--transition);
  opacity: 0;
}

.page-content-cont #submenu_text li a:hover::after,
.sublist-cont #submenu li a:hover::after {
  opacity: 1;
}

.faq-cont {
  padding: 100px 0;
}

.faq-cont h2 {
  text-align: center;
  margin-top: 0;
}

.map-wrapper {
  position: relative;
  height: auto;
  min-height: 600px;
}

.map-wrapper img {
  position: relative;
  object-fit: cover;
  object-position: center;
}

.map-wrapper h2 {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
}

.map-wrapper .regions-wrapper {
  position: absolute;
  bottom: 50px;
  right: 50px;
  margin: 0;
  padding: 40px 50px;
  background-color: #fff;
  display: none;
}

.map-wrapper .regions-wrapper li {
  text-transform: uppercase;
  font-family: var(--fancy-font);
  list-style-type: none;
  font-weight: 600;
}

.map-img-cont {
  margin-bottom: 100px;
}

li p:first-child {
  margin-top: 0;
}

li p:last-child {
  margin-bottom: 0;
}

.references-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.ref-person-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}

.ref-item {
  background-color: var(--light-color);
  padding: 80px 100px;
  position: relative;
}

.service-references-cont {
  padding: 50px 20px;
}

.service-references-cont .ref-item .ref-text {
  font-size: 26px;
}

.hp-ref-wrap .ref-item::before {
  display: none;
}

.ref-item::before {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  border: 1px solid #b58e62;
  content: " ";
}

.claim-cont {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ref-person-wrapper .ref-person {
  margin-top: 0;
}

.service-references-cont.ref-page {
  background-color: var(--light-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.service-references-cont.ref-page:first-child {
  padding-bottom: 0;
}

.service-references-cont.ref-page h1 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 10px;
}

.service-references-cont.ref-page .page-perex {
  text-align: center;
}

.service-references-cont.ref-page .ref-item {
  background-color: #fff;
}

.claim-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #0d4050;
  color: rgba(255, 255, 255, 0.9);
}

.claim-wrapper h2 {
  margin: 0;
  color: #fff;
  z-index: 2;
}

.claim-wrapper .left-side {
  /*
  background-image: url('img/recovery-audit-hp.jpg');
  background-size: cover;
  background-position: 50% 50%;
*/
  padding: 80px;
  display: flex;
  align-items: center;
  position: relative;
}

.claim-wrapper .left-side .fimg {
  z-index: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}

.claim-wrapper .right-side {
  display: flex;
  align-items: center;
  padding: 80px;
}

.icons-cont {
  padding: 50px 0;
}

.icons-cont h2 {
  margin-top: 0;
  font-size: 26px;
  text-align: center;
  margin-bottom: 50px;
}

.icons-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.icons-wrapper::before {
  position: absolute;
  left: 30%;
  content: " ";
  background-color: #dedbd1;
  width: 1px;
  height: 100%;
  top: 0;
}

.icons-wrapper::after {
  position: absolute;
  left: 71%;
  content: " ";
  background-color: #dedbd1;
  width: 1px;
  height: 100%;
  top: 0;
}

.icon-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  flex: 0 0 240px;
}

.icon-text {
  opacity: 0.9;
}

.icon-item .img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 15px;
}

.top-text-cont {
  padding-top: 120px;
}

.top-text-cont :first-child {
  margin-top: 0;
}

.top-text-cont h2 {
  text-align: center;
}

.top-text-cont p {
  opacity: 0.9;
}

.top-hp-content.service {
  justify-content: flex-end;
  color: #fff;
  padding-top: 120px;
}

.top-hp-content.service h1 {
  font-size: 140px;
  margin: 0;
}

@media(max-width: 1700px) {
  .top-hp-content.service h1 {
    font-size: 120px;
  }
}

.top-hp-content.service .top-perex-text-wrapper {
  margin-bottom: 100px;
  display: flex;
  justify-content: flex-end;
}

.top-hp-content.service .top-perex-text-wrapper .perex-text {
  flex: 0 0 50%;
  padding-right: 100px;
}

.top-page-cont {
  background-color: var(--light-color);
  padding-top: 100px;
  padding-bottom: 10px;
}

.top-page-cont h1 {
  text-align: center;
  margin: 0;
}

.page-content-cont {
  padding: 50px 0;
  padding-bottom: 115px;
  background-color: var(--light-color);
  position: relative;
}

.page_perex {
  text-align: center;
  padding-top: 20px;
}

.mod_articles_article .top-page-cont h1 {
  font-size: 59px;
}

.career-main-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.career-main-wrap .right-side {
  background-color: #0d4050;
  color: #fff;
  padding: 80px;
  padding-right: 0;
}

.career-main-wrap .right-side h2 {
  margin-top: 0;
  font-size: 36px;
}

/*.career-main-wrap .right-side::before {
  width: calc(50vw - 640px);
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #0d4050;
  content: " ";
  height: 100%;
}*/

.page-content-cont .blue-bg {
  width: 50%;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #0d4050;
  height: calc(100% - 100px);
}

.cform_item {
  margin-bottom: 20px;
}

.cform_item.cform_item_type_submit {
  margin-bottom: 0;
}

.inner-form-wrapper {
  position: sticky;
  top: 100px;
}

.form {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  font-family: "Raleway",sans-serif;
  padding: 5px 10px;
  border: none;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  line-height: 1.3;
}

.form_file {
  padding: 20px;
  border: 1px dashed #fff;
  font-size: 16px;
}

.form:focus {
  border-color: var(--gold-color);
  outline: none;
}

.form_textarea {
  height: 94px;
  transition: var(--transition);
  resize: none;
}

.cform_label {
  font-family: var(--fancy-font);
  color: #fff;
  font-weight: 500;
  font-size: 22px;
}

.cform_form_submit {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.page-img-cont {
  background-color: var(--light-color);
  padding-top: 50px;
}

.quick-contact .contact-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 60px;
}

.quick-contact .contact-wrapper a {
  color: #0d4050;
}

.quick-contact .contact-wrapper a::before {
  border-color: #0d4050;
}

.quick-contact .contact-wrapper a.phone::before {
  background-image: url("svg/mobile-dark.svg");
}

.quick-contact .contact-wrapper a.email::before {
  background-image: url("svg/send-dark.svg");
}

.main-contact-wrapper {
  display: grid;
  grid-template-columns: 3fr 4fr 3fr;
  gap: 20px;
  text-align: center;
  margin-top: 80px;
  margin-bottom: -140px;
}

.main-contact-wrapper .col {
  background-color: #0d4050;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 40px;
}

.main-contact-wrapper .col p {
  margin: 0;
}

.main-contact-wrapper .col .top {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex: 0 0 60px;
}

.main-contact-wrapper .col .bottom {
  margin-top: 35px;
}

.main-contact-wrapper .col:nth-child(2) {
  background-color: var(--gold-color);
}

footer {
  color: rgba(255, 255, 255, 0.7);
  background-color: #0d4050;
  padding: 0 20px;
}

footer .footer-logo {
  transform: translateY(-100%);
  position: relative;
  display: inline-block;
}

footer strong {
  color: #fff;
  margin-bottom: 10px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  gap: 100px;
}

.addresses-wrapper {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}

.address-item {
  border: 1px solid #1f5a6d;
  padding: 15px;
  flex: 0 0 240px;
}

.address-item p {
  margin: 0;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer strong {
  margin-bottom: 20px;
  display: inline-block;
}

footer ul li {
  list-style-type: none;
}

footer a {
  color: rgba(255, 255, 255, 0.7);
  transition: var(--transition);
}

footer a:hover {
  color: rgba(255, 255, 255, 1);
}

.right-footer {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  position: relative;
}

.right-footer::before {
  position: absolute;
  left: -50px;
  width: 1px;
  height: 100%;
  background-color: #1f5a6d;
  content: " ";
  top: 0;
}

.right-footer .col.services ul {
  column-count: 2;
  column-gap: 20px;
}

.right-footer .col.services ul li {
  margin-bottom: 10px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 200px 0;
  background-image: url("svg/o-element.svg");
  background-position: 50% 110%;
  background-size: auto 75%;
  background-repeat: no-repeat;
}

#menu_lang,
#mobile_lang_menu {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 15px;
  margin-bottom: 30px;
}

#menu_lang a,
#mobile_lang_menu a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: var(--transition);
  text-decoration: none;
  border-radius: 50%;
}

#menu_lang a:hover {
  border-color: var(--gold-color);
}

#menu_lang a.active,
#mobile_lang_menu a.active {
  color: #fff;
  background-color: var(--gold-color);
  border-color: var(--gold-color);
}

.socials-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.socials-wrap.mobile {
  display: none;
}

.comerto {
  display: flex;
  justify-content: flex-end;
}

.socials-wrap img {
  opacity: .7;
  filter: brightness(0) invert(1);
  transition: var(--transition);
}

.socials-wrap a:hover img {
  opacity: 1;
}

.copyright {
  font-size: 17px;
}

.comerto img {
  opacity: 0.7;
  transition: var(--transition);
}

.comerto a:hover img {
  opacity: 1;
}

.lang-menu-wrap.mobile {
  display: none;
}


/* submenu */

header .menu-wrap,
header .open {
  position: initial;
}

header .menu-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .menu-wrap .btn {
  padding: 5px 15px;
}

.sub_1 {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 100px;
  height: 0px;
  overflow: hidden;
  padding: 0;
  transition: var(--transition);
}

.sub_0_li:hover .sub_1,
.sub_1:hover {
  height: auto;
  overflow: visible;
  padding: 80px 320px;
}

.sub_1::before {
  content: "";
  background-color: rgba(200, 198, 190, 0.46);
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 100%;
  left: 0;
  pointer-events: none;
}

#menu .sub_1 li a {
  padding: 15px;
  transition: var(--transition);
  color: #0d4050;
  border-bottom: 1px solid #dedbd1;
  font-family: var(--fancy-font);
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  position: relative;
  font-size: 26px;
  font-weight: 600;
}

#menu .sub_1 li a:hover {
  color: #fff;
}

#menu .sub_1 li a::before,
#menu .sub_1 li a::after {
  content: " ";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 26px;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0);
  transition: var(--transition);
}

#menu .sub_1 li a::before {
  background-image: url("svg/arrow-right-gray.svg");
  opacity: 1;
  bottom: auto;
}

#menu .sub_1 li a::after {
  left: auto;
  bottom: auto;
  background-image: url("svg/arrow-right-gold.svg");
  opacity: 0;
}

#menu .sub_1 li a:hover::after {
  opacity: 1;
}

#menu .sub_1 li:nth-child(-n + 2) {
  border-top: 1px solid #dedbd1;
}

#menu .sub_1 li {
  position: relative;
}

#menu .sub_1 li::before {
  position: absolute;
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
  height: 0;
  width: 100%;
  content: " ";
  left: 0;
  background-color: #0d4050;
}

#menu .sub_1 li:hover::before {
  height: 100%;
}

#menu .sub_1 li::after {
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: var(--gold-color);
  transition: var(--transition);
  position: absolute;
  content: " ";
  left: 0;
}

#menu .sub_1 li:hover::after {
  width: 100%;
}




/* Files */
.certificates-slider .file-item {
  padding: 0 10px;
}

.certificates-slider .file-item .file-item-inner {
  width: 100%;
  aspect-ratio: 26 / 36;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  position: relative;
  padding: 20px;
  border-radius: 6px;
  overflow: hidden;
}

.certificates-slider .file-item.no-img .file-item-inner {
  background-image: url('/gfx/svg/file-icon.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50% auto;
}

.certificates-slider .file-item .file-item-inner .file-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.certificates-slider .file-item .shadow-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(181,142,98,.85);
  opacity: 0;
  transition: var(--transition) opacity;
}

.certificates-slider .file-item:hover .shadow-bg {
  opacity: 1;
}

.certificates-slider .file-item .file-item-inner .file-image .fimg_wrp,
.certificates-slider .file-item .file-item-inner .file-image .fimg_pic {
  width: 100%;
  height: 100%;
}

.certificates-slider .file-item .file-item-inner .file-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.certificates-slider .file-item .file-name {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.25;
}

.certificates-slider .file-item .file-type {
  color: #fff;
  font-size: .9rem;
  font-style: italic;
}

.certificates-slider .file-item .file-download {
  font-size: .9rem;
  margin-top: 20px;
  line-height: 1.2;
  background-color: #fff;
  padding: 10px;
  color: #000;
  border-color: #666;
}

.certificates-slider .file-item .file-download .file-size {
  font-weight: 400;
}

.certificates-slider .file-item .file-name,
.certificates-slider .file-item .file-type,
.certificates-slider .file-item .file-download {
  opacity: 0;
  transition: var(--transition);
}

.certificates-slider .file-item:hover .file-name,
.certificates-slider .file-item:hover .file-type,
.certificates-slider .file-item:hover .file-download {
  opacity: 1;
}

.certificates-slider .file-item.no-img .file-name {
  opacity: 1;
  color: #000;
}

.certificates-slider .file-item.no-img:hover .file-name {
  color: #fff;
}

.certificates-slider .file-item .link-download {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

@media(max-width: 1500px){
  .sub_0_li:hover .sub_1,
  .sub_1:hover {
    height: auto;
    overflow: visible;
    padding: 60px 150px;
  }

  #menu .sub_1 li a {
    font-size: 20px;
  }

  .career-main-wrap .left-side {
    padding-left: 20px;
  }

  .career-main-wrap .right-side {
    padding: 80px 20px;
  }

  .header-inner {
    padding: 0 20px;
  }

  #menu > li > a {
    padding: 0 10px;
  }
}

@media (max-width: 1280px) {
  .header-inner {
    padding: 0 25px;
  }

  #menu {
    justify-content: flex-end;
  }

  #menu > li {
    flex: 1 1 auto;
  }

  #menu > li > a {
    text-align: center;
    font-size: 13px;
    line-height: 1.3;
  }

  .about-us-wrapper .about-us-text h2 {
    font-size: 48px;
  }

  .about-us-cont {
    padding: 0 20px;
  }

  .hp-ref-cont {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lp {
    padding-left: 70px;
  }

  .interest-wrapper h2 {
    font-size: 48px;
  }

  footer {
    padding: 0 20px;
  }

  .sub_0_li:hover .sub_1, .sub_1:hover {
    padding: 80px 120px;
  }

  .articles_small_item, .articles_list_item {
    padding-right: 50px;
  }

  .top-hp-content.service {
    padding: 0 20px;
    padding-top: 80px;
  }

  .top-hp-content.service h1 {
    font-size: 100px;
    max-width: 75%;
  }

  .top-hp-content.service .top-perex-text-wrapper {
    margin-bottom: 0;
  }

  .career-main-wrap .right-side {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-main-wrap form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }

  .cform_item_id_1,
  .cform_item_id_6,
  .cform_item_type_textarea,
  .cform_item_type_requiredtext {
    grid-column: span 2;
  }

  .form_textarea:focus {
    height: 100px;
  }

  .career-main-wrap .left-side {
    padding-left: 20px;
  }
}

#cookie_eu_bar #cookie_eu_bar_text {
  line-height: 1.4;
  font-size: 0.95rem;
}

.popUpWrap {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 66;
  transition: var(--transition);
  opacity: 0;
  pointer-events: none;
}

.popUpWrap.visible {
  opacity: 1;
  pointer-events: auto;
}

.contactPopupBg {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pop-up-form {
  background-color: #0d4050;
  padding: 25px 0;
  width: min(90%, 500px);
  height: min(calc(100vh - 140px), 640px);
  position: relative;
  top: 20px;
}

.pop-up-form h2 {
  margin-top: 0;
  font-size: 32px;
  color: #fff;
  text-align: center;
}

.popupCloseButton {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  transform: translate(25%, -25%);
  cursor: pointer;
}

.popupCloseButton::before {
  position: absolute;
  left: 1px;
  top: 1px;
  background-color: #fff;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  content: " ";
  border-radius: 50%;
}

.popupCloseButton img {
  position: relative;
}

.form-inner-wrap {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 25px;
}

.cform_form_type_textarea {
  height: 100px;
}

.pop-up-form .cform_item label,
.pop-up-form .cform_text {
  font-size: 17px;
  line-height: 1;
}

.page-content-cont a {
  color: var(--gold-color);
}

.page-content-cont a:hover {
  text-decoration: none;
}

.user_sitemap .sub_1 {
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  overflow: auto;
  display: block;
  padding: 0;
  padding-left: 25px;
  background-color: rgba(0, 0, 0, 0);
}

.user_sitemap .sub_1::before {
  display: none;
}

.user_sitemap li:hover .sub_1 {
  padding: 0;
  padding-left: 25px;
}

.lzl {
  background-color: rgba(0, 0, 0, .1);
}

.table-wrap {
  width: 100%;
  overflow: auto;
}


/* Articles */

.articles_art_container table {
  width: 100%;
  width: auto;
  line-height: 1.3;
  border-collapse: collapse;
  font-size: 16px;
}

.articles_art_container table p {
  margin: 0;
}

.articles_art_container table th {
  color: #fff;
  background-color: #0d4050;
}

.articles_art_container table th,
.articles_art_container table td {
  padding: 5px 10px;
}
