/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  /*outline: none;*/
}

a:focus,
a:active {
  /* outline: none;*/
}

/* Links */
a, a:link, a:visited {
  /* color: inherit; */
  text-decoration: none;
  /* display: inline-block; */
}

a:hover {
  /* color: inherit; */
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

/* ************************** */
.header {
  background-color: white;
  max-width: 100%;
  margin: 0 auto;
}

.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f0f2f5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 90px;
  padding: 0 70px 0px 30px;
}
@media (max-width: 455px) {
  .top-nav {
    padding: 0 15px 0px 30px;
  }
}
.top-nav .logo img {
  height: 40px;
  width: auto;
}
.top-nav .link_phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-nav .link_phone .phone {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.top-nav .link_phone .phone img {
  max-height: 32px;
  max-width: 33px;
}
@media (max-width: 455px) {
  .top-nav .link_phone .phone img {
    max-height: 24px;
    max-width: 24px;
  }
}
.top-nav .link_phone .phone a {
  margin-left: 10px;
  color: black;
}
@media (max-width: 455px) {
  .top-nav .link_phone .phone a {
    font-size: 11px;
  }
}
.top-nav .language_links {
  display: flex;
}
.top-nav .language_links ul {
  display: flex;
  gap: 10px;
}
.top-nav .language_links ul a {
  color: #969696;
}
.top-nav .language_links ul a.active {
  color: #7797ad;
}

.menu {
  display: flex;
  align-items: center;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}

.menu > li a {
  margin: 0 1rem;
  overflow: hidden;
  color: #7797ad;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: rgb(0, 0, 0);
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 1110px) {
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 85px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li a {
    color: #FFF;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
@font-face {
  font-family: "MuseoSans";
  src: url("./fonts/MUSEO-500.OTF");
}
.translations_services .translations_services_wrapper .translations_services_item .buttons_order, .services .services_wrapper .services_item .buttons, .hero .hero_description .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7797ad;
  border: 5px solid transparent;
  transition: 0.2s ease;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 900;
}
.translations_services .translations_services_wrapper .translations_services_item .buttons_order a, .services .services_wrapper .services_item .buttons a, .hero .hero_description .buttons a {
  color: #fff;
}

body {
  font-family: "MuseoSans";
  background-color: #f0f2f5;
  overflow-x: hidden;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
}

.hero {
  margin-top: 90px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-image: url("../img/documents/documents_first.webp");
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.hero .hero_description {
  width: 250px;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 720px) {
  .hero .hero_description {
    margin-top: 5%;
    width: 45%;
    padding-left: 20%;
  }
}
.hero .hero_description .hero_title h3 {
  font-size: 34px;
  font-weight: 900;
  color: black;
}
.hero .hero_description .hero_list p {
  color: #969696;
  text-align: center;
  font-size: 1.5rem;
}
.hero .hero_description .buttons {
  margin: 1rem 1rem;
}
@media (min-width: 720px) {
  .hero {
    justify-content: start;
    background-image: url("../img/documents/documents.webp");
    min-height: 50vh;
  }
}

.about_us {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 20px;
}
@media (min-width: 1170px) {
  .about_us {
    flex-direction: row;
    max-width: 1000px;
    margin: 0 auto;
  }
}
@media (min-width: 1170px) {
  .about_us .about_us_description {
    max-width: 50%;
  }
}
.about_us .about_us_description .prehead {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 5px;
}
.about_us .about_us_description h1 {
  font-size: 1.5rem;
  font-weight: 800;
  color: #969696;
  margin-bottom: 30px;
  line-height: 25px;
}
.about_us .about_us_description .description p {
  line-height: 15px;
  margin-bottom: 10px;
}
.about_us .about_us_img img {
  width: 100%;
  height: auto;
}

.services {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.services .services_header_wrapper {
  color: #fff;
}
.services .services_header_wrapper h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  padding: 0 5px;
  background-color: #7797ad;
}
.services .services_wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 720px) {
  .services .services_wrapper {
    flex-direction: row;
  }
}
.services .services_wrapper .services_item {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #fff;
  width: 300px;
  height: 300px;
  margin: 10px auto;
  padding: 10px 10px;
}
@media (min-width: 720px) {
  .services .services_wrapper .services_item {
    width: calc(100% - 20px)/2;
  }
}
.services .services_wrapper .services_item h2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.services .services_wrapper .services_item ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.services .services_wrapper .services_item ul li {
  font-size: 15px;
  font-weight: bold;
}
.services .services_wrapper .services_item ul li::before {
  content: 0;
}
.services .services_wrapper .services_item .buttons {
  margin-top: 20px;
}
.services .services_wrapper .one {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/documents/1.webp");
  background-size: cover;
}
.services .services_wrapper .two {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/documents/2.webp");
  background-size: cover;
}
.services .services_wrapper .three {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/documents/3.webp");
  background-size: cover;
}
.services .services_wrapper .four {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/documents/4.webp");
  background-size: cover;
}

@media (min-width: 720px) {
  .benefits_wrapper {
    max-width: calc(100% - 300px);
    margin: 0 auto;
  }
}

.benefits {
  margin-top: 60px;
}
.benefits h2 {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
}
.benefits .benefits_counter {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0 5px;
  margin-bottom: 20px;
}
.benefits .benefits_counter .benefits_counter_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.benefits .benefits_counter .benefits_counter_item .digital span {
  text-align: center;
  font-size: 40px;
  color: #7797ad;
}
@media (min-width: 979px) {
  .benefits .benefits_counter .benefits_counter_item .digital span {
    font-size: 85px;
  }
}
.benefits .benefits_counter .benefits_counter_item .benefits_counter_item_description p {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
}
@media (min-width: 979px) {
  .benefits .benefits_counter .benefits_counter_item .benefits_counter_item_description p {
    font-size: 30px;
    line-height: 32px;
  }
}
.benefits .benefits_list {
  padding: 0 5px;
  margin-top: 60px;
}
@media (min-width: 979px) {
  .benefits .benefits_list {
    margin-top: 80px;
    display: flex;
  }
}
.benefits .benefits_list .benefits_list_item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media (min-width: 720px) {
  .benefits .benefits_list .benefits_list_item {
    min-width: 235px;
  }
}
@media (min-width: 979px) {
  .benefits .benefits_list .benefits_list_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.benefits .benefits_list .benefits_list_item .benefits_list_item_icon img {
  width: 50px;
  height: 50px;
}
@media (min-width: 979px) {
  .benefits .benefits_list .benefits_list_item .benefits_list_item_icon img {
    width: 100px;
    height: auto;
  }
}
.benefits .benefits_list .benefits_list_item .benefits_list_wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 15px;
}
@media (min-width: 979px) {
  .benefits .benefits_list .benefits_list_item .benefits_list_wrapper {
    text-align: center;
  }
}
.benefits .benefits_list .benefits_list_item .benefits_list_wrapper .benefits_list_title h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (min-width: 979px) {
  .benefits .benefits_list .benefits_list_item .benefits_list_wrapper .benefits_list_title h3 {
    font-size: 32px;
  }
}
@media (min-width: 979px) {
  .benefits .benefits_list .benefits_list_item .benefits_list_wrapper .benefits_list_description {
    margin-top: 30px;
  }
}
.benefits .benefits_list .benefits_list_item .benefits_list_wrapper .benefits_list_description p {
  font-size: 15px;
  line-height: 17px;
}
@media (min-width: 979px) {
  .benefits .benefits_list .benefits_list_item .benefits_list_wrapper .benefits_list_description p {
    font-size: 22px;
    line-height: 24px;
  }
}

.footer {
  background-color: #202124;
  display: flex;
  flex-direction: column;
  padding: 10px 10px;
}
@media (min-width: 979px) {
  .footer .footer_wrapper {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
  }
  .footer .footer_wrapper .footer_left {
    width: 500px;
  }
  .footer .footer_wrapper .footer_right {
    margin-left: 20px;
    width: 450px;
    height: 100%;
  }
}
.footer .footer_top_row {
  display: flex;
  align-items: center;
}
.footer .footer_top_row .footer_top_row_logo img {
  width: 100px;
  height: auto;
}
.footer .footer_top_row .footer_top_row_title {
  margin-left: 10px;
  border-left: 3px solid #fff;
}
.footer .footer_top_row .footer_top_row_title p {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  padding-left: 10px;
}
.footer .footer_contacts_row {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.footer .footer_contacts_row .footer_contacts_icon img {
  max-height: 32px;
  max-width: 32px;
}
.footer .footer_contacts_row .footer_contacts_text {
  margin-left: 10px;
}
.footer .footer_contacts_row .footer_contacts_text p {
  color: #fff;
}
.footer .footer_bottom {
  background-color: #000000;
  color: white;
  display: flex;
  justify-content: center;
}
.footer .footer_telephone_row {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.footer .footer_telephone_row .footer_telephone_icon img {
  max-height: 32px;
  max-width: 33px;
}
.footer .footer_telephone_row .footer_telephone_text {
  margin-left: 10px;
}
.footer .footer_telephone_row .footer_telephone_text a {
  color: #fff;
}
.footer .footer_email_row {
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.footer .footer_email_row .footer_email_icon img {
  max-height: 32px;
  max-width: 33px;
}
.footer .footer_email_row .footer_email_text {
  margin-left: 10px;
}
.footer .footer_email_row .footer_email_text a {
  color: #fff;
}
.footer .footer_social_row img {
  width: 33px;
  height: 33px;
}
.footer .footer_map_row {
  margin-top: 20px;
}
.footer .footer_map_row iframe {
  width: 100%;
  height: 100%;
}

.footer_bottom {
  margin-top: 20px;
}

.translations {
  background-image: url("../img/translations/translations_first.webp");
}
.translations .hero_description {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
@media (min-width: 720px) {
  .translations .hero_description {
    width: 60%;
    padding-left: 0%;
  }
}
.translations .hero_description ul {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.translations .translations_li {
  display: flex;
  align-items: center;
}
.translations .translations_li a {
  line-height: 30px;
  font-size: 20px;
  color: #969696;
  padding-top: 10px;
  text-align: left;
}
.translations .translations_li a img {
  width: 32px;
  height: 32px;
}
@media (min-width: 720px) {
  .translations {
    background-image: url("../img/translations/translations.webp");
  }
}

.translations_services.writen {
  background-color: #f0f2f5;
}

.translations_services_note p {
  padding: 10px 5px;
  color: #969696;
  font-size: 15px;
  margin-bottom: 30px;
}

.translations_services {
  background-color: #f0f2f5;
}
.translations_services .translations_services_wrapper {
  margin-top: 50px;
  padding: 0px 10px;
}
@media (min-width: 720px) {
  .translations_services .translations_services_wrapper {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.translations_services .translations_services_wrapper .translations_services_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
  padding: 0px 10px;
  font-size: 20px;
}
@media (min-width: 720px) {
  .translations_services .translations_services_wrapper .translations_services_item {
    background-color: #f0f2f5;
  }
  .translations_services .translations_services_wrapper .translations_services_item .wrapper_top {
    display: flex;
    flex-direction: row-reverse;
    padding: 20px 20px;
  }
  .translations_services .translations_services_wrapper .translations_services_item .wrapper_top .translations_services_img {
    width: 40%;
  }
  .translations_services .translations_services_wrapper .translations_services_item .wrapper_top .translations_services_description {
    width: 60%;
    color: #969696;
  }
  .translations_services .translations_services_wrapper .translations_services_item .wrapper_bottom {
    display: flex;
    flex-direction: column;
  }
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_title h2 {
  font-size: 30px;
  font-weight: bold;
  padding: 5px 0;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_img {
  width: 100%;
  display: flex;
  align-items: center;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_img img {
  width: 100%;
  height: auto;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_description p {
  padding: 10px 5px;
  font-size: 15px;
  color: #969696;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_table .table_head_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  padding: 5px 5px;
  color: #fafafa;
  background: #7797ad;
  border-radius: 2rem;
  font-weight: 600;
  font-size: 15px;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_table .table_head_row .service_name {
  width: 50%;
  padding-left: 15px;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_table .table_head_row .service_term {
  width: 25%;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_table .table_head_row .service_price {
  width: 25%;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_table .table_row {
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  align-items: center;
  font-size: 15px;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_table .table_row .table_row_left {
  width: 50%;
  padding: 0 20px;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_table .table_row .table_row_right {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_table .table_row .table_row_right {
  display: flex;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_table .table_row .table_row_right .term_price {
  display: flex;
  padding: 5px 0px;
  align-items: center;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_table .table_row .table_row_right .term_price .term {
  border-left: 2px solid #7797ad;
  border-right: 2px solid #7797ad;
  border-width: 4px;
  width: 50%;
  padding: 0px 10px;
  font-weight: bold;
  overflow-wrap: anywhere;
}
.translations_services .translations_services_wrapper .translations_services_item .translations_services_table .table_row .table_row_right .term_price .price {
  width: 50%;
  padding: 0px 10px;
  font-weight: bold;
}
.translations_services .translations_services_wrapper .translations_services_item .buttons_order {
  margin-top: 20px;
}

.legalization {
  background-image: url("../img/legalization/legalizaion_first.webp");
}
.legalization .hero_description {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: left;
}
@media (min-width: 720px) {
  .legalization .hero_description {
    width: 60%;
    padding-left: 0%;
  }
}
.legalization .hero_description .hero_title h3 {
  margin-left: 10%;
}
.legalization .hero_description ul {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.legalization .translations_li {
  display: flex;
  align-items: center;
}
.legalization .translations_li a {
  line-height: 30px;
  font-size: 20px;
  color: #969696;
  padding-top: 10px;
  text-align: left;
}
.legalization .translations_li a img {
  width: 32px;
  height: 32px;
}
@media (min-width: 720px) {
  .legalization {
    background-image: url("../img/legalization/legalizaion.webp");
  }
}

.additional {
  background-image: url("../img/additional/additional_first.jpg");
}
@media (min-width: 720px) {
  .additional {
    background-image: url("../img/additional/additional.jpg");
  }
}
.additional .hero_description {
  width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding-bottom: 200px;
}
@media (min-width: 720px) {
  .additional .hero_description {
    width: 60%;
    padding-left: 0%;
  }
}
.additional .hero_description ul {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
.additional .translations_li {
  display: flex;
  align-items: center;
}
.additional .translations_li a {
  line-height: 30px;
  font-size: 20px;
  color: #969696;
  padding-top: 10px;
  text-align: left;
}
.additional .translations_li a img {
  width: 32px;
  height: 32px;
}
@media (min-width: 720px) {
  .additional {
    background-image: url("../img/legalization/legalizaion.webp");
  }
}

.form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #7797ad;
  box-shadow: 10px 0 10px 5px rgba(0, 0, 0, 0.3), -10px 0 10px 5px rgba(0, 0, 0, 0.3);
  padding: 20px 10px;
  border-radius: 1rem;
  z-index: 9;
}
.form .form-popup-top span {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white;
}
.form h4 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0 0 0px;
}
.form h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.form .form-container_input_group {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.form .form-container_input_group span {
  color: #fff;
  margin-right: 10px;
}
.form .form-container_input_group label {
  position: absolute;
  top: -20px;
  left: 40px;
  color: #fff;
}
.form .form-container_input_group select {
  width: 100%;
  border: 2px solid #969696;
  border-radius: 5px;
  background: white;
  padding: 5px;
  color: #969696;
}
.form .form-container_input_group textarea {
  width: 100%;
  border: 2px solid #969696;
  border-radius: 5px;
  background: white;
  padding: 5px;
  color: #969696;
}
.form .form-container .field {
  position: relative;
  display: flex;
  align-items: center;
  width: 100;
  height: 50px;
  margin-bottom: 10px;
}
.form .form-container .field span {
  margin-right: 10px;
  color: #fff;
}
.form .form-container .field label {
  position: absolute;
  top: -10px;
  left: 40px;
  color: #fff;
}
.form .form-container .field .field-input {
  width: 100%;
  border: 2px solid #969696;
  border-radius: 5px;
  background: white;
  padding: 5px;
  color: #969696;
  transition: 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.form .form-container .field .input-error {
  border: 1px solid red;
}
.form .form-container .field .input-ok {
  border: 2px solid #969696;
}
.form .form-container .choise_service h2 {
  color: #fff;
}
.form button {
  width: 100%;
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 10px 0px;
}
.form button:hover {
  border: 1px solid rgb(6, 247, 38);
}

.successful_form {
  display: none;
  position: fixed;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #7797ad;
  box-shadow: 10px 0 10px 5px rgba(0, 0, 0, 0.3), -10px 0 10px 5px rgba(0, 0, 0, 0.3);
  padding: 20px 10px;
  border-radius: 1rem;
  z-index: 10;
}
.successful_form .successful_form_icon {
  color: #fff;
  text-align: center;
}
.successful_form .successful_form_icon span {
  font-size: 50px;
}
.successful_form .successful_form_text {
  margin-top: 15px;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.successful_form .successful_form_btn {
  margin-top: 30px;
}
.successful_form .successful_form_btn {
  margin: 20px auto;
  width: 100%;
  text-align: center;
}
.successful_form .successful_form_btn button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1rem;
  padding: 10px 15px;
  display: inline-block;
  text-transform: uppercase;
}/*# sourceMappingURL=style.css.map */


/*кнопка обратной связи*/

.email-bt {
        /* background:#F95C18; */
        background:#7797ad;
        /* border:2px solid #F95C18; */
        border:2px solid #7797ad;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(249,92,24,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 8%;
        bottom: 10%;
        z-index:999;
        transition:.3s;
        -webkit-animation:email-an linear 1s infinite;
        animation:email-an linear 1s infinite;
}

.email-bt .text-call{
        height:88px;
        /* width:68px;   */
        border-radius:50%;
        position:relative;
        overflow:hidden;
}
.email-bt .text-call span {
    text-align: center; 
    word-wrap: break-word;
    color:#7797ad;
    opacity: 0;    
    position:absolute;
    left: 50%; 
    transform: translateX(-50%);
    top: 22px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
    font-family: 'montserrat', Arial, Helvetica, sans-serif;
}

.email-bt .text-call:hover span {
    opacity: 1;
    font-size: 11px;
}
.email-bt:hover i {
    display:none;
}

.email-bt:hover {
        z-index:1;
        background:#fff;
        transition:.3s;
}
.email-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.email-bt i {
        color:#fff;
        font-size:29px;
        transition:.3s;
        line-height: 66px;
}

.email-bt i  {
        -webkit-animation: opsimple 3s infinite;
        animation: opsimple 3s infinite;
}


@-webkit-keyframes email-an {
    0% {
        /* Основна тінь залишається сталою, а пульсуючі починаються з більшою прозорістю */
        box-shadow: 0 8px 10px rgba(119,151,173,0.3), /* Основна тінь: стабільна прозорість 0.3 */
                    0 0 0 0 rgba(119,151,173,0.2),  /* Перша пульсація: починається з 0 */
                    0 0 0 0 rgba(119,151,173,0.2)   /* Друга пульсація: починається з 0 */
    }
    40% {
        box-shadow: 0 8px 10px rgba(119,151,173,0.3),
                    0 0 0 15px rgba(119,151,173,0.2), /* Перша пульсація розширюється, прозорість 0.2 */
                    0 0 0 0 rgba(119,151,173,0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(119,151,173,0.3),
                    0 0 0 30px rgba(119,151,173,0),    /* Перша пульсація зникає (прозорість 0) */
                    0 0 0 26.7px rgba(119,151,173,0.067) /* Друга пульсація з'являється і починає зникати */
    }
    100% {
        box-shadow: 0 8px 10px rgba(119,151,173,0.3),
                    0 0 0 30px rgba(119,151,173,0),
                    0 0 0 40px rgba(119,151,173,0.0)    /* Друга пульсація повністю зникає (прозорість 0) */
    }
}

@keyframes email-an {
    0% {
        box-shadow: 0 8px 10px rgba(119,151,173,0.3),
                    0 0 0 0 rgba(119,151,173,0.2),
                    0 0 0 0 rgba(119,151,173,0.2)
    }
    40% {
        box-shadow: 0 8px 10px rgba(119,151,173,0.3),
                    0 0 0 15px rgba(119,151,173,0.2),
                    0 0 0 0 rgba(119,151,173,0.2)
    }
    80% {
        box-shadow: 0 8px 10px rgba(119,151,173,0.3),
                    0 0 0 30px rgba(119,151,173,0),
                    0 0 0 26.7px rgba(119,151,173,0.067)
    }
    100% {
        box-shadow: 0 8px 10px rgba(119,151,173,0.3),
                    0 0 0 30px rgba(119,151,173,0),
                    0 0 0 40px rgba(119,151,173,0.0)
    }
}


@keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

@-webkit-keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}
80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
/* конец кнопки звязи */
/* QUESTION MODAL WINDOW */
.form-input-group label {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    font-weight: bold;
}
.modal {
    /* Робимо фон синьо-сірим (#7797ad) з прозорістю 85% */
    /* background-color: rgba(119, 151, 173, 0.85);  */
    background-color: rgba(0,0,0,0.5);
    /* Забезпечення покриття всього екрану */
    position: fixed;
    z-index: 1000; /* Накладаємо поверх усього */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    display: none;
}
.modal.active {
  display: flex;
}
.modal-content {
    background-color: #7797ad; /* Залишаємо внутрішній вміст світлим */
    margin: 15% auto; /* Центрування по вертикалі */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px; /* Обмеження ширини */
    position: relative;
    border-radius: 1rem;
    height: 550px;
}
#closeModalBtn { 
  float: right; 
  cursor: pointer;  
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
/* 2. Стилі для рамки та placeholder інпутів */
.modal-content input[type="text"],
.modal-content textarea {
    /* Рамка білого кольору */
    border: 1px solid white;
    /* Зміна кольору тексту, щоб він був видимим на білому фоні */
    color: #333; 
    padding: 10px;
    margin-bottom: 15px;
    width: 100%;
    box-sizing: border-box; /* Важливо для коректної ширини */
    background-color: #fff;
    border-radius: 1rem;
}

/* Стилі для placeholder (для всіх сучасних браузерів) */
.modal-content input[type="text"]::placeholder,
.modal-content textarea::placeholder {
    color: black; /* Колір placeholder - білий */
    opacity: 1; /* Гарантуємо повну видимість */
}
.modal-content input[type="text"]:-ms-input-placeholder,
.modal-content textarea:-ms-input-placeholder {
    color: black; /* Колір placeholder для IE 10+ */
}
.modal-content input[type="text"]::-ms-input-placeholder,
.modal-content textarea::-ms-input-placeholder {
    color: black; /* Колір placeholder для Edge */
}



#questionForm{
  margin-top: 30px;
}
#questionForm{ 
  margin-top: 30px;
}
.questionModal-title{
  font-size: 1.5rem;
  margin-top: 40px;
  text-align: center;
  color: #fff;
}
#questionForm button {
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1rem;
    padding: 10px 0px;
}


.error-message {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 10px;
  padding: 5px;
  background-color: #ffdddd;
  color: black;
  display: none; 
  border-radius: 1rem;
}

.error-visible {
  display: block !important;
}



/* Галочка */
.success-check {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 4px solid #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50% auto;
  animation: scaleIn 0.4s ease;
}
.success-check::after {
  content: "";
  width: 25px;
  height: 50px;
  border-right: 4px solid #FFF;
  border-bottom: 4px solid #FFF;
  transform: rotate(45deg) translate(-2px, -4px);
  opacity: 0;
  animation: drawCheck 0.5s 0.2s forwards;
}

@keyframes drawCheck {
  to { opacity: 1; }
}
@keyframes scaleIn {
  from { transform: scale(0.6); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

/* END QUESTION MODAL WINDOW */