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 {
    background-color: #aabb00;
    color: #fff;
}
.btn.btn-orange-light:hover {
    box-shadow: 3px 5px 18px 0px rgba(0, 0, 0, 0.21);
}

a {
    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);
}

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

.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; 
}

.se-courses__card-short{
    height: auto!important;
    padding-top: 15px!important;
    padding-bottom: 0!important;
}


.location-icon:before{
    background-image: url(/bitrix/templates/ymservice/images/icons/location.png) !important;
}
.status-icon:before{
    background-image: url(/bitrix/templates/ymservice/images/icons/status-min.png) !important;
}
.logos-slider.owl-theme .owl-controls .owl-buttons .owl-prev,
.logos-slider.owl-theme .owl-controls .owl-buttons .owl-next,
.slider-partners.owl-theme .owl-controls .owl-buttons .owl-prev,
.slider-partners.owl-theme .owl-controls .owl-buttons .owl-next
{
    height: 40px;
}
.logos-slider.owl-theme .owl-controls .owl-buttons .owl-prev,
.slider-partners.owl-theme .owl-controls .owl-buttons .owl-prev
{
    background-image: url(images/arrow_slider_left.png) !important;
}
.logos-slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.slider-partners.owl-theme .owl-controls .owl-buttons .owl-prev:hover
{
    background-image: url(images/arrow_slider_left_hover.png) !important;
}

.logos-slider.owl-theme .owl-controls .owl-buttons .owl-next,
.slider-partners.owl-theme .owl-controls .owl-buttons .owl-next
{
    background-image: url(images/arrow_slider_right.png) !important;
}
.logos-slider.owl-theme .owl-controls .owl-buttons .owl-next:hover,
.slider-partners.owl-theme .owl-controls .owl-buttons .owl-next:hover
{
    background-image: url(images/arrow_slider_right_hover.png) !important;
}
