.btn-link {
    color: #8a2779 !important
}

.single_page {
    font-size: 16px
}

.single_page h2 {
    font-size: 28px
}

.single_page h3 {
    font-size: 26px
}

.single_page h4 {
    font-size: 24px
}

.single_page h5 {
    font-size: 22px
}

.single_page h6 {
    font-size: 18px
}

.single_page ul, .single_page ol {
    padding-left: 0;
    list-style-type: none
}

.single_page ul li, .single_page ol li {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px
}

.single_page ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #7bbe39;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0
}

.single_page ol {
    counter-reset: myCounter
}

.single_page ol li {
    padding-left: 35px;
    margin-bottom: 10px
}

.single_page ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    position: absolute;
    left: 0;
    top: 1px;
    font-weight: 700;
    font-size: 14px;
    background: #7bbe39;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(145, 188, 71, .2)
}

.single_page .aligncenter, .single_page div.aligncenter {
    display: block;
    margin: 25px auto 25px auto;
    width: 100%;
    height: auto;
    max-width: 600px
}

.single_page .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
    width: 100%;
    height: auto;
    max-width: 380px
}

.single_page .alignright {
    float: right;
    margin: 5px 0 20px 20px;
    width: 100%;
    height: auto;
    max-width: 380px
}

header {
    margin-bottom: 20px
}

.callout {
    background: #f3f3f3;
    padding: 25px 30px 12px;
    border-left: 3px solid #7bbe39;
    border-radius: 4px;
    margin-bottom: 35px
}

.callout h2.titl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.login_mob .titl {
    text-transform: uppercase;
    font-weight: 600;
    line-height: 0;
    margin-right: 6px
}

.login_reviews {
    max-width: 300px;
    margin: auto
}

.review_form {
    border: 6px solid #efeded;
    border-radius: 3px;
    padding: 30px 20px 35px 20px;
    box-sizing: border-box;
    text-align: center;
    max-width: 750px;
    width: 100%
}

.review_form .title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 25px
}

.review_form input[type="text"] {
    display: block;
    border-radius: 35px;
    border: 1px solid #c3c3c3;
    padding: 8px 15px 7px 15px;
    color: black;
    outline: none !important;
    width: 100%;
    max-width: 290px;
    margin: 0 auto 18px
}

.review_form .num_page {
    font-size: 20px
}

.review_form .form-group {
    margin-bottom: 0
}

.review_form .titl {
    margin-bottom: 1px
}

.review_form .titl img {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    cursor: pointer
}

.review_form .rating {
    margin-bottom: 0
}

.review_form .tabs {
    margin-bottom: 13px
}

.review_form .tab {
    margin-bottom: 14px
}

.review_form textarea {
    display: block;
    border-radius: 10px;
    border: 1px solid #c3c3c3;
    padding: 8px 15px 7px 15px;
    color: #848480;
    outline: none !important;
    width: 100%;
    max-width: 290px;
    margin: 0 auto 18px;
    min-height: 105px
}

.review_form .tab2 {
    display: none
}

.rating2 {
    unicode-bidi: bidi-override;
    direction: rtl;
    cursor: pointer
}

.rating2 > span {
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    position: relative;
    margin-right: 2px
}

.rating2 > span:before, .rating2 > span:after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(/img/star_grey.png);
    z-index:
}

.rating2 > span:after {
    z-index: 2;
    background: url(/img/star_active.png);
    opacity: 0
}

.rating2 > span:hover:after, .rating2 > span:hover ~ span:after {
    opacity: 1
}

.rating2 > span.active:after {
    opacity: 1
}

body.news .tabs > div {
    margin-bottom: 30px
}

body.news .tab {
    padding: 0
}

body.news .tabs .large .img img {
    width: 100%;
    height: auto
}

body.news .tab .img {
    margin-bottom: 20px
}

body.news .tab .img img {
    width: 100%;
    height: auto
}

body.news .tab {
    max-width: 350px;
    padding: 20px
}

body.news .tab .titl a {
    text-decoration: none
}

body.news .tab .titl a:hover {
    text-decoration: underline
}

body.news .body_news .desc {
    position: relative;
    padding-right: 50px
}

body.news .see_more {
    margin-top: 15px
}

body.news .tab .bt img {
    position: relative;
    top: -1px
}

body.news .thems {
    margin-bottom: 30px
}

body.news .thems span {
    background: #f3f3f3;
    padding: 0 20px 0 20px;
    line-height: 28px;
    padding-top: 1px;
    margin: 0 15px 15px 0;
    display: inline-block;
    vertical-align: top;
    border-radius: 35px;
    color: #8a2779;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

body.news .thems span.active, body.news .thems span:hover {
    background: #7bbe39;
    color: #fff
}

body.news .thems p {
    color: #2d2d2d;
    display: inline-block;
    margin-right: 15px;
    line-height: 29px;
    vertical-align: top;
    margin-bottom: 0
}

body.news .thems span:last-child {
    margin-right: 0
}

body.news .categories {
    overflow: hidden;
    padding-top: 80px;
    margin-bottom: 35px
}

body.news .categories a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    color: #848484;
    font-size: 14px;
    position: relative;
    padding-left: 35px;
    padding-right: 15px;
    padding-bottom: 15px;
    display: inline-block
}

body.news .categories a:after {
    content: "";
    position: absolute;
    left: 15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 2px solid #848484;
    top: 7px
}

body.news .categories .item {
    text-align: center
}

body.news .categories .item a {
    border-bottom: 3px solid #dcdcdc
}

body.news .categories .item a.active, body.news .categories a:hover {
    border-bottom: 3px solid #7bbe39
}

body.news .categories .item a.active, body.news .categories .item a:hover {
    color: #7bbe39
}

body.news .categories .item a.active:after, body.news .categories .item a:hover:after {
    border: 2px solid #7bbe39
}

body.news .categories .owl-nav button.owl-next, body.news .categories .owl-nav button.owl-prev {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    position: relative
}

body.news .categories .owl-nav button.owl-prev {
    margin-right: 20px
}

body.news .categories .owl-nav button.owl-next:after, body.news .categories .owl-nav button.owl-prev:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1px;
    margin: auto;
    background: url(/img/arr-next.png);
    width: 8px;
    height: 14px
}

body.news .categories .owl-nav button.owl-prev:after {
    background: url(/img/arr-prev.png);
    right: 0;
    left: -1px
}

body.news .categories .owl-nav {
    text-align: center;
    margin-top: -110px
}

body.news .categories .owl-nav button.disabled {
    background: #f1f1f1;
    opacity: .7;
    box-shadow: none;
    cursor: text
}

body.news .categories .owl-nav button:hover {
    opacity: .7
}

.developers .preim {
    margin-bottom: 50px
}

.developers .preim .title {
    font-size: 32px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px
}

.developers .preim .ico {
    background: #91bc47;
    width: 58px;
    height: 57px;
    border-radius: 50%;
    text-align: center;
    line-height: 54px;
    margin: 0 auto 15px;
    box-shadow: 2px 3px 7px 5px rgba(0, 0, 0, .1)
}

.developers .preim .ico img {
    width: 30px;
    height: auto
}

.developers .preim .tab {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px
}

.developers .preim .tab p {
    text-align: center
}

.developers .preim .tab p.titl {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    color: #292929
}

.developers .video {
    position: relative;
    width: 100%;
    max-width: 555px;
    margin: auto
}

.developers .video .img {
    position: relative
}

.developers .video .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3)
}

.developers .video .img > img {
    width: 100%;
    height: auto;
    box-shadow: -5px 20px 25px -10px rgba(0, 0, 0, .35)
}

