@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Roman.eot');
    src: local('HelveticaNeueCyr-Roman'),
    url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Medium.eot');
    src: local('HelveticaNeueCyr-Medium'),
    url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Bold.eot');
    src: local('HelveticaNeueCyr-Bold'),
    url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Black.eot');
    src: local('HelveticaNeueCyr-Black'),
    url('../fonts/HelveticaNeueCyr-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Black.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

body{
    font-family: 'HelveticaNeueCyr', sans-serif;
    background: #FDFDFD;
}
ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
:focus{
    outline: none;
}
.header_main_wrap{
    background: url("../img/bg_header_main.jpg") center top no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 170px;
}
.problem_btn{
    color: #FFFFFF;
    margin-right: 60px;
}
.problem_btn:hover{
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}
.problem_btn img{
    margin-right: 10px;
}
.lk_btn{
    background: #FFFFFF;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    color: #3D3D3D;
    font-size: 16px;
    display: inline-block;
    width: 200px;
    font-weight: 500;
}
.lk_btn:hover{
    color: #3D3D3D;
    transform: scale(1.03);
    text-decoration: none;
}
.header_main_wrap_down h1{
    margin-top: 90px;
    margin-bottom: 25px;
    font-size: 50px;
    line-height: 58px;
    font-weight: 900;
}
.header_main_wrap_down h2{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}
.header_main_search_form form{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_main_search_form form input{
    background: #FFFFFF;
    box-shadow: 0px 18px 40px -12px rgba(196, 203, 210, 0.2);
    border-radius: 10px;
    font-size: 16px;
    line-height: 20px;
    display: block;
    border: 0;
    width: 80%;
    padding: 13px;
    margin-right: -20px;
}
.header_main_search_form form button{
    background: #FFD600;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    border: 0;
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #3D3D3D;
    width: 20%;
    transition: 0.3s;
}
.header_main_search_form form button:hover{
    cursor: pointer;
    transform: scale(1.02);
}
.header_main_search_form form button img{
    margin-right: 10px;
}
.footer{
    padding-top: 50px;
}
.footer h4{
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 10px;
}
.footer_list{
    margin-bottom: 60px;
}
.footer_list li a{
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 5px;
}
.footer_down{
    background: #F0F6FF;
    padding: 15px 0;
}
.footer_down p{
    font-size: 12px;
    line-height: 30px;
    color: #6D7177;
    margin-bottom: 0;
}
.footer_down h6{
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
}
.header_sub_wrap{
    margin-bottom: 50px;
}
.header_sub_wrap .header_main{
    background: #0068FF;
    padding: 20px 0;
}
.header_sub_wrap .header_main .problem_btn{
    margin-right: 18px;
}
.search_header{
    position: relative;
}
.search_header button{
    position: absolute;
    right: 0;
    top: 0;
    background: #FFD600;
    border-radius: 10px;
    width: 50px;
    height: 100%;
    text-align: center;
    border: 0;
}
button{
    transition: 0.3s;
}
button:hover{
    cursor: pointer;
    transform: scale(1.05);
}
.search_header input{
    background: #FFFFFF;
    box-shadow: 0px 18px 40px -12px rgb(196 203 210 / 20%);
    border-radius: 10px;
    padding: 12.5px;
    text-align: center;
    border: 0;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 16px;
}
.searching_section_filter{
    background: #FFFFFF;
    box-shadow: 0px 18px 40px -12px rgba(196, 203, 210, 0.2);
    border-radius: 10px;
    padding: 50px 30px;
}
.searching_section_filter h4{
    font-weight: bold;
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 25px;
    color: #3D3D3D;
}
.filter_select_item{
    display: inline-flex;
    align-items: center;
    border: 1px solid #FFD600;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-right: 6px;
    padding: 0px 20px;
    color: #6D7177;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    transition: 0.3s;
}
.filter_select_item .filter_select_item_close{
    margin-left: 12px;
    position: relative;
    top: -1px;
}
.filter_select_item .filter_select_item_close:hover{
    cursor: pointer;
}
.filter_select_del{
    color: #0068FF;
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
}
.filter_select_del:hover{
    text-decoration: none;
    opacity: 0.7;
}
.filter_select_del img{
    margin-right: 6px;
}
.searching_section_item{
    margin-top: 50px;
}
.searching_section_item .searching_section_item_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}
.searching_section_item .searching_section_item_head h5{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #3D3D3D;
}
.searching_section_item .searching_section_item_head h5 span{
    font-weight: 400;
}
.searching_section_item .searching_section_item_head img{
    position: relative;
    top: -2px;
    transition: 0.3s;
}
.searching_section_checkbox_item label{
    font-size: 16px;
    line-height: 21px;
    color: #3D3D3D;
    margin-bottom: 15px;
    position: relative;
}
.searching_section_checkbox_item label:before{
    content: "";
    width: 24px;
    height: 24px;
    border: 1px solid #6D7177;
    box-sizing: border-box;
    border-radius: 5px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 6px;
}
label:hover{
    cursor: pointer;
}
input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span{
    color: #0068FF;
}
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before{
    background: #0068FF;
    border-color: #0068FF;
}
input[type="checkbox"]:checked + label:after, input[type="radio"]:checked + label:after{
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 13px;
    width: 14px;
    height: 10px;
    background: url('../img/check_white_icon.svg') center top no-repeat;
    background-size: contain;
}
.searching_section_checkbox_item input[type="checkbox"], .searching_section_checkbox_item input[type="radio"]{
    display: none;
}
.searching_section_checkbox_item label span{
    font-size: 14px;
    line-height: 21px;
    color: #6D7177;
    margin-left: 5px;
}
.searching_section_item  .searching_section_item_body{
    display: none;
    opacity: 0;
}
.searching_section_item.open  .searching_section_item_body{
    display: block;
    opacity: 1;
}
.searching_section_item.open .searching_section_item_head img{
    transform: rotate(180deg);
}
.searching_section_checkbox_item.disabled{
    opacity: 0.4;
}
.searching_section_item_body_scroll{
    max-height: 180px;
    overflow-y: scroll;
}

.searching_section_item_body_scroll {
    overflow-y: scroll;
}
.searching_section_item_body_scroll::-webkit-scrollbar {
    width: 5px;
    background: #EDEDED;
    border-radius: 5px;
}
.searching_section_item_body_scroll::-webkit-scrollbar-thumb {
    background: #6D7177;
    border-radius: 10px;
}

.searching_section_item_search_input input{
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 14px;
    line-height: 14px;
    padding: 13px 20px;
    margin-bottom: 18px;
    display: block;
    width: 100%;
}
.searching_section_item_search_input p{
    font-size: 16px;
    line-height: 16px;
    color: #0068FF;
    margin-bottom: 24px;
}
.searching_section_item_price{
    display: flex;
    justify-content: space-between;
}
.searching_section_item_price input{
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 14px;
    line-height: 14px;
    color: #6D7177;
    width: 130px;
    margin-bottom: 20px;
}
.searching_section_item_price input#amount1{
    margin-right: 8px;
}
.ui-slider .ui-slider-range{
    background: #0068FF;
    border-radius: 10px;
}
.ui-widget.ui-widget-content{
    background: #EDEDED;
    border-radius: 10px;
    border: 0;
    height: 4px;
}
.ui-slider .ui-slider-handle{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0068FF;
    border: 0;
    top: -.4em;
}
.ui-slider .ui-slider-handle:hover{
    cursor: pointer;
}
.searching_right h4{
    font-weight: bold;
    font-size: 26px;
    line-height: 24px;
    color: #3D3D3D;
    margin-top: 50px;
    margin-bottom: 10px;
}
.searching_right p{
    font-size: 16px;
    line-height: 21px;
    color: #6D7177;
    margin-bottom: 50px;
}
.searching_right_filter{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.searching_right_filter_item{
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #0068FF;
    font-weight: 500;
    border: 1px solid #0068FF;
    box-sizing: border-box;
    border-radius: 10px;
    display: inline-block;
    width: 170px;
    transition: 0.3s;
}
.searching_right_filter_item:hover{
    text-decoration: none;
    color: #0068FF;
    transform: scale(1.05);
}
.searching_right_filter_item.active{
    background: #0068FF;
    color: #fff;
}
.searching_item{
    background: #FFFFFF;
    box-shadow: 0px 18px 40px -12px rgba(196, 203, 210, 0.2);
    border-radius: 10px;
    text-decoration: none;
    margin-bottom: 30px;
    display: block;
    color: #3D3D3D;
    position: relative;
    padding-right: 25px;
}
.searching_item:hover{
    text-decoration: none;
    color: #3D3D3D;
}
img{
  max-width: 100%;
}
.searching_item_img{
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}
.searching_item_img img{
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: cover;
    object-position: center;
}
.raiting_col{
    position: absolute;
    right: 25px;
    top: 20px;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #3D3D3D;
}
.raiting_col img{
    margin-right: 10px;
}
.searching_item_company{
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 14px;
    color: #6D7177;
}
.searching_item_company img{
    width: 24px;
    height: 24px;
    object-position: center;
    object-fit: cover;
    margin-right: 8px;
}
.searching_item_company p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 14px;
    color: #6D7177;
}
.searching_item_title{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #3D3D3D;
}
p.searching_item_desc{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
    color: #3D3D3D;
}
.searching_item_down{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.searching_item_down div{
    margin-right: 30px;
}
.searching_item_price{
    padding: 0 15px;
    background: #0068FF;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.searching_item_status{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 16px;
    color: #3D3D3D;
}
.searching_item_status img{
    margin-right: 10px;
}
.searching_item_date{
    font-size: 16px;
    line-height: 16px;
    color: #3D3D3D;
}
.searching_item_date img{
    margin-right: 10px;
}
.searching_right_page{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 40px;
}
.searching_right_page_arrow{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #C4CBD2;
    margin: 0 20px;
}
.searching_right_page_arrow:hover{
    background: #0068FF;
}
.searching_right_page_dot{
    background: #C4CBD2;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 5px;
}
.searching_right_page_dot.active{
    background: #0068FF;
}
.cource_section_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.cource_section_head .searching_item_price{
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
}
.cource_section_head_sub{
    display: flex;
    margin-bottom: 30px;
}
.cource_section_head_sub .raiting_col{
    position: static;
    margin-left: 20px;
}
.cource_section_title{
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    color: #3D3D3D;
    margin-bottom: 0;
}
.cource_section_head_sub .searching_item_company{
    margin: 0;
}
.cource_section_head_sub .raiting_col .raiting_col_grey{
    font-size: 14px;
    line-height: 14px;
    color: #6D7177;
    font-weight: 400;
    margin-left: 5px;
}
.cource_section_head_sub .raiting_col img{
    margin-top: -5px;
}
.cource_section_head_sub .searching_item_company img{
    margin-top: -4px;
}
.cource_section_main_img{
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 60px;
    width: 100%;
}
.cource_section_desc h5{
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #3D3D3D;
    margin-bottom: 40px;
}
.cource_section_desc p{
    font-size: 16px;
    line-height: 24px;
    color: #6D7177;
}
.cource_section_desc a{
    font-size: 16px;
    line-height: 18px;
    color: #0068FF;
    display: inline-block;
    margin-top: 10px;
    transition: 0.3s;
}
.cource_section_desc a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.cource_section_desc a img{
    margin-left: 10px;
}
.cource_section_learn{
    margin: 60px 0;
    padding: 50px 40px;
    background: #F0F6FF;
    border-radius: 10px;
}
.cource_section_learn h5{
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #3D3D3D;
    margin-bottom: 40px;
}
.cource_section_learn_list li{
    display: flex;
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3D;
    margin-bottom: 20px;
    align-items: flex-start;
}
.cource_section_learn_list li img{
    margin-right: 20px;
    position: relative;
    top: 5px;
}
.info_wrap{
    background: #FFFFFF;
    box-shadow: 0px 10px 40px rgba(196, 203, 210, 0.5);
    border-radius: 10px;
    padding: 40px 45px;
    padding-bottom: 100px;
}
.info_wrap_item{
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 16px;
    color: #6D7177;
    margin-bottom: 20px;
}
.info_wrap h5{
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #3D3D3D;
    margin-bottom: 28px;
}
.info_wrap_item p{
    margin-bottom: 0;
}
.info_wrap_item img{
    margin-right: 14px;
}
.info_wrap_item a{
    color: #0068FF;
}
.info_wrap_item a:after{
    content: "";
    display: inline-block;
    background: url("../img/link_blue_icon.svg") center top no-repeat;
    background-size: contain;
    width: 16px;
    height: 16px;
    margin-left: 4px;
}
.info_wrap_item a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.info_wrap hr{
    margin-bottom: 20px;
    border-color: #EDEDED;
}
.want_cource{
    display: block;
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-top: 40px;
    background: #0068FF;
    border-radius: 10px;
}
.want_cource:hover{
    text-decoration: none;
    color: #fff;
    transform: scale(1.05);
}
.cource_your_learn{
    background: #FFFDF0;
    border-radius: 10px;
    padding: 50px 30px;
    padding-bottom: 20px;
}
.cource_your_learn h4{
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #3D3D3D;
    margin-bottom: 40px;
}
.cource_your_learn_item{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.cource_your_learn_item_img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 18px;
}
.cource_your_learn_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cource_your_learn_item_right{
    width: 200px;
}
.cource_your_learn_item_right h5{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #3D3D3D;
    margin-bottom: 5px;
}
.cource_your_learn_item_right p{
    font-size: 12px;
    line-height: 16px;
    color: #6D7177;
}
.cource_add_review{
    background: #FFFFFF;
    box-shadow: 0px 10px 40px -12px rgba(196, 203, 210, 0.5);
    border-radius: 10px;
    padding: 50px 30px;
    margin: 60px 0;
}
.cource_add_review h4{
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #3D3D3D;
    margin-bottom: 40px;
}
.cource_add_review textarea{
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px 28px;
    font-size: 14px;
    line-height: 14px;
    display: block;
    width: 100%;
    height: 120px;
    resize: none;
    margin-bottom: 30px;
}
.cource_add_review_bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cource_add_review_btn{
    background: #0068FF;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    border: 0;
    width: 240px;
}
.cource_add_review_bottom_reviews{
    display: flex;
}
.cource_add_review_bottom_reviews p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3D;
    margin-right: 10px;
}
.cource_add_review_bottom_reviews_img{
    margin-right: 10px;
}
.cource_add_review_bottom_reviews b{
    font-weight: bold;
    font-size: 18px;
    margin-left: 2px;
    color: #3D3D3D;
}
.cource_reviews_head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.cource_reviews_head h4{
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    color: #3D3D3D;
}
.cource_reviews_head .cource_add_review_bottom_reviews span{
    font-size: 14px;
    line-height: 28px;
    margin-left: 5px;
    color: #6D7177;
}
.cource_reviews .searching_right_filter .searching_right_filter_item{
    width: 172px;
    font-size: 12px;
}
.cource_reviews_item{
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 18px 40px -12px rgba(196, 203, 210, 0.2);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 40px 35px;
    display: flex;
    align-items: flex-start;
}
.cource_reviews_item_class{
    display: flex;
    position: absolute;
    right: 40px;
    top: 50px;
}
.cource_reviews_item_img{
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 18px;
}
.cource_reviews_item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.cource_reviews_item_right{
    width: 88%;
}
.cource_reviews_item h5{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #3D3D3D;
    margin-bottom: 5px;
}
.cource_reviews_item_star{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cource_reviews_item_star p{
    margin-bottom: 0;
    margin-left: 20px;
    font-weight: 500;
    font-size: 14px;
    color: #6D7177;
}
.cource_reviews_item_desc{
    font-size: 14px;
    line-height: 20px;
    color: #3D3D3D;
    margin-bottom: 0;
}
.cource_reviews_item_class_green{
    font-size: 16px;
    line-height: 16px;
    color: #00D770;
    font-weight: 500;
    margin-right: 20px;
}
.cource_reviews_item_class_grey{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #6D7177;
}
.cource_reviews_more{
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #0068FF;
    display: block;
    margin-top: 30px;
    margin-bottom: 100px;
}
.cource_reviews_more:hover{
    opacity: 0.7;
    text-decoration: none;
}
.popular_cource h4{
    font-weight: 900;
    font-size: 30px;
    line-height: 58px;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 10px;
}
.popular_cource{
    margin: 50px 0;
}
.course_slider_item{
    background: #FFFFFF;
    box-shadow: 0px 18px 40px -12px rgba(196, 203, 210, 0.2);
    border-radius: 10px;
    display: block;
    color: #3D3D3D;
    transition: 0.3s;
    padding-bottom: 30px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.course_slider_item:hover{
    text-decoration: none;
    color: #3D3D3D;
    opacity: 0.9;
}
.course_slider_item_img{
    height: 180px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}
.course_slider_item_img img{
    width: 100%;
    height: 100%;
}
.course_slider_item_head{
    display: flex;
    justify-content: space-between;
    margin: 22px 20px;
    
}
.course_slider_item .raiting_col{
    position: static;
}
.course_slider_item .searching_item_company{
    margin: 0;
}
.course_slider_item_title{
    margin: 0 20px;
    margin-bottom: 28px;
}
.course_slider_item .searching_item_down{
    margin: 0 20px;
}
.course_slider_item .searching_item_down div{
    margin-right: 25px;
}
.course_slider_item .searching_item_price{
    font-size: 13px;
}
.course_slider_item .searching_item_status{
    margin-right: 0;
}
.course_slider_prev, .course_slider_next{
    position: static;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 20px;
    background: #0068FF;
}
.swiper-button-disabled{
    background: #C4CBD2;
}
.swiper-pagination-bullet{
    margin: 0 5px;
}
.cource_arrow_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
}
.swiper-pagination{
    position: static;
}
.cource_arrow_wrap .swiper-button-next:after, .cource_arrow_wrap .swiper-button-prev:after{
    content: none;
}
.modal .modal-content{
    position: relative;
    padding: 50px 45px;
}
.modal .close{
    position: absolute;
    right: 20px;
    top: 10px;
}
.modal-content h5{
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 20px;
}
.modal-content h6{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 50px;
    font-weight: 400;
}
.modal-content h6 a{
    font-weight: 700;
}
.modal-content a{
    font-size: 16px;
    line-height: 24px;
    color: #0068FF;
}
.modal-content a:hover{
    text-decoration: none;
}
.input_wrap{
    margin-bottom: 20px;
}
.input_wrap p{
    font-size: 14px;
    line-height: 24px;
    color: #6D7177;
    margin-bottom: 5px;
}
.input_wrap input{
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 12px 20px;
    font-size: 16px;
}
.reset_pasword{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #0068FF;
    display: block;
    width: 100%;
    margin-top: 10px;
}
.form_btn{
    background: #0068FF;
    border-radius: 10px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border: 0;
    width: 100%;
    margin-top: 20px;
    line-height: 50px;
}
.modal_form_text2{
    font-size: 14px;
    line-height: 22px;
    color: #3D3D3D;
}
.modal_form_text2 a{
    font-size: 14px;
}
textarea{
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px 16px;
    resize: none;
    font-size: 14px;
    line-height: 18px;
}
.form_modal_checkbox{
    margin-bottom: 40px;
    margin-top: 30px;
}

.modal-content-spec {
    border: none; padding: 50px 0;
}

.cource_add_review .m-good { display: none; }
.cource_add_review_bottom_reviews_img img { cursor: pointer;}

.like-icon {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #6D7177;
    cursor: pointer;
}
.like-icon:first-child { margin-right: 20px; }
.like-icon.m-active:first-child { color: #00D770 }
.like-icon.m-active:first-child svg path { fill: #00D770 }
.like-icon svg { vertical-align: text-top; }
.like-icon.m-active { color: red }
.like-icon.m-active svg path { fill: red }

.searching_section.m-load:before { content: ''; z-index: 1000; display: block; position: fixed; top: 0; left:0; width: 100%; height: 100%; background: rgba(0, 0,0, .4) url(../img/loader.svg) center no-repeat; background-size: 100px; }

.cource_add_review > p > a { color: #007bff; }
