@media screen and (view-mode: minimized) {

    body {

        color: #fff;

        background: #b20000;     }

}
/*@font-face {
    font-family: 'MyriadProB';
    src: url('../fonts/bebasneue/bebasneue_bold.eot');
    src: url('../fonts/bebasneue/bebasneue_bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bebasneue/bebasneue_bold.woff') format('woff'),
    url('../fonts/bebasneue/bebasneue_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/bebasneue/bebasneue_bold.eot');
    src: url('../fonts/bebasneue/bebasneue_bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bebasneue/bebasneue_bold.woff') format('woff'),
    url('../fonts/bebasneue/bebasneue_bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: MyriadPro;
    src: url(/fonts/MyriadPro-Regular.otf);
}

@font-face {
    font-family: MyriadProB;
    src: url(/fonts/MyriadPro-Bold.otf);
}

html, body {
    height: 100%;
}

.gm-style-iw > div, .gm-style-iw > div > div{ overflow: visible !important; }

h1, h2, h3, h4 {
    font-family: 'MyriadProB', sans-serif;
}

.Content h3 {
    margin: 1em 0 0 0;
}

h3 {
    font-size: 2em;
}

ul {
    margin: 0;
    padding: 0;
}

.bodyStyle {
    width: 100%;
    margin: 0;
    font-family: 'MyriadPro', sans-serif;

    font-size: 85%;
}

.TopContent, .TopContentFixed {
    background-color: rgb(0, 128, 198);
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    min-width: 90em;
    width: 100%;
    z-index: 7;
}

.TopContent {
    position: absolute;
    top: 2em;
    padding-top: 5px;
    padding: 5px 0 2px 0;
}

.TopContentFixed {
    position: fixed;
    top: 0;
    padding: 5px 0 2px 0;
    /* min-width: 860px; */
    opacity: 1.00;
}

.menu_logo {
    /* height:100%; */
    display: inline-block;
    float: left;
}

.menu_logo img {
    cursor: pointer;
    float: left;
    margin: 7px 0;
    padding-left: 4.5em;
    vertical-align: middle;
}
.topMenuCentral{
    margin: 0 auto;
    max-width:90em;
    width:90em;
}
.mainPartOfMenu {
    display: inline-block;
    left: 0;
    /* width:72%; */
    /*float: left;
    margin-left: 5em;*/
}

.phoneTableCity {
    cursor: pointer;
}

.langImg {
    float: right;
    padding-left: 0;
    height: 100%;
}

.langImg img {
    display: inline;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.langImg span {
    background: #999;
    background: rgba(127, 127, 127, 0.6);
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(150, 150, 150, 0.3) 0%, rgba(127, 127, 127, 0.6) 30%, rgba(100, 100, 100, 0.6) 50%, rgba(127, 127, 127, 0.6) 70%, rgba(150, 150, 150, 0.3)) repeat scroll 0 0;
    cursor: pointer;
    display: inline;
    height: 100%;
    line-height: 66px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 31px;
}

.langImg span:hover {
    background: #666;
    background: rgba(100, 100, 100, 0.6);
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(150, 150, 150, 0.3) 0%, rgba(100, 100, 100, 0.6) 30%, rgba(70, 70, 70, 0.6) 50%, rgba(100, 100, 100, 0.6) 70%, rgba(150, 150, 150, 0.3)) repeat scroll 0 0;
}

ul.mainMenuLeft {
    display: inline-block;
    float: left;
}

.callback_button_wrapper {
    float: right;
    padding-left: 3em;
    text-align: center;
    width: 166px;
}

div.mainMenuRight {
    display: inline-block;
    /* max-width: 100%; */
    padding: 0;
    /* width: 32%; */
    float: right;
    position: relative;
    /*left: -100px;*/
}

.mainMenu li {
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    line-height: 4.06em;
    list-style-type: none;
    padding: 0 28px 1px;
    position: relative;
    text-align: center;
    width: 120px;
}

@media (max-width: 1480px) {
    .mainMenu li {
        width: 106px;
        padding: 0px 15px;
    }
}

@media (max-width: 1360px) {
    .mainMenu li {
        width: 106px;
        padding: 0px 0 1px;
    }
}

/*@media (max-width: 1300px) {
    .mainPartOfMenu {
        margin-left: 0;
    }
}*/

@media (max-width: 1080px) {
    /*.mainPartOfMenu {
        margin-left: 0;
    }*/

    .callback {
        margin: 1.1em 0px 0px 0.5em;
    }

    /*.mainMenu li {
        width: auto;
        padding: 0px 6px 1px;
    }*/
}

.mainMenu li:hover {
    border-bottom: 3px solid #31A3E0;
}

.mainMenu li.activeMenuLi {
    border-bottom: 3px solid #31A3E0;
}

.mainMenu li .ulSubMenu li:hover {
    border: none;
}

.mainMenu li .ulSubMenu li:hover:before {
    content: "";
    position: absolute;
    left: -9px;
    text-align: center;
    top: 1px;
    width: 2px;
    height: 15px;
    border-left: 2px solid white;
    z-index: 1;
}

.mainMenu table {
    display: inline-block;
    line-height: 136%;
    min-width: 6%;
    vertical-align: middle;
}

.menuLink {
    color: #ffffff;
    line-height: 4.05em;
    text-decoration: underline;
}

.menuPhoneHidden, .Top .menuPhoneVisible {
    font-size: 11pt;
}

.menuPhoneHidden {
    display: none;
}

.menuPhoneVisible {
    display: block;
}

.phoneTableCityActive {
    font-weight: bold;
    font-family: 'MyriadProB', sans-serif;
}

.Top span#Moscow {
    float: left;
}

.Top span#SPb {
    float: right;
}

#phoneTable #cityName {
    width: 12em;
}

.ulSubMenu {
    background-color: #0080C6;
    display: none;
    left: 0px;
    position: absolute;
    top: 47px;
    border-top: 3px solid #31A3E0;
}

.ulSubMenu li {
    display: block;
    font-size: 90%;
    line-height: 1.4em;
    width: 90px;
    margin: 0;
    padding: 0;
    margin: 10px;
    text-align: left;
}

.menu_with_subMenu {
    position: relative;
}

.All {
    margin-bottom: 3em;
    width: 100%;
    overflow-x: visible !important;
}

.main-middle {
    width: 90em;
    margin: 0 auto;
    overflow-y: hidden;
}

.Footer {
    background-color: #0080c6;
    bottom: 0;
    box-shadow: 0 0 1em #000000;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    margin-top: 3em;
    max-height: 60px;
    /* min-width: 512px; */
    position: fixed;
    width: 100%;
    z-index: 7;
}

.Footer ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footerContent {
    margin: 0 auto;
    position: relative;
    /*left: -100px;*/
    width: 90em;
}