.developers .play {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 4;
    top: 12px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.circlephone {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border: 2px solid #fff;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: circle-anim 1.4s infinite ease-in-out !important;
    -moz-animation: circle-anim 1.4s infinite ease-in-out !important;
    -ms-animation: circle-anim 1.4s infinite ease-in-out !important;
    -o-animation: circle-anim 1.4s infinite ease-in-out !important;
    animation: circle-anim 1.4s infinite ease-in-out !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s
}

.circle-fill {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    background-color: rgba(255, 255, 255, .7);
    width: 66px;
    height: 66px;
    top: 17px;
    left: 17px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
    animation: circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s
}

.img-circle {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 56px;
    height: 56px;
    left: 23px;
    top: 23px;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1
}

.img-circleblock {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-image: url(/img/play.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
    animation-name: tossing;
    -webkit-animation-name: tossing;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    box-shadow: 2px 3px 7px 5px rgba(0, 0, 0, .1)
}

.img-circle:hover {
    opacity: 1
}

.developers .reviews {
    margin-bottom: 0
}

.developers footer {
    margin-top: 0 !important;
    border-top: 0
}

.developers .fancybox-slide {
    padding: 15px !important
}

.developers .learn_more {
    width: 100%;
    background: rgba(137, 56, 137, 1);
    background: -moz-linear-gradient(left, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(137, 56, 137, 1)), color-stop(100%, rgba(119, 43, 118, 1)));
    background: -webkit-linear-gradient(left, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    background: -o-linear-gradient(left, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    background: -ms-linear-gradient(left, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    background: linear-gradient(to right, rgba(137, 56, 137, 1) 0%, rgba(119, 43, 118, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#893889', endColorstr='#772b76', GradientType=1);
    padding: 47px 0 50px;
    position: relative;
    overflow: hidden;
    margin-bottom: 45px
}

.developers .learn_more > div {
    position: relative;
    z-index: 3
}

.developers .learn_more:after {
    content: "";
    background-image: url(/img/learn_more_bg.png);
    background-position: center top;
    width: 1300px;
    height: 327px;
    position: absolute;
    top: 0;
    margin: auto;
    left: 50%;
    margin-left: -650px
}

.developers .learn_more .titl {
    text-align: center;
    color: #fff;
    font-size: 22px;
    line-height: 1.4
}

.developers .learn_more .podp {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.5
}

.developers .learn_more .btns {
    margin-top: 40px;
    text-align: center
}

.developers .learn_more .btns .btn {
    width: 220px;
    padding-left: 15px;
    padding-right: 15px
}

.developers .learn_more .btns span {
    color: #fff;
    display: block;
    margin: 12px 0;
    font-size: 16px
}

.developers .learn_more .btn-green {
    padding-top: 12px;
    padding-bottom: 10px
}

.heart-icon-empty {
    height: 30px;
    width: 30px;
}

.developers .learn_more .btn-single {
    color: #fff;
    font-size: 12px;
    border: 2px solid #91bc47;
    border-radius: 35px;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.3;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.developers .learn_more .btn-single:hover {
    opacity: .7
}

.developers .schedule {
    margin-bottom: 45px
}

.developers .schedule .tab_table {
    padding: 0;
    margin-bottom: 35px
}

.developers .schedule table {
    width: 100%
}

.developers .schedule table th {
    font-size: 14px;
    font-weight: 700;
    text-align: center
}

.developers .schedule table tr td {
    position: relative;
    padding: 7px 12px;
    text-align: center
}

.developers .schedule table tr td:nth-child(2n), .developers .schedule table tr td:nth-child(3n) {
    min-width: 75px
}

.developers .schedule table tr:nth-child(even) td:before {
    content: "";
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    position: absolute;
    left: 0;
    toP: 0;
    bottom: 0;
    right: 0;
    background: #f1f0f0;
    z-index: -1;
    margin: auto;
    border-radius: 3px
}

.developers .schedule table tr td p {
    margin: 0;
    padding: 10px 7px;
    font-size: 13px;
    text-align: left;
    line-height: 1.5
}

.developers .schedule table tr td img {
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2)
}

.developers .schedule .graphics .titl {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px
}

.developers .schedule .graphics img {
    width: 100%;
    max-width: 263px;
    margin: auto;
    display: block
}

.developers .schedule .customers {
    margin-bottom: 35px
}

.developers .questions_bl {
    margin-bottom: 80px
}

.compare .tab_info {
    text-align: center;
    margin-bottom: 30px
}

.compare .add_compare a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #6aad29;
    position: relative;
    padding: 3px 25px 0 20px;
    display: inline-block;
    border: 2px solid #6aad29;
    border-radius: 35px;
    line-height: 33px
}

.compare .add_compare a.disabled {
    color: #ccc !important;
    border-color: #ccc
}

.compare .add_compare a.disabled span, .compare .add_compare a.disabled span:after, .compare .add_compare a.disabled span:before {
    background: #ccc
}

.compare .add_compare a.disabled:hover {
    opacity: 1
}

.compare .add_compare a:hover {
    opacity: .7
}

.compare .add_compare i {
    font-size: 24px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-weight: 400;
    top: -1px;
    font-style: normal
}

.compare .add_compare span {
    width: 2px;
    height: 8px;
    display: inline-block;
    background: #6aad29;
    position: relative;
    margin-left: 11px;
    font-weight: 700
}

.compare .add_compare span:before {
    content: "";
    background: #6aad29;
    width: 2px;
    height: 13px;
    position: absolute;
    left: -5px;
    top: -5px
}

.compare .add_compare span:after {
    content: "";
    background: #6aad29;
    width: 2px;
    height: 11px;
    position: absolute;
    right: -5px;
    top: -3px
}

.compare .tab_top {
    text-align: center;
    background: #fff;
    position: relative;
    box-shadow: 0 0 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    padding: 25px 15px 25px 15px;
    margin-bottom: 50px
}

.compare .tab_top a.close_btn {
    position: absolute;
    right: 12px;
    top: 10px;
    display: block;
    width: 15px;
    line-height: 15px;
    text-align: center
}

.compare .tab_top a.close_btn:hover {
    opacity: .7
}

.compare .tab_top .img {
    margin-bottom: 22px
}

.compare .tab_top .img img {
    margin: auto
}

.compare .tab_top .btn {
    width: 170px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px
}

.compare .tab_top .bt {
    margin-top: 10px
}

.compare .tab_bottom {
    text-align: center
}

.compare .tab_bottom .line {
    padding: 10px 7px;
    line-height: 1.4;
    margin-bottom: 2px
}

.compare .tab_bottom .line:nth-child(odd) {
    background: #f1f0f0
}

.compare .tab_bottom .line p.titl {
    font-size: 13px;
    color: #828280;
    font-weight: 700;
    margin-bottom: 2px;
    line-height: 1.4
}

.compare .tab_bottom .line .rating, .compare .tab_bottom .line p {
    margin-bottom: 0
}

.compare .tab_bottom .line p, .compare .tab_bottom .line li {
    font-size: 15px
}

.compare .tab_bottom .line ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.compare .tab_bottom .line li {
    margin-bottom: 4px;
    margin-top: 4px
}

.compare .tab_bottom .line li img {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 4px;
    height: 11px;
    width: auto
}

.compare .tab_bottom .line .photos a {
    display: inline-block;
    margin: 0 5px;
    position: relative
}

.compare .tab_bottom .line .photos a:before, .compare .tab_bottom .line .photos a:after {
    content: "";
    left: 0;
    toP: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.compare .tab_bottom .line .photos a:after {
    margin: auto;
    background: url(/img/loop.png) no-repeat center top;
    width: 17px;
    height: 17px;
    z-index: 3
}

.compare .tab_bottom .line .photos a:hover:before, .compare .tab_bottom .line .photos a:hover:after {
    opacity: 1
}

.compare .main > .tabs {
    margin-bottom: 40px
}

.compare .tab_sl {
    overflow: hidden
}

.compare .tab_sl .item {
    padding-top: 10px;
    max-width: 340px;
    margin: auto
}

.compare .owl-prev, .compare .owl-next {
    position: absolute;
    top: 85px;
    left: -10px;
    width: 46px;
    height: 46px;
    margin: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
    border-radius: 50%;
    background: #fff !important
}

.compare .owl-next {
    left: auto;
    right: -10px
}

.compare .owl-prev:after, .compare .owl-next:after {
    content: "";
    width: 8px;
    height: 14px;
    background: url(/img/arr_navigator.png) no-repeat;
    background-position: left top;
    display: block;
    position: relative;
    left: 18px
}

.compare .owl-next:after {
    left: auto;
    right: -20px;
    background-position: right top
}

.compare .owl-nav button.disabled {
    background: #f1f0f0 !important;
    box-shadow: none;
    cursor: text
}

.compare .similar .title {
    text-align: center;
    font-size: 32px;
    line-height: 1.2
}

.compare .similar .tabs {
    margin-top: 25px
}

.tab.card_program {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    padding: 24px 20px 24px 20px;
    border-radius: 5px;
    max-width: 290px;
    margin: auto;
    position: relative
}

.tab.card_program .rating__link {
    font-weight: bold;
}

.tab.card_program .favourites-block {
    margin: 0.5rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tab.card_program .favourites-block__label{
    color: red;
    text-align: center;
    vertical-align: center;
    width: 50%;
    display: flex;
    align-items: center;
    align-self: stretch;
    font-size: 10px;
    text-transform: uppercase;
}

.tab.card_program .active .favourites-block__label:after {
    background: url(/img2/like.png) top right no-repeat;
}
.tab.card_program .favourites-block__label:after{
    content: "";
    display: inline-flex;
    align-items: center;
    width: 24px;
    height: 24px;
    background: url(/img2/like.png) top left no-repeat;
    margin: 2px auto 2px 8px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.tab.card_program > .row > .img {
    text-align: center;
    margin-bottom: 20px
}

.tab.card_program .add {
    margin-top: 7px
}

.tab.card_program .add a {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #6aad29;
    position: relative;
    padding: 6px 6px 6px 0
}

.tab.card_program .add i {
    font-size: 24px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    font-weight: 400;
    top: -1px;
    font-style: normal
}

.tab.card_program .add b {
    font-weight: 400
}

.tab.card_program .add span {
    width: 2px;
    height: 8px;
    display: inline-block;
    background: #6aad29;
    position: relative;
    margin-left: 11px;
    font-weight: 700
}

.tab.card_program .add span:before {
    content: "";
    background: #6aad29;
    width: 2px;
    height: 13px;
    position: absolute;
    left: -5px;
    top: -5px
}

.tab.card_program .add span:after {
    content: "";
    background: #6aad29;
    width: 2px;
    height: 11px;
    position: absolute;
    right: -5px;
    top: -3px
}

.tab.card_program .add a:after {
    content: "";
    width: calc(100% - 26px);
    height: 2px;
    background: #6aad29;
    position: absolute;
    bottom: -2px;
    right: 1px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.tab.card_program .add a:hover:after {
    width: calc(100% - 1px)
}

.tab.card_program .name a {
    font-size: 24px;
    font-weight: 700;
    color: #171717;
    text-decoration: none
}

.tab.card_program .name a:hover {
    text-decoration: underline
}

.tab.card_program .name p {
    margin-bottom: 10px
}

.tab.card_program .info {
    text-align: center
}

.tab.card_program .tabs_info p.titl {
    color: #848480;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px
}

.tab.card_program .tabs_info h2 {
    font-size: 24px;
    font-weight: 700
}

.tab.card_program .stars img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 3px
}

.tab.card_program .stars a {
    text-decoration: none
}

.tab.card_program a:hover {
    text-decoration: underline
}

.tab.card_program .text {
    font-size: 14px;
    line-height: 1.5
}

.tab.card_program .text p {
    margin-bottom: 2px
}

.tab.card_program .text a {
    color: #8a2779;
    text-decoration: underline;
    display: block
}

.tab.card_program .text a:hover {
    text-decoration: none
}

.tab.card_program:before {
    content: "";
    background: #fff;
    width: 86%;
    position: absolute;
    z-index: -1;
    bottom: -13px;
    margin: auto;
    display: block;
    height: 50px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    border-radius: 4px
}

.katalog .title_bl {
    text-align: left
}

.katalog .tab {
    margin-bottom: 50px
}

.katalog .tab:last-child {
    margin-bottom: 0
}

.katalog .tab.card_program {
    max-width: 350px
}

.tab.card_program .review {
    margin-top: 65px;
    background: #f3f3f3;
    border-radius: 4px;
    padding: 0 20px 20px
}

.tab.card_program .review > .img {
    display: inline-block;
    width: 74px;
    height: 74px;
    position: relative;
    margin: -37px auto 0;
    top: -10px
}

.tab.card_program .review > .img > img {
    border-radius: 50%;
    width: 74px;
    height: 74px
}

.tab.card_program .review > .img .vk {
    width: 23px;
    height: 23px;
    background: #4f75a3;
    border-radius: 50%;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.tab.card_program .rating {
    margin-top: 5px;
    margin-bottom: 0
}

.tab.card_program .review p.titl {
    font-size: 14px;
    font-weight: 700;
    color: #171717;
    margin-bottom: 10px;
    margin-top: 1px
}

.tab.card_program .review {
    margin-bottom: 28px;
    text-align: center
}

.tab.card_program .review p {
    margin-bottom: 0
}

.tab.card_program .bt {
    margin-top: 1px
}

.tab.card_program .bt a {
    color: #8a2779;
    text-decoration: underline
}

.tab.card_program .bt a:hover {
    text-decoration: none
}

.katalog .tab.card_program .btn {
    width: 172px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
    text-decoration: none;
}

.katalog .tab.card_program > div > div > .bt {
    margin: 0 auto 14px;
    text-align: center
}

.katalog .tab.card_program > div > div > .bt:last-child {
    margin-bottom: 0
}

.katalog .tab.card_program > div > div > .bt a {
    text-decoration: none;
    padding-toP: 0;
    padding-bottom: 0;
    height: 40px;
    line-height: 38px
}

.katalog .choice_bl {
    margin-top: 60px;
    padding-top: 35px;
    border-top: 2px dotted #ccc
}

.katalog .choice_bl h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px
}

.katalog .choice_bl .library {
    background: #f3f3f3;
    border-radius: 4px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    border-top: 3px solid #7bbe39;
    padding: 30px 20px;
    margin-bottom: 35px
}

.katalog .choice_bl .library .titl {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #2d2d2d;
    margin-bottom: 26px
}

.katalog .choice_bl .library .list-group {
    counter-reset: myCounter;
    margin: 0;
    padding: 0
}

.katalog .choice_bl .library .list-group hr {
    margin-top: 26px;
    margin-bottom: 25px;
    border-top: 1px solid #cdd0d4;
    width: 100%;
    display: block
}

.katalog .choice_bl .library a {
    list-style: none;
    position: relative;
    padding-left: 50px;
    text-decoration: none;
    color: #171717
}

.katalog .choice_bl .library a:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    position: absolute;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    left: 0;
    top: -5px;
    border: 2px solid #7bbe39;
    text-align: center;
    line-height: 27px;
    font-weight: 700;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.katalog .choice_bl .library a.active:before {
    background: #7bbe39;
    color: #fff
}

.katalog .choice_bl .text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px
}

.katalog .choice_bl .text hr {
    height: 2px;
    background: #7bbe39;
    margin: 30px 0 30px
}

.katalog .choice_bl .text ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.katalog .choice_bl .text ul li {
    position: relative;
    padding-left: 19px;
    margin-bottom: 12px
}

.katalog .choice_bl .text ul li:before {
    content: "";
    position: absolute;
    left: 1px;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #7bbe39;
    border-radius: 50%
}

.katalog .filter {
    background: #f3f3f3;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 25px 20px 25px
}

.katalog .filter .btn_mobile {
    text-align: center
}

.katalog .filter .btn_mobile a {
    color: #8a2779;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.katalog .filter .btn_mobile a span {
    border-bottom: 1px solid #8a2779
}

.katalog .filter .btn_mobile a img {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.katalog .filter .btn_mobile a:hover span {
    border-color: #f3f3f3
}

.katalog .filter .btn_mobile a.active > img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.katalog .filter_bl {
    padding-top: 10px;
    padding-bottom: 5px
}

.katalog .fl {
    margin-bottom: 10px;
    border-bottom: 1px solid #c3c3c3;
    padding-bottom: 5px
}

.katalog .fl .input {
    padding-top: 5px;
    margin-bottom: 12px
}

.katalog .fl .titl {
    font-size: 15px;
    position: relative;
    font-weight: 700;
    margin-bottom: 5px
}

.katalog .fl .titl a {
    color: #171717 !important;
    text-decoration: none;
    display: block
}

.katalog .fl .titl a > img {
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.katalog .fl.price .input {
    padding-bottom: 4px
}

.katalog .fl.price input {
    width: 85px;
    line-height: 32px;
    border-radius: 35px;
    border: 1px solid #c3c3c3;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 13px;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px
}

.katalog .fl.price #slider-range {
    margin-top: 20px;
    margin-bottom: 7px
}

.katalog .fl.price .ui-widget.ui-widget-content {
    height: 4px;
    border: 0;
    background: #cbcbcb
}

.katalog .fl.price .ui-slider-horizontal .ui-slider-range {
    background: #8a2779
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #fff !important;
    border-radius: 50%;
    border: 3px solid #8a2779 !important;
    outline: none !important;
    width: 18px !important;
    height: 18px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    cursor: pointer !important
}

.katalog .fl.price .ui-slider-horizontal .ui-slider-handle {
    top: -7px
}

.katalog .fl label {
    display: block
}

.katalog .fl label .checkbox__text {
    position: relative;
    cursor: pointer;
    padding-left: 27px;
    display: block
}
.katalog .fl label h3.checkbox__text {
    font-size: 14px;
    font-weight: 400
}

.katalog .fl label:last-child {
    margin-bottom: 0
}

.katalog .fl label .checkbox__text:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #c3c3c3
}

.katalog .fl label .checkbox__text:after {
    content: '';
    position: absolute;
    top: 7px;
    margin: auto;
    left: 2px;
    width: 12px;
    height: 10px;
    background: url(/img/ok.png) no-repeat center center;
    z-index: 2;
    opacity: 0
}

.katalog .fl label .checkbox:checked + .checkbox__text:after {
    opacity: 1
}

.katalog .fl .titl a.active > img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.katalog .bt {
    text-align: center
}

.katalog .bt .btn-find {
    width: 200px;
    padding: 9px 0 8px;
    background: #8a2779;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 35px;
    margin-bottom: 10px;
    margin-top: 30px
}

.katalog .bt .btn-clear {
    font-size: 14px;
    border-bottom: 1px solid #2d2d2d;
    padding: 0;
    border-radius: 0
}

.katalog .bt button {
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.katalog .bt button:hover {
    opacity: .8
}

.tab.card_program .review p a:hover {
    text-decoration: none
}

.katalog .tab.card_program > div > div > .bt a img {
    position: relative;
    top: -1px;
    display: inline-block;
    margin-left: 10px
}

.katalog .filter .sort select {
    margin-left: 0;
    padding-left: 0;
    margin-top: 8px;
    width: 100%;
    outline: none !important
}

.product .info_bl {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.product .titl_bl {
    font-size: 15px;
    font-weight: 700
}

.product .titl_bl img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    position: relative;
    top: -2px
}

.product .titl_bl.titl_opt {
    text-align: center
}

.product .titl_bl.titl_opt span {
    color: #8a2779;
    font-size: 14px;
    font-weight: 700
}

.product .info_bl ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.product .info_bl ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.product .info_bl ul li:last-child {
    margin-bottom: 0
}

.product .info_bl ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #7bbe39;
    position: absolute;
    left: 0;
    top: 8px
}

.product .sl_product {
    margin-top: 20px
}

.product .sl_product .item img {
    width: 100%;
    height: auto
}

.product .sl_main {
    margin-bottom: 20px
}

.product .sl_main .item {
    position: relative
}

.product .sl_main .item a:before {
    content: "";
    background: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    border-radius: 4px
}

.product .sl_main .item .play {
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 4;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.product .sl_main .item a.image:after {
    content: "";
    width: 45px;
    height: 45px;
    background: url(/img/loop_big.png);
    position: absolute;
    left: 0;
    top: 14px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 4;
    background-size: cover
}

.product .sl_main .item a:hover {
    opacity: .8
}

.product .sl_min {
    padding-bottom: 30px
}

.product .sl_product .owl-item {
    border-radius: 2px
}

.product .sl_min .owl-item {
    border: 2px solid #fff
}

.product .sl_min .owl-item.current {
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    border: 2px solid #7bbe39;
    box-sizing: border-box
}

.product .sl_product .sl_min .item {
    position: relative
}

.product .sl_product .sl_min .item img {
    max-width: 159px;
    cursor: pointer;
    border-radius: 2px
}

.product .awards {
    text-align: center
}

.product .awards img {
    max-width: 260px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 20px
}

.product .option {
    margin-bottom: 45px
}

.product .option.reviews_product {
    margin-bottom: 0;
    margin-top: -20px;
}

.product .middle_rating .table {
    margin-bottom: 28px
}

.product .middle_rating .rating {
    min-width: 130px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: auto
}

.product .middle_rating .table .row {
    position: relative
}

.product .middle_rating .table .row > div {
    border-bottom: 1px solid #e4e3e3;
    padding: 10px 0
}

.product .middle_rating .table .row:before {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    position: absolute;
    left: 20px;
    right: 20px;
    border-bottom: 1px dotted #171717;
    bottom: 18px
}

.product .middle_rating .table span, .middle_rating .table .rating {
    background: #fff;
    position: relative;
    z-index: 2
}

.product .middle_rating .table span {
    padding-right: 8px
}

.product .middle_rating .table .rating {
    padding-left: 8px
}

.product .option .bt {
    text-align: center
}

.product .option .btn-green {
    border-radius: 5px !important;
    color: #fff;
    background: #7bbe39;
    font-size: 13px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .25);
    padding: 6px 20px
}

.product .option .btn-green:hover {
    background: #66a529
}

.product table {
    width: 100%
}

.product table tr {
    border-bottom: 1px solid #e4e3e3
}

.product table td {
    padding: 16px 5px;
    text-align: left;
    vertical-align: top;
    line-height: 1.4
}

.product table td a {
    color: #8a2779;
    text-decoration: underline
}

.product table td a:hover {
    text-decoration: none
}

.about_product table td {
    width: 50%
}

.about_product table tr h3 {
    font-size: 14px;
    font-weight: 700;
}

.about_product table td p {
    margin-bottom: 5px
}

.about_product table td p:last-child {
    margin-bottom: 0
}

.about_product p.ok {
    padding-left: 26px;
    position: relative
}

.about_product p.ok:after {
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    bottom: 0;
    margin: auto;
    background: url(/img/check_green.png);
    width: 18px;
    height: 13px
}

.option .titl_collapse {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px
}

.option .titl_collapse a {
    text-decoration: none;
    text-transform: uppercase
}
.option .titl_collapse h3 {
    font-size: 12px;
    font-weight: 700;
    display: inline;
}

.option .titl_collapse a.second_link {
    text-decoration: underline;
    text-transform: none;
    color: #021390;
    font-style: italic;
    display: inline-block;
    font-weight: 400;
    margin-top: 5px
}

.option .titl_collapse img {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.option .titl_collapse a.active > img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.option .tab {
    border-bottom: 1px solid #e4e3e3;
    padding: 14px 0;
    padding-left: 35px;
    position: relative;
    font-size: 13px;
    display: flex;
    align-items: center
}

.option .tab.ok:after, .option .tab.no:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: cover;
    width: 23px;
    height: 23px
}

.option .tab.ok:after {
    background-image: url(/img/ok_green.png)
}

.option .tab.no:after {
    background-image: url(/img/no_grey.png)
}

.option .collapse_bl {
    margin-bottom: 30px
}

.option .collapse_bl:last-child {
    margin-bottom: 0
}

.reviews_product .sort {
    margin-top: 30px;
    text-align: center
}

.option .rev_bl {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    padding: 25px;
    border-radius: 4px;
    text-align: center
}

.option .general_rating {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 20px 20px 4px;
    text-align: center;
    margin-bottom: 20px
}

.option .general_rating .titl {
    font-weight: 700;
    margin-bottom: 10px
}

.option .general_rating .rating_num {
    font-size: 56px;
    color: #7bbe39;
    line-height: 1;
    margin-bottom: 7px
}

.option .rating {
    margin-bottom: 8px
}

.option .rev_bl {
    margin-bottom: 35px
}

.option .rev_bl:last-child {
    margin-bottom: 0
}

.option .rev_bl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 12px
}

.option .rev_bl ul li p {
    margin-bottom: 1px
}

.option .rev_bl .img {
    display: inline-block;
    width: 74px;
    height: 74px;
    position: relative;
    margin: 0 auto 15px
}

.option .rev_bl .img > .vk {
    width: 23px;
    height: 23px;
    background: #4f75a3;
    border-radius: 50%;
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2
}

.option .rev_bl .img > img {
    border-radius: 50%;
    width: 74px;
    height: 74px
}

.option .rev_bl .text {
    text-align: left
}

.option .rev_bl .text p.comment {
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 15px
}

.option .rev_bl .text p.date {
    color: #848480;
    margin-bottom: 0
}

.option .rev_bl .text p {
    margin-bottom: 2px
}

.option .rev_bl .text p:last-child {
    margin-bottom: 0
}

.option .rev_bl .text .line {
    margin-bottom: 12px
}

.option .rev_bl .text .line:last-child {
    margin-bottom: 0
}

.tab_product {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .2);
    padding: 38px 20px 38px 20px;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 45px;
    text-align: center
}

.tab_product .img {
    margin-bottom: 10px
}

.tab_product .pr_title {
    margin-bottom: 10px
}

.tab_product .pr_title a {
    color: #171717;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px
}

.tab_product .pr_title a:hover {
    text-decoration: underline
}

.tab_product .pr_rating .rating {
    margin-bottom: 0
}

.tab_product .pr_rating {
    margin-bottom: 15px
}

.tab_product .pr_rating .titl {
    font-size: 11px;
    color: #848480;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 3px
}

.tab_product .pr_rating .num a {
    color: #8a2779;
    font-size: 14px
}

.tab_product .manager {
    font-size: 12px;
    margin-bottom: 20px
}

.tab_product .manager img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.tab_product .manager a {
    text-decoration: none;
    color: #8a2779;
    text-transform: uppercase
}

.tab_product .manager span {
    border-bottom: 1px dashed #8a2779;
    padding-bottom: 2px
}

.tab_product .manager a:hover span {
    border-color: #fff
}

.tab_product .tags {
    text-align: center;
    margin-bottom: 25px
}

.tab_product .tags > a {
    display: inline-block;
    background: #8a2779;
    color: #fff;
    padding: 4px 10px;
    margin: 7px 5px;
    font-size: 13px;
    border-radius: 3px;
    text-decoration: none
}

.tab_product .tags > a:hover {
    background: #7e216e
}

.tab_product .bnt-more, .tab_product .bnt-price {
    width: 190px
}

.tab_product .btns .bt .bnt-price {
    padding-top: 9px
}

.tab_product .btns .bt {
    margin-bottom: 15px
}

.tab_product .btns .bt:last-child {
    margin-bottom: 0
}

.popular_prs {
    border: 1px solid #7bbe39;
    border-radius: 15px;
    padding: 0;
    max-width: 260px;
    margin: 30px auto 0;
    position: relative
}

.popular_prs:after {
    content: "";
    width: 20px;
    height: 18px;
    position: absolute;
    background: url(/img/like.png);
    left: -10px;
    top: -5px
}

.popular_prs > p.titl {
    color: #fff;
    background: #7bbe39;
    text-align: center;
    padding: 5px 0 5px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px
}

.popular_prs ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding: 0 10px 10px
}

.popular_prs ul li {
    text-align: left;
    margin-bottom: 4px
}

.popular_prs ul li:last-child {
    margin-bottom: 0
}

.popular_prs .rating {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 1;
    position: relative;
    top: -1px
}

.popular_prs .rating .num {
    font-size: 12px
}

.popular_prs a.titl {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 13px
}

.categories .title_bl {
    text-align: left
}

.categories .main .title_bl p {
    margin-left: 0;
    max-width: 820px
}

.cat_search {
    margin-bottom: 30px
}

.cat_search p {
    margin-bottom: 8px
}

.cat_search .btn_search img {
    width: 24px;
    height: auto
}

.cat_search .btn_search {
    padding-left: 28px;
    padding-right: 28px
}

.cat_search .input-group-append {
    margin-left: -80px;
    position: relative;
    z-index: 10
}

.cat_search input {
    border-radius: 35px !important;
    padding-left: 15px;
    padding-right: 92px
}

.categories .cat_list .tab {
    margin-bottom: 25px
}

.categories .cat_list .tab .titl {
    font-size: 18px;
    margin-bottom: 10px
}

.categories .cat_list .tab ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.categories .cat_list .tab ul li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px
}

.categories .cat_list .tab ul li:before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #91bc47
}

.categories .cat_list .tab ul li a {
    color: #171717
}

.categories .cat_list .tab ul li a:hover {
    color: #8a2779
}

.categories .cat_popular {
    margin-bottom: 30px
}

.categories .cat_popular .tab {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    padding: 20px 30px 25px;
    border-radius: 5px
}

.categories .cat_popular .tab .titl {
    text-align: center;
    font-size: 19px;
    margin-bottom: 17px
}

.categories .cat_popular .tab .titl img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
    top: -3px
}

.categories .cat_popular .tab ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.categories .cat_popular .tab ul li {
    margin-bottom: 10px;
    position: relative;
    padding-right: 20px
}

.categories .cat_popular .tab ul li:last-child {
    margin-bottom: 0
}

.categories .cat_popular .tab ul li a {
    color: #171717;
    display: block;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

.categories .cat_popular .tab ul li a:hover {
    color: #8a2779
}

.categories .cat_popular .tab ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 11px;
    background: url(/img/arr-next.png);
    z-index: 1;
    background-size: cover;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.categories .cat_popular .tab ul li:hover:after {
    background: url(/img/arr-next_hover.png);
    width: 6px;
    height: 11px;
    background-size: cover
}

.compareModal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    background: #CF9BC3;
    z-index: 10;
    padding: 20px
}

.compareModal ul {
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.compareModal ul li {
    background: #DCE9EF;
    border: 2px solid #DCE9EF;
    width: 70px;
    height: 70px;
    margin: 5px;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    position: relative;
    border-radius: 3px
}

.compareModal ul li img {
    width: 100%;
    height: auto
}

.compareModal ul li.hasPr {
    border-color: #8a2779
}

.compareModal ul li > a.close {
    position: absolute;
    top: -7px;
    right: -7px;
    border-radius: 50%;
    background: #FF0001;
    color: #fff;
    font-size: 12px;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    opacity: 1;
    z-index: 3;
    font-weight: 400
}

.compareModal ul li > a.close > img {
    width: 7px;
    height: auto
}

.compareModal .btns {
    margin-top: 15px;
    text-align: center
}

.compareModal .btns a {
    font-size: 14px
}

.compareModal .btns a.btn-green {
    color: #fff;
    padding: 8px 20px 6px 20px
}

.main .article {
    max-width: 680px;
    margin: 35px auto 0;
    font-family: Times New Roman, serif
}

.main .article h1 {
    margin-bottom: 25px
}

.main .article .target {
    font-size: 20px;
    color: #737373;
    line-height: 1.3;
    margin-bottom: 30px
}

.article .inf {
    margin-bottom: 40px;
    font-family: "Arial"
}

.article .inf .author {
    margin-bottom: auto;
    margin-right: 20px
}

.article .inf .author .name {
    font-weight: 400;
    color: #333;
    font-weight: 700
}

.article .author .author_img img {
    max-width: 40px
}

.article .inf p {
    font-size: 16px !important;
    margin-bottom: 0 !important
}

.article .inf .time {
    margin-right: 25px;
    color: #333
}

.article .inf .like_count {
    color: #333
}

.article .like_count img {
    position: relative;
    top: -1px;
    width: initial;
    height: initial;
}
.article img {
    width: 100%;
    height: auto;
}

img.article_img {
    margin: 30px auto 30px;
    display: block;
    width: 100%;
    height: auto
}

.main .article p {
    font-size: 20px;
    margin-bottom: 30px
}

.article .line_btns {
    font-family: Arial
}

.article .hasLike {
    font-size: 18px
}

.article .hasLike a {
    color: #000;
    text-decoration: none
}

.article .hasLike a svg {
    width: 34px;
    height: auto;
    display: inline-block;
    position: relative;
    top: -1px;
    fill: red;
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease
}

.article .hasLike a span {
    margin-right: 8px;
    color: #767676
}

.article .hasLike a:hover svg {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.article .line_btns {
    margin-bottom: 10px;
    margin-top: 40px
}

.article .line_btns > div {
    margin-bottom: 15px
}

.author_bottom .role {
    margin-bottom: 0
}

.author_bottom {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
    font-family: Arial;
    margin-bottom: 40px
}

.main .article .author_bottom .img_bl img {
    border-radius: 50%
}

.main .article .author_bottom .titl {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px
}

.main .article .author_bottom .titl a {
    color: #000;
    text-decoration: none
}

.main .article .author_bottom .desc {
    font-size: 14px;
    margin-bottom: 0
}

.author_bottom .inf_bl {
    padding-left: 0
}

.comments_bl {
    font-family: Arial
}

.comments_bl .write_comm {
    margin-bottom: 38px
}

.comments_bl .titl {
    font-size: 18px;
    color: #000
}

.comments_bl .avatar img {
    border-radius: 50%;
    width: 45px;
    height: auto
}

.comments_bl textarea {
    border-radius: 35px;
    border: 1px solid #c3c3c3;
    padding: 8px 15px 7px 15px;
    color: #848480;
    outline: none !important;
    margin: auto 15px
}

.comments_bl .btn {
    width: 130px
}

.comment .author_comm {
    padding-left: 60px;
    position: relative;
    margin-bottom: 10px
}

.comment {
    margin-bottom: 10px
}

.comment .main_comm {
    margin-bottom: 20px
}
.comment .main_comm .review-active-link {
    text-decoration: none;
}

.comment > .comment {
    padding-left: 60px
}

.comment .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 47px;
    background: #f1f1f1;
    text-align: center;
    font-size: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.comment .avatar img {
    width: 45px;
    height: auto;
    border-radius: 50%
}

.comment .name {
    margin-top: auto !important;
    margin-bottom: auto !important;
    font-size: 16px !important;
    font-weight: 700
}

.comment .body_comm {
    padding-left: 60px;
    margin-bottom: 10px
}

.comment .body_comm p {
    font-size: 14px !important;
    margin-bottom: 10px
}

.comment .body_comm p a {
    text-decoration: none
}

.comment .body_comm p.titl {
    margin-bottom: 0;
    font-weight: 700
}

.comment .body_comm p:last-child {
    margin-bottom: 0
}

.comment .opt_comm {
    padding-left: 60px
}

.comment .opt_comm > div {
    margin-right: 20px;
    margin-bottom: 10px
}

.comment .opt_comm > div:last-child {
    margin-bottom: 0
}

.comment .opt_comm > div a, .comment .opt_comm > div span {
    color: #767676;
    text-decoration: none
}

.comment .opt_comm .add_like svg {
    fill: #767676;
    position: relative;
    top: -2px;
    margin-right: 3px
}

.comment .opt_comm .add_like a:hover, .comment .opt_comm .add_like a.active {
    color: #8a2779
}

.comment .opt_comm .add_like a:hover svg, .comment .opt_comm .add_like a.active svg {
    fill: #8a2779
}

.comment .opt_comm .request a:hover {
    text-decoration: underline
}

.opt_comm .settings a {
    padding: 5px 10px;
    position: relative;
    top: -1px
}

.opt_comm .settings a i {
    width: 4px;
    height: 4px;
    background: #767676;
    display: block;
    position: relative
}

.opt_comm .settings a i:before, .comment .opt_comm .settings a i:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #767676;
    display: block;
    position: absolute;
    left: -9px
}

.opt_comm .settings a i:after {
    left: auto !important;
    right: -9px
}

.opt_comm .settings a.btn {
    width: auto !important
}

.opt_comm .settings .dropdown-menu {
    padding: 2px 0 0;
    font-size: 14px !important;
    min-width: 7rem
}

.intrest {
    background: #f1f1f1;
    padding: 46px 0 15px;
    margin-bottom: -60px
}

.intrest .intrest_c {
    max-width: 720px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px
}

.intrest_c > .row > div {
    padding-left: 15px;
    padding-right: 15px
}

.intrest .auth_imtrest .img_bl img {
    border-radius: 50%;
    width: 30px;
    height: auto
}

.intrest .auth_imtrest .inf_bl .name {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px
}

.intrest .auth_imtrest .inf_bl .time {
    margin-bottom: 0;
    font-size: 12px
}

.intrest .auth_imtrest .inf_bl .name a {
    color: #000;
    text-decoration: none
}

.intrest .tab .titl {
    font-size: 20px;
    font-family: Times New Roman;
    line-height: 1.3
}

.intrest .tab .titl a {
    color: #000
}

.intrest .tab > .img_bl {
    margin-bottom: 12px
}

.intrest .tab > .img_bl img {
    width: 100%;
    height: auto;
    max-width: 150px
}

.intrest .tab {
    margin-bottom: 35px
}

.intrest_c > .titl {
    font-size: 22px;
    border-bottom: 2px solid #ccc;
    line-height: 1.3;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.intrest .like_count img {
    width: 16px;
    height: auto;
    position: relative;
    top: -1px
}

.pona2is .day {
    margin-bottom: 65px
}

.pona2is .day:last-child {
    margin-bottom: 0
}

.pona2is .day .tab_basic, .pona2is .day .tab_reccomend {
    margin-bottom: 35px
}

.pona2is .day .titl a {
    text-decoration: none;
    color: #333
}

.pona2is .day .titl a:hover {
    text-decoration: underline
}

.pona2is .title_bl p {
    margin-bottom: 12px
}

.pona2is .title_bl {
    margin-bottom: 12px;
    margin-top: 0
}

.pona2is .tab_basic .title_bl .titl {
    margin: auto;
    font-weight: 700;
    font-size: 20px
}

.pona2is .tab_basic .title_bl .btns_top a {
    margin-left: 15px;
    font-size: 15px;
    color: #a3a3a3
}

.pona2is .tab_basic .title_bl .btns_top a.active {
    text-decoration: underline
}

.pona2is .tab_basic_main .author {
    margin-bottom: 12px
}

.pona2is .tab_basic_main > .tab {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .05);
    padding: 14px 14px 15px 14px;
    border-radius: 5px;
    margin: auto;
    position: relative;
    margin-bottom: 3px
}

.pona2is .tab_basic_main > .tab p.titl {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 6px
}

.pona2is .tab_basic_main > .tab p.titl a {
    color: #000;
    text-decoration: none
}

.pona2is .tab_basic_main > .tab p.desc {
    margin-bottom: 0
}

.pona2is .tab_basic_main > .tab .tab_btns a {
    margin-right: 15px
}

.tab_basic_second > .tab {
    background: #fff;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    padding: 10px 15px 12px 15px;
    margin: auto;
    position: relative;
    margin-bottom: 0
}

.tab_basic_second > .tab .tab_img img {
    width: 100%;
    max-width: 100px;
    height: auto;
    position: relative;
    top: 5px
}

.tab_basic_second > .tab p.titl, .tab_basic_second > .tab p.titl a {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.4;
    text-decoration: none;
    color: #000
}

.tab_basic_second > .tab .tab_text .desc {
    margin-bottom: 12px
}

.tab_basic_second > .tab .options {
    list-style-type: none;
    color: #838383;
    margin: 15px 0 0;
    padding: 0
}

.tab_basic_second > .tab .like_bl {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 50px
}

.tab_basic_second > .tab .tab_img {
    margin-bottom: 10px;
    padding-right: 0
}

.tab_basic_second > .tab .options li {
    margin-bottom: 5px;
    font-size: 12px
}

.tab_basic_second > .tab.button {
    padding: 7px 0 4px
}

.tab_basic_second > .tab.button a {
    color: #91bc47;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase
}

.tab_basic_second > .tab.button a:hover {
    text-decoration: underline
}

.tab_basic_second > .tab.button a i {
    background: url(/img2/double-arrow.svg);
    width: 16px;
    height: 16px;
    background-size: cover;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 1px
}

.tab_reccomend > .titl {
    font-size: 18px;
    color: #a3a3a3;
    margin-bottom: 25px
}

.tab_reccomend .tab {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    padding: 14px 14px 16px 14px;
    border-radius: 5px;
    margin: auto;
    position: relative;
    margin-bottom: 3px
}

.tab_reccomend .tab .tab_body .titl {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 6px
}

.tab_reccomend .tab .tab_body .titl a {
    color: #000
}

.tab_reccomend .tab .tab_body {
    margin-bottom: 25px
}

.tab_bests_main > .titl {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px
}

.tab_bests_main .tab_best {
    margin-bottom: 20px
}

.tab_bests_main .tab_best:last-child {
    margin-bottom: 0
}

.tab_bests_main .top_tab_best {
    margin-bottom: 10px
}

.tab_reccomend .img_bl {
    padding-right: 0
}

.tab_reccomend .text_bl {
    padding-left: 12px;
    padding-right: 10px
}

.tab_bests_main .top_tab_best img {
    width: 100%;
    height: auto;
    max-width: 100px
}

.tab_bests_main .top_tab_best .titl {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    top: -2px;
    word-break: break-all
}

.tab_bests_main .top_tab_best .titl a {
    color: #333;
    text-decoration: none
}

.tab_bests_main .top_tab_best .titl a:hover {
    text-decoration: underline
}

.tab_bests_main .top_tab_best .like_bl {
    padding-left: 5px
}

.tab_bests_main .top_tab_best .like {
    width: 30px;
    height: 48px;
    font-size: 14px;
    top: 0;
    margin-top: auto;
    margin-bottom: auto
}

.tab_bests_main .top_tab_best .like:before {
    width: 16px;
    height: 16px;
    background-size: cover
}

.tab_bests_main .bl {
    border-radius: 5px;
    border: 1px solid #f1f1f1;
    padding: 12px 8px 8px
}

.tab_bests_main .tab_best .desc {
    margin-bottom: 0;
    color: #a3a3a3;
    font-size: 13px
}

.tab_intrest .tab {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    padding: 20px 20px 22px 20px;
    border-radius: 5px;
    margin: auto;
    position: relative
}

.tab_intrest .img_bl {
    margin-bottom: 15px
}

.tab_intrest .img_bl img {
    width: 100%;
    max-width: 176px;
    height: auto
}

.tab_intrest .author {
    margin-bottom: 0
}

.tab_intrest .author .name {
    font-size: 13px
}

.tab_intrest .author .time {
    font-size: 12px
}

.tab_intrest .author .like_count {
    margin-right: 0;
    margin-left: auto
}

.tab_intrest .bl .titl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 13px
}

.tab_intrest .bl .titl a {
    color: #333;
    text-decoration: none
}

.tab_intrest .bl .titl a:hover {
    text-decoration: underline
}

.tab_intrest .row > div {
    margin-bottom: 30px
}

.tab_intrest .row > div:last-child {
    margin-bottom: 0
}

.r_bl {
    margin-top: 40px
}

.r_bl .tab {
    margin: 0 auto 50px;
    max-width: 320px
}

.r_bl .tab:last-child {
    margin-bottom: 0
}

.r_bl .tab .title {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px
}

.r_bl .tab .titl {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px
}

.r_bl .tab .titl a {
    text-decoration: none;
    color: #333
}

.r_bl .tab .titl a:hover {
    text-decoration: underline
}

.r_bl .tab .img_bl img {
    width: 100%;
    height: auto
}

.r_bl .tab.case .img_bl {
    padding-left: 0;
    position: relative;
    top: 3px
}

.r_bl .tab.case .bt a.btn {
    font-size: 13px;
    padding: 3px 20px
}

.r_bl .tab.case .bl {
    padding-top: 17px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.r_bl .tab.case .bl:first-child {
    border-top: 1px solid #ccc
}

.r_bl .tab.inf .img_bl {
    margin-bottom: 13px
}

.r_bl .tab.inf p {
    margin-bottom: 13px;
    font-size: 13px
}

.r_bl .tab.inf input {
    display: block;
    border-radius: 35px;
    border: 1px solid #c3c3c3;
    padding: 6px 15px 5px 15px;
    color: #848480;
    outline: none !important;
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px
}

.r_bl .tab.inf .btn {
    font-size: 12px
}

.r_bl .tab.auth .bl {
    padding-top: 14px;
    padding-bottom: 16px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px
}

.r_bl .tab.auth .bl img {
    border-radius: 50%;
    margin: 4px;
    width: 44px;
    height: 44px
}

.r_bl .tab.popul .bl {
    padding-top: 17px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.r_bl .tab.popul .bl .img_bl {
    padding-left: 0
}

.r_bl .tab.popul .bl:first-child {
    border-top: 1px solid #ccc
}

.r_bl .tab.popul .bl .like {
    font-size: 13px;
    right: 5px;
    margin-right: 0;
    margin-left: auto;
    top: 1px;
    width: 36px;
    height: 50px
}

.r_bl .tab.popul .bl .like:before {
    width: 16px;
    height: 16px;
    background-size: cover
}

.r_bl .tab.popul .bl .btn-comments:before {
    width: 14px;
    height: 12px;
    left: 10px
}

.r_bl .tab.popul .bl .btn-comments {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 35px;
    margin-right: 10px
}

.r_bl .tab.popul .bl .btn-request {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px
}

body.card {
    background: #ccc
}

.card_modal {
    max-width: 1080px !important;
    width: 100%;
    padding: 20px 20px 15px !important;
    margin: 15px auto !important;
    background: #fff;
    overflow: visible !important
}

.card_modal .fancybox-close-small {
    top: -30px
}

.card_modal .pr_info {
    padding-left: 0
}

.card_modal .tab_pr {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    padding: 10px 20px 14px 20px;
    border-radius: 5px;
    margin: auto;
    position: relative;
    margin-bottom: 25px
}

.card_modal .tab_pr .btns_bl .btn {
    width: 190px
}

.card_modal .tab_pr .btns_bl .btn:first-child {
    margin-bottom: 8px
}

.card_modal .tab_pr .inf_bl {
    margin-bottom: 20px
}

.card_modal .tab_pr .titl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px
}

.card_modal .tab_pr .titl a {
    color: #171717;
    text-decoration: none
}

.card_modal .tab_pr .titl a:hover {
    text-decoration: underline
}

.card_modal .tab_pr .category {
    margin-bottom: 8px
}

.card_modal .tab_pr .category a {
    background: #e8e8e8;
    border: 1px solid #ccc;
    padding: 4px 10px;
    border-radius: 4px;
    color: #757575;
    text-decoration: none
}

.card_modal .tab_pr .rating {
    margin-bottom: 8px
}

.card_modal .tab_pr .bull {
    list-style-type: none;
    padding: 0;
    margin-bottom: 8px
}

.card_modal .tab_pr .bull li {
    display: inline-block;
    margin: 4px;
    padding: 2px 10px;
    color: #fff;
    background: #8b3179;
    border-radius: 4px;
    font-size: 13px
}

.card_modal .tab_pr .bull li a {
    color: #fff
}

.card_modal .tab_pr .manager {
    margin-bottom: 8px
}

.card_modal .tab_pr .manager a {
    text-decoration: none;
    color: #8a2779;
    text-transform: uppercase;
    font-size: 12px
}

.card_modal .tab_pr .manager img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px
}

.card_modal .tab_pr .manager span {
    border-bottom: 1px dashed #8a2779;
    padding-bottom: 2px
}

.card_modal .tab_pr .manager a:hover span {
    border-color: #fff
}

.card_modal .sl_product {
    margin-top: 0
}

.card_modal .sl_product img {
    width: 100%;
    height: auto
}

.card_modal .tab_description .sl_product {
    overflow: hidden
}

.card_modal .product .titl_bl.titl_opt {
    text-align: left
}

.card_modal .about_product p.name {
    font-weight: 700;
    margin-bottom: 4px;
    font-size: 15px
}

.card_modal .about_product p {
    margin-bottom: 0
}

.card_modal .about_product .bl {
    padding: 10px 0 10px;
    border-bottom: 1px solid #e4e3e3;
    font-size: 13px
}

.card_modal .about_product .bl p.ok {
    margin-bottom: 3px
}

.card_modal .about_product .bl p.ok:last-child {
    margin-bottom: 0
}

.card_modal .tab_description .info_bl {
    margin-bottom: 10px
}

.card_modal .shareIt {
    font-size: 14px
}

.card_modal .recommend_bl {
    margin-bottom: 30px
}

.card_modal .recommend_bl .title {
    font-weight: 700;
    margin-bottom: 10px
}

.recommend_bl .btns a.btn-yes {
    background: #deefcd;
    color: #007d29
}

.recommend_bl .btns a i {
    background: url(/img2/like1.png);
    width: 16px;
    height: 16px;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    top: -2px
}

.recommend_bl .btns a.btn-no i {
    background-position: top left
}

.recommend_bl .btns a.btn-no i {
    background-position: top right
}

.recommend_bl .btns a {
    display: inline-block;
    background: #ccc;
    color: #585858;
    border-radius: 6px;
    padding: 0 10px;
    line-height: 30px;
    width: 80px;
    font-size: 12px;
    font-weight: 700;
    margin-right: 5px
}

.recommend_bl .btns a:hover {
    opacity: .8
}

.recommend_bl .rec_bl_l {
    margin-bottom: 18px
}

.recommend_bl .inform {
    color: #545454
}

.recommend_bl .inform span {
    background: #effae5;
    padding: 5px 8px;
    border-radius: 4px;
    color: #1aa721;
    font-size: 15px;
    font-weight: 700;
    margin-left: 7px
}

.card_modal .tab_description .bl_l {
    margin-bottom: 40px
}

.card_modal .tab_description {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 25px
}

.card_modal .fancybox-close-small {
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .35);
    right: 0px !important;
    top: -21px !important
}

