@font-face {
    font-family: 'SFUIText-Light';
    font-weight: normal;
    font-style: normal;

    src: url('/public/css/fonts/SFUIText-Light/SFUIText-Light.eot?#iefix') format('embedded-opentype'), url('/public/css/fonts/SFUIText-Light/SFUIText-Light.woff') format('woff'), url('/public/css/fonts/SFUIText-Light/SFUIText-Light.ttf') format('truetype'), url('/public/css/fonts/SFUIText-Light/SFUIText-Light.svg#SFUIText-Light') format('svg');
}

html,
body {
    font-size: 14px;
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

body {
    font-family: 'SFUIText-Light';
    height: 100%;
}

.mobile-cap {
    display: none;
}

.page-title {
    font-size: 38px;
    display: inline-block;
    margin: 10px 0 25px 0;
    color: #2d2d2d;
    border-bottom: 2px solid #27b399;
}

.main-page .page-title {
    margin: 0 0 12px 0;
    text-shadow: 0 1px 0 #fff;
}

.page-container {
    height: 100%;
    margin: 0;
    padding: 0;
}

.page-wrapper {
    position: relative;
    min-height: 100%;
    margin-bottom: -370px;
}

body.-loading {
    -webkit-transform: scale(.98);
            transform: scale(.98);
    opacity: 0;
}

* html .page-wrapper {
    height: 100%;
}

h1,
h2,
h3,
h4 {
    font-weight: normal;
}

.mobile-menu-wrapper {
    display: none;
}

.page-buffer .page-push {
    height: 370px;
}

.page-buffer .cap {
    position: relative;
    z-index: 10;
}

.page-buffer .cap-top {
    position: relative;
    height: 180px;
    background: #2b3a44;
    background: #fff;
}

.page-buffer .cap-inner {
    height: 100%;
}

.cap .menu-background {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 54px;
    border-top: 4px solid #27b399;
    background: #2b3a44;
}

.cap-top .logo-block {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 0;
}

.cap-top .logo-block .logo {
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
    margin-top: -12px;
    border-radius: 100%;
    background: url(/public/img/logo.png);
    background-color: #fff;
    background-size: contain;
}

.cap-top .logo-block .slogan-top {
    font-size: 27px;
    position: absolute;
    top: 7px;
    left: 90px;
    width: 330px;
    letter-spacing: .01em;
    color: #6b6b6b;
}

.cap-top .logo-block .slogan-bottom {
    font-size: 14px;
    position: absolute;
    top: 34px;
    left: 90px;
    width: 280px;
    color: #8e8e8e;
}

.page-buffer .content {
    position: relative;
    display: table;
    table-layout: fixed;
}

.content-block {
    clear: both;
}

.content-block > p:first-child {
    margin-top: 0;
}

body .content-block a[href$='.xlsx'],
body .content-block a[href$='.xls'],
body .content-block a[href$='.docx'],
body .content-block a[href$='.rtf'],
body .content-block a[href$='.doc'],
body .content-block a[href$='.pptx'],
body .content-block a[href$='.ppt'],
body .content-block a[href$='.pdf'],
body .content-block a[href$='.zip'],
body .content-block a[href$='.rar'],
body .content-block a[href$='.jpg'],
body .content-block a[href$='.jpeg'],
body .content-block a[href$='.png'] {
    position: relative;
    padding-left: 35px;
}

body .content-block a[href$='.xlsx']:before,
body .content-block a[href$='.xls']:before,
body .content-block a[href$='.docx']:before,
body .content-block a[href$='.rtf']:before,
body .content-block a[href$='.doc']:before,
body .content-block a[href$='.pptx']:before,
body .content-block a[href$='.ppt']:before,
body .content-block a[href$='.pdf']:before,
body .content-block a[href$='.zip']:before,
body .content-block a[href$='.rar']:before,
body .content-block a[href$='.jpg']:before,
body .content-block a[href$='.jpeg']:before,
body .content-block a[href$='.png']:before {
    position: absolute;
    top: -14px;
    left: 4px;
    width: 30px;
    height: 35px;
    content: '';
    background: url(/public/img/file-types.png);
}

body .content-block a[href$='.docx']:before,
body .content-block a[href$='.doc']:before,
body .content-block a[href$='.rtf']:before {
    background-position: 0 0;
}

body .content-block a[href$='.xlsx']:before,
body .content-block a[href$='.xls']:before {
    background-position: 0 -35px;
}

body .content-block a[href$='.pptx']:before,
body .content-block a[href$='.ppt']:before,
body .content-block a[href$='.csv']:before {
    background-position: 0 -70px;
}

body .content-block a[href$='.pdf']:before {
    background-position: 0 -105px;
}

body .content-block a[href$='.zip']:before {
    background-position: 0 -140px;
}

body .content-block a[href$='.rar']:before {
    background-position: 0 -175px;
}

body .content-block a[href$='.jpg']:before,
body .content-block a[href$='.jpeg']:before,
body .content-block a[href$='.png']:before {
    background-position: 0 -210px;
}

.page-buffer .content .column {
    display: table-cell;
    box-sizing: border-box;
    padding: 0 5px;
    vertical-align: top;
}

.page-buffer .content .left-column {
    width: 300px;
    padding: 0 20px 20px 20px;
}

.page-buffer .content .left-column + .center-column .bread-crumbs-block {
    margin-left: -285px;
}

.page-buffer .content .left-column + .center-column .page-content {
    padding: 14px 0;
}

.page-buffer .content .column:empty {
    display: none;
}

.column .left-submenu {
    overflow: hidden;
    margin: 60px 0 20px 0;
    padding: 0;
    list-style: none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(4,47,89,.12) inset;
}

.column .left-submenu li {
    margin: 0;
}

.column .left-submenu li a {
    position: relative;
    display: block;
    padding: 10px 10px;
    -webkit-transition: 240ms ease-out;
            transition: 240ms ease-out;
    text-decoration: none;
    color: #484848;
    color: #14385e;
}

.column .left-submenu li a:hover,
.column .left-submenu li a.active {
    color: #fff;
    background: #27b399;
}

.left-block {
    position: relative;
    max-height: 9999px;
    margin-bottom: 20px;
    padding: 10px;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(.5, 0, 1, 0);
            transition-timing-function: cubic-bezier(.5, 0, 1, 0);
    opacity: 1;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    background: #fafafa;
}

.left-block.-hidden {
    visibility: hidden;
    max-height: 0;
    -webkit-transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
            transition: max-height .8s cubic-bezier(0, 1, 0, 1) -.1s;
    opacity: 0;
}

.js-simple-slider-btn {
    font-family: FontAwesome;
    font-size: 36px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -20px;
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-top: -15px;
    cursor: pointer;
    text-align: center;
    color: #2d2d2d;
    border-radius: 100%;

    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.js-simple-slider-btn:before {
    content: '\f053';
}

.js-simple-slider-btn-next:before {
    content: '\f054';
}

.js-simple-slider-btn-next {
    right: -20px;
    left: inherit;
}

.page-content {
    margin: -14px 0 30px 0;
    padding: 14px;
}

.page-content:empty {
    display: none;
}

.page-content p {
    font-size: 15px;
}

.page-footer {
    font-size: 13px;
    position: relative;
    z-index: 1;
    height: 370px;
    color: #dcdcdc;
    background: #40454b;
    background: #1e1e1e;
}

.center {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

#main-menu {
    position: relative;
    top: 125px;
    right: 0;
    text-align: right;
}

#main-menu > ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

#main-menu > ul > li {
    position: relative;
    display: inline-block;
    margin: 0 0 0 0;
    color: #fff;
}

#main-menu a {
    font-size: 15px;
    display: block;
    margin: 0;
    padding: 18px 12px;
    text-decoration: none;
    color: inherit;
    border-radius: 5px;
    /* text-shadow: 0 1px 0 #fff; */
}

