@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
a,
div,
h1,
h2,
h3,
h4,
p,
input,
label,
span {
  font-family: "Montserrat", serif;
}
html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
button.menu-toggle {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: none;
}
a,
a:hover,
a::after,
a:focus {
  outline: none;
}
html {
  margin-top: 0 !important;
  font-size: 16px;
}
div#wpadminbar {
  display: none;
}
.container {
  max-width: 81.25rem;
  margin: 0 auto;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.logo img {
  width: 10rem;
}
header .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header {
  padding: 1.5rem 0;
}
.burger {
  display: none;
}
ul.nav-menu li {
  list-style-type: none;
}
ul.nav-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
img {
  width: 100%;
}
.home__screen {
  margin-top: 12rem;
}
.home__screen .container {
  position: relative;
}
.home__screen .container::before {
  content: "";
  background: url("../img/dots.png");
  position: absolute;
  left: 5rem;
  top: 0;
  width: 130%;
  height: 90%;
  background-size: cover;
  background-repeat: no-repeat;
  bottom: 0;
  margin: auto;
  z-index: -1;
  opacity: 0.1;
}
h2 {
  color: #2a64a7;
  font-size: 4rem;
  margin: 0;
}
h1 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 124%;
  margin-bottom: 0;
}
.home__screen .left__row img {
  border-radius: 2rem;
}
.home__screen .right__row {
  position: relative;
}
.home__screen .flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
.home__screen .right__row,
.home__screen .left__row {
  width: 50%;
}
.badge__text p {
  font-size: 1.8rem;
  font-weight: 500;
}
.badge__text span {
  color: #fff;
  background: #28983c;
  padding: 0.7rem;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.25rem;
}
ul.nav-menu a {
  font-size: 1.5rem;
  color: #2a64a7;
  font-weight: 600;
}
ul.nav-menu a:hover {
  text-decoration: underline;
}
.btn {
  color: #fff;
  background: #28983c;
  border-radius: 0.75rem;
  padding: 1rem;
  text-transform: uppercase;
  font-weight: 500;
  border: unset;
}
.btn:hover {
  background: #2a64a7;
}
#mobile-nav {
  display: none;
}
section.burger__menu {
    display: none;
}
.fade-in-block {
    opacity: 0;
    -webkit-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
}

.fade-in-block.visible {
    opacity: 1;
}
.block {
    padding: 7rem 0 0 0;
}
h3 {
    font-size: 3rem;
    color: #2a64a7;
    text-transform: uppercase;
    border-bottom: 2px solid #2a64a7;
    padding-bottom: 0.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
}
.advantages__list ul {
    margin-top: 3rem;
}
.advantages__list li {
    color: #000;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.sticky {
    background: #fff;
    z-index: 9999;
    padding: 0.5rem 0 0.3rem 0;
    border-bottom: 1px solid #2a64a7;
}
.about__block p {
    margin: 2rem 0 0 0;
    font-size: 1.7rem;
    line-height: 140%;
}
h4 {
    font-size: 2rem;
    color: #2a64a7;
}
.table-wrap {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}

th {
    background-color: #f2f2f2;
}
.table-wrap {
    margin-top: 4rem;
}
th {
    background-color: #28983c;
    color: #fff;
    padding: 1rem;
}
tr {
    font-size: 1rem;
}
tbody td {
    padding: 1.3rem 1rem;
}
tbody tr:nth-child(even) {
    background: #2a64a79e;
    color: #fff;
}
td, th {
    font-size: 1.1rem;
    line-height: 120%;
}
.params__block  p {
    margin: 2rem 0 0 0;
    font-size: 1.7rem;
    line-height: 140%;
}
.duration__list p {
    margin: 0;
    font-size: 1.5rem;
    text-align: left;
    width: 50%;
    margin-top: 2rem;
}
.duration__list span {
    max-width: 70%;
}
.form p {
    font-size: 1.5rem;
    line-height: 130%;
    margin-top: 0;
    max-width: 90%;
}
.duration__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.duration__list p span:first-child {
    font-weight: 700;
    margin-bottom: 1rem;
}
.duration__list p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.duration__list {
    margin-top: 2rem;
}
.form span {
    font-size: 1.3rem;
}
.mail__list a {
    font-size: 1.5rem;
    color: #28983c;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
}
.mail__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5rem;
    gap: 0.5rem;
}
span.select2-selection__arrow {
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1rem !important;
}
form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
}
form label {
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #28983c;
    font-weight: 600;
    margin-top: 1.5rem;
}
input {
    padding: 1.25rem;
    border-radius: 0.75rem;
    border: 1px solid #2a64a7;
}
.select2-container--default .select2-selection--single {
    padding: 1rem; /* Adjust padding as needed */
    height: auto; /* Ensure height adjusts with padding */
    border-radius: 0.75rem;
    border: 1px solid #2a64a7;
}
.form .left__col, .form .right__col {
    width: 50%;
    margin-top: 3rem;
}
.form .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}
button.btn {
    margin-top: 1.5rem;
    padding: 1.5rem;
}
footer {
    font-size: 1.3rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2rem;
    background: #235ca1;
    margin-top: 4rem;
}
form label:first-child {
    margin-top: 0;
}
.btn {
    cursor: pointer;
}
span.select2.select2-container.select2-container--default {
    width: -webkit-fill-available !important;
}
html:has(._lock), ._lock {
    overflow: hidden;
}
.badge__text span {
    width: -webkit-fill-available;
    padding-left: 1.5rem;
}
.badge__text p {
    margin-bottom: 0.7rem;
}
@media screen and (min-width: 1920px) {
    html {
        font-size: 18px;
      }
}
@media screen and (min-width: 2561px) {
    html {
        font-size: 20px;
      }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 14px;
  }
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 12px;
  }
 
