:root {
    --main: #4B8B67;
    --hover: #437B5A;
    --blue: #3688EF;
    --black: #0a0a0a;
    --lightblue: #F7FBFF;
    --lightgray: #f8f9f9;
    --border: #EBEBEB;
}

html {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    background: #fff;
    color: var(--black);
    padding: 0;
    margin: 0;
}

body.home {
    overflow-x: hidden;
}

body.overf {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: var(--black);
}

button {
    font-family: 'Sora', sans-serif;
    cursor: pointer;
}

.c-pointer{
    cursor: pointer;
}

.pe-none{
    pointer-events: none
}

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

input,
textarea,
select {
    font-family: inherit;
    font-size: 14px;
    border: 1px solid var(--border);
    padding: 4px 20px;
    height: 52px;
    width: 100%;
    border-radius: 2px;
    background:#fff;
    transition: border .3s ease;
}

textarea {
    height: auto;
    padding-top: 10px;
}

input:hover,
textarea:hover {
    border: 1px solid #C9C9C9;
}

input:focus,
textarea:focus {
    outline: none;
    border: 1px solid var(--main);
    box-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
    box-shadow: 0 0 0 30px #ffffff inset !important;
    font-size: 16px !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: var(--black) !important;
    font-size: 16px !important;
}

input.is-invalid,
textarea.is-invalid,
.form-group.is-invalid input,
.form-group.is-invalid textarea {
    border-color: #C90D0D;
    box-shadow: 0 0 0px 1px #c90d0d;
}

.form-group.is-invalid::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 6px;
    right: 4px;
    z-index: 3;
    background: url('../img/error.svg') no-repeat center;
    background-size: 20px;
}

.form-group.is-valid::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 6px;
    right: 4px;
    z-index: 3;
    background: url('../img/check.svg') no-repeat center;
    background-size: 20px;
}

.form-group-show-password {
    position: absolute;
    top: 9px;
    right: 1px;
    padding: 6px 12px;
    z-index: 4;
    cursor: pointer;
    border-left: 1px solid var(--border);
}

.form-group-show-password img {
    opacity: .5;
}

.form-group-show-password::before {
    content: "";
    display: block;
    width: 21px;
    height: 3px;
    position: absolute;
    top: 16px;
    left: 11px;
    background-color: red;
    -webkit-transform: rotate(143deg) scale(0);
    -ms-transform: rotate(143deg) scale(0);
    transform: rotate(143deg) scale(0);
    transition: transform .25s ease;
}

.form-group-show-password.show-pass::before {
    -webkit-transform: rotate(143deg) scale(1);
    -ms-transform: rotate(143deg) scale(1);
    transform: rotate(143deg) scale(1);
}

