html {
}

body {
    font: 16px/24px 'pfbeausanspro-reg', Arial, Tahoma, Verdana, sans-seri;
    width: 100%;
    min-width: 320px;
    color: #000000;
    overflow-x: hidden;
    max-width: 100%;
    padding: 0 !important;
    -webkit-font-smoothing: antialiased;
    background: white;
     /*background: url("../images/body.jpg");*/ 
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    background-size: cover;
}

    body.fixed {
        position: fixed;
    }

a {
    outline: none;
    text-decoration: none;
    color: #6a778a;
}

    a:hover {
        text-decoration: none;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
        outline: none;
    }

    a:focus,
    a:active {
        outline: none !important;
        font-weight: bold;
    }

    a:not(:hover) {
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

h1, .h1 {
    font: 45px/45px 'pfbeausanspro-bbook';
    color: #000000;
    margin: 0 0 28px;
    padding: 0;
    width: 100%;
}

@media all and (max-width: 640px) {
    h1, .h1 {
        font: 35px/37px 'PFBeauSansPro-Bold';
        text-align: center;
        text-transform: uppercase;
        margin: 0 0 23px;
    }
}

@media all and (max-width: 560px) {
    h1, .h1 {
        font-size: 32px;
    }
}

@media all and (max-width: 500px) {
    h1 span, .h1 span {
        display: none;
    }
}

@media all {
    h2 {
        color: #000000;
        font: 35px/41px "pfbeausanspro-reg";
        margin: 0 0 14px;
        padding: 0;
    }

    .pay_img_system {
        max-width: 100%;
        margin-right: 100px;
        margin-left: 0;
        max-height: 40px;
    }
}

@media all and (max-width: 940px) {
    h2 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 14px;
        padding: 0;
    }

    .pay_img_system {
        max-width: 100%;
        margin-right: 50px;
        margin-left: 0;
        max-height: 40px;
    }
}

@media all and (max-width: 640px) {
    h2 {
        text-align: center;
    }

    .pay_img_system {
        position: absolute;
        top: 10px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

h3 {
    color: #000000;
    font: 22px/24px "PFBeauSansPro-Book";
    padding: 0 0 30px;
    width: 100%;
}


@media all and (max-width: 960px) {
    h3 {
        text-align: center;
    }
}

@media all and (max-width: 500px) {
    h3 {
        font-size: 18px;
        line-height: 21px;
    }
}

h4 {
    font: 14px/17px 'pfbeausanspro-reg';
    color: #fee223;
    padding: 0 0 2px;
    width: 100%;
    text-align: center;
}

p {
    margin: 0 0 18px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

    p a {
        text-decoration: underline;
    }

a:hover {
    opacity: 0.7;
}

.strong {
    font-family: 'pfbeausanspro-sebold' !important;
}

.clear:after {
    content: '';
    display: table;
    clear: both;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.white {
    color: #ffffff;
}

.right {
    float: right !important;
}

.green {
    color: #59ac2e;
}

.red {
    color: #ff0000 !important;
}

textarea::-webkit-input-placeholder {
    color: #6a778a;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #6a778a;
    opacity: 1;
}

/* Firefox 19+ */
textarea:-moz-placeholder {
    color: #6a778a;
    opacity: 1;
}

/* Firefox 18- */
textarea:-ms-input-placeholder {
    color: #6a778a;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #6a778a;
    opacity: 1;
}

input::-moz-placeholder {
    color: #6a778a;
    opacity: 1;
}

/* Firefox 19+ */
input:-moz-placeholder {
    color: #6a778a;
    opacity: 1;
}

/* Firefox 18- */
input:-ms-input-placeholder {
    color: #6a778a;
    opacity: 1;
}

#nav-icon1 {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 10px 15px 0 0;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background-color: #18488d;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: none;
    z-index: 30;
}

@media all and (max-width: 687px) {
    #nav-icon1 {
        margin: 10px 15px 0 0;
        display: block;
    }
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 24px;
    background: #ffffff;
    opacity: 1;
    left: 13px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

    #nav-icon1 span:nth-child(1) {
        top: 14px;
    }

    #nav-icon1 span:nth-child(2) {
        top: 23px;
    }

    #nav-icon1 span:nth-child(3) {
        top: 32px;
    }

#nav-icon1.open span:nth-child(1) {
    top: 23px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 23px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.pool, .pool_header {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 7px 4px 0 0;
    float: right;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background-color: #ffffff;
}

    .pool span, .pool_header span {
        display: block;
        position: absolute;
        height: 3px;
        width: 24px;
        background: #18488d;
        opacity: 1;
        left: 13px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        .pool span:nth-child(1),
        .pool_header span:nth-child(1)
        {
            top: 14px;
        }

        .pool span:nth-child(2),
        .pool_header span:nth-child(2)
        {
            top: 23px;
        }

        .pool span:nth-child(3),
        .pool_header span:nth-child(3)
        {
            top: 32px;
        }

    .pool.open span:nth-child(1),
    .pool_header.open span:nth-child(1)
     {
        top: 23px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .pool.open span:nth-child(2),
    .pool_header.open span:nth-child(2)
     {
        opacity: 0;
        left: -60px;
    }

    .pool.open span:nth-child(3),
    .pool_header.open span:nth-child(3)
     {
        top: 23px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.top_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 28;
    padding: 64px 17px 50px;
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #18488d;
}

    .top_menu li {
        padding: 10px 0;
        text-align: center;
    }

        .top_menu li.map_li {
            border-top: 1px #3269d1 solid;
            border-bottom: 1px #3269d1 solid;
            padding: 33px 0;
            margin: 22px 0 18px;
        }

        .top_menu li a {
            color: #ffffff;
            text-decoration: none;
            font-size: 18px;
        }

.wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.wrapper {
    margin: 0 auto;
    max-width: 1294px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*header {
    padding: 38px 0 0;
    margin: 0 0 38px;
}*/

 header {
        padding: 26px 0 0;
        margin: 0 0 21px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.43);
        -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.43);
        box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.43);    
    }

    .top_menu_box_fix {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;
        background-color: white;
        z-index: 30;
    }

    .head {
        position: absolute;
        height: 70px;
        background: white;
        width: 100%;
        left:0
    }

@media all and (max-width: 992px) {
    header {
        padding: 66px 0 0;
        margin: 0 0 21px;
        background-color: #ffffff;
        -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.43);
        -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.43);
        box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.43);
    }

        header .wrapper {
            padding: 0;
        }

    .top_menu_box_fix {
        position: relative;
        width: 100%;
        top: 0;
        left: 0;       
        background-color: #ffffff;
        z-index: 30;
    }
}

.logo {
    width: 170px;
    height: 58px;
    overflow: hidden;
    padding: 3px 0 0 15px;
    margin: 5px 0 15px 0;
    display: block;
}

.slogan_1 {
    position: absolute;
    width: 260px;
    height: 58px;
    overflow: hidden;
    top: 0px;
    left: 25%;
    background: url("../images/zap_1.png") no-repeat scroll 0 50% transparent;
}

.slogan_2 {
   position: absolute;
    width: 250px;
    height: 58px;
    overflow: hidden;
    top: 11px;
    left: 48%;
    background: url("../images/zap_2.png") no-repeat scroll 0 0 transparent;
}

.terminal {
   position: absolute;
    width: 60px;
    height: 58px;
    overflow: hidden;
    top: 0px;
    left: 72%;
    background: url("../images/dispatcher.png") no-repeat scroll 0 0 transparent;
}

.lk {
    position: absolute;
    overflow: hidden;
    top: 10px;
    left: 88%;
}

.lk_content {
    border-radius: 10px;
    border: 2px solid;
    border-color: #30498a;
    width: 135px;
    margin-top: 10px;
    display: block;
    background: white;
}

.lk-right li {
    padding-top: 7px;
}

.card2card {
    position: absolute;
    top: 10px;
    left: 73%;
    width: 250px;
    height: 50px;
    overflow: hidden;
    padding: 6px 0 0 15px;
}

.card2card img {
    margin-top: -7px;
} 

.card2card span {
    font-size: 18px;
}

@media all and (max-width: 1200px) {
    .slogan_1 {
        left: 30%;
        background: url("../images/zap_1_mini.png") no-repeat scroll 0 50% transparent;
    }

    .slogan_2 {
         top: 15px;
         left: 53%;
         background: url("../images/zap_2_mini.png") no-repeat scroll 0 0 transparent;
    }

    .terminal {
        left: 77%;
        background: url("../images/dispatcher_mini.png") no-repeat scroll 0 0 transparent;
    }

     .card2card {
         top: 8px;
         left: 70%;
     }

    .card2card img {
        content: url("../images/visa_mastercard_img.png");
    }

    .lk {
        left: 86%;
    }
}

@media all and (max-width: 992px) {
    .logo {
        width: 170px;
        height: 56px;
        overflow: hidden;
        padding: 3px 0 0 15px;
        margin: 5px 0 15px 0;
        display: block;
    }

    .slogan_1, .slogan_2, .terminal {
        display: none;
    }

    .lk {
        top: 8px;
        left: 81%;
    }
}

@media all and (max-width: 750px) {
        .lk {
        left: 78%;
    }
}

@media all and (max-width: 630px) {
    .slogan_1, .slogan_2, .terminal {
        display: none;
    }

    .card2card {
          display: none;
    }
    .lk {
        left: 74%;
    }
}

@media all and (max-width: 550px) {
        .lk {
        left: 70%;
    }
}

@media all and (max-width: 470px) {
        .lk {
        left: 60%;
    }
}

.logo img {
    width: 100%;
    height: auto;
}

.logo a {
    text-decoration: none;
    color: #312a20;
}

    .logo a:hover {
        text-decoration: none;
        color: #312a20;
        opacity: 0.7;
    }

.phone_top {
    float: right;
    margin: 15px 50px 0 0;    
}

    .phone_top a {
        font-size: 20px;
        color: black;
        line-height: 26px;
        float:right;
    }

        .phone_top a span {
            font-size: 20px;
            color: #312a20;
            display: block;
            clear: both;
        }

    .phone_top span {
        font: 18px/16px 'PFBeauSansPro-Bold';
        color: #000000;
        padding: 0 0 0 44px;
    }

    .phone_top .phone_top_info {
        font: 10px/8px 'PFBeauSansPro-Bold';
        color: #000000;
        padding: 0 0 0 44px;
        float:right;
    }

@media all and (max-width: 1090px) {
    .phone_top {
        font: 14px/12px 'PFBeauSansPro-Bold';
        color: #000000;
        padding: 0 0 0 0;
        margin: 15px 50px 0 0;
    }

        .phone_top span {
            font: 14px/12px 'PFBeauSansPro-Bold';
            color: #000000;
            padding: 0 0 0 44px;
        }

        .phone_top .phone_top_info {
            font: 10px/8px 'PFBeauSansPro-Bold';
            color: #000000;
            padding: 0 0 0 44px;
        }
}

@media all and (max-width: 710px) {
    .phone_top {
        font: 10px/8px 'PFBeauSansPro-Bold';
        color: #000000;
        padding: 0 0 0 0;
        margin: 15px 50px 0 0;
    }

    .phone_top {
        font: 10px/8px 'PFBeauSansPro-Bold';
        color: #000000;
        padding: 0 0 0 44px;
    }

        .phone_top .phone_top_info {
            font: 6px/4px 'PFBeauSansPro-Bold';
            color: #000000;
            padding: 0 0 0 44px;
        }
}

@media all and (max-width: 687px) {
    .phone_top {
        display: none;
    }

    .phone_top .phone_top_info {
        display: none;
    }
}

.top_box_menu:after {
    content: '';
    display: table;
    clear: both;
}