.home__screen .right__row, .home__screen .left__row {
    width: 100%;
}

}
@media screen and (max-width: 768px) {
    .burger {
        margin-top: -10px;
    }
    .home__screen {
        margin-top: 5rem;
    }
    .home__screen .flex-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 1rem;
    }
    .burger__menu {
        height: 100vh;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 2rem;
        z-index: 9;
        text-align: center;
    }

    header .btn {
        display: none;
    }
    .logo img {
        width: 5rem;
    }
    .burger img {
        width: 30px;
    }
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    section.burger__menu {
        position: fixed;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: #fff;
        padding: 20px;
        width: calc(100% - 40px);
        right: -140vh;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
    .open-burger section.burger__menu {
        right: 0;
        -webkit-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease;
    }
    .burger__menu nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .burger__menu .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
  #mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  html {
    font-size: 16px;
  }
  #site-navigation {
    display: none;
  }
  a.close-icon {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 30px;
}
.home__screen .container::before {
    content: unset;
}
h2 {
    font-size: 3rem;
}
h1 {
    font-size: 1rem;
}
.badge__text p {
    margin: 1rem 0;
    font-size: 1.4rem;
}
.badge__text span {
    font-size: 1rem;
}

.home__screen .left__row img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
}
.block {
    padding: 4rem 0 0 0;
}
h3 {
    font-size: 1.2rem;
}
.about__block p {
    margin: 1rem 0 0 0;
    font-size: 1rem;
}
h4 {
    font-size: 1.2rem;
    margin: 1rem 0;
}
.advantages__list ul {
    margin-top: 1rem;
    padding-left: 1rem;
}
.advantages__list li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
.table-wrap {
    margin-top: 2rem;
}
td, th, tbody td {
    font-size: 0.75rem;
    padding: 0.3rem;
}
.params__block th {
    min-width: 90px;
}
.params__block p {
    margin: 1rem 0 0 0;
    font-size: 1rem;
}
.duration__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1rem;
}
.duration__list p {
    width: 100%;
    font-size: 1rem;
    margin-top: 0.5rem;
}
.form .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.form .left__col, .form .right__col {
    width: 100%;
    margin-top: 1rem;
}
.form p, .form span {
    font-size: 1rem;
}
.mail__list a {
    font-size: 1.2rem;
}
form label {
    font-size: 1rem;
}
.select2-container--default .select2-selection--single {
    padding: 0.5rem;
    border-radius: 0.5rem;
}
form label {
    margin-top: 0.5rem;
}
button.btn {
    padding: 1rem;
}
footer {
    font-size: 1rem;
    padding: 1rem;
    margin-top: 3rem;
}
.burger {
    margin-top: -8px;
}
input {
    padding: 0.75rem;
    border-radius: 0.5rem;
}
#parametres table:first-child th, #parametres table:first-child td, #parametres table:first-child tr {
    text-align: center;
}
section.burger__menu {
    z-index: 99999999999999;
}
.badge__text p {
    margin-bottom: 0.5rem;
    font-size: 1rem;
}
.badge__text span {
    padding-left: 0.5rem;
}
}