/*fonts*/
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-Ukraine-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.h1 {
  font-weight: 700;
  font-size: 120px;
  color: #FFC800;
}

.h2 {
  font-weight: 500;
  font-size: 56px;
  line-height: 60px;
}

.h3 {
  color: #FFC800;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.96px;
}

.h5 {
  color: #FFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.72px;
}

.p1 {
  font-size: 18px;
  line-height: 28px;
}

.p2 {
  font-size: 16px;
  line-height: 24px;
}

.p3 {
  font-weight: 100;
  font-size: 14px;
  line-height: 24px;
}

@media (max-width: 1200px) {
  .h1 {
    font-size: 90px;
  }
}
@media (max-width: 800px) {
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .h3 {
    font-size: 24px;
  }
  .h5 {
    font-size: 18px;
  }
  .p1 {
    font-size: 16px;
    line-height: 24px;
  }
  .p2 {
    font-size: 14px;
    line-height: 21px;
  }
  .p3 {
    font-size: 12px;
    line-height: 18px;
  }
}
/*-fonts*/
/*options*/
*, ::after, ::before {
  box-sizing: border-box;
}

body {
  font-family: "e-Ukraine", sans-serif;
  font-weight: 300;
  line-height: normal;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  background: #332F21;
  color: #FFF;
}

