* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
    box-shadow: none !important
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-five {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-five {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        width: 20%;
        float: left;
    }
}

@font-face {
    font-family: Museo_Sans_Cyrl_100;
    src: url(../fonts/Museo_Sans_Cyrl_100.ttf);
}

@font-face {
    font-family: Museo_Sans_Cyrl_300;
    src: url(../fonts/Museo_Sans_Cyrl_300.ttf);
}

@font-face {
    font-family: Museo_Sans_Cyrl_500;
    src: url(../fonts/Museo_Sans_Cyrl_500.ttf);
}

@font-face {
    font-family: Museo_Sans_Cyrl_700;
    src: url(../fonts/Museo_Sans_Cyrl_700.ttf);
}

@font-face {
    font-family: Museo_Sans_Cyrl_900;
    src: url(../fonts/Museo_Sans_Cyrl_900.ttf);
}

@font-face {
    font-family: Roboto_Slab;
    src: url(../fonts/Roboto_Slab.ttf);
}

@font-face {
    font-family: Roboto_Slab_400;
    src: url(../fonts/Roboto_Slab_400.ttf);
}

body {
    font-family: Museo_Sans_Cyrl_500;
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none;
}

.h1,
.h_title {
    letter-spacing: 1.2px;
    color: #000000;
    font-family: Roboto_Slab;
    text-align: center;
    margin: 0;
    font-size: 30px;
}

header {
    background-image: url(../img/bg_index.jpg);
    background-size: cover;
    position: relative;
    color: #fff;
    padding-top: 6px;
    padding-bottom: 76px;
}

header a {
    color: #fff;
}

header:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 41px;
    background-image: url(../img/bg_down.png);
    left: 0;
    bottom: 0;
    background-size: cover;
    background-position: top;
}

header .logo {
    margin-left: -14px;
    float: left;
    width: 20%;
}

.navbar-collapse.collapse {
    float: left;
}

header .logo img {
    height: 60px;
    margin-top: 13px;
}

header .contact {
    padding-top: 35px;
    margin-left: 0;
    padding-bottom: 63px;
    float: right;
    width: 78%;
    padding-left: 250px;
}

.navbar-header {
    width: 100%;
}

header .phone, header .room, header .callback {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

header .phone {
    padding-top: 10px;
    padding-left: 3px;
}

header .phone a {
    font-size: 19px;
    font-family: Museo_Sans_Cyrl_700;
    letter-spacing: 0.5px;
}

header .phone a:hover {
    text-decoration: underline;
}

header .phone:before {
    position: absolute;
    content: '';
    left: -24px;
    top: 16px;
    background-image: url(../img/call-answer.svg);
    background-size: contain;
    width: 15px;
    height: 20px;
    background-repeat: no-repeat;
}

header .callback {
    margin-left: 24px;
    text-align: center;
}

header .callback a {
    display: inline-block;
    font-size: 13px;
    border-radius: 30px;
    border: 3px solid #990000;
    height: 46px;
    width: 179px;
    padding-top: 11px;
    transition: .3s;
}

header .callback a:hover {
    background: #990000;
    color: #fff;
}

header .room {
    float: right;
    padding-top: 13px;
}

header .room a {
    text-decoration: underline;
    letter-spacing: -0.3px;
}

header .room:before {
    position: absolute;
    content: '';
    left: -32px;
    top: 15px;
    background-image: url(../img/man-user.svg);
    background-size: contain;
    width: 16px;
    height: 20px;
    background-repeat: no-repeat;
}

header .promo {
    padding-left: 30px;
    padding-top: 46px;
    padding-bottom: 110px;
}

header .promo .head {
    text-shadow: 0 6px 9px rgba(0, 0, 0, 0.22);
    letter-spacing: 0.9px;
    font-size: 45px;
    font-family: Roboto_Slab;
    line-height: 54px;
    max-width: 650px;
    padding-top: 5px;
    padding-bottom: 71px;
}

header .navbar-nav > li > a {
    padding: 0;
}

header .nav {
    padding-left: 12px;
}

header .nav > li {
    display: inline-block;
    padding-right: 58px;
}

header .nav > li:last-child {
    padding-right: 0;
}

header .nav > li > a:focus, header .nav > li > a:hover {
    background: transparent;
    color: #e9f0db;
}

header .nav > li > a {
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.3px;
    padding-bottom: 15px;
}

header .caret {
    border: none;
    background: url(../img/arrow-down-sign-to-navigate.svg);
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}

header .dropdown-menu {
    box-shadow: 0 15px 23px 3px rgba(210, 210, 210, 0.13);
    background: #fff;
    border-radius: 0;
    border: none;
    width: auto;
    padding-top: 22px;
    padding-bottom: 23px;
}

header .dropdown-menu > li > a:focus, header .dropdown-menu > li > a:hover {
    background: transparent;
}

header .dropdown-menu > li > a {
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #343434;
    line-height: 32px;
}

header .dropdown-menu li {
    position: relative;
}

header .dropdown-menu li:hover {
    background: #f9e9e9;
}

header .dropdown-menu li:first-child:before {
    content: '';
    position: absolute;
    left: 13px;
    top: -46px;
    border: 9px solid transparent;
    border-bottom: 15px solid #fff;
}

header .order a {
    border: 3px solid #990000;
    background-color: #990000;
    border-radius: 30px;
    height: 46px;
    width: 229px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.32px;
    font-family: Museo_Sans_Cyrl_700;
    line-height: 39px;
    margin-left: -4px;
    color:#fff !important;
}

header .scroll_down {
    text-align: center;
}

header .scroll_down span {
    display: block;
    padding-bottom: 19px;
}

header .scroll_down .mouse img {
    opacity: 0.8;
    width: 25px;
}

header .scroll_down .link img {
    opacity: 0.57;
    width: 13px;
}

@keyframes scroll-down {
    from {
        top: 0;
    }

    25% {
        top: -5px;
    }

    50% {
        top: 0;
    }

    75% {
        top: 5px;
    }

    to {
        top: 0;
    }
}

header .scroll_down .link {
    animation: scroll-down 1.5s infinite linear;
    position: relative;
}

#specialization {
    text-align: center;
    padding-top: 86px;
    padding-bottom: 99px;
}

#specialization .h1 {
    padding-bottom: 98px;
}

#specialization .head {
    color: #000000;
    letter-spacing: 0.31px;
    font-size: 15px;
    position: relative;
    background-image: radial-gradient(circle 180px at center, #fff600 0%, #fbd42e 82%, #fbd42e 100%);
    background-color: #ffd831;
    height: 37px;
    width: 100%;
    line-height: 35px;
    z-index: 2;
}

#specialization .item {
    margin-bottom: 30px;
    max-width: 200px;
    position: relative;
    margin: 0 auto;
}

#specialization .item:before, #specialization .item:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 48px;
    background-color: #a08617;
    bottom: 26px;
    z-index: 1;
}

#specialization .item:before {
    left: 6px;
    transform: rotate(16deg);
}

#specialization .item:after {
    right: 6px;
    transform: rotate(-16deg);
}

#specialization .item .img {
    height: 167px;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

#specialization .item .img:before {
    border: 15px solid #996633;
    content: '';
    position: absolute;
    width: 196px;
    height: 195px;
    border-radius: 97px;
    background: transparent;
    transition: opacity .5s;
    opacity: 0;
}

#specialization .item:hover .img:before {
    opacity: 1;
}

#specialization .order {
    padding-top: 20px;
}

#specialization .order a {
    border: 3px solid #990000;
    border-radius: 30px;
    height: 46px;
    width: 229px;
    color: #000000;
    font-size: 14px;
    display: inline-block;
    line-height: 40px;
    transition: .3s;
}

#specialization .order a:hover {
    background: #990000;
    color: #fff;
}

#adigamov {
    background-size: cover;
    color: #fff;
    height: 100vh;
    background-position: center;
    position: relative;
    -webkit-transition: 4500ms linear;
    -moz-transition: 4500 linear;
    -o-transition: 4500 linear;
    -ms-transition: 4500ms linear;
    transition: 4500ms linear;
    overflow: hidden;
}

#adigamov:hover .ing {
    transform: scale(1.05);
}

#adigamov .ing {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: 5s;
    height: 100%;
    background-image: url(../img/adigamov.jpg);
    background-position: center;
    background-size: cover;
}

#adigamov .ing img {
    height: 100%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 1410px;
}

#adigamov:hover .ing {
    transform: scale(1.05);
}

#adigamov .center {
    height: 100vh;
    vertical-align: middle;
    display: table-cell;
    padding-left: 34px;
    max-width: 550px;
    position: relative;
    z-index: 3;
}

#adigamov .head {
    font-size: 28px;
    letter-spacing: 0.6px;
    font-family: Roboto_Slab;
    padding-bottom: 10px;
}

#adigamov .prof {
    color: #6b5c5c;
    font-size: 14px;
    letter-spacing: 0.28px;
    padding-bottom: 35px;
}

#adigamov .desc {
    letter-spacing: 0.3px;
    line-height: 31px;
    font-size: 15px;
    font-family: Museo_Sans_Cyrl_300;
    font-style: italic;
    position: relative;
    max-width: 400px;
}

#adigamov .desc:before {
    position: absolute;
    left: -67px;
    top: -35px;
    content: '';
    width: 66px;
    height: 82px;
    background-image: url(../img/noun.svg);
    background-size: contain;
    transform: rotate(180deg);
}

#adigamov .desc:after {
    position: absolute;
    right: -18px;
    bottom: -56px;
    content: '';
    width: 66px;
    height: 82px;
    background-image: url(../img/noun.svg);
    background-size: contain;
}

#adigamov .play {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 112px;
    height: 112px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#adigamov .play img {
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
}

#adigamov .play:hover img {
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}

#facts {
    background-image: url(../img/map.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 94px;
    height: 920px;
}

#facts .container {
    position: relative;
}

#facts .desc {
    letter-spacing: 0.4px;
    font-size: 20px;
    color: #343434;
    text-align: center;
    border-top: 1px solid #d0d0d0;
    margin-top: 9px;
    padding-top: 10px;
}

#facts .number {
    color: #996633;
    font-family: Museo_Sans_Cyrl_900;
}

#facts .home .number {
    font-size: 166px;
    line-height: 166px;
}

#facts .region .number {
    font-size: 45px;
}

#facts .region .number span {
    font-size: 68px;
    line-height: 68px;
}

#facts .year .number {
    font-size: 58px;
}

#facts .year .number span {
    font-size: 79px;
    line-height: 79px;
}

#facts .item {
    position: absolute;
}

#facts .home {
    left: 88px;
    top: 215px;
    width: 285px;
}

#facts .year {
    right: 194px;
    top: 278px;
    width: 297px;
}

#facts .region {
    top: 450px;
    left: 382px;
    width: 300px;
}

#facts .year .desc {
    line-height: 25px;
    padding-top: 12px;
    margin: 0 auto;
    margin-top: 5px;
    max-width: 280px;
}

#facts .region .desc {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 9px;
    line-height: 25px;
}

#videoModal .modal-dialog {
    width: 100%;
    max-width: 1100px;
}

#cause {
    padding-top: 79px;
    background: #fbfbfb;
    padding-bottom: 79px;
    position: relative;
}

#cause .head {
    color: #343434;
    font-size: 30px;
    letter-spacing: 0.6px;
    font-family: Roboto_Slab;
    line-height: 43px;
}

#cause .url {
    text-align: center;
    display: inline-block;
    transition: 2s;
    color: #888888;
    font-size: 13px;
    letter-spacing: 0.26px;
    font-family: Museo_Sans_Cyrl_300;
    position: absolute;
}

#cause .step_line_1 {
    left: calc(0% - 30px);
}

#cause .step_line_2 {
    left: calc(25% - 20px);
}

#cause .step_line_3 {
    left: calc(50% - 20px);
}

#cause .step_line_4 {
    left: calc(75% - 20px);
}

#cause .step_line_5 {
    left: calc(100% - 20px);
}

#cause .steps {
    position: relative;
    height: 2px;
    background: #acacac;
    margin-top: 25px;
}

#cause .steps:before {
    content: '';
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/stepnav.png) repeat-x 0 0;
}

#cause .step_line {
    background: #996633;
    width: 0%;
    height: 2px;
    transition: width 1s ease-in-out;
}

#cause .step_line.line_1 {
    width: 0%;
}

#cause .step_line.line_2 {
    width: 25%;
}

#cause .step_line.line_3 {
    width: 50%;
}

#cause .step_line.line_4 {
    width: 75%;
}

#cause .step_line.line_5 {
    width: 100%;
}

#cause .url span {
    display: block;
}

#cause .url .box {
    background-color: #ffffff;
    border: 1px solid #acacac;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: -9px;
    position: relative;
    z-index: 99;
    transition: 0.5s;
    margin-bottom: 19px;
}

#cause .url.active {
    color: #343434;
    font-family: Museo_Sans_Cyrl_700;
}

#cause .url.active .box {
    border: 1px solid #996633;
    background-color: #996633;
    transform: scale(1.2);
}

#cause .cause-carousel .head {
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #000;
    font-family: Roboto_Slab;
    position: relative;
    padding-top: 40px;
    padding-left: 102px;
}

#cause .cause-carousel .head.green {
    color: #996633;
}

#cause .cause-carousel .head:before {
    background-color: #000000;
    height: 2px;
    width: 87px;
    content: '';
    top: 62px;
    position: absolute;
    left: 0;
}

#cause .cause-carousel .head.green:before {
    background-color: #996633;
}

#cause .cause-carousel .head:after {
    position: absolute;
    left: 56px;
    top: 48px;
    color: #72aa15;
    font-size: 150px;
    opacity: 0.14;
    font-family: Roboto_Slab;
}

#cause .item {
    height: 300px;
    position: relative;
}

#cause .navigate .prev, #cause .navigate .next {
    position: absolute;
    width: 54px;
    z-index: 99;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 54px;
}

#cause .navigate .prev {
    left: 69px;
}

#cause .navigate .next {
    right: 69px;
}

#cause .navigate .prev img, #cause .navigate .next img {
    width: 100%;
}

#cause .cause-carousel .item1 .head:after {
    content: '1';
}

#cause .cause-carousel .item2 .head:after {
    content: '2';
}

#cause .cause-carousel .item3 .head:after {
    content: '3';
}

#cause .cause-carousel .item4 .head:after {
    content: '4';
}

#cause .cause-carousel .item5 .head:after {
    content: '5';
}

#cause .cause-carousel .item6 .head:after {
    content: '6';
}

#cause .cause-carousel {
    padding-top: 50px;
}

#cause .cause-carousel .desc {
    color: #343434;
    font-size: 16px;
    letter-spacing: 0.32px;
    font-family: Museo_Sans_Cyrl_300;
    line-height: 30px;
    padding-top: 37px;
}

#cause .vector {
    position: relative;
}

#cause .vector .child1 {
    width: 245px;
    position: absolute;
    right: 34px;
    top: 35px;
    animation: child 3.5s infinite linear;
}

#cause .vector .child2 {
    width: 245px;
    left: 178px;
    position: absolute;
    top: 36px;
}

#cause .vector2 .child1 img {
    position: absolute;
    top: 135px;
    width: 300px;
    right: 40px;
    transform: rotate(-1deg);
    animation: child_2_1 3.5s infinite linear;
}

#cause .vector2 .child2 img {
    position: absolute;
    top: 165px;
    width: 300px;
    right: 50px;
    transform: rotate(-39deg);
    animation: child_2_2 3.5s infinite linear;
}

#cause .vector2 .child3 img {
    position: absolute;
    top: 210px;
    width: 300px;
    right: 32px;
    transform: rotate(12deg);
    animation: child_2_3 3.5s infinite linear;
}

@keyframes child {
    from {
        top: 26px;
    }

    25% {
        top: 36px;
    }

    50% {
        top: 26px;
    }

    75% {
        top: 36px;
    }

    to {
        top: 26px;
    }
}

@keyframes child_2_1 {
    from {
        transform: rotate(-1deg);
    }

    25% {
        transform: rotate(-7deg);
    }

    50% {
        transform: rotate(-1deg);
    }

    75% {
        transform: rotate(5deg);
    }

    to {
        transform: rotate(-1deg);
    }
}

@keyframes child_2_2 {
    from {
        top: -350px;
    }

    50% {
        top: 165px;
    }

    75% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes child_2_3 {
    from {
        transform: rotate(12deg);
    }

    25% {
        transform: rotate(18deg);
    }

    50% {
        transform: rotate(12deg);
    }

    75% {
        transform: rotate(6deg);
    }

    to {
        transform: rotate(12deg);
    }
}

#cause .vector3 .child1 img {
    position: absolute;
    top: 32px;
    right: 46px;
    width: 262px;
}

#cause .vector3 .child2 img {
    position: absolute;
    top: 57px;
    right: 170px;
    width: 130px;
    animation: child_3_1 3.5s infinite linear;
}

#cause .vector3 .child3 {
    position: absolute;
    width: 8px;
    height: 26px;
    background: #000;
    right: 170px;
    top: 70px;
}

@keyframes child_3_1 {
    from {
        top: 70px;
    }

    to {
        top: 95px;
    }
}

#cause .vector4 .child1 img {
    position: absolute;
    width: 262px;
    right: 38px;
    top: 39px;
}

#cause .vector4 .child2 img {
    position: absolute;
    width: 100px;
    right: 130px;
    top: 115px;
    animation: child_4_2 infinite 2s linear;
    z-index: 99;
}

#cause .vector4 .child3 img {
    position: absolute;
    width: 262px;
    right: 38px;
    top: 39px;
}

#cause .vector4 .child4 {
    position: absolute;
    width: 62px;
    right: 168px;
    top: 186px;
    background: #fbfbfb;
    height: 43px;
    animation: child_4_4 infinite 2s linear;
}

@keyframes child_4_4 {
    from {
        width: 62px;
    }

    to {
        width: 0px;
    }
}

@keyframes child_4_2 {
    from {
        right: 130px;
        top: 115px;
    }

    35% {
        right: 112px;
        top: 133px;
    }

    to {
        right: 77px;
        top: 96px;
    }
}

#cause .vector5 .child1 img {
    position: absolute;
    width: 315px;
    right: 55px;
    top: -5px;
}

#cause .vector5 .child2 img {
    position: absolute;
    width: 315px;
    right: 55px;
    top: -5px;
    animation: child_5_1 infinite 2s linear;
}

#cause .vector5 .child3 img {
    position: absolute;
    width: 315px;
    right: 55px;
    top: -5px;
    animation: child_5_2 infinite 2s linear;
}

#cause .vector5 .child4 img {
    position: absolute;
    width: 315px;
    right: 55px;
    top: -5px;
    animation: child_5_3 infinite 2s linear;
}

@keyframes child_5_1 {
    from {
        right: 55px;
        top: -5px;
    }

    to {
        right: 5px;
        top: -15px;
        opacity: 0;
    }
}

@keyframes child_5_2 {
    from {
        right: 55px;
        top: -5px;
    }

    to {
        right: 5px;
        top: -5px;
        opacity: 0;
    }
}

