html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover {
    border: 0;
}

body, input, button, textarea, select {
    font-family: 'Montserrat', sans-serif;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.logotype a {
    transition: all 300ms ease-in-out 0s;
}

.user-ico:before {
    font-family: 'fontello', sans-serif;
}

.border2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.clear:after {
    clear: both;
    display: block;
    content: '';
}

.with2 {
    display: inline-block;
    float: left;
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
}

body {
    background: #f1f5f9;
}

header {
    background: #2546f6;
    -webkit-box-shadow: 0 7px 18px 0 rgba(37, 70, 246, 0.49);
    -moz-box-shadow: 0 7px 18px 0 rgba(37, 70, 246, 0.49);
    box-shadow: 0 7px 18px 0 rgba(37, 70, 246, 0.49);
}

header .inner .user-area:after,
.main-screen .overflow:after,
.sign-up-block .inner .social-link:after,
.sign-up-block .inner .social-link ul:after,
.your_links_will ul:after,
.our_backlinks:after,
.our_backlinks .tabs_block:after,
.our_backlinks .tabs_block .link-tabs:after,
.result_block .list ul li:after,
.free_products .packs ul:after,
.what_you_get ul:after,
.start_buying .overflow:after,
.reasons_block .overflow ul:after,
.reviews ul:after,
.wy_we ul:after,
footer .overflow .content:after,
footer .overflow .content .right ul:after,
.step-links-block ul.step:after,
.filter_block .clear:after,
.item_filter_ellements.two_corners:after,
.table_items_specific .main_list .item:after,
.table_items_specific .main_list .item .inner_list:after,
.pager_navigation ul:after,
header .inner:after {
    clear: both;
    display: block;
    content: '';
}

header .inner {
    text-align: center;
}

header .inner .logotype {
    display: inline-block;
    float: left;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 55px;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-align: left;
}

header .inner .logotype strong {
    color: #fe973d;
}

header .inner .logotype i {
    display: inline-block;
    line-height: 35px;
    height: 35px;
    width: 35px;
    position: relative;
    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.44);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.44);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.44);
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
}

header .inner .logotype i img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
}

header .inner nav {
    display: inline-block;
}

header .inner .profile,
header .inner .menu {
    width: 50px;
    height: 55px;
    display: inline-block;
    float: left;
    background: url('../images/svg/menu.svg') center/20px no-repeat;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-right: 1px solid rgba(255, 255, 255, .3);
    margin-left: 10px;
}

header .inner .profile {
    border-right: 0;
    background: url('../images/svg/profile.svg') center/20px no-repeat;
    float: right;
    display: none;
}

header .inner nav ul {
}

header .inner nav ul li {
    display: inline-block;
}

header .inner nav ul li span,
header .inner nav ul li a {
    line-height: 55px;
    display: block;
    position: relative;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 12px;
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
}

header .inner nav ul li.select span,
header .inner nav ul li.select a,
header .inner nav ul li span:hover,
header .inner nav ul li a:hover {
    background: #1b39da;
}

header .inner nav ul li.drop ul {
    position: absolute;
    background: #1b39da;
    max-width: 50%;
    display: none;
}

header .inner nav ul li.drop ul li {
    text-align: left;
    display: block;
}

header .inner nav ul li.drop ul li a {
    line-height: 2.5rem;
}

header .inner nav ul li.drop ul li a:hover {
    transition-duration: 200ms;
    background-color: #2546f6;
}

header .inner nav ul li.drop ul li a:hover:before {
    content: " –– ";
}

header .inner nav ul li.drop ul.active {
    display: block;
}


header .inner nav ul li.drop ul:hover {
    display: block;
}

header .inner nav ul li.drop span {
    padding-right: 30px;
}

header .inner .user-area .cart-bock .cart:before,
header .inner nav ul li.drop span:after {
    transition: all 300ms ease-in-out 0s;
    height: 55px;
    width: 20px;
    background: url('../images/svg/arrow-down.svg') center/8px no-repeat;
    position: absolute;
    right: 6px;
    bottom: 0;
    content: '';
}

header .inner nav ul li.drop.select span:after,
header .inner .user-area .cart-bock .cart:hover:before,
header .inner nav ul li.drop span:hover:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

header .inner .user-area {
    display: inline-block;
    float: right;
    text-align: left;
    height: 55px
}

header .inner .user-area .informing {
    border-left: 1px solid rgba(255, 255, 255, .3);
    display: inline-block;
    float: left;
    line-height: 55px;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}

header .inner .user-area .informing .bell-ico {
    position: relative;
    background: url('../images/svg/bell.svg') center/20px no-repeat;
    display: block;
    width: 26px;
    height: 55px;
}

header .inner .user-area .informing .bell-ico i {
}

header .inner .user-area .user-block {
    border-left: 1px solid rgba(255, 255, 255, .3);
    display: inline-block;
    float: right;
    padding: 10px 0 10px 10px;
    color: #fff;
}

header .inner .user-area .user-block .sign-in,
header .inner .user-area .user-block .sign-out,
header .inner .user-area .user-block .personal-cabinet {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    transition: all 300ms ease-in-out 0s;
    position: relative;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 35px;
    display: inline-block;
    padding: 0 15px 0 35px;
}

header .inner .user-area .user-block .sign-out,
header .inner .user-area .user-block .sign-in{

    background: rgb(67, 129, 255);
    background: -moz-linear-gradient(top, rgba(67, 129, 255, 1) 0%, rgba(47, 88, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(67, 129, 255, 1) 0%, rgba(47, 88, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(67, 129, 255, 1) 0%, rgba(47, 88, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(67, 129, 255, 1) 0%, rgba(47, 88, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(67, 129, 255, 1) 0%, rgba(47, 88, 255, 1) 100%);
    -webkit-box-shadow: 0 7px 11px 0 rgba(28, 49, 255, 0.14);
    -moz-box-shadow: 0 7px 11px 0 rgba(28, 49, 255, 0.14);
    box-shadow: 0 7px 11px 0 rgba(28, 49, 255, 0.14);
}
header .inner .user-area .user-block .personal-cabinet {

    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.14);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.14);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.14);
}

header .inner .user-area .user-block .personal-cabinet:hover {
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.64);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.64);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.64);
}
header .inner .user-area .user-block .sign-out:hover,
header .inner .user-area .user-block .sign-in:hover {
    -webkit-box-shadow: 0 7px 11px 0 rgba(28, 152, 255, 0.7);
    -moz-box-shadow: 0 7px 11px 0 rgba(28, 152, 255, 0.7);
    box-shadow: 0 7px 11px 0 rgba(28, 152, 255, 0.7);
}

header .inner .user-area .user-block .sign-in:before,
header .inner .user-area .user-block .sign-out:before,
header .inner .user-area .user-block .personal-cabinet:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    height: 35px;
    width: 30px;
}

header .inner .user-area .user-block .sign-in:before {
    background: url('../images/svg/sign-in.svg') center/19px no-repeat;
}

header .inner .user-area .user-block .sign-out:before {
    background: url('../images/svg/log-out.svg') center/19px no-repeat;
}

header .inner .user-area .user-block .personal-cabinet:before {
    background: url('../images/svg/profile.svg') center/19px no-repeat;
}



header .inner .user-area .cart-bock {
    display: inline-block;
    float: left;
    padding: 0 15px 0 10px;
    border-left: 1px solid rgba(255, 255, 255, .3);
}

header .inner .user-area .cart-bock .cart-ico {
    height: 50px;
    width: 30px;
    background: url('../images/svg/shopping-cart.svg') center/25px no-repeat;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

header .inner .user-area .informing .bell-ico i,
header .inner .user-area .cart-bock .cart-ico i {
    position: absolute;
    left: -4px;
    top: 10px;
    background: #fff;
    color: #040721;
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
    width: 15px;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #2546f6;
}

header .inner .user-area .cart-bock .cart {
    display: inline-block;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
}

header .inner .user-area .cart-bock .cart:before {
    right: -5px;
}

header .inner .user-area .cart-bock .cart a {
    text-decoration: none;
    color: #fff;
}

header .inner .user-area .cart-bock .cart .title {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    padding-right: 20px;
    margin: 0 0 10px 0;
}

header .inner .user-area .cart-bock .cart .title a {
    margin-top: 14px;
    display: block;
}

header .inner .user-area .cart-bock .cart .title small {
    font-size: 11px;
    display: block;
    font-weight: normal;
    margin-top: 6px;
}

header .inner .user-area .cart-bock .cart .title small em {
    color: #50fb64;
    font-weight: bold;
}

.overflow_head {
    background: url('../images/main-bg.jpg') center top no-repeat;
    background-size: cover;
    padding: 150px 0 80px 0;
}


.overflow_head header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.main-screen .title_item {
    display: inline-block;
    float: left;
    color: #171516;
    padding: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, .7);
    margin: 120px 0 0 80px;
}

.main-screen .title_item h1 {
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
}

.main-screen .title_item h1 strong {
    font-weight: 900;
    color: #2546f6;
    font-size: 33px;
    margin: 8px 0;
    display: block;
}

.main-screen .title_item p {
    font-size: 14px;
    line-height: 1.4;
}

.main-screen .title_item p strong {
    font-weight: bold;
    display: block;
}

.main-screen .sign-up-block {
    display: inline-block;
    float: right;
    margin-right: 80px;
}

.sign-up-block {
    background: #fff url('../images/bg-form.jpg') right bottom no-repeat;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 19px 0 rgba(12, 10, 10, 0.37);
    -moz-box-shadow: 0 7px 19px 0 rgba(12, 10, 10, 0.37);
    box-shadow: 0 7px 19px 0 rgba(12, 10, 10, 0.37);
    text-align: center;
    max-width: 300px;
}

.sign-up-block .inner {
}

.sign-up-block .inner .title {
    font-weight: 900;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sign-up-block .inner .title strong {
    color: #2546f6;
}

.sign-up-block .inner .pole {
    position: relative;
    margin: 14px 0;
}

.sign-up-block .inner .pole small {
    position: absolute;
    left: 10px;
    top: -12px;
    line-height: 20px;
    font-size: 11px;
    padding: 4px;
    background: #fff;
}

.sign-up-block .inner .pole input {
    border: 1px solid rgba(0, 0, 0, .1);
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
    transition: all 300ms ease-in-out 0s;
    padding: 0 0 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 45px;
}

.sign-up-block .inner .pole input:focus {
    outline: none;
    border-color: #2546f6;
}

.sign-up-block .inner .button {
}

.your_links_will .button a,
.what_you_get .button a,
.faq_block .button a,
.wy_we .button a,
.sign-up-block .inner .button button {
    background: #2546f6;
    padding: 0;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    -moz-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    border: 0;
    cursor: pointer;
    width: 100%;
}

.sign-up-block .inner .button button:hover,
.your_links_will .button a:hover,
.what_you_get .button a:hover,
.faq_block .button a:hover,
.wy_we .button a:hover,
.sign-up-block .inner .button button:focus {
    -webkit-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.85);
    -moz-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.85);
    box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.85);
}

.sign-up-block .inner .role {
    padding: 10px 0;
}

.sign-up-block .inner .role p {
    line-height: 1.4;
    font-size: 11px;
}

.sign-up-block .inner .role p a {
    color: #2546f6;
}

.sign-up-block .inner .role p a:hover {
    text-decoration: none;
}

.sign-up-block .inner .social-link {
}

.sign-up-block .inner .social-link span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 12px;
}

.sign-up-block .inner .social-link ul {
    margin: 0 -8px;
}

.sign-up-block .inner .social-link ul li {
    display: inline-block;
    float: left;
    width: 25%;
}

.sign-up-block .inner .social-link ul li div {
    margin: 0 8px;
}

.sign-up-block .inner .social-link ul li a {
    display: block;
    line-height: 40px;
    width: 100%;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 19px 0 rgba(67, 68, 71, 0.12);
    -moz-box-shadow: 0 7px 19px 0 rgba(67, 68, 71, 0.12);
    box-shadow: 0 7px 19px 0 rgba(67, 68, 71, 0.12);
}

.sign-up-block .inner .social-link ul li a:hover {
    -webkit-box-shadow: 0 7px 19px 0 rgba(67, 68, 71, 0.32);
    -moz-box-shadow: 0 7px 19px 0 rgba(67, 68, 71, 0.32);
    box-shadow: 0 7px 19px 0 rgba(67, 68, 71, 0.32);
}

.sign-up-block .inner .social-link ul li a i {
    display: block;
    width: 100%;
    height: 40px;
}

.sign-up-block .inner .social-link ul li a i.fb-icon {
    background: url('../images/svg/facebook.svg') center/15px no-repeat;
}