.top_box_menu {
    margin: 20px 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 76px;
    border-top: 1px #76b9ec solid;
    border-bottom: 1px #0583c5 solid;
    border-left: 1px #28ade3 solid;
    border-right: 1px #0061c2 solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgb(0, 96, 186);
    background: -moz-linear-gradient(90deg, rgb(0, 96, 186) 30%, rgb(0, 101, 214) 70%);
    background: -webkit-linear-gradient(90deg, rgb(0, 96, 186) 30%, rgb(0, 101, 214) 70%);
    background: -o-linear-gradient(90deg, rgb(0, 96, 186) 30%, rgb(0, 101, 214) 70%);
    background: -ms-linear-gradient(90deg, rgb(0, 96, 186) 30%, rgb(0, 101, 214) 70%);
    background: linear-gradient(0deg, rgb(0, 96, 186) 30%, rgb(0, 101, 214) 70%);
    position: relative;
    display: block;
}

@media all and (max-width: 992px) {
    .top_box_menu {
        margin: 18px 0 0;
        border-top: 0 #e0e0e0 solid;
        border-bottom: 0 #0583c5 solid;
        border-left: 0 #28ade3 solid;
        border-right: 0 #0061c2 solid;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: none;
        position: relative;
        display: block;
    }
}

.left_top_ul li:first-child a {
    padding: 10px 0 10px 60px;
    background: none;
    background: url("../images/logo_mini.png") no-repeat scroll 0% transparent;
}

.left_top_ul {
    margin: 0;
    padding: 0 0 0 10px;
    position: relative;
    float: inherit;
    display: block;
}

    .left_top_ul li a {
        padding: 10px 0 10px 55px;
        background: url("../images/visa_mastercard_img.png") no-repeat scroll 1px 50% transparent;
    }

    .left_top_ul li {
        padding: 0 20px;
        text-align: center;
        line-height: 76px;
        color: #ffffff;
        float: left;
    }

    .left_top_ul li:nth-child(2) {
        padding: 15px 0px 15px 4px;
        text-align: center;
        line-height: 20px;
        float: left;
        /*width: 370px;
        height: 80px;
        background: url("../images/gaslo.png") no-repeat scroll 1px 10% transparent;*/
    }

    .left_top_ul li:nth-child(3) {
        padding: 40px 0px 5px 4px;
        margin-left: -80px;
        text-align: center;
        line-height: 20px;
        float: left;     
    }
    
 @media all and (max-width: 1200px) {
     .left_top_ul li:nth-child(2),
     .left_top_ul li:nth-child(3)
     {
         display: none;   
     }
 }
         
@media all and (max-width: 990px) {
    .left_top_ul {
        width: auto;
        padding: 0;
        position: relative;
        float: left;
        display: block;
    }

        .left_top_ul li {
            width: auto;
            padding: 0 14px;
        }
}

@media all and (max-width: 770px) {
    .left_top_ul {
        display: none;
        position: relative;
        float: left;
    }
}

.left_top_ul li a {
    color: #ffffff;
    text-decoration: none;
    font: 24px/76px 'pfbeausanspro-thin';
}

    .left_top_ul li a:hover,
    .left_top_ul li.active a {
        opacity: 1;
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
    }

@media all and (max-width: 700px) {
    .left_top_ul li a {
        font-size: 20px;
    }
}

.right_top_ul {
    margin: 0 5px 0 0;
    padding: 0;
    position: relative;
    float: right;
    display: block;
}

@media all and (max-width: 1200px) {
    .right_top_ul li a span {
        display: none;
    }
}

@media all and (max-width: 1200px) {
    .right_top_ul li a {
        font-size: 20px;
    }
}

@media all and (max-width: 1200px) {
    .right_top_ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        position: relative;
        float: right;
        display: block;
    }
}

.right_top_ul li:first-child a {
    background: url("../images/visa_mastercard_img.png") no-repeat scroll 7px 50% transparent;
}

.right_top_ul li:nth-child(2) a {
    background: url("../images/map_terminal.png") no-repeat scroll 7px 50% transparent;
}

.right_top_ul li {
    float: left;
    background: url("../images/top_li.png") no-repeat scroll 0 50% transparent;
}

    .right_top_ul li a {
        color: #ffffff;
        text-decoration: none;
        font: 24px/76px 'pfbeausanspro-thin';
        padding: 10px 20px 10px 55px;
        background: url("../images/help.png") no-repeat scroll 7px 50% transparent;
    }

        .right_top_ul li a:hover,
        .right_top_ul li.active a {
            opacity: 1;
            color: #ffffff;
            text-decoration: none;
            font-weight: bold;
        }

         .right_top_ul li.active {
            border-bottom:5px solid rgb(0, 174, 93);
         }

@media all and (max-width: 992px) {
    .right_top_ul {
        margin: 0 auto;
        position: relative;
        float: inherit;
    }

        .right_top_ul li {
            background: none;
            width: 50%;
        }

        .right_top_ul li {
            display: none;
        }
         .left_top_ul li {
            display: none;
        }

        .right_top_ul li.active {
            border-bottom:none;
         }
           
        .right_top_ul li a{
            color: #18488d;
            text-decoration: none;
            font: 18px/76px 'pfbeausanspro-sebold';
            padding: 10px 0 10px 49px;
            background: url("../images/help_blue.png") no-repeat scroll 0 50% transparent;
            float: left;
            margin: 0 0 0 10px;
        }

        .right_top_ul li a:visited {
            color: #18488d;
            text-decoration: none;
            font: 18px/76px 'pfbeausanspro-sebold';
            padding: 10px 0 10px 49px;
            background: url("../images/help_blue.png") no-repeat scroll 0 50% transparent;
            float: left;
            margin: 0 0 0 10px;
        }
}

.content_box {
    min-height: 52vh;
    padding: 16px 0 15px;
}

.content_aside:after {
    content: '';
    display: table;
    clear: both;
}

.content_aside {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 302px;
}

.aside_left {
    float: left;
    width: 270px;
    margin: 0 0 0 -302px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 23px 0 20px;
}

.aside_pool {
    display: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 19px;
    width: 100%;
    height: 63px;
    background-color: #ffffff;
    position: relative;
    color: #6a778a;
    font-size: 16px;
    line-height: 63px;
}

.aside_header_pool {
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 19px;
    height: 63px;
    position: absolute;
    top: 0px;
    color: #6a778a;
    font-size: 16px;
    line-height: 63px;
    right: 10px;
}

@media all and (max-width: 880px) {
    .content_aside {
        padding: 0 0 0 282px;
    }

    .aside_left {
        margin: 0 0 0 -282px;
    }
}

@media all and (max-width: 992px) {
    .content_aside {
        padding: 0;
    }

    .aside_left {
        margin: 0 0 20px;
        width: 100%;
        padding: 0;
        position: relative;
        float: none;
    }

    .aside_header_pool {
        display: block;
        top: -5px;
    }

    .aside_header_pool_menu {
        display: none;
    }
}

.aside_right {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    padding: 26px 42px 50px;
}

    .aside_right.aside_right_two {
        padding: 20px 42px 0px;
        margin-bottom: 20px;
    }

@media all and (max-width: 992px) {
    .aside_right {
        padding: 15px 24px 30px;
    }

        .aside_right.aside_right_two {
            padding: 20px 24px 20px;
            margin-bottom: 20px;
        }
}

.text_ul {
    margin: 0;
    padding: 32px 0 31px;
}

    .text_ul li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 14px 56px;
        background: url("../images/text_ul.png") no-repeat scroll 0 4px transparent;
    }

@media all and (max-width: 640px) {
    .text_ul li {
        padding: 0 0 14px 28px;
    }
}

.aside_left_ul {
    margin: 0;
    padding: 0;
}

.aside_left_ul_header {
    display: none;
    margin: 0;
    padding: 0;
}

    .aside_left_ul li, .aside_left_ul_header li {
        margin: 0 0 4px;
    }

        .aside_left_ul li a, .aside_left_ul_header li a {
            color: #6a778a;
            text-decoration: none;
            display: block;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 16px;
            line-height: 31px;
            padding-left: 31px;
            border-left: 2px transparent solid;
        }

        .aside_left_ul li.active a,
        .aside_left_ul li a:hover,
        .aside_left_ul_header li.active a,
        .aside_left_ul_header li a:hover
        {
            border-left-color: #1f59a6;
            color: #30498a;
        }

         .aside_left_ul_header {
        display: none;
        position: absolute;
        top: 63px;
        left: 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        z-index: 10;
        background-color: #ffffff;
        width: 100%;
        padding: 12px 0 11px;
    }

@media all and (max-width: 992px) {
    .aside_left_ul {
        display: none;
        position: absolute;
        top: 63px;
        left: 0;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0;
        z-index: 10;
        background-color: #ffffff;
        width: 100%;
        padding: 12px 0 11px;
    }

    .aside_left_ul li a, .aside_left_ul_header li a {
        padding-left: 19px;
    }
}

.support_ul:after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

.support_ul {
    width: 100%;
    text-align: justify;
    padding: 0;
    margin: 0 0 -24px;
}

    .support_ul li {
        height: 74px;
        display: inline-block;
        float: none;
    }

        .support_ul li a {
            display: block;
            font-size: 22px;
            line-height: 74px;
            color: #000000;
            padding-left: 52px;
        }

            .support_ul li a.whatsup_li {
                background: url("../images/WhatsUp.png") no-repeat scroll 0 50% transparent;
            }

            .support_ul li a.skype_li {
                background: url("../images/Skype.png") no-repeat scroll 0 50% transparent;
            }

            .support_ul li a.viber_li {
                background: url("../images/Viber.png") no-repeat scroll 0 50% transparent;
            }

@media all and (max-width: 1024px) {
    .support_ul:after {
        display: table;
    }

    .support_ul {
        text-align: center;
        margin: 0;
    }

        .support_ul li {
            display: block;
            width: 100%;
            text-align: center;
            height: auto;
            margin-bottom: 20px;
        }

            .support_ul li:last-child {
                margin-bottom: 0;
            }

            .support_ul li a {
                display: inline-block;
                padding: 46px 0 0;
                line-height: 22px;
                background-position: 50% 0 !important;
            }
}

.contact_form {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 30px;
}

.bot_tab_text .contact_form {
    margin-bottom: 0;
}

@media all and (max-width: 500px) {
    .right_panel_card .contact_form {
        margin-bottom: 0;
    }
}

.contact_form:after {
    clear: both;
    content: ' ';
    display: table;
}

.form_e {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 149px;
    margin: 0 0 12px;
    color: #6a778a;
}

    .form_e .label_form {
        float: left;
        margin-left: -149px;
        line-height: 36px;
        display: inline-block;
        width: 149px;
        color: #6a778a;
    }

@media all and (max-width: 800px) {
    .form_e {
        padding: 0;
    }

        .form_e .label_form {
            float: none;
            line-height: 18px;
            margin-left: 0;
            width: 100%;
        }
}

@media all and (max-width: 640px) {
    .form_e,
    .form_e .label_form {
        text-align: center;
    }
}

.form_button {
    width: 160px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font: 16px/40px 'pfbeausanspro-bbook';
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #359954;
    cursor: pointer;
    border: none;
}

@media all and (max-width: 400px) {
    .form_button {
        width: 100%;
        margin-top: 10px;
    }
}

