#content-full {
    margin-top: 0 !important;
}

.ip-banner::before {
    /*display: none;*/
}

.ip-banner::after {
    /*content: '';
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    opacity: .91;
    position: absolute;
    top: 0;
    left: 0;*/
}

.hdr-main .hdr-logo a,
.hdr-main #nav > li > a,
.hdr-main .hdr-phone a {
    /*color: #fff !important;*/
}

.hdr-main.fixed .hdr-logo a {
    /*color: #45315d !important;
    ;*/
}

.hdr-main.fixed #nav > li > a,
.hdr-main.fixed .hdr-phone a {
    /*color: #000 !important;*/
}

#inner-page-wrapper {
    background: url(../../images/intro-logo.png) right calc(100% - 2vw) no-repeat #291e35;
    background-size: 57.938vw auto;
    background-attachment: fixed;
    margin-bottom: 0;
    overflow: hidden;
}

#inner-page-wrapper > .container {
    width: 100%;
    padding: 0;
}

p#breadcrumbs {
    font-size: 0.875vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #b2b2b2;
    text-transform: uppercase;
    padding: 0 3.438vw;
}

p#breadcrumbs .breadcrumb_last {
    color: #fff;
}

.rec-wrapper {
    position: relative;
    background: #fff;
    padding: 103px 55px 57px;
    /*padding: 6.438vw 3.438vw 3.563vw;*/
    padding: 96px 3.438vw 3.563vw;
    overflow: hidden;
}

.rec-wrapper:before {
    /*content: '';
    display: block;
    width: 5.188vw;
    height: 5.188vw;
    position: absolute;
    top: 6.125vw;
    left: 4.313vw;
    z-index: 2;
    background: url(../../images/title-logo.png) center center no-repeat;
    background-size: cover;*/
}

.rec-wrapper:after {
    /*content: '';
    display: block;
    width: 0.063vw;
    height: 6.125vw;
    background: #000;
    position: absolute;
    top: 0;
    left: 6.813vw;
    z-index: 2;*/
}

.rec-top-bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
}

.rec-top-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../../images/blog-details/blog-details-top-bg-overlay.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.rec-top-bg canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    filter: grayscale(1);
    opacity: .1;
}

.rec-inner {
    position: relative;
    z-index: 1;
}

.rec-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 75px;
    margin-bottom: 4.688vw;
}

