body {
	font-family: 'Open Sans', sans-serif;
}
#contact-line {
    background: #f5f5f5;
    border-bottom: 1px solid #e3e3e3;
	display: none;
}
#contact-line ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#contact-line ul li {
    display: inline-block;
    color: #ababab;
    border-left: 1px solid #e3e3e3;
}
#contact-line ul .lang {
    padding-left: 15px;
}
#contact-line ul .lang a {
    padding: 0 15px 0 0;
}
#contact-line ul .lang .dropdown-menu li {
    width: 100%;
    border: 0;
}
#contact-line ul .lang .dropdown-menu a {
    display: block;
    padding: 0 15px;
    line-height: 30px;
}
#contact-line ul .lang .dropdown-menu {
    border-radius: 0px 0px 3px 3px;
    min-width: 100%;
    border-color: #e3e3e3;
    left: -1px;
    box-shadow: none;
    box-sizing: content-box;
}
#contact-line ul .lang .lang-ru {
    background: url(../img/ru.png) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 12px;
    display: inline-block;
}
#contact-line ul .lang .lang-kz {
    background: url(../img/kz.png) no-repeat center;
    background-size: contain;
    width: 30px;
    height: 12px;
    display: inline-block;
}
#contact-line ul .lang .active-lang a {
    color: #0f9c0f;
}
#contact-line ul li a {
    line-height: 45px;
    display: inline-block;
    padding: 0 15px;
    color: #ababab;
    text-decoration: none;
}
#contact-line ul li a:hover {
    color: #0f9c0f;
}
#contact-line ul .last-li {
    border-right: 1px solid #e3e3e3;
}
#group-01 {
    padding: 90px 0;
    background: url(../img/bg-01.jpg) 50% bottom no-repeat;
    background-size: cover;
    position: relative;
}
#group-01 .container {
    position: relative;
    z-index: 2;
}
/*#group-01::before {
    content: ' ';
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.40);
}*/
#group-01 h1 {
    font-family: 'Roboto Black', sans-serif;
    color: #FFF;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.30);
    font-size: 46px;
    font-weight: normal;
    margin: 0;
    position: relative;
}
#group-01 h1 label {
    font-family: 'Roboto Light', sans-serif;
    font-size: 36px;
    font-weight: normal;
    margin: 0;
}
#group-01 h1 .green-books {
    background: url(../img/green-books.png) center no-repeat;
    height: 37px;
    width: 41px;
    display: inline-block;
}
#group-01 h1::after {
    content: ' ';
    height: 3px;
    width: 60px;
    background: #FFF;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.30);
    position: absolute;
    bottom: -15px;
    left: 0;
}
#group-01 span {
    color: #FFF;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.30);
    font-size: 15px;
    font-family: 'Roboto Light', sans-serif;
    font-weight: normal;
    margin-top: 45px;
    display: inline-block;
}
.btn-red {
    background: #0f9c0f;
    color: #FFF;
    padding: 0 20px;
    line-height: 45px;
    border-radius: 0;
    /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.30);*/
    /*-webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;*/
    position: relative;
    overflow: hidden;
    outline: none;
}
.btn-red::after {
    content:  '';
    position: absolute;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    -webkit-transform: rotateZ(60deg) translate(-5em,7.5em);
    transform: rotateZ(60deg) translate(-5em,7.5em);
    background: -webkit-linear-gradient(top,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
    background: linear-gradient(to bottom,rgba(229,172,142,0),rgba(255,255,255,.7) 50%,rgba(229,172,142,0));
    opacity: 1;
    -webkit-animation: sheen 6s infinite;
    animation: sheen 6s infinite;
}
.btn-red:hover, .btn-red:focus, .btn-red:active:focus {
    /*background: #ff3f3f;*/
	background: #1ed01e;
    outline: none;
    color: #FFF;
}
@-webkit-keyframes sheen{
    0%,89%{
        opacity:0;
        -webkit-transform:rotateZ(60deg) translate(-5em,7.5em);
        transform:rotateZ(60deg) translate(-5em,7.5em)
    }
    90%{
        opacity:1;
        -webkit-transform:rotateZ(60deg) translate(-5em,7.5em);
        transform:rotateZ(60deg) translate(-5em,7.5em)
    }
    95%{
        opacity:1;
        -webkit-transform:rotateZ(60deg) translate(1em,-9em);
        transform:rotateZ(60deg) translate(1em,-9em)
    }
    100%{
        opacity:0;
        -webkit-transform:rotateZ(60deg) translate(1em,-9em);
        transform:rotateZ(60deg) translate(1em,-9em)
    }
}
@keyframes sheen {
    0%, 89% {
        opacity: 0;
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    90% {
        opacity: 1;
        -webkit-transform: rotateZ(60deg) translate(-5em, 7.5em);
        transform: rotateZ(60deg) translate(-5em, 7.5em)
    }
    95% {
        opacity: 1;
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
    100% {
        opacity: 0;
        -webkit-transform: rotateZ(60deg) translate(1em, -9em);
        transform: rotateZ(60deg) translate(1em, -9em)
    }
}
#group-01 .video {
    padding: 15px;
    background: rgba(0, 0, 0, 0.60);
}
#menu-top {
    background: #FFF;
    padding: 15px 0 10px 0;
}
#menu-top .logo, #menu-top-fixed .logo {
    display: inline-block;
    text-decoration: none;
    background: url(../img/logo.png) no-repeat center;
    height: 66px;
    width: 255px;
}
#menu-top-fixed .logo {
    height: 40px;
    background-size: contain;
}
#menu-top ul, #menu-top-fixed ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#menu-top ul li, #menu-top-fixed ul li {
    display: inline-block;
}
#menu-top ul li a, #menu-top-fixed ul li a {
    line-height: 65px;
    padding-left: 15px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    color: #555555;
    text-decoration: none;
}
#menu-top-fixed ul li a {
    line-height: 45px;
}
#menu-top ul li a:hover, #menu-top-fixed ul li a:hover {
    color: #0f9c0f;
}
#menu-top ul li .active, #menu-top-fixed ul li .active {
    color: #0f9c0f;
}
#menu-top-fixed {
    background: #FFF;
    padding: 10px 0 5px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.30);
}
.container .header {
    margin-bottom: 50px;
}
.container .header h2 {
    font-size: 38px;
    line-height: 45px;
    color: #0f9c0f;
    font-weight: 700;
}
.header .header-line div {
    width: 20px;
    margin: 0 auto;
    height: 3px;
    margin-bottom: 10px;
    background: #0f9c0f;
    position: relative;
}
.header .header-line div::before {
    position: absolute;
    content: '';
    background: #cecece;
    height: 3px;
    right: 30px;
    width: 70px;
}
.header .header-line div::after {
    position: absolute;
    content: '';
    background: #cecece;
    height: 3px;
    left: 30px;
    width: 70px;
}
.container .header p {
    padding-top: 10px;
    font-size: 14px;
    color: #9897a0;
    line-height: 24px;
    margin-bottom: 24px;
}
#group-02 {
    background: #F7F8FA;
    padding-bottom: 30px;
}
#group-02 .diplom {
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
    background: #FFF;
    /*box-shadow: 5px 6px 0 0 #e3e3e3;
    webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    */
}
#group-02 .diplom .cover {
    height: 288px;

}
#group-02 .diplom h3 {
    font-size: 18px;
    line-height: 22px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    display: block;
}
#group-02 .diplom .context {
    height: 288px;
    position: relative;
}
#group-02 .diplom .context p {
    line-height: 20px;
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
    color: #767676;
}
#group-02 .diplom .context a {
    color: #0f9c0f;
}
#group-02 .context a {
    color: #0f9c0f;
}
#group-02 .btn-red {
    line-height: 40px;
    font-size: 13px;
	color: #FFF!important;
}
#group-02 .diplom .context .bottom-box {
    position: absolute;
    bottom: 0;
}
#group-03 {
    background: #FFF;
    padding-bottom: 30px;
}
#group-03 .box {
    padding: 15px;
    background: #F7F8FA;
    border-radius: 4px;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);*/
    border: 1px solid #eee;
    margin-bottom: 30px;
}
#group-03 .title {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-clamp: 3;
	box-orient: vertical;
	max-height: 60px;
}
#group-03 .author {
    font-size: 12px;
    text-align: justify;
    margin-bottom: 10px;
}
#group-03 .date {
    font-size: 12px;
    margin-bottom: 10px;
}
#group-03 .btn-red {
    line-height: 35px;
}
#group-04 {
    background: #F7F8FA;
    padding: 15px 0;
}
#group-04 p {
    display: inline-block;
    text-transform: uppercase;
    line-height: 45px;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    margin-left: 15px;
}
#group-05 {
    padding-bottom: 30px;
}
#group-05 .panel-group .panel-heading {
    color: #000;
    background-color: #F7F8FA;
    border-color: #eee;
    border-radius: 4px 4px 0 0;
}
#group-05 .panel-default {
    border-color: #eee;
}
#group-05 .panel-body {
    border-color: #eee;
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    text-align: justify;
    color: #767676;
}
#group-05 .panel-title {
    font-size: 15px;
    line-height: 24px;
}
#group-05 a {
    text-decoration: none;
}
#group-05 .panel {
    box-shadow: none;
}
#group-06 {
    padding: 15px 0;
    background: #0f9c0f;
    color: #FFF;
    line-height: 60px;
}
#group-06 .logo-white {
    display: inline-block;
    text-decoration: none;
    background: url(../img/logo-white.png) no-repeat 0 50%;
    height: 66px;
}
#group-06 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#group-06 ul li {
    display: inline-block;
}
#group-06 ul li a {
    line-height: 60px;
    padding-left: 15px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    /*text-transform: uppercase;*/
    font-weight: normal;
    color: #FFF;
    text-decoration: none;
}
#group-06 ul li a:hover {
    text-decoration: underline;
}
#group-06 ul li .active {
    text-decoration: underline;
}
#button-up {
    color: #FFF;
    background: #0f9c0f;
    width: 40px;
    height: 40px;
    font-size: 16px;
    text-align: center;
    position: fixed;
    z-index: 99;
    right: 25px;
    bottom: 25px;
    border: 3px solid #FFF;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
}
#button-up i {
    line-height: 34px;
}
.box-categ {
    padding: 15px;
    background: #FFF;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.10);
}
.box-categ .title {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #333;
}
.box-categ .intro {
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    color: #333;
}
.btn-red {
    text-align: center;
    line-height: 35px;
}
#group-07 {
    background: #F7F8FA;
    padding-bottom: 30px;
    font-size: 14px;
    color: #9897a0;
    line-height: 24px;
}
#group-07 a {
    color: #ff3f3f;
}
#documentImage {
	max-height: 600px;
	background: #FFF;
	text-align: center;
}
#documentImage img {
	max-height: 100%;
}
.formCol {
	background: #FFF;
	border: 2px solid #000;
	display: flex;
}
.formCol .formBox {
	padding: 20px 40px;
	background: #f7f8fa;
}
.formCol .imageBox {
	text-align: center;
	padding: 20px 40px;
}
.formCol input, .formCol select {
	border-radius: 0;
	outline: none!important;
	box-shadow: none!important;
}
.formCol label {
	text-transform: uppercase;
	margin-bottom: 2px;
	color: #000;
}
.formCol span.error {
	color: red;
    display: block;
    font-size: 85%;
    padding-top: 5px;
    font-weight: bold;
}
.formCol .text-muted {
	font-style: italic;
	display: block;
	text-align: right;
	color: rgba(119, 119, 119, 0.70);
	font-size: 75%;
}
.formCol .btn {
	margin-top: 10px;
	font-weight: bold;
    text-transform: uppercase;
}
.loadingImg {
	position: relative;
}
.loadingImg canvas {
	-webkit-filter: blur(8px);
	filter: blur(8px);
}
.loadingImg::before {
	position: absolute;
	content: attr(data-text-loading);
	background: rgba(255, 255, 255, 0.50);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #0f9c0f;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	line-height: 20px;
	padding-top: calc(50%);
	z-index: 1;
}
.input-group .form-control[disabled] {
	background: #FFF;
	cursor: default;
	border-right: 0;
}
.formCol label.btn {
	color: #333;
	margin-bottom: 0;
	border-radius: 0;
	outline: none;
	box-shadow: none;
}
.input-group {
	padding-bottom: 15px;
}
.custom-file input[type="file"] {
	width: 0;
    height: 0;
    position: absolute;
    left: -10000px;
}
.custom-file .custom-file-box {
	display: flex;
}
.custom-file button {
	background: #0f9c0f;
    color: #FFF;
    text-transform: uppercase;
    line-height: 30px;
    border: 0;
    padding: 0 15px;
	outline: none;
	transition: all 0.1s linear;
	white-space: nowrap;
}
.custom-file button:hover {
	background: #ff3f3f;
}
.custom-file button img {
	max-height: 15px;
    margin-right: 10px;
}
.custom-file .file_name {
    width: 100%;
    border-left: 0;
    border-bottom: 2px solid #ccc;
    position: relative;
    overflow: hidden;
    margin-left: 15px;
	line-height: 30px;
    font-weight: 600;
	transition: all 0.1s linear;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.custom-file .file_name.active {
	border-bottom-color: #66bd50;
	color: #66bd50;
}
.custom-file .file_name.error {
	border-bottom-color: #0f9c0f;
	color: #0f9c0f;
}

.formBox .lang:not(.selected) {
	display: none!important;
}
.formBox .form-group {
    margin-bottom: 18px;
}
.SelectLang-container {
	position: relative;
    margin-bottom: 37px;
}
.newStyle-SelectLang {
    position: absolute;
    z-index: 1;
    top: -89px;
    background: #F7F8FB;
    padding: 0 0 7px 0;
    border: 2px solid #000;
	width: 100%;
}
.newStyle-SelectLang .form-group label[for="input_lang"] {
	text-align: center;
    display: block;
	margin-bottom: 10px;
	background: #0f9c0f;
    padding: 5px 5px 3px 5px;
    color: #FFF;
	border-bottom: 2px solid #c52828;
}

.newStyle-SelectLang [type="radio"]:not(:checked), .newStyle-SelectLang [type="radio"]:checked {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label, .newStyle-SelectLang label.btn input[type="radio"]:checked+label, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.28s ease;
    transition: 0.28s ease;
}

.newStyle-SelectLang .form-check-input[type="radio"]:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:before, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:before, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:before, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:after {
    border: 2px solid #0f9c0f;
}
.newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:before, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:before, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:after, label.btn input[type="radio"]:checked+label:before, .newStyle-SelectLang label.btn input[type="radio"]:checked+label:after, label.btn input[type="radio"].with-gap:checked+label:before, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:after, label.btn input[type="radio"]:checked+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label:after, label.btn input[type="radio"].with-gap:checked+label+label:before, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:after {
    border-radius: 50%;
}
.newStyle-SelectLang .form-check-input[type="radio"]:checked+label:before, .newStyle-SelectLang label.btn input[type="radio"]:checked+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label:before {
    border: 2px solid transparent;
}
.newStyle-SelectLang .form-check-input[type="radio"]+label:before, .newStyle-SelectLang .form-check-input[type="radio"]+label:after, .newStyle-SelectLang label.btn input[type="radio"]+label:before, .newStyle-SelectLang label.btn input[type="radio"]+label:after, .newStyle-SelectLang .form-check-input[type="radio"]+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"]+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]+label+label:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 16px;
    height: 16px;
    margin: 2px;
    content: "";
    -webkit-transition: 0.28s ease;
    transition: 0.28s ease;
}
.newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}
.newStyle-SelectLang .form-check-input[type="radio"]:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"]:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:after {
    background-color: #0f9c0f;
}
.newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:before, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:before, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang label.btn input[type="radio"]:checked+label:before, .newStyle-SelectLang label.btn input[type="radio"]:checked+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:before, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:checked+label+label:after, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"].with-gap:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]:checked+label+label:after, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:before, .newStyle-SelectLang label.btn input[type="radio"].with-gap:checked+label+label:after {
    border-radius: 50%;
}
.newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:before, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:before, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:before, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:after {
    border: 2px solid #5a5a5a;
}
.newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label:after, .newStyle-SelectLang .form-check-input[type="radio"]:not(:checked)+label+label:after, .newStyle-SelectLang label.btn input[type="radio"]:not(:checked)+label+label:after {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.btn {
	font-size: 13px;
}
section {
	min-width: 970px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #FFF;
    cursor: default;
    background-color: #0f9c0f;
    border-color: #0f9c0f;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #0f9c0f;
    background-color: #eee;
    border-color: #ddd;
}
.categories {
	padding-bottom: 40px;
}
.categories ul {
	margin: 0;
	padding: 0 5px;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
}
.categories ul li {
	display: inline-block;
	flex: 1 0 auto;
}
.categories a {
    display: block;
    margin: 5px 5px;
    padding: 4px 10px;
    text-decoration: none;
    outline: none;
    border: 2px solid #000;
    color: #000;
    font-size: 13px;
    text-align: center;
}
.categories a:hover {
	color: #0f9c0f;
	border: 2px solid #0f9c0f;
}
.categories a.active {
	border: 2px solid #0f9c0f;
	background: #0f9c0f;
	color: #FFF;
}