.sign-up-block .inner .social-link ul li:first-child a {
    background: rgba(86, 125, 202, 1);
    background: -moz-linear-gradient(left, rgba(86, 125, 202, 1) 0%, rgba(68, 105, 180, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(86, 125, 202, 1) 0%, rgba(68, 105, 180, 1) 100%);
    background: -o-linear-gradient(left, rgba(86, 125, 202, 1) 0%, rgba(68, 105, 180, 1) 100%);
    background: -ms-linear-gradient(left, rgba(86, 125, 202, 1) 0%, rgba(68, 105, 180, 1) 100%);
    background: linear-gradient(to right, rgba(86, 125, 202, 1) 0%, rgba(68, 105, 180, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#567dca', endColorstr='#4469b4', GradientType=1);
}

.sign-up-block .inner .social-link ul li:nth-child(2) a {
    background: rgba(247, 66, 21, 1);
    background: -moz-linear-gradient(left, rgba(247, 66, 21, 1) 0%, rgba(231, 87, 74, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(247, 66, 21, 1) 0%, rgba(231, 87, 74, 1) 100%);
    background: -o-linear-gradient(left, rgba(247, 66, 21, 1) 0%, rgba(231, 87, 74, 1) 100%);
    background: -ms-linear-gradient(left, rgba(247, 66, 21, 1) 0%, rgba(231, 87, 74, 1) 100%);
    background: linear-gradient(to right, rgba(247, 66, 21, 1) 0%, rgba(231, 87, 74, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f74215', endColorstr='#e7574a', GradientType=1);
}

.sign-up-block .inner .social-link ul li:nth-child(3) a {
    background: rgba(88, 185, 226, 1);
    background: -moz-linear-gradient(left, rgba(88, 185, 226, 1) 0%, rgba(139, 196, 224, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(88, 185, 226, 1) 0%, rgba(139, 196, 224, 1) 100%);
    background: -o-linear-gradient(left, rgba(88, 185, 226, 1) 0%, rgba(139, 196, 224, 1) 100%);
    background: -ms-linear-gradient(left, rgba(88, 185, 226, 1) 0%, rgba(139, 196, 224, 1) 100%);
    background: linear-gradient(to right, rgba(88, 185, 226, 1) 0%, rgba(139, 196, 224, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#58b9e2', endColorstr='#8bc4e0', GradientType=1)
}

.sign-up-block .inner .social-link ul li:last-child a {
    background: rgba(1, 128, 212, 1);
    background: -moz-linear-gradient(left, rgba(1, 128, 212, 1) 0%, rgba(16, 140, 223, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(1, 128, 212, 1) 0%, rgba(16, 140, 223, 1) 100%);
    background: -o-linear-gradient(left, rgba(1, 128, 212, 1) 0%, rgba(16, 140, 223, 1) 100%);
    background: -ms-linear-gradient(left, rgba(1, 128, 212, 1) 0%, rgba(16, 140, 223, 1) 100%);
    background: linear-gradient(to right, rgba(1, 128, 212, 1) 0%, rgba(16, 140, 223, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0180d4', endColorstr='#108cdf', GradientType=1);
}

.sign-up-block .inner .social-link ul li a i.gp-icon {
    background: url('../images/svg/google-plus.svg') center/22px no-repeat;
}

.sign-up-block .inner .social-link ul li a i.tw-icon {
    background: url('../images/svg/twitter.svg') center/15px no-repeat;
}

.sign-up-block .inner .social-link ul li a i.in-icon {
    background: url('../images/svg/linkedin.svg') center/15px no-repeat;
}

.your_links_will {
    background: #fff url('../images/bg-second.jpg') center top no-repeat;
    background-size: cover;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 7px 19px 0 rgba(67, 68, 71, 0.23);
    -moz-box-shadow: 0 7px 19px 0 rgba(67, 68, 71, 0.23);
    box-shadow: 0 7px 19px 0 rgba(67, 68, 71, 0.23);
    position: relative;
    z-index: 10;
    margin-top: -40px;
}

.your_links_will .overflow {
    padding: 20px;
}

.our_backlinks h2,
.free_products h2,
.what_you_get h2,
.start_buying h2,
.clients_list h2,
.faq_block h2,
.reasons_block h2,
.reviews h2,
.wy_we h2,
.your_links_will h2 {
    text-align: center;
    font-weight: 900;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px;
}

.your_links_will ul {
    margin: 40px 0 20px 0;
}

.your_links_will ul li {
    display: inline-block;
    float: left;
    width: 25%;
    margin-bottom: 12px;
    min-height: 95px;
}

.your_links_will ul li div {
    margin: 8px;
    position: relative;
    padding: 0 0 0 50px;
}

.your_links_will ul li div p {
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
}

.your_links_will ul li div p strong {
    font-weight: 600;
    color: #2546f6;
}

.your_links_will ul li div span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
    font-weight: bold;
    padding: 5px;
}

.your_links_will ul li div span:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    z-index: 2;
    background: #2546f6;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.your_links_will ul li div span i {
    position: relative;
    z-index: 10;
}

.your_links_will .button {
    text-align: center;
    margin-bottom: -45px;
}

.faq_block .button a,
.your_links_will .button a {
    text-decoration: none;
    padding: 0 20px;
    line-height: 50px;
    display: inline-block;
    width: auto;
    transition: all 300ms ease-in-out 0s;
}

.our_backlinks {
    margin: 80px 0 30px 0;
}

.our_backlinks h2 {
}

.free_products h2 strong,
.what_you_get h2 strong,
.start_buying h2 strong,
.clients_list h2 strong,
.faq_block h2 strong,
.reasons_block h2 strong,
.reviews h2,
.wy_we h2 strong,
.our_backlinks h2 strong {
    color: #2546f6;
}

.our_backlinks .tabs_block {
    margin-top: 50px;
}

.our_backlinks .tabs_block .link-tabs {
}

.our_backlinks .tabs_block .link-tabs li {
    background: #fff;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    transition: all 300ms ease-in-out 0s;
    -webkit-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0);
    -moz-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0);
    box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0);
    cursor: pointer;
    text-transform: uppercase;
    padding: 10px 5px;
    margin: auto;
    min-width: 20%;
}
.our_backlinks .tabs_block .link-tabs li p{
    width: 100%;
}

.our_backlinks .tabs_block .link-tabs li.select{
    color: #fff;
    background: #2546f6;
    -webkit-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    -moz-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
}

.our_backlinks .tabs_block .left_block {
    display: inline-block;
    float: left;
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
}

.our_backlinks .tabs_block .right_block {
    display: inline-block;
    float: right;
    width: 400px;
    text-align: center;
}
.our_backlinks .tabs_content li {
    text-align: center;
}

.our_backlinks .tabs_content li > table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    background: #fff;
    padding: 10px;
}
.our_backlinks .tabs_content li > table thead {
    display: table-header-group;
    vertical-align: middle;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
}
.our_backlinks .tabs_content li > table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
}
.our_backlinks .tabs_content li > table tr {
    display: table-row;
    vertical-align: inherit;
    border-top-color: inherit;
    border-right-color: inherit;
    border-bottom-color: inherit;
    border-left-color: inherit;
}
th,td  {
    padding: .4rem 2rem;
    border-bottom: 2px solid #e3ebf3;
    border-top: 1px solid #e3ebf3;
}

.more{
    background: #2546f6;
    -webkit-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    -moz-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    padding: 10px 20px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    margin-top: 20px;
}

/*.our_backlinks .tabs_content li.visible {*/
/*    display: block!important;*/
/*}*/

.our_backlinks .tabs_content li .button {
    margin-top: 20px;
}

.reasons_block .overflow .button a,
.our_backlinks .tabs_content li .button a {
    text-decoration: none;
    padding: 0 40px;
    color: #181614;
    font-weight: bold;
    line-height: 50px;
    display: inline-block;
    width: auto;
    transition: all 300ms ease-in-out 0s;
    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.24);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.24);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.24);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.reasons_block .overflow .button a:hover,
.our_backlinks .tabs_content li .button a:hover {
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.44);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.44);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.44);
}

.result_block {
    background: #fff;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 19px 0 rgba(12, 10, 10, 0.37);
    -moz-box-shadow: 0 7px 19px 0 rgba(12, 10, 10, 0.37);
    box-shadow: 0 7px 19px 0 rgba(12, 10, 10, 0.37);
    text-align: center;
    width: 300px;
    display: inline-block;
}

.result_block .title_block {
    text-align: left;
    position: relative;
}

.result_block .title_block:before {
    content: '';
    display: inline-block;
    width: 3px;
    position: absolute;
    left: -15px;
    top: 0;
    height: 100%;
    background: #2546f6;
}

.result_block .title_block .top_line {
}

.result_block .title_block .top_line p {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.result_block .title_block .top_line p i {
    width: 30px;
    height: 30px;
    background: #2546f6 url('../images/svg/banknote.svg') center/20px no-repeat;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.25);
    -moz-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.25);
    box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.25);
    margin-right: 10px;
}

.result_block .title_block .bottom_line p em,
.result_block .title_block .top_line p em {
    font-size: 10px;
    vertical-align: middle;
    margin-top: -8px;
    display: inline-block;
}

.result_block .title_block .bottom_line {
    padding-top: 10px;
}

.result_block .title_block .bottom_line p {
    font-size: 18px;
    text-transform: uppercase;
}

.result_block .title_block .bottom_line p strong {
    font-weight: 900;
}

.result_block .list {
    margin: 12px 0 5px 0;
}

.result_block .list ul li {
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 5px;
}

.result_block .list ul li span {
    background: #fff;
    padding: 4px;
    float: left;
    display: inline-block;
    margin-bottom: -3px;
}

.result_block .list ul li span:last-child {
    float: right;
}

.result_block .list ul li span.check {
    background: #7cc576 url('../images/svg/check-mark.svg') center/10px no-repeat;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 10px;
    width: 10px;
}

.result_block .da_line {
    margin: 40px 0 20px 0;
}

.result_block .da_line .line {
    background: #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 6px;
    position: relative;
}

.result_block .da_line .line div {
    text-transform: uppercase;
    background: #2546f6;
    color: #fff;
    position: absolute;
    top: -32px;
    line-height: 20px;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 10px;
}

.result_block .da_line .line i {
    display: inline-block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #2546f6;
    border: 6px solid rgba(255, 255, 255, .5);
    height: 8px;
    width: 8px;
    position: absolute;
    top: -8px;
}

.result_block .result {
    text-align: left;
}

.result_block .result span {
    font-weight: 900;
    font-size: 15px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.result_block .result p {
    line-height: 1.4;
    font-size: 12px;
}

.result_block .result p strong {
    font-weight: 600;
    color: #2546f6;
}

.result_block .button {
}

.our_backlinks .tabs_content li .result_block .button a {
    width: 100%;
    background: #2546f6;
    -webkit-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    -moz-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    padding: 0;
    color: #fff;
}

.our_backlinks .tabs_content li .result_block .button a:hover {
    -webkit-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.82);
    -moz-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.82);
    box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.82);
}

.free_products {
    margin-top: 60px;
}

.free_products .packs {
}

.free_products .packs ul {
    text-align: center;
    margin: 60px 0 20px 0;
}

.free_products .packs ul li {
    display: inline-block;
    width: 340px;
    position: relative;
    z-index: 10;
    vertical-align: top;
}

.free_products .packs ul li:nth-child(2) {
    z-index: 12;
}

.free_products .packs ul li:nth-child(2) {
    width: 300px;
}

.free_products .packs ul li:nth-child(2) div a.button {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
}

.free_products .packs ul li:nth-child(2) div a.button:hover {
    background: #f98e30;
    -webkit-box-shadow: 0 7px 19px 0 rgba(249, 142, 48, 0.41);
    -moz-box-shadow: 0 7px 19px 0 rgba(249, 142, 48, 0.41);
    box-shadow: 0 7px 19px 0 rgba(249, 142, 48, 0.41);
}

.free_products .packs ul li:nth-child(2) div {
    background: #2546f6;
    border-color: rgba(255, 255, 255, .3);
    color: #fff;
    margin: -15px -20px 0 -20px;
    -webkit-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.43);
    -moz-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.43);
    box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.43);
}

.free_products .packs ul li div {
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #fff;
    padding: 40px 40px 20px 40px;
}

.free_products .packs ul li div span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.free_products .packs ul li div p {
    font-size: 12px;
    text-align: center;
}

.free_products .packs ul li div p a {
    color: #2546f6;
    font-weight: 600;
    text-decoration: none;
}

.free_products .packs ul li div a.button small {
    display: block;
    font-size: 11px;
}

.free_products .packs ul li div a.button {
    margin-top: 20px;
    width: 100%;
    transition: all 300ms ease-in-out 0s;
    background: #2546f6;
    -webkit-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    -moz-box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    box-shadow: 0 7px 19px 0 rgba(37, 70, 246, 0.42);
    padding: 10px 0 0 0;
    color: #fff;
    font-weight: bold;
    line-height: 1.4;
    min-height: 45px;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 13px;
}

.what_you_get {
    margin: 40px 0;
}

.what_you_get h2 {
    margin-bottom: 50px;
}

.wy_we ul,
.what_you_get ul {
    margin: 20px -8px;
}

.wy_we ul li,
.what_you_get ul li {
    display: inline-block;
    float: left;
    width: 33.3%;
    margin-bottom: 15px;
}

.wy_we ul li div,
.what_you_get ul li div {
    padding: 30px 30px 0 70px;
    position: relative;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 19px 0 rgba(12, 10, 10, 0.37);
    -moz-box-shadow: 0 7px 19px 0 rgba(12, 10, 10, 0.37);
    box-shadow: 0 7px 19px 0 rgba(12, 10, 10, 0.37);
    margin: 0 8px;
    height: 210px;
}

.wy_we ul li div .ico,
.what_you_get ul li div .ico {
    position: absolute;
    left: 20px;
    top: 30px;
}

.reasons_block .overflow ul li div span:before,
.wy_we ul li div span:before,
.step-links-block ul.step li div .ico:before,
.what_you_get ul li div .ico:before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    z-index: 2;
    background: #2546f6;
    position: absolute;
    left: -4px;
    top: -3px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.reasons_block .overflow ul li div span i,
.wy_we ul li div span i,
.step-links-block ul.step li div .ico i,
.what_you_get ul li div .ico i {
    background: url('../images/main-sprite.png') no-repeat;
    width: 32px;
    height: 33px;
    display: inline-block;
    z-index: 10;
    position: relative;
}

.what_you_get ul li:first-child div .ico i {
    background-position: 0 -438px;
}

.what_you_get ul li:nth-child(2) div .ico i {
    background-position: 0 -535px;
}

.what_you_get ul li:nth-child(3) div .ico i {
    background-position: 0 -471px;
}

.what_you_get ul li:nth-child(4) div .ico i {
    background-position: 0;
    width: 38px;
    height: 38px;
}

.what_you_get ul li:nth-child(5) div .ico i {
    background-position: 0 -502px;
}

.what_you_get ul li:last-child div .ico i {
    background-position: 0 -370px;
    width: 33px;
    height: 33px;;
}

