@font-face {
    font-family: 'Stem';
    src: url('../fonts/Stem-Light.eot');
    src: local('Stem Light'), local('Stem-Light'),
    url('../fonts/Stem-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Stem-Light.woff2') format('woff2'),
    url('../fonts/Stem-Light.woff') format('woff'),
    url('../fonts/Stem-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Stem';
    src: url('../fonts/Stem-Medium.eot');
    src: local('Stem Medium'), local('Stem-Medium'),
    url('../fonts/Stem-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Stem-Medium.woff2') format('woff2'),
    url('../fonts/Stem-Medium.woff') format('woff'),
    url('../fonts/Stem-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

:root {
    --black: #000433;
    --gray-bg: #F3F3F3;
    --gray-border: #A09E9E;
    --white: #FFFFFF;
}

body {
    color: var(--black);
}

a {
    text-decoration: none !important;
}

label {
    margin-bottom: 0;
}

input[type=radio], input[type=checkbox] {
    appearance: none;
}

input[type=text] {
    text-transform: uppercase;
}

h1 {
    font-family: 'Stem';
    font-weight: 500;
    font-size: 34px;
    font-style: normal;
}

.wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 20px 50px;
}

.border-invalid {
    border-color: #dc3545 !important;
}

.address-text {
    font-family: 'Stem';
    font-weight: 500;
    font-size: 19px;
    font-style: normal;
}

.support-text {
    font-family: 'Stem';
    font-weight: 300;
    font-size: 20px;
    font-style: normal;
}

.support-phone-text {
    font-family: 'Stem';
    font-weight: 500;
    font-size: 27px;
    font-style: normal;
}

.content {
    flex: 1;
}

.footer {
    padding-top: 10px;
}

.footer div {
    flex: 1;
}

.footer-middle-block {
    font-family: 'Stem';
    font-weight: 500;
    font-size: 19px;
    font-style: normal;
    text-align: center;
    flex: 2 !important;
}

.footer-middle-block a {
    text-decoration: none;
    color: var(--black);
}

.footer-right-block {
    text-align: right;
}

.logo-container {
    /*max-width: 146px;*/
    max-height: 50px;
    margin: 15px 0;
}

.logo-container img {
    /*max-width: 5px;*/
    max-height: 50px;
}

.sub-text {
    font-family: 'Stem';
    font-weight: 350;
    font-size: 24px;
    font-style: normal;
    text-align: center;
}

.button-round {
    display: flex;
    max-width: 378px;
    width: 100%;
    font-family: 'Stem';
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
    justify-content: center;
    text-decoration: none;
    padding: 3px 13px;
    border-radius: 35px;
    border: 1px solid var(--gray-border);
    color: var(--black);
    background-color: var(--gray-bg);
}

.button-round:hover {
    color: var(--black);
}

.button-white {
    background-color: var(--white);
}

.phone-input {
    border: none !important;
    box-shadow: none !important;
    outline: none ;
    background-color: var(--gray-bg) !important;
}

.form-login {
    width: 100%;
}

.form-login div {
    flex: 1;
}

.form-login a {
    flex: 1;
    align-self: end;
}

.square-button {
    flex: 1;
    outline: none;
    background-color: var(--gray-bg);
    border: 1px solid var(--gray-border);
    width: 55px;
    height: 55px;
    margin: 5px 10px;
    border-radius: 10px;
    font-family: 'Stem';
    font-weight: 500;
    font-size: 34px;
    font-style: normal;
}

.no-button {
    width: 55px;
    height: 55px;
    margin: 5px 18px;
}

.radio-option-text {
    font-family: 'Stem';
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
}

.radio-container {
    font-family: 'Stem';
    font-weight: 500;
    font-size: 24px;
    font-style: normal;
    justify-content: center;
    width: 61.59px;
    height: 53.6px;
    padding: 8px 21px;
    border-radius: 35px;
    border: 1px solid var(--gray-border);
    color: var(--black);
    background-color: var(--white);
}

.services-list {
    /*padding: 0 180px;*/
    /*margin-top: 15px;*/
    overflow-x: auto;
    /*max-height: 370px;*/
}

.service-item {
    font-family: 'Stem';
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
    background-color: var(--white);
    border-radius: 25px;
    padding: 5px 15px;
    color: var(--black);
    margin: 5px 0;
}

.service-title {
    margin-left: 10px;
    flex: 1;
}

.service-price {
    padding: 5px 60px;
    background-color: var(--gray-bg);
    border-radius: 20px;
}

.success-container {
    width: 918px;
    height: 373px;
    border-radius: 30px;
    background-color: var(--white);
    padding: 30px;
}

.success-container img {
    width: 127px;
}

.checkbox-check {
    width: 40px;
}

.orders-list {
    overflow-x: auto;
    max-height: 125px;
}
