#sb_instagram.sbi_fixed_height {
    overflow-y: hidden !important;
}

a:hover {
    color: rgba(255, 255, 255, 0.5) !important;
    text-decoration: none !important;
}

.hover-arr {
    opacity: 0
}

.default-arr,
.left__block>a,
.right__block>a {
    width: 49px;
    height: 48px;
    position: relative
}

.style__btn {
    width: 49px;
    height: 48px
}

.default-arr,
.hover-arr {
    top: 0;
    left: 0;
    position: absolute;
    transition: all .5s ease-in-out
}

.left__block>a:hover .default-arr,
.right__block>a:hover .default-arr,
.style__btn:hover .default-arr {
    opacity: 0
}

.left__block>a:hover .hover-arr,
.right__block>a:hover .hover-arr,
.style__btn:hover .hover-arr {
    opacity: 1
}

.questions__item-title--close {
    padding-left: 10px;
    padding-right: 10px
}

.mobile-class {
    display: none
}

.mobile-amprise {
    width: 100%;
    text-align: center;
    display: none
}

.hidden {
    display: none
}

input {
    outline: 0
}

input[type='submit'],
input[type='button'] {
    width: 300px;
    height: 60px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px
}

.price__form {
    position: relative
}

#wpcf7-f148-o2>form>div.price__form>span,
#wpcf7-f150-o2>form>div.price__form>span {
    position: absolute !important;
    right: 50px !important;
    top: 20px !important
}

.price__form .email-inputs {
    width: 159.75px
}

#wpcf7-f119-o1 form .aside-bottom__input {
    max-width: 100%
}

#wpcf7-f119-o1 form .aside-bottom__input,
#wpcf7-f224-o1 form .aside-bottom__input {
    max-width: 203.33px
}

.screen-reader-response,
.wpcf7-response-output {
    display: none !important
}

a {
    transition: all .3s ease-in-out
}

.portfolio-href:hover {
    text-decoration: none;
    color: white
}

.case__btn,
.aside-bottom__btn,
.request__btn,
.request__form-btn,
.footer__form-btn,
.footer__phone,
.footer__mail,
.about__inner-left>.project__more,
.project__transparent>.project__column>.project__info>.project__more,
.price__btn,
.way-popup__btn,
.calculator__btn {
    transition: all .3s ease-in-out
}

.footer__phone:hover {
    color: #aeaeba
}

.footer__mail:hover,
.about__inner-left>.project__more:hover,
.project__transparent>.project__column>.project__info>.project__more:hover {
    opacity: .3
}

.case__btn:hover,
.request__btn:hover,
.footer__form-btn:hover,
.price__btn:hover,
.way-popup__btn:hover,
.calculator__btn:hover,
.calculate:hover {
    background-color: white !important;
    color: #1B1B21 !important;
}

.aside-bottom__btn:hover,
.request__form-btn:hover {
    background: none !important;
    border: 1px solid black;
    color: #cfa55b !important
}

.calculator__added-items,
#kitchen-added,
#bathroom-added,
#hall-added,
#bedroom-added {
    display: none
}

#kitchen-added,
#bathroom-added,
#hall-added,
#bedroom-added {
    position: relative
}

.calculator__item-add,
.calculator__items-hidden {
    position: static !important
}

.small-close {
    position: absolute;
    top: 5px;
    right: 15px;
    background-color: #292931;
    border-radius: 50%;
    cursor: pointer
}

.small-close:before,
.small-close:after {
    position: absolute;
    content: ' ';
    height: 10px;
    width: 1px;
    background-color: #aeaeba
}

.small-close:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.small-close:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.home__container {
    display: flex;
    width: 100%;
    height: 100%
}

