
body {
    font-family      : "gothampro", Helvetica, Arial, sans-serif;
    color            : #535353;
    background-color : #ffffff;
    font-weight      : 400;
}

.trans {
    transition         : all 0.5s;
    -webkit-transition : all 0.5s;
    -moz-transition    : all 0.5s;
    -o-transition      : all 0.5s;
}

a:focus {
    text-decoration : none;
    outline         : none;
}

* {
    outline : none !important;
}

.grayscale {
    transition         : all 0.5s;
    -webkit-transition : all 0.5s;
    -moz-transition    : all 0.5s;
    -o-transition      : all 0.5s;
    filter             : url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    -webkit-filter     : grayscale(1);
    -moz-filter        : grayscale(1);
    -ms-filter         : grayscale(1);
    -o-filter          : grayscale(1);
    filter             : grayscale(1);
    filter             : gray;
}

.grayscale:hover {
    -webkit-filter : grayscale(0);
    filter         : grayscale(0);
}

.grayscale-inverse {
    transition         : all 0.5s;
    -webkit-transition : all 0.5s;
    -moz-transition    : all 0.5s;
    -o-transition      : all 0.5s;
    -webkit-filter     : grayscale(0);
    filter             : grayscale(0);
}

.grayscale-inverse:hover {
    filter         : url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    -webkit-filter : grayscale(1);
    -moz-filter    : grayscale(1);
    -ms-filter     : grayscale(1);
    -o-filter      : grayscale(1);
    filter         : grayscale(1);
    filter         : gray;
}

.open-menu {
    font-size  : 16px;
    color      : #e67a7a;
    border     : 0;
    padding    : 0;
    background : transparent;
    margin-top : 11px;
}

.menu-elements {
    display        : inline-block;
    vertical-align : middle;
    width          : 60px;
    height         : 30px;
    margin-right   : 12px;
    position       : relative;
}

.menu-elements span {
    height     : 4px;
    background : #e67a7a;
    width      : 100%;
    position   : absolute;
    top        : 50%;
    right      : 0;
    margin-top : -2px;
}

.head-offer {
    margin-top : 6px;
}

.callme-block {
    margin-top : 10px;
}

.menu-elements span:first-child {
    top    : 0;
    right  : 0;
    margin : 0;
}

.menu-elements span:last-child {
    width  : 70%;
    bottom : 0;
    right  : 0;
    top    : auto;
    margin : 0;
}

.head-phone {
    font-size  : 24px;
    text-align : right;
}

.head-phone span {
    font-size   : 12px;
    display     : block;
    font-family : gothampro-light;
}

.head-callme {
    font-size      : 16px;
    color          : #e67a7a;
    border-bottom  : 1px solid #e67a7a;
    padding-bottom : 4px;
    position       : relative;
}

.head-callme:after {
    content    : "";
    background : url(../images/phone-icon.png);
    width      : 21px;
    height     : 22px;
    position   : absolute;
    left       : -27px;
    top        : 1px;
}

.head-callme:hover {
    color           : #e67a7a;
    border-bottom   : 1px solid transparent;
    text-decoration : none;
}

.head-menu {
    position           : fixed;
    top                : 0;
    width              : 100%;
    -webkit-box-shadow : 0 0 5px;
    -moz-box-shadow    : 0 0 5px;
    box-shadow         : 0 0 5px;
    padding            : 20px;
    z-index            : 100;
    background         : #fff;
    left               : 0;
}

.block1 {
    margin-top          : 93px;
    background-image    : url(../images/form/123.jpg);
    background-position : center;
    background-repeat   : no-repeat;
    background-size     : cover;
    padding             : 60px 0;
    color               : #fff;
}

.bl1-t1 {
    font-size      : 45px;
    line-height    : 61px;
    font-family    : gothampro-black;
    text-transform : uppercase;
    margin-bottom  : 25px;
    color          : #FFD947;
}

.bl1-t2 {
    font-size     : 28px;
    line-height   : 44px;
    margin-bottom : 50px;
}

.video-popup {
    font-size      : 18px;
    color          : white;
    border-bottom  : 1px solid whitesmoke;
    padding-bottom : 5px;
    position       : relative;
}

