/* 
Создано в Protus.BY
© 2019
*/


/* Protus.BY::Основные настройки */

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}

article {
    padding-top: 48px;
    
}

html {
    overflow-x: hidden;
}
img{
    max-width: 100%;
    height: auto;
    
}




/* Protus.BY::Основные настройки:END */

.footerstarkmenu a {
    text-decoration: none;
    color: aliceblue;
}

.docum {
    color: #93C7F9;
    transition: all 0.8s ease;
}

.docum:hover {
    transition: all 0.8s ease;
}


/* Protus.BY::Персоны-начало */

.person {
    display: inline-block;
    position: relative;
}

.hideperson {
    font-size: 18px;
}

.unhideperson {
    opacity: 0;
    font-size: 12px;
    text-align: left;
    transition: all 0.5s ease;
}

.person .person_text {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 10px;
    background: rgba(255, 255, 255, 0.66);
    transition: all 0.5s ease;
    height: 35%;
    overflow: hidden
}
   
    


.person:hover .person_text:hover .hideperson {
    opacity: -1;
    transition: all 0.5s ease;
    
}

.person:hover .person_text:hover .unhideperson {
    opacity: 1;
    transition: all 0.5s ease;
    

}

.person:hover .person_text:hover {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 10px;
    background: rgba(255, 255, 255, 0.66);
    transition: all 0.5s ease;
    
}

.person h6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.menuline {
    box-shadow: 0 5px 11px -10px rgba(0, 0, 0, 0.8);
    color: #fff;
    margin-top: -36px;
    width: 100%;
    height: 24px;
}

.person span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #4B565A;
}


/* Protus.BY::Персоны-конец */


/* Protus.BY::Модульконтакт-начало */

.moduletable h3 {
    display: none;
}

.moduletable {
    background: #FFFDF1;
}

.moduletable form {
    padding: 5px;
}


/* Protus.BY::Модульконтакт-конец */

.textlitleblock {
    padding: 8px;
    color: #4B565A;
    font-family: Roboto;
    font-size: 11px;
}

.logogos {
    transition: all 0.8s ease;
    max-width: none;
}

.logogos:hover {
    transform: scale(1.02) rotate(4deg);
    transition: all 0.8s ease;
}

.headerstarkmenu a {
    text-decoration: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    color: #4B565A;
}

.headerstarkblock:hover {
    background: #FFFDF1;
    transition: all 0.8s ease;
}

.gorline {
    background: #e8e5e5;
    border: 1px solid #E9E4CB;
    box-sizing: border-box;
    transition: all 0.8s ease;
    border-radius: 12px;
}

.gorline:hover {
    background: #fbfff0;
    border: 1px solid #c9e1e8;
    box-sizing: border-box;
    transition: all 0.8s ease;
}