@keyframes child_5_3 {
    from {
        right: 55px;
        top: -5px;
    }

    to {
        right: 5px;
        top: 10px;
        opacity: 0;
    }
}

#stock {
    padding-top: 72px;
    padding-bottom: 135px;
}

#stock .h1 {
    text-align: left;
    letter-spacing: 0.6px;
    color: #343434;
    padding-bottom: 65px;
}

#stock .item .head a {
    letter-spacing: 0.28px;
    line-height: 21px;
    font-size: 14px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    padding-top: 25px;
    padding-left: 20px;
    display: block;
    transition: 0.5s;
}

#stock .item .time {
    padding-left: 20px;
    padding-top: 16px;
}

#stock .item .time img {
    width: 28px;
}

#stock .item .time span {
    color: #b5b5b5;
    letter-spacing: 0.24px;
    line-height: 25px;
    font-weight: 400;
    font-size: 12px;
    font-family: Museo_Sans_Cyrl_500;
    padding-left: 13px;
    vertical-align: top;
}

#stock .img {
    transition: 0.5s;
}

#stock .img img {
    border-radius: 6px;
    width: 100%;
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.37);
}

#stock .item:hover .head a {
    text-decoration: underline;
    color: #1d45aa;
}

#stock .item:hover .img {
    margin-top: -10px;
    margin-bottom: 10px;
}

footer {
    background: url(../img/footer.jpg);
    background-size: cover;
    padding-bottom: 45px;
    padding-top: 217px;
}

footer .head {
    letter-spacing: 0.32px;
    font-size: 16px !important;
    text-align:left !important;
    color: #303229;
    font-family: Roboto_Slab;
    padding-bottom: 25px;
}

footer ul li {
    list-style-type: none;
    padding-bottom: 12px;
}

footer ul li a {
    text-decoration: underline;
    letter-spacing: 0.26px;
    font-size: 13px;
    color: #797979;
    font-family: Museo_Sans_Cyrl_500;
}

footer ul li a:hover {
    color: #1d45aa;
    text-decoration: underline;
}

footer .copyright {
    letter-spacing: 0.26px;
    font-size: 13px;
    font-family: Museo_Sans_Cyrl_300;
    color: #343434;
    padding-top: 20px;
}

footer .politic {
    text-align: center;
    padding-top: 20px;
}

footer .politic a {
    letter-spacing: 0.26px;
    text-decoration: underline;
    font-size: 13px;
    font-family: Museo_Sans_Cyrl_300;
    color: #1d45aa;
}

footer .site {
    text-align: right;
}

footer .site span {
    text-decoration: underline;
    letter-spacing: 0.26px;
    font-size: 13px;
    font-family: Museo_Sans_Cyrl_300;
    color: #000000;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    padding-right: 25px;
    padding-top: 7px;
    line-height: 16px;
}

footer .site svg {
    width: 148px;
}

footer .url {
    padding-bottom: 55px;
}

#information {
    color: #7a7a7a;
    font-size: 12px;
    line-height: 19px;
    font-family: Museo_Sans_Cyrl_300;
    background-color: #f0f0f0;
    padding-top: 28px;
    padding-bottom: 28px;
}

#order .box {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
    border-radius: 10px;
    max-width: 969px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.checkbox {
    display: none !important;
}

.checkbox-custom {
    position: relative;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-radius: 3px;
}

.checkbox-custom,
.label {
    display: inline-block;
    vertical-align: top;
    color: #717171;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.26px;
    font-family: Museo_Sans_Cyrl_500;
    font-weight: 400;
    padding: 0;
    white-space: normal;
    border-radius: 0;
    float: left;
}

.label {
    max-width: 356px;
    text-align: left;
    padding-left: 12px;
    width: 100%;
}

.label a {
    text-decoration: underline;
    color: #717171;
}

.checkbox:checked + .checkbox-custom {
    border: 2px solid #996633;
}

.checkbox:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-image: url(../img/checked.svg);
    background-size: contain;
    background-position: center;
}

#order {
    margin-bottom: -154px;
}

#order .tab-content {
    padding: 32px 40px;
}

#order .tab-content .head {
    color: #343434;
    font-size: 20px;
    letter-spacing: 0.4px;
    font-family: Roboto_Slab;
    padding-bottom: 21px;
}

#order .tab-content .phone {
    padding-bottom: 20px;
}

#order .tab-content .phone a {
    font-size: 18px;
    text-decoration: underline;
    letter-spacing: 0.24px;
    font-family: Museo_Sans_Cyrl_500;
}

#order .tab-content .addr {
    color: #343434;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: Museo_Sans_Cyrl_500;
    padding-bottom: 7px;
}

#order .tab-content .mail {
    font-size: 15px;
    color: #343434;
    letter-spacing: 0.3px;
    font-family: Museo_Sans_Cyrl_500;
    padding-bottom: 9px;
}

#order .tab-content .mail a {
    text-decoration: underline;
    color: #1d45aa;
}

#order .tab-content .time {
    font-size: 15px;
    color: #343434;
    letter-spacing: 0.3px;
    font-family: Museo_Sans_Cyrl_500;
    padding-bottom: 7px;
}

#order .tab-content .soc {
    padding-top: 28px;
}

#order .tab-content .soc a {
    color: #996633;
    font-size: 29px;
    padding-right: 15px;
    transition: .3s;
}

#order .tab-content .soc a:hover {
    color: #996633;
}

#order .list {
    position: absolute;
    top: 41px;
    left: 200px;
    cursor: pointer;
}

#order .list img {
    transition: .3s;
    transition: .3s;
    width: 15px;
    transform: rotate(90deg);
    margin-top: -6px;
}

.dropdown-menu {
    margin: 0;
}

#order .dropdown-menu {
    box-shadow: 0 19px 30px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    border-radius: 5px;
    border: none;
    width: 204px;
    left: -161px;
    top: 40px;
    text-align: center;
    padding: 0;
}

#order .dropdown-menu > li > a {
    color: #343434;
    letter-spacing: 0.36px;
    font-size: 18px;
    font-family: Roboto_Slab;
    padding-bottom: 9px;
    padding-top: 9px;
}

#order .dropdown-menu > li {
    border-bottom: 1px solid #eaeaea;
}

#order .dropdown-menu > li:last-child {
    border: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background: transparent;
}

#order .form {
    padding: 37px 0px;
}

#order .form .head {
    color: #343434;
    font-size: 16px;
    letter-spacing: 0.32px;
    font-family: Roboto_Slab;
    padding-bottom: 4px;
}

#order .form .desc {
    font-size: 13px;
    letter-spacing: 0.26px;
    color: #a1a1a1;
    font-family: Museo_Sans_Cyrl_500;
    padding-bottom: 31px;
}

#order input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #996633;
    display: block;
    color: #343434;
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: Museo_Sans_Cyrl_500;
    width: 100%;
    max-width: 370px;
    padding: 7px 20px;
    margin-bottom: 25px;
}

::placeholder {
    color: #afafaf;
}

:-ms-input-placeholder {
    color: #afafaf;
}

::-ms-input-placeholder {
    color: #afafaf;
}

#order button {
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    width: 174px;
    height: 45px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    margin-top: 8px;
    margin-bottom: 29px;
    transition: .3s;
}

#order button:hover {
    background-color: #ce5e13;
    border: 3px solid #ce5e13;
}

img.rotate {
    transform: rotate(180deg);
}

.navbar-toggle .icon-bar {
    background: #fff;
    border: none;
    border-radius: 0;
    width: 28px;
    height: 4px;
}

.navbar-toggle {
    margin: 0;
    padding: 0;
}

.all_stock {
    text-align: center;
}

.all_stock a {
    text-decoration: underline;
    letter-spacing: 0.26px;
    font-size: 13px;
    color: #996633;
    font-family: Museo_Sans_Cyrl_500;
}

header.inner {
    background: #fff;
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.13);
}

header.inner a {
    color: #343434;
}

header.inner .caret {
    background: url(../img/arrow-down-sign-to-navigate-m.svg);
    background-size: contain;
}

header.inner .room {
    padding-top: 10px;
}

header.inner .logo {
    width: auto;
    margin-left: 19px;
    margin-top: 6px;
}

header.inner {
    padding-bottom: 0;
}

header.inner .navbar {
    margin-bottom: 0;
}

header.inner .nav > li > a {
    padding-bottom: 23px;
}

header.inner:after {
    display: none;
}

header.inner:before {
    position: absolute;
    content: '';
    left: 0;
    top: 126px;
    width: 100%;
    background-color: #ededed;
    height: 1px;
}

#bread {
    font-size: 13px;
    font-family: Museo_Sans_Cyrl_500;
    color: #343434;
    padding-top: 37px;
    padding-bottom: 45px;
}

#bread a {
    letter-spacing: 0.26px;
    text-decoration: underline;
    color: #1d45aa;
}

#bread .current {
    text-decoration: none;
}

.main {
    background-repeat: no-repeat;
    background-position: top center;
}

.main.catalog {
    background-image: url(../img/catalog.png);
}

.main.seminars {
    background-image: url(../img/seminar.png);
}

.main.inner {
    background-image: url(../img/inner.png);
}

.main.computation {
    background-image: url(../img/computation.png);
}

.main.razdels {
    background-image: url(../img/razdel.png);
}

.main.contacts {
    background-image: url(../img/contacts.png);
    padding-bottom: 111px;
}

.main.technology {
    background-image: url(../img/technology_bg.png);
}

.main.detail {
    background-image: url(../img/detail.png);
}

.main.foundation {
    background-image: url(../img/foundation.png);
}

.main.geolog {
    background-image: url(../img/geolog.png);
}

.main.individual {
    background-image: url(../img/individual.png);
}

.main.credit {
    background-image: url(../img/credit.png);
}

.main.external {
    background-image: url(../img/external.png);
}

.main.questions {
    background-image: url(../img/questions.png);
}

.main.homes {
    background-image: url(../img/homes.png);
}

.main.video {
    background-image: url(../img/video.png);
}

.main.blogs {
    background-image: url(../img/blogs.png);
}

.main.villages {
    background-image: url(../img/villages.png);
}

.main.homes {
    background-image: url(../img/homes.png);
}

.main.homes {
    background-image: url(../img/homes.png);
}

.main.overflights {
    background-image: url(../img/overflights.png);
}

.main.model {
    background-image: url(../img/model.png);
}

.main.about {
    background-image: url(../img/about.png);
    background-position: 50% -200px;
}

.main.news, .main.new {
    background-image: url(../img/news.png);
}

.main.sales {
    background-image: url(../img/sales.png);
    padding-bottom: 44px;
}

.main .head {
    color: #343434;
    font-size: 35px;
    letter-spacing: 0.7px;
    font-family: Roboto_Slab;
    text-align: center;
    padding-bottom: 27px;
}

.main .head span {
    position: relative;
    padding-bottom: 27px;
    min-width: 150px;
    display: inline-block;
}

.main .head span:after {
    background-color: #996633;
    border-radius: 3px;
    height: 5px;
    width: 147px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.filter {
    padding-top: 62px;
    padding-bottom: 142px;
}

.filter .elemets {
    box-shadow: 0 0 30px rgba(61, 61, 61, 0.12);
    border-radius: 4px;
    background-color: #ffffff;
}

.filter .elem {
    padding: 20px 14px;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
}

.filter .elem:last-child {
    border: none;
}

.filter .h1 {
    letter-spacing: 0.42px;
    color: #343434;
    font-size: 21px;
    text-align: left;
    padding-bottom: 26px;
}

.filter .elemets .name {
    color: #343434;
    letter-spacing: 0.3px;
    font-size: 15px;
    font-family: Museo_Sans_Cyrl_700;
}

.filter .elemets .name span img {
    width: 10px;
}

.filter .elemets .name span {
    position: absolute;
    right: 18px;
    top: 27px;
    cursor: pointer;
    transition: .3s;
}

.filter .elemets .name span.active {
    transform: rotate(180deg);
}

.filter .elemets .price_cost {
    padding-top: 19px;
}

.filter .elemets label {
    margin-bottom: 2px;
}

.filter .elemets .sliderCont {
    margin-top: 34px;
    margin-bottom: 9px;
}

.ui-widget.ui-widget-content {
    margin-left: 10px;
    margin-right: 10px;
}

.formCost input {
    width: 100%;
    border: 1px solid #c4c4c4;
    height: 35px;
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    text-align: center;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background-color: #996633;
    height: 14px;
    width: 14px;
    border: none;
    border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #996633;
    height: 6px;
}

.ui-widget.ui-widget-content {
    border: none;
    background-color: #e0e9d4;
    border-radius: 3px;
    height: 6px;
}

:focus {
    outline: 0;
}

.elem .label {
    width: auto;
    letter-spacing: 0.28px;
    font-size: 14px;
    font-family: Museo_Sans_Cyrl_500;
    color: #515151;
}

.elem .checkbox:checked + .label {
    color: #996633;
}

.filter .elemets label {
    width: 100%;
}

.elem .options {
    padding-top: 24px;
}

.filter .elemets .options label {
    padding-bottom: 8px;
}

.filter .tag {
    cursor: pointer;
}

.tag span {
    background-color: #eaeaea;
    display: inline-block;
    background-color: #eaeaea;
    padding: 5px 10px !important;
    display: inline-block;
    text-align:center;
    letter-spacing: 0.26px;
    font-size: 13px;
    font-family: Museo_Sans_Cyrl_300;
}
    .tag input{
        position:absolute;
        left:-10000px;
    }
    .tag input:checked+span{
        background-color: #996633;
        color: #ffffff;
    }
.tag.active {
    background-color: #996633;
    color: #ffffff;
}

.filter .tags {
    padding-top: 24px;
}

.category {
    padding-top: 50px;
}

.category .item {
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    border-radius: 5px;
    transition: .5s;
}

.category .item:hover {
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.21);
    transform: scale(1.05);
}

.category .item img {
    width: 100%;
}

.category .item .name {
    letter-spacing: 0.5px;
    font-size: 25px;
    color: #ffffff;
    font-family: Roboto_Slab;
    position: absolute;
    bottom: 22px;
    font-weight: 400;
    left: 26px;
}

.sale {
    background-color: #fcf6e8;
    border-radius: 5px;
    margin: 0;
    margin-top: 60px;
    padding-bottom: 29px;
    margin-bottom: 60px;
}

.sale .item {
    margin: 0 24px;
    position: relative;
    margin-top: 20px;
}

.sale .item:after {
    position: absolute;
    content: '';
    background-image: url(../img/rub.svg);
    background-size: contain;
    width: 17px;
    height: 17px;
    top: -8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.sale .item:hover {
    transform: scale(1);
}

.sale .item:before {
    position: absolute;
    content: '';
    background-color: #990000;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    top: -16px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.sale .h1 {
    text-align: center;
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #000000;
    padding-top: 21px;
    padding-bottom: 26px;
}

.popup_filter {
    color: #990000;
    font-size: 14px;
    letter-spacing: 0.28px;
    width: 245px;
    height: 35px;
    border: 2px solid #990000;
    border-radius: 16px;
    margin: 0 auto;
    text-align: center;
    padding-top: 5px;
    margin-top: 21px;
}

.popup_filter img {
    padding-right: 10px;
}

.calc {
    background-color: #fdfdff;
    border-radius: 4px;
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.12);
    width: 100%;
    display: block;
    height: 57px;
    font-size: 17px;
    color: #343434;
    text-align: center;
    padding-top: 14px;
    margin-bottom: 61px;
}

.calc img {
    padding-right: 22px;
}

.razdel .item {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    /*padding-bottom: 34px;*/
}

.razdel .item:before {
    position: absolute;
    content: '';
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
    height: 353px;
    bottom: 0;
    left: 0;
}

.razdel .item .img, .razdel .item .name, .razdel .item .link {
    position: relative;
    z-index: 2;
}

.razdel .item .img {
    padding-bottom: 5px;
}

.razdel .item .name {
    /*padding-bottom: 54px;*/
    padding-bottom: 35px;
    padding-top: 20px;
}

.razdel .item .img img {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    border-radius: 5px;
    max-width: 90%;
}

.razdel .item .name a {
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #000000;
    font-family: Roboto_Slab;
}

.razdel .item .link a {
    font-size: 15px;
    color: #000000;
    display: block;
    font-family: Museo_Sans_Cyrl_700;
    border: 3px solid #990000;
    border-radius: 30px;
    height: 46px;
    width: 288px;
    margin: 0 auto;
    padding-top: 9px;
    transition: .2s;
}

.razdel .item .link a:hover {
    color: #fff;
    background: #990000;
}

.razdel {
    padding-top: 46px;
}

a.load {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 3px 12px rgba(53, 53, 53, 0.13);
    height: 62px;
    width: 100%;
    letter-spacing: 0.32px;
    font-size: 16px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_700;
    display: inline-block;
    text-align: center;
    padding-top: 18px;
    transition: .2s;
    cursor: pointer;
}

a.load:hover {
    box-shadow: 0 3px 22px rgba(53, 53, 53, 0.13);
}

.v3d {
    position: relative;
}

.v3d:after {
    position: absolute;
    content: '';
    background-image: url(../img/video.svg);
    background-size: contain;
    width: 31px;
    height: 31px;
    right: 30px;
    top: 9px;
    z-index: 3;
}

.contacts .item {
    background-color: #ffffff;
    border-radius: 10px 0 0 10px;
}

.contacts .item .map {
    margin-right: -15px;
    margin-left: -15px;
}

.contacts .item .name {
    color: #343434;
    font-size: 20px;
    letter-spacing: 0.4px;
    font-family: Roboto_Slab;
    padding-top: 47px;
    padding-bottom: 21px;
}

.contacts .item .phone {
    padding-bottom: 20px;
}

.contacts .item .phone a {
    letter-spacing: 0.36px;
    text-decoration: underline;
    font-size: 18px;
    color: #1d45aa;
}

.contacts .item {
    color: #343434;
    font-size: 15px;
    letter-spacing: 0.3px;
    padding-left: 24px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    margin-bottom: 40px;
}

.contacts .item .mail a {
    color: #1d45aa;
}

.main.contacts .head {
    padding-bottom: 134px;
}

.contacts .item .addr, .contacts .item .time {
    padding-bottom: 7px;
}

.contacts .item .mail {
    padding-bottom: 9px;
}

footer.no_form {
    padding-top: 70px;
}

body.auth {
    background-image: url(../img/auth.jpg);
    background-size: cover;
}

body.auth header {
    background: transparent;
}

body.auth header:after {
    display: none;
}

body.auth header .logo img {
    width: auto;
}

body.auth header .contact {
    margin-left: 0;
    width: auto;
}

body.auth header .logo {
    padding-top: 7px;
}

.reg {
    background-color: #ffffff;
    border-radius: 5px;
    width: 442px;
    margin: 0 auto;
    text-align: center;
    padding: 21px 0;
    margin-bottom: 40px;
}

.reg .head {
    font-size: 24px;
    letter-spacing: 0.48px;
    color: #343434;
    font-family: Roboto_Slab;
    padding-bottom: 23px;
}