.video-popup:hover {
    text-decoration     : none;
    border-bottom-color : transparent;
    color               : #949494;
}

.video-popup:after {
    content          : "";
    background-image : url(../images/play-icon.png);
    width            : 48px;
    height           : 48px;
    position         : absolute;
    right            : -60px;
    top              : 50%;
    margin-top       : -24px;
}

.form-block {
    border     : 9px solid #ffffff;
    padding    : 25px 40px 35px;
    background : rgb(31, 97, 42);
}

.form-head {
    font-size     : 16px;
    font-family   : gothampro-light;
    margin-bottom : 25px;
}

.form-head span {
    font-size     : 20px;
    font-family   : gothamprobold;
    display       : block;
    margin-bottom : 8px;
}

.inp {
    font-size : 16px;
    height    : 48px;
    width     : 100%;
    border    : 0;
    padding   : 0 15px;
    color     : #000;
}

.comm-block td {
    padding : 0 10px;
}

.comm-block td:first-child {
    padding-left : 0;
}

.comm-block td:last-child {
    padding-right : 0;
}

.inp:-ms-input-placeholder {
    color : #9ddcdc;
}

.inp::-webkit-input-placeholder {
    color : #9ddcdc;
}

.inp::-moz-placeholder {
    color : #9ddcdc;
}

.inparea:-ms-input-placeholder {
    color : #9ddcdc;
}

.inparea::-webkit-input-placeholder {
    color : #9ddcdc;
}

.inparea::-moz-placeholder {
    color : #9ddcdc;
}

.btn-red {
    height        : 60px;
    font-size     : 18px;
    width         : 100%;
    background    : #ffd941;
    border-radius : 0;
    margin-top    : 15px;
    font-family   : gothamprobold;
    color         : black;
}

.btn-red i {
    font-size : 18px;
    color     : black;
}

.btn-red:hover {
    background : #e67a7a;
    color      : #fff;
}

.btn-red:focus {
    background : #e67a7a;
    color      : #fff;
}

.inp.error {
    -webkit-box-shadow : inset 0 0 0 2px red;
    -moz-box-shadow    : inset 0 0 0 2px red;
    box-shadow         : inset 0 0 0 2px red;
}

.garant-form {
    font-family : gothampro-light;
    margin-top  : 15px;
}

.block {
    padding : 50px 0;
}

.block1_1 {
    background     : #fff4e1;
    font-size      : 33px;
    text-transform : uppercase;
    text-align     : center;
    font-family    : gothamprobold;
}

.container-half {
    position            : absolute;
    vertical-align      : middle;
    top                 : 0;
    bottom              : 0;
    width               : 50%;
    background-position : center;
    background-repeat   : no-repeat;
    background-size     : cover;
}

.container-half-left {
    left : 0;
}

.container-half-right {
    right      : 0;
    background : #fff;
}

.bl2-bg {
    background-image : url(../images/form/marshme.jpg);
}

.bl2-bg1 {
    background-image  : url(../images/form/2.JPG);
    background-repeat : no-repeat;
    background-size   : cover;
}

.bl2-bg2 {
    background-image : url(../images/form/3.JPG);
}

.block2 {
    position : relative;
}

.half-title {
    font-size     : 26px;
    font-family   : gothamprobold;
    margin-bottom : 40px;
}

.half-text {
    font-family   : gothampro-light;
    line-height   : 24px;
    font-size     : 16px;
    color         : #000;
    margin-bottom : 40px;
}

.btn-red1 {
    height        : 60px;
    font-size     : 18px;
    background    : #e67a7a;
    border-radius : 0;
    font-family   : gothamprobold;
    padding       : 0 20px;
    color         : #fff;
    margin-bottom : 20px;
}

.btn-red1 i {
    font-size : 24px;
}

.btn-red1:hover {
    background : #e67a7a;
    color      : #fff;
}

.btn-red1:focus {
    background : #e67a7a;
    color      : #fff;
}

.btn-red-border {
    height        : 60px;
    font-size     : 18px;
    background    : transparent;
    border        : 1px solid #e67a7a;
    border-radius : 0;
    font-family   : gothamprobold;
    padding       : 0 20px;
    color         : #e67a7a;
    margin-bottom : 20px;
}

