body, html {
    height: 100%;
}

body {
    font-family: 'Geometria';
}

@font-face {
    font-family: 'fa-viber';
    src: url('../fonts/fa-viber.eot?-3dwksg');
    src: url('../fonts/fa-viber.eot?#iefix-3dwksg') format('embedded-opentype'),
    url('../fonts/fa-viber.ttf?-3dwksg') format('truetype'),
    url('../fonts/fa-viber.woff?-3dwksg') format('woff'),
    url('../fonts/fa-viber.svg?-3dwksg#fa-viber') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa-viber:before {
    font-family: 'fa-viber';
    content: "\e666";
}

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

h2 {
    position: relative;
}

.bold {
    font-weight: bold !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mt60 {
    margin-top: 60px !important;
}

.mb60 {
    margin-bottom: 60px !important;
}

.btn-orange-rounded {
    padding: 18px 24px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 0;

    color: #050505 !important;

    background-color: #ffc000;
    -webkit-box-shadow: 13px 22px 100px rgba(255, 192, 0, 0.82);
    -moz-box-shadow: 13px 22px 100px rgba(255, 192, 0, 0.82);
    box-shadow: 13px 22px 100px rgba(255, 192, 0, 0.82);
}

.btn-orange-rounded:hover,
.btn-orange-rounded:focus {
    outline: none;
    background-color: #ffc310;

    -webkit-box-shadow: 13px 22px 100px rgba(255, 192, 0, 0.82);
    -moz-box-shadow: 13px 22px 100px rgba(255, 192, 0, 0.82);
    box-shadow: 13px 12px 100px rgba(255, 192, 0, 0.82);
}


.btn-black-rounded {
    padding: 18px 24px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 0;
    color: white;
    background-color: #292929;
}
.btn-black-rounded:hover,
.btn-black-rounded:focus {
    outline: none;
    color: white;
    background-color: #000;
}


/* Header */
header.main-header {
    background-color: #0f0f0f;

    height: 100%;
    min-height: 820px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header.index {
    background-image: url("/img/bg.jpg");
}

header.bathhouse-index {
    background-image: url("/img/bathhouse-bg.jpg");
}
/*
header.fence-rabitz {
    background-image: url("/img/fence/bg-rabitz.jpg");
}

header.picket-fence {
    background-image: url("/img/fence/bg-picket-fence.jpg");
}

header.fence-brick {
    background-image: url("/img/fence/bg-brick.jpg");
}

header.fence-proflist {
    background-image: url("/img/fence/bg-proflist.jpg");
}*/

header.main-ready-bath {
    background-image: url("/img/ready-bathhouse-bg1.jpg");
}

header.main-double-timber {
    background-image: url("/img/double-timber-bg.jpg");
}

header.main-foundation {
    background-image: url('/img/foundation-bg.jpg');
}

header.main-wireframe {
    background-image: url("/img/wireframe.jpg");
}

header.main-profiled {
    background-image: url("/img/profiled.jpg");
}

header.main-cylindrical {
    background-image: url("/img/cylindrical.jpg");
}

header.main-trimming-beam {
    background-image: url("/img/trimming-beam.jpg");
}

header.main-brick-block {
    background-image: url("/img/brick-block.jpg");
}

header.main-bathhouse-double-timber {
    background-image: url("/img/bathhouse/bg/double-timber.jpg");
}

header.main-bathhouse-wireframe {
    background-image: url("/img/bathhouse/bg/wireframe.jpg");
}

header.main-bathhouse-brick-block {
    background-image: url("/img/bathhouse/bg/brick-block.jpg");
}

header.main-bathhouse-cylindrical {
    background-image: url("/img/bathhouse/bg/cylindrical.jpg");
}

header.main-bathhouse-profiled {
    background-image: url("/img/bathhouse/bg/profiled.jpg");
}

header.main-bathhouse-trimming-beam {
    background-image: url("/img/bathhouse/bg/trimming-beam.jpg");
}

header.main-glued-beam {
    background-image: url("/img/glued-beam-bg.jpg");
}

header.fence {
    background-image: url("/img/fence-bg.jpg");
}

header.roof-header {
    background-image: url("/img/roof/bg-roof.jpg");
}

header.main-special-offer {
    background-image: url("/img/special-offer/bg-special-offer.jpg");
}

header.barrels-header {
    background-image: url("/img/bathhouse/bg-barrels.jpg");
}

header.main-village {
    background-image: url("/img/bg-village.jpg");
}

header.main {
    background: #1a1a1a;
}

.top-wrapper {
    /*
    background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
    */
}

.top-bar {
    padding: 32px 0;
}

header.index .top-bar {
    padding: 32px 0 0 0;
}

a.logo {
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    padding-bottom: 20px;
    display: block;
}

a.logo:hover,
a.logo:focus {
    color: #fff;
}

a:hover,
a:focus {
    outline: none;
}

.top-phone a {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}

.top-contacts {
    text-align: right;
}

.call-form,
.footer-contacts .call-form {
    color: #ffc000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px dashed;
    outline: none;
}

.call-form:hover,
.call-form:focus,
.footer-contacts .call-form:hover,
.footer-contacts .call-form:focus {
    border-bottom: none;
    color: #ffc000;
}

.top-content {
    color: #fff;
    margin-top: 70px;
}

.top-content h1 {
    width: 80%;
    font-size: 4.25rem;
    font-weight: 500;
    line-height: 42px;
    padding-bottom: 10px;
}

.top-content .lead {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 40px;
}

/* Body */

.content-wrapper {
    margin: 80px 0;
}

h2.title {
    font-size: 50px;
    line-height: 50px;
    padding: 0 0 34px 0;
    margin-bottom: 20px;
}

.title {
    position: relative;
    text-align: center;
    color: #121212;
    font-weight: 500
}

.title:after {
    content: '';
    position: absolute;
    margin: 0 0 0 -33px;
    border-bottom: 3px solid #ffc000;
    width: 76px;
    bottom: 0;
    left: 50%;
}

.item-wrapper {
    height: 547px;
    margin: 0 0 30px 0;
}

.item-bg {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    vertical-align: middle;
    display: table-cell;
}
/*
.house-bg {
    background-image: url("/img/items/house-bg.jpg");
}*/

.ready-bath-bg {
    background-image: url("/img/items/ready-bath-bg.jpg");
}
/*
.bathhouse-bg {
    background-image: url("/img/items/bathhouse-bg.jpg");
}*/

.house-bg {
    background-image: url("/img/items/house-bg-new.jpg");
}

.bathhouse-bg {
    background-image: url("/img/items/bathhouse-bg-new.jpg");
}

.index-items.item-wrapper {
    height: 465px !important;
}

.foundation-bg {
    background-image: url("/img/items/foundation-bg.jpg");
}

.roof-bg {
    background-image: url("/img/items/roof-bg.jpg");
}

.fence-bg {
    background-image: url("/img/items/fence-bg.jpg");
}

/* Footer */
footer {
    background: #1a1a1a;
    color: #fff;
    padding: 55px 0;
}

.footer-logo {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.footer-contacts {
    margin-bottom: 30px;
}

.footer-contacts a {
    color: #fff;
    font-size: 24px;
    line-height: 1em;
}

.developers {
    margin-top: 40px;
}

.developers a {
    opacity: 0.5;
    color: #fff;
}

.developers a:hover,
.developers a:focus {
    opacity: 1;
    border-bottom: 1px dashed;
}

.item-wrapper {
    text-align: center;
    color: #fff;
    display: table;
    width: 100%;
}

.item-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 60px;
}

.item-price {
    font-size: 24px;
    line-height: 60px;
}

.item-price span {
    font-size: 36px;
}

.item-link {
    padding-top: 20px;
}

.btn-rounded {
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    padding: 7px 50px;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    border: 3px solid #ffc000;
}

.btn-rounded:hover,
.btn-rounded:focus {
    background: rgba(255, 255, 255, 0.7);
}

.house-double-timber {
    background-image: url("/img/houses/double_timber.jpg");
}

.house-wireframe {
    background-image: url("/img/houses/wireframe.jpg");
}

.house-brick-block {
    background-image: url("/img/houses/brick_block.jpg");
}

.house-cylindrical {
    background-image: url("/img/houses/cylindrical.jpg");
}

.house-profiled {
    background-image: url("/img/houses/profiled.jpg");
}

.house-trimming-beam {
    background-image: url("/img/houses/trimming_beam.jpg");
}

.house-glued-beam {
    background-image: url("/img/houses/glued-beam.jpg");
}

.bathhouse-double-timber {
    background-image: url("/img/bathhouse/double_timber.jpg");
}

.bathhouse-wireframe {
    background-image: url("/img/bathhouse/wireframe.jpg");
}

.bathhouse-brick-block {
    background-image: url("/img/bathhouse/brick_block.jpg");
}

.bathhouse-cylindrical {
    background-image: url("/img/bathhouse/cylindrical.jpg");
}

.bathhouse-profiled {
    background-image: url("/img/bathhouse/profiled.jpg");
}

.bathhouse-trimming-beam {
    background-image: url("/img/bathhouse/trimming-beam.jpg");
}

.rabitz-mini-bg {
    background-image: url("/img/fence/bg-mini-rabitz.jpg");
}

.picket-fence-mini-bg {
    background-image: url("/img/fence/bg-mini-picket-fence.jpg");
}

.brick-mini-bg {
    background-image: url("/img/fence/bg-mini-brick.jpg");
}

.proflist-mini-bg {
    background-image: url("/img/fence/bg-mini-proflist.jpg");
}

.house-wrapper,
.bathhouse-wrapper {
    height: 341px;
    position: relative;
}

.house-wrapper h3,
.bathhouse-wrapper h3 {
    color: #fff;
    font-weight: 500;
    position: relative;
}

.item-link-detail {
    color: #fff;
    display: block;
    padding: 40px 0;
}

.item-link-detail:hover,
.item-link-detail:focus {
    color: #ffc000;
}

.item-link-detail:after {
    content: '';
    position: absolute;
    margin: 0 0 0 -33px;
    border-bottom: 3px solid #ffc000;
    width: 76px;
    bottom: 0;
    left: 50%;
}

section.what-is-it,
section.how-to,
section.compare,
section.catalog,
section.features,
section.works,
section.faq,
section.light,
section.dark {
    padding: 90px 0;
}

section.what-is-it h2,
section.how-to h2,
section.compare h2,
section.catalog h2,
section.how-choose h2,
section.features h2,
section.works h2,
section.faq h2,
section.light h2,
section.dark h2 {
    margin: 0 0 30px 0;
}

section.what-is-it,
section.compare,
section.features,
section.faq,
section.light {
    background: #f9f9f9;
}

section.catalog,
section.works,
section.dark {
    background-color: #e6e6e6;
}

section.what-is-it .block-text {
    font-size: 18px;
}

section.how-choose {
    padding: 90px 0 0 0;
}

section.how-choose {
    background-color: #f5f5f5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/img/ready-bathhouse/section-bg.jpg");
}

section.how-choose,
section.how-choose h2 {
    color: #fff;
}

section.how-choose .block-text {
    font-size: 18px;
    margin: 60px 0;
}

section.how-choose .block-image img,
section.built-your-house .block-image img {
    vertical-align: bottom;
}

section.how-choose .btn,
section.works .btn,
section.hat-is-it .btn {
    margin-bottom: 60px;
}

.compare-list {
    padding: 0;
    margin: 20px 0;
    font-size: 18px;
}

.compare-list li {
    list-style: none;
    padding: 14px 0;
}

.compare-list li span {
    margin: 0 10px 0 0;
}

.fa-circle-thin {
    color: #ffc000;
}

.features-wrapper {
    margin: 60px 0 30px 0;
}

.features-icon {
    text-align: center;
    min-height: 110px;
    margin-bottom: 20px;
}

.features-text {
    font-size: 16px;
    text-align: center;
    color: #121212;
    padding-bottom: 40px;
}

.faq .panel-default {
    margin-bottom: 20px;
}

.faq .panel-title a {
    font-size: 24px;
    color: #121212;
}

.faq .panel-body p {
    font-size: 18px;
    color: #121212;
    font-weight: 400;
    padding: 10px 20px;
    margin: 0;
}

.faq .panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
}

.panel-heading {
    padding: 10px 0;
}

.tabs {
    margin: 0;
    padding: 0;
    text-align: center;
}

.tabs li {
    display: inline-block;
    margin: 0 30px;
}

.tabs li a {
    font-size: 30px;
    font-weight: 500;
    line-height: 60px;
    color: #969696;
    border-bottom: 1px dashed;
}

.tabs li.active a {
    color: #121212;
    border-bottom: none;
}

.photo-tab-content {
    margin: 30px 0;
}

.dark .block-text {
    font-size: 18px;
}

h3.title {
    font-size: 48px;
    line-height: 60px;
    padding: 0 0 24px 0;
    margin-bottom: 20px;
    font-weight: 400;
}

.five-features-wrapper {
    margin: 60px 0;
}

.five-features-text {
    font-size: 18px;
    font-weight: 400;
    color: #121212;
    text-align: center;
    margin-bottom: 30px;
    /*min-height: 220px;*/
}

.five-features-icon {
    text-align: center;
    margin-bottom: 30px;
}

.five-features-icon .number {
    font-family: 'Geometria';
    line-height: 90px;
    font-weight: bold;
}

.number-list .number {
    font-family: 'Geometria';
    line-height: 50px;
    font-weight: bold;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs24 {
    font-size: 24px;
}

.mb0 {
    margin-bottom: 0;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pt90 {
    padding-top: 90px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

section.built-your-house .block-image img {
    max-width: 100%;
}

.built-your-house-list {
    font-size: 18px;
    margin: 10px 0;
    padding: 0 0 0 20px;
}

.built-your-house-list li {
    padding: 0 0 16px 0;
    list-style: none;
}

.built-your-house-list li::before {
    content: "\25AA";
    color: #ffc000;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.built-your-house-description {
    font-size: 20px;
    font-weight: 700;
    color: #121212;
}

.number-list {
    padding: 0;
    margin: 30px 0;
    font-size: 18px;
    line-height: 24px;
}

.number-list li {
    list-style: none;
    padding-bottom: 24px;
}

.number-list-middle li {
    padding-bottom: 16px;
    min-height: 60px;
}

.number-list span {
    margin: 0 10px 0 0;
}

.middle {
    line-height: 48px;
}

.fs36 {
    font-size: 36px;
    line-height: 40px;
}

.btn-rounded-dark {
    color: #050505;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    padding: 18px 46px;

    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;

    border: 3px solid #ffc000;
}

.btn-rounded-dark:hover,
.btn-rounded-dark:focus {
    background: rgba(255, 255, 255, 0.7);
}

.m_0_10 {
    margin: 0 10px;
}

.m_0_15 {
    margin: 0 15px;
}

.m_0_20 {
    margin: 0 20px;
}

.work-title {
    font-size: 18px;
    font-weight: 700;
    color: #121212;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
}

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

.work-sub-title,
.work-description {
    font-size: 18px;
    margin: 14px 0;
    text-align: center;
}

.work-sub-title span,
.work-description span {
    display: block;
    font-weight: bold;
}

.work-sub-title {
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 20px;
}

.bathhouse-form {
    background-image: url("/img/bathhouse/bathhouse-form-bg.jpg") !important;
}

.how-choose img {
    max-height: 600px !important;
}

.bathhouse-form img {
    max-height: 440px !important;
}

.bathhouse-features .features-text {
    min-height: 200px;
}

.fs30 {
    font-size: 32px !important;
    line-height: 42px !important;
}

.form-control {
    height: 40px;
    padding: 10px 14px;
    line-height: 14px;
}

.admin-bar {
    background-color: #f8c145;
    border-color: #080808;
    border-radius: 0;
    margin: 0;
}

.admin-bar .navbar-brand {
    color: #0e0e0e;
}

.admin-bar .navbar-nav > li > a {
    color: #0e0e0e;
}

.owl-next, .owl-prev {
    font-size: 56px !important;
    color: #333 !important;
}

.owl-next:hover,
.owl-next:focus,
.owl-prev:hover,
.owl-prev:focus {
    background: transparent !important;
    opacity: 0.7 !important;
    outline: none;
}

.owl-carousel {
    position: relative;
}

.owl-next {
    position: absolute;
    right: -50px;
    top: 50%;
    margin-top: -40px !important;
}

.owl-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -40px !important;
}

.owl-theme .owl-nav [class*=owl-] {
    border-radius: 0;
}

.main-thumb-image {
    margin: 0 0 14px 0;
}

.thumb-image {
    margin: 15px 0;
}

.project-text {
    background: #fff;
    text-align: center;
}

.get-project {
    color: #121212;
}

.project-image {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.project-title {
    color: #121212;
    font-weight: bold;
    padding: 30px 0 10px 0;
    font-size: 20px;
}

.project-wrapper {
    margin: 0 0 30px 0;

    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.project-square {
    font-size: 30px;
    margin: 0 0 20px 0;
    font-weight: 100;
}

.project-square span {
    border-bottom: 3px solid #ffc000;
    padding: 0 0 4px 0;
}

.project-material {
    font-size: 18px;
    margin: 0 0 18px 0;
}

.project-price {
    border-top: 1px solid #ebebeb;
    padding: 20px 0 30px 0;
    font-size: 24px;
}

.project-price span {
    font-size: 36px;
}

.get-project:hover {
    opacity: 0.65 !important;
    display: block;
}

.modal-content {
    border-radius: 0;
}

button.close {
    font-size: 42px;
    font-weight: 300;
    opacity: 0.5;
}

.modal-header {
    border-bottom: none;
}

.modal-header {
    padding: 15px 15px 0;
}

.modal-body {
    padding: 20px;
}

.modal-body .close {
    top: -10px;
    right: -4px;
    position: relative;
}

.project-modal-title {
    font-size: 36px;
    line-height: 36px;
    margin: 0 0 10px 0;
}

.project-modal-square {
    font-weight: 100;
    font-size: 30px;
    margin: 0 0 10px 0;
}

.project-modal-square span {
    border-bottom: 3px solid #ffc000;
    padding: 0 0 4px 0;
}

.project-modal-material {
    font-size: 18px;
    font-weight: 500;
}

.project-modal-material-title {
    font-weight: 400;
}

.project-modal-material {
    margin: 30px 0;
}

.project-modal-price {
    padding: 16px 0;
}

.project-modal-price-title {
    font-size: 18px;
}

.project-modal-price-value {
    font-size: 24px;
}

.project-modal-price-value span {
    font-size: 36px;
}

.project-modal-description {
    font-size: 18px;
}

.project-modal-description-title {
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 30px;
}

.modal-owl-carousel {
    margin: 15px 0;
    height: 186px;
    overflow: hidden;
}

.modal-nav-tabs {
    margin: 30px 0;
}

.project-modal-body {
    background: #f5f5f5;
}

#toTop {
    display: none;
    text-align: center;

    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 64px;
    height: 64px;
    opacity: 0.5;
    filter: alpha(opacity=40); /* For IE8 and earlier */

    background-image: url("/img/up.png");
    background-repeat: no-repeat;
    background-position: center;
}

#toTop i {
    font-weight: bold;
    color: #121212;
}

#toTop:hover {
    opacity: 1;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.thumb-photo-image {
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.scroll {
    background: url("/img/mouse.png") no-repeat 0 0;
    width: 72px;
    height: 80px;
    margin: 40px auto 0;
}


.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(8%);
        transform: translateY(8%);
    }
    100% {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }
    50% {
        -webkit-transform: translateY(8%);
    }
    100% {
        -webkit-transform: translateY(0%);
    }
}

/*.modal-backdrop {
    z-index: 9998;
}*/

.modal-dialog {
    z-index: 9999 !important;
    text-align: left;
}

.modal-form h3 {
    margin: 0;
    padding: 0;
    line-height: 36px;
}

.modal-form .modal-content {
    background: #f5f5f5;
}

.modal-form .form-control {
    border-radius: 30px;
    padding: 16px 24px 14px;
    height: auto;
    font-size: 16px;
    line-height: 16px;
}

.modal-btn {
    margin: 20px 0;
}

.modal-btn .btn-orange-rounded {
    font-size: 16px;
    -webkit-box-shadow: 0 7px 40px rgba(255, 192, 0, 0.82);
    -moz-box-shadow: 0 7px 40px rgba(255, 192, 0, 0.82);
    box-shadow: 0 7px 40px rgba(255, 192, 0, 0.82);
}

#map {
    min-height: 500px;
    border-top: 1px solid #ababab;
}

.map-header {
    padding-top: 6px;
    padding-bottom: 4px;
    color: #004662;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
}

.map-content {
    font-size: 17px;
    padding-bottom: 4px;
    color: #424242;
    font-weight: bold;
    line-height: 1.5;
}

.map-footer {
    padding-bottom: 11px;
    font-size: 14px;
    color: #666666;
    font-family: 'Arial', sans-serif;
}

.sub-main-phone a {
    font-size: 22px;
    line-height: 28px;
}

.footer-phone,
.second-footer-phone,
.footer-email {
    margin-bottom: 14px;
}

.second-footer-phone a,
.footer-email a {
    font-size: 24px;
    line-height: 1em;
}

.faq .panel-default {
    border-bottom: 1px solid #bbb;
    padding: 10px 0 20px 0;
}

.more-less {
    float: right;
    color: #212121;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #f8c045;
    border-color: #f7b421;
}

.pagination > li > a,
.pagination > li > span {
    color: #7b7b7b;
}

.footer-title {
    font-size: 30px;
    line-height: 60px;
}

.footer-title a {
    color: #fff;
}

.footer-title a:hover {
    color: #f7b421;
}

.footer-menu {
    margin: 10px 0 20px 0;
    padding: 0;
}

.footer-menu li {
    list-style: none;
    padding: 0 0 12px 0;
}

.footer-menu li a {
    font-weight: 100;
    color: #fff;
    font-size: 16px;
}

.footer-menu li a:hover,
.footer-menu li a:focus {
    color: #ffc000;
}

.footer-menu li.active a {
    color: #ffc000;
}

.footer-menu li.ready-bathhouse {
    margin-top: 20px;
}

.footer-menu li.ready-bathhouse a,
.footer-menu li.foundation a {
    text-transform: uppercase;
}

/*
.footer-menu li.ready-bathhouse a:hover {
    color: #fff;
}

.footer-menu li.ready-bathhouse.active a {
    color: #fff;
}*/

.footer-address {
    font-weight: 100;
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0 20px 0;
}

.grid-view .summary {
    text-align: right;
    margin: 20px 0 10px 0;
}

.modal-form-title {
    text-align: center;
    margin: 0 0 30px 0;
    padding: 0 0 15px 0;
    font-weight: 400;
    position: relative;
    font-size: 24px;
    color: #333;
}

.modal-form-title:after {
    content: '';
    position: absolute;
    margin: 0 0 0 -33px;
    border-bottom: 3px solid #ffc000;
    width: 76px;
    bottom: 0;
    left: 50%;
}

.modal-form .modal-body {
    padding: 10px 20px 30px;
}

.help-block {
    font-size: 14px;
}

.form-hint {
    font-size: 16px;
    margin: 0;
    padding: 0 0 10px 0;
}

.project-modal-form {
    z-index: 9999;
}

.ready-works {
    overflow: hidden;
}

section.built-your-house {
    padding-bottom: 0;
}

.nav-tabs > li > a {
    color: #020202;
}

#accordion ul li {
    font-size: 16px;
}

#accordion ul {
    margin-bottom: 0;
}

