body{
    text-align:justify
}
.banner_1{
    width: 100%;
}
.row{

}
header img{
    margin-top: 8px;

}
.row_but{
    margin-bottom: 0px !important;
}
.banner_text{
    /*margin-top: -40%;
    margin-left: 66%;
    margin-bottom: 20%;*/
}
.name_striy{
    font-size: 24px;
    color: #FFFFFF;
}
.name_russ{
    font-size: 62px;
    font-weight: bold;
    color: #9d2062;
    background:linear-gradient(174deg, #c3ff03 -12%, #2ac592 51%, #d9167f);;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.date_tyme{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.container-fl{
    padding: 10px 10%;
}
.nav_bcg{
    background-image:linear-gradient(243deg, #ec53a6 0,#23c3aa 144%);
}
.count{
    background: linear-gradient(34deg, #00f3ff -3%, #ffffff 25%, #00f9b2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.circlee{
    font-size: 58px;
    border-radius: 75%;
    text-align: center;
    /*border: 3px solid transparent;  задаем сплошную прозрачную границу шириной в 20 пикселей */

    /* наша собственная диагональная граница, где мы указали что цвет начинает меняться от левого верхнего (top left) угла
    -moz-border-image: -moz-linear-gradient(top left,  0%, #3a4ed5 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #3acfd5 0%, #3a4ed5 100%);
    border-image: linear-gradient(to bottom right, #3acfd5 0%, #3a4ed5 100%);

    border-image-slice: 1; /* смещение фона границы */
}
.count_name{
    font-size: 18px;
    color: #fff;
    margin: 0px;
    text-align: center;
}
.banner_bcg{
    background-image: linear-gradient(278deg, #ec53a6 0,#23c3aa 144%);
    min-height:408px;
    height: 100%;
}
.block_block{
    display: block;
    text-align: left;
}
.block-item{
    display: inline-block;
    width: 33%;
    position: relative;
    vertical-align: top;
    padding-right: 18px;
    margin-bottom: 10px;
    float: left;

}
.h1_name{
    font-size: 36px;
    font-weight: 300;
    color: black;
}
.img_text{
    margin:10px 10px;
    float: left;
    width: 60px;
}
.img_text_1{
    width: 80px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.col_line{

}
/*
.item_clear{
    clear: left;
}*/
.time_block{
    margin-left: -68px;
}
.time_block_text{
    font-size: 18px;
    color: #FFFFFF;
}
.bcg_circlee{
    min-height: 280px;
    background-position: center;
    background-repeat: no-repeat;
}

.black_fr{
    color: #ffdd2e;
    font-weight: bold;
    font-size: 40px;
    float: right;
    margin: 0px;
}
.black_friday{
    color: #000000;
    font-weight: bold;
    font-size: 54px;
    float: right;
    width: 100%;
    margin: 0px;
    text-align: right;
    margin-right: 40px;
}
.black_friday+.black_friday{
    margin-right: 0px;
}
.block_position{
    min-height: 600px;
    border: 1px solid rgba(92, 92, 92, 0.68);
}
.btn_block{
    text-align: center;
    margin-top: 40px;
}
.block_header_1{
    background: linear-gradient(278deg, #ec53a6 0,#23c3aa 144%);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding:5px 10px;
    text-align: center;
}
.block_for{
    font-size: 18px;
    color: #5c5c5c;
    text-align: left;
    font-weight: bold;
}
.free{
    color: #428d2d !important;
    font-weight: bold;
}
.block_text{
    padding: 1px 20px;
}
.block_header_2{
    background:linear-gradient(278deg, #ec53a6 0,#23c3aa 144%);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding:5px 10px;
    text-align: center;
}
.block_header_3{
    background:linear-gradient(278deg, #ec53a6 0,#23c3aa 144%);
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding:5px 10px;
    text-align: center;
}
.list-block{
    margin: 0;
    font-size: 12px;
    color: #727272;
    margin-top: 12px;
}
#parent{
    position:relative; /* добавили */
    height:408px;
}
#child{
    position:absolute;
    bottom: 0;
    right: 0;

    max-height: 400px;
}


.slider{
    height: 180px !important;
}
.slides{
    background: none !important;
}
.slider .indicators .indicator-item{
    height: 8px !important;
    width: 8px !important;

}
.slider .indicators .indicator-item.active{
    background:linear-gradient(335deg, #ec53a6 0,#00ffd7 112%);
}
.card{
    border: 1px solid #dedede;
    -webkit-box-shadow: none !important;
    box-shadow:none !important;
}
.img_docs{
    width: 150px;
}
.img_docs:hover{
    filter: drop-shadow(7px 6px 6px #868686);
    margin-top: -8px;
}
.p-docs{
    font-weight: 400;
    color: #000000;
    top: 0;
}
.media_p{
    font-size: 14px;
}
#sidenav-overlay{
    position: inherit;
}
nav{
    box-shadow: none !important;
}
/*nav{
    background-color: #FFFFFF !important;
}
nav ul li.active{
     background-color: rgb(210, 133, 196);
     color: #FFFFFF !important;
 }
nav ul a:hover{
    background-color: rgb(186, 111, 167);
    color: #FFFFFF !important;
}
nav ul a{
    color: #000000 ;
}
nav{
    box-shadow: none!important;
}*/
.card .card-content{
    padding: 10px !important;
}
.card .card-reveal{
    padding: 18px !important;
}
#fixed_news{
    z-index: 1;
    width: 182px;
    position: absolute;
    background: #fff;
    border: 1px solid #0000001c;
}
table i{
    color: #f44336;
    padding-right: 5px;
}
td, th{
    padding-bottom: 2px!important;
}
p .inbox_info{
    margin: 10px;
}
.block_1{
    height: 120px;
    padding: 15px;
    transition: 0.5s;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    border: 5px solid #FFFFFF;
    background-image: linear-gradient(106deg, #ac4871 0, #27b098 95%);
}
.block_1:hover{
    border: 1px solid #FFFFFF;
    background: #FFFFFF;
    transition: 0.5s;
    color: #FFFFFF !important;
    background-image: linear-gradient(146deg, #ec53a6 0, #2fffe4 103%);
}
.div_text_img{
    padding: 10px;
}
textarea.materialize-textarea{
    padding: 0!important;
}
.td_padding{
    padding: 0px !important;
}
.fixed_news{

}
@media screen and (max-width: 1260px)  {
    #fixed_news{
        display: none;
    }
}
@media screen and (min-width: 1024px){

}
.block_direct{
    margin-bottom: 30px;
    border: 1px solid #b4b4b4;
    min-height: 170px;
}
.block_direct img{
    width: 100%;
    height: 250px;
}
.block_direct p{
    color: #5c5c5c;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}
.block_direct h5{
    padding-left: 10px;
}
.slider .slides{
    height: 200px !important;
}
.p_yanv{
    font-size: 12px;
    color: #5c5c5c;
}
main{
    min-height: 650px;
}
.name_dir{
    font-size: 20px;
}
.inbox_info{
    text-align: justify;
}

.button.secondary, .button.secondary{
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333;
}
#demos{
    padding: 20px !important;
}
.play{
    padding: 10px 20px;
    cursor: pointer;
}
.stop{
    padding: 10px 15px;
    cursor: pointer;
}
.img_slider{
    width: 100px !important;
}
#demos .item img{
    width: 180px !important;
}
.block_block .h1_name{
    margin-left: 15px;
}
.img_docs_table{
    width: 45px;
    text-align: center;
}
.block_otziv{
    min-height: 550px;
    padding: 20px;
    border: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.block_otziv img{
    width: 100%;
}
.block_otziv p{
    font-size: 12px;
    text-align: center;
}
.block_ya{
    margin: 10px;
    padding: 20px;
    border: 1px solid #d9d9d9;
}
.tab{
    background: #eaeaea;
}
.tabs .tab a:hover, .tabs .tab a.active{
    background: #f6b2b5;
    color: #000000;
}
.tabs .tab a{
    color: #8b8b8b;
}
.tabs .indicator{
    background-color: #ff4b53;
}
.td_img{
    width: 40px;
}
.p_statistika{
    padding-top: 20px;
    font-size: 36px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}
.span_text{
    color: #ffffff;
    font-size: 48px;
    margin: 15px;
}
.block_biznes{
    background: #ffffff;
    min-height: 460px;
    border: 1px solid #919191;
    color: #000000;
    padding: 20px;
    margin: 20px;
}
.block_biznes ul li{
    text-align: left !important;
}
.img_block{
    height: 100px;
    text-align: center;
    margin-bottom:20px;
}
.block_biznes:hover {
    -webkit-transition: all 0.4s ease;;
    -moz-transition: all 0.4s ease;;
    -o-transition: all 0.4s ease;;
    transition: all 0.4s ease;
    box-shadow: 0px 19px 51px 7px #4b257d61;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    border: none !important;
}
.a_mobile_p{
    padding-left: 20% !important;
}
.news_logo{
    width: 250px;
    float: left;
}
.collection .collection-item.avatar{
    padding-left: 5px !important;
    min-height:0 !important;
}
.img_news{
    width: 150px;
    height: 150px;
    float: left;
}
.img_news img{
    width: 100%;
    height: 100%;
    border-right: 1px solid #e0e0e0;
}
.img_news_1{
    float: left;
    width: 150px;
    height: 150px;
    border-right: 1px solid #e0e0e0;
}
.img_news_1 img{
   width: 150px;
    border-right: 1px solid #e0e0e0;
    vertical-align: middle;
    margin-top: 30%;
}
.brd{
    border: 1px solid #e0e0e0;
    padding: 9px;
    width: 46% !important;
    height: 153px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.news_text{
    float: right;
    width: 60%;
    font-size: 16px;
    font-weight: bold;
}
.news_more i{
    width: 120px !important;
}
.news_text a{
    float: right;
}
.news_text p{
    height: 90px;
}
.td_info{
    border-right: 1px solid #b8b8b8;
    width: 25%;
}
.td_info_p a{
    color: #5c5c5c;
}
.p_date{
    font-size: 12px;
    color:#5c5c5c ;
    font-weight: 400;
}
.a_read{
    font-weight: 400;
}
.head_date{
    font-size: 22px;
    font-weight: bold;
}
header ul{
    font-size: 13px;
    font-weight: 500;
}

.general_part{
    width: 208px;
}