.btn-red-border i {
    font-size      : 24px;
    vertical-align : middle;
}

.btn-red-border:hover {
    background : transparent;
    color      : #e67a7a;
}

.btn-red-border:focus {
    background : transparent;
    color      : #e67a7a;
}

.all-see {
    color          : #e67a7a;
    border-bottom  : 1px solid #e67a7a;
    font-size      : 16px;
    padding-bottom : 5px;
    display        : inline-block;
    margin-top     : 10px;
}

.all-see:hover {
    color           : #e67a7a;
    border-bottom   : 1px solid transparent;
    text-decoration : none;
}

.haft-content {
    padding : 35px 0;
}

.overlay {
    position   : absolute;
    width      : 100%;
    height     : 100%;
    top        : 0;
    left       : 0;
    background : rgba(60, 60, 60, 0.75);
    opacity    : 0;
}

.zoom-block {
    position   : absolute;
    top        : 40px;
    right      : 40px;
    text-align : right;
    font-size  : 18px;
    color      : #fff;
}

.zoom-text {
    display        : inline-block;
    vertical-align : middle;
    width          : 230px;
    margin-right   : 15px;
}

.zoom-icon {
    display        : inline-block;
    vertical-align : middle;
    background     : url(../images/zoom-icon.png) no-repeat center #9ddcdc;
    width          : 60px;
    height         : 60px;
}

.overlay:hover {
    opacity : 1;
}

.block3 {
    background : #fff4e1;
}

.block-title {
    text-align     : center;
    font-size      : 33px;
    font-family    : gothamprobold;
    text-transform : uppercase;
    margin-bottom  : 40px;
}

.block-title span {
    font-family    : gothampro-light;
    line-height    : 24px;
    font-size      : 18px;
    display        : block;
    text-transform : none;
    margin-top     : 20px;
}

.bl3-pt {
    line-height : 24px;
    font-family : gothampro-light;
    margin      : 35px 0;
}

.bl3-pt span {
    font-family : gothamprobold;
    font-size   : 18px;
    display     : block;
    margin      : 10px 0;
}

.block4 .block-title {
    color : #fff;
}

.block4 {
    background-image    : url(../images/11444.jpg);
    background-position : center;
    background-size     : cover;
    background-repeat   : no-repeat;
    padding-bottom      : 70px;
}

.btn-red1.two {
    margin : 30px 0 0;
}

.prod-block {
    min-height : 634px;
    text-align : center;
    border     : 9px solid #9ddcdc;
    padding    : 25px 40px 45px;
    margin-top : 30px;
    background : #000;
}

.prod-title {
    font-family   : gothamprobold;
    color         : #fff;
    font-size     : 18px;
    margin-bottom : 20px;
}

.prod-img-table {
    display : table;
    width   : 100%;
    height  : 240px;
}

.prod-img-cell {
    display        : table-cell;
    vertical-align : middle;
}

.block5 {
    background-image    : url(../images/block51.jpg);
    background-position : center;
    background-size     : cover;
    background-repeat   : no-repeat;
    padding             : 90px 0;
}

.block5 .inp {
    max-width : 350px;
    border    : 2px solid #a2a2a2;
}

.upload-descr {
    font-size      : 16px;
    color          : #e67a7a;
    border-bottom  : 1px solid #e67a7a;
    padding-bottom : 5px;
    display        : inline-block;
    margin-top     : 10px;
}

.file_upload {
    position  : relative;
    overflow  : hidden;
    max-width : 300px;
    margin    : 0 auto;
}

.file_upload input[type=file] {
    position       : absolute;
    left           : 0;
    top            : 0;
    width          : 100%;
    height         : 100%;
    transform      : scale(20);
    letter-spacing : 10em;
    -ms-transform  : scale(20);
    opacity        : 0;
    cursor         : pointer;
}

.block6 {
    background : #fff4e1;
}

.gal_pt {
    position      : relative;
    display       : block;
    margin-bottom : 20px;
    overflow      : hidden;
}

.gal_pt img {
    width  : 275px;
    height : 205px;
}