.btn-credit {
    font-size: 16px;
    color: #333;
    border-bottom: 1px dashed;
    text-transform: uppercase;
    font-weight: bold;
}

.btn-credit:hover,
.btn-credit:focus {
    color: #333;
    border-bottom: none;
    outline: none;
}

footer .social ul {
    margin: 0 0 30px 0;
    padding: 0;
}

footer .social ul li {
    display: inline-block;
    margin: 0 2px 0 0;
    padding: 10px 0;
}

footer .social ul li:last-child {
    margin: 0;
}

footer .social ul li a {
    color: #fff;
    font-size: 14px;
}

footer .social ul li a:hover i,
footer .social ul li a:focus i {
    color: #ffc000;
}

footer .social ul li a:hover img {
    opacity: 0.6;
}

footer .social ul li a i {
    color: #fff;
}

.how-choose-quiz .title {
    text-align: left;
}

section.how-choose-quiz {
    background-image: url("/img/bg-bathhouse-quiz.jpg");
}

.project-work {
    height: 250px;
}

.modal-works-owl-carousel {
    height: 140px;
}

.project-sub-title {
    font-size: 16px;
    margin: 0 0 18px 0;
}

#ready-works .project-text {
    color: #333;
}

#ready-works .project-title {
    height: 96px;
    font-size: 18px;
}

