* {
  padding: 0;

  margin: 0;

  border: 0;
}

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

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

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

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;

  font-size: 100%;

  line-height: 1;

  font-size: 14px;

  -ms-text-size-adjust: 100%;

  -moz-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

p {
  margin: 0 0 10px 0;
}

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

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}
button,
button:active,
button:focus {
  outline: none;
}
@font-face {
  font-family: "Mont Regular";

  src: url("../fonts/Mont-Regular.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Mont Bold";

  src: url("../fonts/Mont-Bold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Mont Semibold";

  src: url("../fonts/Mont-SemiBold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "EuropeExt Bold";

  src: url("../fonts/EuropeExtBold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Mont Regular, sans-serif;
  color: #1a1d23;
}

body.active {
  overflow-y: hidden;
}

img {
  width: 100%;
}

a {
  color: #1a1d23;
  text-decoration: none;
}

ul {
  list-style: none;
}

button:hover {
  cursor: pointer;
}

.h2 {
  font-size: 64px;
  font-family: EuropeExt Bold, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 3.5rem;
}

.bl-text {
  color: #21e0d5;
}

.object-fit {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

.page {
  margin: 120px 0;
}
.precontainer {
  max-width: 1000px;
  margin: 0 auto;
}
.main_title {
  font-family: "EuropeExt Bold";
  font-size: 28px;
  text-align: center;
  margin-bottom: 60px;
}
.block_features {
  display: flex;
  flex-direction: column;
}
.block_faq {
  opacity: 0.85;
  width: 100%;
  margin: 0 auto;
  background-color: #f1f1f1;
  border-radius: 5px;
  margin-bottom: 12px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s;
  position: relative;
}
.block_faq:hover {
  opacity: 1;
}
.zquestion {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  cursor: pointer;
}
.question {
  padding: 25px 20px;
  position: relative;
}
.question p {
  font-family: "Mont SemiBold", sans-serif;
  font-size: 18px;
  margin: 0;
}
.chevron {
  background: url(../img/chevron.png);
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 17px;
  right: 17px;
  cursor: pointer;
  transition: all ease 0.3s;
}
.pre_answer {
  overflow: hidden;
}
.answer p {
  margin: 0;
}
.answer {
  padding: 10px 20px 25px;
  font-size: 16px;
  margin-top: -130px;
  transition: all ease 0.3s;
  max-width: 85%;
  line-height: 1.6;
}
.link_text {
  color: #21e0d5;
  cursor: pointer;
}
.btn-black {
  font-family: "EuropeExt Bold", sans-serif;
}

.form_send {
  width: 100%;
  margin: 55px auto;
}
.form_container {
  display: none;
  width: 100%;
  max-width: 550px;
  margin: 0 auto 55px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.email_input,
.name_input,
.feedback_input,
.comment_input {
  width: 72%;
  margin: 3px 0;
}
.feedback_input {
  position: relative;
}
.chevron {
  background: url(../../img/chevron.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 13px;
  right: 8px;
  height: 23px;
  width: 23px;
  cursor: pointer;
}
.input_dynamic {
  display: block;
  padding: 12px 15px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  font-size: 16px;
  font-family: "Mont Regular", sans-serif;
  line-height: 24px;
  color: #1a1d23;
  width: 100%;
}
.panel_block {
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 0;
  box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 13%);
  display: none;
  flex-direction: column;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}

.aactive {
  display: flex;
}

.panel_block-item {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 10px 15px;
  transition: all 0.2s;
  font-family: "Mont Regular", sans-serif;
  font-size: 16px;
}
.panel_block-item:hover {
  background-color: #f5f5f5;
}
#Feedback_typee {
  padding-right: 30px;
  cursor: pointer;
  font-family: "Mont Regular", sans-serif;
  font-size: 16px;
}

.area {
  display: block;
  padding: 7px 15px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  font-size: 14px;
  font-family: "Mont Regular", sans-serif;
  line-height: 1.4;
  color: #1a1d23;
  width: 100%;
  outline: none;
  resize: none;
  height: 105px;
}

.send_message {
  font-family: "Mont Regular", sans-serif;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  font-size: 17px;
  padding: 13px;
  border: 1px solid #f5f5f5;
  width: 180px;
  margin: 0 auto;
  align-items: center;
  text-align: center;
  border-radius: 5px;
  margin-top: 16px;
  background-color: #21e0d5;
  color: #fff;
  transition: all 0.3s;
}

.send_message:hover {
  background-color: #1ed6cc;
}
.pre {
  display: flex;
}
.btn_feedback {
  min-width: 180px;
  padding: 15px 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  border: 2px solid transparent;
  background-color: #1a1d23;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  margin: 0 auto;
  cursor: pointer;
  font-size: 17px;
}
@media (max-width: 500px) {
  .email_input,
  .name_input,
  .feedback_input,
  .comment_input {
    width: 85%;
  }
}
@media (max-width: 1080px) {
  .block_faq {
    width: 90%;
  }
}
@media (max-width: 800px) {
  .answer {
    font-size: 15px;
    line-height: 1.3;
  }
}
@media (max-width: 700px) {
  .question p {
    font-size: 17px;
    max-width: 93%;
    line-height: 1.4;
  }
  .answer {
    max-width: 94%;
  }
  .main_title {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .question p {
    font-size: 16px;
  }
  .answer {
    max-width: 98%;
  }
  .main_title {
    max-width: 90%;
    margin: 0 auto 50px;
    line-height: 1.3;
  }
}
@media (max-width: 400px) {
  .text_question p {
    padding-right: 30px;
    max-width: 100%;
  }
}