.reg input {
    border: none;
    border-bottom: 2px solid #996633;
    width: 100%;
    max-width: 370px;
    font-size: 15px;
    padding: 9px 20px;
    margin-bottom: 20px;
}

.reg button {
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    height: 46px;
    width: 245px;
    margin: 0 auto;
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-family: Museo_Sans_Cyrl_700;
    display: block;
    margin-top: 19px;
    margin-bottom: 17px;
}

.reg a {
    display: block;
    font-size: 13px;
    letter-spacing: 0.26px;
    text-decoration: underline;
    color: #717171;
    font-family: Museo_Sans_Cyrl_300;
}

.reg span.in {
    letter-spacing: 0.26px;
    font-size: 13px;
    color: #7e7e7e;
    font-family: Museo_Sans_Cyrl_500;
    padding-top: 40px;
    display: block;
    padding-bottom: 28px;
    position: relative;
}

.reg span.in:before, .reg span.in:after {
    position: absolute;
    content: '';
    top: 49px;
    width: 143px;
    height: 1px;
    background-color: #e3e3e3;
}

.reg span.in:before {
    left: 0;
}

.reg span.in:after {
    right: 0;
}

.reg .soc a {
    display: inline-block;
    font-size: 24px;
    margin: 0 10px;
}

.reg .soc {
    padding-bottom: 20px;
    margin-bottom: 17px;
    border-bottom: 1px solid #e3e3e3;
}

.reg label a {
    display: inline;
}

.reg label {
    width: 100%;
    max-width: 370px;
}

.reg .label {
    width: 90%;
}

.desc_technology {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    text-align: left;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 102px;
    line-height: 26px;
    text-indent: 35px;
    padding-bottom: 58px;
}

.desc_technology p {
    margin-bottom: 26px;
}

.h1_technology {
    letter-spacing: 0.44px;
    line-height: 33px;
    font-size: 22px;
    color: #343434;
    margin: 0 auto;
}

.h1_500 {
    max-width: 500px;
}

#conditions {
    text-align: center;
    letter-spacing: 0.28px;
    line-height: 19px;
    font-size: 14px;
    color: #000000;
    font-family: Museo_Sans_Cyrl_300;
}

#conditions .img {
    padding-bottom: 33px;
}

#conditions img {
    width: 90px;
}

#conditions .item {
    padding-top: 70px;
    max-width: 270px;
    margin: 0 auto;
}

#comparison {
    padding-top: 86px;
}

#comparison .desc {
    padding-top: 12px;
    text-align: center;
    letter-spacing: 0.28px;
    line-height: 22px;
    font-size: 14px;
    color: #a1a1a1;
    max-width: 460px;
    margin: 0 auto;
    font-family: Museo_Sans_Cyrl_500;
    padding-bottom: 53px;
}

#comparison .item .about_comparison {
    background-color: #fdf3ed;
    border-bottom: 1px solid #e8e8e8;
    border-radius: 0 4px 0 0;
    margin-bottom: 27px;
}

#comparison .item .about_comparison .desc {
    letter-spacing: 0.26px;
    line-height: 21px;
    font-size: 13px;
    color: #464646;
    font-family: Museo_Sans_Cyrl_500;
    text-align: left;
    margin: 0;
    padding-top: 18px;
    padding-left: 29px;
    display: inline-block;
    padding-bottom: 18px;
    max-width: 430px;
}

#comparison .item .about_comparison a.view_price {
    font-size: 14px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    display: inline-block;
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    width: 300px;
    height: 45px;
    text-align: center;
    margin-top: 37px;
    float: right;
    margin-right: 31px;
    padding-top: 9px;
}

#comparison .item .img img {
    width: 100%;
}

.padding_0 {
    padding: 0;
}

#comparison .step_comparison .head {
    text-align: left;
    padding-left: 30px;
    letter-spacing: 0.36px;
    line-height: 19px;
    font-size: 18px;
    color: #464646;
    padding-bottom: 0;
}

#comparison .step_comparison .desc {
    margin: 0;
    max-width: 450px;
    text-align: left;
    padding-left: 29px;
    letter-spacing: 0.28px;
    line-height: 21px;
    font-size: 14px;
    color: #464646;
    font-family: Museo_Sans_Cyrl_300;
    padding-bottom: 16px;
}

.about_comparison a.link_comparison {
    letter-spacing: 0.26px;
    text-decoration: underline;
    font-size: 13px;
    font-family: Museo_Sans_Cyrl_700;
    color: #1d45aa;
    margin-left: 29px;
}

#comparison .item .img .head {
    font-family: Museo_Sans_Cyrl_300;
    font-size: 25px;
    color: #ffffff;
    text-align: left;
    padding: 0;
    font-family: Roboto_Slab_400;
}

#comparison .item .img .desc {
    color: #c5c5c5;
    font-family: Museo_Sans_Cyrl_300;
    font-size: 14px;
    color: #ffffff;
    padding: 0;
    text-align: left;
    padding-top: 5px;
    max-width: 240px;
}

#comparison .item .img {
    position: relative;
}

#comparison .item .img .text {
    position: absolute;
    left: 27px;
    bottom: 21px;
}

#comparison a.link_comparison {
    letter-spacing: 0.26px;
    text-decoration: underline;
    font-size: 13px;
    color: #1d45aa;
    font-family: Museo_Sans_Cyrl_700;
    margin-left: 29px;
    display: block;
}

#comparison .item {
    margin-bottom: 39px;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

#comparison .item2 .about_comparison .desc {
    max-width: 330px;
}

#comparison .item2 .about_comparison a.view_price {
    width: 330px;
}

#comparison .item3 .step_comparison {
    display: inline-block;
    width: 350px;
    vertical-align: top;
}

#consult {
    margin-top: 20px;
    margin-bottom: 95px;
}

#consult .container {
    background-color: #fdf3ed;
    border-radius: 5px;
}

#consult .header {
    letter-spacing: 0.48px;
    font-size: 24px;
    color: #000000;
    line-height: 19px;
    font-family: Roboto_Slab;
    padding-top: 35px;
    padding-left: 106px;
    padding-bottom: 18px;
}

#consult .desc {
    padding-left: 106px;
    letter-spacing: 0.3px;
    line-height: 24px;
    font-size: 15px;
    color: #474747;
    font-family: Museo_Sans_Cyrl_500;
    padding-bottom: 30px;
}

#consult button {
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    font-size: 15px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
    height: 46px;
    width: 290px;
    margin: 0 auto;
    display: block;
    margin-top: 52px;
}

#comment {
    margin-bottom: 124px;
}

#comment .h1, .questions .h1 {
    color: #000000;
    font-size: 22px;
    letter-spacing: 0.44px;
    padding-bottom: 50px;
}

#content p {
    letter-spacing: 0.3px;
    line-height: 18px;
    font-size: 16px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    margin-bottom: 15px;
}

#content p.red {
    color: #93182f;
}

#content p.center {
    text-align: center;
}

#content img {
    margin-top: 27px;
    margin-bottom: 27px;
    width: 100%;
    height:auto !important;
}

#content {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 103px;
    padding-bottom: 74px;
}

#content .calculation, #content .view_home {
    height: 49px;
    border-radius: 30px;
    letter-spacing: 0.3px;
    font-size: 15px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-top: 40px;
    padding-top: 15px;
}

#content .calculation {
    background-color: #996633;
    width: 264px;
    margin-right: 31px;
}

#content .view_home {
    background-color: #990000;
    width: 470px;
}

#content .h1 {
    font-family: Roboto_Slab;
    letter-spacing: 0.44px;
    line-height: 26px;
    font-size: 22px;
    color: #343434;
    padding-bottom: 17px;
}

.padding_top_34 {
    padding-top: 34px !important;
}

.foundation .block1 .h1 {
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #343434;
    font-family: Roboto_Slab;
    padding-bottom: 66px;
}

.foundation .block1 .div {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
}

.foundation .block1 .head {
    color: #343434;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    font-family: Museo_Sans_Cyrl_700;
    letter-spacing: 0.32px;
    padding-bottom: 19px;
}

.foundation .block1 ul {
    margin-bottom: 0;
}

.foundation .block1 ul li {
    list-style-type: none;
    font-family: Museo_Sans_Cyrl_500;
    color: #343434;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 22px;
    position: relative;
    padding-left: 11px;
    max-width: 450px;
    padding-bottom: 18px;
}

.foundation .block1 ul li:before {
    content: '-';
    left: 0;
    top: 0;
    position: absolute;
}

.foundation .block1 .img {
    margin-left: -15px;
}

.foundation .block1 .img img {
    max-width: 100%;
}

.foundation .block1 .item {
    padding-top: 27px;
    padding-left: 4px;
}

.foundation .block1 {
    padding-bottom: 18px;
}

.foundation #consult .header {
    font-size: 20px;
    letter-spacing: 0.4px;
    padding-left: 35px;
}

.foundation #consult .desc {
    padding-left: 35px;
}

.foundation #block2 .h1 {
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #343434;
    font-family: Roboto_Slab;
    padding-bottom: 129px;
}

.foundation #block2 {
    text-align: center;
    position: relative;
    padding-bottom: 91px;
}

.foundation #block2 img {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    max-width: 100%;
}

.foundation #block2 .img {
    padding-bottom: 26px;
}

.foundation #block2 .desc {
    letter-spacing: 0.28px;
    line-height: 20px;
    font-size: 14px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
}

.foundation #block2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/radius.png);
    background-repeat: no-repeat;
    background-position: center;
}

#tabl {
    position: relative;
}

#tabl .h1 {
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #343434;
    font-family: Roboto_Slab;
    padding-bottom: 21px;
}

#tabl .thead div {
    letter-spacing: 0.28px;
    line-height: 24px;
    font-size: 14px;
    color: #000000;
    font-family: Roboto_Slab;
    padding-bottom: 47px;
}

#tabl .item {
    text-align: center;
}

#tabl .item .head {
    letter-spacing: 0.3px;
    line-height: 24px;
    font-size: 15px;
    color: #000000;
    font-family: Roboto_Slab;
}

#tabl .owl-carousel .owl-item img {
    margin: 0 auto;
    max-width: 100%;
}

#tabl .item .inf {
    letter-spacing: 0.26px;
    line-height: 24px;
    font-size: 13px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    background-color: #f7f7f7;
    margin: 1px;
    width: 400px;
    vertical-align: middle;
    height: 70px;
    display: table-cell;
    padding: 10px;
}

#tabl .item .inf span {
    display: block;
}

#tabl .item .img {
    height: 190px;
    display: table-cell;
    width: 200px;
    vertical-align: middle;
}

#tabl .item .inf7 {
    height: 94px;
}

#tabl .item .inf8 {
    height: 140px;
}

#tabl .tb-centr {
    margin: 1px;
}

#tabl .thead {
    padding-top: 264px;
}

#tabl .tdiv7 {
    padding-top: 18px;
}

#tabl .tdiv8 {
    padding-top: 48px;
}

#tabl .item .inf_left_top {
    border-radius: 6px 0 0 0;
}

#tabl .item .inf_left_bottom {
    border-radius: 0 0 0 6px;
}

#tabl .item .inf_right_top {
    border-radius: 0 6px 0 0;
}

#tabl .item .inf_right_bottom {
    border-radius: 0 0 6px 0;
}

#consult.order_calc .container {
    background-color: transparent;
}

#consult.order_calc .order_calc_bg {
    background-color: #eff7ea;
}

#consult.order_calc button {
    background-color: #996633;
    border: 3px solid #996633;
    margin-bottom: 52px;
}

#tabl .col-md-10 {
    padding: 0;
}

#tabl .owl-carousel .owl-nav .owl-next, #tabl .owl-carousel .owl-nav .owl-prev {
    background-color: #990000;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
    height: 30px;
    width: 31px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 86px;
    padding-top: 8px;
}

#tabl .owl-carousel .owl-nav .owl-next {
    right: 0;
}

#tabl .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.main.geolog .h1 {
    color: #343434;
    font-size: 22px;
    font-family: Roboto_Slab;
    letter-spacing: 0.44px;
    line-height: 33px;
    padding-top: 102px;
    padding-bottom: 17px;
}

.main.geolog .h1_desc {
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: Museo_Sans_Cyrl_500;
    text-align: center;
    color: #93182f;
}

#block_geolog {
    text-align: center;
    background-image: url(../img/geolog_rad.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 126px;
    padding-bottom: 17px;
}

#block_geolog .img img {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    max-width: 100%;
}

#block_geolog .name {
    letter-spacing: 0.28px;
    font-size: 14px;
    line-height: 20px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    padding-top: 33px;
}

.main.geolog #consult .header {
    padding-left: 160px;
    font-size: 20px;
}

.main.geolog #consult .desc {
    max-width: 550px;
    padding-left: 160px;
}

.main.geolog #consult .container {
    background-color: #eff7ea;
}

.main.geolog #consult button {
    background-color: #996633;
    border: 3px solid #996633;
}

#block_individual .img {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    position: relative;
    overflow: hidden;
}

#block_individual .img img {
    width: 100%;
}

#block_individual .img p {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 0.32px;
    font-size: 16px;
    color: #ffffff;
    font-family: Roboto_Slab;
    z-index: 3;
}

#block_individual .img:after {
    content: '';
    background-image: url(../img/ind_shadow.png);
    background-size: cover;
    background-position: bottom center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transition: 0.3s;
}

#block_individual .img:hover:after {
    opacity: 0.3;
}

#block_individual .link {
    text-align: center;
}

#block_individual .link a {
    letter-spacing: 0.28px;
    text-decoration: underline;
    line-height: 21px;
    font-size: 14px;
    color: #1d45aa;
    font-family: Museo_Sans_Cyrl_700;
}

.main.individual .h1 {
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #343434;
    font-family: Roboto_Slab;
    padding-top: 106px;
    padding-bottom: 56px;
}

#block_individual .link {
    padding-top: 20px;
}

.main.individual #consult .container {
    background-color: #eff7ea;
}

.main.individual #consult button {
    background-color: #996633;
    border: 3px solid #996633;
    margin-left: 81px;
}

.main.individual #consult .header {
    font-size: 20px;
    padding-left: 184px;
}

.main.individual #consult .desc {
    padding-left: 184px;
    max-width: 560px;
}

#block_credit {
    padding-top: 106px;
}

#block_credit .h1 {
    color: #343434;
    font-size: 22px;
    font-family: Roboto_Slab;
    letter-spacing: 0.44px;
    padding-bottom: 14px;
}

#block_credit .h1_desc {
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: Museo_Sans_Cyrl_500;
    text-align: center;
    padding-bottom: 53px;
}

#block_credit .item {
    box-shadow: 0 3px 17px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
}

#block_credit .item .img img {
    width: 100%;
}

#block_credit .item .desc {
    padding-top: 51px;
    padding-left: 38px;
    height: 201px;
}

#block_credit .item .desc ul li {
    font-size: 16px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    line-height: 26px;
    padding-left: 3px;
    letter-spacing: 0.32px;
    padding-bottom: 18px;
}

#block_credit .item .desc ul li span {
    color: #996633;
    font-style: italic;
    display: block;
}

#block_credit .item .link {
    padding-top: 44px;
    padding-bottom: 30px;
}

#block_credit .item .link a {
    background-color: #990000;
    border-radius: 30px;
    height: 46px;
    width: 287px;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
    padding-top: 12px;
}

#content .head {
    letter-spacing: 0.36px;
    font-size: 18px;
    color: #343434;
    text-align: left;
    padding-top: 13px;
    padding-bottom: 19px;
}

#content .head2 {
    font-size: 16px;
    letter-spacing: 0.32px;
    line-height: 26px;
    font-family: Museo_Sans_Cyrl_700;
    color: #343434;
    padding-top: 10px;
    padding-bottom: 14px;
}

#content .bank {
    padding-bottom: 7px;
}

#content .bank div {
    display: inline-block;
}

#content .bank .name span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}

#content .bank .name {
    letter-spacing: 0.3px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_700;
    width: 217px;
    position: relative;
    vertical-align: top;
    padding-top: 3px;
}

#content .bank .name:after {
    position: absolute;
    content: '';
    right: 8px;
    bottom: 6px;
    width: 90%;
    background-color: #f2f2f2;
    height: 1px;
}

#content .bank .link a {
    letter-spacing: 0.3px;
    text-decoration: underline;
    font-size: 15px;
    color: #1d45aa;
    font-family: Museo_Sans_Cyrl_500;
}

#content .banks {
    padding-bottom: 10px;
}

#content ul {
    padding-left: 16px;
}

#content ul li {
    color: #343434;
    font-size: 15px;
    font-family: Museo_Sans_Cyrl_500;
    line-height: 26px;
    letter-spacing: 0.3px;
    padding-left: 4px;
    padding-bottom: 18px;
}

#content ul li a {
    text-decoration: underline;
    color: #1d45aa;
}

.main.credit #consult .header {
    font-size: 20px;
    letter-spacing: 0.4px;
    padding-top: 16px;
    padding-left: 95px;
    line-height: 28px;
    padding-bottom: 13px;
}

.main.credit #consult .header span {
    display: block;
}

.main.credit #consult .desc {
    padding-left: 96px;
}

#block_external {
    padding-top: 105px;
}

#block_external .h1_desc {
    letter-spacing: 0.3px;
    font-size: 15px;
    color: #93182f;
    font-family: Museo_Sans_Cyrl_500;
    text-align: center;
    padding-bottom: 93px;
}

#block_external .item {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}

#block_external .item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 331px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
    bottom: 0;
    left: 0;
}

#block_external .item div {
    position: relative;
    z-index: 1;
}

#block_external .item .img img {
    width: 276px;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
}

#block_external .item .head {
    color: #343434;
    font-family: Roboto_Slab;
    font-size: 20px;
    letter-spacing: 0.4px;
    padding-top: 17px;
    padding-bottom: 0;
    height: 70px;
    max-width: 250px;
    line-height: 25px;
    margin: 0 auto;
}

#block_external .item .metr {
    color: #996633;
    font-size: 18px;
    font-family: Museo_Sans_Cyrl_700;
    letter-spacing: 0.36px;
    display: inline-block;
    height: 70px;
    padding: 0 18px;
}

#block_external .item .metr span {
    font-size: 14px;
    font-family: Museo_Sans_Cyrl_500;
    font-style: italic;
    display: block;
}

.main.external #content {
    padding-top: 25px;
}

#block_external .item .metr span.brick {
    color: #a0a0a0;
}

#block_external .item .metr.line {
    position: relative;
}

#block_external .item .metr.line:before {
    content: '';
    position: absolute;
    left: 0;
    top: -8px;
    height: 82px;
    background-color: #e3e3e3;
    width: 1px;
}

#consult.consult_form .header, #consult.consult_form .desc {
    padding-left: 85px;
}

.wrap_gallery_project {
    z-index: 3;
    /*height: 690px;*/
}

@media (min-width: 1300px) {
    .wrap_gallery_project {
        /*height: 750px;*/
    }
}

@media (min-width: 1400px) {
    .wrap_gallery_project {
        /*height: 780px;*/
    }
}