.quiz-modal-text {
    margin: 40px 0;
}

.quiz-modal-btn {
    margin: 0 0 30px 0;
}

section.quiz-house-brick-block {
    background-image: url("/img/brick-block.jpg");
}

section.extra-light {
    background: #fdfaf1;
}

.credit-modal-text {
    text-align: left;
}

.credit-modal-text ul li {
    font-size: 18px;
}

.credit-modal-title h2 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 0;
}

.credit-btn {
    position: fixed;
    left: 40px;
    bottom: 100px;
    width: 70px;
    height: 70px;
    z-index: 9999;
    /*background-color: #2f9d30;*/
    /*background-color: #fff;*/
    background-image: url("../img/mortgage.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    padding-top: 27px;
    line-height: 1em;
    font-size: 14px;
}

.credit-btn-text {
    position: relative;
    bottom: -50px;
    color: #469b39;
    font-weight: bold;
}

.pulse {
    box-shadow: 0 0 0 rgba(54, 204, 44, 0.4);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(54, 204, 44, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

#credit_modal .tab-content {
    margin-top: 30px;
}

#credit_modal .nav-tabs > li > a {
    font-size: 18px;
}

.cstm-number-list li {
    display: table;
}

.cstm-number-list li.middle {
    line-height: 1.6;
}

.cstm-number-list li span + span {
    display: table-cell;
    vertical-align: middle;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
}

.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #bdbdbd;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #fff;
}

