@charset "utf-8";
.support_error {
    width: 100%;
    height: 25%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: auto;
    z-index: 1000;
    line-height: 1.5;
}

.wrapper {
    width: 100%;
    /*min-width: 900px;*/
    margin-top: 15px;
}

.block_1 {
    margin: auto;
    background-color: #f1f1f1;
    min-height: 200px;
    height: 240px;
    position: relative;
}

.block_1_1 {
    width: 32%;
    display: inline-block;
}

.block_title {
    width: 96%;
    display: inline-block;
    padding-top: 20px;
}

.fl_right_1 {
    float: right;
    margin: auto;
}

.fl_left_1 {
    float: left;
}

.fl_center_1 {
    margin-left: 2%;
    margin-right: 2%;
}

.padding_for_title {
    padding-top: 15px;
    width: 100%;
}

.text_big {
    text-decoration: none;
    display: block;
    color: #882211;
    font-size: 16px;
    font-family: 'Tahoma';
    text-align: left;
    padding: 0 0 0 50px;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    height: 35px;
    margin: 0 0 0 15px;
}

.icon_vopros {
    background-image: url('/img/support/vopros.svg');
}

.text_small {
    text-decoration: none;
    display: block;
    color: #424242;
    font-size: 14px;
    font-family: 'Tahoma';
    text-align: left;
    padding: 0px 10px 15px 65px;
    max-width: 340px;
}

.text_big:hover, .text_small:hover {
    text-decoration: underline;
}

.button-history {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 7px 25px;
    border: 1px solid;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
    color: white;
    vertical-align: top;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
    font-size: 13px;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    font-family: 'Tahoma';
    text-align: center;
    min-width: 100px;
}

.button-history:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
    content: '';
    pointer-events: none;
}

.button-history:hover:before {
    background-color: rgba(255, 255, 255, 0.1);
}

