html[lang="hy"] *{
    font-family: MontserratArm-Regular;
    font-family: MontserratArm-Medium;
    font-family: MontserratArm-SemiBold;
    font-family: MontserratArm-Bold;
}
/*html[lang="ru"] *{*/
/*    font-family: 'Montserrat', sans-serif;*/
/*}*/
/*html[lang="en"] *{*/
/*    font-family: 'Montserrat', sans-serif;*/
/*}*/
html[lang="ru"] *{
    font-family: 'Montserrat', sans-serif !important;
}
@font-face {
    font-family: MontserratArm-Regular;
    src: url('../fonts/Montserratarm-Regular.woff') format('woff');
}
@font-face {
    font-family: MontserratArm-Medium;
    src: url('../fonts/Montserratarm-Medium.woff') format('woff');
}
@font-face {
    font-family: MontserratArm-SemiBold;
    src: url('../fonts/Montserratarm-SemiBold.woff') format('woff');
}

@font-face {
    font-family: MontserratArm-Bold;
    src: url('../fonts/Montserratarm-Bold.woff') format('woff');
}

body {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
    font-family: MontserratArm-Regular;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: unset;
}

ul {
    padding: 0;
    margin: 0;

}
table {
    border-collapse: separate;
}
table tbody ul a {
    text-decoration: underline !important;
}
table tbody ol a {
    text-decoration: underline !important;
}
.page-title {
    margin-bottom: 16px;
}
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
}
.breadcrumb li {
    font-size: 14px;
    line-height: 20px;
    color: white;
    position: relative;
}
.breadcrumb li a {
    font-size: 14px;
    line-height: 20px;
    color: #96B6CC;
}

.breadcrumb li a::after {
    content: url("/images/breadcrumb-arrow.png");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    right: -18px;
}
h1.page-title {
    font-family: MontserratArm-Medium;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: white;
}
h2 {
    font-family: MontserratArm-Medium;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #1B1B1B;
}
p {
    font-size: 16px;
    color: #1B1B1B;
    line-height: 24px;
}
.section-title {
    margin-bottom: 12px;
}
input {
    height: 52px;
    border: 1px solid #A3A3A3;
    border-radius: 99px;
    padding-left: 16px;
    width: 100%;
    color: #1B1B1B;
    outline: none;
    font-size: 16px;
}
input[disabled] {
    background: rgba(163, 163, 163, 0.15);
    color: #565656;
    border: none;
}
input[disabled]::placeholder {
    color: #A3A3A3;
}
input[type=number]::-webkit-inner-spin-button {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    -ms-progress-appearance: textfield;

}

input:focus {
    border-color: #1F609C;
}
input:hover {
    background: rgba(163, 163, 163, 0.15);
}


textarea[disabled] {
    background: rgba(163, 163, 163, 0.15);
    color: #565656;
    border: none;
}
textarea[disabled]::placeholder {
    color: #A3A3A3;
}
textarea[type=number]::-webkit-inner-spin-button {
    appearance: none;
}

textarea:focus {
    border-color: #1F609C;
}
textarea:hover {
    background: rgba(163, 163, 163, 0.15);
}




textarea[disabled]::placeholder {
    background: rgba(163, 163, 163, 0.15);
    color: #A3A3A3;
}
textarea {
    width: 100% !important;
    border: 1px solid #A3A3A3;
    color: #1B1B1B;
    outline: none;
    padding-left: 16px;
    border-radius: 22px;
    max-height: 92px;
    padding-top: 16px;
    resize: none;
    font-size: 16px;
}
textarea::-webkit-scrollbar {
    width: 6px;
    height: 10px;
}
textarea::-webkit-scrollbar-button:start:decrement,
textarea::-webkit-scrollbar-button:end:increment  {
    height: 10px;
    background-color: transparent;
}
textarea::-webkit-scrollbar-track-piece  {
    background-color:#F1F1F1;
    -webkit-border-radius: 16px;
}
textarea::-webkit-scrollbar-thumb:vertical {
    height: 10px;
    background-color:#A3A3A3;
    border: 1px solid #eee;
    -webkit-border-radius: 16px;
}
button {
    padding: 13px 32px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 12px;
}
button[disabled] {
    cursor: auto !important;
}
.passive {
    border: 1px solid #A3A3A3;
    color: #A3A3A3;
    background: white;
}
.submitButton{
    cursor: pointer;
}
.btn-active svg path {
    fill: #fff;
}
/*.btn-active  {*/
/*    color: #EA4B37;*/
/*    cursor: pointer;*/
/*    border: 1px solid #EA4B37;*/
/*    background-color: white;*/
/*}*/
button.active {
    color: #EA4B37;
    cursor: pointer;
    border: 1px solid #EA4B37;
    background-color: white;
}
textarea::placeholder {
    color: #A3A3A3;
    font-size: 16px;
    line-height: 19px;
    font-family: MontserratArm-Regular;
    font-weight: 400;
}
.col-item {
    width: 100%;
}
input::placeholder {
    color: #A3A3A3;
    font-size: 16px;
    line-height: 19px;
    font-family: MontserratArm-Regular;
    font-weight: 400;
}

label.error {
    color: #EA4B37;
    padding: 0 16px;
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
}
input.error {
    border: 1px solid #EA4B37 !important;
}

.container {
    max-width: 1506px;
    width: 100%;
    margin: 0  auto;
    padding: 0 10px;
}

.close-popup{
    cursor: pointer;
}
.agree-for-policy label.agree-label  {
    border: 2px solid #A3A3A3;
    min-width: 24px;
    height: 24px;
    border-radius: 4px;
}
input.agree-input {
    display: none !important;
}
input.agree-input:checked ~ label.agree-label {
    width: 24px;
    height: 24px;
    border: none;
    background-image: url(/images/check.png) !important;
}
label.agree-label.error {
    border: 1px solid #DB1800;
    padding: 0;
}
#agree-error {
    position: absolute;
    top: 100%;
}