.what_you_get ul li div .title {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px;
    display: block;
}

.what_you_get ul li div p {
    line-height: 1.4;
    text-align: justify;
    font-size: 12px;
    min-height: 120px;
}

.wy_we ul li div p a,
.what_you_get ul li div p a {
    border-bottom: 1px dotted #2546f6;
    color: #2546f6;
    text-decoration: none;
}

.wy_we ul li div p a:hover,
.what_you_get ul li div p a:hover {
    border-bottom: none;
}

.what_you_get .button {
    text-align: center;
}

.what_you_get .button a {
    text-decoration: none;
    display: inline-block;
    width: auto;
    padding: 0 20px;
}

.start_buying {
    margin-top: 20px;
    margin-bottom: 20px;
}

.start_buying h2 {
    margin-bottom: 50px;
}

.start_buying .overflow {
    overflow: hidden;
    padding-bottom: 40px;
}

.start_buying .overflow .right,
.start_buying .overflow .left {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
}
.start_buying .overflow .full {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
}

.start_buying .overflow .full .video {
    display: inline-block;
    position: relative;
}

.start_buying .overflow .full .video i {
    background: rgba(255, 86, 86, 1);
    background: -moz-linear-gradient(top, rgba(255, 86, 86, 1) 0%, rgba(255, 4, 4, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 86, 86, 1) 0%, rgba(255, 4, 4, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 86, 86, 1) 0%, rgba(255, 4, 4, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 86, 86, 1) 0%, rgba(255, 4, 4, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 86, 86, 1) 0%, rgba(255, 4, 4, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5656', endColorstr='#ff0404', GradientType=0);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -35px;
    width: 70px;
    height: 40px;
    -webkit-box-shadow: 0 7px 19px 0 rgba(255, 4, 4, 0.37);
    -moz-box-shadow: 0 7px 19px 0 rgba(255, 4, 4, 0.37);
    box-shadow: 0 7px 19px 0 rgba(255, 4, 4, 0.37);
}

.start_buying .overflow .full .video i:before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 40px;
    background: url('../images/svg/play.svg') center/14px no-repeat;
}

.start_buying .overflow .full .video img {
    vertical-align: bottom;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    -webkit-box-shadow: 0 7px 19px 0 rgba(43, 40, 37, 0.38);
    -moz-box-shadow: 0 7px 19px 0 rgba(43, 40, 37, 0.38);
    box-shadow: 0 7px 19px 0 rgba(43, 40, 37, 0.38);
}

.start_buying .overflow .right {
    float: right;
    text-align: center;
}

.start_buying .overflow .right .sign-up-block {
    display: inline-block;
}

.clients_list {
    background: #f9fafc;
    padding: 20px 0;
    margin: 15px 0;
}

.clients_list ul {
    text-align: center;
}

.clients_list ul li {
    display: inline-block;
}

.clients_list ul li div {
    margin: 5px;
}

.clients_list ul li div img {
    vertical-align: bottom;
}

.faq_block {
}

.faq_block ul {
    margin: 20px 0;
}

.faq_block ul li {
    display: inline-block;
    float: left;
    width: 33.3%;
}

.faq_block ul li .item {
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    font-size: 12px;
    margin: 8px;
}

.faq_block ul li .item .question {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #2546f6;
    position: relative;
    padding: 20px 20px 20px 50px;
}

.faq_block ul li .item .question i {
    width: 40px;
    height: 40px;
    background: url('../images/svg/help.svg') center/20px no-repeat;
    position: absolute;
    left: 6px;
    top: 6px;
}

.faq_block ul li .item .question p {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    min-height: 32px;
}

.faq_block ul li .item .unswer {
    margin-top: 20px;
}

.faq_block ul li .item .unswer p {
    line-height: 1.5;
    text-align: justify;
    min-height: 170px;
}

.faq_block .button {
    text-align: center;
    margin: 10px 0;
}

.reasons_block {
    margin: 40px 0;
}

.reasons_block .overflow {
}

.reasons_block .overflow ul {
    margin: 50px 0 30px 0;
}

.reasons_block .overflow ul li {
    display: inline-block;
    float: left;
    width: 16.6%;
    margin-bottom: 12px;
    height: 130px;
}

.reasons_block .overflow ul li div {
    margin: 4px;
    position: relative;
    padding-top: 45px;
}

.step-links-block ul.step li div .ico,
.reasons_block .overflow ul li div span {
    position: absolute;
    left: 0;
    top: 0;
}

.step-links-block ul.step li div .ico i,
.reasons_block .overflow ul li div span i {
    position: relative;
    z-index: 10;
}

.reasons_block .overflow ul li div p {
    color: #171615;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: bold;
}

.reasons_block .overflow ul li:first-child div span i {
    background-position: 0 -568px;
    width: 32px;
    height: 33px;
}

.step-links-block ul.step li:nth-child(5) div .ico i,
.reasons_block .overflow ul li:nth-child(2) div span i {
    background-position: 0 -726px;
    width: 32px;
    height: 27px;
}

.reasons_block .overflow ul li:nth-child(3) div span i {
    background-position: 0 -632px;
    width: 32px;
    height: 32px;
}

.step-links-block ul.step li:nth-child(6) div .ico i,
.reasons_block .overflow ul li:nth-child(4) div span i {
    background-position: 0 -844px;
    width: 30px;
    height: 33px;
}

.reasons_block .overflow ul li:nth-child(5) div span i {
    background-position: 0 -935px;
    width: 28px;
    height: 30px;
}

.step-links-block ul.step li:nth-child(2) div .ico i,
.reasons_block .overflow ul li:nth-child(6) div span i {
    background-position: 0 -694px;
    width: 32px;
    height: 32px;
}

.step-links-block ul.step li:nth-child(3) div .ico i,
.reasons_block .overflow ul li:nth-child(7) div span i {
    background-position: 0 -601px;
    width: 32px;
    height: 31px;
}

.reasons_block .overflow ul li:nth-child(8) div span i {
    background-position: 0 -965px;
    width: 28px;
    height: 27px;
}

.step-links-block ul.step li:nth-child(4) div .ico i,
.reasons_block .overflow ul li:nth-child(9) div span i {
    background-position: 0 -664px;
    width: 32px;
    height: 30px;
}

.reasons_block .overflow ul li:nth-child(10) div span i {
    background-position: 0 -632px;
    width: 32px;
    height: 32px;
}

.reasons_block .overflow ul li:nth-child(11) div span i {
    background-position: 0 -877px;
    width: 28px;
    height: 29px;
}

.reasons_block .overflow ul li:nth-child(12) div span i {
    background-position: 0 -780px;
    width: 30px;
    height: 32px;
}

.reasons_block .overflow ul li:nth-child(13) div span i {
    background-position: 0 -664px;
    width: 32px;
    height: 30px;
}

.step-links-block ul.step li:first-child div .ico i,
.reasons_block .overflow ul li:nth-child(14) div span i {
    background-position: 0 -906px;
    width: 28px;
    height: 29px;
}

.reasons_block .overflow ul li:nth-child(15) div span i {
    background-position: 0 -601px;
    width: 32px;
    height: 31px;
}

.reasons_block .overflow ul li:nth-child(16) div span i {
    background-position: 0 -694px;
    width: 32px;
    height: 32px;
}

.reasons_block .overflow ul li:nth-child(17) div span i {
    background-position: 0 -844px;
    width: 30px;
    height: 33px;
}

.reasons_block .overflow ul li:nth-child(18) div span i {
    background-position: 0 -812px;
    width: 30px;
    height: 32px;
}

.reasons_block .overflow .button {
    text-align: center;
}

.reasons_block .overflow .button a {
}

.reviews {
}

.reviews h2 {
}

.reviews ul {
    margin: 25px 0 30px 0;
}

.reviews ul li {
    display: inline-block;
    float: left;
    width: 33.3%;
}

.reviews ul li .item {
    margin: 12px;
}

.reviews ul li:nth-child(2) {
    margin-top: 30px;
}

.reviews ul li .text {
    -webkit-box-shadow: 0 7px 19px 0 rgba(61, 61, 61, 0.29);
    -moz-box-shadow: 0 7px 19px 0 rgba(61, 61, 61, 0.29);
    box-shadow: 0 7px 19px 0 rgba(61, 61, 61, 0.29);
    background: #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 60px 20px 20px 20px;
    margin-bottom: 20px;
}

.reviews ul li .text:before {
    content: '';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: url('../images/svg/quote.svg') center/20px no-repeat;
}

.reviews ul li .text:after {
    position: absolute;
    bottom: -8px;
    border-style: solid;
    border-width: 0 8px 8px;
    width: 0;
    height: 0;
    border-color: #fff transparent;
    content: '';
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.reviews ul li .text p {
    line-height: 1.4;
    font-weight: 600;
    font-size: 13px;
}

.reviews ul li .author {
}

.reviews ul li .author img {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: top;
    margin-right: 10px;
    width: 50px;
    float: left;
}

.reviews ul li .author span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.reviews ul li .author span small {
    font-weight: normal;
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

.wy_we {
    margin-top: 40px;
}

.wy_we h2 {
    margin-bottom: 50px;
}

.wy_we ul {
    margin: 20px 0;
}

.wy_we ul li div span {
    left: 10px;
}

.wy_we ul li div span i {
    width: 48px;
    height: 48px;
}

.wy_we ul li div p {
    font-size: 12px;
    line-height: 1.5;
    min-height: 120px;
}

.wy_we ul li div p strong {
    font-weight: 600;
}

.wy_we ul li div span i:before {
    left: 4px;
}

.wy_we ul li:first-child div span i {
    background: url('../images/svg/development.svg') center/43px no-repeat;
}

.wy_we ul li:nth-child(2) div span i {
    background: url('../images/svg/progress.svg') center/44px no-repeat;
}

.wy_we ul li:nth-child(3) div span i {
    background: url('../images/svg/credit-card.svg') center/38px no-repeat;
}

.wy_we ul li:nth-child(4) div span i {
    background: url('../images/svg/work.svg') center/45px no-repeat;
}

.wy_we ul li:nth-child(5) div span i {
    background: url('../images/svg/calculator.svg') center/46px no-repeat;
}

.wy_we ul li:last-child div span i {
    background: url('../images/svg/shield.svg') center/47px no-repeat;
}

.wy_we .button {
    text-align: center;
}

.wy_we .button a {
    text-decoration: none;
    display: inline-block;
    width: auto;
    padding: 0 30px;
}

footer {
    background: #2546f6 url('../images/footer-bg.jpg') bottom right no-repeat;
    margin-top: 50px;
}

footer .overflow {
}

footer .overflow .top {
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    text-align: right;
}

footer .overflow .top a {
    text-decoration: none;
    color: rgba(255, 255, 255, .9);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    display: inline-block;
}

footer .overflow .top a:after {
    content: '';
    display: inline-block;
    height: 30px;
    width: 30px;
    transition: all 300ms ease-in-out 0s;
    background: url(../images/svg/arrow-down.svg) center/8px no-repeat;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: middle;
}

footer .overflow .top a:hover {
    color: #fff;
}

footer .overflow .top .content {
    padding: 10px 0;
}

footer .overflow .content {
    padding: 25px 0;
}

footer .overflow .content .right {
    display: inline-block;
    float: right;
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
}

footer .overflow .content .right ul {
}

footer .overflow .content .right ul li.item {
    display: inline-block;
    float: left;
    width: 25%;
}

footer .overflow .content .right ul li.item .title {
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

footer .overflow .content .right ul li.item ul {
}

footer .overflow .content .right ul li.item ul li {
    margin-bottom: 7px;
    line-height: 1.4;
}

footer .overflow .content .right ul li.item ul li a {
    text-decoration: none;
    color: rgba(255, 255, 255, .6);
    font-size: 12px;
}

footer .overflow .content .right ul li.item ul li a:hover {
    color: #fff;
}

footer .overflow .content .left {
    display: inline-block;
    float: left;
    width: 300px;
    text-align: center;
}

footer .overflow .content .left .logotype {
    font-weight: 900;
    color: #fff;
    line-height: 50px;
    margin-bottom: 20px;
    text-decoration: none;
}

footer .overflow .content .left .logotype i {
    display: inline-block;
    margin-right: 12px;
}

footer .overflow .content .left .logotype i img {
    vertical-align: middle;
}

footer .overflow .content .left .contacts {
    border: 2px solid #fff;
    padding: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

footer .overflow .content .left .contacts p {
    color: rgba(255, 255, 255, .9);
    line-height: 1.4;
    font-size: 12px;
    margin-bottom: 8px;
}

footer .overflow .bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

footer .overflow .bottom .pay-method {
    float: left;
    display: inline-block
}

footer .overflow .bottom .pay-method ul {
}

.modal .pay-method ul li,
footer .overflow .bottom .pay-method ul li {
    display: inline-block;
}

.modal .pay-method ul li div,
footer .overflow .bottom .pay-method ul li div {
    background: rgba(255, 255, 255, .9);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    min-width: 50px;
    text-align: center;
}

.modal .pay-method ul li div img,
footer .overflow .bottom .pay-method ul li div img {
    vertical-align: middle;
    height: 30px;
    display: inline-block;
}

footer .overflow .bottom .content {
    padding: 10px 0;
}

footer .overflow .bottom .copyright {
    display: inline-block;
    float: right;
    color: #fff;
    font-size: 11px;
    color: rgba(255, 255, 255, .9);
    line-height: 1.4;
    padding-top: 8px;
}

header .inner .menu {
    display: none;
}

.menu_view {
}

/** Article Content **/

.article_content {
    min-height: -webkit-calc(100vh - 470px);
    min-height: -moz-calc(100vh - 470px);
    min-height: calc(100vh - 470px);
}

.article_content .alert-block {
    background-color: #ea878c;
    background: -webkit-gradient(linear, left top, left bottom, from(#ea878c), to(#e8636a));
    background: linear-gradient(to bottom, #ea878c, #e8636a);
    background: linear-gradient(top, #ea878c, #e8636a);
    background: -o-linear-gradient(top, #ea878c, #e8636a);
    -webkit-box-shadow: 0 25px 40px #dbc0c1;
    box-shadow: 0 25px 40px #dbc0c1;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0;
    position: relative;
    display: none;
}

.article_content .alert-block.visible {
    display: block;
}

.article_content .alert-block .close,
.attention .close,
.article_content .alert-block .hide {
    display: inline-block;
    position: absolute;
    right: 40px;
    top: 12px;
    width: 25px;
    height: 25px;
    background: url('../images/svg/hide.svg') center/14px no-repeat;
    cursor: pointer;
    opacity: .7;
    transition: all 300ms ease-in-out 0s;
}

.attention .close,
.article_content .alert-block .close {
    right: 12px;
    background: url('../images/svg/close.svg') center/10px no-repeat;
}

.article_content .alert-block .close:hover,
.attention .close:hover,
.article_content .alert-block .hide:hover {
    opacity: 1;
}

.article_content .alert-block h3 {
    display: block;
    margin-bottom: 12px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
}

.article_content .alert-block p {
    line-height: 1.4;
    margin-bottom: 6px;
    color: rgba(255, 255, 255, .9);
    font-size: 13px;
}

.article_content .alert-block .input_pole {
    position: relative;
}

.article_content .alert-block .input_pole input {
    width: -webkit-calc(300px - 40px);
    width: -moz-calc(300px - 40px);
    width: calc(300px - 40px);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    border: 0;
    line-height: 45px;
    padding-left: 40px;
}

.article_content .alert-block .input_pole input:focus {
    outline: none;
}

.article_content .alert-block .input_pole.skype {
}

.article_content .alert-block .input_pole.skype:before {
    height: 45px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    content: '';
    background: url('../images/svg/skype.svg') center/16px no-repeat;
    opacity: .7;
}

.article_content .alert-block .button {
    margin-top: 10px;
}

.article_content .alert-block .button button {
    transition: all 300ms ease-in-out 0s;
    position: relative;
    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.14);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.14);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.14);
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    min-width: 300px;
    border: 0;
    display: inline-block;
    padding: 0;
}

.article_content .alert-block .button button:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.64);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.64);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.64);
}

.article_content .alert-block .button button:focus {
    outline: none;
}

.table_list_sites,
.profile_overflow,
.article_page,
.contacts_area,
.step-links-block {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.article_page h1,
.contacts_area h1,
.step-links-block h1 {
    display: block;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.step-links-block nav {
    margin-bottom: 20px;
}

.step-links-block nav a {
    display: inline-block;
    transition: all 300ms ease-in-out 0s;
    position: relative;
    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border: 0;
    display: inline-block;
    padding: 0 15px 0 8px;
    text-decoration: none;
    font-size: 12px;
    margin-bottom: 8px;
}

.step-links-block nav a:hover {
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .5);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .5);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .5);
}

.step-links-block nav a i {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    width: 30px;
}

.step-links-block nav a i.help {
    background: url('../images/svg/help1.svg') center/15px no-repeat;
}

.step-links-block nav a i.start {
    background: url('../images/svg/start.svg') center/18px no-repeat;
}

.step-links-block nav a i.video {
    background: url('../images/svg/video.svg') center/15px no-repeat;
}

.step-links-block nav a i.mail {
    background: url('../images/svg/mail.svg') center/15px no-repeat;
}

.step-links-block ul.step {
}

.step-links-block ul.step li {
    display: inline-block;
    float: left;
    width: 33.3%;
    margin-bottom: 15px;
}

.step-links-block ul.step li div {
    padding: 20px 20px 0 65px;
    position: relative;
    transition: all 300ms ease-in-out 0s;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 7px 19px 0 rgba(12, 10, 10, 0);
    -moz-box-shadow: 0 7px 19px 0 rgba(12, 10, 10, 0);
    box-shadow: 0 7px 19px 0 rgba(12, 10, 10, 0);
    margin: 0 8px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.step-links-block ul.step li:hover div {
    -webkit-box-shadow: 0 7px 19px 0 rgba(12, 10, 10, .4);
    -moz-box-shadow: 0 7px 19px 0 rgba(12, 10, 10, .4);
    box-shadow: 0 7px 19px 0 rgba(12, 10, 10, .4);
}

.step-links-block ul.step li div .ico {
    position: absolute;
    left: 15px;
    top: 20px;
}

.step-links-block ul.step li div .ico i {
}

.step-links-block ul.step li div .name {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 14px;
}

.step-links-block ul.step li div p {
    line-height: 1.4;
    text-align: justify;
    font-size: 11px;
    min-height: 180px;
}

.step-links-block ul.step li div a {
    font-size: 12px;
    text-decoration: none;
    color: #2546f6;
    border-bottom: 1px dotted #2546f6;
}

.step-links-block ul.step li div a:hover {
    border-bottom-color: transparent;
}

.step-links-block ul.step li div p strong {
    font-weight: 600;
}

.attention {
    background-color: #ea878c;
    background: -webkit-gradient(linear, left top, left bottom, from(#ea878c), to(#e8636a));
    background: linear-gradient(to bottom, #ea878c, #e8636a);
    background: linear-gradient(top, #ea878c, #e8636a);
    background: -o-linear-gradient(top, #ea878c, #e8636a);
    -webkit-box-shadow: 0 25px 40px #dbc0c1;
    box-shadow: 0 25px 40px #dbc0c1;
    padding: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 20px 0;
    position: relative;
    display: none;
}

.attention p {
    color: #fff;
    line-height: 1.4;
    font-size: 12px;
}

.attention strong {
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.attention .close {
}

/*** Table list ***/

.table_list_sites {
}

.filter_block {
}

.filter_block .clear {
}

.filter_block .topline {
}

.filter_block .topline a {
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #171615;
    font-size: 14px;
    max-width: -webkit-calc(100% - 250px);
    max-width: -moz-calc(100% - 250px);
    max-width: calc(100% - 250px);
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 300ms ease-in-out 0s;
}

.filter_block .topline a:hover {
    border-color: #2546f6;
    background: #2546f6;
    color: #fff;
}

.filter_block .topline a small {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    background-color: #fc363b;
    text-transform: uppercase;
    padding: 3px 8px 2px;
    vertical-align: middle;
    white-space: nowrap;
    position: absolute;
    right: 10px;
    top: -5px;
}

.filter_block .topline .save_block {
    position: relative;
    padding: 0 10px 0 15px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #171615;
    font-size: 12px;
    display: inline-block;
    float: right;
    font-weight: 600;
}

.filter_block .topline .save_block button {
    border: 0;
    padding: 0;
    cursor: pointer;
    background: url('../images/svg/save.svg') center/14px no-repeat;
    transition: all 300ms ease-in-out 0s;
    marign-left: 6px;
}

.filter_block .topline .save_block button.check {
    background: url('../images/svg/save-g.svg') center/14px no-repeat;
}

.filter_block .topline .save_block button:focus {
    outline: none;
}

.filter_block .topline .save_block button,
.filter_block .topline .save_block i {
    display: inline-block;
    height: 45px;
    width: 30px;
    vertical-align: middle;
}

.filter_block .topline .save_block i {
    cursor: pointer;
    background: url('../images/svg/help2.svg') center/14px no-repeat;
}

.filter_block .filter_content {
}

.filter_block .middle.advanced {
    display: none;
}

.filter_block .middle.advanced.visible {
    display: block;
}

.filter_block .filter_content .first_block {
    background: #1b39da;
    padding: 15px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 12px 0;
}

.filter_block .filter_content .first_block .left {
    width: 280px;
    display: inline-block;
    float: left;
    text-align: left;
}

.filter_block .filter_content .first_block .left.double {
}

.filter_block .filter_content .first_block .left.double .item_block {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
}

.filter_block .filter_content .first_block .middle {
    width: -webkit-calc(100% - 530px);
    width: -moz-calc(100% - 530px);
    width: calc(100% - 530px);
    display: inline-block;
}

.filter_block .filter_content .first_block .middle.double {
}

.filter_block .filter_content .first_block .middle.double .item_block {
    display: inline-block;
    float: left;
    width: 50%;
}

.filter_block .filter_content .first_block .middle.double .item_block .inner {
    padding: 0 5px;
}

.filter_block .filter_content .first_block .right {
    display: inline-block;
    float: right;
    width: 250px;
    text-align: center;
    padding-top: 26px;
}

.filter_block .filter_content .first_block .right button {
    padding: 0;
    line-height: 40px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: -webkit-calc(33.3% - 4px);
    width: -moz-calc(33.3% - 4px);
    width: calc(33.3% - 4px);
    cursor: pointer;
    transition: all 300ms ease-in-out 0s;
    font-weight: 600;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    font-size: 12px;
}

.filter_block .filter_content .first_block .right button:focus {
    outline: none;
}

.filter_block .filter_content .first_block .right button.advanced {
    float: left;
}

.filter_block .filter_content .first_block .right button.reset {
}

.filter_block .filter_content .first_block .right button.search {
    float: right;
    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    color: #fff;
}

.filter_block .filter_content .first_block .right button.search:hover {
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .5);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .5);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .5);
}

.filter_block .middle .line-block {
    margin: 0 -5px;
}

.filter_block .middle .line-block .item_block {
    display: inline-block;
    float: left;
    width: 25%;
}

.filter_block .middle .line-block .item_block .title_name {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 8px;
    line-height: 16px;
    text-align: left;
    padding-left: 10px;
}

.filter_block .middle .line-block .item_block .title_name span {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    background: url(../images/svg/info.svg) center/16px no-repeat;
    vertical-align: top;
    cursor: pointer;
    margin-left: 8px;
}

.filter_block .middle .line-block .item_block .title_name input {
    line-height: 18px;
    padding: 0;
    margin: 0 3px;
    background: none;
    border: 0;
    display: inline-block;
    width: 30px;
    text-align: center;
}

.filter_block .middle .line-block .item_block .title_name span div {
    position: absolute;
    z-index: 2;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 18px;
    padding: 8px;
    text-transform: initial;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #171615;
    width: 300px;
    text-align: justify;
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    line-height: 1.3;
    font-size: 10px;
    display: none;
}

.filter_block .middle .line-block .item_block .title_name span div:before {
    position: absolute;
    bottom: -4px;
    border-style: solid;
    border-width: 0 4px 4px;
    width: 0;
    height: 0;
    border-color: #fff transparent;
    content: '';
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.filter_block .middle .line-block .item_block .title_name span:hover div {
    display: block;
}

.filter_block .middle .line-block .item_block .select_drop {
    margin: 0 5px;
}

.item_filter_ellements {
}

.item_filter_ellements.two_corners {
    text-align: center;
}

.filter_block .filter_content .title_name {
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
    line-height: 16px;
    text-align: left
}

.filter_block .filter_content .title_name span {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    background: url('../images/svg/info2.svg') center/16px no-repeat;
    vertical-align: top;
    cursor: pointer;
    margin-left: 8px;
}

.filter_block .filter_content .title_name span div {
    position: absolute;
    z-index: 2;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 18px;
    padding: 8px;
    text-transform: initial;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #171615;
    width: 120px;
    text-align: justify;
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    line-height: 1.3;
    font-size: 10px;
    display: none;
}

.filter_block .filter_content .title_name span div.long {
    width: 450px;
    margin-left: -140px;
}

.filter_block .filter_content .title_name span div.long:before {
    left: 145px;
}

.filter_block .filter_content .title_name span div.long strong {
    font-weight: 900;
}

.filter_block .filter_content .title_name span div.long p {
    margin-bottom: 15px;
}

.filter_block .filter_content .title_name span div p em {
    font-weight: 900;
    margin-right: 5px;
}

.filter_block .filter_content .title_name span div ul {
    margin: 10px 0 15px 10px;
}

.filter_block .filter_content .title_name span div ul li {
    line-height: 1.4;
    margin-bottom: 4px;
}

.filter_block .filter_content .title_name span div a {
    text-decoration: none;
    color: #2546f6;
    border-bottom: 1px dotted #2546f6;
}

.filter_block .filter_content .title_name span div a:hover {
    border-bottom: 0;
}

.filter_block .filter_content .title_name span:hover div {
    display: block;
}

.filter_block .filter_content .title_name span div:before {
    position: absolute;
    bottom: -4px;
    border-style: solid;
    border-width: 0 4px 4px;
    width: 0;
    height: 0;
    border-color: #fff transparent;
    content: '';
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.item_filter_ellements {
    color: #fff;
}

.filter_block .filter_content .first_block .left.double .item_block .inner {
    padding: 0 5px;
}

.item_filter_ellements input,
.item_filter_ellements select {
    display: inline-block;
    background: #fff;
    padding: 0;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    font-weight: 600;
    width: 45px;
}

.item_filter_ellements.two_corners {
    text-align: center;
    line-height: 40px;
    text-align-last: center;
}

.item_filter_ellements.two_corners input:first-child {
    float: left;
}

.item_filter_ellements.two_corners label:first-child {
    float: left;
}

.item_filter_ellements.two_corners label:last-child {
    float: right;
}

.item_filter_ellements.two_corners input:last-child {
    float: right;
}

.item_filter_ellements input:focus,
.item_filter_ellements.two_corners label select:focus {
    outline: none;
}

.select_drop .select_area:before,
.item_filter_ellements.two_corners label:after {
    content: '';
    display: inline-block;
    width: 20px;
    background: #fff url('../images/svg/arrow-down-black.svg') center/6px no-repeat;
    position: absolute;
    right: 2px;
    top: 0;
    height: 40px;
    transition: all 300ms ease-in-out 0s;
}

.item_filter_ellements.two_corners label:focus:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.item_filter_ellements.two_corners .one {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
}

.item_filter_ellements.two_corners .two {
    width: 50%;
    display: inline-block;
    float: left;
}

.item_filter_ellements label {
    position: relative;
}

.select_drop .select_area.check {
    position: relative;
    z-index: 34;
}

.select_drop .select_area {
    display: inline-block;
    background: #fff;
    line-height: 40px;
    height: 40px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    font-weight: 600;
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

.filter_block .middle .line-block .item_block .select_drop .text_name {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.select_drop .select_area .drop_box {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.13);
    width: 100%;
    display: none;
}

.select_drop .select_area.check .drop_box {
    display: block;
}

.filter_block .filter_content .first_block .middle.double .item_block .select_drop .select_area .drop_box .inner {
    padding: 10px;
}

.select_drop .select_area .drop_box .search_area input {
    line-height: 40px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(0, 0, 0, .1);
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
    transition: all 300ms ease-in-out 0s;
    padding-left: 10px;
}

.select_drop .select_area .drop_box .search_area input:focus {
    outline: none;
    border-color: #2546f7;
}
.select_drop .select_area .drop_box .list_block ul .item label,
.select_drop .select_area .drop_box .list_block ul .item span {
    display: block;
}

.select_drop .select_area .drop_box .list_block ul .item ul {
    transition: all 300ms ease-in-out 0s;
    max-height: 0;
    overflow: hidden;
}

.select_drop .select_area .drop_box .list_block ul .item.check ul {
    max-height: 200px;
    overflow: auto;
}

.select_drop .select_area .drop_box .list_block ul .item.check ul:-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.select_drop .select_area .drop_box .list_block ul .item.check ul:-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.select_drop .select_area .drop_box .list_block ul .item.check ul:-webkit-scrollbar-thumb {
    background-color: #1b39da;
}

.select_drop .select_area .drop_box .list_block ul .item ul li {
    padding: 0 10px;
    position: relative;
}

.select_drop .select_area .drop_box .list_block ul .item ul li:after {
    content: '';
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 20px;
    height: 40px;
}

.select_drop .select_area .drop_box .list_block ul .item ul li.select:after {
    background: url('../images/svg/check-white.svg') center/10px no-repeat;
}

.select_drop .select_area .drop_box .list_block ul .item ul li.select,
.select_drop .select_area .drop_box .list_block ul .item ul li:hover {
    color: #fff;
    background: #2546f7;
}

.search_area_block {
}

.search_area_block span {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 12px;
}

.search_area_block div:after {
    content: '';
    display: block;
    clear: both;
}

.search_area_block div input {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #171615;
    font-size: 14px;
    width: -webkit-calc(100% - 56px);
    width: -moz-calc(100% - 56px);
    width: calc(100% - 56px);
    float: left;
    line-height: 45px;
    padding: 0 0 0 10px;
}

.search_area_block div input:focus {
    outline: none;
    border-color: #2546f6;
}

.search_area_block div button {
    display: inline-block;
    float: right;
    height: 47px;
    padding: 0;
    line-height: 47px;
    width: 40px;
    border: 0;
    background: rgba(99, 125, 255, 1);
    background: -moz-linear-gradient(top, rgba(99, 125, 255, 1) 0%, rgba(37, 68, 246, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(99, 125, 255, 1)), color-stop(100%, rgba(37, 68, 246, 1)));
    background: -webkit-linear-gradient(top, rgba(99, 125, 255, 1) 0%, rgba(37, 68, 246, 1) 100%);
    background: -o-linear-gradient(top, rgba(99, 125, 255, 1) 0%, rgba(37, 68, 246, 1) 100%);
    background: -ms-linear-gradient(top, rgba(99, 125, 255, 1) 0%, rgba(37, 68, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(99, 125, 255, 1) 0%, rgba(37, 68, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#637dff', endColorstr='#2544f6', GradientType=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    text-align: center;
}

.search_area_block div button img {
    vertical-align: middle;
    height: 14px;
}

.ui-widget-header {
    height: 5px !important;
}

.slider-element {
    padding: 0 15px !important;
}

.ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    background: rgba(86, 157, 250, 1);
    background: -moz-linear-gradient(left, rgba(86, 157, 250, 1) 0%, rgba(55, 119, 246, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(86, 157, 250, 1)), color-stop(100%, rgba(55, 119, 246, 1)));
    background: -webkit-linear-gradient(left, rgba(86, 157, 250, 1) 0%, rgba(55, 119, 246, 1) 100%);
    background: -o-linear-gradient(left, rgba(86, 157, 250, 1) 0%, rgba(55, 119, 246, 1) 100%);
    background: -ms-linear-gradient(left, rgba(86, 157, 250, 1) 0%, rgba(55, 119, 246, 1) 100%);
    background: linear-gradient(to right, rgba(86, 157, 250, 1) 0%, rgba(55, 119, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#569dfa', endColorstr='#3777f6', GradientType=1);
    border-color: #579efa;
    cursor: pointer;
}

.ui-slider .ui-slider-handle:focus {
    outline: none;
}

.ui-widget.ui-widget-content {
    height: 5px;
    background: rgba(0, 0, 0, .02);
    border-color: rgba(0, 0, 0, .02);
}

.ui-slider-horizontal .ui-slider-range:last-child {
    background: #4c52e9;
}

.ui-widget.ui-widget-content {
    background: none;
    border: 0 !important;
    margin-top: 20px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    top: 1px;
    width: 6px;
    height: 6px;
    border: 1px solid #AAA;
    background: #DDD !important;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(220, 220, 220, 1) 20%, rgba(255, 255, 255, 1) 100%) !important;
    border-radius: 27px;
    -moz-border-radius: 27px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.ui-slider .ui-slider-handle {
    width: 12px !important;
    height: 12px !important;
}

.ui-widget.ui-widget-content {
    margin-left: 17px;
    margin-right: 6px;
    margin-top: 23px;
}


.custom-checkbox > [type="checkbox"]:not(:checked), .custom-checkbox > [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.custom-checkbox > [type="checkbox"], .custom-checkbox > label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 0 14px 0;
    margin: 0 6px 6px 0;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label, .custom-checkbox > [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    display: block;
    font-size: 12px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:before, .custom-checkbox > [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    margin-top: -12px;
    width: 14px;
    height: 14px;
    border: 1px solid #ddd;
    background: #ffffff;
    border-radius: 2px;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after, .custom-checkbox > [type="checkbox"]:checked + label:after {
    content: '';
    background: url('../images/svg/check.svg') center center no-repeat;
    background-size: 8px;
    position: absolute;
    top: 13px;
    margin-top: -1px;
    left: 1px;
    width: 14px;
    height: 14px;
    xtransition: all .2s;
}

.custom-checkbox > [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}

.filter_block .middle .line-block .item_block {
    min-height: 72px;
    margin-bottom: 8px;
}

.filter_block .filter_content .first_block .middle.double .item_block .inner .select_input input,
.filter_block .filter_content .first_block .middle.double .item_block .inner .select_input label {
    position: relative;
    float: left;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    font-size: 12px;
}

.filter_block .filter_content .first_block .middle.double .item_block .inner .select_input input {
    float: right;
    text-align: left;
}

.filter_block .filter_content .first_block .middle.double .item_block .inner .select_input label select:focus {
    outline: none;
}

.filter_block .filter_content .first_block .middle.double .item_block .inner .select_input label {
    position: relative;
    display: inline-block;
}

.filter_block .filter_content .first_block .middle.double .item_block .inner .select_input label select {
    display: inline-block;
    background: #fff;
    padding: 0;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    font-weight: 600;
    width: 100%;
    padding-left: 10px;
}

.filter_block .filter_content .first_block .middle.double .item_block .inner .select_input label:after,
.filter_block .filter_content .first_block .middle.double .item_block .inner .select_input label:before {
    display: inline-block;
    height: 100%;
    width: 20px;
    background: #fff url(../images/svg/arrow-down-black.svg) center/6px no-repeat;
    position: absolute;
    right: 2px;
    top: 0;
    height: 40px;
    content: '';
    transition: all 300ms ease-in-out 0s;
}

.filter_block .filter_content .first_block .middle.double .item_block .inner .select_input input {
    display: inline-block;
    background: #fff;
    padding: 0;
    line-height: 40px;
    height: 40px;
    text-align: center;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    font-weight: 600;
}

.scrollup {
    width: 30px;
    height: 30px;
    position: fixed;
    right: 20px;
    bottom: 15px;
    background: #2546f6 url(../images/svg/up-arrow.svg) center center no-repeat;
    background-size: 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0px 34px 2px rgba(37, 70, 246, 0.38);
    -moz-box-shadow: 0 0px 34px 2px rgba(37, 70, 246, 0.38);
    box-shadow: 0 0px 34px 2px rgba(37, 70, 246, 0.38);
    text-decoration: none;
    z-index: 99;
}

.filter_block .bottomline {
}

.filter_block .bottomline .applied_filters {
    font-size: 12px;
    margin-bottom: 15px;
}

.filter_block .bottomline .applied_filters strong {
    font-weight: 900;
    margin-right: 10px;
}

.filter_block .bottomline .applied_filters span {
    display: inline-block;
    padding: 0 8px;
    line-height: 30px;
    transition: all 300ms ease-in-out 0s;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    margin: 0 4px;
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    cursor: pointer;
    margin-bottom: 6px;
}

.filter_block .bottomline .applied_filters button {
    float: right;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    line-height: 30px;
    font-size: 15px;
    margin-left: 5px;
}

.filter_block .bottomline .applied_filters span:hover {
    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 164, 89, 1)), color-stop(100%, rgba(248, 140, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .4);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .4);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .4);
    color: #fff;
}

.filter_block .bottomline .applied_filters span:hover button {
    color: #fff;
}

.filter_block .bottomline .applied_filters button:focus {
    outline: none;
}

.filter_block .bottomline p {
    line-height: 1.4;
    text-align: justify;
    font-size: 11px;
}

.filter_block .bottomline p strong {
    font-weight: 600;
}

.filter_block .bottomline p a {
    font-size: 12px;
    text-decoration: none;
    color: #2546f6;
    border-bottom: 1px dotted #2546f6;
}

.filter_block .bottomline p a:hover {
    border-bottom-color: transparent;
}

.specific_table_list {
}

.specific_table_list h2 {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 14px;
}

.specific_table_list .button_block {
    margin-left: -4px;
}

.specific_table_list .button_block button {
    display: inline-block;
    float: left;
    line-height: 35px;
    padding: 0 12px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: none;
    -webkit-box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0);
    -moz-box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0);
    margin: 0 4px;
    box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0);
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.specific_table_list .button_block button:focus {
    outline: none;
}

.specific_table_list .button_block button:hover,
.specific_table_list .button_block button.check {
    -webkit-box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0.42);
    -moz-box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0.42);
    box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0.42);
    color: #fff;
    background: #2546f6;
    border-color: #2546f6;
}

.specific_table_list .button_block span {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 35px;
    background: url(../images/svg/info.svg) center/16px no-repeat;
    vertical-align: top;
    cursor: pointer;
    margin-left: 8px;
}

.specific_table_list .button_block span div {
    position: absolute;
    z-index: 2;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 18px;
    padding: 8px;
    text-transform: initial;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #171615;
    width: 350px;
    text-align: justify;
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    line-height: 1.3;
    font-size: 10px;
    display: none;
}

.specific_table_list .button_block span:hover div {
    display: block;
}

.specific_table_list .button_block span div:before {
    position: absolute;
    bottom: -4px;
    border-style: solid;
    border-width: 0 4px 4px;
    width: 0;
    height: 0;
    border-color: #fff transparent;
    content: '';
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.specific_table_list .button_block span div strong {
    font-weight: 600;
}

.table_items_specific {
    margin: 20px 0;
}

.table_items_specific .main_list {
    position: relative;
}

.table_items_specific .main_list .item.title {
}

.table_items_specific .main_list .item.title {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}

.table_items_specific .main_list .item {
    background: #fff;
    -webkit-box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 17px 0 rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .03);
    margin-bottom: 12px;
    position: relative;
    z-index: 11;
    transition: all 300ms ease-in-out 0s;
}

.table_items_specific .main_list .item:hover {
    z-index: 20;
}

.table_items_specific .main_list .item .name {
    display: inline-block;
    font-size: 12px;
    padding-left: 10px;
    font-weight: 600;
    line-height: 1.4;
    padding-top: 20px;
}

.table_items_specific .main_list .item .name small {
    display: none;
}

.table_items_specific .main_list .item:first-child .name {
    padding-top: 10px;
}

.table_items_specific .main_list .item .name img {
    margin-right: 5px;
}

.table_items_specific .main_list .item .name img,
.table_items_specific .main_list .item .arrow {
    vertical-align: middle;
}

.table_items_specific .main_list .item .arrow_down {
}

.table_items_specific .main_list .item .arrow_top {
}

.table_items_specific .main_list .item {
}

.table_items_specific .main_list .item .inner_list {
    padding-bottom: 8px;
    position: relative;
}

.table_items_specific .main_list .item .inner_list.sixth .block,
.table_items_specific .main_list .item .inner_list .block {
    display: inline-block;
    float: left;
    width: 6.6%;
}

.table_items_specific .main_list .item .inner_list.sixth .block {
    width: 12.5%;
}

.table_items_specific .main_list .item .inner_list .block:first-child {
    width: 40%;
}

.table_items_specific .main_list .item .inner_list.sixth .block:first-child {
    width: 12.5%;
}

.table_items_specific .main_list .item .inner_list .block:last-child {
    text-align: center;
}

.table_items_specific .main_list .item .inner_list .block .site {
    padding: 10px 0 0 10px;
    transition: all 300ms ease-in-out 0s;
}

.table_items_specific .main_list .item .inner_list .block .site .delete {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: rgba(243, 48, 89, .9) url('../images/svg/remove.svg') center/20px no-repeat;
    z-index: 2;
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
}

.table_items_specific .main_list .item .inner_list .block .site:hover .delete {
    width: 30px;
    background: rgba(243, 48, 89, 1) url('../images/svg/remove.svg') center/20px no-repeat;
}

.table_items_specific .main_list .item .inner_list .block .site:hover {
    padding-left: 40px;
}

.table_items_specific .main_list .item .inner_list .block .site .country {
    display: inline-block;
    margin-right: 5px;
    color: gray;
    font-size: 8px;
}

.table_items_specific .main_list .item .inner_list .block .site .country i {
    margin-right: 4px;
}

.table_items_specific .main_list .item .inner_list .block .site .language {
    display: inline-block;
    color: gray;
    font-size: 8px;
}

.overflow_modal .modal_content .modal .article_modal p a,
.table_items_specific .main_list .item .inner_list .block .site a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    text-decoration: none;
    color: #2546f6;
    border-bottom: 1px dotted #2546f6;
}

.overflow_modal .modal_content .modal .article_modal p a:hover,
.table_items_specific .main_list .item .inner_list .block .site a:hover {
    border-bottom-color: transparent;
}

.table_items_specific .main_list .item .inner_list .block .site small {
    color: gray;
    font-size: 10px;
    font-weight: normal;
    line-height: 14px;
    margin-top: 4px;
    display: block;
}

.table_items_specific .main_list .item .inner_list .block .name.green {
    color: #7C9D11;
    font-weight: bold;
}

.table_items_specific .main_list .item .inner_list .block .flag-icon {
    width: 10px;
}

.table_items_specific .main_list .item .inner_list .block .custom-checkbox {
    display: inline-block;
}

.table_items_specific .main_list .item .inner_list .block .custom-checkbox label {
    margin-top: -4px;
}

.table_items_specific .main_list .item .inner_list .block .cart {
    padding: 0;
    border: 0;
    margin-top: 12px;
    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 164, 89, 1)), color-stop(100%, rgba(248, 140, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    color: #fff;
    width: 80%;
    height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
}

.table_items_specific .main_list .item .inner_list .block .cart:focus {
    outline: none;
}

.table_items_specific .main_list .item .inner_list .block .cart:hover {
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .6);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .6);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .6);
}

.table_items_specific .main_list .item .inner_list .block .cart i {
    background: url('../images/svg/cart.svg') center/20px no-repeat;
    display: block;
    width: 100%;
    height: 30px;
}

.pager_navigation {
    margin: 12px 0;
}

.pager_navigation ul {
    text-align: center;
}

.pager_navigation ul li {
    display: inline-block;
}

.pager_navigation ul li.prev {
    float: left;
}

.pager_navigation ul li.next {
    float: right;
}

.pager_navigation ul li a {
    font-size: 11px;
    display: block;
    text-decoration: none;
    line-height: 34px;
    min-width: 34px;
    border: 1px solid rgba(24, 27, 35, 0.07);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: rgba(24, 27, 35, 0.7);
    font-weight: 600;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    background: #fff6;
}

.pager_navigation ul li a:hover,
.pager_navigation ul li.select a {
    -webkit-box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0.42);
    -moz-box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0.42);
    box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0.42);
    color: #fff;
    background: #2546f6;
    border-color: #2546f6;
}

.pager_navigation ul li a i {
    width: 34px;
    height: 34px;
    display: block;
    background: red;
    transition: all 300ms ease-in-out 0s;
}

.pager_navigation ul li.prev a i {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/%3E%3C/svg%3E") center/7px no-repeat;
}

.pager_navigation ul li.next:hover a i {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/%3E%3C/svg%3E") center/7px no-repeat;
}

.pager_navigation ul li.next a i {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M7.33 24l-2.83-2.829 9.339-9.175-9.339-9.167 2.83-2.829 12.17 11.996z'/%3E%3C/svg%3E") center/7px no-repeat;
}

.pager_navigation ul li.next:hover a i {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M7.33 24l-2.83-2.829 9.339-9.175-9.339-9.167 2.83-2.829 12.17 11.996z'/%3E%3C/svg%3E") center/7px no-repeat;
}

body.noscroll {
    overflow: hidden;
}

.overflow_modal {
    display: none;
}

.overflow_modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    text-align: center;
}

.overflow_modal.visible {
    display: block;
}

.overflow_modal .modal_content {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.overflow_modal .modal_content .modal {
    background: #fff;
    width: 500px;
    text-align: left;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    z-index: 90;
    -webkit-box-shadow: 0 0px 18px 0 rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0 0px 18px 0 rgba(0, 0, 0, 0.38);
    box-shadow: 0 0px 18px 0 rgba(0, 0, 0, 0.38);
    z-index: 999;
    position: relative;
    display: inline-block;
    margin: 120px auto 20px auto;
}

.overflow_modal .modal_content .modal .close {
    height: 51px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.overflow_modal .modal_content .modal .close:before {
    text-align: center;
    width: 50px;
    height: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.11);
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.67 0l2.83 2.829-9.339 9.175 9.339 9.167-2.83 2.829-12.17-11.996z'/%3E%3C/svg%3E") center/10px no-repeat;
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
}

.overflow_modal .modal_content .modal .title {
    font-weight: 600;
    display: block;
    padding: 0 0 0 15px;
    line-height: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    color: #091c30;
    width: -webkit-calc(100% - 63px);
    width: -moz-calc(100% - 63px);
    width: calc(100% - 63px);
}

.overflow_modal .modal_content .modal .article_modal {
    padding: 0 15px 20px 15px;
}

.overflow_modal .modal_content .modal .article_modal p {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.overflow_modal .modal_content .modal .article_modal p .name {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
}

.overflow_modal .modal_content .modal .article_modal .select_method li .inner .duble:after,
.overflow_modal .modal_content .modal .article_modal .select_method:after {
    content: '';
    display: block;
    clear: both;
}

.overflow_modal .modal_content .modal .article_modal .select_method {
    margin: 0 0 10px 0;
}

.overflow_modal .modal_content .modal .article_modal .select_method li {
    display: inline-block;
    width: 50%;
    float: left;
}

.overflow_modal .modal_content .modal .article_modal .select_method li .inner {
}

.overflow_modal .modal_content .modal .article_modal .select_method li .inner span {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
}

.overflow_modal .modal_content .modal .article_modal .select_method li .inner label {
    position: relative;
    display: block;
}

.overflow_modal .modal_content .modal .article_modal .select_method li:first-child .inner label {
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
}

.overflow_modal .modal_content .modal .article_modal .select_method li .inner label:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 20px;
    background: #fff url(../images/svg/arrow-down-black.svg) center/6px no-repeat;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 37px;
    content: '';
    transition: all 300ms ease-in-out 0s;
}

.overflow_modal .modal_content .modal .article_modal .select_method li .inner .duble {
}

.overflow_modal .modal_content .modal .article_modal .select_method li .inner .duble div {
    display: inline-block;
    float: left;
    width: -webkit-calc(50% - 6px);
    width: -moz-calc(50% - 6px);
    width: calc(50% - 6px);
}

.overflow_modal .modal_content .modal .article_modal .select_method li .inner .duble div:last-child {
    float: right;
}

.overflow_modal .modal_content .modal .article_modal .select_method li .inner select:hover,
.overflow_modal .modal_content .modal .article_modal .select_method li .inner select:focus {
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    border-color: #2546f6;
    outline: none;
}

.overflow_modal .modal_content .modal .article_modal .select_method li .inner select {
    display: inline-block;
    background: #fff;
    padding: 0;
    line-height: 40px;
    height: 40px;
    text-align: left;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0);
    padding: 0 0 0 10px;
    border: 1px solid rgba(0, 0, 0, .03);
    transition: all 300ms ease-in-out 0s;
    width: 100%;
    font-size: 12px;
}

.overflow_modal .modal_content .modal .article_modal p a {
}

.overflow_modal .modal_content .modal .article_modal ul {
    margin: 15px 0 15px 15px;
}

.overflow_modal .modal_content .modal .article_modal .pay-method ul {
    margin: 15px 0 10px 0;
}

.overflow_modal .modal_content .modal .article_modal .pay-method ul:after {
    content: '';
    display: block;
    clear: both;
}

.overflow_modal .modal_content .modal .article_modal .pay-method ul li {
    width: 12.5%;
    float: left;
}

.overflow_modal .modal_content .modal .article_modal ul li {
    font-size: 12px;
}

.overflow_modal .modal_content .modal .article_modal button {
    transition: all 300ms ease-in-out 0s;
    position: relative;
    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 164, 89, 1)), color-stop(100%, rgba(248, 140, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.14);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.14);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.14);
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    min-width: 300px;
    border: 0;
    display: inline-block;
    padding: 0;
}

