* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

body {
    line-height: 1;
    font-family: 'PT Sans', sans-serif;
    color: #000;
}

.img-item {
    display: block;
    max-width: 100%;
}

a {
    color: #000;
}

.nav-link {
    color: #818180;
}

.nav-link.active,
.nav-link:hover {
    color: #000;
}

.nav-bottom-link {
    color: #818180;
}

.nav-bottom-link.active {
    color: #fff;
}

.f_l {
    float: left;
}

.f_r {
    float: right;
}

.content {
    width: 970px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:after,
.clear:after {
    content: ' ';
    display: block;
    clear: both;
}

.col {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.col-4 {
    width: 33.333%;
}

.col-8 {
    width: 66.667%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.666%;
}

.col-3 {
    width: 25%;
}

.some-color {
    background: #ffbb02;
}

.logo-item {
    width: 146px;
    height: 57px;
    background: url(bgr/logo.png) no-repeat center center;
    display: block;
}

.top-header {
    padding: 15px 0;
}

.logo-text-item {
    margin-left: 161px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 4px 0;
    line-height: 24px;
    font-weight: bold;
}

.adress-box {
    font-size: 14px;
    padding: 4px 0;
    line-height: 24px;
    text-align: right;
}

.some-logo {
    width: 35px;
    height: 34px;
    background: url(bgr/house.png) no-repeat center center;
    margin-top: 7px;
}

.nav-box {
    margin-left: 80px;
}

.nav-item {
    display: block;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}


.pos_rel {
    position: relative;
}

.pos_a {
    position: absolute;
}

.top_bottom_side,
.all_side {
    top: 0;
    bottom: 0;
}

.right_left_side,
.all_side {
    right: 0;
    left: 0;
}

.gallery-box {
    height: 100%;
    position: relative;
    z-index: 1;
}

.slider {
    position: relative;
    max-width: 100%;
}

.gallery-item {
    animation-name: fade;
    animation-duration: 1.3s;
}
    @keyframes fade {
        /* Устанавливаем и изменяем степень прозрачности: */
        from {
            opacity: 0.3
        }
        to {
            opacity: 1
        }
}

.arrow-btn-box .arrow-item {
    cursor: pointer;
}

.arrow-btn-box .arrow-right {
    margin-left: 30px;
}

.arrow-btn-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.points-box {
    position: absolute;
    top: 15px;
    width: 15px;
    right: 15px;
}

.points-item {
    width: 15px;
    height: 15px;
    background-color: #000;
    margin-bottom: 15px;
    cursor: pointer;
}

.points-item.active {
    cursor: default;
    background-color: #fff;
}

.points-item:last-child {
    margin-bottom: 0;
}

.section-indent {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-indent-top {
    padding-top: 40px;
}

.section-indent-bottom {
    padding-bottom: 40px;
}

.bread-crumbs-box .item {
    float: left;
    font-size: 12px;
    line-height: 24px;
    padding-right: 5px;
}

.bread-crumbs-box .breadr-crumbs-item {
    color: #ffb802;
}

.bread-crumbs-box .breadr-crumbs-item:hover,
.bread-crumbs-box .breadr-crumbs-item.active {
    color: #000;
}

.section-form {
    padding-top: 15px;
}

.form-data-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}

.form-data-item .form-data-title,
.form-data-item {
    margin-bottom: 30px;
}

.accordion-header-item {
    height: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 7px 60px 7px 15px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    margin-bottom: 5px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.35);
}

.accordion-arrow {
    right: 15px;
    top: 50%;
    margin-top: -15px;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    cursor: pointer;
}

.accordion-body-item {
    padding: 25px 0;
    display: none;
    animation-name: second;
    animation-duration: 2s;
}
    @keyframes second {
        /* Устанавливаем и изменяем степень прозрачности: */
        from {
            opacity: 0.5
        }
        to {
            opacity: 1
        }
}




.accordion-header-item.active + .accordion-body-item {
    display: block;
}

.castom-checkbox-item {
    display: none;
}

.castom-checkbox-box {
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
}

.castom-checkbox-box:last-child {
    margin-bottom: 0;
}

.pseudo-checkbox-item {
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    float: left;
    position: relative;
}

.pseudo-checkbox-item:after {
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
}

.castom-checkbox-item:checked ~ .pseudo-checkbox-item:after {
    background-color: #000;
}

.castom-checkbox-text-item {
    margin-left: 45px;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
    display: block;
}

.form-data-price-item {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding: 4px 0;
}




.def_btn {
    border: 1px solid #fab500;
    background: rgb(253, 207, 3);
    background: -moz-linear-gradient(top, rgba(253, 207, 3, 1) 0%, rgba(250, 181, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(253, 207, 3, 1) 0%, rgba(250, 181, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(253, 207, 3, 1) 0%, rgba(250, 181, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdcf03', endColorstr='#fab500', GradientType=0);
    color: #000;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 30px;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.35);
}


.form-btn {
    margin-left: 50px;
}

.line-box {
    border-bottom: 2px solid #818180;
}


.title-h2 {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
}

.title-h2-indent {
    margin-bottom: 20px;
}

.ta_c {
    text-align: center;
}

.section-utp .description-box {
    font-size: 14px;
    line-height: 24px;
    margin-left: 212px;
}

.utp-item .form-data-title {
    margin-bottom: 25px;
}

.tt_u {
    text-transform: uppercase;
}

.editor-form-title-item .editor-element-box {
    padding: 5px 0;
    margin-left: 45px;
}

.editor-sprite-item {
    margin-right: 20px;
    cursor: pointer;
}

.editor-sprite-item:last-child {
    margin-right: 0;
}

.editor-form-title-item {
    margin-bottom: 25px;
}

.castom-input-item {
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 7px 60px 7px 15px;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    box-shadow: inset 3px 0 7px rgba(0, 0, 0, 0.35);
    display: block;
    width: 100%;
}

.editor-form-input-item .editor-element-box {
    padding: 11px 0;
    margin-left: 45px;
}

.castom-input-item-box {
    overflow: hidden;
    animation-name: third;
    animation-duration: 2.2s;
}
    @keyframes third {
        /* Устанавливаем и изменяем степень прозрачности: */
        from {
            opacity: 0.4
        }
        to {
            opacity: 1
        }
}

.section-footer {
    padding: 30px 0;
}

.section-footer {
    background-color: #000;
}

.footer-logo {
    width: 147px;
    height: 57px;
    background: url(bgr/logo_footer.png) no-repeat center center;
    display: block;
}

.copywrite-item,
.footer-link {
    font-size: 14px;
    line-height: 18px;
}

.copywrite-item {
    padding: 5px 0;
}

.footer-link {
    padding: 5px 30px 6px 0;
}

.footer-link:hover {
    color: #fff;
}

.footer-link.active:before {
    content: '>';
    padding-right: 5px;
    color: #ffbb02;
}

.copywrite-item {
    text-align: right;
}

.some-logo-item {
    width: 20px;
    height: 20px;
    background: url(bgr/some-logo.png) no-repeat center center;
}

.copywrite-link-item {
    display: block;
    margin-left: 35px;
    padding: 1px 0;
}

.footer-inline-item {
    display: inline-block;
    vertical-align: top;
}

.underline-link {
    text-decoration: underline;
}

.underline-link:hover {
    text-decoration: none;
}

.arrow-item {
    background: url(bgr/spritesheet.png) no-repeat;
}

.sprite-arrow_down {
    width: 31px;
    height: 30px;
    background-position: -5px -5px;
}

.arrow-left {
    width: 30px;
    height: 31px;
    background-position: -46px -5px;
}

.arrow-right {
    width: 30px;
    height: 31px;
    background-position: -86px -5px;
}

.sprite-arrow_up {
    width: 31px;
    height: 30px;
    background-position: -5px -46px;
}

.editor-sprite {
    background: url(bgr/editor-sprite.png) no-repeat;
    width: 18px;
    height: 18px;
}

.sprite-check {
    background-position: -5px -5px;
}

.sprite-close {
    background-position: -33px -5px;
}

.sprite-edit {
    background-position: -5px -33px;
}

.hidden {
    display: none;
}