.bg_gall {
    background: #ffffff;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    position: absolute;
}

.wrap_gallery_top {
    height: 100%;
}

.wrap_gallery_top .gallery-top {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wrap_gallery_top .swiper-slide {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.wrap_gallery_top a {
    /*max-width: 100%;
    max-height: 100%;
    overflow: hidden;*/

    width: 100%;
    overflow: hidden;
    display: block;
    height: 700px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    text-align:center;
}

.wrap_gallery_top a img {
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /*max-width: 100%;*/
}

.wrap_gallery_project .container {
    z-index: 3;
    position: relative;
}

.wrap_thumbs {
    width: 560px;
    position: absolute;
    z-index: 3;
    bottom: 25px;
    margin-left: -280px;
    left: 50%;
}

.gallery-thumbs {
    height: 85px;
}

.gallery-thumbs .swiper-wrapper {
    /*margin-left: -webkit-calc(-50% + 65px);
    margin-left: -moz-calc(-50% + 65px);
    margin-left: calc(-50% + 65px);*/
}

.gallery-thumbs .swiper-slide {
    width: 130px;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 4px;
    border: 5px solid #ffffff;
    box-shadow: 0 6px 12px 1px rgba(45, 45, 45, 0.15);
}

.gallery-thumbs .swiper-slide.swiper-slide-active {
    border: 5px solid #97c89a;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper_nav_white {
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -23px;
    /*left: 100%;*/
    margin-left: 30px;
    width: 100%;
}

#cart #bread {
    padding: 0;
}

#cart #bread .container {
    position: relative;
}

#cart #bread .container div {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 9;
    background: #fff;
    padding: 4px 8px;
}

.swiper-button-prev, .swiper-button-next, .swiper-button-prev.swiper-button-white, .swiper-button-next.swiper-button-white {
    width: auto;
    height: auto;
    background: transparent;
    font-size: 40px;
    opacity: 1;
    color: #97c89a;
    position: absolute;
}

.swiper-button-prev.swiper-button-white {
    /*left: -656px;*/
    left: -110px;
}

.swiper-button-next.swiper-button-white {
    /*right: 108px;*/
    right:-65px;
}

#cart_info .container {
    position: relative;
}

.cart_info_block {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    width: 422px;
    position: absolute;
    right: 0;
    top: -143px;
    top: 150px;
    z-index: 99;
    padding: 4px 26px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: transparent;
    border: none;
    border-bottom: 2px solid #996633;
}

.nav-tabs > li > a:hover {
    background: transparent;
}

.nav-tabs li a {
    letter-spacing: 0.32px;
    font-size: 16px;
    color: #8f8f8f;
    font-family: Museo_Sans_Cyrl_700;
    border: none;
}

.nav-tabs li.active a {
    color: #000000;
    border-bottom: 2px solid #996633;
    margin-bottom: -1px;
}

.cart_info_block .nav-tabs > li {
    width: 50%;
    text-align: center;
}

.cart_info_block .tab-content {
    padding-top: 40px;
}

.cart_info_block .tab-content .info p:nth-child(2n - 1) {
    background-color: #f9f8f2;
}

.cart_info_block .tab-content .info span {
    letter-spacing: 0.32px;
    font-size: 16px;
    color: #000000;
    font-family: Museo_Sans_Cyrl_700;
}

.cart_info_block .tab-content .info .head {
    color: #5f5f5f;
    font-family: Museo_Sans_Cyrl_500;
    display: inline-block;
    width: 200px;
}

.nav-tabs {
    border-bottom: 2px solid #ccc;
}

.cart_info_block .tab-content {
    /*height: 600px;*/
}

.cart_info_block .tab-content .info p {
    margin: 0;
    padding: 12px 29px;
}

.cart_info_block .cost {
    text-align: center;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    margin-top: 30px;
    padding-top: 21px;
}

.cart_info_block .cost .head_cost {
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #6b6b6b;
    font-family: Museo_Sans_Cyrl_500;
    padding-bottom: 8px;
}

.cart_info_block .cost div {
    display: inline-block;
    padding: 0 12px;
}

.cart_info_block .cost .old_price {
    font-size: 20px;
    letter-spacing: 0.4px;
    font-family: Roboto_Slab;
    color: #343434;
    vertical-align: top;
    padding-top: 4px;
}

.cart_info_block .cost .old_price span {
    font-size: 18px;
}

.cart_info_block .cost .price {
    color: #ad1b05;
    font-family: Roboto_Slab;
    font-size: 26px;
}

.cart_info_block .cost .price span {
    font-size: 18px;
}

.cart_info_block .cost a {
    display: block;
    letter-spacing: 0.26px;
    text-decoration: underline;
    font-size: 13px;
    color: #8f8f8f;
    font-family: Museo_Sans_Cyrl_500;
    margin-top: 10px;
    margin-bottom: 21px;
}

.cart_info_block .present,
#seminar .present{
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-family: Museo_Sans_Cyrl_700;
    width: 220px;
    height: 46px;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cart_info_block .view_home {
    background-color: #fff;
    border: 3px solid #990000;
    border-radius: 30px;
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #000;
    text-align: center;
    font-family: Museo_Sans_Cyrl_700;
    width: 220px;
    height: 46px;
    margin: 0 auto;
    display: block;
    padding-top: 10px;
    margin-bottom: 20px;
}

#cart_info1 .desc {
    height: 397px;
    overflow: hidden;
    font-size: 15px;
}

#cart_poject {
    text-align: center;
    letter-spacing: 0.3px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    /*padding-top: 42px;*/
}

@media (min-width: 1200px) {
    #cart_poject {
        padding-top: 130px;
    }
}

@media (max-width: 1399px) and (min-width: 1200px) {
    #cart_poject {
        padding-top: 160px;
    }
}

@media (max-width: 1299px) and (min-width: 1200px) {
    #cart_poject {
        padding-top: 220px;
    }
}

#cart_poject .item {
    width: 240px;
    margin: 0 auto;
    margin-bottom: 94px;
}

#cart_poject .item .img {
    padding-bottom: 32px;
}

#cart_poject .item .img .desc {
    height: 50px;
}

#cart_poject .head {
    font-size: 45px;
    letter-spacing: 0.9px;
    margin-bottom: 59px;
}

#cart_poject img {
    max-width: 100%;
    height: 79px;
}

#cart_plan .item {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-top: 56px;
}

#cart_plan .item .name {
    text-align: center;
    letter-spacing: 0.32px;
    font-size: 18px;
    color: #010101;
    font-family: Museo_Sans_Cyrl_500;
    padding-top: 14px;
    padding-bottom: 32px;
}

#cart_plan .item .name span {
    color: #996633;
}

#cart_plan .item .img {
    height: 430px;
    position: relative;
    transition: .3s;
    overflow: hidden;
    display: table-cell;
    width: 2000px;
    vertical-align: middle;
}

#cart_plan .item .img .zoom {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-bottom: auto;
    margin-left: auto;
    margin-top: auto;
    margin-right: auto;
    content: '';
    background-image: url(../img/zoom-in.svg);
    background-color: #996633;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.14);
    height: 54px;
    width: 54px;
    border-radius: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    transition: .3s;
}

#cart_plan .item .img:hover .zoom {
    opacity: 1;
}

#cart_plan .item .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.resp-tabs-list li {
    text-align: center;
    width: 20%;
    border: none;
    border-bottom: 2px solid #ccc;
    letter-spacing: 0.32px;
    line-height: 24px;
    font-size: 16px;
    color: #8f8f8f;
    font-family: Museo_Sans_Cyrl_700;
    margin-bottom: 33px;

}

.resp-tabs-list li.resp-tab-active {
    border-bottom: 2px solid #996633;
    color: #000;
}

.resp-tab-content {
    border: none;
    padding: 0;
}

#cart_characteristics .text {
    letter-spacing: 0.28px;
    line-height: 24px;
    font-size: 14px;
    font-family: Museo_Sans_Cyrl_700;
    color: #000;
    padding: 7px 33px;
    padding-right: 0;
}

#cart_characteristics .text span {
    color: #5f5f5f;
    font-family: Museo_Sans_Cyrl_500;
    display: inline-block;
    width: 314px;
}

#cart_characteristics .text:nth-child(2n-1) {
    background-color: #f9f8f2;
}

#cart_characteristics {
    padding-top: 93px;
}

#horizontalTab {
    padding-top: 49px;
}

#horizontalTab .text-tab {
    padding: 0 70px;
}

#horizontalTab .img-tab img {
    max-width: 100%;
}

#horizontalTab .img-tab .img {
    padding-bottom: 30px;
}

#cart_complect .h1_desc {
    text-align: center;
    letter-spacing: 0.28px;
    font-family: Museo_Sans_Cyrl_500;
    font-size: 14px;
    color: #343434;
    padding-top: 7px;
    padding-bottom: 42px;
}

#cart_complect .cart_complect_head {
    letter-spacing: 0.32px;
    font-size: 16px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_700;
    padding-bottom: 12px;
}

#cart_complect .items {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}

#cart_complect .item {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
}

#cart_complect .item .img {
    text-align: center;
    padding-top: 15px;
}

#cart_complect .item .img img {
    max-width: 100%;
}

#cart_complect .item .buttons {
    text-align: center;
    padding-top: 9px;
    padding-bottom: 18px;
    /*white-space: nowrap;*/
}

#cart_complect .item .buttons button {
    letter-spacing: 0.26px;
    text-decoration: underline;
    line-height: 28px;
    font-size: 13px;
    color: #1d45aa;
    font-family: Museo_Sans_Cyrl_500;
    background: none;
    border: none;
    display: inline-block;
    padding: 0 2px;
}
    #cart_complect .item .buttons button.change:before{
        content:"";
        display: inline-block;
        vertical-align: middle;
        background: url("../img/replace.png") 50% 50% no-repeat;
        width:16px;
        height:16px;
        margin-right:5px;
    }
    #cart_complect .item .buttons button.del:before{
        content:"";
        display: inline-block;
        vertical-align: middle;
        background: url("../img/deleteItem.png") 50% 50% no-repeat;
        width:16px;
        height:16px;
        margin-right:5px;
    }

#cart_complect .item .name {
    letter-spacing: 0.4px;
    font-size: 20px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_700;
    padding-top: 34px;
    padding-bottom: 12px;
}

#cart_complect .item .desc {
    letter-spacing: 0.28px;
    line-height: 20px;
    font-size: 14px;
    color: #6b6b6b;
    font-family: Museo_Sans_Cyrl_500;
}

#cart_complect .item .about {
    letter-spacing: 0.26px;
    line-height: 20px;
    font-size: 13px;
    color: #a6a6a6;
    font-family: Museo_Sans_Cyrl_500;
    border-bottom: 1px dashed #a6a6a6;
    display: inline-block;
    cursor: pointer;
    padding-top: 10px;
    margin-bottom: 24px;
}
    #cart_complect .item .about:after{
        content:"";
        display: inline-block;
        vertical-align: middle;
        background: url("../img/showmore.png") 50% 50% no-repeat;
        width:8px;
        height:6px;
        margin-left:5px;
    }
#cart_complect .item .about_param {
    padding-bottom: 12px;
}
    #cart_complect .item .about.opened:after{
        background: url("../img/hidemore.png") 50% 50% no-repeat;
    }
#cart_complect .item .about_param .head {
    color: #000000;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 20px;
    font-family: Museo_Sans_Cyrl_700;
    text-align: left;
    padding-bottom: 1px;
}

#cart_complect .item .about_param .desc {
    color: #6b6b6b;
    font-size: 14px;
    font-family: Museo_Sans_Cyrl_500;
    letter-spacing: 0.28px;
    line-height: 20px;
    padding-bottom: 11px;
}

#cart_detail .about_param .block {
    background-color: #f9f8f2;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 23px;
}

#cart_detail .cart_detail_calc .block .head:before {
    width: 100%;
}

#cart_detail .about_param .block .head {
    line-height: 25px;
    font-size: 16px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 16px;
}

#cart_detail .about_param .block .summ {
    font-size: 28px;
    color: #996633;
    font-family: Roboto_Slab;
}

#cart_detail .about_param .block .summ span {
    color: #a0a0a0;
    font-size: 14px;
    line-height: 25px;
    font-family: Museo_Sans_Cyrl_500;
    font-style: italic;
    display: block;
}

#cart_complect .item .material {
    padding-top: 32px;
}

#cart_complect .item .material button {
    display: block;
    border: none;
    background: transparent;
    letter-spacing: 0.4px;
    text-decoration: underline;
    line-height: 28px;
    font-size: 20px;
    color: #996633;
    font-family: Museo_Sans_Cyrl_700;
    text-align: left;
    padding-bottom: 8px;
}

#cart_complect .item .material a {
    letter-spacing: 0.26px;
    text-decoration: underline;
    line-height: 28px;
    font-size: 13px;
    color: #1d45aa;
    font-family: Museo_Sans_Cyrl_500;
}

#cart_complect .item .price {
    letter-spacing: 0.4px;
    line-height: 28px;
    font-size: 20px;
    color: #010101;
    font-family: Museo_Sans_Cyrl_500;
    padding-top: 62px;
    text-align: center;
}

#cart_complect {
    padding-top: 92px;
}

#cart_complect .items_result {
    background-color: #f9f8f2;
    border-radius: 0 0 5px 5px;
    margin: 0;
    padding-top: 27px;
    padding-bottom: 17px;
}

#cart_complect .items_result .send_manager button {
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    height: 50px;
    width: 100%;
    letter-spacing: 0.32px;
    font-size: 16px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
    margin-bottom: 15px;
}

#cart_complect .items_result .send_manager a {
    display: block;
    letter-spacing: 0.26px;
    text-decoration: underline;
    line-height: 23px;
    font-size: 13px;
    color: #1d45aa;
    margin-left: 14px;
    font-family: Museo_Sans_Cyrl_500;
}

#cart_complect .items_result .add_option button {
    border: 3px solid #990000;
    border-radius: 30px;
    height: 50px;
    letter-spacing: 0.32px;
    font-size: 16px;
    color: #000000;
    font-family: Museo_Sans_Cyrl_700;
    background: transparent;
    text-align: center;
    width: 100%;
}

#cart_complect .items_result .save_result button {
    position: relative;
    letter-spacing: 0.28px;
    text-decoration: underline;
    line-height: 20px;
    font-size: 14px;
    font-family: Museo_Sans_Cyrl_500;
    color: #1d45aa;
    background: transparent;
    border: none;
    width: 80px;
    text-align: left;
    padding-left: 52px;
    padding-top: 5px;
}

#cart_complect .items_result .save_result button:before {
    position: absolute;
    left: 0;
    content: '';
    background-image: url(../img/pdf-file.svg);
    background-size: contain;
    height: 34px;
    width: 34px;
    top: 8px;
}

#cart_complect .items_result .price_result {
    letter-spacing: 0.4px;
    line-height: 28px;
    font-size: 20px;
    color: #010101;
    font-family: Museo_Sans_Cyrl_700;
    padding-top: 14px;
    text-align: right;
    padding-right: 11px;
}

#cart_detail {
    padding-top: 93px;
    padding-bottom: 99px;
}

#cart_detail_tab {
    padding-top: 54px;
}

#cart_detail .resp-tabs-list li {
    width: 12.5%;
    text-align: center;
    letter-spacing: 0.32px;
    line-height: 24px;
    font-size: 16px;
    font-family: Museo_Sans_Cyrl_700;
}

#cart_detail .resp-tabs-container p {
    letter-spacing: 0.3px;
    line-height: 24px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

#calc_range span:last-child {
    display: none;
}

#calc_range_2 span:last-child {
    display: none;
}

#cart_detail .cart_detail_calc {
    padding-top: 64px;
}

#cart_detail .cart_detail_calc .h1 {
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size: 25px;
    color: #353535;
    font-weight: 900;
    text-align: left;
    padding-bottom: 18px;
}

#cart_detail .cart_detail_calc .head {
    letter-spacing: 0.28px;
    line-height: 24px;
    font-size: 14px;
    color: #353535;
    font-family: Museo_Sans_Cyrl_500;
    text-align: left;
    padding-bottom: 30px;
    padding-top: 22px;
    position: relative;
}

#cart_detail .cart_detail_calc .head:before {
    left: 3px;
    top: 67px;
    position: absolute;
    content: '';
    height: 24px;
    width: 530px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0px -10px;
}

#cart_detail .cart_detail_calc .head_year:before {
    background-image: url(../img/year_line.png);
}

#cart_detail .cart_detail_calc .head_price:before {
    background-image: url(../img/rub_line.png);
}

#cart_detail .cart_detail_calc .ui-widget.ui-widget-content {
    border-radius: 3px;
    height: 6px;
    background-image: linear-gradient(to right, #74a72f 0%, #ffc600 30%, #ff6600 91%, #ff6600 100%);
    background-color: #996633;
    margin-left: 0;
}

#cart_detail .ui-slider-horizontal .ui-slider-range {
    box-shadow: inset 0 1px 3px rgba(69, 102, 24, 0.24);
    background-color: #e7e7e7;
}

#cart_detail .ui-widget-content .ui-state-default {
    background: #fff;
    border: 4px solid #568b0f;
}

#cart_detail .cart_detail_calc input {
    border: 1px solid #a9a9a9;
    background-color: #ffffff;
    height: 25px;
    width: 100px;
    text-align: center;
    font-size: 13px;
    color: #000000;
    letter-spacing: 0.26px;
    font-family: Museo_Sans_Cyrl_300;
    display: inline-block;
}

#calc_range, #calc_range_2 {
    max-width: 540px;
    width: 100%;
    display: inline-block;
    margin-right: 14px;
}

#cart_detail .calc_info {
    background-color: #fcf6e8;
    margin-top: -10px;
    padding-bottom: 27px;
}

#cart_detail .calc_info .calc_info_item {
    padding-left: 22px;
    padding-bottom: 14px;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 22px;
}

#cart_detail .calc_info .calc_info_item.calc_info_item_no_border {
    border: none;
}

#cart_detail .calc_info .head_calc_info {
    letter-spacing: 0.32px;
    line-height: 24px;
    font-size: 16px;
    color: #353535;
    font-weight: 900;
    padding-bottom: 13px;
}

#cart_detail .calc_info .desc_calc_info p {
    letter-spacing: 0.28px;
    line-height: 24px;
    font-size: 14px;
    color: #353535;
    font-family: Museo_Sans_Cyrl_500;
    text-align: left;
}

#cart_detail .calc_info button {
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    height: 46px;
    width: 220px;
    display: block;
    margin: 0 auto;
    margin-top: 11px;
}

#cart_detail .cart_detail_calc .calc_cost {
    color: #353535;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.36px;
    font-weight: 900;
    padding-top: 76px;
    padding-bottom: 13px;
}

#cart_detail .cart_detail_calc .calc_cost span {
    color: #990000;
}

#cart_detail .cart_detail_calc .about {
    letter-spacing: 0.26px;
    font-size: 13px;
    color: #1d45aa;
    font-family: Museo_Sans_Cyrl_500;
    border-bottom: 1px dashed #1d45aa;
    display: inline-block;
    cursor: pointer;
}