.gal_pt i {
    background : url(../images/zoom-icon1.png) no-repeat center rgba(157, 220, 220, 0.6);
    width      : 100%;
    height     : 100%;
    position   : absolute;
    top        : 0px;
    left       : 0px;
    opacity    : 0;
}

.gal_pt:hover i {
    opacity : 1;
}

.comm-block {
    width : 100%;
}

.comm-block td {
    vertical-align : bottom;
}

.comm-block a.active {
    -webkit-filter : grayscale(0);
    filter         : grayscale(0);
}

.comm-block a {
    display            : block;
    position           : relative;
    transition         : all 0.5s;
    -webkit-transition : all 0.5s;
    -moz-transition    : all 0.5s;
    -o-transition      : all 0.5s;
    filter             : url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
    -webkit-filter     : grayscale(1);
    -moz-filter        : grayscale(1);
    -ms-filter         : grayscale(1);
    -o-filter          : grayscale(1);
    filter             : grayscale(1);
    filter             : gray;
}

.comm-block a.active:after {
    content       : "";
    width         : 0;
    height        : 0;
    border-left   : 25px solid transparent;
    border-right  : 25px solid transparent;
    border-bottom : 24px solid #fff4e1;
    position      : absolute;
    bottom        : 0;
    left          : 50%;
    margin-left   : -25px;
}

.comm-descr {
    background    : #fff4e1;
    padding       : 30px 60px;
    font-size     : 16px;
    line-height   : 24px;
    margin-bottom : 50px;
}

.comm-name {
    font-size      : 18px;
    text-transform : uppercase;
    margin-bottom  : 15px;
    font-family    : gothamprobold;
}

.block8 {
    color               : #fff;
    background-image    : url(../images/form/sad.jpg);
    background-position : center;
    background-size     : cover;
    background-repeat   : no-repeat;
    padding             : 90px 0 50px;
}

.block8 .block-title {
    margin-bottom : 65px;
}

.bl9-pt {
    margin : 30px 0;
}

.bl9-img {
    width        : 80px;
    margin-right : 20px;
    float        : left;
    text-align   : center;
}

.bl9-text {
    margin-left : 100px;
}

.bl9-text span {
    font-family   : gothamprobold;
    font-size     : 18px;
    padding-top   : 9px;
    display       : block;
    margin-bottom : 20px;
}

.bl9-text a {
    color          : #e67a7a;
    font-size      : 16px;
    border-bottom  : 1px solid #e67a7a;
    padding-bottom : 4px;
}

.bl9-text a:hover {
    color               : #e67a7a;
    text-decoration     : none;
    border-bottom-color : transparent;
}

.block10 {
    background : #fff4e1;
}

.fotorama__wrap {
    margin : 0 auto 20px;
}

.bl10-title {
    font-family : gothamprobold;
    font-size   : 26px;
    margin      : 55px 0 30px;
}

.bl10-text {
    font-family   : gothampro-light;
    margin-bottom : 30px;
    line-height   : 24px;
}

.block10 .btn-red1 {
    margin : 0;
}

.bl10-pt {
    margin-bottom : 40px;
}

.expand-more-sliders span {
    font-size      : 16px;
    color          : #e67a7a;
    padding-bottom : 3px;
    border-bottom  : 1px solid #e67a7a;
}

.expand-more-sliders:hover {
    text-decoration : none;
    color           : #e67a7a;
}

#more-works {
    display : none;
}

.block11 {
    padding-top : 80px;
}

.otz-pt {
    margin : 15px 0;
}

.otz-name {
    font-family : gothamprobold;
    font-size   : 18px;
    margin      : 40px 0 15px;
}

.otz-descr {
    font-family : gothampro-light;
    line-height : 24px;
}

.block12 {
    background : #fff4e1;
}

.block12 > .container {
    background : url(../images/otz-icon.png) no-repeat left top;
}

.block14 {
    background : #010130;
    color      : #fff;
}

.bl14-t1 {
    font-size      : 33px;
    font-family    : gothamprobold;
    text-transform : uppercase;
}

.bl14-t2 {
    color          : #e67a7a;
    font-size      : 33px;
    font-family    : gothamprobold;
    text-transform : uppercase;
    border-bottom  : 1px solid #e67a7a;
    padding-bottom : 3px;
}

