/*  Base */
body, button, input, select, optgroup, textarea {
    color: black;
}

#quick-contact a:active, #quick-contact a:hover, #quick-contact a:focus {
    text-decoration: underline;
}

.section .section-top-subtitle:before {
    background: #7d7e7f;
}

/* Header */
.site-top-header #quick-contact li.quick-call {
    display: inline-block;
}

.site-header-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.site-branding img {
    width: 100px;
}

/* Menu */
.site-header-menu {
    display: flex;
    align-items: center;
}

/* Слайдшоу */
#slider-section {
    height: 400px;
}
#slider-section .swiper-slide.swiper-slide-active img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.7s;
}

/* .slider-section-wrapp::before,
.slider-section-wrapp::after {
    content: '';
    display: block;
    table-layout: unset;
    clear: unset;
    
    position: absolute;
    bottom: -70px;
    width: 50%;    
    height: 70px;
}

.slider-section-wrapp::before {
    left: 0;
    background-image: linear-gradient(to bottom left, #fff 50%, transparent 50%);
}

.slider-section-wrapp::after {
    right: 0;
    background-image: linear-gradient(to bottom right, #fff 50%, transparent 50%);
} */

/* О нас */
.hero-content-section {
    position: relative;
    z-index: 10;
    padding-bottom: 20px;
}

.hero-content-section::before,
.hero-content-section::after {
    content: '';
    display: block;
    table-layout: unset;
    clear: unset;
    
    position: absolute;
    bottom: -70px;
    width: 50%;    
    height: 70px;
}

.hero-content-section::before {
    left: 0;
    background-image: linear-gradient(to bottom left, #fff 50%, transparent 50%);
}

.hero-content-section::after {
    right: 0;
    background-image: linear-gradient(to bottom right, #fff 50%, transparent 50%);
}

.hero-content-section .section-title-wrap {
    margin: 0;
    margin-bottom: 30px;
}

.hero-content-section .featured-page-section {
    text-align: center;
}

#hero-content-section a.more-link {
    margin: 50px auto 0;
}

#hero-content-section a.more-link:hover, #hero-content-section a.more-link:focus, #hero-content-section a.more-link:active, #promotional-headline-section a.more-link:hover, #promotional-headline-section a.more-link:focus, #promotional-headline-section a.more-link:active {
    color: #fff;
    background-color: #000;
}

.hero-content-section .section-featured-page {
    position: relative;
}

/* .hero-content-section .section-featured-page::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 335px;
    height: 199px;
    background: url('../images/camera-1.png') no-repeat;
} */

/* Наша миссия */
.count-content-section {
    position: relative;
    z-index: 8;
    padding-top: 120px;
}

.count-content-section::before,
.count-content-section::after {
    content: '';
    display: block;
    table-layout: unset;
    clear: unset;
    
    position: absolute;
    bottom: -70px;
    width: 50%;    
    height: 70px;
}