.form_button:hover {
    opacity: 0.7;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.form_button:not(:hover) {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.input-modal {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 16px/36px 'pfbeausanspro-reg';
    border: 1px #d2dae3 solid;
    background: #ffffff;
    color: #6a778a;
    height: 36px;
    padding: 0 20px;
    width: 100%;
    max-width: 366px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.sum_input {
    display: block;
    width: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 4px;
}

.sum_input_box {
    padding: 0 40px 0 0;
    max-width: 368px;
    position: relative;
}

@media all and (max-width: 800px) {
    .input-modal {
        max-width: 100%;
    }
}

@media all and (max-width: 640px) {
    .sum_input_box {
        max-width: 100%;
    }
}

.textarea_form {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 16px/18px 'pfbeausanspro-reg';
    border: 1px #d2dae3 solid;
    background: #ffffff;
    color: #6a778a;
    height: 137px;
    padding: 7px 20px;
    width: 100%;
    resize: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

@media all and (max-width: 640px) {
    .contact_form {
        text-align: center;
    }

    .input-modal {
        max-width: 100%;
        text-align: center;
    }

    .textarea_form {
        text-align: center;
    }
}

#cancel-btn:hover {
    text-decoration: underline;
}

#ok-btn:hover {
    text-decoration: underline;
}

.aside_right_works {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 62px 0 0;
    position: relative;
    float: left;
}

@media all and (max-width: 400px) {
    .aside_right_works {
        padding: 20px;
    }
}

.box_works {
    background-color: #ffffff;
    width: 100%;
}

.box_works_click {
    font: 22px/24px 'pfbeausanspro-thin';
    color: #6a778a;
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-top: 2px transparent solid;
    height: 62px;
    width: 50%;
    top: 0;
    left: 0;
    background: url("../images/box_works_click.png") no-repeat scroll 0 50% transparent;
    padding: 0 4px;
    border-top-color: #6a778a;
    border-top-width: 3px;
    border-left: 1px #e4e4e4 solid;
    border-right: 1px #e4e4e4 solid;
}

    .box_works_click .text_click_hidden {
        display: none;
    }

    .box_works_click.active {
        color: #000000;
        background-color: #ffffff;
        background-image: none;
        border-top-color: #1a478d;
    }

        .box_works_click.active:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 8px 0 8px;
            border-color: #1a478d transparent transparent transparent;
            left: 50%;
            top: 0;
            position: absolute;
            margin-left: -8px;
        }

    .box_works_click.box_works_right {
        left: auto;
        right: 0;
    }

.box_works_ul.active {
    display: block;
}

@media all and (max-width: 720px) {
    .box_works_click {
        font-size: 18px;
        line-height: 20px;
    }
}

@media all and (max-width: 400px) {
    .box_works_click {
        position: relative;
        width: 100%;
        height: 56px;
        font: 18px/20px 'pfbeausanspro-bbook';
        color: #ffffff;
        background-color: #18488d;
        text-align: left;
        padding: 0 30px 0 12px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border-top: none;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

        .box_works_click.active {
            color: #ffffff;
            background-color: #009a4e;
            background-image: none;
        }

            .box_works_click.active:before {
                display: none;
            }

        .box_works_click:after {
            content: '';
            width: 15px;
            height: 8px;
            background: url("../images/box_works_click_after.png") no-repeat scroll 0 0 transparent;
            right: 12px;
            top: 50%;
            margin-top: -4px;
            display: block;
            position: absolute;
        }

        .box_works_click.active:after {
            background-image: url("../images/box_works_click_after_a.png");
        }

        .box_works_click .text_click {
            display: none;
        }

        .box_works_click .text_click_hidden {
            display: -webkit-flex;
            display: flex;
        }
}

.box_works_ul {
    padding: 34px;
    display: none;
}

@media all and (max-width: 720px) {
    .box_works_ul {
        padding: 20px;
    }
}

@media all and (max-width: 400px) {
    .box_works_ul {
        padding: 0 0 20px;
    }
}

.works_question {
    position: relative;
    width: 100%;
    height: 50px;
    font: 18px/20px 'pfbeausanspro-bbook';
    color: #ffffff;
    background: linear-gradient(0deg, rgb(0, 96, 186) 30%, rgb(0, 101, 214) 70%);
    background-image: linear-gradient(0deg, rgb(0, 96, 186) 30%, rgb(0, 101, 214) 70%);
    text-align: left;
    padding: 0 30px 0 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-top: none;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    line-height: 50px;
}

.works_question:hover {
    opacity: 0.7;
    cursor: pointer;
}

.works_question:before {
    content: '';
    width: 15px;
    height: 8px;
    background: url("../images/box_works_click_after.png") no-repeat scroll 0 0 transparent;
    right: 12px;
    top: 50%;
    margin-top: -4px;
    display: block;
    position: absolute;
}

.works_question.active {
    background: #009a4e;
}
.works_question.active:before {
   background: url("../images/box_works_click_after_a.png") no-repeat scroll 0 0 transparent;
}

@media all and (max-width: 1200px) {
    .works_question {
    position: relative;
    width: 100%;
    height: 60px;
    font: 18px/20px 'pfbeausanspro-bbook';
    color: #ffffff;
    background: linear-gradient(0deg, rgb(0, 96, 186) 30%, rgb(0, 101, 214) 70%);
    background-image: linear-gradient(0deg, rgb(0, 96, 186) 30%, rgb(0, 101, 214) 70%);
    text-align: left;
    padding: 0 30px 0 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border-top: none;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 20px;
    line-height: 30px;
}
}

.works_answer {
    padding: 34px;
    background-color: #f2f2f0;
    color: #000000;
    line-height: 22px;
    margin-bottom: 20px;
    display: none;
}

    .works_answer.active {
        display: block;
    }

@media all and (max-width: 720px) {
    .works_answer {
        padding: 0 10px;
        background-color: transparent;
    }

        .works_answer.active {
            display: block;
        }
}

.videowrapper {
    float: none;
    height: 0;
    padding-bottom: 64%;
    padding-top: 25px;
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

    .videowrapper iframe {
        height: 100% !important;
        left: 0;
        position: absolute;
        top: 0;
        width: 100% !important;
    }

@media all and (max-width: 720px) {
    .videowrapper {
        margin-bottom: 22px;
    }
}

.box_bot_tab {
    padding: 46px 0 0;
    background-color: #ffffff;
    position: relative;
    margin: 0;
}

@media all and (max-width: 920px) {
    .aside_right_works .box_bot_tab {
        padding: 0;
    }
}

@media all and (max-width: 640px) {
    .box_bot_tab {
        padding: 0;
    }
}

.box_bot_tab li {
    width: 100%;
}

    .box_bot_tab li .bot_tab_click {
        width: 25%;
        height: 46px;
        border-bottom: 1px #e4e4e4 solid;
        border-left: 1px #e4e4e4 solid;
        border-right: 1px #e4e4e4 solid;
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        font-size: 20px;
        color: #737f91;
        line-height: 43px;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
        .box_bot_tab li .bot_tab_click:hover {
           color: rgb(0, 174, 93);
        }

        .box_bot_tab li .bot_tab_click {
           background-color: #d2dae3;
        }

        .box_bot_tab li .bot_tab_click.active {
            color: rgb(0, 174, 93);
            border-top: 3px rgb(0, 174, 93) solid;
            background-color: white;
        }

        .box_bot_tab li .bot_tab_click span {
            display: inline-block;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

    .box_bot_tab li:nth-child(1) .bot_tab_click {
        left: 0%;
    }
    .box_bot_tab li:nth-child(2) .bot_tab_click {
        left: 25%;
    }

    .box_bot_tab li:nth-child(3) .bot_tab_click {
        left: 50%;
    }

    .box_bot_tab li:nth-child(4) .bot_tab_click {
        left: 75%;
    }

@media all and (max-width: 920px) {
    .aside_right_works .box_bot_tab li .bot_tab_click {
        width: 100%;
        position: relative;
        top: auto;
        left: 0;
    }

    .aside_right_works .box_bot_tab li:nth-child(2) .bot_tab_click,
    .aside_right_works .box_bot_tab li:nth-child(3) .bot_tab_click,
    .aside_right_works .box_bot_tab li:nth-child(4) .bot_tab_click,
    .aside_right_works .box_bot_tab li:nth-child(5) .bot_tab_click {
        left: 0;
    }
}

@media all and (max-width: 920px) {
    .box_bot_tab li .bot_tab_click {
        text-align: center;
        padding-left: 0;
    }

    .box_bot_tab li .bot_tab_click {
        width: 100%;
        position: relative;
        top: auto;
        left: 0;
    }

    .box_bot_tab li:nth-child(2) .bot_tab_click,
    .box_bot_tab li:nth-child(3) .bot_tab_click,
    .box_bot_tab li:nth-child(4) .bot_tab_click,
    .box_bot_tab li:nth-child(5) .bot_tab_click {
        left: 0;
    }
}

.bot_tab_text {
    display: none;
}

    .bot_tab_text.active {
        display: block;
        padding: 28px 30px 40px;
    }

@media all and (max-width: 920px) {
    .aside_right_works .bot_tab_text.active {
        padding: 28px 20px 40px;
    }
}

@media all and (max-width: 640px) {
    .bot_tab_text.active {
        padding: 28px 20px 40px;
    }
}

.hint_big {
    padding: 34px 66px 20px 98px;
    background-color: #ffffff;
    margin: 0 auto 20px;
}

    .hint_big a {
        color: #000000;
        text-decoration: underline;
    }

@media all and (max-width: 1000px) {
    .hint_big {
        padding: 34px 45px 5px;
    }
}

@media all and (max-width: 800px) {
    .hint_big {
        display: none;
    }

    .fin_system {
        display: none;
    }
}

@media all and (max-width: 400px) {
    .hint_big {
        padding: 24px 20px 3px;
        margin: 0 auto 40px;
    }
}

.hint_big p {
    font-size: 18px;
    color: #312a20;
    line-height: 20px;
    margin: 0 0 24px;
    text-align: justify;
    text-indent: 0px !important;
}

    .hint_big p.blue {
        color: #5998d4;
        font: 24px/27px 'pfbeausanspro-sebold';
    }

@media all and (max-width: 800px) {
    .hint_big p {
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 18px;
    }

        .hint_big p.blue {
            font-size: 20px;
            line-height: 24px;
        }
}

.fin_system {
    padding-top: 15px;
    color: #5998d4;
    font: 22px 'pfbeausanspro-sebold';
    text-align: center;
}

.content_big {
    background-color: #ffffff;
    padding: 0 0 20px;
    margin-bottom: 10px;
}

@media all and (max-width: 500px) {
    .content_big {
        padding: 0 20px 20px;
    }
}

.content_big_top {
    padding: 30px 84px 30px;
    position: relative;
}

@media all and (max-width:992px) {
    .content_big_top {
        padding: 39px 0 0;
        text-align: -webkit-center;
    }
}

@media all and (max-width: 640px) {
    .content_big_top {
        padding: 39px 0 0;
    }
}

.box_link_works {
    position: absolute;
    top: 40px;
    right: 20px;
}

.trans_big_top .box_link_works {
    top: -7px;
}

.cart_box .box_link_works {
    border-top: 0 solid #e7e3e2;
    position: relative;
    top: auto;
    right: auto;
    padding: 0 0 12px;
    display: none;
}

@media all and (max-width: 992px) {
    .box_link_works {
        right: 20px;
        border-top: 1px solid #e7e3e2;
        position: relative;
        top: auto;
        right: auto;
        padding: 20px 0;
    }
}

/*@media all and (max-width: 900px) {
    .box_link_works {
        top: 55px;
    }

    .trans_big_top .box_link_works {
        top: 4px;
    }
}*/

@media all and (max-width: 800px) {
    .cart_box .box_link_works {
        display: block;
    }
}

@media all and (max-width: 640px) {
    .box_link_works {
        border-top: 1px solid #e7e3e2;
        position: relative;
        top: auto;
        right: auto;
        padding: 20px 0;
    }
}


#back_link {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px #7586b1 solid;
    width: 250px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    background: url("../images/back_link.png") no-repeat 50% transparent;
}

.link_works {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px #7586b1 solid;
    width: 318px;
    height: 58px;
    text-align: center;
    font-size: 24px;
    line-height: 58px;
    text-decoration: none;
    background: url("../images/link_works.png") no-repeat scroll 5px 50% transparent;
}

@media all and (max-width: 900px) {
    .link_works {
        width: 206px;
        height: 38px;
        font-size: 16px;
        line-height: 38px;
        background-image: url("../images/link_works2.png");
    }
}

@media all and (max-width: 800px) {
    .cart_box .link_works {
        margin: 0 auto;
    }
}

@media all and (max-width: 640px) {
    .link_works {
        margin: 0 auto;
    }
}

.box_payment_ul {
    background-color: #ffffff;
    width: 100%;
    position: relative;
    padding: 120px 0 0;
    margin: 0 0 20px;
}

@media all and (max-width: 500px) {
    .box_payment_ul {
        padding: 10px;
        border-top: none;
    }
}

.box_payment_click {
      border-top: 2px #e6e3e2 solid;
}

.box_payment_ul li .box_payment_click {
    font: 27px/29px 'pfbeausanspro-bbook';
    color: #6a778a;
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px #e7e3e2 solid;
    height: 120px;
    width: 33.3%;
    top: 0;
    left: 0;
    background: url("../images/box_works_click2.png") no-repeat scroll 0 50% transparent;
    padding: 0 5px;
}

.change_fin_system {
    display: none;
}

.box_payment_ul li:nth-child(2) .box_payment_click {
    left: 33.3%;
    border-left: 1px #e7e3e2 solid;
}

.box_payment_ul li:nth-child(3) .box_payment_click {
    left: 66.3%;
    border-left: 1px #e7e3e2 solid;
}

.box_payment_ul li .box_payment_click.active {
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    border-bottom-color: transparent;
}

.box_payment_ul li .box_payment_click .text_click_hidden {
    display: none;
}

.box_payment_ul li .box_payment_text.active {
    display: block;
    padding: 0px 80px;
}

.box_payment_ul li .box_payment_text.box_payment_text_padding_no.active {
    padding: 0;
}

@media all and (max-width: 1000px) {
    .box_payment_ul li .box_payment_text.active {
        padding: 34px 45px;
    }
}

@media all and (max-width: 800px) {
    .box_payment_ul li .box_payment_text.active {
        padding: 34px 20px;
    }
}

@media all and (max-width: 500px) {
    .box_payment_ul li .box_payment_text.active {
        padding: 34px 0;
    }
    
.box_payment_ul li:nth-child(3) .box_payment_click {
    left: 0%;
}
}

.box_payment_ul li .box_payment_text {
    display: none;
}

@media all {
    .card_payment_click {
        color: #ffffff;
        display: none;
    }
}

@media all and (max-width: 860px) {
    .box_payment_ul li .box_payment_click {
        font-size: 20px;
        line-height: 24px;
    }
}

@media all and (max-width: 600px) {
    .box_payment_ul li .box_payment_click {
        font-size: 16px;
        line-height: 22px;
    }

    .card_payment_click a {
        padding: 15px 0 15px 79px;
        font-size: 16px;
        line-height: 22px;
        color: #ffffff;
        display: flex;
        background: url("../images/visa_mastercard_img.png") 0 5px no-repeat;
    }
}

@media all and (max-width: 800px) {
    .change_fin_system {
    position: relative;
    width: 100%;
    height: 26px;
    font: 27px/29px 'pfbeausanspro-bbook';
    color: #6a778a;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px #e7e3e2 solid;
    height: 120px;
    width: 33.3%;
    top: 0;
    left: 0;
    background: url("../images/box_works_click2.png") no-repeat scroll 0 50% transparent;
    padding: 0 5px;
    }

    .box_payment_ul li .box_payment_click:after, .change_fin_systema:after {
        content: '';
        width: 15px;
        height: 8px;
        background: url("../images/box_works_click_after.png") no-repeat scroll 0 0 transparent;
        right: 12px;
        top: 50%;
        margin-top: -4px;
        display: block;
        position: absolute;
    }

    .box_payment_ul li .box_payment_click.active:after, .change_fin_systema.active:after {
        background-image: url("../images/box_works_click_after_a.png");
    }

    .box_payment_ul li .box_payment_click .text_click {
        display: none;
    }

    .box_payment_ul li .box_payment_click .text_click_hidden, .change_fin_system {
        display: -webkit-flex;
        display: flex;
    }
}

.box_search_topic {
    margin: 0 0 40px;
    padding: 25px 0 0;
}

.box_search_topic [placeholder], .box_search_topic::-moz-placeholder,
.box_search_topic:-moz-placeholder, .box_search_topic:-ms-input-placeholder  {
    text-overflow:ellipsis;
}

@media all and (max-width: 500px) {
    .change_fin_system {
    font: 27px/29px 'pfbeausanspro-bbook';
    color: #6a778a;
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px #e7e3e2 solid;
    height: 120px;
    width: 33.3%;
    top: 0;
    left: 0;
    background: url("../images/box_works_click2.png") no-repeat scroll 0 50% transparent;
    padding: 0 5px;
    }

    .box_payment_ul li .box_payment_click, .change_fin_system {
        position: relative;
        width: 100%;
        height: 56px;
        font: 18px/20px 'pfbeausanspro-bbook';
        color: #ffffff;
        background-color: #18488d;
        background-image: none;
        text-align: left;
        padding: 0 30px 0 12px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border-top: none;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px;
        top: auto;
    }

    .card_payment_click {
        position: relative;
        width: 100%;
        height: 56px;
        font: 18px/20px 'pfbeausanspro-bbook';
        color: #ffffff;
        background-color: #18488d;
        text-align: left;
        padding: 0 30px 0 12px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border-top: none;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px;
        top: auto;
        display: flex;
    }

        .card_payment_click a {
            padding: 15px 0 15px 55px;
            font-size: 16px;
            line-height: 22px;
            color: #ffffff;
            display: flex;
            background: url("../images/visa_mastercard_img.png") 0 5px no-repeat;
        }

    .box_payment_ul li:nth-child(2) .box_payment_click, .change_fin_system
    .box_payment_ul li:nth-child(3) .box_payment_click, .change_fin_system {
        left: 0;
        border-left-color: transparent;
    }

    .box_payment_ul li .box_payment_click.active {
        color: #ffffff;
        background-color: #009a4e;
        background-image: none;
    }

    .box_payment_ul li .box_payment_click:after, .change_fin_systema:after {
        content: '';
        width: 15px;
        height: 8px;
        background: url("../images/box_works_click_after.png") no-repeat scroll 0 0 transparent;
        right: 12px;
        top: 50%;
        margin-top: -4px;
        display: block;
        position: absolute;
    }

    .box_payment_ul li .box_payment_click.active:after, .change_fin_systema.active:after {
        background-image: url("../images/box_works_click_after_a.png");
    }

    .box_payment_ul li .box_payment_click .text_click {
        display: none;
    }

    .box_payment_ul li .box_payment_click .text_click_hidden, .change_fin_system {
        display: -webkit-flex;
        display: flex;
        text-align: center;
    }
}

.box_search_topic {
    margin: 0 0 40px;
    padding: 25px 0 0;
}

@media all and (max-width: 800px) {
    .box_search_topic {
        margin: 0 0 20px;
        padding: 0;
    }
}

.search_topic_e {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px #30498a solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
}

    .search_topic_e .search_topic_e_two {
        display: none;
    }

.search_topic {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 25px/36px 'pfbeausanspro-reg';
    border: 0 #d2dae3 solid;
    color: #6a778a;
    height: 86px;
    padding: 0 0px 0 20px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search_button {
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    border: none;
    text-align: center;
    width: 20%;
    background-color: #30498a;
    height: 88px;
    position: absolute;
    top: -1px;
    right: -1px;
    color: #ffffff;
    font-size: 30px;
    cursor: pointer;
}

    .search_button:hover {
        opacity: 0.8;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    .search_button:not(:hover) {
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

@media all and (max-width: 1100px) {
    .search_topic {
        font-size: 20px;
    }

    .search_button {
        font-size: 25px;
    }
}

@media all and (max-width: 800px) {
    .search_topic_e {
        border: 2px #30498a solid;
    }

    .search_topic {
        font-size: 16px;
        height: 56px;
    }

    .search_button {
        font-size: 20px;
        height: 56px;
    }
}

@media all and (max-width: 650px) {
    .search_topic_e .search_topic_e_two {
        display: block;
    }

    .search_topic_e {
        border: 1px #d2dae3 solid;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .search_topic {
        padding: 0 58px 0 20px;
        width: 100%;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-image: none;
    }

    .search_button {
        background: url("../images/search_snall.png") no-repeat scroll 50% 50% #ffffff;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        text-indent: -9999px;
        width: 54px;
        height: 56px;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.box_search_service:after {
    content: '';
    display: table;
    clear: both;
}

.box_search_service {
    margin-left: -1%;
    margin-right: -1%;
    width: 102%;
    /*padding: 30px 0 20px 0;*/
    padding: 15px 10px;
}

    .box_search_service h2 {
        padding: 0 10px;
    }

.pay_system {
    width: 23%;
    height: 188px;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #d2dae3 solid;
    text-align: -webkit-center;
    vertical-align: middle;
    color: #64788c;
    font: 15px/17px 'Exo2-Medium';
    padding: 10px 10px 10px 10px;
    margin: auto 0 auto 0;
    background-color: #ffffff;
    margin: 20px;
    cursor: pointer;
}

    .pay_system .pay_img_service tr td {
        width: 10%;
        height: 158px;
        text-align: center;
        vertical-align: middle;
    }

    .pay_system .pay_img_service tr td img {
        max-width: 100%;
        max-height: 136px;
        display: block;
        margin: auto;
    }

.b_service {
    width: 23%;
    height: 188px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #d2dae3 solid;
    text-align: center;
    color: #64788c;
    font: 15px/17px 'Exo2-Medium';
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    float: left;
    margin: 0 1% 20px;
    cursor: pointer;
}

    .b_service:hover {
        opacity: 0.7;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    .b_service:not(:hover) {
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

@media all and (max-width: 770px) {
    .b_service, .pay_system {
        width: 31%;
    }
}

@media all and (max-width: 550px) {
    .b_service, .pay_system {
        width: 48%;
    }
}

@media all and (max-width: 444px) {
    .box_search_service {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        padding: 20px 0 0;
    }

    .b_service, .pay_system {
        width: 100%;
        margin: auto;
        margin: 0 0 20px;
        display: block;
    }
}

.b_service .b_img_service {
    width: 100%;
    border: none;
    margin: auto 0 auto 0;
}

    .b_service .b_img_service tr td {
        width: 100%;
        height: 138px;
        text-align: center;
        vertical-align: middle;
    }

        .b_service .b_img_service tr td img {
            max-width: 100%;
            max-height: 136px;
            display: block;
            margin: auto;
        }

.box_service_topic {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1140px;
    padding: 40px 20px 40px;
    position: relative;
}

.back_link {
    position: relative;
    top: -14px;
}

    .back_link span {
        color: #000000;
        margin-right: 10px;
    }

@media all and (max-width: 500px) {
    .box_service_topic {
        padding: 40px 0 40px;
    }
}

@media all and (max-width: 640px) {
    .back_link {
        text-align: center;
        display: block;
    }
}

.e_service {
    width: 23%;
    height: 188px;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #d2dae3 solid;
    text-align: center;
    color: #64788c;
    font: 16px/44px 'Exo2-Medium';
    padding: 0 10px 10px;
    background-color: #ffffff;
    float: left;
    margin: 0 1% 20px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

    .e_service span {
        display: none;
    }

    .e_service:hover {
        opacity: 0.7;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

    .e_service:not(:hover) {
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
    }

@media all and (max-width: 770px) {
    .e_service {
        width: 31%;
    }
}

@media all and (max-width: 550px) {
    .e_service {
        width: 48%;
    }
}

@media all and (max-width: 400px) {
    .e_service {
        width: 100%;
        height: 46px;
        border: 1px #d2dae3 solid;
        text-align: left;
        padding: 0 18px;
        float: left;
        margin: 0 0 10px;
    }

        .e_service span {
            display: block;
        }
}

.e_service .b_img_service {
    width: 100%;
}

    .e_service .b_img_service tr td {
        width: 100%;
        height: 188px;
        text-align: center;
        vertical-align: middle;
    }

        .e_service .b_img_service tr td img {
            max-width: 90%;
            height: auto;
        }

.box_service_topic h1 {
    margin: 0 0 43px;
}

@media all and (max-width: 400px) {
    .e_service .b_img_service {
        display: none;
    }
}

.box_payment_form:after {
    content: '';
    display: table;
    clear: both;
}

.box_payment_form {
    padding: 0 0 0 316px;
    margin-top: 15px;
}

.video_help {
     float: left;
      width: 55%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-left: -380px;
      display: block;
}

.video_help p {
    text-align: justify;
}

.logo_topic {
    float: left;
    width: 264px;
    height: 176px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -316px;
}

@media all and (max-width: 1200px) {
    .video_help {
         float: left;
          width: 80%;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin-left: -380px;
          display: block;
    }
}

@media all and (max-width: 994px) {
    .video_help {
         float: left;
          width: 65%;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin-left: -350px;
          display: block;
    }
}

@media all and (max-width: 991px) {
    .video_help {
         float: left;
          width: 100%;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin-left: -350px;
          display: block;
    }
}

@media all and (max-width: 800px) {
    .video_help {
          float: left;
          width: 80%;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          margin-left: -320px;
          display: block;
    }
}

@media all and (max-width: 700px) {
    .box_payment_form {
        padding: 0;
    }

    .video_help {
         display: none;
    }
}

@media all and (max-width: 640px) {
     .box_payment_form {
        padding: 0;
    }

    .logo_topic {
       float: right;
        width: 100%;
        height: 80%;
        margin-left: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        border: none;
    }
     .logo_topic .logo_topic_table {
         margin: 0 auto;
         padding-top: 1px;
     }
}

.add_file_ul {
    padding: 0;
    margin: 0 0 40px;
}

    .add_file_ul li {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        padding: 34px 324px 34px 84px;
        border-bottom: 2px #e7e3e2 solid;
        font: 24px/28px 'pfbeausanspro-bbook';
        color: #000000;
        height: 145px;
        position: relative;
    }

        .add_file_ul li:nth-child(2) {
            padding: 34px 84px 34px 84px;
        }

        .add_file_ul li .mustard {
            color: #d4a248;
            display: inline-block;
            margin-right: 5px;
        }

@media all and (max-width: 1000px) {
    .add_file_ul li {
        padding: 34px 285px 34px 45px;
    }

        .add_file_ul li:nth-child(2) {
            padding: 34px 45px 34px 45px;
        }
}

@media all and (max-width: 800px) {
    .add_file_ul li {
        padding: 34px 194px 34px 20px;
    }

        .add_file_ul li:nth-child(2) {
            padding: 34px 20px 34px 20px;
        }
}

@media all and (max-width: 640px) {
    .add_file_ul li {
        font: 19px/22px 'pfbeausanspro-reg';
    }
}

@media all and (max-width: 500px) {
    .add_file_ul li:nth-child(2),
    .add_file_ul li {
        padding: 34px 0;
        font-size: 16px;
        line-height: 19px;
        display: block;
        height: auto;
    }
}

.add_file_ul li .box_file {
    position: absolute;
    right: 40px;
    top: 50%;
    margin: -31px 0 0;
}

@media all and (max-width: 1000px) {
    .add_file_ul li .box_file {
        right: 10px;
    }
}

@media all and (max-width: 800px) {
    .add_file_ul li .box_file {
        margin: -20px 0 0;
    }
}

@media all and (max-width: 640px) {
    .add_file_ul li .box_file {
        margin: -20px 0 0;
    }
}

@media all and (max-width: 500px) {
    .add_file_ul li .box_file {
        right: auto;
        top: auto;
        margin: 0;
        position: relative;
        width: 100%;
        text-align: center;
        padding: 15px 0 0;
    }

        .add_file_ul li .box_file:after {
            content: '';
            display: table;
            clear: both;
        }
}

.inputfile {
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 0.1px;
    z-index: -1;
}

    .inputfile + label {
        text-overflow: ellipsis;
        white-space: nowrap;
        cursor: pointer;
        display: inline-block;
        overflow: hidden;
    }

    .inputfile:focus + label,
    .inputfile.has-focus + label {
        outline: none;
    }

.inputfile-service + label {
    margin-top: 10px; 
    width: 160px;
    padding: 8px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font: 14px 'pfbeausanspro-bbook';
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #359954;
    cursor: pointer;
    border: none;
}

.inputfile-3 + label {
    width: 240px;
    height: 62px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font: 20px/60px 'pfbeausanspro-bbook';
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #359954;
    cursor: pointer;
    border: none;
}

    .inputfile-3:focus + label,
    .inputfile-3.has-focus + label,
    .inputfile-3 + label:hover {
        opacity: 0.7;
    }

.box_file .form_link_green, .box_file .form_link_help {
    width: 220px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 3px 0 62px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    background-size: 30px 28px;
    background-position: 6px 50%; 
}

.box_file .form_link_green:hover {
    background: url("../images/inputfile.png") no-repeat scroll 18px 50% green;
    color: white;
    text-decoration: none;
}

.box_file .form_link_help:hover {
    background: url("../images/qw2.png") no-repeat scroll 18px 50% #B01F1F;
    color: white;
    text-decoration: none;
}

.box_file .form_link_green {
     background: url("../images/inputfile.png") no-repeat scroll 18px 50% #ffffff;  
     border: 2px green solid;
     color: green;
}

.box_file .form_link_help {
    background: url("../images/qw2.png") no-repeat scroll 18px 50% #ffffff;
    border: 2px #B01F1F solid;
    color: #B01F1F;
}

@media all and (max-width: 1200px) {
    .box_file .form_link_green, .box_file .form_link_help {
        margin-top: 10px;
        width: 158px;
        height: 40px;
        line-height: 40px;
        font-size: 15px;
        padding: 0 3px 0 42px;
        -moz-background-size: 30px 28px;
        -o-background-size: 30px 28px;
        -webkit-background-size: 30px 28px;
        -khtml-background-size: 30px 28px;
        background-size: 30px 28px;
        background-position: 6px 50%;
    }
}

@media all and (max-width: 800px) {
    .inputfile-3 + label {
        width: 173px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .box_file .form_link_green, .box_file .form_link_help {
        margin-top: 3px;
        width: 155px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 3px 0 42px;
        -moz-background-size: 30px 28px;
        -o-background-size: 30px 28px;
        -webkit-background-size: 30px 28px;
        -khtml-background-size: 30px 28px;
        background-size: 30px 28px;
        background-position: 6px 50%;
    }
}

@media all and (max-width: 400px) {
    .inputfile-3 + label {
        width: 100%;
    }

    .box_file .form_link_green, .box_file .form_link_help {
        width: 100%;
        padding: 0 42px 0 42px;
    }
}

.cart_box {
    margin: 0 0 20px;
}

.cart_box_head:after {
    content: '';
    display: table;
    clear: both;
}

.cart_box_head {
    background-color: #f4f4f4;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    margin: 0 auto 10px;
}

    .cart_box_head .cart_head_name {
        width: 25%;
        height: 46px;
        text-align: center;
        float: left;
        color: #828385;
        font: 24px/46px 'pfbeausanspro-light';
    }

@media all and (max-width: 800px) {
    .cart_box_head .cart_head_name {
        display: none;
    }
}

.cart_box_ul:after {
    content: '';
    display: table;
    clear: both;
}

.cart_box_ul {
    background-color: #f4f4f4;
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    margin: 0 auto 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
}

    .cart_box_ul .number_li {
        font-size: 18px;
        color: #545454;
        position: absolute;
        top: 19px;
        left: 20px;
        display: none;
    }

    .cart_box_ul li {
        float: left;
        width: 25%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 5px;
        text-align: center;
        font: 35px/30px 'PFBeauSansPro-Book';
        position: relative;
    }

        .cart_box_ul li:first-child {
            padding-left: 40px;
            text-align: left;
        }

        .cart_box_ul li:nth-child(3) {
            padding: 14px 5px 10px;
        }

        .cart_box_ul li .cart_text {
            font: 16px/17px 'pfbeausanspro-reg';
            color: #6a778a;
            text-align: left;
        }

        .cart_box_ul li:nth-child(1) .cart_text {
            padding: 8px 0;
        }

        .cart_box_ul li:nth-child(3) .cart_text {
            padding: 12px 0 0;
        }

        .cart_box_ul li .valuta_big {
            font: 45px/22px 'pfbeausanspro-reg';
        }

        .cart_box_ul li .valuta {
            font: 22px/22px 'pfbeausanspro-reg';
        }

        .cart_box_ul li .cart_e_name {
            text-align: center;
            color: #828385;
            font: 18px/40px 'pfbeausanspro-light';
            display: none;
        }

        .cart_box_ul li .editor {
            display: inline-block;
            margin: 7px 5px 2px;
            padding: 60px 0 0;
            cursor: pointer;
            color: #535353;
            font: 14px/16px 'pfbeausanspro-light';
            background-position: 50% 0;
            background-repeat: no-repeat;
            -moz-background-size: 52px 52px;
            -o-background-size: 52px 52px;
            -webkit-background-size: 52px 52px;
            -khtml-background-size: 52px 52px;
            background-size: 52px 52px;
            text-align: center;
        }

            .cart_box_ul li .editor:hover {
                opacity: 0.7;
            }

            .cart_box_ul li .editor.duplicate {
                background-image: url("../images/duplicate.png");
            }

            .cart_box_ul li .editor.edit {
                background-image: url("../images/edit.png");
            }

            .cart_box_ul li .editor.delete {
                background-image: url("../images/delete.png");
            }

@media all and (max-width: 1300px) {
    .cart_box_ul li:first-child {
        padding-left: 10px;
    }
}

@media all and (max-width: 1160px) {
    .cart_box_ul li {
        font-size: 26px;
        line-height: 24px;
    }

        .cart_box_ul li .valuta_big {
            font-size: 30px;
            line-height: 18px;
        }

        .cart_box_ul li .valuta {
            font-size: 20px;
            line-height: 18px;
        }

        .cart_box_ul li .editor {
            -moz-background-size: 42px 42px;
            -o-background-size: 42px 42px;
            -webkit-background-size: 42px 42px;
            -khtml-background-size: 42px 42px;
            background-size: 42px 42px;
            font-size: 12px;
            line-height: 14px;
            padding: 50px 0 0;
            margin: 7px 2px 2px;
        }
}

@media all and (max-width: 880px) {
    .cart_box_ul li {
        font-size: 23px;
        line-height: 22px;
    }

        .cart_box_ul li .cart_text {
            font-size: 14px;
        }

        .cart_box_ul li .editor {
            -moz-background-size: 30px 30px;
            -o-background-size: 30px 30px;
            -webkit-background-size: 30px 30px;
            -khtml-background-size: 30px 30px;
            background-size: 30px 30px;
            font-size: 10px;
            line-height: 12px;
            padding: 34px 0 0;
            margin: 7px 2px 2px;
        }
}

@media all and (max-width: 800px) {
    .cart_box_ul li .cart_e_name {
        display: block;
    }

    .cart_box_ul {
        display: block;
    }

        .cart_box_ul li {
            width: 100%;
            text-align: center;
            padding: 10px 5px;
        }

            .cart_box_ul li:first-child {
                padding: 10px 5px;
                text-align: center;
            }

            .cart_box_ul li:nth-child(4) {
                padding-bottom: 13px;
            }

            .cart_box_ul li:nth-child(1) .cart_text {
                padding: 10px 5px;
                text-align: center;
            }

            .cart_box_ul li:nth-child(3) .cart_text {
                padding: 10px 5px;
                text-align: center;
            }

        .cart_box_ul .number_li {
            display: none;
        }
}

.box_button_add_payment {
    padding: 26px 20px 16px;
    background-color: #ffffff;
    margin: 0 0 18px;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    color: #6a778a;
}

.button_add_payment {
    margin: 0 auto 12px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 70px 0 0;
    text-align: center;
    max-width: 448px;
    font-size: 40px;
    line-height: 66px;
    color: #ffffff;
    height: 70px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: relative;
    background-color: #3a4986;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none;
}

    .button_add_payment:hover {
        box-shadow: 0 0 20px #0061c2;
    }

    .button_add_payment:before {
        content: '+';
        font-size: 40px;
        line-height: 70px;
        color: #ffffff;
        background-color: #3f4244;
        height: 100%;
        width: 70px;
        text-align: center;
        -webkit-border-radius: 0 6px 6px 0;
        -moz-border-radius: 0 6px 6px 0;
        border-radius: 0 6px 6px 0;
        position: absolute;
        top: 0;
        right: 0;
    }

@media all and (max-width: 510px) {
    .button_add_payment {
        padding: 0 38px 0 0;
        max-width: 240px;
        font-size: 20px;
        line-height: 36px;
        height: 38px;
        background-color: #5897d3;
        cursor: pointer;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

        .button_add_payment:before {
            font-size: 20px;
            line-height: 38px;
            width: 38px;
            -webkit-border-radius: 0 3px 3px 0;
            -moz-border-radius: 0 3px 3px 0;
            border-radius: 0 3px 3px 0;
        }
}

.commission {
    color: black;
    font-size: 24px;
    padding: 0px 0 5px;
}

.box_total_amount {
    padding: 34px 20px 84px;
    background-color: #ffffff;
    margin: 0;
    text-align: center;
    font: 38px/40px 'myriadpro-regular';
    color: #000000;
}

.total_amount {
    color: #ea8004;
    font: 58px/60px 'pfbeausanspro-sebold';
    padding: 49px 0 45px;
}

    .total_amount span {
        font: 37px/60px 'pfbeausanspro-reg';
    }

.generate_button {
    max-width: 448px;
    width: 100%;
    height: 74px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font: 40px/72px 'pfbeausanspro-bbook';
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #359954;
    cursor: pointer;
    border: none;
    margin: 0 auto;
}

    .generate_button:hover {
       box-shadow: 0 0 20px #0061c2;
    }

@media all and (max-width: 510px) {
    .box_total_amount {
        padding: 24px 20px 34px;
        font-size: 24px;
        line-height: 30px;
    }

    .total_amount {
        color: #ea8004;
        font-size: 36px;
        line-height: 44px;
        padding: 10px 0 13px;
    }

        .total_amount span {
            font-size: 22px;
            line-height: 44px;
        }

    .generate_button {
        max-width: 240px;
        font-size: 20px;
        line-height: 36px;
        height: 38px;
    }
}

.box_code {
    padding: 71px 20px 76px;
    background-color: #ffffff;
    margin: 18px 0 0;
}

@media all and (max-width: 440px) {
    .box_code {
        padding: 25px 0 21px;
    }
}

.code_e {
    padding: 0 40px 12px;
    max-width: 592px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #e5eaf1 solid;
    margin: 0 auto;
    text-align: center;
    color: #6a778a;
    font: 16px/20px 'myriadpro-regular';
}

@media all and (max-width: 580px) {
    .code_e {
        padding: 0 20px 12px;
    }
}

@media all and (max-width: 440px) {
    .code_e {
        padding: 0;
        border: none;
    }
}

.code_e .code_bild {
    font: 35px/40px 'pfbeausanspro-bbook';
    text-align: center;
    color: #000000;
    margin: -20px auto 18px;
    background-color: #ffffff;
    max-width: 336px;
}

@media all and (max-width: 440px) {
    .code_e .code_bild {
        font-size: 16px;
        line-height: 20px;
        margin: auto 18px;
    }
}

.code_e .code_number {
    font: 65px/65px 'myriadpro-regular';
    color: #000000;
    padding: 10px 0 8px;
}

@media all and (max-width: 440px) {
    .code_e .code_number {
        font: 40px/40px 'PFBeauSansPro-Bold';
        padding: 5px 0 8px;
    }
}

.code_e .code_help {
   padding: 19px 120px 14px;
}

    .code_e .code_help:after {
        content: '';
        display: table;
        clear: both;
    }

    .code_e .code_help li:first-child {
        text-align: center;
    }

    .code_e .code_help li {
        float: right;
        text-align: right;
    }

    .code_e .code_help li:first-child a {
        background: url("../images/terminal_mini.png") no-repeat scroll 0 50% transparent;
        padding: 0 0 0 30px;
    }

    .code_e .code_help li a {
        color: #6a778a;
        font: 16px/42px 'myriadpro-regular';
        background: url("../images/terminal_mini.png") no-repeat scroll 0 50% transparent;
        padding: 0 0 0 41px;
        display: block;
    }

@media all and (max-width: 540px) {
    .code_e .code_help li:first-child a {
        background: none;
        padding: 0;
    }

    .code_e .code_help li a {
        background: none;
        padding: 0;
        text-decoration: underline;
    }
}

@media all and (max-width: 440px) {
    .code_e .code_help {
        padding: 19px 110px 14px;
    }

    .code_e .code_help li:first-child {
        float: none;
        text-align: center;
    }

    .code_e .code_help li {
        float: none;
        text-align: center;
        width: 100%;
    }

    .code_e .code_help li a {
        line-height: 26px;
    }
}

.hidden_bild {
    text-align: center;
    font: 14px/17px 'pfbeausanspro-bbook';
    color: #000000;
    padding-bottom: 33px;
    display: none;
}

    .hidden_bild .h1 {
        margin-bottom: 16px;
    }

.translations_big {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.28);
    box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.28);
    padding: 0 0 20px;
    margin-bottom: 18px;
}

@media all and (max-width: 500px) {
    .translations_big {
        padding: 20px 20px;
    }
}

.trans_big_top {
    position: relative;
    padding: 0 0 20px;
}

/*panel card*/

.box_transfer_ul {
    background-color: #ffffff;
    width: 100%;
    position: relative;
    border-top: 2px #e6e3e2 solid;
    padding: 120px 0 0;
    margin: 0;
}

@media all and (max-width: 500px) {
    .box_transfer_ul {
        padding: 0;
        border-top: none;
    }
}

.box_transfer_ul li .box_transfer_click {
    font: 27px/29px 'pfbeausanspro-bbook';
    color: #6a778a;
    position: absolute;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    align-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px #e7e3e2 solid;
    height: 120px;
    width: 33.3%;
    top: 0;
    left: 0;
    background: url("../images/box_works_click2.png") no-repeat scroll 0 50% transparent;
    padding: 0 5px;
}

.box_transfer_ul li:nth-child(2) .box_transfer_click {
    left: 33.3%;
    border-left: 1px #e7e3e2 solid;
}

.box_transfer_ul li:nth-child(3) .box_transfer_click {
    left: 66.6%;
    border-left: 1px #e7e3e2 solid;
}

.box_transfer_ul li .box_transfer_click.active {
    color: #000000;
    background-color: #ffffff;
    background-image: none;
    border-bottom-color: transparent;
}

.box_transfer_ul li .box_transfer_text.active {
    display: block;
    padding: 49px 40px 2px;
}

@media all and (max-width: 1000px) {
    .box_transfer_ul li .box_transfer_text.active {
        padding: 34px 45px 2px;
    }
}

@media all and (max-width: 800px) {
    .box_transfer_ul li .box_transfer_text.active {
        padding: 34px 20px 2px;
    }
}

@media all and (max-width: 500px) {
    .box_transfer_ul li .box_transfer_text.active {
        padding: 0 0 2px;
    }
}

.box_transfer_ul li .box_transfer_text {
    display: none;
}

@media all and (max-width: 860px) {
    .box_transfer_ul li .box_transfer_click {
        font-size: 20px;
        line-height: 24px;
    }
}

@media all and (max-width: 600px) {
    .box_transfer_ul li .box_transfer_click {
        font-size: 16px;
        line-height: 22px;
    }
}

@media all and (max-width: 500px) {
    .box_transfer_ul li .box_transfer_click {
        position: relative;
        width: 100%;
        height: 56px;
        font: 18px/20px 'pfbeausanspro-bbook';
        color: #ffffff;
        background-color: #18488d;
        background-image: none;
        text-align: left;
        padding: 0 30px 0 12px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border-top: none;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px;
        top: auto;
    }

    .box_transfer_ul li:nth-child(2) .box_transfer_click,
    .box_transfer_ul li:nth-child(3) .box_transfer_click {
        left: 0;
        border-left-color: transparent;
    }

    .box_transfer_ul li .box_transfer_click.active {
        color: #ffffff;
        background-color: #009a4e;
        background-image: none;
    }

    .box_transfer_ul li .box_transfer_click:after {
        content: '';
        width: 15px;
        height: 8px;
        background: url("../images/box_works_click_after.png") no-repeat scroll 0 0 transparent;
        right: 12px;
        top: 50%;
        margin-top: -4px;
        display: block;
        position: absolute;
    }

    .box_transfer_ul li .box_transfer_click.active:after {
        background-image: url("../images/box_works_click_after_a.png");
    }
}

.box_credit_card:after {
    content: '';
    display: table;
    clear: both;
}

.box_credit_card {
    background: url("../images/panel_card_arrow.png") no-repeat scroll 42.7% 4px transparent;
}

.panel_card {
    background-color: #f6f7f7;
    -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.28);
    -moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.28);
    box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.28);
    padding: 20px 40px;
    margin-bottom: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    max-width: 458px;
    height: 296px;
    position: relative;
    width: 38.5%;
    float: left;
}

@media all and (max-width: 1000px) {
    .panel_card {
        padding: 20px 20px;
    }
}

@media all and (max-width: 960px) {
    .panel_card {
        width: 100%;
        float: none;
        margin: 0 auto 80px;
    }

    .box_credit_card {
        background: url("../images/panel_card_arrow2.png") no-repeat scroll 50% 316px transparent;
    }
}

@media all and (max-width: 540px) {
    .panel_card {
        padding: 6px 17px;
    }
}

@media all and (max-width: 500px) {
    .panel_card {
        height: 256px;
        margin: 0 auto 20px;
    }

    .box_credit_card {
        background: none;
    }
}

.name_card {
    position: absolute;
    right: 35px;
    top: 37px;
    max-width: 116px;
}

@media all and (max-width: 540px) {
    .name_card {
        max-width: 91px;
        right: 10px;
        top: 26px;
    }
}

.name_card img {
    width: 100%;
    height: auto;
}

.top_card {
    font-size: 25px;
    padding: 16px 0 16px;
    color: #000000;
}

@media all and (max-width: 500px) {
    .top_card {
        padding: 16px 0 13px;
    }
}

.top_card .top_card_hidden {
    display: none;
}

@media all and (max-width: 1180px) {
    .top_card .top_card_hidden {
        display: block;
    }

    .top_card .top_card_show {
        display: none;
    }
}

.top_card.top_card_margin {
    margin-bottom: 15px;
}

.box_card_number {
}

    .phone_card label,
    .sum_card label,
    .cvc_box label,
    .card_month_year label,
    .box_card_number label {
        font-size: 15px;
        line-height: 32px;
        color: #000000;
        display: block;
    }

.e_card_number {
    text-align: justify;
}

    .e_card_number:after {
        content: "";
        display: inline-block;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        width: 100%;
    }

.card_input {
    color: #6a778a;
    font: 18px 'pfbeausanspro-reg';
    border: 1px #e7e7e7 solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 13px 0;
    width: 100%;
    max-width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 52px;
}

    .card_input[type="text"]::-webkit-input-placeholder {
        color: #6a778a;
        opacity: 1;
    }

    .card_input[type="text"]::-moz-placeholder {
        color: #6a778a;
        opacity: 1;
    }

    /* Firefox 19+ */
    .card_input[type="text"]:-moz-placeholder {
        color: #6a778a;
        opacity: 1;
    }

    /* Firefox 18- */
    .card_input[type="text"]:-ms-input-placeholder {
        color: #6a778a;
        opacity: 1;
    }

.number_mask {
    width: 20%;
    text-align: center;
}

@media all and (max-width: 1100px) {
    .number_mask {
        width: 23%;
    }
}

.card_month_year {
    width: 65%;
    float: left;
}

    .card_month_year .expiry_month {
        width: 46%;
        float: left;
    }

        .card_month_year .expiry_year .cs-select span,
        .card_month_year .expiry_month .cs-select span {
            font-size: 18px;
            color: #6a778a;
            padding: 0 10px 0 9px !important;
            text-align: left;
        }

        .card_month_year .expiry_year div.cs-select,
        .card_month_year .expiry_month div.cs-select {
            border-color: #e7e7e7;
            height: 52px;
            line-height: 52px;
            padding: 0 7px 0 9px !important;
        }

        .card_month_year .expiry_year .cs-skin-elastic .cs-options span,
        .card_month_year .expiry_month .cs-skin-elastic .cs-options span {
            height: 40px;
            line-height: 40px;
        }

        .card_month_year .expiry_year .cs-skin-elastic .cs-options,
        .card_month_year .expiry_month .cs-skin-elastic .cs-options {
            top: 49px;
        }

    .card_month_year .expiry_year {
        width: 46%;
        float: right;
    }

.cvc_box {
    width: 30%;
    float: right;
}

    .cvc_box .card_input {
        text-align: center;
    }

input[type="text"]:active,
input[type="text"]:hover,
input[type="text"]:focus {
    box-shadow: none !important;
    outline: none !important;
}

.right_panel_card {
    float: right;
    width: 53.7%;
    max-width: 640px;
}

@media all and (max-width: 960px) {
    .right_panel_card {
        width: 100%;
        float: none;
        margin: 0 auto;
        max-width: 580px;
    }
}

.panel_card_two {
    background-color: #f6f7f7;
    padding: 20px 40px;
    margin-bottom: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    max-width: 458px;
    height: 296px;
    position: relative;
    width: 71%;
    float: right;
    display: none;
}

    .panel_card_two.active {
        display: block;
    }

@media all and (max-width: 1150px) {
    .panel_card_two {
        width: 80%;
    }
}

@media all and (max-width: 1000px) {
    .panel_card_two {
        padding: 20px 20px;
    }
}

@media all and (max-width: 540px) {
    .panel_card_two {
        width: 100%;
        float: none;
        -webkit-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.28);
        -moz-box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.28);
        box-shadow: 0 0 10px 0 rgba(50, 50, 50, 0.28);
        padding: 6px 17px;
    }
}

@media all and (max-width: 460px) {
    .panel_card_two {
        height: auto;
        padding: 6px 17px 23px;
    }
}

.sum_card {
    float: left;
    width: 37%;
}

.panel_card_tree_js .sum_card,
.panel_card_two_js .sum_card {
    float: right;
}

@media all and (max-width: 460px) {
    .sum_card {
        float: left;
        width: 80%;
    }

    .panel_card_tree_js .sum_card,
    .panel_card_two_js .sum_card {
        float: left;
    }
}

.sum_card .card_input {
    width: calc(100% - 48px);
    text-align: left;
    padding-left: 10px;
}

.sum_card span {
    width: 48px;
    line-height: 52px;
    text-align: center;
    display: block;
    float: right;
}

.phone_card {
    float: right;
    width: 60%;
}

.panel_card_tree_js .phone_card,
.panel_card_two_js .phone_card {
    float: left;
}

@media all and (max-width: 460px) {
    .phone_card {
        float: left;
        width: 80%;
    }
}

.phone_card .card_input {
    width: 100%;
    text-align: left;
    padding-left: 10px;
}

.tab_card {
    padding: 0;
    margin: 0;
    width: 29%;
    height: 296px;
    float: left;
}

@media all and (max-width: 1150px) {
    .tab_card {
        width: 20%;
    }
}

@media all and (max-width: 540px) {
    .tab_card {
        width: 100%;
        height: 84px;
        float: none;
        margin: 0 auto 22px;
    }
}

.tab_card li {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 33.33%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: #7c8797;
    position: relative;
    padding: 0 0 0 43%;
}

    .tab_card li.active {
        color: #000000;
        background-color: #f6f7f7 !important;
    }

        .tab_card li.active:before {
            content: '';
            width: 15px;
            height: 100%;
            position: absolute;
            top: 0;
            right: -13px;
            background-color: #f6f7f7;
        }

    .tab_card li:nth-child(1) {
        background: url("../images/to_card.png") no-repeat scroll 20% 50% transparent;
    }

    .tab_card li.active:nth-child(1) {
        background-image: url("../images/to_card_a.png");
    }

    .tab_card li:nth-child(2) {
        background: url("../images/to_phone.png") no-repeat scroll 20% 50% transparent;
    }

    .tab_card li.active:nth-child(2) {
        background-image: url("../images/to_phone_a.png");
    }

    .tab_card li:nth-child(3) {
        background: url("../images/to_mail.png") no-repeat scroll 20% 50% transparent;
    }

    .tab_card li.active:nth-child(3) {
        background-image: url("../images/to_mail_a.png");
    }

@media all and (max-width: 1150px) {
    .tab_card li {
        display: block;
        padding: 50px 0 0;
        text-align: center;
    }

        .tab_card li:nth-child(1),
        .tab_card li:nth-child(2),
        .tab_card li:nth-child(3) {
            background-position: 50% 20px;
        }
}

@media all and (max-width: 540px) {
    .tab_card li {
        width: 33.3%;
        height: 84px;
        float: left;
    }

        .tab_card li.active:before {
            display: none;
        }
}

.clear_panel:after {
    content: '';
    display: table;
    clear: both;
}

@media all and (max-width: 500px) {
    .clear_panel_margin {
        margin: -17px 0 0;
    }
}

.text_panel {
    padding: 26px 0 0;
    color: #272425;
    font-size: 12px;
    line-height: 14px;
    max-width: 290px;
}

@media all and (max-width: 500px) {
    .text_panel {
        padding: 13px 0 0;
    }
}

.commission_panel {
    text-align: center;
    padding: 26px 10px 15px;
    color: #6a778a;
    font-size: 14px;
    line-height: 17px;
}

@media all and (max-width: 500px) {
    .commission_panel {
        padding: 0 10px 15px;
    }
}

.hint_bottom_panel {
    text-align: center;
    padding: 23px 10px 10px;
    color: #6a778a;
    font-size: 14px;
    line-height: 17px;
    margin: 0 auto;
    max-width: 296px;
}

    .hint_bottom_panel a {
        text-decoration: underline;
        color: #6a778a;
    }

@media all and (max-width: 500px) {
    .hint_bottom_panel {
        padding: 23px 10px 52px;
    }
}

.button_panel {
    width: 294px;
    height: 60px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    font: 22px/60px 'pfbeausanspro-reg';
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #30498a;
    cursor: pointer;
    border: none;
    outline: none;
    margin: 0 auto;
}

@media all and (max-width: 400px) {
    .button_panel {
        width: 100%;
    }
}

.button_panel:hover {
    opacity: 0.7;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.button_panel:not(:hover) {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.box_transfer_text.box_shifting_text {
    text-align: center;
    padding-bottom: 130px !important;
}

@media all and (max-width: 500px) {
    .box_transfer_text.box_shifting_text {
        padding-bottom: 34px !important;
    }
}

.box_shifting_text h3 {
    text-align: center;
    font: 25px/25px 'pfbeausanspro-reg';
    padding: 0 0 21px;
}

.box_shifting_text .card_input {
    text-align: center;
    max-width: 374px;
    margin-bottom: 29px;
}

.right_panel_card .form_e {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 202px;
    margin: 0 0 12px;
    color: #6a778a;
}

    .right_panel_card .form_e .label_form {
        float: left;
        margin-left: -202px;
        display: inline-block;
        width: 202px;
        color: #6a778a;
        font: 16px/36px 'pfbeausanspro-lightital';
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 0 0 25px;
        text-align: left !important;
    }

    .right_panel_card .form_e.sum_two .label_form {
        line-height: 42px;
    }

@media all and (max-width: 960px) {
    .right_panel_card .form_e {
        padding: 0 0 0 150px;
    }

        .right_panel_card .form_e .label_form {
            padding: 0;
            margin-left: -150px;
            width: 150px;
        }
}

@media all and (max-width: 500px) {
    .right_panel_card .form_e {
        padding: 0;
    }

        .right_panel_card .form_e .label_form {
            float: none;
            line-height: 18px;
            margin-left: 0;
            width: 100%;
            padding: 0;
        }

        .right_panel_card .form_e,
        .right_panel_card .form_e .label_form {
            text-align: center !important;
        }
}

.right_panel_card .input-modal {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: 16px/36px 'pfbeausanspro-lightital';
    border: 1px #d2dae3 solid;
    background: #ffffff;
    color: #6a778a;
    height: 36px;
    padding: 0 20px;
    width: 100%;
    max-width: 374px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: left !important;
}

@media all and (max-width: 640px) {
    .right_panel_card .input-modal {
        max-width: 100%;
    }
}

@media all and (max-width: 500px) {
    .right_panel_card .input-modal {
        text-align: center !important;
    }
}

.right_panel_card .form_e.sum_two {
    font: 16px/42px 'pfbeausanspro-lightital';
    text-align: left;
}

    .right_panel_card .form_e.sum_two .card_input {
        width: 92px;
        height: 42px;
        line-height: 42px;
        font-size: 18px;
        margin-right: 10px;
        text-align: left;
        border-color: #d2dae3;
        padding-left: 20px;
    }

@media all and (max-width: 500px) {
    .right_panel_card .input-modal {
        max-width: 100%;
    }

    .right_panel_card .form_e.sum_two .card_input {
        margin-left: 36px;
    }
}

@media all and (max-width: 500px) {
    .right_panel_card .contact_form {
        text-align: center;
    }

    .right_panel_card .input-modal {
        max-width: 100%;
        text-align: center;
        padding: 0 2px;
    }
}

.footer:after {
    content: '';
    display: table;
    clear: both;
}

.footer {
    margin: 0 auto;
    max-width: 1274px;
    padding: 0 27px 21px;
    background-color: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

@media all and (max-width: 479px) {
    .footer {
        padding: 20px 0 21px;
    }
}

.footer .phone_footer {
    position: absolute;
    right: 45px;
    top: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .footer .phone_footer a {
        font-size: 20px;
        color: black;
        line-height: 24px;
        padding: 0 0 0 44px;
    }

        .footer .phone_footer a span {
            font: 14px/16px 'pfbeausanspro-reg';
            color: rgb(106, 119, 138);
            display: block;
            clear: both;
            padding: 0 0 0 44px;
        }

    .footer .phone_footer span {
        font: 18px/16px 'PFBeauSansPro-Bold';
        color: #000000;
        padding: 0 0 0 44px;
        /*background: url("../images/phone_footer.png") no-repeat scroll 0 3px transparent;*/
    }

    .footer .phone_footer .phone_footer_info {
        font: 10px/8px 'PFBeauSansPro-Bold';
        color: #000000;
        padding: 0 0 0 44px;
        /*background: url("../images/phone_footer.png") no-repeat scroll 0 3px transparent;*/
    }

.footer .phone_footer_two {
    width: 310px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 22px;
    color: #000000;
    display: none;
}

    .footer .phone_footer_two .phone_text {
        color: #6a778a;
        font-size: 14px;
    }

    .footer .phone_footer_two .phone_img {
        display: block;
        width: 100%;
        text-align: center;
        position: relative;
        font: 35px/16px 'PFBeauSansPro-Bold';
        padding: 7px 0 0;
    }

        .footer .phone_footer_two .phone_img:before {
            content: '';
            position: absolute;
            width: 32px;
            height: 32px;
            top: -16px;
            left: 13px;
            background: url("../images/phone_footer_two.png") no-repeat scroll 0 0 transparent;
        }

    .footer .phone_footer_two a {
        font-size: 22px;
        color: #000000;
    }

@media all and (max-width: 770px) {
    .footer .phone_footer {
        display: none;
    }

    .footer .phone_footer_two {
        display: block;
    }
}

.footer .logo_card {
    position: absolute;
    width: 290px;
    top: 47px;
    left: 60%;
    margin-left: -145px;
}

    .footer .logo_card li {
        float: left;
        width: 40%;
        height: 50px;
        text-indent: -9999pc;
    }

        .footer .logo_card li > a {
            height: inherit;
            display: block;
        }

        .footer .logo_card li:hover {
            -webkit-transition: all 0.8s ease;
            -moz-transition: all 0.8s ease;
            -ms-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

        .footer .logo_card li:not(:hover) {
            -webkit-transition: all 0.8s ease;
            -moz-transition: all 0.8s ease;
            -ms-transition: all 0.8s ease;
            -o-transition: all 0.8s ease;
            transition: all 0.8s ease;
        }

        .footer .logo_card li.visa {
            background: url("../images/visa_footer.png") no-repeat scroll 0 50% transparent;
        }

            .footer .logo_card li.visa:hover {
                background-image: url("../images/visa_footer_hover.png");
            }

        .footer .logo_card li.master {
            background: url("../images/master_footer.png") no-repeat scroll right 50% transparent;
        }

            .footer .logo_card li.master:hover {
                background-image: url("../images/master_footer_hover.png");
            }

@media all and (max-width: 1200px) {
    .footer .logo_card:after {
        content: "";
        display: table;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        width: 100%;
    }

    .footer .logo_card {
        position: relative;
        width: 100%;
        top: auto;
        left: auto;
        margin-left: 0;
        float: left;
        padding: 30px 0 0;
        text-align: left;
        border-top: 1px #e3e3e3 solid;
    }

        .footer .logo_card li {
            width: 40%;
            display: inline-block;
            float: none;
        }

}

@media all and (max-width: 770px) {
    .footer .logo_card {
        margin: 51px auto 21px;
        width: 100%;
        float: none;
        padding: 13px 0 10px;
        border-top: 1px #e3e3e3 solid;
        border-bottom: 1px #e3e3e3 solid;
        text-align: center;
    }

        .footer .logo_card li.visa {
            background-position: 50% 50%;
        }

        .footer .logo_card li.master {
            background-position: 50% 50%;
        }
}

@media all and (max-width: 380px) {
    .footer .footer_ul .footer_ul_one,
    .footer .footer_ul,
    .footer .logo_card {
        display: none;
    }
}

.footer_ul  {
    float: left;
    padding: 20px;
}


    .footer_ul.footer_ul_one {
        width: 160px;
    }

    .footer_ul li a {
        line-height: 25px;
    }

.copyright {
    color: #6a778a;
    font-size: 14px;
    border-top: 1px #e3e3e3 solid;
    padding: 11px 0 0;
}

@media all and (max-width: 992px) {
    .copyright span {
        float: left !important;
    }
}

@media all and (max-width: 770px) {
    .footer_ul {
        float: none;
        padding: 0;
    }

        .footer_ul.footer_ul_one {
            width: 100%;
        }

        .footer_ul li {
            text-align: center;
        }

    .copyright {
        text-align: center;
        margin: 14px 0 0;
    }

    .copyright span {
        float: none !important;
    }
}

.error {
    border-color: #ff0000 !important;
}

.disable {
    opacity: 0.3;
}

.link_back {
    color: #337ab7;
    cursor: pointer;
}

p, .par {
    text-indent: 30px;
}
.email_notification, .phone_notification, .success {
    background: white; 
    text-align:center;
}

#email_notification {
     display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px #7586b1 solid;
    width: 250px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    background: url("../images/email_notification.png") no-repeat 50% transparent;
    float: left;
}

 #phone_notification {
     display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 2px #7586b1 solid;
    width: 250px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    background: url("../images/phone_notification.png") no-repeat 50% transparent;
    float: right;
}

.caption {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    padding-top: 20px;
}

.success_caption {
    font-size: 26px;
    font-weight: bold;
    padding-top: 20px;
}

.continue {
     display: inline-block;
     width:100%; 
     text-align:center; 
     border-bottom: 1px solid #eee;
     line-height:0.1em;
     margin:20px 0 30px;
} 
.continue span {
     background:#fff;
     padding:0 10px; 
     font-size: 18px;
     font-weight: normal;
}

.destination {
    color:rgb(160, 174, 185);
    font-size: 18px;
}


.backdrop, .backdrop_not_found {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:white;
    z-index: 25;
}

.backdrop {
     padding-top: 100px;
}

.backdrop_not_found {
    padding-top: 50px;
}

#consultant {
    float: right; 
    padding-right: 170px;
}

@media all and (max-width: 1200px) {
    #consultant {
        position: absolute;
        margin-top: 0px;
        margin-left: 65%; 
    }
}


@media all and (max-width: 1000px) {
    #consultant {
        position: absolute;
        margin-top: 0px;
        margin-left: 55%; 
    }
}

@media all and (max-width: 992px) {
    #consultant {
        display: none; 
    }
}

#back-to-top
{
     position: fixed;
     bottom: 5%;
     right: 1%;
}
#back-to-top img
{
    cursor:pointer;
    content:url("../images/back_to_top.png");
}

@media screen and (max-width: 400px) {
    #back-to-top
    {
        position: fixed;
        bottom: 5%;
        right: 5%;
    }

    #back-to-top img
    {
        cursor:pointer;
        content:url("../images/back_to_top_min.png");
    }
}

@media screen and (max-width: 600px) {
    #back-to-top
    {
        position: fixed;
        bottom: 5%;
        right: 2%;
    }

    #back-to-top img
    {
        cursor:pointer;
        content:url("../images/back_to_top_min_midle.png");
    }
}



.back_logo {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    min-width: 320px;
    overflow-x: hidden;
    max-width: 100%; 
    height: 500px;
    background: url('../images/alpha.png');
    background-color: #93CE24;
    z-index: -1;
    -webkit-font-smoothing: antialiased;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    -khtml-background-size: cover;
    background-size: cover;
}

#city24 {
    background: url('../images/city24ButtonBackground.png');
}

#otp {
    background: url('../images/otpButtonBackground.png');
}

#bis {
    background: url('../images/bisButtonBackground.png');
}

#cartTocart {
    background: url('../images/perekazButtonBackground.png');
}

 #tas {
       background: url('../images/tasBackground.png');
 }

 #city24, #cartTocart, #tas, #otp, #bis {
    background-repeat: no-repeat;
    background-size: 100% 100%;
 }

#city24:hover {
    background: url('../images/city24ButtonBackgroundColor.png');
}

