* {
    padding:0;
    margin:0;
    top:0;
    left:0;
}

li  {
    display: block;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pageInner {
    width: 1210px;
    box-sizing: border-box;
}
p, div, li, option {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
}
.topBanner{
    position: relative;
    cursor: pointer;
    width:  1210px;
    height: 435px;
}
.topBanner h2{
    position: absolute;
    left: 50%;
    top: 39%;
    right: 5%;
    font-size: 46px;
    color: white;
}

.container {
    background-color: #F4F6F7;
}
.mainBanner {
    margin: 66px 0;
}



.container_team, .container_partners, .container_authors {
    display: none;
}

.jcarousel {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000000em;
    position: relative;
    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}

.jcarousel-wrapper{
    width: 600px;
}
.systemMessageOverlay {
    position: fixed;
    width: 100%;
    height: calc(100vh);
    background-color: rgba(128,128,128, 0.8);
    z-index: 100;
    display: none;
}


.systemCloseButton{
    min-width: 100px;
    min-height: 30px;
    width: 100px;
    background-color: red;
    text-align: center;
    padding-top: 8px;
    border-radius: 3px;
    top: 0px;
    position: relative;
    left: 80%;
    color: white;
    cursor: pointer;    
}
.systemCloseButton:hover{
    box-shadow: 1px 1px 3px rgba(0,0,0, 0.5);
}
.systemMessageText{
    width: 90%;
    height: 150px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    margin-left: 20px;
    margin-top: 50px;
    align-content: center;
    align-items: center;
}





/* Партнеры, поставщики, типографии*/


.partners, .suppliers, .typography {
    width: 1125px;
}


/* Поиск поставщиков*/



.suppliersSearchInput, .typographySearchInput {
    width: 904px;
    height: 45px;

    background: #FFFFFF;
    border: 1px solid #CFC9C9;
    box-sizing: border-box;
    display: block;
    padding-left: 20px;
}



.suppliersSearch, .typographySearch  {
    display: flex;
    justify-content: space-between;
    margin: 12px 0 50px 0;
}

.suppliersSearchButon, .typographySearchButon {
    background: #E30513;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 72px;
    color: #FFFFFF;
    cursor: pointer;
}



.suppliersNav, .typographyNav {
    display: flex;
    justify-content: center;
}


.suppliersNavItem, .typographyNavItem {
    margin-right: 5px;
    font-size: 18px;
    cursor: pointer;
    line-height: 21px;
    /* identical to box height */
    text-align: center;
    color: #000000;
    margin-bottom: 12px;
}

.suppliersMain, .typographyMain {
    margin: 99px 0;
}

.tmpSuppliers {
    position: relative;
}

.tmpSuppliersText {
    position: absolute;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-top: 100px;
    width: 100%;

}

.suppliersMainItem, .typographyMainItem {
    height: 204px;
    display: flex;
    background-color: #FFFFFF;
    margin-bottom: 39px;
    cursor: pointer;
}


.partnersMainItem,  .partnersMainItem img{
    width: 183px;
    height: 96px;
}

.pagePartners, .pageTypography, .pageSuppliers {
    background: #FBF7F7;
}
.pagePartnersTitle, .pageTypographyTitle, .pageSuppliersTitle, .pageCabinetTitle {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    margin: 45px 0;
    color: #000000;
}

.suppliersMainItemImg, .typographyMainItemImg {
    width: 204px;
    min-width: 204px;
    height: 204px;
    background-color: #C4C4C4;
}

.suppliersMainItemBody, .typographyMainItemBody {
    padding: 50px 32px 50px 43px;
    display: flex;
    flex-direction: column;
}

.suppliersMainItemBodyName, .typographyMainItemBodyName {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;

    color: #FF0000;
}

.suppliersMainItemBodyAddress, .typographyMainItemBodyAddress {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;

    color: #000000;
}


.suppliersMainItemBodyBio, .typographyMainItemBodyBio {
    font-size: 18px;
    line-height: 21px;

    color: #776D6D;
    margin-top: auto;
}


.mobileMenuContainer {
    display: none;
    position: absolute;
    top: 118.4px;
    left:0;
    background: #FFFFFF;
    z-index: 100;
    width: 100%;
}

.mobileMenuBlockContainer {
    border-bottom: 0.5px solid #E3E3E3;    
}
.mobileMenuItem {
    display: inline-block;
    margin: 8px 0 9px 0;
    cursor: pointer;
    font-size: 20px;
    line-height: 23px;
    border-bottom: 0.5px solid transparent;
    width: 100%;
}


.mobileMenuItemActive, .mobileMenuItem:hover {
    border-color: #FF0000;
    color: #FF0000;
}

.mobileMenuListItem {

    border-bottom: 0.5px solid #E3E3E3;
    padding: 10px 0 4px 18px;
    cursor: pointer;
    color: #A4A4A4;
    font-size: 14px;
    line-height: 16px;

}

.mobileMenuListItem:hover {
    color: #A29AD2;
}
.mobileMenuListItemActive {
    color: #5546B6;
}

.mobileSubmenuListItem {
    font-size: 10px;
    line-height: 12px;
    padding: 10px 0 10px 56px;
}
.mobileMenu {
    margin: 0 27px 20px 27px;
}

.mobileButton {
    display: flex;
    justify-content: center;
    border-color:transparent;
    width: 100%;
    cursor: pointer;
    padding: 14px 0;
    font-size: 20px;
    line-height: 23px;
}


.redMobileButton {
    color: #FFFFFF;
    background: #E30513;
}
.grayMobileButton {
    background: #E8E8E8;

}


.systemMessage {
    position: relative;
    top: 20%;
    left: 30%;
    width: 600px;
    height: 250px;
    background-color: white;
    border-color: red;
    border: solid 1px red;
    z-index: 999;
    box-shadow: 10px 10px 3px rgba(0,0,0, 0.5);
    border-radius: 10px;
}



.headerUserMenuItem {

    font-weight: 300;
font-size: 12px;
line-height: 14px;
padding: 6px 10px 6px 18px;
background: #ffffff;
cursor: pointer;

}

.headerUserMenuItem:hover {
    color: #FFFFFF;
    background: #E30513;
}

.headerUserMenuItem:not(:first-of-type)  {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerUserMenu {
    position: absolute;
    top: 42px;
    right: 0;
    left: auto;
    display: none;
    width: 203px;
}
.headerInnerAuth {
    position: relative;
}

.headerInnerBlockButtonIcon {
    margin-right: 9px;
}
.headerUserMenuTitle {
    padding: 10px 13px;
    background: #F2F2F2;
    cursor: default;
}

.headerUserMenuTitle:hover {
    background: #F2F2F2;
    color: #E30513;
}

.headerUserMenuItemSettings {
    margin: 6px 0 0 36px;
    font-weight: 300;
    cursor: pointer;
}
.headerUserMenuItemName {
    font-weight: 500;
}

.headerUserMenuItemName, .headerUserMenuItemSettings {
    
font-size: 12px;
line-height: 14px;
color: #E30513;
}

.accButton:hover + .headerUserMenu, .headerUserMenu:hover {
    display: block;
}


/* Авторизация */
.container_authorization {
    background-color: #FFFEFF;
}
.authorizationOverlay {
    margin: 55px auto 359px auto;
    padding: 48px 0;
    width: 100%;
    max-width: 1214px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
}
.authorizationTitle {
    margin: 0 0 70px 0;
    text-align: center;
    font-size: 36px;
    line-height: 42px;
}
.loginForm, .regForm {
    margin: auto;
}
.loginForm {
    width: 412px;
}
.regForm {
    width: 600px;
}
.loginFormRow, .regFormRow {
    display: flex;
    margin-bottom: 15px;
}
.loginFormRow {
    position: relative;
}
.regFormRow {
    justify-content: space-between;
}
.loginFormSubtitle {
    font-size: 14px;
line-height: 16px;
margin-bottom: 10px;
}
.regFormSubtitle {
    font-size: 14px;
line-height: 16px;
margin: auto 0;
}

.loginFormInput {
    background: #FFFFFF;
border: 1px solid #EBEBEB;
box-sizing: border-box;
display: block;
width: 275px;
padding: 10px 26px 11px 12px;
outline: none;
}

.loginFormInputClear {
    display: none;
    position: absolute;
    top:11px;
    right: 10px;
    cursor: pointer;
    left:auto;
}
.loginFormInputActive + .loginFormInputClear {
    display: block;
}

.loginFormInputActive {
    background-color: #EEF4FA;
    border-color: #B0D4F4;
    width: 416px;
    border-radius: 4px;
    position: relative;
    top: 0;
    left:0;
}

.loginFormInputEdit {
background-color: #FFFFFF;
}

.resultInput {
    background-color: #FFFFFF;
    width: 416px;
    border-radius: 4px;
    margin-bottom: 12px;
}





.authorizationFormButton {
    cursor: pointer;
    margin: 30px auto;
    background: #F9F4F4;
border: 1px solid #E30513;
color: #E30513;
    font-size: 12px;
line-height: 14px;
padding: 11px 35px;
text-align: center;

}

.authorizationFormButtonActive {
  color: #FFFFFF;
    background-color: #E30513;
}

.loginFormButton {
    margin: auto 0;
    width: 71px;
}



.authorizationFormRequired:after{
    content: ' *';
    color: #E30513;
}


.loginFormlink {
    color: #3690E5;
    margin-left: 10px;
    cursor: pointer;
}



    .loginFormPassrecovery {
        display: inline-block;
        color: #A4A4A4;
        margin: 30px auto 0 auto;
        cursor: pointer;
    }

    .loginFormPassrecovery:hover {
        color: #5546B6;
    }






    .loginFormButtonSocial {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
}

.loginFormButtonSocial img {
    width: 100%;
    height: 100%;
}

.inactive {
    display: none;
}

.loginFormRowSocial {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    
}


.headerUserMenuItemCounter {
    line-height: 15px;
    height: 15px;
    padding: 2px 6.125px;
    background: #E30513;
    border-radius: 50%;
    color: white;
}

.headerUserMenuItemText {
line-height: 19px;
}