html {
    /*overflow-x: hidden;*/
}
body.prod-cat_parent-template,
body.prod-cat_child-template,
body.page-regional_parent-template,
body.page-regional_child-template {
    background-color: #fff;
}
body{
    /*background-image: linear-gradient(to right, #f7f8f9 680px, #fff 680px, #fff);*/
}
.parent-cat {
    max-width: 100%;
}
.sb-block .section__wrapper {
    padding:40px 0;
    position: relative;
}
.sb-block.section {
    padding-top: 0;
    margin-top: 0;
}
.sb-block.section .content__ins_wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
}
@media only screen and (max-width: 1209px) {
    .sb-block .section__wrapper {
         padding: 30px 0;
    }
}
@media only screen and (max-width: 767px) {
    .sb-block.section .content__ins_wrapper {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/**/

div.simplebar-scrollbar:before {
    background-color:#7ba9fb;
}

/**/
.sb-more-content .full-part {
    display: none;
}
.sb-more-content.text-full .preview-part {
    display: none;
}
.sb-more-content.text-full .full-part {
    display: block;
}
.sb-more-content .sb-show-more {
    text-decoration: none;
}

/**/
.sb-block .swiper-pagination-bullet {
    background-color: #5DA1FF;
}
.sb-block .swiper-pagination-bullet {
    margin-right: 10px;
}
.sb-block h2:before {
    opacity: 0;
    visibility: hidden;
}

/**/
div.lazy-load-div {
    background-image: url('/wp-content/themes/vsv/img/play.svg') !important;
}
@media (max-width: 991px) {
    div.lazy-load-div  {
        background-size: 40px;
    }
}

/**/
.sb-block.page-head .breadcrumbs {
    padding-top: 25px;
}
.sb-block.page-head .heading {
    margin-top: 10px;
}
.sb-block .section__title {
    margin-bottom: 25px;
}
.sb-block.section .second-heading {
    font-size: 36px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 0;
}
.sb-block .second-heading:before {
    visibility: hidden;
}
.sb-block .page-head__ins {
    padding-bottom: 25px;
}

@media (max-width: 767px) {
    .sb-block.section .second-heading {
        font-size: 26px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .header .top-line .bg__general {
        display: none;
    }
    .sb-block .heading {
        font-size: 24px;
        line-height: 30px;
    }
}

/**/
.breadcrumbs-container .breadcrumbs {
    display: flex;
    margin-bottom: 15px !important;
}
.breadcrumbs-container .breadcrumbs li {
    white-space: nowrap;
}
/*.breadcrumbs-container .simplebar-scrollbar:before{*/
/*    opacity: .5;*/
/*}*/
@media only screen and (max-width: 767px) {
    .breadcrumbs-container .breadcrumbs {
        display: flex;
    }
    .breadcrumbs-container .breadcrumbs {
        padding-top: 0 !important;
    }
}

.contacts__office_tabs>div:nth-of-type(4){
    display:none;
}

.contacts__office .icon [class*=icon-]{
    width: 1.3em;
    height: 1.2em;
}

.hoverTable {
    width: 100%;
    border-collapse: collapse;
}

.hoverTable tr:nth-child(even) {background: #e6f0ff }
.hoverTable tr:nth-child(odd) {background: #fff}

/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
    background-color: #99c2ff;
}

/**/
.sb-block.section-with-slider .swiper-container-horizontal {
    overflow:hidden;
}

/**/
.searchform {
    position: relative;
}
.searchform .search_input {
    font-size: 14px;
    border:none;
    border-bottom: 2px solid #DFECFF;
    padding:0 35px 10px 15px;
    width: 100%;
    display: block;
}
.searchform .search_submit {
    position: absolute;
    top: 0;
    right:10px;
    background-color: transparent;
    border:none;
    padding:0;
    cursor: pointer;
}

/****** -----
 * Loader
*/
.loader{
    position: relative;
}
.loader:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DFECFF;
}
.loader:after{
    content: '\2688';
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    line-height: 1;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotating 2s linear infinite;
}
@keyframes rotating{
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}

/**/
a.button-totop {
    right: 10px !important;
    bottom:10px !important;
    transform: rotate(
            -90deg);
    min-width: 60px !important;
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}
a.button-totop.show {
    display: flex;
}
@media (max-width: 991px){
    a.button-totop {
        width:40px;
        height: 40px;
        min-width: 40px !important;
    }
}