.overflow_modal .modal_content .modal .article_modal button:focus {
    outline: none;
}

.overflow_modal .modal_content .modal .article_modal button:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.64);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.64);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.64);
}


.article_modal input[type="radio"] {
    display: none;
}

.article_modal input[type="radio"] + label {
    color: #0f111d;
    font-weight: 600;
}

.article_modal input[type="radio"] + label span {
    display: inline-block;
    width: 19px;
    height: 23px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url('../images/check.jpg') -38px top no-repeat;
    cursor: pointer;
}

.article_modal input[type="radio"]:checked + label span {
    background: url('../images/check.jpg') -57px top no-repeat;
}

.feed_back_overflow {
}

.feed_back_overflow:after {
    content: '';
    display: block;
    clear: both;
}

.feed_back_overflow .feed_back {
    display: inline-block;
    float: left;
    width: 50%;
}

.feed_back_overflow .feed_back p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.feed_back_overflow .feed_back button {
    margin-top: 15px;
    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 164, 89, 1)), color-stop(100%, rgba(248, 140, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    color: #fff;
    border-color: #fc9d4c;
    cursor: pointer;
    padding: 0 50px;
    display: inline-block;
    line-height: 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 0;
}

.feed_back_overflow .feed_back button:hover,
.feed_back_overflow .feed_back button:focus {
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .5);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .5);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .5);
}

