.content {
    padding-left: 0;
    padding-right: 0;
}

.header,
.footer {
    padding-left: 101px;
    padding-right: 56px;
}

.body {
    padding-left: 55px;
}

.about-slider .item {
    height: 100%;
}

.about-slider__wrapper {
    position: relative;
}

.about-slider__prev.disable,
.about-slider__next.disable,
.modal-wp__prev.disable,
.modal-wp__next.disable {
    opacity: 0.4;
    pointer-events: none;
}

.about-slider__prev svg,
.about-slider__next svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -12px;
}

.about-slider__prev {
    position: absolute;
    left: 0;
    top: 0;
    width: 57px;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.about-slider__next {
    position: absolute;
    right: 0;
    top: 0;
    width: 57px;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
    cursor: pointer;
}

.about-slider__next svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.about-benefits {
    width: 808px;
    font: 700 16px/1.2 "Bebas", Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #363c43;
    margin: 37px auto 0;
}

.benfit-row {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 41px;
}

.benfit-row:last-of-type {
    margin-bottom: 0;
}

.benefit__item {
    width: 100%;
    margin-right: 74px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
}

.benefit__item:last-of-type {
    margin-right: 0;
}

.benefit__item .icon {
    min-width: 73px;
}

.benefit__item .svg-ico {
    fill: #bd10e0;
}

.page-description {
    min-width: 370px;
    max-width: 600px;
    width: auto;
}

.page-head {
    display: flex;
    justify-content: space-between;
    padding-left: 55px;
    padding-right: 56px;
    margin-top: -21px;
    margin-bottom: 10px;
    min-width: 920px;
}

.page-head > div {
    margin-top: -38px;
    font-size: 16px;
    color: #636363;
}

.page-head .page-head__left,
.page-head .page-head__right {
    width: 33%;
    min-width: 250px;
}

.page-head .page-head__mid {
    margin-top: 0;
    width: 100%;
}

.page-head__photo {
    display: flex;
    margin-top: 16px;
    align-items: flex-end;
    margin-left: -17px;
}

.page-head__photo img {
    min-height:82px;
}

.page-head__name {
    font-size: 16px;
}

.page-head__position {
    font-size: 15px;
}

.banks {
    text-align: center;
    margin: 30px auto 0;
}

.banks .title {
    font: 700 24px/1.2 "Bebas", Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    color: #4b4b4b;
}

.bank-item {
    margin-right: 30px;
}

.bank-item:last-of-type {
    margin-right: 0;
}

.banks-body {
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
}

.windows-ico {
    width: 35px;
    height: 50px;
}

.floor-ico {
    width: 49px;
    height: 50px;
}

.lift-ico {
    width: 49px;
    height: 50px;
}

.otopl-ico {
    width: 50px;
    height: 43px;
}

.park-ico {
    width: 54px;
    height: 54px;
}

.warehouse-ico {
    width: 42px;
    height: 42px;
}

.arrow-ico {
    width: 15px;
    height: 26px;
    fill: #FFF;
}

.modal-about .modal__inner {
    width: 913px;
    height: auto;
    padding: 0;
    background-color: transparent;
}

.modal-about .modal__inner .item img {
    max-width:100%;
    width: auto;
    margin: auto;
}

.modal-about .modal__inner:before {
    display: none;
}

.modal-wp__prev, .modal-wp__next {
    position: absolute;
    top: 50%;
    width: 74px;
    height: 63px;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
    cursor: pointer;
}

.modal-about .modal__close {
    background: none;
    top: -36px;
}

.modal-wp__prev {
    left: 0;
}

.modal-wp__next {
    right: 0;
}

.modal-wp__prev:hover svg,
.about-slider__prev:hover svg,
.about-slider__next:hover svg,
.modal-wp__next:hover svg {
    opacity: 0.5;
}

.modal-wp__prev svg,
.modal-wp__next svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -13px;
}

.modal-wp__next svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}

.modalSlider .item {
    position: relative;
}

.modal-about .owl-carousel .owl-stage-outer {
    min-height: 500px;
}

.external-link {
    position: absolute;
    right: 10px;
    top: 2px;
    font: 400 14px/1 "Bebas", Arial, Helvetica, sans-serif;
    color: #FFF;
    cursor: pointer;
}

.external-link svg {
    margin-left: 3px;
}

.external-link:hover svg {
    fill: #bd10e0ff;
}

.external-link-ico {
    width: 14px;
    height: 14px;
    fill: #FFF;
}

@media screen and (max-width: 1200px) {
    .page-head__info {
        font-size: 14px;
    }
    .page-head__name {
        font-size: 18px;
    }
}
