html,body {
    color: #000;
    background-color: #fff;
    margin:0 0 0 0;
    overflow: auto;
    /*font-size: large;*/
    height: 100%;
    min-height: 100%;

    font-family: 'Lack', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.hright {
    text-align: right;
}

.hleft {
    text-align: left;
}

.hcenter {
    text-align: center;
}

.hide, .hidden {
    display: none;
}

.dcenter {
    display: inline-block;
}

.cboth {
    clear: both;
}

/* Модальное окно */
#overlay {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 10;
}

#overlay div.modal {
    /*margin: 100px auto;*/

    background-color: #fff;
    border:1px solid #000;
    /*padding:0;*/
    text-align:center;

    position: absolute;
    left: 50%;
    top: 50%;

    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    box-shadow: 0 0 11px rgb(0, 0, 0);
}

#overlay div.modal div
{
    width:auto;
    margin:0;
    border:0;
}

.unselectable, a.ui, label, .medium-button, .ui, .button-group button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label, .medium-button, .ui, .hand, button {
    cursor:hand;
    cursor: pointer;

    text-decoration:none;
}

.medium-button-wide {
    text-align: center;
    height: 34px;
}

.medium-button {
    text-align: center;
    width: 101px;
    height: 34px;
}


button.big {
    width: 120px;
    height: 104px;
}

button.big-2 {
    width: 120px;
    height: 70px;
}

button.highlight {
    background-color: #2be23499;
}

button.medium {
    width: 101px;
    height: 34px;
}


.fill-dark-green {
    background-color: #B2C18F;
}

input {
    margin:0;
}

input[type='text'], input[type="password"], input[type="select"], select {
    height: 29px;
    border: 1px solid #333;
    padding: 4px;
}

input:focus {
    box-shadow: 0 1px 4px rgb(185, 200, 100);
}

button {
    border: 1px solid #333;
    /*background: none;*/
    -webkit-appearance: none;
}

.social-proof-list {
    display: flex;
    padding-top: 28px;
    justify-content: space-around;
}

.social-proof {
    align-items: center;
    margin-bottom: 10px;
    border: 1px solid rosybrown;
    border-radius: 19px;
    padding: 17px;
    background-color: beige;
    width: 283px;
    position: relative;
}

.social-proof .text {
    font-size: 14px;
    margin: 0 0 0 26px;
}

.proof-author {
    font-style: italic;
}

.quote {
    position: absolute;
    top: -41px;
    left: 2px;
    font-size: 73px;
    color: darkgray;
}

.block-1 .first-header-list #li-app-name {
    color: #2c4a31;
    font-size: 41px;
    /*font-family: 'TildaSans',Arial,sans-serif;*/
    line-height: 1.2;
    /*font-weight: 700;*/
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    padding-bottom: 12px;
}

.block-1 .first-header-list #li-app-description {
    width: 800px;
    line-height: 40px;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 1px;
    opacity: 0.75;
}

.block-1 .first-header-list {
    padding-top: 77px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}

.block-2 {
    padding-top: 30px;
    background-color: #a4c3b2;
    color: #2c4a31;
    display: flex;
    flex-direction: column;
    align-content: stretch;
}

.wide-button, .short-button, .white-button {
    text-align: center;
    /*z-index: 5;*/
    border-width: 0px;
    border-radius: 10px;
    background-color: #708f6a;
    background-position: center center;
    border-color: #000000;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    font-size: 15px;
    font-family: 'Lack', Arial, sans-serif;
    width: 298px;
    height: 50px;
    /*color: #fff;*/
    /*font-weight: bold;*/
}

.short-button {
    width: 180px;
    color: #fff;
    height: 60px;
}

.white-button {
    color: #000;
    background-color: #f6fff8;
}

.reason-list {
    display: flex;
    justify-content: center;
}
.main-header {
    color: rgb(44, 74, 49);
    text-align: center;
    font-size: 34px;
    padding: 83px 0;
}

.reason-list .reason {
    max-width: 400px;
    padding: 0 42px;
}
.reason-list .reason:not(:last-child) {
    border-right: 1px solid #d1d1d1;
}
.reason-list .reason-number {
    font-size: 14px;
    /*font-family: 'Roboto-Light';*/
}
.reason-list .reason-header {
    font-size: 21px;
    padding-bottom: 30px;
}
.reason-list .reason-text {
    /*font-family: 'Roboto-Light';*/
    font-size: 15px;
}

.feedback-list {
    text-align: center;
    display: flex;
    justify-content: center;
}

.feedback-list .feedback-item {
    padding: 0 40px;
    max-width: 335px;
}

.feedback-list div {
    /*padding-bottom: 20px;*/
}

.feedback-list .feedback-header {
    font-size: 14px;
    padding-bottom: 8px;
}

.feedback-list .feedback-job {
    font-size: 11px;
    padding-bottom: 23px;
}

.feedback-list .feedback-text {
    font-size: 14px;
    line-height: 24px;
}

.basement-item-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.basement-item-list {
    padding: 16px 29px;
}