body.active {
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-thumb {
  background: #FFC800;
}

body::-webkit-scrollbar-track {
  background: #332F21;
}

p {
  width: 100%;
  margin: 0px;
}

h1, h2, h3, h4, h5 {
  width: 100%;
  margin: 0px;
}

img {
  max-width: 100%;
}

ul, ol {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-type: none;
}

span {
  display: block;
}

table {
  width: 100%;
  border-spacing: 0px;
  border-collapse: collapse;
}

a {
  display: block;
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
  text-decoration: none;
  outline: none;
}

select {
  font-family: "e-Ukraine", sans-serif;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
select:hover, select:focus {
  outline: none;
  text-decoration: none;
}

textarea {
  font-family: "e-Ukraine", sans-serif;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  resize: none;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}
textarea::-webkit-input-placeholder {
  color: #000;
}
textarea::-moz-placeholder {
  color: #000;
}
textarea:-ms-input-placeholder {
  color: #000;
}
textarea:-moz-placeholder {
  color: #000;
}
textarea:hover, textarea:focus {
  outline: none;
  text-decoration: none;
}

input {
  font-family: "e-Ukraine", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 1;
  border-radius: 0;
  background: transparent;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}
input::-webkit-input-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder {
  color: #000;
}
input:-moz-placeholder {
  color: #000;
}
input:hover, input:focus {
  outline: none;
  text-decoration: none;
}

button {
  font-family: "e-Ukraine", sans-serif;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0px;
  margin: 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button:hover, button:focus {
  outline: none;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.container {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

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

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

.section-scroll {
  position: fixed;
  z-index: 9;
  right: 32px;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #FFC800;
  border: 2px solid #FFC800;
  transition: 0.2s;
}
.section-scroll svg {
  fill: #332F21;
  transition: 0.2s;
}

@media (min-width: 1200px) {
  .section-scroll:hover {
    color: #FFC800;
    background: #332F21;
  }
  .section-scroll:hover svg {
    fill: #FFC800;
  }
}
/*-options*/
/*buttons*/
.btn-one {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 64px;
  width: fit-content;
  color: #332F21;
  font-size: 22px;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  padding: 0px 16px;
  text-transform: uppercase;
  transition: 0.3s;
}
.btn-one::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFC800;
  border-radius: 8px;
  transition: 0.3s;
}
.btn-one::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #FFC800;
  border-radius: 8px;
}

.btn-two {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: fit-content;
  font-size: 18px;
  color: #FFF;
  padding: 0px 40px;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.3s;
}
.btn-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 1px;
  opacity: 0;
  border: 1px solid #FFF;
  border-radius: 8px;
  transition: 0.3s;
}
.btn-two::after {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  border-radius: 8px;
}

.btn-three {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: fit-content;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 800px) {
  .btn-one {
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
  .btn-two {
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 0px 16px;
  }
}
@media (min-width: 1200px) {
  .btn-one:hover {
    color: #FFC800;
  }
  .btn-one:hover:before {
    opacity: 0;
  }
  .btn-two:hover {
    color: #332F21;
  }
  .btn-two:hover:before {
    opacity: 1;
  }
}
/*-buttons*/
/*form*/ 
.form-error {
  display: none;
  color: #A80000;
  font-size: 12px;
  margin-top: 4px;
}

.form-input {
  position: relative;
  display: block;
  width: 100%;
}

.form-input_point {
  width: 100%;
  height: 40px;
  border: 1px solid #000;
}

.form-input_point.false + .form-error {
  display: block;
}

.form-textarea {
  position: relative;
  display: block;
  width: 100%;
}

.form-textarea_point {
  width: 100%;
  height: 100px;
  border: 1px solid #000;
}

.form-textarea_point.false + .form-error {
  display: block;
}

.form-select {
  position: relative;
  display: block;
  width: 100%;
}

.form-select_point {
  width: 100%;
  height: 40px;
  border: 1px solid #000;
}
.form-select_point option {
  color: #0C0B0B;
}
.form-select_point option[value=""][disabled] {
  display: none;
}

.form-select_point:required:invalid {
  color: #B0B0B0;
}

.form-select_arrow {
  position: absolute;
  right: 10px;
  top: 30px;
}

.form-check {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
}

.form-check_point {
  position: absolute;
  z-index: -1;
  width: 0px;
  height: 0px;
  padding: 0px;
  margin: 0px;
  opacity: 0;
}

.form-check_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 2px;
  border: 1px solid #BFBFBF;
  margin-right: 8px;
}
.form-check_box svg {
  display: none;
}

.form-check_name {
  width: calc(100% - 24px);
  color: #1C1C1C;
  font-size: 13px;
  font-weight: 300;
  line-height: 170%;
}
.form-check_name a {
  display: inline;
  color: #1C1C1C;
  transition: 0.1s;
  text-decoration: underline;
}

.form-check_point:checked + .form-check_box {
  background: red;
}

.form-check_point:checked + .form-check_box svg {
  display: block;
}

.form-check_point.false + .form-check_box + .form-check_name + .form-error {
  display: block;
}

.form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #000;
  cursor: pointer;
}

.form-btn_point {
  color: #FFF;
  cursor: pointer;
}

/*-form*/
/*header*/
.header {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  border-bottom: 4px solid #FFC800;
}

.header-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 24px 0px;
}

.header-logos {
  display: flex;
  align-items: center;
  grid-gap: 70px;
}
.header-logos a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header-logos img {
  height: 44px;
}

.header-company {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  grid-gap: 4px;
}
.header-company span {
  font-size: 11px;
  font-weight: 100;
}
.header-company a {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-top: 2px;
}
.header-company img {
  height: 16px;
}

@media (max-width: 800px) {
  .header-wrap {
    padding: 16px 0px;
  }
  .header-logos {
    grid-gap: 16px;
  }
  .header-logos img {
    height: 34px;
  }
  .header-company {
    grid-gap: 0px;
  }
  .header-company span {
    font-size: 8px;
  }
  .header-company img {
    height: 14px;
  }
}
/*-header*/
/*footer*/
.footer {
  padding: 70px 0px;
  border-top: 4px solid #FFC800;
}

.footer-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-gap: 48px;
}

.footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  grid-gap: 90px;
}
.footer-logos a {
  display: flex;
  align-items: center;
  width: fit-content;
}
.footer-logos img {
  height: 30px;
}

.footer-p {
  text-align: center;
  width: 100%;
  max-width: 750px;
}
.footer-p a {
  display: inline;
  color: #FFC800;
  text-decoration: underline;
  transition: 0.1s;
}

