body {
    font-size: 1.6rem;
}

h5 {
    text-align: inherit;
}

.parsley-success {
    border: 1px solid green !important;
}
.parsley-error {
    border: 1px solid red !important;
}

.parsley-errors-list.filled {
    color: red;
    position: absolute;
}

.parsley-success {
    border: 1px solid green !important;
}

.form-group.error {
    border: 1px solid red !important;
}

.parsley-errors-list {
    display: none !important;
}

.mainSlider__swiper .swiper-slide::before {
    top: unset;
    height: 15%;
}

.mainSlider__title{
	text-shadow: 0 0 90px #000000;
}

div.message-alert,
div.message-alert2 {
    margin: 0 0 10px;
    width: 100%;
    background-color: #c9f7b2;
    color: #61a600;
    padding: 18px 30px 18px 20px;
    font-size: 14px;
    border: none;
    display: none;
}

div.message-alert2.mess-errors,
div.message-alert.mess-errors {
    background-color: #ffd9d9;
    color: red;
}
form .form-group--large {
    padding-top: 0;
}
form .form-group .form-control:focus ~ label,
form .form-group .form-control:invalid ~ label,
form .form-group .form-control:valid ~ label {
    top: 6px !important;
}

a.article__item {
    color: #191b1d;
    text-decoration: none;
    transition: 0.3s;
}
a.article__item:hover {
    color: #191b1d;
    opacity: 0.85;
}

.statistics__img img {
    -webkit-border-radius: 20px 130px 20px 20px;
    -moz-border-radius: 20px 130px 20px 20px;
    border-radius: 20px 130px 20px 20px;
}

.article__img:after {
    margin-left: -5px;
    margin-bottom: -5px;
}
.article__img,
.project__card,
.project__card-body,
.project__card img,
.article__img:after,
.article__img img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.project {
    padding-bottom: 0;
}

.navbar-nav .nav-link {
    font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
    .mainSlider__links {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -webkit-flex-direction: unset;
        -moz-box-orient: unset;
        -moz-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }
}

@media screen and (min-width: 992px) {
    .jumbotron h1 {
        margin-bottom: 12px;
        font-size: 4.5rem;
        color: #fff;
    }
    .jumbotron {
        min-height: 260px;
        margin-bottom: 50px;
        padding-top: 15px;
    }
}

.article__heading {
    margin: 0 0 15px;
}

.article__clip {
    margin-bottom: 60px;
}

.article__content {
    width: 96%;
}

.article__detail {
    margin: 0;
}

.article {
    padding-bottom: 30px;
}

.sl-prj {
    cursor: pointer;
}
/* .sl-prj:hover{
	opacity: .85;
	transition: .3s
} */

.header--main {
    padding: 5px 0;
}

.s-new {
    padding: 46px 0;
	height: 420px;
    position: relative;
    background: unset;
    background-color: #f3f4f9;
    background-image: url(../../themes/4/frq-templates/assets/img/example/Rectangle-338.png);
    background-size: cover;
	border-radius: 20px;
}
.s-new .panel__title {
    /* color: #000; */
}
.s-new .about__descr {
    color: #fff; 
	max-width: 955px;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	margin: 0 auto;
}
.s-new .container {
    max-width: 1100px;
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}
.s-new:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.2); */
	border-radius:20px;
	background: linear-gradient(180deg, rgba(4, 11, 34, 0.5) 9.07%, rgba(4, 11, 34, 0) 109.66%);
	opacity: 0.7;
}
.s-new:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 5%;
    bottom: 0px;
    width: 90%;
    height: 80%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    box-shadow: 0 15px 50px rgb(0 0 0 / 39%);
}

.c_info {
    font-size: 0.7em;
    position: absolute;
    margin-top: -20px;
    margin-left: -45px;
    display: none;
}

.nav-item.dropdown {
    position: relative;
}
.nav-item.dropdown .dropdown-menu {
    display: block;
    position: absolute;
    top: 40px;
    visibility: hidden;
    transition: 0.3s;
    min-width: 140px;
    text-align: left;
    padding: 10px;
    font-size: 0.7em;
    border-radius: 10px;
    border: none;
    box-shadow: 0 5px 20px rgb(0 0 0 / 20%);
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
}

.dropdown-menu a {
    border-radius: 5px;
    padding: 5px;
}
.dropdown-menu a.active,
.dropdown-menu a:hover {
    color: #1e2125;
    background-color: #f5f5f5;
}

@media screen and (max-width: 991px) {
    .dropdown-menu .nav-item {
        margin-bottom: 0;
    }
}

.download__bar {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    float: right;
    background-color: #e6e6e6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 10px;
}

.download__barInner {
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1683c9;
}

.download__item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    height: 85px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .download__item {
        height: 120px;
    }
}

.download__delete {
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    text-align: center;
    padding: 3px;
}
.download__delete a {
    color: #fff;
}

.thums {
    position: relative;
    box-sizing: border-box;
    margin: 5px;
    padding: 7px 7px 3px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.thums .s-trash {
    position: absolute;
    background: #ffffff;
    padding: 0 8px;
    font-weight: bold;
    border-radius: 50%;
    top: -12px;
    right: -11px;
    color: #de0000;
    cursor: pointer;
}

form .form-group .form-control {
    padding: 20px;
}

.partners {
    padding: 80px 0;
}

.headline,
.article__item {
    font-size: 1.6rem;
}

.team__img {
    height: 100%;
}
.team__img img {
}

.partners__grid--large.s3 {
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
}

.partners__grid--large .partners__item--gray img {
    margin-bottom: 20px;
    max-width: 100%;
    height: 50px;
}
.partners__grid--large .partners__descr p {
    margin-bottom: 0;
}

.partners__grid--large .partners__item{
	/* display: inherit; */
	text-decoration: none;
	/* border-bottom: 1px solid rgba(4,11,34,.1); */
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
	border-radius: 6px;
}

.partners__grid--large .partners__item:last-child{
	margin-bottom: 100px;
}

.partners__grid--large {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1,1fr);
    grid-gap: 20px 36px;
    padding: 0;
}

.partners__grid--large .partners__img{
	width: 30%;
}

@media screen and (max-width: 767px){
	.partners__grid--large .partners__img {
		width: 100%;
	}
}


.team__img:before {
    display: none;
}
.team__img .img-cont {
	position: relative;
}
.team__img .img-cont:after {
    content: "";
	width: calc(100% + 40px);
	height: 150px;
	background: #f0f0f0;
	position: absolute;
	left: -20px;
	bottom: -20px;
	z-index: -1
}


.team__item, .partners__descr, .article__item{
	color: #868686;
	font-weight: 400;
    font-size: 1.6rem;
}
.team__name, .article__title{
	color: #191b1d;
}

.project__card-content{
	/* color: #E8E9F1; */
	color: #fefefe;
}

.statistics__item{
	font-size: 1.4rem;
}

.info__title{
	padding-right: 30px;
}

.project__pagination {
    width: 100%;
}

.project__pagination .swiper-pagination-progressbar {
    top: auto;
    bottom: 0;
    height: 1px;
    background: #d9d9d9;
}

.project__pagination .swiper-pagination-progressbar-fill {
    background: #191b1d;
}