button.info {
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    height: 46px;
    width: 220px;
    display: block;
    margin: 0 auto;
    margin-top: 11px;
}

.cart_projects .item {
    position: relative;
}

.cart_projects .item .img img {
    max-width: 100%;
}

.cart_projects .item:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-image: url(../img/cart_project_shadow.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.cart_projects .item .name {
    letter-spacing: 0.4px;
    font-size: 20px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_500;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
}

.cart_projects .item .name > span {
    display: inline-block;
    margin-bottom: 20px;
}

.cart_projects .item .desc {
    position: absolute;
    bottom: -120px;
    width: 100%;
    background-color: #996633;
    border-radius: 5px;
    transition: .3s;
    color: #ffffff;
    font-size: 13px;
    font-family: Museo_Sans_Cyrl_300;
    letter-spacing: 0.26px;
    line-height: 20px;
    bottom: -250px;
    transition: .3s;
    height: 93%;
    width: 96%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.cart_projects .item .desc .desc_name {
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 20px;
    font-family: Museo_Sans_Cyrl_700;
    padding-bottom: 10px;
}

.cart_projects .item:hover .desc {
    bottom: 8px;
    transition: .3s;
}

.cart_projects .owl-carousel .owl-nav .owl-next, .cart_projects .owl-carousel .owl-nav .owl-prev {
    background-color: #990000;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.14);
    height: 38px;
    width: 38px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    padding-top: 9px;
    color: #fff;
    position: absolute;
    top: 45%;
}

.cart_projects .owl-carousel .owl-nav .owl-prev {
    left: -15px;
}

.cart_projects .owl-carousel .owl-nav .owl-next {
    right: -15px;
}

.cart_projects_grey {
    background-color: #f5f7f9;
}

.cart_projects {
    padding-top: 43px;
    padding-bottom: 55px;
}

.cart_projects .h1 {
    padding-bottom: 56px;
}

#seminar {
    color: #fff;
    font-family: Museo_Sans_Cyrl_700;
    padding-top: 99px;
    padding-bottom: 143px;
}

#seminar .container {
    background-image: url(../img/seminar.jpg);
    background-size: cover;
}

#seminar .head {
    letter-spacing: 0.7px;
    font-size: 35px;
    color: #ffffff;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    font-family: Museo_Sans_Cyrl_700;
    text-align: left;
    padding-top: 23px;
    padding-left: 7px;
    padding-bottom: 4px;
}

#seminar .time {
    letter-spacing: 0.5px;
    font-size: 25px;
    text-transform: uppercase;
    background-color: #93182f;
    max-width: 325px;
    width: 100%;
    text-align: center;
    margin-left: 9px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#seminar .theme {
    letter-spacing: 0.4px;
    font-size: 20px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    padding-left: 7px;
    padding-top: 22px;
    padding-bottom: 6px;
}

#seminar ul li {
    letter-spacing: 0.32px;
    line-height: 26px;
    font-size: 16px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    list-style-type: none;
    padding-left: 7px;
}

#seminar .desc {
    letter-spacing: 0.4px;
    font-size: 20px;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
    padding-top: 15px;
    padding-left: 8px;
    padding-bottom: 22px;
}

#seminar button {
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    box-shadow: 0 6px 28px 2px rgba(0, 0, 0, 0.47);
    letter-spacing: 0.32px;
    font-size: 16px;
    text-align: center;
    height: 51px;
    width: 250px;
    margin: 0 auto;
    display: block;
    margin-top: 125px;
}

.modal-steps .img {
    /*height: 190px;*/
    overflow: hidden;
}

.modal-steps .img img {
    width: 100%;
}

.modal .text {
    letter-spacing: 0.28px;
    line-height: 24px;
    font-size: 14px;
    color: #7a7a7a;
    font-family: Museo_Sans_Cyrl_500;
    padding-top: 34px;
    padding-left: 30px;
    padding-right: 30px;
}

.modal .text .head {
    color: #000000;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 24px;
    font-family: Roboto_Slab;
    padding-bottom: 16px;
}

.modal-steps button {
    background-color: #ffffff;
    border: 3px solid #990000;
    border-radius: 30px;
    height: 41px;
    width: 137px;
    text-align: center;
    letter-spacing: 0.3px;
    font-size: 15px;
    color: #990000;
    font-family: Museo_Sans_Cyrl_700;
    display: block;
    margin: 0 auto;
    margin-top: 37px;
}

.modal-steps {
    max-width: 570px;
    width: 100%;
}

.modal-content {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border: none;
    overflow: hidden;
    padding-bottom: 30px;
}

.modal-content span {
    letter-spacing: 0.28px;
    line-height: 24px;
    font-size: 14px;
    color: #7a7a7a;
    font-family: Roboto_Slab;
    display: block;
    text-align: center;
    padding-top: 30px;
}

.modal-content .block div {
    display: inline-block;
    vertical-align: top;
}

.modal-content .block img {
    /*max-width: 100px;*/
    width: 100%;
}

.modal-content .block {
    letter-spacing: 0.36px;
    line-height: 24px;
    font-size: 18px;
    color: #996633;
    font-family: Roboto_Slab;
    max-width: 350px;
    margin: 0 auto;
    padding-top: 24px;
}

.modal-content .block .name {
    max-width: 220px;
    margin-left: 22px;
    padding-top: 19px;
}

.modal-content .item {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    width: 530px;
    margin: 0 auto;
    margin-top: 15px;
    cursor: pointer;
}

.modal-content .item div {
    display: inline-block;
}

.modal-content .item .img,
.modal-content .item .name,
.modal-content .item .price {
    vertical-align: middle;
}

.modal-content .item .img {
    text-align: center;
    width: 150px;
    margin: 0px 20px;
}

.modal-content .item .img img {
    /*max-height: 94px;*/
}

.modal-content .item .name {
    letter-spacing: 0.32px;
    text-decoration: underline;
    line-height: 24px;
    font-size: 16px;
    color: #343434;
    font-family: Roboto_Slab;
    vertical-align: top;
    width: 180px;
    padding-top: 22px;
    margin-right: 30px;
}

.modal-content .item .price {
    letter-spacing: 0.32px;
    line-height: 24px;
    font-size: 16px;
    color: #990000;
    font-family: Roboto_Slab;
}

.modal-content button {
    letter-spacing: 0.3px;
    font-size: 15px;
    color: #a5a5a5;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
    border-radius: 30px;
    border: 3px solid #c1c1c1;
    background: transparent;
    margin: 0 auto;
    margin-top: 45px;
    height: 40px;
    width: 140px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.modal-content button.colors {
    color: #ffffff;
    background-color: #990000;
    border: 3px solid #990000;
}

.modal-content .order {
    text-align: center;
}

.modal-steps .elem {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 3px;
}

.modal-steps .elem_name {
    letter-spacing: 0.32px;
    line-height: 24px;
    font-size: 16px;
    color: #343434;
    font-family: Roboto_Slab;
    cursor: pointer;
    padding-left: 14px;
    padding-bottom: 8px;
    padding-top: 23px;
}

.modal-steps .elem_name p {
    display: inline-block;
    position: relative;
}

.modal-steps .elem_name p:before {
    position: absolute;
    right: -31px;
    top: 7px;
    content: '';
    background-image: url(../img/angle-up.svg);
    background-size: contain;
    width: 14px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}

.modal-steps .elem-one .items {
    padding-top: 14px;
}

.modal-steps .modal-content .item {
    margin-top: 0;
    margin-bottom: 10px;
}

.modal-steps .modal-content .item .img {
    padding-top: 12px;
    padding-bottom: 12px;
}

.modal-steps .modal-content .item .name {
    padding-top: 10px;
    margin-right: 43px;
}

.modal-steps .elem-one_name {
    letter-spacing: 0.32px;
    line-height: 24px;
    font-size: 16px;
    color: #606060;
    font-family: Roboto_Slab;
    position: relative;
    padding-left: 10px;
    cursor: pointer;
    margin-left: 45px;
}

.modal-steps .elem-one_name:before {
    position: absolute;
    left: -4px;
    content: '-';
    top: -1px;
}

.modal-steps .elem-one_name p {
    position: relative;
    display: inline-block;
}

.modal-steps .elem-one_name p:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/play-button.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 8px;
    height: 6px;
    right: -18px;
    top: 9px;
}

.modal .list {
    padding: 24px 15px;
}

#brus_complect {
    margin-bottom: 45px;
}

#brus_complect .brus_complect_block {
    position: relative;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    border-radius: 4px;
    margin-top: 20px;
    cursor: pointer;
    transition: .2s;
    overflow: hidden;
}

#brus_complect .brus_complect_block:hover {
    margin-top: 10px;
}

#brus_complect .brus_complect_block .img {
    position: absolute;
    right: 0;
    bottom: 0;
}

#brus_complect .brus_complect_block .name, #brus_complect .brus_complect_block .price {
    color: #ffffff;
    font-size: 22px;
    font-family: Roboto_Slab;
    letter-spacing: 0.44px;
    line-height: 30px;
    padding-left: 36px;
}

#brus_complect .brus_complect_block .name {
    font-family: Museo_Sans_Cyrl_300;
    padding-top: 9px;
}

#brus_complect .brus_complect_block .price {
    padding-top: 39px;
    padding-bottom: 16px;
}

#brus_complect .brus_complect_block:before {
    opacity: 0.6;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    transition: .3s;
}

#brus_complect .brus_complect_block1, #brus_complect .brus_complect_block1:before {
    background-color: #688c24;
}

#brus_complect .brus_complect_block2, #brus_complect .brus_complect_block2:before {
    background-color: #cf932a;
}

#brus_complect .brus_complect_block3, #brus_complect .brus_complect_block3:before {
    background-color: #976f46;
}

#brus_complect .brus_complect_block:hover:before {
    opacity: 0;
}

#cart_detail.cart_detail_brus .resp-tabs-list li {
    width: 14.28%;
}

#cart_detail.cart_detail_brus .ipoteka_desc {
    max-width: 710px;
    text-align: center;
    margin: 0 auto;
}

#cart_detail.cart_detail_brus .ipoteka_h1 {
    margin-top: 80px;
    padding-bottom: 40px;
}

.questions .h1 {
    padding-top: 106px;
}

.question_list {
    border: 1px solid #c4c4c4;
    border-radius: 4px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
    background: #fff;
    overflow: hidden;
    max-width: 770px;
    margin: 0 auto;
    margin-top: 6px;
    border-bottom: 0;
    margin-bottom: 96px;
}

.question_list .question_list_name {
    letter-spacing: 0.32px;
    font-size: 16px;
    color: #000000;
    font-family: Museo_Sans_Cyrl_700;
    background-color: #f9f8f2;
    border-bottom: 1px solid #c4c4c4;
    padding: 14px 30px;
    position: relative;
    cursor: pointer;
}

.question_list .question_list_name .arrow {
    position: absolute;
    right: 25px;
    top: 21px;
    cursor: pointer;
    transition: .3s;
}

.question_list .question_list_name .arrow.active {
    transform: rotate(180deg);
}

.question_list .question_list_name .arrow img {
    width: 10px;
}

.question_list .question_list_desc {
    color: #343434;
    font-size: 14px;
    font-family: Museo_Sans_Cyrl_500;
    letter-spacing: 0.28px;
    line-height: 26px;
    padding: 43px 30px;
    border-bottom: 1px solid #c4c4c4;
}

#homes_blocks {
    padding-top: 34px;
    padding-bottom: 71px;
}

#homes_blocks .item {
    text-align: center;
    position: relative;
    padding: 23px;
    margin-bottom: 26px;
}

#homes_blocks .item:after {
    content: '';
    position: absolute;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
    height: 409px;
    width: 100%;
    bottom: 0;
    left: 0;
}

#homes_blocks .item .img {
    position: relative;
    z-index: 1;
}

#homes_blocks .item img {
    max-width: 100%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    border-radius: 5px;
}

#homes_blocks .item .name {
    letter-spacing: 0.4px;
    font-size: 20px;
    color: #000000;
    font-family: Roboto_Slab;
    position: relative;
    z-index: 1;
    padding-top: 23px;
    padding-bottom: 18px;
}

#homes_blocks .item .desc {
    letter-spacing: 0.3px;
    line-height: 24px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    position: relative;
    z-index: 1;
    padding-bottom: 21px;
}

#homes_blocks .item .desc span {
    display: block;
}

#homes_blocks .item button {
    font-size: 15px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    max-width: 288px;
    width: 100%;
    height: 46px;
    text-align: center;
    position: relative;
    z-index: 1;
}

#homes_blocks .item .link {
    position: relative;
    z-index: 1;
    padding-top: 29px;
    padding-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
}

#homes_blocks .item .link a {
    color: #1d45aa;
    font-size: 12px;
    text-decoration: underline;
    font-family: Museo_Sans_Cyrl_500;
    letter-spacing: 0.26px;
    position: relative;
    display: inline-block;
    margin: 0 18px;
}

/*#homes_blocks .item .link a:first-child:after {
	content: '';
	position: absolute;
	right: -21px;
	top: 0;
	height: 15px;
	width: 2px;
	background: #cfcfcf;
}*/

#videos {
    padding-top: 43px;
    padding-bottom: 45px;
    padding-bottom: 60px;
}

#videos .tags {
    margin-left: -12.5px;
    margin-right: -12.5px;
    padding-bottom: 45px;
}

#videos .tag {
    font-size: 15px;
    /*padding: 8px 28px;
    margin: 15px 12.5px;*/
    cursor: pointer;
    display: inline-block;
}

#videos .embed-responsive {
    margin-bottom: 40px;
}

#videos .elements .name {
    letter-spacing: 0.3px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_700;
    padding-left: 39px;
    padding-top: 48px;
    padding-bottom: 9px;
}

#videos .elements button {
    letter-spacing: 0.28px;
    font-size: 14px;
    font-family: Museo_Sans_Cyrl_500;
    background: transparent;
    border: none;
    border-radius: 20px;
    width: 124px;
    height: 34px;
    color: #990000;
}

#videos .elements .view {
    background-color: #990000;
    color: #fff;
}

#videos .elements .buttons {
    text-align: center;
}

#blog {
    padding-top: 85px;
    padding-bottom: 95px;
}

#blog .sidebar {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(61, 61, 61, 0.12);
    max-width: 302px;
    width: 100%;
    padding-top: 42px;
    padding-bottom: 44px;
}

#blog .sidebar .head {
    font-size: 20px;
    color: #000000;
    font-family: Roboto_Slab;
    text-align: left;
    padding-left: 47px;
    padding-bottom: 42px;
}

#blog .sidebar .cat {
    color: #565656;
    font-size: 14px;
    font-family: Museo_Sans_Cyrl_300;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 27px;
    margin-bottom: 8px;
}

#blog .sidebar .cat.active {
    font-family: Museo_Sans_Cyrl_700;
    color: #000000;
}

#blog .sidebar .cat span {
    font-size: 13px;
    font-family: Museo_Sans_Cyrl_700;
    color: #ffffff;
    background-color: #996633;
    width: 19px;
    height: 19px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-right: 14px;
    line-height: 20px;
}

#blog .sidebar .cat:hover {
    background-color: #eff7ea;
}

#blog .articles {
    padding-top: 0;
    max-width: 771px;
    margin-top: -20px;
}

#blog .articles .article {
    font-size: 14px;
    font-family: Museo_Sans_Cyrl_500;
    color: #9e9e9e;
    margin-bottom: 50px;
    border-top: 1px solid #d7d7d7;
    padding-top: 63px;
}

#blog .articles .article:first-child {
    border: none;
}
#blog .articles .article td{
    padding:0px 10px;
    vertical-align: top;
}
#blog .articles .article .head {
    font-family: Roboto_Slab;
    color: #343434;
    font-size: 27px;
    letter-spacing: 0.54px;
    line-height: 33px;
    text-align: left;
    padding-bottom: 19px;
}

#blog .articles .article .info {
    display: inline-block;
    padding-bottom: 0;
    margin-right: 57px;
}

#blog .articles .article .info a {
    text-decoration: underline;
    color: #9e9e9e;
}

#blog .articles .article img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    margin-top: 42px;
    margin-bottom: 33px;
}

#blog .articles .article .desc {
    line-height: 24px;
    letter-spacing: 0.3px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_300;
    margin-bottom: 43px;
}

#blog .articles .article .order a {
    font-size: 15px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    width: 200px;
    height: 46px;
    display: block;
    text-align: center;
    padding-top: 9px;
}

#blog .blog_menu {
    background-color: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 30px rgba(61, 61, 61, 0.12);
    height: 42px;
    width: 176px;
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #343434;
    text-align: center;
    padding-top: 10px;
}

#blog .blog_menu span {
    font-size: 14px;
    padding-left: 6px;
    padding-top: 1px;
    display: inline-block;
    vertical-align: top;
}

#blog .articles .article .desc p {
    margin-bottom: 24px;
}

#blog .articles .article p.head {
    font-size: 18px;
    letter-spacing: 0.36px;
    font-family: Museo_Sans_Cyrl_700;
    line-height: 25px;
    padding-bottom: 0;
}

#blog .articles .article .embed-responsive-16by9 {
    margin: 34px 50px;
}

blockquote {
    letter-spacing: 0.3px;
    line-height: 24px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_300;
    background-color: #fdf3ed;
    border: 2px solid #f0e0d7;
    position: relative;
    margin-top: 65px;
    padding: 27px 60px;
    margin-bottom: 52px;
}

blockquote span {
    position: relative;
}

blockquote:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/quotation-mark.png);
    width: 56px;
    height: 54px;
    left: 19px;
    top: 18px;
}

#blog .articles .article .desc img {
    margin-top: 0;
    margin-bottom: 53px;
}

#village {
    padding-top: 34px;
}

#village .video {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 70px;
}

#village .video a {
    font-size: 15px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    height: 46px;
    width: 344px;
    display: block;
    margin: 0 auto;
    padding-top: 9px;
}

#village .video .order {
    padding-top: 50px;
}

#village .sort {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    padding-top: 14px;
    padding-bottom: 18px;
    padding-left: 27px;
    margin-bottom: 40px;
}

#village .sort button {
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #1d45aa;
    font-family: Museo_Sans_Cyrl_500;
    border-bottom: 1px dashed #1d45aa;
    position: relative;
    background: transparent;
    border: none;
    margin-right: 46px;
}

#village .sort button:after {
    position: absolute;
    content: '';
    right: -19px;
    top: 7px;
    width: 8px;
    height: 8px;
    background-image: url(../img/play-button.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(90deg);
}

#village .item {
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
}

#village .item .name {
    color: #000000;
    font-size: 20px;
    letter-spacing: 0.4px;
    font-family: Roboto_Slab;
    padding-top: 23px;
    padding-bottom: 18px;
}

#village .item .desc {
    letter-spacing: 0.28px;
    line-height: 24px;
    font-size: 14px;
    color: #747474;
    font-family: Museo_Sans_Cyrl_300;
}