.feed_back_overflow .feed_back textarea {
    display: block;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .03);
    transition: all 300ms ease-in-out 0s;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    margin: 15px 0 5px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.feed_back_overflow .feed_back textarea:focus {
    outline: none;
    border-color: #2546f6;
}

.feed_back_overflow .feed_back .pole {
}

.feed_back_overflow .feed_back .pole input {
    display: inline-block;
    background: #fff;
    padding: 0;
    line-height: 40px;
    height: 40px;
    text-align: left;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0);
    padding: 0 0 0 10px;
    border: 1px solid rgba(0, 0, 0, .03);
    transition: all 300ms ease-in-out 0s;
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
    padding-left: 50px;
    width: 100%;
}

.feed_back_overflow .feed_back .pole input:focus {
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    border-color: #2546f6;
    outline: none;
}

.feed_back_overflow .help_area {
    display: inline-block;
    float: left;
    width: 50%;
}

.feed_back_overflow .help_area h2,
.feed_back_overflow .help_area h3 {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px;
}

.feed_back_overflow .help_area p {
    font-size: 12px;
    line-height: 1.4;
}

.feed_back_overflow .help_area ul {
    margin: 12px 0 0 0;
}

.feed_back_overflow .help_area ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 8px;
}

.feed_back_overflow .help_area ul li a {
    text-decoration: none;
    color: #2546f6;
    text-decoration: none;
    border-bottom: 1px dotted #2546f6;
    font-size: 12px;
}

