* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
    margin: 0;
}
li{
    list-style: none;
}
img {
    max-width: 100%;
    border: none;
}
html, body{
    position: relative;
    background-color: #fff;
    height: 100vh;
}
@font-face{
    font-family: "SegoeUI";
    src: url("../fonts/SegoeUI.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: "SegoeUI-Bold";
    src: url("../fonts/SegoeUI-Bold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: "Montserrat-Regular";
    src: url("../fonts/Montserrat-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: "Montserrat-Bold";
    src: url("../fonts/Montserrat-Bold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
.wrapper{
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.no_padding{
    padding: 0;
}
.h_width{
    position: relative;
    width: 1360px;
}
.bg_before{
    position: relative;
}
.bg_before:before{
    content: '';
    background: url("../img/background.png") no-repeat;
    width: 2194px;
    height: 1466px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**********************************************/

.rek_banner_in{
    background-color: #e8e8e8;
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 80px;
    margin: 40px 0;
}
.rek_banner_in span{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "SegoeUI-Bold";
    font-size: 20px;
    color: #afafaf;
    line-height: 1.3;
}
.header{
    position: relative;
    z-index: 1;
}
/***********************main_menu********************/

.d_flex{
    display: flex;
    align-items: center;
    min-height: 80px;
    margin: 0 -15px;
}
.main_menu{
    display: inline-block;
    vertical-align: middle;
}
.main_menu .navbar{
    min-height: auto;
    border: none;
    margin-bottom: 0;
}
.main_menu .navbar-nav{
    width: 100%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    margin: 0;
}
.main_menu .navbar-nav li{
    display: inline-block;
    float: none;
    text-align: center;
    /* margin: 0 -2px; */
    padding: 15px 11px;
}
.main_menu .navbar-nav li.active a{
    background-color: #F8F8F8;
    border-top: 4px solid #BAECD1;
}
.main_menu .navbar-nav li:first-child{
    padding: 0 11px 0 0;
}
.main_menu .navbar-nav li a{
    border-radius: 0;
    border-bottom: 2px solid transparent;
    position: relative;
    font-size: 20px;
    font-family: "SegoeUI-Bold";
    color: #019847;
    line-height: 1.3;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 0;
}
.main_menu .navbar-nav li.dropdown.open a,
.main_menu .navbar-nav li a:focus,
.main_menu .navbar-nav li a:hover{
    background-color: transparent;
    outline: none;
    border-color: #019847;
}
.main_menu .navbar-nav li.dropup.open .dropdown-menu li a,
.main_menu .navbar-nav li.dropdown.open .dropdown-menu li a{
    background-color: transparent;
    border-top: none;
}
.main_menu .navbar-toggle{
    margin-left: 12px;
}
.main_menu .navbar-toggle .icon-bar{
    background-color: #009845;
}
.main_menu .navbar-header > span{
    display: none;
    text-align: left;
    font-size: 22px;
    color: #1351a0;
    margin-top: 6px;
}
.main_menu ul li ul.dropdown-menu li{
    display: block;
}
.main_menu .dropdown-menu{
    background-color: rgba(255, 255, 255, 1) !important;
    box-shadow: none;
    border: none;
}
.main_menu .dropdown-menu li a{
    font-family: "Montserrat-Regular";
    font-size: 16px !important;
    color: #000;
    line-height: 1.2;
    white-space: normal;
    padding: 15px 20px;
    margin: 0;
    text-align: left;
}
.main_menu .dropdown-menu li a:hover{
    background-color: #f5f5f5 !important;
}
.main_menu .navbar-collapse{
    padding: 0;
}
.right_side{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.lang_btn li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}
.lang_btn li a{
    position: relative;
    font-family: "SegoeUI";
    font-size: 20px;
    color: #707070;
    line-height: 1.3;
    text-transform: uppercase;
    text-decoration: none;
}
.lang_btn li a:hover{
    text-decoration: underline;
}
.lang_btn li a i{
    font-style: normal;
    position: relative;
    z-index: 1;
}
.lang_btn li a.active{
    color: #fff;
}
.lang_btn li a.active:hover{
    text-decoration: none;
    cursor: default;
}
.lang_btn li a.active:before{
    content: '';
    background-color: #019847;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a.enter_cab_link{
    min-width: 240px;
    display: inline-block;
    border: 1px solid #019847;
    border-radius: 16px;
    padding: 12px 20px;
    font-family: "SegoeUI";
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    margin-left: 20px;
}
#cab_animation:hover{
    animation: none;
    background-color: transparent;
    color: #019847;
}
a.enter_cab_link img{
    transition: all 0.3s ease-in-out;
    filter: brightness(0) invert(1);
}
#cab_animation:hover img{
    filter: brightness(1) invert(0);
}
a.enter_cab_link i{
    font-style: normal;
    margin-left: 10px;
}

/*************************slider*********************/

#actual_news_slider{
    z-index: 0 !important;
    margin-top: 15px;
}
#actual_news_slider .slider_img{
    position: relative;
    overflow: hidden !important;
    width: 100%;
    height: 660px;
}
#actual_news_slider .slider_img:before{
    content: '';
    background: url("../img/slider_img_before.png") center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#actual_news_slider .slider_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#actual_news_slider .description{
    display: inline-block;
    width: 42%;
    position: absolute;
    top: 44%;
    left: 20%;
    transform: translateY(-44%);
    z-index: 2;
    font-family: "SegoeUI";
    font-size: 20px;
    color: #fff;
}
.slider_title{
    display: block;
    font-family: "SegoeUI-Bold";
    font-size: 62px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 25px;
}
a.check_id{
    display: inline-block;
    min-width: 270px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 7px;
    color: #1a8a4f;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 12px 15px;
    margin-top: 15px;
}
a.check_id span.glyphicon{
    transform: rotate(-90deg);
    top: 3px;
    font-size: 22px;
    margin-left: 15px;
}
a.check_id:hover{
    background-color: transparent;
    color: #fff;
}
#actual_news_slider .owl-prev,
#actual_news_slider .owl-next{
    background: rgba(232, 235, 239, 0.6);
    width: 60px;
    height: 60px;
    position: absolute;
    top:50%;
    left: 15%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #fff;
}
#actual_news_slider .owl-nav .owl-prev,
#actual_news_slider .owl-nav .owl-next{
    font-size: 40px;
    line-height: 0;
    margin: -16px 0 0 0;
}