#village .item .desc span {
    display: block;
}

#village .item .params {
    text-align: left;
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    padding-left: 16px;
    padding-top: 16px;
    padding-right: 13px;
    padding-bottom: 18px;
}

#village .item .params span {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0 10px;
}

#village .item .params span.res {
    color: #000000;
    float: right;
}

#village .item .param {
    position: relative;
    padding-bottom: 6px;
}

#village .item .param:before {
    height: 1px;
    width: 100%;
    background-color: #f2f2f2;
    bottom: 12px;
    left: 0;
    position: absolute;
    content: '';
}

#village .item .icons {
    background-color: #f3f5f2;
    padding-top: 14px;
    padding-bottom: 7px;
    text-align: left;
    padding-left: 36px;
}

#village .item .icon {
    display: inline-block;
    margin-right: 40px;
}

#village .item .icon:last-child {
    padding-right: 0;
}

#village .item .icons svg {
    height: 20px;
    max-width: 30px;
}

#village .item .icon .rate {
    vertical-align: top;
    letter-spacing: 0.4px;
    font-size: 20px;
    color: #990000;
    font-family: Roboto_Slab;
    padding-left: 7px;
    line-height: 20px;
}

#village .item-video .img {
    position: relative;
}

#village .item-video .img:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    content: '';
}

#village .item-video .img:after {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    top: 0;
    bottom: 0;
    content: '';
    background-image: url(../img/play.png);
    height: 53px;
    width: 53px;
    background-repeat: no-repeat;
    background-size: contain;
}

.ui-tooltip.ui-widget.ui-widget-content {
    color: #000000;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.24px;
    background-color: #fdfdff;
    border: 1px solid #d4d4d4;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    height: auto;
    padding-bottom: 0;
}

#map {
    height: 729px;
    width: 100%;
    margin-bottom: 93px;
}

.h1.h1-map {
    font-size: 22px;
    color: #343434;
    letter-spacing: 0.44px;
    padding-bottom: 56px;
    padding-top: 35px;
}

#homes {
    padding-bottom: 70px;
    padding-top: 30px;
}

#homes .item {
    letter-spacing: 0.5px;
    font-size: 25px;
    color: #ffffff;
    font-family: Roboto_Slab;
    position: relative;
    margin-bottom: 30px;
}

#homes .item img {
    border-radius: 5px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    max-width: 100%;
}

#homes .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/homes_shadow.png);
    background-size: cover;
    top: 0;
    left: 0;
}

#homes .item .name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 4;
    font-weight: 700;
}

#spec {
    padding-top: 33px;
    padding-bottom: 42px;
}

#spec .item {
    text-align: center;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 50px;
}

#spec .item:after {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
    width: 100%;
    height: 432px;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
}

#spec .item div {
    position: relative;
    z-index: 1;
}

#spec .item img {
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
}

#spec .item .name {
    letter-spacing: 0.4px;
    font-size: 20px;
    color: #000000;
    font-family: Roboto_Slab;
    padding-top: 23px;
    padding-bottom: 18px;
}

#spec .item .desc {
    letter-spacing: 0.3px;
    line-height: 24px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    padding-bottom: 21px;
}

#spec .item .desc span {
    display: block;
}

#spec .item .order a {
    font-size: 15px;
    font-family: Museo_Sans_Cyrl_700;
    color: #ffffff;
    border: 3px solid #990000;
    background-color: #990000;
    border-radius: 30px;
    width: 285px;
    height: 46px;
    display: block;
    margin: 0 auto;
    padding-top: 9px;
    margin-bottom: 29px;
}

#spec .item .sheme a {
    letter-spacing: 0.26px;
    text-decoration: underline;
    font-size: 13px;
    color: #1d45aa;
    font-family: Museo_Sans_Cyrl_500;
}

#picking {
    padding-bottom: 46px;
}

#picking .item {
    text-align: center;
    letter-spacing: 0.28px;
    line-height: 20px;
    font-size: 14px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
}

#picking .item .img {
    display: table-cell;
    vertical-align: middle;
    height: 150px;
    width: 300px;
}

.main.picking .head_desc {
    line-height: 33px;
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #343434;
    font-family: Roboto_Slab;
    text-align: center;
    padding-top: 76px;
    padding-bottom: 61px;
}

.main.picking .head_desc span {
    display: block;
}

.main.picking #consult .header {
    color: #000000;
    font-size: 20px;
    font-family: Roboto_Slab;
    line-height: 33px;
    letter-spacing: 0.4px;
    padding-left: 81px;
    padding-top: 24px;
    padding-bottom: 13px;
}

.main.picking #consult .header span {
    color: #ad1b05;
}

.main.picking #consult .desc {
    letter-spacing: 0.3px;
    font-size: 15px;
    color: #474747;
    font-family: Museo_Sans_Cyrl_500;
    padding-left: 81px;
}

.main.picking #consult button {
    margin-top: 71px;
    width: 230px;
}

#video_rew .h1 {
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #343434;
    font-family: Roboto_Slab;
    padding-bottom: 55px;
}

#video_rew .name {
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_700;
    line-height: 40px;
    padding-bottom: 15px;
}

#video_rew .desc {
    color: #515151;
    font-family: Museo_Sans_Cyrl_500;
    font-size: 14px;
    letter-spacing: 0.28px;
    line-height: 23px;
    padding-bottom: 18px;
}

#video_rew .desc p {
    margin-bottom: 15px;
}

#video_rew .order a {
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    font-size: 15px;
    text-align: center;
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    height: 46px;
    width: 234px;
    display: block;
    padding-top: 9px;
}

#video_rew .item {
    padding-bottom: 90px;
}

#gallery {
    position: relative;
    padding-bottom: 97px;
}

#gallery .wrap_thumbs {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#gallery .swiper-slide img {
    max-width: 100%;
}

#gallery .wrap_gallery_project {
    background-color: #f2f2f2;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    height: 495px;
    overflow: hidden;
}

#gallery .wrap_thumbs {
    bottom: 25px;
}

#gallery .swiper-button-prev, #gallery .swiper-button-next, #gallery .swiper-button-prev.swiper-button-white, #gallery .swiper-button-next.swiper-button-white {
    box-shadow: -3px 5px 12px 1px rgba(45, 45, 45, 0.1);
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #000;
    text-align: center;
    padding-top: 10px;
    font-size: 25px;
    line-height: 30px;
}

#overflights {
    padding-top: 33px;
}

#overflights .nav-tabs > li {
    width: 50%;
    text-align: center;
}

#overflights .tab-content .head {
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #343434;
    font-family: Roboto_Slab;
    padding-bottom: 54px;
}

#overflights .tab-content .desc div {
    float: left;
    margin-bottom: 4px;
    padding-top: 15px;
    padding-bottom: 19px;
}

#overflights .tab-content #overflights1 {
    max-width: 560px;
    margin: 0 auto;
}

#overflights .tab-content #overflights2 {
    max-width: 760px;
    margin: 0 auto;
}

#overflights .tab-content .desc {
    letter-spacing: 0.28px;
    line-height: 24px;
    font-size: 14px;
    color: #000000;
    font-family: Roboto_Slab;
    position: relative;
}

#overflights .tab-content .desc:after {
    display: table;
    content: '';
    clear: both;
}

#overflights .tab-content .desc .text {
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    background-color: #fcf6e8;
    width: 70%;
    padding-left: 29px;
    padding-right: 29px;
}

#overflights .tab-content .desc .name {
    width: 30%;
    padding-bottom: 0;
    padding-top: 10px;
}

#overflights .tabs {
    padding-top: 86px;
}

#overflights .nav-tabs {
    margin-bottom: 58px;
}

#overflights #map {
    height: 430px;
}

#overflights #overflights2 .head {
    font-size: 18px;
    letter-spacing: 0.36px;
    line-height: 26px;
    font-family: Museo_Sans_Cyrl_700;
    padding-bottom: 16px;
}

#overflights #overflights2 .desc {
    font-family: Museo_Sans_Cyrl_500;
    color: #343434;
    letter-spacing: 0.3px;
    line-height: 26px;
    font-size: 15px;
    padding-bottom: 25px;
}

#gallery .wrap_thumbs {
    bottom: 115px;
}

#homes .number {
    position: absolute;
    background-color: #996633;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    right: 7px;
    top: 7px;
    padding-top: 10px;
    line-height: 17px;
}

#homes .number span {
    display: block;
    font-size: 19px;
}

#homes .number_v {
    background: #990000;
    right: 70px;
}

#model {
    padding-top: 50px;
    padding-bottom: 100px;
}

#homes .v3d:before {
    position: absolute;
    content: '';
    background-image: url(../img/video.svg);
    background-size: contain;
    width: 31px;
    height: 31px;
    right: 9px;
    top: 9px;
    z-index: 3;
}

#about {
    letter-spacing: 0.3px;
    line-height: 26px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    max-width: 770px;
    margin: 0 auto;
    padding-bottom: 82px;
}

#about .h1, .main.about #facts .h1 {
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #343434;
    font-family: Roboto_Slab;
    padding-top: 24px;
    padding-bottom: 49px;
}

#about p {
    margin-bottom: 26px;
}

#sales {
    padding-top: 33px;
}

#sales .item {
    padding-bottom: 48px;
}

#sales .item .head {
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_700;
    padding-top: 6px;
    text-align: left;
    padding-bottom: 20px;
    line-height: 29px;
}

#sales .item .desc {
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #515151;
    font-family: Museo_Sans_Cyrl_500;
    line-height: 24px;
}

#sales .item .order a {
    font-size: 15px;
    font-family: Museo_Sans_Cyrl_700;
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    height: 46px;
    width: 140px;
    color: #ffffff;
    text-align: center;
    display: block;
    margin-top: 32px;
    padding-top: 10px;
}

#sales_inner .head {
    letter-spacing: 0.44px;
    line-height: 29px;
    font-size: 22px;
    color: #343434;
    font-family: Roboto_Slab;
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 49px;
}

#sales_inner .desc {
    letter-spacing: 0.3px;
    line-height: 26px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
}

#sales_inner .order a {
    font-size: 15px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    display: block;
    margin: 0 auto;
    padding-top: 8px;
    margin-top: 49px;
    height: 46px;
    width: 260px;
}

#sales_inner {
    max-width: 767px;
    margin: 0 auto;
    padding-top: 27px;
    padding-bottom: 99px;
}

#sales_inner img {
    max-width: 100%;
    border-radius: 5px;
    margin-bottom: 42px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

#modal_form .modal-header {
    border: none;
}

#modal_form .modal-title {
    letter-spacing: 0.5px;
    font-size: 25px;
    color: #000000;
    font-family: Roboto_Slab;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 28px;
}

#modal_form .modal-body {
    background-color: #f4f3f3;
    padding-top: 37px;
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 42px;
}

#modal_form .modal-content {
    padding-bottom: 0;
}

#modal_form .close {
    position: absolute;
    right: 36px;
    top: 14px;
    color: #990000;
    opacity: 1;
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 20px;
}

#modal_form .modal-dialog, #modal_success .modal-dialog {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    border: none;
    max-width: 770px;
}

#modal_form input {
    border: none;
    background: transparent;
    border-bottom: 2px solid #996633;
    color: #343434;
    font-size: 14px;
    letter-spacing: 0.28px;
    font-family: Museo_Sans_Cyrl_500;
    padding-top: 14px;
    padding-bottom: 7px;
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
    margin-right: 36px;
}

#modal_form .modal-body button {
    color: #ffffff;
    background-color: #990000;
    border: 3px solid #990000;
    margin: 0;
}

#modal_form input:first-child {
    max-width: 271px;
}

#modal_form input:nth-child(2) {
    max-width: 202px;
}

#modal_success .modal-content {
    text-align: center;
    background-image: url(../img/modal_success.png);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#modal_success .head {
    color: #000000;
    font-size: 25px;
    letter-spacing: 0.5px;
    font-family: Roboto_Slab;
    padding-top: 41px;
}

#modal_success .head span {
    color: #996633;
    line-height: 55px;
    letter-spacing: 0.8px;
    font-size: 40px;
    padding-top: 4px;
}

#modal_success .desc {
    letter-spacing: 0.26px;
    line-height: 20px;
    font-size: 13px;
    color: #818181;
    font-family: Roboto_Slab;
    max-width: 410px;
    margin: 0 auto;
    padding-top: 27px;
    padding-bottom: 15px;
}

#modal_success .close {
    position: absolute;
    right: 36px;
    top: 14px;
    color: #000;
    opacity: 1;
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 20px;
}

#review .name {
    letter-spacing: 0.32px;
    font-size: 16px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
    padding-bottom: 32px;
}

#review .desc {
    letter-spacing: 0.3px;
    line-height: 24px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_300;
    max-width: 780px;
    margin: 0 auto;
}

#review .img {
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    display: block;
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

#review .img img {
    width: 100%;
}

#review .text {
    background-color: #f9f8f2;
    margin-top: -63px;
    padding-top: 90px;
    padding-bottom: 35px;
}

#review .h1 {
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #343434;
    padding-bottom: 55px;
}

#review .owl-review {
    position: relative;
}

#review .owl-review .owl-prev {
    position: absolute;
    bottom: 118px;
    left: 43px;
    background-color: #990000;
    height: 38px;
    width: 38px;
    color: #fff;
    text-align: center;
    padding-top: 11px;
    border-radius: 50%;
    font-size: 19px;
}

#review .owl-review .owl-next {
    position: absolute;
    bottom: 118px;
    right: 43px;
    background-color: #990000;
    height: 38px;
    width: 38px;
    color: #fff;
    text-align: center;
    padding-top: 11px;
    border-radius: 50%;
    font-size: 19px;
}

#review {
    padding-bottom: 97px;
    padding-top: 36px;
}

#news {
    max-width: 670px;
    margin: 0 auto;
    width: 100%;
    padding-top: 81px;
    padding-bottom: 96px;
}

#news .item {
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 50px;
    margin-bottom: 66px;
}

#news .time {
    color: #9e9e9e;
    font-size: 14px;
    letter-spacing: 0.28px;
    font-family: Museo_Sans_Cyrl_500;
    padding-bottom: 15px;
}

#news .name {
    font-size: 27px;
    color: #343434;
    font-family: Roboto_Slab;
    letter-spacing: 0.54px;
    line-height: 36px;
    padding-bottom: 31px;
}

#news .desc {
    letter-spacing: 0.3px;
    line-height: 24px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_300;
    padding-bottom: 33px;
}

#news .img {
    padding-bottom: 51px;
}

#news .img img {
    border-radius: 5px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    max-width: 100%;
}

#news .order a {
    color: #ffffff;
    font-size: 15px;
    font-family: Museo_Sans_Cyrl_700;
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    height: 46px;
    width: 199px;
    display: block;
    text-align: center;
    padding-top: 9px;
}

#news a.load {
    margin-top: -26px;
}

.main.new #blog .articles {
    margin: 0 auto;
}

.main.new .head {
    max-width: 680px;
    margin: 0 auto;
}

.soc_block {
    background-color: #fcf6e8;
    border-radius: 4px;
    text-align: center;
    padding-top: 28px;
    padding-bottom: 26px;
    position: relative;
}

.soc_block .ya-share2 {
    /*position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    opacity: 0.4;*/
}

.soc_block .ya-share2__list {
    position: relative;
    right: 7px;
}

.soc_block span.ya-share2__badge {
    /*display: none;*/
    height: 24px;
}

.soc_block .head {
    letter-spacing: 0.36px;
    font-size: 18px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_700;
    padding-bottom: 13px;
}

.soc_block a {
    color: #996633;
    font-size: 29px;
    padding-right: 19px;
    transition: .3s;
}

.soc_block a:hover {
    color: #78bf19;
}

.main.new #blog .articles .article {
    padding-top: 31px;
}

.main.new #blog {
    padding-top: 0;
}

#employees {
    padding-top: 48px;
    padding-bottom: 100px;
}

#employees .item {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 43px;
}

#employees .item .img {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 297px;
}

#employees .item .img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url(../img/employees_sh.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

#employees .item .img img {
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(61, 61, 61, 0.12);
    width: 100%;
}

#employees .item .name {
    line-height: 24px;
    font-size: 19px;
    color: #ffffff;
    font-family: Roboto_Slab;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    z-index: 2;
}

#employees .item .prof {
    font-size: 15px;
    color: #898989;
    font-family: Museo_Sans_Cyrl_500;
    max-width: 200px;
    margin: 0 auto;
    line-height: 19px;
    padding-top: 26px;
}

#employees .h1 {
    letter-spacing: 0.44px;
    line-height: 21px;
    font-size: 22px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_700;
    padding-bottom: 54px;
    padding-top: 52px;
}

#employees .container {
    width: 910px;
}

#order_credit {
    background: url(../img/order_credit.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

#order_credit .head {
    letter-spacing: 0.44px;
    line-height: 28px;
    font-size: 22px;
    color: #000000;
    font-family: Roboto_Slab;
    padding-bottom: 43px;
}

#order_credit .form {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    max-width: 428px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 74px;
}

#order_credit .form select, input, textarea {
    border: none;
    border-bottom: 2px solid #996633;
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    display: block;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 25px;
}

#order_credit .form textarea {
    border: 2px solid #996633;
    height: 117px;
    margin-top: 40px;
}

#order_credit .form .label {
    width: 253px;
}

#order_credit .form .checkbox-custom, #order_credit .form .label {
    top: 4px;
}

#order_credit .form button {
    font-size: 14px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 282px;
    height: 46px;
    margin-top: 32px;
    margin-bottom: 42px;
}

#credit_variant {
    max-width: 770px;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 96px;
}

#credit_variant .item {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

#credit_variant .item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/credit_sh.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

#credit_variant .name {
    letter-spacing: 0.5px;
    font-size: 25px;
    color: #ffffff;
    font-family: Roboto_Slab;
    position: absolute;
    bottom: 22px;
    left: 26px;
    z-index: 2;
}

#credit_variant img {
    width: 100%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
}

#partners .h1 {
    letter-spacing: 0.44px;
    font-size: 22px;
    padding-bottom: 51px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

#partners .vertical-align {
    margin-bottom: 42px;
}

#partners .vertical-align:nth-child(3) {
    margin-bottom: 0;
}

#partners .vertical-align:nth-child(4) {
    margin-bottom: 3px;
}

#solutions {
    max-width: 1040px;
    margin: 0 auto;
    padding-top: 13px;
}

#solutions .h1 {
    letter-spacing: 0.44px;
    font-size: 22px;
    padding-bottom: 72px;
    max-width: 670px;
    margin: 0 auto;
    line-height: 33px;
}

#solutions .item {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 200px;
}

#solutions .item .name {
    letter-spacing: 0.38px;
    font-size: 19px;
    line-height: 26px;
    color: #ffffff;
    font-family: Roboto_Slab;
    position: absolute;
    left: 35px;
    top: 40px;
    max-width: 160px;
}

#solutions .item1 {
    background-image: url('../img/solutions1.png');
}

#solutions .item2 {
    background-image: url('../img/solutions2.png');
}

