.personal-area{
    background-color: #f3f8f9;
    /* height: 100%; */
    position: relative;
}
.popup, .popup-order, .popup-question, .popup-sent {
    background: rgba(0, 0, 0, .7);
    position: fixed;
    display: none;
    z-index: 5000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.popup-partners .partners-closed {
    position: absolute;
    top: 15px;
    right: 15px;
}

.popup-partners .partners-closed span {
    /* color: #aeaeae; */
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
}

.popup .popup-block, .popup-order .popup-block, .popup-question .popup-block, .popup-sent .popup-block {
    max-width: 600px;
    width: 70%;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: white;
    padding: 70px 40px;
    z-index: 5001;
    text-align: center;
    border: 6px solid #159fdb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .4)
}

.menu_wrap + .button_container a {
    padding: 3px 15px;
    height: auto;
    margin-left: -40px;
}

.popup .popup-block h2, .popup-order .popup-block h2, .popup-question .popup-block h2, .popup-sent .popup-block h2 {
    margin-bottom: 20px
}

.popup .popup-block p, .popup-order .popup-block p, .popup-question .popup-block p, .popup-sent .popup-block p {
    margin-bottom: 10px;
    line-height: 23px
}

.pagination {
    margin: 30px 0
}

.pagination div {
    text-align: center;
    float: left;
    margin: 0 7px 0 0
}

.pagination div a {
    padding-top: 2px;
    width: 25px;
    font-size: 15px;
    height: 22px;
    display: block;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.pagination .next a, .pagination .prev a {
    width: auto;
    text-transform: unset;
    font-size: 16px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0 5px
}

.pagination div a.active, .pagination div a:hover {
    color: #fff;
    background: #159fdb
}

.pagination .next a:hover, .pagination .prev a:hover {
    width: auto;
    color: #1982d1;
    background: 0 0
}

h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 23px
}

h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 41px
}

.personal {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    /* z-index: 0; */
}

.personal h2 {
    margin-top: 40px
}

.personal-button {
    position: absolute;
    top: 70px;
    right: 0;
    text-transform: unset;
    font-size: 14px;
    padding: 10px 30px
}

.personal-button img {
    margin-bottom: -3px;
    margin-left: -10px;
    margin-right: 10px
}

.personal-tabs .current-top:before {
    border-color: transparent transparent #00f transparent !important
}

.table-tr {
    border-bottom: 5px solid #fff;
    cursor: pointer
}

.active-tr {
    display: none;
    border-top: 1px solid #eee
}

