@font-face {
    font-family: "bebas";
    src: url("../fonts/bebas/BebasNeue_Regular.eot");
    src: url("../fonts/bebas/BebasNeue_Regular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/bebas/BebasNeue_Regular.woff") format("woff"),
    url("../fonts/bebas/BebasNeue_Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "proxima";
    src: url("../fonts/proxima/proximanova-regular-webfont.eot");
    src: url("../fonts/proxima/proximanova-regular-webfont.eot?#iefix")format("embedded-opentype"),
    url("../fonts/proxima/proximanova-regular-webfont.woff") format("woff"),
    url("../fonts/proxima/proximanova-regular-webfont.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}



/*
Typography
=========================== */

html,
body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 !important;
    overflow-x: hidden;
}

body {
    font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #212436;
    background: #eef3f8;
    min-width: 300px;
}

a {
    color: #6f6f6f;
    cursor: pointer;
    cursor: hand;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

a:hover {}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3f3f3f;
    margin: 0 0 15px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {
    font-size: 30px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    line-height: 30px;
}

h5 {
    font-size: 18px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 18px;
}

p {
    margin-bottom: 20px;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.cb {
    clear: both;
}

.section {
    padding: 0;
    position: relative;
}
section {
    padding: 0;

}

ul,
li,
table,
tr,
td {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul,
li {
    /*list-style:none;*/
}

p {
    margin: 0;
}

::-webkit-input-placeholder {
    color: #706c6c;
}

::-moz-placeholder {
    color: #706c6c;
}

:-moz-placeholder {
    color: #706c6c;
}

:-ms-input-placeholder {
    color: #706c6c;
}

* {
    outline: none;
}

/*

Navbar Adjusment
=========================== */

/* Navbar Atribute ------*/

.attr-nav > ul > li > a {
    padding: 28px 15px;
}

ul.cart-list > li.total > .btn {
    border-bottom: solid 1px #cfcfcf !important;
    color: #fff !important;
    padding: 10px 15px;
}

@media (min-width: 1024px) {
    /* Navbar General ------*/
    nav.navbar ul.nav > li > a {
        padding: 30px 15px;
        font-weight: 600;
    }

    nav.navbar .navbar-brand {
        margin-top: 0;
    }

    nav.navbar .navbar-brand img.logo {
        width: 50px;
    }

    nav.navbar li.dropdown ul.dropdown-menu {
        border-top: solid 5px;
    }

    /* Navbar Center ------*/
    nav.navbar-center .navbar-brand {
        margin: 0 !important;
    }

    /* Navbar Brand Top ------*/
    nav.navbar-brand-top .navbar-brand {
        margin: 10px !important;
    }

    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        position: relative;
        top: -15px;
    }

    /* Navbar Sidebar ------*/
    nav.navbar-sidebar ul.nav,
    nav.navbar-sidebar .navbar-brand {
        margin-bottom: 50px;
    }

    nav.navbar-sidebar ul.nav > li > a {
        padding: 10px 15px;
        font-weight: bold;
    }

    /* Navbar Transparent & Fixed ------*/
    nav.navbar.bootsnav.navbar-transparent.white {
        background-color: rgba(255, 255, 255, 0.3);
        border-bottom: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark,
    nav.navbar.bootsnav.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, 0.3);
        border-bottom: solid 1px #555;
    }

    nav.navbar.bootsnav.navbar-transparent.white .attr-nav {
        border-left: solid 1px #bbb;
    }

    nav.navbar.navbar-inverse.bootsnav.navbar-transparent.dark .attr-nav,
    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #555;
    }

    nav.navbar.bootsnav.no-background.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.white ul.nav > li > a,
    nav.navbar.bootsnav.no-background.white ul.nav > li > a {
        color: #fff;
    }

    nav.navbar.bootsnav.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.bootsnav.navbar-transparent.dark ul.nav > li > a {
        color: #eee;
    }
}





@media (max-width: 992px) {

    /* Navbar General ------*/
    nav.navbar .navbar-brand {
        margin-top: 0;
        position: relative;
        top: -2px;
    }

    nav.navbar .navbar-brand img.logo {
        width: 30px;
    }

    .attr-nav > ul > li > a {
        padding: 16px 15px 15px;
    }

    /* Navbar Mobile slide ------*/
    nav.navbar.navbar-mobile ul.nav > li > a {
        padding: 15px 15px;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu > li > a {
        padding-right: 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu .title {
        padding-right: 30px !important;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    nav.navbar.navbar-mobile ul.nav ul.dropdown-menu .col-menu ul.menu-col li a {
        padding-top: 13px !important;
        padding-bottom: 13px !important;
    }

    /* Navbar Full ------*/
    nav.navbar-full .navbar-brand {
        top: 0;
        padding-top: 10px;
    }
}

/* Navbar Inverse
=================================*/

nav.navbar.navbar-inverse {
    background-color: #222;
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total > .btn {
    border-bottom: solid 1px #222 !important;
}

nav.navbar.navbar-inverse ul.cart-list > li.total .pull-right {
    color: #fff;
}

nav.navbar.navbar-inverse.megamenu ul.dropdown-menu.megamenu-content .content ul.menu-col li a,
nav.navbar.navbar-inverse ul.nav > li > a {
    color: #eee;
}

nav.navbar.navbar-inverse ul.nav > li.dropdown > a {
    background-color: #222;
}

nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a {
    color: #999;
}

nav.navbar.navbar-inverse ul.nav .dropdown-menu h1,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h2,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h3,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h4,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h5,
nav.navbar.navbar-inverse ul.nav .dropdown-menu h6 {
    color: #fff;
}

nav.navbar.navbar-inverse .form-control {
    background-color: #333;
    border-color: #303030;
    color: #fff;
}

nav.navbar.navbar-inverse .attr-nav > ul > li > a {
    color: #eee;
}

nav.navbar.navbar-inverse .attr-nav > ul > li.dropdown ul.dropdown-menu {
    background-color: #222;
    border-left: solid 1px #303030;
    border-bottom: solid 1px #303030;
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li {
    border-bottom: solid 1px #303030;
    color: #eee;
}

nav.navbar.navbar-inverse ul.cart-list > li img {
    border: solid 1px #303030;
}

nav.navbar.navbar-inverse ul.cart-list > li.total {
    background-color: #333;
}

nav.navbar.navbar-inverse .share ul > li > a {
    background-color: #555;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu {
    border-right: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a {
    border-bottom: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-content {
    border-left: solid 1px #303030;
}

nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:hover,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li > a:focus,
nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul > li.active > a {
    background-color: #333 !important;
}

nav.navbar-inverse.navbar-full ul.nav > li > a {
    border: none;
}

nav.navbar-inverse.navbar-full .navbar-collapse .wrap-full-menu {
    background-color: #222;
}

nav.navbar-inverse.navbar-full .navbar-toggle {
    background-color: #222 !important;
    color: #6f6f6f;
}

@media (min-width: 1024px) {
    nav.navbar.navbar-inverse ul.nav .dropdown-menu {
        background-color: #222 !important;
        border-left: solid 1px #303030 !important;
        border-bottom: solid 1px #303030 !important;
        border-right: solid 1px #303030 !important;
    }

    nav.navbar.navbar-inverse li.dropdown ul.dropdown-menu > li > a {
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.dropdown-menu.megamenu-content .col-menu {
        border-left: solid 1px #303030;
        border-right: solid 1px #303030;
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark {
        background-color: rgba(0, 0, 0, 0.3);
        border-bottom: solid 1px #999;
    }

    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav {
        border-left: solid 1px #999;
    }

    nav.navbar.navbar-inverse.no-background.white .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.navbar-transparent.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.white ul.nav > li > a {
        color: #fff;
    }

    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark .attr-nav > ul > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a,
    nav.navbar.navbar-inverse.no-background.dark ul.nav > li > a {
        color: #3f3f3f;
    }
}

@media (max-width: 992px) {
    nav.navbar.navbar-inverse .navbar-toggle {
        color: #eee;
        background-color: #222 !important;
    }

    nav.navbar.navbar-inverse .navbar-nav > li > a {
        border-top: solid 1px #303030;
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse ul.nav li.dropdown ul.dropdown-menu > li > a {
        color: #999;
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu .title {
        border-bottom: solid 1px #303030;
        color: #eee;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu ul > li > a {
        border-bottom: solid 1px #303030;
        color: #999 !important;
    }

    nav.navbar.navbar-inverse .dropdown .megamenu-content .col-menu.on:last-child .title {
        border-bottom: solid 1px #303030;
    }

    nav.navbar.navbar-inverse .dropdown-tabs .tab-menu > ul {
        border-top: solid 1px #303030;
    }

    nav.navbar.navbar-inverse.navbar-mobile .navbar-collapse {
        background-color: #222;
    }
}

@media (max-width: 767px) {
    nav.navbar.navbar-inverse.navbar-mobile ul.nav {
        border-top: solid 1px #222;
    }
}

/*
Color
=========================== */

nav.navbar.bootsnav ul.dropdown-menu.megamenu-content .content ul.menu-col li a:hover,
.side .widget ul.link li a:hover,
.side .widget ul.link li a:focus,
.check-list li:before,
ul.cart-list > li > h6 > a,
.attr-nav > ul > li > a:hover,
.attr-nav > ul > li > a:focus,
nav.navbar-sidebar ul.nav li.dropdown.on > a,
nav.navbar-sidebar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar-sidebar ul.nav li.dropdown ul.dropdown-menu li a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar.navbar-inverse ul.nav li.dropdown.on > a,
nav.navbar-sidebar ul.nav li.dropdown.on ul.dropdown-menu li.dropdown.on > a,
nav.navbar .dropdown .megamenu-content .col-menu.on .title,
nav.navbar ul.nav > li > a:hover,
nav.navbar ul.nav > li.active > a:hover,
nav.navbar li.dropdown ul.dropdown-menu > li a:hover {
    color: #fff;
}

nav.navbar ul.nav li.active > a {
    /* background: #27add7;*/
}

nav.navbar.navbar-transparent ul.nav > li > a:hover,
nav.navbar.no-background ul.nav > li > a:hover,
nav.navbar ul.nav li.scroll.active > a,
nav.navbar.navbar-dark ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar ul.nav li.dropdown.on > a,
nav.navbar-dark ul.nav li.dropdown.on > a {
    /* color: #33bbe5 !important;*/
}

@media(max-width:920px) {
    nav.navbar .dropdown .megamenu-content .col-menu ul > li > a:hover,
    nav.navbar.navbar-dark .dropdown .megamenu-content .col-menu .title:hover {
        color: #33bbe5 !important;
    }
}

/*
Border
=========================== */

ul.cart-list > li.total > .btn {
    border-color: #33bbe5;
}

nav.navbar li.dropdown ul.dropdown-menu {
    border-top-color: #33bbe5 !important;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2) !important;
}

/*
Background
=========================== */

ul.cart-list > li.total > .btn,
.attr-nav > ul > li > a span.badge,
nav.navbar .share ul > li > a:hover,
nav.navbar .share ul > li > a:focus {
    background-color: #33bbe5;
}

ul.cart-list > li.total > .btn:hover,
ul.cart-list > li.total > .btn:focus {
    background-color: #dc3236 !important;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 6px 30px 6px 10px;
    font-size: 18px;
    line-height: 20px;
    display: block;
    background: #222636;
}

nav.navbar .navbar-brand img.logo {
    width: auto;
    height: auto;
}

.green_header {
    width: 600px;
    height: 75px;
    /*background: #33bbe5;*/
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.button_submenu_style {
    display: block;
    text-align: center !important;
    padding: 15px;
    border: 1px solid #ccc;
    max-width: 400px;
    margin: 0 auto;
}

.button_submenu_style:hover {
    background: #33bbe5 !important;
    text-decoration: navajowhite;
}

.button_submenu_style:active {
    background: #33bbe5 !important;
    text-decoration: navajowhite;
}

.button_submenu_style:focus {
    background: #33bbe5 !important;
    text-decoration: navajowhite;
}

.button_submenu_style i {
    border: 1px solid #33bbe5;
    display: block;
    height: 35px;
    width: 35px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 50%;
    color: #33bbe5;
    margin: 0 auto;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
}

.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #fff !important;
    background-color: #27add7 !important;
}

.free_butoon_header {
    background: #41c8f4;
    padding: 10px 25px;
    /*border: 2px solid #fff;*/
    display: block;
    float: right;
    color: #fff;
    font-weight: bold;
    /*margin-top: 13px;*/
    margin-left: 20px;
    cursor: pointer;
    border-radius: 3px;
    /*position: absolute;
    top: 0;
    right: 15px;*/
}

.free_butoon_header:hover {
    color: #fff;
    background-color: #27add7;
    text-decoration: none;
}

.login_butoon_header {
    padding: 10px 10px;
    display: block;
    float: right;
    color: #000;
    /*margin-top: 14px;*/
    cursor: pointer;
    /*position: absolute;
    top: 0;
    right: 230px;*/
}

.login_butoon_header:hover {
    /*color: #fff;*/
    text-decoration: none;
}

/*
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #27add7;
}
*/

.login_2 {
    width: 100%;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
}

.login_2_inter {
    margin-top: 40px;
    padding: 15px 20px;

}
.anotation_block,
.winner_block {
    background: #fff;
    /*border-radius: 3px;*/
    /*box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);*/
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 40px;
    padding-top: 10px;
    border: 1px dashed #a1abb4;
    position: relative;
}


.login_2 h1 {

    font-size: 25px;
    text-align: center;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
}

.login_2 .you_are {
    font-family: bebas, sans-serif;
    font-size: 60px;
    color: #33bbe5;
    text-align: center;
    margin: 30px 0;
}

.reg_2_container {
    position: relative;
}

.reg_or_circle {
    background: #fff url("../img/images_leading/or_circle.png") no-repeat scroll center 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 55px;
    text-align: center;
    line-height: 55px;
    font-weight: bold;
    font-size: 16px;

}

.rec_col_2 {
    z-index: 1;
}

.rec_col_2 h2 {
    font-weight: normal;
    text-align: center;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #cbcbcb;
    background: #fff;
}

.rec_col_2 ul {
    padding: 0 0 0 20px;
    line-height: 20px;
    list-style-type: disc;
    color: #33bbe5;
    min-height: 230px;
}

.rec_col_2 li {
    margin-bottom: 20px;
}

.rec_col_2 li span {
    color: #212436;
}

.bebas {
    font-family: bebas, sans-serif;
}

.rec_col_2 a {
    display: block;
    font-family: bebas, sans-serif;
    font-size: 36px;
    color: #33bbe5;
    text-align: center;
    margin: 10px 0 30px;
    border: 2px solid #33bbe5;
    padding: 15px 0;
}

.rec_col_2 a:hover {
    color: #fff;
    background: #33bbe5;
    border: 2px solid #33bbe5;
    text-decoration: none;
}

.rec_col_2 button {
    display: block;
    font-family: bebas, sans-serif;
    font-size: 36px;
    color: #33bbe5;
    text-align: center;
    margin: 10px 0 30px;
    border: 2px solid #33bbe5;
    padding: 15px 0;
    width: 100%;
    background: transparent;
}

.rec_col_2 button:hover {
    color: #fff;
    background: #33bbe5;
    border: 2px solid #33bbe5;
    text-decoration: none;
}

.navbar-right {
    float: left !important;
    margin-right: 0;
}

.slide {
    height: 454px;
    width: 100%;
    box-shadow: inset 0 2px 3px #c1c1c1;

}

.slide_h {
    height: 100vh;
    width: 100%;
    box-shadow: inset 0 2px 3px #c1c1c1;

}

.price_slide {
    background: #fff url("../img/images_leading/slide_price.jpg") no-repeat scroll center 0;
}

.home_slide {
    /*background: #fff url("../img/images_leading/slide_home.jpg") no-repeat center center fixed;*/
    /*background: transparent url("../img/images_leading/header_bg.png") no-repeat center top fixed;*/
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    background-size: contain;
}

.slide_inter {
    height: 100%;
    width: 100%;
    /*background-color: rgba(0,0,0,0.7);*/
    color: #000;
    position: relative;
    padding-top: 90px;
}

.home_sog_slide {
    line-height: 25px !important;

}

.slide_inter h1 {
    margin-top: 60px;
    font-family: "bebas";
    font-size: 60px;
    color: #fff;
    margin-bottom: 60px;
}

.slide_inter .container {
    padding-top: 6vh;
}

.container_price .tab-content {
    padding: 20px;
    display: inline-block;
}
.container_separate {
    padding-bottom: 30px;
}
.container_separate h1.title_page,
.container_price h1.title_page {
    margin-top: 60px;
    font-family: bebas, sans-serif;
    font-size: 45px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #33bbe5;
    padding-bottom: 20px;
    position: relative;
}
.container_separate .arrow_icon,
.container_price .arrow_icon {
    background: #33bbe5;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -10px;
    border-radius: 10px;

}

.container_module .tab-content {
    padding: 20px;
    display: inline-block;
}

.container_module h1.title_page {
    margin-top: 60px;
    font-family: bebas, sans-serif;
    font-size: 45px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #33bbe5;
    padding-bottom: 20px;
    position: relative;
}

.container_price h1.title_page span {
    font-size: 30px;

}

.container_module .arrow_icon {
    background: transparent url("../img/images_leading/arrow_title_w.png") no-repeat scroll center 0;
    height: 9px;
    width: 72px;
    display: block;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 69px;
}

.slide_inter p {
    width: 40%;
    /*font-size: 90px;*/
    line-height: 1;
    margin: 0;

}

.slide_inter span {
    width: 40%;
    /*font-size: 30px;*/
    line-height: 1;
    margin: 0;
    vertical-align: middle;
}

.opisanie_slider {
    /*background: #fff;*/
    /*background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;*/
    bottom: 0;
    font-size: 35px;
    height: 11.5vh;
    line-height: normal;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.price_tabs_container_li {
    border-bottom: 0;
    margin: 40px 0 0;
}

.price_tabs_container_li a {
    font-family: bebas, sans-serif;
    font-size: 25px;
    text-align: center;
    border: 1px solid #d0d0d0 !important;
    border-radius: 0 !important;
    color: #d0d0d0;
    background: #fff;
}

.price_tabs_container_li a:focus,
.price_tabs_container_li a:hover {
    background: #fff !important;
}

.price_tabs_container_li li.active a {
    background: #fff;
    border: 1px solid #33bbe5 !important;
    color: #33bbe5 !important;
}

.descript_tab_price {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.descript_tab_price p {
    /*margin-bottom:50px;*/
}

.paket {
    width: 30%;
    height: 280px;
    color: #fff;
    float: left;
}

.number_platforms {
    width: 33%;
    height: 280px;
    color: #fff;
    background: #0797ae;
    float: left;
    position: relative;
}

.price_paket {
    width: 34%;
    height: 280px;
    color: #000;
    background: #fff;
    float: left;
}

.rectangle_rice_blue {
    float: left;
    width: 3%;
    height: 0;
    border-top: 140px solid #fff;
    border-left: 20px solid #0797ae;
    border-bottom: 140px solid #fff;
}


.number_platforms h1 {
    font-family: bebas, sans-serif;
    font-size: 24px;
    color: #fff;
    margin: 0;
    line-height: normal;
    text-align: center;
}

.number_platforms input {
    background: transparent;
    font-size: 100px;
    color: #fff !important;
    font-family: bebas, sans-serif;
}

.paket h1 {
    font-family: bebas, sans-serif;
    font-size: 50px;
    color: #fff;
    text-align: left;
}

.paket_inter {
    padding: 20px 20px;
}

.paket_content {
    background: #33bbe5;
}

.n_p_paket {
    margin: 10px 0;
}

.n_p_paket .number_paket {
    font-family: bebas, sans-serif;
    font-size: 40px;
}

.n_p_paket .page_paket {
    font-family: bebas, sans-serif;
    font-size: 30px;
}

.n_platforme {
    text-align: center;
    margin: 20px 0;
}

.n_platforme span {
    font-weight: bold;
    width: 100%;
    text-align: center;
    display: block;
}

.n_platforme input {
    width: 100%;
    text-align: center;
}

.paket_inter .ui-slider-handle {
    border-radius: 50%;
    height: 25px !important;
    width: 25px !important;
    border: 0 !important;
    box-shadow: 1px 1px 3px #006777;
    margin-top: -4px !important;
    margin-left: -12px !important;
}

.ui-widget.ui-widget-content {
    border: 0 solid #c5c5c5;
    /*border-radius: 50px;*/
}

.slider_container {}

.list_radio_check {

    float: left;
    margin-top: 30px;
}

.final_price {
    width: 70%;
    float: left;
    /*margin-top:30px;*/
    text-align: center;
    margin-top: 5px;
}



.radio {
    vertical-align: top;
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
}

.radio + label {
    cursor: pointer;
}

.radio:not(checked) {
    position: absolute;
    opacity: 0;
}

.radio:not(checked) + label {
    position: relative;
    padding: 0 0 0 35px;
}

.radio:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #0797ae;
    border-radius: 50%;
    background: #FFF;
}

.radio:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0797ae;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
    opacity: 0;
    transition: all .2s;
}

.radio:checked + label:after {
    opacity: 1;
}

.radio:focus + label:before {
    /* box-shadow: 0 0 3px 3px rgba(0,0,0,.2);*/
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #e9edf9 !important;
}

.gradation_slide {
    height: 15px;
    border-left: 1px solid #fff;
    width: 100%;
    margin-bottom: 5px;
}

.gradation_slide td {
    height: 15px;
    border-right: 1px solid #fff;
}

.gradation_slide_inter {
    height: 5px;
    border-left: 0 solid #fff;
    width: 100%;
    margin-bottom: -10px;
}

.gradation_slide_inter td {
    height: 5px;
    border-right: 1px solid #fff;
}

.gradation_slide_inter td.last_grad_cell {
    height: 5px;
    border-right: 0 solid #fff;
}

.final_price_number {
    font-family: bebas, sans-serif;
    font-size: 50px;
    margin-top: 20px;
    position: relative;
    width: 100%;
    height: 110px;
}

.old_price_block span {
    font-size: 15px;
}

.new_price_block span {
    font-size: 38px;
}

.paket_strart_button {
    display: inline-block;
    border: 2px solid #33bbe5;
    height: 50px;
    line-height: 48px;
    text-align: center;
    width: 250px;
    color: #33bbe5;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}

.paket_strart_button:hover {
    background: #33bbe5;
    border: 2px solid #33bbe5;
    color: #fff;
}

.paket_strart_button_free {
    display: inline-block;
    border: 2px solid #33bbe5;
    height: 50px;
    line-height: 48px;
    text-align: center;
    width: 200px;
    color: #33bbe5;
    font-weight: bold;
    font-size: 16px;
    right: 0;
    margin-right: 0;
    margin-top: 25px;
}

.paket_strart_button_free:hover {
    background: #33bbe5;
    border: 2px solid #33bbe5;
    color: #fff;
}

.price_container_calculator {
    margin-bottom: 50px;
    border: 1px solid #d0d0d0;
}

.price_container_calculator_top {
    background: #fff;
}

.price_container_calculator_bottom {
    background: #fff;
    border-top: 1px solid #d0d0d0;
}

.price_container_calculator_bottom_inter {
    padding: 25px 15px;
}

.calculator_bottom_descript {
    font-size: 18px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

.list_avantage_paket p {
    margin: 0;
}

.list_avantage_paket ul {}

.list_avantage_paket li {
    background: url(../img/images_leading/chek_list_on.png) no-repeat 0 3px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px 25px;
    vertical-align: middle;
    line-height: 20px;
    height: 75px;
}

.list_avantage_paket li.list_avantage_paket_inactive {
    background: url(../img/images_leading/chek_list_off.png) no-repeat 0 3px transparent;
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px 25px;
    vertical-align: middle;
    line-height: 20px;
}

.list_avantage_paket li.list_avantage_paket_inactive p {
    color: #999;
    font-weight: normal;
}

.list_avantage_paket li p {
    /*font-weight:bold;*/
    color: #555;
}

div.ext-box {
    display: table;
    width: 100%;
    height: 280px;
}

div.int-box {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 30px;
}

.ecomomy_block_abs {
    font-family: bebas, sans-serif;
    position: absolute;
    height: 80px;
    width: 80px;
    border-radius: 100px;
    color: #fff;
    background: #222636;
    text-align: center;
    right: 10px;
    top: 60px;
    -ms-transform: rotate(10deg);
    /* IE 9 */
    -webkit-transform: rotate(10deg);
    /* Chrome, Safari, Opera */
    transform: rotate(10deg);
}

.ecomomy_block_abs span {
    color: #ccc;
}

.ecomomy_block_abs_inter {
    padding-top: 18px;
    font-size: 18px;
}

.ecomomy_block_abs p {
    margin: 0;
    font-size: 24px;
}

.free_block_start {
    background: #fff url(../img/images_leading/free_bg.png) no-repeat 0 0;
    height: 286px;
}

.free_block_start_inter {
    padding: 20px 30px;
}

.free_block_start {
    margin-bottom: 50px;
    border: 1px solid #d0d0d0;
}

.free_block_start h1 {
    font-family: bebas, sans-serif;
    font-size: 50px;
    color: #000;
}

.free_button_container {
    background: transparent url(../img/images_leading/arrow_free.png) no-repeat 55% 0;
    height: 80px;
    text-align: right;
}

.final_price_description {
    color: #727684;
}

.paket_date {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #383838;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
}

.paket_date_inter {
    padding: 0 20px;
}

.paket_date_right {
    float: right;
}

.pre_footer {
    background: transparent url(../img/images_leading/pre_footer_bg.png) repeat-x 0 bottom;
    height: 300px;
    text-transform: uppercase;
    position: relative;
}

.prefooter_monitor {
    background: transparent url(../img/images_leading/monitor_footer.png) no-repeat 0 0;
    height: 273px;
    width: 570px;
    position: absolute;
    right: -100px;
    top: 10px;
}

.pre_footer h1 {
    font-family: bebas, sans-serif;
    font-size: 50px;
    color: #000;
    text-align: center;
    padding-top: 90px;
}

.pre_footer a {
    font-family: bebas, sans-serif;
    font-size: 30px;
    color: #000;
    text-align: center;
    padding: 15px;
    background: #fff;
    display: block;
    width: 300px;
    margin: 60px auto;

}

.footer {
    background: #212436 url(/img/images_leading/bg_footer.png) no-repeat 0 0;
    /*height:530px;*/
    text-transform: uppercase;
    font-size: 12px;
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
}

.footer,
.footer a,
.footer h1,
.footer span {
    color: #fff;
}

.footer h1 {
    font-size: 18px;
    font-weight: 100;
    border-bottom: 1px solid #5a5e76;
}

.inactive_footer {
    color: #5a5e76 !important;
}

.menu_footer_single {
    min-height: 200px;
}

.logo_footer {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.footer_top {
    padding-top: 30px;
}

.contact_footer p {
    text-transform: initial;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
}

.contact_footer p span {
    width: 60px;
    display: inline-block;
    font-weight: normal;
}

.copyright_footer {
    margin-top: 27px;
    color: #5a5e76;
}

.copyright_footer span {
    color: #5a5e76;
}

.footer_bootom {
    text-transform: initial;
    background: rgba(30, 33, 51, 0.5);
}

.social_footer ul {
    float: right;
}

.social_footer li {
    float: left;
}

.footer_bootom_inter {
    height: 100px;
}

.social_footer a {
    display: block;
    height: 35px;
    width: 35px;
    background: #5a5e76;
    text-align: center;
    border-radius: 100px;
    font-size: 18px;
}
.social_footer a,
.social_footer a .fa {
    line-height: 35px;
}

.social_footer a:hover {
    background: #41455a;
}

.social_footer ul {
    margin-top: 30px;
}

.social_footer li {
    margin-left: 5px;
}

.lang_active {
    font-weight: bold;
    text-decoration: underline;
}

.text-center-or {
    text-align: center;

}

.text-center-or .or_buy {
    height: 30px;
    line-height: 26px;
    width: 30px;
    border: 1px solid #ccc;
    border-radius: 50px;
    margin: 15px auto;
    color: #999;
    font-weight: bold;
}

.or_buy_butt {
    font-size: 18px;
    display: inline-block;
}

.or_buy_butt:hover {
    color: #33bbe5;
    text-decoration: underline;
}

.columns {
    display: table;
    width: 100%;
    box-sizing: border-box;
    /* не поддерживается в CSS2 */
    margin-left: 0;
    margin-right: 0;
}

.columns > div,
.columns > .noindex > div {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    /* не поддерживается в CSS2 */
}

.left_payment {
    background: #fff;
    padding: 0;
    float: none;
}

.left_payment_inter_bottom {
    padding: 20px 30px;
}

.left_payment_inter_top {
    background: #0797ae;
    width: 100%;
    color: #fff;
}

.left_payment_inter_top_inter {
    width: 100%;
}


.left_payment_inter_top_inter_left {
    background: #00859a;
    padding: 15px 20px;
    float: left;
    font-weight: bold;
}

.left_payment_inter_top_inter_right {
    padding: 15px 20px;
    float: left;
    font-weight: bold;
}

.right_payment {
    background: #fff;
    float: none;
    padding: 10px 30px;

}

.right_payment_inter_title {
    font-family: "Bebas";
    font-size: 30px;
    padding: 5px 0 10px;
    line-height: 40px;
}

.pay_space {
    padding: 10px;
}

.left_payment_inter_bottom {
    padding: 5px 20px 0;


}

.left_payment_inter_bottom li {
    border-bottom: 1px solid #d0d0d0;
    min-height: 65px;
}

.right_payment_inter_text {
    padding: 0 0 15px 0;
}

.list_orizontal_payment {
    float: left;
    padding-top: 20px;
}

.list_orizontal_payment_input {
    float: left;
    padding-top: 13px;
}

.left_payment_inter_bottom1 {
    width: 100px;
    font-weight: bold;
}

.left_payment_inter_bottom3 {
    float: right;
    font-weight: bold;
}

.left_payment_inter_bottom2 a {
    margin-left: 10px;
    color: #0797ae;
    display: inline-block;
    font-size: 12px;
}

.left_payment_inter_bottom2 input {
    width: 250px;
    border: 1px solid #ccc;
    padding: 6px 10px;
}

.payment_list_month_single {
    width: 50%;
    float: left;
    padding: 10px 0;
}

.list_radio_check_payment {
    width: 100%;
    float: left;
}

.payment_list_month_li {
    height: 100px;
    border: 0 !important;
    padding: 10px 0;
}

.payment_list_price {
    border-left: 1px solid #d0d0d0;
    height: 85px;
    padding-right: 0;
}

.payment_list_price p {
    float: left;
    margin-top: 32px;
    font-weight: bold;
}

.total_payment {
    float: right;
    margin-top: 32px;
    /*font-weight:bold;*/
}

.total_payment span {
    padding: 10px 35px;
    border-radius: 2px;
    color: #fff;
    background: #33bbe5;
}

.payment_container {
    margin: 50px 0;
}

.columns_2 {
    margin-top: 20px;
}

.left_payment_2 {
    background: transparent;
}

.left_payment_2 .tab-content {
    background: #fff;
}

.left_payment_2 .pay_tab {
    background: #f2f5f8;
    text-align: center;
}

.right_payment_2 {}

.pay_tab {
    padding: 0;
}

.billing-form-paypal-button {
    background: url(../img/images_leading/paypal-button.png) transparent no-repeat scroll;
    display: block;
    width: 240px;
    height: 52px;
    margin: 20px auto 0;
    overflow: hidden;
    text-indent: -999em;
}

.desc_pay_tab {
    margin-top: 16px;
}

.left_payment_2 .pay_tab a {
    font-size: 18px;
    font-weight: bold;
}

.left_payment_2 .tab-content {
    width: 100%;
    min-height: 150px;
    display: block;
}

.right_payment_2 {
    padding: 0;
    background: #0797ae;
    color: #fff;
}

.right_payment_2_inter {
    padding: 15px;
}

.left_payment_2 li a {
    border: 0 solid #ddd !important;
}

.tab_pay_metod {
    min-height: 130px;
}

.right_payment_2_inter h1 {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
    margin: 0;
}

.right_payment_2_inter a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    background: #017b8e;
    margin-top: 20px;
    font-weight: bold;
}

.home_sog_slide {
    font-size: 100px !important;
    /*line-height: 120px !important;*/
    margin-top: 160px !important;
}

.slide_button {
    background: #33bbe5;
    color: #fff;
    padding: 15px 50px;
    font-size: 18px;
}

.height_page {
    min-height: calc(100vh - 175px);
}

.container_winner_inter {
    text-align: center;
}

.container_winner_inter h1 {
    font-size: 40px;
    margin: 20px 0;
}

.winner_inter_url {
    display: block;
    position: relative;
    padding: 7px 15px;
    width: 80%;
    font-size: 16px;
    border: 1px solid #d4d9de;
    margin: 0 auto;
}

.winner_inter_url_help {
    display: block;
    position: relative;
    padding: 5px 0;
    width: 80%;
    margin: 0 auto;
    text-align: left;
    color: #adb4bc;
}

.winner_inter_url_help span {
    font-weight: bold;
}

.link_blue {
    color: #007eb2;
}

.bold {
    font-weight: bold;
}

.title_company_date {
    color: #90949c;
}

.link_blue_help {
    background: transparent;
    border: 0;
    margin: 10px 0 20px 0;
}

.link_blue_help:hover {
    text-decoration: underline;
}

.winner_help {
    border: 1px solid #d4d9de;
    box-sizing: border-box;
    padding: 15px 30px;
    width: 80%;
    margin: 0 auto;
    text-align: left;
}

.winner_help h2 {
    font-weight: normal;
    font-size: 24px;
    margin: 0;
}

.list_help_winner {
    list-style: decimal !important;
    padding-left: 20px;
}

.list_help_winner li {
    margin: 10px 0;

}

.list_help_winner li img {
    margin: 10px 0;
}

.winner_help {
    display: none;
}

.hastag_container {
    display: none;
}

.link_start {
    border: 0;
    padding: 15px;
    color: #fff;
    background: #33bbe5;
    width: 250px;
    /*font-weight:bold;*/
    font-size: 18px;
    margin-top: 30px;
}

.post_winner_title {
    padding: 10px 0;

    display: block;
    height: 70px;
    clear: left;
}

.tile_post_winer_block {
    text-align: left;
    font-size: 30px;
    border-bottom: 1px solid #e8edf2;
    padding: 10px 0;
}

.post_winner_title img {
    border: 1px solid #e8edf2;
    float: left;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 0;
    margin-right: 10px;
}

.title_company_winner {
    float: left;
}

.image_post_winner {
    border: 1px solid #e8edf2;
    width: 100%;
    height: 190px;
    margin-bottom: 20px;
    text-align: center;
}

.image_post_winner img {
    height: 100%;
}

.post_winer_block_left {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 20px 20px 0;
    text-align: left;
}

.text_post_winner {
    text-align: left;
}

.text_post_winner p {
    height: 100px;
    overflow: hidden;

}

.winner_post_icons {
    width: 100%;
    margin-top: 10px;
}

.winner_post_icons i {
    color: #909cab;
    font-size: 24px;
}

.winner_post_icons td {
    text-align: center;
    border-collapse: collapse;
    border: 1px solid #c7cdd5;
    padding: 4px 0;
    min-width: 5%;
}

.participantii_subtitle {
    line-height: 70px;
}

.participantii_subtitle a {
    color: #365899;
    height: 80px;
}

.list_awatar_winner li {
    float: left;
    box-sizing: border-box;
    padding: 4px;
    width: 11%;
}

.result_winner {
    margin-top: 10px;
    text-align: left;
}

.result_winner_title {
    border-bottom: 1px solid #e8edf2;
    margin-bottom: 20px;
    text-align: left;
}

.result_winner_title h1 {
    font-size: 30px;
    padding: 0;
    margin: 0;
    text-align: center;
}


/*
  Hide radio button (the round disc)
  we will use just the label to create pushbutton effect
*/

.result_winner_left input[type=radio] {
    display: none;
    margin: 10px;
}

/*
  Change the look'n'feel of labels (which are adjacent to radiobuttons).
  Add some margin, padding to label
*/

.result_winner_left input[type=radio] + label {
    padding: 10px 17px;
    background-color: #fff;
    border: 1px solid #909cab;
    display: inline-block;
    width: 200px;
    margin-bottom: 10px;
    color: #909cab;
    cursor: pointer;
}

.hastag_button {
    text-align: left;
    font-weight: bold;
    padding: 10px 17px;
    background-color: #fff;
    border: 1px solid #909cab;
    display: inline-block;
    width: 200px;
    color: #909cab;
    cursor: pointer;
}

.hastag_button:focus {
    background-image: none;
    background-color: #1793b9;
    color: #fff;
    border: 1px solid #1793b9;
}

.hastag_container {
    text-align: left;

    background-color: #fff;
    border: 1px solid #909cab;
    width: 200px;
    margin-top: -1px;
    color: #909cab;
}

/*
 Change background color for label next to checked radio button
 to make it look like highlighted button
*/

.result_winner_left input[type=radio]:checked + label {
    background-image: none;
    background-color: #1793b9;
    color: #fff;
    border: 1px solid #1793b9;
}

.gsc_input_container {
    width: 100%;
    border-bottom: 1px solid #909cab;
}

.gsc_input_container button {
    width: 15%;
    padding: 3px 0;
}

.gsc_input {
    width: 85%;
    padding: 0 15px;
    margin: 0;
    height: auto;
    outline: medium none;
    border: 0;

}

.result_winner_left {
    float: left;
}

.htag_result {
    padding-top: 10px;
}

.htag_result a {
    margin-left: 15px;
    color: #365899;
    overflow: hidden;
    width: 160px;
    display: inline-block;
}

.wiiner_img_1 {
    position: relative;
    float: left;
    margin-left: 100px;
    margin-top: 20px;
    margin-right: 80px;

}

.wiiner_img_1 p {
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.wiiner_img_1 p span {
    color: #ff7e00;
    margin-left: 10px;
}

.wiiner_img_1_ornament {
    background: transparent url("../img/images_leading/wiiner_bg.png") no-repeat scroll center 0;
    width: 351px;
    height: 276px;
    position: absolute;
    left: -52px;
}

.wiiner_img_2 {
    float: left;
    width: 40%;
    margin-top: 50px;
}

.wiiner_img_2 li {
    padding: 5px 0;
    border-bottom: 1px solid #ebeff4;
    box-sizing: border-box;
    display: block;
    height: 84px;
}

.wiiner_img_2 img {
    float: left;
    margin-right: 20px;

}

.wiiner_img_2 .wiiner_img_2_text {
    float: left;
}

.wiiner_img_2_text {
    font-size: 20px;
    padding-top: 10px;
}

.wiiner_img_2_loc {
    color: #1793b9;
}

.result_button {
    width: 350px;
    height: 50px;
    color: #fff;
    background: #33bbe5;
    line-height: 54px;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    border: 0 solid #b54000;
}

.result_button:hover {
    background: #20a5ce;
}

.result_winner_right_imgs_left {}

.hastag_container_button {
    background: #909cab;
    color: #fff;
    border: 0;
}

.delete_hashtag {
    float: right;
    border: 0;
    background: transparent;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.show_winner.inactive {
    background: #bcbcbc;
}

.show_winner.inactive i {
    margin-right: 10px;
}

.container_nomenu {
    background: transparent !important;
}


.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
}

.progressbar li {
    list-style-type: none;
    width: 25%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}

.progressbar li:before {
    width: 50px;
    height: 50px;
    content: counter(step);
    counter-increment: step;
    line-height: 48px;
    border: 1px solid #7d7d7d;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
    font-size: 18px;
}

.progressbar li:after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    background-color: #7d7d7d;
    top: 23px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: green;
}

.progressbar li.active:before {
    border: 1px solid #33bbe5;
    background: #33bbe5;
    color: #fff;
}

.progressbar li.active + li:after {
    background-color: #33bbe5;
}

.progressbar a {
    color: #bbc9cb;
    line-height: 1.5;
    display: inline-block;
}

.progressbar li.active a {
    color: #555;
}

.pagination_top {
    margin-top: 70px;
}

.change_photo_button {
    background: #e8edf2 none repeat scroll 0 0;
    border: 0 none;
    font-size: 12px;
    font-weight: normal !important;
    margin-top: 10px;
    padding: 7px 0;
    text-transform: uppercase;
    width: 100%;
}

.change_photo_button:hover {
    background: #edf1f4 none repeat scroll 0 0;

}

.avatar-zone img {
    width: 100%;
}

.date_profil {
    /* float: left;*/
    margin-top: -6px;

}

.date_profil i {
    /*color: #ccc;*/
    /* float: left;
    font-size: 16px;
    margin-top: 13px;
    text-align: center;
    width: 20px;*/
}

.date_profil .txt-bar {
    border: 1px solid #dde5ec;
    font-family: "RobotoRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 8px 10px;
    width: 86%;
}

.avatar-zone {
    margin-top: 10px;
}

.calendar_icon_reg {
    background: transparent url("../img/images_leading/calendar_i.png") no-repeat scroll 0 0;
    width: 103px;
    height: 90px;
    margin: 22px auto;
}

.calendar_icon_zile {
    color: #fff;
    font-weight: bold;
    line-height: 21px;
}

.calendar_icon_cifra {
    color: #585b68;
    font-size: 46px;
    font-weight: bold;
    height: 70px;
    line-height: 60px;
}

.zile_block {
    text-align: center;
}

.descipt_zile {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.descipt_zile a {
    color: #33bbe5;
}

.paragraph_terms {
    font-size: 12px;
    padding-top: 10px;
    line-height: 1.5;
}

.paragraph_terms a {
    color: #33bbe5;
}

.center_next {
    text-align: center;
}

.butt_next_first {
    background: #33bbe5 !important;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    margin: 30px auto 10px;
    width: 200px;
    border: 0;
}

.language_bottom {
    text-align: center;
    margin-bottom: 40px;
}

.avatar-zone-default {
    border: 1px solid #dde5ec;
}

.avatar-zone.avatar-zone-default {
    /*height: 138px;
    width: 138px;*/
    width: 100%;
    max-width: 187px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
}

.group_register {}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider {
    width: 400px;
    margin: 0 auto;
}

.team_profil .slider {
    width: 100%;
    margin: 0 auto;
    /*min-height: 150px;*/
}

.group_profil .slider {
    width: 100%;
    margin: 0 auto;
}

.slick-slide {
    margin: 0 0;
}

.slick-slide img {
    /* width: 100%;*/
}

.date_generale_company_team img {
    height: 60px;
    width: 60px;
    margin: 0 auto;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.team_profil button {
    background: #e8edf2 none repeat scroll 0 0;
    border: 0 none;
    /*border-radius: 50%;*/
    color: #bcc0c4;
    cursor: pointer;
    display: inline-block;
    font-size: 40px;
    height: 100px;
    line-height: 18px;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    width: 100px;
}

.team_profil img {
    width: 99%;
}

.butoons_navigation_agency > *,
.butoons_navigation_agency button {
    background: #fff none repeat scroll 0 0;
    border: 1px dashed #a1abb4;
    border-radius: initial;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    height: 40px;
    line-height: 10px;
    margin: 0 10px;
    padding: 10px;
    text-align: center;
    width: 40px;
}

.right_arrow_just {
    float: right;
}

.left_arrow_just {
    float: left;
}

.height_page_next {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.center_next_2 {
    background: #edf1f4 url("../img/images_leading/shadow_next_bg.png") repeat-x scroll 0 0;
    margin-top: 50px;
    padding: 30px 15px 25px;
}

.center_next_2 :not(.paragraph_terms) > a {
    background: #33bbe5 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    width: 250px;
    /*font-weight: bold; */
    text-transform: uppercase;
    font-size: 15px;
}

.center_next_2 :not(.paragraph_terms) > a:hover {
    background: #25a5cc none repeat scroll 0 0;

}

.center_next_2 button {
    background: #33bbe5 none repeat scroll 0 0;
    color: #fff;
    display: block;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    width: 250px;
    text-transform: uppercase;
    font-size: 15px;
    border: 0;
    border-radius: 3px;
}

.center_next_2 button:hover {
    background: #25a5cc none repeat scroll 0 0;

}

.help_text_next {
    font-size: 12px;
    text-align: left;
    color: #727d8b;
    line-height: 20px;
}

.help_icon_next {
    color: #727d8b;
    float: left;
    font-size: 18px;
    height: 60px;
    line-height: 20px;
    text-align: left;
    width: 20px;
}

.select_valuta .cs_div {
    background: transparent url("../img/images_leading/select.png") no-repeat scroll right 6px;
    margin-left: 0;
    width: 98%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .select_valuta .cs_div {
        background: transparent;
    }
}

.cs_div {
    cursor: pointer;
    margin-left: 15px;
    margin-right: 10px;
    overflow: hidden;
    width: 200px;
}

.cs_div i {
    margin-right: 8px
}

.select_valuta select {
    height: 38px;
    margin-left: 11px;
    margin-right: 0;
    padding: 10px 0;
    width: 80%;
}

.cs_div select {
    -moz-appearance: none;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #dde5ec;
    box-shadow: none;
    color: #727d8b;
    cursor: pointer;
    font-size: 12px;
    height: 43px;
    margin: 0;
    padding: 10px 8px;
    width: 291px;
}

.cs_div option:hover,
.cs_div option:focus,
.cs_div option:active,
.cs_div option:checked {
    background: #e8edf2 none repeat scroll 0 0;
}

.cs_div option {
    font-size: 14px;
    padding: 5px 8px;
}


.toggles-id *,
.toggles-id:before,
.toggles-id::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*transition*/
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    outline: none;
    font-family: Helvetica Neue, helvetica, arial, verdana, sans-serif;
}

.toggles-id {
    width: 36px;
    text-align: center;
    margin-top: -20px;
}

.ios-toggle,
.ios-toggle:active {
    /*position:absolute;*/
    top: -5000px;
    height: 0;
    width: 0;
    opacity: 0;
    border: none;
    outline: none;
}

.checkbox-label {
    display: block;
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 16px;
    width: 100%;
    height: 20px;
    /*border-radius*/
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    background: #f8f8f8;
    cursor: pointer;
    top: -15px;
    left: 10px;

}

.checkbox-label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 20px;
    text-indent: 40px;
    height: 20px;
    width: 20px;
    /*border-radius*/
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: auto;
    background: white;
    /*box-shadow*/
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 0 0 2px #dddddd;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 0 0 2px #dddddd;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2), 0 0 0 2px #dddddd;
}

.checkbox-label:after {
    content: attr(data-off);
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: -300px;
    padding: 10px;
    height: 100%;
    width: 300px;
    text-align: right;
    color: #bfbfbf;
    white-space: nowrap;
}

.ios-toggle:checked + .checkbox-label {
    /*box-shadow*/
    -webkit-box-shadow: inset 0 0 0 20px rgba(22, 160, 133, 1), 0 0 0 2px rgba(22, 160, 133, 1);
    -moz-box-shadow: inset 0 0 0 20px rgba(22, 160, 133, 1), 0 0 0 2px rgba(22, 160, 133, 1);
    box-shadow: inset 0 0 0 20px rgba(22, 160, 133, 1), 0 0 0 2px rgba(22, 160, 133, 1);
}

.ios-toggle:checked + .checkbox-label:before {
    left: calc(100% - 20px);
    /*box-shadow*/
    -webkit-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 2px transparent, 0 3px 3px rgba(0, 0, 0, .3);
}

.ios-toggle:checked + .checkbox-label:after {
    content: attr(data-on);
    left: 60px;
    width: 36px;
}

/* GREEN CHECKBOX */

.ios-toggle + .checkbox-label {
    /*box-shadow*/
    -webkit-box-shadow: inset 0 0 0 0 rgba(22, 160, 133, 1), 0 0 0 2px #dddddd;
    -moz-box-shadow: inset 0 0 0 0 rgba(22, 160, 133, 1), 0 0 0 2px #dddddd;
    box-shadow: inset 0 0 0 0 rgba(22, 160, 133, 1), 0 0 0 2px #dddddd;
}

.ios-toggle:checked + .checkbox-label {
    /*box-shadow*/
    -webkit-box-shadow: inset 0 0 0 19px rgba(22, 160, 133, 1), 0 0 0 2px rgba(22, 160, 133, 1);
    -moz-box-shadow: inset 0 0 0 19px rgba(22, 160, 133, 1), 0 0 0 2px rgba(22, 160, 133, 1);
    box-shadow: inset 0 0 0 19px rgba(22, 160, 133, 1), 0 0 0 2px rgba(22, 160, 133, 1);
}

.ios-toggle:checked + .checkbox-label:after {
    color: rgba(22, 160, 133, 1);
}

.toggles_principala {
    float: left;

    width: 40px;
}

.brand_principal_text {
    color: #797979;
    float: left;
    margin: 6px 20px;
    font-size: 12px;

}

.img-circle {
    border-radius: 0;
}

/*
.date_profil span {
   color: #555;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: left;
}*/

.brand_mic {
    height: 60px;
    width: 60px;
    line-height: 55px;
    float: left;
    border: 1px solid #dde5ec;
    text-align: center
}

.brand_mic img {
    width: 100%;
    max-height: 100%;
}

.add_brand_mic {
    margin-top: 14px;
}

.add_brand_mic .toggles_principala {
    margin-top: 15px;
}

.add_brand_mic .brand_principal_text {
    margin-top: 15px;
}

.add_brand_plus {
    text-align: left;
    margin-top: 10px;
}

.add_brand_plus span {
    display: block;
    float: left;
    font-size: 14px;
    margin: 15px 0;
    width: 100px;
}

.add_brand_plus button {
    background: #fff none repeat scroll 0 0;
    border-color: #dde5ec;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #ddd;
    display: block;
    font-size: 49px;
    height: 54px;
    margin: 0 auto;
    padding: 7px 5px;
    text-align: center;
    width: 55px;
    border-radius: 50%;
}

.add_brand_plus button:hover {
    color: #000;
}

.ui-dialog .ui-dialog-buttonpane button {
    cursor: pointer;
    margin: 0.5em 0.4em 0.5em 0;
}

.ui-dialog-buttonset button {
    background-color: #c1c1c1;
    border: medium none;
    box-shadow: none;
    color: white;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    margin: 5px 5px 0;
    padding: 10px 32px;
}

.ui-dialog-buttonset button:first-child {
    background-color: #16a086;
    color: white;
}

.list_exists_brands .col-md-3-brand {
    float: left;
    /*height: 75px;*/
    margin: 8px;
    text-align: center;
    width: 75px;
    color: #33bbe5;
}

.list_exists_brands .col-md-3-brand label {
    cursor: pointer;
    display: inline-block;
    /*height: 56px;*/
    position: relative;
}

.list_exists_brands .col-md-3-brand img {
    height: auto;
    width: 100%;
}

.visible {
    opacity: 1;
}

.image-checkbox input {
    display: none;
}

.image-checkbox input:checked + .check_icon_apruv {
    border: 1px solid #33bbe5;
    display: block;
    height: 75px;
    /* margin-right: 2px;*/
    opacity: 1;
    width: 100%;
    text-align: right;
    top: 0;
}

.check_icon_apruv {
    opacity: 0;
    position: absolute;
    right: 0;
}

.check_icon_apruv i {
    position: relative;
    top: -5px;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: 0 none;
    background-image: url("../img/images_leading/ui-icons_777777_256x240.png");
    background-position: -94px -126px;
    /*margin: 7px 0 0 0 !important;*/
    z-index: 999;
}

.success button {
    background: #33bbe5 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 250px;
    border: 0;
}

.success button:hover {
    background: #25a5cc none repeat scroll 0 0;

}

.promo_btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #0797ae;
    color: #0797ae;
    padding: 6px 0;
    text-transform: uppercase;
    width: 110px;
}

.promo_btn:hover {
    background: #e8edf2;
}

label {
    color: #797979;
    float: none;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: inherit;
}


.reducere_text {
    color: #cbcbd5;
    font-weight: bold;
}

.reducere_1 {
    font-size: 14px;
    text-transform: uppercase;
}

.reducere_2 {
    font-size: 24px;
    text-transform: uppercase;
}

.descript_tab_price_agency {
    text-align: left;
}

.old_price_block {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    background: #cbcbd5;
    color: #727684;
    position: absolute;
    left: 135px;
    font-size: 20px;
    text-decoration: line-through;
}

.new_price_block {
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 100px;
    background: #0797ae;
    color: #fff;
    position: absolute;
    left: 50px;
    font-size: 60px;
}

.buton_price_now {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #30627e;
    color: #30627e;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 44px;
    margin: 10px auto 0;
    padding: 10px 0;
    text-transform: uppercase;
    width: 85%;
}

.paket_description {
    height: 50px;
}

.two_line {
    height: 60px;
}

.razdel_span {
    margin: 0 5px;
    color: #ccc;
}

.button_apruve_promo {
    float: left;
    margin-left: -1px;
}

.list_exists_brands_create i {
    font-size: 30px;
    padding: 10px 0 30px;
}


.hide {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label[for="companyimage"].change_photo_button,
label[for="userfot"],
label[for="upload"],
label[for="companyfot"].change_photo_button {
    background-color: #fff;
    border-radius: 2px;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    padding: 10px 0;
    transition: all 0.3s ease 0s;
    width: 185px;
    border: 1px dashed #a1abb4;
}

.add_avatar_popap_style {}

.add_avatar_popap_style span {
    display: block;
    margin: 5px 0 10px;
    text-align: center;
}

.add_avatar_popap_style input {
    margin: 0 4px;
    width: 47%;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    height: 35px;
    padding: 0 12px;
    transition: all 0.3s ease 0s;
}

#dialog_add_user_form input {
    margin: 0 4px;
    width: 47%;
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    height: 35px;
    padding: 0 12px;
    transition: all 0.3s ease 0s;
}

.block_single_team_popap_wait {
    float: left;
    height: 100px;
    margin: 5px 2% 10px;
    position: relative;
    text-align: center;
    width: 100px;
}

.in_asteptare_date {
    float: left;
    width: 350px;
}

.block_single_team_popap_wait img {
    width: 100%;
}

.avatar_popap_wait p,
.avatar_popap_wait a {
    display: table;
    margin: 5px 10px;
}

.name_popap_wait {
    font-size: 18px;
}

.ui-dialog .ui-dialog-content {
    color: #555;
    text-align: center;
}

.check_icon_apruv_social {
    height: 50px !important;
    width: 70px !important;
}

.check_icon_apruv_social i {
    font-size: 15px;
    padding: 0;
    right: 3px;
    top: 0;
    color: #33bbe5;
}

.icon-platform-popap {
    height: 50px !important;
    width: 70px !important;
}

.alert {
    max-width: 1170px;
}

.block_container {
    min-height: 300px;
}

.block_services {
    text-align: center;
}

.block_services img {
    margin: 20px;
}

.block_services h3 {
    font-size: 21px;
}

.creaza_1 {
    background: #fff url("../img/images_leading/bg_doi_pasi.png") repeat-x scroll 0 bottom;
}

.creaza_2 {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

.creaza_3 {
    background: #fff;
    padding-top: 0;
    padding-bottom: 50px;
}

.image_lr img {
    max-width: 100%;
}

.doi_pasi {
    text-align: center;
}

.doi_pasi img {
    max-width: 100%;
    margin-top: 10px;
}

.doi_pasi h3 {
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 55px;
    text-align: center;
}

.left_create_2 {
    text-align: right;
    text-transform: uppercase;
}

.left_create_2 h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 70px;
    margin-top: 12px;
    border-bottom: 1px solid #33bbe5;
}

.left_create_2 a {
    font-size: 18px;
    color: #909090;
    display: block;
}

.left_create_3 {
    text-align: left;
    text-transform: uppercase;
    margin-top: 50px;
}

.left_create_3 h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 70px;
    margin-top: 12px;
    border-bottom: 1px solid #33bbe5;
}

.left_create_3 a {
    border-bottom: 1px solid #f1f1f1;
    color: #909090;
    display: block;
    font-size: 18px;
    padding: 9px 0;
}

.left_create_3 i {
    text-align: center;
    width: 50px;
}


.doi_pasi span {
    height: 60px;
    width: 60px;
    line-height: 56px;
    color: #33bbe5;
    border: 2px solid #d3d3d7;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    font-size: 30px;
}

.doi_pasi p {
    line-height: 18px;
    font-size: 13px;
    margin-top: 5px
}

.doi_pasi .col-md-2 {
    padding: 0;
}


#tabs .tab.active {
    color: #33bbe5;
}

#tabs2 .tab2.active {
    color: #33bbe5;
}

.partener_block {
    background: #7d4b77 url("../img/images_leading/partener.png") no-repeat scroll center 0;
    height: 344px;
}

.partener_block h3 {
    font-family: bebas, sans-serif;
    font-size: 45px;
    color: #fff;
    margin-top: 80px;
}

.messager-icon {
    background: transparent url("../img/images_leading/mesanger.png") no-repeat scroll 0 0;
    color: #fff;
    font-family: bebas, sans-serif;
    font-size: 35px;
    height: 80px;
    line-height: 61px;
    padding-left: 85px;
    margin-top: 30px;
}

.facebook-icon {
    background: transparent url("../img/images_leading/facce.png") no-repeat scroll 0 0;
    color: #fff;
    font-family: bebas, sans-serif;
    font-size: 35px;
    height: 80px;
    line-height: 61px;
    padding-left: 85px;
    margin-top: 30px;
}

.creaza-30-zile {}

.creaza_1_30 {
    font-size: 50px;
    font-family: bebas, sans-serif;
}

.creaza_2_30 {
    display: block;
    font-size: 26px;
    margin-top: 10px;
    text-transform: uppercase;
}

.creaza_3_30 {

    font-size: 29px;
    text-transform: uppercase;
}

.creaza_4_30 {
    margin: 0 10px;
    font-size: 100px;
    text-transform: uppercase;
    font-family: bebas, sans-serif;
}

.creaza_5_30 {
    font-size: 50px;
    font-family: bebas, sans-serif;
}

.creaza_6_30 {
    display: block;
    font-size: 26px;
    margin-top: 10px;
    text-transform: uppercase;
}

.creaza-30-zile-center {
    margin-top: 22px;
}

.start_module_button,
.start_module_button:focus,
.start_module_button:active {
    display: inline-flex;
    border: 2px solid #57a3c1;
    width: 330px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-transform: uppercase;
    margin: 40px auto 0;
    color: #000;
    justify-content: center;
    text-decoration: none;
    border-radius: 3px;
}

.start_module_button:hover {
    background: #57a3c1;
    color: #fff;
    text-decoration: none;
}
.center_slide_home .start_module_button {
    display: inline-flex;
    align-items: center;
    line-height: 60px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    border-radius: 3px;
}

.col-md-1_5 {
    width: 13.2%;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.notificc img {
    max-width: 100%;
}

.notificc {
    position: relative;
}

.notific_text {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 29%;
}

.notific_title {
    border-left: 2px solid #33bbe5;
    font-family: bebas, sans-serif;
    font-size: 24px;
    line-height: 33px;
    padding-left: 10px;
    position: absolute;
    right: 0;
    top: 140px;
    width: 25%;
}

.notific_title p {
    font-size: 35px;
}

.group_title {
    border-left: 2px solid #33bbe5;
    font-size: 17px;
    left: 10px;
    line-height: 25px;
    padding-left: 10px;
    position: absolute;
    top: 140px;
    width: 30%;
}

.group_title p {
    font-family: bebas, sans-serif;
    font-size: 35px;
    margin-bottom: 15px;
}

.agency_brands {
    margin-top: 10px;
    padding-left: 16px;
}

.agency_brands li {
    float: left;
    margin-right: 10px;
}

.agency_brands li button {
    border: 1px solid #dde5ec;
    background: #fff;
    width: 55px;
    height: 55px;
}

.agency_brands li img {
    width: 100%;
}

/*
.container_popap #add_user_name,
.container_popap #add_user_email {
	  border:1px solid #dde5ec;
	  width:45%;
	  display:inline-block;
}*/

.dialog_add_user input {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    height: 35px;
    margin: 0 4px;
    padding: 0 12px;
    transition: all 0.3s ease 0s;
    width: 47%;
}

.container_alerta {
    padding: 20px 0 0;
}

.module_selectate h1 {
    font-family: "bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    margin: 0;
    padding: 0;
}


.work_plan_container h1 {
    font-family: "bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    margin: 0;
    padding: 0;
}

.module_selectate .toggles_principala {
    margin-top: 20px;
}

.module_selectate li {
    background: #fff;
    min-height: 60px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    border: 1px solid transparent;
    cursor: pointer;
    position: relative;
}

.module_selectate li:hover {
    border: 1px solid #d0d0d0;
}

.work_plan_container_inter {
    background: #fff;
    height: 400px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    position: relative;
}

.video_container_module {
    float: right;
    width: 20%;

}

.video_container_module a {
    color: #fff;
    background: #0797ae;
    text-align: center;
    float: right;
    height: 100%;
    width: 80px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}

.video_container_module a:hover {
    background: #07879b;
}

.text_module_price {
    padding: 18px 5px 0;
    float: left;
    width: 65%
}

.text_module_price .title_module {
    font-size: 14px;
    cursor: pointer;
    width: 80%;
    float: left;

}

.module_added_price {
    height: 57px;
    width: 15%;
    float: left;
    padding-top: 10px;
    padding-left: 5px;
}

.price_module_title {
    float: right;
    font-size: 13px;
    color: #989898;
}

.video_icon_help {
    line-height: 10px;
}

.video_icon_help i {
    font-size: 35px;
    padding-top: 5px;

}

.reduceri_plan_container {
    color: #919191;
    margin-top: 40px;
}

.price_plan_new {
    background: #0797ae;
    color: #fff;
    height: 150px;
    line-height: 150px;
    text-align: center;
    font-size: 50px;
    border-radius: 150px;
    width: 150px;
    font-family: "bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    position: absolute;
    top: -30px;
}

.price_plan_old {
    background: #fff;
    color: #000;
    height: 100px;
    line-height: 104px;
    text-align: center;
    font-size: 28px;
    border-radius: 150px;
    width: 100px;
    font-family: "bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 2px solid #fff;
    position: absolute;
    top: -30px;
    left: 140px;
    text-decoration: line-through;
}



.period_selected {
    background: #eeeeee !important;
}

.price_top {
    height: 150px;
}

.reduceri_procent {
    background: #f58a00;
    color: #fff;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
}

.last_buton_period {
    border-right: 1px solid #d0d0d0 !important;
}

.explicatie_luna {
    text-align: center;
    margin-top: 123px !important;
}

.center {
    width: 150px;
    margin: 40px auto;
}

.period_brands {
    margin-top: 20px;
}

.period_brands span {
    border-radius: 50%;
    vertical-align: top;

    display: inline-block;
}

.button_added_brand {
    margin-top: 3px;
}

.button_added_brand .btn {
    border-radius: 50%;
    font-size: 30px;
    height: 45px;
    width: 45px;

}

.period_brands input {
    font-size: 70px;
    font-family: bebas, sans-serif;
}

.branduri_number {
    border: 0;
    text-align: center;

}

.period_brands {
    width: 210px;
    margin: 0 auto;
}

.period_brands input {
    width: 110px;
    margin-top: 30px;

}

.price_new_number {
    font-size: 70px;
}

.dollar_simbol {
    font-size: 24px;
    margin-left: 5px;
}

.title_brands_price {
    font-size: 18px;
    text-align: center;
    font-family: "Proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 30px 0 0;
}


.total_price {
    text-align: center;
    border-top: 1px solid #d0d0d0;
    padding-top: 10px;
}

.total_price span {
    margin: 0 10px;
}

.buttons_buy_list li {
    float: left;
    width: 48%;
}

.buttons_buy_list li.space_rice_button {
    float: left;
    width: 4%;
    display: block;
    color: transparent;

}

.buttons_buy_list li button {
    width: 100%;
    height: 50px;
}

.buy_button {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #33bbe5;
    font-size: 18px;
    border: 0;
}

.buy_button i {
    margin-right: 10px;
    color: #000;
}

.trial_price_button {
    background: #33bbe5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 18px;
    border: 0;
}

.trial_price_button i {
    margin-right: 10px;
}

.block_aditional_module_price {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.block_aditional_module_price_title {
    border-bottom: 1px solid #d0d0d0;
    font-size: 18px;
}

.block_aditional_module_price_title i {
    padding: 10px 10px;
    color: #33bbe5;
}

.block_aditional_module_price_title a i {
    color: #fff;
    background: #000;
}

.block_aditional_module_price_title span {
    padding: 10px 0;
}

.block_aditional_module_price_play {
    float: right;
}



.block_aditional_module {
    margin-top: 10px;
}



.block_aditional_module_price_list ol {
    counter-reset: myCounter;
    padding: 10px 0;
    /* list-style: square inside;*/
    margin-left: 30px;
    line-height: 18px;
    color: #33bbe5;

}

.block_aditional_module_price_list li {
    /*list-style: outside;*/
    font-size: 12px;
    padding: 5px !important;
    color: #555d5d
}

.block_aditional_module_price_list li:before {
    content: "• ";
    color: #33bbe5;
    font-size: 28px;
    height: 3px;
    display: block;
    margin-left: -19px;
    padding-top: 0;

}

.disable_mudule i {
    color: transparent;
}

.disable_mudule a i {
    background: #bababa;
}

.disable_mudule li {
    color: #bababa;
}

.disable_mudule {
    color: #bababa;
}

.disable_mudule li::before {
    color: #bababa;
}

.title_module_selectate h1 {
    font-family: "bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 36px;
    margin: 25px 0 0 0;
    padding: 0;
    text-align: center;
}

.btn-success {
    background-color: #33bbe5 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    margin-right: 10px;

}

.btn-success:hover {
    background-color: #33bbe5 !important;
}

.btn-danger {
    background-color: #eee !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 14px;
    border: 0;
    border-radius: 0;
}

.btn-danger:hover {
    background-color: #ccc !important;
}

.swal2-modal .swal2-buttonswrapper {
    padding-bottom: 10px;
}

.btn {
    padding: 10px 20px;
    border-radius: 0;
}

.swal2-buttonswrapper {
    text-align: right;

}

.price_module_title_video {
    margin-right: 10px;
    font-size: 16px
}

.purchase-extra-footer .ui-price sub,
.purchase-extra-footer .ui-price sup {
    font-size: .38em;
}

.purchase-extra-footer .ui-price sup {
    padding-left: 0;
}

.ui-price sup {
    padding: 1px 4px 1.5em 1.3em;
    padding-left: 1.3em;
}

.ui-price sub,
.ui-price sup {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 1.428571428571429 !important;
    color: #a8acb3;
}

.purchase-extra-footer .ui-price .ui-price-content span {
    line-height: 43px !important;
}

.ui-price-content span {

    font-weight: 300;
    font-size: 30px;
}

.purchase-extra-cost {
    position: absolute;
    bottom: -58px;
    left: 10px;
}


.navbar-brand {
    height: 75px;
}

.navbar-brand img {
    height: 84% !important;
    display: block;
    margin-top: 4px;
}

.logo_animation {
    width: 500px;
    margin: 0 auto;
    padding-top: 10%;

}

nav.navbar.bootsnav_fix {
    background: #fff !IMPORTANT;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #eaf0f3;
    box-shadow: 0 0 200px rgba(0, 0, 0, 0.3);
}

nav.navbar.bootsnav_fix .green_header {
    background: transparent;

}

nav.navbar.bootsnav_fix .container {
    background: transparent;
    padding-top: 0;

}

nav.navbar.bootsnav_fix .navbar-brand {
    background: transparent;

}

/*nav.navbar.bootsnav_fix .login_butoon_header {
    margin-top: 15px;
}*/

/*nav.navbar.bootsnav_fix .free_butoon_header {
    margin-top: 13px;
}*/

nav.navbar.bootsnav_fix ul {
    margin-left: 20%;
}

.center_slide_home {
    margin: 0;
    padding-top: 10vh;
    color: #fff;
    /*text-align: center;*/
    width: 50%;
    z-index: 5;
}

.center_slide_home h3 {
    font-family: "bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 54px;
    color: #3f3f3f;
    text-align: left;
    line-height: 1;
}

.center_slide_home p {
    width: 100%;
    font-size: 30px;
    color: #000;
    text-align: left;
    font-weight: 100;
    font-family: Helvetica, "Helvetica Neue", "proxima", Arial, sans-serif;

    margin-top: 45px;
    line-height: 45px;
}

.section-intro_social-buttons {
    /*  max-width: 333px;
    margin: 100px auto 0;
    min-height: 146px;*/
    /*max-width: 333px;*/
    margin: 100px 0 0;
    /*min-height: 146px;*/
}

.section-intro_social-buttons .btn {
    box-shadow: none;
    padding: 20px 44px;
    display: block;
    margin-top: 15px;
    border-radius: 3px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;

}

.section-intro_social-buttons-popap .btn .fa,
.section-intro_social-buttons .btn .fa {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 8px;
}

.section-intro_social-buttons-popap {
    max-width: 333px;
    margin: 50px auto 0;
    min-height: 115px;
}

.section-intro_social-buttons-popap .btn {
    box-shadow: none;
    padding: 21px 20px 20px 45px;
    display: block;
    margin-top: 15px;
    border-radius: 3px;
    text-align: left;
    font-size: 16px;
}

.landing-page .btn {
    padding: 10px 28px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid transparent;
}

.btn-facebook {
    background: #4064b3;
    color: #fff;
    box-shadow: inset 0 1px #4068bd, 0 2px 2px rgba(26, 39, 66, .2);
}

.btn-facebook:active,
.btn-facebook:focus,
.btn-facebook:hover {
    color: #fff;
}

.section-intro_social-buttons-popap .btn-icon-holder,
.section-intro_social-buttons .btn-icon-holder {
    /*position: absolute;
    left: 13px;
    top: 50%;
    width: 30px;*/
    text-align: left;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-intro_social-buttons .btn {
    /*text-align: left;*/
    font-size: 16px;
    position: relative;
}

.section-intro_social-buttons-popap .btn-icon-holder + span {
    vertical-align: middle;
}

.container_bg_kick {
    background: transparent url("../img/images_leading/bg_kick.png") no-repeat scroll center center;
}

.title_page i i {
    color: #fff;
    font-size: 18px;
    margin-top: 1px;
    display: block;
    margin-left: 2px;
}

.jivo-bottom-left-square {
    display: none !important;
}

.ui-widget.ui-widget-content {
    width: auto !important;
    /* box-shadow: 0 0 25px -10px #555;*/
}

.container_popap {
    min-width: 800px;
    max-width: 900px;
    width: 100%;
}

.ui-dialog .ui-dialog-content {
    padding: 0 !important;
}

.left_popap_freetrial {
    background: url(/img/images_leading/left_bg_fretrial.png) #25a5cc repeat-y scroll right 0;
    padding: 30px 25px;
    color: #fff;
}

/*.ui-dialog-title {
display:none;
}*/

.module_freetrial {
    border: 1px solid #fff;
    display: block;
    padding: 15px;
    position: relative;
    text-align: left;
    margin: 5px 0 15px;
}

.lable_free_module {
    position: absolute;
    right: 15px;
    top: 4px;
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 0 !important;
}

.left_popap_freetrial h3 {
    font-family: "bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    font-size: 29px;
    font-weight: 100;
    text-align: left;

}

.module_freetrial i {
    font-size: 18px;
    margin-right: 5px;
}

.module_freetrial span {
    font-size: 18px;
}

.brandur_dispon_free_popap {
    margin-top: 10px;
    text-align: center;
    color: #cce3e9;
    font-size: 16px;
}

.zile_block_free_popap {
    margin: 60px 0;
}

.active_free_button_container a {
    color: #fff !important;
    background: #ec141a;
    padding: 10px;
    width: 290px !important;
    line-height: 33px;
    height: 50px;
    font-family: "bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    margin: 0 auto;
    font-size: 24px;
}

.active_free_button_container i {
    margin-left: 10px;
}

.ui-widget-overlay {
    opacity: 0.5 !important;
}

.polici_terms {
    margin-top: 40px;
    color: #5a5e76;
    text-align: center;

}

.policy_page {
    padding: 50px 0;
}

.ui-tabs-vertical {
    background: transparent !important;
}

.ui-tabs-vertical .ui-tabs-tab {
    background: transparent !important;
}

.ui-tabs-vertical .ui-tabs-nav {
    padding: .2em .1em .2em .2em;
    float: left;
}

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    border-bottom-width: 1px !important;
    border-right-width: 0 !important;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0;
    padding-right: .1em;
    border-right-width: 1px;
}

.ui-tabs-vertical .ui-tabs-panel {
    /*padding: 1em; */
    float: right;
}


.left_links_policy {
    padding: 30px 15px !important;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    min-height: 100vh;
}

.left_links_policy .ui-tabs-anchor {
    float: none !important;
    padding: 10px;
    display: block;
}

.left_links_policy .ui-tabs-anchor:hover {
    background: #f4f5f6;
}


.policy_block {
    padding: 30px;
    /*background: #fff;*/
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
    margin: 0 auto;
}

.policy_block.container {
    padding-left: 0;
    padding-right: 0;
    padding-top: 58px;
}

.policy_block_head h2 {
    margin-top: 0;
    color: #162020;
    line-height: 1.25;
    font-weight: 400;
    font-family: bebas, Proxima Nova, proxima-nova, Helvetica Neue, Helvetica, Arial, sans-serif;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 46px;
}

.policy_block_head h3 {
    margin-top: 0;
    color: #3f3f3f;
    line-height: 1.35;
    font-weight: 600;
    font-family: bebas, sans-serif;
    /*font-family: Proxima Nova, proxima-nova, Helvetica Neue, Helvetica, Arial, sans-serif;*/
    padding-top: .5rem;
    padding-bottom: 1rem;
    margin-bottom: 0;
    font-size: 32px;
}

.anotation_block h3 {
    margin-top: 0;
    color: #33bbe5;
    line-height: 1.25;
    font-weight: 600;
    font-family: bebas, sans-serif;
    /*font-family: Proxima Nova, proxima-nova, Helvetica Neue, Helvetica, Arial, sans-serif;*/
    padding-top: .5rem;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 26px;
}

.policy_block .anotation_block {
    font-size: 16px;
}

.policy_block_head p {
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 25px;
}

.anotation_block {
    margin-bottom: 20px;
    border: 1px dashed #ccc;
    /*border-radius: 5px;*/
    padding: 30px 40px 40px;
    line-height: 30px;
}

.anotation_block ul {
    font-size: 16px;
    padding-left: 20px;
}

.anotation_block li {
    list-style-type: disc;
    padding-left: 10px;
}

.latin_list li {
    list-style-type: upper-latin;
}

.policy_block a {
    font-size: 16px;
    text-decoration: underline;
}


/*>>>>>>> 9a2fb1ca2266c3c717c88543b1acdde1af684326*/

.input-group-addon {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #dde5ec;
}

.input-group-addon i {
    margin-top: 0;
}

.input-group-addon i {
    margin-top: 0;
}

.form-group {
    text-align: left;
}

.form-control {
    border: 1px solid #dde5ec;
    font-family: "RobotoRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 8px 10px;
    border-radius: 0;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
}


.date_profil .form-group {
    margin-bottom: 5px;
}

.date_profil label {
    color: #797979;
    font-size: 12px;
    font-weight: 300;
}

section {
    /*padding: 6px 0 50px 0 !important;*/
}


/**/

.ui-tooltip {
    background: #18232d !important;
    box-shadow: none !important;
    color: #9ca6af !important
}

.ui-tooltip:before {
    border: solid;
    border-color: #111 transparent;
    border-color: rgba(24, 35, 45, 1) transparent;
    border-width: 0 10px 10px 10px;
    top: -7px;
    content: "";
    display: block;
    left: 15px;
    position: absolute;
    z-index: 99;
}

.brand_principal_first {
    margin-left: 14px;
}

.brand_principal_first i {
    color: #555;
}

.date_profil_exist {
    text-align: left;
}

.date_profil_exist i {
    font-size: 18px;
    margin-right: 5px;
    color: #555;
}

.date_profil_exist span {
    font-size: 16px;
    margin-top: 8px;
    display: inline-block;
}

.title_popap_prava {
    margin: 15px auto !important;
    text-align: center;
    font-size: 14px;
    padding: 0 100px;
    line-height: 24px;
    display: block;
}

.title_popap_prava span {
    color: #a7b1c1;
    font-size: 14px;
}


.container_popap input {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 14px;
    height: 35px;
    margin-bottom: 10px;
    margin-top: 0;
    padding: 0 12px;
    transition: all 0.3s ease 0s;
}

.container_popap input.text {
    margin: 0 4px;
    width: 47%;
}

.tab_check_add_people {
    padding: 0 30px;
    height: 50px;
    font-size: 12px !important;
}

.tab_check_add_people .list_radio_check {
    margin: 20px auto 0;
    display: block;
    float: none;
}

.tab_check_add_people .list_radio_check label {
    padding: 3px 0 0 25px;
    margin-right: 20px;
    font-size: 14px;
}

.listing_check_add_people {
    margin-left: 20px;
    overflow: scroll;
    overflow-x: scroll;
    overflow-x: hidden;
    height: calc(100vh - 333px);
}



.listing_single_check_add_people {
    margin: 5px 4px;
    width: 48%;
    float: left;
}

.listing_single_check_add_people p.title_listing_add_people {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.title_listing_add_people {
    background: #f2f2f2;
    text-align: center;
    padding: 10px 0;
}

.listing_single_check_add_people li {
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    height: 37px;
}

.name_drets_listing_add_people {
    float: left;
    margin-top: 12px;
    color: #000;
}

.check_drets_listing_add_people {
    float: right;
}

.check_drets_listing_add_people .tasks-list-item {
    display: block;
    line-height: 24px;
    padding: 9px 15px 0;
    cursor: pointer;
    user-select: none;
    margin: 0;
}

.name_drets_listing_add_people {
    color: #000;
    font-size: 11px;
}


.tasks-lists {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -11px;
    padding: 10px 4px;
    width: 19px;
    height: 3px;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
}

.tasks-lists:before {
    content: '';
    display: block;
    height: 3px;
    background: #8c959d;
    border-radius: 1px;
    -webkit-box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
    box-shadow: 0 6px #8c959d, 0 -6px #8c959d;
}

.tasks-list-item {
    display: block;
    line-height: 24px;
    padding: 7px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check_drets_listing_add_people .tasks-list-item {
    display: block;
    line-height: 24px;
    padding: 9px 15px 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

.tasks-list-item + .tasks-list-item {
    border-top: 1px solid #f0f2f3;
}

.stream_list .tasks-list-item {
    border-top: 1px solid #f0f2f3;
}

.tasks-list-cb {
    display: none;
}

.tasks-list-mark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    border: 2px solid #c4cbd2;
    border-radius: 12px;
}

.tasks-list-mark:before {
    content: '';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -6px;
    height: 7px;
    width: 11px;
    border: solid #33bbe5;
    border-width: 0 0 4px 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.tasks-list-cb:checked ~ .tasks-list-mark {
    border-color: #33bbe5;
}

.tasks-list-cb:checked ~ .tasks-list-mark:before {
    display: block;
}

.tasks-list-desc {
    /*font-weight: bold;*/
    color: #8a9a9b;
}

.tasks-list-desc i {
    margin-right: 5px;
    font-size: 14px;
}

.tasks-list-cb:checked ~ .tasks-list-desc {
    color: #33bbe5;
}

.blok_register_height {
    min-height: calc(100vh - 265px);
}

.dialog-user {
    background: #FFF;
    /*padding: 20px 30px;*/
    text-align: left;
    max-width: 900px;
    max-height: 90vh;
    min-height: 260px;
    margin: 0 auto;
    position: relative;
    border-radius: 3px;
}

.dialog-user-module {
    background: #FFF;
    /*padding: 20px 30px;*/
    text-align: left;
    max-width: 540px;
    margin: 40px auto;
    position: relative;
}

.dialog-user h1 {
    font-family: bebas, sans-serif;
    padding-left: 10px;
    margin-top: 20px;
}

.dialog-user-module h1 {
    font-family: bebas, sans-serif;
    padding-left: 30px;
}

.dialog-strategie {
    background: #FFF;
    /*padding: 20px 30px;*/
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

.dialog-strategie-module {
    background: #FFF;
    /*padding: 20px 30px;*/
    text-align: left;
    max-width: 540px;
    margin: 40px auto;
    position: relative;
}

.buttons_popap button {
    margin-right: 10px;
}

.dialog-strategie h1 {
    font-family: bebas, sans-serif;
    padding-left: 0;
    font-size: 30px;
    margin-left: 20px !important;
}

.dialog-strategie-module h1 {
    font-family: bebas, sans-serif;
    padding-left: 30px;
}


.dialog-create-calendar {
    background: transparent;
    /*padding: 20px 30px;*/
    text-align: left;
    width: 1000px;
    margin: 40px auto;
    position: relative;
}


.dialog-create-calendar h1 {
    font-family: bebas, sans-serif;
    padding-left: 0;
}



.dialog-succes {
    background: #FFF;
    /*padding: 20px 30px;*/
    text-align: center;
    max-width: 540px;
    margin: 40px auto;
    position: relative;
}

.right_modal_container {
    padding: 30px 10px;
    box-sizing: border-box;

}


.ajax-text-and-image {
    max-width: 100%;
    margin: 0;
    background: transparent;
    padding: 0;
}

.ajcol {
    width: 50%;
    float: left;
    height: 450px;
    position: relative;

}

.ajcol_l {
    width: 40%;
    float: left;
    height: 450px;
    position: relative;
}

.ajcol_r {
    width: 60%;
    float: left;
    height: 450px;
    position: relative;
}

.ajcol_l img {
    width: 100%;
    height: auto;
}

@media all and (max-width:30em) {
    .ajcol {
        width: 100%;
        float: none;
    }
}

.ajcol_c {
    width: 100%;
    float: left;
    height: 450px;
    position: relative;
    text-align: center
}

.button_delete {
    background-color: #f84f30 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 12px;
    border: 0;
    border-radius: 0;
    margin-right: 10px;
    text-transform: uppercase;
    padding: 11px 30px;
}

.button_change {
    background-color: #33bbe5 !important;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 12px;
    border: 0;
    border-radius: 0;
    margin-right: 10px;
    text-transform: uppercase;
    padding: 10px 30px;
}

.button_change:hover {
    color: #fff;
    background: #25a5cc !important;
}

.button_add_calendar {
    background-color: #fff !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #33bbe5;
    font-size: 12px;
    border: 1px solid #33bbe5;
    border-radius: 0;
    margin-right: 10px;
    text-transform: uppercase;
    padding: 10px 20px;
}

.button_add_calendar:hover {
    color: #fff;
    background: #25a5cc !important;
}

.user_information {

    padding-left: 10px;
}



.user_information p {
    font-size: 14px;
    margin-bottom: 10px;
    color: #7b7e82;

}

.user_information p span {
    font-size: 18px;
    color: #ccc;
    width: 24px;
}

.delete-user {
    float: right;
    margin-top: 10px;
}

.swal2-confirm button {
    background: #f84f30 !important;
}

.show-more {
    padding: 5px 0;
    text-align: center;
}

.show-more a {
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
    font-weight: bolder;
}

.list_post_calendar_single:first-child {
    border-top: 1px solid #ebecf0;
}

.mfp-container {
    padding: 0 !important;
    z-index: 999;
}

.right_popap_strategie {
    margin-right: 0 !important;
    height: 100vh;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.right_popap_strategie {
    margin-right: 0 !important;
    height: 100vh;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.mfp-wrap {
    z-index: 10000 !important
}

.right_popap_strategie h1 {
    margin: 0 15px 0 10px;
    padding-top: 6px;
    display: inline-block;
}

.right_popap_strategie_add h1 {
    margin: 0 15px 0 15px;
    border-bottom: 1px solid #a1abb4;
    padding-top: 35px;
    width: 100%;
    width: -moz-available;
    /* WebKit-based browsers will ignore this. */
    width: available;
    /* Mozilla-based browsers will ignore this. */
}

.right_popap_strategie_add h2 {
    font-family: bebas, sans-serif;
    margin: 0 15px 0 15px;
    /*border-bottom: 1px solid #d3d5db;*/
    padding-top: 24px;
    width: 100%;
    width: -moz-available;
    width: available;
    text-align: center;
    font-size: 22px;

}

.right_popap_strategie_add h2 span {
    font-size: 14px;
    color: #999;
    margin: 2px;
}

.right_popap_strategie_add p.descript_tip {
    margin: 0 15px;
    background: #f4f5f8 !important;
    padding: 10px 15px;

}

.title_popap_strategy {}

.title_popap_strategy span {
    font-size: 25px;
    margin: 40px 10px 0 15px;
    display: inline-block;
}

.information_popap_strategy {
    color: #a1abb4;
    height: 70px;
    overflow: hidden;
}

.right_popap_strategie_container {
    height: calc( 100vh - 100px);

    overflow: hidden;
    overflow-y: auto;



}

.my-mfp-slide-right.mfp-ready.mfp-bg {
    z-index: 10000;
}

.right_popap_strategie_container img {
    width: 100%;
}

.strategy_container_text {
    border: 1px dashed #a1abb4;
    padding: 20px;
    border-top: none;
}

.strategy_container_text h3 {
    margin: 0;
    padding: 0 0 10px;
}

.carousel-inner {
    overflow: initial;
}

.carousel-inner .item {
    padding: 0 20px;
}

.strategy_container_data {
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.arr-strategy {
    position: absolute;
    display: block;
    font-size: 28px;
    color: #000;
    z-index: 9;
    top: 5px;
}

.buttons_popap {
    position: absolute;
    right: 0;
    background: #f6fafb;
    border-top: 1px solid #eceff0;
    width: 100%;
    height: 62px;
    padding-bottom: 10px;
    bottom: 0;
}

.accept_cereri {
    background: #33bbe5;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 20px;
    width: 170px;
    margin-bottom: 10px
}

.declin_cereri {
    background: #fff;
    color: #000;
    font-weight: 100;
    font-size: 12px;
    text-transform: uppercase;
    padding: 10px 20px;
    width: 170px;
    border: 1px solid #ccc;
}

.img_cereri p {
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    height: 40px;
    line-height: 20px;
}

.delete_bg {
    background: #ff694b;
    color: #fff;
    height: 450px;
    position: relative;
    text-align: center
}

.delete_bg span {
    padding-top: 160px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 110px;
    display: block;
}

.green_bg {
    background: #218000;
    color: #fff;
    height: 450px;
    position: relative;
    text-align: center
}

.green_bg span {
    padding-top: 160px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 110px;
    display: block;
}

.re_bg {
    background: #33bbe5;
    color: #fff;
    height: 450px;
    position: relative;
    text-align: center
}

.re_bg span {
    padding-top: 170px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 110px;
    display: block;
}

.fb_bg {
    background: #4c6fa6;
    color: #fff;
    height: 450px;
    position: relative;
    text-align: center
}

.fb_bg span {
    padding-top: 165px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 110px;
    display: block;
}


.delete_bg_large {
    background: #ff694b;
    color: #fff;
    height: 450px;
    position: relative;
    text-align: center width:100%;
}

.delete_bg_large span {
    padding-top: 60px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 150px;
    display: block;
    width: 150px;
    margin: 0 auto 30px;
}

.dialog_confirm {
    text-align: center;
    font-size: 14px;
    padding: 0 75px;
}

.confirm_ok_delete {
    margin: 20px auto;
    display: inline-block;
    background-color: #fff !important;
    color: #000;
    font-size: 14px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 30px;
    border: 1px solid #ccc;
}
.confirm_ok_delete:hover {
    background-color: #33bbe5 !important;
    color: #fff;
    border: 1px solid #33bbe5;
}

.f-modal-alert {
    /*background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  margin: 20px;*/
    padding: 50px;
}

.f-modal-alert .f-modal-icon {
    border-radius: 50%;
    border: 4px solid gray;
    box-sizing: content-box;
    height: 80px;
    margin: 20px auto;
    padding: 0;
    position: relative;
    width: 80px;
}

.f-modal-alert .f-modal-icon.f-modal-success,
.f-modal-alert .f-modal-icon.f-modal-error {
    border-color: #A5DC86;
}

.f-modal-alert .f-modal-icon.f-modal-success:after,
.f-modal-alert .f-modal-icon.f-modal-success:before,
.f-modal-alert .f-modal-icon.f-modal-error:after,
.f-modal-alert .f-modal-icon.f-modal-error:before {
    background: #fff;
    content: '';
    height: 120px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 60px;
}

.f-modal-alert .f-modal-icon.f-modal-success:before,
.f-modal-alert .f-modal-icon.f-modal-error:before {
    border-radius: 120px 0 0 120px;
    left: -33px;
    top: -7px;
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.f-modal-alert .f-modal-icon.f-modal-success:after,
.f-modal-alert .f-modal-icon.f-modal-error:after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-placeholder,
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(165, 220, 134, 0.2);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-fix,
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-fix {
    background-color: #fff;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line,
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
    background-color: #A5DC86;
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-tip,
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-tip {
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
}

.f-modal-alert .f-modal-icon.f-modal-success .f-modal-line.f-modal-long,
.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-long {
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 47px;
}

.f-modal-alert .f-modal-icon.f-modal-error {
    border-color: #F27474;
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-x-mark {
    display: block;
    position: relative;
    z-index: 2;
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-placeholder {
    border: 4px solid rgba(200, 0, 0, 0.2);
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line {
    background-color: #F27474;
    top: 37px;
    width: 47px;
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-left {
    left: 17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.f-modal-alert .f-modal-icon.f-modal-error .f-modal-line.f-modal-right {
    right: 16px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.f-modal-alert .f-modal-icon.f-modal-warning {
    border-color: #F8BB86;
}

.f-modal-alert .f-modal-icon.f-modal-warning:before {
    -webkit-animation: pulseWarning 2s linear infinite;
    animation: pulseWarning 2s linear infinite;
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
}

.f-modal-alert .f-modal-icon.f-modal-warning:after {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-body {
    background-color: #F8BB86;
    border-radius: 2px;
    height: 47px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 10px;
    width: 5px;
    z-index: 2;
}

.f-modal-alert .f-modal-icon.f-modal-warning .f-modal-dot {
    background-color: #F8BB86;
    border-radius: 50%;
    bottom: 10px;
    height: 7px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 7px;
    z-index: 2;
}

.f-modal-alert .f-modal-icon + .f-modal-icon {
    margin-top: 50px;
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s;
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s;
}

.f-modal-icon.f-modal-success.animate:after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

.f-modal-icon.f-modal-error.animate:after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in;
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s;
}

.animateXLeft {
    -webkit-animation: animateXLeft .75s;
    animation: animateXLeft .75s;
}

.animateXRight {
    -webkit-animation: animateXRight .75s;
    animation: animateXRight .75s;
}

.scaleWarning {
    -webkit-animation: scaleWarning 0.75s infinite alternate;
    animation: scaleWarning 0.75s infinite alternate;
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns 0.75s infinite alternate;
    animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes animateSuccessTip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessTip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@-webkit-keyframes animateSuccessLong {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes animateSuccessLong {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@-webkit-keyframes rotatePlaceholder {
    0%,
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100%,
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes rotatePlaceholder {
    0%,
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    100%,
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateErrorIcon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes animateXLeft {
    0%,
    65% {
        left: 82px;
        top: 95px;
        width: 0;
    }
    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }
    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXLeft {
    0%,
    65% {
        left: 82px;
        top: 95px;
        width: 0;
    }
    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }
    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@-webkit-keyframes animateXRight {
    0%,
    65% {
        right: 82px;
        top: 95px;
        width: 0;
    }
    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }
    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight {
    0%,
    65% {
        right: 82px;
        top: 95px;
        width: 0;
    }
    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }
    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}

@-webkit-keyframes scaleWarning {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleWarning {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.02);
        transform: scale(1.02);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes pulseWarning {
    0% {
        background-color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    30% {
        background-color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        background-color: #F8BB86;
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarning {
    0% {
        background-color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    30% {
        background-color: #fff;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.5;
    }
    100% {
        background-color: #F8BB86;
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486;
    }
    100% {
        background-color: #F8BB86;
    }
}


.dialog-succes h1 {
    font-family: bebas, sans-serif;
    padding-left: 30px;
}

.container_popap_butons {
    background: #f6fafb;
    border-top: 1px solid #eceff0;
    width: 100%;
    height: 72px;
}

.add-person-drept-container {
    position: relative;
    padding: 20px;
    /*max-height: 90vh;*/
}

.white-popup-block {
    position: relative;
    /*overflow-y: auto;*/
}

.add-person-drept-container h1 {
    font-family: bebas, sans-serif;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
}

.verde {
    color: #5fa900;
}

.rosu {
    color: #f84f30;
}

.prava_tablita .rb-switcher {
    float: none;
    margin: 10px auto 0;
    display: table;
}

.prava_tablita td span {
    font-size: 16px;
}

.prava_tablita p {
    font-size: 16px;
    text-align: center;
}

.prava_tablita td {
    text-align: center;
    border-right: 1px solid #eceff0;
}

.prava_tablita tr:nth-child(even) {
    background: #f6fafb;
}

.name_serv_drept p {
    text-align: left;
}

.center_button_adauga {
    background-color: #33bbe5 !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    margin: 20px auto;
    /*display: table-caption;*/
    display: block;
    font-size: 14px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 15px 30px;
}

.buttons_popap {
    position: absolute;
    right: 0;
    background: #f6fafb;
    border-top: 1px solid #eceff0;
    width: 100%;
    height: 62px;
    padding-bottom: 10px;
    bottom: 0;
}

.buttons_popap button {
    margin-right: 10px;
}

.dialog-brands {
    max-width: 1200px;
    margin: auto;
    background: #fff;
    position: relative;
}

.content_mp {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 3px;
    color: #333333;
    padding: 10px;
    min-height: 80vh;
}

.button_add_cm {
    display: block;
    height: 75px;
    width: 220px;
    border: 1px dashed #a1abb4;
    text-transform: uppercase;
    font-size: 14px;
    color: #848f99;
    background: rgba(245, 247, 248, 0);
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.button_add_cm:hover {
    -webkit-box-shadow: 0 2px 8px -4px rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px -4px;
}

.button_exist_cm {
    display: block;
    height: 75px;
    width: 220px;
    border: 1px solid #4c6fa7;
    font-size: 14px;
    color: #848f99;
    background: rgba(245, 247, 248, 0);
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.button_exist_cm {
    display: block;
    height: 75px;
    width: 220px;
    border: 1px solid #33bbe5;
    text-transform: uppercase;
    font-size: 14px;
    color: #848f99;
    background: rgba(245, 247, 248, 0);
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.button_exist_cm:hover {
    -webkit-box-shadow: 0 2px 8px -4px rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px -4px;
}

.button_exist_cm {
    display: block;
    height: 75px;
    width: 220px;
    border: 1px solid #4c6fa7;
    font-size: 14px;
    color: #848f99;
    background: rgba(245, 247, 248, 0);
    float: left;
    margin-right: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.button_exist_cm:hover {
    -webkit-box-shadow: 0 2px 8px -4px rgba(35, 47, 53, .09);
    box-shadow: 0 2px 8px -4px;
}

.button_exist_cm i {
    background: #4c6fa7;
    color: #fff;
    float: left;
    height: 73px;
    width: 50px;
    font-size: 24px;
    line-height: 70px;
}

.button_exist_cm div {
    text-align: left;
    display: inline-table;
    height: 73px;
    vertical-align: middle;
    padding-top: 15px;
}

.button_exist_cm span {
    color: #4c6fa7;
    font-size: 12px;
    font-weight: bold;
}

.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 20px auto 40px;
    border-bottom-color: transparent;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 1px;
    background: #a1abb4;
    position: absolute;
    width: 78%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 48px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 1px dashed #a1abb4;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 20px;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    border: 1px solid #33bbe5;
    background: #33bbe5;
    color: #fff;

}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 1px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

/*.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 45%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}*/

.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.tab-pane img {
    max-width: 80%;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width: 585px) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

.wizzard-place .list-inline > li {
    float: left;
    padding: 0;
    margin-left: 10px;
    margin-right: 0;
}

.wizzard-place .list-inline > li button {

    margin-right: 0;
}

.wizzard-place h3 {
    font-size: 38px;
    font-family: bebas, sans-serif;
    text-align: right;
}

.wizzard-place p {
    color: #a1abb4;
    text-align: right;

    margin: 20px 0;
}

.wiz-list p {
    position: absolute;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #949ca2
}

.wiz-list .active p {

    color: #33bbe5
}

.radio_wizard_block {
    border: 1px dashed #a1abb4;
    padding: 20px;
    min-height: 185px;
}

.radio_wizard_block .rb-switcher {
    float: left;
}

.radio_wizard_block span {
    margin-left: 15px;
    font-size: 16px;
    line-height: 26px;
}

.radio_wizard_block li {
    padding: 10px 5px;
}

.content_help_wizz h3,
.content_help_wizz p {
    text-align: left;
}

.content_help_wizz p {
    margin: 5px 0;
    font-size: 11px;
}

.content_help_wizz h3 {
    font-size: 18px;
    font-family: proxima;
}

.content_help_wizz h3 span {
    font-size: 18px;
    margin-right: 5px;
}

.doza_table {
    margin: 15px 0
}

.doza_table_2 {
    margin: 15px 0
}

.doza_table table {
    width: 100%;
}

.doza_table .btn span.glyphicon {
    opacity: 0;
}

.btn.active span.glyphicon {
    opacity: 1;
}

[data-toggle="buttons"] .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.doza_table label {
    width: 100%;
}

.doza_table th {
    text-align: center;
}

.doza_table td {
    padding: 5px;
}

.doza_table .btn-default {
    color: #fff;
    padding: 10px 20px;
}

.doza_table .btn-default.active {
    background-color: #33bbe5 !important;
    color: #fff;
    border: 1px solid #33bbe5;
}

.doza_table_m .btn-default {
    color: #000;
    padding: 10px 13px;
}

.doza_table_m .btn-default.active {
    background-color: #33bbe5 !important;
    color: #fff;
    border: 1px solid #33bbe5;
}

.prava_tablita td {
    text-align: center;
    border-right: 1px solid #eceff0;
}

.table_calendar table th,
table td,
table th {
    padding: 10px;
    text-align: left;
    max-width: 400px;
    border-right: 1px solid #ddd;
}

.input_popap_user {
    width: 49%;
    display: inline-block;
    text-align: left;
}

.input-group-addon {
    background-color: #fff;
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.rb-switcher {
    float: right;
    margin-top: 4px;
    margin-bottom: 0;
}

.rb-switcher input {
    display: none;
}

.rb-switcher i {
    display: inline-block;
    cursor: pointer;
    padding-right: 20px;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    border-radius: 20px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}

.rb-switcher i:before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.rb-switcher :checked + i {
    padding-right: 0;
    padding-left: 20px;
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #33bbe5;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), inset 0 0 40px #33bbe5;
}

.btn-default {
    background: #fff none repeat scroll 0 0;
    border: 1px dashed #a1abb4;
    color: #000;
}

.btn-default-no {
    background: transparent;
    border: 1px dashed transparent;
    color: #adb5bb;
    font-size: 14px !important;
    padding: 10px !important;
}

.buttons_popap button {
    margin-right: 10px;
}

.brand_principal_first fieldset {
    float: left;
    margin-top: 5px;
}

.add_b_r {
    width: 100%;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 10px;
}

.dialog_alege_pagina_fb {
    width: 100% !important;
}

.modal {
    z-index: 9999;
}

.modal-dialog-fluid .modal-dialog {
    width: 90%;
}

.navbar-brand-popap {
    float: none;
    margin: 0 auto;
    min-height: 220px;
    max-height: 55vh;
    overflow-y: auto;
    padding-top: 10px;
}


.brand-collapsee-popap {
    text-align: center;
}

.modal-footer-fb button {
    display: inline-block;
    float: none;
    width: auto;
}


.modal-footer-fb {
    text-align: center !important;

}

.navbar-brand-popap li {
    float: left;
    width: 20%;
}

.modal-conten-fb {
    height: 95vh;
}

.modal-footer-fb {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.modal-footer-fb button {
    width: auto !important;
    padding: 10px 30px !important;
}

.add_social_platform_container {
    text-align: center;
    padding: 5px;
    margin-top: 10px;
}

.title_brand_fb {
    height: 35px;
    overflow: hidden;
}

.title_brand_fb p {
    padding: 5px 10px;
    font-size: 12px;
    text-align: center;
}

.add_social_platform_container .btn {
    width: 100%;
    padding: 7px 2px;
    margin-top: 7px;
    font-size: 12px;
}

.add_social_platform_container.disabled .social_platform_conain {
    background: #cecece;
}

.add_social_platform_container.disabled p {
    color: #cecece;
    margin-top: 10px;
    font-size: 12px;
}

.descript_fb_modal_brand {
    text-align: center;
    margin: 0 20px 20px;
}

.brand-collapse-popap {
    max-width: 1140px;
    margin: 0 auto;
}

/*.brand-collapse-popap li {
    max-width: 1140px;
    margin: 0 auto;
    transition: all .2s ease-in;
}*/

li.brand_fb.open .brand_fb_inter,
.navbar-brand-popap li:hover .brand_fb_inter {
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 7px rgba(0, 0, 0, .15);
}

.brand_fb img {
    width: 185px;
    height: 185px;
}

.brand_fb_inter {
    height: 185px;
    width: 185px;
    margin: 0 auto;
    position: relative;
}

.mask_check_fb_brand {
    background: rgba(0, 0, 0, 0.2);
    height: 185px;
    width: 185px;
    position: absolute;
    display: none;
}

.navbar-brand-popap li:hover .mask_check_fb_brand {
    display: block;

}

.circle_check {
    margin: 5px;
    border: 2px solid #fff;
    height: 25px;
    width: 25px;
    float: right;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-align: center;
}

.brand_fb.open .mask_check_fb_brand {

    display: block !important;

}

.brand_fb.open .mask_check_fb_brand {
    background: rgba(0, 0, 0, 0.2) !important;

}


.brand_fb.open .circle_check {

    background: #33bbe5;

}

.brand_fb.closed .fa-check {
    display: none;
}

.brand_fb.open .fa-check {
    display: block;
    color: #fff;
    padding-top: 4px;
}


.name_brand {
    font-size: 12px;
    margin-top: 10px;
}

.swal2-buttonswrapper {
    text-align: center;
}

.swal2-modal {
    padding: 0 !important;
}

.swal2-buttonswrapper {
    background: #f6fafb;
    border-top: 1px solid #eceff0;
    padding: 30px;
}

.anulare_platforma_button {

    color: #555;
}

.sterge_platforma_button {
    background: transparent;

}

.iner_result_finish {
    padding: 0 10px;
}

.iner_result_finish img {
    /*  width:50%;*/
}

.bl_line {
    border-right: 1px dashed #ddd;
}

.iner_result_finish h4 {
    font-size: 16px;
    margin: 0;
    text-align: left;
    padding-left: 15px;
}

.iner_result_finish h5 {
    font-size: 14px;
    margin: 10px 0;
    text-align: left;

}

.container_echiipa {
    text-align: left;
    margin-top: 20px;
    padding-left: 15px;
    border-top: 1px solid #ddd;
}

.block_hover {
    opacity: 0;
    padding: 3px 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 30px;
    font-size: 12px;
    border: 1px dashed #ddd;
}

.block_hover:hover {
    border: 1px dashed #999;
}

.iner_result_finish:hover .block_hover {
    opacity: 1;
}

.align-left {
    text-align: left;
}

.container_echiipa span {
    line-height: 47px;
}

.container_echiipa .glyphicons {
    display: block;
    border: 1px dashed #95a5a6;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin: 5px;
    background: #fff;
    line-height: 34px;
}

.container_echiipa li {
    height: 50px;
}

/*modal popap magnific*/

/* Styles for dialog window */

#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}


/**
 * Fade-zoom animation for first dialog
 */

/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;



    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);

    opacity: 0;
}

/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.4;
}

/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;

    -webkit-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
    -moz-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
    -ms-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
    -o-transform: translateY(-20px) perspective( 600px) rotateX( 10deg);
    transform: translateY(-20px) perspective( 600px) rotateX( 10deg);

}

/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective( 600px) rotateX( 0deg);
    -moz-transform: translateY(0) perspective( 600px) rotateX( 0deg);
    -ms-transform: translateY(0) perspective( 600px) rotateX( 0deg);
    -o-transform: translateY(0) perspective( 600px) rotateX( 0deg);
    transform: translateY(0) perspective( 600px) rotateX( 0deg);
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;

    -webkit-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
    -moz-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
    -ms-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
    -o-transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
    transform: translateY(-10px) perspective( 600px) rotateX( 10deg);
}

/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;

    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.4;
}

/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}



/**
 * Fade-zoom animation right for first dialog
 */

/* start state */

.my-mfp-slide-right .zoom-anim-dialog {
    opacity: 0;

    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: -600px;
}

/* animate in */

.my-mfp-slide-right.mfp-ready .zoom-anim-dialog {
    opacity: 1;

    right: 0;
    /* padding: 0 30px;*/
}

/* animate out */

.my-mfp-slide-right.mfp-removing .zoom-anim-dialog {
    right: -600px;

    opacity: 0;
}

/* Dark overlay, start state */

.my-mfp-slide-right.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */

.my-mfp-slide-right.mfp-ready.mfp-bg {
    opacity: 0.2;
}

/* animate out */

.my-mfp-slide-right.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {

    overflow: hidden;
}

.info_icon_right {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    padding: 10px;
    border: 1px dashed transparent;
    cursor: pointer;
}

.info_icon_right:hover {
    border: 1px dashed #a1abb4;
}

.right_popap_strategie_container p {
    padding: 10px 20px;
;
}

.mfp-wrap {
    position: fixed !important;
}

.module_exist_cart_title {
    /*border: 1px solid #dfe3e8;*/
    text-align: center;
    /* margin-top: 15px;*/
}

.module_exist_cart_title .glyphicons {
    font-size: 18px;
}

.name_modd {
    font-family: bebas, sans-serif;
    font-size: 21px;
    font-weight: 500;
    padding-left: 15px;
    padding-top: 5px;
    color: #fff;
}
.paket_blok {
    margin: 0 10px;
}
.paket_blok .glyphicons-facetime-video {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-left: 1px solid #576069;
    color: #fff;
}

.border_paket {

    background: #fff;
}

.pricepaket {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
    line-height: 1;
}

.pricepaket_1 {
    font-family: "bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 55px;
}

.pricepaket_2 {
    font-size: 26px;
}

.pricepaket_3 {
    color: #a7a9ab;
}

.list_period_buttons button {
    background: #fff;
    width: 25%;
    /*display: inline-flex;*/
    border: 1px solid #d0d0d0;
    /*border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(208, 208, 208);*/
    height: 40px;
    position: relative;
    border-collapse: collapse;
    /*border-right: 0;*/
    border-left: 0;
    font-size: 12px;
    justify-content: center;
}

.list_period_buttons li:not(.procent_paket) {
    border-left: 1px solid #ddd;
}

.period_selected {
    background: #33bbe5 !important;
    color: #fff;
    border-color: #33bbe5 !important;
}

.procent_paket div {
    width: 25%;
    text-align: center;
    color: #0a8bb3;
    padding-top: 3px;
    font-weight: bold;
    justify-content: center;
}

.number_brands_paket {
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.number_brands_paket p {
    margin-bottom: 10px;
}

.align-center {
    text-align: center;
}

.button_added_brand {
    display: inline-flex;
}

.button_added_brand .btn {
    border-radius: 100%;
    font-size: 30px;
    height: 35px;
    width: 35px;
    padding: 0;
}

.button_added_brand .glyphicon {
    top: -9px;
    left: 1px;
    font-size: 12px;
    color: #798690;
}

.branduri_number {
    border: 0;
    text-align: center;
    width: 50px;
    font-size: 35px;
    color: #18232c;
    line-height: 37px;
    display: inline-flex;
    vertical-align: top;
}

.TariffPlans__itemFeaturesList {
    width: 100%;
    max-height: 225px;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-box-lines: multiple;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

.TariffPlans__itemFeaturesItem {
    display: -ms-flexbox;
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6;
    text-align: left;
    color: #2c3e50;
    padding: 0 0 0 25px;
}

.TariffPlans__itemFeaturesYes {
    height: 20px;
    width: 20px;
    padding-left: 25px;
    display: block;
    background: url("/img/little-check.svg") no-repeat 0;
    margin-left: -20px;
}

.cumpara_button {
    margin: 15px 0 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(37, 165, 204);
    text-align: left;
    padding: 16px 20px;
    position: relative;
}

.cumpara_button span {
    font-size: 30px;
    font-family: "bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1;
    margin-bottom: -7px;
}

.economy_subbutton {
    color: #409800;
    font-size: 12px;
    margin-right: 5%;
    display: block;
    text-align: right;
    margin-bottom: 10px;
}


.free_trial_button {
    margin: 0;
    width: 100%;
    display: block;
    background: #fff !important;
    color: #000 !important;
    font-weight: bold;
    border: 1px solid transparent;
}

.module_exist_cart_title {
    background: #18232d;
    color: #9ca6aa;
    font-size: 13px;
    height: 56px;
    /*line-height: 48px;*/
    padding-left: 15px;
    position: relative;
}

/*.module_exist_cart_title .fa-stack-1x {
    margin-top: 16px;
}*/

.brand_price_new {
    justify-content: space-between;
    margin: 0 -10px 40px;
}
.brand_price_new.flex-row {
    flex-wrap: nowrap;
}

.brand_price_new .col-md-3 {
    max-width: 310px;
    display: inline-table;
    padding: 5px;
}

.otstup_50 {
    padding-bottom: 50px;
}

.my-mfp-slide-right {
    top: 0 !important;
;
}

.right_popap_freetrial {
    text-align: center;
}

.active_free_button_container button {
    color: #fff !important;
    background: #ec141a !important;
    padding: 10px;
    width: 290px !important;
    line-height: 23px;
    height: 50px;
    font-family: "bebas", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: block;
    margin: 0 auto;
    font-size: 24px;
    float: none;
}

.active_free_button_container i {
    margin-left: 10px;
}

.zoom-anim-dialog .h1,
.zoom-anim-dialog .h2,
.zoom-anim-dialog .h3,
.zoom-anim-dialog h1,
.zoom-anim-dialog h2,
.zoom-anim-dialog h3 {
    margin-top: 10px;
    line-height: 1;
}

.free_trial_button:hover {
    border: 1px solid #b5bcc2;
    background: #fff !important;
    color: #000 !important;
}

.mfp-wrap {
    top: 0 !important;
}

.border_paket {
    border-right: 1px solid #b5bcc2;
    border-bottom: 1px solid #b5bcc2;
    border-left: 1px solid #b5bcc2;
    padding: 15px;
}

.module_tabs_buy .nav-tabs {
    border-bottom: 0 solid #ddd;
}

.spre_aprob_blok_exter .nav-tabs {
    text-align: center;
}

.module_tabs_buy .nav-tabs li {
    width: 50%;
}


.module_tabs_buy .nav-tabs li.active a {
    color: #33bbe5;
    border-bottom: 4px solid #33bbe5;
}

.module_tabs_buy .nav-tabs li a {
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #dfe3e8;
    border-top: 0 solid transparent !important;
    border-right: 0 solid transparent !important;
    border-left: 0 solid transparent !important;
    color: #ccc;
}

.tab-content > .tab-pane {
    position: relative;
}

.spre_aprob_blok_exter h3 {
    font-family: bebas, sans-serif;
    text-align: center;
}

.info_carddd {
    /*margin-left: 70px;*/
}

.info_carddd span {
    margin-right: 10px;
    margin-bottom: 30px;
    display: inline-block;
}

.form-payment {
    padding-top: 20px;
}

.form-field {
    margin-bottom: 15px;
}

.form-input-label {
    color: #3c4049;
    font-size: 12px;
    line-height: 1.25;
    display: block;
    letter-spacing: .025em;
    margin-bottom: 9px;
    font-weight: 600;
}

.form-input-holder {
    position: relative;
}

.form-input {
    display: block;
    border: 1px solid #d3d5db;

    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(211, 213, 219);
    padding: 9px 10px;
    margin: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    box-sizing: border-box;
    background: #fff;
    transition: background .3s;


    color: #2c3e50;
}

.form-payment .field-group .form-field {
    float: left;
    width: 50%;
}

.buttons_popap_center {
    text-align: center;
    margin-top: 40px;
}

.mfp-content .button_change {
    display: inline-block;
    border: 1px solid transparent;
    padding: 13px 20px;
;
}



.form-payment .field-number img {
    float: right;
    margin-top: -5px;
}


.spre_aprob_blok_exter a {
    padding: 11px 15px !important;
}

.descript_tab_price {
    margin-bottom: 20px;
}

.center_title_reg {
    text-align: center;
}

.section-intro_social-buttons-popap a {
    text-align: center;
    display: block;
    text-transform: uppercase;
    color: #33bbe5;
}

a.btn-facebook,
a.btn-facebook:hover,
a.btn-facebook:focus {
    color: #fff;
}

/*Css for visa mastercard paypal*/

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cc-selector-2 input {
    position: absolute;
    z-index: 999;
    margin: 32px 0 0 17px;
}

.visa {
    background-image: url(../img/card_bancar_logo.png);
}

.paypal {
    background-image: url(../img/paypal_logo.png);
}

.cc-selector-2 input:active + .drinkcard-cc,
.cc-selector input:active + .drinkcard-cc {
    opacity: .9;
}

.cc-selector-2 input:checked + .drinkcard-cc,
.cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border: 1px solid #25a5cc;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 374px;
    height: 77px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1) grayscale(1) opacity(.7);
    -moz-filter: brightness(1) grayscale(1) opacity(.7);
    filter: brightness(1) grayscale(1) opacity(.7);
    border: 1px dashed #a1abb4;
}

.drinkcard-cc:hover {
    -webkit-filter: brightness(1) grayscale(0) opacity(.9);
    -moz-filter: brightness(1) grayscale(0) opacity(.9);
    filter: brightness(1) grayscale(0) opacity(.9);
}

.alege_metoda_plata p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.margin_0 {
    margin: 0 !important;
}

.container_plata_card {
    border: 1px solid #b5bcc2;
    padding: 20px;
    text-align: center;
    min-height: 455px;
}


.home_slide {
    position: absolute;
    z-index: 3;
}


.video_section {
    height: 100vh;
    background: #f9fafa;
    text-align: center;
    /*margin-top: 100vh;*/
    box-shadow: 0 0 100px -70px;
}

.sevices_section {
    height: 100vh;
    /*background: #41c8f4;*/
    text-align: center;
    color: #fff;
}

.container_video {
    background: transparent url("/img/images_leading/laptop.png") no-repeat scroll center center;
    width: 1000px;
    height: 594px;
    margin: auto;
    top: 100vh;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2
}

.container_tabs .tab-content {
    background: transparent url("/img/images_leading/laptop.png") no-repeat scroll center center;
    width: 1000px;
    height: 594px;
    margin: auto;
    top: 20vh;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2
}




.active_video .container_video {
    position: fixed;
}

.inactive_video .container_tabs .tab-content {
    position: absolute;
}


.inactive_video .container_video {
    top: 125vh;
    position: absolute;
}

.hidden_video {
    top: calc(100vh - 300px);
    position: absolute;
}

.hidden_video_body .container_video {
    display: none;
}

.sevices_section h1 {
    display: none;
}

.hidden_video_body .sevices_section h1 {
    display: block;
}

.tabs-below {
    /* display: none;*/

}

.tabs-below .tab-pane {
    height: 471px;
    width: 755px;
    margin: 35px auto;
    position: relative;


}

.img_in_tab_landing {
    min-width: 100%;
}

.hidden_video_body .tabs-below {
    display: block;
}

.hidden_video_body .tabs-below .tab-pane {}

.tabs-below .nav-tabs {
    position: absolute;
    bottom: 10vh;
    left: 0;
    right: 0;
    z-index: 2;
}

.opisanie_slider p {
    font-size: 30px;
    width: auto;
    margin-top: 20px;
}

.opisanie_slider a {
    line-height: normal;
    color: #27add7;
    font-size: 50px;
}

.bgg1 {
    background: transparent url("../img/bgg1.png") no-repeat scroll center center;
    width: 680px;
    height: 863px;
    margin: auto;
    top: 45vh;
    position: absolute;
    opacity: .25;
    right: 0;
    z-index: 1;
}

.bgg2 {
    background: transparent url("../img/bgg1.png") no-repeat scroll center center;
    width: 680px;
    height: 863px;
    margin: auto;
    top: -5vh;
    position: absolute;
    opacity: 0.5;
    left: 0;
    z-index: 1;
}

.bgg3 {
    background: transparent url("../img/bgg1.png") no-repeat scroll center center;
    width: 680px;
    height: 863px;
    margin: auto;
    top: 45vh;
    position: absolute;
    transform: rotate(90deg);
    right: 0;
    z-index: 1;
}

.bgg4 {
    background: transparent url("../img/bgg1.png") no-repeat scroll center center;
    width: 680px;
    height: 863px;
    margin: auto;
    top: -5vh;
    position: absolute;
    transform: rotate(90deg);
    opacity: 0.5;
    left: 0;
    z-index: 1;
}

.container_video iframe {
    margin-top: 368px;
}

.opisanie_tab_landing {
    position: absolute;
    top: -180px;
    text-align: left;


}

.blue_shadow {
    text-shadow: 1px 1px 0 #007cc0;
    font-size: 16px;
}

.opisanie_tab_landing h3 {
    color: #fff;
}

.tabs-below .nav-tabs li {
    width: 20%;
}

.tabs-below .nav-tabs button {
    height: 120px;
    width: 120px;
    font-size: 30px;
    color: #2a2e35;

    border: 2px solid transparent;
    border-radius: 100%;
    background: #fff;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.nav-tabs {
    border: 0;
}

.tabs-below .nav-tabs .active button {
    border: 2px solid #008cb9;
    color: #008cb9;

    box-shadow: 0 0 50px -30px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);




}

.bl {
    color: #000;
    z-index: 1;
}

.wit {
    color: #fff;
    z-index: 3;
}

.bottom_arrow {
    line-height: normal;
    color: #27add7;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    font-size: 50px;
    z-index: 10;
}

.bottom_arrow a {
    color: #27add7;
}

.fa-bounce {
    display: inline-block;
    position: relative;
    -moz-animation: bounce 1s infinite linear;
    -o-animation: bounce 1s infinite linear;
    -webkit-animation: bounce 1s infinite linear;
    animation: bounce 1s infinite linear;
}

@-webkit-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

@-o-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

@-ms-keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 0;
    }
    50% {
        top: -0.2em;
    }
    70% {
        top: -0.3em;
    }
    100% {
        top: 0;
    }
}

.video_section h1 {
    font-size: 45px;
    margin-top: 10vh;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    font-family: bebas, sans-serif;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

.video_section h1 span {
    color: #41c8f4;
    font-weight: bold;

}

.sevices_section h1 {
    font-size: 45px;
    margin-top: 10vh;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    color: #fff;

}

.sevices_section h1 span {
    color: #fff;
    font-weight: bold;

}

.tabs-below .nav-tabs li p {
    margin-top: 20px;
}

.tabs-below .nav-tabs .active p {
    font-size: 18px;
}

#fix_nv {
    z-index: 5;
    position: fixed;
    height: 100%;
    top: 0;
    right: 16px;
    text-align: center;
}

#fix_nv:after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
    content: '';
}

#fix_nv ul {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    list-style: none;
}

#fix_nv li {
    position: relative;
    height: 30px;
}

#fix_nv a {
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    background: #ccc;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
}

#fix_nv a:hover,
#fix_nv .actv_b {
    background: #27add7;
}

#fix_nv span {
    background: #27add7;
    position: absolute;
    right: 32px;
    top: -7px;
    text-align: center;
    display: none;
    padding: 8px 15px 8px;
    color: #fff;
    white-space: nowrap;
    font-size: 18px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 8px 10px 0 rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0 8px 10px 0 rgba(50, 50, 50, 0.2);
    box-shadow: 0 8px 10px 0 rgba(50, 50, 50, 0.2);
}

.n_1 {
    background: #27add7 !important;
}

.active_video .n_1 {
    background: #ccc !important;
}

.active_video .n_2 {
    background: #27add7 !important;
}

.hidden_video_body .n_1,
.hidden_video_body .n_2 {
    background: #ccc !important;
}

.hidden_video_body .n_3 {
    background: #27add7 !important;
}

.secure_section_body .n_1,
.secure_section_body .n_2,
.secure_section_body .n_3 {
    background: #ccc !important;
}

.secure_section_body .n_4 {
    background: #27add7 !important;
}

.connecting-line {
    height: 2px;
    background: transparent;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 36%;
    z-index: 0;
    color: #fff;
    border-bottom: 1px dashed;
}

.scr_shadow {
    box-shadow: 0 0 50px -20px #000;
}

.scr_circle {
    border-radius: 100%;
}

.tab-content > .active .visible_scr {
    visibility: visible !important;
}

.scr_mp_1 {
    position: absolute;
    right: -170px;
    top: -100px;
}

.scr_mp_1 p {
    text-align: right;
    margin-bottom: 10px;
}

.scr_mp_2 {
    position: absolute;
    right: 0;
    top: -173px;

}

.scr_mp_2 p {
    text-align: center;
    margin-bottom: 10px;
}

.scr_mp_3 {
    position: absolute;
    left: -150px;
    bottom: 2px;
}

.scr_mp_3 p {
    text-align: left;
    margin-bottom: 10px;
}

.navbar-collapse a {
    color: #000 !important;
}

.navbar-collapse a,
.navbar-collapse a:hover {
    text-decoration: none;
}
.navbar-collapse h5 a {
    color: #00aadc !important;
}

.navbar-collapse h5 a:hover {
    color: #222 !important;
}

.laptop {
    background: transparent url(/img/land_k.png) no-repeat scroll 0 0;
    background-size: contain;
    width: 60%;
    height: 878px;
    position: absolute;
    right: 100px;
    left: auto;
    top: 13vh;
}

#fast_section .laptop {
/*    background: transparent url(/img/land_k.png) no-repeat scroll 0 0;
    width: 1078px;
    height: 878px;
    position: absolute;*/
    right: auto;
    left: 100px;
    /*top: 13vh;*/
    z-index: 10;
}

/*.wow {
    visibility: hidden;
}*/

.laptop .carousel-inner {
    overflow: hidden;
    left: 40px;
    top: 48px;
    width: 890px;
    height: 494px;
}

.laptop .slide {
    height: 542px;
    width: auto;
    box-shadow: inset 0 0 0 transparent;
}

/* Carousel Fading slide */

.carousel-fade .carousel-inner {
    /* background: #fff url("../img/loading_line.gif") no-repeat scroll center center;*/
    background: #fff;


}
/*
.carousel-fade .carousel-inner {
        background: #fff url("../img/loading_line.gif") no-repeat scroll center center;
    background: #33bbe5;
background: -moz-radial-gradient(center, ellipse cover, #33bbe5 0%, #0e9fcc 100%);
background: -webkit-radial-gradient(center, ellipse cover, #33bbe5 0%,#0e9fcc 100%);
background: radial-gradient(ellipse at center, #33bbe5 0%,#0e9fcc 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33bbe5', endColorstr='#0e9fcc',GradientType=1 );

}*/

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active {
    opacity: 1;
}

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}


/* Safari Fix */

@media all and (transform-3d),(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */

.carousel-control .control-icon {
    font-size: 48px;
    height: 30px;
    margin-top: -15px;
    width: 30px;
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5;
}

.carousel-control .prev {
    margin-left: -15px;
    left: 50%;
}

/* Prev */

.carousel-control .next {
    margin-right: -15px;
    right: 50%;
}

/* Next */

/* Removing BS background */

.carousel .control-box {
    opacity: 0;
}

a.carousel-control.left {
    left: 0;
    background: none;
    border: 0;
}

a.carousel-control.right {
    right: 0;
    background: none;
    border: 0;
}


/* Animation */

.control-box,
a.carousel-control,
.carousel-indicators li {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
    /* Assigning animation to indicator li will make slides flicker */
}


/* Hover animation */

.carousel:hover .control-box {
    opacity: 1;
}

.carousel:hover a.carousel-control.left {
    left: 15px;
}

.carousel:hover a.carousel-control.right {
    right: 15px;
}


/* Carouse Indicator */

.carousel-indicators li.active,
.carousel-indicators li {
    border: 0;
}

.carousel-indicators li {
    background: #666;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

.carousel-indicators li.active {
    background: #fff;
    margin: 0 3px;
}

.screen {
    position: fixed;
    color:red;
    display:none;
    z-index: 999;
    background: #fff;
}

.topp_mennu i {
    display: none;
}

.opisanie_tab_landing {
    line-height: 18px;
}


@media (min-width: 1800px) and (max-width: 2000px) {
    .screen_2000{
        display:block;
    }
}

@media (min-width: 1600px) and (max-width: 1800px) {
    .screen_1800{
        display:block;
    }
}
@media (min-width: 1400px) and (max-width: 1600px) {
    .screen_1600{
        display:block;
    }
}
@media (min-width: 1300px) and (max-width: 1400px) {
    .screen_1400{
        display:block;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    .screen_1300{
        display:block;
    }
}
@media (min-width: 1024px) and (max-width: 1200px) {
    .screen_1200{
        display:block;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .screen_1024{
        display:block;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .screen_992{
        display:block;
    }
}

@media (min-width: 580px) and (max-width: 768px) {
    .screen_768{
        display:block;
    }
}

@media (max-width: 580px) {
    .screen_580{
        display:block;
    }
}




.container_price {
    min-height: calc(100vh - 100px);
    padding-top: 5vh;
}

/* Common styles
	* --------------------------------------- */
/*img{
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}*/
.section{
    overflow:hidden;
}
.wrap{
    width: 1180px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.box{
    text-align: left;
    color: #808080;
    font-size: 1.2em;
    line-height: 1.6em;
}




/* Section 0
* --------------------------------------- */
#section0{
    /*padding: 60px 0;*/
}
#section0 img{
    /*height: 100%;*/
    margin: 0 0 0 0;
}




/* Section 1
* --------------------------------------- */
.section-video img{
    /*position:absolute;
    left: 40px;
    top: 100px;*/
}

.section-video .box{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -192px;
    margin-left: 89px;
    width: 395px;
    z-index: 1;
}
.section-video .imgsContainer{
    display: block;
    position: absolute;
    z-index: 1;
    top: 42%;
    left: 58%;
    margin-top: -325px;
    margin-left: -747px;
    width: 800px;
    height: 696px;
}
.section-video img{
    height: 100%;
}
/*screen resolutions between 620px and 800px*/
@media all and (min-width: 620px) and (max-width: 800px){
    .section-video .imgsContainer{
        margin-top: -278px;
        margin-left: -685px;
        width: 647px;
        height: 563px;
    }
}

/*screen resolutions lower than 620px*/
@media all and (max-width: 620px){
    .section-video .imgsContainer{
        margin-top: -208px;
        margin-left: -516px;
        width: 534px;
        height: 464px;
    }
}
#iphone2{
    z-index: 10;
}
#iphone2.active{
    -webkit-transform: translate3d(-134px, 0, 0);
    -moz-transform: translate3d(-134px, 0, 0);
    -ms-transform:translate3d(-134px, 0, 0);
    transform: translate3d(-134px, 0, 0);
}

#iphone3{
    z-index: 12;
}
#iphone3.active{
    -webkit-transform: translate3d(213px, 0, 0);
    -moz-transform: translate3d(213px, 0, 0);
    -ms-transform:translate3d(213px, 0, 0);
    transform: translate3d(213px, 0, 0);
}

#iphone4{
    z-index: 11;
    left: 140px;
}

#iphone4.active{
    -webkit-transform: translate3d(548px, 0, 0);
    -moz-transform: translate3d(548px, 0, 0);
    -ms-transform:translate3d(548px, 0, 0);
    transform: translate3d(548px, 0, 0);
}

/* Section 2
* --------------------------------------- */
/*.section-service img{
    position:absolute;
}*/
.section-video .container_video,
.section-service .imgsContainer,
#staticImg .imgsContainer,
.section-partner .imgsContainer{
    position: absolute;
    left: 0;
    display: block;
    margin-top: 0;
    margin-left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    z-index: 9;
}

.section-service .nav-tabs{
    position: absolute;
    display: block;
    height: 200px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    z-index: 9;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

.section-video.moveUp .container_video{
    top: 100%;
}

.section-video.moveDown .container_video,
#staticImg .imgsContainer{
    top: -100%;
}

.section-video.active .container_video{
    top: 0;
}

.section-service.moveUp .imgsContainer{
    top: 100%;
}

.section-service.moveDown .imgsContainer{
    top: -100%;
}

.section-service.active .imgsContainer{
    top: 0;
}

.section-service.moveUp .nav-tabs{
    top: 200%;
}

.section-service.moveDown .nav-tabs{
    top: 300%;
}

.section-service.active .nav-tabs{
    top: 70%;
}

.section-service .box{
    top: 22%;
    left: 42%;
    position: absolute;
    width: 582px;
}

#iphone-yellow{
    top: -35px;
    left: -222px;
}

#iphone-red{
    top: -194px;
    left: 106px;
}

#iphone-blue{
    top: 320px;
    left: 448px;
}

#iphone-green{
    left: 106px;
    position:absolute;
}

#staticImg{
    display: block;
    position: absolute;
    z-index: 1;
    top: 200%;
    left: 0;
    width: 100%;
    min-width: 980px;
    height: 100%;

    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
}
#staticImg.moveDown{
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
#staticImg.moveUp{

    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#staticImg.moveDown .imgsContainer{
    top: 50%;
}
#staticImg.moveDown img{
    top: 155px;
}

#staticImg.active .imgsContainer{
    top: 50%;
}


#staticImg.active img{
    top: 487px;
}

/* Section 3
* --------------------------------------- */
.section-partner {
    padding: 4vh 0 100px;
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section-partner .imgsContainer{
    top: 50%;
}

.section-partner img{
    top: 155px;
    left: 455px;
    position: absolute;
}
.section-partner .box{
    text-align: center;
    margin: 10% 0 0 0;
}

.section-partner > .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}



    /* Overwriting fullPage.js tooltip color
    * --------------------------------------- */
.fp-tooltip{
    color: #AAA;
}
#fp-nav span, .fp-slidesNav span{
    border-color: #AAA;
}
#fp-nav li .active span, .fp-slidesNav .active span{
    background: #008cb9;
}

.container_video video {
    width: 760px;
    height: 473px;
    background: #000;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -6px !important;
    color: #fff;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 37px;
    cursor: pointer;
    padding: 2px 8px;
    background: #008cb9;
    border-radius: 50px;
}

.form_zahvat {
    padding: 20px;
    text-align: center;
    color: #fff;
}
.form_zahvat h4 {

    color: #fff;
}
.form_zahvat p{
    width: 100%;
    font-size: 17px;
    margin-bottom: 20px;
}
.form_zahvat input{
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    margin-bottom: 10px;
    color: #fff;
    background: transparent;
    border:0;
    border-bottom: 3px solid #fff;
}
/*.form_zahvat input::placeholder {
    color: #fff;
}*/
.form_zahvat .btn{
    width: 100%;
    margin-right: 0;
    text-transform: uppercase;
}

.form_zahvat h3 {
    font-family: bebas, sans-serif;
}

.form_zahvat .btn-warning {
    color: #fff;
    background-color: #ff7e00;
    border:0;
    text-transform: uppercase;
}

.thx {
    background-image: url(/img/gif-like-12.gif);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50% top;
    z-index:0;
    background-size: 40%;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.thx p {
    width: 40%;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    margin: auto;
    font-size: 18px;
    font-family: arial, sans-serif;
}

.thx_show {
    opacity: 1;
    z-index:9;

    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

/*-------------- saerch section -----------*/
.search{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    border-radius:1000px;
    width:0;
    height:0;
    background:#03a9f4;
    -webkit-transition: all .4s linear;
    transition:  all .4s linear;
}

.search i{
    color:#03a9f4;
    font-size:1.7em;
    cursor:pointer;
}

.search .form_zahvat{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    width:550px;
    height:280px;
    background:transparent;
    border:none;
    outline:none;
    /* border-bottom:3px solid #eee;*/
    color:#eee;
    font-size:1.3em;
    display:none;
}


.search.open{
    height:1050px;
    width:1050px;
}

.close{
    position:absolute;
    color:#fff;
    top:20px;
    right:50px;
    font-size:1.7em;
    cursor:pointer;
    display:none;
    z-index:999;
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition:         all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.close:hover{
    font-size:2.4em;
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
}

.ckick_icon {
    height: 300px;
    position: absolute;
    left: -150px;
    top: -120px;
    cursor: pointer;
}

.search.open .ckick_icon {
    height: 0;
    position: absolute;
    left: 140px;
    top: -300px;
}

.text_klick {
    font-family: "proxima", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 150px;
}

.search h3 {
    position: absolute;
    top: -140px;
    width: 500px;
    text-align: center;
    left: -250px;
}

.st0{fill:none;stroke:#00A1E9;stroke-width:10;stroke-miterlimit:10;stroke-dasharray:70.7113,70.7113;}
.st1{fill:#00A1E9;}
.st2{fill:#FFFFFF;}


.center_slide_home .logo_slide {
    text-align: left;
}

.logo_slide img {
    width:300px;
    margin-bottom: 50px !important;
}


.block_register_text {
    float: left;
    text-align: right;
    font-size: 26px;
    padding-top: 30px;
    line-height: 40px;
    font-family: bebas, sans-serif;
}

.block_register_but {
    float:right;
}

.block_register_but .start_module_button {
    margin:36px 0;
    font-family: arial, sans-serif;

}
.block_register_but .start_module_button:hover,
.block_register_but .start_module_button:focus {
    text-decoration: none;

}

.tab-pane{
    font-family: Arial, Helvetica, sans-serif
}

.tabs-below .nav-tabs button {
    font-size: 24px;
    color: #2a2e35;
}

.amoforms_iframe {
    top:70px;
    height:200px;
}

#amofroms_main_wrapper {
    box-shadow: 0 0 0 transparent;
}


.buttons {
    display: table;
    height: 100%;
    width: 100%;
}

.btnfos {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    max-width: 160px;
    margin: 0 auto 2em;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.btnfos-4 {
    border: 1px solid;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.btnfos-4:hover {
    background: #57a3c1;
}
.btnfos-4 span {
    z-index: 20;
}
.btnfos-4:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    width: 50px;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: -10;
}

.btnfos-4:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.slide-media {
    width: 50%;
    height: auto;
    position: relative;
    margin-top: 4vh;
}
.slide-media:before {
    display: block;
    content: "";
    min-height: 100px;
}
.slide-media img {
    position: absolute;
    top: 0;
    left: 0;
}
.slide-media.left-side {
    width: 60%;
    z-index: 5;
}
.fast_section .center_slide_home {
    width: 40%;
    padding-left: 3%;
}
.slide-media.left-side img {
    left: -20%;
    width: auto;
}

#logare-facebook.dialog-user {
    max-width: 780px;
}


@media (max-width: 2000px) {
    /*.opisanie_slider {
        height: 160px;}*/

    .laptop .carousel-inner {
        overflow: hidden;
        left: 35px;
        top: 42px;
        width: 786px;
        height: 436px;
    }

    .laptop {
        width: 950px;
        height: 774px;
        position: absolute;
        right: 60px;
        top: 13vh;

    }

}

@media (max-width: 1900px) {

/*    .opisanie_slider {
        height: 170px;
    }*/

    .laptop {
        background-size: auto auto;
        width: 900px;
        height: 730px;
        position: absolute;
        right: 100px;
        top: 13vh;
    }

    .laptop .carousel-inner {
        overflow: hidden;
        left: 33px;
        top: 40px;
        width: 744px;
        height: 413px;
    }
}

@media (max-width: 1800px) {
    .slide_inter .container {
        padding-top: 5vh;
    }
    .container_price h1.title_page {
        margin-top: 30px;
        font-family: bebas, sans-serif;
        font-size: 35px;
        color: #000;
        text-align: center;
        border-bottom: 1px solid #33bbe5;
        padding-bottom: 15px;
        position: relative;
    }
    .container_tabs .tab-content {
        background: transparent url("/img/images_leading/laptop.png") no-repeat scroll center center;

        width: 870px;
        height: 500px;
        margin: auto;
        top: 20vh;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 2;
        background-size: 800px;
    }
    .bottom_arrow {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        font-size: 60px;
        z-index: 99;
    }
    .container_tabs .tab-content {
        top: 18vh;
    }
    .laptop {
        width: 638px;
        height: 520px;
        position: absolute;
        right: 100px;
        top: 13vh;
    }

    .laptop .carousel-inner {
        overflow: hidden;
        left: 24px;
        top: 28px;
        width: 527px;
        height: 293px;
    }

    .thx p {
        width: 50%;
        font-size: 18px;
        line-height: normal;}


    .search h3 {
        position: absolute;
        top: -140px;
        width: 500px;
        text-align: center;
        left: -250px;
        font-size: 22px;
        margin-top: 30px;
    }
    .ckick_icon {
        height: 200px;
        position: absolute;
        left: -100px;
        top: -78px;
        cursor: pointer;
    }

    .logo_slide img {
        width: 300px;
        margin-bottom: 30px !important;
    }

    /*.center_slide_home h3 {
        font-size: 38px;
        color: #000;
        text-align: left;
    }*/

    /*.center_slide_home p {
        width: 100%;
        font-size: 20px;
        color: #000;
        text-align: left;
        font-weight: 100;
        font-family: Helvetica, "proxima", "Helvetica Neue", Arial, sans-serif;
        margin-top: 5px;
        line-height: 25px;
    }*/
    /*.opisanie_slider {
        height: 120px;
    }*/

    .form_zahvat h4 {
        color: #fff;
        font-size: 20px;
        margin-top: 30px;
    }

    .search .form_zahvat {
        width: 520px;
    }

    .close {

        top: 10px;
        right: 20px;}

    .opisanie_slider p {
        font-size: 24px;
        width: auto;
        margin-top: 20px;
    }

    .form_zahvat p {
        width: 100%;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .slide_inter .container {
        padding-top: 4vh;
    }

    .slide_inter span {
        width: 40%;
        /*font-size: 40px !important;*/
        line-height: 1;
        margin: 0;
        vertical-align: middle;
    }

    .container_video {
        width: 700px;
        height: 415px;
        /*  background-size: cover;*/

    }
    .container_tabs .tab-content {
        /*width: 700px;
        height: 415px;
                        background-size: cover;*/

    }
    .container_video iframe{
        width: 529px;
        height: 332px;
        margin-top: 22px;
    }
    .video_section h1 {
        font-size: 30px;
        margin-top: 4vh;

    }


    .bgg1 {
        background-size: cover;
        width: 450px;
        height: 570px;
    }

    .bgg2 {
        background-size: cover;
        width: 450px;
        height: 570px;
    }

    .bgg3 {
        background-size: cover;
        width: 400px;
        height: 510px;
    }
    .bgg4 {
        background-size: cover;
        width: 400px;
        height: 510px;
    }

    .tabs-below .tab-pane {
        height: 381px;
        width: 608px;
        margin: 37px auto;
        position: relative;
    }

    .scr_mp_1 {
        position: absolute;
        right: -250px;
        top: -80px;
        width: 450px;
    }

    .scr_mp_2 {
        position: absolute;
        right: -110px;
        top: -150px;
        width: 230px;
    }

    .scr_mp_3 {
        position: absolute;
        left: -180px;
        bottom: 2px;
        width: 370px;
    }

    .opisanie_tab_landing {
        line-height: 14px;
    }

    .tab-pane img {
        max-width: 100%;
    }
    .tabbable .visible_scr p {
        font-size: 18px;
        line-height: 25px;
    }

    .opisanie_tab_landing {
        top: -150px;
    }

    .tabs-below .nav-tabs button {
        height: 70px;
        width: 70px;


    }
    .section-service .nav-tabs {
        height: 70px;
        top: 75% !important;
    }
    .tabs-below .nav-tabs li p {
        margin-top: 10px;
    }

    .connecting-line {
        top: 50%;

    }
    .opisanie_tab_landing h3 {

        color: #fff;
        margin-bottom: 5px;

    }

    .slide-media img {
        left: -14%;
    }
}


@media (max-width: 1600px) {
    .slide_inter .container {
        padding-top: 3vh;
    }
    .slide-media img {
        left: -23%;
    }


    .connecting-line {
        top: 38%;
    }


    .tabbable .visible_scr p {
        font-size: 14px;
        line-height: 20px;
    }


    .container_video video {
        width: 605px;
        height: 386px;}


    .container_tabs .tab-content {
        top: 12vh;
    }


    body{
        font-size: 12px;
    }
    .laptop {
        width: 650px;
        height: 527px;
        position: absolute;
        right: 50px;
        top: 13vh;
        background-size: cover;
    }

    .laptop .carousel-inner {
        overflow: hidden;
        left: 23px;
        top: 24px;
        width: 551px;
        height: 306px;
    }

    .section-intro_social-buttons {
        margin: 30px 0 0;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        padding: 10px 12px !important;
        font-size: 12px !important;
        margin-top: 0 !important;
    }

    /*nav.navbar.bootsnav_fix .login_butoon_header {
        margin-top: 10px;
    }*/
    .login_butoon_header {
        right: 200px;
    }

    /*nav.navbar.bootsnav_fix .free_butoon_header {
        margin-top: 13px;
    }*/
    .free_butoon_header {
        padding: 5px 25px;

    }

    .navbar-brand {
        height: 65px;
    }
    .center_slide_home {
        padding-top: 10vh;

    }

   /* .center_slide_home h3 {
        font-size: 35px;
    }

    .center_slide_home p {

        font-size: 18px;
        margin-top: 25px;
        line-height: 40px;
    }*/

    /*.opisanie_slider {
        height: 100px;
    }*/
    .opisanie_slider a {
        font-size: 50px;
    }
    .opisanie_slider p {
        font-size: 20px;}

    .section-intro_social-buttons-popap .btn,
    .section-intro_social-buttons .btn {
        padding: 15px 25px;
        width: auto;
    }
    .video_section h1 {
        font-size: 25px;}

    .container_video {

        background-size: 800px;
    }


    .container_tabs .tab-content {
        background-size: 800px;
    }


    .container_video iframe{
        width: 491px;
        height: 309px;
        margin-top: 20px;
    }
    .video_section h1 {
        font-size: 33px;
        margin-top: 11vh;
    }
    .start_module_button {
        font-size: 16px;
    }
    .block_register_text {
        font-size: 25px;
        line-height: 39px;
    }
    .bgg1 {
        background-size: cover;
        width: 300px;
        height: 500px;
    }

    .bgg2 {
        background-size: cover;
        width: 300px;
        height: 500px;
    }

    .bgg3 {
        background-size: cover;
        width: 262px;
        height: 335px;
    }
    .bgg4 {
        background-size: cover;
        width: 262px;
        height: 335px;
    }

    .tabs-below .tab-pane {
        height: 379px;
        width: 605px;
        margin: 39px auto 0;
        position: relative;
    }

    .tabs-below .nav-tabs {
        bottom: 3vh;
    }

    .tabs-below .nav-tabs button {
        height: 90px;
        width: 90px;
        font-size: 30px;
    }
    .tabs-below .nav-tabs li p {
        margin-top: 5px;
    }
    .tabs-below .nav-tabs .active p {
        font-size: 16px;
    }

    .scr_mp_1 {
        position: absolute;
        right: -170px;
        top: -72px;
        width: 400px;
    }
    .scr_mp_2 {
        position: absolute;
        right: 10px;
        top: -100px;
        width: 160px;
    }

    .scr_mp_3 {
        position: absolute;
        left: -140px;
        bottom: 2px;
        width: 300px;
    }

    .blue_shadow {
        text-shadow: 1px 1px 0 #007cc0;
        font-size: 12px;
        line-height: 12px;
    }

    .opisanie_tab_landing {
        position: absolute;
        top: -105px;
        text-align: left;
    }

    .opisanie_tab_landing h3{

        font-size: 18px;
        line-height: 18px;

    }

    .bottom_arrow {
        bottom: 0;
        font-size: 50px;
    }

    #fix_nv li {

        height: 20px;
    }
    #fix_nv a {

        width: 15px;
        height: 15px;}

    .container_price h1.title_page {
        margin-top: 40px;
        font-size: 30px;
        line-height: 30px;
    }

    .container_price h1.title_page span {
        font-size: 20px;
    }

    .partener_block h3 {
        font-family: bebas, sans-serif;
        font-size: 30px;
        color: #fff;
        margin-top: 80px;
    }

    .messager-icon,
    .facebook-icon {
        font-size: 25px;}

    .partener_block {
        height: 285px;
        background-size: cover;
    }

    .creaza_1_30 {
        font-size: 30px;
    }
    .creaza_5_30 {
        font-size: 30px;
    }

    .creaza_2_30 {
        font-size: 17px;
    }

    .creaza_6_30 {
        font-size: 17px;
    }
    .creaza_3_30 {
        font-size: 20px;}
    .creaza_4_30 {
        font-size: 90px;
    }

    .creaza_2 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .start_module_button {
        /*display: block;
        border: 2px solid #57a3c1;
        width: 250px;
        text-align: center;
        height: 40px;
        line-height: 38px;
        font-size: 14px;*/
        text-transform: uppercase;
        margin: 20px auto 0;
        color: #000;
    }

    .section-service .nav-tabs {
        height: 120px;
    }

    .center_slide_home .start_module_button {
        width: 300px;
        height: 56px;
        line-height: 1;
        font-size: 16px;
    }
    .container_separate h1.title_page,
    .container_price h1.title_page {
        font-size: 40px;
    }
}

@media (max-width: 1400px) {
    .slide_inter .container {
        padding-top: 2vh;
    }
    .opisanie_tab_landing {
        position: absolute;
        top: -105px;
        text-align: left;
    }

    .slide-media.left-side img {
        left: -15%;
        width: 115%;
    }
    .opisanie_tab_landing {
        position: absolute;
        top: -75px;
        text-align: left;
    }


    .visible_scr {
        /* width:100%;
         text-align: center !important;*/
    }

    body{
        font-size: 12px;
    }
    .laptop {
        width: 567px;
        height: 460px;
        position: absolute;
        right: 90px;
        top: 13vh;
        background-size: cover;
    }

    .laptop .carousel-inner {
        overflow: hidden;
        left: 21px;
        top: 24px;
        width: 469px;
        height: 260px;
    }

    .section-intro_social-buttons {
        margin: 30px 0 0;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        padding: 10px 12px !important;
        font-size: 12px !important;
        margin-top: 0 !important;
    }

    /*nav.navbar.bootsnav_fix .login_butoon_header {
        margin-top: 10px;
    }*/
    .login_butoon_header {
        right: 200px;
    }

    /*nav.navbar.bootsnav_fix .free_butoon_header {
        margin-top: 13px;
    }*/
    .free_butoon_header {
        padding: 5px 25px;

    }

    .navbar-brand {
        height: 65px;
    }
    .center_slide_home {
        padding-top: 15vh;

    }

    .center_slide_home h3 {
        font-size: 46px;
    }

    .center_slide_home p {

        font-size: 22px;
        margin-top: 25px;
        line-height: 40px;
    }

    /*.opisanie_slider {
        height: 85px;
    }*/
    .opisanie_slider a {
        font-size: 50px;
    }
    .opisanie_slider p {
        font-size: 20px;}

    .section-intro_social-buttons .btn {
        padding: 15px;
    }

    .container_video {

        background-size: 700px;

    }
    .container_tabs .tab-content {
        background-size: 700px;

    }


    .container_video video {
        width: 530px;
        height: 346px;
    }

    .container_video iframe{
        width: 491px;
        height: 309px;
        margin-top: 20px;
    }

    .video_section h1 {
        font-size: 25px;
        margin-top: 3vh;
    }

    .bgg1 {
        background-size: cover;
        width: 300px;
        height: 500px;
    }

    .bgg2 {
        background-size: cover;
        width: 300px;
        height: 500px;
    }

    .bgg3 {
        background-size: cover;
        width: 262px;
        height: 335px;
    }
    .bgg4 {
        background-size: cover;
        width: 262px;
        height: 335px;
    }

    .tabs-below .tab-pane {
        height: 332px;
        width: 530px;
        margin: 64px auto 0;
        position: relative;
    }
    .container_tabs .tab-content {
        top: 9vh;
    }

    .tabs-below .nav-tabs {
        bottom: 15vh;
    }

    .tabs-below .nav-tabs button {
        height: 80px;
        width: 80px;
        font-size: 28px;
    }
    .tabs-below .nav-tabs li p {
        margin-top: 5px;
    }
    .tabs-below .nav-tabs .active p {
        font-size: 16px;
    }

    .scr_mp_1 {
        position: absolute;
        right: -170px;
        top: -32px;
        width: 350px;
    }
    .scr_mp_2 {
        position: absolute;
        right: 10px;
        top: -100px;
        width: 160px;
    }

    .scr_mp_3 {
        position: absolute;
        left: -120px;
        bottom: 2px;
        width: 300px;
    }

    .blue_shadow {
        text-shadow: 1px 1px 0 #007cc0;
        font-size: 12px;
        line-height: 12px;
    }

    .opisanie_tab_landing {
        position: absolute;
        top: -110px;
        text-align: left;
    }

    .opisanie_tab_landing h3{

        font-size: 18px;
        line-height: 18px;

    }

    .bottom_arrow {
        bottom: 0;
        font-size: 50px;
    }

    #fix_nv li {

        height: 20px;
    }
    #fix_nv a {

        width: 15px;
        height: 15px;}
}

@media (max-width: 1300px) {
    .slide-media.left-side img {
        left: -11%;
        width: 111%;
    }
/*    .list_period_buttons button {
        font-size:10px;
    }*/
    .slide-media img {
        left: -30%;
    }
    .slide_inter .container {
        padding-top: 0;
    }
}

@media (max-width: 1200px) {

    .laptop {
        width: 537px;
        height: 437px;
        position: absolute;
        right: 50px;
        top: 13vh;
        background-size: cover;
    }

    .laptop .carousel-inner {
        overflow: hidden;
        left: 20px;
        top: 24px;
        width: 444px;
        height: 246px;
    }

    .container_video {
        background-size: 500px;
    }
    .container_video video {
        width: 379px;
        height: 240px;
    }

    .container_video video {

        bottom: 30px;
    }

    .container_tabs .tab-content {
        top: 0;
    }
    .container_tabs .tab-content {
        background-size: 500px;
    }
    .tabs-below .tab-pane {
        height: 240px;
        width: 381px;
        margin: 163px auto 0;
        position: relative;
    }
    .scr_mp_1 {
        position: absolute;
        right: -140px;
        top: -62px;
        width: 180px;
    }

    .scr_mp_2 {
        position: absolute;
        right: -20px;
        top: -100px;
        width: 130px;
    }
    .scr_mp_3 {
        position: absolute;
        left: -109px;
        bottom: 2px;
        width: 140px;
    }

}



@media (max-width: 992px) {
    .slide-media.left-side {
        display: none;
    }
    .slide-media.left-side img {
        left: 0;
        width: 100%;
        display: none;
    }
    .name_table_winner {
        line-height: 14px;
    }

    .text_post_winner p {
        height: 40px;
        overflow: hidden;
        line-height: 14px;
    }

    .result_winner br {
        height: 10px;
        display: block;
    }

    .result_button {
        width: 100%;
        margin-bottom: 10px;
        font-size: 18px;
    }

    .footer {
        text-align: center;
    }

    .wiiner_img_2 .wiiner_img_2_text {
        float: none;
    }


    .wiiner_img_2 img {
        float: none;
        margin-right: 0;
    }


    .wiiner_img_2 li {
        padding: 5px 0;
        border-bottom: 1px solid #ebeff4;
        box-sizing: border-box;
        display: block;
        height: 155px;
        float: left;
        width: 33%;

    }
    .wiiner_img_2 {
        text-align: center;
        width: 100%;

    }

    .wiiner_img_1 {
        position: relative;
        float: none;
        margin-left: auto;
        margin-top: 20px;
        margin-right: auto;

        width: 248px;
    }

    .hastag_container {
        width: 100%;
    }

    .hastag_button {
        width: 100%;
        padding: 4px 17px;
        text-align: center;
    }


    .result_winner_left input[type="radio"] + label {
        padding: 6px 17px;
        background-color: #fff;
        border: 1px solid #909cab;
        display: inline-block;
        width: 200px;
        margin-bottom: 5px;
        color: #909cab;
        cursor: pointer;
        font-size: 14px;
        text-align: center;
    }


    .result_winner_left {
        float: none;
    }
    .result_winner_left label {
        width:100% !important;
    }


    .participantii_subtitle {
        line-height: 30px;
    }

    .list_awatar_winner img {
        max-width: 100%;
    }

    .post_winer_block_left {
        width:100%;
    }

    .container_price .arrow_icon {
        display: none;
    }


    .brand_price_new .col-md-3 {
        max-width: none;
        display: block;
        padding: 5px;
    }


    .brand_price_new .col-md-3 {
        max-width: none;
        display: block;
        padding: 5px;
    }

    .navbar-brand {
        height: 40px;
        padding: 10px 30px 0 10px;
    }

    nav.navbar.bootsnav_fix .free_butoon_header {
        /*margin-top: 9px;*/
        padding: 7px;
        border: 0 solid #fff;
        display: block;
        float: right;
        color: #fff;
        font-weight: bold;
        margin-left: 0;
        cursor: pointer;
        font-size: 16px;
        border-radius: 100%;
    }
    .login_butoon_header {
        right: 50px;
        font-size: 20px;
        margin-top: 0 !important;
        padding-top: 14px;
    }

    .topp_mennu span {
        display: none;
    }

    .topp_mennu i {
        display: block;
    }

    .laptop {
        width: 300px;
        height: 244px;
        position: absolute;
        right: 0;
        top: 200px;
        background-size: cover;
        left: 0;
        margin: auto;
        background: transparent;
    }

    .laptop .carousel-inner {
        overflow: hidden;
        left: auto;
        top: 5px;
        width: 300px;
        height: 240px;
        background: transparent;
        margin: auto;
    }

    .search h3 {
        position: absolute;
        top: -130px;
        width: 500px;
        text-align: center;
        left: -250px;
        font-size: 16px;
    }

    .ckick_icon {
        height: 200px;
        position: absolute;
        left: -100px;
        top: -100px;
        cursor: pointer;
    }

    .search .form_zahvat {
        width: 300px;
    }

    .form_zahvat h4 {
        color: #fff;
        font-size: 18px;
        font-weight: normal;
        line-height: 20px;
        margin-top: 20px;
    }

    .form_zahvat p {
        width: 100%;
        font-size: 12px;
        margin-bottom: 13px;
    }

    .slide_inter{
        padding-top: 80px;
    }

    .slide-media {
        padding-top: 30px;
        width: 100%;
    }

    .center_slide_home,
    .fast_section .center_slide_home {
        padding-top: 30px;
        width: 100%;
    }

    .center_slide_home .logo_slide {
        text-align: center !important;
    }

    .center_slide_home .logo_slide img{
        width: 150px;
        margin-bottom: 10px !important;
    }

    .laptop .slide {
        height: 320px;
        width: auto;
        box-shadow: inset 0 0 0 transparent;
    }

    .center_slide_home h3 {
        font-size: 36px;
        text-align: center;
        margin-bottom: 10px;
    }
    .center_slide_home p {
        font-size: 18px;
        margin-top: 5px;
        line-height: 22px;
        text-align: center;
        margin-bottom: 10px;
    }

    .section-intro_social-buttons {
        margin: 10px auto;
        text-align: center;
    }
    .section-intro_social-buttons .btn {
        padding: 10px;
    }
    .opisanie_slider p {
        font-size: 15px;
    }

    .video_section h1 {
        font-size: 20px;
        margin-top: 20px;
        line-height: 27px;
    }
    .slide-media img {
        width: 100%;
        left: 0;
    }

    .container_video {
        width: 300px;
        height: 185px;
        /*background-size: cover;*/
        top:200px;
        background: transparent;
    }
    .container_tabs .tab-content {
        width: 300px;
        height: 185px;
        background-size: cover;
    }

    .container_video iframe {
        width: 235px;
        height: 148px;
        margin-top: 10px;
    }

    .tabs-below .tab-pane {
        height: 230px;
        width: 235px;
        margin: 11px auto;
        position: relative;
    }
    .tabs-below .nav-tabs button {
        height: 40px;
        width: 40px;
        font-size: 14px;
    }

    .tabs-below .nav-tabs button span{

        line-height: 23px;

    }

    .tabs-below .nav-tabs li p {
        display: none;
    }

    .active_video .container_video {
        position: absolute;
    }
    .container_tabs .tab-content {
        position: absolute;
        top: 200px;
    }

    .scr_mp_1,
    .scr_mp_2,
    .scr_mp_3 {
        display: none;
    }

    #fix_nv {
        display: none;
    }

    .nav.navbar.bootsnav_fix {
        position: fixed;
    }

    .home_slide {
        position: relative;
        height: 100vh;

    }

    .hidden_video_body .container_video {
        display: block;
    }
    .tabs-below {
        display: block;
    }

    .bgg1 {
        width: 180px;
        height: 280px;
    }
    .bgg2 {
        width: 180px;
        height: 280px;
    }
    .bgg3 {
        width: 140px;
        height: 225px;
    }

    .bgg4 {
        width: 140px;
        height: 225px;
    }

    .video_section {
        margin-top: 0;
       /* height:500px;*/
    }
    .inactive_video .container_video {
        top:200px;
    }

    .tabs-below .nav-tabs {
        bottom: 80px;
        margin: auto;
        padding: 10px;
    }
    .sevices_section {
        height: 600px;}


    .opisanie_tab_landing {
        padding: 0;
        top: -180px;

    }

    .opisanie_tab_landing h3 {
        font-size: 20px;
        line-height: 20px;
    }

    .blue_shadow {

        font-size: 14px;
        line-height: 16px;
    }

    .connecting-line {
        height: 2px;
        background: transparent;
        position: absolute;
        width: 80%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 47%;
        z-index: 0;
        color: #fff;
        border-bottom: 1px solid;
    }

    nav.navbar.bootsnav ul.nav > li > a {
        margin-top: 0 !important;
    }

    .partener_block {
        height: 100px;
        background-size: cover;
    }

    .partener_block h3 {
        font-family: proxima, sans-serif;
        font-size: 13px;
        color: #fff;
        margin-top: 5px;
        width: 50%;
        line-height: 15px;
        margin-bottom: 0;
    }

    .container_price h1.title_page {
        margin-top: 30px;
        font-size: 25px;
        line-height: 24px;
        border-bottom: 0;
        padding-bottom: 15px;
        margin-bottom: 0;
    }
    #secure_section .arrow_icon {
        display: none;
    }
    .messager-icon {
        font-size: 14px;
        background: transparent url("../img/images_leading/mesanger.png") no-repeat scroll 0 0;
        color: #fff;
        height: 25px;
        line-height: 25px;
        padding-left: 30px;
        margin-top: 0;
        background-size: contain;
    }
    .facebook-icon {
        font-size: 14px;
        background: transparent url("../img/images_leading/facce.png") no-repeat scroll 0 0;
        color: #fff;
        height: 20px;
        line-height: 23px;
        padding-left: 30px;
        margin-top: 0;
        background-size: contain;
    }

    .partener_block  .col-md-6 {
        padding: 2px;
        text-align: left;
    }
    .col-md-1_5 {
        display: none;
    }

    .creaza_4_30 {
        font-size: 50px;
    }
    .creaza_1_30 {
        font-size: 24px;
    }
    .creaza_3_30 {
        font-size: 26px;
    }
    .creaza_2_30 {
        font-size: 14px;
        margin-top: 0;
    }

    .creaza_5_30 {
        font-size: 24px;
        margin-top: 5px;;
    }
    .creaza_6_30 {
        font-size: 14px;
    }
    .creaza-30-zile-center {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .creaza_2 {
        padding-top: 0;
    }

    .video_section {
        padding-top: 35px;
    }


    .container_video video {
        width: 100%;
        height: 240px;
    }

    .thx {
        background-color: rgb(240, 242, 244);
    }

    .thx p {
        width: 80%;
        line-height: 25px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 60px;
        margin: auto;
        font-size: 14px;
    }
}

.top_postari_null {
    text-align: center;
    color: #c0c8d5;
    background: #fff url("/img/post_null.svg") no-repeat left top;
    height: 325px;
    width: 100%;
    margin: 10px 0;
    display: block;
    font-size: 18px;
}

.noscroll {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.brand_create {
    margin-bottom: 20px;
}

.glyphicons-facetime-video.popup-with-move-anim-right {
    display: none;
}

/*** Scrolling ***/
.scroll {
    overflow-x: hidden;
    overflow-y: auto;
}

#adauga_company_user .scroll {
    max-height: 43vh;
}

/*** Table ***/
.table-col {
    display: table !important;
}
.table-row,
.table-col > * {
    display: table-row !important;
}
.table-cel,
.table-row > *,
.table-col > * > * {
    display: table-cell !important;
}

/*** Flex ***/
.flex-row,
.flex-col,
.flex-bar,
.flex-bar > * {
    display: flex;
}
.flex-row,
.flex-col,
.flex-bar > * {
    align-items: stretch;
    align-content: stretch;
}
.flex-bar {
    align-items: center;
    align-content: stretch;
}
.flex-row {
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-col {
    flex-direction: column;
}
.flex-grow,
.flex-row > .grow,
.flex-col > .grow {
    flex-grow: 1;
}
.flex-middle {
    align-items: center;
}

nav.navbar.bootsnav ul.nav > li > a {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
nav.navbar.bootsnav ul.nav > li > a,
nav.navbar.bootsnav ul.nav > li > a:hover {
    border: 0 none !important;
}
nav.navbar.bootsnav ul.nav > li > a:hover {
    color: #41c8f4 !important;
}

.u-angled-top-500-pull {
    /*clip-path: polygon(0 15vw, 100% 0, 100% 100%, 0 100%);*/
    transform: skewY(-9.5deg) translateY(160px);
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: -1;
    height: 100%;
}

.fullpage-wrapper ~ .footer {
    display: none;
}

.menu_top_parrent {
    padding: 0 0 0 15px !important;
    cursor: pointer;
}
.menu_top_parrent img {
    height: 40px;
    width: 40px;
    border-radius: 100%;
    border: 1px solid #95a5a6;
}

.form-control {
    height: 40px;
}
.center_next_2 > .col-md-3:first-of-type > a,
.center_next_2 > .col-md-3:first-of-type > button {
    /*background-color: #1f23351c;
    border: 1px solid #22263614;*/
    cursor: pointer;
    color: #1f233566;
    background-color: #d8e0e8 !important;
    /*border: 1px solid #c8d0d6;*/
}
.center_next_2 > .col-md-3:first-of-type > a:hover {
    text-decoration: none;
}
.brand-collapse-popap {
    position: relative;
    overflow: hidden;
}
.brand-collapse-popap:after,
.brand-collapse-popap:before {
    background-color: transparent;
    height: 40px;
    display: block;
    content: "";
    position: absolute;
    left: -100px;
    right: -100px;
    border-radius: 50%;
}
.brand-collapse-popap:after {
    bottom: -40px;
    box-shadow: 0 -4px 10px 0 rgba(0,0,0,.05);
}
.brand-collapse-popap:before {
    top: -40px;
    box-shadow: 0 4px 10px 0 rgba(0,0,0,.05);
}

#secure_section {
    margin-top: -3vh;
}

.fast_section * {
    color: #fff !important;
}
.fast_section .start_module_button {
    border-color: #fff !important;
    background-color: rgba(255,255,255,.1);
}
.fast_section .start_module_button:hover {
    color: #1babda !important;
    background-color: rgba(255,255,255,1);
}

/*** ***/
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}


/*** Colors ***/
.bg-primary,
.btn-primary {
    background-color: #33bbe5;
}
.ink-primary,
.text-primary {
    color: #33bbe5;
}

.ink-grey-light,
.text-muted {
    color: #7f929f;
}
.ink-grey {
    color: #666;
}
.ink-grey-dark {
    color: #333;
}

.text-secondary {}
.text-success {}
.text-danger {
    color: #ff673e !important;
}
.text-warning {}
.text-info {}
.text-light {}
.text-dark {}
.text-white {
    color: white !important;
}

/****  ****/
@media only screen and (max-width: 1500px) {
    .faststat-chart .caption,
    .top_posts_block .caption,
    .faststat-header,
    .nav-view > .head > *,
    .slide-media img,
    .opisanie_slider,
    .center_slide_home,
    .partener_block,
    .title_page,
    .block_register,
    .brand_price_new,
    .container_winner_inter,
    .pagination_top,
    .brand_fb_inter {
        zoom: .8;
    }
    .policy_block {
        zoom: .9;
    }
    .blok_register_height {
        min-height: calc(100vh - 241px);
    }
}
@media only screen and (max-width: 1400px) {
    .footer_bootom_inter {
        height: 90px;
    }
    .social_footer ul {
        margin-top: 28px;
    }
    .polici_terms {
        margin-top: 34px;
    }
    .copyright_footer {
        margin-top: 22px;
    }
    .section-video .container {
        padding-top: 8vh;
    }
    .pagination_top {
        margin-top: 28px;
    }
    .container_winner_inter h1 {
        font-size: 36px;
        margin: 15px 0;
    }
    .zoom-anim-dialog .h1,
    .zoom-anim-dialog .h2,
    .zoom-anim-dialog .h3,
    .zoom-anim-dialog h1,
    .zoom-anim-dialog h2,
    .zoom-anim-dialog h3 {
        line-height: 1;
    }
    .descript_fb_modal_brand {
        margin-top: 0;
    }
    .modal-body {
        padding: 0 15px 15px;
    }
    .center_button_adauga {
        margin: 5px auto;
        padding: 12px 30px;
    }
    .number_brands_paket {
        padding-top: 10px;
        text-align: center;
    }
    .pricepaket {
        padding-bottom: 15px;
        padding-top: 5px;
    }
}

@media only screen and (max-width: 1300px) {
    .faststat-chart .caption,
    .top_posts_block .caption,
    .faststat-header,
    .nav-view > .head > *,
    .slide-media img,
    .opisanie_slider,
    .center_slide_home,
    .partener_block,
    .title_page,
    .block_register,
    .brand_price_new,
    .container_winner_inter,
    .pagination_top,
    .brand_fb_inter {
        zoom: .9;
    }
    .blok_register_height {
        min-height: calc(100vh - 210px);
    }
    .footer_bootom_inter {
        height: 100px;
    }
    .policy_block_head h3 {
        font-size: 30px;
    }
    .anotation_block h3 {
        font-size: 24px;
    }
    .policy_block .anotation_block,
    .anotation_block ul {
        font-size: 14px;
    }
}

/*** Placeholder ***/
::-webkit-input-placeholder {
    color: #ccc !important;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    opacity: 1 !important;
    transition: opacity .35s ease;
}
::-moz-placeholder {
    color: #ccc !important;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    opacity: 1 !important;
    transition: opacity .35s ease;
}
:-moz-placeholder {
    color: #ccc !important;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    opacity: 1 !important;
    transition: opacity .35s ease;
}
:-ms-input-placeholder {
    color: #ccc !important;
    text-overflow: ellipsis;
    text-transform: uppercase;
    overflow: hidden;
    opacity: 1 !important;
    transition: opacity .35s ease;
}
:focus::-webkit-input-placeholder {
    opacity: 0 !important;
    transition: opacity .35s ease;
}
:focus::-moz-placeholder {
    opacity: 0 !important;
    transition: opacity .35s ease;
}
:focus:-moz-placeholder {
    opacity: 0 !important;
    transition: opacity .35s ease;
}
:focus:-ms-input-placeholder {
    opacity: 0 !important;
    transition: opacity .35s ease;
}

/*** ***/
.caption {
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: -.03em;
}
.title {
    margin-top: 5px;
}

/*** Thumbnail ***/
.thumb {
    background: no-repeat center center;
    background-size: cover;
    overflow: hidden;
    display: inline-flex;
    border: 1px solid #cad1e2;
}
.thumb,
.thumb > img {
    width: 100px;
    height: 100px;
}

/*** Avatar ***/
.avatar {
    background: no-repeat center 20%;
    background-size: cover;
    border-radius: 50%;
    overflow: hidden;
    display: inline-flex;
    border: 1px solid #cad1e2;
}
.avatar,
.avatar > img {
    width: 48px;
    height: 48px;
}
.avatar.small,
.avatar.small > img {
    width: 38px;
    height: 38px;
}

/*** Button Action ***/
.btn-action {
    display: inline-flex;
    width: 30px;
    height: 30px;
    min-height: 30px;
    border-radius: 50%;
    transition: all .3s ease-out;
    text-align: center;
    justify-content: center;
    padding: 0;
}
.btn-action:hover {
    background-color: #eee;
}
.btn-action,
.btn-action:active {
    background-color: transparent;
}

/*** Dummy message ***/
.dummy-message {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 420px;
    padding: 50px 0;
    margin: 0 auto;
    color: #87929a;
    text-align: center;
}
.dummy-message .material-icons {
    font-size: 64px;
    color: #b4bfc7;
    margin-bottom: 30px;
    text-shadow: 1px 1px 0 rgba(255,255,255,.6);
}
.dummy-message .caption {
    color: #4c5963;
    text-shadow: 1px 1px 0 rgba(255,255,255,.7);
    margin: 0 auto 15px;
    text-transform: none;
}
.dummy-message p {
    font-size: 14px;
    text-shadow: 1px 1px 0 rgba(255,255,255,.5);
}
.dummy-message a:hover {
    color: #337ab7;
}
.dummy-message a {
    color: #33bbe5;
}
.dummy-message.small {
    max-width: 380px;
    padding: 36px 0;
    color: #9eadb7;
}
.dummy-message.small .caption {
    font-size: 16px;
    margin: 0 auto 7px;
    color: #616f79;
}
.dummy-message.small p {
    font-size: 13px;
}

/**********************************************************
 List
 ----------------------------------------------------------
 list
    list-top
    list-separate
    list-hover
    list-bg?

 list-item
    active?
    hover?
    separate

 head
 body
 foot
 **********************************************************/

.list {
    padding: 0;
}
.list,
.list > li {
    list-style: none outside;
    margin: 0;
}
.list,
.list-item,
[class*="grid-"] {
    position: relative;
}
.list-item,
[class*="grid-"] {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 5px;

    /****/
    grid-template-columns: 48px auto 30px 30px;
    grid-template-rows: auto;
    /****/

    align-items: center;
    min-height: 48px;
}
.list-item {
    padding-bottom: 20px;
}
.list-top .list-item {
    align-items: start;
}
.list-item.separate,
.list-separate > .list-item {
    border-bottom: 1px solid #eee;
}
.list-separate > .list-item,
.list-hover > .list-item {
    padding-top: 20px;
}
.list.list-separate > .list-item:last-child {
    border-bottom: 0 none;
}
.list-separate:not(.list-hover) > .list-item:first-child {
    padding-top: 0;
}
.list-separate:not(.list-hover) > .list-item:last-child {
    padding-bottom: 0;
}
.list-hover > .list-item {
    padding-left: 20px;
    padding-right: 20px;
}
.list-hover > .list-item:hover,
.list-item.active,
[class*="grid-"].active {
    background-color: #f5f7f8;
}
.list-item > .head,
[class*="grid-"] > .head {
    justify-self: start;
}
.list-item > .body,
[class*="grid-"] > .body {
    flex-direction: column;
}
.list-item > .body > *,
[class*="grid-"] > .body > * {
    line-height: 1.4;
}
.list-item > .foot,
[class*="grid-"] > .foot {
    justify-self: end;
}
.list-item .thumb,
.list-item .avatar,
[class*="grid-"] .thumb,
[class*="grid-"] .avatar {
    display: flex;
}
.list-item h1,
.list-item h2,
.list-item h3,
.list-item h4,
.list-item h5,
.list-item h6 {
    font-weight: 600;
    margin: 0;
}
.list-item time,
[class*="grid-"] time {
    color: #999;
    font-size: .9em;
}
.list-item strong,
[class*="grid-"] strong {
    font-size: 14px;
    color: #2a2f43;
}
.list > label {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    margin-bottom: 0;
}
.list-item .caption,
[class*="grid-"] .caption {
    color: #2a2f43;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: -.04em;
}
/***  ***/
.grid-2_1, .list-2_1 > .list-item {grid-template-columns: 48px auto;}

.grid-3_1, .list-3_1 > .list-item {grid-template-columns: 48px auto 30px;}
.grid-3_2, .list-3_2 > .list-item {grid-template-columns: 100px auto auto;}

.grid-4_1, .list-4_1 > .list-item {grid-template-columns: 48px auto auto 30px;}

/**********************************************************
 Responsive
 ----------------------------------------------------------

 **********************************************************/


@media only screen and (max-width: 1000px) {
    .social_footer {
        display: none;
    }
    .polici_terms {
        margin-top: 0;
    }
    .partener_block {
        height: 285px;
    }
    .iner_result_finish {
        margin-bottom: 20px;
    }
    .iner_result_finish .col-md-6 {
        float: left;
    }
    .avatar-zone {
        margin-top: 0;
    }
    .login_butoon_header,
    .free_butoon_header,
    nav.navbar.bootsnav .navbar-toggle {
        display: none !important;
    }
}

@media only screen and (max-width: 820px) {
}

@media only screen and (max-width: 800px) {
    .block_register_but,
    .block_register_text {
        float: none;
    }
    .block_register_text {
        padding-top: 20px;
    }
    .center_slide_home,
    .fast_section .center_slide_home {
        padding: 0;
    }
    .fast_section .center_slide_home {
        margin: 50vw auto 0;
    }
    .section-intro_social-buttons .btn {
        display: inline-block;
    }
}

@media only screen and (max-width: 700px) {
}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 500px) {
}

@media only screen and (max-width: 400px) {
}