#solutions .item3 {
    background-image: url('../img/solutions3.png');
}

#solutions .item4 {
    background-image: url('../img/solutions4.png');
}

#solutions .item5 {
    background-image: url('../img/solutions5.png');
}

#solutions .item6 {
    background-image: url('../img/solutions6.png');
}

#solutions .item7 {
    background-image: url('../img/solutions7.png');
}

#solutions .item8 {
    background-image: url('../img/solutions8.png');
}

#solutions .item9 {
    background-image: url('../img/solutions9.png');
}

#solutions .item10 {
    background-image: url('../img/solutions10.png');
}

#solutions .item11 {
    background-image: url('../img/solutions11.png');
}

#solutions .item12 {
    background-image: url('../img/solutions12.png');
}

#solutions .item13 {
    background-image: url('../img/solutions13.png');
}

#solutions .item14 {
    background-image: url('../img/solutions14.png');
}

#solutions .item15 {
    background-image: url('../img/solutions15.png');
}

.comput .checkbox-custom {
    height: auto;
    width: auto;
    border: 8px solid transparent;
    border-radius: 4px;
}

.comput .checkbox:checked + .checkbox-custom {
    border: none;
}

.comput .checkbox:checked + .checkbox-custom::before {
    background-image: url(../img/checked-1.png);
    background-size: auto;
    background-repeat: no-repeat;
}

#computation {
    padding-top: 85px;
    padding-bottom: 136px;
}

#computation .steps {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(61, 61, 61, 0.12);
    padding: 40px 45px;
}

#computation .steps .head {
    font-size: 20px;
    color: #000000;
    font-family: Roboto_Slab;
    text-align: left;
    padding-bottom: 54px;
}

#computation .steps .step {
    color: #565656;
    font-size: 14px;
    font-family: Museo_Sans_Cyrl_300;
    position: relative;
    padding-left: 16px;
    margin-bottom: 28px;
    cursor: pointer;
}

#computation .steps .step span {
    position: absolute;
    left: -20px;
    top: 0;
    height: 19px;
    width: 19px;
    background-color: #996633;
    font-size: 13px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_900;
    line-height: 19px;
    border-radius: 50%;
    text-align: center;
    display: block;
}

#computation .steps .step.active_st_nav {
    font-family: Museo_Sans_Cyrl_900;
    color: #000000;
}

.comput {
    padding-top: 40px;
}

.comput .head {
    color: #343434;
    font-size: 27px;
    letter-spacing: 0.54px;
    font-family: Roboto_Slab;
    text-align: left;
    padding-bottom: 14px;
}

.comput .head img {
    padding-left: 11px;
    vertical-align: top;
    padding-top: 10px;
    padding-right: 13px;
}

.comput .desc {
    font-size: 14px;
    color: #9e9e9e;
    font-family: Museo_Sans_Cyrl_500;
    letter-spacing: 0.28px;
    padding-bottom: 32px;
}

.comput .step_content {
    height: 582px;
}

.comput .step_content .head {
    color: #003434;
    font-size: 24px;
    font-family: Roboto_Slab;
    letter-spacing: 0.48px;
    padding-bottom: 31px;
}

.comput .step_content span {
    border: none;
    letter-spacing: 0.36px;
    font-size: 18px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    vertical-align: top;
    padding-top: 5px;
}

.comput .step_content span:after {
    display: none;
}

.comput .step_content label {
    vertical-align: top;
    cursor: pointer;
}

.comput .step_content label span {
    padding: 0;
    letter-spacing: 0.32px;
    line-height: 24px;
    font-size: 16px;
    color: #343434;
    text-align: center;
    font-family: Museo_Sans_Cyrl_500;
}

.comput label img {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.21);
    width: 100%;
    height: 160px;
}

.comput .checkbox:checked + .checkbox-custom::after {
    border: 8px solid #88ba22;
    width: 100%;
    height: 100%;
    content: '';
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    border-radius: 4px;
}

.comput .step_content label span.label {
    padding-top: 27px;
}

.comput .nav_step button {
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    font-family: Museo_Sans_Cyrl_700;
    border: 3px solid #990000;
    border-radius: 30px;
    background-color: #990000;
    border: 3px solid #990000;
    height: 46px;
    width: 234px;
    float: right;
}

.comput .nav_step button i {
    font-size: 22px;
    vertical-align: top;
    padding-left: 12px;
}

.comput .nav_step .prev button {
    color: #000000;
    border: 3px solid #e9e9e9;
    background: transparent;
    float: left;
}

.comput .nav_step .prev button i {
    padding-right: 12px;
    padding-left: 0;
}

.radio input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 7px;
}

.radio__text {
    position: relative;
    cursor: pointer;
    margin-bottom: 22px;
    padding-left: 35px;
}

.radio__text:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #679b21;
    border-radius: 50%;
    background: #fff;
}

.radio__text:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    opacity: 0;
    transition: .2s;
    border: 4px solid #679b21;
}

.radio input:checked + .radio__text:after {
    opacity: 1;
}

.radio_select .name_radio {
    letter-spacing: 0.34px;
    font-size: 17px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    float: left;
    width: 55%;
    padding-top: 13px;
}

.radio_select .desc_radio {
    float: left;
    width: 45%;
    padding-top: 8px;
}

.comput #step4 label img {
    box-shadow: none;
}

.step_input .img {
    padding-right: 92px;
}

.step_input .img, .step_input .radio_select {
    display: inline-block;
    vertical-align: top;
}
    .step_input .radio_select{
        width: 49%;
    }

.step_content input[type="text"] {
    width: 94px;
    height: 30px;
    border: 1px solid #a9a9a9;
    background-color: #ffffff;
    text-align: center;
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    margin-bottom: 14px;
}

.step_input .radio_select .name_radio {
    width: 137px;
}

.step_input .radio_select .desc_radio {
    width: 100px;
}

.comput .step_content label {
    padding-top: 3px;
    display: block;
}

.step_input .name_radio div {
    margin-bottom: 25px;
}

.step_content .info {
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #717171;
    font-family: Museo_Sans_Cyrl_300;
    padding-top: 6px;
}

.radio_select .name {
    letter-spacing: 0.34px;
    font-size: 17px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
}

#step7 .radio_select .desc_radio {
    padding-top: 0;
}

#step7.step_input .radio_select .desc_radio {
    width: 140px;
}

#step9.step_input .radio_select .name_radio {
    width: 300px;
}

#step9.step_input .radio_select .desc_radio {
    width: 270px;
}

#step9.step_content input[type="text"] {
    width: 100%;
}

#step12 .checkbox-custom {
    position: relative;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 3px;
}

#step12 .checkbox-custom,
#step12 .label {
    display: inline-block;
    vertical-align: top;
    color: #717171;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.26px;
    font-family: Museo_Sans_Cyrl_500;
    font-weight: 400;
    padding: 0;
    white-space: normal;
    border-radius: 0;
    float: none;
}

#step12 .label {
    max-width: 356px;
    text-align: left;
    padding-left: 12px;
    width: 100%;
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #343434;
    display: inline-block;
    padding-bottom: 10px;
}

#step12 .label a {
    text-decoration: underline;
    color: #717171;
}

#step12 .checkbox:checked + .checkbox-custom {
    border: 2px solid #996633;
}

#step12 .checkbox:checked + .checkbox-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-image: url(../img/checked.svg);
    background-size: contain;
    background-position: center;
}

.comput #step12 .checkbox:checked + .checkbox-custom::after {
    display: none;
}

#step13 .form {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(61, 61, 61, 0.12);
    max-width: 482px;
    width: 100%;
    margin: 0 auto;
    padding: 28px 58px;
}

#step13 .form .head {
    color: #996633;
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: 33px;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
    padding-bottom: 10px;
}

#step13 .form .desc {
    letter-spacing: 0.28px;
    line-height: 21px;
    font-family: Museo_Sans_Cyrl_500;
    color: #343434;
    font-size: 14px;
    text-align: center;
    padding-bottom: 53px;
}

#step13 .form input {
    border: none;
    border-bottom: 2px solid #996633;
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    display: block;
    width: 100%;
    padding: 9px 12px;
    margin-bottom: 31px;
}

#step13 .form button {
    background-color: #ffc743;
    border: 3px solid #ffc53b;
    border-radius: 30px;
    width: 234px;
    height: 46px;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    color: #000000;
    text-align: center;
    font-family: Museo_Sans_Cyrl_700;
    margin-top: 50px;
}

#step14 .form.success .head {
    color: #000000;
    font-family: Roboto_Slab;
    font-size: 24px;
    letter-spacing: 0.48px;
    text-align: center;
}

#step14 .form.success .desc {
    letter-spacing: 0.28px;
    line-height: 20px;
    font-family: Museo_Sans_Cyrl_500;
    max-width: 400px;
    margin: 0 auto;
    color: #343434;
}

#step14 .form.success {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(61, 61, 61, 0.12);
    background-image: url(../img/done.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 348px;
    width: 482px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

#step14 .cn {
    width: 482px;
    margin: 0 auto;
}

.step_content {
    display: none;
}

.step_content.active_step {
    display: block;
}

#calc_inner {
    padding-bottom: 50px;
    margin-left: 30px;
    margin-right: 30px;
}

#calc_inner .desc {
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #9e9e9e;
    font-family: Museo_Sans_Cyrl_500;
    text-align: center;
    padding-bottom: 47px;
}

#calc_inner .form {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(61, 61, 61, 0.12);
    max-width: 770px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding-top: 43px;
    padding-bottom: 34px;
}

#calc_inner .form .head {
    letter-spacing: 0.4px;
    color: #990000;
    font-size: 20px;
    font-family: Museo_Sans_Cyrl_900;
    padding-bottom: 50px;
    min-height: 110px;
}

.main.inner #content {
    padding-top: 78px;
    padding-bottom: 57px;
}

.main.inner #gallery {
    max-width: 800px;
    margin: 0 auto;
    /*padding-bottom: 40px;*/
    /*overflow: hidden;*/
}

.main.inner #gallery .wrap_thumbs {
    /*bottom: 65px;*/
    bottom: -20px;
}

.main.inner #gallery .wrap_gallery_project {
    height: 450px;
}

#calc_inner .h1.h1-map {
    padding-bottom: 17px;
}

#calc_inner .radio__text {
    letter-spacing: 0.34px;
    font-size: 17px;
    padding: 0;
}

#calc_inner .radio__text:before, #calc_inner .radio__text:after {
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 48px;
}

#calc_inner .calc_inner_step {
    max-width: 417px;
    margin: 0 auto;
}

#calc_inner .calc_inner_step a {
    font-size: 15px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    height: 46px;
    width: 162px;
    margin: 0 4px;
    display: inline-block;
    cursor: pointer;
    padding-top: 3px;
}

#calc_inner .calc_inner_step a.prev {
    font-size: 15px;
    color: #000000;
    border: 3px solid #e9e9e9;
    background: transparent;
    width: 234px;
}

#calc_inner .calc_inner_step a i {
    margin: 8px;
}

#calc_inner .radio {
    margin-bottom: 105px;
}

#calc_inner .calc_inner_step .name_param {
    letter-spacing: 0.34px;
    font-size: 17px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    padding-top: 10px;
    padding-bottom: 16px;
}

#calc_inner .calc_inner_step .param {
    border: 1px solid #a9a9a9;
    height: 30px;
    width: 94px;
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    margin: 0 auto;
    margin-bottom: 58px;
}

.calc_inner_step {
    display: none;
}

.calc_inner_step.active_step {
    display: block;
}

#calc_inner .form #calc_inner_step_5 .head {
    color: #996633;
    font-size: 24px;
    letter-spacing: 0.48px;
    font-family: Museo_Sans_Cyrl_700;
    height: auto;
    min-height: auto;
    padding-bottom: 8px;
}

#calc_inner .form #calc_inner_step_5 .desc {
    color: #343434;
    font-size: 14px;
    font-family: Museo_Sans_Cyrl_500;
    letter-spacing: 0.28px;
    line-height: 21px;
    max-width: 300px;
    margin: 0 auto;
}

#calc_inner .form #calc_inner_step_5 button {
    font-size: 15px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
    border: 3px solid #990000;
    background-color: #990000;
    height: 46px;
    width: 235px;
    border-radius: 30px;
}

.desc_text {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 27px;
    padding-bottom: 27px;
}

.desc_text p {
    letter-spacing: 0.3px;
    line-height: 26px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    margin-bottom: 26px;
}

.desc_text .h1 {
    letter-spacing: 0.44px;
    font-size: 22px;
    color: #343434;
    padding-bottom: 40px;
}

.form_inner {
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 30px rgba(61, 61, 61, 0.12);
    max-width: 482px;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-bottom: 146px;
    padding-left: 20px;
    padding-right: 20px;
}

.form_inner .head {
    letter-spacing: 0.48px;
    line-height: 33px;
    font-size: 24px;
    color: #996633;
    font-family: Museo_Sans_Cyrl_700;
    max-width: 300px;
    margin: 0 auto;
    padding-top: 28px;
    padding-bottom: 61px;
}

.form_inner button {
    font-size: 15px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
    border: 3px solid #990000;
    background-color: #990000;
    height: 46px;
    width: 235px;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
    margin-top: 48px;
}

.form_inner input {
    max-width: 370px;
    margin: 0 auto;
    margin-bottom: 22px;
    padding-left: 22px;
}

#seminars {
    max-width: 571px;
    margin-left: 10px;
    margin-right: 10px;
    margin: 0 auto;
    padding-top: 107px;
}

#seminars .item {
    border-radius: 5px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
    max-width: 571px;
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 30px;
    margin-bottom: 70px;
}

#seminars .item .text .head {
    font-size: 17px;
    color: #000000;
    font-family: Museo_Sans_Cyrl_900;
    text-shadow: none;
    padding: 0;
    text-align: left;
    letter-spacing: 0px;
    padding-bottom: 16px;
}

#seminars .item .text {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 12px;
}

#seminars .item .text p {
    color: #000000;
    font-size: 14px;
    line-height: 19px;
    font-family: Museo_Sans_Cyrl_500;
    margin-bottom: 15px;
}

#seminars .item .about {
    display: inline-block;
    font-size: 15px;
    color: #990000;
    font-family: Museo_Sans_Cyrl_700;
    border-bottom: 1px dashed #990000;
    margin-left: 26px;
    padding-bottom: 3px;
    margin-right: 100px;
    cursor: pointer;
    margin-top: 30px;
}

#seminars .item button,
#seminars .item a.button {
    color: #ffffff;
    font-size: 14px;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
    border: 3px solid #990000;
    background-color: #990000;
    border-radius: 30px;
    width: 173px;
    height: 44px;
    margin-top: 30px;
    padding: 10px 30px;
}

.modal-form {
    max-width: 770px;
    width: 100%;
}

.modal-form .modal-content {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    width: 100%;
}

.modal-form.success .modal-content {
    min-height: 250px;
}

.modal-form input {
    max-width: 270px;
    padding-left: 19px;
    padding-top: 11px;
    padding-bottom: 7px;
    margin-bottom: 15px;
    background: transparent;
}

.modal-form button {
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    width: 138px;
    height: 46px;
    text-align: center;
    letter-spacing: 0.3px;
    font-size: 15px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    margin-left: 0;
    margin-top: 19px;
    margin-bottom: 16px;
}

.modal-form .close {
    color: #990000;
    opacity: 1;
    text-shadow: none;
    position: absolute;
    right: 14px;
    top: 7px;
    z-index: 9;
}

.modal-form.success .close {
    color: #000;
}

.modal-form .head {
    color: #996633;
    font-size: 20px;
    letter-spacing: 0.4px;
    font-family: Roboto_Slab;
    padding-top: 19px;
    padding-bottom: 16px;
}

.modal-form.success .head {
    color: #000000;
    font-size: 25px;
    letter-spacing: 0.5px;
    text-align: center;
    padding-top: 39px;
    padding-bottom: 28px;
}

.modal-form.success .head span {
    display: block;
    color: #996633;
    font-size: 40px;
    letter-spacing: 0.8px;
    line-height: 55px;
    padding-top: 4px;
}

.modal-form .desc {
    letter-spacing: 0.26px;
    font-family: Museo_Sans_Cyrl_500;
    font-size: 14px;
    color: #7f7f7f;
    border-bottom: 1px solid #ededed;
    padding-bottom: 30px;
    margin-bottom: 25px;
    margin-right: 45px;
}

.modal-form.success .desc {
    max-width: 403px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: none;
}

.modal-form label span {
    letter-spacing: 0.24px;
    line-height: 20px;
    font-size: 12px;
    color: #717171;
    text-align: left;
    font-family: Museo_Sans_Cyrl_500;
}

.modal-form label span.label {
    padding-top: 0;
    width: 315px;
}

.modal-form .checkbox-custom {
    width: 15px;
    height: 15px;
    border: 2px solid #996633;
    padding: 0;
    top: 2px;
}

#formModal .modal-form .head,
#formModal1 .modal-form .head {
    padding-top: 23px;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 26px;
    margin-bottom: 25px;
}

#formModal .modal-form .head span,
#formModal1 .modal-form .head span {
    color: #000000;
    font-size: 22px;
    max-width: 250px;
    margin: 0 auto;
    display: block;
    line-height: 36px;
    padding-top: 0;
}

#formModal .modal-form input,
#formModal1 .modal-form input {
    margin: 0 auto;
}

#formModal .modal-form,
#formModal1 .modal-form {
    max-width: 370px;
}

#formModal .modal-form button,
#formModal1 .modal-form button {
    margin: 0 auto;
    margin-top: 34px;
    display: block;
    margin-bottom: 21px;
}

#formModal .modal-form label span.label,
#formModal1 .modal-form label span.label {
    width: 232px;
}

#formModal .modal-form label,
#formModal1 .modal-form label {
    width: 268px;
    display: block;
    margin: 0 auto;
}

#formModal_success .modal-content:after, #modal_form2_success .modal-content:after, #modal_form5_success .modal-content:after {
    content: '';
    right: 0;
    bottom: 0;
    background-image: url(../img/modal_success.png);
    width: 197px;
    height: 142px;
    position: absolute;
    background-repeat: no-repeat;
}

#modal_form3_success .modal-content:after {
    content: '';
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    bottom: 0;
    background-image: url(../img/modal_form3_success.png);
    width: 486px;
    height: 142px;
    position: absolute;
    background-repeat: no-repeat;
}

#modal_form2 .modal-content {
    background-image: url(../img/modal_form2_img.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

#modal_form3 .modal-content {
    background-image: url(../img/modal_form3_img.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

#modal_form4 .modal-content {
    background-image: url(../img/modal_form4_img.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

#modal_form4_success .modal-content:after {
    content: '';
    right: 0;
    bottom: 0;
    background-image: url(../img/modal_form4_success.png);
    width: 188px;
    height: 197px;
    position: absolute;
    background-repeat: no-repeat;
}

#modal_form5 .modal-content {
    background-image: url(../img/modal_form5_img.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}

#modal_form6_success .modal-content:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -8px;
    background-image: url(../img/modal_form6_img_1.png);
    height: 132px;
    width: 166px;
}

#modal_form6_success .modal-content:after {
    content: '';
    position: absolute;
    right: -7px;
    bottom: -7px;
    background-image: url(../img/modal_form6_img_2.png);
    width: 116px;
    height: 92px;
}