@media (max-width: 800px) {
  .footer {
    padding: 16px 0px;
  }
  .footer-wrap {
    grid-gap: 16px;
  }
  .footer-logos {
    gap: 32px;
  }
  .footer-logos img {
    height: 24px;
  }
  .footer-p a {
    display: block;
  }
}
@media (min-width: 1200px) {
  .footer-p a:hover {
    color: #FFF;
  }
}
/*-footer*/
/*content*/
.content *:first-child {
  margin-top: 0px;
}
.content h1 {
  color: #E5B505;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.96px;
  margin-top: 24px;
}
.content h2 {
  color: #E5B505;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  margin-top: 24px;
}
.content h3 {
  color: #E5B505;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  margin-top: 24px;
}
.content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 16px;
}
.content p a {
  display: inline;
  margin: 0px;
}
.content a {
  color: #E5B505;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: underline;
  margin-top: 16px;
  transition: 0.1s;
}
.content ul {
  margin-top: 16px;
}
.content ul li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding-left: 20px;
  margin-top: 10px;
}
.content ul li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFF;
}
.content ol {
  counter-reset: item;
  margin-top: 16px;
}
.content ol ol {
  padding-top: 10px;
}
.content ol ol li {
  padding-left: 30px;
}
.content ol ul {
  padding-top: 10px;
}
.content ol ul li {
  padding-left: 30px;
}
.content ol li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding-left: 20px;
  margin-top: 10px;
}
.content ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.content img {
  margin-top: 16px;
}

@media (max-width: 800px) {
  .content h1 {
    font-size: 24px;
  }
  .content h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .content a:hover {
    color: #FFF;
  }
}
/*-content*/
/*sta*/
.sta {
  position: relative;
  border-bottom: 2px solid #211E15;
}

.sta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 233px);
  margin-top: 100px;
  margin-bottom: 133px;
}

.sta-box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.sta-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: -70px;
  transform: translateX(-50%);
  width: 337.44px;
  height: 455.08px;
  background: url("../img/logo-4.svg") center no-repeat;
  background-size: contain;
}

.sta-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.sta-p {
  margin-top: 24px;
}

.sta-buttons {
  display: flex;
  align-items: center;
  width: 100%;
  grid-gap: 16px;
  margin-top: 56px;
}

.sta-btn {
  width: 100%;
}

.sta-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  grid-gap: 16px;
  width: 100%;
  padding: 12px 0px;
  background: #E1DFCC;
}

.sta-contain {
  display: grid;
  grid-gap: 16px;
}

.sta-sub {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0.44px;
  text-transform: uppercase;
  text-align: center;
}

.sta-list {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 32px;
}
.sta-list > img {
  height: 80px;
}
.sta-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
}

.sta-links {
  display: flex;
  grid-gap: 32px;
}

@media (max-width: 1200px) {
  .sta-wrap {
    height: fit-content;
    margin: 200px 0px 0px 0px;
  }
  .sta-box {
    grid-gap: 48px;
  }
  .sta-p {
    margin-top: 32px;
  }
  .sta-buttons {
    flex-direction: column;
    grid-gap: 16px;
    margin-top: 0px;
  }
  .sta-bottom {
    position: static;
    margin-top: 28px;
  }
}
@media (max-width: 800px) {
  .sta-wrap {
    margin-top: 90px;
  }
  .sta-p {
    margin-top: 16px;
  }
  .sta-box {
    grid-gap: 16px;
  }
  .sta-box:before {
    width: 230px;
    height: 280px;
    top: -10px;
  }
  .sta-buttons {
    grid-gap: 8px;
  }
  .sta-bottom {
    padding: 12px 0px 24px 0px;
  }
  .sta-contain {
    grid-gap: 12px;
  }
  .sta-sub {
    font-size: 16px;
    max-width: 290px;
    margin: auto;
  }
  .sta-list {
    flex-direction: column;
    grid-gap: 12px;
  }
  .sta-list a {
    width: 140px;
  }
  .sta-list > img {
    height: 50px;
  }
  .sta-links {
    grid-gap: 12px;
  }
}
@media (min-width: 1200px) {
  .sta-list a:hover {
    transform: scale(1.03);
  }
}
/*-sta*/
/*fil*/
.fil {
  padding: 120px 0px;
}