.home__left-content {
    transition: all 0.5s ease-in-out;
    background: url(../images/flats2.jpg) no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    margin-left: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.home__right-content {
    transition: all 0.5s ease-in-out;
    background: url(../images/offices2.jpg) no-repeat;
    background-size: cover;
    width: 50%;
    height: 100%;
    margin-right: 100px;
    display: flex;
    justify-content: center;
    align-items: center
}

.homepage {
    width: 100vw;
    height: 100vh
}

.flats-button,
.offices-button {
    width: 200px;
    height: 80px;
    background-color: #23232a;
    color: #cfa55b;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px
}

.home__left-content:hover {
    background: url(../images/flats1.jpg) no-repeat;
    background-size: cover
}

.home__right-content:hover {
    background: url(../images/offices1.jpg) no-repeat;
    background-size: cover
}

.home__left-content:hover .left__block,
.home__right-content:hover .right__block {
    display: flex
}

.home__left-content:hover .flats-button,
.home__right-content:hover .offices-button {
    display: none
}

.left__block,
.right__block {
    width: 70%;
    height: 360px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 122px 20px;
    text-align: center;
    display: none
}

.left__title,
.right__title {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #cfa55b
}

.left__text,
.right__text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #56565e;
    opacity: .7;
    margin-top: 32px;
    margin-bottom: 32px
}

.container__offices {
    width: 100%;
    height: 100%;
    background-color: #23232a
}

.offices__content {
    width: 100%;
    height: 100%;
    background: url(../images/1.jpg) no-repeat;
    background-size: 50%;
    background-color: #292931;
    display: flex;
    justify-content: center;
    align-items: center
}

.offices__content>div {
    display: flex;
    justify-content: center;
    align-items: center
}

.main__content>div {
    display: flex;
    justify-content: center;
    align-items: center
}

.offices__content-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    color: #fff
}

.offices__content-untitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 72px;
    line-height: 88px;
    text-transform: uppercase;
    color: #cfa55b
}

.offices__content-text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    width: 295px;
    margin-top: 61px
}

.repairs__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%
}

.repairs__left-block,
.repairs__right-block {
    width: 50%;
    height: 100%
}

.repairs__right-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 100px
}

.repairs__left-block {
    background: url(../images/2.jpg) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.repairs__title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 72px;
    line-height: 88px;
    color: #cfa55b
}

.repairs__untitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    color: #fff
}

.repairs__top-block>div {
    width: 608px;
    padding: 17px 28px 17px;
    color: #aeaeba;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    background: #1b1b21;
    border: .5px solid rgba(86, 86, 94, 0.5);
    box-sizing: border-box;
    margin-bottom: 5px
}

.repairs__checkbox {
    display: block;
    width: 608px;
    padding: 17px 28px 17px;
    /* background: #1b1b21; */
    border: .5px solid rgba(86, 86, 94, 0.5);
    box-sizing: border-box
}

.repairs__checkbox>li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    background: #1b1b21;
    text-transform: none
}

.repairs__bottom-block {
    width: 70%
}

.repairs__bottom-block li {
    padding: 5px 5px 5px 40px;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    color: #aeaeba;
    margin: 0 5px;
    position: relative;
    text-transform: none
}

.sales-office__checkbox li {
    padding: 10px 10px 10px 44px;
    background-color: white;
    font-size: 14px;
    line-height: 20px;
    margin: 0 5px;
    position: relative;
    color: #565655
}

.repairs__bottom-block li:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/info.png);
    position: absolute;
    top: 2px;
    left: 10px;
    background-size: contain
}

.sales-office__checkbox li:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../images/check-white.png);
    position: absolute;
    top: 8px;
    left: 10px;
    background-size: contain
}

