body {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 1.42857143;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #000000;
}

h1,.h1 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0px;
}

h2,.h2 {
    font-size: 20px;
    line-height: 26px;
}
h3,.h3 {
    font-size: 18px;
    line-height: 26px;
}


/* ---------------------------------- */
/* Стили элементов сайта               */
/* ---------------------------------- */

.description {
    color: rgba(0, 0, 0,0.54);
}

a.btn {
    text-decoration: none;
    border-bottom: none;
} 

.btn.btn-blue {
    background-color: #2a98d3;
    box-shadow: 2px 3px 6.96px 1.04px rgba(0, 0, 0, 0.15);
}
.btn.btn-blue:hover {
    background-color: #41a7de;
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.21);
}
.btn.btn-blue:active,
.btn.btn-blue:focus{
    background-color: #57b7eb;
}

.btn.btn-white {
    background-color: #fcfeff;
    color: #0a0a0a;
    box-shadow: 1px 1px 4.7px 1px rgba(0, 0, 0, 0.24);
}
.btn.btn-white:active,
.btn.btn-white:focus{
    background-color: #f5f7f8;
}
.btn.btn-white:hover{
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.21);
}

.btn.btn-orange {
    background-color: #ff6600;
    color: #fff;
}
.btn.btn-orange:hover {
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.21);
}

.btn.btn-orange-light,
.dropdown.open .btn.btn-orange-light{
    background-color: #aabb00;
    color: #fff;
}
.btn.btn-orange-light:hover {
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.21);
}

.picture {
    display: flex;
    justify-content: center;
    align-items: center;
}

.picture > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 60px;

    color: #2a98d3;
    text-decoration: none;
    /*border-bottom: 1px solid #2a98d3;*/
}

a:focus,
a:hover{
    text-decoration: none;
    /*border-bottom: 1px solid #0d47a1;*/
    color: #0d47a1;
}

a.btn:focus,
a.btn:hover{
    border-bottom: none;
}

ul, ol {
    padding: 0px;
}

ul li {
    list-style: none;
    position:relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

ul > li:before {
    position: absolute;
    top: 5px;
    left: 0px;
    content:" ";
    display: block;
    width: 6px;
    height: 6px;
     border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #2a98d3;
}

ol > li {
    list-style-type: none;
    counter-increment: list;
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

ol > li:before {
    content: counter(list) ".";
    position: absolute;
    top: 0px;
    left: 0px;
    color: #2a98d3;
    font-weight: 500;
}


/* ---------------------------------- */
/* Блоки                              */
/* ---------------------------------- */

.b1t-ymservice-block {
    background: #ffffff;
    padding: 20px;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.b1t-ymservice-block,
.b1t-ymservice-block.no-hover-shadow:hover,
.b1t-ymservice-block.no-hover-shadow.active{
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.12), 1px 2px 4px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.12), 1px 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 0 4px rgba(0,0,0,.12), 1px 2px 4px rgba(0,0,0,.08);
}

.b1t-ymservice-block:hover {
    box-shadow: 4px 5px 18.92px 1.28px rgba(0, 0, 0, 0.18); 
    -moz-box-shadow: 4px 5px 18.92px 1.28px rgba(0, 0, 0, 0.18); 
    -webkit-box-shadow: 4px 5px 18.92px 1.28px rgba(0, 0, 0, 0.18); 
}

.b1t-ymservice-block.active {
    -webkit-box-shadow: 11px 18px 56px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 11px 18px 56px 4px rgba(0,0,0,.24);
    box-shadow: 11px 18px 56px 4px rgba(0,0,0,.24);
}


.b1t-ymservice-silver-block,
.b1t-ymservice-red-block {
    background: #f7f8f9;
    padding: 10px 20px;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    line-height: 1.75;
}

.b1t-ymservice-red-block {
    background: #ffebed;
}


@media only screen and (max-width: 767px) {
    
    .b1t-ymservice-silver-block,
    .b1t-ymservice-red-block {
        line-height: inherit;
        
        padding: 10px;
        
        font-size: 14px;
    }
    
}

/* ---------------------------------- */
/* Размеры шрифтов                    */
/* ---------------------------------- */

.font-size-14px {
    font-size: 14px;
}
.font-size-13px {
    font-size: 13px;
}
.font-size-12px {
    font-size: 12px;
}

/* ---------------------------------- */
/* Цитата                             */
/* ---------------------------------- */
.b1t-ymservice-block-quote {
    padding-left: 55px;
    position:relative;
}

.b1t-ymservice-block-quote:before {
    position:absolute;
    content:" ";
    display: block;
    top: 10px;
    left: 0px;
    width: 40px;
    height: 2px;
    background: #2a98d3;
}

@media only screen and (max-width: 767px) {
    
    .b1t-ymservice-block-quote {
        padding-left: 35px;
    }
    
    .b1t-ymservice-block-quote:before {
        width: 25px;
    }
    
}

/* ---------------------------------- */
/* Блок с текстом и картинками        */
/* ---------------------------------- */

.b1t-ymservice-text-images-block img {
    max-width: 100%; 
    width: auto\9; 
    width: auto; 
}

.panner img{
  max-width: 100%;
}


/*------------------------------ additional rules set */
/* rules for branded repair blocks */
div.row div.item-wrapper {
    height: 100%;
}

.button-wrapper {
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 992px) {
    .col-md-auto {
        float: left;
        width: auto;
    }
}

/* ---------------------------------- */
/* Блок с логотипами на главной странице */
/* ---------------------------------- */

.brand-img__wrapper .brand-hover {
    display: none;
}

.brand-img__wrapper:hover *:not(.brand-hover) {
    display: none;
}

.brand-img__wrapper:hover .brand-hover {
    display: block;
}


.b1t-ymservice-block.warranty-buy-item-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.b1t-ymservice-block.warranty-buy-item-block .btn-blue {
    border-radius: 0px;
}
