.info{
    background: url("/images/ui/info.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    position: relative;
    height: 21px;
    margin-left: 0 !important;
}
.body-info{
    color: #b4b6b9;
    display: inline-block;
    font-size: 0.7rem;
    line-height: 10px;
}
.body-info.twoStr{
    line-height: 10px;
}
.body-info:after{
    content: '*';
    font-size: 140%;
    margin-left: 7px;
    right: 0;
    position: relative;
    top: -2px;
}
.body-info.no-star:after{
    display: none;
}
.titleLenta{
    position: relative;
    margin-top: 1rem;
    width: 100%;
}
.lenta{
    height: 28px;
    width: 100%;
    background-color: #f1c731;
    position: absolute;
    left: 0;
}
.titleLenta p{
    margin: 0 0 0 3.194908%;
    color: #6c8092;
    font-size: 1.041667rem;
    line-height: 1.2;
    position: relative;
    background: #fff;
    display: inline-block;
    padding: 5px 23px;
    height: 29px;
}
.titleLenta p span:first-child{
    text-transform: uppercase;
    display: block;
    line-height: 9px;
}
.titleLenta p span:last-child{
    color: #303030;
    font-size: 0.7rem;
}

.block-1{
    position: relative;
    padding-top: 1rem;
    border-bottom: 1px solid #d4f3ff;
    padding-bottom: 7px;
}
.block-1 .icon-block{
    margin: 1px 0 0;
    padding: 0 0 13px;
    width: 70px;
    border-radius: 50%;
    background: #f1c731;
    height: 70px;
    position: absolute;
}
.block-1 .body-block{
    position: relative;
    padding-left: 98px;
    min-height: 72px;
}
.block-1 .body-block h3{
    font-size: 0.911458rem;
    text-align: left;
    margin-bottom: .3rem;
}
.block-1 .body-text>p:first-child{
    color: #9fa2a5;
    font-size: 0.729167rem;
    line-height: 16.66667px;
}
.block-1 .body-text>p:last-child{
    text-align: right;
}
.block-1 .body-text>p:last-child a{
    color: #6c8092;
    font-size: 0.703125rem;
    text-decoration: underline;
}
.block-1 .icon-block img{
    display: block;
    right: 1%;
    margin: 0 auto;
    position: absolute;
    top: -7%;
}

.block-2{
    border: 2px solid #f1c731;
    border-radius: 10px;
    padding: 1rem 1rem .1rem 1rem;
    margin-bottom: 1.7rem;
}
.block-2 .category{
    position: absolute;
    right: 0;
    padding: 3px 0 0px;
    border-radius: 14px;
    background: #8774ba;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13px;
    top: -6px;
    width: 65px;
    text-align: center;
    display: block;
}
.block-2 h3{
    display: inline-block;
    border-bottom: 2px solid #f1c731;
    color: #6c8092;
    text-transform: uppercase;
    font-size: 15px;
    margin-left: 18px;
    margin-top: 2rem;
}
.block-2 h3 small{
    text-transform: none;
    font-size: 12px;
    color: #b4b6b9;
}
.block-2 .icon{
    float: left;
    margin: 1px 0 0;
    padding: 0 0 13px;
    position: relative;
    border-radius: 50%;
    background: #f1c731;
    width: 58px;
    height: 58px;
}
.block-2 .icon img{
    display: block;
    left: 15.47541%;
    margin: 0 auto;
    position: relative;
    width: 41px;
    top: -4px;
}
.block-2 .readMore{
    color: #6c8092;
    text-transform: none;
    text-decoration: underline;
    line-height: 32px;
    text-align: right;
    display: block;
    padding-right: 5%;
}
.block-2 .col-xl-4 span{
    line-height: 32px;
}
.block-2 .col-xl-4:first-child span{
    color: #b4b6b9;
    text-decoration: line-through;
}
.block-2 .col-xl-4:nth-child(2) span{
    color: #fd4a42;
    text-decoration: underline;
    font-family: 'Myriad Pro Bold';
    margin-top: -1px;
    display: block;
}
.block-2 .priceBlock{
    margin-top: 1rem;
}
.block-3{
    height: 320px;
    padding: 196px 0 0px;
    position: relative;
    border-radius: 10px;
    margin-bottom: 2rem;
    overflow: hidden;
}
.block-3 .intro{
    height: 125px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    overflow: hidden;
}
.block-3.white{
    border: 2px solid #d4f3ff;
    height: 274px;
}
.block-3.white .introText p{
    display: none;
}
.block-3 .introText a{
    line-height: 31.73196px;
    text-decoration: underline;
    text-transform: uppercase;
}

.block-3.black .intro{
    background-color: #2d2d2d;
}
.block-3.grey .intro{
    background-color: #f7f8f9;
}
.block-3.white .intro{
    background-color: #fff;
    height: 75px;
}

.block-3.black .introText a{
    color:#fff;
}
.block-3.black .introText p{
    color: #9fa1a5;
}
.block-3.grey .introText p{
    color: #9fa1a5;
}
.block-3 .buttons .col-xl-4>div{
    background-repeat: no-repeat !important;
    padding-left: 22px;
    background-position-y: center !important;
    line-height: 17px;
}
.block-3.black .buttons .col-xl-4>div{
    color:#fff;
}
.block-3.yellow .buttons .col-xl-4>div{
    color:#000;
}
.block-3 .introText p{
    height: 43px;
    line-height: 14px;
    font-size: 11px;
    margin-bottom: 14px;
}
.buttons .col-xl-4>div{
    color: #6c8092;
    font-size: 0.619765rem;
    text-decoration: underline;
}
.block-3.white .buttons{
    margin-top: 6px;
}
.block-3.black .buttons .col-xl-4:first-child>div{
    background: url(/images/maketHome/clock_7.png);
}
.block-3.black .buttons .col-xl-4:nth-child(2)>div{
    background: url(/images/maketHome/icon-money.png);
}
.block-3.black .buttons .col-xl-4:last-child>div{
    background: url(/images/maketHome/sloi_1457_7.png);
}

.block-3.grey .buttons .col-xl-4:first-child>div{
    background: url(/images/maketHome/clock_5.png);
}
.block-3.grey .buttons .col-xl-4:nth-child(2)>div{
    background: url(/images/maketHome/forma_1_15.png);
}
.block-3.grey .buttons .col-xl-4:last-child>div{
    background: url(/images/maketHome/sloi_1457.png);
}

.block-3.yellow .buttons .col-xl-4:first-child>div{
    background: url(/images/maketHome/clock_3.png);
}
.block-3.yellow .buttons .col-xl-4:nth-child(2)>div{
    background: url(/images/maketHome/forma_1_18.png);
}
.block-3.yellow .buttons .col-xl-4:last-child>div{
    background: url(/images/maketHome/sloi_1457_3.png);
}

.block-3.yellow .buttons .col-xl-4:last-child>div.OpenCart{
    background: url(/images/maketHome/opencart2.png) !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: auto 75% !important;
}

.block-3.grey .buttons .col-xl-4:last-child>div.OpenCart{
    background: url(/images/maketHome/opencart3.png) !important;
    background-position: left center !important;
    background-repeat: no-repeat !important;
    background-size: auto 64% !important;
}

.block-3.black  .buttons .col-xl-4:last-child>div.OpenCart{
    background: url(/images/maketHome/opencart1.png) !important;
    background-position: right center !important;
    background-repeat: no-repeat !important;
    background-size: auto 64% !important;
}

.block-3.white .buttons .col-xl-4>div{
    text-decoration: none;
    padding: 4px 13px 2px 13px;
    display: inline-block;
    background: #8774ba;
    border-radius: 10px;
    line-height: 10px;
    color: #fff;
}
.block-3.white .buttons .col-xl-4:nth-child(1){
    text-align: left;
}
.block-3.white .buttons .col-xl-4:nth-child(2){
    text-align: center;
}
.block-3.white .buttons .col-xl-4:nth-child(3){
    text-align: right;
}
.block-4{position: relative;border: 2px solid #f1c731;border-radius: 5px;margin-bottom: 2rem;padding: 16px;}
.block-4 h3{
    margin-top: 0rem;
    border-bottom: 3px solid #f1c731;
    display: inline-block;
    color: #6c8092;
    text-transform: uppercase;
    font-size: 15px;
    margin-left: 18px;
}
.block-4 h3 small{
    text-transform: none;
    font-size: 14px;
    color: #b4b6b9;
}
.block-4 .intro{
    margin: 1px 17px;
    color: #b4b6b9;
    line-height: 1.3;
    font-size: .729167rem;
}
.block-4 .intro ul{
    padding-left: 0;
    padding-top: 4px;
    margin-bottom: 0;
}
.block-4 .intro ul li{
    padding-bottom: 1px;
}
.block-4 .intro ul li:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 100%;
    left: 0;
    margin-top: 0;
    background: url(/images/li_1.png);
    background-repeat: no-repeat;
    background-position: left center;
}
.block-4 .intro strong{

    color: #6b6b6b;
}
.block-4 .icon{
    position: absolute;
    border-radius: 50%;
    background: #f1c731;
    width: 58px;
    height: 58px;
    left: 14px;
    top: 13px;
    text-align: center;
    font-size: 24px;
    color: #6c8092;
    line-height: 3.9rem;
}
.block-4 .label{
    text-decoration: none;
    padding: 4px 13px 2px 13px;
    display: inline-block;
    background: #8774ba;
    border-radius: 10px;
    line-height: 10px;
    position: absolute;
    color: #fff;
    right: 15px;
    top: 12px;
}
.block-4 .bodyBlock{
    padding-left: 63px;
}
.block-4.no-icon .bodyBlock {
    padding-left: 0;
}

.block-5{
    border: 2px solid #f1c731;
    border-radius: 10px;
    position: relative;
    padding-left: 2rem;
    padding-right: .5rem;
    padding-top: .8rem;
}
.block-5 .avatar{
    height: 57px;
    left: 5.397727%;
    position: absolute;
    top: -25px;
    width: 57px;
    border: 1px solid #ddd;
    border-radius: 100%;
    overflow: hidden;
}
.block-5 .avatar img{

    height: 100%;

    border: 5px solid #fff;

    border-radius: 100%;

    width: 100%;
}
.block-5 .price{
    text-align: right;
}
.block-5 .price p:first-child{
    margin-bottom: 0;
    line-height: .6rem;
}
.block-5 .price p:last-child{
    margin: 0 .316456%;
    font-size: .729167rem;
    line-height: 1.2;
    text-decoration: underline;
    color: #9fa1a5;
}
.block-5 h3{
    margin: 10px 0 0 .316456%;
    color: #6c8092;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
}
.block-5 .desc{
    margin: 10px 0 0 .632911%;
    width: 100%;
    opacity: .8;
    line-height: 16.66667px;
}
.block-5 .com{
    margin: 16px 0 0;
    opacity: .8;
    color: #9fa1a5;
    font-size: .761998rem;
    font-style: italic;
    letter-spacing: .01em;
}
.block-5 .readMore{
    font-size: .79rem;
    text-align: right;
    text-decoration: underline;
    display: block;
    margin-bottom: .6rem;
}
.ul-1{
    margin-bottom: 0;
}
.ul-1 li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.ul-1 li:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 100%;
    left: 0;
    margin-top: 0;
    background:url(/images/li_1.png);
    background-repeat:no-repeat;
    background-position:left center;
}
.ul-1 li a{
    text-transform: uppercase;
    border-bottom: 1px solid #303030;
    color: #303030;
}
.ul-1 li small a{
    text-transform: none;
    color: #6c8092;
    border-bottom: 1px solid #6c8092;
}
.ul-1 li small{
    float: right;
    font-size: 13px;
}
.ul-1 li a:hover{
    text-decoration: none;
}
.ul-1 li.active{

}
.ul-1 li.active a{
    color: #6c8092;
    font-family: myriad pro bold;
    border-bottom: 2px solid #f1c731;
}