#main-menu a[href="#"] {
    cursor: default;
}

#main-menu a .corner {
    font-size: 9px;
    position: relative;
    top: -1px;
    margin-left: 4px;
    color: #fff;
}

#main-menu > ul ul {
    position: absolute;
    z-index: 1;
    /* background: #484848; */
    /* background: #27b399; */
    left: 0;
    overflow: hidden;
    min-width: 200px;
    max-height: 0;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
    text-align: left;
    opacity: 0;
    color: #fff;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 5px 18px -2px rgba(111, 110, 110, .6);
}

#main-menu > ul > li > ul:before {
    position: absolute;
    z-index: 10;
    top: -7px;
    left: 10px;
    content: '';
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 7px solid #27b399;
    border-left: 10px solid rgba(0, 0, 0, 0);
}

#main-menu > ul ul li {
    background: #27b399;
}

#main-menu > ul ul li:last-child {
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}

#main-menu > ul ul li > a {
    padding: 10px 12px;
    border-top: 1px dotted #60c7b4;
    border-radius: 0;
}

#main-menu > ul ul li:first-child > a {
    border-top: 0;
}

#main-menu > ul > li {
    -webkit-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
}

#main-menu > ul > li.active,
#main-menu > ul > li.active .corner,
#main-menu > ul > li:hover,
#main-menu > ul > li:hover .corner {
    color: #27b399;
}