#credit_modal .nav-tabs {
    border-bottom: none;
}

#credit_modal .nav-tabs > li {
    margin-bottom: 0;
}

#credit_modal .nav-tabs > li a {
    padding: 0;
    margin: 0 15px 10px 0;
    color: #ababab;
    border: none;
}

#credit_modal .nav-tabs > li.active > a,
#credit_modal .nav-tabs > li.active > a:hover,
#credit_modal .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid;
    color: #000;
}

#credit_modal .modal-body {
    padding: 0 20px 20px 20px;
}

#credit_modal .nav > li > a:hover,
#credit_modal .nav > li > a:focus {
    border: none;
    background: transparent;
}

.owl-carousel-manufacture img {
    max-height: 500px;
}

footer .price-materials-form {
    color: #ffc000;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    border-bottom: 1px dashed;
    outline: none;
}

footer .footer-price-form {
    margin-top: 5px;
    margin-bottom: 50px;
}

footer .footer-title a {
    font-size: 30px;
}

footer .price-materials-form:hover,
footer .price-materials-form:focus {
    border-bottom: none;
    color: #ffc000;
}

.modal-form .modal-price-form select {
    min-height: 50px;
}

.top-content a.btn-orange-rounded + #calculate-project-form + a.btn-orange-rounded {
    margin-left: 20px;
}

