* {
    margin: 0;
    padding: 0
}

body {
    font-family: "Roboto", "Arial", sans-serif
}

body,
html {
    position: relative;
    height: 100%
}

.btn-close-nav {
    width: 14px;
    height: 14px;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.9 9.9' fill='%23163273'%3E%3Cpath class='st0' d='M1.4 0l8.5 8.5-1.4 1.4L0 1.4 1.4 0z'/%3E%3Cpath class='st0' d='M8.5 0l1.4 1.4-8.5 8.5L0 8.5 8.5 0z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    border: none
}

.btn-mobile {
    z-index: 20;
    width: 18px;
    height: 12px;
    position: relative;
    border: none;
    background: 0 0
}

.btn-mobile__line {
    height: 2px;
    background-color: #000;
    position: absolute;
    width: 18px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -9px;
    -webkit-transition: all;
    transition: all
}

.btn-mobile__line:after,
.btn-mobile__line:before {
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    background-color: #000;
    position: absolute;
    -webkit-transition: all 200ms;
    transition: all 200ms
}

.btn-mobile__line:after {
    top: -5px
}

.btn-mobile__line:before {
    top: 5px
}

.contact-item {
    padding-left: 20px;
    color: #999;
    font-size: 14px;
    background-repeat: no-repeat
}

.contact-item_icon_phone {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23c62828'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
    background-size: 14px;
    background-position: left top 3px
}

.footer {
    margin-top: 50px;
    width: 100%;
    background-color: #222;
}
.footer__container, .footer__info-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer__container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer__info-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer__info-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

:root .footer__info-content, _:-ms-fullscreen {
    width: 340px;
}

.footer__menu {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 1px solid #2f2f2f;
}

.footer__contacts, .footer__logo {
    margin-bottom: 30px;
    max-width: 100%
}

.footer__logo {
    margin-bottom: 20px;
    display: block;
}

.footer__contact-item {
    padding-left: 22px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    color: #aaa
}

.footer__contact-item_icon_phone {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23828282'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
    background-size: 14px;
    background-position: left top 3px
}

.grid-card__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.grid-card__item {
    background-color: #fff;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 2px solid #eee;
    -webkit-transition: border .15s linear;
    transition: border .15s linear
}

.grid-card__item:hover {
    border-color: #ec1111
}

.grid-card__svg {
    max-width: 100%;
    max-height: 100%
}

.grid-card__svg {
    color: #999;
    -webkit-transition: color .15s linear;
    transition: color .15s linear;
    fill: currentColor
}

.grid-card__item:focus .grid-card__svg,
.grid-card__item:hover .grid-card__svg {
    color: #ec1111
}

