body {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.71;
    color: #737373;
    background-color: #fff;
}

.container,
.container995 {
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.container995 {
    max-width: 995px;
}

.bold {
    font-weight: 900;
}

.btn {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 0.07em;
    padding: 13px 23px 12px;
    border: 2px solid #03A688;
    border-radius: 10px;
    color: #03A688;
    text-transform: uppercase;
    display: inline-flex;
}

.btn-white {
    border-color: #fff;
    color: #fff;
}

.module__check input,
.module__radio input {
    display: none;
}

.module__check {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.module__check .text {
    font-size: 17px;
    line-height: 24px;
    color: #737373;
}

.module__check .check {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    box-shadow: 0 0 1px rgba(26, 32, 36, 0.32), 0 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 5px;
}

.module__check input:checked + .check {
    background: #068BBF url("../img/icons/checkbox_icon.svg") no-repeat center center;
    box-shadow: none;
}

.module__check input:checked + .text {
    color: #068BBF;
}

.module__radio {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.module__radio .text {
    font-size: 17px;
    line-height: 24px;
}

.module__radio .check {
    width: 24px;
    height: 24px;
    border: 1px solid #E5E5E5;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}

.module__radio input:checked + .check {
    background: #03A688;
    border-color: #03A688;
}

.module__radio input:checked + .check:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.input {
    border: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 14px;
    color: #000;
    font-family: "Proxima Nova", sans-serif;
    border-radius: 7px;
    width: 100%;
}

.input.input-search{
    background-repeat: no-repeat;
    background-position: center left 15px;
    background-image: url("../img/icons/search-icon.svg");
    padding-left: 50px;
}

.form-input {
    display: flex;
    flex-direction: column;
}

.form-input label {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #0D0D0D;
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.select {
    padding: 15px 70px 15px 15px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-image: url("../img/icons/select-arrow.svg");
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    color: #737373;
    font-size: 14px;
}
