#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;
}

#ftr-git {
    display: none;
}

.cm-wrapper {
    display: flex;
    position: relative;
    overflow: hidden;
}

.cm-wrapper:before {
    content: '';
    display: block;
    width: 3.625vw;
    height: 3.625vw;
    position: absolute;
    /*top: 6.125vw;*/
    top: 7.2vw;
    left: 7.500vw;
    background: url(../../images/title-logo.png) center center no-repeat;
    background-size: cover;
    border-radius: 100%;
}

.cm-wrapper:after {
    content: '';
    display: block;
    width: 0.063vw;
    /* height: 6.125vw; */
    height: 100vh;
    background: #000;
    position: absolute;
    bottom: calc(100% - 7.3vw);
    left: 9.3vw;
}

.cm-left {
    width: 64.438vw;
    background: #fff;
    padding: 5.938vw 11.688vw 4.250vw 13.938vw;
}

.cm-title {
    margin-bottom: 3.438vw;
}

.cm-title-logo {}

.cm-title h2 {
    margin: 0 !important;
}

.cm-title h2 em {
    font-family: var(--font-family-title);
    font-style: normal !important;
    font-size: 4.375vw;
    font-weight: 400;
    letter-spacing: -0.02em;
    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;
}

.git-wrap {
    padding: 0;
}

.git-wrap .git-form {}

.git-wrap .git-type {}

.git-wrap .git-type label {
    font-size: 1vw;
    color: #2d2d2d;
    letter-spacing: 0.020em;
    font-weight: 300;
}

.git-wrap .git-type-bttns {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-start;
    margin: 2.813vw 0 0;
}

.git-wrap .git-type-bttns > div {
    width: 14.500vw;
    text-align: center;
    font-size: 0.938vw;
    font-weight: 700;
    letter-spacing: 0.120em;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 0 0.938vw;
    cursor: pointer;
    background: url(images/git-bttn-bg.png) center center no-repeat;
    padding: 1.532vw 0.5vw;
}

.git-wrap .git-type-bttns > div:first-child {
    margin: 0 0 0;
}

.git-wrap .git-type-bttns > div.active {
    background: #000;
    color: #fff;
}

.git-wrap .git-type-bttns .git-type-field {
    position: absolute;
    padding: 0 0 0;
    background: none;
    margin: 0 0 0;
    pointer-events: none;
}

.git-wrap .git-type-bttns .git-type-field input {
    opacity: 0;
}

.git-wrap .git-fields {
    margin: 1.625vw 0 0;
}

.git-wrap .git-row {
    margin: 3.688vw 0 0;
}

.git-wrap .git-row:not(.git-bottom) input,
.git-wrap .git-row textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 1px solid #000;
    font-size: 0.813vw;
    color: #616161;
    font-style: italic;
    letter-spacing: 0.020em;
    padding: 0 0;
    outline: none;
}

.git-wrap .git-row:not(.git-bottom) input {
    height: auto;
    padding: 1vw 0;
}

.git-wrap .git-row textarea {
    height: 7.813vw;
    padding: 1vw 0;
    resize: none;
}

.git-wrap .git-row:first-child {
    margin: 0 0 0;
}

.git-wrap .git-row.git-textarea {
    margin: 3.688vw 0 0;
}

.git-wrap .git-input {}

.git-wrap .git-input.dual {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}

.git-wrap .git-input.dual > div {
    width: 18.750vw;
}

.git-wrap .git-input.dual > div:first-child {
    margin: 0 0 0;
}

.git-wrap .git-row.git-bottom {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-end;
    justify-content: space-between;
    margin: 3.938vw 0 0;
}

.git-wrap .git-submit {
    position: relative;
}
.git-wrap .git-submit .site-bttn-3 {
    filter: invert(0);
    -webkit-filter: invert(0);
}
.git-wrap .git-submit:hover .site-bttn-3 {
    background: #291e35;
    color: #fff;
    padding: 0 0.6vw;
}

.git-wrap .git-submit:hover .site-bttn-3 span {
    margin: 0 0.1vw;
    opacity: 0;
}

