/* COMMON START */
:root {
  --c-black: #191919;
  --c-green: #006B34;
  --c-light_green: #7FC500;
  --c-light: #F4F4F4;
  --c-medium: #8C8C8C;
  --c-dark: #5E5E5E;
  --c-green_light: #F6FBEF;
  --c-green_medium: #E5F3CC;
  --c-error: #FF3C76;
  --c-gray_light: #F4F4F4;
  --c-gray_medium: #8C8C8C;
  --c-gray_dark: #5E5E5E;
}

html {
  font-size: 1.1111vw;
}

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

body {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  position: relative;
  margin: 0;
  color: var(--c-black);
  font-weight: 400;
  font-family: "SansRounded", Arial, sans-serif;
  line-height: 1.2;
  background: #fff;
}

main {
  padding-top: 6.25rem;
  background: var(--c-green_light);
}

a:hover {
  color: inherit;
  text-decoration: underline;
}

b {
  font-weight: 400;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol {
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.h_48 {
  font-size: 3rem;
  letter-spacing: 0.02em;
}

.h_40 {
  font-size: 2.5rem;
  letter-spacing: 0.02em;
}

.h_36 {
  font-size: 2.25rem;
  letter-spacing: 0.02em;
}

.h_28 {
  font-size: 1.75rem;
  letter-spacing: 0.02em;
}

.h_20 {
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.h_16 {
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.h_14 {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

.txt_24 {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.6;
}

.txt_20 {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.6;
}

.txt_16 {
  font-weight: 300;
  font-size: 1rem;
}

.txt_14 {
  font-weight: 300;
  font-size: 0.875rem;
}

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3.75rem;
  height: 2.1875rem;
  color: var(--c-green);
  font-size: 3rem;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

a {
  color: inherit;
  text-decoration: none;
}

p a {
  font-size: inherit;
}

picture {
  display: block;
}

picture img {
  display: block;
  width: 100%;
  object-fit: contain;
}

.container {
  padding: 0 0.625rem;
  max-width: 81.25rem;
}

.row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.row > * {
  padding: 0 0.625rem;
}

.ico {
  display: block;
  position: relative;
  border: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

.ico::before,
.ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  transition: 0.3s;
}

.ico::before {
  opacity: 1;
}

.ico::after {
  opacity: 0;
}

.ico-cont:hover .ico::before {
  opacity: 0;
}

.ico-cont:hover .ico::after {
  opacity: 1;
}

.ico-cont.ico:hover::before {
  opacity: 0;
}

.ico-cont.ico:hover::after {
  opacity: 1;
}

.ico-search::before {
  background-image: url("../img/svg/search.svg");
}

.ico-search::after {
  background-image: url("../img/svg/search.svg");
}

.ico-delete::before {
  background-image: url("../img/svg/delete.svg");
}

.ico-delete::after {
  background-image: url("../img/svg/delete.svg");
}

.ico-arrow-bot-green::before {
  background-image: url("../img/svg/arrow-bot-green.svg");
}

.ico-arrow-bot-green::after {
  background-image: url("../img/svg/arrow-bot-green.svg");
}

.hidden {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
  poMontserrat-events: none;
  z-index: -9999;
}

.link {
  color: #000;
  font-weight: 400;
  font-size: 0.875rem;
  text-decoration: underline;
  text-transform: uppercase;
}

.mob {
  display: none !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0 2.4375rem;
  height: 3rem;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
  border: 0.0625rem solid rgba(0, 0, 0, 0);
  border-radius: 10rem;
  outline: 0;
  z-index: 1;
}

.btn:hover {
  text-decoration: none;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  opacity: 1;
}

.btn-primary {
  color: var(--c-green);
  background: var(--c-green_medium);
  border-color: var(--c-green_medium);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background: var(--c-green);
  border-color: var(--c-green);
}

.btn-secondary {
  color: #fff;
  background: var(--c-green);
  border-color: var(--c-green);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled):active {
  color: #fff;
  background: var(--c-light_green);
  border-color: var(--c-light_green);
}
.btn-secondary.disabled {
  color: #fff;
  background: rgba(0, 107, 52, 0.4);
  border-color: rgba(0, 107, 52, 0);
}

.btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btns-end {
  justify-content: flex-end;
}

.btns-center {
  justify-content: center;
}

.btns-vertical {
  flex-direction: column;
}

form .form-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

form .form-wrap:last-child {
  margin-bottom: 0;
}

form .form-wrap .form-group {
  margin: 0;
}

form .form-group {
  position: relative;
  margin-bottom: 1.25rem;
  width: 100%;
}

form .form-wrap .width--small {
  width: 9.375rem;
}

form .form-wrap .width--medium {
  width: 13rem;
}

form .form-wrap .width--big {
  width: 16.25rem;
}

form .form-wrap .width--50 {
  width: calc(50% - 0.5rem);
}

form .form-control {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 1.5rem;
  height: 3rem;
  color: var(--c-green);
  font-weight: 300;
  font-size: 1rem;
  text-transform: none;
  background: #fff;
  border: 0;
  border-radius: 1rem;
}

form .form-control:focus {
  color: var(--c-green);
  background: #fff;
  box-shadow: none;
}

form .form-group.error .form-control {
  color: var(--c-error);
}

form .form-control::-webkit-input-placeholder {
  color: var(--c-gray_medium);
}

form .form-control:-ms-input-placeholder {
  color: var(--c-gray_medium);
}

form .form-control::-ms-input-placeholder {
  color: var(--c-gray_medium);
}

form .form-control::placeholder {
  color: var(--c-gray_medium);
}

form .form-group.error .form-control::-webkit-input-placeholder {
  color: var(--c-error);
}

form .form-group.error .form-control:-ms-input-placeholder {
  color: var(--c-error);
}

form .form-group.error .form-control::-ms-input-placeholder {
  color: var(--c-error);
}

form .form-group.error .form-control::placeholder {
  color: var(--c-error);
}

form textarea.form-control {
  padding: 1.5rem 1.5rem;
  height: 9.375rem;
  min-height: 9.375rem;
  max-height: 9.375rem;
  resize: none;
}

form .form-selector {
  position: relative;
}

form .form-selector .sun-select-trigger {
  padding: 0 2.5rem 0 1.5rem;
  height: 3rem;
  color: var(--c-gray_medium);
  font-weight: 300;
  font-size: 1rem;
  text-transform: none;
  background: #fff;
  border: 0;
  border-radius: 1rem;
}

form .form-selector .has-value .sun-select-trigger {
  color: var(--c-green);
}

form .form-selector .sun-select-arrow {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/svg/selector-arrow.svg") no-repeat 50%/contain;
  transform: translate(0, -50%) rotate(0deg);
  transition: 0.3s;
}

form .form-selector .sun-select-wrapper.open .sun-select-arrow {
  transform: translate(0, -50%) rotate(180deg);
}

form .form-selector .sun-select-dropdown {
  top: calc(100% + 0.5rem);
  padding: 1.5rem 0.75rem 1.5rem 1rem;
  background: #fff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
}

form .form-selector .sun-select-scroll {
  max-height: 12.5rem;
}

form .form-selector .sun-select-inner {
  padding-right: 0.75rem;
}

form .form-selector .sun-select-option {
  padding: 0.625rem 0.5rem;
  color: var(--c-gray_medium);
  font-weight: 300;
  font-size: 1rem;
}

form .form-selector .sun-select-option.active {
  color: var(--c-green);
  background: var(--c-green_light);
}

form .form-links {
  display: flex;
  justify-content: space-between;
  margin: 1.875rem 0 1rem;
  width: 100%;
}

form .form-links > div {
  margin: 0;
}

form .error-text {
  position: absolute;
  bottom: 6 0.25rem;
  left: 0;
  padding: 0 2.25rem;
  color: #DA003E;
  font-weight: 300;
  font-size: 1rem;
  pointer-events: none;
  opacity: 0;
}

form .form-group.error .error-text {
  opacity: 1;
}

form .form-link {
  position: relative;
  color: var(--navy);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  border-bottom: 0.0625rem dashed #192438;
}

form .form-link-2 {
  border-bottom-style: solid;
}

form .form-file {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 0.75rem;
  width: 100%;
}

form .form-file label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 3.1875rem;
  color: var(--c-red);
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  border: 0.125rem solid var(--c-red);
  border-radius: 6.25rem;
  cursor: pointer;
}

form .form-file.has-file label {
  display: none;
}

form .form-file .file-preview {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
  width: auto;
  height: 7.5rem;
}

form .form-file .file-preview img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

form .form-file .file-preview .remove-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: url("../img/svg/delete.svg") no-repeat 50%/contain;
  border-radius: 50%;
  transform: translate(50%, 0);
  z-index: 1;
  cursor: pointer;
}

form .form-file label::before {
  content: "";
  margin-right: 0.875rem;
  width: 1.375rem;
  height: 1.375rem;
  background: url("../img/svg/cross.svg") no-repeat 50%/contain;
}

.form-checkboxes {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
}

.form-checkbox {
  display: flex;
  align-items: flex-start;
  margin: 0 0 1rem;
}

.form-checkbox:last-child {
  margin-bottom: 0;
}

.form-checkbox i {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  bottom: 0.125rem;
  margin: 0 0.875rem 0 0;
  width: 1.25rem;
  height: 1.25rem;
  background: rgba(0, 0, 0, 0);
  border: 0.0625rem solid var(--c-green);
  border-radius: 0.125rem;
  cursor: pointer;
}

.form-checkbox.error i {
  border-color: var(--c-error);
}

.form-checkbox input:checked + i {
  background: var(--c-green);
  border-color: var(--c-green);
}

.form-checkbox i::after {
  content: "";
  flex-shrink: 0;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("../img/svg/checkbox.svg") no-repeat 50%/contain;
  opacity: 0;
}

.form-checkbox input:checked + i::after {
  opacity: 1;
}

.form-checkbox.error p {
  color: var(--c-error);
}

.form-checkbox p {
  margin: 0;
  color: var(--c-green);
}

.form-checkbox input:checked + i + p {
  color: var(--c-green);
}

.form-checkbox p a {
  color: inherit;
  text-decoration: underline;
}

.form-foot {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 2.5rem;
}

.simplebar-track.simplebar-vertical {
  width: 0.125rem;
  background: var(--c-green_medium);
  border-radius: 1rem;
}

.simplebar-track.simplebar-vertical + .simplebar-track.simplebar-vertical {
  display: none;
}

.simplebar-scrollbar {
  width: 100%;
  min-height: 0;
  background: var(--c-green);
  border-radius: 1rem;
}

.simplebar-scrollbar:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--c-green);
  opacity: 1 !important;
  border-radius: 1rem;
}

/* COMMON END */
@media (max-width: 991px) {
  html {
    height: 100%;
    font-size: 4.44444vw;
  }
  body {
    position: relative;
    background-size: contain;
    overflow-y: auto;
  }
  body::-webkit-scrollbar {
    width: 0;
  }
  main {
    position: relative;
    padding-top: 2.75rem;
    height: auto;
  }
  section {
    margin-bottom: 3rem;
  }
  .container {
    padding: 0 1.25rem;
    max-width: 100%;
  }

  .row { margin-left: 0; margin-right: 0; }

  .row > * { padding: 0; }

  .h_40 {
    font-size: 1.75rem;
  }
  .h_36 {
    font-size: 1.625rem;
  }
  .h_20 {
    font-size: 0.875rem;
  }
  .txt_20 {
    font-size: 1rem;
  }
  .txt_16 {
    font-size: 0.875rem;
  }
  .txt_14 {
    font-size: 0.875rem;
  }
  .link {
    font-size: 0.8125rem;
  }
  .desk {
    display: none !important;
  }
  .mob {
    display: block !important;
  }
  .title {
    margin-bottom: 1.75rem;
    height: auto;
    font-size: 1.75rem;
  }
  .btn {
    padding: 0 2.5rem;
    height: 3rem;
    font-size: 1rem;
    text-transform: none;
  }
  .form-btns {
    flex-wrap: wrap;
  }
  .form-btns *, .btns-vertical * {
    margin-bottom: 1.25rem;
  }
  .form-btns :last-child {
    margin-bottom: 0;
  }
  form .form-wrap {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 1.25rem;
  }
  form .form-wrap:last-child {
    margin-bottom: 0;
  }
  form .form-wrap .form-group {
    margin: 0 0 1.25rem;
  }
  form .form-wrap .form-group:last-child {
    margin-bottom: 0;
  }
  form .form-wrap .width--small {
    width: 100%;
  }
  form .form-wrap .width--medium {
    width: 100%;
  }
  form .form-wrap .width--big {
    width: 100%;
  }
  form .form-wrap .width--50 {
    width: 100%;
  }
  form .form-control {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1.5rem;
    height: 3rem;
    color: var(--c-green);
    font-weight: 300;
    font-size: 1rem;
    text-transform: none;
    background: #fff;
    border: 0;
    border-radius: 1rem;
  }
  form textarea.form-control {
    padding: 1.5rem 1.5rem;
    height: 9.375rem;
    min-height: 9.375rem;
    max-height: 9.375rem;
    resize: none;
  }
  form .form-selector {
    position: relative;
  }
  form .form-selector .sun-select-trigger {
    padding: 0 2.5rem 0 1.5rem;
    height: 3rem;
    color: var(--c-gray_medium);
    font-weight: 300;
    font-size: 1rem;
    text-transform: none;
    background: #fff;
    border: 0;
    border-radius: 1rem;
  }
  form .form-selector .has-value .sun-select-trigger {
    color: var(--c-green);
  }
  form .form-selector .sun-select-arrow {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/svg/selector-arrow.svg") no-repeat 50%/contain;
    transform: translate(0, -50%) rotate(0deg);
    transition: 0.3s;
  }
  form .form-selector .sun-select-wrapper.open .sun-select-arrow {
    transform: translate(0, -50%) rotate(180deg);
  }
  form .form-selector .sun-select-dropdown {
    top: calc(100% + 0.5rem);
    padding: 1.5rem 0.75rem 1.5rem 1rem;
    background: #fff;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.1);
  }
  form .form-selector .sun-select-scroll {
    max-height: 12.5rem;
  }
  form .form-selector .sun-select-inner {
    padding-right: 0.75rem;
  }
  form .form-selector .sun-select-option {
    padding: 0.625rem 0.5rem;
    color: var(--c-gray_medium);
    font-weight: 300;
    font-size: 1rem;
  }
  form .form-selector .sun-select-option.active {
    color: var(--c-green);
    background: var(--c-green_light);
  }
  form .form-links {
    display: flex;
    justify-content: space-between;
    margin: 1.875rem 0 1rem;
    width: 100%;
  }
  form .form-links > div {
    margin: 0;
  }
  form .error-text {
    position: absolute;
    bottom: 6 0.25rem;
    left: 0;
    padding: 0 2.25rem;
    color: #DA003E;
    font-weight: 300;
    font-size: 1rem;
    pointer-events: none;
    opacity: 0;
  }
  form .form-group.error .error-text {
    opacity: 1;
  }
  form .form-link {
    position: relative;
    color: var(--navy);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.2;
    border-bottom: 0.0625rem dashed #192438;
  }
  form .form-link-2 {
    border-bottom-style: solid;
  }
  form .form-file {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-bottom: 0.75rem;
    width: 100%;
  }
  form .form-file label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    width: 100%;
    height: 3.1875rem;
    color: var(--c-red);
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    border: 0.125rem solid var(--c-red);
    border-radius: 6.25rem;
    cursor: pointer;
  }
  form .form-file.has-file label {
    display: none;
  }
  form .form-file .file-preview {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 7.5rem;
  }
  form .form-file .file-preview img {
    width: auto;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
  }
  form .form-file .file-preview .remove-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 2rem;
    height: 2rem;
    background: url("../img/svg/delete.svg") no-repeat 50%/contain;
    border-radius: 50%;
    transform: translate(50%, 0);
    z-index: 1;
    cursor: pointer;
  }
  form .form-file label::before {
    content: "";
    margin-right: 0.875rem;
    width: 1.375rem;
    height: 1.375rem;
    background: url("../img/svg/cross.svg") no-repeat 50%/contain;
  }
  .form-checkboxes {
    margin-bottom: 2.5rem;
  }
  .form-checkbox {
    margin: 0 0 1rem;
  }
  .form-checkbox i {
    bottom: 0.125rem;
    margin: 0 0.875rem 0 0;
    width: 1.25rem;
    height: 1.25rem;
    border-width: 0.0625rem;
    border-radius: 0.125rem;
  }
  .form-foot {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2.5rem;
  }
  .simplebar-track.simplebar-vertical {
    width: 0.125rem;
    background: var(--c-green_medium);
    border-radius: 1rem;
  }
  .simplebar-track.simplebar-vertical + .simplebar-track.simplebar-vertical {
    display: none;
  }
  .simplebar-scrollbar {
    width: 100%;
    min-height: 0;
    background: var(--c-green);
    border-radius: 1rem;
  }
  .simplebar-scrollbar:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--c-green);
    opacity: 1 !important;
    border-radius: 1rem;
  }
}