.fil-wrap {
  display: grid;
  grid-gap: 64px;
}

.fil-boxs {
  display: grid;
  grid-gap: 48px;
}

.fil-box {
  display: flex;
  align-items: flex-start;
}

.fil-box:last-child {
  align-items: center;
}

.fil-name {
  display: block;
  width: 200px;
  min-width: 200px;
  text-transform: uppercase;
}

.fil-links {
  display: flex;
  flex-wrap: wrap;
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}
.fil-links a {
  display: block;
  color: #FFC800;
  font-size: 14px;
  font-weight: 100;
  padding: 4px;
  border-radius: 4px;
  transition: 0.1s;
}
.fil-links a.active {
  color: #332F21;
  background: #FFC800;
}

.fil-form {
  position: relative;
  width: 100%;
}

.fil-input {
  display: block;
  width: 100%;
}
.fil-input input {
  font-weight: 100;
  height: 52px;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  padding: 0px 50px 0px 20px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}
.fil-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fil-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fil-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fil-input input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.fil-input input:focus {
  border: 1px solid #FFC800;
}

.fil-submit {
  position: absolute;
  z-index: 2;
  right: 10px;
  top: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.fil-submit svg {
  fill: rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}

.fil-false {
  display: block;
  text-align: center;
}

.fil-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.fil-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 1px 0 0 0 #211E15, 0 1px 0 0 #211E15, 1px 1px 0 0 #211E15, 1px 0 0 0 #211E15 inset, 0 1px 0 0 #211E15 inset;
  padding: 40px 10px;
  transition: 0.2s;
}

.fil-item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
}
.fil-item_img img {
  max-height: 100%;
  max-width: 100%;
}

.fil-item_h {
  display: block;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  margin-top: 16px;
}

.fil-item_p {
  display: block;
  color: #FFF;
  text-align: center;
  margin-top: 4px;
}

.fil-more {
  margin: auto;
}