.grid-card_type_short-name .grid-card__item {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    .grid-card_type_short-name .grid-card__item {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:768px) {
    .grid-card_type_short-name .grid-card__item {
        padding: 5px 10px
    }
}

@media (min-width:768px) and (max-width:1199px) {
    .grid-card_type_short-name .grid-card__item {
        width: 50%;
        width: calc(33.33333333% - 6.66666667px);
        margin-right: 10px;
        margin-top: 10px
    }
    .grid-card_type_short-name .grid-card__item:nth-child(3n) {
        margin-right: 0
    }
    .grid-card_type_short-name .grid-card__item:nth-child(-n+3) {
        margin-top: 0
    }
}

@media only screen and (min-width:1200px) {
    .grid-card_type_short-name .grid-card__item {
        width: 33.33333333%;
        width: calc(25% - 7.5px);
        margin-right: 10px;
        margin-top: 10px
    }
    .grid-card_type_short-name .grid-card__item:nth-child(4n) {
        margin-right: 0
    }
    .grid-card_type_short-name .grid-card__item:nth-child(-n+4) {
        margin-top: 0
    }
}

.grid-card_type_short-name .grid-card__svg {
    width: 32px;
    height: 32px;
    margin-right: 10px
}

@media only screen and (min-width:768px) {
    .grid-card_type_short-name .grid-card__svg {
        width: 56px;
        height: auto;
        max-height: 34px
    }
}


.grid-card_type_short-name .grid-card__name {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: left;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555;
    -webkit-transition: color .15s;
    transition: color .15s
}

@media only screen and (min-width:768px) {
    .grid-card_type_short-name .grid-card__name {
        font-size: 16px
    }
}

.header-catalog__wrapper {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:768px) {
    .header-catalog__wrapper {
        min-height: 70px
    }
}

.header-catalog__panel {
    background-color: #222
}


.header-catalog__menu {
    margin-right: 20px
}

@media only screen and (min-width:1024px) {
    .header-catalog__menu {
        margin-right: 30px
    }
}

.header-catalog__search-form {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (min-width:768px) {
    .header-catalog__search-form {
        max-width: 60%
    }
}

@media only screen and (min-width:1024px) {
    .header-catalog__search-form {
        max-width: 48%
    }
}

@media only screen and (min-width:1200px) {
    .header-catalog__search-form {
        max-width: 56% /* without catalogs */
    }
}

.header-nav {
    position: relative;
    z-index: 4;
    /*padding: 20px 0;*/
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

/*@media (min-width:768px) and (max-width:1024px) {*/
    /*.header-nav {*/
        /*padding: 30px 0 20px*/
    /*}*/
/*}*/

/*@media only screen and (min-width:1025px) {*/
    /*.header-nav {*/
        /*padding: 40px 0*/
    /*}*/
/*}*/


.header-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) and (max-width:1024px) {
    .header-nav__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.header-nav__menu {
    width: 100%
}

@media (min-width:768px) and (max-width:1024px) {
    .header-nav__menu {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 30px;
        padding-top: 30px;
        position: relative
    }
    .header-nav__menu::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        height: 1px;
        left: -15px;
        right: -15px;
        background-color: #eee
    }
}

@media only screen and (min-width:1025px) {
    .header-nav__menu::after {
        display: none
    }
}

.header-nav__logo {
    padding-right: 20px
}

.header-nav__picture {
    display: block
}

.header-nav__img,
.header-nav__picture {
    max-height: 70px;
    max-width: 250px
}

@media only screen and (min-width:1024px) {
    .header-nav__img,
    .header-nav__picture {
        max-height: 75px
    }
}

.header {
    display: block;
    background-color: #f5f5f5;
    position: relative;
    z-index: 5
}

.header__wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__contact-wrapper,
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__contact-wrapper {
    padding: 10px 0;
    white-space: nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-flex: 1
}



.header__contact {
    margin-right: 32px;
    display: inline-block;
    vertical-align: middle
}

@media (min-width:768px) and (max-width:1024px) {
    .header__contact {
        font-size: 13px;
        margin-right: 20px
    }
}

.header__contact:last-child {
    margin-left: 0
}

select {
    height: 36px
}

input::-ms-clear {
    display: none
}

textarea {
    border: 1px solid #e0e0e0;
    padding: 5px;
    color: #333;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.datetime__control {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='%23000000'%3E%3Cdefs%3E%3Cstyle%3E.cls-1{fill-rule:evenodd}%3C/style%3E%3C/defs%3E%3Cpath id='calendar' class='cls-1' d='M913.406 513.588v-1.6h-1.6v1.6h-4v-1.6h-1.6v1.6h-4v-1.6h-1.6v1.6h-1.6v14.4h16.017v-14.4h-1.6zm0 12.8h-12.813v-9.6h12.813v9.6z' transform='translate(-899 -512)'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    width: 16px;
    height: 16px;
    background-size: contain;
    cursor: pointer
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.menu-catalog__item:hover .menu-catalog-sub {
    display: block
}

.menu-catalog {
    position: relative
}

.menu-catalog__list {
    position: absolute;
    left: 0;
    min-width: 100%;
    background-color: #fff;
    top: 100%;
    margin: 0;
    list-style: none;
    padding: 10px 11px 10px 10px;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 200ms;
    transition: 200ms;
    z-index: 4
}

/*@media only screen and (max-width:1023px) {*/
    /*.menu-catalog__btn-title {*/
        /*display: none*/
    /*}*/
/*}*/

.menu-catalog__btn {
    vertical-align: middle;
    border: none;
    min-width: 90px;
    background-color: #ec1111;
    min-height: 45px;
    height: 100%;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    outline: none
}

@media only screen and (min-width: 768px) {
    .menu-catalog__btn {
        min-width: 140px;
        min-height: 70px;
        font-size: 18px;
    }
}



@media only screen and (min-width:1024px) {
    .menu-catalog__btn::after {
        content: "";
        position: absolute;
        left: 45px;
        margin-top: -5px;
        margin-left: 0px;
        top: 50%;
        width: 18px;
        height: 2px;
        background: #fff;
        box-shadow: 0 5px 0 0 #fff, 0 10px 0 0 #fff
    }
    .menu-catalog__btn {
        padding: 10px 50px 10px 80px
    }
}

.menu-catalog--show .menu-catalog__btn {
    z-index: 101
}

.menu-catalog--show .menu-catalog__list {
    visibility: visible;
    opacity: 1;
    z-index: 101
}

.menu-catalog-sub__link,
.menu-catalog__link {
    color: #655;
    -webkit-transition: background .15s linear;
    transition: background .15s linear;
    font-size: 15px;
    padding: 15px 18px;
    display: block;
    position: relative
}

.menu-catalog__arrow {
    position: absolute;
    width: 5px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    right: 6px;
    fill: currentColor
}

.menu-catalog__link::after,
.menu-catalog__link::before {
    content: "";
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
    position: absolute;
    left: 100%;
    width: 8px;
    height: 50%;
    opacity: 0
}

.menu-catalog__link::before {
    top: 0;
    background: -webkit-linear-gradient(bottom left, #f5f5f5 50%, transparent 51%);
    background: linear-gradient(to top right, #f5f5f5 50%, transparent 51%)
}

.menu-catalog__link::after {
    bottom: 0;
    background: -webkit-linear-gradient(top left, #f5f5f5 50%, transparent 51%);
    background: linear-gradient(to bottom right, #f5f5f5 50%, transparent 51%)
}

.menu-catalog-sub__link:hover,
.menu-catalog__link:hover {
    background-color: #f5f5f5;
    color: #ec1111;
    text-decoration: none
}

.menu-catalog-sub__link:hover::after,
.menu-catalog-sub__link:hover::before,
.menu-catalog__link:hover::after,
.menu-catalog__link:hover::before {
    opacity: 1
}

.menu-catalog-sub {
    list-style: none;
    padding: 10px 11px 10px 10px;
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 0;
    min-height: 100%;
    left: 100%;
    border-left: 1px solid #eee
}

.menu-footer,
.menu-footer__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.menu-footer__group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 1px solid #2f2f2f;
    padding: 0 20px
}

@media only screen and (min-width:1024px) {
    .menu-footer__group {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.menu-footer__group:last-child {
    border-right: none
}

.menu-footer__title {
    font-size: 16px;
    font-weight: 500;
    color: #ddd;
    margin-bottom: 20px;
}


.menu-footer__list,
ul.menu-footer__list {
    list-style-type: none;
    margin-bottom: 30px;
}

.menu-footer__item {
    display: block;
    padding: 7px 0 7px 10px;
    position: relative
}

.menu-footer__item::after {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 14px;
    width: 10px;
    height: 6px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='%26%23x421;%26%23x43B;%26%23x43E;%26%23x439; 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.99 12' fill='%23aaaaaa'%3E%3Ctitle%3Earrow%3C/title%3E%3Cpath class='cls-1' d='M7 1.41L2.67 6 7 10.59 5.66 12 0 6l5.66-6z'/%3E%3C/svg%3E");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 3px
}

.menu-footer__link {
    font-size: 14px;
    color: #aaa
}

.mobile-contacts {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mobile-contacts__phone,
.mobile-contacts__skype {
    color: #999;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 13px;
    padding-left: 20px
}

.mobile-menu {
    margin-top: 17px;
    list-style: none
}

.mobile-menu-sub {
    list-style: none;
    display: none
}


.mobile-menu__link {
    border-top: 1px solid #f5f5f5;
    margin-bottom: -1px;
    position: relative
}

.mobile-menu__item--dropdown .mobile-menu__link:after {
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -2px;
    background-image: url(/public/img/ico-mobile-menu-arrow.png);
    background-repeat: no-repeat;
    background-position: right
}

.mobile-menu-sub {
    background-color: #f5f5f5
}

.mobile-menu-sub__link,
.mobile-menu__link {
    padding: 10px 35px;
    font-size: 14px;
    color: #222;
    display: block
}

.mobile-nav {
    white-space: nowrap;
    -webkit-transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms
}

.mobile-nav
 {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}


.mobile-nav__item {
    border-top: 1px solid transparent;
    display: inline-block;
    margin-right: -4px;
    width: 100%;
    vertical-align: top
}

.mobile-nav__title {
    font-size: 20px;
    color: #222;
    position: relative;
    font-weight: 500;
    margin-top: 18px;
    margin-bottom: 15px
}

.mobile-nav__header {
    padding: 0 30px
}

.navbar-push {
    display: none;
    overflow: hidden;
    top: 0;
    right: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    -webkit-transition: z-index 0s ease .5s;
    transition: z-index 0s ease .5s
}


.navbar-push__inner {
    background-color: #fff;
    width: 290px;
    height: 100%;
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    position: relative;
    z-index: 10;
    overflow: hidden
}

.navbar-push__close {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 1;
    background-color: rgba(255, 255, 255, .7)
}

@-webkit-keyframes progress-bar-stripes {
    0% {
        background-position: 10px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 10px 0
    }
    to {
        background-position: 0 0
    }
}

.search-form {
    position: relative
}

.search-form__input {
    background-color: #000;
    border-radius: 0;
    padding: 0 72px 0 42px !important;
    height: 35px;
    border: none;
    font-size: 13px;
    text-overflow: ellipsis;
    color: #bbb;
    -webkit-transition: border .1s linear;
    transition: border .1s linear;
    width: 100%
}

.search-form__input:focus {
    outline: none
}

@media only screen and (min-width:768px) {
    .search-form__input {
        padding: 0 55px 0 56px !important;
        height: 50px;
        font-size: 14px
    }
}

.search-form__input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #000;
    -webkit-text-fill-color: #bbb;
    color: #bbb
}

.search-form__submit {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23FFF'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    background-color: transparent;
    width: 40px;
    position: absolute;
    right: 0;
    height: 26px;
    border: none;
    top: 50%;
    margin-top: -13px;
    border-left: 1px solid #333
}

@media only screen and (min-width:768px) {
    .search-form__submit {
        width: 47px
    }
}

.search-form__submit:focus {
    outline: none
}

.search-form__input-group {
    position: relative
}

@media (min-width:1024px) {
    select {
        height: 44px
    }
}

.shadow {
    background-color: #222;
    position: fixed;
    top: 0;
    width: 0;
    height: 0;
    z-index: 100;
    opacity: 0;
    -webkit-transition: opacity .3s ease, width 0s ease .3s, height 0s ease .3s;
    transition: opacity .3s ease, width 0s ease .3s, height 0s ease .3s
}

.shadow--open {
    width: 100%;
    height: 100%;
    opacity: .4;
    -webkit-transition: opacity .3s ease .01s;
    transition: opacity .3s ease .01s
}

.top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (min-width:1024px) {
    .top-nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        position: relative;
        top: 10px
    }
}

@media only screen and (min-width:1200px) {
    .top-nav {
        margin-right: 50px;
        margin-left: 30px
    }
}


.top-nav__item:first-child {
    margin-left: 0
}

.top-nav__item {
    list-style-type: none;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    padding-bottom: 15px;
    border-bottom: 3px solid transparent
}




.top-nav__link {
    color: #000;
    font-size: 17px;
    vertical-align: middle
}

@media (max-width:1024px) and (min-width:768px) {
    .top-nav__link {
        font-size: 15.8px
    }
}

.top-nav__link:hover {
    color: #ec1111;
    text-decoration: none
}


.top-nav__item:hover {
    border-color: #c03232
}

@media only screen and (max-width:1280px) {
    .container {
        width: auto
    }
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh
}


h1 {
    font-size: 32px;
    font-weight: 500;
    margin-top: 0
}

a {
    color: #ec1111;
}

a:active,
a:focus,
a:hover {
    color: #ec1111;
    text-decoration: none
}

.search-error::-webkit-input-placeholder {
    color: #a42121
}


.search-error:-ms-input-placeholder {
    color: #a42121
}

.footer__bottom {
    padding: 13px;
    background-color: #222
}

.copyright-company {
    color: #777;
    font-size: 13px
}


@media (min-width:768px) and (max-width:1023px) {
    .container {
        padding: 0 15px
    }
}

.footer__bottom {
    padding: 7px 13px;
    text-align: center
}
.mobile-nav__footer {
    padding: 0 30px;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .03)
}


.btn-close-nav {
    width: 14px;
    height: 14px;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.9 9.9' fill='%23163273'%3E%3Cpath class='st0' d='M1.4 0l8.5 8.5-1.4 1.4L0 1.4 1.4 0z'/%3E%3Cpath class='st0' d='M8.5 0l1.4 1.4-8.5 8.5L0 8.5 8.5 0z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    border: none;
}

.btn {
    background-color: #c62828;
    color: #fff;
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    padding: 8.5px 15px;
    cursor: pointer;
    transition: background-color 200ms;
    border: 1px solid #c62828;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn:active,
.btn:focus,
.btn:hover {
    background-color: #f44336;
    color: #fff;
    border-color: #f44336;
}

.contact-item {
    padding-left: 20px;
    color: #999;
    font-size: 14px;
    background-repeat: no-repeat;
}

.contact-item_icon_phone {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23c62828'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
    background-size: 14px;
    background-position: left top 3px;
}

input::-ms-clear {
    display: none;
}

input[type=password]:focus,
input[type=text]:focus {
    box-shadow: 0 0 0 1px #999 inset;
    outline: none;
    border-color: #999;
}

input[type=password]:hover,
input[type=text]:hover {
    border: 1px solid #999;
}


.btn {
    background-color: #ec1111;
    border: 1px solid #ec1111;
}

.btn:active,
.btn:focus,
.btn:hover {
    background-color: #ec1111;
    border-color: #ec1111;
}

a:active,
a:focus,
a:hover {
    color: #ec1111;
    text-decoration: none;
}

.contact-item_icon_phone {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23ec1111'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}

.navbar-push--open {
    z-index: 105;
    transition: none;
}

.navbar-push__inner--show {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.no-found {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}

.no-found__bg {
    max-width: 397px;
    height: 0;
    padding-top: 62.72%;
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 50px;
    background-image: url(/img/404.png);
}

.no-found__bg, .no-found_error_default .no-found__bg {
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.content-page h1 {
    font-size: 32px;
    margin-bottom: 26px;
    font-weight: 500;
}

.no-found__h1 {
    padding-bottom: 25px;
}

.no-found__text {
    font-size: 20px;
    line-height: 30px;
}

.breadcrumbs-line {
    background-color: #f8f8f8;
    padding: 16px 0;
}

.breadcrumbs {
    list-style: none;
}

.breadcrumbs__item,
.breadcrumbs__link {
    font-size: 13px;
    color: #666;
    display: inline-block;
}

.breadcrumbs__item {
    margin-right: 8px;
    background-image: url(/img/ico-breadcrumbs.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 12px;
}

.breadcrumbs__item:hover {
    text-decoration: none;
}

.breadcrumbs__item-end {
    color: #ccc;
    background-image: none;
}

.breadcrumbs__item-end .breadcrumbs__link {
    color: #ccc;
    background: 0 0;
    pointer-events: none;
}

.arrow_top {
    background: url(../img/top.png) no-repeat;
    cursor: pointer;
    width: 41px;
    height: 19px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.header-catalog__panel--fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.warning {
    margin-top: 25px;
    background-color: #f5f5f5;
    border-left: 5px solid #ec1111;
    padding: 20px;
}

/* search */

.dc-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #222;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width:520px) {
    .dc-card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.dc-card:focus,
.dc-card:hover {
    text-decoration: none;
    color: #222;
}

.dc-card__image {
    display: block;
    position: relative;
    height: 100px;
    text-align: center;
    overflow: hidden;
    min-width: 100px;
    max-width: 100px;
    padding-right: 10px;
}

@media only screen and (min-width:520px) {
    .dc-card__image {
        padding-right: 0;
    }
}

@media only screen and (min-width:600px) {
    .dc-card__image {
        margin-bottom: 20px;
    }
}

.dc-card__image--no-image {
    background-color: #f5f5f5;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 40' fill='%23eee'%3E%3Cpath class='st0' d='M0 12.2V34c0 3.3 2.7 6 6.1 6h37.8c3.4 0 6.1-2.7 6.1-6V12.2c0-3.2-2.6-5.7-5.8-5.7h-8.1l-.2-.8C35.1 2.3 32.1 0 28.6 0h-7.2c-3.5 0-6.5 2.3-7.3 5.7l-.2.8H5.8C2.6 6.5 0 9.1 0 12.2zM14.9 9c.6 0 1.1-.4 1.2-1l.4-1.8C17 4 19 2.4 21.3 2.4h7.2c2.3 0 4.3 1.5 4.8 3.8l.6 1.8c.1.6.6 1 1.2 1h9.1c1.8 0 3.3 1.5 3.3 3.3V34c0 2-1.6 3.6-3.6 3.6H6.1c-2 0-3.6-1.6-3.6-3.6V12.2C2.5 10.4 4 9 5.8 9h9.1z'/%3E%3Cpath class='st0' d='M8.5 12.6c.9 0 1.7.7 1.7 1.6 0 .9-.7 1.6-1.7 1.6-.9 0-1.7-.7-1.7-1.6 0-.9.7-1.6 1.7-1.6zM25 33.7c5.8 0 10.5-4.6 10.5-10.3C35.5 17.6 30.8 13 25 13s-10.5 4.6-10.5 10.3c0 5.7 4.7 10.4 10.5 10.4zm0-18.3c4.4 0 8 3.5 8 7.9 0 4.3-3.6 7.9-8 7.9s-8-3.5-8-7.9c0-4.3 3.6-7.9 8-7.9z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px;
}

@media only screen and (min-width:520px) {
    .dc-card__image--no-image {
        width: 100%;
    }
}

.dc-card__picture {
    object-fit: cover;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    height: 100%;
}

.dc-card__data {
    display: block;
    overflow: hidden;
    padding-left: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media only screen and (min-width:520px) {
    .dc-card__data {
        padding-left: 0;
    }
}

.dc-card__title {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    min-height: 19px;
}

@media only screen and (min-width:600px) {
    .dc-card__title {
        font-size: 16px;
        margin-bottom: 16px;
        min-height: 22px;
    }
}

.dc-card__characters {
    font-size: 13px;
    width: 100%;
}

@media only screen and (min-width:520px) {
    .dc-sugg--rows .dc-card__image {
        margin-bottom: 0;
        margin-right: 20px;
        height: 100px;
        width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }
    .dc-sugg--rows .dc-card__picture {
        height: 100%;
    }
}

.dc-characters__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 1px;
}

.dc-characters__prop-name, .dc-prop-name-nohide {
    color: #767676;
    width: 65%;
    padding-right: 10px;
    box-sizing: border-box;
    display: inline-block;
    white-space: normal;
    word-wrap: break-word;
}

.dc-characters__prop-value, .dc-characters__prop-comment {
    width: 35%;
    box-sizing: border-box;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width:599px) {
    .dc-characters__prop-name {
        display: none;
    }
    .dc-characters__prop-comment {
        color: #757575;
        width: 100%;
    }
    .dc-characters__prop-value {
        width: 100%;
    }
}

a:active,
a:focus,
a:hover {
    color: #ec1111;
    text-decoration: none;
}

.dc-sugg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dc-sugg,
.dc-sugg__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 768px) {
    .dc-sugg__item {
        padding: 20px;
        margin-right: 30px;
        margin-bottom: 30px;
    }
}

@media only screen and (min-width: 520px) {
    .dc-sugg--rows .dc-sugg__item:first-child {
        border-top: none;
    }
    .dc-sugg--rows .dc-sugg__item {
        border: none;
        padding: 20px 0;
        border-top: 2px solid #f2f4f6;
        margin: 0;
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .dc-sugg__item {
        width: calc(50% - 15px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .dc-sugg--rows .dc-sugg__card {
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.dc-sugg__item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #f0f0f0;
}

.dc-sugg__card {
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 0 16px;
}


a:active,
a:focus,
a:hover {
    color: #ec1111;
    text-decoration: none;
}

.btn, .btn-menu {
    background-color: #ec1111;
    color: #fff;
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    padding: 8.5px 15px;
    cursor: pointer;
    transition: background-color 200ms;
    border: 1px solid #ec1111;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn:active, .btn:focus, .btn:hover, .btn-menu:active, .btn-menu:focus, .btn-menu:hover {
    background-color: #ec1111;
    border-color: #ec1111;
    color: #fff;
}

.btn-mid {
    font-size: 13px;
    padding: 5px 11px;
}

.btn--login {
    background-color: #eee;
    color: #888;
    text-shadow: none;
    border: 1px solid #eee;
}

.top-nav__item--active {
    border-color: #ec1111;
}

.top-nav__item--active .top-nav__link, .top-nav__link:hover {
    color: #ec1111;
}

.no-found__to-main {
    display: inline-block;
    text-decoration: none;
    padding: 15px 20px;
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 18px;
}


/* user menu */

.auth-user {
    display: inline-block;
    position: relative;
    background-color: #eee;
    color: #888;
    font-size: 14px;
    vertical-align: middle;
    padding: 12px 20px;
    height: 45px;
    width: 235px;
    text-align: center;
    cursor: pointer;
}

.auth-user__login-name {
    color: #555;
    font-size: 14px;
}

.user-menu {
    visibility: hidden;
    opacity: 0;
    transition: opacity 300ms;
    background-color: #fff;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 10px 0;
    list-style: none;
    margin-top: -1px;
    border: 1px solid #eee;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
}

.user-menu__link {
    font-size: 14px;
    color: #665454;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: background .15s ease,color .1s ease;
    padding: 4px 10px;
    margin: 0 14px;
    vertical-align: middle;
}

.user-menu__item {
    margin-bottom: -1px;
}


.user-menu__link:hover {
    color: #ec1111;
}

.user-menu--show {
    visibility: visible;
    opacity: 1;
}

.user-menu__svg-icon {
    fill: currentColor;
}

.user-menu__icon, .user-menu__svg-icon {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    margin-right: 10px;
    display: inline-block;
    height: 1.1em;
    width: 1.1em;
    vertical-align: middle;
}

.user-menu .data-separator {
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.user-menu .item-last {
    border-top: solid 1px #eee;
    margin-top: 10px;
    padding-top: 10px;
}

.main-menu-link {
    font-size: 16px;
}

.header-catalog__right {
    margin-left: auto;
    padding-left: 5px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* without catalogs */
.footer .container {
    width: auto
}

/* my.css */

h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3 {
    font-size: 1em;
    font-weight: bold;
}
h4 {
    margin-bottom: 20px;
}
p.justify {
    text-align: justify;
}
.dc-tile {
    margin: 0px -15px;
}
.footer__contact-item {
    padding-bottom: 0;
    display: inline-block;
}
.main-text .timer-img {
    width: 170px;
}
.main-text-icon {
    width: 45px;
}
#content_inner {
    padding-top: 25px;
}

@media only screen and (min-width: 1024px) {
    .menu-catalog__btn {
        padding: 10px 50px 10px 88px;
    }
}


/*footer*/

.menu-footer__item {
    padding: 4px 0 4px 10px;
}
.menu-footer__item::after {
    top: 11px;
}

.footer .container {
    background-color: #222222;
}

/*footer*/

.catalog-common__link:hover .catalog-common__svg {
    fill: #ec1111;
}
.grid-card__item:hover {
    border-color: #ec1111;
}
.grid-card__item:focus .grid-card__svg, .grid-card__item:hover .grid-card__svg {
    color: #ec1111;
}
.menu-catalog__btn {
    background-color: #ec1111;
}
.menu-catalog-sub__link:hover, .menu-catalog__link:hover {
    color: #ec1111;
}
.top-nav__link:hover {
    color: #ec1111;
}
.warning__link {
    color: #ec1111;
}
a:active, a:focus, a:hover {
    color: #ec1111;
    text-decoration: none;
}
.contact-item_icon_email {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 512 512' fill='%23ec1111'%3E%3Cpath d='M101.3 141.6v228.9h0.3 308.4 0.8V141.6H101.3zM375.7 167.8l-119.7 91.5 -119.6-91.5H375.7zM127.6 194.1l64.1 49.1 -64.1 64.1V194.1zM127.8 344.2l84.9-84.9 43.2 33.1 43-32.9 84.7 84.7L127.8 344.2 127.8 344.2zM384.4 307.8l-64.4-64.4 64.4-49.3V307.8z'/%3E%3C/svg%3E");
    background-size: 24px;
    background-position: left -5px top -2px;
}
.contact-item_icon_phone {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23ec1111'%3E%3Cpath d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E");
}
.top-nav__item:hover {
    border-color: #ec1111;
}
.search-form__input {
    background-color: #fff !important;
    color: #444 !important;
}
.search-form__input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #000;
    -webkit-text-fill-color: #444;
    color: #444;
}
.search-form__submit{
    background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
}
.search-error::-webkit-input-placeholder {
    color: #ec1111;
}
.search-error:-ms-input-placeholder {
    color: #ec1111;
}
.content-page ul li::before:hover {
    color: #ec1111;
}
/*.header-nav__logo {*/
    /*width: 270px;*/
/*}*/
.header-nav__logo:hover {
    color: #333;
}
.dc-tile__link:focus,.dc-tile__link:hover {
    border-color:#ec1111;
}
.dc-tile__link:focus .dc-tile__name,.dc-tile__link:hover .dc-tile__name {
    color:#ec1111;
}
.start-page-ul {
    margin-left: 20px;
}
.main-description-counters {
    margin-top: 30px;
}
.text-success {
    color: #28a745!important;
}
.text-danger {
    color: #dc3545!important;
}
.search-loader {
    display:block;
    height:70px;
    width: 70px;
    margin: 20px auto;
    border: 4px solid #ec1111;
    background: 0 0;
    border-bottom-color: transparent;
    border-radius: 100%;
    -webkit-animation: loader 1s linear infinite;
    animation: loader 1s linear infinite
}

.review-link {
    display: block;
    font-size: 12px;
    text-decoration: underline;
    white-space: nowrap;
}

.nobr {
    white-space: nowrap;
    font-size: 13px;
    margin-left: 15px;
}

.review-small-info {
    font-size: 13px;
}

.client-info-reviews {
    height: 50vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

table > thead > tr > th {
    white-space: nowrap;
}

.rating-container .rating-input {
    width: 1px !important; /* star rating hot fix */
}

.rating-xs {
    font-size: 1em !important;
}

.theme-krajee-svg.rating-xs .krajee-icon {
    width: 20px !important;
    height: 20px !important;
}

.rating-container .caption {
    font-size: 140% !important;
    margin-top: -0.4em !important;
}

.user-info, .client-info-reviews {
    margin-top: 20px;
}

.rating-container {
    margin-left: -3px;
}

.user-review-counter {
    font-size: 12px;
}

.show-user {
    font-size: 16px;
}

.add-bottom-margin {
    margin-bottom: 20px;
}

.site-logo, .logo-footer {
    font-family: "Century Gothic Bold";
    text-transform: lowercase;
    font-size: 26px;
    color: #222;
}

.logo-footer, .logo-footer:hover {
    color: #aaaaaa;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #ccc;
    padding: 2px;
    height: 34px;
}

.balance-transactions {
    padding-top: 25px;
}

.badge-danger {
    margin-left: 5px;
    background-color: #ec1111;
}

.index-logo {
    max-height: 170px;
    margin-bottom: -50px;
}