.comparison__wrapper {
    width: 100%;
    height: 100%;
    background: url(../images/3.jpg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center
}

.comparison__left-block,
.comparison__right-block {
    width: 519px;
    height: 438px;
    background: #23232a;
    padding: 60px 70px;
}

.comparison__left-block {
    margin-right: 12px
}

.comparison__checkbox {
    margin: 55px 60px 76px 51px;
    display: block
}

.comparison__checkbox>div {
    margin-left: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #aeaeba;
    opacity: .5
}

.comparison__checkbox>li {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-transform: none
}

.sales-office__content {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.sales-office__title {
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    color: #23232b
}

.sales-office__untitle {
    font-style: normal;
    font-weight: 900;
    font-size: 72px;
    line-height: 88px;
    color: #cfa55b
}

.sales-office__checkbox {
    width: 300px;
    margin-left: 124px;
    margin-right: 70px
}

.sales-office__checkbox li {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #565655
}

.sales-office__center-block>div {
    margin-left: 40px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #565655;
    width: 352px
}

.sales-office__center-block>div>span {
    color: #cfa55b
}

.calculate-office__wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%
}

.calculate-office__wrapper>.calculator__content {
    margin-left: 50px
}

.enter-office {
    background: #1a1a1f;
    border: .5px solid #3f3f48;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    padding: 20px 5px 20px
}

.enter-office>span {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #aeaeba
}

.enter-office>input {
    background: 0;
    border: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    width: 100px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#email {
    border-bottom: 1px solid #56565e
}

#calculate-office {
    border-bottom: 1px solid #56565e;
    text-align: center
}

#price-office-block {
    display: none
}

.case__text {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 10px
}

.case__gallery {
    height: 100%;
    background: #292931
}

#burger {
    cursor: pointer;
    display: none
}

.aside-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center
}

.aside-bottom__index {
    justify-content: flex-end
}

#calculate-office-block>.case__gallery {
    width: 60%
}

.sales-office__content>.request__callback {
    align-items: flex-end;
    justify-content: flex-end
}

.def-block {
    display: none
}

#burger-menu {
    display: none
}

#burg2 {
    cursor: pointer;
    display: none
}

#calc-icon {
    display: none
}

#show-btn {
    display: none
}

#type-project-pointer,
#uniqe-project-pointer {
    display: none;
    cursor: pointer
}

.calc-slide>.fp-controlArrow {
    display: none !important
}

.calculator__item-add-mobile {
    display: none
}

#note-calculate {
    display: none
}

.calculator__add-field {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.calculator__add-field>div {
    width: 321px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    height: 40px;
    background-color: #23232a;
    margin-bottom: 4px
}

.calculator__add-field>div:last-child {
    margin-bottom: 0
}

.mobile-text {
    display: none
}

.offices__content-untitle>span {
    display: none
}

#none-text-repairs-office {
    display: none
}

.sales-office__content>.request__block {
    display: flex;
    flex-direction: row;
    align-items: center
}

.sales-office__content>.request__block>.request__calculator {
    padding-top: 30px
}

.request__calculator>img {
    height: calc(100vh - 200px)
}

.email-inputs {
    color: white
}

