@charset 'utf-8';

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: 'Museo Sans Cyrl 700';
    src: url('../fonts/MuseoSansCyrl-700.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-700.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 300';
    src: url('../fonts/MuseoSansCyrl-300.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 900';
    src: url('../fonts/MuseoSansCyrl-900.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-900.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Sans Cyrl 500';
    src: url('../fonts/MuseoSansCyrl-500.woff2') format('woff2'),
        url('../fonts/MuseoSansCyrl-500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    line-height: 1.35;
    font-size: 16px;
    /* use this value for sizing all items */
    min-width: 320px;
}

body {
    margin: 0;
    height: 100%;
    word-wrap: break-word;
    background-color: #f8f8f8;
    color: #0f0900;
    transition: transform .5s cubic-bezier(0.68, -0.55, 0.265, 1)
}

body,
input,
textarea,
button {
    font-family: 'Museo Sans Cyrl 500', 'Helvetica Neue', 'Tahoma', sans-serif;
    font-weight: normal;
    letter-spacing: -0.5px;
}

a {
    color: #000;
    transition: color .2s ease
}

a:active,
a:hover {
    outline-width: 0;
    color: #346373
}

img {
    border: 0
}

h1,
h2 {
    font-family: 'Museo Sans Cyrl 900', 'Helvetica Neue', 'Tahoma', sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0
}

h3,
h4,
h5,
h6 {
    font-family: 'Museo Sans Cyrl 700', 'Helvetica Neue', 'Tahoma', sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0
}

ul {
    list-style: circle
}

ol {
    list-style: decimal
}

ul,
ol {
    margin-top: .8rem
}

li {
    margin-bottom: .8rem
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15
}

textarea {
    overflow: auto
}

[class$="__content"] {
    margin: 0 auto;
    width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    font-stretch: condensed
}

@media only screen and (max-width:1170px) {
    [class$="__content"] {
        width: 100%;
    }
}

/* CORE */
h1 {
    font-size: 60px;
    margin: 0 0 30px 0;
    padding: 0;
    line-height: 70px
}

@media only screen and (max-width:850px) {
    h1 {
        font-size: 40px;
        line-height: 40px
    }
}

h2 {
    font-size: 40px;
    line-height: 46px
}

@media only screen and (max-width:850px) {
    h2 {
        font-size: 30px;
        line-height: 32px
    }
}

.btn {
    font-family: 'Museo Sans Cyrl 500';
    background-color: #346373;
    color: #FFF;
    white-space: nowrap;
    font-size: 16px;
    padding: 0 28px;
    line-height: 53px;
    height: 55px;
    border: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    transition: opacity .25s ease, color .25s ease, transform .1s ease, background-color .25s ease;
    outline: none;
    position: relative;
    transform: translateZ(50px);
}

.btn:hover {
    opacity: 0.8;
    color: #FFF;
}

.btn:active {
    transform: scale(0.95)
}

.btn--white {
    background-color: transparent;
    color: #FFF;
    box-shadow: #FFF 0 0 0 1px inset
}

.btn--white:hover {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.1)
}

.btn--transparent {
    background-color: transparent;
    color: #346373;
    box-shadow: #346373 0 0 0 1px inset
}

.btn--transparent:hover {
    background-color: #346373;
    color: #FFF;
    opacity: 1
}

.btn span {
    z-index: 10;
    position: relative;
}

.btn--glow {
    position: relative;
    overflow: hidden;
}

.btn--glow:before {
    content: '';
    position: absolute;
    left: -20%;
    top: -10%;
    width: 0;
    height: 100%;
    transform: rotate(15deg) scale(1, 2);
    box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.3);
    animation: button-glow 3000ms ease-in-out infinite;
}

.btn--social {
    padding: 0 0 !important;
    width: 55px;
}

.btn--social img {
    vertical-align: top;
    transition: filter .25s ease
}

.btn--social:hover img {
    filter: brightness(3) grayscale(100)
}

@keyframes button-glow {
    0% {
        left: -20%;
    }

    50% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
    background-color: #e8eef0;
    color: #FFF;
    outline: none;
    padding: 0;
    margin: 0;
    border: 0;
    transition: background-color .3s ease;
    min-height: 55px;
    padding: 4px 12px 0 12px;
    line-height: 20px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
textarea:focus {
    background-color: #dce3e9;
}

*::placeholder {
    color: #5c8fa1;
}

::selection {
    background: #76b82a;
    color: #FFF
}

::-moz-selection {
    background: #76b82a;
    color: #FFF
}

*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgb(204, 204, 204);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #2f5a68;
}


/* FORMS */
.form-answer {
    padding-top: 0;
    margin-top: 0;
    color: #777
}

.form__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.form-grid__field {
    margin-top: 15px;
}

.form-grid__field .btn {
    font-size: 100%
}

.form-grid__field--fullwidth {
    width: 100%;
}

.form-grid__field--halfwidth {
    width: 48%;
}

.form-grid__field--file {
    overflow-x: hidden
}

.form-grid__field--params {
    font-size: 90%;
    color: #808080;
    padding: 15px 15px 15px 50px;
    background-image: url('../images/gear.png');
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 42px auto
}

.form-grid__field--params label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px
}

.form-grid__field input[type=text],
.form-grid__field input[type=email],
.form-grid__field input[type=password],
.form-grid__field input[type=tel],
.form-grid__field textarea {
    background-color: #dae3ec;
    color: #000
}