.feed_back_overflow .help_area .btn {
    -webkit-box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0.42);
    -moz-box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0.42);
    box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0.42);
    color: #fff;
    border: 1px solid #2546f6;
    background: #2546f6;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    line-height: 35px;
    padding: 0 12px;
    -webkit-box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0);
    -moz-box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0);
    margin: 0 4px;
    box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0);
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0 15px 0;
    font-size: 12px;
}


/** Profile **/

.profile_overflow {
}

.profile_overflow .tabs_button {
    margin-bottom: 20px;
}

.profile_overflow .tabs_button button {
    padding: 0 15px;
    line-height: 45px;
    text-transform: uppercase;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #171615;
    display: inline-block;
    background: #fff;
}

.profile_overflow .tabs_button button:focus {
    outline: none;
}

.profile_overflow .tabs_button button:hover,
.profile_overflow .tabs_button button.check {
    border-color: #2546f6;
    background: #2546f6;
    color: #fff;
    cursor: pointer;
}

.profile_overflow .tabs_content {
}

.profile_overflow .tabs_content .active_subscriptions,
.profile_overflow .tabs_content .balance_content,
.profile_overflow .tabs_content .subscriptions_content,
.profile_overflow .tabs_content .setting_content {
    display: none;
}

.profile_overflow .tabs_content .subscriptions_content.visible,
.profile_overflow .tabs_content .active_subscriptions.visible,
.profile_overflow .tabs_content .balance_content.visible,
.profile_overflow .tabs_content .setting_content.visible {
    display: block;
}

.profile_overflow h1 {
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

.profile_overflow .tabs_content .overflow_pole {
    margin: 8px -6px;
}

.profile_overflow .tabs_content .button:after,
.profile_overflow .tabs_content .check_list:after,
.profile_overflow .tabs_content .overflow_pole:after {
    content: '';
    display: block;
    clear: both;
}

.profile_overflow .tabs_content .pole {
    position: relative;
    display: inline-block;
    float: left;
    width: 20%;
}

.profile_overflow .tabs_content .trio .pole {
    width: 33.3%;
}

.profile_overflow .tabs_content .pole div.inner {
    padding: 0 6px;
}

.profile_overflow .tabs_content .pole div.iti__flag-container {
    padding: 0;
}

.profile_overflow .tabs_content .textarea .name,
.profile_overflow .tabs_content .pole label.name {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.profile_overflow .tabs_content .pole select,
.profile_overflow .tabs_content .textarea textarea,
.advanced_article .pole input,
.profile_overflow .tabs_content .pole input {
    display: inline-block;
    background: #fff;
    padding: 0;
    line-height: 40px;
    height: 40px;
    text-align: left;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0);
    padding: 0 0 0 10px;
    border: 1px solid rgba(0, 0, 0, .03);
    transition: all 300ms ease-in-out 0s;
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
}

.profile_overflow .tabs_content .pole input#phone {
    padding-left: 50px;
    width: 100%;
}