#cartTocart:hover {
    background: url('../images/perekazButtonBackgroundColor.png');
}

 #tas:hover {
       background: url('../images/tasBackgroundColor.png');
 }

 #otp:hover {
       background: url('../images/otpButtonBackgroundColor.png');
 }

#bis:hover {
       background: url('../images/bisButtonBackgroundColor.png');
 }

#city24:hover, #tas:hover, #otp:hover, #cartTocart:hover, #bis:hover {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.gaslo {
    display: none;
}

@media screen and (max-width: 380px) {
    .gaslo {
        display: block;
        color: black;
        font-size: 16px;
    } 
}

.generateDataLoading {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.backdrop img, .backdrop_not_found img {
    display: block;
    margin: 0 auto;
}

#help .modal-dialog {
    width: 95%;
    margin: 30px auto;
  }

.excel_helper {
    width: 100%;
}

/** Личный кабинет **/
.form-cont {
    width: 100%;
    max-width: 400px;
    margin: 50px auto 0;
    margin-bottom: 50px;
    padding: 30px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
}

.icon-user {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 92px;
    height: 92px;
    margin: 0 auto 20px;
    padding-top: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #337ab7;
}

.title-form h2 {
    font-size: 30px;
    line-height: 25px;
    text-align: center;
    color: #484748;
}

