
body {
  font-family: "gothampro", Helvetica, Arial, sans-serif;
  color: #535353;
  background-color: #ffffff;
  font-weight: 400;
}
.trans {
  transition: all 0.5s;
  -wekit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
p{
    font-family: gothampro-light;
    line-height: 24px;
    font-size: 16px;
    color: #000;
}
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;
    position: relative;
    background-image: url(../images/gal/back_preview_v2.png);
    background-color: #AAA;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;


}
.block1 .shadow_img{
    padding: 10px 0px 30px 0px;
}
.shadow_img{
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.6);
    position: relative;
}

.bl1-t1 {
    font-size: 45px;
    line-height: 61px;
    font-family: gothampro-black;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.bl1-t2 {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 50px;
}
.more-text{
    font-family: gothampro-light;
    line-height: 24px;
    font-size: 16px;
    color: #000;
}
.more-text .right{
    text-align: right;
    padding-left: 30px;
    font-size: 16px;
}
.more-text .left{
    font-size: 16px;
    text-align: left;
    padding-right: 30px;
}
.italic{
    font-family: gothampro;
    font-style: italic;
    font-size: 20px;
}
.video-popup {
    font-size: 18px;
    color: #949494;
    border-bottom: 1px solid #949494;
    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, .price-block {
    border: 9px solid #9ddcdc;
    padding: 25px 40px 35px;
}

.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;
}
.count-head{
    font-size: 18px;
    font-family: gothampro-light;
}
.price-block ul{
    margin: 20px 10px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
    font-family: gothampro-light;
    list-style-image: url(../images/price-list-img.png);
}
.price{
    font-size: 18px;
    line-height: 32px;
    font-family: gothampro-light;
}
.price_two{
    font-size: 24px;
    font-family: gothampro-light;
}
.block9_list .list-text{
    margin:0px;
}
.block9_list .list-text li{
    padding-bottom: 10px;
}
.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: #e67a7a;
    border-radius: 0;
    margin-top: 15px;
    font-family: gothamprobold;
}
.btn-red i {
    font-size: 18px;
}
.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;
    margin-bottom: 50px;
}
.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/half.jpg);*/
}
.bl2-bg1 {
    /*background-image: url(../images/half1.jpg);*/
}
.bl2-bg2 {
    /*background-image: url(../images/half2.jpg);*/
}
.half-title {
    font-size: 26px;
    font-family: gothamprobold;
    margin-bottom: 40px;
}
.half-name{
    text-align: right;
    width: 100%;
    padding-top: 10px;
}

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


.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;
}
.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: 15px 0;
}


.btn-red1.two {
    margin: 30px 0 0;
}
.prod-block {
    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;
}

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

.block_acbg {
    background: #fff4e1;
}
.block1{

}
.block2{
    padding: 50px 0px 30px 0px;
}
.block3{
    padding: 50px 0px 30px 0px;
}
.block4{
    padding: 30px 0px;
    position: relative;
}
.block5{
    padding: 50px 30px;

}
.block5 .group-img{
    margin-top: 30px;

}

.block7{

}
.video_group{
    margin: 30px 0px;
    position: relative;
}
.half-content {
    padding:10px 0;
    min-height: 351px;
    display: flex;
    align-items: center;

}

.half-text {
    border-color: #e67a7a;
    border-style: solid;
    border-size: 3px;
    font-family: gothampro-light;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    margin: 50px 0 0 0;
    padding-right:25px;
    text-align: center;
}
.fact-item{
    height: 220px;
    border-color: #F08679;
    border-width: 3px;
    border-style: solid;
    display: flex;
    align-items: center;
    padding: 16px;
}
.fact-item>p {
    font-family: gothampro-light;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    text-align: center;
    margin:0px;
}
.gal_pt {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
}
.gal_pt img {
    width: 100%;
}
.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/gal/gmmm.jpg);
    background-color: #AAA;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 !important;
}
.block8 .block-title {
    margin-bottom: 65px;
}
.list-pt {
    margin: 30px 0;
    list-style-type: none;
}
.list-img {
    width: 80px;
    margin-right: 20px;
    float: left;
    text-align: center;
}

.list-pt .list-text {
    margin: 0px 30px 26px 30px;
    font-family: gothamprobold;
    font-size: 18px;
    padding-top: 9px;
    display: block;
    list-style-type: none;
    float: left;
}

 .list-text {
    margin: 0px 30px 26px 30px;
    font-family: gothamprobold;
    font-size: 18px;
    padding-top: 9px;
    display: block;
}

.list-pt .list-text:before {
    content: '';
    display: block;
    height: 50px;
    width: 50px;
    background-image: url('../images/list-style-image.svg');
    background-position: center center;
    background-size: 32px auto;
    background-repeat: no-repeat;
    float: left;
}

.list-text a {
    color: #e67a7a;
    font-size: 16px;
    border-bottom: 1px solid #e67a7a;
    padding-bottom: 4px;
}
.list-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;
    }
    .bl1-t1{
        font-size: 34px;
        line-height: 40px;
    }
    .half-bg{

        height: auto !important;
        margin-bottom: 30px;
    }

}


@media (max-width: 420px) {
    .bl1-t1{
        font-size: 26px;
        line-height: 32px;
    }

}

@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;
    }
        .in-text{
        display: none;
    }
}
@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);
    }
    */

    /*video*/
    .video{
      position: relative;
      padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
      padding-top: 30px;
      height: 0;
      overflow: hidden;
  }
  .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  .video_preview{
    margin-bottom: 30px;
}
.more-container{
    position: relative;
}

.in-text img{
    width: 100%;

}
.more-img1{
    position: absolute;
    width: 30px;
}
.more-img2{
    position: absolute;
    right: 0;
    bottom: 0;
}
.group-img{
/*    display: flex;
    justify-content: space-around;
*/
    height: 300px;
    margin-bottom:40px;
}
.group-img .wrap-img{
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 300px;
}
.group-img img{
    max-height: 300px;
    max-width: 100%;
    margin: 3px;
}
.btn-link{
    line-height: 60px;
}

.big-text {
    text-align: center;
    font-size: 18px;
    font-family: gothamprobold;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.bullet {
    list-style-type: square!important;
}
.one-line .list-text:before {
   background-position: center center;
    height: 34px;
}
.social {
    margin: 50px auto;
}
.block8 .shadow_img {
    padding: 50px 0;
}

.old-price {
    position: relative;
    color: #7f94a1;
}

.old-price:before {
    border-bottom: 3px solid red;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    transform: rotate(-12deg);
}