.Footer span {
    cursor: pointer;
    display: inline;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.bottomEnterAccount.NotAuthorized span{
    overflow: visible;
}

.Footer li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    text-align: center;
    list-style: none outside none;
    cursor: pointer;
}
.Footer li.Active{
    background-color: #00b8ff;
}
.Footer li a{
    text-decoration: none;
    color: #fff;
}
.Footer li.bottomEnterAccount:not(.NotAuthorized) {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0px;
    -ms-flex: 1 0 0px;
    flex: 1 0 0px;
}
.bottomPrice:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
.bottomPrice:first-child span:before,.bottomAccountSettings span:before,.bottomSpecialOffers span:before, .bottomEnterAccount span:before,.bottomReview span:before {
    content: "";
    display: inline-block;
    height: 30px;
    margin-right: 3px;
    vertical-align: middle;
    width: 31px;
}
.bottomPrice:first-child span:before{
    background: url("../images/avangard for ico 2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.bottomAccountSettings span:before{
    background: url("../images/avangard for ico 2.png") no-repeat scroll -65px 0 rgba(0, 0, 0, 0);
}
.bottomSpecialOffers span:before{
    background: url("../images/avangard for ico 2.png") no-repeat scroll -33px 0 rgba(0, 0, 0, 0);
}
.bottomEnterAccount span:before{
    background: url("../images/avangard for ico 2.png") no-repeat scroll -130px 0 rgba(0, 0, 0, 0);
}
.bottomReview span:before{
    background: url("../images/avangard for ico 2.png") no-repeat scroll -98px 0 rgba(0, 0, 0, 0);
}
/*
.bottomPrice:first-child:hover span:before{
    background: url("../images/avangard for ico 2.png") no-repeat scroll 0 -33px rgba(0, 0, 0, 0);
}
.bottomAccountSettings:hover span:before{
    background: url("../images/avangard for ico 2.png") no-repeat scroll -65px -33px rgba(0, 0, 0, 0);
}
.bottomSpecialOffers:hover span:before{
    background: url("../images/avangard for ico 2.png") no-repeat scroll -33px -33px rgba(0, 0, 0, 0);
}
li.enterAccount:hover span:before{
    background: url("../images/avangard for ico 2.png") no-repeat scroll -130px -33px rgba(0, 0, 0, 0);
}
.bottomReview:hover span:before{
    background: url("../images/avangard for ico 2.png") no-repeat scroll -98px -33px rgba(0, 0, 0, 0);
}
*/
.Footer img {
    vertical-align: middle;
    margin-right: 0.5em;
    height: inherit;
}

.callback {
    background: #3fe0f2;
    background: -webkit-linear-gradient(bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0.2em;
    cursor: pointer;
    display: inline-block;
    line-height: 75%;
    padding: 0.2em 1em;
    text-align: center;
    white-space: nowrap;
}


.callback:hover {
    background: #31a3e0; /* Для старых браузров */
    background: -webkit-linear-gradient(bottom, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.callback img {
    vertical-align: middle;
    width: 25px;
}

.footerButton {
    background: #3fe0f2; /* Для старых браузров */
    background: -webkit-linear-gradient(bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0.2em;
    padding: 0.5em 2.4em;
}

.footerButton:hover {
    background: #31a3e0; /* Для старых браузров */
    background: -webkit-linear-gradient(bottom, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.Left {
    float: left; /* Обтекание справа */
    position: relative;
    width: 20%;
    height: 100%;
    z-index: 0;
}

.leftBar {
    color: #ffffff;
    padding-top: 29px;
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 1000em;
    margin-bottom: -1000em;
    background-color: #31A3E0;
    z-index: 0;
}

.leftBarTitle {
    font-family: 'MyriadProB', sans-serif;
    font-weight: bold;
    font-size: 18pt;
}

.leftBar ul, .leftBarFixed ul {
    margin: 0;
    padding: 0;
    margin-top: 6px;
}

.leftBar li.leftBarLiUnactive, .leftBar li.leftBarLiActive, .leftBarFixed li.leftBarLiActive, .leftBarFixed li.leftBarLiUnactive {
    margin: 0;
    padding: 0.5em 0;
    list-style-type: none;
    cursor: pointer;
    position: relative;
}

.left_bar_content .leftBarLiUnactive:hover:before {
    content: "";
    position: absolute;

    left: 0px;
    text-align: center;

    top: 0px;

    width: 6px;

    height: 31px;

    z-index: 1;
    background-color: #0080C6;
}

/*.leftBarFixed .leftBarLiActive:after, .leftBar .leftBarLiActive:after{
    content: "";
    position: absolute;
    right: -20px;
    top: 0px;
    width: 20px;
    height: 100%;
    -webkit-transition-property: left, top, background, -webkit-transform;

    -webkit-transition-duration: 2s, 2s, 1s, 1s;


    -webkit-transition-delay: 0, 0, 0, 1s;

    background-color: #0080c6;
}*/
.leftBar li.leftBarLiActive {
    /* width:100%; */

    /* background-color: #0080c6; */
}

.leftBarFixed li.leftBarLiActive {
    /*width:100%;
    background-color: #0080c6;*/
}

.leftBar li.leftBarLiUnactive:hover, .leftBarFixed li.leftBarLiUnactive:hover {
    cursor: pointer;
}

.leftBarFixed {
    color: #ffffff;
    position: fixed;
    text-align: center;
    top: 4em;
    width: 245px;
    background-color: #31A3E0;
    z-index: 0;
    height: 100%;
    padding-top: 29px;
}

.leftBarHoverBlock {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 8%;
    background-color: #0080c6;
    display: none;
}

ul.left_bar_content a {
    text-decoration: none;
    color: #ffffff;
    width: 100%;
    height: 100%;
}

.Content {
    padding-left: 3em;
    margin-left: 24%;
    margin-bottom: 100px;
}

.Content p {
    line-height: 1.5;
    font-size: 16px;
    margin: 0.5em 0 1em 0;
}

.asP{
    line-height: 1.5;
    font-size: 16px;
    margin: 0.5em 0 1em 0;
}

.Content .moreButton {
    border: 2px solid #0080c6;
    color: #0080c6;
    margin-left: 30%;
    max-width: 7em;
    padding: 0.6em 2em;
    text-align: center;
}

.Content .moreButton:hover {
    background-color: #c0e0f1;
    cursor: pointer;
}

.Content div.withoutImage {
    max-width: 88%;
    padding: 4em 0 0 15%;
    position: relative;
}

.Content .partner_mid {
    max-width: 60%;
    padding: 4em 0 0 15%;
    position: relative;
}

#about_us {
    z-index: 1; /* Иначе на кнопку "Подробнее" не нажать*/
}

#production, #about_us {
    margin-top: -60px;
    padding-top: 60px;
}

{
    padding-top: 0px
;
}
.roundImages {
    border-radius: 50%;
    box-shadow: -0.4em 0 0 #ffffff;
    display: inline;
    width: 36%;
}

.roundImages:not(.partnersSecondBlock):not(.partnersThirdBlock) {
    top: 60px;
}

.roundImages.partnersSecondBlock {
    top: 0;
}

.roundImages.partnersThirdBlock {
    top: 30px;
}

.withImage>div {
    max-width: 60%;
    padding: 0.5em 0 0 40%;
}

.partnersWithImage>div {
    max-width: 60%;
    padding: 0.5em 0 0 33%;
}

.withImage, .partnersWithImage {
    position: relative;
    padding-top: 60px;
}

.withImage {
    margin: 40px 0 80px;
}
.partner_mid.withoutImage{
    margin-top: -4em;
}
.partnersWithImage {
    margin: 40px 0 70px;
}

.withImage.wiLeft img, .partnersWithImage.wiLeft img {
    float: left;
    left: -100px;
    position: absolute;
}

.withImage.wiLeft .withoutImag > img {
    display: inline-block;
    float: none;
    left: 0;
    margin: 5px 10px 0 0;
    max-height: 89px;
    max-width: 172px;
    position: relative;
}

.withImage.wiRight>div, .partnersWithImage.wiRight>div {
    max-width: 50%;
    padding: 0;
}

.withImage.wiRight img, .partnersWithImage.wiRight img {
    position: absolute;
    right: 3em;
}

.withImage .main_more_txt img, .withImage .news_more_txt img {
    float: none;
    left: 0;
    position: relative;
    width: 15%;
}

.withImage .main_more_txt img {
    cursor: pointer;
}

.calatogContent {
    margin-top: 2em;
    padding-top: 6em;
    width: 96%;
}

.oneBrand p {
    font-size: 16px;
}

.oneBrand h4 {
    margin: 0;
}

.contactsContent {
    margin: 1em 0 0.5em;
}

.contactsMailTo {
    color: inherit;
    text-decoration: none;
}

.catalogUl, .cityUl {
    min-width: 29em;
    width: 60%;
}

.catalogUl>li, .cityUl>li {
    display: inline-block;
    height: 1.5em;
    line-height: 1.5em;
    list-style-type: none;
    color: #31a3e0;
    cursor: pointer;
}

.catalogUl>li:not(:last-child) {
    width: 18%;
}

.catalogUl>li:last-child {
    width: 28%;
}

.cityUl>li {
    width: 23%;
}

.catalogUl>li, .cityUl>li:not(:last-child) {
    border: 2px solid #0080c6;
    padding: 1% 1.5% 1% 2%;
    text-align: center;
}

.catalogUl>li:hover, .cityUl>li:not(:last-child):hover {
    background-color: #c0e0f1;
}

.catalogUl>li:not(:first-child), .cityUl>li:not(:first-child) {
    margin-left: -5px;
}

.brandsList {
    margin-top: 3em;
    /*text-align: center;*/
}

.brandsList ul>li {
    display: inline-block;
    list-style-type: none;
    padding-bottom: 3em;
    width: 16%;
    vertical-align: top;
}

.brandImageDiv {
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.brandHover {
    display: none;
    left: 0;
    position: absolute;
    top: 38%;
    width: 100%;
    z-index: -4;
    margin-top: 19px;
}

.brandGearHover {
    left: 0;
    position: absolute;
    top: -5px;
    z-index: 6;
}

.mapInfo {
    border-radius: 2px;
    height: auto;
}

.brandImageDiv {
    height: 188px;
}

.brandBackground {
    left: 0;
    position: absolute;
    top: -4px;
    width: 100%;
    z-index: -4;
}

.brandPicture {
    width: 94%;
}

.catalogLoad {
    background: #31a3e0;
    background: -webkit-linear-gradient(bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0.2em;
    color: #ffffff;
    cursor: pointer;
    line-height: 150%;
    margin: 0 auto;
    min-width: 11em;
    padding: 0.8em;
    text-align: center;
    width: 12%;
}

.catalogLoad:hover, .brandMoreButton:hover {
    background: #3fe0f2;
    background: -webkit-linear-gradient(bottom, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#loadCatalogA {
    text-decoration: none;
    margin-bottom: 1em;
    vertical-align: top;
}

.catalogLoad img {
    vertical-align: bottom;
}

.catalogLoad>span {
    margin-left: 1em;
}

.catalogUnderText {
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: 5px;
}

.blueHR {
    border: none; /* Убираем границу для браузера Firefox */
    color: #0080c6; /* Цвет линии для остальных браузеров */
    background-color: #0080c6; /* Цвет линии для браузера Firefox и Opera */
    height: 2px; /* Толщина линии */
}

.mapCanvas {
    width: 100%;
    height: 100px;

}

.mapRoutePanel {
    width: 30%;
    margin-top: 6em;
}

.make_a_route {
    background: -webkit-linear-gradient(bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 auto;
    max-width: 10em;
    padding: 1px;
    text-align: center;
    width: 62%;
    cursor: pointer;
    color: #ffffff;
}

.make_a_route:hover {
    background: -webkit-linear-gradient(bottom, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.nameStreet {
    display: none;
    /*visibility:hidden;*/
    margin: 0.4em auto;
    width: 90%;
}

.main-middle.secondary {
    margin-bottom: 6em;
}

.contactsInfo td {
    vertical-align: top;
}

.contactsInfo td:first-child {
    padding-right: 5em;
}

.SpbInfo, .MoscowInfo {
    width: 100%;
}

.SpbInfo, .vacanciesInfo {
    display: none;
}

.contactsCityActive {
    background-color: #c0e0f1;
}

.noVacancies {
    background-color: #80c0e3;
    color: #ffffff;
    font-size: 171%;
    font-weight: bold;
    font-family: 'MyriadProB', sans-serif;
    padding: 3em 2em;
    text-align: center;
    width: 91%;
}

.sendCVbutton {
    background: -webkit-linear-gradient(bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0.2em;
    color: #ffffff;
    cursor: pointer;
    line-height: 200%;
    margin: 0 auto;
    min-width: 10em;
    padding: 0.8em;
    text-align: center;
    width: 13%;
    margin-top: 1em;
}

.sendCVbutton:hover {
    background: #31a3e0; /* Для старых браузров */
    background: -webkit-linear-gradient(bottom, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#vacancies img {
    vertical-align: middle;
    margin: 0 0 0.4em 1em;
}

.mainMenu li:hover .ulSubMenu, .ulSubMenu:hover, .ulSubMenu li:hover {
    display: block;
}

.mainMenu li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
}

li.leftBarLiActive .bg_slide {
    background-color: #0080c6;
    left: 0px;
    top: 0px;
    width: 110%;
    height: 31px;
    z-index: -1;
    position: absolute;
    display: none;

}

ul.rslides_tabs.rslides1_tabs {
    position: absolute;
    bottom: 5%;
    left: 12%;
    z-index: 3;

}

ul.rslides_tabs.rslides1_tabs li {
    list-style: none;
    float: left;
    text-indent: -99999px;
}

ul.rslides_tabs.rslides1_tabs li a {
    width: 20px;
    height: 20px;
    display: block;
    margin-right: 10px;
    border-radius: 25px;
    background-color: #2070a9;
}

ul.rslides_tabs.rslides1_tabs li a:hover {
    background-color: #20b0c6;
}

ul.rslides_tabs.rslides1_tabs li.rslides_here a {
    background-color: #20b0c6;
}

.selectBrand, .selectFormat, .selectPurpose {
    position: relative;
}

.selectBrand:after, .selectFormat:after, .selectPurpose:after {
    content: "";
    background: url("../images/select.png") no-repeat 0 0;
    float: right;
    margin-top: 7px;
    width: 12px;
    height: 6px;
}

.selectFormat, .selectPurpose {
    margin-left: -5px;
}

.selectBrandSub, .selectFormatSub, .selectPurposeSub {
    background-color: #ffffff;
    display: none;
    left: -2px;
    position: absolute;
    top: 34px;
    width: 100%;
    z-index: 6;
    border: 2px solid #0080c6;
}

/*.selectPurposeSub{
    width:98%;
}*/

.selectBrandSub li, .selectFormatSub li, .selectPurposeSub li {
    display: block;
    font-size: 90%;
    line-height: 1.4em;
    padding: 4% 8%;
    text-align: left;
}

.selectBrandSub li:hover, .selectFormatSub li:hover, .selectPurposeSub li:hover {
    background-color: #c0e0f1;
}

.selectBrandSub a, .selectFormatSub a, .selectPurposeSub a {
    text-decoration: none;
    color: #0080C6;
}

.oneBrand {
    display: none;
    margin: 10px auto 0;
    padding: 1em 2%;
    width: 100%;
}

#WhiteWhaleModelCard {
    height: 600px;
    overflow: auto;
    width: 90%;
}

.oneBrandLi {
    display: inline-block;
    height: auto;
    list-style-type: none;
    margin: 0 0.2em;
    padding-bottom: 3em;
    position: relative;
    vertical-align: top;
    width: 16%;
}

.oneBrandLi img {
    max-height: 100%;
    max-width: 100%;
}

.brandDescription {
    max-width: 45%;
    display: inline-block;
	min-height: 25px;
}

.wordBrandsAfterBrandCard {
    font-weight: bold;
    margin-top: 20px;
    display: none;
    font-size: 16px;
}

.brandMoreButton {
    background: #31a3e0;
    background: -webkit-linear-gradient(bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #ffffff;
    cursor: pointer;
    left: 15%;
    margin: 0 auto;
    padding: 1%;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 70%;
}

.brandMoreButton.modelWithoutImage {
    visibility: visible;
    margin-top: 5%;
}

.brandHoverPreview {
    background-color: #ffffff;
    bottom: 30px;
    display: none;
    left: 0;
    opacity: 0.7;
    position: absolute;
}

.brandHoverPreview.modelWithoutImage {
    background-color: #ffffff;
    margin-top: 50%;
    opacity: 0.7;
    position: relative;
    display: block;
}

.oneBrandLi:hover .brandHoverPreview, .oneBrandLi:hover .modelHoverTitleWrapper {
    display: block;
}

.oneBrandLi:hover .brandMoreButton {
    visibility: visible;
}

.brandPreviewTable {
    border-collapse: collapse;
}

.irregularModelTable {
    border: 1px solid #0080c6;
    border-collapse: collapse;
    margin: 20px 0 20px -5%;
    text-align: center;
    width: 120%;
}

.irregularModelTable th, .irregularModelTable td {
    border: 1px solid #0080c6;
}

.brandPreviewTable td {
    border: 1px solid #0080c6;
    border-radius: 2px;
    min-width: 6em;
    text-align: center;
}

.opacityFilter {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    display: none;
}

.goodCardWrapper, .popupWrapper {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}

.popup_window {
    background-color: #ffffff;
    color: #000000;
    margin: 7em auto 0;
    max-width: 420px;
    min-width: 240px;
    padding: 0.5em;
    width: 22%;
    z-index: 11;
}

.goodCard {
    background-color: #ffffff;
    color: #000000;
    margin: 7em auto 0;
    max-width: 800px;
    min-width: 160px;
    padding: 0.5em;
    width: 50%;
    z-index: 11;
}

.modalExit {
    float: right;
    height: 20px;
    width: 20px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    background: url("../images/X.png") no-repeat 0 0;
}

.modelName {
    margin: 0;
    padding-left: 2em;
}

.modelName.modelWithoutImage {
    text-align: center;
    display: block;
    padding: 0;
}

.modelNew {
    color: #3fe0f2;
    display: inline;
    font-size: 82%;
    font-weight: normal;
    padding-left: 0.3em;
    text-transform: uppercase;
}

.modelImg {
    width: 40%;
    display: inline-block;
}

.modelImg img {
    max-width: 100%;
}

.goodCardDescription {
    display: inline-block;
    max-width: 50%;
    min-width: 50%;
    padding-top: 2em;
    vertical-align: top;
}

.goodCardDescription.modelWithoutImage {
    margin: 0 auto;
    max-width: 70%;
    vertical-align: top;
    width: 70%;
    display: block;
}

.modelInformationTable {
    margin: 2em auto;
    width: 269px;
}

.modelInformationTable td:first-child {
    min-width: 6em;
}

.resemblingModels {
    width: 80%;
    margin: 0 auto;
}

.resemblingModel {
    width: 100%;
    visibility: hidden; /*Иначе некрасиво, снимается js-ом после полной загрузки всех картинок*/
    cursor: pointer;
}

.popupInput {
    border: 1px solid #31a3e0;
    color: #555555;
    display: block;
    height: 18pt;
    line-height: 18pt;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

.popupInput::-webkit-input-placeholder {
    color: #777777;
    font-family: 'MyriadPro', sans-serif;
    font-style: italic;
    font-weight: normal;
    text-align: center;
}

.popupInput::-moz-placeholder {
    color: #777777;
    font-family: 'MyriadPro', sans-serif;
    font-style: italic;
    font-weight: normal;
    text-align: center;
}

textarea.popupInput{
    height: 200px;
}

.becameAPartnerForm, .organizationForm, .feedbackForm {
    margin: 30px auto 15px;
    min-width: 150px;
    width: 80%;
    position: relative;
}

.becameAPartnerButton, .addOrganizationButton {
    background: #3fe0f2;
    background: -webkit-linear-gradient(bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0.2em;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    min-width: 109px;
    padding: 0.5em 0.8em;
    text-align: center;
    width: 50%;
}

.becameAPartnerButton:hover, .addOrganizationButton:hover {
    background: #31a3e0; /* Для старых браузров */
    background: -webkit-linear-gradient(bottom, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.thankYouText {
    border-bottom: 1px solid #3fe0f2;
    border-top: 1px solid #31a3e0;
    font-size: 120%;
    margin: 30px auto 15px;
    min-width: 150px;
    padding: 3% 1%;
    text-align: center;
    width: 67%;
}

.closeButton {
    background: -webkit-linear-gradient(bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #ffffff;
    height: 27px;
    line-height: 27px;
    margin: 0 auto 9px;
    text-align: center;
    width: 25%;
    cursor: pointer;
}

.closeButton:hover {
    background: #31a3e0; /* Для старых браузров */
    background: -webkit-linear-gradient(bottom, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.autoCloseText {
    text-align: center;
    width: 100%;
}

/*Партнеры*/
.partnersContent {
    margin: 2em 0;
}

.partnersMenuUl {
    min-width: 100%;
}

.partnersMenuLi {
	border: 2px solid #0080c6;
	color: #31a3e0;
	cursor: pointer;
	display: block;
	float: left;
	height: 2.6em;
	line-height: 1.2em;
	list-style-type: none;
	padding: 0.5% 0.4%;
	text-align: center;
	width: 15%;
}
.partnersMenuLi span{
	display: inline-block;
	margin-top: 8px;
}

.partnersMenuLi:not(:first-child) {
    margin-left: -2px;
}

@media (max-width:1180px) {
    .partnersMenuLi {
        border: 2px solid #0080C6;
        text-align: center;
        color: #31A3E0;
        cursor: pointer;
        height: 1.5em;
        list-style-type: none;
        width: 18%;
        vertical-align: top;
        line-height: 1.5em;
        display: inline;
        padding: 1% 0.5%;
    }

    .partnersMenuLi:not(:first-child) {
        margin-left: -2px;
    }
}

.partnersMenuLi.ActiveLi, .partnersMenuLi:hover {
    background-color: #c0e0f1;
}

.partnersTextCentral {
    margin: 0 auto;
    min-width: 600px;
    width: 100%;
}

.partnersTextTripleTable {
    width: 100%;
    margin-top: 10px;
}

.partnersTextOneColumn, .partnersImagesOneColumn {
    display: table-cell;
    vertical-align: top;
    width: 32%;
    padding-left: 1%;
}

.partnersTextOneColumn .boldHeader {
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.partnersTextUls {
    list-style: disc inside none;
}

.partnersTextOneColumn ul {
    margin: 10px 0 30px 0;
}

.partnersTextOneColumn ul li {
    margin: 5px 0;
    line-height: 1.5;
}

.roundImages.partnersRoundImages {
    width: 85%;
}

.partnersButtonBecomeAPartner {
    background: -webkit-linear-gradient(bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #31a3e0;
    border-radius: 0.2em;
    color: #ffffff;
    cursor: pointer;
    margin: 40px auto 30px;
    min-width: 109px;
    padding: 1.2em 2.8em;
    width: 9%;
}

.partnersButtonBecomeAPartner:hover {
    background: -webkit-linear-gradient(bottom, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background-color: #0080c6;
}

.partnersAboutOurBrandsUl {
    list-style-position: inside;
}

.partnersAboutOurBrandsUl li {
    margin-bottom: 0.5em;
}

.goToCatalogButton {
    border: 2px solid #0080c6;
    color: #0080c6;
    margin-left: 30%;
    max-width: 9em;
    padding: 0.6em 2em;
    text-align: center;
    text-decoration: none;
}

.goToCatalogButton:hover {
    background-color: #c0e0f1;;
}

.spanlaceText {
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

.spanlaceText p {
    line-height: 1.5;
}

.spanlaceImg {
    display: inline-block;
    text-align: center;
    width: 49%;
}

.spanlaceImg img {
    height: 320px;
    margin-top: 34px;
}

.partnersTopNavigation {
    background-color: #18516f;
    width: 100%;
    max-width: 100%;
    min-width: 915px;
    overflow: hidden;
}

.partnersTopNavigationDiv {
    display: inline-block;
}

.partnersTopNavigationImg {
    display: inline-block;
    margin-left: -21px;
}

.partnersTopNavigationDiv.p {
    height: 400px;
    width: 24%;
}

.p.p0 {
    background: url("../images/partners_angle_left.png") no-repeat scroll 0 0 /cover rgba(0, 0, 0, 0);
    width: 17%;
}

.p.p1 {
    background: url("../images/partnersTopNavigation/avangard part1.png") no-repeat scroll 0 0 /cover rgba(0, 0, 0, 0);
    margin-left: -17%;
}

.p.active {
    width: 50%;
}

/*.p.p1:hover, .p.p2:hover, .p.p3:hover, .p.p4:hover, .p.p5:hover{
    opacity:0.8;
    cursor: pointer;
}*/
.p:not(.p0):not(.p1) {
    margin-left: -13%;
}

.p.p2 {
    background: url("../images/partnersTopNavigation/avangard part2.png") no-repeat scroll 0 0 /cover rgba(0, 0, 0, 0);
}

.p.p3 {
    background: url("../images/partnersTopNavigation/avangard part3.png") no-repeat scroll 0 0 /cover rgba(0, 0, 0, 0);
}

.p.p4 {
    background: url("../images/partnersTopNavigation/avangard part4.png") no-repeat scroll 0 0 /cover rgba(0, 0, 0, 0);
}

.p.p5 {
    background: url("../images/partnersTopNavigation/avangard part5.png") no-repeat scroll 0 0 /cover rgba(0, 0, 0, 0);
}

.p.p6 {
    background: url("../images/partners_angle.png") no-repeat scroll 0 0 /cover rgba(0, 0, 0, 0);
    width: 17%;
}

.partnersLogosInText {
    vertical-align: bottom;
}

.nonactivePart, .main_more_txt, .news_more_txt {
    display: none;
}

.main_more_txt ul{
    list-style: inside;
}

.activePart {
    display: block;
}

.bookACallbackButton, .feedbackButton {
    background: #3fe0f2;
    background: -webkit-linear-gradient(bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0.2em;
    color: #ffffff;
    cursor: pointer;
    margin: 0 auto;
    min-width: 45%;
    padding: 0.2em 1em;
    width: 156px;
}
.feedbackButton{
    width: 162px;
}
.feedback_anonymously:after {
    content: "Анонимно";
    margin-left: 25px;
}
.checkbox.feedback_anonymously {
    margin-bottom: 1em;
    margin-left: calc(50% - 50px);
}
.bookACallbackButton:hover, .feedbackButton:hover {
    background: #31a3e0;
    background: -webkit-linear-gradient(bottom, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.bookACallbackButton img {
    vertical-align: middle;
    width: 17%;
}

.topNewsMenuLi {
    border: 2px solid #0080c6;
    color: #31a3e0;
    cursor: pointer;
    display: inline-block;
    height: 1.5em;
    line-height: 1.5em;
    list-style-type: none;
    overflow: hidden;
    padding: 0.5%;
    text-align: center;
    text-overflow: ellipsis;
    width: 18%;
    white-space: nowrap;
}

.topNewsMenuLi:not(:first-child) {
    margin-left: -5px;
}

.topNewsMenuLi.ActiveLi, .topNewsMenuLi:hover {
    background-color: #c0e0f1;
}

.news_banners {
    width: 100%;
    z-index: -1;
    height: auto;
    cursor: pointer;
}

.newsWithImage {
    margin-top: -60px;
    min-height: 275px;
    padding-top: 60px;
}

.newsWithImage.wiLeft img:not(.slider_img) {
    float: left;
    margin-left: 8%;
    margin-right: 7%;
    margin-top: 15px;
    position: unset;
    width: 250px;
}

.newsWithImage.Special img:not(.slider_img){
    float: left;
    margin-left: 8%;
    margin-right: 7%;
    margin-top: 15px;
    position: unset;
    width: 181px;
}

.newsWithImage.wiRight>div {
    margin-left: 15%;
    max-width: 50%;
}

.newsWithImage.wiRight img:not(.slider_img) {
    float: right;
    margin-right: 13%;
    margin-top: 19px;
    position: unset;
    right: 0;
    width: 250px;
}

.news .moreButton {
    border: 2px solid #0080c6;
    color: #0080c6;
    cursor: pointer;
    margin-left: 30%;
    max-width: 7em;
    padding: 0.6em 2em;
    text-align: center;
}

.news .moreButton:hover {
    background-color: #c0e0f1;
}

.wiLeft .newsTextAll {
    display: inline-block;
    width: 50%;
}

.newsText {
    overflow: hidden;
}

.newsTextAll ul {
    list-style: inside;
}

.slider_img {
    max-width: 180px;
}

.validation_note {
    position: absolute;
    left: 3px;
    border: 1px solid rgb(0, 128, 198);
    border-radius: 2px;
    background-color: rgb(49, 163, 224);
    color: rgb(255, 255, 255);
    font-weight: normal;
    padding: 0.5% 2%;
    top: 33px;
    display: none;
    white-space: nowrap;
}

.validationImg {
    position: absolute;
    left: 11px;
    top: -6px;
}

.productionMoreButtonFixed {
    background-color: #dddddd;
    bottom: 70px;
    left: 32.5%;
    opacity: 0.8;
    position: fixed;
    right: 25.5%;
    z-index: 12;
}

.withImage .achievements_slider img {
    height: 15%;
    position: relative;
    width: 85%;
}

.whiteWhaleTable {
    border-collapse: collapse;
    min-width: 70%;
    text-align: center;
}

.whiteWhaleTable td, .whiteWhaleTable th {
    border: 1px solid #000000;
    border-collapse: collapse;
    padding: 1%;
}

.spanlaceText ul {
    list-style: inside;
}

.spanlaceText li {
    line-height: 19px;
    margin: 10px 0;
}

.Content div.firstParagraph {
    padding-top: 0;
    padding-left: 0;
    font-size: 16px;
    max-width: 100%;
}

.main-middle:not(.primary) p, .main-middle:not(.primary) ul:not(.left_bar_content) {
    font-size: 16px;
}

.Content h3.partners_part_h3 {
    margin: 1em 0 15px;
    text-align: center;
}

h4 {
    font-size: 16px;
}

.partnersTextTripleTable h4 {
    text-align: center;
    margin-bottom: 0;
}

.partnersTextTripleTable ul {
    list-style: inside;
}

.partnersTextTripleTable .firstRow>div:not(:first-child) {
    border-left: 1px solid #0080c6;
}

.partnersAboutOurBrandsUl {
    font-size: 16px;
}

.achievementsSlider {
    max-width: 500px;
}

.achievementsSlider img {
    max-width: 500px;
    width: 100%;
}

.achievementsSliderWrap {
    width: 525px;
    margin: 0 auto;
}

.modelHoverTitleWrapper {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.modelHoverTitle {
    background-color: #31a3e0;
    border-radius: 3px;
    color: #ffffff;
    margin: 0 auto;
    min-width: 70%;
    opacity: 0.85;
    padding: 0 0.3em;
    text-align: left;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    max-width: 100%;
}

.vacanciesWrapper {
    width: 100%;
}

.oneVacancy {
    display: inline-block;
    margin: 10px 0.5%;
    vertical-align: top;
    width: 32%;
}

.vanancyHeader {
    background-color: #c0e0f1;
    color: #0080c6;
    font-weight: bold;
    padding: 0.5em 5em;
}

.vacancyPartName:after {
    content: ":";
}

.vacancyPartName {
    font-weight: bold;
    margin-top: 1em;
    text-transform: uppercase;
}

.uploadFile {
    width: 100%;
}
.uploadFileHeader {
    padding-top: 15px;
    text-align: center;
}
.uploadFileForm {
    cursor: pointer;
    margin: auto auto 35px;
    max-width: 324px;
    min-width: 25%;
    position: relative;
}

.file_name {
    border: 1px solid #0080c6;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    height: 25px;
    max-width: 69%;
    width: 230px;
}
.clickToUpload {
    background-color: #3fe0f2;
    background: -webkit-linear-gradient(top, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    display: inline-block;
    float: right;
    font-size: 13pt;
    padding: 1% 2%;
    width: 24%;
    color: #ffffff;
    max-height:23px;
}

input[type="file"] {
    cursor: pointer;
    height: 29px;
    margin: 0 auto 0 -7px;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 92px;
}

.vacanciesList {
    margin: 0 auto;
    width: 200px;
    position:relative;
}

.vacanciesListUl {
    background-color: #ffffff;
    border: 1px solid #0080c6;
    border-radius: 3px;
    display: none;
    list-style: none outside none;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.vacancyPosition {
    cursor: pointer;
    padding: 1% 2em;
}
.vacancyPosition:hover{
    background-color: #dddddd;
}
.chosenVacancy {
    border: 1px solid #0080c6;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 auto;
    padding: 1.5% 0;
    text-align: center;
    width: 200px;
}
.chosenVacancy:after {
    background: url("../images/select.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    content: "";
    float: right;
    height: 6px;
    margin-top: 7px;
    width: 12px;
}
.type_position > input {
    border: 1px solid #0080c6;
    border-radius: 3px;
    height: 1.5em;
    margin-top: 1%;
    width: 100%;
}
.type_position {
    margin: 0 auto;
    width: 200px;
}

.sendCvAction {
    background: #3fe0f2;
    background: -webkit-linear-gradient(top, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    font-size: 13pt;
    margin: 0 auto;
    max-height: 23px;
    padding: 1% 2%;
    text-align: center;
    width: 24%;
}

.sendCvAction:hover{
    background: #31a3e0;
    background: -webkit-linear-gradient(bottom, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #3fe0f2, #31a3e0) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.Footer span.enterAccount {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.yourManager {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    transition: box-shadow 0.5s ease 0s;
}
.yourManagerContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 79px;
    margin-bottom: 1em;
}
.manager_info {
    display: inline-block;
    padding: 0.4em 1.6em 0;
}
.yourManagerTitle{
    font-weight: bold;
}
.manager_name{
    white-space: nowrap;
    font-size: 120%;
}
.manager_photo {
    border: 2px solid #31a3e0;
    /*border-radius: 50%;*/
    float: left;
    height: 74px;
    margin-left: 0.7em;
    margin-top: 4px;
    width: 74px;
}

.accountNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 1em;
    width: 100%;
}

.accountNavPart {
    border: 2px solid #0080c6;
    color: #0080c6;
    cursor: pointer;
    -webkit-box-flex: 5;
    -webkit-flex: 5 1 0px;
    -ms-flex: 5 1 0px;
    flex: 5 1 0px;
    line-height: 2em;
    max-width: 20%;
    text-align: center;
}
.accountNavPart:hover, .accountNavPart.Active{
    background-color: #c0e0f1;
}
.accountNavPart:not(:first-child) {
    margin-left: -2px;
}

.accountPart{
    display:none;
}
.accountPart.Active{
    display: block;
}

div.priceTable {
    /*margin: 0 20% 5em;*/
}

.priceTable table{
    border: 1px solid #0080c6;
    border-collapse: collapse;
}

.priceTable td {
    border: 1px solid #0080c6;
}

.priceTable .brandName{
    font-size: larger;
    font-weight: bold;
    padding: 0.3em 0;
    text-align: center;
    text-transform: uppercase;
}

.priceTableHeader{
    text-align: center;
}
.totalWord {
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.totalCount, .totalSum{
    font-weight: bold;
}

.checkbox{
    border: 1px solid #0080c6;
    border-radius: 4px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    margin: auto;
    width: 20px;
}
.checkbox.checked{
    background: url('../images/checkpoint.png');
}

.makeAnOrderTable, .back,.sendAnOrder {
    background: #3fe0f2;
    background: -webkit-linear-gradient(bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 2px;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: larger;
    margin: 0 0.6em 0 43px;
    padding: 0.17em 0.7em;
}
.makeAnOrderTable:hover, .back:hover, .sendAnOrder:hover{
    background: -webkit-linear-gradient(top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.sendAnOrder {
    margin-left: 5px;
}

tr.total{display:none;}

.back,.sendAnOrder{
    display:none;
}

.previousTableState{
    position:absolute;
    right:0;
    bottom:0;
    display: none;
}

.auth {
    background: -webkit-linear-gradient(#3fe0f2, #0080c6) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(#3fe0f2, #0080c6) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #0080c6;
    cursor: default;
    display: none;
    height: 112px;
    left: -10%;
    padding: 1em 0;
    position: absolute;
    top: -140px;
    width: 120%;
}

fieldset {
    border: 0 none;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: normal;
    margin: 0;
    padding: 0.6em 0;
    text-align: center;
    width: 100%;
}

.auth input {
    font-family: "MyriadPro";
    font-size: 100%;
    margin: auto;
}

.auth input[type="submit"] {
    background: -webkit-linear-gradient(bottom, #ffffff, #c3e1f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #ffffff, #c3e1f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #0080c6;
    cursor: pointer;
    padding: 0.3em 1.5em;
}

.aEnterAccount{
    text-decoration: none;
    color: inherit;
}

.auth.loginPage {
    left: unset;
    margin: 0 auto;
    position: relative;
    top: 8em;
    width: 20em;
    height: auto;
}

.errorMessage {
    color: #f44;
    margin: 0;
    text-align: center;
}

.passRecovery {
    color: #fff;
    line-height: 1.5em;
    text-decoration: none;
}

.passRecovery:hover{
    text-decoration: underline;
}

p.Recovery {
    color: #fff;
    text-align: center;
}

.addOrganizationTitle {
    color: #0080c6;
    text-align: center;
}
.account_personal_title {
    float: left;
}
.passwordStatus{
    display: inline-block;
    margin-left: 1%;
    position: absolute;
    right: -22px;
}
.passwordNotConfirmed{
    background: url("../images/passwordNotConfirmed.png") no-repeat scroll 0 4px rgba(0, 0, 0, 0);
    color: #ff2244;
    font-size: 75%;
    height: 20px;
    width: 20px;
}
.passwordConfirmed{
    font-size: 75%;
    background: url('../images/passwordConfirmed.png');
    color: #00CC00;
    width:20px;
    height:20px;
}
.changeSettingsForm label, .fakedLabelPassword {
    display: block;
    height: 30px;
}
label[for="pass"], label[for="confirm_pass"]{
    position: relative;
}
.changeSettingsForm input, .fakedLabelPassword input {
    border: 1px solid #0080c6;
    border-radius: 3px;
    float: right;
    line-height: 1.7em;
    text-align: center;
    width: 66%;
    transition: All 3s ease 0;
}
.changeSettingsForm span, .fakedLabelPassword span {
    float: right;
    margin-right: 5px;
    /*color: #777777;
    float: right;
    margin-left: 154px;
    margin-top: -35px;
    position: absolute;
    width: 21%;*/
}
.changeSettingsForm input.notEdit, .fakedLabelPassword input {
    -webkit-user-focus: unset;
    -moz-user-focus: unset;
    -ms-user-focus: unset;
    -o-user-focus: unset;
    -webkit-user-modify: read-only;
    -moz-user-modify: read-only;
    -ms-user-modify: read-only;
    -o-user-modify: read-only;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border: 0 none;
    cursor: unset;
    line-height: inherit;
    text-align: left;
    transition: All 3s ease 0;
}
.leftButton {
    display: inline-block;
}
.ChangeSettings,.SaveChangeSettings,.ChangePassword {
    background: -webkit-linear-gradient(bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: "MyriadPro";
    font-size: 100%;
    padding: 0.4% 2%;
    text-align: center;
    width: 5em;
}
.ChangeSettings:hover, .SaveChangeSettings:hover,.ChangePassword:hover {
    background: -webkit-linear-gradient(top, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: linear-gradient(to bottom, #31a3e0, #3fe0f2) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
/*.ChangePassword {
    width: 8em;
    margin-top: 1.5em;
}*/
.changeSettingsForm input.changePassword {
    width: 56%;
}
form#change_password {
    border: 1px solid #0080c6;
    border-radius: 3px;
    float: right;
    padding: 1em 4.5% 2em;
    width: 72%;
}
.SaveChangeSettings{
    display: none;
}
.changeSettingsForm span.wrong_password_fields {
    color: #ff3333;
    display: none;
    float: none;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
}
/*.SaveChangeSettings.Password {
    display: block;
    float: right;
    margin-bottom: 1em;
}*/
.password_explanation {
    font-style: italic;
    opacity: 0.48;
}
.changeSettingsForm{
    width: 80%;
}
.changeSettingsForm input.ConfirmPassword{
    display: inline-block;
    width: 56%;
}
.account_personal.settings, .account_personal.organizations, .account_personal.instructions{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    margin-bottom: 20px;
}
.organization_name:hover{
    background-color: #c0e0f1;
}
#organization.popup_window {
    overflow: auto;
}
.organization_name {
    border: 1px solid #0080c6;
    cursor: pointer;
    margin-top: -1px;
    overflow: hidden;
    padding: 0.3em 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 40em;
}
.account_personal_info{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom:8em;
}

.account_orders{
    background-color: #777777;
    border-left: 1px solid #777777;
    border-right: 1px solid #777777;
}
.account_order_row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

.account_order_row:nth-child(4n){
    background-color: #dddddd;
}
.account_order_row:nth-child(4n+2){
    background-color: #eeeeee;
}
.account_order_row:hover{
    background-color: #bbbbbb;
}
.account_order_row:not(:first-child){
    border: 1px solid #777777;
}
.account_order_row:first-child {
    border-left: 1px outset #ffffff;
    border-right: 1px inset #fff;
    margin-left: -1px;
    margin-right: -1px;
}

.account_order_cell {
    -webkit-box-flex: 3;
    -webkit-flex: 3 1 0px;
    -ms-flex: 3 1 0px;
    flex: 3 1 0px;
}
.account_order_cell{
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.account_order_cell:not(:last-child) {
    border-right: 1px solid #000;
}
.account_order_cell.header:not(:last-child) {
    border-right: 1px solid #fff;
}
.account_order_cell.header {
    background-color: #0080c6;
    color: #fff;
    text-transform: uppercase;
}
.account_order_cell.header:first-child {
    padding-left: 1px;
}
.more_order_row{
    display: none;
    padding: 1% 0;
}

.cbn-1{
    background-color: #0080c6;
    color:#fff;
}
.priceTable td.priceTableHeader {
    border-color: #fff;
}
.checking_td input {
    display: inline-block;
}
.checking_td_before, .checking_td_after {
    content: " ";
    cursor: pointer;
    display: inline-block;
    opacity: 0.5;
    height: 22px;
    width: 16px;
}
.checking_td_before:hover, .checking_td_after:hover{
    opacity: 1;
}
.activeTr .checking_td_before, .activeTr .checking_td_after, .activeTr .td_sum:after{
    opacity: 1;
}
.activeTr {
    border-bottom: 3px solid #0080c6;
}

.checking_td_before{
    background: url("../images/avangard for ico.png") no-repeat scroll -50px 0 rgba(0, 0, 0, 0);
    margin-left: 0.2em;
}

.checking_td_after {
    background: url("../images/avangard for ico.png") no-repeat scroll -63px 0 rgba(0, 0, 0, 0);

}
.checking_td {
    width: 4.6em;
}
.td_sum:after {
    background: url("../images/avangard for ico.png") no-repeat scroll -79px 2px rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    float: right;
    height: 32px;
    opacity: 0.5;
    vertical-align: middle;
    width: 14px;
}
.td_sum {
    line-height: 32px;
    width: 7em;
}
.count_cart, .count_sum_cart {
    border: 1px solid #0080c6;
    border-radius: 4px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-top: 1px;
    position: relative;
    text-align: center;
    vertical-align: top;
    width: 7em;
}
.count_sum_cart {
    margin-left: 38px;
}
.count_sum_cart:after {
    background: url("../images/avangard for ico.png") no-repeat scroll -92px 0 rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 23px;
    position: absolute;
    right: -29px;
    width: 27px;
}
.count_cart:after {
    background: url("../images/avangard for ico.png") no-repeat scroll 6px -1px rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    height: 22px;
    position: absolute;
    right: -36px;
    width: 37px;
}
.cart {
    display: inline-block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    float: right;
    margin-top: 1em;
}
.cart_content {
    float: right;
}

.yourManagerFixed:hover{
    opacity: 1;
    transition: opacity 0.5s ease 0s;
}

.yourManagerFixed {
    background-color: #fff;
    border-bottom: 1px solid #002369;
    border-left: 1px solid #002369;
    border-right: 1px solid #002369;
    box-shadow: 0 4px 15px #002369;
    margin: 0 auto;
    opacity: 0.9;
    position: fixed;
    top: 4.9em;
    transition: box-shadow, opacity 0.5s ease 0s;
    width: 90em;
    z-index: 10000;
}

a[href^="mailto"]{
    text-decoration: none;
    color: inherit;
}

.newYearPage {
    background: url("../images/NewYear2015.png") no-repeat scroll 0 0 / cover rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
}

.xMasTop, .xMasBottom{
    background: url("../images/newYearTop.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    width: 100%;
    position: fixed;
    height: 100px;
}

.xMasTop{
    top:0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 999;
}

.xMasBottom{
    bottom: 0;
}
a.cast {
    background-color: #ff8400;
    color: #fff;
    left: calc(50% - 160px);
    padding: 5px 1em;
    position: absolute;
    text-decoration: none;
    top: 55px;
    z-index: 1001;
}
a.cast:after {
    background-color: #ff8400;
    bottom: -10px;
    content: " ";
    display: block;
    height: 20px;
    left: calc(50% - 10px);
    position: absolute;
    transform: rotate(45deg);
    width: 20px;
    z-index: -1;
}
.xMasLogo{
    /*background: url("../images/xmasLogo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    left: 0;
    position: absolute;
    width: 32%;
    z-index: 1000;
}

.newYearPageContent{
    margin: 0 auto;
    max-width: 1024px;
    padding-top: 26px;
    width: 100%;
    position: relative;
}
.happyNewYear {
    /*background: url("../images/HappyNewYear.png") no-repeat scroll 0 0 / contain  rgba(0, 0, 0, 0);*/
    margin-top: 10px;
    position: absolute;
    right: 0;
    width: 32%;
    z-index: 1001;
}

@media screen and (max-width: 1350px) {
    .left {
        width: 18%;
    }

    /*.menu_logo img {
        padding-left: 2.5em;
    }*/

    .ulSubMenu li {
        margin: 10px;
    }

    div.mainMenuRight {
        left: -50px;
    }
/*
    .footerContent {
        left: -49px
    }*/
}

@media screen and (max-width: 1280px) {
    .main-middle {
        width: 100%;
        /* margin: 0 10%; */

    }
}

@media screen and (max-width: 1225px) {
    .footerContent {
        width:72em;
    }
    .footerButton{
        padding:  0.5em 1.4em;
    }
    .yourManager {
        width: 72em;
    }
}


@media screen and (max-width: 1170px) {
    .left {
        width: 18%;
    }

    /*.menu_logo img {
        padding-left: 0.5em;
    }

    .mainPartOfMenu {
        margin-left: 2em;
    }*/

    .mainMenu .ulSubMenu li {
        margin: 10px;
    }

    /*.mainMenu li {
        margin: 0 0.7em 0 0;
    }

    .footerContent {
        left: -50px;
    }

    .callback {

        border-radius: 0.2em;
        display: inline-block;
        padding: 0.2em 0.5em;

        margin: 1.1em 0 0 1em;

        cursor: pointer;
        float: right;
    }

    .footerButton {
        padding: 0.5em 2.0em;

    }*/

    .brandsList {
        max-width: 860px;
    }

    .brandHover {
        margin-top: 0;
        top: 34%;
    }

    .brandBackground {
        top: -3px;
    }

    .brandHoverPreview {
        font-size: 85%;
    }
}

@media screen and (max-width: 970px) {
    /*.mainPartOfMenu {
        margin-left: 1em;
    }

    /*.menu_logo img{
        0.5em;
    }*/
    /*.callback {
        margin: 1.1em 0 0 1em;

        padding: 0.2em 0.1em;
    }

    .footerButton {
        padding: 0.5em 1.6em;
    }*/

}

@media screen and (max-width: 1023px) {

    /*.TopContent {
        width: 90em;
    }*/

    .bodyStyle {
        width: 90em;
    }
}

@media (max-width:1185px) {
    .partnersMenuLi {
        border: 2px solid #0080C6;
        text-align: center;
        color: #31A3E0;
        cursor: pointer;
        height: 1.5em;
        list-style-type: none;
        width: 19%;
        vertical-align: top;
        line-height: 1.5em;
        padding: 0.5% 0;
    }

    .partnersMenuLi:not(:first-child) {
        margin-left: -2px;
    }
}

@media (max-width:1180px) {
    .topNewsMenuLi {
        border: 2px solid #0080C6;
        text-align: center;
        color: #31A3E0;
        cursor: pointer;
        height: 1.5em;
        list-style-type: none;
        width: 18%;
        vertical-align: top;
        line-height: 1.5em;
        display: inline-block;
        padding: 0.5%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}