.count-content-section::before {
    left: 0;
    background-image: linear-gradient(to bottom left, #F1F1F1 50%, transparent 50%);
}

.count-content-section::after {
    right: 0;
    background-image: linear-gradient(to bottom right, #F1F1F1 50%, transparent 50%);
}

.count-content-section .featured-page-section {
    text-align: center;
}

.count-content-section .section-featured-page {
    position: relative;   
}

.count-content-section .section-featured-page::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 263px;
    height: 195px;
    background: url('../images/camera-3.png') no-repeat;
}

.featured-page-desc p:first-of-type {
    max-width: 60%;
    margin: 0 auto;
}

/* Преимущества */
.wwd-section {
    position: relative;
    z-index: 2;
    padding: 120px 0 0;
}

.wwd-section::before,
.wwd-section::after {
    content: '';
    display: block;
    table-layout: unset;
    clear: unset;
    
    position: absolute;
    bottom: -70px;
    width: 50%;    
    height: 70px;
}

.wwd-section::before {
    left: 0;
    background-image: linear-gradient(to bottom left, #fff 50%, transparent 50%);
}

.wwd-section::after {
    right: 0;
    background-image: linear-gradient(to bottom right, #fff 50%, transparent 50%);
}

/* Миссия */
.section-wwd  {
    position: relative;
    z-index: 9;
}

.section-wwd::before {
    content: '';
    position: absolute;
    right: 0;
    top: -50px;
    width: 343px;
    height: 181px;
    background: url(../images/camera-2.png) no-repeat;
}

.section-wwd .section-title-wrap {
    margin-bottom: 60px;
}

.wwd-block-list .row {
    display: flex;
    flex-wrap: wrap;
}

.section-wwd .wwd-block-inner {
    height: 100%;
    padding: 25px;
    padding-bottom: 0;
    border: 1px solid #e1e1e1;
}

.section-wwd .wwd-fonts-icon {
    background-color: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
}

.section-wwd .wwd-fonts-icon img {
    width: 50px;
    height: 50px;
}

.wwd-block-item {
    margin-bottom: 50px;
    transition: all 0.3s ease;
}

.wwd-block-item:hover {
    transform: translateY(-20px);
}

/* Продукция */
.section-portfolio {
    position: relative;    
    padding: 120px 0;
    background: #F1F1F1;
    background-size: cover;
}

.section-portfolio .section-title {
    /* color: #fff; */
}

.section-portfolio .section-title-wrap span.divider {
    /* background-color: #fff; */
}
 
/* .section-portfolio::before,
.section-portfolio::after {
    content: '';
    position: absolute;
    bottom: -100px;
    width: 50%;
    height: 100px;
}

.section-portfolio::before {
    left: 0;    
    background: linear-gradient(-45deg, transparent 50%, red 50%);
}

.section-portfolio::after {
    right: 0;
    background: linear-gradient(45deg, transparent 50%, red 50%);
} */

.portfolio-main-list {
    display: flex;
    flex-wrap: wrap;
}

.section-portfolio .item-inner-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: unset;
}

.portfolio-thumb-wrap {
    display: block;
    line-height: 0;
    background-color: #000;
    border-radius: 50px 50px 0 0;
    overflow: hidden;
}

.portfolio-item .portfolio-thumb-wrap img {
    transition: all 0.3s ease;
}

.portfolio-item:hover .portfolio-thumb-wrap img {
    transform: scale(1.1);
}

.section-portfolio.style-two .portfolio-content {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    bottom: 0;
    flex-grow: 1;
    padding-bottom: 0;
    visibility: unset;
    transition: all 0.3s ease;
}

.section-portfolio.style-two .portfolio-content::after {
    content: '';
    position: absolute;
    bottom: -57px;
    left: 0;
    width: 100%;
    height: 63px;
    background: url('../images/bottom-block-white.png') no-repeat center;
    background-size: contain;
}

.section-portfolio .portfolio-content h3 a:hover, .section-portfolio .portfolio-content h3 a:focus, .section-portfolio .portfolio-content h3 a:active {
    text-decoration: underline;
}

/* Партнеры */
.section-partner {
    /* padding: 30px 0; */
    padding: 0;
}

.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
    margin: 0 30px;
}

/* Контент */
.section-news {
    padding: 0;
    background-color: transparent;
}

.site-content--news {
    padding: 40px 0 0 !important;
    background-color: #F1F1F1 ;
}

.tag-post-formats .entry-container::before, .blog .hentry .entry-container::before, .archive .hentry .entry-container::before, .single .hentry .entry-container::before {
    display: none;
}

/* Подвал */
.footer-widget-area {
    background: #323232 url('../images/bg-footer.jpg') repeat;
}

.footer-widget-area.four .widget-column {
    float: left;
    width: 25%;
}

.footer-widget-area.five .widget-column {
    float: left;
    width: 20%;
}

.site-footer .site-info {
    text-align: left;
}

.site-footer .copyright {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.link-dev {
    position: relative;
    display: inline-block;
    padding-right: 60px;
}

.link-dev::after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    width: 54px;
    height: 9px;
    background: url('../images/tck.jpg') no-repeat;
}

/* Контент */
.loop-page .site-main {
    display: flex;
    flex-wrap: wrap;
}

.loop-page .site-main > article {
    width: 30%;
    margin-right: 3%;
}

.loop-page .site-main > article:nth-last-of-type() {
    margin-right: 0;
}

.loop-page .site-main > article .entry-container {
    background-color: #ececec;
}

.navigation {
    width: 100%;
}

/* Разное */
.count-mission .wpsm_counter_b_row {
    overflow: unset !important;
}

.count-mission .wpsm_counter_b_row > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.count-mission .wpsm_counter_b_row div .wpsm_row {
    position: relative;
    width: calc(100% / 5) !important;
    transition: all 0.3s ease;
}

.count-mission .wpsm_counter_b_row div .wpsm_row:hover {
    transform: translateY(-20px);
}

.count-mission .wpsm_counter_b_row div .wpsm_row:nth-child(1),
.count-mission .wpsm_counter_b_row div .wpsm_row:nth-child(5) {
    top: 20px;
    width: 17% !important;
}

.count-mission .wpsm_counter_b_row div .wpsm_row:nth-child(2),
.count-mission .wpsm_counter_b_row div .wpsm_row:nth-child(4) {
    top: 50px;
    width: 20% !important;
}

.count-mission .wpsm_counter_b_row div .wpsm_row:nth-child(3) {
    top: 80px;
    width: 26% !important;
}

.count-mission .wpsm_counter_b_row div .wpsm_row:last-child {
    display: none !important;
}

.count-mission .wpsm_counter_b_row div .wpsm_row::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 220px;
    height: 220px;
    background: url(../images/romb.png) no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.count-mission .wpsm_counter_b_row div .wpsm_row:nth-child(1)::before,
.count-mission .wpsm_counter_b_row div .wpsm_row:nth-child(5)::before {
    width: 180px;
    height: 180px;
}

.count-mission .wpsm_counter_b_row div .wpsm_row:nth-child(2)::before,
.count-mission .wpsm_counter_b_row div .wpsm_row:nth-child(4)::before {
    width: 220px;
    height: 220px;
}

.count-mission .wpsm_counter_b_row div .wpsm_row:nth-child(3)::before {
    width: 300px;
    height: 300px;
}

.count-mission .wpsm_counterbox .wpsm_number,
.count-mission .wpsm_counterbox .wpsm_count-title {
    letter-spacing: unset !important;
    font-family: Arial, sans-serif !important;
}

.count-mission .wpsm_counterbox .wpsm_number {
    font-size: 80px !important;
    line-height: 1 !important;
}

.count-mission .wpsm_counter_b_row div .wpsm_row:nth-child(1) .wpsm_number,
.count-mission .wpsm_counter_b_row div .wpsm_row:nth-child(5) .wpsm_number {
    font-size: 60px !important;
}

.count-mission .wpsm_counter_b_row div .wpsm_row:nth-child(3) .wpsm_number {
    font-size: 100px !important;
}

.count-mission .wpsm_counterbox .wpsm_count-title {
    font-size: 16px !important;
    text-transform: uppercase;
    font-weight: bold !important;
}

.count-mission .wpsm_counterbox {
    padding: 0 10px !important;
}

.wpls-logo-showcase button.slick-arrow, .wpls-logo-showcase button.slick-arrow:active {
    background-color: #992123 !important;
}

.wpls-logo-showcase button.slick-arrow:hover {
    background-color: #dc4142 !important;
}