body, html, ul{
    margin:0;
    padding: 0;
}
h1, h2, h3{
    font-weight: normal;
}
body{
    min-width: 250px !important;
}
*{
    font-family: Arial;
    color:black;
    font-size: 20px;
    box-sizing: border-box;
}
.container{
    margin: 0 auto;
    max-width: 1400px;
    height: 100%;
}

main{
}
article{
    padding: 70px 50px 70px 50px;
}
article:nth-child(2n){
    background-color: rgba(192,192,190,0.4);
}
article:nth-child(2n+1){
    background-color: rgba(192,192,190,0.2);
}
/*for formulas*/
.lowSizeTitle{
    font-size:20px !important;
}
.lowSizeText{
    font-size:16px !important;
}
/*for formulas*/
.container{
    margin: 0 auto;
    max-width: 1400px;
    height: 100%;
}
.blockTitle{
    font-size: 36px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #1f4bf0;
}

main>article:first-child{
    padding: 0;
    transition-duration: 300ms;
}
#breadcrumbsContainer{
    max-width: 1500px !important;
}
/*breadcrumbsContainer*/

.breadcrumbsLinks{
    padding:10px 50px 10px 50px;
    font-size: 26px;
}
.breadcrumbsLinks>a{
    color: #1f4bf0;
    font-size: 26px;
    text-decoration: none;
    outline: none;
}
.breadcrumbsLinks>a:hover{
    color:black;
}
.noWrap{
    white-space: nowrap;
}
/*breadcrumbsContainer end*/

/*--------------------------------------------------------------------------------------------------------------------*/

/*header*/
header{
    height: 150px;
    width: 100%;
    background-color: #c0c0bd;
    padding: 0 50px;
}
header a{
    outline: none;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 10px 20px;
}
.headerSecondLine>div:last-child a{
    padding-right: 0;
}
.headerContainer{
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
}
.headerNavContainer{
    display: flex;
    flex-direction: column;
    height: 150px;
    position: relative;
}
.headerFirstLine{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.headerSecondLine{
    height: 100px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}
.headerSecondLine>a{
    color:black;
    text-decoration: none;
    padding: 5px 10px;
    outline: none;
    display: inline-block;
    transition-duration: 300ms;
}

.headerSecondLineElement:hover a, .headerContactsPointer:hover>i{
    color: #1f4bf0;
}
.headerContactsPointer{
    padding: 10px 0;
    transition-duration: 300ms;
    user-select: none;
    background-color: transparent;
    border: none;
    outline: none;
}
.headerContactsPointer>i, .headerSecondLineElement>a{
    transition-duration: 300ms;
}
.headerContactsPointer:hover{
    cursor: pointer;
    color: #1f4bf0;
}
.headerSecondLineElement{
    text-transform: uppercase;
    margin-left: 5px;
    transition-duration: 300ms;
}
.headerSeparator{
    font-weight: bold;
    margin: 0 25px;
}

/*Блок з мовами*/
#langBlockAppearanceJS{
    position: relative;
    z-index: 1001;
}
.headerLangOwner{
    z-index: 100;
    display: flex;
    position: absolute;
    background-color: #c0c0bd;
    top: 40px;
    right: 5px;
    justify-content: space-between;
    padding: 10px 10px;
    border: 4px solid white;

}
.headerLangPointer{
    transition-duration: 300ms;
    user-select: none;
}
.headerSecondLineElement:hover a, .headerLangPointer:hover>i{
    color: #1f4bf0;
}
.headerLangPointer:hover{
    cursor: pointer;
    color: #1f4bf0;
}
.headerLangOwner form:first-child{
    margin: 0;
}
.headerLangOwner form{
    margin-top: 10px;
}
.headerLangOwner form input{
    font-size: 20px;
    padding: 5px 10px;
    width: 100%;
    background-color: #1f4bf0;
    border: 2px solid transparent;
    color: white;
    transition-duration: 300ms;
}
.headerLangOwner form input:hover{
    cursor: pointer;
    background-color: white;
    border-color: black;
    color: #1f4bf0;
}