.title_promo {
    text-align: center;
    margin-bottom: 30px
}

.title_promo .title {
    text-transform: uppercase;
    font-weight: 700
}

.title_promo .podp {
    font-size: 20px
}

.desc_promo {
    text-align: center;
    margin: auto;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 20px 30px;
    margin-bottom: 45px
}

.desc_promo p.title_main {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px
}

.desc_promo p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #a6a6a6
}

.bottom_promo {
    text-align: center
}

.bottom_promo .btn {
    background: #8a2779;
    position: relative;
    padding: 10px 35px 10px 60px;
    border-radius: 35px;
    color: #fff;
    line-height: 1.3;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.bottom_promo .btn img {
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 25px;
    height: 10px;
    margin: auto;
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
    filter: FlipH;
    -ms-filter: "FlipH"
}

.bottom_promo .btn:hover {
    opacity: .8
}

.reviews_product .recommend_bl {
    margin-bottom: 35px
}

.reviews_product .recommend_bl .rec_bl_l {
    margin-bottom: 0
}

.reviews_product .recommend_bl .rec_bl_l .title {
    margin-bottom: 10px
}

.reviews_product .titl_bl.titl_opt {
    text-align: left
}

.reviews_product .rev_line .bt {
    text-align: left
}

.reviews_product .recommend_bl {
    margin-top: 25px
}

.reviews_product .recommend_bl .inform {
    margin-top: 20px
}

.reviews_product .rl {
    margin-right: 0;
    margin-left: 15px
}

.comment .body_comm .rev {
    margin-bottom: 15px
}

.comment .body_comm .rev p {
    margin-bottom: 4px
}

.comment .body_comm .rev p:last-child {
    margin-bottom: 0
}

.comment .body_comm .rev .quote {
    font-size: 16px;
    font-weight: 700;
    font-style: italic
}

.comment .body_comm .rev .about .position {
    margin-right: 10px
}

.comment .body_comm .rating {
    text-align: left;
    margin-top: 8px
}

.comment .body_comm .rating .rt_bl {
    text-align: left;
    display: block;
    margin-bottom: 13px
}

.comment .body_comm .rating .rt_bl:last-child {
    margin-bottom: 0
}

.comment .body_comm .rating .rt_bl p {
    color: #a2a2a2;
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 12px !important
}

.comment .body_comm .rating .rt_bl .rating_num {
    font-weight: 700;
    color: #7bbe39;
    line-height: 1;
    font-size: 16px
}

.comment .body_comm .rating {
    margin-bottom: 0
}


.modalSalesProduct .modal-content {
    background: rgba(42, 77, 28, 0.9);
    max-width: 600px;
}

.modalSalesProduct .modal-content button.close {
    color: #fff;
    box-shadow: none !important;
}

.modalSalesProduct .titl {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.modalSalesProduct .titl:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 160px;
    height: 66px;
    background: url(/img/completed.png);
    background-size: cover;
}

.modalSalesProduct .sorry {
    font-weight: 700;
    font-size: 20px;
    color: #ffba00;
    line-height: 1.3;
    margin-bottom: 20px;
}

.modalSales.modalSalesProduct .modal-content .text {
    margin-bottom: 27px;
}


.free_prem {
    background: #f2f6f8;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}

.free_prem .titl {
    text-align: center;
    color: #152845;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 8px;
}

.free_prem .titl span {
    font-size: 25px;
    color: #b2b404;
    display: block;
}

.free_prem .titl span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background: url(/img/plane.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    position: relative;
    top: -3px;
}

.free_prem .podp {
    text-align: center;
    color: #707f95;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.free_prem .titl_form {
    max-width: 260px;
    margin: 0 auto 18px;
    text-align: center;
    color: #152845;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.free_prem .titl_form .pr1 {
    display: block;
    text-align: left;
}

.free_prem .titl_form .pr2 {
    display: block;
    text-align: right;
}

.free_prem .price {
    text-align: center;
    max-width: 320px;
    color: #7b8688;
    font-size: 20px;
    position: relative;
    padding-top: 22px;
    margin: 0 auto 10px;
}

.free_prem .price .cost {
    color: #8f9c04;
    font-weight: bold;
}

.free_prem .price .old_price {
    color: #7b8688;
    text-decoration: line-through;
    font-size: 17px;
}

.free_prem .price .sale_bl {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    border: 1px solid #7b8688;
    border-radius: 25px;
    background: #fff;
    padding: 5px 5px 4px;
    position: absolute;
    top: 0;
    right: 0;
}

.free_prem form {
    max-width: 320px;
    margin: 0 auto 15px;
    text-align: center;
    position: relative;
}

.free_prem form input[type="text"] {
    font-size: 15px;
    margin-bottom: 10px;
}

.free_prem .btn-red {
    background: #f00000;
    color: #fff;
    border: 0;
    border-radius: 35px;
    padding: 10px 25px 8px 25px;
    text-transform: uppercase;
    font-size: 12px;
}

.free_prem .btn-red:hover {
    background: #c60000;
}

.free_prem .lucky p.count {
    font-size: 35px;
    color: #f00000;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1;
}

.free_prem .lucky .count:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(/img/multiply.svg);
    background-size: cover;
    margin-right: 12px;
    position: relative;
    top: -3px;
}

.free_prem .lucky p {
    color: #707f95;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 0;
}

.free_prem_l:after {
    content: "";
    width: 100%;
    max-width: 400px;
    margin: 20px auto 20px;
    display: block;
    height: 1px;
    background: #ccc;
}

.free_prem .options_bl ul {
    width: 100%;
    max-width: 250px;
    margin: auto;
}

.free_prem .options_bl ul li {
    padding-left: 30px;
    margin-bottom: 4px;
}

.free_prem .options_bl ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    bottom: 0;
    margin: auto;
    background: url(/img/check_green.png);
    width: 18px;
    height: 13px;
}