.calculator__left-block {
    width: 60%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

.calculator__left-block img {
    position: absolute
}

.img {
    z-index: 1;
    width: 100%
}

.img-furniture {
    z-index: 3;
    display: none;
    width: 100%
}

.img-technics {
    z-index: 5;
    display: none;
    width: 100%
}

.img-base,
.img-base-with-furniture,
.img-base-with-furniture-technics,
.img-hall,
.img-hall-with-furniture,
.img-hall-with-furniture-technics,
.img-bedroom,
.img-bedroom-with-furniture,
.img-bedroom-with-furniture-technics,
.img-bathroom,
.img-bathroom-with-furniture,
.img-bathroom-with-furniture-technics,
.hall-blocked,
.bedroom-blocked,
.bathroom-blocked {
    width: 100%
}

.img-base {
    z-index: 1;
    display: block
}

.img-base-with-furniture,
.img-base-with-furniture-technics,
.img-hall,
.img-hall-with-furniture,
.img-hall-with-furniture-technics,
.img-bedroom,
.img-bedroom-with-furniture,
.img-bedroom-with-furniture-technics,
.img-bathroom,
.img-bathroom-with-furniture,
.img-bathroom-with-furniture-technics {
    z-index: 3;
    display: none
}

.img-btn-add-hall {
    bottom: 45%;
    left: 30%
}

.img-btn-add-bathroom {
    bottom: 28%;
    left: 48%
}

.img-btn-add-bedroom {
    bottom: 30%;
    right: 28%
}

.img-btn-add-hall,
.img-btn-add-bathroom,
.img-btn-add-bedroom {
    z-index: 7;
    position: absolute;
    background-color: black;
    color: #cfa55b;
    width: 22px;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    cursor: pointer;
    transition: all .3s ease-in-out
}

.img-btn-add-hall:hover,
.img-btn-add-bathroom:hover,
.img-btn-add-bedroom:hover {
    color: black;
    background-color: #cfa55b
}

.calculator__right-block {
    width: 40%;
    margin-right: 81px
}

.calculator__right-block>span {
    font-family: 'Montserrat', arial;
    font-style: normal;
    font-weight: 900;
    font-size: 36px;
    line-height: 44px;
    color: #cfa55b;
    margin-bottom: 23px
}

.calculator__right-block>form {
    margin-top: 5px
}

.title {
    font-family: 'Montserrat', arial;
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 29px;
    color: #fff
}

.untitle {
    font-family: 'Montserrat', arial;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 22px;
    color: #fff
}

.label-checkbox {
    background-color: #23232a;
    padding: 5px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #aeaeba;
    margin-top: 10px;
    margin-right: 10px;
}

.label-checkbox-2 {
    transition: all 0.3s ease-in-out;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    font-size: .8rem;
    line-height: 20px;
    color: #56565e;
    margin-right: 10px
}

.input-checkbox,
.input-checkbox-2 {
    display: none
}

.label-checkbox::before {
    content: " ";
    color: #aeaeba;
    background: #1a1a21;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle
}

.label-checkbox-2::before {
    content: " ";
    background: #1a1a21;
    display: inline-block;
    text-align: center;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align: middle
}

.input-checkbox:checked+.label-checkbox:before {
    content: '';
    background-image: url(../images/check-mark.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.input-checkbox-2:checked+.label-checkbox-2:before {
    content: "";
    background: url(../images/Group_130.svg) no-repeat;
    background-position: center
}

.input-checkbox-2:checked+.label-checkbox-2 {
    color: #fff
}

.box {
    width: 130px;
    height: 100px;
    background: #23232a;
    border: .5px solid #3f3f48;
    margin: 10px 5px 10px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.box>label {
    font-family: 'Rubik';
    color: #aeaeba;
    margin: 0 12px;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px
}

.box>input {
    font-family: arial;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    background: 0;
    border: 0;
    width: 100%;
    height: 28px;
    margin-top: 10px
}

.rooms {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}

fieldset {
    border: .5px solid rgba(86, 86, 94, 0.5)
}

fieldset:nth-child(2) {
    margin-top: 10px
}

.add-room-small {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    color: #aeaeba;
    cursor: pointer;
    display: none;
    text-align: right;
    transition: all 0.3s ease-in-out
}

.add-room-small:hover {
    opacity: 0.5
}

.add-room-small::first-letter {
    color: #cfa55b;
    background: #1a1a21;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0 5px 0
}

.titles {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.add-room:hover {
    color: #cfa55b;
}

.add-room {
    transition: all 0.3s ease-in-out;
    height: 100px;
    background: #23232a;
    border: .5px solid #3f3f48;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #aeaeba;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 40px;
    cursor: pointer
}

.add-room::first-letter {
    color: #cfa55b;
    background: #1a1a21;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0 6.49px 0
}

.calculate {
    width: 300px;
    height: 60px;
    border: 0;
    background: #cfa55b;
    font-family: 'Rubic', arial;
    font-style: normal;
    font-weight: 500;
    font-size: .8rem;
    line-height: 20px;
    color: #1b1b21;
    margin-top: 15px;
    transition: all .3s ease-in-out;
    cursor: pointer
}

.text-info {
    font-family: 'Rubik';
    font-style: normal;
    font-weight: normal;
    font-size: .8rem;
    line-height: 20px;
    color: #aeaeba !important
}

.list-rooms>.box {
    cursor: pointer;
}

.list-rooms>.box>svg>g>path,
.list-rooms>.box>svg>path {
    transition: all 0.3s ease-in-out
}

.list-rooms>.box:hover>svg>g>path,
.list-rooms>.box:hover>svg>path {
    fill: #cfa55b;
}

.list-rooms>.box>span {
    font-family: 'Rubic', arial;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #56565e
}

.kitchen-box,
.bath-box,
.hall-box,
.bedroom-box {
    position: relative
}

.small-close {
    position: absolute;
    top: 5px;
    right: 15px;
    background-color: #292931;
    border-radius: 50%;
    cursor: pointer
}

.small-close:before,
.small-close:after {
    position: absolute;
    content: ' ';
    height: 10px;
    width: 1px;
    background-color: #aeaeba
}

.small-close:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.small-close:after {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.list-rooms,
.added-rooms,
.kitchen-box,
.bath-box,
.hall-box,
.bedroom-box {
    display: none
}

.calculator__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 100px
}

.price {
    display: none;
    width: 100%;
    height: 100%;
    min-height: 100vh
}

.style__item {
    width: calc(100vw / 5) !important
}

.calculate-notes {
    display: none
}

.wrapper-preloader {
    background-color: #23232b;
    width: 100vw;
    height: 100vh;
    position: fixed;
    overflow: hidden;
    z-index: 999999999999999999999999999999;
    transition: 1s all;
    opacity: 1;
    visibility: visible
}

.wrapper-preloader>div {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.wrapper-preloader>div>svg {
    width: 50px;
    opacity: 0;
    z-index: 1111;
    animation: show 4s ease-in-out infinite;
    transition: all 3s linear
}

.line-top {
    width: calc(100vh - 70px);
    height: .2px;
    background-color: white;
    position: absolute;
    top: 0;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: .1
}

.line-bottom {
    width: calc(100vh - 70px);
    height: .2px;
    background-color: white;
    position: absolute;
    bottom: 0;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    opacity: .1
}

.tear {
    width: 1px;
    height: 1px;
    border-radius: 0 50% 50% 50%;
    border: 1px solid white;
    background-color: white;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: absolute;
    top: 0;
    animation: fall 4s ease-in-out infinite
}

@keyframes fall {
    100% {
        top: 100%
    }
}

@keyframes show {
    0 {
        opacity: 0
    }

    40% {
        opacity: 0
    }

    45% {
        opacity: .1
    }

    50% {
        opacity: .2
    }

    55% {
        opacity: 1
    }

    95% {
        opacity: .2
    }

    100% {
        opacity: .1
    }
}

.done {
    opacity: 0;
    visibility: hidden;
    display: none !important
}

.aside-bottom__input>.valid-error {
    margin-bottom: 0 !important
}

.valid-error {
    color: red !important;
    display: flex;
    align-items: center !important;
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 10px !important;
    line-height: 12px !important;
    margin-top: 5px !important;
    margin-bottom: 20px !important;
    display: none;
    justify-content: center
}

.valid-error>span {
    color: red !important;
    font-family: 'Rubik' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 10px !important;
    line-height: 12px !important;
    margin: 0 !important
}

.aside-left>a {
    transition: all .3s ease-in-out
}

.project__info>.project__more {
    color: #cfa55b !important;
    cursor: pointer
}

.small-close,
.details-popup__close,
.mail-popup__close,
.call-popup__close,
.way-popup__close {
    transition: all .3s ease-in-out;
    cursor: pointer
}

.small-close:hover,
.details-popup__close:hover,
.mail-popup__close:hover,
.call-popup__close:hover,
.way-popup__close:hover {
    opacity: .4
}

.arrow:hover g>path {
    stroke: white
}

.consultation__wrapper {
    position: relative
}

.way-popup__list .consultation img {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both
}

.consultation__wrapper:before {
    content: "";
    position: absolute;
    border: 1px solid #cfa55b;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    -webkit-animation: pulse 1.8s linear infinite;
    animation: pulse 1.8s linear infinite
}

.consultation__wrapper:after {
    content: "";
    position: absolute;
    border: 1px solid #cfa55b;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: pulse 1.8s linear infinite;
    animation: pulse 1.8s linear infinite;
    -webkit-animation-delay: .5s;
    animation-delay: .3s
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale3d(-1, -1, -1);
        transform: scale3d(-1, -1, -1);
        -ms-transform: scale3d(-1, -1, -1);
        -moz-transform: scale3d(-1, -1, -1);
        -o-transform: scale3d(-1, -1, -1);
        opacity: 0
    }

    30% {
        opacity: .5
    }

    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        opacity: .6
    }

    70% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale3d(-1, -1, -1);
        transform: scale3d(-1, -1, -1);
        -ms-transform: scale3d(-1, -1, -1);
        -moz-transform: scale3d(-1, -1, -1);
        -o-transform: scale3d(-1, -1, -1);
        opacity: 0
    }
}

@keyframes pulse {
    0 {
        -webkit-transform: scale3d(-1, -1, -1);
        transform: scale3d(-1, -1, -1);
        -ms-transform: scale3d(-1, -1, -1);
        -moz-transform: scale3d(-1, -1, -1);
        -o-transform: scale3d(-1, -1, -1);
        opacity: 0
    }

    30% {
        opacity: .5
    }

    50% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        opacity: .6
    }

    70% {
        opacity: .5
    }

    100% {
        -webkit-transform: scale3d(-1, -1, -1);
        transform: scale3d(-1, -1, -1);
        -ms-transform: scale3d(-1, -1, -1);
        -moz-transform: scale3d(-1, -1, -1);
        -o-transform: scale3d(-1, -1, -1);
        opacity: 0
    }
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto
}

.swiper-slide {
    background-size: cover;
    background-position: center
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.gallery-thumbs .swiper-slide:hover {
    opacity: 0.9
}

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

.gallery-top {
    height: 80%;
    width: 100%
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: .4
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1
}

.calculator__btn,
.footer__form-btn {
    padding: 18px 10px;
    background: #cfa55b;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    max-width: 300px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #1b1b21 !important;
    font-family: 'Rubik';
    font-weight: 500;
    font-size: 14px;
}

.ajax-loader {
    display: none !important
}

.calculate-preloader {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.amprise-logo:hover path {
    fill: white !important
}

.amprise-logo>svg>path {
    transition: all .3s ease-in-out
}

.project__transparent>.column__title>.project__info>a:first-child {
    color: #cfa55b !important
}

.about__more:hover,
.project__more:hover,
.project__info>a:hover {
    opacity: .5 !important
}

.mobile-procent {
    display: none
}

.request__calculator>a:hover,
.way-popup__btn:hover {
    border: 1px solid #CFA55B
}

.button-li-calculate {
    background: #1A1A21;
    transition: all 0.3s ease-in-out;
}

.button-li-calculate>a {
    color: #CFA55B;
}

.button-li-calculate:hover {
    background: #CFA55B;
}

.button-li-calculate:hover>a {
    color: #1A1A21;
}

.aside-bottom__btn {
    border: 1px solid transparent !important;
}

.aside-bottom__btn:hover {
    border-color: black !important;
}

label[for="technics"] {
    cursor: not-allowed
}

label[for="furniture"] {
    cursor: pointer
}

.repairs .container {
    max-width: initial
}

.valid-error>svg {
    padding-right: 5px
}

.sales-office__content>.request__block>.request__calculator {
    margin-left: 50px
}

.details-popup__more::first-letter {
    font-size: 25px
}

label {
    text-align: center;
}

form {
    overflow-x: hidden
}

.way-popup__phone>.input__wrapper>label {
    text-align: left
}

.footer__inst-items {
    width: 100%;
}

#sbi_load {
    display: none;
}

.questions__title .color,
.questions__title .small,
.request__title .small,
.request__title .color,
.small-request,
.color-request {
    opacity: 1 !important;
}

.comparison__left-block>.calculator__type>li,
.comparison__right-block>.calculator__type>li {
    margin-bottom: 15px;
}

.calculator__base>.calculator__type {
    display: flex;
}