.bl14-t2:hover {
    color           : #e67a7a;
    border-bottom   : 1px solid transparent;
    text-decoration : none;
}

.bl14-t3 {
    margin-top    : 40px;
    font-size     : 34px;
    margin-bottom : 10px;
}

.bl14-t4 {
    font-size : 16px;
}

.map-block {
    position : relative;
    height   : 620px;
}

.map-block .container {
    position : relative;
}

.map-contact {
    font-size  : 18px;
    background : #86bbbb;
    position   : absolute;
    bottom     : 80px;
    max-width  : 480px;
    padding    : 60px 50px;
    color      : #fff;
}

.map-title {
    font-size     : 33px;
    font-family   : gothamprobold;
    margin-bottom : 20px;
}

.map-text1 {
    margin-bottom : 20px;
}

.map-text1 span {
    font-size : 22px;
}

.fancy-popup {
    text-align : center;
}

.fancy-popup .fancybox-skin {
    box-shadow : none;
    background : transparent;
}

.fancy-popup .popup {
    color     : #fff;
    max-width : 380px;
}

.inparea {
    font-size : 16px;
    height    : 90px;
    width     : 100%;
    border    : 0;
    padding   : 7px 15px;
    color     : #000;
}

/*beginning fonts*/
@font-face {
    font-family : 'gothampro-light';
    src         : url('../fonts/gothampro-light.eot') format('embedded-opentype');
    font-weight : normal;
    font-style  : normal;
}

@font-face {
    font-family : 'gothampro-light';
    src         : url('../fonts/gothampro-light.otf') format('opentype'),
    url('../fonts/gothampro-light.ttf') format('truetype'),
    url('../fonts/gothampro-light.svg#gothampro-light') format('svg');
    font-weight : normal;
    font-style  : normal;
}

@font-face {
    font-family : 'gothampro';
    src         : url('../fonts/gothampro.eot') format('embedded-opentype');
    font-weight : normal;
    font-style  : normal;
}

@font-face {
    font-family : 'gothampro';
    src         : url('../fonts/gothampro.otf') format('opentype'),
    url('../fonts/gothampro.ttf') format('truetype'),
    url('../fonts/gothampro.svg#gothampro') format('svg');
    font-weight : normal;
    font-style  : normal;
}

@font-face {
    font-family : "gothampromedium";
    src         : url("../fonts/gothampromedium.eot");
    src         : url("../fonts/gothampromedium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gothampromedium.woff") format("woff"),
    url("../fonts/gothampromedium.ttf") format("truetype");
    font-style  : normal;
    font-weight : normal;
}

@font-face {
    font-family : "gothamprobold";
    src         : url("../fonts/gothamprobold.eot");
    src         : url("../fonts/gothamprobold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/gothamprobold.woff") format("woff"),
    url("../fonts/gothamprobold.ttf") format("truetype");
    font-style  : normal;
    font-weight : normal;
}

@font-face {
    font-family : 'gothampro-black';
    src         : url('../fonts/gothampro-black.eot') format('embedded-opentype');
    font-weight : normal;
    font-style  : normal;
}

@font-face {
    font-family : 'gothampro-black';
    src         : url('../fonts/gothampro-black.otf') format('opentype'), url('../fonts/gothampro-black.ttf') format('truetype'),
    url('../fonts/gothampro-black.svg#gothampro-black') format('svg');
    font-weight : normal;
    font-style  : normal;
}

/*end fonts*/

@media (max-width : 767px) {
    .video-popup:after {
        content : none;
    }

    .block-title {
        font-size : 24px;
    }

    .btn {
        font-size : 15px;
    }
}

@media (min-width : 768px) {
}

@media (max-width : 991px) {
    .video-popup {
        margin-bottom : 40px;
        display       : inline-block;
    }

    .half-bg {
        position : relative;
        width    : 100%;
        height   : 400px;
        z-index  : 1;
    }

    .bl3-pt {
        text-align : center;
    }

    .bl10-title {
        margin-top : 20px;
    }
}

@media (max-width : 991px) and (min-width : 768px) {
}

@media (max-width : 1199px) and (min-width : 992px) {
}

@media (min-width : 1200px) {
}

@media (max-width : 1200px) {
}