.ul-2{
    margin-bottom: 0px;
}
.ul-2 li:before{
    content: url(/images/maketHome/confirm.png);
    background: #ddf2ff;
    border-radius: 100%;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    text-align: center;
    line-height: 19px;
    left: 0;
}
.ul-2 li{

    padding-left: 22px;

    color: #9fa1a5;

    font-size: .7rem;

    line-height: 22px;
}
.ul-3 li{

    position: relative;

    padding-bottom: 0;

    margin-bottom: 10px;

    color: #303030;

    font-size: .78125rem;

    line-height: 13.33333px;

    text-transform: uppercase;

    padding-left: 23px;
}
.ul-3 li:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 100%;
    left: 0;
    margin-top: 0;
    background: url(/images/li_1.png);
    background-repeat: no-repeat;
    background-position: left top;
}
.ul-3 li small{

    display: block;

    text-transform: lowercase;

    line-height: 12.5px;

    color: #9fa1a5;

    font-size: .61rem;
}
.ul-3 li span{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 13.83333px;
    text-align: right;
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 11px;
}
.ul-4{
    padding-left: 0 !important;
}
.ul-4 li{
    position: relative;
    font-size: 11px;
    border-bottom: 1px solid #ddf2ff;
    height: 32px;
    padding-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    margin-right: 15px;
}
.ul-4 li span{
    height: 22px;
    width: 22px;
    border-radius: 100%;
    background: #fd4a42;
    color: #fff;
    line-height: 23px;
    text-align: center;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 4px;
}
.ul-4.greenLi li span{
    background: #7dae81;
}
.ul-4.greenLi li sup{
    color: #7dae81;
    margin-left: 6px;
}