.button-history:active {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.button-history:active:before {
    content: none;
}

.button-red-history {
    border-color: #ae3623 #ae3623 #992f1f;
    background: #882211;
    background-image: -webkit-linear-gradient(top, #800000, #882211 66%, #800000);
    background-image: -moz-linear-gradient(top, #800000, #882211 66%, #800000);
    background-image: -o-linear-gradient(top, #800000, #882211 66%, #800000);
    background-image: linear-gradient(to bottom, #800000, #882211 66%, #800000);
}

.button-red-history:active {
    border-color: #992f1f #ae3623 #ae3623;
    background: #882211;
}

.button_dop_1 {
    bottom: 20px;
    position: absolute;
    left: 65px;
}

.block_2 {
    margin: auto;
    margin-top: 30px;
    position: relative;
}

.block_2_1 {
    width: 32%;
    background-color: #f1f1f1;
    height: 240px;
    display: inline-block;
    position: relative;
}

.fl_right_2 {
    float: right;
    margin: auto;
}

.fl_left_2 {
    float: left;
}

.fl_center_2 {
    margin-left: 2%;
    margin-right: 2%;
}

.text_title_small {
    text-decoration: none;
    display: block;
    color: #424242;
    font-size: 13px;
    font-family: 'Tahoma';
    text-align: left;
    max-width: 340px;
}

.text_block_2 {
    text-decoration: none;
    display: block;
    color: #000;
    font-size: 12px;
    font-family: 'Tahoma';
    text-align: left;
    padding: 0 15px 0 65px;
}

.text_red {
    color: #882211;
    font-weight: bold;
    text-decoration: none;
}

.button_dop_2 {
    top: auto;
    bottom: 20px;
    position: absolute;
}

.block_2_1 .button_dop_2{
    left: 65px;
}

.icon_pravila {
    background-image: url('/img/support/pravila.svg');
}

.icon_pochta {
    background-image: url('/img/support/live-pochta.svg');
}

.icon_chat_support {
    background-image: url('/img/support/chat_support.svg');
}

.text_block_3 {
    text-decoration: none;
    display: block;
    color: #000;
    font-size: 12px;
    font-family: 'Tahoma';
    text-align: center;
    line-height: 16px;
    margin: auto;
}

.support_h1 {
    text-decoration: none;
    display: block;
    color: #882211;
    font-size: 20px;
    font-family: 'Tahoma';
    text-align: center;
    line-height: 20px;
    margin: 50px 0 7px 0;
}

.block_3 {
    width: 96%;
    background-color: #f1f1f1;
    margin: auto;
    margin: 20px auto 50px auto;
}

.title_plashka {
    text-decoration: none;
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'Tahoma';
    text-align: center;
    line-height: 30px;
    background: #882211;
}

.text_margin {
    margin-top: 20px;
}

.button_for_dropdown {
    margin: 0 0 0 20px;
}

.dropdown_support {
    display: table;
    margin: 0 auto;
    margin-top: 15px;
}

.wrapper-demo {
    display: table-cell;
    vertical-align: middle;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
    margin: 0;
}

.wrapper-dropdown-1 {
    position: relative;
    width: 400px;
    padding: 9px;
    margin: 0 auto;
    background: #c7c7c7;
    color: #000;
    outline: none;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Tahoma';
    z-index: 1;
}

.wrapper-dropdown-1:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -6px;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent #882211;
}

.wrapper-dropdown-1 .dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    list-style: none;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
}

.wrapper-dropdown-1 .dropdown li {
    margin-left: -40px;
}

.wrapper-dropdown-1 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
}

.wrapper-dropdown-1 .dropdown li:hover a {
    background: #d7d7d7;
}

.wrapper-dropdown-1.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    margin-top: -1px;
}

.wrapper-dropdown-1.active:after {
    border-color: #882211 transparent;
    border-width: 6px 6px 0 6px;
    margin-top: -3px;
}

.wrapper-dropdown-1.active {
    background: #c7c7c7;
}

.no-opacity .wrapper-dropdown-1 .dropdown, .no-pointerevents .wrapper-dropdown-1 .dropdown {
    display: none;
    opacity: 1;
    pointer-events: auto;
}

.no-opacity .wrapper-dropdown-1.active .dropdown, .no-pointerevents .wrapper-dropdown-1.active .dropdown {
    display: block;
}

.display_none {
    display: none;
}

.wrapper-dropdown-2 {
    position: relative;
    width: 400px;
    margin: 2px auto 0 auto;
    background: #c7c7c7;
    color: #000000;
    outline: none;
    font-size: 12px;
    font-family: 'Tahoma';
    height: 30px;
    border: none;
}

.wrapper-dropdown-2 textarea {
    height: 100%;
}

.text_title_small_1 {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-family: 'Tahoma';
    text-align: left;
    padding-right: 15px;
}

.text_margin_1 {
    margin-top: 30px;
    font-weight: bold;
}

.dropdown_support_1 {
    display: table;
    margin: 0 auto;
    margin-top: 3px;
}

.margin_2 {
    text-align: center;
    margin: 20px auto 20px auto;
}

.dropdown-2 {
    height: 85px;
}

@media screen and (max-width: 1500px) {
    .block_2_1 {
        height: 280px;
        position: relative;
    }

    .button_dop_2 {
        top: auto;
        position: absolute;
        left: 65px;
        bottom: 15px;
    }
}

@media screen and (max-width: 1280px) {
    .block_2_1 {
        height: 310px;
        position: relative;
    }

    .button_dop_2 {
        top: auto;
        position: absolute;
    }
}

@media screen and (max-width: 1100px) {
    .block_1 {
        height: 330px;
    }

    .button_dop_1 {
        top: auto;
        position: absolute;
        left: 65px;
        bottom: 15px;
    }

    .block_2_1 {
        height: 300px;
        position: relative;
    }

    .button_dop_2 {
        top: auto;
        position: absolute;
    }
}