/* Close Button */
.close-button {
    width       : 1em;
    height      : 1em;
    position    : absolute;
    right       : 1em;
    top         : 1em;
    overflow    : hidden;
    text-indent : 1em;
    font-size   : 0.75em;
    border      : none;
    background  : transparent;
    color       : transparent;
}

.close-button::before,
.close-button::after {
    content    : '';
    position   : absolute;
    width      : 3px;
    height     : 100%;
    top        : 0;
    left       : 50%;
    background : #bdc3c7;
}

.close-button::before {
    -webkit-transform : rotate(45deg);
    transform         : rotate(45deg);
}

.close-button::after {
    -webkit-transform : rotate(-45deg);
    transform         : rotate(-45deg);
}

/* Menu */
.menu-wrap {
    position           : fixed;
    z-index            : 1001;
    width              : 300px;
    height             : 100%;
    background         : #534c98;
    padding            : 2.5em 1.5em 0;
    font-size          : 1.15em;
    left               : -320px;
    transition         : all 0.5s;
    -webkit-transition : all 0.5s;
    -moz-transition    : all 0.5s;
    -o-transition      : all 0.5s;
    top                : 0;
}

.menu,
.icon-list {
    height : 100%;
}

.icon-list {
    -webkit-transform : translate3d(0, 100%, 0);
    transform         : translate3d(0, 100%, 0);
}

.icon-list a {
    display           : block;
    padding           : 0.8em;
    -webkit-transform : translate3d(0, 500px, 0);
    transform         : translate3d(0, 500px, 0);
}

.icon-list,
.icon-list a {
    -webkit-transition                 : -webkit-transform 0s 0.4s;
    transition                         : transform 0s 0.4s;
    -webkit-transition-timing-function : cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function         : cubic-bezier(0.7, 0, 0.3, 1);
}

.icon-list a:nth-child(2) {
    -webkit-transform : translate3d(0, 1000px, 0);
    transform         : translate3d(0, 1000px, 0);
}

.icon-list a:nth-child(3) {
    -webkit-transform : translate3d(0, 1500px, 0);
    transform         : translate3d(0, 1500px, 0);
}

.icon-list a:nth-child(4) {
    -webkit-transform : translate3d(0, 2000px, 0);
    transform         : translate3d(0, 2000px, 0);
}

.icon-list a:nth-child(5) {
    -webkit-transform : translate3d(0, 2500px, 0);
    transform         : translate3d(0, 2500px, 0);
}

.icon-list a:nth-child(6) {
    -webkit-transform : translate3d(0, 3000px, 0);
    transform         : translate3d(0, 3000px, 0);
}

.icon-list a:nth-child(7) {
    -webkit-transform : translate3d(0, 3500px, 0);
    transform         : translate3d(0, 3500px, 0);
}

.icon-list a span {
    /*margin-left: 10px;*/
    font-weight : 700;
}

/* Shown menu */
.show-menu .menu-wrap {
    left : 0px;
}

.show-menu .icon-list,
.show-menu .icon-list a {
    -webkit-transform                  : translate3d(0, 0, 0);
    transform                          : translate3d(0, 0, 0);
    -webkit-transition                 : -webkit-transform 0.8s;
    transition                         : transform 0.8s;
    -webkit-transition-timing-function : cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function         : cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .icon-list a {
    -webkit-transition-duration : 0.9s;
    transition-duration         : 0.9s;
}

.show-menu .content::before {
    opacity                            : 1;
    -webkit-transition                 : opacity 0.8s;
    transition                         : opacity 0.8s;
    -webkit-transition-timing-function : cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function         : cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform                  : translate3d(0, 0, 0);
    transform                          : translate3d(0, 0, 0);
}

.content-wrap {
    overflow : hidden;
    width    : 100%;
    height   : 100%;
}

.menu-wrap a {
    color : #b8b7ad;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
    color : #c94e50;
}

.content-wrap {
    -webkit-overflow-scrolling : touch;
}

/*
.content::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
    transition: opacity 0.4s, transform 0s 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}*/

.bl3-pt {
   padding: 10px;
    border-radius: 10px 20px;
    border: 2px solid #e67a7a;
    font-size:16px!important;
    font-weight: bold!important;
}