.free_prem .timerSale {
    background: #f7fafb;
    border-radius: 25px;
    border: 1px solid #ccc;
    margin: 20px auto 0px;
    max-width: 270px;
}

.free_prem .timerSale .tab {
    padding: 0 6px;
}

.free_prem form .rez {
    margin: auto;
    background: #fff;
    border-radius: 25px;
    padding: 10px;
    min-height: 60px;
}

.free_prem form .rez img {
    margin-right: 10px;
    position: relative;
    top: -3px;
    width: 40px;
}

.free_prem form .rez .rez_text {
    text-align: center;
    line-height: 1.3;
}

.free_prem form .sold {
    margin: auto;
    background: #f2f6f8;
}

.free_prem form .sold .sold_inf {
    display: inline-block;
    padding: 14px 40px 13px;
    color: #fff;
    background: #824138;
    border-radius: 25px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}

.free_prem form.soldShow .sold {
    opacity: 1;
    z-index: 3;
}

.btn-green.scrollPremBl {
    background: #df412c;
    font-size: 16px;
    padding: 8px 25px 6px 25px;
}

.btn-green.scrollPremBl:hover {
    background: #cc3824;
}

.free_prem_soc .share {
    height: 20px;
    width: auto;
    margin-right: 10px;
    opacity: 0.9;
}

