.swiper-container.swiper-bg {
    filter: grayscale(.3) brightness(0.7);
}
.services-list {display: flex;
    flex-wrap: wrap;}
.services-list li {
    position: relative;
    padding-left: 1rem;
    flex: 1 1 calc((100% / 2));
    font-size: 20px;
}    
.unordered-list li {
    font-size: 20px;
}     
.russia-flag img {width: 60px;}
.right-head {justify-content: flex-end;    align-items: center;}
.contanct-head {flex-direction: column;margin-right: 2em;}
.navbar .navbar-brand {font-weight: 700;}

@media (max-width: 991.98px){
.navbar-brand {width: auto!important;}
.services-list li {
    flex: 1 1 calc((100% / 1));
}
}
.page-title {
    margin-bottom: 30px;
}
.content .cont{padding-top: 250px!important;}
.content .cont-detail{padding-top: 100px!important;}
.type-post {
    margin-bottom: 40px;
    padding-top: 30px;
}
.list .type-post{flex: 0 1 calc((100% / 3) - 2rem);}
.screen-reader-text {
    padding-right: 5px;
}
.icon-categories, .byline, .screen-reader-text, .list footer {display: none;}
.comments-area,.comment-respond{
    padding: 1.5rem;
}
.inside-article footer{
    padding-top: 20px;
}
.comment-form-comment textarea {
    resize: vertical;
    background-color: rgb(35 40 47 / 15%);
    color: white;
    padding: 20px;
    margin-left: 0;
    height: 100px;
    width: 100%;
}
#breadcrumbs{
    font-size: .8em;
}
.inside-article .entry-content {
    padding-top: 40px;
}
#submit{
    font-weight: 600;
    line-height: 1.75;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.6rem 1rem;
    font-size: 0.7rem;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.025rem;
    box-shadow: unset;
    transform: translateY(0);
    color: #1d222c;
    background-color: #fff;
    border-color: #fff;
}


.featured-image .wp-post-image {
	width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 60px;
}

.cont-detail {max-width: 1200px;}

.list {flex-wrap: wrap;justify-content: center;gap: 1rem;}
.list article, .home-news-item {flex: 0 1 calc((100% / 3) - 2rem);height: auto;}
.list a .wp-post-image, .thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    padding: 10px 0 20px;
}

.page-title {text-align: center;}

textarea {
    width: auto;
}

.form-control {border: 1px solid #cacbcf!important;    background-color: transparent!important;border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;}
.btn-white {
    color: #1d222c!important;
    background-color: #fff!important;
    border-color: #fff!important;
}
.entry-title a {
    color: inherit;
}
.date {color: #747576;font-size: 12px;margin-bottom: 0.5rem;}
.btn-white {width: 50%;}
.comment-form .logged-in-as{
    display: flex;
    justify-content: space-evenly;
}

@media (max-width: 950px){
ul {margin: 0 0 1.5em 0;}
li {margin-bottom: 15px;}
li:before {top: 0.15rem;}
.list {flex-direction: column;}
.lead {font-size: 1rem;}
.list a .wp-post-image, .thumbnail img {height: 200px;}
.btn-white {width: 100%;}
.content .cont {padding-top: 0!important;}
.post-image:not(:first-child) {
    margin-top: 1em!important;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
    margin-top: 1em!important;
}
.comment-form .logged-in-as{flex-direction: column;}
.comment-form-comment, #submit {width: 100%;}
.comment-form-comment textarea {margin-left: 0;}
}

input[type="text"], input[type="email"] {color: #cacbcf!important;}