/*!
Theme Name: vikna
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vikna
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

vikna is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

.mb100{
    margin-bottom: 100px;
}

.pb80{
    padding-bottom: 80px;
}

.breadcrumbs span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #A5A5A5 !important;
}

.breadcrumbs .breadcrumb_last{
    color: #fff !important;
}

.perelink{
    margin-top: 50px;
}

.perelinkk ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    column-count: 3;
}

@media (max-width: 576px) {
    .perelinkk ul{
        column-count: 1;
    }
}

.perelinkk ul a{
    color: #333;
}

.spacer_calculate{
    display: block;
    width: 100%;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
}

.box-title-block{
    text-align: center;
}

.check .box-title-block{
    font-weight: 500;
}

.class89mm{
    display: none;
}

.copyright .wrapper {
    padding: 10px 0px;
}

.copyright *{
    font-size: 12px;
}


.copyright{

    background: #f4f6fd;
}

.profiles_system .img_block>picture {
	width: 100%
}

.derevyannye_50mm_material , .derevyannye_25mm_material, .bambukovye_25mm_material, .bambukovye_50mm_material{
    display: none;
}

.derevyannye_50mm_material.active_ , .derevyannye_25mm_material.active_, .bambukovye_25mm_material.active_, .bambukovye_50mm_material.active_{
    display: flex;
}

.copyright a{
    margin-right: 15px;
}

.copyright img{
    max-width: 50px;
}

@media(max-width: 769px){
    .copyright *{
        text-align: center;
    }

    .copyright .wrapper{
        justify-content: center !important;
    }
}

/*ssssssssssssssssssss*/

.section-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    margin: 0;
}

.filled-text .content {
    background: #ECEFF6;
    padding: 56px 28px;
    margin-bottom: 80px;
}

@media (max-width: 767px) {
    .filled-text .content {
        padding: 24px 16px;
    }
}
.bold{
    font-weight:normal!important;
}
/*
.filled-text .content strong, .filled-text .content b, .filled-text .content .bold {
    font-size: 24px;
    font-weight: 600;
    line-height: 40px;
    color: #000;
}

@media (max-width: 1280px) {
    .filled-text .content strong, .filled-text .content b, .filled-text .content .bold {
        font-size: 21px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .filled-text .content strong, .filled-text .content b, .filled-text .content .bold {
        font-size: 16px;
        line-height: 24px;
    }
}
*/
.photo-dots .section-title {
    margin-bottom: 100px;
}

@media (max-width: 1280px) {
    .photo-dots .section-title {
        margin-bottom: 40px;
    }
}

.photo-dots .image-block {
    position: relative;
}

.photo-dots .image-block ol {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1280px) {
    .photo-dots .image-block ol {
        margin-bottom: 15px;
        list-style: decimal;
        padding-left: 20px;
    }
}

.photo-dots .image-block .image-field {
    position: absolute;
    width: 200px;
    padding: 20px;
    z-index: 3;
}

@media (max-width: 1200px) {
    .photo-dots .image-block .image-field {
        padding: 5px;
    }
}

@media (max-width: 1280px) {
    .photo-dots .image-block .image-field {
        position: static;
        width: auto;
    }
}

.photo-dots .image-block .image-field b {
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    margin: 0 0 20px;
    display: block;
}

@media (max-width: 1200px) {
    .photo-dots .image-block .image-field b {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.photo-dots .image-block .image-field p {
    font-size: 18px;
    line-height: 150%;
    margin: 0;
}

@media (max-width: 1200px) {
    .photo-dots .image-block .image-field p {
        font-size: 16px;
    }
}

.photo-dots .image-block .mark {
    position: absolute;
    width: 23px;
    height: 23px;
    background: #DE6927;
    border-radius: 50%;
    z-index: 6;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
}

.photo-dots .image-block .mark:after {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    transform: translateX(-5.75px);
    background: #DE6927;
    opacity: 0.3;
}

.photo-dots .image-block canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

@media (max-width: 1280px) {
    .photo-dots .image-block canvas {
        top: auto;
        bottom: 0;
    }
}

.photo-dots .image-block .main-image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    background: #ECEFF6;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

@media (max-width: 1280px) {
    .photo-dots .image-block .main-image {
        width: 100%;
        background: transparent;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .photo-dots .image-block .main-image {
        padding-bottom: 60%;
    }
}

@media (max-width: 480px) {
    .photo-dots .image-block .main-image {
        padding-bottom: 80%;
    }
}

@media (max-width: 360px) {
    .photo-dots .image-block .main-image {
        padding-bottom: 100%;
    }
}

.photo-dots .image-block .main-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.text-list {
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}

.text-list .section-title {
    margin-bottom: 27px;
}

.text-list .list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-auto-rows: auto;
    align-items: flex-start;
}

@media (max-width: 767px) {
    .text-list .list {
        grid-template-columns: 1fr;
    }
}

.text-list .list li {
    padding-left: 21px;
    box-sizing: border-box;
    position: relative;
    font-size: 21px;
    line-height: 24px;
    margin: 0 0 17px;
}

@media (max-width: 1365px) {
    .text-list .list li {
        font-size: 18px;
    }
}

.text-list .list li:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #072776;
}

.text-image .content {
    position: relative;
    margin-bottom: 80px;
}

.text-image .content img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.text-image .content .text-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    box-sizing: border-box;
    padding: 68px 96px 68px 60px;
    background: #072776;
    position: relative;
}

