@font-face{
    font-family: 'PTRoubleSans';
    font-weight: normal;
    font-style: normal;

    font-display: swap;
    src: url('../fonts/PTRoubleSans.woff') format('woff'),
    url('../fonts/PTRoubleSans.ttf') format('truetype');
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

*:before,
*:after{
    box-sizing: border-box;
}

img{
    border: none;
}

textarea{
    overflow: auto;
}

input,
textarea,
input:active,
textarea:active{
    -webkit-border-radius: 0;
            border-radius: 0;
         outline: none transparent !important;
    box-shadow: none;

    -webkit-appearance: none;
            appearance: none;
    -moz-outline: none !important;
}

input[type=submit],
button[type=submit],
input[type=reset],
button[type=reset]{
    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

:focus{
    outline: none;
}

:hover,
:active{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}


::-ms-clear{
    display: none;
}



/*---------------
    Main styles
---------------*/
:root{
    --scroll_width: 17px;
    --font_family: 'Open Sans', 'Arial', sans-serif;
    --font_family2: 'Montserrat', 'Arial', sans-serif;
}



.clear{
    clear: both;
}


.left{
    float: left;
}


.right{
    float: right;
}


html{
    height: 100%;

    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


body{
    color: #282828;
    font: 400 16px/29px var(--font_family);

    height: 100%;

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility;
    text-decoration-skip: objects;
}

body.lock{
    overflow: hidden;
}


.wrap{
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    min-height: 100%;
}


.main{
    flex: 1 0 auto;
}


.cont{
    width: 100%;
    padding: 0 50px;
}


.compensate-for-scrollbar{
    margin-right: var(--scroll_width) !important;
}


.lozad{
    transition: .5s linear;

    opacity: 0;
}

.lozad.loaded{
    opacity: 1;
}


.flex{
    display: flex;

    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.rub{
    font-family: 'PTRoubleSans';
    font-weight: normal !important;
    font-style: normal;
}


::-webkit-input-placeholder{
    color: #373633;
}

:-moz-placeholder{
    color: #373633;
}

:-ms-input-placeholder{
    color: #373633;
}


.form .label{
    color: #747C8B;
    font-size: 14px;
    line-height: normal;

    margin-bottom: 20px;
}

.form .line_flex{
    justify-content: space-between;
}

.form .line_form{
    margin-bottom: 28px;
}

.form .line_flex .line_form{
    width: calc(50% - 15px);
}

.form .input{
    color: #373633;
    font: 700 16px/20px var(--font_family2);

    display: block;

    width: 100%;
    height: 44px;

    transition: .2s linear;

    border: none;
    background: #fff;
    border-bottom: 1px solid #747C8B;
}

.form .input:focus{
    border-color: #FFCD2D;
}

.form textarea{
    color: #373633;
    font: 16px/29px var(--font_family);

    display: block;

    width: 100%;
    height: 75px;
    padding: 8px 0;

    resize: none;
    transition: .2s linear;

    border: none;
    background: #fff;
    border-bottom: 1px solid #747C8B;
}

.form .success,
.form .success + .nice-select .current{
    border-color: green;
}

.form .error,
.form .error + .nice-select .current{
    border-color: red;
}


.form .input:disabled,
.form textarea:disabled,
.checkbox .label_check input[type=checkbox]:disabled + .check_text{
    cursor: default;
    pointer-events: none;

    opacity: .5;
}


.form .error_text{
    color: red;
    font-size: 12px;
    line-height: normal;

    margin-top: 6px;
}

.form .submit_btn{
    color: #373633;
    font: 600 12px/16px var(--font_family);

    position: relative;

    display: block;

    width: 100%;
    height: 48px;

    cursor: pointer;
    vertical-align: top;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;

    border: none;
    background: #FFCD2D;
    border-radius: 4px;
}

.form .submit_btn:hover{
    background: #ffd82d;
    transition: .1s linear;
}

.form .submit_btn:active {
    background: #eac522;
}


.form .submit_btn .icon{
    display: inline-block;

    width: 12px;
    height: 12px;
    margin-left: 8px;

    transition: .2s linear;
    transform: rotate(180deg);
    vertical-align: middle;

    fill: #fff;
}

.form .agree{
    color: var(--field_placeholder);
    font-size: 14px;
    line-height: 20px;

    margin-top: 22px;
}

.form .agree a{
    color: var(--color3);

    display: inline-block;

    transition: .2s linear;
    text-decoration: none;
}

.form .agree a:hover{
    color: var(--color1);
}


.select_wrap{
    position: relative;
}

.select_wrap select{
    position: absolute;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;

    opacity: 0;
}

.select_wrap .nice-select{
    position: relative;

    display: block;

    height: 16px;
}

.select_wrap .nice-select.open{
    z-index: 20;
}

.select_wrap .nice-select .current{
    color: #282828;
    font-size: 14px;
    line-height: 16px;

    position: relative;
    z-index: 10;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 16px;

    cursor: pointer;
    transition: .2s linear;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.select_wrap .nice-select .current:after{
    position: absolute;
    top: 50%;
    right: 2px;

    width: 5px;
    height: 5px;
    margin-top: -3px;

    content: '';
    transform: rotate(45deg);

    border-right: 1px solid #747C8B;
    border-bottom: 1px solid #747C8B;
}

.select_wrap .nice-select .list{
    position: absolute;
    z-index: 9;
    top: 100%;
    right: 15px;

    visibility: hidden;
    overflow: hidden;

    width: 254px;
    margin-top: 16px;

    transition: .2s linear;
    pointer-events: none;

    opacity: 0;
    background: #fff;
    box-shadow: 0px 10px 40px rgba(215, 221, 234, 0.5);
    border-radius: 4px;
}

.select_wrap .nice-select.open .list{
    visibility: visible;

    pointer-events: all;

    opacity: 1;
}

.select_wrap .nice-select .list .scrollbar{
    overflow-y: auto;

    max-height: 151px;
}

.select_wrap .nice-select .list .list_item{
    color: #282828;
    font-size: 14px;
    line-height: normal;

    display: flex;

    min-height: 47px;
    padding: 5px 17px;

    cursor: pointer;
    transition: .2s linear;

    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.select_wrap .nice-select .list .list_item:empty{
    display: none;
}

.select_wrap .nice-select .list .list_item:hover{
    background: #EFF5FF;
}

.select_wrap .nice-select .list .list_item.selected{
    font-weight: 600;
}




.text_block{
    color: var(--text_color2);
}

.text_block > :last-child{
    margin-bottom: 0 !important;
}

.text_block h1,
.text_block > .title{
    color: var(--color1);
    font-family: var(--font_family2);
    font-size: var(--font_size_title);
    font-weight: 700;
    line-height: var(--line_height_title);

    margin-bottom: 20px;
}

.text_block p,
.text_block ul,
.text_block ol{
    margin-bottom: 25px;
}

.text_block img{
    display: block;

    max-width: 100%;
    margin-bottom: 25px;
}

.text_block img.left{
    width: calc(50% - 30px);
    margin-right: 30px;
}

.text_block img.right{
    width: calc(50% - 30px);
    margin-left: 30px;
}

.text_block ul li{
    position: relative;

    display: block;

    list-style-type: none;

    text-indent: 16px;
}

.text_block ul li:before{
    position: absolute;
    top: 8px;
    left: 0;

    width: 6px;
    height: 6px;

    content: '';

    border-radius: 50%;
    background: var(--bg2);
}

.text_block ol{
    counter-reset: li;
}

.text_block ol li{
    position: relative;

    display: block;

    list-style-type: none;
}

.text_block ol li:before{
    color: var(--color3);
    font-weight: 700;

    display: inline;

    content: counter(li)'.';
    counter-increment: li;
}

.text_block ol li + li{
    margin-top: 8px;
}

.text_block a{
    color: var(--color3);

    transition: .2s linear;
    text-decoration: none;

    border-bottom: 1px solid;
}

.text_block a:hover{
    color: var(--color1);
}


.supports_error{
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-size: 20px;
    line-height: 30px;

    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;

    display: none;

    width: 100%;
    height: 100%;
    padding: 20px;

    text-align: center;

    background: #fff;

    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.supports_error.show{
    display: flex;
}


.tabs{
    display: flex;

    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    flex-wrap: nowrap;

    border-bottom: 1px solid #E4EDFF;
    padding-bottom: 15px;
    margin-bottom: 38px;
}

.tabs button{
    color: #747C8B;
    font: 700 22px/28px var(--font_family2);

    cursor: pointer;
    transition: .2s linear;
    text-align: center;

    border: none;
    background: none;
}

.tabs button:hover{
    color: #282828;
}

.tabs button.active{
    color: #3F6DD6;
}

.tabs button + button{
    margin-left: 37px;
}

.tab_content{
    position: relative;

    visibility: hidden;
    overflow: hidden;

    height: 0;

    pointer-events: none;

    opacity: 0;
}

.tab_content.active{
    visibility: visible;
    overflow: visible;

    height: auto;

    transition: opacity .5s linear;
    pointer-events: all;

    opacity: 1;
}


.main_title{
    font-family: var(--font_family2);
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;

    color: #373633;
}


.inner_title{
    color: #3F6DD6;
    font-family: var(--font_family2);
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
}

.owl-carousel .owl-stage{
    white-space: nowrap;
}
.owl-carousel .owl-item{
    display: inline-block;
    vertical-align: top;
    float: none;

    white-space: normal;
}
.owl-carousel .slide{
    display: none;
}
.owl-carousel,
.owl-carousel .slide:first-child{
    display: block;
}

.link_btn{
    display: block;
    color: #747C8B;
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    border: 1px solid #E4EDFF;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.link_btn:hover {
    border-color: #eff5ff;
    background: #eff5ff;
    transition: .1s linear;
}

.link_btn:active {
    color: #373633;
    border-color: #dde5f3;
    background: #dde5f3;
}

/*---------------
   Header
---------------*/

header{
    padding: 25px 0 28px 240px;
    border-bottom: 1px solid #E4EDFF;
}

header .cont{
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

header .select_wrap .nice-select .current{
    padding: 0px 18px 0 24px;
}

header .select_wrap .nice-select .current:before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0;

    display: block;

    width: 14px;
    height: 14px;

    background: url(../images/ic_user.svg) 50%/contain no-repeat;
}

header .select_wrap .nice-select .list .list_item + .list_item{
    margin-top: 5px;
}

header .link{
    width: 112px;
    margin-left: 38px;
}

header .mob_menu_link{
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;

    display: none;

    width: 49px;
    height: 35px;
    padding: 10px;

    cursor: pointer;

    border: none;
    background: none;
    margin: 0 auto 0 -10px;
}

header .mob_menu_link span{
    position: relative;

    display: block;

    width: 100%;
    height: 3px;

    transition: .2s linear;

    border-radius: 42px;
    background: #292B30;
}

header .mob_menu_link span + span{
    margin-top: 3px;
}

header .mob_menu_link.active span:nth-child(2){
    opacity: 0;
}

header .mob_menu_link.active span:nth-child(1){
    top: 6px;

    transform: rotate(45deg);
}

header .mob_menu_link.active span:nth-child(3){
    top: -6px;

    transform: rotate(-45deg);
}

/*---------------
   Main section
---------------*/

.content{
    padding: 32px 0 23px 240px;
}

.existing_services .top_flex{
    align-items: center;
    align-content: center;
    margin-top: 33px;
}

.existing_services .top_flex2{
    margin-top: 10px;
}

.balance{
    color: #747C8B;
    line-height: 32px;
}

.balance .price{
    font-family: var(--font_family2);
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;

    color: #373633;
    margin-top: 3px;
}

.existing_services .top_flex .submit_btn{
    color: #747C8B;
    font-weight: 600;
    font-family: var(--font_family);
    font-size: 12px;
    height: 48px;
    line-height: 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #E4EDFF;
    background: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    padding: 0 23px;
    text-align: center;
    margin-left: 43px;
}

.existing_services .top_flex .submit_btn:hover {
    border-color: #eff5ff;
    background: #eff5ff;
    transition: .1s linear;
}

.existing_services .top_flex .submit_btn:active {
    color: #373633;
    border-color: #dde5f3;
    background: #dde5f3;
}

.existing_services .top_flex .order_link{
    color: #373633;
    background: #FFCD2D;
    font-weight: 600;
    font-size: 12px;
    line-height: 48px;
    margin-left: auto;
    padding: 0 21px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}

.existing_services .top_flex .order_link:hover {
    background: #ffd82d;
    transition: .1s linear;
}

.existing_services .top_flex .order_link:active{
    background: #eac522;
}

.existing_services .title_box{
    align-content: center;
    align-items: center;
    margin-top: 40px;
}

.box_info{
    margin-left: 13px;
    width: 17px;
    height: 17px;
    position: relative;
}

.box_info_icon .icon{
    display: block;

    width: 17px;
    height: 17px;

    transition: .2s linear;

    fill: #747C8B;
}

.box_info:hover .icon{
    fill: #373633;
}

.box_info .box_info_data{
    position: absolute;
    top: -3px;
    left: calc(100% + 10px);
    z-index: 99;
    visibility: hidden;
    width: 235px;
    padding: 13px 12px 13px 22px;
    color: #373633;
    font-size: 12px;
    line-height: 17px;
    opacity: 0;
    border-radius: 4px;
    background: #fff;
    transition: .1s linear;
    filter: drop-shadow(0px 30px 40px rgba(0, 0, 0, .08));
}

.box_info:hover .box_info_data {
    visibility: visible;
    opacity: 1;
}

.box_info_data:before {
    position: absolute;
    top: 3px;
    left: -2px;
    width: 15px;
    height: 15px;
    border: 8px solid #fff;
    border-top-color: transparent;
    border-right-color: transparent;
    content: '';
    transform: rotate(45deg);
}

.box_info_data:after {
    position: absolute;
    top: 0;
    left: -15px;
    width: 15px;
    height: 100%;
    content: '';
}

.existing_services table{
    width: 100%;
    
    border-spacing: 0;
    border-collapse: separate;
    margin-top: 20px;
}

.existing_services table tr{
    position: relative;
    z-index: 2;

    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    border-top: 1px solid #E4EDFF;
    padding: 32px 0;
}

.existing_services table tr:last-child{
    border-bottom: 1px solid #E4EDFF;
}

.existing_services table tr:before{
    position: absolute;
    content: '';
    top: 0;
    left: -13px;

    display: block;

    opacity: 0;
    
    width: calc(100% + 26px);
    height: 100%;
    border-radius: 5px;
    background: #FAFBFF;
    z-index: 1;
}

.existing_services table tr:hover{
    transition: .1s linear;
    border-top-color: transparent;
}

.existing_services table tr:hover + tr{
    border-top-color: transparent;
    transition: .1s linear;
}

.existing_services table tr:last-child:hover{
    border-bottom-color: transparent;
    transition: .1s linear;
}

.existing_services table tr:hover:before{
    opacity: 1;
    transition: .1s linear;
}

.existing_services table tr td{
    z-index: 10;
}

.existing_services table tr td.wrap_name{
    width: calc(100% - 612px);
    padding-right: 15px;
}

.existing_services table tr td.wrap_name .name{
    font-family: var(--font_family2);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #373633;
}

.existing_services table tr td.wrap_name .name a{
    
    text-decoration: none;

    color: #373633;
}

.existing_services table tr td.wrap_name .name a:hover{
    color: #000;
    transition: .1s linear;
}

.existing_services table tr td.wrap_name .desc{
    color: #747C8B;
    font-size: 14px;
    line-height: 20px;
    margin-top: 7px;
}

.existing_services table tr td.status{
    width: 150px;
    text-align: center;
}

.existing_services table tr td.status span{
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #2CAD62;
    border-radius: 90px;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
}

.existing_services table tr td.price_box{
    width: 190px;
    margin-left: 126px;
}

.existing_services table tr td.price_box .price{
    font-family: var(--font_family2);
    font-size: 16px;
    line-height: 20px;

    color: #373633;
}

.existing_services table tr td.price_box .date{
    font-size: 14px;
    line-height: 20px;

    color: #747C8B;
    margin-top: 3px;
}

.existing_services table tr td.price_box .date span.paid{
    color: #747C8B;
}

.existing_services table tr td.price_box .date span.service_ends{
    color: #EB2B26;
}

.existing_services table tr td.extend{
    width: 131px;
    margin-left: 15px;
}

.existing_services table tr td.extend a{
    color: #747C8B;
    font-weight: 600;
    font-size: 12px;
    line-height: 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 1px solid #E4EDFF;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    text-decoration: none;
}

.existing_services table tr td.extend a:hover {
    border-color: #eff5ff;
    background: #eff5ff;
    transition: .1s linear;
}

.existing_services table tr td.extend a:active {
    color: #373633;
    border-color: #dde5f3;
    background: #dde5f3;
}


.profile .tabs_container{
    margin-top: 37px;
}

.profile .form .inner_title{
    margin-bottom: 25px;
}

.profile .item + .item{
    margin-top: 55px;
}

.profile .line_form{
    max-width: 544px;
}

.profile .submit{
    width: 206px;
    margin-top: 50px;
}

.profile .form_profile{
    margin-top: 38px;
}

.profile .form_profile .item + .item {
    margin-top: 67px;
}

.profile .form_profile .line_form{
    max-width: 100%;
    margin-bottom: 20px;
}

.profile .form_profile .label{
    margin-bottom: 0;
}

.profile .form_profile input{
    border-bottom: 1px solid #E4EDFF;
    padding-bottom: 8px;
}

.profile .form_profile .submit{
    margin-top: 45px;
}

.profile .data_change{
    background: #FAFBFF;
    border-radius: 4px;
    padding: 25px 55px;
    position: relative;
    margin-top: 45px;
}

.profile .data_change:before{
    position: absolute;
    content: '';
    top: 30px;
    left: 23px;

    display: block;

    width: 17px;
    height: 17px;

    background: url(../images/ic_question.svg) 50%/contain no-repeat;
}

.profile .data_change .title{
    font-family: var(--font_family2);
    font-weight: 700;
    line-height: 20px;

    color: #373633;
    margin-bottom: 8px;
}

.profile .data_change .desc{
    font-size: 14px;
    line-height: 20px;

    color: #747C8B;
}


.finance .top{
    align-content: center;
    align-items: center;
}

.finance .name_info{
    margin-top: 33px;
}

.finance .name_info .face{
    line-height: 30px;

    color: #747C8B;
}

.finance .name_info .name{
    font-family: var(--font_family2);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;

    color: #373633;
    margin-top: 2px;
}

.finance .form_balance{
    margin-top: 35px;
    align-content: flex-end;
    align-items: flex-end;
}

.finance .form_balance .box{
    align-content: flex-end;
    align-items: flex-end;
    margin-left: 75px;
}

.finance .form_balance .line_form{
    position: relative;
    max-width: 174px;
    margin: 0;
}

.finance .form_balance .line_form input{
    padding-right: 25px;
}

.finance .form_balance .line_form .rub_box{
    position: absolute;
    bottom: 6px;
    right: 0;

    font-family: var(--font_family2);
    line-height: 32px;

    color: #747C8B;
}

.finance .form_balance .submit{
    width: 208px;
    margin-left: 19px;
}

.finance .tabs_container{
    margin-top: 65px;
}

.finance table{
    width: 100%;

    border-spacing: 0;
    border-collapse: separate;
}

.finance table tbody tr:hover{
    background: #FAFBFF;
    transition: .1s linear;
}

.finance table tr th{
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    color: #747C8B;
    text-align: left;
    padding: 0 0 4px 25px;
}

.finance table tr th:first-child{
    padding-left: 0;
}

.finance table tr td{
    color: #373633;
    line-height: 19px;
    padding: 19px 0 19px 25px;
    border-top: 1px solid #E4EDFF;
    position: relative;
}

.finance table tr:hover td{
    border-top-color: transparent;
    transition: .1s linear;
}

.finance table tr:hover + tr td{
    border-top-color: transparent;
    transition: .1s linear;
}

.finance table tr td:first-child{
    padding-left: 0;
}

.finance table tr:last-child td{
    border-bottom: 1px solid #E4EDFF;
}

.finance table tr:hover:last-child td{
    border-bottom-color: transparent;
    transition: .1s linear;
}

.finance table tr td:first-child:after{
    position: absolute;
    content: '';
    top: 0;
    left: -13px;

    display: block;
    opacity: 0;

    width: 13px;
    height: 100%;
    background: #FAFBFF;
    border-radius: 5px 0 0 5px;
}

.finance table tr td:last-child:after{
    position: absolute;
    content: '';
    top: 0;
    right: -13px;

    display: block;
    opacity: 0;

    width: 13px;
    height: 100%;
    background: #FAFBFF;
    border-radius: 0 5px 5px 0;
}

.finance table tr:hover td:first-child:after,
.finance table tr:hover td:last-child:after{
    opacity: 1;
    transition: .1s linear;
}

.finance table tr td.status{
    width: 150px;
    white-space: nowrap;
}

.finance table tr td.status span{
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 90px;
    padding: 0 14px;
    display: inline-block;
    vertical-align: top;
}

.finance table tr td.status span.paid{
    background: #2CAD62;
}

.finance table tr td.status span.not_paid{
    color: #373633;
    background: #FFCD2D;
}

.finance table tr td.file{
    width: 43px;
}

.finance table tr td.file a{
    display: inline-block;
}

.finance table tr td.file img{
    display: block;
    max-width: 100%;
}

.finance .period{
    font-size: 16px;
    line-height: 20px;

    color: #747C8B;
    margin-top: 25px;
}

.finance .period a{
    text-decoration: none;
    margin-left: 15px;
    display: inline-block;
    vertical-align: top;
    color: #373633;
}

.finance .period a:hover{
    transition: .1s linear;
    color: #3F6DD6;
}

.finance .box_nothing{
    text-align: center;
    margin-top: 120px; 
}

.finance .box_nothing img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.finance .box_nothing .title{
    font-family: var(--font_family2);
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;

    color: #373633;
    margin-top: 49px;
}

.finance .box_nothing .desc{
    line-height: 26px;
    color: #747C8B;
    margin-top: 11px;
}


.tickets .top{
    align-content: center;
    align-items: center;
}

.tickets .top .box_info{
    margin: 5px 0 0 17px;
}

.tickets .top .box_info .box_info_icon{
    cursor: pointer;
}

.tickets .top .write_link{
    color: #373633;
    background: #FFCD2D;
    font-weight: 600;
    font-size: 12px;
    line-height: 48px;
    margin-left: auto;
    padding: 0 44px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}

.tickets .top .write_link:hover {
    background: #ffd82d;
    transition: .1s linear;
}

.tickets .top .write_link:active{
    background: #eac522;
}

.tickets .links{
    border-bottom: 1px solid #E4EDFF;
    padding-bottom: 13px;
    margin-top: 30px;

    flex-wrap: nowrap;
}

.tickets .links a{
    font-family: var(--font_family2);
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;

    color: #747C8B;
    text-decoration: none;
}

.tickets .links a:hover{
    transition: .1s linear;
    color: #282828;
}

.tickets .links a.active{
    color: #3F6DD6;
}

.tickets .links a + a{
    margin-left: 37px;
}

.tickets .messages{
    margin-top: 15px;
}

.tickets .messages .message{
    padding: 23px 0;
    position: relative;
    border-top: 1px solid #E4EDFF;
}

.tickets .messages .message:first-child{
    border-top: 1px solid transparent;
}

.tickets .messages .message:last-child{
    border-bottom: 1px solid #E4EDFF;
}

.tickets .message:before{
    position: absolute;
    content: '';
    top: 0;
    left: -13px;

    display: block;

    opacity: 0;

    width: calc(100% + 26px);
    height: 100%;
    background: #FAFBFF;
    border-radius: 4px;
}

.tickets .message:hover{
    transition: .1s linear;
    border-top-color: transparent;
}

.tickets .message:hover:before{
    opacity: 1;
    transition: .1s linear;
}

.tickets .message:hover + .message{
    transition: .1s linear;
    border-top-color: transparent;
}

.tickets .message:hover:last-child{
    transition: .1s linear;
    border-bottom-color: transparent;
}

.tickets .message .top_flex{
    align-content: center;
    align-items: center;

    flex-wrap: nowrap;
    position: relative;
}

.tickets .message .top_flex .status span{
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 10px;
    border-radius: 90px;
    white-space: nowrap;
}

.tickets .message .top_flex .status span.decide{
    color: #373633;
    background: #FFCD2D;
}

.tickets .message .top_flex .status span.resolved{
    color: #fff;
    background: #2CAD62;
}

.tickets .message .top_flex .status span.new{
    color: #fff;
    background: #3F6DD6;
}

.tickets .message .top_flex .name{
    font-family: var(--font_family2);
    font-weight: 700;
    line-height: 20px;

    color: #373633;
    margin: 0 30px 0 18px;
}

.tickets .message .top_flex .name a{
    text-decoration: none;
    color: #373633;
}

.tickets .message .top_flex .name a:hover{
    color: #000;
    transition: .1s linear;
}

.tickets .message .top_flex .date{
    margin-left: auto;
    font-size: 12px;
    line-height: 20px;
    color: #747C8B;
    white-space: nowrap;
}

.tickets .message .desc{
    font-size: 14px;
    line-height: 20px;

    color: #747C8B;
    margin-top: 10px;
    position: relative;
}

.tickets .period{
    margin-top: 40px;
    align-content: center;
    align-items: center;
    line-height: 20px;
    color: #747C8B;
}

.tickets .period .select_wrap{
    margin-left: 15px;
}

.tickets .period .select_wrap .nice-select .current{
    font-size: 16px;
    line-height: 20px;
    padding-right: 16px;
}

.tickets .period .select_wrap .nice-select .current:after{
    margin-top: -2px;
}

.tickets .period .select_wrap .nice-select .list .list_item{
    padding: 5px 10px;
    justify-content: center;
    min-height: 50px;
}

.tickets .period .select_wrap .nice-select .list{
    width: 76px;
    right: 0;
}


.virtual_server .config_box{
    margin-top: 30px;
}

.virtual_server .config_box .title{
    font-family: var(--font_family2);
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;

    color: #373633;
}

.virtual_server .config_box .bot{
    margin-top: 10px;
    align-content: center;
    align-items: center;
    padding-bottom: 19px;
    border-bottom: 1px solid #E4EDFF;
}

.virtual_server .config_box .bot .status{
    line-height: 24px;
}

.virtual_server .config_box .bot .status span{
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 12px;
    
    letter-spacing: 1px;
    padding: 0 15px;
    background: #2CAD62;
    color: #fff;
    text-transform: uppercase;
    border-radius: 90px;
}

.virtual_server .config_box .bot .config{
    font-size: 14px;
    line-height: 20px;

    color: #747C8B;
    margin-left: 14px;
    position: relative;
    padding-right: 11px;
    margin-right: 30px;
}

.virtual_server .config_box .bot .config:before{
    position: absolute;
    content: '';
    top: 7px;
    right: 0;

    display: block;

    width: 5px;
    height: 5px;

    background: #3F6DD6;
    border-radius: 50%;
}

.virtual_server .config_box .bot .col{
    margin-left: auto;
    align-content: center;
    align-items: center;
}

.virtual_server .config_box .bot .paid_box{
    color: #373633;
    line-height: 20px;
}

.virtual_server .config_box .bot .paid_box .date{
    font-size: 14px;
    color: #747C8B;
    margin-top: 5px;
}

.virtual_server .config_box .bot .link_btn{
    line-height: 46px;
    padding: 0 35px;
    margin-left: 51px;
}

.virtual_server .block_flex{
    margin-top: 40px;
    justify-content: space-between;
}

.virtual_server .settings{
    width: calc(100% - 255px);
}

.virtual_server .box_set{
    margin-top: 33px;
    border: 1px solid #E4EDFF;
    border-radius: 4px;
    padding: 34px 30px 37px;
}

.virtual_server .box_set .info{
    background: #FAFBFF;
    border-radius: 4px;
    position: relative;
    padding: 25px 55px;
    margin-bottom: 26px;
}

.virtual_server .box_set .info:before {
    position: absolute;
    content: '';
    top: 28px;
    left: 21px;
    display: block;
    width: 17px;
    height: 17px;
    background: url(../images/ic_question.svg) 50%/contain no-repeat;
}

.virtual_server .box_set .info .title{
    font-family: var(--font_family2);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;

    color: #373633;
}

.virtual_server .box_set .info .desc{
    font-size: 14px;
    line-height: 20px;

    color: #747C8B;
    margin-top: 8px;
}

.virtual_server .form .configuration .line_form{
    margin-bottom: 38px;
}

.range-slider{
    margin-bottom: 56px;
}
.range-slider__input{
    display: inline-block;
    vertical-align: top;

    width: auto;
    height: auto;

    padding: 0;

    color: #373633;
    font-family: var(--font_family2);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;

    border: none;
    background-color: transparent;
}
.range-slider__line{
    display: flex;

    margin-bottom: 20px;

    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.range-slider__line .name{
    display: flex;

    margin-right: 10px;
    
    font-family: var(--font_family2);
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;

    justify-content: flex-start;
    align-items: center;
    align-content: center;

    white-space: nowrap;
}
.range-slider__line .name .range-slider__input{
    display: none;
}

.range-slider__line .name span{
    display: block;
    margin: 0 5px 0 10px;
    position: relative;
    min-width: 37px;
    text-align: center;
}

.range-slider__line .name span:before{
    position: absolute;
    content: '';
    bottom: -3px;
    left: 0;

    display: block;

    width: 100%;
    height: 1px; 
    background: #747C8B;
}

.range-slider__line .price{
    width: 100px;

    margin-left: 10px;

    color: #282828;
    font-size: 14px;
    line-height: 24px;

    text-align: right;
    white-space: nowrap;
}

.virtual_server .bot_btn{
    margin-top: 32px;
    justify-content: space-between;
}

.virtual_server .bot_btn .apply_btn{
    color: #373633;
    font: 600 12px/16px var(--font_family);

    position: relative;

    display: block;

    width: 156px;
    height: 68px;

    cursor: pointer;
    vertical-align: top;
    letter-spacing: 1px;
    text-transform: uppercase;

    border: none;
    background: #FFCD2D;
    border-radius: 4px;
}

.virtual_server .bot_btn .apply_btn:hover{
    background: #ffd82d;
    transition: .1s linear;
}

.virtual_server .bot_btn .apply_btn:active {
    background: #eac522;
}

.virtual_server .bot_btn .box{
    background: #747C8B;
    border-radius: 4px;
    padding: 10px 11px 10px 22px;

    width: calc(100% - 177px);
    justify-content: space-between;
}

.virtual_server .bot_btn .repl_desc{
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    width: calc(100% - 180px);
}

.virtual_server .bot_btn .repl_btn{
    color: #fff;
    font: 600 12px/16px var(--font_family);

    position: relative;

    display: block;

    width: 170px;
    height: 48px;

    cursor: pointer;
    vertical-align: top;
    letter-spacing: 1px;
    text-transform: uppercase;

    border: 1px solid #E4EDFF;
    background: none;
    border-radius: 4px;
}

.virtual_server .bot_btn .repl_btn:hover{
    background: #fff;
    color: #373633;;
    transition: .1s linear;
}

.virtual_server .bot_btn .repl_btn:active {
    border-color: #dde5f3;
    background: #dde5f3;
}

.virtual_server .block_flex .sector{
    width: 205px;
}

.virtual_server .block_flex .control{
    background: #FAFBFF;
    border-radius: 4px;
    padding: 19px 29px 25px;
}

.virtual_server .control .title{
    font-family: var(--font_family2);
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;

    color: #373633;
    margin-bottom: 12px;
}

.virtual_server .control .box_links a{
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative;

    font-weight: 600;
    font-size: 11px;
    line-height: 35px;

    letter-spacing: 1px;
    text-transform: uppercase;

    color: #747C8B;
    border: 1px solid #E4EDFF;
    border-radius: 4px;
    width: 100%;
    padding-left: 34px;
}

.virtual_server .control .box_links a:hover {
    color: #373633;
    border-color: #eff5ff;
    background: #eff5ff;
    transition: .1s linear;
}

.virtual_server .control .box_links a:active {
    color: #373633;
    border-color: #dde5f3;
    background: #dde5f3;
}

.virtual_server .control .box_links a + a{
    margin-top: 5px;
}

.virtual_server .control .box_links .icon{
    position: absolute;
    top: 50%;
    left: 14px;

    display: block;

    transform: translateY(-50%);
}
.virtual_server .control .box_links .icon.stroke{
    stroke: #FFCD2D;
}
.virtual_server .control .box_links .icon.fill{
    fill: #FFCD2D;
}

.virtual_server .control .box_links .play .icon{
    width: 13px;
    height: 15px;
}

.virtual_server .control .box_links .off .icon{
    width: 13px;
    height: 13px;
}

.virtual_server .control .box_links .restart .icon{
    width: 15px;
    height: 15px;
}

.virtual_server .control .box_links a:hover .icon.stroke{
    stroke: #373633;

    transition: .1s linear;
}
.virtual_server .control .box_links a:hover .icon.fill{
    fill: #373633;

    transition: .1s linear;
}
.return-link{
    margin-bottom: 40px;
}
.return-link a{
    font-size: 14px;
    line-height: normal;
    color: #747C8B;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 15px;
}
.return-link a:hover{
    color: #000;
    transition: .1s linear;
}
.return-link a:before{
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #747C8B;
    border-bottom: none;
    border-right: none;
    position: absolute;
    left: 2px;
    top: 7px;
    transform: rotate(-45deg);
}
.return-link a:hover:before{
    transition: .1s linear;
    border-color: #000;
}

.ticket{}
.ticket .top{
    border-bottom: 1px solid #E4EDFF;
    padding-bottom: 21px;
}
.ticket .top .wrap_title{
    align-items: center;
    align-content: center;
}
.ticket .top .main_title{
    color: #3F6DD6;
    margin-bottom: 8px;
}
.ticket .top .wrap_title .status{
    margin-right: 15px;
    margin-bottom: 8px;
}
.ticket .top .status span{
    display: block;
    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 10px;
    border-radius: 90px;
    white-space: nowrap;
}
.ticket .top .status span.resolved{
    color: #fff;
    background: #2CAD62;
}
.ticket .top .info_line{}
.ticket .top .info_line ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    margin-left: -10px;
    margin-bottom: -10px;
}
.ticket .top .info_line ul li{
    margin-left: 10px;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #747C8B;
}
.ticket .top .info_line ul li + li{
    padding-left: 13px;
}
.ticket .top .info_line ul li + li:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #E4EDFF;
    position: absolute;
    left: 0;
    top: 8px;
}
.ticket .info{
    margin-top: 28px;
    max-width: 736px;
}
.ticket .link{
    width: 162px;
    margin-top: 32px;
}
.ticket .link_btn2{
    color: #373633;
    background: #FFCD2D;
    height: 48px;
    line-height: 48px;
    border: none;
}
.ticket .link_btn2:hover{
    background: #ffd82d;
    transition: .1s linear;
}
.ticket .link_btn2:active{
    background: #eac522;
}
.ticket .answer-btn{
    margin-top: 25px;
}
.ticket .answer-btn button{
    font-size: 14px;
    height: 25px;
    line-height: 24px;
    color: #747C8B;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    white-space: nowrap;
}
.ticket .answer-btn button:hover{
    color: #000;
    transition: .1s linear;
}
.ticket .answer-btn button .icon{
    width: 17px;
    height: 13px;
    display: block;
    fill: #747C8B;
    margin-right: 5px;
}
.ticket .answer-btn button span{
    border-bottom: 1px solid #BBC0CB;
}
.ticket .answer-btn button:hover span{
    border-color: #000;
    transition: .1s linear;
}
.ticket-answer{
    margin-top: 25px;
    padding-top: 21px;
    border-top: 1px solid #E4EDFF;
    display: none;
}
.ticket-answer .main_title{
    margin-bottom: 25px;
}
.ticket-answer .line_form{}
.ticket-answer .line_form .label{}
.ticket-answer .line_form textarea{
    max-width: 736px;
}
.ticket-answer .dropzone{
    margin-top: 38px;
}
.ticket-answer .dropzone__line{
    align-items: center;
    align-content: center;
}
.ticket-answer .dropzone .link{
    width: 231px;
    margin-bottom: 19px;
    margin-top: 0;
    margin-right: 20px;
}
.ticket-answer .dropzone .link_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    white-space: nowrap;
    padding: 0 15px;
    height: 48px;
    line-height: normal;
}
.ticket-answer .dropzone .link_btn .icon{
    display: block;
    width: 19px;
    height: 19px;
    margin-right: 9px;
    fill: #747C8B;
}
.ticket-answer .dropzone input[type=file]{
    display: none;
}
.ticket-answer .dropzone ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-left: -20px;
}
.ticket-answer .dropzone ul li{
    margin-bottom: 19px;
    position: relative;
    padding-left: 24px;
    display: flex;
    align-items: center;
    align-content: center;
    list-style: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #373633;
    margin-left: 20px;
}
.ticket-answer .dropzone ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url('../images/ic_doc.svg') 0 0 no-repeat;
}
.ticket-answer .dropzone ul li.png:before,
.ticket-answer .dropzone ul li.jpg:before,
.ticket-answer .dropzone ul li.svg:before{
    width: 15px;
    height: 15px;
    background-image: url('../images/ic_photo.svg');
}
.ticket-answer .dropzone ul li p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ticket-answer .dropzone ul li span{
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    position: relative;
    margin-left: 6px;
    cursor: pointer;
    flex-shrink: 0;
}
.ticket-answer .dropzone ul li span:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #747C8B;
    border-radius: 10px;
}
.ticket-answer .dropzone ul li span:after{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background: #747C8B;
    border-radius: 10px;
}
.ticket-answer .dropzone ul li span:hover:before,
.ticket-answer .dropzone ul li span:hover:after{
    transition: .1s linear;
    background: #000;
}
.ticket-answer .dropzone__info{
    font-size: 12px;
    line-height: 20px;
    color: #747C8B;
}
.ticket-answer .submit{
    width: 162px;
    margin-top: 32px;
}
.ticket-answer .submit_btn{

}

/*---------------
    Sidebar
---------------*/

aside.sidebar{
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;

    display: block;

    overflow-y: auto;

    transition: .2s linear;

    height: 100%;
    width: 240px;

    background: #292B30;
    padding: 30px 0;
}

aside .logo{
    margin-bottom: 30px;
    display: flex;

    justify-content: center;
}

aside .logo a,
aside .logo img{
    display: block;
    max-width: 100%;
}

aside .menu{
    min-height: calc(100% - 64px);

    display: flex;

    flex-direction: column;
}

aside .menu a{
    color: #fff;
    font-size: 14px;
    line-height: 48px;
    text-decoration: none;
    transition: .2s linear;
    display: block;
    vertical-align: top;
    padding: 0 20px;
}

aside .menu a.active,
aside .menu a:hover{
    color: #FFCD2D;
    background: #3A3D42;
}

aside .menu a.flex{
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

aside .menu a .count{
    color: #373633;
    font-weight: 600;
    font-size: 10px;
    line-height: 19px;
    background: #FFCD2D;
    width: 19px;
    height: 19px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

aside .menu .item_bottom{
    margin-top: auto;
}

aside .menu .sub_menu a{
    font-size: 13px;
    line-height: 40px;
    padding-left: 30px;
}

/*---------------
   Footer
---------------*/
footer{
    padding: 115px 0 35px 240px;
}

footer .copy{
    font-size: 14px;
    line-height: 32px;

    color: #747C8B;
    text-align: center;
}

/*---------------
   PopUp
---------------*/
.fancybox-content{
    margin: 30px 0;
    padding: 0 15px;
}

.modal{
    display: none;
    visibility: visible !important;

    width: 477px;
    max-width: 100%;
    padding: 33px 38px 40px;

    border-radius: 4px;
    background: #fff;
}

.modal_title{
    font-family: var(--font_family2);
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;

    color: #3F6DD6;
}

.modal_repl_account .form{
    justify-content: space-between;
    margin-top: 30px;
}

.modal_repl_account .form .line_form{
    width: calc(43.89% - 17px);
    margin-bottom: 0;
    position: relative;
}

.modal_repl_account .form .line_form input{
    padding-right: 25px;
}

.modal_repl_account .form .line_form .rub_box{
    position: absolute;
    bottom: 6px;
    right: 0;

    font-family: var(--font_family2);
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;

    color: #747C8B;
}

.modal_repl_account .form .submit{
    width: calc(56.11% - 17px);
}

.modal_status{
    width: 672px;
}

.modal_status .status_info{
    margin-top: 22px;
}

.modal_status .status_info .line{
    position: relative;
    padding-left: 19px;

    font-size: 14px;
    line-height: 25px;
    text-indent: 1px;
}

.modal_status .status_info .line:before{
    position: absolute;
    content: '';
    top: 10px;
    left: 0;

    display: block;
    width: 6px;
    height: 6px;

    background: #FFCD2D;
    border-radius: 50%;
}

.modal_status .status_info .line span{
    display: inline-block;
    vertical-align: top;

    font-weight: 600;
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 9px;
    border-radius: 90px;
    margin-left: 5px;
}

.modal_status .status_info .line span.new{
    color: #fff;
    background: #3F6DD6;
}

.modal_status .status_info .line span.decide{
    color: #373633;
    background: #FFCD2D;
}

.modal_status .status_info .line span.resolved{
    background: #2CAD62;
}

.modal_status .status_info .line + .line{
    margin-top: 25px;
}

.modal .i_under{
    margin-top: 36px;

    color: #373633;
    font-weight: 600;
    font-size: 12px;
    line-height: 48px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
    text-align: center;
    text-decoration: none;
    background: #FFCD2D;
    border: none;
    cursor: pointer;
}

.modal .i_under:hover{
    background: #ffd82d;
    transition: .1s linear;
}

.modal .i_under:active {
    background: #eac522;
}

.modal_session{
    text-align: center;
    width: 440px;
    padding: 30px;
}

.modal_session .box{
    margin-top: 13px;
    font-size: 14px;
    line-height: 25px;
    text-indent: 1px;
}

.modal_session .box a{
    color: #282828;
    text-decoration: none;
    border-bottom: 1px solid #BBC0CB;
}

.modal_session .box a:hover{
    color: #3F6DD6;
    transition: .1s linear;
}

.modal_apply{
    width: 620px;
    text-align: center;
    padding: 35px 20px 28px;
}

.modal_apply .desc{
    font-size: 14px;
    line-height: 25px;
    text-indent: 1px;
    margin-top: 10px;
}

.modal_apply .box_btn{
    margin-top: 22px;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.modal_apply .box_btn button{
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;

    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: none;
    cursor: pointer;
}

.modal_apply .box_btn button + button{
    margin-left: 20px;
}

.modal_apply .box_btn .apply_btn{
    background: #FFCD2D;
    color: #373633;
    line-height: 48px;
    padding: 0 28px;
}

.modal_apply .box_btn .apply_btn:hover{
    background: #ffd82d;
    transition: .1s linear;
}

.modal_apply .box_btn .apply_btn:active {
    background: #eac522;
}

.modal_apply .box_btn .cancel_btn{
    color: #373633;
    line-height: 46px;
    padding: 0 20px;
    border: 1px solid #E4EDFF;
}

.modal_apply .box_btn .cancel_btn:hover {
    border-color: #eff5ff;
    background: #eff5ff;
    transition: .1s linear;
}

.modal_apply .box_btn .cancel_btn:active {
    border-color: #dde5f3;
    background: #dde5f3;
}

.modal_change{
    width: 620px;
    padding: 30px 17px 28px 24px;
}

.modal_change .desc{
    font-size: 14px;
    line-height: 25px;

    color: #282828;
    margin-top: 13px;
}

.modal_change .i_under{
    margin-top: 30px;
}

@media (max-width: 1299px){
    .existing_services table tr td.wrap_name 
    {
        width: calc(100% - 536px);
    }

    .existing_services table tr td.price_box
    {
        margin-left: 50px;
    }
}