.form-grid__field input[type="text"]:focus,
.form-grid__field input[type="email"]:focus,
.form-grid__field input[type="password"]:focus,
.form-grid__field input[type="tel"]:focus,
.form-grid__field textarea:focus {
    background-color: #c3ccd6;
}

.form-grid__field *::placeholder {
    color: #000;
}

.form-grid__field input[type=text],
.form-grid__field input[type=email],
.form-grid__field input[type=password],
.form-grid__field input[type=tel],
.form-grid__field textarea,
.form-grid__field button {
    width: 100%
}

.form-grid__field input[type="file"]::-webkit-file-upload-button {
    border: 0;
    border-radius: 3px;
    color: #FFF;
    background-color: #777;
    outline: none !important;
    cursor: pointer;
    text-transform: uppercase;
    padding: 5px 8px;
    font-size: 70%;
    transition: background-color .3s ease
}

.form-grid__field input[type="file"]::-webkit-file-upload-button:hover {
    background-color: #346373;
    color: #FFF
}

.form-grid__field textarea {
    padding: 12px
}

.file-label {
    font-size: 80%;
    margin-bottom: 3px
}

.answer-bad {
    color: #b80909 !important
}

/* PROGRESS53.RU */
body#index header {
    min-height: 800px;
    animation-duration: 0.7s;
    animation-fill-mode: both;
    animation-delay: 0.2s;
    animation-name: IndexBgFade;
    background-position: 50% 50%;
    background-size: cover;
}

@keyframes IndexBgFade {
    from {
        background-position: 30% 50%
    }

    to {
        background-position: 50% 50%
    }
}

header {
    background-color: #def2f9;
    background-image: url('../images/header-bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0
}

.header__content {
    padding-top: 35px;
    padding-bottom: 30px
}

.header__logo,
.header__menu,
.header__contacts {
    display: inline-block;
    vertical-align: top
}

.header__logo {
    width: calc(20% - 3px)
}

.header__menu {
    width: calc(35% - 3px)
}

.header__contacts {
    width: calc(45% - 3px)
}

.header__logo img {
    vertical-align: top
}

.navigation ul {
    font-family: 'Museo Sans Cyrl 500';
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none;
}

.navigation li {
    display: inline-block;
    line-height: 24px;
    margin-right: 30px;
    position: relative
}

.navigation li a {
    font-family: 'Museo Sans Cyrl 500';
    font-size: 16px;
    text-decoration-color: #bdd3dc;
}

.navigation li.active a {
    color: #346373;
    text-decoration-color: #346373;
}

.navigation ul ul {
    margin: 0;
    background-color: #325d6c;
    position: absolute;
    will-change: opacity, transition;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    transform: translateY(12px);
    box-shadow: rgba(0, 0, 0, 0.5) 0 0px 0px 0px;
    transition: opacity 0.25s ease-out, transform .25s ease-out, visibility .25s ease, box-shadow .35s ease
}

.navigation ul ul li:first-child:before {
    content: '';
    position: absolute;
    z-index: 60;
    display: block;
    left: 30px;
    top: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    transition: border-color .25s ease;
    border-color: transparent transparent #325d6c transparent;
}

.navigation ul ul li:first-child:hover:before {
    border-color: transparent transparent #5c8fa1 transparent
}

.navigation ul li:hover ul {
    box-shadow: rgba(0, 0, 0, 0.5) 0 5px 13px 1px;
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.navigation ul ul li {
    display: block;
    margin: 0;
}

.navigation ul ul li a {
    color: #FFF !important;
    font-size: 14px;
    white-space: nowrap;
    display: block;
    padding: 10px 16px;
    text-decoration: none;
    font-family: 'Museo Sans Cyrl 300';
    transition: background-color .25s ease
}

.navigation ul ul li a:hover {
    background-color: #5c8fa1
}

.header__contacts {
    text-align: right;
    padding-right: 70px
}

.contact__item {
    display: inline-block;
    white-space: nowrap
}

.contact__item--phone {
    margin: 10px 0 10px 0;
    padding-left: 26px;
    line-height: 24px;
    background: url('../images/phone.png') 0 0 / 18px auto no-repeat;
}

.header__contacts .contact__item--phone:nth-child(1) {
    margin-right: 24px
}

.contact__item--phone a {
    font-family: 'Museo Sans Cyrl 700';
    font-size: 22px;
    text-decoration: none
}

.contact__item--email a {
    color: #777777;
    margin-right: 30px
}

.contact__item--order a {
    color: #777777;
}

.header__heading {
    font-size: 64px;
    margin-top: 90px
}

.header__sub-heading {
    font-family: 'Museo Sans Cyrl 500';
    font-weight: normal;
    margin: 25px 0 40px 0;
    color: #777777;
    font-size: 22px;
}

.header__button .btn {
    width: 100%;
    max-width: 260px;
    margin-bottom: 20px
}

@media only screen and (max-width:1125px) {
    .header__contacts .contact__item {
        margin: 0;
        display: block;
        text-align: left
    }

    .header__logo {
        width: calc(25% - 3px)
    }

    .header__menu {
        width: calc(50% - 3px)
    }

    .header__contacts {
        width: calc(25% - 3px)
    }
}

@media only screen and (max-width:900px) {
    body#index header {
        background-position: 30% 0;
        animation: none;
        min-height: 600px;
    }

    .header__heading {
        font-size: 48px;
        line-height: 54px;
        margin-top: 40px;
    }

    .header__content {
        padding-top: 20px;
    }

    .header__contacts .contact__item {
        display: inline-block;
        text-align: right;
        margin-right: 0 !important;
        margin-left: 20px
    }

    .header__contacts .contact__item--email {
        display: none
    }

    .header__contacts .contact__item--order {
        display: block
    }

    .header__logo {
        width: calc(30% - 3px)
    }

    .header__contacts {
        width: calc(70% - 3px)
    }

    .header__menu {
        width: 100%;
        display: block;
        position: absolute;
        background: #fff;
        position: fixed;
        min-width: 320px;
        width: auto;
        box-shadow: rgba(0, 0, 0, 0) -50px 0 0 850px;
        height: 100%;
        overflow-y: auto;
        right: 0;
        top: 0;
        visibility: hidden;
        transform: translateX(100%);
        text-align: right;
        padding: 50px 0 0 0;
        z-index: 100;
        transition: visibility .35s ease, transform .35s ease, box-shadow .35s ease
    }

    .nav-displayed {
        overflow: hidden;
    }

    .nav-displayed .header__menu {
        visibility: visible;
        box-shadow: rgba(0, 0, 0, 0.9) -50px 0 0 850px;
        transform: translateX(0);
    }

    .nav-displayed .header__menu nav {
        animation-fill-mode: forwards;
        -webkit-animation-name: fadeMenuItems;
        animation-name: fadeMenuItems;
        animation-duration: 1s;
    }

    @keyframes fadeMenuItems {
        from {
            opacity: 0;
            transform: translateX(100%)
        }

        to {
            opacity: 1;
            transform: translateX(0)
        }
    }

    .navigation li {
        display: block
    }

    .navigation li a {
        font-size: 20px;
        text-decoration-color: transparent;
        display: inline-block !important
    }

    .navigation li a:hover {
        color: #346373 !important
    }

    .navigation li.active a {
        text-decoration-color: transparent;
    }

    .navigation ul ul {
        background-color: transparent;
        position: relative;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        box-shadow: none;
        display: block;
        width: 100%
    }

    .navigation ul ul li:first-child:before {
        display: none
    }

    .navigation ul li:hover ul {
        box-shadow: none;
    }

    .navigation ul ul li {
        display: block;
        margin: 10px 0
    }

    .navigation ul ul li a {
        color: #000 !important;
        font-size: 20px;
        display: block;
        padding: 0;
        font-family: 'Museo Sans Cyrl 500';
    }

    .navigation ul ul li a:hover {
        background-color: transparent !important;
    }
}

@media only screen and (max-width:640px) {
    body#index header {
        background-position: 20% 0;
        min-height: 400px;
    }

    header {
        text-align: center;
    }

    .header__heading {
        font-size: 38px;
        line-height: 44px;
    }

    .header__logo {
        width: 100%
    }

    .header__contacts {
        width: 100%;
        text-align: center;
        padding: 0
    }

    .header__contacts .contact__item {
        text-align: center;
        margin: 8px 0 0 0;
    }

    .header__contacts .contact__item--phone a {
        font-size: 18px;
    }

    .header__contacts .contact__item--phone:nth-of-type(2) {
        display: none
    }
}