.free_prem_soc {
    padding: 25px 20px 15px 20px;
    border: 1px solid #e4e3e3;
    border-top: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-top: -8px;
}

.free_prem_soc .ico {
    padding: 0 3px;
}

.free_prem_soc .ico img {
    height: 24px;
    width: auto;
}

.free_prem_soc .ico:hover {
    opacity: 0.8;
}


.table_compare {
    margin-top: 40px;
}

.table_compare .tb_th {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
}

.table_compare .tb_th th {
    width: 100%;
    table-layout: fixed;
}


.table_compare .share_bl {
    min-width: 250px;
    vertical-align: middle;
}

.table_compare .share_bl .add_compare {
    margin-top: auto;
    margin-bottom: 20px;
    text-align: center;
}

.table_compare .share_bl .add_compare a {
    font-size: 10px;
    padding-left: 13px;
    padding-right: 19px;
}

.table_compare .share_bl .share {
    margin-bottom: auto;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #772b76;
}

.table_compare .share_bl .share a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 17px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: relative;
    top: -2px;
}

.table_compare .share_bl .share a:first-child {
    margin-right: 7px;
    position: relative;
    top: 0;
    margin-left: 4px;
}

.table_compare .titl_bl {
    padding-top: 30px;
    padding-bottom: 40px;
    position: relative;
    text-align: center;
    min-width: 210px;
    vertical-align: middle;
}

.table_compare .titl_bl .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px;
    display: inline-block;
    width: 18px;
    height: 18px;
}

.table_compare .titl_bl .close_btn img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.table_compare .titl_bl .btn {
    width: 170px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 26px;
}

.rt_text {
    text-align: center;
    font-weight: 600;
}

.table_compare .line .rating {
    margin-bottom: auto;
}

.btn_more {
    display: inline-block;
}

.table_compare .tb_desc {
    width: 100%;
    table-layout: fixed;
    margin-top: -1px;
}

.table_compare td.titl_str {
    font-weight: 600;
    font-size: 16px;
    vertical-align: top;
    text-align: left !important;
    max-width: 228px;
}

.table_compare td {
    font-size: 14px;
}

.table_compare .price td {
    text-align: center;
    font-size: 17px;
    vertical-align: middle;
    width: 100%;
    table-layout: fixed;
}

.options_line .tab {
    border-bottom: 1px dashed #93B4D8;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.options_line .tab:first-child {
    margin-top: 0;
}

.options_line .tab:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.options_line .tab span {
    padding: 4px 5px 4px 35px;
    position: relative;
    font-size: 14px;
    display: block;
}

.options_line .tab span.ok:after, .options_line .tab span.no:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: 0;
    margin: auto;
    background-size: cover;
    width: 23px;
    height: 23px;
}

.options_line .tab span.ok:after {
    background-image: url(/img/ok_green.png);
}

.options_line .tab span.no:after {
    background-image: url(/img/no_grey.png);
}

.src_line td a img {
    width: 100%;
    max-width: 230px;
    height: auto;
    margin-bottom: 15px;
}

.src_line td a:last-child img {
    margin-bottom: 0;
}

.src_line td, .platform_line td, .support_line td {
    text-align: center;
}

.platform_line .tab {
    margin-bottom: 15px;
}

.platform_line .tab:last-child {
    margin-bottom: 0;
}

.platform_line .tab .titl {
    margin-bottom: 5px;
    font-size: 14px;
}

.platform_line .tab img {
    margin: 0 3px;
}

.table_compare .reviews_line .rating {
    text-align: left;
    margin-bottom: 10px;
}

.reviews_line .num {
    margin-left: 8px;
}

.author .author_img {
    border-radius: 50%;
    width: 45px;
    height: auto;
}

.reviews_line .author .name {
    font-size: 12px;
}

.reviews_line .author p {
    margin-right: 0;
}

.reviews_line .titl {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}

.reviews_line .review .titl {
    margin-bottom: 15px;
}

.reviews_line .tab p.titl {
    margin-bottom: 8px;
}

.reviews_line .tab p {
    margin-bottom: 10px;
}

.reviews_line .author {
    margin-top: 15px;
}

.reviews_line .review {
    border-bottom: 2px dashed #93B4D8;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.reviews_line .review:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.table_compare th, .table_compare td {
    border-top: 0;
    border-right: 1px solid #93B4D8;
    border-left: 1px solid #93B4D8;
}

.table_compare .tb_desc {
    border-bottom: 1px solid #93B4D8;
}

.table_compare .tb_th th {
    border-top: 1px solid #93B4D8;
}

.table_compare .tb_th th:first-child {
    border-left: 0;
    border-top: 0;
}

.table_compare .tb_desc td {
    padding: .90rem .75rem;
}

.table_compare th.share_bl, .table_compare .tb_desc td:first-child {
    width: 230px;
}

.tb_th img.logo-big {
    width: 100%;
    max-width: 205px;
    height: auto;
}

.table_compare {
    overflow-x: auto;
}

.table_compare .table {
    min-width: 1110px;
}

.review .tab {
    margin-bottom: 15px;
}

.sl_bl h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 24px;
}

.sl_overview, .sl_analogs, .sl_compare {
    max-width: 450px;
    margin: auto;
}

.sl_overview .tab, .sl_analogs .tab {
    max-width: 260px;
    margin: auto;
}

.sl_overview .tab .img_bl {
    max-width: 260px;
    margin-bottom: 15px;
}

.sl_overview .tab .img_bl img {
    width: 100%;
    height: auto;
    max-width: 260px;
}

.sl_overview .tab .titl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 18px;
}

.sl_overview .tab .titl a {
    color: #333;
    text-decoration: none;
}

.sl_overview .tab .titl a:hover {
    text-decoration: underline;
}

.sl_bl.bg {
    background: #f8fafb;
    position: relative;
    padding: 50px 0 50px;
}

.sl_bl.bg:after {
    background: #f8fafb;
    content: '';
    position: absolute;
    top: 0;
    width: 101%;
    height: 100%;
    z-index: -1;
    right: -99%;
}

.sl_bl.bg:before {
    background: #f8fafb;
    content: '';
    position: absolute;
    top: 0;
    width: 101%;
    height: 100%;
    z-index: -1;
    left: -99%;
}

.sl_bl {
    margin-bottom: 50px;
}

.sl_overview .author .author_img {
    width: 33px;
    margin-right: 12px;
}

