.display123 {display:block!important;}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.header__top {
    font: 16px/17px 'Rubik', sans-serif;
    background: url(../img/headerBg.jpg) top center/cover;
    min-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #4f6bb0
}
@media (max-width:767px){
	.header__top {
		display:none;
	}
}

.header__main {
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    margin-right: 4%
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
    align-items: center;
    padding-left: 5%;
}

.header-logo__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}

@media screen and (max-width: 1100px) {
    .header-logo__img {
        max-width: 380px;
    }
}

@media screen and (max-width: 900px) {
    .header-logo__img {
        max-width: 320px;
    }
}

.header-main__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 15px 0
}

.header-main__callback, .header-main__location, .header-main__phone, .header-main__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 238px;
    flex-basis: 238px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-main__phone, .header-main__user {
    margin-left: 40px
}

@media screen and (max-width: 1100px) {
    .header-main__phone, .header-main__user {
        margin-left: 40px
    }
}

.header-main__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-main__callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-main__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header-main__search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 8px
}

@media screen and (max-width: 767px) {
    .header-main__search {
        margin-top: 0
    }
}

.header-location__value {
    cursor: pointer;
    padding-right: 35px;
    position: relative
}

.header-location__value::after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-right: 2px solid #4f6bb0;
    border-bottom: 2px solid #4f6bb0;
    position: absolute;
    top: -5px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.header-user__favorite, .header-user__profile {
    padding: 5px
}

.header-user__profile {
    display: block;
    margin-right: 15px
}

.header-user__icon {
    width: 25px;
    height: 25px
}

.header-callback__button {
    background: #4f6bb0;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 34px;
    border: 0;
    white-space: nowrap;
    outline: 0;
    cursor: pointer;
    text-decoration: none
}

@media screen and (max-width: 1100px) {
    .header-callback__button {
        font-size: 14px
    }
}

@media screen and (max-width: 1100px) {
    .header-callback__button {
        font-size: 12px
    }
}

.header-phone__value {
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    color: #4f6bb0 !important;
    text-decoration: none;
    text-shadow: 0 0 1px #fff, 0 -.1px 1px #fff, 0 .1px 1px #fff, 0 .1px 1px #fff, -.1px 0 1px #fff, .1px 0 1px #fff, -.1px 0 1px #fff, .1px 0 1px #fff, -.1px -.1px 1px #fff, .1px -.1px 1px #fff, -.1px .1px 1px #fff, .1px .1px .1px #fff, -.1px -.1px 1px #fff, .1px -.1px 1px #fff, -.1px .1px .1px #fff, .1px .1px 1px #fff !important;
    margin-left: 5px;
    white-space: nowrap
}

@media screen and (max-width: 1100px) {
    .header-phone__value {
        font-size: 24px
    }
}

@media screen and (max-width: 900px) {
    .header-phone__value {
        font-size: 20px
    }
}

.header-search__form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-search__input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 9px 15px;
    border-radius: 2px;
    border: 0;
    outline: 0;
    font-size: 18px
}

.header-search__input::-webkit-input-placeholder {
    font-size: 18px;
    color: #4f6bb0
}

.header-search__input::-moz-placeholder {
    font-size: 18px;
    color: #4f6bb0
}

.header-search__input:-ms-input-placeholder {
    font-size: 18px;
    color: #4f6bb0
}

.header-search__input::-ms-input-placeholder {
    font-size: 18px;
    color: #4f6bb0
}

.header-search__input::placeholder {
    font-size: 18px;
    color: #4f6bb0
}

@media screen and (max-width: 767px) {
    .header-search__input {
        padding: 5px 15px
    }
}

.header-search__submit {
    background: #fff;
    padding-left: 45px;
    border: 0;
    outline: 0;
    cursor: pointer
}

@media screen and (max-width: 767px) {
    .header-search__submit {
        padding-left: 0
    }
}

.header-search__icon {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-search__result {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid rgba(79, 107, 176, .48);
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    display: none;
    z-index: 1
}

.header-search__result--active {
    display: block
}

.search-result__list {
    background: #fff;
    margin: 0;
    padding: 0
}

.search-result__item {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.search-result__link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
    padding: 12px 0 12px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.search-result__link:hover {
    color: #091b49
}

.search-result__link--total {
    color: #091b49;
    font-size: 18px
}

.search-item__name {
    color: #4f6bb0
}

@media screen and (max-width: 767px) {
    .search-item__name {
        font-size: 12px
    }
}

.search-item__category {
    margin-right: 12px;
    font-style: italic;
    font-size: 14px;
    color: #7c7c7c;
    text-align: right
}

@media screen and (max-width: 767px) {
    .search-item__category {
        font-size: 8px
    }
}

#tops.default {
    width: 100%;
    background: #fff;
    z-index: 100;
    position: relative;
    border-bottom: 1px solid #eaeff2;
    margin-bottom: 0px;
    border-bottom: 2px solid #eff3f5;
}

#tops.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    background: #fff;
    border-bottom: 1px solid #003387;
}

.snow_effect {
    height:120px;
    width: 420px;
    position: absolute;
    margin: 0 auto;
    padding: 25px 25px 25px 25px;
    z-index: 1;
  /*background-color: #fff !important;*/
    background: rgba(255, 255, 255, 0.9);
    filter: blur(25px);
}