.ul-4 li:after{
    content: "";
    right: 0;
    bottom: -1px;
    height: 1px;
    width: 30px;
    background: #f3f3f3;
    position: absolute;
}
button.arrow, a.arrow{
    min-height: 48px;
    padding: 10px 70px 10px 29px;
    position: relative;
    border-radius: 24px;
    background: #f1c731;
    border: none;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: baseline;
    line-height: 28px;
}
button.arrow:before, a.arrow:before{
    position: absolute;
    content: "";
    height: 51%;
    width: 1px;
    background: #000;
    right: 47px;
    top: 24%;
}
button.arrow:after, a.arrow:after{
    position: absolute;
    content: "";
    background: url("/images/maketHome/arrow.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 100%;
    right: 20px;
    top: 0;
    background-position-y: center;
}
a.arrow:hover{
    text-decoration: none;
    color: inherit;
}
button.whith-icon{background:transparent;padding: 3px 67px 0 25px;position: relative;height: 58px;border: 2px solid #f1c731;border-radius: 28.5px;text-transform: uppercase;text-align: left;}
button.whith-icon .icon{position: absolute;background: #f1c731;width: 50px;height: 50px;top: 2px;right: 2px;border-radius: 100%;display: block;line-height: 46px;text-align: center;}
button.whith-icon small{
    display: block;
    text-transform: none;
    line-height: 14px;
    color: #9fa2a5;
}
.undeline-uppercase{
    text-transform: uppercase;
    border-bottom: 1px solid #303030;
    color: #303030;
}
.undeline{
    text-decoration: underline;
}
.c_grey{
    color: #b4b6b9;
}
a.c_grey:hover{
    color: #b4b6b9;
    text-decoration: none;
}
.c_red{
    color: #fd4a42;
}
.c_blue{
    color: #6c8092;
}
.rub {
    position: relative
}

.rub:after {
    content: "";
    position: absolute;
    bottom: 33%;
    right: 2.5px;
    width: 66%;
    height: 1px;
    background: #000
}

.rub:before {
    right: 3.5px;
    width: 51%;
    bottom: 47%;
    content: "";
    position: absolute;
    height: 1px
}

.rub.red:after {
    background: #fd4a42
}

.rub.red:before {
    background: #fd4a42!important
}

.rub.big:after {
    bottom: 41%;
    right: 2.5px;
    width: 66%
}

.rub.big:before {
    content: "";
    position: absolute;
    right: 3.5px;
    width: 51%;
    height: 1px;
    background: #000;
    bottom: 53%
}
.rub.big.bold:after {
    bottom: 27.46%;
    height: 2px;
}

.rub.big.bold:before {
    height: 2px;
    bottom: 40%;
}
.rub.big.georgia:before {
    bottom: 43%;
    right: 8px;
}
.rub.big.georgia:after {
    bottom: 33%;
    right: 6px;
}
blockquote{border-bottom: 1px solid #a8defe;border-top: 1px solid #a8defe;padding-top: .5rem;padding-bottom: .5rem;position: relative;}
blockquote:before{
    content: "";
    position: absolute;
    height: 16px;
    width: 22px;
    background: url("/images/blockquote.png");
    background-position: center center;
    background-repeat: no-repeat;
    top: -12px;
    left: 22px;
}

.block-6 .img{
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.block-6 .img img{
    width: 100%;
}
.block-6 h3{
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 1rem;
}
.block-6 h3 a{
    text-decoration: underline;
}
.lovercase{
    text-transform: lowercase;
}
.center{
    text-align: center;
}
.headBlock{text-transform: uppercase;text-decoration: underline;font-size: 17px;color: #6c8092;}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    border-bottom: 3px solid #f1c731 !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    color: #000 !important;
    text-transform: uppercase;
    text-decoration: none;
}
.nav-tabs{
    border: none !important;
}
.no-border-tabs .nav-link{
    border-bottom: 3px solid #a8defe !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    text-transform: uppercase;
    text-decoration: none;
    color: #b4b6b9;
}
.nav-link small{
    text-transform: none;
    font-size: 12px;
    line-height: 8px;
    color: #000;
    margin-left: 7px;
}
.seo_tarif_tab .nav-link.active{color: #6c8092 !important;}
.seo_tarif_tab .nav-link{

    font-size: 15px;

    padding: 0.5rem 1.5rem;
}
.seo_tarif_tab .tab-content{
    padding-top: 1rem;
}
.seo_tarif_tab{
    padding-top: 1rem;
}
.modal-dialog{
    color:#444;
}
button{
    cursor: pointer;
}
.modal-body span {
    margin-bottom: 10px;
    display: block;
}
.modal-body .body-info{
    line-height: 10px;
    padding-top: 4px;
}
.modal-title{

}
.modal-header{
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 6px !important;
    border-bottom: none !important;
}
.modal-footer-g{
    border-top: none !important;
    color: #6c8092;
    line-height: 20px;
    text-align: center;
    padding: 10px;
}
.modal-footer-g p{
    margin-bottom: 0;
}

.modal-footer-g div{

    margin-top: 16px;

    margin-bottom: 15px;
}
.modal-footer-g .yellow-but{

    margin-right: 15px;
}
.modal-footer-g .border-but{

}
.yellow-but{
    background: #f1c731;
    border: 2px solid #f1c731;
    padding: 11px 30px;
    text-transform: uppercase;
    border-radius: 24px;
}
.border-but{
    background: transparent;
    border: 2px solid #f1c731;
    padding: 11px 30px;
    text-transform: uppercase;
    border-radius: 24px;
    color: #b4b6b9;
}

h4.panel-title{
    text-transform: uppercase;
    border-bottom: 1px solid #303030;
    color: #303030;
    font-size: 100%;
    display: inline-block;
}
h1.titleLenta .lenta{
    top: 7px;
}
h1.titleLenta p{

}

.whith-price{
    display: block;
    background: #f1c731;
    border-radius: 33px;
    min-width: 136px;
    position: relative;
    text-transform: uppercase;
    line-height: 45px;
    padding-top: 4px;
    font-size: 13px;
    text-align: left;
    padding-left: 29px;
    padding-right: 73px;
    border: none;
    margin: auto;
}
.iconPriceButton{
    position: absolute;
    background: #fff;
    top: 2px;
    right: 2px;
    border-radius: 24px;
    padding: 0 1px;
    line-height: 14px;
    width: 47px;
    height: 47px;
    font-size: .8rem;
    padding-top: 1.1rem;
    text-decoration: underline;
    text-align: center;
}