#main-menu li:hover > ul {
    overflow: visible;
    max-height: 900px;
    margin: 0 0 0 0;
    opacity: 1;
}

#main-menu ul ul a.active,
#main-menu ul ul a:hover {
    border-top: 1px solid rgb(42, 197, 169);
    border-radius: 0;
    background: #129c83;
    box-shadow: inset 0 0 10px -4px rgba(0, 0, 0, .62);
}

.bread-crumbs-block {
    display: block;
    max-height: 48px;
    margin: 15px;
    padding: 0;
    list-style: none;
}

.bread-crumbs-block a {
    color: #27b399;
}

.bread-crumbs-block a:hover {
    color: #18c769;
}

.bread-crumbs-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bread-crumbs-block li {
    display: inline-block;
    margin: 0;
}

.bread-crumbs-block .crumb-arrow {
    display: inline-block;
    margin: 0 6px;
    cursor: default;
    color: #797979;
}

.bread-crumbs-block .crumb .home {
    margin-left: 3px;
}

.bread-crumbs-block .crumb .active {
    color: #2b2b2b;
}

.page-footer .feedback-form .validation-error.-visible {
    opacity: 1;
}

.page-footer .feedback-form input .error {
    border: 1px solid #ee5d25 !important;
}

.confirm-box-header {
    margin: 0 0 13px 0;
    font-size: 17px;
}

.confirm-box-container button:active {
    top: inherit;
}

.confirm-box-container button {
    margin: 0 15px;
}

.top-scroller {
    position: fixed;
    z-index: 90000;
    right: 30px;
    bottom: -120px;
    background: url(/public/img/scrolltop.png) no-repeat;
    background-size: cover;
    width: 82px;
    height: 110px;
    cursor: pointer;
    opacity: 0;
    background-position: 0 0;
}

.top-scroller:hover {
    background-position: 0 -137px;
}



.top-scroller.-visible {
    bottom: 20px;
    opacity: 1;
}

.page-content ul {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding: 0 0 0 14px;
    list-style: none;
}

.page-content ol {
    font-size: 15px;
    line-height: 20px;
    margin: 14px 0 20px 0;
    list-style: none;
    counter-reset: list1;
}

.page-content ul li,
.page-content ol li {
    position: relative;
    margin-bottom: 6px;
}

.page-content ul > li:before {
    position: absolute;
    top: 7px;
    width: 4px;
    height: 4px;
    margin-left: -12px;
    content: '';
    border-radius: 100%;
    background: #27b399;
}

.page-content ul li ul {
    padding: 6px 0 0 11px;
    list-style: none;
}

.page-content ul li ul li:before {
    top: 7px;
    width: 11px;
    height: 6px;
}

.page-content ol li {
    padding-left: 20px;
}

.page-content ol > li:before {
    position: absolute;
    right: 100%;
    margin-right: -12px;
    color: #4778d9;
}

.page-content ol > li:before {
    content: counter(list1) '.';
    counter-increment: list1;
}

.page-content ol li ol {
    padding: 6px 0 0 20px;
    list-style: none;
    counter-reset: list2;
}

.page-content ol ol li {
    padding-left: 14px;
}

.page-content ol li ol > li:before {
    content: counter(list1) '.' counter(list2) '.';
    counter-increment: list2;
}

.cap .help-block {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 58px;
    display: none;
}

.cap .help-block .contact {
    font-size: 13px;
    position: absolute;
    top: 18px;
    right: 0;
    color: #565656;
}

