.pad {
    padding-left:5%;
    padding-right:5%;
}
.pad-left {padding-left:5%;}
.pad-right {padding-right:5%;}
.pad-w {width:5%;}

body {
    background:#bfb8b8 url(../images/design/back2.png) repeat;
    text-align:center;
    line-height: 0;
}
.main-container {
    background:white;
    display:inline-block;
    max-width:1500px;
    width:100%;
    overflow:hidden;
    margin:0;
    position:relative;
    line-height:1.2em;
    box-shadow: 0 0 10px rgba(20,50,100,0.2);
}

.head {
    background:white;
    margin-bottom: 64px;
    padding:15px 0;
}
.head .contacts .col {
    display: inline-block;
    vertical-align: top;
    padding-left:10px;
}
.head .contacts {
    margin:10px 0 0;
    text-align: left;
    display: inline-block;
}
.head .contacts .phone {
    font-size:18px;
    font-weight: 900;
}

.logo {
    display: inline-block;
    vertical-align: middle;
    margin-right:30px;
    text-align: left;
}
.logo img {
    height:50px;
    margin-top:10px;
    transition: all 300ms;
}
.logo-text {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.text-border span {
    padding-bottom: 8px;
    border-bottom: 4px solid #fe0000;
}
.hline {
    display: block;
    background: #fe0000;
    height:4px;
    width:100px;
}

.pc-menu {margin:0 -12px;}
.menu-cont {
    display: inline-block;
    text-align: right;
    width:50%;
}

.mb-menu {display:none;}

.menu-main.stick .logo span:nth-child(2) {font-size:14px; margin-top:-3px;}
.menu-main.stick .logo img {width:27px;}
.menu-main.stick.show {top:64px; box-shadow: 0 2px 1px rgba(0,0,0,0.2);}
.menu-main.stick {
    max-width: 1500px;
    position: fixed;
    top:0;
    margin-top:-64px;
    height:64px;
    transition: all 300ms;
}
.menu-main {
    background:#f7f7f7;
    margin-top:-64px;
    position:absolute;
    z-index:100;
    height:64px;
    transition: top 300ms;
}


.menu-cont a.sel:hover,
.menu-cont a.sel {
    background:url(../images/design/menu.png) no-repeat 50% 100%;
    background-size:20px auto;
}
.menu-cont a:hover {color:#d40000;}
.menu-cont a {
    color:black;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    font-size:16px;
    font-weight: 900;
    padding:21px 0 0;
    margin:0 12px;
    height:64px;
}
.menu-cont.cont {
    text-align: center;
}



.menu-main .menu-subs a.sel,
.menu-main .menu-subs a {
    display: block;
    text-decoration: none;
    padding:8px 30px 8px 15px;
    margin:0;
    line-height: 1.2em;
    border:none;
}
.menu-subs.hover {
    padding-top:7px;
    padding-bottom:7px;
    max-height:400px;
}
.menu-subs {
    overflow: hidden;
    display:inline-block;
    padding-top:0;
    padding-bottom:0;
    position: absolute;
    max-height:0;
    padding:0 0;
    margin:48px 0 0 0px;
    background:#f2f2f2;
    box-shadow: 0 1px 1px rgba(0,0,0,0.4);
    z-index: 0;
    transition: all 300ms;
    text-align: left;
}

.map-cont {
    height:500px;
    background:#f9f6ed;
    margin-top:30px;
}

.back-contacts {
    background:#f7f7f7;
    border-top:4px solid #ececec;
}
.back-contacts label {
    display:block;
    font-size:14px;
    color:#777;
    margin-top:20px;
    margin-bottom: 5px;
}
.back-contacts .phones {
    font-size:18px;
    font-weight: 900;
}
.back-contacts .address,
.back-contacts .email {
    font-size:18px;
}

.cbread {
    font-size:14px;
    color:#4d4d4d;
}
.cbread b {
    display: inline-block;
    width:4px;
    height:4px;
    background:#000;
    margin:0 10px;
    border-radius: 2px;
    vertical-align: middle;
}
.block.bread {
    background:#f0f5f9;
}
.block.bread .cont a {text-decoration: none;}
.block.bread .cont {
    padding-top:10px;
    padding-bottom:10px;
    color:#555;
    font-size:13px;
}

.catalog-cont {
    background:linear-gradient(to bottom,#deb9c3 0%,#ececec 30%);
    padding-bottom:20px;
}
.catalog-cont .catalog-item:nth-child(2n+1) .ci-photos-cont {
    float:right;
}
.catalog-cont .catalog-item:nth-child(2n+1) .ci-info {
    float:left;
}

.catalog-item {
    padding-bottom: 70px;
}
.ci-info .h3 {margin-bottom: 5px;}

.ci-download {font-weight: 700;}
.ci-info {
    float:right;
    width:55%;
    padding-left:50px;
    padding-right:50px;
}
.ci-photos-cont {
    float:left;
    width:45%;
    position: relative;
}
.ci-photos.twister {
    background:white;
    border-radius: 35px;
    margin:0;
}
.ci-photos .tw-cont0 {
    overflow: hidden;
    border-radius: 35px;
}
.ci-photos.twister .item {padding:0;}
.ci-photos.twister .tw-round {
    right:auto;
    left:50px;
    margin-bottom: -16px;
    display: none;
}
.ci-photos.twister .tw-round > div {
    border-radius: 16px;
}
.ci-photos .img {
    width:100%;
    height:300px;
    display: block;
}
.ci-order-button {
    position: absolute;
    right:50px;
    bottom:0;
    margin-bottom: -15px;
}


.tabs {
    margin-top:25px;
    margin-left:-15px;
}
.tabs .tabs-item-video,
.tabs .tabs-item {
    padding:8px 15px;
    border-bottom: none !important;
    text-transform: none;
    font:18px Roboto;
    height:auto;
    position: relative;
}
.tabs .tabs-item.sel {
    background:white;
    border-radius: 5px;
}
.tabs .tabs-item span {
    position: absolute;
    width:10px;
    height: 10px;
    left:50%; top:100%;
    transform: rotate(45deg);
    margin:-10px 0 0 -5px;
    transition: all 300ms;
}
.tabs .tabs-item.sel span {
    background:white;
    margin-top:-5px;
}
.tabs-cont-item p:first-child {margin-top:0;}

.file {
    background:url() no-repeat;
    background-size:27px auto;
    width:27px;
    height:33px;
    display: inline-block;
    vertical-align: middle;
    margin-right:10px;
}
.file.doc {background-image: url(../images/design/file-doc.png);}
.file.pdf {background-image: url(../images/design/file-pdf.png);}

.attrs td {padding:4px 0;}
.attrs .label {padding-right:20px;}
.attrs .value {font-weight: normal;}


.back1 {
    background:url(../images/design/back.png) no-repeat 90% 50%;
    background-size: auto 300%;
}
.back4 {
    background:#f7f7f7 url(../images/design/back4.png) no-repeat 100% 50%;
    background-size: contain;
}
.back-red {
    background:url(../images/design/back-red.png) no-repeat 50% 50%;
    background-size: 100% 100%;
}

.logo-small {
    height:26px;
}
.more-grad {
    position: absolute;
    background: linear-gradient(to bottom,rgba(255,255,255,0),white);
    height:0px;
    bottom:0;
    left:0; right:0;
    transition: all 300ms;
}
.more-text.hidden .more-grad {height:50px;}
.more-text.hidden {
    max-height: 100px;
}
.more-text {
    position: relative;
    overflow: hidden;
    transition: all 300ms;
    max-height: 500px;
}
.more-button-cont {
    text-align: center;
    margin:15px 0;
}
.boxes {
    margin:40px 0 40px;
}
.boxes .img {
    width:auto;
    display: block;
}

.service {padding:30px 0;}
.service .h1 {margin-bottom: 20px;}
.service-icon {padding:20px;}
.serivce-text {min-height: 100px;}
.service-phone {
    font-weight: 900;
    font-size: 28px;
}

.advantages .col {
    padding-top:10px;
    padding-bottom:10px;
}
.advantages {
    padding:50px 0;
}
.adv {
    background:url() no-repeat 50% 50%;
    background-size:100% auto;
    width:60px;
    height:70px;
    display: inline-block;
    vertical-align: middle;
    margin-right:20px;
}
.adv.a1 {background-image: url(../images/design/a1.png);}
.adv.a2 {background-image: url(../images/design/a2.png); background-size:auto 100%;}
.adv.a3 {background-image: url(../images/design/a3.png);}
.adv.a4 {background-image: url(../images/design/a4.png);}
.advantages .col span {
    display: inline-block;
    vertical-align: middle;
    color:white;
    font-size:16px;
    font-weight: normal;
}

.recall {padding:35px 0;}

.copyright .right {width:185px;}
.copyright a {
    text-decoration: none;
}
.copyright {
    background:#ececec;
    font-size:14px;
    text-align:left;
    padding:40px 0;
}
.copyright .col img {
    height:40px;
    margin-left:15px;
}
.copyright .col {
    display: inline-block;
    vertical-align: middle;
}
.copytext {padding:10px 0;}

.loader {
    background:white;
    margin:15px 0;
    padding:15px 0;
    text-align: center;
    border-radius: 3px;
    box-shadow:inset 0 1px 4px rgba(0,0,0,0.1);
}
.loader span {
    display: inline-block;
    background:white url(../images/design/loader.gif) no-repeat 10px 50%;
    padding-left:28px;
    padding:5px 10px 5px 38px;
    border-radius: 15px;
}

.popup-back.show {
    opacity:1;
}
.popup-back {
    transition:opacity 300ms;
    opacity:0;
    display:none;
    position:fixed;
    background:rgba(0,0,0,0.5);
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index: 100;
}

.popup-cont.show {
    opacity:1;
}
.popup-cont > * {
    margin:0;
    padding:0;
}
.popup-cont > table.report {margin:15px 0;}
.popup-cont p {margin:10px 0;}
.popup-cont input {
    width:100%;
    box-sizing: border-box;
    margin:0;
}
.popup-cont h3 i {
    cursor:pointer;
    margin-top:10px;
}
.popup-cont h3 {
    border-bottom:1px solid #ccc;
    padding:0 0 10px;
    margin:0 0 5px;
    text-align: left;
}
.popup-cont {
    transition:opacity 300ms;
    opacity:0;
    display:none;
    background:white;
    border-radius:15px;
    box-shadow:0 1px 10px rgba(0,0,0,0.7);
    position:fixed;
    left:10%;
    right:10%;
    top:10%;
    bottom:10%;
    padding:20px;
    z-index: 101;
}
#video_frame {
    margin:0;
}
.popup-cont.grey {background:#e6e6e6;}
.form-cont,
.video-cont {
    position: absolute;
    top:60px; bottom:20px;
    left:20px; right:20px;
    text-align: left;
}
.form-cont label {
    padding:15px 0 5px;
    display:block;
}
.form-cont textarea {
    width:100%;
    height:300px;
}
.form-cont {
    padding:30px 80px;
    overflow: auto;
}
.form-cont .captcha img {vertical-align: middle;}
.form-cont .captcha input {width:200px; vertical-align: middle; margin-left:10px;}
.types .item {
    width:33.333333%;
    display: inline-block;
}
.popup-title .text {
    font-size:28px;
    font-weight: 900;
    text-transform: uppercase;
}
.popup-cont.wide {
    width:60%;
    margin-left:-30%;
    margin-top:10%;
    top:0;
    padding-left:15px;
    padding-right:15px;
    position:absolute;
}


.side-left,
.side-right {
    display: inline-block;
    vertical-align: top;
    width:60%;
    margin-top:10px;
}
.side-left {}
.side-right {width:40%;}
.side-left .block {padding-right:0;}


.twister .tw-round {height:auto;}
.twister .tw-round > div {
    background:white;
    border-radius: 0;
    padding:6px 0;
}
.twister .tw-round .tw-round-left,
.twister .tw-round .tw-round-right {display: none;}
.tw-round-pages {
    height:14px;
    margin:0 5px;
}
.tw-round-pages span.sel {background:#fe0000;}
.tw-round-pages span {
    background:#b3b3b3;
    width:14px;
    height:14px;
    margin:0 10px;
}

.column {}

.feedback {margin-bottom: 40px;}
.feedback .input textarea {width:100%; height:200px;}
.feedback .input input {width:100%; max-width:600px;}
.feedback .captcha > * {
    vertical-align: middle;
}
.feedback .check,
.feedback .captcha,
.feedback .input {
    margin:0 0 10px;
}
.feedback label {
    display:block;
    margin:5px 0;
}

#recall_loader,
#recall_message {
    background:white;
    border-radius: 10px;
    padding:20px 40px;
    display: none;
}