@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@500;700&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,400&display=swap');
@import url('https://fonts.cdnfonts.com/css/qanelas');


html, body {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.header {
  background-color: #005387;
  color: #FFFFFF;
  width: 100%;
  z-index: 10;
}

.header-container {
  display: flex;
  justify-content: space-between;
  padding-left: 5%;
}

.main-container {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
}

.navigation nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  width: 400px;
}

.navigation nav ul li a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  padding: 10px 10px;
}

.navigation nav ul li a:hover {
  color: #F2F3F4;
}

.contacts {
  display: flex;
  align-items: center;
  margin: 0;
}

.contacts .telephone {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  margin-right: 26px;
}

.contacts .email {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  margin-right: 26px;
}

.contacts-link {
  text-decoration: none;
  color: #FFFFFF;
}

.contacts-link:hover {
  color: #F2F3F4;
}

.switch-lang {
    position: relative;
    flex-shrink: 0;
}

.switch-lang-btn,
.switch-lang-content a {
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    display: block;
    color: #FFFFFF;
    background-color: #306BA1;
    width: 75px;
    text-align: center;
    padding: 12px 0;
}

.switch-lang-btn:hover,
.switch-lang-content a:hover {
    background-color: #FFFFFF;
    color: #005387;
    cursor: pointer;
}

.switch-lang-content {
    display: none;
    position: absolute;
    background-color: #306BA1;
    min-width: 75px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.switch-lang:hover .switch-lang-content {display: block;}

#intro {
  background-image: url("../images/intro-back.jpg");
  background-size: cover;
  box-sizing: border-box;
  background-origin: border-box;
}

.intro-container {
  display: flex;
  border-top: 1px solid #005387;
}

.intro-label {
  position: absolute;
  background-color: #005387;
  margin-top: 6px;
  width: 361px;
  height: 155px;
  box-sizing: border-box;
  padding: 24px 23px 24px 28px;

}

.intro-label .label-title {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: start;
}

.intro-label .label-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
  text-align: start;
}

.intro-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  flex-grow: 1;
  margin-left: 75px;
}

.intro-main-container {
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.intro-logo {
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
}

.intro-logo img {
    width: 274px;
}

h1 {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  font-size: 53px;
  line-height: 64px;
  margin-top: 60px;
  margin-bottom: 0;
  text-align: center;
  color: #FFFFFF;
  max-width: 100%;
}

.intro-text {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  margin: 7px 0;
  color: #FFFFFF;
}

.big-text {
  font-weight: 700;
  font-size: 35px;
  line-height: 41px;
}

.mid-text {
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
}

.contact-button {
    padding: 10px 40px 12px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    font-size: 35px;
    color: #005387;
    background-color: rgba(255, 255, 255, 0.76);
    cursor: pointer;
    margin: 58px 0 230px;
}

.contact-button:hover {
  background-color: #FFFFFF;
  color: #005387
}

.intro-aside {
  background-color: rgba(0, 83, 135, 0.8);
  width: 75px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 35px;
  justify-content: center;
  flex-shrink: 0;
}

.intro-aside-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  margin: 0;
  padding: 0;
}

.intro-aside-links > li {
  list-style-type: none;
  opacity: 0.7;
}

.intro-aside-links > li:hover {
  opacity: 1;
}

.mid-header {
  background-color: #005387;
  margin: 0;
  display: flex;
  justify-content: center;
}

