html,
body {
    line-height: 1.38;
    font-family: "Roboto", sans-serif;
    color: #333333;
    font-size: 18px;
}
a,
.pseudolink {
    color: #007a65;
    text-decoration: none;
}
a:hover,
.pseudolink:hover,
a:focus,
.pseudolink:focus,
a.active,
.pseudolink.active {
    color: #03715e;
    text-decoration: underline;
}
.body_2 {
    font-size: 16px;
}
.body_3 {
    font-size: 12px;
}
/********************************/
.white {
    color: #fff !important;
}
.dark {
    color: #333 !important;
}
.light_gray {
    color: #dfdedf !important;
}
.light_purple {
    color: #e9e0fd !important;
}
.light_orange {
    color: #fff4e8 !important;
}
.light_green {
    color: #d7f4d4 !important;
}
.light_pink {
    color: #ffe9e9 !important;
}
.light_yellow {
    color: #fff6c3 !important;
}
.light_blue {
    color: #f2faff !important;
}
.light_brown {
    color: #ede2db !important;
}
.middle_gray {
    color: #c9c9c9 !important;
}
.middle_purple {
    color: #cec4f7 !important;
}
.middle_orange {
    color: #ffd4a5 !important;
}
.middle_green {
    color: #88afa3 !important;
}
.middle_pink {
    color: #f4bbcf !important;
}
.middle_yellow {
    color: #fbe771 !important;
}
.middle_blue {
    color: #c7e6f8 !important;
}
.middle_brown {
    color: #d2c7bf !important;
}
.gray {
    color: #838383 !important;
}
.purple {
    color: #400092 !important;
}
.orange {
    color: #ffaf59 !important;
}
.coral {
    color: #e9654a !important;
}
.green {
    color: #1e5443 !important;
}
.pink {
    color: #eb5d85 !important;
}
.yellow {
    color: #f8d400 !important;
}
.blue {
    color: #004376 !important;
}
.brown {
    color: #7b5d47 !important;
}
.red {
    color: #ff4d00 !important;
}
.dark_red {
    color: #bb5a75 !important;
}
/********************/
.dark_red-bg {
    background-color: #bb5a75 !important;
}
.light_gray-bg {
    background-color: #dfdedf !important;
}
.light_purple-bg {
    background-color: #e9e0fd !important;
}
.light_orange-bg {
    background-color: #fff4e8 !important;
}
.light_green-bg {
    background-color: #d7f4d4 !important;
}
.light_pink-bg {
    background-color: #ffe9e9 !important;
}
.light_yellow-bg {
    background-color: #fff6c3 !important;
}
.light_blue-bg {
    background-color: #f2faff !important;
}
.light_brown-bg {
    background-color: #ede2db !important;
}
.middle_gray-bg {
    background-color: #c9c9c9 !important;
}
.middle_purple-bg {
    background-color: #cec4f7 !important;
}
.middle_orange-bg {
    background-color: #ffd4a5 !important;
}
.middle_green-bg {
    background-color: #88afa3 !important;
}
.middle_pink-bg {
    background-color: #f4bbcf !important;
}
.middle_yellow-bg {
    background-color: #fbe771 !important;
}
.middle_blue-bg {
    background-color: #c7e6f8 !important;
}
.middle_brown-bg {
    background-color: #d2c7bf !important;
}
.gray-bg {
    background-color: #838383 !important;
}
.purple-bg {
    background-color: #400092 !important;
}
.purple_dark-bg {
    background-color: #6800cf !important;
}
.orange-bg {
    background-color: #ffaf59 !important;
}
.green-bg {
    background-color: #1e5443 !important;
}
.pink-bg {
    background-color: #eb5d85 !important;
}
.yellow-bg {
    background-color: #f8d400 !important;
}
.blue-bg {
    background-color: #004376 !important;
}
.brown-bg {
    background-color: #7b5d47 !important;
}
/************************************/
h1,
.h1 {
    font-size: 60px;
    line-height: 63px;
    font-weight: bold;
}
h2,
.h2 {
    font-size: 49px;
    line-height: 52px;
    font-weight: bold;
}
h3,
.h3 {
    font-size: 34px;
    line-height: 49px;
    font-weight: bold;
}
h4,
.h4 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
}
h5,
.h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
}
h6,
.h6 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    align-items: center;
    letter-spacing: 0.19em;
    text-transform: uppercase;
}
/***************************************/
.btn {
    border-radius: 5px;
    height: 50px;
}
.btn-flex {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
}
.btn-flex-center {
    justify-content: center !important;
}
.btn-flex-between {
    justify-content: space-between !important;
}
.btn.btn-big {
    height: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn.btn-small {
    height: 35px;
    font-size: 16px;
}
.btn i {
    color: inherit;
}
.btn i:before {
    color: inherit;
}
.btn i.left-icon {
    margin-right: 10px;
}
.btn i.right-icon {
    margin-left: 10px;
}
.btn.btn-ico {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.btn.btn-ico > *:last-child {
    margin-left: 5px;
}

@media (max-width: 362px) {
    .btn.btn-ico > *:last-child {
        margin-left: 0;
    }
}
.btn.btn-blue {
    color: #fff;
    background: #004376;
    border-color: #004376;
}
.btn.btn-blue:hover {
    color: #fff;
    background-color: #004376;
    border-color: #004376;
}
.btn.btn-purple {
    color: #fff;
    background: #6800cf;
    border-color: #6800cf;
}
.btn.btn-purple:hover {
    color: #fff;
    background-color: #5300a6;
    border-color: #5300a6;
}
.btn.btn-purple-outline {
    color: #6800cf;
    background: transparent;
    border-color: #6800cf;
}
.btn.btn-purple-outline:hover {
    color: #fff;
    background-color: #6800cf;
    border-color: #6800cf;
}

.btn.btn-green {
    color: #fff;
    background: #007a65;
    border-color: #007a65;
}
.btn.btn-green:hover {
    color: #fff;
    background-color: #03715e;
    border-color: #03715e;
}
.btn.btn-green-outline {
    color: #007a65;
    background: transparent;
    border-color: #007a65;
}
.btn.btn-green-outline:hover {
    color: #fff;
    background-color: #03715e;
    border-color: #03715e;
}

.btn.btn-coral {
    color: #fff;
    background: #e9654a;
    border-color: #e9654a;
}
.btn.btn-coral:hover {
    color: #fff;
    background-color: #da553a;
    border-color: #da553a;
}
.btn.btn-coral-outline {
    color: #e9654a;
    background: transparent;
    border-color: #e9654a;
}
.btn.btn-coral-outline:hover {
    color: #fff;
    background-color: #da553a;
    border-color: #da553a;
}

.btn.btn-dark-green {
    color: #fff;
    background: #1e5443;
    border-color: #1e5443;
}
.btn.btn-dark-green:hover {
    color: #fff;
    background-color: #03715e;
    border-color: #03715e;
}
.btn.btn-dark-green-outline {
    color: #1e5443;
    background: transparent;
    border-color: #1e5443;
}
.btn.btn-dark-green-outline:hover {
    color: #fff;
    background-color: #03715e;
    border-color: #03715e;
}

.btn.btn-gray {
    color: #fff;
    background: #838383;
    border-color: #838383;
}
.btn.btn-gray:hover {
    color: #fff;
    background-color: #c4c4c4;
    border-color: #c4c4c4;
}
.btn.btn-gray-outline {
    color: #838383;
    background: transparent;
    border-color: #838383;
}
.btn.btn-gray-outline:hover {
    color: #fff;
    background-color: #c4c4c4;
    border-color: #c4c4c4;
}

.btn.btn-dark {
    color: #fff;
    background: #333333;
    border-color: #333333;
}
.btn.btn-dark:hover {
    color: #fff;
    background-color: #484848;
    border-color: #484848;
}
.btn.btn-dark-outline {
    color: #333333;
    background: transparent;
    border-color: #333333;
}
.btn.btn-dark-outline:hover {
    color: #fff;
    background-color: #484848;
    border-color: #484848;
}

.btn.btn-white-outline {
    color: #fff;
    background: transparent;
    border-color: #ffffff;
}
.btn.btn-white-outline:hover {
    color: #fff;
    background: transparent;
    border-color: #ffffff;
}

.btn.btn-ellipse {
    border-radius: 60px;
}
.read-more-link {
    font-size: 16px;
    line-height: 23px;
    color: #007a65;
    text-decoration: none;
}

.read-more-link:hover,
.read-more-link:active {
    color: #03715e;
}

.with-shadow {
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
}

.popup-window {
    border-radius: 10px;
}
.popup-window .bx-calendar {
    width: auto;
    padding: 35px 0;
}
.popup-window .bx-calendar-header {
    display: flex;
    justify-content: space-between;
}
.popup-window .bx-calendar-header-content a {
    font-family: Roboto;
    font-weight: 500;
    font-size: 18px;
}
.popup-window .bx-calendar-active {
    background: #d7f4d4;
}
.popup-window .bx-calendar-weekend {
    color: #ff4d00 !important;
}
.popup-window .bx-calendar-weekend.bx-calendar-date-hidden {
    color: #cccccc !important;
}
.popup-window .bx-calendar-cell {
    font-size: 20px;
    height: 32px;
    width: 43px;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-family: Roboto;
    font-weight: 500;
}
.popup-window .bx-calendar-range {
    border-bottom: 0;
}
.popup-window .bx-calendar-name-day {
    font-size: 20px;
    height: 32px;
    width: 43px;
    margin: 0;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #969ba3;
    font-family: Roboto;
    font-weight: 300;
}
.popup-window .bx-calendar-name-day-wrap {
    background: #ffffff;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
}

.input-icon {
    position: relative;
    border-radius: 5px;
}
@media only screen and (max-width: 500px) {
    .input-icon {
        margin-bottom: 20px;
    }
}
.input-icon.input-icon--bordered input,
.input-icon.input-icon--bordered select {
    border: 1px solid #c4c4c4;
}
.input-icon__hidden i {
    opacity: 0;
}
.input-icon__right input,
.input-icon__right select {
    padding-right: 50px !important;
}
.input-icon__left input,
.input-icon__left select {
    padding-left: 50px !important;
}
.input-icon .input-message {
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #333333;
    display: flex;
    align-items: center;
    border-radius: 5px;
    width: 100%;
    height: 48px;
    font-size: 16px;
    padding: 0 17px;
    margin-top: 6px;
}
.input-icon select {
    cursor: pointer;
}
.input-icon input,
.input-icon select {
    width: 100%;
    border-radius: 5px;
    padding-left: 15px;
    padding-right: 15px;
    height: 50px;
    background-color: #ffffff;
    color: #333333;
    font-size: 16px;
}
.input-icon input:placeholder,
.input-icon select:placeholder {
    color: #838383;
}
.input-icon .left-icon,
.input-icon .right-icon,
.input-icon [class^="icon-"],
.input-icon [class*=" icon-"],
.input-icon .calendar-icon {
    position: absolute;
}
.input-icon button.left-icon,
.input-icon button.right-icon {
    height: 38px;
    width: 38px;
}
.input-icon .left-icon,
.input-icon [class^="icon-"].left-icon,
.input-icon [class*=" icon-"].left-icon {
    font-size: 1.2rem;
    left: 25px;
    top: 24px;
    transform: translate(-50%, -50%);
}
.input-icon [class^="icon-"].left-icon,
.input-icon [class*=" icon-"].left-icon {
    color: #969ba3 !important;
}
.input-icon .right-icon,
.input-icon [class^="icon-"].right-icon,
.input-icon [class*=" icon-"].right-icon,
.input-icon .calendar-icon {
    font-size: 1rem;
    right: 25px;
    top: 24px;
    transform: translate(50%, -50%);
    cursor: pointer;
}
.input-icon [class^="icon-"].right-icon,
.input-icon [class*=" icon-"].right-icon {
    color: #000000 !important;
}
.input-icon [class^="icon-"]:before,
.input-icon [class*=" icon-"]:before {
    color: inherit;
}

.custom-checkbox {
    cursor: pointer;
}
.custom-checkbox:hover label:before {
    background-color: #dfdedf;
    border: 2px solid #838383;
}
.custom-checkbox.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.custom-checkbox.disabled:hover label:before {
    background-color: #ffffff;
    border: 2px solid #dfdedf;
}
.custom-checkbox label {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.custom-checkbox label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    flex: none;
    border: 2px solid #dfdedf;
    border-radius: 2px;
    margin-right: 15px;
    background-color: #ffffff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.custom-checkbox input:checked + label:before {
    border: 2px solid #007a65 !important;
    background-color: #007a65 !important;
}

.custom-checkbox label:after {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    opacity: 0;
    transition: all 0.22s ease-out;
    content: "";
    position: absolute;
    top: 9px;
    left: 6px;
}

.custom-checkbox input:checked + label:after {
    opacity: 1;
}

.request-header {
    margin-bottom: 25px;
}
@media only screen and (max-width: 575px) {
    .request-header {
        margin-bottom: 15px;
    }
}
.request-header h2 {
    margin-bottom: 0;
}
.requestHalf {
    display: flex;
}
@media only screen and (max-width: 575px) {
    .requestHalf {
        flex-direction: column;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .requestHalf {
        flex-direction: column;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .requestHalf {
        justify-content: space-between;
    }
}
.request-left {
    margin-right: 70px;
    width: 300px;
}
@media only screen and (max-width: 575px) {
    .request-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .request-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .request-left {
        margin-right: 0;
        width: calc(50% - 15px);
    }
}
.request-right {
    width: 100%;
    max-width: 256px;
}
@media only screen and (max-width: 575px) {
    .request-right {
        max-width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .request-right {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .request-right {
        width: calc(50% - 15px);
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .requestForm {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .request [class^="col-"] {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 575px) {
    .request [class^="col-"] {
        margin-bottom: 35px;
    }
}
.request__help {
    max-width: 300px;
}
@media only screen and (max-width: 575px) {
    .request__help {
        max-width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .request__help {
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .request__help {
        max-width: 100%;
    }
}
.request__tel {
    display: flex;
    justify-content: space-between;
}
.request__telField {
    width: 100%;
    margin-right: 10px;
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    padding: 0 17px;
    border-radius: 5px;
    color: #000000;
    font-weight: 500;
}
.request h4 {
    margin-bottom: 20px;
    margin-top: 0;
}
@media only screen and (max-width: 575px) {
    .request h4 {
        margin-bottom: 10px;
    }
}
.request .input-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: nowrap;
}
.request .input-group input {
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 0 17px;
    width: calc(50% - 5px);
    height: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .request .input-group input {
        width: 100%;
        margin-right: 10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .request .input-group input {
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 575px) {
    .request .input-group input {
        width: 100%;
        margin-right: 10px;
    }
}
.request .input-group button {
    width: calc(50% - 5px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .request .input-group button {
        flex: none;
        width: auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .request .input-group button {
        width: calc(50% - 15px);
    }
}
@media only screen and (max-width: 575px) {
    .request .input-group button {
        flex: none;
        width: auto;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .request .input-group button span {
        display: none;
    }
}
@media only screen and (max-width: 575px) {
    .request .input-group button span {
        display: none;
    }
}
.request p {
    color: #c4c4c4;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    margin-bottom: 0;
}

/*# sourceMappingURL=analyzes.css.map */

/*****************************************************/
@media screen and (max-width: 767px) {
    html,
    body {
        line-height: 1.4;
        font-size: 16px;
    }
    .body_2 {
        font-size: 14px;
    }
    .body_3 {
        font-size: 10px;
    }
    h1,
    .h1 {
        font-size: 42px;
        line-height: 44px;
    }
    h2,
    .h2 {
        font-size: 28px;
        line-height: 33px;
    }
    h3,
    .h3 {
        font-weight: 600;
        font-size: 24px;
        line-height: 120%;
    }
    h4,
    .h4 {
        font-size: 18px;
        line-height: 25px;
    }
    h5,
    .h5 {
        font-size: 11px;
        line-height: 15px;
    }
    h6,
    .h6 {
        font-size: 14px;
        line-height: 16px;
    }
    .read-more-link {
        font-size: 12px;
        line-height: 17px;
    }
}
