.upd-phones-top {
    color: #dc7b7b;
    margin: 0;
    text-align: right;
}

.upd-phones {
    font-size: 16px;
    text-align: right;
    color: #212121;
    margin-bottom: 10px;
}

.upd-phones-order {
    font-size: 14px;
    text-align: right;
    color: #6b6b6b;
    margin-bottom: 15px;
}

.upd-phones-order a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px dotted #6b6b6b;
    color: #fff;
}

/* header */
.header-box {

}

.header-box__top {
    background: #2f2f2f;
    color: #d0d0d0;
}

.header-box__top a {
    color: #d0d0d0;
    text-decoration: none;
}

.phone-number {
    display: inline-block;
}

.phone-number.phone-number__1 {
    font-size: 14px;
    line-height: 34px;
}

.phone-number.phone-number__1 span {
    color: #737373;
}

.phone-number.phone-number__2 {
    padding-left: 30px;
    font-size: 15px;
}

.header-box__top .city-switcher-box {
    padding-top: 7px;
    color: #737373;
    width: 280px;
    float: left;
}

.header-box__top .b-combo__mirage {
    color: #d0d0d0;
}

.header-box__top .b-combo_linear .b-combo__mirage-text {
    display: inline-block;
    padding: 0;
    border-bottom: none;
    font-weight: 600;
    position: relative;
}

.header-box__top .b-combo_linear .b-combo__mirage-text:after {
    position: absolute;
    right: -18px;
    top: 8px;
    content: '';
    width: 8px;
    height: 5px;
    background: url("images/b-combo__mirage-text-arrow.png") 0 0 no-repeat;
}

.header-box__top .b-combo_linear:hover .b-combo__mirage {
    transition: all .2s;
}

.header-box__top .b-combo__mirage .b-combo_linear .b-combo__mirage-text:hover {
    color: #d0d0d0;
}

.fast-button-box {
    line-height: 34px;
    float: left;
    width: 300px;
}

.fast-button-box a {
    color: #43a5f5;
    text-decoration: none;
    transition: all .2s;
    text-shadow: 1px 1px 1px rgba(67, 165, 245, 0.3);
}

.fast-button-box a:hover {
    color: #44aeff;
    text-shadow: 1px 1px 1px rgba(67, 165, 245, 0.5);
}

.recall-button-box {
    float: right;
    width: 130px;
    line-height: 34px;
    text-align: right;
}

.recall-button-box a {
    color: #d0d0d0;
    text-decoration: none;
    transition: all .2s;
    text-shadow: 1px 1px 1px rgba(208, 208, 208, 0.3);
}

.header-box__bot {

}

.logotype-wrap img {
    max-width: 128px;
    height: auto;
    margin-bottom: 16px;
    margin-top: 12px;
}

/* nav */
nav {
    display: block;
}

.h-nav {
    float: right;
}

.h-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.h-nav__item {
    display: inline-block;
    vertical-align: middle;
    list-style: none
}

.h-nav__item a {
    color: #2f2f2f;
}

.h-nav__item a.selected {
    color: #2387e6;
}

.h-nav__item a:hover {
    color: #2387e6;
    transition: all .2s;
}

.h-nav__item a:active,
.h-nav__item a:focus {
    text-decoration: none;
}

.no-flexbox .h-nav__item {
    display: table-cell;
    width: 9999px;
    text-align: center
}

.h-nav__link {
    position: relative;
    display: inline-block;
    height: 95px;
    line-height: 95px;
    padding: 0 25px;
    font-weight: 500;
    font-size: 16px
}

.h-nav__list .h-nav__item:last-child .h-nav__link {
    padding-right: 0;
}

.m-nav {
    display: none;
}

/* menu */
/* fullscreen-menu overlay */
#overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* Overlay positioning */
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* Want a left- or right sided navigation instead? Just play around with the width! */
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    z-index: 5;
}

#overlay div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#overlay ul {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
    color: white;
    text-align: center;
}

#overlay ul li {
    margin:20px auto;
}

#nav-icon {
    position: relative;
    margin: 10px 0 14px 0;
    width: 38px;
    height: 31px;
    z-index: 10;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

#nav-icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    background: #2f2f2f;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 12px;
}

#nav-icon span:nth-child(3) {
    top: 25px;
}

#nav-icon.animate-icon span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    background: #ffffff;
}

#nav-icon.animate-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon.animate-icon span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background: #ffffff;
}

/* hamburger-icons */
/*----------------------------------*/


@media (min-width: 768px) {

    .container-fluid > .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

    .line-menu {
        margin-top: 34px;
    }

}

@media (max-width: 1130px) {

    .phone-number {
        display: block;
    }

    .phone-number.phone-number__2 {
        padding-left: 0;
    }

    .phone-number.phone-number__1 {
        line-height: 30px;
    }

    .recall-button-box {
        display: none;
    }

    .city-switcher-box .b-combo_linear {
        margin-right: 0;
    }

    .header-box__top .city-switcher-box {
        padding-top: 7px;
        width: 100%;
        float: none;
        text-align: left;
    }

    .fast-button-box {
        float: none;
        width: 100%;
        line-height: 25px;
        text-align: left;
        padding-bottom: 6px;
    }

}

@media (max-width: 992px) {

    .upd-phones {
        text-align: left;
    }

    .upd-phones-top {
        text-align: left;
    }

    .h-nav__link {
        height: 86px;
        line-height: 86px;
        padding: 0 12px;
        font-size: 15px;
    }

    #overlay .h-nav__link {
        height: auto;
        line-height: initial;
        padding: 0;
        font-size: 18px;
    }

    #overlay .h-nav__link:hover,
    #overlay .h-nav__link:focus,
    #overlay .h-nav__link:active {
        color: #559fde;
    }

    .logotype-wrap img {
        margin-bottom: 11px;
        margin-top: 8px;
    }

    .phone-number.phone-number__1 {
        text-align: right;
        line-height: 34px;
    }

    .phone-number.phone-number__2 {
            text-align: right;
    }

    .recall-button-box {
        display: none;
    }

    .header-box__top .city-switcher-box {
        padding-bottom: 6px;
    }

    .b-metrobox:link,
    .b-metrobox:visited,
    .b-metrobox:focus {
        background-position: 50% 0;
    }

}

@media (max-width: 768px) {

    .phone-number.phone-number__2 {
        text-align: center;
		padding-bottom: 5px;
    }

    .phone-number.phone-number__1 {
        text-align: center;
    }

    .header-box__top .city-switcher-box {
        text-align: center;
		padding-bottom: 0;
		
    }

    .logotype-wrap {
        text-align: center;
    }
	
	.fast-button-box {
		text-align: center;
	}

    .h-nav {
        display: none;
    }

    .m-nav {
        display: block;
    }

    .page-header {
        margin: 5px 0 10px;
        font-size: 24px;
    }
	
	#nav-icon {
		float: right;
		top: 19px;
	}

}

@media (max-width: 668px) {
	
	#nav-icon {
		float: none;
		top: initial;
		margin-top: 30px;
	}
	
	.logotype-wrap {
		text-align: left;
	}

}