.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding: 0 30px;
}

@media (min-width: 300px) {
  .container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    padding: 0;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1296px;
  }
}
@media (min-width: 1560px) {
  .container {
    max-width: 1296px;
  }
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
div,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  display: inline-block;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select,
button {
  vertical-align: middle;
  border: none;
  background-color: transparent;
}
input:focus,
select:focus,
button:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  background-color: transparent;
  width: 5px;
}
html::-webkit-scrollbar-thumb {
  background: #65b923;
  width: 3px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}

body {
  font-family: "Open Sans";
  line-height: 1;
  height: 100%;
}
body.ovhidden {
  overflow: hidden;
}
body.shadow {
  position: relative;
  overflow: hidden;
  max-height: 100%;
}
body.shadow .wrapper {
  height: 100%;
  overflow: hidden;
}
body.shadow::after {
  content: "";
  background: #000;
  opacity: 0.155555;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wrapper {
  overflow-x: hidden;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.width_wrapper {
  max-width: 960px;
  margin: 0 auto;
}

.page__title {
  color: #000;
  font-family: Open Sans;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 25px;
}
.page__title span {
  color: #65b923;
}
@media (max-width: 992px) {
  .page__title {
    font-size: 22px;
  }
}
.page__title.center {
  text-align: center;
}

.section__title {
  color: #000;
  font-family: Open Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.section__title span {
  color: #65b923;
}
@media (max-width: 992px) {
  .section__title {
    font-size: 22px;
  }
}

.ordinary_text {
  color: #5a5a5a;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.ordinary_text.center {
  text-align: center;
}
.ordinary_text.bg-grey {
  border-radius: 6px;
  background: #f2f2f2;
  padding: 12px;
  text-align: left;
}
.ordinary_text .width_wrapper {
  max-width: 100%;
  margin: 0 1px;
}
@media (min-width:1500px) {
  .ordinary_text .width_wrapper {
    margin: 0 1px;
    max-width: 960px;
  }
}

.mt-12 {
  margin-top: 12px;
}

.bolder {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}

.breadcrumb_list {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .breadcrumb_list {
    margin-bottom: 35px;
  }
}
.breadcrumb_list .breadcrumb_list_item a {
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  color: #000;
  border-bottom: 1px solid #000;
}
.breadcrumb_list .breadcrumb_list_item.current a {
  color: #5a5a5a;
  border: none;
}
.breadcrumb_list .breadcrumb_list_item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  right: -8px;
  width: 4px;
  height: 1px;
  top: calc(50% - 0.5px);
  background-color: #5a5a5a;
}

.header .header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
@media (max-width: 992px) {
  .header .header__inner .header_logo img {
    width: 170px;
  }
}
@media (max-width: 992px) {
  .header .header__inner .header_nav {
    position: unset;
  }
}
.header .header__inner .header_mobile_btn {
  display: none;
}
@media (max-width: 992px) {
  .header .header__inner .header_mobile_btn {
    display: block;
  }
  .header .header__inner .header_mobile_btn .mobile_toggler {
    border-radius: 6px;
    background: #65b923;
    padding: 7px;
    display: flex;
    align-items: center;
  }
}
.header .header__inner .header_list {
  display: flex;
  align-items: center;
  gap: 36px;
  transition: 0.4s all ease;
}
@media (max-width: 992px) {
  .header .header__inner .header_list {
    position: absolute;
    left: 0;
    flex-direction: column;
    height: 120vh;
    background: #fff;
    z-index: 99;
    left: -100%;
    width: 80%;
    align-items: flex-start;
    padding: 15px;
    top: 0;
  }
  .header .header__inner .header_list.show {
    left: -15px;
  }
}
.header .header__inner .header_list .list_link {
  color: #5a5a5a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  transition: 0.4s all ease;
  font-family: "Inter", sans-serif;
}
.header .header__inner .header_list .list_link::after {
  content: "";
  position: absolute;
  background: #65b923;
  width: 0%;
  transition: 0.4s all ease;
  bottom: -5px;
  left: 0;
  height: 2px;
}
.header .header__inner .header_list .list_link:hover, .header .header__inner .header_list .list_link.active {
  color: #000;
}
.header .header__inner .header_list .list_link:hover::after, .header .header__inner .header_list .list_link.active::after {
  width: 86px;
}

.check_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  border: 1px solid transparent;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.check_container .checkmark {
  border: 1px solid #5a5a5a;
  transition: 0.4s all ease;
}

/* On mouse-over, add a grey background color */
.check_container:hover input ~ .checkmark {
  border: 1px solid #65b923;
  background-color: rgba(101, 185, 35, 0.1294117647);
}

/* When the checkbox is checked, add a blue background */
.check_container input:checked ~ .checkmark {
  background: #65b923;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check_container .checkmark:after {
  left: 5.5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form_input,
.select2-container {
  border-bottom: 1px solid #4b4b4b;
  background: #fff;
  color: #4b4b4b;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  background-color: transparent;
  padding: 16px 0;
}
.form_input:focus, .form_input:focus-visible,
.select2-container:focus,
.select2-container:focus-visible {
  outline: #000;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}
.form_input.typing,
.select2-container.typing {
  border-color: #65b923;
}

/* Remove background-image and padding that might add an icon */
datalist {
  background-image: none;
  padding-left: 0;
}

/* Remove any pseudo-elements that might add an icon */
datalist::before {
  content: none;
}

.button-green {
  border-radius: 6px;
  background: #65b923;
  padding: 15px 100px;
  color: #fff;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  transition: 0.4s all ease;
}
.button-green:hover {
  background: #72e31a;
}
.button-green.active {
  background: #65b923;
  box-shadow: 0px 0px 33px 0px rgba(101, 185, 35, 0.4);
}
.button-green.disabled {
  background: #5a5a5a;
}

.main .section_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main .section_header .date {
  color: #000;
  text-align: right;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  display: flex;
  align-items: center;
  gap: 5px;
}
.main .section_header .down_list a {
  color: #65b923;
  text-align: right;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  gap: 5px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .main .section_header .down_list a {
    font-size: 14px;
  }
}
.main .section_header .down_list a span {
  border-bottom: 1px solid #65b923;
}
.main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-image: url(../images/bg.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.main .main__inner {
  padding-top: 65px;
}
@media (max-width: 992px) {
  .main .main__inner {
    padding-top: 35px;
  }
}
@media (max-width: 992px) {
  .main .main__inner .center {
    text-align: left;
  }
}
.main .section-questions {
  margin-top: 65px;
}
@media (max-width: 992px) {
  .main .section-questions {
    margin-top: 40px;
  }
}
.main .section-questions .questions__inner {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.03);
}
.main .section-questions .quizz_block {
  padding: 24px 24px 36px;
}
@media (max-width: 992px) {
  .main .section-questions .quizz_block {
    padding: 35px 15px 25px;
  }
}
.main .section-questions .step_1 input {
  width: 295px;
}
@media (max-width: 992px) {
  .main .section-questions .step_1 input {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .main .section-questions .step_1 .next {
    width: 100%;
  }
}
.main .section-questions .step_2 .ordinary_text.t {
  margin-top: 15px;
}
.main .section-questions .step_2 input {
  flex: 1 1 auto;
}
.main .section-questions .step_2 .quiz_form {
  margin-top: 35px;
  gap: 24px;
}
.main .section-questions .quiz_item_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .main .section-questions .quiz_item_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.main .section-questions .quiz_item_header .quiz_item_title {
  color: #000;
  font-family: Open Sans;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 992px) {
  .main .section-questions .quiz_item_header .quiz_item_title {
    font-size: 22px;
    flex-direction: column;
    align-items: flex-start;
    position: unset;
  }
}
.main .section-questions .quiz_item_header .quiz_item_title .tooltip_content {
  color: #4b4b4b;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  transform: translateX(230px);
  position: absolute;
  top: 55px;
  border-radius: 6px;
  background: #fff;
  transition: 0.4s all ease;
  z-index: 1;
  padding: 15px;
  box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.05);
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 746px) {
  .main .section-questions .quiz_item_header .quiz_item_title .tooltip_content {
    transform: translateX(0);
    width: 100%;
    top: 85px;
  }
}
.main .section-questions .quiz_item_header .quiz_item_title .tooltip_content::after {
  content: "";
  position: absolute;
  left: calc(50% - 15px);
  top: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.05);
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}
@media (max-width: 746px) {
  .main .section-questions .quiz_item_header .quiz_item_title .tooltip_content::after {
    left: auto;
    right: 43px;
  }
}
.main .section-questions .quiz_item_header .quiz_item_title span {
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.main .section-questions .quiz_item_header .quiz_item_title span:hover + .tooltip_content {
  opacity: 1;
  visibility: visible;
}
.main .section-questions .quiz_item_header .quiz_item_title.success span {
  color: #65b923;
}
.main .section-questions .quiz_item_header .quiz_item_title.error span {
  color: #b92323;
}
.main .section-questions .quiz_item_header .quiz_item_title.error circle {
  fill: #b92323;
}
.main .section-questions .quiz_item_header .quiz_item_indikator {
  color: #000;
  text-align: right;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  border-bottom: 1px solid #65b923;
  padding-bottom: 3px;
}
.main .section-questions .quiz_item_header .quiz_item_indikator span {
  color: #5a5a5a;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.main .section-questions .quiz_body {
  margin-top: 45px;
}
.main .section-questions .d-flex {
  gap: 0 20px;
}
.main .section-questions label {
  display: flex;
  flex-direction: column;
}
.main .section-questions .quizz_progress {
  height: 10px;
  width: 100%;
  border-radius: 12px 12px 0 0;
  background-color: #eee;
  position: relative;
}
.main .section-questions .quizz_progress .progress_status {
  position: absolute;
  height: 100%;
  width: 25%;
  border-radius: 12px 0 0;
  background-color: #65b923;
  transition: 0.3s all ease;
}
.main .section-questions .quizz_progress .progress_status.filled {
  border-radius: 12px 12px 0 0;
}
.main .section-questions .quizz_progress .progress_status.error {
  background-color: #b92323;
}
.main .section-questions .quizz_step {
  display: none;
}
.main .section-questions .quizz_step.active {
  display: block;
}
.main .section-questions .quiz_form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main .section-questions .quiz_form .check {
  flex: 0 0 100%;
  margin-top: 35px;
}
.main .section-questions .quiz_form .check_container {
  color: #5a5a5a;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.main .section-questions .quiz_form .check_container span {
  border-bottom: 1px solid #5a5a5a;
  padding-bottom: 0px;
}
.main .section-questions .quiz_form .checkmark {
  top: -3px;
}
.main .section-questions .ordinary_text {
  margin-top: 25px;
}
@media (max-width: 992px) {
  .main .section-questions .ordinary_text {
    font-size: 14px;
  }
}
.main .section-questions .quiz_points {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 35px;
}
@media (max-width: 992px) {
  .main .section-questions .quiz_points {
    flex-direction: column;
  }
}
.main .section-questions .quiz_points .point_item {
  padding: 24px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  border-radius: 12px;
  background: #f2f2f2;
}
.main .section-checkings {
  margin-top: 85px;
}
@media (max-width: 992px) {
  .main .section-checkings .section_header {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 10px;
  }
}
.main .section-checkings .checking_block {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 25px;
}
.main .section-checkings .checking_block > div {
  flex: 0 0 calc(33% - 15.4px);
}
@media (max-width: 992px) {
  .main .section-checkings .checking_block > div {
    flex: 0 0 100%;
  }
}
.main .section-checkings .checking_block .show_button {
  display: none;
}
@media (max-width: 992px) {
  .main .section-checkings .checking_block .show_button {
    display: block;
    width: 100%;
  }
}
.main .section-checkings .checking_block .checking_item {
  border-radius: 12px;
  background: #fff;
  /* shadow */
  box-shadow: 0px 8px 48px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  padding: 32px 24px;
  transition: 0.5s all ease;
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  position: relative;
}
.main .section-checkings .checking_block .checking_item > div {
  flex: 0 0 calc(50% - 15px);
}
.main .section-checkings .checking_block .checking_item.hide {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.main .section-checkings .checking_block .checking_item .data_label {
  color: #5a5a5a;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  text-transform: uppercase;
}
.main .section-checkings .checking_block .checking_item .data_info {
  color: #000;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
}
.main .section-checkings .checking_block .checking_item .checkin_data_out {
  flex: 0 0 100%;
  border-radius: 6px;
  background: #f2f2f2;
  text-align: center;
  padding: 18px;
  transition: 0.4s all ease;
  cursor: pointer;
}
.main .section-checkings .checking_block .checking_item .checkin_data_out:hover, .main .section-checkings .checking_block .checking_item .checkin_data_out.success {
  background-color: #65b923;
}
.main .section-checkings .checking_block .checking_item .checkin_data_out:hover .data_label,
.main .section-checkings .checking_block .checking_item .checkin_data_out:hover .data_info, .main .section-checkings .checking_block .checking_item .checkin_data_out.success .data_label,
.main .section-checkings .checking_block .checking_item .checkin_data_out.success .data_info {
  color: #fff;
}
.main .section-checkings .checking_block .checking_item .checkin_data_out .data_label {
  color: #000;
  opacity: 0.5;
  margin-bottom: 12px;
}
.main .section-checkings .checking_block .checking_item .checkin_data_out .data_info {
  color: #000;
  font-family: Open Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
}
.main .section-faq {
  margin-top: 84px;
}
@media (max-width: 992px) {
  .main .section-faq .section_header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.main .section-faq .faq_item {
  margin-top: 48px;
  color: #5a5a5a;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
}
@media (max-width: 992px) {
  .main .section-faq .faq_item {
    font-size: 14px;
  }
}
.main .section-faq .faq_item .faq_title {
  color: #000;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
}
@media (max-width: 992px) {
  .main .section-faq .faq_item .faq_title {
    font-size: 18px;
  }
}
.main .section-faq .faq_item .faq_text {
  margin-top: 26px;
}
.main .section-faq .faq_item .faq_list {
  margin-top: 6px;
  padding-left: 40px;
}
.main .section-faq .faq_item .faq_list li {
  margin-top: 20px;
}
.main .section-faq .faq_item .faq_list li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #65b923;
  top: calc(50% - 4px);
  left: -20px;
}
.main .section-paymen-rules {
  margin-top: 65px;
}
.main .section-paymen-rules .rule_list {
  list-style: none;
  padding-left: 50px;
  margin: 25px 0 35px;
  counter-reset: number;
}
.main .section-paymen-rules .rule_list li {
  margin-bottom: 15px;
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
@media (max-width: 992px) {
  .main .section-paymen-rules .rule_list li {
    font-size: 14px;
  }
}
.main .section-paymen-rules .rule_list li::before {
  counter-increment: number;
  content: counter(number);
  background-color: #65b923;
  position: absolute;
  left: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  z-index: -1;
  left: -33px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.main .contacts_block {
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .main .contacts_block {
    flex-direction: column;
  }
}
.main .contacts_block > div {
  flex: 0 0 calc(33% - 15.5px);
}
.main .contacts_block .contact_item {
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.03);
  padding: 24px;
  color: #5a5a5a;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.main .contacts_block .contact_item::after {
  content: "";
  position: absolute;
  right: 14px;
  top: calc(50% - 61.5px);
  width: 123px;
  height: 123px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/rekviz-ic-2.svg);
}
.main .contacts_block .contact_item:first-of-type::after {
  background-image: url(../images/rekviz-ic-1.svg);
}
.main .contacts_block .contact_item:last-of-type::after {
  background-image: url(../images/rekviz-ic-3.svg);
}
.main .contacts_block .contact_item a {
  color: #65b923;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.main .contacts_block .contact_item a::after {
  content: "";
  border-bottom: 1px solid #65b923;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5px;
}
.main .section-rekvizit {
  margin-top: 65px;
}
.main .section-rekvizit .rekvizits_block {
  margin-top: 35px;
  display: flex;
  gap: 24px;
}
@media (max-width: 992px) {
  .main .section-rekvizit .rekvizits_block {
    flex-direction: column;
  }
}
.main .section-rekvizit .rekvizits_block .mb-15 {
  margin-bottom: 15px;
}
.main .section-rekvizit .rekvizits_block .small {
  flex: 0 0 calc(33% - 12px);
}
.main .section-rekvizit .rekvizits_block .big {
  flex: 1 1 auto;
}
.main .section-rekvizit .rekvizits_block .big .datas_block {
  display: flex;
  align-items: center;
  gap: 15px 25px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .main .section-rekvizit .rekvizits_block .big .datas_block {
    flex-direction: column;
    align-items: flex-start;
  }
  .main .section-rekvizit .rekvizits_block .big .datas_block > div {
    flex: 0 0 100%;
  }
}
.main .section-rekvizit .rekvizits_block .big .datas_block .rekvizit_item_data:nth-child(even) {
  flex: 0 0 calc(50% - 25px);
}
.main .section-rekvizit .rekvizits_block .big .datas_block .rekvizit_item_data:nth-child(odd) {
  flex: 1 1 auto;
}
.main .section-rekvizit .rekvizits_block .rekvizit_item {
  border-radius: 12px;
  border: 1px solid rgba(90, 90, 90, 0.25);
  background: #fff;
  padding: 24px;
}
.main .section-rekvizit .rekvizits_block .rekvizit_item .rekvizit_label {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  margin-bottom: 25px;
}
.main .section-rekvizit .rekvizits_block .rekvizit_item .rekvizit_item_data {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 992px) {
  .main .section-rekvizit .rekvizits_block .rekvizit_item .rekvizit_item_data {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main .section-rekvizit .rekvizits_block .rekvizit_item .rekvizit_item_data .data_label {
  color: #000;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
}
.main .section-rekvizit .rekvizits_block .rekvizit_item .rekvizit_item_data .data_info {
  color: #5a5a5a;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}

.footer {
  margin-top: 84px;
  background: #f2f2f2;
  padding: 35px 0 25px;
}
.footer .footer_info_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 35px;
}
@media (max-width: 992px) {
  .footer .footer_info_block {
    flex-direction: column;
  }
}
.footer .footer_info_block .footer_information {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 992px) {
  .footer .footer_info_block .footer_information {
    width: 100%;
  }
}
.footer .footer_info_block .footer_information .info_label {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 18px */
}
.footer .footer_info_block .footer_link {
  color: #5a5a5a;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  margin-right: 15px;
}
@media (max-width: 992px) {
  .footer .footer_info_block .footer_link {
    display: block;
    margin-bottom: 25px;
  }
}
.footer .footer_info_block .footer_link::after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #5a5a5a;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .footer .footer_info_block .footer_link::after {
    content: none;
  }
}
.footer .footer_info_block .footer_link span::after {
  content: none;
  position: absolute;
  height: 1px;
  background-color: #5a5a5a;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .footer .footer_info_block .footer_link span::after {
    content: "";
  }
}
.footer .copy {
  padding-top: 18px;
  color: #5a5a5a;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  text-align: center;
}
@media (max-width: 992px) {
  .footer .copy {
    text-align: left;
  }
}

.modal {
  position: fixed;
  width: 464px;
  height: 445px;
  top: calc(50% - 232px);
  left: calc(50% - 222.5px);
  background-color: white;
  z-index: 0;
  padding: 35px 25px;
  text-align: center;
  border-radius: 12px;
  opacity: 0;
  transition: 0.4s all ease;
}
@media (max-width: 746px) {
  .modal {
    width: 320px;
    left: calc(50% - 160px);
  }
}
.modal.modal-failture {
  height: 410px;
}
.modal.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.modal .modal-green-link {
  color: #65b923;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  margin-top: 25px;
}
.modal .modal-green-link::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #65b923;
  left: 0;
  bottom: 0;
}
.modal .modal_img {
  margin-bottom: 25px;
}
.modal .modal_title {
  color: #000;
  text-align: center;
  font-family: Open Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 31.2px */
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .modal .modal_title {
    font-size: 18px;
  }
}
.modal .ordinary_text {
  color: #5a5a5a;
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  margin-bottom: 35px;
}
.modal .button-green {
  width: 100%;
}

.loader {
  animation: spinner 4s linear infinite;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader_wrapper {
  z-index: 999;
  position: fixed;
  width: 415px;
  height: 160px;
  top: calc(50% - 80px);
  left: calc(50% - 207.5px);
  background-color: white;
  z-index: 0;
  display: flex;
  align-items: center;
  padding: 35px 25px;
  text-align: center;
  border-radius: 12px;
  opacity: 0;
  transition: 0.4s all ease;
  justify-content: center;
  gap: 10px;
  visibility: hidden;
}
@media (max-width: 746px) {
  .loader_wrapper {
    width: 320px;
    left: calc(50% - 160px);
  }
}
.loader_wrapper.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.loader_wrapper::after {
  content: "";
  position: absolute;
  width: 71px;
  height: 140px;
  background-image: url(../images/gerb.svg);
  right: 0;
  opacity: 0.15;
}/*# sourceMappingURL=index.css.map */