.call-icon {
    color: #fff;
    font-size: 24px;
    padding: 0 0 0 2px;
    line-height: 28px;
}

.call-icon .fa-whatsapp {
    font-size: 28px;
    padding: 0 2px 0 0;
    color: #8ade80;
}

.call-icon .fa-viber {
    color: #6364a4;
}

.list-styled {
    list-style: none;
    padding-left: 20px;
}

.list-styled li {
    position: relative;
}

.list-styled li:after {
    content: '\2022';
    color: #ffc000;
    position: absolute;
    top: 0;
    left: -20px;
    font-size: 24px;
    line-height: 1;
}

.btn-no-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-no-shadow:hover,
.btn-no-shadow:focus {
    background-color: #feca82;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.video-wrapper {
    margin-bottom: 30px;
}

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

.video-wrapper .video-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-title {
    color: #121212;
    font-weight: bold;
    padding: 20px 0 0 0;
    font-size: 16px;
    min-height: 70px;
}

.team-wrapper {
    margin-top: 60px;
}

.team-item {
    margin-bottom: 30px;
    text-align: center;
}

.team-item .team-image {

}

.team-item .team-image img {
    width: 100%;
    border-radius: 50%;
}

.team-item .team-name {
    color: #121212;
    font-weight: bold;
    padding: 30px 0 10px 0;
    font-size: 14px;
}