.headerstarkmenu a:hover {
    text-decoration: none;
    color: #127BA8;
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.headerstarkmenu li {
    border: 1px solid #fff;
    font-family: 'Montserrat';
    margin-left: 25px;
    height: 34px;
    transition: all 0.3s ease;
    height: 43px;
}

.headerstarkmenu li:hover {
    background: #FFFDF1;
    border: 1px solid #E9E4CB;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

ul.active {
    color: #63486A;
    transition: all 0.3s ease;
}

.yb {
    font-size: 12px;
    color: black
    
}

.yebtwo {
    font-size: 12px;
    font-weight: 600;
}

.footerstarkmenu a:hover {
    text-decoration: none;
    color: #127BA8;
    transform: scale(1.2);
    transition: all 0.8s ease;
}

.kratsstarks a {
    color: #000;
}

.hr {
    font-size: 17px;
}
@media (min-width: 1199px) {
    .dontshowstarkcontainer {
        display: none;
    }
}


@media (min-width: 768.5px) {
    
    
    
    .logos {
        margin-left: -45px;
    }
    .headerstarkblocks {
        display: none;
    }
    .footer {
        background: url("../images/fon.png") 100% 100% no-repeat;
        background-size: cover;
        width: 100%;
        
        /* времено прижмем */
        bottom: 0px;
    }
    ul.hr li {
        display: inline;
        /* Отображать как строчный элемент */
        margin-right: 5px;
        /* Отступ слева */
        /* border: 1px solid #000;  Рамка вокруг текста */
        padding: 3px;
        /* Поля вокруг текста */
        color: #4B565A;
        font-family: Montserrat;
        font-size: 17px;
        text-align: right;
        /*padding-bottom: 40px;*/
        
    }
    .call{
        display: none;
    }
}

@media (max-width: 420px) {
    .person {
        display: inline-block;
        position: relative;
        margin-top: 45px;
        margin-left: 45px;
    }
}

@media (min-width: 420px) and (max-width: 768px) {
    .person {
        display: inline-block;
        position: relative;
        margin-top: 45px;
        margin-left: 25%;
    }
}

@media (max-width: 768px) {
    .footer {
        background: url("../images/fon.png") 100% 100% no-repeat;
        background-size: cover;
        width: 100%;
        bottom: 0px;
    }
    ul.hr li {
        display: inline;
        /* Отображать как строчный элемент */
        margin-right: 5px;
        /* Отступ слева */
        /* border: 1px solid #000;  Рамка вокруг текста */
        padding: 3px;
        /* Поля вокруг текста */
        color: #4B565A;
        font-family: Montserrat;
        font-size: 17px;
        text-align: left;
        margin: 0;
    }
    .artmenu>.mod-list {
        padding-top: 15px;
    }
    .artmenu>.mod-list {
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
    }
    .roshtishka {
        display: none;
    }
    .bott {
        font-size: 13.5px;
    }
    .footerstarkmenu ul {
        
        background-color: #e2dcdc;
        background: rgba(255, 255, 255, 0.48);
        mix-blend-mode: normal;
        display: flex;
        flex-direction: column;

    }
    
    .footerstarkmenu a {
        font-size: 14.1px;
        padding-top: 10px;
    }
    .footerstarkmenu li {
        padding: -5px;
        ;
    }
    .headerstarkblock {
        display: none;
    }
    .opis {
        margin-left: 70px;
        padding-top: 6px;
        font-size: 10px;
    }
    .headerstarkblocks {
        width: 121px;
        height: 62px;
        left: 1027px;
        margin-left: 25px;
        top: 15px;
        margin-top: 12px;
        background: rgba(255, 255, 255, 0.85);
        font-size: 13px;
    }
}

@media (max-width: 820px) {
    .textorblock {
        color: #4B565A;
        font-family: Roboto;
        font-size: 9px;
    }
    .headerstarkblock {
        transition: all 0.8s ease;
        width: 443px;
        height: 62px;
        left: 1027px;
        margin-left: -40px;
        top: 15px;
        margin-top: 10px;
        background: rgba(255, 255, 255, 0.85);
    }
}

@media (min-width: 1060px) {
    .headerstarkblock {
        transition: all 0.8s ease;
        width: 538px;
        height: 62px;
        left: 1027px;
        top: 15px;
        margin-top: 10px;
        background: rgba(255, 255, 255, 0.85);
    }
    .headermenu {
        margin-left: 38%;
    }
}

@media (min-width: 1360px) {
    .topiblocktext {
        left: 227px;
        padding-left: 200;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .person {
        display: inline-block;
        position: relative;
        margin-top: 45px;
        margin-left: 250px;
    }
}

@media (min-width: 991px) and (max-width: 1060px) {
    .person {
        display: inline-block;
        position: relative;
        margin-top: 45px;
        /*	margin-left:250px; */
    }
}

@media (min-width: 820px) and (max-width: 1060px) {
    .textorblock {
        color: #4B565A;
        font-family: Roboto;
        font-size: 10px;
    }
    .headerstarkblock {
        transition: all 0.8s ease;
        width: 458px;
        height: 62px;
        left: 1027px;
        top: 15px;
        margin-left: -26px;
        margin-top: 10px;
        background: rgba(255, 255, 255, 0.85);
    }
}

@media (max-width: 448px) {
    .opis {
        font-size: 9px;
        left: 125px;
        top: 5px;
    }
}

@media (min-width: 448px) and (max-width: 542px) {
    .opis {
        font-size: 12px;
        top: -9px;
        left: 110px;
    }
}

@media (max-width: 542px) {
    .headerstarkblocks {
        margin-left: 90px;
    }
    .breadcrumbs {
        margin-left: 20px;
    }
}

@media (min-width: 540px) {
    .opis {
        font-size: 13px;
        padding-top: 6px;
    }
}

@media (max-width: 540px) and (max-width: 1222px) {
    .opis {
        margin-left: -40px;
        padding-top: 10px;
    }
}
@media (max-width: 374px){
    .headerstarkblocks {
        display: none;
    }
    

}

@media (max-width: 1200px) {
    .copyriting {
        margin-top: -20px;
    }
}

@media (min-width: 1060px) and (max-width: 1222px) {
    .textorblock {
        color: #4B565A;
        font-family: Roboto;
        font-size: 12px;
    }
}

@media (min-width: 1222px) {
    .textorblock {
        color: #4B565A;
        font-family: Roboto;
        font-size: 13px;
    }
    .opis {
        margin-left: -70px;
        padding-top: 10px;
        font-size: 14px;
    }
}

.header {
    background: url("../images/headerbg.png") 100% 100% no-repeat;
    background-size: cover;
    width: 100%;
    height: 90px;
}

ul.hr {
    margin: 0;
    /* Обнуляем значение отступов */
    padding: 4px;
    /* Значение полей */
}

ul.menu>li:hover>ul.nav-child {
    display: block;
}

ul.nav-child {
    margin-top: 15px;
    width: 100%;
    top: 37px;
    display: none;
    left: 0;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

ul.nav-child>li {
    display: block;
}

ul.nav-child>li>a {
    display: block;
    background: #FFFDF1;
    border: 1px solid #E9E4CB;
    transition: all 0.3s ease;
    text-decoration: none;
}

ul.nav-child>li>a:hover {
    text-decoration: none;
    color: #127BA8;
}

.headerstarkmenu>.mod-list>.active {
    background: #f6ffeb;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    transition: all 0.3s ease;
    padding-bottom: 30px;
}

.active a {
    color: #000010;
}


/* Protus.BY::Вынос */

.art1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #4B565A;
}

.art2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #4B565A;
}

.art3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #000000;
}

.art4 {
    font-family: Roboto;
    font-weight: normal;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    color: #4B565A;
}

.art5 {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    color: #000000;
}

.art6 {
    margin-top: -8px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    color: #93C7F9;
}

.artmenu {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #4B565A;
    width: 100%;
    justify-content: center;
    display: flex;
}

.artoli {
    
    font-family: 'Montserrat';
    font-style: normal;
    line-height: normal;
    font-size: 18px;
    color: #4B565A;
    text-align: center;
}


/* Protus.BY::Cлайдер */

.slederoktitle {
    margin-left: 8%;
    padding-top: 14%;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 36px;
    color: #FFFFFF;
}

.slederoktitlegum {
    margin-left: 8%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #FFFFFF;
}

@media (max-width: 840px) {
    #slider {
        /* Оболочка слайдера */
        width: 100%;
        right: -15px;
        height: 340px;
        overflow: hidden;
        margin-left: -16px;
        position: relative;
    }
}

