body {
    background: #fff;
    color: #000;
    font-family: 'casper', arial, sans-serif;
}

a {
    color:#000;
}
a:hover {
    color:#ab3a8e;
}

.clear {
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.it-wrap {
    position: relative;
    width: 260px;
    overflow: hidden;
}
.it-wrap.textarea {
    width: 557px;
    height: 138px;
}
    .it-wrap.textarea textarea {
        height: 110px;
    }

.it {
    border: solid 1px #000;
    line-height: 21px;
    padding: 12px;
    font-size: 18px;
    width: 234px;
}
.it-wrap .it {
    height: 100%;
}
.it:focus {
    border: solid 2px #29cad3;
    padding: 11px;
    outline: none;
    line-height: 21px;
}
.it.blur {
    color: #9e9e9e;
}
.it-wrap .error {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #e75959;
    /*z-index: -1;*/
    top: 100%;
    opacity: 0;
    cursor: default;

    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -ms-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
.it-wrap.error .error {
    /*z-index: 1;*/
    top: 0;
    opacity: 1;
}
.it-wrap .error .txt {
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 12px;
    line-height: 24px;
}
textarea {
    border: solid 1px #000;
    line-height: 22px;
    padding: 12px;
    font-size: 14px;
    width: 531px;
    resize: none;
}
textarea:focus {
    border: solid 2px #29cad3;
    padding: 11px;
    outline: none;
    line-height: 22px;
}
.it-wrap.select {
    position: relative;
    width: 250px;
}
    .it-wrap.select .select {
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border:1px solid #ccc;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        z-index: 100;
        cursor: pointer;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
    }
    .it-wrap.select .select-visible {
        position: relative;
        border: solid 1px #000;
        line-height: 21px;
        padding: 12px;
        font-size: 18px;
        width: 224px;
        height: 21px;
    }
    .it-wrap.select .select-visible.focus {
        border: solid 2px #29cad3;
        padding: 11px;
        outline: none;
        line-height: 21px;
    }
    .it-wrap.select .select-visible .icon-select {
        position: absolute;
        right: 10px;
        top: 20px;
    }

.wrapper {
    min-width: 999px;
}

.home .wrapper {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1250px;
}

.wrap {margin:0px 40px;position:relative;}

.bold {
    font-family:'casper_bold', arial, sans-serif;
}
.italic {
    font-family:'casper_italic', arial, sans-serif;
}
.bold.italic {
    font-family:'casper_bold_italic', arial, sans-serif;
}

.navi {
    display: block;
}
    .navi-item {
        display: inline-block;
        float: left;
    }
        .navi-item a {
            display: block;
            text-decoration: none;
        }

.icon {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-indent: -9999px;
    position:relative;
}
    .icon-cetis {
        width: 70px;
        height: 21px;
        background: url(/i/icons.png) -200px -70px no-repeat;
    }
    .icon-map-marker-small {
        width: 10px;
        height: 14px;
        background: url(/i/icons.png) 0px -50px no-repeat;
    }
    .icon-map-marker-mid {
        width: 14px;
        height: 23px;
        background: url(/i/icons.png) 0px -70px no-repeat;
    }
    .icon-social {
        width: 25px;
        height: 25px;
        background-image: url(/i/icons.png);
        background-repeat: no-repeat;
    }
        .icon-social.vk {
            background-position: -50px -70px;
        }
        .icon-social.fb {
            background-position: -100px -70px;
        }
        .icon-social.tw {
            background-position: -150px -70px;
        }
    .icon-splt {
        width: 54px;
        height: 17px;
        background-image: url(/i/icons.png);
        background-repeat: no-repeat;
    }
        .icon-splt.bristol {
            background-position: -50px -50px;
        }
        .icon-splt.marsel {
            background-position: -125px -50px;
        }
        .icon-splt.cambridge {
            background-position: -200px -50px;
        }
    .icon-rarr {
        width: 10px;
        height: 15px;
        background: url(/i/icons.png) -275px -50px no-repeat;
    }
    .icon-barr {
        width: 17px;
        height: 11px;
        background: url(/i/icons.png) -283px -71px no-repeat;
    }
    .icon-larr {
        width: 10px;
        height: 15px;
        background: url(/i/icons.png) -210px -102px no-repeat;
    }
    .icon-larr-white {
        width: 10px;
        height: 15px;
        background: url(/i/icons.png) -236px -102px no-repeat;
    }
    .icon-barr-white {
        width: 17px;
        height: 11px;
        background: url(/i/icons.png) -309px -71px no-repeat;
    }
    .icon-rarr-purple {
        width: 10px;
        height: 15px;
        background: url(/i/icons.png) -300px -50px no-repeat;
    }
    .icon-rarr-grey {
        width: 10px;
        height: 15px;
        background: url(/i/icons.png) -325px -50px no-repeat;
    }
    .icon-rarr-border {
        width: 36px;
        height: 50px;
        background: url(/i/icons.png) -300px 0px no-repeat;
    }
        .icon-rarr-border .icon {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(/i/icons.png) -300px -145px no-repeat;
        }
    .icon-select {
        width: 12px;
        height: 6px;
        background: url(/i/icons.png) -300px -200px no-repeat;
    }

    .icon-up {width:30px;height:30px;background: url(/i/icons.png) 0 -102px no-repeat;}
    .icon-up-black {width:30px;height:30px;background: url(/i/icons.png) -40px -102px no-repeat;}

    .icon-str-l {
        width: 22px;
        height: 35px;
        background: url(/i/icons.png) -73px -319px no-repeat;
    }
    .icon-str-l-white {
        width: 22px;
        height: 35px;
        background: url(/i/icons.png) 0 -319px no-repeat;
    }
    .icon-str-r {
        width: 22px;
        height: 35px;
        background: url(/i/icons.png) -108px -319px no-repeat;
    }
    .icon-str-r-white {
        width: 22px;
        height: 35px;
        background: url(/i/icons.png) -35px -319px no-repeat;
    }
    .icon-close {
        width: 26px;
        height: 26px;
        background: url(/i/icons.png) -160px -102px no-repeat;
    }
    .icon-print {
        width: 22px;
        height: 18px;
        background: url(/i/icons.png) -285px -102px no-repeat;
    }
    .icon-download {
        width: 22px;
        height: 18px;
        background: url(/i/icons.png) -315px -102px no-repeat;
    }


.tender-view .uploadify {
    position: relative;
    cursor: pointer;
}
    .tender-view .uploadify .swfupload {
        cursor: pointer;
        z-index: -10;
    }
    .tender-view .uploadify-queue {
        /*margin-bottom: 1em;*/
        clear:both;
        margin-bottom: 20px;
    }
    .tender-view .uploadify-queue.uploaded {
        margin-bottom: 0;
    }
    .tender-view .uploadify-queue-item {
        position: relative;
        background: #eee;
        font: 18px 'casper', arial, sans-serif;
        line-height: 54px;
        height: 54px;
        padding: 0 50px 0 20px;
        margin-bottom: 2px;
        color: #000;
    }
        .tender-view .uploadify-queue-item .error-message {
            position: absolute;
            right: 125px;
            top: 0;
            display: none;
        }
        .tender-view .uploadify-queue-item .file-name {
            position: relative;
            z-index: 1;
        }
        .tender-view .uploaded .uploadify-queue-item .file-name {
            display: block;
            width: 300px;
            text-overflow: ellipsis;
            overflow: hidden;
        }
        /*.uploadify-queue-item .data {
            display: none;
        }*/
        .tender-view .uploadify-queue-item .uploadify-icon {
            position: absolute;
            display: block;
            z-index: 1;
            width: 20px;
            height: 20px;
            right: 16px;
            top: 18px;
        }
            .tender-view .uploadify-queue-item .uploadify-icon a {
                -webkit-transition: all 500ms ease;
                -moz-transition: all 500ms ease;
                -ms-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
            }
            .tender-view .uploadify-queue-item .uploadify-icon a:hover {
                -webkit-transform: rotate(360deg);
                -moz-transform: rotate(360deg);
                -ms-transform: rotate(360deg);
                -o-transform: rotate(360deg);
                transform: rotate(360deg);
            }
            .tender-view .uploadify-queue-item .uploadify-icon.cancel a {
                display: block;
                width: 100%;
                height: 100%;
                background: url(/i/icons.png) -299px -219px no-repeat;
                text-indent: -9999px;
                overflow: hidden;
            }
            .tender-view .uploadify-queue-item .uploadify-icon.repeat {
                display: none;
            }
            .tender-view .uploadify-queue-item .uploadify-icon.repeat a {
                display: block;
                width: 100%;
                height: 100%;
                background: url(/i/icons.png) -323px -220px no-repeat;
                text-indent: -9999px;
                overflow: hidden;
            }
        .tender-view .uploadify-progress {
            position: absolute;
            z-index: 0;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }
        .tender-view .uploadify-progress-bar {
            background: #cfcfcf;
            width: 0px;
            height: 100%;
        }
    .tender-view .uploadify-error {
        background: #e75959 !important;
        color: #fff;
    }
        .tender-view .uploadify-error .uploadify-icon.cancel {
            display: none;
        }
        .tender-view .uploadify-error .error-message {
            display: block;
        }
        .tender-view .uploadify-error .uploadify-icon.repeat {
            display: block;
        }
    .tender-view .uploadify-queue-item.uploadify-completed {
        background: #c0e179;
    }
        .tender-view .uploadify-queue-item.uploadify-completed .uploadify-progress-bar {
            width: 0;
        }

.button,
.tender-view .uploadify-button {display: inline-block;border: solid 3px #000;text-decoration: none;font-family: 'casper_bold_italic', arial, sans-serif;cursor: pointer;}
.button .button-text,
.tender-view .uploadify-button-text {padding:0px 25px;display: block;margin: 2px;background: none;color: #000;font-size: 18px;line-height: 37px;height:37px;-webkit-transition: all 150ms linear;-moz-transition: all 150ms linear;-ms-transition: all 150ms linear;-o-transition: all 150ms linear;transition: all 150ms linear;}
.button .icon {position: relative;margin-right:-10px;margin-left:14px;}
.button .icon.left {margin-right: 14px; margin-left: -10px;}

.no-touch .button:hover .button-text,
.no-touch .tender-view .uploadify:hover .uploadify-button-text {background:#000;color:#fff;}

.button.purple {border-color:#fff;}
.button.purple .button-text {color:#fff;}
.button.purple:hover .button-text {background:#fff;color:#ab3a8e;}

.button.grey {border-color:#b2b2b2;}
.button.grey .button-text {color:#b2b2b2;}

.no-touch .button.grey:hover {border-color: #000}
.no-touch .button.grey:hover .button-text {background:#000;color:#fff;}

.button.white {border-color:#fff;}
.button.white .button-text {color:#fff;}
.no-touch .button.white:hover .button-text {background:#fff;color:#000;}

.button.big .button-text {font-size:30px;line-height: 64px;height:64px;}
.button.short .button-text,
.tender-view .uploadify-button-text {line-height: 26px;height: 26px;padding: 0 18px;}
.button.big.short .button-text {line-height: 36px; padding: 0 16px;height: 36px;}

.button.regular {font-family: 'casper_bold', arial, sans-serif;}

.icon .icon {position: absolute;top: 0;left: 0;margin: 0;opacity: 0;-webkit-transition: opacity 150ms linear;-moz-transition: opacity 150ms linear;-ms-transition: opacity 150ms linear;-o-transition: opacity 150ms linear;transition: opacity 150ms linear;margin:0px !important;}
.no-touch :hover > .icon .icon,
.no-touch .button:hover .icon .icon {opacity:1;}

.header {
    position: relative;
    height: 70px;
    z-index: 10;
}

    .header .wrap {
        width:919px; margin:0px auto;
    }

    .header .logo {
        position: absolute;
        top: 29px;
        left: 0px;
    }
        .header .logo a {
            display: block;
            width: 295px;
            height: 40px;
            background: url(/i/icons.png) 0 0 no-repeat;
            text-indent: -9999px;
        }
    .header .navi.main {
        position: absolute;
        top: 39px;
        right: 90px;
        text-transform: uppercase;
        font-size: 14px;
        line-height:14px;
        font-family: 'casper_bold', arial, sans-serif;
    }
        .header .navi.main .navi-item {
            margin-left: 40px;
        }

        .header .navi.main .navi-item a {
            height:25px;
            padding-top:2px;
            padding-bottom:2px;
            line-height:25px;
            color: #fff;
        }

        .header .navi.main .navi-item.active a,
        .header .navi.main .navi-item a:hover {
            border: solid 2px #fff;
            border-right: none;
            border-left: none;
            padding:0;
        }
    .header .navi.lang {
        position: absolute;
        top: 44px;
        right: 0px;
    }
        .header .navi.lang .navi-item {
            margin-left: 2px;
            width: 24px;
            text-align: center;
            text-transform: uppercase;
            font-size: 11px;
            font-family: 'casper_bold', arial, sans-serif;
        }

        .header .navi.lang .navi-item a {
            display: block;
            background: none;
            color: #fff;
            text-decoration: none;
            height: 18px;
            line-height: 20px;

        }
        .header .navi.lang .navi-item.active a {
            -moz-border-radius: 2px;
            border-radius: 2px;
            background: #fff;
            color: #29cad3;
            text-decoration: none;
            cursor:default;
        }

.header.white {border-bottom:1px solid #000;position:fixed;top:-104px;left:0px;width:100%;height:104px;background:#fff;/*-webkit-transition: all 250ms linear;-moz-transition: all 250ms linear;-ms-transition: all 250ms linear;-o-transition: all 250ms linear;transition: all 250ms linear;*/}
.header.white .navi.main .navi-item a {color:#000;}
.header.white .navi.main .navi-item.active a,
.header.white .navi.main .navi-item a:hover {border-color:#000;}
.header.white .navi.lang .navi-item a {color:#000;}
.header.white .navi.lang .navi-item.active a {color:#fff;background:#000;}
.header.white .logo a {background-position:0 -144px;}
.header.white.active {top:-3px;}

.header .wrap {width:919px;margin:0px auto;}

.content {
    position: relative;
}
    .home .content {
        overflow: hidden;
    }

    .home .content .intro-text {
        margin:47px 0px 0px 0px;
        color: #fff;
        text-align: center;
        font-weight: normal;
        font-size: 44px;
        line-height: 48px;
        height:175px;
		position:relative;
    }
    .home .content .intro-text p {
		position:absolute;
		width:100%;
		left:0;
		top:0;
		display:none;
	}
    .home .content .projects {
        position: relative;
        height: 728px;
    }
        .home .content .projects-item {
            position: absolute;
            top: 0;
            /*width: 408px;*/
            width: 32%;
            text-align: center;
        }
            .home .content .projects-item.bristol {
                left: 0;
                z-index: 100;
                margin-left: 1%;
            }
            .home .content .projects-item.marsel {
                left: 50%;
                z-index: 90;
                /*margin-left: -205px;*/
                margin-left: -16%;
            }
            .home .content .projects-item.cambridge {
                right: 0;
                z-index: 80;
                margin-right: 1%;
            }

        .home .content .projects-item .box {

        }

            .home .content .projects-item.marsel .box {
                border: solid 1px #e5e5e5;
                border-top: none;
                border-bottom: none;
                width: 102%;
                margin-left: -1%;
            }

        .home .content .projects-item .circle {
            position: relative;
            display: block;
            width: 408px;
            height: 408px;
            left: 50%;
            margin-left: -204px;
        }

            .home .content .projects-item .link-block {
                position: absolute;
                display: block;
                top:0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1000;
                text-decoration: none;
            }

            .home .content .projects-item .round-block {
                position: absolute;
                z-index: 10;
                display: block;
                overflow: hidden;
                width: 100%;
                height: 100%;
                -moz-border-radius: 204px;
                border-radius: 204px;
            }


                .home .content .projects-item .round-block-item {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    display: block;
                    margin-top: -204px;
                    margin-left: -204px;
                    width: 100%;
                    height: 100%;
                    -moz-border-radius: 204px;
                    border-radius: 204px;
                }

                .home .content .projects-item .round-block .photo {
                    background-size: 100%;
                }
                .home .content .projects-item .round-block .logo {
                    width: 408px;
                    height: 408px;
                }
                .home .content .projects-item .round-block .bg {
                    width: 408px;
                    height: 408px;
                }

                .home .content .projects-item.bristol .round-block .photo {
                    background: url(/i/home-proj-photo-bristol.png) center center no-repeat;
                }
                .home .content .projects-item.bristol .round-block .bg {
                    background: url(/i/home-proj-bg-bristol.gif) center center repeat;
                }
                .home .content .projects-item.bristol .round-block .logo {
                    background: url(/i/home-proj-logo-bristol.png) center center no-repeat;
                }

                .home .content .projects-item.bristol .round-block .logo-en {
                    background: url(/i/home-proj-logo-bristol-en.png) center center no-repeat;
                }

                .home .content .projects-item.marsel .round-block .photo {
                    background: url(/i/home-proj-photo-marsel.png) center center no-repeat;
                }
                .home .content .projects-item.marsel .round-block .bg {
                    background: url(/i/home-proj-bg-marsel.gif) center center repeat;
                }
                .home .content .projects-item.marsel .round-block .logo {
                    background: url(/i/home-proj-logo-marsel.png) center center no-repeat;
                }
                .home .content .projects-item.marsel .round-block .logo-en {
                    background: url(/i/home-proj-logo-marsel-en.png) center center no-repeat;
                }

                .home .content .projects-item.cambridge .round-block .photo {
                    background: url(/i/home-proj-photo-cambridge.png) center center no-repeat;
                }
                .home .content .projects-item.cambridge .round-block .bg {
                    background: url(/i/home-proj-bg-cambridge.gif) center center repeat;
                }
                .home .content .projects-item.cambridge .round-block .logo {
                    background: url(/i/home-proj-logo-cambridge.png) center center no-repeat;
                }
                .home .content .projects-item.cambridge .round-block .logo-en {
                    background: url(/i/home-proj-logo-cambridge-en.png) center center no-repeat;
                }

                .home .content .projects-item .mask {
                    position: absolute;
                    top: 0;
                    z-index: 1;
                    /*width: 43px;*/
                    width: 214px;
                    height: 427px;
                    top: -8px;
                    background: url(/i/home-proj-round-mask-big.png) center center no-repeat;
                }
                .home .content .projects-item .mask-r {
                    left: 50%;
                    background-position: -214px 0;
                }
                .home .content .projects-item .mask-l {
                    right: 50%;
                    background-position: 0 0;
                }
                .home .content .projects-item .title {
                    margin-top: 20px;
                    font-size: 50px;
                    font-family: 'casper_bold', arial, sans-serif;
                    line-height: 38px;
                }
                .home .content .projects-item .title a {
                    text-decoration:none;
                    color:#000;
                }
                .home .content .projects-item .subtitle {
                    margin-top: 5px;
                    text-transform: uppercase;
                    font-size: 10px;
                    font-family: 'casper_bold', arial, sans-serif;
                    line-height: 22px;
                }
                .home .content .projects-item .icon-splt {
                    margin: 9px auto 9px;
                }
                .home .content .projects-item .description {
                    margin-top: 5px;
                    font-size: 14px;
                    line-height: 22px;
                }
                .home .content .projects-item .location {
                    margin-top: 20px;
                    font-size: 12px;
                    font-family: 'casper_italic', arial, sans-serif;
                    line-height: 24px;
                }
                .home .content .projects-item .button {
                    position: relative;
                    opacity: 0;
                    margin-top: 145px;
                    width: 191px;
                    z-index: 9999;
                }
                .home .content .projects-item .button.bottom {
                    margin-top: 25px;
                }
                .home .content .projects-item .button .button-text {
                    padding:0;
                }
                .home .content .projects-item .button .icon {
                    margin-left:10px;
                }

.footer {
    position: relative;
    height: 49px;
    background:#fff;
    font-family:'Helvetica Neue', 'Helvetica', Arial, sans-serif;
}
    .footer .wrap {border-top: solid 1px #e5e5e5;}
    .footer .footer-section {
        position: relative;
        display: inline-block;
        float: left;
        height: 100%;
        font-size: 10px;

    }
        .footer .footer-section p {
            margin-top: 10px;
            display: inline-block;
            line-height:28px;
        }
        .footer .footer-section.right {
            text-align: right;
            float:right;width:270px;
        }
    .footer .copyright {
        margin-right:25px;
    }
    .footer .social {
        margin-right:25px;
    }
    .footer .address {
        margin-right: 10px;
    }
        .footer .address .icon.map-marker-small {
            margin-right: 3px;
        }
    .footer .dev { }
        .footer .dev .icon-cetis {
            margin-right: 11px;
        }
.background {
    display:none;
}
.home .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 498px;
    background: #29cad3 url(/i/home-bg.gif) 0 0 repeat;
    min-width: 999px;
}

/* -------------------------------------------------------------------------- */
.content .slide-block {
    position: absolute;
    z-index: 90;
    display: block;
    background: #fff;
    width: 100%;
    overflow: hidden;
}

    .content .slide-block .title {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 3px;
    }
    .content .slide-block .it-wrap {
        margin-top: 10px;
    }
    .content .slide-block .row {
        margin-bottom: 30px;
    }
    .content .slide-block .row .button {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .content .slide-block .row .description {
        display: inline-block;
        margin: 0 10px;
        vertical-align: middle;
        line-height: 18px;
        color: #5a5a5a;
        margin-top: -2px;
    }
    .content .slide-block .icon-close {
        position: absolute;
        right: 0;
        top: 41px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
        .content .slide-block .icon-close:hover {
            -webkit-transform: rotate(270deg);
            -moz-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            -o-transform: rotate(270deg);
            transform: rotate(270deg);
        }
    .content .slide-block .slide-block-message {
            position: absolute;
            width: 100%;
            background: #fff;
            height: 108px;
            opacity: 0;
            bottom: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            z-index: -2;
        }
        .content .slide-block .slide-block-message-sent {background:url(/i/about-bg.gif) 0px 0px repeat #ab3a8e;color:#fff;}

            .content .slide-block .slide-block-message-sent .title {
                padding-top: 24px;
            }

        .content .slide-block .slide-block-message-error {
            background: #e75959;
        }

            .content .slide-block .slide-block-message-error p {
                color: #fff;
                display: inline-block;
                margin-top: 45px;
                margin-right: 30px;
                font-size: 18px;
            }


/* -------------------------------------------------------------------------- */

.contacts {}

.contacts ::selection {
    background: #b4ddd8;
}
.contacts ::-moz-selection {
    background: #b4ddd8;
}

.contacts .wrap {
    width:919px;
    margin:0px auto;
}
.contacts .header {
    z-index: 100;
    height: 108px;
    background: #b4ddd8 url(/i/contacts-bg.gif) 0 0 repeat;
}
.contacts .header .navi.lang .navi-item.active a {
    color: #b4ddd8;
}
.contacts .content {
    position: relative; z-index: 10;
}

    .contacts .content .horline {
        font-size: 1px;
        line-height: 1px;
        height: 1px;
        width: 100%;
        background: #000;
        position: absolute;
        display: block;
        overflow: hidden;
        top: 150px;
        left: 0;
        z-index: 1000;
        opacity: 0;
        -webkit-transition: opacity 200ms;
        -moz-transition: opacity 200ms;
        -ms-transition: opacity 200ms;
        -o-transition: opacity 200ms;
        transition: opacity 200ms;
    }

    .contacts .content .horline.active {
        opacity: 1;
    }

    .contacts .content .contacts-block {
        position: relative;
        z-index: 100;
        height: 150px;
        background: #fff;
    }

    .contacts .content .contacts-block.active {
        border-bottom: solid 1px #000;
    }
        .contacts .content .contacts-section {
            display: inline-block;
            float: left;
        }
            .contacts .content .contacts-section.address {
                width: 426px;
            }
            .contacts .content .contacts-section.phone {
                width: 150px;
            }
            .contacts .content .contacts-section.connect {
                float: right;
            }

            .contacts .content .contacts-section .title {
                font-size: 30px;
                line-height: 36px;
                margin-top: 30px;
                margin-bottom: 3px;
            }
            .contacts .content .contacts-section p {
                line-height: 36px;
                font-size: 18px;
            }
            .contacts .content .contacts-section .smaller {
                font-size: 14px;
                line-height: 20px;
            }
            .contacts .content .contacts-section .button {
                margin-top: 33px;
            }

            .contacts .content .link.pseudo {
                color: #387cc1;
                border-bottom: dotted 1px #387cc1;
                cursor: pointer;
            }
            .contacts .content .link.pseudo:hover {
                color: #ab3a8e;
                border-bottom: dotted 1px #ab3a8e;
            }

    .contacts .slide-block.active,
    .contacts .slide-block.route.active,
    .contacts .slide-block.email.active {
        margin-top: 0;
    }

    .contacts .slide-block .row:first-child {
        padding-top: 30px;
    }

    .contacts .slide-block.email {
        margin-top: -590px;
    }

        .contacts .slide-block.email .email-form {
            padding-top: 30px;
        }

    .contacts .slide-block.route {
        margin-top: -108px;
    }
        .contacts .slide-block.route .it-wrap {
            display: inline-block;
            margin: 30px 0;
            width: 557px;
            vertical-align: middle;
        }
        .contacts .slide-block.route .it {
            width: 531px;
        }
        .contacts .slide-block.route .button {
            display: inline-block;
            margin-left: 10px;
            vertical-align: middle;
        }

.contacts .map {
    position: relative;
    z-index: 9;
    height: 500px;
}

/* -------------------------------------------------------------------------- */

.tenders {}

.tenders ::selection {
    background: #29cad3;
}
.tenders ::-moz-selection {
    background: #29cad3;
}

.tenders .wrap {
    width:919px;
    margin: 0 auto;
}
.tenders .wrap-narrow-left {
    width: 670px;
}
.tenders .button.back {
    margin-bottom: 36px;
}

.tenders .header {
    z-index: 100;
    height: 108px;
    background: #29cad3 url(/i/home-bg.gif) 0 0 repeat;
}
.tenders .content .wrap {
    margin:0 auto;
    padding: 40px 0;
}
.tenders .content .page-title {
    font-size: 44px;
    line-height: 48px;
    margin: -4px 0 36px;
}
.tenders .content .description p {
    font-size: 18px;
    line-height: 28px;
}
/*
.tenders .tenders-list {
    margin-bottom: 54px;
}
.tenders .tenders-list:last-child {
    margin-bottom: 0;
}*/

.tenders-list-title {margin-top:54px;}

.tenders-list-wrap {margin-top:-18px;}

.tenders .tenders-list-title,
.tenders .conditions-list-title {
    font-size: 30px;
    line-height: 22px;
    border-left: solid 4px #000;
    padding-left: 12px;
}
.tenders .tenders-list-item,
.tenders .conditions-list-item {
    margin-left: 16px;
    margin-top: 16px;
    margin-bottom: 30px;
}
.tenders .conditions-list-item p,
.tenders .conditions-list-item table,
.tenders .conditions-list-item ul,
.tenders .conditions-list-item ol {
    line-height: 24px;
    margin-bottom: 12px;
}
.tenders .conditions-list-item table p {
    margin: 0;
}
.tenders .conditions-list-item li {
    margin-left: 30px;
}
.tenders .conditions-list-item ol li {
    list-style: decimal;
}
.tenders .conditions-list-item ul li {
    list-style: disc;
}
.tenders .conditions-list-item table {
    margin-top: 12px;
}
.tenders .conditions-list-item table td {
    padding: 5px 10px;
    border: solid 2px #f2f2f2;
}
.tenders .tenders-list-item .title:before,
.tenders .conditions-list-item .title:before {
    content: '• ';
    margin-left: -0.55em;
}
.tenders .tenders-list-item .title,
.tenders .conditions-list-item .title {
    font-size: 18px;
    line-height: 30px;
}
.tenders .tenders-list-item .title a:link,
.tenders .tenders-list-item .title a:visited {
    text-decoration: none;
}
.tenders .tenders-list-item .title a:hover {
    text-decoration: underline;
    color: #000;
}
.tenders .tenders-list-item .description {
    margin-top: 2px;
}
.tenders .tenders-list-item .description p,
.tenders .conditions-list-item .list {
    font-size: 14px;
    line-height: 22px;
    margin-left: 0.1em;
    margin-bottom: 6px;
}
.tenders .tenders-list-item .description p:last-child {
    margin-bottom: 0;
}
.tenders .conditions-list-item .list {
    margin-bottom: 5px;
}
.tenders .tenders-list-item .button {
    margin-top: 12px;
}
.tenders .documents-list {margin-bottom: 30px;}
.tenders .documents-list-item {
    font-size: 18px;
    border-left: solid 4px #000;
    padding-left: 12px;
    line-height: 22px;
    padding: 6px 0 6px 12px;
}
.tenders .documents-list-item:last-child {
    padding-bottom: 0;
}
.tenders .documents-list-item:first-child {
    padding-top: 0;
}
.tenders .documents-list-item .icon {
    margin-right: 6px;
}

.tender-view .content .page-title {
    margin-bottom: 20px;
}
.tender-view .content .description {
    margin-bottom: 30px;
}
.tender-view .content .description p {
    margin-bottom: 10px;
}

.tenders .slide-block {
    top: 0;
    margin-top: -1513px;
    border-bottom: solid 1px #000;
}

    .tenders .slide-block .wrap-narrow-left {
        width: 690px;
    }
    .tenders .slide-block .subtitle {
        font-size: 18px;
        margin: 0 0 12px;
    }
    .tenders .slide-block .page-title {
        margin-bottom: 20px;
    }
    .tenders .slide-block .wrap {
        padding-bottom: 0;
    }
    .tenders .slide-block .row {}
        .tenders .slide-block .title {
            padding-top: 0;
        }
        .tenders .slide-block .it-wrap {
            width: 690px;
        }
        .tenders .slide-block .it-wrap textarea,
        .tenders .slide-block .it-wrap .it {
            width: 664px;
        }
    .tenders .slide-block .row-upload {}
        .tenders .slide-block .row-upload .title {
            margin-bottom: 20px;
        }
        .tenders .slide-block .row-upload .description {
            font-size: 14px;
            line-height: 22px;
            color: #5a5a5a;
            margin-left: 0;
            float: left;
            margin-top: 6px;
        }
        .tenders .slide-block .row-upload .uploadify {
            float: right;
            margin-top: 0px;
        }
    .tenders .slide-block .row-send {}
        .tenders .slide-block .row-send .button {
            width: 394px;
        }
        .tenders .slide-block .row-send .button .button-text {
            padding: 0;
            text-align: center;
        }
        .tenders .slide-block .row-send .description {
            display: block;
            margin: 0;
            width: auto;
            font-size: 14px;
            color: #5a5a5a;
        }
    .tenders .slide-block .it-wrap.select {}
    .tenders .slide-block .slide-block-message-error {
        height: 132px;
    }
        .tenders .slide-block .slide-block-message-error .description {
            font-size: 18px;
            color: #fff;
        }
        .tenders .slide-block .slide-block-message-error .wrap {
            padding: 18px 0 0 0;
        }

    .tenders .slide-block .slide-block-message-sent {
        height: 125px;
    }
        .tenders .slide-block .slide-block-message-sent .title {
            padding-top: 0;
        }
        .tenders .slide-block .slide-block-message-sent .wrap {
            padding: 34px 0 0 0;
        }

.tenders .content-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 60;
    display: none;
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
}

.tenders.tender-admin .header .navi.main {
    font-size: 12px;
}
.tenders.tender-admin .header .navi.main .navi-item {
    margin-left: 20px;
}
.tenders.tender-admin .header .navi.main .navi-item a {
    text-decoration: none;
}
.tenders.tender-admin .uploadify-button {
    padding-top: 0;
    padding-bottom: 0;
}
.tenders.tender-admin .upload-description {
    position: absolute;
    top: 0;
    left: 180px;
    margin-top: -3px;
}

.about {}
.about .wrapper {position:relative;}
.about .background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 509px;
    background: #ab3a8e url(/i/about-bg.gif) 0 -7px repeat;
    min-width: 999px;
}
.about .header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
}
.about .wrap {width:919px; margin:0px auto;}

.about .header .navi.lang .navi-item.active a {
    color: #ab3a8e;
}
.about .content {
    position: relative;
    z-index: 10;
}
.about .content .content-top {
    position: relative;
    height: 510px;
}
.about .content .content-bottom {
    padding-bottom: 48px;
}
.about .intro-text {
    position: relative;
    top: 147px;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    padding-left: 26px;
    width: 450px;
}
.about .intro-text .border {
    display: block;
    position: absolute;
    list-style: none;
    top: 3px;
    left: 0;
    width: 5px;
    height: 235px;
    background: #fff;
    margin-top: 5px;
}
.about .slider {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 0;
    width: 450px;
    overflow: hidden;
}
.about .slider .buttons {
    margin-top: 25px;
}
.about .slider .button {
    margin-right: 24px;
    float: left;
    opacity: .5;
}
.about .slider .button:hover,
.about .slider .button.active {
    opacity: 1;
}
.about .slider .button.last {
    margin-right: 0;
}
.about .slider .button-text {
    padding: 0;
    font-size: 18px;
    width: 124px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.about .slider .button:hover .button-text,
.about .slider .button.active .button-text {
    background:#000;
    color:#fff;
}
.about .slider .slider-film {
    width: 1350px;
}
.about .slider .slider-item {
    position: relative;
    display: block;
    width: 450px;
    height: 354px;
    float: left;
    opacity: 1;
    vertical-align: bottom;
}
.about .slider .slider-item img {
    display: block;
    position: absolute;
    bottom: 0;
}
.about .slider .slider-item.slide-1 img {
    left: 113px;
}
.about .slider .slider-item.slide-2 img {
    left: 156px;
}
.about .slider .slider-item.slide-3 img {
    left: 124px;
}
.about .slider .slider-item.active {
    opacity: 1;
}

.about .page-title {
    font-size: 44px;
    line-height: 44px;
    padding: 36px 0;
    text-align: center;
}
.about .content-bottom .wr {
    font-size: 14px;
    line-height: 22px;
    width: 440px;
    float: left;
    text-align: justify;
}
.about .content-bottom .wr {
    width: 428px;
    margin-left: 26px
}

.about .content-bottom p {margin-bottom:15px;}

.docs-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.docs-item {
  padding: 15px 15px 15px 57px;
  background-color: #F2F2F2;
  background-image: url(/i/pdf.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 3px;
}

/*.docs-item a {
  color: #ff7300;
}*/

.docs-item a:visited {
  color: #000;
}

.docs-item a:hover {
  color: #000;
  text-decoration: none;
}

.about .content-bottom .docs-item p {
  margin: 7px 0 0 0 !important;
  color: #999;
  font-size: 13px;
  line-height: 13px;
}

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

@media only screen and (max-width: 500px;) {
  .docs-wrapper {
    grid-template-columns: 1fr;
  }
}
