BODY,HTML,FORM {
    margin: 0;
    padding: 0;
    max-height: 9001em
}

BODY {
    font-family: Montserrat, Arial,Tahoma,Microsoft Sans Serif;
    font-size: 15px;
    line-height: 1.5;
    color: #000;
    text-align: center
}

h1 {
    font-family: Montserrat, Arial,Tahoma, Microsoft Sans Serif;
}

 .mainContainer {
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

.separator5 {
    height: 5px;
    clear: both
}

.separator10 {
    height: 10px;
    clear: both
}

.separator20 {
    height: 20px;
    clear: both
}

.separator40 {
    height: 40px;
    clear: both
}

.separator50 {
    height: 50px;
    clear: both
}

.separatorLine {
    height: 1px;
    border-bottom: 1px solid #b8c4cb;
    margin: 10px 30px
}

img {
    max-widtH: 100%;
    border: none
}

A {
    text-decoration: none;
    outline: none
}

A:HOVER {
    text-decoration: none
}

P {
    margin: 0;
    padding: 0 0 10px
}

.pageCaption {
    margin: 100px auto;
    max-width: 1218px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 20px;
}

.title {
    margin: 0 0 30px 0;
    font-size: 42px;
    font-weight: 700;
    text-align: left;
    max-width: 600px;
}

.subtitle {
    max-width: 600px;
    font-size: 18px;
    padding: 0;
}

.footer {
    background-color: #F7F7F7;
    width: 100%;
    float: left;
    text-align: left;
    padding: 70px 20px;
    max-width: -webkit-fill-available;
}

.footerContainer {
    max-width: 1218px;
    width: 100%;
    margin: 0 auto;
}

.footerRow {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    column-gap: 70px;
}

.footerContacts {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: start;
    column-gap: 20px;
}

.footerSupport a {
    color: #107ABC;
    font-size: 32px;
    font-weight: 500;
}

.footerSupport a:hover {
    color: #ff6f48; 
}

.footerProductDescription {
    color: #999999;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
}

.footerContacts .phone {
    color: #000000;
    float: right;
}

.footerContacts .phone-type {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 12px;
    color: #999;
}

.youtube {
    background-image: url(../images/footer-youtube.png);
    display: block;
    float: left;
    background-position: 0 0;
    background-size: 35px;
    width: 35px;
    height: 25px;
}

.youtube:hover {
    background-position: 0 25px;
}

.alignStar {
    align-items: start;
}

@media(max-width: 1125px) {
    .pageCaption {
        justify-content: center;
        row-gap: 50px;
    }
    
    .bannerImg {
        order: -1;
    }
}

@media (max-width: 992px) {
    .footerRow {
        grid-template-columns: 1fr 2fr;
        column-gap: 30px;
    }
}

@media(max-width:  768px) {
    .footerRow, .footerContacts {
        grid-template-columns: auto;
        row-gap: 20px;
    }
}

@media(max-width: 576px) {
    .title {
        font-size: 32px;
    }
}