.p-footer {
    background: #BE0000;
    position: relative;
    z-index: 10;
}

/*upd*/
.p-footer_t {
    background: #D0021B;


}

.p-footer_t .p-footer__main-menu {
    padding: 32px 45px 20px;
    max-width: 1030px;
    margin: 0 auto;
}

.p-footer__main-menu .wrap-item {
    padding-bottom: 12px;
    position: relative;
}

.p-footer__main-menu .wrap-item > .item {
    font-weight: 800;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.p-footer_t .p-footer__main-menu .dropdown {
    display: block;
    padding: 0;
}

.p-footer_t .p-footer__main-menu .dropdown .wrap-item {
    padding-bottom: 8px;
}

.p-footer_t .p-footer__main-menu .dropdown .item {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 0;
}

.p-footer_t .p-footer__main-menu .dropdown .item:hover {
    font-weight: 800;
}

.p-footer__main-menu .btn-drop {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.p-footer__main-menu .btn-drop:after,
.p-footer__main-menu .btn-drop:before {
    background: #fff;
}

.p-footer__main-menu .btn-drop:after {
    top: 13px;
    left: 2px;
    width: 24px;
    height: 2px;
}

.p-footer__main-menu .btn-drop:before {
    top: 2px;
    left: 13px;
    width: 2px;
    height: 24px;
}


@media only screen and (max-width: 767px) {
    .p-footer_t .p-footer__main-menu {
        padding: 25px 15px 15px;
    }

    .p-footer__main-menu .btn-drop {
        display: block;
    }
}

/*upd end*/

.p-footer_b {
    height: 69px;
    margin: 0 auto;
    /*max-width: 1100px;*/
    padding: 0 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .p-footer_b {
        height: 90px;
        align-items: flex-start;
        padding: 20px 20px 0;
    }
}

/*upd*/
@media only screen and (max-width: 767px) {
    .p-footer_b {
        height: auto;
        padding: 10px 15px 25px;
        flex-direction: column-reverse;
    }
}


.p-footer_b .wrap-copy {
    display: flex;
    align-items: flex-end;
}

@media only screen and (max-width: 767px) {
    .p-footer_b .wrap-copy {
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
    }
}

.p-footer_b .wrap-copy .logo {
    width: 117px;
    margin-right: 30px;
}

@media only screen and (max-width: 767px) {
    .p-footer_b .wrap-copy .logo {
        margin-right: 10px;
    }
}

.p-footer_b .wrap-copy .copy {
    font-size: 12px;
    line-height: 15px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .p-footer_b .wrap-copy .copy {
        padding-top: 5px;
        white-space: normal;
    }
}

.p-footer_b .wrap-tel {
    display: flex;
}


/*@media only screen and (max-width: 767px) {*/
/*    .p-footer_b .wrap-tel {*/
/*        display: none;*/
/*    }*/
/*}*/
/*upd end*/
.p-footer_b .wrap-tel p {
    margin-right: 15px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 500;
    color: #fff;
}

.p-footer_b .wrap-tel a {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    font-weight: 700;
}

.p-footer_b .develop {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .p-footer_b .develop {
        position: absolute;
        right: 20px;
        top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .p-footer_b .wrap-tel {
        padding-bottom: 24px;
    }

    .p-footer_b .wrap-tel p {
        font-size: 11px;
        line-height: 13px;
        text-align: right;
    }

    .p-footer_b .wrap-tel a {
        font-size: 20px;
        line-height: 26px;
    }

    .p-footer_b .develop {
        text-align: right;
        position: absolute;
        right: 15px;
        bottom:20px;
    }
}

@media only screen and (max-width: 374px) {
    .p-footer_b .wrap-copy .copy,
    .p-footer_b .develop {
        font-size: 10px;
        line-height: 12px;
    }
}

.p-footer_b .develop a {
    color: #fff;
    text-decoration: underline;
}

.no-touchevents .p-footer_b .develop a:hover {
    text-decoration: none;
}

.p-footer_b .wrap-tel div {
	display:flex;
	    flex-direction:column;
}

@media only screen and (max-width: 400px)  {
	.p-footer_b .wrap-tel p {
	font-size:9px;
}
	.p-footer_b .wrap-tel a {
font-size:16px;
}
	.p-footer_b .wrap-tel span {
font-size:10px;
}
    .p-footer_b .wrap-tel {
        padding-bottom: 5px;
    }
}