.menuIco{
    display: none!important;
    cursor: pointer;
}
.menuIco>i{
    font-size: 50px;
}
#closeMenu{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
#closeMenu>i:hover{
    color: #1f4bf0;
}
#closeMenu>i{
    font-size: 30px;
    transition-duration: 300ms;
}

#newMenuContainer{
    width: 100%;
    position: absolute;
    top: 50px;
    background-color: #c0c0bd;
    left: 0;
    display: none;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
    z-index: 500;
}
#newMenuContainer a{
    font-size: 22px;
}
#newMenuContainer>button, #newMenuContainer>div:nth-child(2){
    display: none;
}

/*Блок з мовами*/

/*class for appearence and disappearence*/
.displayNone{
    display: none !important;
}

.headerPhoneNumbersTitle{
    line-height: 35px;
    font-weight: bold;
}
.headerPhoneNumbers{
    display: flex;
}
.headerPhoneNumbers>div{
    margin-right: 25px;
    line-height: 35px;
}
.headerContactsOwner{
    z-index: 100;
    border-top: 1px solid black;
    display: flex;
    position: absolute;
    width: 1400px;
    height: 160px;
    background-color: #c0c0bd;
    top: 150px;
    right: 0;
    padding: 10px 0 10px 10px;
    justify-content: space-between;
    border-radius: 0 0 10px 10px;
}
.headerContactsOwner:not(headerContactsOwnerElement:last-child){
    align-items: center;
}
#headerContactsForm{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.userInfoContainer{
    display: flex;
}
.userMessageLabel{
    display: inline-block;
    padding-right: 15px;
    font-weight: bold;
    text-align: right;
}
#userEmail, #userMessage, #userMessageButton{
    width: 340px;
}
#userEmail{
    border-bottom: 1px solid #1f4bf0;
}
#userMessage{
    height: 80px;
    resize: none;
}
.headerContactsOwnerElement{
    margin-right: 25px;
}
.headerContactsOwnerElementLast{
    margin-right: 50px;
}
.userInfoInput{
    background-color: white;
    padding: 3px 5px;
    outline: none;
    border: none;
}
#userMessageButton{
    padding: 3px 0;
    outline: none;
    color: white;
    background-color: #1f4bf0;
    border: none;
    transition-duration: 300ms;
}
#userMessageButton:hover{
    background-color: white;
    color: #1f4bf0;
    border-top: 1px solid #1f4bf0;
    cursor: pointer;
}
#connectionBlockDisappearanceJS{
    margin-right: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
#connectionBlockDisappearanceJS>i{
    font-size: 30px;
    transition-duration: 300ms;
}
#connectionBlockDisappearanceJS>i:hover{
    cursor: pointer;
    color: #1f4bf0;
}
.logoDiv{
    max-width: 404px;
    margin-bottom: 5px;
}
.logo{
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.75);
    width: 100%;
}
/*header end*/

/*supportContainer*/
.supportIcons{
    width: 100px;
    height: 100px;
    background: url("/public/images/mainPage/person.png") no-repeat center;
    background-size: cover;
    transition-duration: 300ms;
    border-radius: 100%;
}
.supportBlocks{
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin:0 auto;
}
.supportBlocks>div{
    margin-right: 35px;
    width: 450px;
}
.supportBlocks>div:last-child{
    margin-right: 0;
}
.supportBlocks div{
    text-align: center;
}
.supportPosada{
    margin-top: 10px;
    margin-bottom: 5px;
}
.supportPosada, .supportName{
    line-height: 25px;
    font-size: 20px;
    font-weight: bold;
}
.supportName{
    margin-bottom: 5px;
}
.supportIcons{
    margin: 0 auto;
}
.supportPhone{
    margin-bottom: 5px;
}
.supportPhone, .supportEmail{
    font-size: 20px;
}
/*supportContainer end*/