#content .rec-title h2 {
    margin: 0 !important;
    position: relative;
    padding:  0 0 0 0;
}
.rec-title h2:before{
    content: '';
    display: block;
    width: 3.625vw;
    height: 3.625vw;
    position: absolute;
    left: -12.375vw;
    bottom: 0.7vw;
    z-index: 2;
    background: url(../../images/title-logo.png) center center no-repeat;
    background-size: cover;
    border-radius: 100%;
}
.rec-title h2:after{
    content: '';
    display: block;
    width: 0.063vw;
    height: 100vh;
    background: #000;
    position: absolute;
    bottom: 4.2vw;
    left: -10.6vw;
    z-index: 2;
}
.rec-title h2 em {
    font-family: var(--font-family-title);
    font-style: normal !important;
    /*font-size: 3.750vw;*/
    font-size: 4.375vw;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1.2 !important;
    background-image: url(../../images/title-texture.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-clip: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.rec-items {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: row wrap;
    margin: 0 -16px;
    margin: 0 -1vw;
}

.rec-item {
    width: 50%;
    padding: 0 16px;
    padding: 0 1vw;
    margin-bottom: 36px;
    margin-bottom: 2.250vw;
}

.rec-item-inner {
    position: relative;
    background: #fff;
    padding: 75px 78px 0;
    padding: 4.688vw 4.875vw 0;
}

.rec-item-inner:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../../images/recommendations/recommedation-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .5;
}

.rec-item-inner:after {
    content: '';
    width: 100%;
    height: 31px;
    height: 1.938vw;
    background: rgb(189, 202, 214);
    background: -moz-linear-gradient(left, rgba(189, 202, 214, 1) 0%, rgba(201, 195, 196, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(189, 202, 214, 1) 0%, rgba(201, 195, 196, 1) 100%);
    background: linear-gradient(to right, rgba(189, 202, 214, 1) 0%, rgba(201, 195, 196, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bdcad6', endColorstr='#c9c3c4', GradientType=1);
    position: absolute;
    bottom: 0;
    left: 0;
}

.rec-item-inner > div {
    position: relative;
    z-index: 1;
    padding: 44px 50px 125px;
    padding: 2.750vw 3.125vw 7.813vw;
    border-top: 2px solid #000;
    /*    border-top: 0.125vw solid #000;*/
    border-left: 2px solid #000;
    /*    border-left: 0.125vw solid #000;*/
}

.rec-item-inner > div:before {
    content: '';
    width: 2px;
    /*    width: 0.125vw;*/
    height: 109px;
    height: 6.813vw;
    background: #000;
    position: absolute;
    top: -2px;
    /*    top: -0.125vw;*/
    right: 0;
}

.rec-photo-name-stars {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    margin-bottom: 1.375vw;
}

.rec-photo-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.rec-photo {
    max-width: 73px;
    max-width: 4.563vw;
    margin-right: 34px;
    margin-right: 2.125vw;
}

.rec-photo canvas {
    display: block;
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.rec-name {
    padding: 7.5px 0;
    padding: 0.469vw 0;
}

.rec-name h2 {
    font-family: var(--font-family-title);
    font-size: 30px !important;
    font-size: 1.875vw !important;
    font-weight: 400 !important;
    letter-spacing: 0.02em;
    line-height: 1;
    color: #191b1c;
    margin: 0 0 5px !important;
    margin: 0 0 0.313vw !important;
}

.rec-name span {
    display: block;
    font-size: 14px;
    font-size: 0.875vw;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 0.02em;
    color: #5b5b5b;
}

.rec-stars {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rec-stars i {
    display: block;
    font-size: 18px;
    font-size: 1.125vw;
    font-style: normal !important;
    color: #45315d;
    margin-left: 2px;
    margin-left: 0.125vw;
}

.rec-content {
    min-height: 255px;
}

.rec-content p {
    font-size: 15px;
    font-size: 0.938vw;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 2 !important;
    color: #5b5b5b;
    margin: 0 !important;
}
.rm-clear{
    width: 100%;
    clear: both;
}
@media only screen and (max-width: 991px) {
    .hdr-main .hdr-logo a {
        /*color: #45315d !important;*/
    }
    p#breadcrumbs {
        font-size: 14px;
        padding: 0 55px;
    }
    .rec-wrapper {
        /*padding: 103px 55px 57px;*/
        padding: 50px 55px 57px;
    }
    .rec-wrapper:before,
    .rec-wrapper:after,
    .rec-title h2:before,
    .rec-title h2:after{
        display: none;
    }
    #content .rec-title h2{
        padding: 0 0 0 0;
    }
    .rec-title h2 em {
        font-size: 30px;
        padding: 0 0 10px;
        display: block;
    }
    .rec-items {
        margin: 0;
    }
    .rec-item {
        width: 100%;
        padding: 0;
        margin-bottom: 36px;
    }
    .rec-item-inner {
        padding: 75px 78px 0;
    }
    .rec-item-inner:after {
        height: 31px;
    }
    .rec-item-inner > div {
        padding: 44px 25px 125px;
    }
    .rec-photo-name-stars {
        margin-bottom: 22px;
    }
    .rec-photo {
        max-width: 73px;
        margin-right: 34px;
    }
    .rec-name {
        padding: 7.5px 0;
    }
    .rec-name h2 {
        font-size: 30px !important;
        margin: 0 0 5px !important;
    }
    .rec-name span {
        font-size: 14px;
    }
    .rec-stars i {
        font-size: 18px;
        margin-left: 2px;
    }
    
    .rec-content p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 480px) {
    p#breadcrumbs {
        padding: 0 15px;
    }
    .rec-wrapper {
    padding: 103px 15px 57px;
}
    .rec-item-inner {
        /*padding: 30px 30px 0;*/
        padding: 30px 15px 0;
    }
    .rec-photo-name-stars {
        flex-flow: column;
        align-items: flex-start;
    }
    .rec-photo-name {
        margin-bottom: 30px;
    }
}