body {
    padding: 0;
    font-family: sans-serif;
}

.content {
    width: 1000px;
    margin: auto;
}

.line {
    width: 1000px;
    height: 2px;
    align-self: center;
    background-color: #f2f2f2;
    border: none;
}

.breadcrumbs {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.breadcrumbs a {
    color: #e6363d;
    text-decoration: none;
}

.breadcrumbs span {
    color: #9d9d9d;
}

.about-hot {
    width: 100%;
}

.about-hot h2 {
    color: #999999;
    margin-top: 30px;
    margin-bottom: 40px;
}

.about {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
}

.about-hot p {
    color: #767676;
}

.about-hot ul {
    color: #767676;
    padding-left: 20px;
}

.about-hot ul li {
    margin-bottom: 0;
}

.files .item {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px dotted #999999;
}

.files img {
    width: 30px;
}

.feedback {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 20px;
}

.feedback .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.feedback .item .button {
    cursor: pointer;
}

.feedback .item h4 {
    margin-bottom: 10px;
}

.feedback .item a {
    text-decoration: none;
    color: #000;
    margin-top: 30px;
}

.feedback .item img {
    width: 70px;
}

.feedback .item span {
    font-size: 14px;
    color: #767676;
}

.feedback .item h3 {
    margin-top: 30px;
}

.feedback .item button {
    width: 130px;
    height: 40px;
    background-color: #3ab173;
    color: #fff;
    border: 1px solid #3ab173;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 22px;
}

.feedback .item .mybutton {
    width: 130px;
    height: 30px;
    padding-top: 10px;
    background-color: #3ab173;
    color: #fff;
    border: 1px solid #3ab173;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 22px;
    text-align: center;
}

.feedback .item .email {
    color: #3bb477;
}

.feedback .item .center {
    margin-top: 40px;
}

.award {
    border: 1px solid #dcdcdc;
    color: #e5353c;
    font-size: 16px;
    text-align: center;
    padding: 20px 10px 20px 10px;
}

.questions {
    margin-top: 40px;
    margin-bottom: 40px;
}

.questions h2 {
    font-weight: normal;
}

.questions .item {
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    padding: 20px 5px 20px 5px;
    cursor: pointer;
}

.questions .item-active {
    color: #1ab374;
}

.questions img {
    float: right;
    width: 25px;
}

.questions .more {
    color: #8c8c8c;
    width: 70%;
    display: none;
}

.modal-backdrop {
    z-index: 20000;
}

.modal-area {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#success-msg {
    display: none;
    position: fixed;
    width: 990px;
    top: 20%;
    text-align: center;
}

#success-msg span {
    background-color: rgba(0, 0, 0, 0.71);
    color: #ffffff;
    border-radius: 8px;
    width: 30%;
    font-size: 14px;
    padding: 12px 17px 12px 17px;
}

.modal.modal-window {
    width: 500px;
    margin-left: -250px;
    z-index: -1000;
}

.modal.modal-window.fade.in {
    z-index: 20001;
    top: 1%;
}

.modal-window .modal-header {
    padding: 0;
}

.modal-window .modal-header .close {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
}

.modal-window .modal-header .close img{
    width: 10px;
}

.modal-window .head {
    margin-top: 25px;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #3ab477;
    font-weight: bold;
    font-size: 21px;
}

.modal-window .head span {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}

.modal-window .head img {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 10px;
}

.modal-window .modal-body {
    margin: 10px 30px 10px 30px;
    padding: 0;
    max-height: 800px;
    overflow: visible;
}