.sl_overview .author .name {
    font-size: 14px;
    margin: 0;
}

.sl_overview .author .time {
    margin: 0;
}

.sl_overview .author .like_count {
    width: 50px;
    margin-left: auto;
    margin-right: 0;
}

.sl_overview .author .like_count img {
    width: 20px;
    height: 18px;
    margin-right: 3px;
    position: relative;
    top: 1px;
}

.sl_bl .owl-dots {
    text-align: center;
}

.sl_bl .owl-dots .owl-dot {
    background: #cbebfb !important;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-right: 6px;
    border: 3px solid #fff !important;
}

.sl_bl.bg .owl-dots .owl-dot {
    border: 2px solid #f8fafb !important;
}

.sl_bl.bg .owl-dots .owl-dot.active {
    border: 2px solid #ccc !important;
    background: #cbebfb !important;
}

.sl_bl .owl-dots .owl-dot.active {
    border: 2px solid #ccc !important;
    background: #cbebfb !important;
}

.sl_bl .owl-nav .owl-prev span, .sl_bl .owl-nav .owl-next span {
    display: none;
}

.sl_bl.bg .owl-nav .owl-prev, .sl_bl.bg .owl-nav .owl-next {
    background: #f8fafb !important;
}

.sl_bl .owl-nav .owl-prev, .sl_bl .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff !important;
    border: 2px solid #cbebfb !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: auto;
    margin: auto;
    display: none;
    box-shadow: none !important;
}

.sl_bl .owl-nav .owl-next {
    left: auto;
    right: 0px;
}

.sl_bl .owl-dots {
    margin-top: 10px;
}

.sl_bl .owl-nav button.owl-next:after, .sl_bl .owl-nav button.owl-prev:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: -1px;
    margin: auto;
    background: url(/img/arr-next.png);
    width: 6px;
    height: 11px;
    background-size: cover;
}

.sl_bl .owl-nav button.owl-prev:after {
    background: url(/img/arr-prev.png);
    width: 6px;
    height: 11px;
    background-size: cover;
    left: -2px;
    right: 0;
}

body.product {
    overflow-x: hidden;
}

.sl_analogs .tab > .titl {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 13px;
    text-align: center;
}

.sl_analogs .tab > .titl a {
    color: #333;
    text-decoration: none;
}

.sl_analogs .tab > .titl a:hover {
    text-decoration: underline;
}

.sl_analogs .tab .img_bl {
    max-width: 205px;
    margin: 0 auto 8px;
}

.sl_analogs .tab .img_bl img {
    margin: auto;
    height: auto;
    max-width: 205px;
}

.sl_analogs .tab .pr_rating .titl {
    font-size: 12px;
    text-align: center;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.sl_bl .bt {
    text-align: center;
    margin-top: 20px;
}

.sl_bl .bt .btn-all {
    width: 200px;
    padding: 9px 0 8px;
    background: #8a2779;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 35px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sl_bl .bt .btn-all:hover {
    opacity: 0.8;
}

.sl_compare .tab ul {
    list-style-type: none;
    padding-left: 0;
}

.sl_compare .tab ul li {
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #dbe5db;
}

.sl_compare .tab ul li:last-child {
    margin-bottom: 0;
}

.sl_compare .tab ul li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #81b089;
    font-weight: 600;
    display: block;
    position: relative;
    padding-right: 20px;
}

.sl_compare .tab ul li h3 {
    font-size: 14px;
    font-weight: 600;
}

.sl_compare .tab ul li a:hover {
    color: #b44ba0;
    text-decoration: underline;
}

.sl_compare .tab ul li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 11px;
    background: url(/img/arr-next.png);
    z-index: 1;
    background-size: cover;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sl_compare .tab ul li a:hover:after {
    background: url(/img/arr-next_hover.png);
    width: 6px;
    height: 11px;
    background-size: cover;
}

.sl_compare .tab {
    max-width: 260px;
    margin: auto;
}


.article .text_mailing {
    background: #e7e4fc;
    padding: 15px 20px;
    font-family: "Arial";
    font-size: 16px;
    margin: 25px 0;
}

.article .text_mailing .titl {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.article .text_mailing p {
    font-size: 16px;
    margin-bottom: 15px;
}

.article .text_mailing .btn-blue {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    background: #55c7e3;
    padding: 12px 20px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 5px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article .text_mailing .btn-blue:hover {
    background: #47bcd9;
}

.article_mailing {
    margin-bottom: 0 !important;
    margin-top: 60px;
}


.big_tabs, .blog_katalog {
    margin-top: 15px;
}

.big_tabs .tab {
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}

.big_tabs .tab > a:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.2);
}

.big_tabs .tab img.img_bg {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    width: 100%;
    height: auto;
}

.big_tabs .tab:hover img.img_bg {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.big_tabs .tab .titl {
    position: absolute;
    bottom: 0;
    z-index: 3;
    left: 10px;
    right: 10px;
    bottom: 15px;
}

.big_tabs .tab .titl a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.3;
}

.big_tabs .tab .views {
    margin-left: auto;
    margin-right: 0;
    width: 60px;
    text-align: right;
    color: #fff;
}

.big_tabs .tab .views svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 3px;
    fill: #fff;
}

.big_tabs .bottom_bl {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    left: 10px;
    right: 10px;
    z-index: 3;
}

.big_tabs .top_bl {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 10px;
    right: 10px;
}

.big_tabs .top_bl .tag {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.big_tabs .top_bl .tag a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: rgba(204, 204, 204, 0.6);
    padding: 4px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.big_tabs .top_bl .social_bl {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 27px;
    margin-left: auto;
    margin-right: 0;
    background: none !important;
    position: relative;
}

.social_bl span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.bs-tooltip-bottom.tooltip {
    opacity: 1;
    margin-top: 6px;
}

.bs-tooltip-bottom .tooltip-inner {
    background: #fff !important;
    color: #000 !important;
    font-size: 14px !important;
    opacity: 1 !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #fff;
}

.big_tabs .top_bl .social_bl svg {
    fill: #fff;
    position: relative;
    left: -1px;
}

.video_bl {
    margin-top: 60px;
}

.video_bl > .titl {
    margin-bottom: 20px;
}

.video_tabs > .row {
    background: #f3f5f9;
    padding-top: 15px;
    padding-bottom: 15px;
}

.video_tabs .embed-responsive {
    margin-bottom: 15px;
}

.video_tabs .bl_r .embed-responsive:last-child {
    margin-bottom: 0;
}

.video_bl {
    margin-bottom: 60px;
}

.filter_article {
    margin-bottom: 25px;
}

.filter_article .btn {
    padding: 7px 15px 6px 15px;
    margin-right: 10px;
    width: auto;
    margin-bottom: 12px;
}

.filter_article .btn:last-child {
    margin-bottom: 0;
}

.filter_article .btn.active {
    background: #91bc47;
    border-color: #91bc47 !important;
    color: #fff !important;
}


.all_articles .img_bl {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.all_articles .img_bl > a:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.2);
}

.all_articles .tab {
    margin-bottom: 35px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}

.all_articles .tab .img_bl img {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    width: 100%;
    height: auto;
}

.all_articles .tab:hover .img_bl img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.all_articles .tab .views {
    width: 80px;
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 3;
    text-align: right;
}

.all_articles .tab .views svg {
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 3px;
    fill: #fff;
}

.all_articles .tab .top_bl {
    position: absolute;
    z-index: 3;
    top: 15px;
    left: 15px;
    right: 15px;
}

.all_articles .tab .top_bl .tag {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.all_articles .tab .top_bl .tag a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background: rgba(66, 66, 66, 0.5);
    padding: 4px 15px;
    border: 1px solid #fff;
    border-radius: 4px;
}

.all_articles .tab .top_bl .social_bl {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 27px;
    margin-left: auto;
    margin-right: 0;
    background: none !important;
    position: relative;
}

.all_articles .tab .top_bl .social_bl svg {
    fill: #fff;
    position: relative;
    left: -1px;
}

.all_articles .tab .titl_text {
    margin-bottom: 5px;
}

.all_articles .tab .titl_text a {
    color: #25398e;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: none;
}

.all_articles .tab .titl_text a:hover {
    text-decoration: underline;
}

.all_articles .tab .author_bl {
    font-size: 12px;
}

.bt_all_news {
    text-align: center;
    padding-top: 10px;
}

.bt_all_news .btn {
    padding: 7px 45px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.blog_katalog .all_articles {
    border-bottom: 1px solid #d9dfed;
}

.blog_katalog {
    margin-bottom: 30px;
}

.navigation {
    text-align: center;
    margin-top: 20px;
}

.navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navigation ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 3px;
    font-size: 14px;
}

.navigation ul li a {
    color: #000;
    text-decoration: none;
    padding: 3px;
}

.navigation ul li a:hover {
    text-decoration: underline;
}

.navigation ul li.active a {
    color: #fff;
    background: #91bc47;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    line-height: 29px;
    padding: 0;
}

.navigation ul li.prev {
    margin-right: 12px;
}

.navigation ul li.next {
    margin-left: 12px;
}

.navigation ul li span {
    color: #ccc;
}

.blog_mailing {
    margin-bottom: -60px;
    margin-top: 60px;
}

.modal_social {
    text-align: center;
    line-height: 1.4;
}

.modal_social p.titl {
    font-size: 22px;
    margin-bottom: 10px;
}

.modal_social p {
    font-size: 14px;
    margin-bottom: 7px;
}

#social_share .modal-dialog {
    max-width: 660px;
}

.modal_social .social_btns {
    margin-top: 13px;
    margin-bottom: 7px;
}

.modal_social .social_btns a {
    display: inline-block;
    margin: 3px;
}

.modal_social .social_btns a:hover {
    opacity: 0.8;
}

.modal_social .social_btns a img {
    width: 36px;
    height: auto;
}

@media (min-width: 420px) {
    .sl_bl .owl-nav .owl-prev, .sl_bl .owl-nav .owl-next {
        display: block;
    }
}