/*footer*/
footer{
    background-color: rgba(191,191,189,0.98);
    color: black;
    padding: 50px 50px;
}
.footerContainer{

    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footerContainer>div{
    margin-right: 20px;
}
.footerContainer>div:last-child{
    margin-right: 0;
}
.footerComp{
    font-size: 26px !important;
    font-weight: bold;
    margin-bottom: 20px;
}
.footerEmail, .footerPhone, .footerCompDesc>div:first-child{
    margin-bottom: 10px;
}
.footerMessengers>div:last-child{
    display: flex;
}
.footerMessengers>div:last-child>div{
    margin-right: 15px;
}
.footerMessengers>div:last-child>div:last-child{
    margin-right: 0;
}
.footerMessengers i{
    font-size: 50px!important;
    cursor: pointer;
    transition-duration: 300ms;
}
.footerMessengers i:hover{
    color: #1f4bf0;
}
/*footer end*/

@media screen and (max-width: 500px) {
    article {
        padding: 40px 10px 40px 10px;
    }
    .blockTitle{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 940px) {
    .footerContainer{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footerContainer>div{
        margin-right: 0 !important;
        margin-bottom: 25px;
    }
    .footerContainer>div:last-child{
        margin-bottom: 0;
    }
    .footerMessengers>div:last-child{
        justify-content: center;
    }
}
@media screen and (max-width: 780px) {
    .supportBlocks{
        flex-direction: column;
        align-items: center;
    }
    .supportBlocks>div{
        margin-right: 0;
        margin-bottom: 25px;
        width: 100%;
    }
    .supportBlocks>div:last-child{
        margin-bottom: 0;
    }
    .supportBlocks>div{
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 500px) {
    .supportBlocks>div>div{
        font-size: 18px;
    }
    .blockTitle {
        font-size: 30px;
    }
    .breadcrumbsLinks, .breadcrumbsLinks>a{
        font-size: 20px;
    }
    .breadcrumbsLinks{
        padding: 15px 10px;
    }
    .footerCompDesc, .footerEmail, .footerPhone, .footerAddress, .footerCompDesc>div{
        font-size: 18px !important;
    }
    .footerComp{
        font-size: 24px !important;
    }
    .footerCompDesc>div:first-child, .footerEmail, .footerPhone{
        margin: 0 !important;
    }
    .footerMessengers i{
        font-size: 45px !important;
    }
}
/*@media screen and (max-width: 1080px) {*/
/*    .headerSecondLine>div{*/
/*        display: none;*/
/*    }*/
/*    .logo{*/
/*        display: none;*/
/*    }*/
/*}*/
@media screen and (max-width: 960px) {
    .logo{
        height: 78px;
        width: 232px;
    }
    .headerSeparator{
        margin: 0 10px;
    }
    /*.headerSecondLine>div{*/
    /*    display: none;*/
    /*}*/

}
@media screen and (max-width: 840px) {
    /*.headerSecondLine>div, .headerFirstLine>div{*/
    /*    display: none;*/
    /*}*/
    .headerSecondLineElement>a{
        font-size: 18px;
        padding: 5px 10px;
    }
    .headerFirstLine, .headerSecondLine{
        position: absolute;
        right: 0;
    }
    .headerSecondLine{
        bottom: 0;
        width: 400px;
    }
}
@media screen and (max-width: 725px) {
    .headerSecondLine>div{
        display: none;
    }
    .headerSecondLine>div:first-child, .menuIco{
        display: block!important;
    }
}
@media screen and (max-width: 600px) {
    .headerFirstLine>div:nth-child(n+1):nth-child(-n + 4){
        display: none;
    }
    #newMenuContainer>button, #newMenuContainer>div:nth-child(2){
        display: block;
    }

}
@media screen and (max-width: 410px) {
    .menuIco{
        position: absolute;
        top: -35%;
    }
    #langBlockAppearanceJS{
        right: 100px;
    }
    .headerSecondLine{
        justify-content: flex-end;
    }
    .headerContainer{
        justify-content: center;
    }
}

@media screen and (max-width: 1515px) {
    .headerPhoneNumbers>div:last-child{
        display: none;
    }
    .headerContactsOwner{
        width: auto;
    }
}
@media screen and (max-width: 1223px) {
    .headerPhoneNumbers>div:nth-child(2){
        display: none;
    }
}
@media screen and (max-width: 943px) {
    .headerPhoneNumbers>div:first-child, .headerPhoneNumbersTitle{
        display: none;
    }
}
@media screen and (max-width: 695px) {
    .userMessageLabel{
        display: none;
    }
}