#actual_news_slider .owl-prev:hover,
#actual_news_slider .owl-next:hover{
    background: rgb(232, 235, 239);
    transition: all 0.3s ease-in-out;
}
#actual_news_slider .owl-next{
    left: inherit;
    right: 15% !important;
}
#actual_news_slider .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25px;
    margin: 0;
}
#actual_news_slider .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    outline: none;
}
#actual_news_slider .owl-dots .owl-dot.active{
    background-color: rgb(255, 255, 255);
}
.news_in_img{
    display: table;
    margin: 0 auto;
}

/**************************************/

.tab{
    display: block;
    width: 100%;
    margin-top: -120px;
}
.tabs_left{
    width: 100%;
    display: inline-flex;
    margin: 20px 0 50px 0;
}
.tabs_left > .nav-tabs{
    background-color: #fff;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    border-radius: 15px 0 0 15px;
    border-bottom: 0;
    float: left;
    padding: 0;
    width: 25%;
}
.tabs_left > .nav-tabs > li {
    float: none;
    margin-bottom: 0;
}
.tabs_left > .nav-tabs > li > a {
    display: flex;
    align-items: center;
    min-height: 100px;
    position: relative;
    z-index: 1;
    margin-right: -1px;
    border-radius: 15px 0 0 15px;
    border: none !important;
    font-size: 28px;
    font-family: "SegoeUI";
    color: #000;
    padding: 20px 20px 20px 45px;
}
.tabs_left > .nav-tabs .active > a, .tabs_left > .nav-tabs .active > a:hover, .tabs_left > .nav-tabs .active > a:focus {
    box-shadow: none;
    background-color: #ff9000;
    border-right: none;
    color: #fff;
}
.tabs_left .tab-content{
    position: relative;
    z-index: 2;
    width: 75%;
    background-color: #ff9000;
    border: 0;
    border-left: 0;
    border-radius: 0 15px 15px 0;
    padding: 0;
    font-family: "SegoeUI";
    font-size: 18px;
    color: #fff;
}
.tabs_left .tab-content .d_flex{
    margin: 0 -15px 0 0;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}