@media (min-width: 480px) {
    .compare .tab_top {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .btn-like span.users {
        display: inline-block
    }

    .btn-like {
        margin-right: 53px;
        padding-right: 28px
    }

    .promokody .promo_main .sale {
        left: -8px
    }
}

@media (min-width: 576px) {
    .comment .opt_comm > div:last-child {
        margin-bottom: auto
    }

    .tab_basic_second > .tab .like_bl {
        position: relative;
        bottom: auto;
        left: auto;
        width: auto
    }

    .tab_basic_second > .tab {
        margin-left: 40px
    }

    .tab_intrest .row > div {
        margin-bottom: 0
    }

    .promokody .options .bl_l {
        margin-bottom: 0
    }

    .free_prem {
        padding-top: 25px;
    }

    .article .text_mailing .btn-blue {
        padding: 12px 30px;
    }

    .big_tabs .tab .titl {
        bottom: 45px;
    }

    .navigation ul li.prev {
        margin-right: 18px;
    }

    .navigation ul li.next {
        margin-left: 18px;
    }

    .navigation ul li {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .tab.card_program .review p a {
        display: block
    }

}

@media (min-width: 768px) {
    .review_form {
        padding-top: 35px;
        padding-bottom: 42px
    }

    .review_form input[type="text"] {
        width: 290px
    }

    .review_form .title {
        font-size: 24px;
        margin-bottom: 40px
    }

    .review_form input[type="text"] {
        margin-bottom: 28px
    }

    .review_form {
        margin: 46px auto 0
    }

    .review_form .titl {
        font-size: 13px;
        margin-bottom: 3px
    }

    .review_form .tab .rating {
        text-align: left
    }

    .review_form .tab:last-child .titl img {
        margin-left: 2px
    }

    .review_form textarea {
        width: 100%;
        max-width: 100%
    }

    body.news .thems span {
        padding-top: 0
    }

    .developers .preim .title {
        font-size: 36px;
        margin-bottom: 40px
    }

    .developers .video {
        margin-bottom: 55px
    }

    .developers .preim {
        margin-bottom: 25px
    }

    .developers .preim .tab {
        position: relative;
        padding-left: 105px;
        padding-right: 15px;
        margin-bottom: 25px
    }

    .developers .preim .tab p {
        text-align: left
    }

    .developers .preim .tab p.titl {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px
    }

    .developers .preim .ico {
        position: absolute;
        left: 15px;
        top: -10px;
        margin: auto;
        width: 65px;
        height: 65px;
        line-height: 62px
    }

    .img-circleblock {
        width: 65px;
        height: 65px
    }

    .img-circle {
        width: 65px;
        height: 65px;
        left: 28px;
        top: 28px
    }

    .circle-fill {
        width: 76px;
        height: 76px;
        top: 23px;
        left: 23px
    }

    .circlephone {
        width: 120px;
        height: 120px
    }

    .developers .play {
        width: 120px;
        height: 120px;
        top: 25px
    }

    .developers .learn_more {
        padding: 47px 0 54px;
        margin-bottom: 60px
    }

    .developers .learn_more .titl {
        font-size: 32px;
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 22px
    }

    .developers .learn_more .podp {
        font-size: 20px
    }

    .developers .learn_more .btns > div, .developers .learn_more .btns span {
        display: inline-block
    }

    .developers .learn_more .btns span {
        margin: 0 20px;
        font-size: 18px
    }

    .developers .learn_more form {
        text-align: center;
        margin-top: 35px
    }

    .developers .learn_more input[type="text"] {
        display: inline-block;
        border-radius: 35px;
        border: 1px solid #c3c3c3;
        padding: 8px 15px 7px 15px;
        color: #848480;
        outline: none !important;
        width: 100%;
        max-width: 220px;
        margin: 8px 5px
    }

    .developers .learn_more input[type="text"]:first-child {
        margin-left: 0
    }

    .developers .learn_more input[type="text"]:last-child {
        margin-right: 0
    }

    .developers .schedule .tab_table {
        padding-left: 15px;
        padding-right: 15px
    }

    .compare .share_sl {
        padding-top: 65px
    }

    .compare .owl-prev, .compare .owl-next {
        top: 5px;
        display: inline-block;
        position: absolute;
        left: -55px;
        right: 0
    }

    .compare .owl-next {
        right: -125px !important
    }

    .compare .owl-nav {
        text-align: center
    }

    .compare .tab_sl .item {
        max-width: 100%
    }

    .compare .tab_bottom .line p.titl {
        display: none
    }

    .compare .add_compare a {
        font-size: 11px;
        padding-left: 14px;
        padding-right: 20px
    }

    .compare .add_compare span {
        margin-left: 9px;
        position: relative;
        top: 1px
    }

    .compare .add_compare i {
        margin-right: 3px;
        top: -2px
    }

    .compare .add_compare {
        margin-top: 199px;
        margin-bottom: 25px
    }

    .compare .tab_info {
        padding-right: 5px;
        text-align: left
    }

    .compare .share {
        text-align: left;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        color: #772b76;
        margin-bottom: 43px
    }

    .compare .share a {
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        width: 17px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        position: relative;
        top: -2px
    }

    .compare .share a:last-child {
        margin-right: 0
    }

    .compare .share a:first-child {
        margin-right: 7px;
        position: relative;
        top: 0;
        margin-left: 4px
    }

    .compare .share a:hover {
        opacity: .8
    }

    .compare .share a:nth-child(4n) {
        margin-right: 9px
    }

    .compare .tab_bottom .photos img {
        width: 45px;
        height: auto
    }

    .compare .tab_bottom .photos {
        line-height: 1
    }

    .compare .tab_info .tab_bottom .line p.titl {
        display: block;
        font-size: 14px;
        text-align: left;
        color: #1d1d1d;
        padding-left: 10px
    }

    .compare .tab_info .tab_bottom .line {
        height: 41px;
        line-height: 43px
    }

    .compare .tab_info .tab_bottom .line p {
        position: relative;
        top: 1px
    }

    .compare .tab_bottom .rating {
        padding-top: 1px
    }

    .compare .tab_bottom .line.functions {
        height: 149px
    }

    .compare .tab_bottom .line.scrn {
        height: 50px
    }

    .compare .tab_bottom .line.platforms {
        height: 83px
    }

    .compare .tab_bottom .line.support {
        height: 62px
    }

    .compare .similar .tabs {
        margin-top: 34px
    }

    .tab.card_program {
        max-width: 100%;
        padding: 22px 20px 22px 20px;
        max-width: 865px;
        margin-bottom: 45px
    }

    .tab.card_program:last-child {
        margin-bottom: 0
    }

    .tab.card_program:before {
        left: 0;
        right: 0;
        width: 92%
    }

    .tab.card_program > .row > .img img {
        max-width: 184px
    }

    .tab.card_program > .row > .img {
        margin-bottom: 0;
        padding-right: 10px
    }

    .katalog .tab.card_program > .row > .img a {
        margin-top: 2rem; !important;
    }

    .tab.card_program > .row > .img a {
        margin-top: auto
    }

    .tab.card_program .add {
        margin-bottom: auto
    }

    .tab.card_program .info {
        text-align: left
    }

    .tab.card_program .tabs_info > div:nth-child(2n), .tab.card_program .tabs_info > div:nth-child(3n) {
        padding-left: 5px
    }

    .tab.card_program .text .bt {
        text-align: right
    }

    .tab.card_program .text a {
        display: inline-block;
        margin-left: 10px
    }

    .katalog .tab.card_program {
        max-width: 100%
    }

    .katalog .tab.card_program .review {
        text-align: left;
        margin-left: 60px;
        margin-bottom: 0;
        position: relative;
        margin-top: 0;
        padding: 5px 20px 12px 65px
    }

    .katalog .tab.card_program .review > .img {
        position: absolute;
        margin: auto;
        left: -34px;
        top: 0;
        bottom: 0
    }

    .katalog .tab.card_program .rating {
        text-align: left
    }

    .katalog .tab.card_program .review p.titl {
        margin-top: 3px
    }

    .katalog .tab.card_program .rev_button {
        margin-top: 24px;
        text-align: center
    }

    .katalog .tab.card_program .rev_button .bt {
        margin-top: auto;
        margin-bottom: auto
    }

    .katalog .tab.card_program .rev_button .bt a {
        text-decoration: none;
    }

    .katalog .tab.card_program .rev_button .bt {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .katalog .choice_bl {
        margin-top: 80px
    }

    .katalog .choice_bl .library {
        margin-bottom: 0
    }

    .katalog .choice_bl h2 {
        margin-bottom: 40px
    }

    .katalog .tab.card_program .rev_button .bt.seeMore {
        margin-top: auto;
        margin-bottom: 0px !important
    }

    .tab_product {
        text-align: left;
        padding: 15px 20px 25px;
        position: relative
    }

    .tab_product .img img {
        width: auto;
        height: auto;
        margin: auto;
        max-width: 205px
    }

    .tab_product .img {
        margin-top: 24px;
        text-align: center;
    }

    .tab_product .pr_rating {
        margin-bottom: 30px
    }

    .tab_product .pr_rating .rating {
        text-align: left
    }

    .tab_product .manager {
        position: absolute;
        right: 20px;
        top: 10px
    }

    .tab_product .tags {
        text-align: left;
        margin-bottom: 0
    }

    .tab_product .tags > a {
        margin: 0 6px 10px 0
    }

    .tab_product .btns {
        display: inline-block;
        position: absolute;
        left: -210px;
        top: 87px
    }

    .product table td {
        padding: 20px 5px
    }

    .product .awards {
        text-align: left
    }

    .product .functions_product .titl_bl.titl_opt {
        width: 270px;
        margin-left: 0;
        margin-bottom: 25px
    }

    .option .collapse_bl .tabs_row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .option .tab {
        width: 30.3%;
        margin-right: 3%;
        padding: 14px 10px 14px 45px
    }

    .option .tab.ok:after, .option .tab.no:after {
        left: 10px
    }

    .reviews_product .sort {
        margin: auto;
        margin-right: 0;
        text-align: right
    }

    .product .reviews_product .titl_bl.titl_opt {
        margin-bottom: 0;
        margin-top: 2px;
        margin-right: 25px
    }

    .reviews_product .recommend_bl .rec_bl_l .title {
        margin-bottom: auto;
        margin-top: auto;
        margin-right: 25px;
        position: relative;
        top: 1px
    }

    .reviews_product .recommend_bl .inform {
        margin: auto;
        margin-right: 0
    }

    .reviews_product .rev_line {
        margin-bottom: 40px
    }

    .option .general_rating {
        height: 100%;
        margin-bottom: 6px
    }

    .reviews_product .rev_info {
        position: relative;
        padding-left: 110px
    }

    .option .rev_info .img {
        margin: 0;
        position: absolute;
        left: 10px;
        top: 38px
    }

    .option .rev_bl .text p.date {
        text-align: right
    }

    .option .rev_bl .text .line.name {
        margin-top: -22px
    }

    .free_product .tab_product .manager {
        position: relative;
        top: 0;
        right: 0
    }

    .free_product .tab_product .pr_rating {
        margin-bottom: 10px
    }

    .free_product .pr_info_main {
        display: inline-block
    }

    .free_product .popular_prs {
        display: inline-block;
        float: right;
        margin-top: 9px
    }

    .free_product .logo_pr {
        padding-right: 0
    }

    .categories .cat_popular {
        margin-bottom: 0;
        margin-top: 8px
    }

    .compareModal {
        max-width: 620px;
        padding-top: 24px
    }

    .compareModal ul li {
        width: 80px;
        height: 80px
    }

    .compareModal .btns {
        margin-top: 0;
        margin-left: 20px
    }

    .compareModal .btns a.btn-green {
        padding-top: 7px
    }

    .article .line_btns .hasLike {
        padding-left: 45px
    }

    .comment > .comment {
        padding-left: 60px
    }

    .intrest .tab > .img_bl img {
        max-width: 225px
    }

    .intrest_c > .row > div {
        padding-left: 12px;
        padding-right: 12px
    }

    .intrest .tab {
        margin-bottom: 35px
    }

    .intrest {
        padding-bottom: 50px
    }

    .intrest .row {
        margin-left: -12px;
        margin-right: -12px
    }

    .pona2is .tab_basic_main .author .position {
        margin-left: 17px
    }

    .tab_basic_second > .tab .like {
        width: 60px;
        height: 34px;
        font-size: 16px;
        right: 5px
    }

    .tab_basic_second > .tab .like:before {
        width: 16px;
        height: 16px;
        background-size: cover
    }

    .tab_basic_second > .tab .tab_text {
        padding-right: 0
    }

    .tab_basic_second > .tab .options {
        margin: auto 0 auto 10px
    }

    .tab_basic_second > .tab .options li {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 10px
    }

    .tab_bests_main .top_tab_best .like {
        width: 60px;
        height: 30px
    }

    .tab_bests_main .tab_best {
        padding-left: 7px;
        padding-right: 7px;
        margin-bottom: 0
    }

    .tab_reccomend .author .position {
        margin-left: 20px
    }

    .pona2is .tab_basic .title_bl .btns_top a {
        font-size: 17px
    }

    .r_bl .tab.popul .bl .like {
        width: 60px;
        height: 30px
    }

    .card_modal .tab_pr {
        text-align: left
    }

    .card_modal .tab_pr .img_bl {
        margin-right: 25px;
        position: relative
    }

    .card_modal .tab_pr .rating {
        text-align: left
    }

    .btn-like span.users {
        display: none
    }

    .card_modal .tab_pr .inf_bl {
        margin-bottom: 0;
        margin-right: 25px
    }

    .card_modal .btns_bl {
        margin-right: 0;
        margin-left: auto;
        margin-top: 8px
    }

    .card_modal .about_product {
        padding-left: 15px
    }

    .card_modal .about_product .titl_bl {
        font-size: 18px
    }

    .card_modal .tab_description .bl_l {
        margin-bottom: 0
    }

    .option .titl_collapse a.second_link {
        margin-top: 0
    }

    .card_modal .tab_pr .btns_bl .btn:first-child {
        margin-bottom: 15px
    }

    .tab_bests_main .tabs_best {
        margin-right: -7px;
        margin-left: -7px
    }

    .promokody .promo_main {
        margin-left: 0
    }

    .promokody .pr_info_main {
        margin-bottom: 10px
    }

    .promokody .btn-like {
        margin-right: 0
    }

    .promokody .tab_product .img {
        margin-top: 10px
    }

    .promokody .pr_info {
        margin-bottom: 8px
    }

    .comment .body_comm .rating .rt_bl {
        text-align: center;
        margin-right: 30px
    }

    .comment .body_comm .rating .rt_bl {
        margin-bottom: 0
    }

    .comment .body_comm .rating {
        margin-top: 10px
    }

    .comment .body_comm .rev {
        margin-bottom: 10px
    }

    .sl_bl h2 {
        font-size: 26px;
    }

    .sl_overview, .sl_analogs, .sl_compare {
        max-width: 560px;
    }

    .sl_bl .owl-nav .owl-prev {
        left: -80px;
    }

    .sl_bl .owl-nav .owl-next {
        right: -80px;
    }

    .sl_bl .owl-dots {
        display: none;
    }

    .sl_bl .bt {
        margin-top: 35px;
    }

    .article .text_mailing {
        padding: 20px 25px;
    }

    .big_tabs .top_bl {
        left: 20px;
        right: 20px;
        top: 20px;
    }

    .big_tabs .tab .titl a {
        font-size: 20px;
    }

    .big_tabs .tab .titl {
        left: 20px;
        right: 20px;
        bottom: 55px;
    }

    .big_tabs .bottom_bl {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .video_tabs .bl_r {
        padding-left: 0;
    }

    .video_tabs .bl_r .embed-responsive {
        height: 119px;
    }

    .video_tabs .bl_l .embed-responsive {
        margin-bottom: 0;
    }

    .modal_social .social_btns a img {
        width: 64px;
        height: auto;
    }

    .modal_social p.titl {
        font-size: 26px;
    }

    .modal_social p {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .single_page h2 {
        font-size: 32px
    }

    .single_page h3 {
        font-size: 28px
    }

    .single_page h4 {
        font-size: 26px
    }

    .single_page h5 {
        font-size: 24px
    }

    .single_page h6 {
        font-size: 21px
    }

    .review_form {
        padding: 36px 40px 45px 40px
    }

    .review_form input[type="text"] {
        margin-bottom: 30px
    }

    .main .title_bl p {
        margin: 15px auto 0
    }

    body.news .tab {
        max-width: 100%;
        padding: 0
    }

    body.news .body_news {
        padding: 0 22px 22px
    }

    body.news .categories a {
        font-size: 12px
    }

    .developers .schedule table th {
        font-size: 16px
    }

    .developers .schedule table tr td p {
        font-size: 15px
    }

    .developers .schedule table tr td {
        padding: 4px 15px
    }

    .developers .schedule table tr:nth-child(even) td:before {
        height: calc(100% - 8px)
    }

    .developers .schedule table th {
        padding-bottom: 10px
    }

    .developers .schedule table tr td:nth-child(2n), .developers .schedule table tr td:nth-child(3n) {
        min-width: 90px
    }

    .developers .schedule .customers {
        margin-bottom: 50px
    }

    .developers .schedule table tr td p {
        padding: 14px 15px
    }

    .developers .schedule {
        margin-bottom: 30px
    }

    .developers .questions_bl {
        margin-bottom: 70px
    }

    .compare .share_sl {
        padding-top: 0
    }

    .compare .add_compare {
        margin-top: 128px
    }

    .compare .share {
        margin-bottom: 50px
    }

    .katalog .tab.card_program .review {
        margin-left: 34px
    }

    .katalog .tab.card_program > .row > .img img {
        max-width: 205px
    }

    .katalog .main .title_bl p {
        margin-left: 0;
    }

    #filter_c {
        display: block !important
    }

    .katalog .filter .btn_mobile {
        display: none !important
    }

    .katalog .fl {
        border: 0
    }

    .katalog .fl .titl a > img {
        position: relative;
        margin-left: 5px;
        top: -1px
    }

    .katalog .fl.price #slider-range {
        margin-top: 25px
    }

    .katalog .fl label {
        margin-bottom: 6px
    }

    .katalog .bt .btn-find {
        width: 126px
    }

    .katalog .filter {
        padding-bottom: 4px
    }

    .katalog .bt .btn-find {
        margin-top: 24px
    }

    .tab_product {
        padding: 15px 20px 20px
    }

    .tab_product .pr_info_main {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        max-width: 435px;
        margin-right: 30px
    }

    .tab_product .pr_title {
        margin-bottom: 5px
    }

    .tab_product .pr_rating {
        margin-bottom: 18px
    }

    .tab_product .tags {
        margin-bottom: 0
    }

    .tab_product .btns {
        position: relative;
        top: 7px;
        left: 0;
        vertical-align: middle
    }

    .tab_product .manager {
        right: 0;
        font-size: 10px
    }

    .product table td {
        padding: 17px 5px
    }

    .tab_product {
        position: sticky;
        top: 0;
        z-index: 10
    }

    .free_product .tab_product .manager {
        position: absolute;
        right: -5px;
        top: 10px
    }

    .free_product .tab_product .pr_info_main {
        max-width: 392px
    }

    .free_product .popular_prs {
        margin-top: 3px
    }

    .categories .cat_popular .tab .titl {
        font-size: 21px
    }

    .intrest {
        margin-bottom: -80px
    }

    .tab_bests_main .top_tab_best .like_bl {
        padding-left: 0
    }

    .pona2is .title_bl .titl {
        position: relative;
        left: -20px
    }

    .tab_reccomend .img_bl {
        position: relative;
        top: 2px
    }

    .tab_bests_main .top_tab_best .like {
        font-size: 12px;
        width: 50px;
        height: 26px;
        position: relative;
        left: -3px
    }

    .tab_bests_main .top_tab_best .like:before {
        width: 12px;
        height: 12px;
        margin: 0 3px
    }

    .tab_bests_main .top_tab_best {
        margin-bottom: 5px
    }

    .pona2is .r_bl {
        padding-left: 30px;
        margin-top: 3px
    }

    .card_modal .tab_pr .img_bl {
        margin-right: 35px
    }

    .card_modal .tab_pr .inf_bl {
        position: relative
    }

    .card_modal .tab_pr .manager {
        position: absolute;
        top: 9px;
        right: -50px;
        font-size: 12px
    }

    .card_modal .tab_pr .manager a {
        font-size: 10px
    }

    .card_modal .btns_bl {
        margin-top: 3px
    }

    .card_modal .tab_pr .titl {
        max-width: 260px
    }

    .card_modal .tab_pr .bull {
        margin-bottom: 0
    }

    .card_modal .recommend_bl .title {
        margin-top: auto;
        margin-bottom: auto;
        margin-right: 30px
    }

    .promokody .options .bl_l {
        margin-bottom: 0
    }

    .promokody .tab_product .pr_info_main {
        margin-right: 0
    }

    .promokody .pr_desc {
        margin-bottom: 10px
    }

    .promokody .options .titl {
        margin-bottom: 7px
    }

    .promokody .pr_title {
        margin-bottom: 0
    }

    .reviews_product .recommend_bl {
        margin: auto;
        margin-right: 0
    }

    .reviews_product .recommend_bl .rec_bl_l {
        margin-right: 15px
    }


    .modalSalesProduct .titl {
        font-size: 36px;
        line-height: 1.3;
    }

    .modalSalesProduct .titl:after {
        width: 200px;
        height: 83px;
        top: -20px;
    }

    .modalSalesProduct .sorry {
        font-size: 26px;
    }

    .modalSales .modal-content .text {
        font-size: 19px;
        line-height: 1.5;
    }

    .free_prem .timerSale {
        width: 250px;
        left: -15px;
        padding-left: 38px;
    }

    .timerSale .tab span, .timerSale .tab i {
        font-size: 12px;
    }

    .timerSale .tab span {
        font-size: 16px;
    }

    .timerSale .tab {
        padding: 0 6px;
    }

    .timerSale:before {
        left: 12px;
        width: 21px;
        height: 21px;
    }

    .free_prem form .rez .rez_text {
        font-size: 13px;
    }

    .free_prem_l:after {
        display: none;
    }

    .free_prem .titl span {
        display: inline-block;
    }

    .free_prem .titl span:before {
        width: 30px;
        height: 30px;
        margin-right: 12px;
    }

    .free_prem .lucky p {
        margin-bottom: 0;
    }

    .free_prem {
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .free_prem .options_bl ul li {
        margin-bottom: 10px;
    }

    .sl_overview, .sl_analogs, .sl_compare {
        max-width: 800px;
    }

    .sl_bl .owl-nav .owl-prev {
        left: -80px;
    }

    .sl_bl .owl-nav .owl-next {
        right: -80px;
    }

    .sl_compare .tab {
        max-width: 320px;
    }

    .video_bl {
        margin-top: 12px;
    }

    .video_tabs .bl_r .embed-responsive {
        height: 164px;
    }

    .video_tabs .bl_r {
        padding-left: 0;
    }

    .filter_article .btn {
        padding: 9px 20px 8px 20px;
    }

    .blog_mailing {
        margin-bottom: -80px;
    }
}

@media (min-width: 1200px) {
    .developers .preim .tabs {
        margin-top: 88px
    }

    .developers .preim .tab {
        padding-left: 90px;
        margin-top: 10px
    }

    .developers .preim .ico {
        top: -18px;
        width: 60px;
        height: 60px;
        line-height: 57px
    }

    .developers .preim .title {
        text-align: left;
        margin-bottom: -40px
    }

    .developers .preim {
        margin-top: 60px;
        margin-bottom: 35px
    }

    .developers .learn_more .titl {
        font-size: 36px;
        margin-bottom: 7px
    }

    .developers .learn_more input[type="text"] {
        max-width: 254px;
        margin: 13px 11px
    }

    .developers .learn_more {
        padding: 58px 0 68px
    }

    .developers .learn_more .btns {
        margin-top: 35px
    }

    body.news .categories a {
        font-size: 14px;
        padding-left: 43px;
        padding-right: 25px
    }

    body.news .categories {
        padding-top: 0
    }

    .compare .tab.card_program .add a {
        border: 2px solid #6aad29;
        border-radius: 50%;
        width: 50px;
        height: 49px;
        display: inline-block;
        padding: 0;
        line-height: 49px
    }

    .compare .tab.card_program .add b, .compare .tab.card_program .add a:after {
        display: none
    }

    .compare .tab.card_program .add span {
        margin-left: 3px
    }

    .compare .tab.card_program .add i {
        top: -3px;
        margin-right: 3px;
        margin-left: -7px
    }

    .compare .tab.card_program > .row > .img {
        flex-direction: row !important
    }

    .compare .tab.card_program .add {
        margin: auto 18px auto 0
    }

    .compare .tab.card_program > .row > .img a {
        margin: auto 0;
        position: relative
    }

    .tab.card_program .img .add a:hover {
        opacity: .7
    }

    .compare .tab_bottom .line.platforms {
        height: 63px
    }

    .compare .tab_bottom .line.support {
        height: 44px
    }

    .katalog .fl.price input {
        margin: 0 2px;
        width: 83px
    }

    .katalog .fl {
        border-bottom: 1px solid #c3c3c3
    }

    .katalog .bt .btn-find {
        width: 180px;
        margin-top: 30px
    }

    .katalog .filter {
        padding-bottom: 28px;
        padding-top: 15px
    }

    .tab_product .pr_info_main {
        max-width: 560px;
        margin-right: 40px
    }

    .product table td {
        padding: 20px 5px
    }

    .free_product .tab_product .pr_info_main {
        max-width: 480px
    }

    .tab_product .manager {
        font-size: 12px
    }

    .tab_basic_second > .tab .tab_img {
        padding-right: 5px
    }

    .tab_basic_second > .tab .options {
        margin-left: 16px
    }

    .tab_intrest .row > div {
        padding-left: 10px;
        padding-right: 10px
    }

    .tab_bests_main .tab_best {
        padding-left: 7px;
        padding-right: 7px
    }

    .tab_bests_main .top_tab_best img {
        margin-top: 0;
        margin-bottom: auto
    }

    .tab_bests_main .top_tab_best .titl {
        font-size: 14px
    }

    .tab_bests_main .top_tab_best .titl {
        width: 92px
    }

    .pona2is .r_bl {
        padding-left: 50px
    }

    .card_modal .tab_pr .manager {
        right: -80px
    }

    .card_modal .btns_bl {
        padding-right: 52px
    }

    .btn-like span.users {
        display: inline-block
    }

    .card_modal .tab_pr .titl {
        max-width: 280px
    }

    .card_modal .recommend_bl .rec_bl_l {
        margin-bottom: auto
    }

    .card_modal .recommend_bl .inform {
        margin-right: 0;
        margin-left: auto
    }

    .card_modal .fancybox-close-small {
        right: -60px !important;
        top: 0px !important
    }

    .promokody .btn-like {
        margin-right: 52px
    }

    .promokody .promo_main .sale {
        left: -1px
    }

    .reviews_product .recommend_bl .rec_bl_l {
        margin-right: 65px
    }


    .free_prem .timerSale {
        left: -15px;
    }

    .free_prem form .rez .rez_text {
        font-size: 15px;
        width: 100%;
        max-width: 175px;
    }

    .free_prem .options_bl {
        padding-left: 55px;
    }

    .free_prem_l {
        position: relative;
    }

    .free_prem_l:after {
        display: block;
        position: absolute;
        right: -14px;
        top: 0;
        bottom: 0;
        height: 100%;
        width: 1px;
        max-width: 100%;
        margin: 0;
    }

    .free_prem_soc {
        width: 60px;
        border-top: 1px solid #e4e3e3;
        border-left: none;
        border-top-left-radius: 0;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 0;
        margin-top: 0;
        margin-left: -10px;
        padding-top: 20px;
    }

    .free_prem_soc .share {
        margin-right: 0;
        position: relative;
        margin-bottom: 12px;
        right: -3px;
    }

    .free_prem_soc .ico {
        margin-bottom: 10px;
        display: block;
    }

    .table_fix.fixed {
        position: fixed;
        top: 0;
        width: 1110px;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        z-index: 999;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    }

    .table_fix.fixed table {
        position: relative;
        z-index: 3;
        background: #fff;
    }

    .table_fix.fixed:after {
        background: #fff;
        content: '';
        position: absolute;
        top: 0;
        width: 101%;
        height: 100%;
        z-index: 1;
        right: -99%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    }

    .table_fix.fixed:before {
        background: #fff;
        content: '';
        position: absolute;
        top: 0;
        width: 101%;
        height: 100%;
        z-index: 1;
        left: -99%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    }

    .main .article {
        margin: 35px 155px 0 0;
    }

    .container_get_demo {
        margin-right: 30px;
        position: relative;
        margin-top: 45px;
    }

    .get_demo {
        width: 215px;
        background: #fdcf42;
        padding: 20px 10px;
        border-radius: 5px;
        position: sticky;
        margin: auto auto -5px auto;
        top: 30px;
        left: 0;
        z-index: 5;
    }

    .get_demo .titl {
        color: #fff;
        text-align: center;
        font-size: 17px;
        margin-bottom: 18px;
        font-weight: bold;
        line-height: 1.3;
    }

    .get_demo form {
        margin-top: -13px;
    }

    .get_demo form label {
        display: block;
        font-size: 13px;
        margin-bottom: 10px;
    }

    .get_demo form label:last-child {
        margin-bottom: 0;
    }

    .get_demo form input {
        outline: none !important;
        border-radius: 5px;
        font-size: 14px;
        border: 0 !important;
        padding: 3px 10px;
        width: 100%;
        box-sizing: border-box;
        margin-top: 3px;
    }

    .get_demo form .bt {
        text-align: center;
        margin-top: 17px;
        margin-bottom: 5px;
    }

    .get_demo form .btn {
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        padding: 6px 30px;
    }

    .get_demo .rez {
        padding: 31px 0;
        text-align: center;
        font-weight: 700;
    }

    .get_demo .rez .ok {
        position: relative;
        padding-left: 38px;
        display: inline-block;
        font-size: 16px;
        margin-bottom: 11px;

    }

    .get_demo .rez .ok:before {
        position: absolute;
        content: "";
        width: 27px;
        height: 27px;
        background: url(../img/ok_green.png);
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

    .video_tabs .bl_r {
        padding-left: 5px;
    }

    .video_tabs .bl_r .embed-responsive {
        height: 195px;
    }

    .video_tabs .bl_r .embed-responsive:first-child {
        margin-bottom: 20px;
    }
}

@media (min-width: 1250px) {
    .card_modal .fancybox-close-small {
        right: -70px !important
    }

}

@keyframes pulse {
    0% {
        transform: scale(.9);
        opacity: 1
    }
    50% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(.9);
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.95);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(.95);
        opacity: 1
    }
}

@keyframes tossing {
    0% {
        transform: rotate(-8deg)
    }
    50% {
        transform: rotate(8deg)
    }
    100% {
        transform: rotate(-8deg)
    }
}

@-webkit-keyframes tossing {
    0% {
        -webkit-transform: rotate(-8deg)
    }
    50% {
        -webkit-transform: rotate(8deg)
    }
    100% {
        -webkit-transform: rotate(-8deg)
    }
}

@-moz-keyframes circle-anim {
    0% {
        -moz-transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes circle-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(.5) skew(1deg);
        -webkit-opacity: .3
    }
    30% {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
        -webkit-opacity: .8
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        -webkit-opacity: .3
    }
}

@-o-keyframes circle-anim {
    0% {
        -o-transform: rotate(0deg) kscale(.5) skew(1deg);
        -o-opacity: .3
    }
    30% {
        -o-transform: rotate(0deg) scale(.7) skew(1deg);
        -o-opacity: .8
    }
    100% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        -o-opacity: .3
    }
}

@keyframes circle-anim {
    0% {
        transform: rotate(0deg) scale(.5) skew(1deg);
        opacity: .3
    }
    30% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .8
    }
    100% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .1
    }
}

@-moz-keyframes circle-fill-anim {
    0% {
        -moz-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .4
    }
    50% {
        -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
        opacity: .4
    }
    100% {
        -moz-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .4
    }
}

@-webkit-keyframes circle-fill-anim {
    0% {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .4
    }
    50% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .4
    }
    100% {
        -webkit-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .4
    }
}

@-o-keyframes circle-fill-anim {
    0% {
        -o-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .4
    }
    50% {
        -o-transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .4
    }
    100% {
        -o-transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .4
    }
}

@keyframes circle-fill-anim {
    0% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .4
    }
    50% {
        transform: rotate(0deg) scale(1) skew(1deg);
        opacity: .4
    }
    100% {
        transform: rotate(0deg) scale(.7) skew(1deg);
        opacity: .4
    }
}