.title-form p {
    line-height: 20px;
}

.form {
    width: 270px;
    margin: 0 auto;
}

.title-form footer .container-footer .col-4 .icon-phone span, .title-form p, 
footer .container-footer .col-4 .icon-phone .title-form span, .auth-code-hint {
    font-size: 16px;
    padding: 20px 45px;
    text-align: center;
    color: #484748;
}

.form-social-login footer .container-footer .col-4 .icon-phone span, .form-social-login p, footer .container-footer 
.col-4 .icon-phone .form-social-login span {
    font-size: 14px;
    text-align: center;
    color: #484748;
}

.form-social-login {
    text-align: center;
}

.icon-fb {
    max-width: 42px;
    max-height: 42px;
}

.form-actions {
    margin: 0;
    background-color: transparent;
    text-align: center;
}

.error_message, #error_message {
    text-align: center;
    color: red;
    font-size: 16px;
    margin-top: 15px;
}

.pr_title {
    text-align: center;
}

.pr_content {
    text-align: justify;
    padding: 20px;
}

.title_t, .title_c {
    color: rgba(0,176,80,1) !important;
}

 .title_t {
    font-size: 24px !important; 
}

 #download {
     background-image: url('../images/icon_download.png');
     background-repeat: no-repeat;
     background-position: center 10px;
     padding: 55px 0 10px 0;
     font-size: 16px;
     border-radius: 10px;
     border: #337ab7 2px solid;
     text-decoration: none;
     vertical-align: bottom;
     max-width: 150px;
     height: 110px;
     display: inline-block;
     text-align: center;
 }

 #download:hover {
     background-image: url('../images/icon_download_active.png');
     background-color: #337ab7;
     color: white;
 }

 .upload {
     background-image: url('../images/icon_add.png');
     background-repeat: no-repeat;
     background-position: center 10px;
     padding: 55px 0 10px 0;
     font-size: 16px;
     border-radius: 10px;
     border: #337ab7 2px solid;
     color: #337ab7;
     text-decoration: none;
     vertical-align: bottom;
     max-width: 150px;
     min-width: 150px;
     height: 110px;
     display: inline-block;
     text-align: center;
     margin: 0;
     
 }

.upload:hover {
    background-image: url('../images/icon_add_active.png');
    background-color: #337ab7;
    color: white;
}

.service_template {
    margin-top: -100px;
}

@media screen and (max-width: 720px) {
   .service_template {
       display: contents;
   }
}