
.page-content-prolog-header {
    width: 100%;
    height: 195px;
    background-color: #FDB815;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-content-prolog-header-text{
    margin-left: 52px;
    margin-right: 52px;
    font-size: 23px;
    font-weight: 700;
    line-height: 33px;
    color: #252B4D;
}

.page-content-prolog-header-text b{
    font-weight: 900;
}

.page-content-prolog-body-grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
    height: 640px;
}

.grid-left{
    margin-right: 10px;
    display: block;
    width: 280px;
}

.grid-right{
    width: calc(100% - 290px);
    display: block;
}

.grid-left-img{
    width: 100%;
    height: 315px;
    display: block;
}

.grid-left-img + .grid-left-img{
    margin-top: 10px;
}

.grid-right-img{
    width: 100%;
    height: 100%;
    background-position: -110px 0px;
}


.page-content-prolog-end{
    position: absolute;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    height: 120px;
}

.page-content-prolog-end-logo{
    height: 70px;
    width: 145px;
    margin-left: 70px;
    margin-bottom: 25px;
}

.page-content-prolog-end-container{
    width: 345px;
    height: 60px;
    position: absolute;
    right: 0;
    background: url("../img/footer/background.svg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page-content-prolog-end-text{
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-right: 55px;
    text-decoration: none;
    color: #181818;
}

.page-content-epilog-header{
    height: 195px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.page-content-epilog-header-logo{
    width: 188px;
    height: 91px;
}

.page-content-epilog-end-container{
    width: 345px;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate3d(0,0,0,1);
    transform: rotate3d(0,0,0,1);
    background: url("../img/footer/background180.svg");
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.page-content-epilog-end-text{
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-left: 60px;
    text-decoration: none;
    color: #181818;
}

.page-content-epilog-body-grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
    height: 640px;

}

.contacts{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 25px;
    background-color: #F6F7F8;
}

.contacts-block + .contacts-block{
    display: block;
    margin-top: 50px;
}

.contacts-block:last-child{
    margin-bottom: 60px;
}

.contacts-block-header{
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
    color: #252B4D;
    display: block;
}

.contacts-block-value{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #252B4D;
    margin-top: 12px;
    display: block;
}

.contacts-block-container-item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 15px;
}

.contacts-block-container-icon{
    width: 20px;
    height: 20px;
    margin-right: 15px;
}

.contacts-block-container-tel{
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #252B4D;
}