.modal-window .field {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.modal-window .field .number {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.modal-window .field .number > span {
    position: absolute;
    left: 5px;
}

.modal-window .field .number > input {
    padding-left: 22px;
}

.modal-window .field.field-error input {
    border-color: #b94a48;
}

.modal-window .field.field-error select {
    border-color: #b94a48;
}

.modal-window .field.field-error textarea {
    border-color: #b94a48;
}

.modal-window .field.field-error div {
    color: #b94a48;
}

.modal-window .field.field-error .error-message {
    color: #b94a48;
}

.modal-window .buttons .error-message {
    color: #b94a48;
}

.modal-window .field div {
    color: #979797;
    margin-bottom: 5px;
}


.modal-window .field input {
    width: 220px;
    height: 32px;
    padding: 0 0 0 2px;
    border: 1px solid #dcdcdc;
    margin-bottom: 0;
}

.modal-window .field textarea {
    width: 99%;
    height: 100px;
    border: 1px solid #dcdcdc;
    resize: none;
    padding: 0;
}

.modal-window .field .long {
    width: 99%;
}

.modal-window .field sup {
    color: rgb(237, 4, 4);
}
.modal-window .single-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}

.modal-window .single-row input {
    width: 190px;
}

.modal-window .buttons label {
    font-size: 14px;
    color: #979797;
}
.modal-window .buttons label.oferta {
    display: inline;
}

.modal-window .buttons input {
    margin-bottom: 0;
    background-color: #fff;
    cursor: pointer;
}

.modal-window .buttons a {
    color: #1ab374;
}

.modal-window .buttons .button {
    width: 130px;
    height: 40px;
    background-color: #3ab173;
    color: #fff;
    border: 1px solid #3ab173;
    border-radius: 3px;
    font-size: 16px;
    margin-top: 20px;
    -webkit-appearance: none;
    -moz-appearance:none;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
}

.modal-window .buttons {
    padding-top: 20px;
}

.modal-window .buttons .ajax-container {
    position: relative;
}

.modal-window .buttons .ajax-container .ajax-loader {
    display: none;
    position: absolute;
    top: -29px;
    right: 1px;
}

.select__gap {
    border: solid 1px #cccccc;
    border-radius: 2px;
    background: transparent;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
    color: #979797;
}
.select__gap.field-error{
    color: #b94a48;
    border-color: #b94a48;
}
.select .error-message{
    color: #b94a48;
}

.on.select__gap,
.select__gap:hover {
    color: #01b477;
}

.select__list {
    background: #fff;
    border: 1px solid #cccccc;
    border-radius: 2px;
    margin: 0px 0;
    position: absolute;
    width: 438px;
    padding: 0;
    z-index: 1;
}

.select__list.on {
    display: block;
}

.select__item {
    list-style-type: none;
}

.select__item span {
    display: block;
    padding: 10px 15px;
    cursor: pointer;
    color: #333;
}

.select__item.selected,
.select__item span:hover {
    color: #01b477;
}

.select__gap:after {
    content: '';
    display: block;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 15px;
    top: 50%;
    background: url(arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    margin-top: -4px;
}

.fl_upld {
    width:200px;
    margin-top: 40px;
}

#hl_inp, #qa_inp{
    display:none;
}

.fl_upld label {
    cursor:pointer;
    background:#3ab173;
    border-radius:3px;
    padding:10px 25px;
    color:#fff;
    text-align: center;
}
.fl_upld label:hover {
    background:#e2492e;
}
.fl_upld .fl_msg {
    margin-top:20px;
    color:#3ab173;
    width: 450px;
}

.fl_upld .fl_msg.field-error {
    color: #b94a48;
}

#modal-write {
    height: 720px;
}

.file-info {
    font-size: 12px;
    width: 450px;
    margin-top: 10px;
    color: #979797;
}

.textarea-autosize {
    max-height: 200px;
}

@media (max-width: 1000px) {
    .modal.modal-window {
        position: relative;
    }
    #success-msg  span {
        font-size: 12px;
    }
    .modal.modal-window.fade.in {
        width: 100%;
        height: 100%;
        overflow-y: auto;
        top: 0;
        left: 0;
        position: fixed;
        margin: auto;
        -webkit-overflow-scrolling: touch
    }

    .modal.modal-window .single-row {
        display: block;
    }

    .modal.modal-window .field div {
        font-size: 20px;
    }

    .modal.modal-window .field input {
        height: 60px;
        font-size: 24px;
    }

    .modal-window .field .number > input {
        padding-left: 0;
    }

    .modal-window .field .number > span {
        display: none;
    }

    .modal.modal-window .select__gap {
        padding: 30px 15px;
        font-size: 20px;
    }

    .modal.modal-window .select__list {
        width: 100%;
    }

    .modal.modal-window .select__item {
        font-size: 20px;
        word-wrap: break-word;
    }

    .modal.modal-window.single-row {
        display: block;
    }

    .modal.modal-window .single-row input {
        width: 98%;
    }

    .modal.modal-window .fl_upld {
        display: none;
    }

    .modal.modal-window .field .long {
        width: 98%;
    }

    .modal.modal-window .field textarea {
        width: 98%;
        height: 200px;
        font-size: 24px;
    }

    .modal.modal-window .modal-header .close {
        top: 20px;
    }

    .modal.modal-window .modal-header .close img {
        width: 30px;
    }

    .modal-window .buttons .button {
        width: 100%;
        height: 55px;
    }

    .modal.modal-window .ajax-container {
        display: none;
    }

    .textarea-autosize {
        max-height: none;
    }
}
