a {
    text-decoration: none;
    color: #2F2F2F;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

a.anchor {
	display: block;
	position: relative;
	top: -85px;
	visibility: hidden;
}

body {
    padding-top: 130px;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    background-color: #ffffff;
    color: #2F2F2F;
    word-wrap: break-word;
}

* {
    margin: 0;
    outline: none;
}

img, video{
    max-width: 100%;
}

:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

html {
    height: 100%;
}

textarea{
    resize: none;
}

.navbar_header{
    padding-top: 0;
    padding-bottom: 0;

    background-color: #3E834D;
}

.navbar_header .navbar-nav .navbar_header-link{
    display: flex;
    align-items: center;
    height: 80px;
    color: #ffffff;
    padding: 0 12px;

    font-size: 14px;
    font-weight: 400;
}

.navbar_header-link:not(.inactive):hover{
    color: #ffffff;
    background-color: #3B6244;
}

.navbar-nav:not(.inactive)>.show{
    background-color: #3B6244;
}

.dropdown-menu{
    padding: 0;
    margin: 0;
    border-radius: 0 0 4px 4px;

    box-shadow: 7px -7px 20px 0 rgba(0, 0, 0, .15);
}

.dropdown-menu a{
    display: block;

    font-size: 13px;
    font-weight: 400;
    padding: 6px 20px;
    white-space: nowrap;

    border-bottom: 1px solid #E0E0E0;
}

.dropdown-menu a:hover{
    color: #2f2f2f;
    text-decoration: none;
}

.dropdown-menu li:hover{
    background-color: #F0F0F0;
}

.dropdown-menu li:last-child a{
    border-bottom: none;
}

.navbar-right a:hover{
    text-decoration: none;
}

.navbar_header-link:after{
    display: none;
}

.caret{
    margin-left: 5px;

    width: 6px;
    height: 4px;

    background-image: url("/images/arrow_down.svg");
    background-repeat: no-repeat;
}

.navbar_header-personal .caret{
    margin-right: 10px;
}

.navbar_menu{
    flex-grow: 0;
    margin: 0 auto;
}

.navbar_menu li:hover .navbar_header-link{
    background-color: #3B6244;
}

.navbar_menu li:hover>ul{
    display: block;
}

.personal_item:hover .navbar_header-link{
    background-color: #3B6244;
}

.personal_item:hover>ul{
    display: block;
}

.dropdown-toggle::after{
    display: none;
}

.personal-notify-link{
    position: relative;
}

.notification_count{
    display: inline-block;
    position: absolute;

    top: 20px;
    right: 5px;

    text-align: center;
    width: 16px;
    height: 16px;
    background-color: #EB5757;
    color: #ffffff;

    font-size: 10px;
    line-height: 16px;

    border-radius: 50%;
}

.notification_null{
    display: none;
}

.dropdown-menu{
    top: 99%;
    min-width: 200px;
}

.main_content{
    min-height: calc(100vh - 270px);
    padding-bottom: 80px;
}

.login-page{
    width: 360px;
    padding: 8% 0 0;
    margin: auto;
    display: block;
}

.login-form{
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}


.carousel-control-prev-icon, .carousel-control-next-icon{
    background-image: url("/images/arrow_right.svg");
}

.fa-chevron-right:before, .fa-chevron-left:before{
    color: #222;
}

.carousel-control-prev-icon{
    transform: rotate(180deg);
}

.carousel-indicators li:before, .carousel-indicators li:after{
    display: none;
}

.carousel-indicators li{
    width: 12px;
    height: 12px;

    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #3E834D;
}

.carousel-indicators .active{
    background-color: #3E834D;
}

.carousel-inner{
    border-radius: 4px;
    box-shadow: 0 7px 9px rgba(0, 0, 0, .11);
}

.carousel{
    margin-bottom: 50px;
}

.content_headline{
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;

    justify-content: space-between;
    margin: 0;

    color: #3E834D;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 40px;
}

.content_headline a{
    text-decoration: none;
    min-width: 245px;
}

.content_headline a:hover{
    color: #89C195;
}

.content_headline:after{
    content: "";
    display: inline-block;

    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
}

.card_body{
    padding: 30px 30px 40px 30px;
}

.card_title{
    margin: 0;
    margin-bottom: 20px;

    font-weight: 600;
    font-size: 17px;
}

.card_body-link{
    color: #222;
    text-decoration: none;
}

.card_body-link:hover{
    color: #222;
    text-decoration: none;
}

.card_body-link:hover ~ .card_footer .btn_card{
    color: #89C195;
    text-decoration: none;
}

.card_body-link:hover ~ .card_footer .btn_card span{
    background-image: url("/images/arrow_right_light.svg");
}

.card_text{
    margin-bottom: 30px;

    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.select2dropdown{
    font-size: 12px;
}

.select2-selection__rendered
{
    font-size:0.8rem;
}

.news_body{
    display: flex;

}

.card_img{
    width: 280px;
    /*height: 100%;*/
    /*background-color: #f5f5f5;*/

    border-radius: 4px 0 0 4px;
}

.news_video-cover{
    width: 100%;
    min-height: 100px;
}

.news_video-cover .card_video-cover{
    width: 100%;
}

.card_img img{
    min-height: 100%;
    width: 280px;
    max-width: none;
    border-radius: 4px 0 0 4px;
}

.card_video{
    display: flex;
    align-items: center;
    position: relative;
    background-color: #E0E0E0;
    /*max-height: 300px;*/
    height: auto;
    overflow: hidden;
}

.card_video a i{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 60px;
    color: #3E834D;
    transform: translate(-50%, -50%);
}

.card_video a:hover i{
    color: #89C195;
}

.card_video video{
    width: 100%;
    height: 100%;
}

.card_body-video{
    padding-left: 30px;
}

.card_img a{
   display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news_card, .news_card-video{
    margin-bottom: 30px;

    box-shadow: 0 7px 9px rgba(0, 0, 0, .11);
    border-radius: 4px;
}

.card_info-like{
    position: relative;
    padding: 0;
    padding-left: 19px;
    margin: 0;

    font-weight: normal;
    font-size: 14px;
    line-height: 24px;

    color: #222;
    opacity: .5;

    text-decoration: none;
}

.card_info-like:hover{
    color: #222;
    text-decoration: none;
    opacity: 1;
}


.card_info-like:before{
    position: absolute;
    top: 3px;
    left: 0;

    content: url("/images/like_grey.svg");

    width: 16px;
    height: 16px;
}

.card_info-like-active{
    color: #89C195;
    opacity: 1;
}

.card_info-like-grey{
	color: #949598;
	opacity: 1;
}

.card_info-like-active:hover{
    color: #89C195;
    opacity: .5;
}

.card_info-like-grey:hover{
	color: #949598;
	opacity: .5;
}

.card_info-like-active:before{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;

    content: url("/images/like_light.svg");

    width: 16px;
    height: 16px;
}

.card_info-like-grey:before{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;

	content: url("/images/like_grey.svg");

	width: 16px;
	height: 16px;
}

.card_info-date{
    padding: 0;
    margin: 0;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;

    color: rgba(0, 0, 0, .5);
}

.btn_card{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;

    color: #3E834D;
    font-size: 17px;
    font-weight: 600;

    text-decoration: none;
}

.btn_card:hover{
    color: #89C195;
    text-decoration: none;
}

.btn_card span{
    display: inline-block;
    margin-left: 10px;

    width: 16px;
    height: 16px;

    background-image: url("/images/arrow_right.svg");
    background-repeat: no-repeat;
}

.btn_card:hover span{
    background-image: url("/images/arrow_right_light.svg");
}

.btn_more_news{
    padding: 0;
    margin: 0 auto;
    margin-top: 40px;

    display: block;

    margin-top: 25px;
    padding: 15px 0;
    width: 300px;

    color: #3E834D;
    font-weight: normal;

    border: 1px solid #3E834D;
    border-radius: 4px;
}

.btn_more_news:hover{
    color: #89C195;
    border-color: #89C195;
}

.page-footer{
    /*padding: 30px 0;*/

    height: 140px;
    background-color: #949598;
}

.page-footer .container{
    height: auto;
}

.footer_logo img{
    width: 97px;
}

.footer_copyright{
    margin: 0;

    font-size: 10px;
    line-height: 24px;
    color: rgba(255, 255, 255, .5);
}

.footer_logo{
    width: 97px;
    text-align: center;
}

.footer_sos{
    padding: 7px 35px;
    font-weight: bold;
    color: #fff;

    border: 1px solid #fff;
    border-radius: 4px;
}

.footer_sos:hover{
    color: #89C195;
    border-color: #89C195;
    text-decoration: none;
}

.social{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;

    /*text-align: center;*/
}

.social p{
    margin: 0;
    color: #fff;
    font-weight: normal;
}

.list_social{
    margin: 0;
    margin-top: 10px;
    padding: 0;
    width: 140px;
    list-style: none;
}

.list_social li{
    width: 30px;
    height: 30px;
    /*border: 1px solid #fff;*/
    border-radius: 4px;
}

.list_social li a{
    border: 1px solid #fff;
    border-radius: 4px;
}

.social_facebook{

    display: block;
    width: 100%;
    height: 100%;

    background-image: url("/images/facebook.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.social li:hover .social_facebook{
    background-image: url("/images/facebook_light.svg");
}

.social li:hover a{
    border-color: #89C195;
}

.social_vk{
    display: block;
    width: 100%;
    height: 100%;

    background-image: url("/images/vk.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.social_instagram{
    display: block;
    width: 100%;
    height: 100%;

    background-image: url("/images/instagram.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.social_vk:hover{
    background-image: url("/images/vk_light.svg");
}

.social_instagram:hover{
    background-image: url("/images/instagram_light.svg");
}

.right-sidebar{
    border-radius: 4px;
    box-shadow: 0 7px 9px rgba(0, 0, 0, .11);
    margin-bottom: 50px;
}

.right-sidebar:last-child{
    margin-bottom: 0px;
}

.sidebar_body{
    padding: 30px 30px 40px 30px;
}

.sidebar_headline{
    border-radius: 4px 4px 0 0;
    margin: 0;
    padding: 10px 30px;

    font-size: 22px;
    font-weight: 600;
    color: #fff;

    background-color: #3E834D;
}

.sidebar_important .sidebar_headline{
    background-color: #89C195;
}

.sidebar_important-text{
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 20px;
}

.sidebar_btn{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;

    color: #3E834D;
    font-size: 17px;
    font-weight: 600;

    text-decoration: none;
}

.sidebar_btn:hover{
    color: #89C195;
    text-decoration: none;
}

.sidebar_btn span{
    display: inline-block;
    margin-left: 10px;

    width: 16px;
    height: 16px;

    background-image: url("/images/arrow_right.svg");
    background-repeat: no-repeat;
}

.sidebar_btn:hover span{
    background-image: url("/images/arrow_right_light.svg");
}

.service_list{
    margin: 0;
    /*margin-top: 15px;*/
    padding: 0;

    list-style: none;
}

.vacancy_list{
    margin: 0;
    /*margin-top: 15px;*/
    padding: 0;

    list-style: none;
}

.service_list a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-decoration: none;
    color: #222;

    border-bottom: 1px solid #E0E0E0;
}

.album_list a{

    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    text-decoration: none;
    color: #222;
}

.album_list a:hover{
	color: #89C195;
}

.vacancy_list a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;

	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	width: 100%;
	font-size: 17px;
	line-height: 27px;
	font-weight: 400;
	text-decoration: none;
	color: #222;

	border-bottom: 1px solid #E0E0E0;
}

.service_list li:last-child a{
    border-bottom: none;
    padding-bottom: 0;
}

.vacancy_list li:last-child a{
	border-bottom: none;
	padding-bottom: 0;
}

.service_list li:first-child a{
    padding-top: 0;
}

.vacancy_list li:first-child a{
	padding-top: 0;
}

.service_list a:after{
    content: "";

    background-image: url("/images/arrow_right.svg");
    background-repeat: no-repeat;

    width: 16px;
    height: 18px;
}

.vacancy_list a:after{
	content: "";

	background-image: url("/images/arrow_right.svg");
	background-repeat: no-repeat;

	width: 16px;
	height: 18px;
}

.service_list a:hover{
    color: #89C195;
}

.vacancy_list a:hover{
	color: #89C195;
}

.service_list a:hover:after{
    background-image: url("/images/arrow_right_light.svg");
}

.vacancy_list a:hover:after{
	background-image: url("/images/arrow_right_light.svg");
}

.photo_list{
    margin: 0;
    /*margin-top: 15px;*/
    padding: 0;
    list-style: none;
}

.photo_list li{
    padding-top: 15px;
}

.photo_list img{
    height: 200px;
}

.photo_all{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
    color: #3E834D;
    font-weight: 300;
    text-decoration: none;
}

.photo_all:hover{
    color: #89C195;
    text-decoration: none;
}

.vacancy_all{
	display: inline-block;
	width: 100%;
	margin-top: 15px;
	font-size: 15px;
	text-align: center;
	color: #3E834D;
	font-weight: 300;
	text-decoration: none;
}

.vacancy_all:hover{
	color: #89C195;
	text-decoration: none;
}

.birthday_list{
    margin: 0;
    padding: 0;
    list-style: none;

    max-height: 210px;
}

.birthday_list a{
    display: inline-block;
    width: 100%;
    padding: 15px 0;
    color: #222;
    text-decoration: none;

    border-bottom: 1px solid #E0E0E0;
}

.birthday_list a:hover{
    color: #89C195;
}

.birthday_list img{
    margin-right: 15px;

    width: 50px;
    height: 50px;

    border-radius: 50%;
}

.birthday_list li:last-child a{
    border-bottom: none;
    padding-bottom: 0;
}

.birthday_name{
    display: block;
    font-size: 17px;
}

.birthday_today{
    color: #ffb91f;
}

.birthday_date{
    color: #9e9e9e;
}

.birthday_list li:first-child a{
    padding-top: 0;
}

.sidebar_birthday .sidebar_body{
    overflow: hidden;
    padding-top: 0;

    margin-top: 30px;
}

.birthday_all{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    color: #3E834D;
    font-weight: 300;
    font-size: 17px;
    text-decoration: none;
}

.birthday_all:hover{
    color: #89C195;
    text-decoration: none;
}

.sidebar_headline a{
    color: #fff;
}

.sidebar_headline a:hover{
    text-decoration: none;
}

.custom-calendar-wrap{
    padding: 0 30px 40px 30px;
}

.custom-calendar .table thead th{
    border-bottom: none;
}

.custom-calendar .dow{
    text-transform: uppercase;
    font-size: 12px;
    color: #89C195;
    padding-top: 20px;
}

.custom-calendar .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover{
    background-color: #89C195 !important;
}



.custom-calendar .day{
    font-size: 17px;
    border: 1px solid #E0E0E0;
    border-radius: 0;
}

.custom-calendar .fa-chevron-left:before, .custom-calendar .fa-chevron-right:before{
    color: #3E834D;
}

.custom-calendar .prev, .custom-calendar .next{
    height: 60px;
    line-height: 60px;
    border: none;
    padding: 0 5px;
}

.custom-calendar .today{
    font-weight: 500;
}

.custom-calendar .picker-switch{
    text-transform: uppercase;
    color: #3E834D;
    font-size: 17px;
    font-weight: 500;
    padding: 20px 0;
    border: none;
}

.custom-calendar .bootstrap-datetimepicker-widget table td span.active{
    background-color: #89C195 !important;
}

.custom-calendar .accordion-toggle{
    padding: 0;
}

.custom-calendar .bootstrap-datetimepicker-widget table td.day{
    height: 32px;
    line-height: 28px;
    width: 40px;
}

.service_list{
    margin: 0;
    /*margin-top: 15px;*/
    padding: 0;

    list-style: none;
}

.video-js .vjs-big-play-button{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.personal-notify .dropdown-menu{
    min-width: 240px;
}

.close_notification-btn{
    margin-right: 6px;
}

.modal-content .video-js{
    min-height: 330px;
    width: 100%;
}

.close_notification{
    font-weight: 400;
}

.quiz_question{
    /*margin-top: 30px;*/
}

.question_text{
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 17px;
}

.question_title{
    font-weight: 500;
    font-size: 17px;
    margin: 0;
    margin-bottom: 5px;
}

.quiz_form{
    margin-top: 15px;
}

.quiz_form_title{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 15px;
}

.quiz_radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}
.quiz_radio + label {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 0 0 0 27px;
    cursor: pointer;
}
.quiz_radio + label:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #3E834D;
    border-radius: 50%;
    background: #FFF;
}
.quiz_radio + label:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #3E834D;
    opacity: 0;
    transition: .2s;
}
.quiz_radio:checked + label:after {
    opacity: 1;
}

.btn_form{
    display: block;

    margin: 0;
    padding: 0;
    margin-top: 25px;
    padding: 15px 0;

    width: 100%;

    color: #3E834D;
    font-weight: normal;

    border: 1px solid #3E834D;
    border-radius: 4px;

    background-color: #fff;
}

.btn_form:hover{
    color: #89C195;
    border-color: #89C195;
}

.quiz_answer{
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: #3E834D;
    font-weight: 300;
    text-decoration: none;
}

.quiz_answer:hover{
    color: #89C195;
    text-decoration: none;
}

.quiz_body-label {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;

    /*margin-bottom: 5px;*/
}

.quiz_form label{
    /*margin: 0;*/
    font-size: 17px;
    line-height: 24px;
}

.quiz_checkbox + label{
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding: 0 0 0 27px;
    cursor: pointer;
}

.quiz_checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.quiz_checkbox + label:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 17px;
    height: 17px;
    border: 1px solid #3E834D;
    border-radius: 2px;
    background: #FFF;
}

.quiz_checkbox + label:after {
    content: '';
    position: absolute;

    left: 3px;
    top: 50%;
    width: 11px;
    height: 7px;
    border-radius: 1px;
    border-left: 2px solid #3E834D;
    border-bottom: 2px solid #3E834D;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translate(35%, -50%);
    opacity: 0;
}
.quiz_checkbox:checked + label:after {
    opacity: 1;
}

.results{
    margin-bottom: 15px;
}

.results p{
    font-size: 17px;
    margin-bottom: 8px;
}

.progress{
    margin-bottom: 20px;
    height: 24px;
 }

.progress-bar{
    font-size: 15px;
}

.dropdown-header{
    color: #2f2f2f;
}

.search_input{
    display: inline-block;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    padding: 7px 10px;
    border: 1px solid #3E834D;
}

.search_btn{
    display: inline-block;
    padding: 0px 15px;
    margin-left: 10px;

    border-radius: 4px;
    background-color: #3E834D;
    color: #fff;
    border: none;
    cursor: pointer;
}

.search_btn:hover{
    background-color: #89C195;
}

.search_form{
    display: flex;
    padding: 10px 20px;
}

.dropdown_search li:hover{
    background-color: #fff;
}

.header_logo{
    padding-left: 12px;
}

.header_logo img, .footer_logo img{
    width: 85px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    width: 170px;
    top: 0;
    left: -169px;
    margin-top: -1px;
}

.dropdown-submenu>a{
    display: flex;
    align-items: center;
}

.dropdown-submenu .caret{
    background-image: url('/images/arrow_down_dark.svg');
}

.dropdown-submenu .dropdown-menu{
    border-radius: 4px;
}

.personal_item .dropdown-menu{
    right: 0;
    left: auto;
}

.navbar-right .dropdown-menu{
    right: 0;
    left: auto;
}

.header_menu{
    width: 100%;
}

.cell_img{
    display: inline-block;
    width: 50px;
}

.cell_img img{
    width: 50px;
    border-radius: 50%;
}

.testing-starter, .poll-starter{
    padding: 0;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
    margin-top: 25px;
    padding: 15px 0;
    width: 250px;
    color: #3E834D;
    font-weight: normal;
    border: 1px solid #3E834D;
    border-radius: 4px;
}

.testing-starter:hover, .poll-starter:hover{
    color: #89C195;
    border-color: #89C195;
}

.pager{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    /*width: 30px;*/
    padding: 0 10px;
    border: 1px solid #3E834D;
    border-radius: 4px;
    color: #3E834D;
}

.pagination{
    flex-wrap: wrap;
}

.pagination li{
    margin-right: 5px;
    margin-top: 15px;
}

.pagination .active .pager{
    color: #89C195;
    border-color: #89C195;
}

.pager:hover{
    text-decoration: none;
    color: #89C195;
    border-color: #89C195;
}

.nav_document{
    margin-bottom: 30px;
    border: none;
}

.nav_document li{
    margin-right: 15px;
}

.nav_document li a{
    text-decoration: none;
}

.nav_document li a:hover{
    color: #89C195;
}

.btn-success{
    background-color: #3E834D;
    border-color: #3E834D;
}

.btn-success:hover{
    background-color: #89C195;
    border-color: #89C195;
}

.certificate_nav_btn a{
    display: inline-block;
    font-size: 17px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.nav_certificate{
    border: none;
    margin-bottom: 30px;
}

.nav_certificate li{
    margin-right: 15px;
}

.nav_certificate li a{
    font-size: 20px;
    text-decoration: none;
}

.nav_certificate li a:hover{
    color: #89C195;
}

.nav_certificate .active a{
    color: #89C195;
    font-weight: 400;
}

.certificate_download_btn{
    margin-bottom: 20px;
}

.certificate_download_btn div{
    display: inline-block;
}

.fa{
    color: #fff;
}


.album_heading{
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
}

.img-circle{
    height: 50px;
    width: 50px;

    border-radius: 50%;
}

.test-link, .poll-link{
    color: #3E834D;
    text-decoration: none;
}

.test-link:hover, .poll-link:hover{
    color: #89C195;
    text-decoration: none;
}

.panel_news{
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;

    background-color: #fff;
    box-shadow: 0 7px 9px rgba(0, 0, 0, .11);
}

.list_catalog{
    margin-left: 30px;
}

.bg-success_s{
    position: relative;
}

.bg-success_s::before{
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border: 3px solid #019E00;
    border-radius: 50%;
}

.bg-info_s::before{
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border: 3px solid #89C195;
    border-radius: 50%;
}

.bg-danger_s::before{
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border: 3px solid #D10009;
    border-radius: 50%;
}

.modal_custom_important{
    border-radius: 4px;
}

.modal_custom_important .modal-header{
    background-color: #89C195;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.modal_custom_important ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.modal_custom_important ul li a{
    text-decoration: none;
}

.modal_custom_important ul li a:hover{
    text-decoration: none;
    color: #89C195;
}

.modal_custom_important .page-subheader{
    font-size: 18px;
}

.notifyBlock{
    border-radius: 4px;
}

.notifyBlock .modal-header{
    background-color: #89C195;
    color: #fff;
    border-radius: 4px 4px 0 0;
}

.notifyBlock ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.notifyBlock ul li a{
    text-decoration: none;
}

.notifyBlock ul li a:hover{
    text-decoration: none;
    color: #89C195;
}

.notifyBlock .page-subheader{
    font-size: 18px;
}

.notifacation_item{
    min-width: 300px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
    background-color: #89C195;
}

.personal-notify a{
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu .close_notification{
    display: inline-block;
    padding: 0;
    padding-left: 25px;
    border: none;
    color: #fff;
}

.dropdown-menu .close_notification:hover{
    color: #fff;
}

.my_notification{
    padding-left: 20px;
}

.dropdown-menu .notifacation_item:hover{
    background-color: #89C195;
}

.modal .bg-success{
    background-color: #89C195 !important;
    color: #fff;
}

.modal-title{
    font-size: 20px;
    min-width: 150px;!important;
}

.modal-content{
    border-radius: 4px;
}

.modal-header{
    border-radius: 2px 2px 0 0;
}

.modal-content ul{
    margin-left: 20px;
}

.modal .close{
    display: none;
}

.custom-header {
    background: #fff;
    padding: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    height: auto;
    position: relative;
    border-top: none;
    border-bottom: 1px solid #ddd;
}

.custom-header nav span:before {
    content: url('/images/arrow_right.svg') !important;
    color: #3E834D;
    position: relative;
    text-align: center;
    width: 100%;
    height: 18px;
    width: 16px;
    padding: 7px;
}

.custom-header nav span{
    width: auto;
    height: auto;
}

.custom-header nav span:first-child {
    left: 0;
    transform: rotate(180deg);
}

.custom-header nav span:last-child {
    right: 0;
}

.fc-calendar-container{
    background-color: #fff;
    box-shadow: none;

    height: 234px;
    width: auto;
    padding: 0;
}

.fc-calendar .fc-row > div.fc-today {
    background: #89C195;
    box-shadow: inset 0 -1px 1px rgba(0,0,0,0.1);
}

.fc-calendar .fc-head {
    color: #89C195;
}

.custom-inner:before,
.custom-inner:after  {
    background: transparent;
    box-shadow: none;
}

.custom-inner{
    box-shadow: none;
}

.fc-calendar .fc-row > div > span.fc-date{
    font-size: 17px;
    line-height: 17px;
}

.fc-calendar .fc-row > div.fc-content:after{
    bottom: 1px;
}

.fc-calendar .fc-row > div.fc-today.fc-content:after{
    color: #fff;
}

.fc-calendar .fc-row > div.fc-content:hover:after{
    color: #89C195;
}

.dropdown-menu_lessons{
    transform: translateY(0) !important;
    top: 38px !important;
    width: 420px;
}

.fc-calendar .fc-row > div.fc-content:after{
    display: none;
}
.nav-tabs_custom, .nav-tabs{
    background-color: #3E834D;
    border: none;
    border-bottom: 5px solid #89C195;
}

.nav-tabs_custom li a, .nav-tabs li a{
    color: #fff;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #89C195;
    border-color: transparent;
}

.nav-tabs .nav-link{
    border: none;
    border-radius: 0;
}

.nav-tabs .nav-item{
    margin-bottom: 0;
    display: flex;
}

.nav-tabs .nav-link{
    display: flex;
    align-items: center;
}

.nav-tabs .nav-item:hover{
    background-color: #89C195;
}

.modal_video.show .modal-dialog{
    max-height: 100vh;
}

.modal-dialog{
    margin: 5.75rem auto;
}

.modal_video .modal-dialog{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-64%) !important;
    max-width: 700px;
    margin: 0;
	margin-top: 3%;
}

.document_certificate{
    padding-top: 20px;
    padding-bottom: 20px;
}

.document_certificate a:hover{
    text-decoration: none;
    color: #89C195;
}

.document_certificate li:first-child{
    position: relative;
    margin-right: 15px;
}

.document_certificate li:first-child:after{
    content: ">";
    padding-left: 15px;
    display: inline-block;
    line-height: 19px;
}

.divider_dropdown{
    height: 2px;
    background-color: #E0E0E0;
}

.blue_fonts{
    color: #3E834D;
}

.red_fonts{
    color: #da3a36;
}

.education_form_input div{
    width: 100%;
}

.education_form_input input{
    width: 100%;
}

.text-muted p{
    margin-bottom: 0;
}

.ticket_type_title{
    margin-left: 15px;
}

.ticket_type_title h4{
    color: #fafafa;
    margin:0;
    width: 100px;
}

.ticket_type_form{
    margin-right: 15px;
    width: calc(100% - 130px);
}

b, strong{
    font-weight: bold;
}

.testing-field{
    max-width: 800px;
    margin: 0 auto;
}


.page-header{
    font-size: 36px;
    text-align: center;
}

.clearfix { clear: both; }

.portal_card{
    margin-bottom: 30px;
    padding: 20px;

    background-color: #ffffff;
    box-shadow: 0 7px 9px rgba(0, 0, 0, .11);
    border-radius: 4px;
}

.portal_card ul{
    padding: 0;
    margin: 0;

    list-style: none;
}

.certificate_control{
    border: none;
    padding: 0;
    margin-top: 15px;
}

.portal_card h4 img{
    margin-right: 9px;
    width: 21px;
    height: 21px;
}

.portal_card h4{
    display: flex;
    align-items: center;
    margin: 0;
    margin-bottom: 15px;

    font-size: 20px;
    font-weight: 600;
}

.portal_card ul.underlined li {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
}

.portal_card a{
    text-decoration: none;
}

.portal_card a:hover{
    color: #89C195;
}

.portal_card li:first-child{
    padding-top: 0;
}

.portal_card li:last-child{
    border-bottom: none;
}

.catalog-top{
    margin-top: 30px;
}

.form_guide-btn{
    height: 38px;
    margin-left: 10px;
}

.fc-calendar .fc-row > div, .fc-calendar .fc-head > div{
    width: 14.28%;
}

.custom-calendar-wrap{
    margin: 0;
}

.employee_card{
    display: flex;
    padding: 30px;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 7px 9px rgba(0, 0, 0, .11);
}

.employee_card-img{
    margin-right: 40px;
    width: 200px;
}

.employee_card-img img{
    border-radius: 4px;
}

.employee_card-info{
    flex: 1;
}

.employee_card-info ul{
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.employee_card-field:first-child{
    padding-top: 0;
}

.employee_card-field:last-child{
    padding-bottom: 0;
    border-bottom: none;
}

.employee_card-field{
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;

    border-bottom: 1px solid #E0E0E0;
}

.employee_card-field h6{
    display: flex;
    align-items: center;
    width: 200px;
    margin-bottom: 0;

    font-size: 16px;
    font-weight: 600;
}

.employee_card-field img{
    margin-right: 10px;
    width: 20px;
}

.employee_card-field p{
    flex: 1;
    margin-bottom: 0;

    font-weight: 300;
}

.employee_card-btn{
    display: block;
    margin: 15px auto 0;
    font-size: 14px;
}

.testing-btn{
    margin: auto 0;
    margin-right: 30px;
}

.testing-btn:last-child{
    margin-right: 0;
}

.download-dc{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.catalog_card-top{
    display: flex;
}

.catalog_card-top .portal_card{
    display: flex;
    width: 100%;
}

.one_comment{
    display: flex;

    margin-bottom: 20px;
    padding: 24px;

    border-radius: 4px;
    background-color: #F4F4F4;
}

.comment_img{
    width: 40px;
    margin-right: 20px;
}

.comment_img img{
    border-radius: 50%;
    width: 40px;
}

.comment_main{
    flex: 1;
}

.comment_main-head a{
    display: inline-block;
    margin-right: 30px;
    font-size: 17px;
    font-weight: 500;
    color: #89C195;
}

.comment_main-head a.anchor_link{
    color: #2F2F2F;
	text-decoration: none;
}

@media (min-width: 768px) {
    .comment_main-head .anchor_link::before {
        -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
        -o-transition: opacity 0.2s ease-in-out;
        transition: opacity 0.2s ease-in-out;
        content: "#";
        opacity: 0;
        top: -1px;
    }

    a.anchor_link:hover::before {
        color: #2F2F2F;
        text-decoration: none;
        opacity: 1;
    }
}

.comment_main-head span{
    font-size: 14px;
    font-weight: 600;
}

.comment_main-body{
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 24px;
    word-break: break-word;
}

.comment_main-body p{
}

.dropzone .dz-message{
    margin: 0;
}

.dropzone{
    min-height: auto;
    padding: 0;
    border: 1px solid #75C186;
    color: #75C186;
    border-radius: 4px;
    padding: .375rem .75rem;
}

.dropzone i{
    color: #75C186;
}

@media (max-width: 1199.98px) {
    .sidebar_headline{
        font-size: 20px;
    }

    .card_info{
        order: 1;
        margin-bottom: 10px;

        justify-content: space-between;
    }

    .btn_card{
        order: 2;
    }

    .card_footer{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .header_logo img, .footer_logo img{
        width: 75px;
    }

    .navbar_right-question{
        display: none;
    }

    .navbar_header .navbar-nav .navbar_header-link{
        padding: 0 6px;
        font-size: 13px;
    }

    .header_logo{
        padding-left: 6px;
    }

    .notification_count{
        right: -2px;
    }

    .img-circle{
        width: 40px;
        height: 40px;
    }

    .navbar_header-name{
        max-width: 127px;
        text-align: right;
        white-space: normal;
    }

    .navbar_header-personal .caret{
        margin-right: 7px;
    }

    .portal_card h4{
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {

    .main_important{
        margin-bottom: 40px;
    }

    .navbar_header-name{
        max-width: none;
        white-space: normal;
    }

    .main_service{
        margin-bottom: 40px;
    }

    .content_headline{
        margin-bottom: 30px;
    }

    .footer_logo img{
        width: auto;
    }

    .header_logo img, .footer_logo img{
        width: 68px;
    }

    .carousel-inner{
        /*height: 352px;*/
    }

    .carousel{
        margin-bottom: 40px;
    }

    .navbar-right{
        flex-direction: row;
    }

    .navbar-nav .dropdown-menu{
        position: absolute;
    }

    .navbar-toggler-icon{
        background-image: url('/images/menu.svg');
        background-repeat: no-repeat;
    }

    .navbar_header{
        /*overflow: scroll;*/
        /*height: 100vh;*/
    }

    .header_menu{
        width: auto;
        flex-direction: row-reverse;
    }

    .navbar_header{
        justify-content: space-between !important;
        padding: 0 15px;
    }

    .navbar_menu .navbar-nav .dropdown-menu{
        position: relative;
    }

    .collapse.show{
        position: absolute;
        top: 60px;
        right: 0;

        max-height: calc(100vh - 132px);
        overflow: auto;

        background-color: #fff;

        box-shadow: 7px -7px 20px 0 rgba(0, 0, 0, .15);
    }

    .collapsing {
        /*-webkit-transition: none;*/
        /*transition: none;*/
        /*position: absolute;*/
        display: none;
    }

    .navbar_header .navbar-nav .navbar_header-link{
        height: 60px;
    }

    .img-circle{
        height: 36px;
        width: 36px;
    }

    .navbar_header .navbar_menu .navbar_header-link{
        color: #2f2f2f;
    }

    .navbar_menu .caret{
        background-image: url('/images/arrow_down_dark.svg');
    }

    .navbar_menu{
        width: 200px;
    }

    .navbar_menu .navbar-nav>.show{
        background-color: #efefef;
    }

    .navbar_header .navbar_menu .navbar_header-link{
        height: 40px;
    }

    .navbar_menu .nav-item{
        border-bottom: 1px solid rgba(0,0,0,.15);
    }

    .navbar_menu .navbar_header-link:hover{
        background-color: transparent;
    }

    .navbar_menu .dropdown-menu{
        border: none;
    }

    .navbar-toggler{
        padding-right: 0;
    }

    button:focus{
        outline: none;
    }

    body{
        padding-top: 100px;
    }

    .service_list a{
        font-size: 15px;
    }

    .sidebar_btn{
        font-size: 16px;
    }

    .btn_card{
        font-size: 16px;
    }

    .personal_item .dropdown-menu{
        max-height: calc(100vh - 132px);
        overflow: auto;
    }

    .header_logo{
        padding-left: 0;
    }

    .sidebar_body{
        padding-bottom: 30px;
    }

    .notification_count{
        top: 10px;
    }

    .navbar_menu li:hover .navbar_header-link{
        background-color: #efefef;
    }

    .user_all_btn a{
        margin-bottom: 10px;
        white-space: pre-wrap;
    }

    .ticket_list_btn div{
        margin-bottom: 15px;
    }

    .news_common_img{
        margin-bottom: 20px;
    }

    img{
        height: auto !important;
    }

    .table{
        font-size: 14px;
    }

    .form_guide-text{
        font-size: 12px;
    }

    .form_guide-btn{
        height: 32px;
    }

    .employee_card-img{
        margin-right: 30px;
    }

    .comment_main-head a{
        display: block;
    }
}

@media (max-width: 767.98px) {
    .sidebar_important-text{
        font-size: 15px;
        line-height: 24px;
        padding-top: 0;
        margin-bottom: 15px;
    }

    .sidebar_headline{
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .sidebar_body{
        padding: 20px 20px 30px 20px;
    }

    .service_list{
        margin-top: 0;
    }

    .content_headline{
        font-size: 20px;
    }

    .card_title{
        margin-bottom: 15px;

        font-size: 16px;
    }

    .card_text{
        margin-bottom: 15px;

        font-size: 13px;
    }

    .card_body{
        padding: 20px 20px 30px 20px;
    }

    .card_body-video{
        padding-left: 20px;
    }

    .card_info{
        order: 1;
        margin-bottom: 10px;

        justify-content: space-between;
    }

    .btn_card{
        order: 2;
    }

    .card_footer{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }

    .social p{
        font-size: 12px;
        line-height: 17px;
    }

    .list_social{
        margin-top: 5px;
        width: 114px;
    }

    .page-main{
        margin-top: 40px;
    }

    .carousel-inner{
        /*height: 260px;*/
    }

    .btn_card{
        font-size: 15px;
    }

    .btn_more_news{
        font-size: 15px;
        width: 270px;
    }

    .card_video{
        /*max-height: 270px;*/
    }

    .page-footer{
        height: 120px;
    }

    .card_video video{
        width: 100%;
        height: 100%;
    }

    .ticket_type_title{
        width: 100%;
    }

    .ticket_type_title h4{
        text-align: center;
        width: auto;
    }

    .ticket_type_form{
        width: 100%;
        margin-top: 10px;
        margin-left: 15px;
    }

    .monthly-event-list{
        position: relative !important;
    }

    .monthly-list-item{
        padding: 30px 30px 30px 50px !important;
    }

    .monthly-event-list-date{
        width: auto;
        left: 7px;
    }

    .page-header{
        font-size: 26px;
    }

    .card_img{
        width: 220px;
    }

    .card_img img{
        width: 220px;
    }

    .table{
        font-size: 12px;
    }

    .form_guide-text{
        font-size: 12px;
    }

    .form_guide-btn{
        height: 32px;
    }

    .download-dc{
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .download-dc span{
        margin-right: 15px;
        margin-bottom: 0 !important;
    }

    .employee_card{
        flex-direction: column;
    }

    .employee_card-img{
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .comment_main-head a{
        display: block;
        font-size: 15px;
        margin: 0;
    }

    .comment_main-head span{
        font-size: 13px;
    }
}

@media (max-width: 575.98px) {
    .btn_more_news{
        width: 100%;
        margin: 20px auto 0;
    }

    .header_avatar p{
        display: none;
    }

    .page-main{
        margin-top: 30px;
    }

    .main_important{
        margin-bottom: 30px;
    }

    .main_service{
        margin-bottom: 30px;
    }

    .content_headline:after{
        display: none;
    }

    .sidebar_headline{
        font-size: 18px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .content_headline{
        font-size: 18px;
    }

    .sidebar_body{
        padding: 20px 15px 20px 15px;
    }

    .sidebar_important-text{
        font-size: 14px;
    }

    .card_img{
        /*height: 270px;*/
        border-radius: 4px 4px 0 0;
    }

    .card_body{
        padding: 25px 15px 25px 15px;
    }

    .card_video{
        /*max-height: 170px;*/
    }

    .card_title{
        font-size: 15px;
        line-height: 22px;
    }

    .card_text{
        font-size: 12px;
    }

    .card_info-date{
        font-size: 12px;
    }

    .footer_logo{
        width: auto;
        margin-bottom: 10px;
    }

    .sos{
        justify-content: center !important;
    }

    .social{
        margin-bottom: 15px;
    }

    .sidebar_btn{
        font-size: 14px;
    }

    .sidebar_btn span{
        margin-left: 5px;

        width: 10px;
        height: 9px;

        -webkit-background-size: contain;
        background-size: contain;
    }

    .btn_card{
        font-size: 14px;
    }

    .btn_card span{
        margin-left: 5px;

        width: 10px;
        height: 9px;

        -webkit-background-size: contain;
        background-size: contain;
    }

    .service_list a{
        font-size: 14px;
        padding: 10px 0;
    }

    .service_list a:after{
        width: 10px;
        height: 9px;

        -webkit-background-size: contain;
        background-size: contain;
    }

    .header_menu .submenu{
        display: none;
    }

    .carousel-inner{
        /*height: 132px;*/
        overflow: hidden;
    }

    .carousel-indicators{
        display: none;
    }

    .footer_sos{
        padding: 7px 25px;
        font-size: 12px;
    }

    .carousel{
        margin-bottom: 30px;
    }

    .navbar_header-name, .navbar_header-personal .caret{
        display: none;
    }

    .dropdown_search .dropdown-menu{
        left: 0;
        right: auto;
        transform: translateX(-45%);
    }

    .page-footer{
        height: 250px;
    }

    .personal-notify .dropdown-menu{
        right: -93px;
    }

    h1{
        font-size: 24px;
    }

    h4{
        font-size: 18px;
    }

    .main_content{
        font-size: 14px;
    }

    .nav-tabs{
        flex-direction: column;
    }

    .nav-tabs .nav-link{
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .poll-starter{
        margin-top: 0;
        padding: 10px 15px;
        width: auto;
    }

    .table{
        font-size: 1rem;
    }

    .table-end{
        min-width: calc(100% + 40px);
        position: relative;
        left: -20px;
    }

    .imglist video{
        height: auto;
    }

    .page-header{
        font-size: 22px;
    }

    .card_img img{
        border-radius: 4px 4px 0 0;
        width: 100%;
    }

    .news_body{
        flex-direction: column;
    }

    .card_img{
        width: 100%;
        min-height: 230px;
    }

    .form_guide-text{
        font-size: 12px;
    }

    .form_guide-btn{
        height: 32px;
    }

	.modal-title {
		font-size: 16px;
	}

    .modal-content .video-js{
        min-height: none;
        width: 100%;
    }

    .testing-btn{
        font-size: 13px;
        margin-right: 10px;
    }

    .testing-btn:last-child{
        margin-right: 0;
    }
    .testing-h2{
        font-size: 30px;
    }

    .testing-h3{
        font-size: 24px;
    }

    .download-dc{
        flex-direction: row;
        align-items: center;
        margin-bottom: 20px;
        justify-content: space-between;
    }

    .download-dc span{
        margin-right: 15px;
        margin-bottom: 0 !important;
    }

    .employee_card-field{
        flex-direction: column;
    }

    .employee_card-field h6{
        width: auto;
        margin-bottom: 10px;

        font-size: 14px;
    }

    .employee_card-field img{
        width: 16px;
    }

    .employee_card{
        padding: 20px;
    }

    .one_comment{
        padding: 16px;
    }

    .comment_img{
        margin-right: 12px;
        width: 30px;

    }
}