#modal_form6 .modal-form .comput .checkbox-custom {
    width: auto;
    height: auto;
    border: none;
}

#modal_form6 .modal-form .head, #modal_form6 .modal-form .desc {
    text-align: center;
    border: none;
    margin-bottom: 0;
    margin-right: 0;
}

#modal_form6 .comput {
    padding-top: 20px;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 51px;
}

#modal_form6 .comput .checkbox:checked + .checkbox-custom::after {
    border-radius: 0;
}

#modal_form6 .block_form {
    padding-left: 54px;
    padding-right: 24px;
}

#modal_form6 .modal-form button {
    margin-top: 32px;
}

#lc {
    /*padding-top: 127px;*/
}

#lc .sidebar {
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(61, 61, 61, 0.12);
    background-color: #ffffff;
    margin-top: 6px;
    padding: 37px 61px;
    padding-bottom: 8px;
    margin-bottom: 40px;
}

#lc .sidebar ul li a {
    font-size: 15px;
    color: #565656;
    font-family: Museo_Sans_Cyrl_300;
}

#lc .sidebar ul li.active a {
    font-size: 15px;
    color: #565656;
    font-family: Museo_Sans_Cyrl_900;
}

#lc .sidebar ul li {
    list-style-type: none;
    position: relative;
    margin-bottom: 27px;
}

#lc .sidebar ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: #996633;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: -32px;
    top: 5px;
}

#lc .lc_cont {
    padding-left: 70px;
    padding-bottom: 98px;
}

#lc .manager {
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 30px rgba(61, 61, 61, 0.12);
    padding-bottom: 38px;
}

#lc .manager .head {
    color: #898989;
    font-size: 15px;
    font-family: Museo_Sans_Cyrl_500;
    padding-top: 26px;
    padding-bottom: 40px;
    letter-spacing: 0;
}

#lc .manager .img {
    display: inline-block;
    width: 87px;
    height: 87px;
    overflow: hidden;
    border-radius: 50%;
}

#lc .manager .img img {
    width: 100%;
}

#lc .manager .name {
    display: inline-block;
    width: 100px;
    font-size: 17px;
    color: #565656;
    line-height: 24px;
    font-family: Museo_Sans_Cyrl_500;
    text-align: left;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 15px;
}

#lc .manager .phone {
    border-top: 1px solid #f2f2f2;
    font-size: 16px;
    color: #565656;
    font-family: Museo_Sans_Cyrl_300;
    margin-top: 35px;
    padding-top: 26px;
    padding-bottom: 10px;
}

#lc .manager .mail a {
    text-decoration: underline;
    font-size: 16px;
    color: #1d45aa;
    font-family: Museo_Sans_Cyrl_300;
}

#lc .lc_cont .head {
    color: #343434;
    font-size: 27px;
    letter-spacing: 0.54px;
    text-align: left;
    padding-bottom: 12px;
}

#lc .lc_cont .desc {
    letter-spacing: 0.28px;
    color: #9e9e9e;
    font-size: 14px;
    font-family: Museo_Sans_Cyrl_500;
    padding-bottom: 74px;
}

#lc .lc_cont .item {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding-bottom: 6px;
    margin-bottom: 40px;
}

#lc .lc_cont .item .item_head {
    border-bottom: 1px solid #e2e2e2;
    padding: 21px 29px;
    padding-bottom: 13px;
}

#lc .lc_cont .item .item_head .img {
    display: inline-block;
    border: 2px solid #996633;
    height: 82px;
    width: 82px;
    overflow: hidden;
    border-radius: 50%;
}

#lc .lc_cont .item .item_head .img img {
    width: 100%;
}

#lc .lc_cont .item .item_head .info {
    display: inline-block;
    letter-spacing: 0.28px;
    font-family: Museo_Sans_Cyrl_500;
    color: #9e9e9e;
    line-height: 24px;
    vertical-align: top;
    padding-left: 12px;
    padding-top: 5px;
}

#lc .lc_cont .item .item_head .info .name {
    color: #343434;
    font-size: 16px;
    letter-spacing: 0.32px;
    font-family: Museo_Sans_Cyrl_700;
}

#lc .lc_cont .item .item_desc {
    padding: 19px 33px;
    padding-top: 0;
}

#lc .lc_cont .item .item_desc .item_desc_head {
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #9e9e9e;
    font-family: Museo_Sans_Cyrl_500;
    padding-bottom: 9px;
    padding-top: 18px;
}

#lc .lc_cont .item .item_desc .item_desc_text {
    letter-spacing: 0.28px;
    line-height: 24px;
    font-size: 14px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
}

#lc .lc_cont .item .item_desc .item_desc_text .success {
    color: #996633;
}

#lc .lc_cont .item .item_desc .item_desc_text .error {
    color: #d71818;
}

#lc .lc_cont .item .item_desc .item_desc_gallery {
    vertical-align: top;
    padding-top: 72px;
}

#lc .lc_cont .item .item_desc .item_desc_gallery img {
    vertical-align: top;
}

#lc .lc_cont .item .item_desc .item_desc_gallery a {
    width: 129px;
    height: 129px;
    float: left;
    overflow: hidden;
    border-radius: 4px;
    vertical-align: top;
    margin: 5px 8px;
    position: relative;
}

#lc .lc_cont .item .item_desc .item_desc_gallery a:first-child {
    width: 267px;
    height: 267px;
}

#lc .lc_cont .item .item_desc .item_desc_gallery a img {
    width: 100%;
}

#lc .lc_cont .item .item_desc .item_desc_gallery a:last-child:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: #000;
    opacity: .8;
}

#lc .lc_cont .item .item_desc .item_desc_gallery a .count {
    letter-spacing: 0.66px;
    line-height: 24px;
    font-size: 33px;
    color: #f2f2f2;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding-top: 8px;
}

#lc .lc_cont .item .item_desc .item_desc_gallery a .count span {
    letter-spacing: 0.34px;
    font-size: 17px;
    font-family: Museo_Sans_Cyrl_300;
}

#lc .lc_cont .item .item_desc .item_desc_gallery a .count div {
    padding-top: 16px;
    padding-bottom: 13px;
}

#profile {
    padding-bottom: 50px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 42px;
}

#profile label {
    letter-spacing: 0.26px;
    font-size: 13px;
    color: #000000;
    font-family: Museo_Sans_Cyrl_300;
    padding-left: 3px;
    margin-bottom: 9px;
}

#profile input,
#profile select {
    border: 1px solid #c3c3c3;
    max-width: 411px;
    width: 100%;
    height: 50px;
    letter-spacing: 0.26px;
    font-size: 13px;
    color: #000000;
    font-family: Museo_Sans_Cyrl_500;
    padding-left: 20px;
    padding-top: 5px;
    margin-bottom: 27px;
}

#profile button, #subscriptions button {
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    height: 46px;
    width: 173px;
    font-size: 14px;
    color: #ffffff;
    font-family: Museo_Sans_Cyrl_700;
    text-align: center;
}

#subscriptions button.active {
    color: #000000;
    border: 3px solid #e4e4e4;
    background-color: #e4e4e4;
}

#subscriptions .subscription .name {
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    padding-top: 13px;
}

#subscriptions .subscription {
    margin-bottom: 30px;
}

#lc .lc_cont #subscriptions .desc {
    padding-bottom: 38px;
}

#lc .lc_cont .docs .bottom_border {
    border-bottom: 1px solid #e2e2e2;
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 15px;
}

#lc .lc_cont .docs .head {
    letter-spacing: 0.36px;
    font-size: 18px;
    color: #343434;
    font-family: Roboto_Slab;
    padding-bottom: 23px;
}

#lc .lc_cont .docs .download {
    text-decoration: none;
    float: right;
    margin-right: 6px;
}

#lc .lc_cont .docs .download img {
    padding-right: 10px;
    margin-right: 0;
}

#lc .lc_cont .docs .download span {
    letter-spacing: 0.28px;
    text-decoration: underline;
    font-size: 14px;
    color: #1d45aa;
    font-family: Museo_Sans_Cyrl_500;
}

#lc .lc_cont .docs .title {
    letter-spacing: 0.26px;
    font-size: 13px;
    color: #909090;
    font-family: Museo_Sans_Cyrl_500;
    padding-top: 7px;
    padding-bottom: 8px;
}

#lc .lc_cont .docs .doc .name {
    letter-spacing: 0.3px;
    line-height: 24px;
    font-size: 15px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_500;
    display: inline-block;
    max-width: 300px;
    vertical-align: top;
    padding-top: 12px;
}

#lc .lc_cont .docs .doc .img {
    display: inline-block;
    margin-right: 28px;
}

#lc .lc_cont .docs .doc {
    margin-bottom: 25px;
}

#lc .lc_cont .docs {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    overflow: hidden;
    padding: 24px 29px;
}

#lc .lc_cont .docs .doc_list {
    padding-top: 39px;
}

#lc .lc_cont .docs {
    margin-bottom: 40px;
}

#lc .lc_cont .cost_project {
    background-color: #eff7ea;
    border-radius: 5px;
    padding: 25px 30px;
    margin-bottom: 42px;
}

#lc .lc_cont .cost_project .head {
    letter-spacing: 0.32px;
    font-size: 16px;
    color: #343434;
    font-family: Roboto_Slab;
    text-align: left;
    padding-bottom: 8px;
}

#lc .lc_cont .cost_project .cost {
    letter-spacing: 0.52px;
    font-size: 26px;
    color: #343434;
    font-family: Roboto_Slab;
    text-align: left;
}

#lc .lc_cont .cost_project .progress_number {
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_300;
}

#lc .lc_cont .progress {
    height: 5px;
    margin-top: 13px;
}

#contract {
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    overflow: hidden;
}

#contract .contract_title {
    padding: 10px 29px;
    border-bottom: 1px solid #e2e2e2;
}

#contract .contract_title .title {
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #909090;
    font-family: Museo_Sans_Cyrl_500;
}

#contract .contract_row {
    padding: 10px 29px;
    border-bottom: 1px solid #e2e2e2;
    display: flex;
    align-items: center;
}

#contract .contract_row .contract_row_1 {
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #606060;
    font-family: Museo_Sans_Cyrl_500;
}

#contract .contract_row .contract_row_2 {
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #996633;
    font-family: Museo_Sans_Cyrl_500;
}

#contract .contract_row .contract_row_3 a {
    letter-spacing: 0.28px;
    text-decoration: underline;
    line-height: 20px;
    font-size: 14px;
    color: #606060;
    font-family: Museo_Sans_Cyrl_500;
}

#contract .contract_row .contract_row_4 {
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #606060;
    font-family: Museo_Sans_Cyrl_500;
}

#contract .contract_row .contract_row_5 {
    letter-spacing: 0.28px;
    font-size: 14px;
    color: #343434;
    font-family: Museo_Sans_Cyrl_300;
}

#contract .contract_row .contract_row_5 .img {
    display: inline-block;
    padding-right: 5px;
}

#lc_contacts {

}

#lc_contacts .lc_contact {
    margin-bottom: 45px;
}

#lc_contacts .lc_contact .img {
    position: relative;
}

#lc_contacts .lc_contact .name {
    line-height: 24px;
    font-size: 19px;
    color: #ffffff;
    font-family: Roboto_Slab;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    text-align: center;
    width: 100%;
    max-width: 200px;
}

#lc_contacts .lc_contact .img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/lc_contact_shadow.png);
    background-position: bottom;
}

#lc_contacts .lc_contact .prof {
    font-size: 15px;
    color: #898989;
    font-family: Museo_Sans_Cyrl_500;
    padding-top: 25px;
    padding-left: 6px;
}

#lc_contacts .lc_contact .phone {
    padding-left: 6px;
    padding-top: 8px;
}

#lc_contacts .lc_contact .phone .fab {
    font-size: 20px;
    vertical-align: top;
}

#lc_contacts .lc_contact .phone a {
    color: #565656;
    font-size: 15px;
    font-family: Museo_Sans_Cyrl_300;
    margin-right: 10px;
}

#lc_contacts .lc_contact .mail {
    padding-left: 6px;
    padding-top: 4px;
}

#lc_contacts .lc_contact .mail a {
    text-decoration: underline;
    font-size: 15px;
    color: #1d45aa;
    font-family: Museo_Sans_Cyrl_300;
}

div#formModal .modal-content,
div#formModal1 .modal-content {
    /*    background: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;*/
}

div#blog .desc iframe {
    width: 100%;
    height: 378px;
    margin: 0 0 30px;
}

div#blog .desc .gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

div#formModal .api-rules-error.api-privacy-error {
    display: block;
    margin: 0 auto;
    max-width: 270px;
    position: relative;
    top: 15px;
}

div#formModal .api-field-error {
    display: block;
    margin: 0 auto;
    max-width: 270px;
    color: red;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.row .col-xs-12 {
    padding-right: 0;
    padding-left: 0;
}

.poluroslik {
    max-width: 770px;
    margin: 0 auto;
}

.page-404 main {
    height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent url(../img/404_small.png) top right no-repeat;
    background-size: cover;
}

@media (min-width: 1000px) {
    .page-404 main {
        background-image: url(../img/404_medium.png);
    }
}

@media (min-width: 1550px) {
    .page-404 main {
        background-image: url(../img/404_big.png);
    }
}

.page-404 header.inner {
    z-index: 1;
    background: rgba(255, 255, 255, .9);
}

.page-404 footer,
.page-404 #order {
    display: none;
}

.page-404 #information {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-dev {
    text-align: center;
    margin-top: 50px;
}

.page-dev__title,
.page-dev__text {
    margin: 0;
    line-height: 1;
    padding: 0;
}

.page-dev__title {
    font-size: 70px;
    font-family: Museo_Sans_Cyrl_700;
    margin-bottom: 30px;
}

.page-dev__text {
    font-size: 23px;
    font-family: Museo_Sans_Cyrl_500;
}

.page-dev__pic img {
    max-width: 100%;
}

.page-dev + #order,
.page-dev + #order + footer,
.page-dev + #order + footer + #information {
    display: none;
}

@media (max-width: 800px) {
    .page-dev__title {
        font-size: 56px;
    }

    .page-dev__text {
        font-size: 18px;
    }
}

@media (max-width: 520px) {
    .page-dev__title {
        font-size: 23px;
    }

    .page-dev__text {
        font-size: 16px;
    }
}

/*.page-dev + #order + footer,*/
/*.page-dev + footer {*/
/*padding-top: 30px;*/
/*}*/
.product-item-container img {
    max-width: 590px;
}

.btn-red {
    font-size: 15px;
    font-family: Museo_Sans_Cyrl_700;
    background-color: #990000;
    border: 3px solid #990000;
    border-radius: 30px;
    height: 46px;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #ffffff;
    text-align: center;
    display: block;
    padding-top: 10px;
    position: relative;
    z-index: 1;
    top: -20px;
}

.slider-arrow-red {
    display: inline-block;
    font-size: 15px;
    color: #990000;
    font-family: Museo_Sans_Cyrl_700;
    border-bottom: 1px dashed #990000;
    margin-left: 26px;
    padding-bottom: 3px;
    margin-right: 100px;
    cursor: pointer;
    margin-top: 30px;
}

.owl-nav-container {
    /*display: flex;*/
    text-align: center;
    padding: 26px 26px 0;
}

.owl-nav-container > .owl-prev {
    float: left;
}

.owl-nav-container > .owl-next {
    float: right;
}

.owl-nav-container > div,
.owl-nav-container > button {
    margin: 0 !important;
}

.seminary-inner-slider iframe,
.seminary-inner-slider img {
    max-width: 100%;
}

.slider-arrow-red.disabled {
    visibility: hidden !important;
}

.variant_chosen {
    background: #f9f8f2;
    padding: 30px 0;
}

.variant_chosen__title {
    font-family: Museo_Sans_Cyrl_700;
    font-size: 16px;
    text-align: center;
}

.variant_chosen__items {
    margin-top: 50px;
}

.variant_chosen__items button {
    width: 100%;
    background: none;
    border: 0;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 5px;
    border: 1px solid transparent;
}

.variant_chosen__items button.active {
    background: #f1efe2;
    border-color: #e1e1e1;
}

.variant_chosen__items button > img {
    max-width: 100%;
    margin-bottom: 25px;
}

.variant_chosen__items button > span {
    display: block;
    font-family: Museo_Sans_Cyrl_500;
    font-size: 14px;
}

.calc-slider .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 30px;
    color: white;
    opacity: 0.5;
    transition: opacity 250ms;
}

.calc-slider .owl-nav:hover {
    opacity: 1;
}

.calc-slider .owl-nav .owl-next,
.calc-slider .owl-nav .owl-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    background: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
}

.calc-slider .owl-nav .owl-next {
    right: 10px;
}

.calc-slider .owl-nav .owl-prev {
    left: 10px;
}
.calc-slider .owl-nav:hover .owl-next.disabled i,
.calc-slider .owl-nav:hover .owl-prev.disabled i {
    opacity: .5;
}

.row-flex {
    display: flex;
    flex-flow: row wrap;
}

.is_overlay{ display: block; width: 100%; height: 100%; }
#trailer {
    z-index: 1;
    overflow: hidden;
}

#trailer > video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.navbar-collapse.in{
    overflow:inherit !important;
}
#content iframe{
    width:100%;
}

@media (max-width: 520px) {
    #adigamov .ing{
        background-position: 69% 50%;
    }
    #cart_detail .cart_detail_calc .head:before{
        width:100%;
    }
    .wrap_thumbs {
        width: 100%;
    }
    .product-item-container img {
        max-width: 100%;
    }
    #seminars .item button, #seminars .item a.button{
        padding: 10px 20px !important;
    }
    .step_input .name_radio div {
        text-align: right;
        padding-right: 10px;
    }
}


#comment{
    display:none;
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled{
    pointer-events: auto !important;
    cursor: pointer;

}
.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block{
    font-size: 0;
}

.api-text,
.api-title{
    padding:0px 30px;
}
.calc_range,
.calc_range_2{
    position: relative;
    display: inline;
    white-space: nowrap;
}
    .calc_range span,
    .calc_range_2 span{
        position:absolute;
        left:50%;
        top: -22px;
        font-size: 12px;
        color: #898989;
    }
    .calc_range span.par1,
    .calc_range_2 span.par1{
         left:0% !important;
    }
    .calc_range span.par3,
    .calc_range_2 span.par3{
        left:90% !important;
    }

.section_name {
    text-align: left;
    font-size: 14px;
}
    .section_name > span {
        display: inline-block;
        background: #93182f;
        padding: 10px;
    }

.fab.fa-dzen{
    background: url("../img/dzen.png");
    display: inline-block;
    vertical-align: sub;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.fab.fa-tg{
    background: url("../img/tg.png");
    display: inline-block;
    vertical-align: sub;
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}