.cap .help-block .contact .icon {
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    color: #27b399;
}

.cap .help-block .contact > div {
    position: relative;
    margin: 8px 0;
    text-align: right;
}

.cap .contact .address .icon {
    /* color: #80cb79; */
}

.cap .contact .phone .icon {
    /* color: #f17070; */
}

.cap .contact .email .icon {
    font-size: 14px;
    top: 0;
    /* color: #f1cb56; */
}

.cap .help-block .action-pay {
    font-size: 17px;
    position: relative;
    display: block;
    visibility: hidden;
    padding: 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.cap .total-purse-block {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 0;
    bottom: 70px;
    width: 360px;
    text-align: right;
}

.cap .total-purse-block .purse-block {
    position: relative;
    margin: 10px;
    color: #5d5d5d;
}

.cap .total-purse-block .word {
    display: table-cell;
    width: 130px;
    margin-top: 10px;
}

.cap .total-purse-block .word {
    display: inline-block;
    width: 150px;
    text-align: right;
}

.cap .total-purse-block .amount {
    font-size: 26px;
    line-height: 26px;
    position: relative;
    top: 3px;
    display: inline-block;
    margin-left: 10px;
    color: #27b399;
    text-shadow: none;
}

.cap .total-purse-block .currency {
    font-size: 12px;
    display: inline-block;
    margin-left: 4px;
}

.gmap {
    float: right;
    width: 58%;
}

.page-footer .footer-columns {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.page-footer .foot-column {
    position: relative;
    display: table-cell;
    padding: 40px 10px 0 10px;
    vertical-align: top;
}

.page-footer .foot-column.column-1 {
    width: 200px;
}

.page-footer .foot-column.column-3 {
    width: 250px;
}

.page-footer .foot-column.column-4 {
    width: 200px;
}

.page-footer .foot-title {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    margin: 0 0 40px 0;
    color: #fff;
}

.page-footer .foot-title:before {
    position: absolute;
    bottom: -7px;
    width: 20px;
    height: 2px;
    content: '';
    background: #27b399;
}

.page-footer .foot-contact {
    font-size: 11px;
    margin-top: 10px;
}

.page-footer .foot-contact > div {
    margin: 2px 0;
}

.page-footer .foot-contact .contact-icon {
    font-size: 13px;
    width: 10px;
    margin: 0 5px 0 0;
}

.page-footer .foot-contact .contact-icon.fa-envelope {
    font-size: 10px;
}

.page-footer .footer-logo {
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
}

.page-footer .footer-logo .logo-image {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 100%;
    background: url(/public/img/logo-footer.png);
    /* background-color: #fff; */
    background-size: contain;
}

.page-footer .footer-logo .logo-label {
    font-size: 12px;
    line-height: 17px;
    position: relative;
    display: block;
    margin: 30px auto 0 auto;
    text-align: center;
    color: #6d6d6d;
}

.page-footer .foot-map {
    width: 100%;
    height: 190px;
    background: #333;
}

.page-footer .foot-map .gmnoprint,
.page-footer .foot-map .gm-style-cc{
    display: none;
}

.footer-pages-list {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-pages-list li {
    position: relative;
    display: block;
}

.footer-pages-list li a {
    position: relative;
    display: block;
    padding: 10px 0;
    -webkit-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
    text-decoration: none;
    color: inherit;
}

.footer-pages-list li a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #3d3d3d;
}

.footer-pages-list li a:hover {
    padding-left: 7px;
    background: #2b2b2b;
}

.page-footer .developer {
    font-size: 11px;
    position: absolute;
    bottom: 0;
    width: 200px;
    color: inherit;
}

.page-footer .developer:before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: '';
    background: #3d3d3d;
}

.page-footer .developer .dev-logo {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    background: url(/public/img/via-profit.png) no-repeat center center;
}

.page-footer .developer .dev-label {
    position: absolute;
    top: 17px;
    left: 60px;
    display: block;
    width: 100px;
}

.page-footer .socnet-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-footer .socnet-list li a {
    position: relative;
    display: block;
    padding: 7px 0;
    -webkit-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
    text-decoration: none;
    color: inherit;
}

.page-footer .socnet-list .icon {
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    padding: 5px;
    -webkit-transition: all 100ms ease-out;
            transition: all 100ms ease-out;
    text-align: center;
    color: #585858;
    border-radius: 100%;
    background: #acacac;
}

.page-footer .socnet-list li a:hover {
    padding-left: 7px;
    background: #2b2b2b;
}

.page-footer .socnet-list li a:hover .icon {
    color: white;
}

.page-footer .socnet-list li a:hover .fa-vk {
    background: #507299;
}

.page-footer .socnet-list li a:hover .fa-facebook {
    background: #3b5998;
}

.page-footer .socnet-list li a:hover .fa-youtube {
    background: #e62117;
}

.page-footer .socnet-list li a:hover .fa-instagram {
    background: rgb(252,174,32);
    background: -webkit-linear-gradient(45deg, rgba(252,174,32,1) 0%,rgba(184,9,145,1) 100%);
    background:         linear-gradient(45deg, rgba(252,174,32,1) 0%,rgba(184,9,145,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcae20', endColorstr='#b80991',GradientType=1 );
}

.page-footer .socnet-list li a:hover .fa-odnoklassniki {
    background: #ee8208;
}

.page-footer .socnet-list li a:hover .fa-telegram {
    background: #289fd9;
}
.page-footer .socnet-list li a:hover .fa-twitter {
    background: #1da1f2;
}

.page-footer .socnet-list li a:hover .fa-google-plus {
    background: #db4437;
}

.paginator li:before {
    display: none;
}

.spoiler {
    font-size: 16px;
    position: relative;
    margin: 10px 0;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(4,47,89,.12) inset;
}

.spoiler > .spoiler-title {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px 10px 7px 23px;
    cursor: pointer;
    color: #fff;
    border-radius: 3px 3px 0 0;
    background: #27b399;
    text-shadow: 0 -1px 0 rgba(0, 61, 88, .49);
}

.spoiler > .spoiler-title:before {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -8px;
    content: '\f0da';
    -webkit-transition: all 200ms ease-out;
            transition: all 200ms ease-out;
    color: #fff;
}

.spoiler.-opened > .spoiler-title:before {
    -webkit-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
}

.spoiler > .spoiler-content {
    overflow: hidden;
    box-sizing: border-box;
    max-height: 0;
    padding: 0 10px 1px 10px;
    -webkit-transition: all 140ms ease-in-out;
    transition: all 140ms ease-in-out;
}

.spoiler.-opened > .spoiler-content {
    overflow: visible;
    min-height: 36px;
    max-height: 9999px;
}

body .paginator {
    position: relative;
    clear: both;
    margin: 10px 0 30px 0;
    padding: 10px;
    list-style: none;
    border-top: 2px solid #27b399;
    background-color: #2b3a44;
    box-shadow: 0 4px 14px -2px rgba(0, 0, 0, .32);
}

body .paginator ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

body .paginator ul li {
    display: inline-block;
}

body .paginator a,
body .paginator span {
    font-size: 14px;
    line-height: 25px;
    position: relative;
    display: inline-block;
    height: 25px;
    margin: 0 3px;
    padding: 0 12px;
    text-decoration: none;
    color: #353535;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background: -webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
    background:         linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    background-color: #f9f9f9;
    box-shadow: inset 0 1px 0 0 #fff;
    text-shadow: 0 1px 0 #fff;
}



body .paginator .active {
    cursor: default;
    color: #1abdae;
}

body .paginator a:hover,
body .paginator span:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #dfdfdf), color-stop(1, #ededed));
    background: -webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
    background:         linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
    background-color: #dfdfdf;

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
}

body .paginator a:active,
body .paginator span:active {
    top: 1px;
}

.go-to-pay-block {
    font-size: 17px;
    position: absolute;
    top: 30px;
    left: 420px;
}

.go-to-pay-block .btn-2,
.go-to-pay-block .btn-1 {
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 10px 40px;
    -webkit-transition: all 240ms ease-out;
            transition: all 240ms ease-out;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    color: rgba(255, 255, 255, .81);
    border-radius: 20px;
    background: #bb528a;
    box-shadow: 0 7px 18px -6px rgba(187, 82, 138, .88);
}

.go-to-pay-block .btn-2 {
    font-size: 13px;
    top: 47px;
    padding: 6px 22px;
    background: #4098d6;
    box-shadow: 0 7px 18px -6px rgba(82, 112, 187, .88);
}

.go-to-pay-block .btn-1:before,
.go-to-pay-block .btn-2:before {
    font-family: FontAwesome;
    position: absolute;
    display: block;
    -webkit-transition: inherit;
            transition: inherit;
    border-radius: 100%;
    background: #fff;
}

.go-to-pay-block .btn-1:before {
    top: 4px;
    left: -18px;
    content: '\f004';
    -webkit-transition: inherit;
    transition: inherit;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 1.6s infinite;
    color: #d6486d;
    border: 8px solid #fff;
    box-shadow: 3px 1px 4px -1px rgba(187, 82, 138, .45);
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 3px 1px 4px -1px rgba(187, 82, 138, .45);
        color: #d6486d;
    }

    80% {
        box-shadow: 3px 1px 4px -1px rgba(187, 82, 138, .45), 0 0 0 10px rgba(255, 0, 0, 0);
        color: #ff0042;
    }

    100% {
        box-shadow: 3px 1px 4px -1px rgba(187, 82, 138, 0);
        color: #d6486d;
    }
}

@-moz-keyframes pulse {
    0% {
        box-shadow: 3px 1px 4px -1px rgba(187, 82, 138, .45);
        color: #d6486d;
    }

    80% {
        box-shadow: 3px 1px 4px -1px rgba(187, 82, 138, .45), 0 0 0 10px rgba(255, 0, 0, 0);
        color: #ff0042;
    }

    100% {
        box-shadow: 3px 1px 4px -1px rgba(187, 82, 138, 0);
        color: #d6486d;
    }
}

@keyframes pulse {
    0% {
        box-shadow: 3px 1px 4px -1px rgba(187, 82, 138, .45);
        color: #d6486d;
    }

    80% {
        box-shadow: 3px 1px 4px -1px rgba(187, 82, 138, .45), 0 0 0 10px rgba(255, 0, 0, 0);
        color: #ff0042;
    }

    100% {
        box-shadow: 3px 1px 4px -1px rgba(187, 82, 138, 0);
        color: #d6486d;
    }
}

.go-to-pay-block .btn-2:before {
    top: 4px;
    left: -12px;
    content: '\f007';
    color: #4098d6;
    border: 3px solid #fff;
    border: 4px solid #fff;
    box-shadow: 3px 1px 4px -1px rgba(82, 134, 187, .45);
}

.go-to-pay-block .btn-1:after,
.go-to-pay-block .btn-2:after {
    font-family: FontAwesome;
    position: absolute;
    top: 13px;
    right: -16px;
    display: block;
    content: '\f004';
    -webkit-transition: inherit;
            transition: inherit;
    opacity: 0;
    color: #fff;
    border-radius: 100%;
}

.go-to-pay-block .btn-2:hover:after {
    right: 10px;
    opacity: 1;
}

.go-to-pay-block .btn-1:hover:after {
    right: 14px;
    opacity: 1;
}

.go-to-pay-block .btn-2:after {
    top: 7px;
    right: -10px;
    content: '\f007';
}

.go-to-pay-block .btn-1:hover {
    padding-right: 60px;
    padding-left: 20px;
}

.go-to-pay-block .btn-2:hover {
    padding-right: 32px;
    padding-left: 12px;
}

.go-to-pay-block .btn-2:hover:before {
    left: -26px;
    opacity: 0;
}

.go-to-pay-block .btn-1:hover:before {
    left: -46px;
    opacity: 0;
}



.cap .cabinet-block {
    color: #666;
    background: #ffffff;
    padding: 4px 10px;
    position: absolute;
    right: 325px;
    top: 27px;
    z-index: 5;
    width: 290px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.cap .cart-block[data-items-count="0"] + .cabinet-block {
    right: 80px;
}

.cap .cart-block[data-items-count="0"], .cap .cart-block[data-items-count="0"] + .cabinet-block {
    top: 30px;
}

.cap .cart-block[data-items-count="0"] {
    border-color: #FFF;
}

.cap .cabinet-block a {
    color: #333;
    font-size: 13px;
    display: block;
    position: relative;
    margin: 7px 0;
}

.cap .cabinet-block .label {
}

.cap .cabinet-block .icon {
    margin-right: 8px;
    font-size: 18px;
    position: relative;
    top: 2px;
}