.personal-tabs {
    margin: 50px 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.personal-tabs__attention {
    width: 25%
}

.personal-tabs__attention-block {
    border: 2px solid #159fdb;
    padding: 20px 30px 35px;
    text-align: center;
    font-size: 12px;
    margin-top: 20px
}

.personal-tabs__attention-block p {
    line-height: 20px;
    display: block;
    font-size: 13px;
    margin-bottom: 5px
}

.personal-tabs__attention-block a {
    font-size: 13px;
    color: #0a81ff;
    text-transform: none;
    text-decoration: underline
}

.personal-tabs__img {
    width: 55px;
    height: 55px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f3f8f9;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.personal-tabs__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: white;
    width: 100%;
    box-shadow: 0 0 21px #ddd;
    border-radius: 14px;
    margin-bottom: 80px
}

.footer-form {
    margin: 0 auto;
    max-width: 555px;
    width: 100%;
}

.personal-tabs__info .personal-tabs__form {
    width: 60%
}

.personal-tabs__info .personal-tabs__form .footer-form {
    margin: 0
}

.form-entrance {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-entrance__area, .form-entrance__cont, .form-entrance__email, .form-entrance__name, .form-entrance__name-cl {
    width: 100%;
}

.personal-tabs__info .personal-tabs__form form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.personal-tabs__info .personal-tabs__form form .form-entrance__select span {
    display: block;
    margin-bottom: 5px
}

.personal-tabs__info .personal-tabs__form form select {
    margin-bottom: 25px;
    border: none;
    outline: 0;
    font-size: 14px;
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/ar.png) no-repeat right;
    overflow: hidden;
    width: 180px;
    height: 30px;
    color: gray;
    cursor: pointer
}

.personal-tabs__info .button {
    min-width: 200px;
    cursor: pointer;
}

.form-entrance__input {
    border: none;
    border-bottom: .5px solid #008efb;
    color: #fff;
    /* padding: 10px; */
    background: inherit;
    width: 100%;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 25px;
    position: relative;
    font-family: Raleway-Medium, sans-serif;
}

.personal-tabs__info .personal-tabs__form form .form-entrance__input {
    color: gray;
    font-size: 17px;
    /*padding: 5px 10px 5px;*/
    margin-bottom: 18px;
    margin-top: 5px;
    height: 35px;
    border-bottom: 1px solid #e7e7e7
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub {
    background: #007eff;
    padding: 12px 25px
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub span {
    color: #fff;
    text-transform: none
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub:hover {
    background: #fff
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub:hover span {
    color: #007eff
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub--color {
    background: #d4d4d4;
    outline: 0
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub--color span {
    color: #282828;
    text-transform: none
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub--color:hover {
    -webkit-box-shadow: 0 0 10px 0 #d4d4d4 inset, 0 0 10px 4px #d4d4d4;
    box-shadow: 0 0 10px 0 #d4d4d4 inset, 0 0 10px 4px #d4d4d4
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub--color:hover span {
    color: #282828
}

.personal-tabs__story {
    background: #fff;
    width: 100%;
    box-shadow: 0 0 21px #ddd;
    border-radius: 14px;
    margin-bottom: 50px
}

.personal-tabs__story .describe-table {
    width: 100%
}

.personal-tabs__story .describe-table__th {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.personal-tabs__story .describe-table__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    position: absolute;
    top: 0;
    left: 0;
    top: 19px;
    left: 62px
}

.personal-tabs__story .describe-table__filter:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent grey transparent;
    top: 10px;
    right: 0;
    -webkit-transform: rotate(181deg);
    -ms-transform: rotate(181deg);
    transform: rotate(181deg)
}

.personal-tabs__story .describe-table__filter:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent grey transparent;
    top: 0;
    right: 0
}

.personal-tabs__story .describe-table__filter--position {
    left: 100px
}

.personal-tabs__story .describe-table__filter .filter-top {
    border: none;
    overflow: hidden;
    background: 0 0;
    background-image: url(../img/arrow-top1.png);
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    width: 6px;
    outline: 0;
    height: 10px;
    cursor: pointer
}

.personal-tabs__story .describe-table__filter .filter-bottom {
    overflow: hidden;
    background: 0 0;
    background-image: url(../img/arrow-top.png);
    background-repeat-x: no-repeat;
    background-repeat-y: no-repeat;
    border: none;
    outline: 0;
    width: 6px;
    height: 10px;
    cursor: pointer
}

.personal-tabs__story .describe-table table {
    width: 100%;
    margin-left: 0;
    display: block;
    max-width: 940px;
    /* overflow-x: scroll; */
    overflow: hidden;
}

.personal-tabs__story .describe-table table .table-tr {
    border: none;
    border-bottom: 5px solid #fff;
    background: #f3f8f9;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    font-size: 16px
}

.personal-tabs__story .describe-table table .table-tr:hover {
    background: #159fdb;
    color: #fff
}

.personal-tabs__story .describe-table table .table-tr:hover td {
    font-weight: 700
}

.personal-tabs__story .describe-table table .table-tr td {
    font-weight: 700;
    width: 80%
}

.personal-tabs__story .describe-table table .active-bgc {
    background: #159fdb;
    color: #fff;
    font-weight: 100
}

.personal-tabs__story .describe-table table .active-bgc td{
    color: #fff!important;
}

.personal-tabs__story .describe-table table .active-bgc td {
    font-weight: 700
}

.personal-tabs__story .describe-table table tr {
    background: #fff
}

.personal-tabs__story .describe-table .active-tr table {
    margin-left: -14%;
    max-width: 925px;
    width: 100%;
    display: block;
    overflow-x: scroll;
}

.personal-tabs__story .describe-table .active-tr {
    max-width: 940px;
    width: 100%;
    overflow-x: scroll;
}

.personal-tabs__story .describe-table table tr:nth-child(3) td {
    border: none
}

.personal-tabs__story .describe-table table tr th {
    position: relative;
    padding: 20px;
    font-weight: 400;
    font-size: 19px;
    text-align: left;
    /* color: grey; */
    border: none;
    width: 25%
}

.personal-tabs__story .describe-table table tr th:last-child a {
    color: inherit;
    position: relative;
    color: #159fdb;
}

.personal-tabs__story .describe-table table tr th:last-child {
    text-align: right;
}

.personal-tabs__story .describe-table table tr th:last-child a::before {
    content: url(/user/img/icon_31.png);
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -36px;
    top: -4px;
    right: 0;
    bottom: 0;
}

.personal-tabs__story .describe-table table tr th:first-child {
    width: 50%
}

.personal-tabs__story .describe-table table tr td {
    padding: 20px
}

.personal-tabs__story .describe-table table tr td:first-child {
    /* width: 12% */
    width: 1%;
    padding: 20px 10px;
}

.personal-tabs__story .describe-table table tr td button {
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: inherit;
    color: #208eff;
    font-size: 14px;
    padding: 5px 10px;
    width: 80%;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.personal-tabs__story .describe-table table tr td button:hover {
    background: #007eff;
    color: #fff;
    border: 1px solid #007eff
}

.personal-tabs__client {
    display: block !important;
    padding: 40px 85px
}

.personal-tabs__client .describe-table {
    padding-top: 10px
}

.personal-tabs__client .describe-table table tr th {
    color: #159fdb;
    font-weight: 700
}

.personal-tabs__show {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 30px
}

.personal-tabs__select {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40%;
    margin-right: 5px
}

.personal-tabs__select p {
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px
}

.personal-tabs__select select {
    max-width: 255px;
    width: 100%;
    height: 34px;
    background: #f7f7f7;
    outline: 0;
    border: none;
    color: #7b7b7b;
    outline: 0;
    font-size: 14px;
    padding: 5px 15px;
    cursor: pointer
}

.form-search {
    width: 60%
}

.form-search__block-input {
    max-width: 350px;
    width: 100%;
    position: relative
}

.form-search__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.form-search__box .header-button {
    padding: 5px 20px;
    margin-left: 15px
}

.form-search__box .form-search__button {
    position: absolute;
    top: 8px;
    left: 12px;
    border: none;
    outline: 0;
    background: 0 0
}

.form-search__box .form-search__button i {
    color: gray
}

.form-search__input {
    width: 100%;
    height: 34px;
    background: #f7f7f7;
    outline: 0;
    border: none;
    color: #7b7b7b;
    padding: 5px 15px 5px 40px;
    position: relative
}

.table-active span {
    cursor: pointer
}

.personal .personal-tabs__name {
    background: #fff;
    padding: 50px 85px 0;
    margin-bottom: 60px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    box-shadow: 0 0 21px #ddd;
    justify-content: flex-start;

}

.personal .personal-tabs__name label{
    box-shadow: none;
    border-radius: inherit;
}

.personal .personal-tabs__name .personal-tabs__info, .personal-tabs__story{
    box-shadow: none;
}

.personal .personal-tabs__name .form-entrance__area, .personal .personal-tabs__name .form-entrance__cont, .personal .personal-tabs__name .form-entrance__email, .personal .personal-tabs__name .form-entrance__name-cl {
    width: 50%
}

.form-search__box .button {
    height: 35px;
    padding: 9px 20px;
    cursor: pointer;
}

.personal .personal-tabs__name .form-entrance__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.personal .personal-tabs__name .form-entrance__box .form-entrance__item:nth-of-type(1) {
    width: 50%
}

.personal .personal-tabs__name .form-entrance__box .form-entrance__item:nth-of-type(2) {
    width: 35%
}

.personal .personal-tabs__name .personal-tabs__info .personal-tabs__form {
    width: 100%
}

.personal .personal-tabs__name .personal-tabs__info .personal-tabs__form .footer-form {
    max-width: 100%
}

.personal .personal-tabs__name .form-entrance__sub {
    margin-right: 10px;
    margin-bottom: 10px
}

.personal .personal-tabs__name .personal-tabs__story .form-search {
    width: 100%
}

.personal .personal-tabs__name .personal-tabs__story .form-search .form-search__block-input {
    max-width: 100%
}

.personal .personal-tabs__name .personal-tabs__story table th {
    color: #159fdb;
    font-weight: 700
}

.personal .personal-tabs__story--color .describe-table table tr td:first-child {
    width: 2%
}

.personal .personal-tabs__story--color .describe-table table tr th:first-child {
    width: 3.8%
}

.personal .personal-tabs__story--color .describe-table table .table-tr td:last-child {
    color: #159fdb;
    text-decoration: underline
}

.personal .personal-tabs__story--color .describe-table table .table-tr:hover td:last-child {
    color: #fff
}

.personal .personal-tabs__name > div, .personal .personal-tabs__name > input {
    display: none
}

.personal .personal-tabs__name label {
    font-size: 17px;
    width: auto;
    margin-right: 50px;
    margin-bottom: 0;
    color: #9e9e9e
}

.personal-tabs__name .personal-tabs__info .button {
    min-width: auto;
}

.personal .personal-tabs__name input[type=radio]:checked + label {
    border-bottom: 1px solid #159fdb;
    background: 0 0;
    color: #159fdb;
    font-weight: 700;
    margin-bottom: -2px
}

.personal .personal-tabs__name > input:nth-of-type(1):checked ~ div:nth-of-type(1), .personal .personal-tabs__name > input:nth-of-type(2):checked ~ div:nth-of-type(2), .personal .personal-tabs__name > input:nth-of-type(3):checked ~ div:nth-of-type(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 0;
    border-top: 1px solid #e7e7e7
}

.personal-tabs > div, .personal-tabs > input {
    display: none
}

.personal-tabs label, .personal-tabs__link {
    cursor: pointer;
    position: relative;
    bottom: 1px;
    box-shadow: 0 0 21px #ddd;
    color: inherit;
    text-transform: unset;
    font-size: 15px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    width: 31%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 15px 25px;
    font-weight: 700;
    line-height: 18px
}

.personal-tabs label img, .personal-tabs__link img {
    max-width: 50px;
    margin: 12px auto
}

.personal-tabs input[type=radio]:checked + label {
    border-bottom: 2px solid #fff;
    background: #159fdb;
    color: #fff;
    box-shadow: none;
    font-weight: 100
}

.personal-tabs input[type=radio]:checked + label img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.personal-tabs > input:nth-of-type(1):checked ~ div:nth-of-type(1), .personal-tabs > input:nth-of-type(2):checked ~ div:nth-of-type(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    padding: 40px 85px
}

@media screen and (max-width: 1200px) {
    .personal-tabs__attention {
        width: 34%
    }

    .personal-tabs__story .describe-table table tr td:last-child {
        padding: 20px 5px;
    }
}


@media screen and (max-width: 1200px){
    .personal-tabs__story .describe-table .active-tr table, .personal-tabs__story .describe-table .active-tr table ~ p {
        max-width: 700px;
    }
}

@media screen and (max-width: 890px){
    .personal-tabs__story .describe-table .active-tr table, .personal-tabs__story .describe-table .active-tr table ~ p {
        max-width: 607px;
    }
}



.popup-enter {
    background: #262626de
}


.popup-order .popup-block{
        height: 600px;
        overflow-x: scroll;
    }

.popup-enter .popup-block {
    width: 100%;
    max-width: 650px;
    padding: 70px 60px;
}

.popup-enter .popup-block h4 {
    display: inline;
    margin-left: 10px;
    cursor: pointer;
}

.menu li:last-child a{
    display: inline-block;
    color: white;
    font-size: 15px;
    font-weight: 500;
    background-color: #159fdb;
    border-radius: 12px;
    box-shadow: 1.5px 2.6px 15px rgba(21, 159, 219, 0.4);
    text-decoration: none;
    padding: 3px 10px;
    border: none;
    margin-right: 15px;
    outline: none;
    cursor: pointer;
    line-height: normal;
}

.menu li {
   
    margin: 0 15px;
}
.menu.other_pages li:last-child a:hover {
    background-color: #0cf;
    box-shadow: 0 3px 15px rgba(21, 159, 219, 0.4);
}


.menu.other_pages li:last-child{
   margin: 0;
}

.popup-enter .popup-block h4.factive {
    border-bottom: 3px solid #159fdb;
}

.popup-enter .popup-block h6 {
    line-height: 22px;
    margin-top: 10px
}

.popup-enter .popup-block .personal-tabs__info {
    margin-bottom: 0
}

.popup-enter .popup-block .personal-tabs__info .personal-tabs__form {
    margin-top: 20px;
    width: 100%
}

.popup-enter .popup-block .personal-tabs__info .personal-tabs__form .footer-form {
    margin: 0 auto
}

.popup-enter .popup-block .personal-tabs__info .personal-tabs__form .footer-form form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.popup-enter .popup-block .personal-tabs__info .personal-tabs__form .footer-form form .form-entrance__cont .form-entrance__input {
    margin-bottom: 0;
    padding: 20px;
}

.popup-enter .popup-block .personal-tabs__info .personal-tabs__form .footer-form form .form-entrance__cont .form-entrance__error {
    color: #e23132;
    float: left;
    margin-top: 10px
}

.popup-enter .popup-block .personal-tabs__info .personal-tabs__form .footer-form form .form-entrance__submit {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.popup-enter .popup-appeal p {
    text-align: center;
    margin: 20px 0;
    font-size: 14px
}

.popup-enter .popup-appeal a {
    color: #007eff;
    font-size: 20px
}

.popup-order .popup-info {
    margin-top: 15px;
    color: #159fdb
}

.popup-order .popup-block {
    padding: 40px
}

.popup-order .popup-table {
    margin: 20px 0
}

.popup-order .popup-table table {
    width: 100%;
    background-color: #f3f8f9;
    padding: 30px
}

.popup-order .popup-table table th {
    color: #6c6c6c;
    padding: 25px 10px 0;
    text-align: center;
    width: 30%
}

.popup-order .popup-table table td {
    padding: 20px 20px 25px;
    font-weight: 700;
    text-align: center;
    width: 30%
}

.popup-order .popup-table table td:first-child, .popup-order .popup-table table td:last-child {
    font-size: 20px
}

.popup-order .popup-table table td div {
    background: #fff;
    display: flex;
}

.popup-order .popup-table__button1, .popup-order .popup-table__button2 {
    outline: 0;
    border: none;
    background: inherit;
    color: #6c6c6c;
    cursor: pointer;
    padding: 0 20px
}

.popup-order .popup-block .personal-tabs__info .personal-tabs__form .footer-form form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.popup-order .popup-block .personal-tabs__info .personal-tabs__form .footer-form form span {
    text-align: left
}

.popup-order .popup-block, .popup-question .popup-block, .popup-sent .popup-block {
    text-align: left
}

.popup-order .popup-block h4, .popup-question .popup-block h4, .popup-sent .popup-block h4 {
    text-align: center
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub--change {
    background: #fff;
    border: 2px solid #159fdb;
    padding: 10px 20px
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub--change span {
    color: #000
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub--change:before {
    background-color: #159fdb;
    z-index: 1
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub--change:after {
    background-color: #007eff;
    z-index: 1
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub--change:hover {
    background: #007eff
}

.personal-tabs__info .personal-tabs__form form .form-entrance__sub--change:hover span {
    color: #fff
}

.popup .personal-tabs__info{
    box-shadow: none;
}

.popup .button{
    min-width: auto;
}
@media screen and (max-width: 1170px){
    .menu li {
        list-style: none;
        margin: 0 10px;
    }
    .menu_wrap + .button_container a {
        margin-left: -15px;
    }
}


@media screen and (max-width: 992px) {
    .personal-tabs > input:nth-of-type(1):checked ~ div:nth-of-type(1), .personal-tabs > input:nth-of-type(2):checked ~ div:nth-of-type(2), .personal-tabs > input:nth-of-type(3):checked ~ div:nth-of-type(3) {
        padding: 40px 35px
    }

    .personal-tabs__story .describe-table table tr td button {
        width: 100%;
        margin-bottom: 0
    }

    .personal-tabs__client {
        padding: 40px 20px
    }

    .personal .personal-tabs__name label {
        margin-right: 0;
        font-size: 15px
    }

    .header__out {
        margin-top: 12px
    }

    .header__name {
        top: 40%
    }
}

@media screen and (max-width: 768px) {
    .personal-tabs__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu_wrap + .button_container a {
        margin-left: 0px;
    }
    .personal-tabs__story .describe-table .active-tr table, .personal-tabs__story .describe-table .active-tr table ~ p {
        max-width: 500px;
    }

    .personal-tabs__info .personal-tabs__form {
        width: 100%
    }

    .personal-tabs__info .personal-tabs__attention {
        width: 100%
    }

    .personal .personal-tabs__name {
        padding: 50px 20px 0
    }

    .personal-tabs__select {
        width: 100%;
        margin-bottom: 10px
    }

    .personal-tabs__show {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .personal-tabs__select select {
        max-width: 100%
    }

    .personal-tabs__show .form-search {
        width: 100%
    }

    .form-search__block-input {
        max-width: 100%
    }

    .popup-block {
        padding: 25px
    }

    .popup .popup-block, .popup-order .popup-block, .popup-question .popup-block, .popup-sent .popup-block {
        padding: 40px 15px 15px
    }
}
@media screen and (max-width: 660px){
    .personal-tabs__story .describe-table .active-tr table, .personal-tabs__story .describe-table .active-tr table ~ p {
        margin-left: -23%;
        max-width: 435px;
    }
}
@media screen and (max-width: 567px) {
    .personal-tabs__story .describe-table table tr td {
        font-size: 13px;
        padding: 15px 10px
    }

    .personal-tabs__story .describe-table table tr th {
        font-size: 12px;
        padding: 15px 10px
    }

    .personal-tabs__story .describe-table table tr td button {
        font-size: 12px
    }

    .personal-tabs__info, .personal-tabs__story {
        margin-bottom: 30px
    }

    .personal-tabs > input:nth-of-type(1):checked ~ div:nth-of-type(1), .personal-tabs > input:nth-of-type(2):checked ~ div:nth-of-type(2), .personal-tabs > input:nth-of-type(3):checked ~ div:nth-of-type(3) {
        padding: 30px 15px 15px
    }

    .personal-tabs__story .describe-table__filter {
        margin-left: 0;
        margin-top: -6px
    }

    .personal-tabs__story .describe-table__filter--position {
        left: 60px
    }

    .personal-button {
        padding: 10px 15px
    }

    .personal .personal-tabs__name .form-entrance__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .personal .personal-tabs__name label {
        font-size: 14px;
        width: 25%
    }

    .personal .personal-tabs__name {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .personal .personal-tabs__name .form-entrance__area, .personal .personal-tabs__name .form-entrance__cont, .personal .personal-tabs__name .form-entrance__email, .personal .personal-tabs__name .form-entrance__name-cl {
        width: 100%
    }

    .personal .personal-tabs__name .form-entrance__box .form-entrance__item {
        width: 100% !important
    }

    .form-entrance__name-cl1 {
        width: 100%
    }
}

@media screen and (max-width: 500px){
    .personal-tabs__story .describe-table .active-tr table, .personal-tabs__story .describe-table .active-tr table ~ p {
        max-width: 320px;
        margin-left: -30%;
    }
}

@media screen and (max-width: 460px){
    .popup .popup-block, .popup-order .popup-block, .popup-question .popup-block, .popup-sent .popup-block {
        width: 100%;
        border: 6px solid #006ecd
    }
}

@media screen and (max-width: 400px){
    .personal-tabs__story .describe-table .active-tr table, .personal-tabs__story .describe-table .active-tr table ~ p {
        max-width: 249px;
    margin-left: -37%;
    }
}

@media screen and (max-width: 367px) {
    .header__name {
        top: 68%;
        right: 3px;
        font-size: 14px
    }

    .personal-tabs label, .personal-tabs__link {
        font-size: 12px;
        padding: 0 5px 10px
    }

    .personal-tabs__story .describe-table table .table-tr td {
        font-size: 12px
    }
}