@media (max-width: 1200px) {
  .fil-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px) {
  .fil {
    padding: 40px 0px;
  }
  .fil-wrap {
    grid-gap: 40px;
  }
  .fil-boxs {
    grid-gap: 32px;
  }
  .fil-box {
    flex-direction: column;
    grid-gap: 16px;
  }
  .fil-box:last-child {
    align-items: flex-start;
  }
  .fil-links {
    grid-column-gap: 10px;
  }
  .fil-item {
    padding: 20px 10px;
  }
  .fil-item_img {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .fil-links a:hover {
    color: #332F21;
    background: #FFC800;
  }
  .fil-input:hover input {
    border: 1px solid #FFC800;
  }
  .fil-submit:hover svg {
    fill: #FFC800;
  }
  .fil-item:hover {
    background: #211E15;
  }
}
/*-fil*/
/*faq*/
.faq {
  position: relative;
  padding: 96px 0px 120px 0px;
}

.faq-box {
  margin-top: 64px;
}

.faq-title {
  text-transform: uppercase;
  margin-bottom: 16px;
}

.faq-point {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.faq-point_top {
  display: flex;
  align-items: flex-start;
  padding: 24px 16px;
  cursor: pointer;
  transition: 0.2s;
}
.faq-point_top svg {
  transition: 0.3s;
  margin-left: 32px;
  min-width: 48px;
}

.faq-point_title {
  transition: 0.2s;
}

.faq-point_bottom {
  display: none;
  padding: 24px 16px;
  background: #272318;
}

.faq-point_top.active {
  background: #272318;
}
.faq-point_top.active .faq-point_title {
  color: #FFC800;
}

.faq-point_top.active svg {
  transform: rotate(45deg);
}

.faq-point_top.active + .faq-point_bottom {
  display: block;
}

.faq-scroll {
  position: sticky;
  z-index: 2;
  top: 0;
  width: 100%;
  background: #211E15;
  padding: 10px 0px;
}

.select2-container .select2-selection--single {
  font-weight: 100;
  height: 52px;
  width: 100%;
  font-size: 16px;
  padding: 0px 40px 0px 20px;
  border-radius: 8px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.2s;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border: 1px solid #FFC800;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.select2-container .select2-selection--single .select2-selection__rendered {
  color: #FFF;
  padding: 12px 0px;
}

.select2-dropdown {
  background: #211E15;
  border: 1px solid #FFC800;
}

.select2-container--default .select2-results__group {
  font-size: 16px;
  font-weight: 500;
  color: #FFC800;
  text-transform: uppercase;
}

.select2-results__option {
  font-size: 16px;
  font-weight: 100;
}

.select2-container--default .select2-results__option--selected {
  color: #332F21;
  background: #FFF;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  color: #332F21;
  background: #FFC800;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 100;
  color: #FFF;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}
.select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.select2-container--default .select2-search--dropdown .select2-search__field:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
  right: 10px;
}

@media (max-width: 800px) {
  .faq {
    padding: 70px 0px 40px 0px;
  }
  .faq-box {
    margin-top: 40px;
  }
  .faq-point_top {
    padding: 24px 10px;
  }
  .faq-point_top svg {
    margin-left: 16px;
  }
  .faq-point_bottom {
    padding: 24px 10px;
  }
  .select2-container--default .select2-results__group {
    font-size: 14px;
  }
  .select2-results__option {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .faq-point_top:hover {
    background: #272318;
  }
  .faq-point_top:hover .faq-point_title {
    color: #FFC800;
  }
}
/*-faq*/
/*pol*/
.pol {
  padding: 160px 0px 120px 0px;
}

@media (max-width: 800px) {
  .pol {
    padding: 110px 0px 40px 0px;
  }
}
/*-pol*/
/*modal*/
.modal {
  position: fixed;
  z-index: 10;
  right: 32px;
  bottom: 90px;
  display: none;
}

.modal.active {
  display: block;
}

.modal-box {
  position: relative;
  width: 100%;
  max-width: 280px;
  border-radius: 12px;
  background: #FFF;
  padding: 40px 24px 24px 24px;
}

.modal-close {
  position: absolute;
  right: 8px;
  top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.2s;
}

.modal-h {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.modal-form {
  width: 100%;
  margin-top: 24px;
}

.modal-input {
  width: 100%;
}
.modal-input b {
  display: block;
  color: #332F21;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 12px;
}
.modal-input input {
  width: 100%;
  height: 48px;
  color: #332F21;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.12px;
  padding: 0px 12px;
  border: 1px solid #332F21;
  background: rgba(255, 255, 255, 0.7);
}
.modal-input span {
  display: none;
  color: #FF3F61;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 12px;
}
.modal-input input.invalid {
  border: 1px solid #FF3F61;
}
.modal-input input.invalid + span {
  display: block;
}

.modal-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  color: #FFC800;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  border-radius: 12px;
  background: #332F21;
  margin-top: 40px;
  transition: 0.2s;
}

@media (max-width: 800px) {
  .modal {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .modal.active {
    display: flex;
  }
  .modal-box {
    padding: 40px 16px 16px 16px;
  }
  .modal-h {
    font-size: 16px;
  }
  .modal-close {
    right: 4px;
    top: 4px;
  }
  .modal-btn {
    margin-top: 24px;
  }
}
@media (min-width: 1200px) {
  .modal-close:hover {
    background: #F9D849;
  }
  .modal-btn:hover {
    color: #332F21;
    background: #FFC800;
  }
}
/*-modal*/