@media (max-width: 1365px) {
    .text-image .content .text-block {
        width: 65%;
    }
}

@media (max-width: 769px) {
    .text-image .content .text-block {
        width: 100%;
        background: rgba(7, 39, 118, 0.75);
    }
}

@media (max-width: 575px) {
    .text-image .content .text-block {
        padding: 30px;
    }
}

.text-image .content .text-block .alert {
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #DE6927;
    margin: 0 0 27px;
}

@media (max-width: 1280px) {
    .text-image .content .text-block .alert {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    .text-image .content .text-block .alert {
        font-size: 16px;
        line-height: 21px;
    }
}

.text-image .content .text-block .title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    margin: 0 0 42px;
}

@media (max-width: 1280px) {
    .text-image .content .text-block .title {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width: 575px) {
    .text-image .content .text-block .title {
        font-size: 31px;
        line-height: 36px;
    }
}

.text-image .content .text-block .text {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    margin: 0 0 45px;
}

@media (max-width: 1280px) {
    .text-image .content .text-block .text {
        font-size: 16px;
        line-height: 21px;
    }
}

.text-image .content .text-block .href {
    width: 175px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 17px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 1280px) {
    .text-image .content .text-block .href {
        padding: 14px;
    }
}

@media (max-width: 480px) {
    .text-image .content .text-block .href {
        width: 100%;
    }
}

.text-rows {
    display: flex;
    flex-direction: column;
}

.text-rows .section-title {
    margin-bottom: 37px;
}

.text-rows .text {
    column-count: 2;
    column-gap: 23px;
    margin-bottom: 80px;
}

@media (max-width: 575px) {
    .text-rows .text {
        column-count: 1;
    }
}

.text-rows .text p {
    margin: 0;
    font-size: 21px;
    line-height: 35px;
}

@media (max-width: 1280px) {
    .text-rows .text p {
        font-size: 18px;
        line-height: 31px;
    }
}

.text-slider {
    margin-bottom: 80px;
}

.text-slider .section-title {
    margin-bottom: 55px;
}

.text-slider .slider-text .slide {
    position: relative;
}

.text-slider .slider-text .slide img {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.text-slider .slider-text .slide .text-slide {
    background: rgba(7, 39, 118, 0.75);
    padding: 68px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .3s;
}

.text-slider .slider-text .slide .text-slide:hover{
    opacity: 0;
}

@media (max-width: 1300px){
    .bottom_bar ul li a {
        padding: 15px 8px;
        font-size: 11px;
    }

    .slider_wrapper .item .oveerla {
        width: 70%;
    }

    .line_contacts a {
        font-size: 21px;
    }

    .minilabel .big {
        font-size: 15px;
    }

    .seotext.pt140{
        padding-top: 70px  !important;
        padding-bottom: 70px !important;
    }


}

/*@media (max-width: 990px) and (min-width: 768px) {*/
/*    .box-color-items{*/
/*        width: 50%;*/
/*    }*/
/*}*/


@media (max-width: 575px) {
    .text-slider .slider-text .slide .text-slide {
        padding: 30px;
    }
}

.text-slider .slider-text .slide .text-slide .alert {
    max-width: 470px;
    font-weight: 600;
    text-align: center;
    font-size: 21px;
    line-height: 26px;
    color: #DE6927;
    margin: 0 0 27px;
}

@media (max-width: 1280px) {
    .text-slider .slider-text .slide .text-slide .alert {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 575px) {
    .text-slider .slider-text .slide .text-slide .alert {
        font-size: 16px;
        line-height: 21px;
    }
}

.text-slider .slider-text .slide .text-slide .title {
    max-width: 470px;
    font-weight: 600;
    text-align: center;
    font-size: 48px;
    line-height: 56px;
    color: #FFFFFF;
    margin: 0 0 42px;
}

@media (max-width: 1280px) {
    .text-slider .slider-text .slide .text-slide .title {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width: 575px) {
    .text-slider .slider-text .slide .text-slide .title {
        font-size: 31px;
        line-height: 36px;
    }
}

.text-slider .slider-text .slide .text-slide .text {
    max-width: 470px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #ffffff;
    margin: 0 0 45px;
}

@media(min-width: 576px){
    .advan_icons .item_advan p {
        font-style: normal;
        font-weight: 400;
        font-size: 15px;
        line-height: 133.4%;
        color: #666b7b;
        padding-right: 23px;
    }

}

@media (max-width: 1280px) {
    .text-slider .slider-text .slide .text-slide .text {
        font-size: 16px;
        line-height: 21px;
    }
}

.text-slider .slider-text .slide .text-slide .href {
    width: 175px;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 17px;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #ffffff;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 1280px) {
    .text-slider .slider-text .slide .text-slide .href {
        padding: 14px;
    }
}

@media (max-width: 480px) {
    .text-slider .slider-text .slide .text-slide .href {
        width: 100%;
    }
}

.photo-dots {
    margin-bottom: 147px;
}

@media(max-width: 576px){
    .short_about_services{
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    .short_about_services{
        padding: 0px;
    }

    .profiles_systems img{
        width: 100%;
    }

    .wrapper_simple_work {
        overflow: hidden;
        padding: 0px 0px;
    }

    .short_about_services .imageRight{
        margin-bottom: 30px;
    }

    .advan_icons .item_advan p {
        font-size: 15px;
    }

     h4, .h4{
        font-size: 28px;
        max-width: 70%;
    }

    .col_catalog a{
        -webkit-background-size: cover;
        background-size: cover;
    }

    .contacts a{
        font-size: 12px;
    }

    .slider_wrapper .slick-dots {
        bottom: 10px;
    }

    .slider_wrapper .item .oveerla h3 {
        font-size: 28px;
        line-height: 30px;
    }

    .call_to_me{
        width: 100%;
        max-width: 80%;
    }

    .slick-arrow {
        width: 42px;
        height: 42px;
        top: -79px;
    }

    .spacer_call_to_action {
        margin-top: 50px;
    }

    .seo_block{
        height: auto;
        max-height: 190px;
    }

    .spacer_to_clients.servic_ .black {
        margin: 0 auto 20px auto;
    }

    .spacer_to_clients.servic_.pb140{
        padding-bottom: 50px !important;
    }

    .page_page{
        padding-bottom: 50px;
    }

    .text-slider .section-title {
        margin-bottom: 25px;
    }

    .advan_icons .item_advan {
        width: 100%;
        padding-right: 15px;
        margin-bottom: 30px;
    }
}

html{
    overflow-x: hidden;
}

.breadcrumbs .breadcrumb_last{
    color: #A5A5A5 !important;
}

.welcome_screen .breadcrumbs .breadcrumb_last{
    color: #fff !important;
}

@media (max-width: 990px) and (min-width: 769px) {

    .spacer_call_to_action .call_to_service{
        display: none ;
    }

    header .free-cons {
        font-size: 10px;
        padding: 15px 5px;
    }

    .bottom_bar ul li a {
        padding: 15px 6px;
        font-size: 8px;
    }

    header .contacts{
        display: none;
    }

    .col_catalog a {
        background-size: cover;
    }

    .advantages .line_wrapper .wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border: none ;
    }
    .line_wrapper{
        border: none !important;
    }

    .advan_icons .item_advan p {
        font-size: 19px;
    }

    .line_contacts a {
        font-size: 15px;
    }

}


@media(max-width: 769px){
    .slider_wrapper .item .oveerla {
        width: 100%;
    }
    .seo_block{
        padding-right: 0px;
    }

    .advantages .line_wrapper .wrapper{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .text-rows .text{
        column-count: 1;
    }

    .page_page {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .spacer_to_clients .black {
        font-size: 28px;
        margin-bottom: 25px;
    }

}

@media(max-width: 576px){
    .page-template-page-thx-php .thx h1 {

        font-size: 38px;
    }
}

.video_container{
    margin-top: 70px;

}