.profile_overflow .tabs_content .pole label.list {
    position: relative;
    display: block;
    width: 100%;
}

.profile_overflow .tabs_content .pole label.list:before {
    content: '';
    display: inline-block;
    height: 100%;
    width: 20px;
    background: #fff url(../images/svg/arrow-down-black.svg) center/6px no-repeat;
    position: absolute;
    right: 2px;
    top: 2px;
    height: 37px;
    content: '';
    transition: all 300ms ease-in-out 0s;
}

.profile_overflow .tabs_content .pole .help-inline {
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

.profile_overflow .tabs_content .pole .list select {
    width: 100%;
}

.profile_overflow .tabs_content .pole select:focus,
.advanced_article .pole input:focus,
.profile_overflow .tabs_content .textarea textarea:focus,
.profile_overflow .tabs_content .pole input:focus {
    -webkit-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 10px 23px 0 rgba(0, 0, 0, 0.22);
    border-color: #2546f6;
    outline: none;
}

.profile_overflow .tabs_content .textarea {
    margin: 10px 0;
}

.profile_overflow .tabs_content .textarea textarea {
}

.profile_overflow .tabs_content .button {
    margin-bottom: 20px;
}

.profile_overflow .tabs_content .button button,
.profile_overflow .tabs_content .button a {
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 40px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    transition: all 300ms ease-in-out 0s;
    font-weight: 600;
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    color: #313233;
}

.advanced_article .pole button,
.profile_overflow .tabs_content .button button {
    float: left;
    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 164, 89, 1)), color-stop(100%, rgba(248, 140, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    color: #fff;
    border-color: #fc9d4c;
    cursor: pointer;
    padding: 0 60px;
    margin-right: 10px;
}

.profile_overflow .tabs_content .button button:hover,
.advanced_article .pole button:focus,
.advanced_article .pole button:hover,
.profile_overflow .tabs_content .button button:focus {
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .5);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .5);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, .5);
}

.profile_overflow .tabs_content .check_list li {
    display: inline-block;
    float: left;
    width: 50%;
}

.profile_overflow .tabs_content .check_list li:first-child {
    width: 100%;
    float: none;
}

.profile_overflow .tabs_content .check_list li div {
    padding: 12px 12px 12px 30px;
    position: relative;
}

.profile_overflow .tabs_content .check_list li div label {
    position: absolute;
    left: 0;
    top: 3px;
}

.profile_overflow .tabs_content .check_list li div p {
    font-size: 12px;
    line-height: 1.4;
}

.profile_overflow .tabs_content .check_list li div p span {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    font-size: 13px;
}

.advanced_article {
}

.advanced_article .pole {
    max-width: 600px;
}

.advanced_article .pole label {
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
}

.advanced_article .pole input {
    display: inline-block;
    float: left;
    width: -webkit-calc(100% - 135px);
    width: -moz-calc(100% - 135px);
    width: calc(100% - 135px);
}

.advanced_article .pole button {
    display: inline-block;
    margin-right: 0;
    line-height: 42px;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 40px;
    float: right;
}

.advanced_article .button:after,
.advanced_article .pole div:after {
    content: '';
    display: block;
    clear: both;
}

.advanced_article p {
    line-height: 1.4;
    font-size: 12px;
    margin: 12px 0;
}

.advanced_article .button {
}

.advanced_article .button a {
    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 164, 89, 1)), color-stop(100%, rgba(248, 140, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    color: #fff;
    border-color: #fc9d4c;
    cursor: pointer;
    padding: 0 60px;
    margin-right: 10px;
    line-height: 45px;
    display: inline-block;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    font-size: 12px;
}

.advanced_article .button a.delete {
    background: rgba(252, 110, 91, 1);
    background: -moz-linear-gradient(top, rgba(252, 110, 91, 1) 0%, rgba(255, 10, 10, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(252, 110, 91, 1)), color-stop(100%, rgba(255, 10, 10, 1)));
    background: -webkit-linear-gradient(top, rgba(252, 110, 91, 1) 0%, rgba(255, 10, 10, 1) 100%);
    background: -o-linear-gradient(top, rgba(252, 110, 91, 1) 0%, rgba(255, 10, 10, 1) 100%);
    background: -ms-linear-gradient(top, rgba(252, 110, 91, 1) 0%, rgba(255, 10, 10, 1) 100%);
    background: linear-gradient(to bottom, rgba(252, 110, 91, 1) 0%, rgba(255, 10, 10, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc6e5b', endColorstr='#ff0a0a', GradientType=0);
    color: #fff;
}

.lightpick__month header {
    background: none;
    -webkit-box-shadow: 0 7px 18px 0 rgba(37, 70, 246, 0);
    -moz-box-shadow: 0 7px 18px 0 rgba(37, 70, 246, 0);
    box-shadow: 0 7px 18px 0 rgba(37, 70, 246, 0);
}

.lightpick__month-title {
    text-align: left;
}

.filter_balance_list .filter_list:after {
    content: '';
    display: block;
    clear: both;
}

.filter_balance_list .filter_list .item {
    display: inline-block;
    float: left;
    width: 22.5%;
}

.filter_balance_list .filter_list .item:nth-child(4) {
    width: 10%;
}

.filter_balance_list .filter_list .item .pole {
    width: -webkit-calc(100% - 12px);
    width: -moz-calc(100% - 12px);
    width: calc(100% - 12px);
    padding: 0 6px;
}

.filter_balance_list .filter_list .item .pole #datepicker {
    padding-left: 30px;
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px);
    background: #fff url('../images/calendar.svg') 13px 12px no-repeat;
    background-size: 14px;
}

.filter_balance_list .filter_list .item .pole label {
    position: relative;
    display: block;
}

.filter_balance_list .filter_list .item .pole label:before {
    content: '';
    display: inline-block;
    width: 20px;
    background: #fff url(../images/svg/arrow-down-black.svg) center/6px no-repeat;
    position: absolute;
    right: 13px;
    top: 2px;
    height: 37px;
    transition: all 300ms ease-in-out 0s;
}

.filter_balance_list .filter_list .item .pole small {
    display: block;
    font-size: 11px;
    margin-bottom: 8px;
}

.filter_balance_list .filter_list .item .pole.type_sort {
    padding-top: 20px;
}

.filter_balance_list .filter_list .item .pole.type_sort:after {
    content: '';
    display: block;
    clear: both;
}

.filter_balance_list .filter_list .item .pole.type_sort button {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, .03);
    border-left: 0;
    border-right: 0;
    background: #fff;
}

.filter_balance_list .filter_list .item .pole.type_sort button:hover,
.filter_balance_list .filter_list .item .pole.type_sort button.check {
    color: #fff;
    background: #2546f6;
    border-color: #2546f6;
    cursor: pointer;
}

.filter_balance_list .filter_list .item .pole.type_sort button:first-child {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.filter_balance_list .filter_list .item .pole.type_sort button:last-child {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.filter_balance_list .filter_list .item .pole.sort button {
    display: inline-block;
    background: #fff;
    padding: 0;
    line-height: 40px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .03);
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
    width: 40px;
}

.filter_balance_list .filter_list .item .pole.sort button img {
    vertical-align: middle;
    width: 8px;
}

.filter_balance_list .filter_list .item .pole.type_sort button:focus,
.filter_balance_list .filter_list .item .pole.sort button:focus {
    outline: none;
}

.filter_balance_list .filter_list .item .pole.sort button:hover,
.filter_balance_list .filter_list .item .pole.sort button.check {
    border-color: #2546f6;
}

.filter_balance_list .filter_list .item .pole small input {
}

.filter_balance_list .filter_list .item .pole .balance {
    font-weight: 600;
    font-size: 13px;
    margin-top: 16px;
    display: inline-block;
}

.filter_balance_list .filter_list .item .pole .balance strong {
    color: #21a531;
}

.filter_balance_list .filter_list .item .pole .add_funs:focus {
    outline: none;
}

.filter_balance_list .filter_list .item .pole .add_funs {
    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 164, 89, 1)), color-stop(100%, rgba(248, 140, 45, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0);
    color: #fff;
    line-height: 45px;
    float: right;
    border: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.filter_balance_list .filter_list .item:last-child {
    margin-top: 12px;
}

.subscribe_list:after {
    content: '';
    display: block;
    clear: both;
}

.subscribe_list {
}

.subscribe_list li {
    display: inline-block;
    float: left;
    width: 25%;
}

.subscribe_list li div {
    padding: 12px;
    margin: 4px;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 80px;
}

.subscribe_list li div span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 13px;
}

.subscribe_list li div p {
    font-size: 12px;
    line-height: 1.4;
}

.subscribe_list li div p a {
    font-size: 12px;
    text-decoration: none;
    border-bottom: 1px dotted #2546f7;
}

.subscribe_list li div p a:hover {
    border-bottom-color: transparent;
}

.filter_balance_content {
    padding: 12px;
}

.filter_balance_content p {
    line-height: 1.4;
    font-size: 12px;
}