.tab-content > .active, .pill-content > .active {
    display: block;
}
.authorization_style {
    width: 286px;
    margin: 0 auto;
    padding: 15px 0 20px 0;
    font-family: "Roboto-Light";
    text-align: center;
}
.tab_left_side{
    text-align: center;
    padding: 15px 0 15px 15px;
}
.tab_text_title{
    display: block;
    font-family: "SegoeUI-Bold";
    font-size: 28px;
    margin: 70px 0 10px 0;
}
.tab_right_img{
    display: block;
    width: 100%;
    height: 530px;
    position: relative;
    overflow: hidden;
    border-radius: 0 15px 15px 0;
}
.tab_right_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/**************************************/

.title{
    position: relative;
    display: table;
    min-width: 200px;
    font-family: "SegoeUI";
    font-size: 30px;
    color: #707070;
    line-height: 1.2;
    margin: 20px auto 30px auto;
    text-align: center;
    text-transform: uppercase;
}
.title:before{
    content: '';
    background-color: #268450;
    width: 150px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}
.title:after{
    content: '';
    background-color: #268450;
    width: 150px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}
.title i{
    position: relative;
    top: -5px;
    display: block;
    width: 100%;
    font-style: normal;
    padding: 0 100px;
}
.title i:before{
    content: '';
    background: url("../img/title_img.png") no-repeat;
    width: 60px;
    height: 37px;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-top: 3px;
    margin-right: -80px;
}
.title i:after{
    content: '';
    background: url("../img/title_img.png") no-repeat;
    width: 60px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-top: 3px;
    margin-left: -80px;
}
.news_list{
    margin: 0 -17px;
}
.news_list li{
    width: 32.5%;
    display: inline-block;
    vertical-align: top;
    padding: 0 17px;;
}
.news_list li a{
    display: inline;
    border-bottom: 1px solid transparent;
    font-family: "SegoeUI";
    font-size: 22px;
    color: #000;
    line-height: 1.4;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.news_list li a:hover{
    border-bottom: 1px solid #000;
}
.date{
    display: table;
    background-color: #019847;
    border-radius: 5px;
    min-width: 100px;
    padding: 4px 10px;
    font-family: "SegoeUI-Bold";
    font-size: 14px;
    color: #fff;
    margin: 15px 0 10px 0;
}
a.all_news_link{
    display: table;
    border: 1px solid #606060;
    border-radius: 7px;
    min-width: 170px;
    margin: 25px auto 10px auto;
    padding: 10px 20px;
    font-family: "SegoeUI-Bold";
    font-size: 16px;
    color: #606060;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a.all_news_link:hover{
    background-color: #606060;
    color: #fff;
}
a.all_news_link span.glyphicon{
    position: relative;
    top: 2px;
    margin-left: 10px;
    transition: all 0.1s ease-in-out;
}
a.all_news_link:hover span.glyphicon{
    right: -3px;
    color: #fff;
}

/********************************************/

.simple_list:before {
    content: '';
    background: url("../img/info_b_before.png") no-repeat;
    width: 330px;
    height: 750px;
    position: absolute;
    right: 87%;
    bottom: -195px;
}
.simple_list:after{
    content: '';
    background: url("../img/info_b_after.png") no-repeat;
    width: 660px;
    height: 850px;
    position: absolute;
    left: 78%;
    bottom: -310px;
    z-index: 0;
}
.simple_list{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 180px;
    z-index: 1;
}
.simple_list li{
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 20px;
}
.simple_list li:nth-child(3n - 2){
    margin: 20px 20px 20px 0;
}
.simple_list li:nth-child(3n + 0){
    margin: 20px 0 20px 20px;
}
.simple_list li a{
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    min-height: 212px;
    filter: drop-shadow(0px 25px 17.5px rgba(0,0,0,0.1));
    font-family: "SegoeUI-Bold";
    font-size: 28px;
    color: #030303;
    line-height: 1.3;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding: 25px 100px 25px 40px;
}
.simple_list li a img{
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
}
.simple_list li a:hover{
    -webkit-box-shadow: rgba(45,45,45,0.05) 0 2px 2px, rgba(49,49,49,0.05) 0 4px 4px, rgba(42,42,42,0.05) 0 8px 8px, rgba(32,32,32,0.05) 0 16px 16px, rgba(49,49,49,0.05) 0 32px 32px, rgba(35,35,35,0.05) 0 64px 64px;
    box-shadow: rgba(45,45,45,0.05) 0 2px 2px, rgba(49,49,49,0.05) 0 4px 4px, rgba(42,42,42,0.05) 0 8px 8px, rgba(32,32,32,0.05) 0 16px 16px, rgba(49,49,49,0.05) 0 32px 32px, rgba(35,35,35,0.05) 0 64px 64px;
    -webkit-transform: translate(0,-4px);
    -ms-transform: translate(0,-4px);
    transform: translate(0,-4px);
}

/************************************************/

.footer{
    position: relative;
    background-color: #019847;
    padding: 70px 0;
}
.contact_list li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: "SegoeUI";
    font-size: 18px;
    color: #fff;
    padding: 15px 30px 15px 60px;
    margin: 0 50px 10px 50px;
}
.contact_list li:after{
    content: '';
    background-color: #fff;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 50px;
}
.contact_list li:first-child{
    margin: 0 50px 10px 0;
}
.contact_list li:last-child{
    margin: 0 0 10px 50px;
}
.contact_list li:last-child:after{
    display: none;
}
.contact_list li img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.contact_list li i{
    display: block;
    font-family: "SegoeUI-Bold";
    font-style: normal;
    margin-top: 15px;
}
.footer_title{
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: center;
    margin: 40px 0 50px 0;
}
.footer_title:before{
    content: '';
    background: url("../img/footer_title_img.png") no-repeat;
    width: 60px;
    height: 37px;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -15px -60px 0 0;
}
.footer_title:after{
    content: '';
    background: url("../img/footer_title_img2.png") no-repeat;
    width: 60px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 -60px;
}
.footer_title i{
    position: relative;
    display: inline-block;
    padding: 0 50px;
}
.footer_title i:before{
    content: '';
    background-color: #fff;
    width: 120%;
    height: 1px;
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
}
.footer_title i:after{
    content: '';
    background-color: #fff;
    width: 120%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
}
.footer_title i a{
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.footer_title i a:hover{
    transform: scale(1.05);
}
.social_network{
    display: table;
    margin: 0 auto;
}
.social_network li{
    display: inline-block;
    border-right: 1px solid #fff;
    vertical-align: top;
    padding: 6px 18px;
}
.social_network li:last-child{
    border-right: 0;
}
.social_network li a{
    position: relative;
    font-family: "SegoeUI-Bold";
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding-left: 25px;
}
.social_network li a:hover{
    text-decoration: underline;
}
.social_network li a img{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

/*****************************************/

.simple_info{
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    height: 460px;
    background-image: linear-gradient(241deg, #15ba11 0%, #115410 100%);
    margin: 20px 0 0 0;
}
.simple_info_text{
    display: block;
    position: relative;
    top: 100px;
    font-family: "SegoeUI";
    font-size: 18px;
    color: #fff;
    padding: 0 100px;
}
.simple_info_text img{
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
}
.simple_info_text span{
    display: block;
    padding: 10px 0 10px 360px;
}

/*****************************************/

.reg_info{
    margin-top: -200px;
}
.register_list{
    display: inline-flex;
    width: 100%;
}
.register_list li{
    display: inline-block;
    width: 32.8%;
    background-color: #fff;
    filter: drop-shadow(0px 3px 18px rgba(0,0,0,0.16));
    margin: 20px 22px;
    padding: 40px 45px;
    text-align: center;
}
.register_list li:nth-child(3n - 2){
    margin: 20px 22px 20px 0;
}
.register_list li:nth-child(3n + 0){
    margin: 20px 0 20px 22px;
}
.register_list li .reg_lis_title{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 65px;
    font-family: "Montserrat-Bold";
    font-size: 20px;
    color: #000;
    line-height: 1.2;
    text-align: left;
    padding: 5px 0 5px 90px;
}
.register_list li .reg_lis_title i{
    width: 65px;
    height: 65px;
    background-color: #a1dfbe;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.register_list li .reg_lis_title i img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -12px;
}
.register_list li p{
    font-family: "Montserrat-Regular";
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}
a.reg_link{
    display: table;
    min-width: 180px;
    background-color: #019847;
    border: 1px solid #019847;
    border-radius: 8px;
    font-family: "SegoeUI-Bold";
    font-size: 14px;
    color: #fff;
    margin: 30px auto;
    padding: 11px 15px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a.reg_link:hover{
    background-color: transparent;
    color: #019847;
}
.register_list li:last-child a.reg_link{
    min-width: 198px;
    margin: 30px auto 15px auto;
}
a.reg_link span.glyphicon{
    top: 3px;
    margin-left: 10px;
}
.register_list li:last-child a.check_id{
    min-width: 195px;
    border-color: #019847;
    font-family: "SegoeUI-Bold";
    color: #019847;
    margin-top: 0;
}
.register_list li:last-child a.check_id:hover{
    opacity: 0.7;
}
.register_list li:last-child a.check_id span.glyphicon{
    font-size: 14px;
    transform: rotate(0);
}

/*****************************************/

.rules_b{
    background-color: #e2ffef;
    border-radius: 12px;
    display: inline-block;
    width: 100%;
    padding: 40px 130px 80px 130px;
    margin: 20px 0 70px 0;
    text-align: center;
}
.rule_text{
    display: block;
    font-family: "SegoeUI";
    font-size: 18px;
    color: #606060;
}

/*****************************************/

#gallery_slider .slider_img{
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 99%;
    height: 250px;
    margin: 0 5px;
}
#gallery_slider .slider_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#gallery_slider .owl-dots{
    display: none;
}

/******************************************/

.bg_white{
    position: relative;
    width: 1330px;
    background-color: #ffffff;
    border-radius: 9px;
    filter: drop-shadow(0px 3px 50px rgba(0,0,0,0.16));
    margin: 0 auto;
    padding: 15px 60px 20px 60px;
}
.bg_white .h_width{
    width: 100%;
}
.bg_white .rek_banner .h_width{
    width: auto;
    padding: 0;
    margin: 0 -60px;
}
.bg_white .header{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.bg_white .header .d_flex{
    /* margin: 0 -30px; */
}
.bg_white .header .main_menu .navbar-nav li{
    padding: 5px 5px;
}
.bg_white .main_menu .navbar-nav li:first-child{
    padding: 0 2px 0 0;
}
.about_company{
    padding: 0 60px;
}
.about_company:before{
    content: '';
    background: url("../img/bg_img.png") no-repeat;
    width: 388px;
    height: 631px;
    position: absolute;
    top: 0;
    left: 40px;
    opacity: 0.1;
}
.about_company:after{
    content: '';
    background: url("../img/about_company_before.png") center center  no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 160px;

}
.about_com_text{
    position: relative;
    z-index: 2;
    padding: 0 300px 0 0;
}
.about_com_text p{
    display: inline-block;
    width: 100%;
    font-family: "SegoeUI";
    font-size: 14px;
    color: #000;
    margin: 20px 0 30px 0;
}
.about_com_text:after{
    content: '';
    background: url("../img/logo.png") no-repeat;
    width: 171px;
    height: 51px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.about_company #gallery_slider .slider_img{
    height: 180px;
}

/*******************************************/

.contests{
    padding: 0 60px;
}
.contests_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 300px;
}
.contests_list li{
    display: inline-flex;
    vertical-align: top;
    width: 32.1%;
    margin: 10px 8px;
}
.contests_list li:nth-child(3n - 2){
    margin: 10px 8px 10px 0;
}
.contests_list li:nth-child(3n + 0){
    margin: 10px 0 10px 8px;
}
.contests_list li a{
    display: inline-block;
    background-color: #ffffff;
    width: 100%;
    border-radius: 14px;
    filter: drop-shadow(0px 3px 3.5px rgba(0,0,0,0.16));
    padding: 25px 25px 30px 25px;
    font-family: "SegoeUI-Bold";
    font-size: 18px;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.contests_list li a:hover{
    -webkit-box-shadow: rgba(45,45,45,0.05) 0 2px 2px, rgba(49,49,49,0.05) 0 4px 4px, rgba(42,42,42,0.05) 0 8px 8px, rgba(32,32,32,0.05) 0 16px 16px, rgba(49,49,49,0.05) 0 32px 32px, rgba(35,35,35,0.05) 0 64px 64px;
    box-shadow: rgba(45,45,45,0.05) 0 2px 2px, rgba(49,49,49,0.05) 0 4px 4px, rgba(42,42,42,0.05) 0 8px 8px, rgba(32,32,32,0.05) 0 16px 16px, rgba(49,49,49,0.05) 0 32px 32px, rgba(35,35,35,0.05) 0 64px 64px;
    -webkit-transform: translate(0,-4px);
    -ms-transform: translate(0,-4px);
    transform: translate(0,-4px);
}
.contests_list li a span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 151px;
    text-align: center;
    margin-bottom: 25px;
}
.contests_list li a i{
    font-style: normal;
}

/*********************************************/

.news_b{
    padding: 0 60px;
    margin-bottom: 50px;
}
.news_b .news_list li{
    margin: 25px 0;
}
.news_b .news_list li:hover a.news_img img{
    transform: scale(1.1);
}
.news_b .news_list li a{
    font-family: "SegoeUI-Bold";
    font-size: 18px;
}
.news_b .news_list li a.news_img{
    display: inline-block;
    width: 100%;
    height: 175px;
    position: relative;
    overflow: hidden;
    border-bottom: none;
}
.news_b .news_list li a.news_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.news_b .news_list li p{
    font-family: "SegoeUI";
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}
.pagination_b{
    text-align: center;
    margin: 20px 0 0 0;
}
.pagination_b .pagination>li{
    display: inline-block;
    margin: 0 2px;
}
.pagination_b .pagination>li>a, .pagination_b .pagination>li>span{
    border: none;
    border-radius: 50px;
    font-family: "SegoeUI";
    font-size: 14px;
    color: #000;
}
.pagination_b .pagination>.active>a, .pagination_b .pagination>.active>a:focus, .pagination_b .pagination>.active>a:hover,
.pagination_b .pagination>.active>span, .pagination_b .pagination>.active>span:focus, .pagination_b .pagination>.active>span:hover{
    background-color: #019846;
    color: #fff;
}

/******************************************/

.cabinet:before{
    content: '';
    background: url("../img/bg_img.png") no-repeat;
    width: 388px;
    height: 631px;
    position: absolute;
    top: 0;
    left: 40px;
    opacity: 0.1;
}
.left_list li a{
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    min-height: 64px;
    font-family: "SegoeUI-Bold";
    font-size: 18px;
    color: #000;
    text-decoration: none;
    padding: 10px 15px 10px 60px;
    transition: all 0.3s ease-in-out;
}
.left_list li a:hover{
    filter: drop-shadow(0px 25px 17.5px rgba(0,0,0,0.1));
    background-color: #fff;
    color: #049746;
}
.left_list li a span{
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 36px;
    height: 34px;
}
.left_list li a span img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.simple_table{
    width: 100%;
    display: inline-block;
    border-radius: 10px;
    filter: drop-shadow(0px 25px 17.5px rgba(0,0,0,0.1));
    background-color: #fff;
    padding: 40px 40px 20px 40px;
    margin-bottom: 40px;
}
.table_title{
    display: block;
    font-family: "SegoeUI-Bold";
    font-size: 18px;
    color: #000;
    text-align: center;
}
.table_b{
    margin: 30px 0 20px 0;
}
.table_b.table>thead>tr>th:first-child, .table_b.table>tbody>tr>td:first-child{
    text-align: center;
    border-top: none;
    vertical-align: middle;
}
.table_b.table>tbody>tr>td{
    vertical-align: middle;
    font-family: "SegoeUI";
    font-size: 14px;
    color: #000;
    min-height: 50px;
    white-space: normal;
    border-top: none;
    border-right: 1px solid #fff;
    padding: 10px 15px;
}
.table_b.table>tbody>tr:nth-child(even){
    background-color: #daf9e9;
}
.table_b.table>thead>tr>th{
    background-color: #019946;
    font-family: "SegoeUI-Bold";
    font-size: 18px;
    color: #fff;
    vertical-align: middle;
    border-right: 1px solid #fff;
    border-bottom: 0;
    padding: 10px 15px;
}
.table_b.table>thead>tr>th:first-child, .table_b.table>tbody>tr td:first-child{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.table_b.table>thead>tr>th:last-child, .table_b.table>tbody>tr td:last-child{
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.simple_table .pagination_b{
    margin: 0;
}

/**************************************/

.task_archive{
    padding: 0 160px;
}
.task_archive:before{
    content: '';
    background: url("../img/bg_img.png") no-repeat;
    width: 388px;
    height: 631px;
    position: absolute;
    top: 0;
    left: 40px;
    opacity: 0.1;
}
#cab_animation{
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
    -moz-animation: flash linear 1.5s infinite;
    -o-animation: flash linear 1.5s infinite;
    -ms-animation: flash linear 1.5s infinite;
}
@-webkit-keyframes flash {
    0% { background-color: rgb(1, 152, 71); }
    20% {background-color: rgba(1, 152, 71, 0.6); }
    40% { background-color: rgba(1, 152, 71, 0.2); }
    60% { background-color: rgba(1, 152, 71, 0.2); }
    80% { background-color: rgba(1, 152, 71, 0.6); }
    100% { background-color: rgb(1, 152, 71); }
}
@-moz-keyframes flash {
    0% { background-color: rgb(1, 152, 71); }
    20% {background-color: rgba(1, 152, 71, 0.75); }
    40% { background-color: rgba(1, 152, 71, 0.5); }
    60% { background-color: rgba(1, 152, 71, 0.5); }
    80% { background-color: rgba(1, 152, 71, 0.75); }
    100% { background-color: rgb(1, 152, 71); }
}
@-o-keyframes flash {
    0% { background-color: rgb(1, 152, 71); }
    20% {background-color: rgba(1, 152, 71, 0.75); }
    40% { background-color: rgba(1, 152, 71, 0.5); }
    60% { background-color: rgba(1, 152, 71, 0.5); }
    80% { background-color: rgba(1, 152, 71, 0.75); }
    100% { background-color: rgb(1, 152, 71); }
}
@keyframes flash {
    0% { background-color: rgb(1, 152, 71); }
    20% {background-color: rgba(1, 152, 71, 0.6); }
    40% { background-color: rgba(1, 152, 71, 0.4); }
    60% { background-color: rgba(1, 152, 71, 0.4); }
    80% { background-color: rgba(1, 152, 71, 0.6); }
    100% { background-color: rgb(1, 152, 71); }
}

/** Browser scrollbar*/

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 11px
}

::-webkit-scrollbar:horizontal {
    width: 11px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background-color: #3da846;
}