.main {
    margin-top: 0px;/* 60px */
    overflow: hidden
}

@media (max-width: 840px) {
    .main {
        margin-top:0px/* 60px */
    }
}

.block {
    padding: 10px 0 10px;
   background: #f2f5fc;/* #f4f4f4 */
}

@media (max-width: 75em) {
    .block {
        padding:10px 0 10px
    }
}

@media (max-width: 46.25em) {
    .block {
        padding:10px 0 10px
    }
}

textarea {
    min-height: 45px;
}

p {
    letter-spacing: .3px;
    font-size: 1.15em;
    line-height: 24px;
    margin-bottom: 12px;
}

table {

    font-size: 1.1rem;
}


.input,input,select,textarea {
    background-color: #ffffff;
    border: 1px solid #00000026;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    height: 42px;
/*    padding: 4px 12px 8px; */
    line-height: 1.33;
    -webkit-box-shadow: inset 1px 1px 3px 0 hsla(210,2%,49%,.2);
    box-shadow: inset 1px 1px 3px 0 hsla(210,2%,49%,.2)
}

@media (max-width: 36em) {
    .input,input,select,textarea {
        font-size:12px;
        height: 42px;
        padding: 0 8px
    }
}

:focus {
    outline: none
}

.input:focus,input:focus,select:focus,textarea:focus {
    border-color: #d2dfef;
}