.team-item .team-position {
    font-size: 12px;
}

.team-item .team-contacts {
    font-size: 12px;
}

#videos .owl-dots {
    margin-top: 0;
}

.modal-form-title-left {
    text-align: left !important;
}

.modal-form-title-left:after {
    margin: 0;
    left: 0;
}

.dark-video-section {
    background-color: #4a4a4a;
    color: #fff;
    padding: 80px 0;
}

.dark-video-section .title {
    color: #fff;
    font-size: 34px;
    line-height: 1.2em;
    margin-bottom: 50px;
}

.dark-video-section .video-title {
    color: #fff;
}

@media (max-width: 767px) {
    .dark-video-section .title {
        font-size: 24px;
    }
}

/***********************************************/

.flex-item-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 140px;
    margin-bottom: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}

.flex-item-wrapper .item-title {
    color: white;
    font-size: 30px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

.flex-item-wrapper .subtitle {
    color: white;
    font-size: 16px;
    margin-bottom: 15px;
}

.flex-item-wrapper .more-container {
    color: white;
    padding: 0 30px;
    text-align: center;
}

.flex-item-wrapper .more-container p {
    font-size: 16px;
    margin-bottom: 15px;
}

/***********************************************/
header.special-offer {
    height: auto;
    min-height: 100px;
}

section.special-offer-w {
    background-color: #fff;
}

.youtube-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.youtube-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-without-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.btn-without-shadow:hover,
.btn-without-shadow:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.top-menu .navbar-default {
    background-color: #fff;
    margin-bottom: 0;
    border: none;
}

.top-menu .navbar-default .navbar-nav > li > a,
.top-menu .dropdown-menu > li > a {
    color: #000;
    font-size: 18px;
}

.top-menu .navbar-default .navbar-nav > li > a {
    padding: 30px 10px;
}

.top-menu .dropdown-menu > li > a {
    padding: 10px 22px;
}

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

.top-menu .navbar-default .navbar-nav li a:hover {
    color: #ffc002;
}

.top-menu .navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
}

.top-menu .icon-bar:before {
    content: '';
}

.top-menu .navbar-nav {
    float:none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quiz-wrapper {
    padding: 30px;
    position: relative;
    text-align: center;
    border: 1px solid #ffc000;
}

.quiz-wrapper:before {
    content: '';
    border: 1px solid #ffc000;
    position: absolute;
    top: 15px;
    bottom: -15px;
    left: -15px;
    right: -15px;
}

.mt-80 {
    margin-top: 80px;
}

.modal-3d .close {
    z-index: 999;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    font-weight: bold;
    opacity: 1;
}

.modal-3d .modal-body {
    padding: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    /*z-index: 9997;*/
}

.mb54 {
    margin-bottom: 54px;
}

.modal-catalog-price {
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}

.modal-catalog-price span {
    font-size: 26px;
}

.modal-catalog-sub-title {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
}

.modal-catalog-sub-title span {
    font-size: 20px;
}

.modal-catalog-text {
    margin-top: 50px;
    font-size: 16px;
}

.modal-catalog-text ul {
    margin: 20px 0;
    padding: 0;
}

.modal-catalog-text ul li {
    margin-bottom: 25px;
    list-style-type: none;
}

.modal-catalog-text ul li:before {
    content: "\2014\a0";
}

.modal-catalog-link {
    margin: 0 0 40px 0;
}

.modal-catalog-link a {
    color: #86b8ff;
    font-size: 16px;
    text-decoration: underline;
}

.modal-catalog-link a:hover {
    text-decoration: none;
}

.modal-catalog-warranty,
.modal-catalog-delivery {
    font-weight: bold;
    font-size: 16px;
    line-height: 32px;
    display: flex;
    padding: 10px 0;
}

.modal-catalog-warranty:before,
.modal-catalog-delivery:before {
    content: "";
    width: 32px;
    height: 32px;
    display: inline-block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 20px;
}

.modal-catalog-warranty:before {
    background-image: url("/img/warranty.jpg");
}

.modal-catalog-delivery:before {
    background-image: url("/img/delivery.jpg");
}

.modal-catalog-info {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bathhouse-catalog {
    background: #fff;
}

.bathhouse-catalog h4 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
}

.main-village .top-content .btn-orange-rounded {
    padding: 18px 50px;
}

section.village-section {
    background: #fff;
}

.village-search-block {
    border: 2px solid #ffa800;
    padding: 40px 60px;
}

#village-map,
.village-search-block {
    height: 344px;
    min-height: 344px;
}

#village-map {
    background-color: #f6f6f6;
}