.form-group.form-group-password.is-invalid::before,
.form-group.form-group-password.is-valid::before {
    right: 47px;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.input-checkbox {
    cursor: pointer;
    margin: 0;
}

.invalid-feedback {
    color: #C90D0D;
    padding: 6px 1px 0;
    width: 100%;
    display: block;
    font-size: 11px;
    letter-spacing: 0.088px;
}

.invalid-feedback-js {
    display: none;
}

label {
    margin-bottom: 10px;
    display: block;
}

.form-group label {
    margin: 0;
    padding: 3px 6px;
    position: absolute;
    top: 14px;
    left: 14px;
    color: #828282;
    background: #fff;
    font-size: 14px;
    pointer-events: none;
    transition: transform .2s ease, font-size .2s ease, color .2s ease;
    will-change: transform;
    z-index: 2;
}

.form-group.focused label,
.form-group:hover label {
    color: var(--black);
}

.form-group label.control-label{
    pointer-events: initial;
}

.form-group:hover label.control-label {
    color: #828282;
}

.form-group.focused label {
    transform: translateY(-23px);
    font-size: 12px;
}

.form-group .control-label {
    position: relative;
    top: auto;
    left: auto;
}

label a {
    text-decoration: underline;
}

p {
    line-height: 1.66;
    margin: 0;
}

p+p {
    margin-top: 18px;
}

ul li {
    line-height: 1.66;
}

ul li::marker {
    color: var(--main)
}

ul li + li {
    margin-top: 10px;
}

button[disabled] {
    opacity: .5;
    cursor: not-allowed;
}

hr {
    border: none;
    border-top: 1px solid var(--border);
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.w100 {
    width: 100%;
}

.fw500 {
    font-weight: 500;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.padd {
    padding-top: 64px;
    padding-bottom: 64px;
}

.padd-big {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padd-top {
    padding-top: 64px;
}

.padd-bottom {
    padding-bottom: 64px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

h1, .h1 {
    font-size: 24px;
    line-height: 34px;
}

h2, .h2 {
    font-size: 22px;
    line-height: 32px;
}

h3, .h3,
h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 16px;
}

.subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    color: #2a4fac;
    font-weight: 600;
    letter-spacing: 2px;
}

.white {
    color: #fff;
}

.gray {
    color: #9b9b9b;
}

.dark-gray {
    color: #4A4A4A;
}

.blue {
    color: var(--main);
}

.bg-gray {
    background-color: var(--lightgray);
}

.bg-lightblue {
    background-color: var(--lightblue);
}

.bold {
    font-weight: bold;
}

.f500{
    font-weight: 500;
}

.pointer {
    cursor: pointer;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font28 {
    font-size: 28px;
}

.font32 {
    font-size: 24px;
}

@media (min-width: 992px) {
    .font32 {
        font-size: 32px;
    }
}

.hidden {
    display: none;
}

.radius {
    border-radius: 8px;
}

.vertical-line {
    width: 1px;
    height: 380px;
    background: var(--border);
}

.link {
    font-weight: bold;
    font-size: 14px;
    padding: 4px 0;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
}

.link::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background: var(--main);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: transform .2s ease;
}

.link.active::before,
.link:focus::before,
.link:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.btn {
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    padding: 0 24px;
    color: #fff;
    border: none;
    background-color: var(--main);
    display: inline-block;
    text-align: center;
    border-radius: 32px;
    line-height: 48px;
    white-space: nowrap;
    transition: background-color .2s ease, color .2s ease, border .2s ease;
}

.btn:hover {
    background-color: var(--hover);
}

.btn:active,
.btn:focus {
    background-color: var(--hover);
}

.btn.disabled,
.btn:disabled {
    background-color: var(--border);
    color: #828282;
}

.btn--big {
    line-height: 56px;
}

.btn--mini {
    line-height: 44px;
}

.btn--sec {
    background-color: #F8F9F9;
    color: var(--black);
}

.btn--sec:hover {
    background-color: var(--border);
}

.btn--sec:active,
.btn--sec:focus {
    background-color: #DEDEDE;
}

.btn--sec.disabled,
.btn--sec:disabled {
    background-color: #A3A3A3;
    color: #DEDEDE;
}

.btn--white {
    background-color: #ffffff;
    color: var(--black);
}

.btn--white:active,
.btn--white:focus,
.btn--white:hover {
    background-color: #ffffff;
    color: #2b2b2b;
}

.btn--white.disabled,
.btn--white:disabled {
    color: #828282;
}

.btn--primary-white {
    background-color: #ffffff;
    border-radius: 32px;
    color: var(--black);
}

.btn--primary-white.btn--sm {
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 24px;
    letter-spacing: .64px;
}

.btn--primary-white:hover {
    background-color: #ffffff;
    color: #2b2b2b;
}

.btn--small {
    font-size: 12px;
    background: none;
    border: none;
}

.btn--small svg {
    width: 12px;
    height: 13px;
    margin-right: 9px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.btn--delete {
    padding: 0;
    background: none;
    border: 1px solid var(--border);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn--delete:hover {
    background-color: #F8F9F9;
    border-color: #F8F9F9;
}

.btn--delete:focus {
    background-color: #EBEBEB;
    border-color: #EBEBEB;
}

.btn--delete:disabled {
    background-color: #C9C9C9;
    border-color: #C9C9C9;
}

.btn--delete svg {
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

.btn--delete svg path {
    fill: var(--black);
}

.btn--icon svg {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 10px;
}

.btn--arrow svg {
    width: 9px;
    height: 22px;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.btn--icon:hover svg {
    opacity: 1;
}

.btn--load {
    position: relative;
}

.btn--load::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
    z-index: 9;
    opacity: 0;
    background: url('../img/load.svg') no-repeat center;
    background-size: 80px;
    transition: opacity .2s ease;
}

.btn--load.loading::after {
    opacity: 1;
}

.btn--load span {
    opacity: 1;
    transition: opacity .2s ease;
}

.btn--load.loading span {
    opacity: 0;
}

.btn--acc {
    border-radius: 4px;
    background: var(--main);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 16px;
}

.tags {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    pointer-events: none;
    gap: 8px;
}

.tags--abs {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    padding: 8px;
}

.tags--rel {
    position: relative;
    margin-bottom: 16px;
}

.tag {
    border-radius: 14px;
    background: #fff;
    display: inline-flex;
    padding: 6px 12px;
    gap: 10px;
    color: var(--black);
    font-size: 11px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: .66px;
    text-transform: uppercase;
}

.tag--red {
    background: #D3201D;
    color: #fff;
}

.tag--blue {
    color: #fff;
    background: #2F80ED;
}

.card {
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid var(--border);
    background: #ffffff;
}

.card-order {
    background: #ffffff;
    padding: 25px;
}

.card-gray {
    background: #f8f9f9;
    padding: 25px;
}

.card-padd {
    padding: 30px;
}

.mb25 {
    margin-bottom: 25px;
}

@media (min-width: 992px) {
    .card-padd {
        padding: 50px;
        margin: 0;
        height: 100%;
    }
}

.card-inner {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 12px;
}

.card .form-radio {
    font-weight: bold;
}

.card .form-check::before,
.card .form-radio::before {
    background: #ffffff;
}

.cookie-checkbox:checked + .cookie-checkbox__label {
    background-color: var(--main);
}

#chat-application {
    z-index: 12 !important;
}

.omnibus {
    font-size: 12px;
    font-weight: 400;
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}