.mid-header h2 {
  margin: 0;
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  font-size: 39px;
  line-height: 47px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.about-us-main-container {
  max-width: 1300px;
  margin: 17px auto 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.link-block {
  display: flex;
  flex-direction: column;
  min-width: 427px;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 10px;
  border: 1px solid rgba(181, 181, 181, 0.32);
}

.link-midtext {
  font-family: 'Qanelas';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.link-smalltext {
  font-family: 'Qanelas';
font-style: normal;
font-weight: 700;
font-size: 19px;
line-height: 27px;
letter-spacing: 0.085em;
color: #000000;
margin: 0;
}

.link-midtext-long {
  font-size: 25px;
  line-height: 47px;
}

.link-block:hover svg .link-logo-svg {
  fill: #FFFFFF;
}

.link-block-1:hover {
  background-color: #2D6899;
}

.link-block-2:hover {
  background-color: #005387;
}

.link-block-3:hover {
  background-color: #005387;
}

.link-block-4:hover {
  background-color: #A31B4C;
}

.link-block-5:hover {
  background-color: #3A605F;
}

.link-block-6:hover {
  background-color: #EECC3B;
}

.why-moldova-main {
  background-image: url("../images/back-map.jpg");
  background-position: bottom;
  background-size: cover;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  min-height: 900px;
  display: flex;
  align-items: flex-end;
}

.why-moldova-row-1,
.why-us-row-2  {
  width: 1860px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40px;
}

.why-moldova-row-1-block {
  max-width: 405px;
  min-height: 473px;
  box-sizing: border-box;
  box-shadow: 1.53109px 9.18654px 10.7176px -6.12436px rgba(0, 0, 0, 0.09);
}

.why-moldova-row-1-block-header {
  background-color: rgba(0, 83, 135, 0.8);
  padding: 35px 30px 15px;
  /*height: 137px;*/
}

.why-moldova-row-1-block-header-text {
  margin: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.why-moldova-row-1-block-main {
  background-color: #FFFFFF;
  min-height: 345px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-moldova-row-1-block-main ul {
  padding-top: 17px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 27px;
  line-height: 41px;
  color: #000000;
  margin: 0;
  width: 342px;
}

.ending-section {
  background-image: url("../images/contact-us-back.jpg");
  background-size: cover;
}

.contact-us {
  padding: 0 20px;
}

.contact-us-container {
  display: flex;
  justify-content: center;
  padding: 60px 0 50px;
}

.contact-form {
  width: 660px;
  background: rgba(0, 83, 135, 0.8);
  border-radius: 26px;
  padding: 65px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.contact-form-header {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 41px;
  font-variant: small-caps;
  color: #FFFFFF;
  max-width: 490px;
  margin: 0;
}

.contact-form input {
  background: #FFFFFF;
  border: none;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  height: 48px;
  margin-bottom: 13px;
  padding-left: 10px;
}

.contact-form .row {
  display: flex;
  justify-content: space-between;
}

.contact-form .row input {
  min-width: 310px;
}

.contact-form-button {
  width: 207px;
  height: 49px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.19);
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  font-variant: small-caps;
  color: #FFFFFF;
  text-transform: uppercase;
}

.contact-form-button:hover {
  color: #005387;
  background: rgba(255, 255, 255, 0.73);
  cursor: pointer;
}

.contact-form-header + input {
  margin-top: 20px;
}

.footer {
  background-color: rgba(0, 83, 135, 0.9);
}

.footer-container {
  max-width: 1760px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 35px auto 0;
  padding-bottom: 15px;
}

.left-aside {
  padding-top: 15px;
}

.right-aside {
  display: flex;
  gap: 32px;
  padding-bottom: 5px;
  padding-right: 15px;
}

.right-aside .column {
  max-width: 195px;
}

.right-aside .column p,
.right-aside .column a {
  margin: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 19px;
  line-height: 30px;
  color: #FFFFFF;
  text-decoration: none;
}

.right-aside .column a img {
  margin-right: 15px;
}

.news {
  background-image: url("../images/news-back.jpg");
  background-size: cover;
}

.news-main-container {
  max-width: 1200px;
  margin: 75px auto 0px;
  padding-bottom: 75px;
}

.news-main {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.news-main .news-block {
  position: relative;
  display: inline-block;
  background-color: none;
  margin: 0;
  border: none;
  box-shadow: none;
  overflow: hidden;
}

.news-main .news-block h3{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 27px;
  color: #FFFFFF;
  margin: 25px 45px 45px;
}

.news-main .news-block p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  margin: 25px 45px 45px;
}

/* Выезжающий блок с текстом для панели снизу вверх */
.news-main .news-block > div.effect-to-top {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 15%;
}
.news-main .news-block:hover > div.effect-to-top {
  position: absolute;
  overflow: hidden;
  top: 10%;
  left: 0;
}
.news-main .news-block div.effect-to-top {
  opacity: 1;
  background-color: #005387; /* Фон блока при наведении */
  transition: all 0.4s ease-in-out;
  color: #fff;
  transform: translate(0px, 250px) rotate(0deg); /* Направление выезжающей панели */
}
.news-main .news-block:hover div.effect-to-top {
  opacity: 1;
  transform: translate(0px, 0px) rotate(0deg);
}

.appreciations {
  padding: 0 20px;
}

.appreciations-container {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.fields {
  box-shadow: 0px 10.7328px 14.1221px -9.03817px rgba(100, 133, 150, 0.22);
  padding-bottom: 80px;
}

.fields-main {
  max-width: 1860px;
  margin: 0 auto;
}

.fields-details {
  max-width: 891px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 45px;
  line-height: 53px;
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: uppercase;
}

.fields-details-text {
  color: #005387;
}

.fields-details-btn {
  background: rgba(0, 83, 135, 0.8);
  width: 100%;
  border-radius: 15px;
  border: none;
  padding: 16px 0 12px;
  cursor: pointer;
  font-weight: 600;
  color: #FFFFFF;
}

.fields-details-btn:hover {
  background-color: rgba(249, 135, 45, 0.35);
  color: rgba(0, 83, 135, 0.8);
}

.fields-slider-arrow-container {
  position: relative;
  max-width: 1860px;
  margin: 0 auto;
}

.fields-slider-container {
  max-width: 1760px;
  padding-bottom: 53px;
  overflow: hidden;
  margin: 79px auto 0;
}

.fields-slider-element {
  width: 325px;
  height: 267px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 48px;
  background: #FFFFFF;
  border: 0.988583px solid rgba(249, 135, 45, 0.5);
box-shadow: 1.22286px 7.33718px 8.56005px -4.89145px rgba(0, 0, 0, 0.09);
}

.fields-slider-element:hover {
  background: rgba(249, 135, 45, 0.21);
}

.fields-slider-element .element-icon {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 122px;
}

.fields-slider-element .element-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}

.fields-slider-element .first-element-text {
  margin-bottom: 0;
}

.fields-slider-element .second-element-text {
  margin-top: 0;
}

.swiper-button-prev,
.swiper-button-next {
  color: rgba(249, 135, 45, 0.8);
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #005387
}

.service-container {
  max-width: 1860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.service-main {
  display: flex;
  flex-direction: column;
  max-width: 1000px;
}

.service-main-block {
  margin-top: 100px;
}

.service-main-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 67px;
  line-height: 79px;
  text-transform: uppercase;
  color: #005387;
}

.service-main-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 60px;
  color: #000000;
  column-count: 2;
}

.service-main-text ul {
  margin-top: 0;
}

.why-us-header {
  display: none;
}

.why-us-main {
  background-color: #FFFFFF;
  height: 265px;
}

.relative {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
}

.why-us-row-2 {
  position: absolute;
  width: 100%;
  top: -173px;
}

.why-us-row-2-block {
    max-width: 296px;
    min-height: 393px;
    box-sizing: border-box;
    box-shadow: 1.53109px 9.18654px 10.7176px -6.12436px rgba(0, 0, 0, 0.09);
    transition: all 0.3s ease;
}

.why-us-row-2-block:hover {
  transform: scale(1.1);
}

.why-us-row-2-block:hover .why-us-row-2-block-header {
  background: rgba(0, 83, 135, 1);
}

.why-us-row-2-block-header {
  padding: 20px 30px 23px;
  background: rgba(0, 83, 135, 0.91);
  height: 130px;
  transition: all 0.3s ease;
}

.why-us-row-2-block-header-icon {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-end;
  min-height: 61px;
}

.why-us-row-2-block-header-text {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0;
}

.why-us-row-2-block-main {
  background-color: #FFFFFF;
  padding: 23px;
  min-height: 190px;
}

.why-us-row-2-block-main p {
  margin: 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  color: #000000;
}

.our-services-main {
  margin: 0 auto;
  width: 1440px;
}

.our-services-block-1 {
  display: flex;
  justify-content: space-between;
  min-height: 930px;
  background: #FFFFFF;
  box-shadow: 0px 6px 7px -1px rgba(0, 83, 135, 0.1);
}

.our-services-block-1-image {
  background-image: url('../images/our-services-photo-1.jpg');
  width: 573px;
  flex-shrink: 0;
}

.our-services-block-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  min-height: 889px;
  background: #FFFFFF;
}

.our-services-block-2-image {
  background-image: url('../images/our-services-photo-2.jpg');
  width: 592px;
  flex-shrink: 0;
}

.our-services-block-3 {
  display: flex;
  justify-content: space-between;
  min-height: 700px;
  background: #FFFFFF;
}

.our-services-block-3-image {
  background-image: url('../images/our-services-photo-3.jpg');
  width: 586px;
  flex-shrink: 0;
}

.our-services-block-1-text,
.our-services-block-2-text,
.our-services-block-3-text  {
  padding-right: 80px;
}

.our-services-block-2-text {
  padding-left: 80px;
}

.our-services-block-1-text h3,
.our-services-block-2-text h3,
.our-services-block-3-text h3 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  text-transform: uppercase;
  color: #005387;
  margin-left: 23px;
  margin-top: 35px;
}

.our-services-block-1-text ul li,
.our-services-block-2-text ul li,
.our-services-block-3-text ul li {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 29px;
  color: #000000;
}

.two-column {
  column-width: 48%;
	column-count: 2;
	column-gap: 4%;
}

.sub-list {
  list-style: none;
  padding-left: 12px;
}

.sub-list li::before {
  content: "\2013";
  margin-right: 4px;
}

.our-services-block-3 button {
  padding: 10px 40px 12px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 35px;
  color: #FFFFFF;
  background-color: #005387;
  cursor: pointer;
  margin: 58px 22px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  text-align: center;
}

.our-services-block-3 button:hover {
  background-color: rgba(0, 83, 135, 0.07);
  color: #005387;
}

.hide-title,
.btn-more {
    display: none;
}

.contact-form-success {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 83, 135);
    border-radius: 26px;
}

.contact-form-success-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

#close-btn {
    width: 207px;
    height: 49px;
    box-sizing: border-box;
    padding: 15px 0;
}

.hidden {
    display: none;
  }

.font-variant-normal {
    font-variant: normal;
}