#village-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.village-list-wrapper {
    height: 100px;
}

#village-list li {
    margin-bottom: 15px;
}

#village-list li a {
    border-bottom: 1px dashed;
    color: #666;
    font-size: 16px;
}

.village-section .scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #ffa800;
}

.scroll-element.scroll-x {
    display: none !important;
}

.village-search-block .input-group-addon {
    background-color: transparent;;
}

.village-promo {
    background-color: #ffa800;
    padding: 30px 60px;
    margin: 0 0 30px 0;
}

.village-promo h4 {
    font-size: 22px;
    line-height: 1.4;
}

.btn-village-promo {
    margin: 12px 0;
    background-color: #fff;
    border: none;
    width: 100%;
}

.village-items {
    margin: 60px 0 0 0;
}

.village-info {
    padding: 0 14px;
}

.village-info h5 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 0;
}

.village-price {
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.village-info-wrapper {
    position: relative;
    border: 1px solid #ffc000;
    padding: 55px 16px 40px 16px;
    margin-top: -30px;
    margin-bottom: 50px;
    min-height: 390px;
}

.village-info-wrapper:before {
    content: '';
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: -15px;
    right: -15px;
    border: 1px solid #ffc000;
}

.village-distance {
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ffc000;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.village-communications {
    min-height: 120px;
    color: #666;
}

.village-communications h6 {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}

.village-phone {
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    padding: 9px 0;
}

.village-communications ul,
.village-detail-communications-wrapper ul {
    list-style: none;
    padding: 0 0 0 8px;
    margin: 0;
}

.village-communications ul li:before,
.village-detail-communications-wrapper ul li:before {
    content:  "—";
    position: relative;
    left:     -5px;
}

.btn-orange-small {
    padding: 10px 16px;
    font-weight: bold;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 0;
    color: #050505 !important;
    background-color: #ffa800;
}

.btn-orange-small:hover,
.btn-orange-small:focus {
    background-color: #ffc000;
}

.village-phone,
.village-site {
    text-align: center;
}

.modal-village-form .btn-orange-rounded {
    padding: 18px 64px;
}

#village-detail-title h5 {
    font-size: 24px;
    color: #000;
    margin: 0 0 20px 0;
}

.village-detail-distance-wrapper,
.village-detail-price-wrapper {
    font-weight: bold;
    font-size: 12px;
}

.village-detail-communications-wrapper h6 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.village-detail-hr {
    border-top: 1px solid #f3a733;
}

.village-detail-phone-wrapper {
    font-weight: bold;
    padding: 9px 0;
    line-height: 1;
}

#village-detail-wrapper button.close {
    left: 20px;
    position: relative;
    top: -2px;
    font-weight: 400;
    opacity: 0.5;
    color: #4a4d55;
}

header.main-profiled-new {
    background-image: url("/img/profiled-new.jpg");
    position: relative;
}

.top-bar-black .top-phone a {
    font-size: 20px;
    color: rgba(42, 41, 42, 0.902);
    line-height: 1.2;
}

.top-bar-black .top-phone .call-icon .fa-viber {
    font-size: 18px;
    margin-right: 5px;
}

.top-bar-black .top-phone .call-icon .fa-whatsapp {
    font-size: 24px;
}

.main-header-dark .top-content {
    color: rgba(42, 41, 42, 0.902);
    margin-top: 50px;
}

.main-header-dark .top-content h1 {
    font-size: 30px;
    line-height: 1.2;
    width: 50%;
    padding-bottom: 20px;
}

.main-header-dark .top-content .lead {
    font-size: 20px;
    color: rgba(39, 37, 39, 0.8);
    line-height: 1.3;
    width: 50%;
    margin-bottom: 0;
}

.main-header-dark .btn-orange-rounded {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    font-size: 16px;
    color: rgb(39, 37, 39);
    line-height: 1.625;
}

.bullet-wrapper {
    position: absolute;
    bottom: 0;
}

.bullet-title h3 {
    font-size: 18px;
    color: rgba(39, 37, 39, 0.8);
    font-weight: bold;
}

.bullet-item {
    background-color: #fbfbfb;
    padding: 28px 16px 48px;
    margin-right: 10px;
    display: inline-block;
    max-width: 284px;

    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.bullet-item-icon {
    text-align: center;
    margin-bottom: 20px;
}

.bullet-item-text {
    font-size: 16px;
    color: rgba(39, 37, 39, 0.8);
    line-height: 1.2;
    text-align: center;
}

.quiz-section {
    margin: 90px 0 140px 0;
}

.quiz-section h2 {
    font-size: 30px;
    color: rgba(42, 41, 42, 0.902);
    line-height: 1.2;
    text-align: center;
    margin: 0;
    padding: 0 0 44px 0;
}

.block-quiz {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background-color: rgb(255, 255, 255);

    -webkit-box-shadow: 0 10px 88px 26px rgba(40, 37, 37, 0.05);
    -moz-box-shadow:    0 10px 88px 26px rgba(40, 37, 37, 0.05);
    box-shadow:         0 10px 88px 26px rgba(40, 37, 37, 0.05);

    padding: 44px 66px;
    position: relative;
}

.block-quiz #middle-wizard {
    padding: 0;
}