/* Категории */
.categories {
    background-color: #366473;
    background-image: url('../images/categories-bg.png');
    min-height: 180px;
    color: #FFF
}

.categories__content {
    padding-top: 40px;
    padding-bottom: 40px
}

.category__item {
    display: inline-block;
    min-height: 100px;
    width: calc(25% + 7px);
    border-left: rgba(255, 255, 255, 0.1) 1px solid;
    padding: 30px 20px 0 120px;
    background-position: 30px 50%;
    background-repeat: no-repeat;
    white-space: nowrap
}

.category__item a {
    color: #FFF;
    text-decoration: none
}

.category__item a:hover {
    color: #5c8fa1;
}

.category__item h4 {
    font-family: 'Museo Sans Cyrl 700';
    font-weight: normal;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.category__item span {
    font-family: 'Museo Sans Cyrl 500';
}

.category__item:first-child {
    border-left: none;
    background-position: 0 50%;
    width: calc(25% - 33px);
    padding-left: 90px
}

.category__item--domaizbrusa {
    background-image: url('../images/category-icon-domaizbrusa.png')
}

.category__item--baniizbrusa {
    background-image: url('../images/category-icon-baniizbrusa.png')
}

.category__item--domakarkas {
    background-image: url('../images/category-icon-domakarkas.png')
}

.category__item--mobbani {
    background-image: url('../images/category-icon-mobbani.png')
}

@media only screen and (max-width:1140px) {
    .category__item:first-child {
        width: calc(50% - 3px);
        padding: 30px 20px 0 120px;
        background-position: 30px 50%;
    }

    .category__item {
        width: calc(50% - 3px);
        border-left: none;
    }
}

@media only screen and (max-width:640px) {

    .category__item,
    .category__item:first-child {
        width: 50%;
        margin: 0 auto;
        display: block;
        white-space: nowrap;
    }
}

@media only screen and (max-width:500px) {

    .category__item,
    .category__item:first-child {
        width: 90%;
    }
}


/* PROJECT-CAROUSEL */
.project-carousel__content {
    overflow: hidden;
    padding-bottom: 90px;
    padding-top: 60px
}

.project-carousel__heading {
    display: inline-block;
    vertical-align: top
}

.project-carousel__carousel {
    margin-top: 40px
}

.project-preview__item {
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    will-change: box-shadow, transform;
    transition: box-shadow .3s ease, transform .4s cubic-bezier(0.175, 0.885, 0.32, 1.475);
}

.project-preview__item:hover {
    box-shadow: #cacaca 0 5px 13px 1px;
    transform: perspective(1px) translateY(-20px)
}

.project-preview__thumb {
    display: block;
    max-height:220px;
    overflow:hidden;
}

.project-preview__thumb img {
    vertical-align: top;
    width: 100%;
}

.project-preview__size {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    text-align: center;
    font-family: 'Museo Sans Cyrl 500';
    width: 52px;
    height: 52px;
    line-height: 52px;
    white-space: nowrap;
    overflow: hidden;
    background-color: #346373;
    will-change: left, opacity;
    transition: left .4s .1s cubic-bezier(0.175, 0.885, 0.32, 1.475), opacity .4s .1s ease
}

.project-preview__item:hover .project-preview__size {
    left: 22px;
    opacity: 0.8
}

.project-preview__square {
    position: absolute;
    top: 52px;
    left: 0;
    color: #FFF;
    text-align: center;
    font-family: 'Museo Sans Cyrl 500';
    width: 52px;
    height: 52px;
    line-height: 17px;
    padding-top: 10px;
    overflow: hidden;
    background-color: #734f34;
    will-change: left, opacity;
    transition: left .4s .2s cubic-bezier(0.175, 0.885, 0.32, 1.475), opacity .4s .2s ease
}

.project-preview__item:hover .project-preview__square {
    left: 22px;
    opacity: 0.8
}

.project-preview__name, .project-preview__name h2 {
    padding: 0 12px;
    margin: 10px 0 0 0;
    font-size: 16px;
    font-weight: normal
}

.project-preview__name a {
    text-decoration: none;
    border-bottom: #e7eef3 1px solid;
    transition: border-bottom-color .25s ease, color .25s ease
}

.project-preview__name a:hover {
    border-bottom-color: #cdd5db
}

.project__price {
    padding: 0 22px;
    margin-top: 5px
}

.price__label {
    font-size: 14px;
    color: #777777;
    display: inline-block;
    width: calc(40% - 3px);
    padding-bottom: 10px
}

.price__value {
    display: inline-block;
    width: calc(60% - 3px);
    font-size: 18px;
    font-family: 'Museo Sans Cyrl 700';
    text-align: right;
    padding-bottom: 10px;
    white-space: nowrap
}

.project-preview__link {
    padding: 10px 22px 24px 22px
}

.project-preview__link .btn {
    vertical-align: top;
    width: 99%;
    transform: translateZ(0);
    background:none;
    color:#346373;
    border:1px solid #346373;
}

.project-preview__link .btn:hover{
    background:#346373;
    color:#fff;
}

.project-carousel__buttons {
    text-align: center;
    padding: 50px 0 0 0
}

.project-carousel__buttons .btn {
    margin-bottom: 10px
}

.project-carousel__buttons .btn:first-child {
    margin: 0 9px 10px -3px;
}

.project-carousel__buttons .btn:last-child {
    margin: 0 0 0 9px;
}

@media only screen and (max-width:850px) {
    .project-carousel__heading {
        text-align: center;
    }

    .project-carousel__buttons {
        text-align: center;
        padding: 20px 0 0 0
    }

    .project-carousel__heading {
        display: block;
        text-align: center
    }
    
    .project-preview__thumb {
        display: block;
        max-height:800px;
        overflow:hidden;
    }
}

@media only screen and (max-width:640px) {
    .project-carousel__buttons .btn {
        width: 100%;
        margin: 0 0 10px 0 !important
    }
}


/* GIFT */
.gift {
    background: url('../images/gift-bg.jpg') 50% 0 / cover no-repeat #407e97;
    min-height: 650px
}

.gift__content {
    padding-top: 70px;
    padding-bottom: 70px
}

.gift__heading {
    color: #FFF;
    margin-bottom: 50px
}

.gift__item {
    display: inline-block;
    vertical-align: top;
    width: calc(33.3333% - 23px);
    margin-right: 30px;
    position: relative;
}

.gift__item:nth-of-type(3) {
    margin-right: 0
}

.gift__item img {
    width: 100%
}

.gift__item h4 {
    position: absolute;
    top: 40px;
    left: 40px;
    font-size: 22px;
    font-family: 'Museo Sans Cyrl 900';
}

.color-white {
    color: #FFF
}

@media only screen and (max-width:1150px) {
    .gift {
        min-height: auto
    }
}

@media only screen and (max-width:850px) {
    .gift__heading {
        display: block;
        text-align: center
    }

    .gift__item {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
}

/* Консультация */
.consultation {
    background: url('../images/consultation-bg.png') 50% -36px / 1050px auto no-repeat #346373;
    color: #FFF;
    min-height: 260px
}

.consultation__content {
    padding-top: 70px;
    padding-bottom: 50px;
}

.consultation__heading {
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 5px
}

.consultation-form__description,
.consultation-form__form {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 3px)
}

.consultation-form__description p {
    line-height: 28px;
    padding: 0;
    margin: 0
}

.consultation-form__form {
    padding-left: 40px
}

.consultation-form__form form input[type=tel] {
    background-color: #325d6c;
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: top
}

.consultation-form__form form button {
    background-color: #734f34;
    width: calc(50% - 10px);
    margin-left: 7px;
    display: inline-block;
    vertical-align: top
}

.consultation-form__privacy {
    color: #5c8fa1;
    font-size: 14px;
    margin-top: 10px
}

.consultation-form__privacy a {
    color: #5c8fa1;
}

@media only screen and (max-width:950px) {

    .consultation-form__description,
    .consultation-form__form,
    .consultation-form__form form input[type=tel],
    .consultation-form__form form button {
        display: block;
        width: 100%;
        text-align: center
    }

    .consultation-form__form {
        margin-top: 30px;
        padding-left: 0
    }

    .consultation-form__form form button {
        margin-left: 0;
        margin-top: 20px
    }
}


/* GALLERY CAROUSEL */
.gallery {
    overflow: hidden;
    margin: 50px 0;
    padding-bottom: 20px
}

.gallery__list {
    margin: 50px 0;
}

.gallery__item {
    position: relative
}

.gallery__item a {
    display: block;
    min-height: 310px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.gallery__overlay {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    text-align: center;
    background-image: url('../images/gallery-zoom.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-color: rgba(52, 99, 115, 0.87);
    transition: opacity .25s ease
}

.gallery__overlay:before {
    content: '';
    display: block;
    outline: #FFF 1px solid;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    left: 10px;
    top: 10px;
    position: absolute;
}

.gallery__item a:hover .gallery__overlay {
    opacity: 1
}

.gallery__button {
    text-align: center;
    font-size: 90%
}

.gallery__button .btn {
    min-width: 220px
}

@media only screen and (max-width:1120px) {
    .gallery__heading {
        text-align: center;
        margin: 0 0 0 0;
        width: 100%;
    }
}


/* About */
.about {
    padding-top: 40px;
    padding-bottom: 40px
}

.about__article {
    display: inline-block;
    width: calc(50% - 3px);
    vertical-align: top
}

.about__article p {
    font-size: 16px;
    font-family: 'Museo Sans Cyrl 500';
    line-height: 28px;
    padding-right: 90px;
    margin-top: 30px
}

.about__read-more {
    font-family: 'Museo Sans Cyrl 500';
    display: inline-block;
    margin: 10px 0 20px 0;
    color: #777777
}

.about__media {
    display: inline-block;
    width: calc(50% - 3px);
    vertical-align: top;
    position: relative
}

.about__bear {
    position: absolute;
    left: 0;
    top: calc(50% - 75px);
    z-index: -1;
    animation-fill-mode: forwards !important;
    -webkit-animation-name: bear;
    animation-name: bear;
    animation-delay: .5s
}

@keyframes bear {
    from {
        left: 0;
    }

    to {
        left: -85px;
    }
}

.about__photo {
    width: 100%;
    max-width: 555px;
    vertical-align: top;
    z-index: 100
}

@media only screen and (max-width:970px) {
    .about__article {
        display: block;
        width: 100%;
        text-align: center
    }

    .about__media {
        display: block;
        width: 100%;
        text-align: center
    }

    .about__article p {
        padding-right: 0;
    }

    .about__bear {
        display: none
    }
}


/* Advantages */
.advantages {
    padding-top: 40px;
    padding-bottom: 70px
}

.advantages__grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.advantage__item {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    min-height: 55px;
    padding-left: 65px;
    background-position: 0 50%;
    background-size: 55px 55px;
    background-repeat: no-repeat;
}

.advantage__item--production {
    background-image: url('../images/advantage-icon-production.png')
}

.advantage__item--workers {
    background-image: url('../images/advantage-icon-workers.png')
}

.advantage__item--materials {
    background-image: url('../images/advantage-icon-materials.png')
}

.advantage__item--experience {
    background-image: url('../images/advantage-icon-experience.png')
}

.advantage__item h3 {
    font-size: 20px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    font-weight: normal
}

@media only screen and (max-width:920px) {
    .advantage__item {
        width: 50%;
        margin-bottom: 30px;
    }

    .advantage__item h3 {
        align-items: center;
        justify-content: flex-start;
    }
}

@media only screen and (max-width:720px) {
    .advantage__item {
        width: 100%;
    }
}

/* REVIEWS */
.reviews {
    padding: 60px 0 60px 0;
    background-color: #417588;
    background-image: url('../images/reviews-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 0
}

.reviews__heading {
    color: #FFF
}

.reviews__grid {
    margin: 30px 0 10px 0
}

.review-short__item {
    background-color: #346373;
    color: #FFF;
    padding: 40px;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 40px;
    min-height: 260px;
    transition: box-shadow .35s ease-out
}

.review-short__item:hover {
    box-shadow: rgba(0, 0, 0, 0.17) 0 8px 24px
}

.reviews__grid .review-short__item:nth-of-type(1) {
    width: calc(48.75% - 3px);
    margin-right: 1.25%
}

.reviews__grid .review-short__item:nth-of-type(2) {
    width: calc(48.75% - 3px);
    margin-left: 1.25%
}

.review-short__photo {
    width: 61px;
    height: 55px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.review-short__heading {
    display: inline-block;
    vertical-align: middle;
}

.review-short__heading strong {
    display: block;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Museo Sans Cyrl 700';
}

.review-short__text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 22px;
}

.reviews__button-more {
    margin: 30px 0 10px 0;
    text-align: center;
}

.reviews__button-more .btn {
    min-width: 220px
}

@media only screen and (max-width:1120px) {
    .reviews__heading {
        text-align: center;
        margin: 0 0 0 0;
        width: 100%;
    }
}

@media only screen and (max-width:840px) {
    .reviews__grid .review-short__item:nth-of-type(1) {
        width: 100%;
        margin: 0
    }

    .reviews__grid .review-short__item:nth-of-type(2) {
        display: none
    }
}

@media only screen and (max-width:700px) {
    .review-short__heading {
        display: block;
        margin-top: 20px;
        text-align: center
    }

    .review-short__photo {
        width: 64px;
        height: 64px;
        display: block;
        margin: 0 auto;
    }
}


/* Категории */
.categories-alt {
    background-color: #FFF;
    min-height: 180px;
}

.categories-alt__content {
    padding-top: 40px;
    padding-bottom: 40px
}

.category-alt__item {
    display: inline-block;
    min-height: 100px;
    width: calc(25% + 7px);
    padding: 30px 20px 0 120px;
    background-position: 30px 50%;
    background-repeat: no-repeat;
    white-space: nowrap
}

.category-alt__item a {
    text-decoration: none
}

.category-alt__item a:hover {
    color: #5c8fa1;
}

.category-alt__item h4 {
    font-family: 'Museo Sans Cyrl 700';
    font-weight: normal;
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
}

.category-alt__item span {
    font-family: 'Museo Sans Cyrl 500';
    color: #777777
}

.category-alt__item:first-child {
    border-left: none;
    background-position: 0 50%;
    width: calc(25% - 33px);
    padding-left: 90px
}

.category-alt__item--domaizbrusa {
    background-image: url('../images/category-icon-domaizbrusa-alt.png')
}

.category-alt__item--baniizbrusa {
    background-image: url('../images/category-icon-baniizbrusa-alt.png')
}

.category-alt__item--domakarkas {
    background-image: url('../images/category-icon-domakarkas-alt.png')
}

.category-alt__item--mobbani {
    background-image: url('../images/category-icon-mobbani-alt.png')
}

@media only screen and (max-width:1140px) {
    .category-alt__item:first-child {
        width: calc(50% - 3px);
        padding: 30px 20px 0 120px;
        background-position: 30px 50%;
    }

    .category-alt__item {
        width: calc(50% - 3px);
        border-left: none;
    }
}

@media only screen and (max-width:640px) {

    .category-alt__item,
    .category-alt__item:first-child {
        width: 50%;
        margin: 0 auto;
        display: block;
        white-space: nowrap;
    }
}

@media only screen and (max-width:500px) {

    .category-alt__item,
    .category-alt__item:first-child {
        width: 90%;
    }
}


/* Footer */
.footer {
    background-color: #14282f;
    min-height: 290px;
    color: #3e5c67
}

.footer__content {
    padding-top: 60px;
    padding-bottom: 60px
}

.footer__copyright,
.footer__menu,
.footer__contacts {
    display: inline-block;
    vertical-align: top
}

.footer__copyright {
    width: calc(20% - 3px);
}

.footer__menu {
    width: calc(60% - 3px);
}

.footer__contacts {
    width: calc(20% - 3px);
}

.copyright-year {
    margin-top: 18px;
    font-size: 14px
}

.webhail {
    margin-top: 20px;
}

.webhail a {
    display: inline-block;
    color: #3e5c67;
    line-height: 33px;
    padding-left: 46px;
    font-size: 14px;
    background: url('../images/webhail.png') 0 50% no-repeat;
    text-decoration: none;
}

.webhail a:hover {
    color: #8aadb9;
}

.footer__menu ul {
    margin-top: 0
}

.footer__menu li {
    margin-right: 20px;
}

.footer__menu li a {
    text-decoration-color: #1f373f;
    color: #FFF;
}

.footer__menu li.active a {
    color: #FFF;
    text-decoration-color: #1f373f;
}

.footer__buttons {
    margin-top: 40px
}

.footer__buttons .btn {
    vertical-align: top;
    margin-right: 7px;
    margin-bottom: 7px;
    padding-left: 54px;
    padding-right: 54px;
}

.footer__buttons .btn:last-child {
    margin-right: 0
}

.footer__contacts {
    text-align: right
}

.footer__contacts .contact__item {
    margin: 0 0 12px 0
}

.footer__contacts .contact__item--phone a {
    color: #FFF
}

.footer__contacts .contact__item--email a,
.footer__contacts .contact__item--order a {
    color: #2f5a68;
    margin: 0
}

@media only screen and (max-width:950px) {
    .footer__copyright {
        width: 100%;
        text-align: center
    }

    .footer__menu {
        width: 100%;
        text-align: center;
    }

    .footer__menu nav {
        display: none
    }

    .footer__contacts {
        margin-top: 30px;
        width: 100%;
        display: block;
    }

    .footer__contacts .contact__item {
        display: block;
        text-align: center;
        background: none;
        padding: 0 !important
    }
}

@media only screen and (max-width:640px) {
    .footer__contacts {
        margin-top: 30px;
        width: 100%;
        display: block;
    }

    .footer__buttons .btn:first-child {
        display: block;
    }

    .footer__contacts .contact__item {
        display: block;
        text-align: center;
        background: none;
        padding: 0 !important
    }
}



/** Breadcrumbs */
.breadcrumbs__content {
    padding-top: 30px;
}

.breadcrumbs span {
    padding: 0 2px;
    
}

.breadcrumbs__content a {
    color: #346373
}

.breadcrumbs__content a:last-child {
    color: #777777;
    text-decoration: none
}

.breadcrumbs__content ul{
    margin:0;
    padding:0;
    list-style:none;
}

.breadcrumbs__content ul li{
    display:inline-block;
    color: #777777
}


/* PROJECT */
.project {
    padding: 0 0 0px 0;
    margin-bottom: 70px;
}

.project__heading {
    font-size: 40px;
    margin: 15px 0 25px 0
}

.project__gallery {
    display: inline-block;
    width: calc(51% - 3px);
    padding-right: 2%;
    vertical-align: top
}

.project-image__item {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin: 12px 1.45% 0 0;
    width: calc(32.444% - 3px);
    box-shadow: #FFF 0 0 0 0;
    transition: box-shadow .3s ease;   
}

.project-image__item {
    position: relative;
}

.project-image__item a:before {
    content: '';
    position: absolute;
    background: url('../images/gallery-zoom.png') 50% 50% / 30px 30px no-repeat rgba(52, 99, 115, 0.87);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity .2s ease
}

.project-image__item:hover {
    box-shadow: #FFF 0 0 0 2px
}

.project-image__item a:hover:before {
    opacity: 1
}

.project-image__item:nth-of-type(4n) {
    margin-right: 0;
}

.project-image__item:first-child {
    width: 100%;
    height:auto;
    margin-right: 0;
    margin-top: 0;
}

.project-image__item img {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    height:150px;
    object-fit: cover;
}

.project-image__item:first-child img {
    max-width: 100%;
    width: 100%;
    vertical-align: top;
    height:auto;
    object-fit: contain;
}

.project__data {
    display: inline-block;
    vertical-align: top;
    width: calc(49% - 3px);
}

.project__properties {
    display: inline-block;
    vertical-align: top;
    width: calc(35% - 3px);
    margin-right: 5%;
    margin-top: 20px;
}

.project__properties h4 {
    color: #777;
    font-size: 18px
}

.project-property__item {
    display: block;
    border-bottom: #d1d1d1 1px solid;
    padding: 16px 0
}

.project-property__description {
    color: #777777;
    display: inline-block;
    width: calc(50% - 3px);
    font-size: 16px;
    font-family: 'Museo Sans Cyrl 500';
    color: #050505
}

.project-property__value {
    display: inline-block;
    width: calc(50% - 3px);
    text-align: right;
    font-size: 18px;
    font-family: 'Museo Sans Cyrl 700';
}

.project-property__value sup {
    font-size: 60%;
    transform: translateY(-2px);
    position: absolute;
}

.project-property__value--square {
    padding-right: 4px
}

.project__pricelist {
    width: calc(60% - 3px);
    display: inline-block;
    vertical-align: top;
    background: #FFF;
    min-height: 160px;
    padding: 20px;
    margin-bottom: 4px;
}

.project__pricelist h4 {
    color: #777;
    font-size: 18px
}

.project-price__name,
.project-price__value {
    display: inline-block;
    vertical-align: baseline;
    margin: 8px 0;
    white-space: nowrap;
}

.project-price__name {
    color: #777777;
    width: calc(45% - 3px);
}

.project-price__value {
    width: calc(55% - 3px);
    font-size: 22px;
    font-family: 'Museo Sans Cyrl 700';
    text-align: right
}

.project__com-link {
    text-align: center;
    margin-top: 40px
}

.project__com-link a {
    color: #346373;
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: #d1d1d1 1px solid;
}

.project__changes {
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: bottom;
    padding-right: 10px;
    position: relative;
}

.project__buildinfo {
    margin-top: 23px;
    color: #777;
    font-size: 16px;
    line-height: 28px;
    padding-right: 10%
}

.project__calcbutton {
    margin-top: 20px;
    width: calc(50% - 3px);
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}

.project__changes .btn,
.project__calcbutton .btn {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

@media only screen and (max-width:1100px) {
    .project-property {
        padding-top: 0;
        padding-bottom: 8px
    }

    .project__properties {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }

    .project__pricelist {
        width: 100%;
        vertical-align: top;
    }

    .project__sub {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
}

@media only screen and (max-width:850px) {
    .project__heading {
        text-align: center;
        margin: 20px 0
    }

    .project__gallery {
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .project__data {
        width: 100%
    }

    .project-property {
        padding-top: 40px;
        padding-bottom: 32px;
        width: 100%
    }

    .project__changes {
        padding-right: 0
    }
    
}

@media only screen and (max-width:540px) {

    .project__changes,
    .project__calcbutton {
        width: 100%;
        text-align: center
    }

    .project__changes:after {
        display: none
    }
}



/* COMPLECTATIONS */
.color-red {
    font-family: 'Museo Sans Cyrl 700';
    color: #e4032e
}

.complect {
    background-color: #FFF;
    margin-top:60px;
}

.complect__content {
    padding-top: 60px;
    padding-bottom: 70px
}

ul.tabs {
    list-style: none;
    padding: 0;
    margin: 70px 0 0 0;
    padding-left: 10px;

}

ul.tabs li {
    padding: 0;
    margin: 0;
    background-color: #f8f8f8;
    font-size: 20px;
    font-weight: bold;
    line-height: 64px;
    text-align: center;
    display: inline-block;
    width: 33.3333%;
    margin-left: -4px;
    transition: background-color .2s ease
}

ul.tabs li:hover {
    background-color: #e9e6e6;
}

ul.tabs li a {
    color: #000;
    font-family: 'Museo Sans Cyrl 700';
    font-size: 18px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    transition: background-color .2s ease
}


ul.tabs li a.active {
    background-color: #346373;
    color: #FFF
}

.table {
    width: calc(100% - 0px);
    padding: 30px 0 30px 0;
    border: 0;
}

.tabs-content h3 {
    font-size: 28px;
    margin: 45px 0
}

th {
    text-align: left;
    font-size: 20px;
    font-weight: bold
}

td,
th {
    padding: 10px 1%;
    margin: 0;
    font-size: 16px;
    vertical-align: top;
}

tr:nth-of-type(2n) {
    background-color: #f8f8f8
}

tr td:first-child {
    font-weight: bold;
    width: 30%
}

table.option tr td:first-child {
    font-weight: normal;
    width: 100%
}

h2.complect__heading_2{
    padding:40px 20px 60px 20px;
}

.moduletable_dop_uslugi{
    margin:80px 0 50px 0;
    background-color:#fff;
}

.custom_dop_uslugi ul.dop-menu{
    list-style:none;
    margin:0 20px 0 20px;
    padding:0;
}
.custom_dop_uslugi ul.dop-menu li{
    display:inline-block;
    margin:0 10px 15px 0;
}

.custom_dop_uslugi ul.dop-menu li a{
    background-color:#346373;
    padding:5px 10px;
    color:#fff;
    text-decoration:none;
}

table.dop-uslugi-table{
    width:100%;
    margin:20px 0;
}

table.dop-uslugi-table tr:first-child td{
    text-align:center;
    font-weight:bold;
    font-size:14px;
}

table.dop-uslugi-table tr td:first-child{
    width:5%;
    text-align:center;
}

table.dop-uslugi-table tr td:nth-child(3), table.dop-uslugi-table tr td:nth-child(4), table.dop-uslugi-table tr td:nth-child(5) {
   text-align:center; 
   width:10%;
}

.complect__tabs-content table tr td p{
    margin:0;
    padding:0;
}


@media only screen and (max-width:640px) {
    table {
        padding: 30px 10px 30px 10px !important;
    }
}






/* PROJECT-LIST */
.project-list {
    padding-bottom: 30px;
    padding-top: 20px
}

.project-list .project-preview__item {
    display: inline-block;
    width: calc(25% - 24px);
    vertical-align: top;
    margin: 0 27px 27px 0
}

.project-list .project-preview__item:nth-of-type(4n+4) {
    margin-right: 0
}

.project-list__heading {
    margin-bottom: 25px
}

@media only screen and (max-width:1120px) {

    .project-list .project-preview__item,
    .project-list .project-preview__item:nth-of-type(4n+4) {
        width: calc(33.333% - 22px);
        margin: 0 27px 27px 0
    }

    .project-list .project-preview__item:nth-of-type(3n+3) {
        margin-right: 0
    }
}

@media only screen and (max-width:840px) {

    .project-list .project-preview__item,
    .project-list .project-preview__item:nth-of-type(4n+4),
    .project-list .project-preview__item:nth-of-type(3n+3) {
        width: 80%;
        vertical-align: top;
        margin: 0 10% 27px 10%
    }

    .project-list__heading {
        font-size: 240%;
        text-align: center
    }
}

@media only screen and (max-width:440px) {

    .project-list .project-preview__item,
    .project-list .project-preview__item:nth-of-type(4n+4),
    .project-list .project-preview__item:nth-of-type(3n+3) {
        width: 100%;
        vertical-align: top;
        margin: 0 0 27px 0
    }
}



/* Nav Trigger */
@media only screen and (max-width: 900px) {
    .nav-trigger {
        display: block !important
    }

    .header__nav {
        display: none
    }
}

.nav-trigger {
    display: none;
    width: 50px;
    height: 50px;
    position: absolute;
    background: transparent;
    border: none;
    vertical-align: middle;
    padding: 22.5px 10px;
    margin: 0;
    cursor: pointer;
    right: 20px;
    top: 18px;
    z-index: 100;
}

.nav-trigger:focus {
    outline: 0;
}

.nav-trigger:hover span,
.nav-trigger:hover span:before,
.nav-trigger:hover span:after,
.nav-trigger.is-active span:before,
.nav-trigger.is-active span:after {
    background: #346373
}

.nav-trigger:before {
    content: '';
    opacity: 0;
    width: 0;
    height: 0;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-trigger span {
    display: block;
    position: relative;
}

.nav-trigger span:before,
.nav-trigger span:after {
    content: '';
    position: absolute;
    left: 0;
}

.nav-trigger span:before {
    top: -8px;
}

.nav-trigger span:after {
    bottom: -8px;
}

.nav-trigger span,
.nav-trigger span:before,
.nav-trigger span:after {
    width: 100%;
    height: 4px;
    background: #000;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.nav-trigger.is-active:before {
    opacity: 1;
    width: 49px;
    height: 49px;
}

.nav-trigger.is-active span {
    background: transparent;
}

.nav-trigger.is-active span:before {
    top: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.nav-trigger.is-active span:after {
    bottom: 0;
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}


.project-list .blog_reviews .project-preview__item {
    display: inline-block;
    width: calc(50% - 18px);
    vertical-align: top;
    margin-right: 32px;
    position: relative;
}

.project-list .blog_reviews .project-preview__item:hover{
    transform:none;
    
}

.project-list .blog_reviews .project-preview__item:nth-of-type(2n+2) {
    margin-right: 0;
}

.project-list .blog_reviews .project-preview__item .project-preview__props{
    padding: 0 22px;
    margin: 10px 0 0 0;
}

.project-list .blog_reviews .project-preview__item .item-image{
    max-height:350px;
    overflow:hidden;
}

#complectations .complect h2{
    padding:40px 0 0 20px;    
}

.project-price__name span{
    font-size:12px;
}

.project__pricelist__f100{
   background: #FFF;
   margin-top:50px;   
}

.project__pricelist__fundament{
    width: 100%;
}

.project__pricelist__fundament h4{
    color: #777;
    font-size: 18px;
}
.project__pricelist__fundament .project-price__name{
    padding-left:20px;
    padding-right:20px;
}
.project__pricelist__fundament .project-price__value{
    padding-left:20px;
    padding-right:20px;
}
.complect-advantage{
    color:#ff6600;
}