.nav-footer-block ul li ul {
    padding: 20px 0 0px 25px;
}
.mobile__menuContainer {
    overflow-y: scroll;
}
.nav-header-block li ul{
    padding-bottom: 0px;
}
.row-title-price{
    display: block;
}
.row-title {
    text-align: center;
}
.products-item .yellow-btn {
    display: block;
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    text-align: center;
    font-family: gilroySemibold;
}
.products-item {
    display: flex;
    flex-direction: column;
}
.row-title-price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
}
.why-subtitle{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.why-item-title {
    font-size: 20px;
    text-shadow: 1px 0 1px rgba(0, 20, 83, 1), 0 1px 1px rgba(0, 20, 83, 1), -1px 0 1px #000, 0 -1px 1px rgba(0, 20, 83, 1);
    margin-bottom: 10px;
}
.why-item{
    font-size: 14px;
}
.why-need{
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.why-need-item{
    text-transform: uppercase;
    font-family: gilroyBold;
    font-size: 20px;
    color: rgba(95, 142, 168, 1);
    letter-spacing: 0.5px;
    line-height: 34px;
}
.why-need-item:nth-of-type(1){
    margin-right: 0;
    width: 50%;
    text-align: center;
    animation: flash;
    animation-duration: 1s;
    animation-delay: 0s;
}
.why-need-item:nth-of-type(2){
    margin-right: 0;
    width: 50%;
    text-align: center;
}
.why-need-item:nth-of-type(3){
    width: 100%;
    text-align: center;
    animation: flash;
    animation-duration: .5s;
    animation-delay: 1s;
}
.why-need-item:nth-of-type(4){
    width: 100%;
    animation: flash;
    animation-duration: .5s;
    animation-delay: 2s;
}
/* ================ */
.nav-header-block li ul {
    padding: 20px 20px 0px 25px;
}
/* ================ */
.transparent-text-block ul{
    list-style: none;
}
.transparent-text-block ul li{
    position: relative;
}
.transparent-text-block ul li:before{
    position: absolute;
    left: -9px;
    top: -2px;
    content: url(../img1/circle-list.svg);
    width: 4px;
    height: 4px;
}
/* ================ */
/* .sprTextBlock3{
    background: url(../img1/reasons-bg.png) no-repeat 100% 75px;
} */
/* ================ */
.text-white-bg ul.cities-list li:before{
    content: none;
}
.text-white-bg ul.cities-list{
    list-style: square;
    padding-left: 30px;
}
.text-white-bg ul.cities-list li{
    padding-left: 0;
}
/* ================ */
.prices{
    width: 100%;
}
tr.price-header{
    background: #5f8ea8;
}
tr.price-header td{
    padding: 15px;
    color: #FFF;
    font-size: 120%;
    font-weight: 700;
    text-align: center;
}
.price-book:nth-child(even) {
    background-color: #F1F4F9;
}
.price-book td{
    min-width:120px;
}
.prices a {
    color: #999;
    display: block;
    padding: 15px;
}
.price-book:hover {
    background: #d6e5ed;
}
/* ================ */
h2, .h2{
    text-transform : uppercase;
}
.grayBg{
    background: rgba(95,142,168,.1);
}
/* ================ */
.rub {
	font-weight: bold;
    vertical-align: middle;
    border-bottom: 0.07em solid;
    line-height: 0.3em;
    display: inline-block;
    width: 0.5em;
    position: relative;
    top: -2px;
}
/* ================ */
.mobile__menuContainer .nav-list li.active>a{
    font-weight: bold;
}

.mobile__menuContainer .nav-list a.menu-category{
    background: #5f8ea8;
    color: #FFF;
    display: block;
    padding: 5px;
    position: relative;
}
.mobile__menuContainer .nav-list a.menu-category svg{
    position: absolute;
    right: 0;
    top:3px;
}
.mobile__menuContainer .nav-list a.menu-category.opened svg{
    transform: rotate(180DEG);
}
ul.cat-m{
    display: none;
}
ul.cat-m a{
    border-bottom: 1px dashed;
    padding-bottom: 5px;
}
ul.cat-m li:last-child a{
    border-bottom: none;
    padding-bottom: 0px;
}

/* ================ */


/* ======== Go media ======== */
@media only screen and (max-width:1200px){
    .sprTextBlock3{ background: none; }
    .sprTextBlock3 br{ display: none; }
}
/* ======= /1200 ========= */
@media only screen and (max-width:992px){
    .reason-item-text br {
        display: none;
    }
    .reasons-block{
        gap:20px;
    }
    .why-need-item:nth-of-type(1), .why-need-item:nth-of-type(2), .why-need-item:nth-of-type(3), .why-need-item:nth-of-type(4){
        width: 100%;
        text-align: left;
    }
    .why-need-item {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 15px;
    }
}/* ======= / end 992========= */

@media only screen and (max-width:768px){
    .products-item:last-child{
        display: none;
    }
}/* ======= / end 768 ========= */