.block-quiz button[disabled] {
    display: none;
}

.block-quiz .form-group.radio_questions .iradio_square-yellow {
    left: 5px;
    right: initial;
    top: 14px;
}

.block-quiz .form-group.radio_questions label {
    padding: 15px 15px 15px 45px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.img-quiz img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.block-quiz .iradio_square-yellow span.error {
    right: -50px;
}

.block-quiz #bottom-wizard {
    border: none;
    padding: 30px 0 10px 0;
}

.block-quiz #bottom-wizard button {
    font-size: 16px;
    font-family: "Geometria";
    line-height: 1.625;
    padding: 14px 68px;
    white-space: nowrap;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 0;
    color: #050505 !important;
    background-color: #ffc000;
}

.block-quiz #bottom-wizard button.backward {
    margin: 0 10px 0 0;
}

.block-quiz #bottom-wizard button.forward:before,
.block-quiz #bottom-wizard button.backward:before,
.block-quiz #bottom-wizard button.submit:before {
    content: "";
    display: none;
    visibility: hidden;
}

.block-quiz h3.main_question {
    margin: 0 0 36px 0;
}

.step-checkbox .form-group.radio_questions label{
    padding: 15px 15px 15px 0;
    line-height: 1.4em;
}

.step-checkbox .icheckbox_square-yellow {
    margin: 0 10px 0 0;
}

.pt-0 {
    padding-top: 0 !important;
}

.btn-reverse {
    background-color: #514ED9;
    color: #fff !important;
    -webkit-box-shadow: 13px 22px 100px rgb(81 78 217 / 82%);
    -moz-box-shadow: 13px 22px 100px rgb(81 78 217 / 82%);
    box-shadow: 13px 22px 100px rgb(81 78 217 / 82%);
    animation: pulse 1500ms infinite;
}

.btn-reverse:hover {
    background-color: #7573D9;
}

.cat-item-wrapper {}

.cat-item-image-wrapper {
    padding-bottom: 75%;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

.cat-item-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: opacity .1s linear;
    transition: opacity .1s linear;
}

.cat-item-title {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    line-height: 1.35;
}

.cat-item-price {
    margin: 0 0 30px 0;
    color: #1d1ab2;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.35;
    text-overflow: ellipsis;
}

.cat-item-link a {
    color: #000000;
    background-color: #fec000;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    font-size: 14px;
    line-height: 1em;
    padding: 16px 36px;
    display: inline-block;
    font-weight: 700;
}

.h-catalog {
    width: 100%;
    overflow: hidden;
}

.privacy p {
    color: #000;
    line-height: 1.4;
}

#footer .privacy {
    margin: 20px 0 0 0;
}

#footer .privacy p {
    font-size: 12px;
    color: #fff;
}

#footer .privacy p a {
    opacity: 0.8;
    color: #fff;
    border-bottom: 1px solid;
    line-height: 1.4;
}

#footer .privacy p a:hover,
#footer .privacy p a:focus {
    border: none;
}

.privacy-form {
    color: grey;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 1;
}

.privacy-form label {
    margin: 0;
    top: 2px;
    position: relative;
    font-weight: 400 !important;
}

.privacy-form a {
    color: grey;
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 1;
    border-bottom: 1px solid;
}

.privacy-form a:hover,
.privacy-form a:focus {
    border: none;
}

.top-logo img {
    height: 100%;
}

.top-menu-phone {
    display: block;
    max-width: 200px !important;
    padding: 10px 0;
    order: 2;
}

.top-menu-phone a {
    color: #333333;
    font-weight: bold;
    display: block;
    line-height: 1;
}

.top-menu-phone a:first-child {
    border-bottom: 1px dashed;
    margin-bottom: 8px;
    font-size: 18px;
}

.top-logo,
.top-menu-phone {
    display: none;
}

.top-menu-phone a.email {
    font-weight: normal;
}

.top-menu .navbar-header {
    display: flex;
    justify-content: space-between;
}

.top-menu .navbar-toggle {
    margin-right: 0;
    order: 3;
}

.top-logo {
    padding: 0;
    order: 1;
}

.top-menu .container:before,
.top-menu .navbar-header:before,
.top-menu .navbar-header:after {
    display: none;
}

.top-menu .container {
    margin: 0 10px;
}

.offer-image {
    overflow: hidden;
}

.offer-description {
    z-index: 999;
}

.thx-btn {
    position: relative;
}

.thx_arrow-icon {
    width: 45px;
    position: absolute;
    left: -30px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    fill: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

.reviews h2.title {
    font-size: 42px;
}

.reviews .block-title {
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}

.reviews .block-detail ul {
    margin: 0 0 20px 0;
    font-size: 16px;
    padding: 0;
}

.reviews .block-detail ul li {
    list-style: none;
    margin-bottom: 5px;
}

.reviews .block-subtitle {
    font-size: 16px;
}

.reviews .block-videos {
    margin: 60px 0;
}

.reviews .button-more {
    margin-top: 20px;
}

#section-projects .cat-item {
    position: relative;
}

#section-projects .cat-item .card-mark-wrapper {
    display: table;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
}

#section-projects .cat-item .card-mark-wrapper .card-mark {
    background-color:#ff4a4a;
    border-radius: 50px;
    box-sizing: border-box;
    color: #fff;
    display: table-cell;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 120px;
}