.git-wrap .git-submit input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.git-wrap .git-submit span.ajax-loader {
    position: absolute;
    margin: auto;
    right: calc(100% + 0.4vw);
    top: 0;
    bottom: 0;
}

.git-wrap .wpcf7 form .wpcf7-response-output{
    color: #000;
}

button.site-bttn-3 em,
span.site-bttn-3 em,
a.site-bttn-3 em,
.site-bttn-3 em {
    font-style: normal !important;
}

.cm-right {
    width: 35.563vw;
    display: flex;
    align-items: center;
    background: rgb(201, 195, 196);
    background: -moz-linear-gradient(top, rgba(201, 195, 196, 1) 0%, rgba(189, 202, 214, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(201, 195, 196, 1) 0%, rgba(189, 202, 214, 1) 100%);
    background: linear-gradient(to bottom, rgba(201, 195, 196, 1) 0%, rgba(189, 202, 214, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c9c3c4', endColorstr='#bdcad6', GradientType=0);
}

.cm-info {
    width: calc(100% + 3.250vw);
    margin-left: -3.250vw;
    background: #000;
    position: relative;
    padding: 5.500vw 0 5.125vw 6.063vw;
}

.cm-info:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../../images/contact-me/contact-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
}

.cm-info-title {
    font-size: 2vw;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 0.9;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 1.375vw;
}

.cm-info-address,
.cm-info-phone {
    font-size: 1.063vw;
    font-weight: 300;
    letter-spacing: 0.06em;
    line-height: 1.8;
    color: #fff;
    position: relative;
    margin-bottom: 1.375vw;
}
.cm-info-phone a:hover{
    color:#616161;
}
.cm-info-smi {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cm-info-smi a {
    font-size: 1.250vw;
    color: #fff;
    margin-right: 1.250vw;
}

.cm-info-smi a:last-child {
    font-size: 0.813vw;
    margin-right: 0;
}
.cm-info-smi a:hover{
    color: #616161;
}
@media only screen and (max-width: 991px) {
    .hdr-main .hdr-logo a {
        /*color: #45315d !important;*/
    }
    p#breadcrumbs {
        font-size: 14px;
    }
    .cm-wrapper {
        flex-flow: column;
    }
    .cm-wrapper > div {
        width: 100vw;
    }
    .git-wrap .git-input.dual > div {
        width: calc(50% - 10px);
    }
    .git-wrap .git-row:not(.git-bottom) input {
        font-size: 13px;
    }
    .git-wrap .git-row textarea {
        font-size: 13px;
        height: 100px;
    }
    .cm-info {
        padding-left: 0;
    }
    .cm-wrapper:before,
    .cm-wrapper:after {
        display: none;
    }
    .cm-left {
        padding: 50px 14.938vw 4.250vw 14.938vw;
    }
    .cm-title h2 {
        text-align: center;
    }
    .cm-title h2 em {
        font-size: 60px;
        display: block;
        padding: 0 0 10px;
    }
    .cm-info {
        width: 100%;
        margin: 0;
        padding: 60px 15px;
    }
    .cm-info-title {
        font-size: 32px;
        text-align: center;
    }
    .cm-info-address,
    .cm-info-phone {
        font-size: 17px;
        text-align: center;
    }
    .cm-info-smi {
        justify-content: center;
    }
    .cm-info-smi a {
        font-size: 20px;
        margin-right: 15px;
    }
    .cm-info-smi a:last-child {
        font-size: 13px;
    }
    .git-wrap .git-row.git-bottom {
        justify-content: center;
    }
    .git-wrap .wpcf7 form .wpcf7-response-output{
        position: relative;
    }
}

@media only screen and (max-width: 480px) {
    .cm-left {
        padding: 5.250vw 15px 4.250vw 15px;
    }
    .cm-title h2 em {
        font-size: 40px;
    }
    .git-wrap .git-input.dual > div {
        width: 100%;
    }
    .git-wrap .git-input.dual > div:first-child {
        margin: 0 0 3.688vw;
    }
    
}