.profile_overflow .tabs_content .subscriptions_content.visible,
.profile_overflow .tabs_content .setting_content.visible,
.main-screen .title_item,
.profile_overflow .tabs_content .active_subscriptions.visible,
.profile_overflow .tabs_content .balance_content.visible,
.sign-up-block,
.our_backlinks .tabs_content li.visible,
.filter_block .filter_content .title_name span div,
.specific_table_list .button_block span div,
.select_drop .select_area.check .drop_box,
.table_items_specific .main_list .item,
.overflow_modal.visible,
.filter_block .middle.advanced.visible,
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft, .main-screen .title_item {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight, .sign-up-block {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fadeIn, .our_backlinks .tabs_content li.visible, .filter_block .filter_content .title_name span:hover div, .specific_table_list .button_block span:hover div, .select_drop .select_area.check .drop_box, .overflow_modal.visible, .filter_block .middle.advanced.visible, .profile_overflow .tabs_content .subscriptions_content.visible, .profile_overflow .tabs_content .active_subscriptions.visible,
.profile_overflow .tabs_content .balance_content.visible,
.profile_overflow .tabs_content .setting_content.visible {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp, .table_items_specific .main_list .item {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


@media screen and (min-width: 1200px) {
    .your_links_will,
    .our_backlinks,
    .what_you_get,
    .start_buying .overflow,
    .clients_list .overflow,
    .faq_block ul,
    .reasons_block .overflow,
    .reviews ul,
    .wy_we ul,
    footer .content,
    footer .overflow .bottom .content,
    .article_content,
    header .inner {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1176px) {
    header .inner,
    .article_contentm,
    .specific_table_list,
    .your_links_will, .our_backlinks, .what_you_get, .start_buying .overflow, .clients_list .overflow, .faq_block ul, .reasons_block .overflow, .reviews ul, .wy_we ul, footer .content, footer .overflow .bottom .content, header .inner, footer .overflow .content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .your_links_will {
        padding-left: 0;
        margin-left: 12px;
        padding-right: 0;
        margin-right: 12px;
    }

    .article_content .alert-block {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media screen and (max-width: 1100px) {
    header .inner .menu {
        display: inline-block;
    }

    header .inner nav {
        display: none;
    }

    .reasons_block .overflow ul li {
        width: 20%;
    }

    .table_items_specific .main_list .item .name {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    .table_items_specific .main_list .item .inner_list .block {
        width: -webkit-calc(12% - 32.3px);
        width: -moz-calc(12% - 32.3px);
        width: calc(12% - 32.3px);
    }

    .table_items_specific .main_list .item .inner_list .block:first-child {
        width: 200px;
    }

    .filter_block .middle .line-block .item_block {
        min-height: 90px;
    }
}

@media screen and (max-width: 1080px) {
    .wy_we ul li div p {
        min-height: 180px;
    }
}

@media screen and (max-width: 1030px) {
    .what_you_get ul li div .title {
        min-height: 28px;
    }
}

@media screen and (max-width: 1024px) {
    footer .overflow .content .left {
        display: none;
    }

    footer .overflow .content .right {
        display: block;
        width: 100%;
        float: none;
    }

    .step-links-block ul.step li div p {
        min-height: 250px;
    }

    .filter_block .filter_content .title_name {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

@media screen and (max-width: 1010px) {
    .free_products .packs ul {
        margin: 40px 12px 0 12px;
    }

    .free_products .packs ul li:nth-child(2),
    .free_products .packs ul li {
        float: none;
        width: auto;
        display: block;
    }

    .free_products .packs ul li:nth-child(2) div {
        margin: 15px 0;
    }

    .free_products .packs ul li {
        text-align: center
    }

    .free_products .packs ul li div {
        max-width: 500px;
        display: inline-block;
    }

    .free_products .packs ul li div p {
        min-height: auto;
    }
}

@media screen and (max-width: 1015px) {
    .filter_balance_list .filter_list .item {
        width: 50%;
    }

    .filter_balance_list .filter_list .item:nth-child(3),
    .filter_balance_list .filter_list .item:nth-child(4),
    .filter_balance_list .filter_list .item:nth-child(5) {
        width: 33.3%;
        margin-top: 12px;
    }
}

@media screen and (max-width: 1000px) {
    .main-screen .overflow {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-screen .title_item {
        margin: 80px 0 0 0;
    }

    .main-screen .sign-up-block {
        margin-right: 0;
    }

    .profile_overflow .tabs_content .check_list li div {
        min-height: 80px;
    }
}

@media screen and (max-width: 960px) {
    .your_links_will ul li {
        width: 33.3%;
    }
}

@media screen and (max-width: 890px) {
    .reasons_block .overflow ul li {
        width: 25%;
    }

    .reasons_block .overflow ul li div p {
        min-height: 40px;
    }

    .wy_we ul li {
        width: 50%;
    }
}

@media screen and (max-width: 890px) {
    .faq_block ul li {
        float: none;
        display: block;
        width: 100%;
    }

    .faq_block ul li .item .unswer p {
        min-height: auto;
    }
}

@media screen and (max-width: 860px) {
    .filter_block .middle .line-block .item_block {
        width: 33.3%;
    }

    .filter_block .filter_content .first_block .middle,
    .filter_block .filter_content .first_block .right,
    .filter_block .filter_content .first_block .middle,
    .filter_block .filter_content .first_block .left {
        width: 100%;
        float: none;
        display: block;
    }

    .filter_block .filter_content .first_block .left {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 840px) {
    .filter_block .topline .save_block,
    .filter_block .topline a {
        display: block;
        margin-bottom: 12px;
        float: none;
        text-align: center;
        max-width: none;
        white-space: initial;
    }
}

@media screen and (max-width: 830px) {
    .main-screen {
        text-align: center;
    }

    .main-screen .title_item {
        margin-top: 0;
        display: inline-block;
        float: none;
    }

    .main-screen .sign-up-block {
        float: none;
        margin-top: 20px;
        display: none;
    }
}

@media screen and (max-width: 820px) {
    .what_you_get ul li,
    .your_links_will ul li {
        width: 50%;
    }

    .your_links_will ul li div p {
        min-height: 57px;
    }

    .start_buying .overflow .right, .start_buying .overflow .left {
        float: none;
        display: block;
        width: 100%;
    }

    .start_buying .overflow .right {
        margin-top: 25px;
    }
}

@media screen and (max-width: 780px) {
    .reasons_block .overflow ul li {
        width: 33.3%;
    }

    .reviews ul li {
        float: none;
        display: block;
        width: 100%;
        margin: 20px 0;
    }

    .reviews ul li:nth-child(2) {
        margin: 30px 0;
    }

    footer .overflow .bottom .pay-method,
    footer .overflow .bottom .copyright,
    footer .overflow .content .right ul li.item {
        float: none;
        display: block;
        width: 100%;
    }

    footer .overflow .content .right ul li.item {
        margin-bottom: 15px;
    }

    footer .overflow .content .right ul li.item ul li {
        display: inline-block;
    }

    footer .overflow .bottom .copyright,
    footer .overflow .bottom .pay-method {
        text-align: center;
    }

    footer .overflow .bottom .pay-method ul li {
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 760px) {
    .result_block {
        width: -webkit-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
    }

    .our_backlinks .tabs_block .right_block {
        margin-top: 20px;
    }

    .our_backlinks .tabs_block .right_block,
    .feed_back_overflow .feed_back,
    .feed_back_overflow .help_area,
    .our_backlinks .tabs_block .left_block {
        float: none;
        display: block;
        width: 100%;
    }

    .feed_back_overflow .help_area {
        margin-top: 12px;
    }
}

@media screen and (max-width: 720px) {
    .step-links-block ul.step li,
    .filter_block .middle .line-block .item_block {
        width: 50%;
    }

    .article_content .alert-block h3 {
        padding-right: 60px;
    }

    .overflow_modal .modal_content .modal .title {
        line-height: 1.4;
        font-size: 14px;
        padding-top: 8px;
        min-height: 42px;
    }
}

@media screen and (max-width: 680px) {
    .overflow_head {
        background-position: bottom right !important;
    }

    header .inner nav ul li.drop ul {
        width: 70%;
        z-index: 222;
    }

    .table_items_specific .main_list .item.title {
        display: none;
    }

    .table_items_specific .main_list .item .inner_list .block:first-child {
        display: block;
        width: 100%;
        float: none;
    }

    .table_items_specific .main_list .item .inner_list .block {
        width: 11.1%;
    }

    .table_items_specific .main_list .item .name small {
        display: block;
        font-weight: normal;
        font-size: 10px;
    }

    .table_items_specific .main_list .item .inner_list.sixth .block {
        width: 16.6%;
    }
}

@media screen and (max-width: 660px) {
    .profile_overflow .tabs_content .pole {
        float: none;
        display: block;
        width: 100%;
        margin-bottom: 8px;
    }

    .profile_overflow .tabs_content .trio .pole,
    .profile_overflow .tabs_content .pole .iti {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .wy_we ul li {
        width: 100%;
        float: none;
        display: block;
    }

    .wy_we ul li div p {
        min-height: auto;
        padding-bottom: 15px;
    }

    .filter_balance_list .filter_list .item .pole.type_sort {
        padding-left: 0;
        padding-right: 0;
    }

    .filter_balance_list .filter_list .item {
        width: 100%;
        display: block;
        float: none;
    }

    .filter_balance_list .filter_list .item .pole small {
        margin-top: 12px;
    }

    .filter_balance_list .filter_list .item:nth-child(3),
    .filter_balance_list .filter_list .item:nth-child(4),
    .filter_balance_list .filter_list .item:nth-child(5) {
        width: 100%;
    }
}

@media screen and (max-width: 620px) {
    .advanced_article .button a {
        display: block;
        width: 100%;
        float: none;
        margin: 8px 0;
        text-align: center;
        padding: 0;
    }

}

@media screen and (max-width: 590px) {
    .profile_overflow .tabs_content .check_list li {
        float: none;
        display: block;
        width: 100%;
    }

    .profile_overflow .tabs_content .check_list li div {
        min-height: auto;
    }

    .step-links-block ul.step li div p {
        min-height: auto;
        margin-bottom: 20px;
    }

    .step-links-block ul.step li {
        float: none;
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 580px) {
    header .inner .user-area {
        display: none;
    }

    header .inner .profile {
        display: inline-block;
    }

    .what_you_get ul li {
        float: none;
        display: block;
        width: 100%;
    }

    .what_you_get ul li div .title,
    .what_you_get ul li p {
        min-height: auto;
    }

    .reasons_block .overflow ul li {
        width: 50%;
    }
}

@media screen and (max-width: 560px) {
    .filter_block .middle .line-block .item_block {
        float: none;
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .iti {
        width: 100%;
    }

    .feed_back_overflow .help_area ul li {
        float: none;
        display: block;
        width: 100%;
    }

    .filter_block .filter_content .first_block .middle.double .item_block {
        display: block;
        float: none;
        width: 100%;
        margin: 5px 0;
    }

    .table_items_specific .main_list .item .inner_list .block {
        float: none;
        display: block;
        width: 100%;
    }

    .table_items_specific .main_list .item .name {
        text-align: right;
        padding-right: 10px;
    }

    .table_items_specific .main_list .item .name small {
        display: inline-block;
        float: left;
    }

    .table_items_specific .main_list .item .inner_list .block:nth-child(9) {
        text-align: center;
    }

    .table_items_specific .main_list .item .inner_list .block .cart {
        height: 55px;
        line-height: 55px;
        width: 96%;
    }

    .table_items_specific .main_list .item .inner_list .block:nth-child(10) {
        display: none;
    }

    .overflow_modal .modal_content .modal {
        width: 95%;
        margin-top: 50px;
    }
}

@media screen and (max-width: 540px) {
    .table_items_specific .main_list .item .inner_list.sixth .block:first-child,
    .table_items_specific .main_list .item .inner_list.sixth .block {
        width: 100%;
        float: none;
        display: block;
    }

    .table_items_specific .main_list .item .inner_list.sixth .block:after {
        content: '';
        display: block;
        clear: both;
    }

    .table_items_specific .main_list .item .inner_list.sixth .block small {
        float: left;
    }

    .table_items_specific .main_list .item .inner_list.sixth .block:last-child {
        height: 40px;
    }
}

@media screen and (max-width: 520px) {
    .specific_table_list .button_block button {
        margin-bottom: 8px;
    }

    .your_links_will ul li {
        float: none;
        display: block;
        width: 100%;
    }

    .your_links_will ul li p {
        min-height: auto;
    }

    .what_you_get .button a,
    .reasons_block .overflow .button a,
    .faq_block .button a, .your_links_will .button a {
        line-height: 1.5;
        padding: 10px 15px;
    }

    .overflow_modal .modal_content .modal .article_modal button {
        min-width: 0;
        width: 100%;
    }

    .overflow_modal .modal_content .modal .pay-method {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .overflow_modal .modal_content .modal .article_modal .select_method li {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 420px) {
    .profile_overflow .tabs_button button {
        padding: 0 5px;
        font-size: 12px;
    }

    .clients_list ul:after {
        content: '';
        display: block;
        clear: both;
    }

    .clients_list ul li {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .reasons_block .overflow ul li div p {
        min-height: 60px;
    }

    .clients_list ul li img {
        width: 100%;
    }
}


@media screen and (max-width: 380px) {
    .article_content .alert-block .input_pole input {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
    }

    .article_content .alert-block .button button {
        width: 100%;
    }
}

@media screen and (max-width: 360px) {
    .profile_overflow .tabs_button button {
        padding: 0 4px;
    }
}

@media screen and (max-width: 340px) {
    .filter_block .filter_content .first_block .left.double .item_block {
        width: 100%;
        float: none;
        display: block;
    }
}

.logotype img {
    height: 30px;
    filter: grayscale(100%) brightness(100);
    vertical-align: middle;
}

.privacy h1, .privacy h2, .privacy h3, .privacy h4, .privacy p, .privacy li, .privacy a {
    text-transform: none !important;
    line-height: 1.7rem;
}

.privacy li, .privacy h2 {
    text-align: left !important;
    padding: 10px 20px;
}

.privacy ol > li:before {
    font-weight: bold;
}

.privacy ol {
    list-style: decimal inside;
}

.help-block {
    font-size: 12px;
    margin: 10px auto;
    color: red;
}

.contact {
    margin: 20px auto;
}

.free_products > p {
    text-align: center;
    color: #7c7c7c;
}

.summary {
    text-align: right;
    margin: 20px auto;
    color: #5a5a5a;
}


.table_items_specific .main_list .item .inner_list .block .site .buy {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: rgba(0, 190, 58, 0.9) url('../images/svg/cart.svg') center/20px no-repeat;
    z-index: 2;
    transition: all 300ms ease-in-out 0s;
    cursor: pointer;
}

.table_items_specific .main_list .item .inner_list .block .site:hover .buy {
    width: 30px;
    margin: 0;
    box-shadow: none;
    border: none;
    text-decoration: none;
}

.search_area_block div button{
    height: auto;
}


.table_items_specific .main_list .item:first-child .name{
    text-decoration: none;
    color: #0b0c0c;
}

a.asc:before, a.desc:before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
    vertical-align: bottom;
    filter: invert(.5);
    margin-right: 4px;
}
a.desc:before{
    background-image: url("../images/svg/arrow-down-black.svg");
    background-size: 10px 20px;
    display: inline-block;
    width: 10px;
    height: 20px;
    content:"";
    background-repeat: no-repeat;
}
a.asc:before {
    background-image: url("../images/svg/up-arrow.svg");
    background-size: 10px 20px;
    display: inline-block;
    width: 10px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    filter: invert(.5);
}


.empty{
    text-align: center;
    color: #888888;
    margin-top: 10px;
    font-size: 24px;
}


.about{
    line-height: 1.5;
    color: #484848;
    margin-top: 20px;
    text-align: justify;
}
.about p {
    margin-bottom: 15px;
}
.about h1 {
    margin-bottom: 15px;
    line-height: 1.2;
    text-align: center;
}
.about h1 small{
    margin: 10px auto;
    display: block;
    color: #5f5f5f;
    font-size: 18px;
    font-weight: 100;
}

.about hr {
    border: 1px solid #dddddd;
    max-width: 50%;
    margin: 10px auto;
}

.about img{
    display: block;
    max-width: 50%;
    margin: 15px auto;
    box-shadow: 0 16px 12px -15px;
}
.cookie_warning{
    background: rgba(47, 88, 255, 0.9);
    position: fixed;
    bottom: 0;
    color: #F6F6F6;
    width: 100%;
    min-height: 100px;
    z-index: 999;
}
.cookie_warning h4{
   font-weight: 300;
}

.cookie_warning a {
    text-decoration: none;
    padding:10px;
    font-weight: 600;
    transition: all 300ms ease-in-out 0s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
}

.cookie_warning a.cookie_agree{
    background: rgba(99, 125, 255, 1);
    background: -moz-linear-gradient(top, rgba(99, 125, 255, 1) 0%, rgba(37, 68, 246, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(99, 125, 255, 1)), color-stop(100%, rgba(37, 68, 246, 1)));
    background: -webkit-linear-gradient(top, rgba(99, 125, 255, 1) 0%, rgba(37, 68, 246, 1) 100%);
    background: -o-linear-gradient(top, rgba(99, 125, 255, 1) 0%, rgba(37, 68, 246, 1) 100%);
    background: -ms-linear-gradient(top, rgba(99, 125, 255, 1) 0%, rgba(37, 68, 246, 1) 100%);
    background: linear-gradient(to bottom, rgba(99, 125, 255, 1) 0%, rgba(37, 68, 246, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#637dff', endColorstr='#2544f6', GradientType=0);
    -webkit-box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0.42);
    -moz-box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0.42);
    box-shadow: 0 8px 20px 0 rgba(37, 70, 246, 0.42);

}
.cookie_warning a.cookie_more{
    background: rgba(255, 164, 89, 1);
    background: -moz-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 164, 89, 1) 0%, rgba(248, 140, 45, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa459', endColorstr='#f88c2d', GradientType=0);
    -webkit-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.24);
    -moz-box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.24);
    box-shadow: 0 7px 11px 0 rgba(255, 153, 64, 0.24);
}