@media (min-width: 840px) and (max-width: 1492px) {
    #slider {
        /* Оболочка слайдера */
        width: 100%;
        height: 340px;
        overflow: hidden;
        margin-left: -16px;
        position: relative;
    }
}

@media (min-width: 1492px) {
    #slider {
        /* Оболочка слайдера */
        width: 110%;
        height: 340px;
        overflow: hidden;
        margin-left: -16px;
        position: relative;
    }
}

.sliderok {
    background-image: url("../images/s/2c80a09457317240335c68d6d7d5d002.png");
    width: 100%;
    height: 340px;
    ;
}

.sliderok2 {
    background-image: url("../images/s/5.jpg");
    width: 100%;
    height: 340px;
    background-size: contain;
    background-repeat: round;
}

#slider-wrap {
    /* Оболочка слайдера и кнопок */
    width: 100%;
}

.slide {
    /* Слайд */
    width: 110%;
    height: 100%;
}

.sli-links {
    /* Кнопки смены слайдов */
    margin-top: 10px;
    text-align: center;
}

.sli-links .control-slide {
    margin: 2px;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/s/radioBg.png) center bottom no-repeat;
}

.sli-links .control-slide:hover {
    cursor: pointer;
    background-position: center center;
}

.sli-links .control-slide.active {
    background-position: center top;
}

#prewbutton,
#nextbutton {
    /* Ссылка "Следующий" и "Педыдущий" */
    display: block;
    width: 59px;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    text-indent: -999px;
    background: url(../images/s/arrowBg.png) left center no-repeat;
    opacity: 0.8;
    z-index: 3;
    outline: none !important;
}

#prewbutton {
    left: 10px;
}

#nextbutton {
    right: 10px;
    background: url(../images/s/arrowBg.png) right center no-repeat;
}

#prewbutton:hover,
#nextbutton:hover {
    opacity: 1;
}
.custom{
    color: aliceblue;
}
.blog{
    width: 100%;
    /* padding: 20px; */
}
.blog ol{
    padding-left: 15px;
}
.navbar{
    margin-bottom: 10px;
}
.pagination-centered > ul{
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border-color: #dcd5d5;
    border: solid 1px #dcd5d5;
    padding: 10px;
}
.pagination-centered > ul>li {
    list-style: none;
    
}
.price{
    overflow-x: scroll;

}
.call{
    margin-left: 2px;
    font-family: inherit;
    font-size: small;
}
.tabl{
    white-space: nowrap;
    height: 270px;
}
.container>.container>.row>.blog{
    min-height: 400px;
}




