

/* Start:/local/templates/taimas/css/style.css?1748261201141762*/
/*common*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

/* @import url('https://db.onlinewebfonts.com/c/101256d71b969fdd74e50f9f556e352c?family=AGAvantGardeCyr'); */
@font-face {
    font-family: 'AGAvantGardeCyr';
    src: url('/local/templates/taimas/css/subset-AGAvantGardeCyrBook.woff2') format('woff2'),
        url('/local/templates/taimas/css/subset-AGAvantGardeCyrBook.woff') format('woff');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    color: #333333;
    /* background-image: url("/local/templates/taimas/css/zimaFon.jpg"); */
}

body,
input,
textarea {
    font-family: "AGAvantGardeCyr";
    font-weight: 400;
}

input,
textarea {
    font-weight: 300;
}

button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-radius: 4px;
}

input,
button,
textarea {
    border: none;
    outline: none;
}

input,
button,
textarea,
.box {
    box-sizing: border-box;
}

.content {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 40px;
}

.spacer {
    font-size: 0.1px;
    text-align: justify;
}

.spacer>* {
    display: inline-block;
    vertical-align: middle;
}

.spacer:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.clear-fix:after {
    content: '';
    display: block;
    clear: both;
}

.pos-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hidden {
    display: none;
}

.page-wrap {
    overflow: hidden;
}

.br {
    display: block;
}

.d-inline-block {
    display: inline-block;
}


h1,
h2 {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.red-btn {
    max-width: 300px;
    width: 100%;
    height: 70px;
    background-color: #d80000;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 4px;
}

.red-btn:hover {
    background: #BA0303;
}

/* tut */
.white-green-btn {
    font-family: 'Montserrat', sans-serif;
    max-width: 300px;
    width: 100%;
    background: #219653;
    color: #ffffff;
    font-size: 14px;
    height: 70px;
    cursor: pointer;
    border: 2px solid #219653;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 25%);
    font-weight: 400;
}

.white-green-btn:hover {
    background: #219653;
    color: #ffffff;
}

.white-btn {
    font-family: 'Montserrat', sans-serif;
    max-width: 668px;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3;
    background: none;
    height: 63px;
    border: 2px solid #ffffff;
    cursor: pointer;
}

.white-btn:hover {
    background: #FFFFFF;
    color: #219653;
}

/*end common*/

/*top*/
.top .content {
    max-width: inherit;
}

.top {
    /* background: url('/local/templates/taimas/css/../images/bg/top-bg.jpg') no-repeat right top; */
    background-color: #ececec;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 90;
    /* border-bottom: #CACACA 1px solid; */
}

.icon-mark {
    fill: #2C3930;
    stroke: #2C3930;
    width: 23px;
    height: 23px;
}

.icon-phone {
    width: 18px;
    height: 18px;
}

/*  */
.red-btn,
.white-green-btn,
.white-btn,
.tab-links__link,
.catalog-item__hv,
.link,
.link .icon-else,
.menu a,
.logo,
.logo:after,
.nav__link,
.nav-sec__link,
.nav-sec,
.cities__list,
.cities__item,
.menu-btn,
.menu-btn__icon,
.menu-btn__icon:after,
.cities__item,
.pages__link,
.callback__btn,
.cities,
.icon-mark {
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.callback__phone>*,
.callback>*,
.cities__selected>* {
    display: inline-block;
    vertical-align: middle;
}

.cities {
    position: relative;
    left: -17px;
    cursor: pointer;
    color: #2C3930;
}

.cities.open .cities__list,
.cities:hover .cities__list {
    visibility: visible;
    opacity: 1;
}

.cities.open,
.cities:hover {
    color: #219653;
    /* background: rgba(0, 0, 0, 0.5); */
}

.cities.open .icon-mark,
.cities:hover .icon-mark {
    fill: #219653;
    stroke: #219653;
}

.cities__selected span {
    position: relative;
    top: 1px;
    text-decoration: underline;
    font-size: 12px;
    margin-left: 7px;
    font-weight: 700;
    line-height: 30px;
}

.cities__selected {
    padding: 6px 17px 6px 15px;
}

.cities__list {
    opacity: 0;
    z-index: 4;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 6px 0 8px;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
}

.cities__item {
    white-space: nowrap;
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 27px;
    padding: 0 20px;
    text-decoration: none;
}

.callback__phone span,
.callback__phone a {
    color: #2C3930;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 900;
    line-height: 30px;
    text-decoration: none;
}

.callback__phone a:hover {
    color: #219653;
}

.callback__btn {
    color: #2C3930;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 19px;
    line-height: 30px;
}

.cities__item:hover,
.pages__link.active,
.pages__link:hover,
.callback__btn:hover {
    color: #219653;
}

.pages {
    max-width: 760px;
    width: 53.14%;
}

.pages__link {
    height: 42px;
    line-height: 42px;
    color: #2C3930;
    font-size: 12px;
    text-decoration: none;
}

.callback {
    right: 12px;
    position: relative;
}

.menu-btn {
    display: none;
}

.cities__selected span {
    max-width: 155px;
    white-space: nowrap;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
}

.popup-overlay,
.popup-overlay-g,
.popup-overlay-certificate,
.popup-overlay-action,
.popup-overlay-hypothec,
.overlay-black {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 82;
    background: rgba(0, 0, 0, 0.5);
}

.popup-overlay,
.popup-overlay-g,
.popup-overlay-certificate,
.popup-overlay-action,
.popup-overlay-hypothec {
    overflow: auto;
    z-index: 100;
}

/*end top*/

/*menu*/
.menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 20px;
    background-color: #ffffff;
    padding: 10px 0 14px;
}

.menu:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #c4c4c4;
}

.menu-btn.open+.menu {
    visibility: visible;
    opacity: 1;
}

.menu li {
    position: relative;
    z-index: 3;
    margin-bottom: -2px;
}

.menu a {
    display: block;
    height: 42px;
    line-height: 42px;
    padding: 0 28px 0 24px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
}

.menu a:hover,
.menu a.active {
    background-color: #219653;
    color: #ffffff;
}

/*end menu*/

/*header*/
.header {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 81;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

body.scroll {
    padding-top: 42px;
}

section.top.scroll {
    width: 100%;
    top: 0;
    position: fixed;
}

.header.scroll {
    top: 42px;
    position: fixed;
}

.header.scroll .logo {
    height: 80px;
}

.header.scroll .logo:after {
    width: 130px;
    height: 60px;
}

.logo {
    width: 270px;
    height: 109px;
    position: relative;
}

.logo:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url('/local/templates/taimas/css/../images/logo.svg') no-repeat;
    /*    background: url('/local/templates/taimas/css/../images/logoNY2022.png') no-repeat;*/
    /*background: url('/local/templates/taimas/css/../images/logo9may4.png') no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
    width: 185px;
    height: 70px;
}

.logo.ny:after {
    /*background: url('/local/templates/taimas/css/../images/logoNY2021d.gif') no-repeat;*/
    /*top: -17px;
    height: 63px!important;*/
    /*width: 270px!important;
    height: 109px!important;*/
}

@media (max-width: 1200px) {
    .logo.ny:after {
        /*background: url(/local/templates/taimas/css/../images/logoNY2021m.gif) no-repeat;*/
        /*top: -24px;
    height: 87px!important;*/
        /*width: 228px!important;
    height: 111px!important;*/
    }
}

.nav,
.nav__link,
.header {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
}

.nav {
    width: calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: -webkit-calc(100% - 270px);
}

.nav__item {
    position: relative;
    width: 25%;
}

.nav__link {
    height: 100%;
    text-align: center;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
}

.nav__link span {
    width: 100%;
}

.nav__link.active,
.nav__item:hover .nav__link {
    color: #ffffff;
    background-color: #219653;
}

.nav-sec {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0 24px;
    font-size: 0;
    border: 1px solid #e5e5e5;
    background-color: #ffffff;
    white-space: nowrap;
}

.nav-sec__item {
    display: inline-block;
    vertical-align: middle;
}

.nav-sec__link {
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0 47px;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}

.nav-sec__link:hover {
    color: #219653;
}

.nav__item:last-child .nav-sec {
    left: auto;
    right: 0;
}

.nav__item:hover .nav-sec {
    visibility: visible;
    opacity: 1;
}

/*end header*/

/*main*/
.main {
    position: relative;
    height: 650px;
}

.main_catalog {
    height: 680px;
}

.main .content {
    height: 100%;
    position: relative;
    z-index: 1;
}

.main__bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-info {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    left: 160px;
    bottom: 50px;
    padding: 9px 25px 19px 48px;
}

.main-info__desc {
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    color: #000000;
}

.main-info__round {
    position: absolute;
    padding-top: 27px;
    width: 155px;
    height: 155px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    background-color: #ff0101;
    left: -121px;
    top: -20px;
    border-radius: 50%;
    text-align: center;
}

.icon-house {
    width: 87px;
    height: 38px;
    position: relative;
    right: -5px;
}

.main-info__round p {
    color: #ffffff;
    margin-top: 11px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

/*end main*/

/*catalog*/
.catalog {
    text-align: right;
    padding-top: 22px;
}

.tab-links {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.tab-links__link {
    width: 50%;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    color: #2C3930;
    height: 60px;
    line-height: 83px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-links__link.noactive {
    background-color: #ebeff2;
    ;
    border: 0px;
    color: #adadad;
    opacity: 1;
    -webkit-box-shadow: 4px 4px 1px 1px rgba(34, 60, 80, 0.01);
    -moz-box-shadow: 4px 4px 1px 1px rgba(34, 60, 80, 0.01);
    box-shadow: 4px 4px 1px 1px rgba(34, 60, 80, 0.01);

}

.tab-links__link.active {
    background-color: #ffffff;
    color: #39A845;
    border-top: #219653 4px solid;

}

/* .tab-links__link.active, .tab-links__link:hover {
    color: #FFFFFF;
    background: #219653;
} */
.catalog__list {
    padding-top: 25px;
    font-size: 0;
}

.catalog-item__hv {
    overflow: auto;
    position: absolute;
    opacity: 0;
    text-align: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    color: #ffffff;
    background: rgba(21, 84, 48, 0.85);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.catalog-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.catalog-item:hover .catalog-item__hv {
    opacity: 1;
}

.catalog-item img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
}

.catalog-item img {
    margin-left: auto;
    margin-right: auto;
}

.catalog-item__size {
    position: absolute;
    left: 0;
    top: 20px;
    height: 31px;
    line-height: 31px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 16px;
    background-color: #219653;
}

.catalog-item__center {
    width: 100%;
    position: relative;
    top: 3px;
}

.catalog-item__price {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
}

.catalog-item__price,
.catalog-item__desc {
    display: block;
}

.catalog-item__desc {
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 24px;
}

.catalog-item__link {
    font-size: 16px;
    text-decoration: underline;
    line-height: 1.1;
}

.catalog-item__link:hover {
    text-decoration: none;
}

.catalog-item {
    margin-bottom: 26px;
}

.tab {
    display: none;
    text-align: right;
}

.tab_active {
    display: block;
}

.link {
    color: #219653;
    text-decoration: none;
    font-size: 18px;
    line-height: 14px;
}

.link>* {
    display: inline-block;
    vertical-align: middle;
}

.icon-else {
    fill: #219653;
    width: 18px;
    height: 8px;
    margin-left: 7px;
}

.catalog__else {
    margin-top: 11px;
    display: inline-block;
}

a.footer-contact .icon,
a.footer-contact span,
.site-map__links a,
.footer__pages a,
.icon-vk-green,
.icon-inst-green,
.icon-vk,
.icon-inst,
.site-map__title,
.icon-play,
.link,
.icon-else,
.form__info a {
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.link:hover .icon-else {
    fill: #237345;
}

.link:hover {
    color: #237345;
}

/*end catalog*/

/*pay-types*/
.pay-types {
    padding-top: 50px;
}

.pay-type {
    padding: 0 20px 7px;
    text-align: center;
}

.pay-types__list {
    margin-top: 70px;
}

.pay-types__list .col-lg-4:nth-child(2) {
    border-left: 1px solid #234130;
    border-right: 1px solid #234130;
}

.pay-type__icon {
    height: 80px;
    position: relative;
}

.icon-pay-1 {
    width: 51px;
    height: 75px;
}

.icon-pay-2 {
    width: 163px;
    height: 76px;
}

.icon-pay-3 {
    width: 75px;
    height: 58px;
}

.pay-type__title,
.pay-type__desc {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
}

.pay-type__title {
    margin-top: 30px;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.3;
}

.pay-type__desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-top: 10px;
}

/*end pay-types*/


/*form-block*/
.form-block {
    color: #333333;
}

.form-block__hr {
    margin: 5px 0 99px;
    border: none;
    height: 1px;
    background: #91a098;
}

/*end form-block*/

/*form-block*/
.form-block {
    text-align: center;
    padding-top: 71px;
    padding-bottom: 77px;
}

.form-block_bg {
    /* background: url('/local/templates/taimas/css/../images/bg/footer-bg2.jpg') no-repeat center top; */
    background-color: #ebeff2;
    -webkit-background-size: cover;
    background-size: cover;
    color: #2C3930;
    margin-top: 115px;
    padding-top: 71px;
}

.form-block h2 {
    color: #333333;
}

.form-block_bg h2 {
    color: #2C3930;
}

.form-block__desc {
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin-top: 17px;
}

.form-block_bg .form__fields {
    background: rgba(128, 128, 128, 0.5);
}

.form__fields {
    margin: 28px auto 0;
    max-width: 970px;
    padding: 42px 70px 45px;
}

.form__label {
    width: 27.71%;
    vertical-align: top;
    text-align: left;
}

.form__label span {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    display: block;
    margin-bottom: 24px;
}

.form-block_bg .form__label span {
    color: #ffffff;
}

.form__field {
    background: none;
    width: 100%;
    color: #000000;
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    border-bottom: 1px solid #234130;
}

.form__field:hover,
.form__field:focus {
    border-bottom-color: #234130;
}

.form-block_bg .form__field {
    color: #ffffff;
    border-bottom-color: #FFFFFF;
}

.form-block_bg .form__field:hover,
.form-block_bg .form__field:focus {
    border-bottom-color: #FFFFFF;
}

.form__field:hover::placeholder {
    color: #000000;
    opacity: 1;
}

.form__field:hover:-ms-input-placeholder {
    color: #000000;
}

.form-block_bg .form__field:hover::placeholder {
    color: #ffffff;
    opacity: 1;
}

.form-block_bg .form__field:hover:-ms-input-placeholder {
    color: #ffffff;
}

.form__btn {
    margin-top: 26px;
    cursor: pointer;
    width: 150px;
    height: 30px;
}

.form__info {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
}

.form__info a {
    color: #333333;
}

.form-block_bg .form__info a {
    color: #cccccc;
}

.form__info a:hover {
    color: #219653;
}

/*end form-block*/

/*stats*/
.stats {
    padding-top: 87px;
    padding-bottom: 73px;
}

.stats__list {
    max-width: 746px;
    margin: 75px auto 0;
}

.stat {
    text-align: center;
    max-width: 206px;
    width: 100%;
    vertical-align: top;
    text-decoration: none;
}

.icon-stat-1 {
    width: 103px;
    height: 103px;
}

.icon-stat-2 {
    width: 113px;
    height: 91px;
}

.icon-stat-3 {
    width: 107px;
    height: 107px;
}

.stat__icon {
    height: 107px;
    position: relative;
}

.stat__number {
    text-shadow: 0 6px 0 #ffffff, 6px 0 0 #ffffff, -6px 0 0 #ffffff, 0 -6px 0 #ffffff;
    color: #219653;
    font-size: 50px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
}

.stat:nth-child(1) .stat__number {
    bottom: 31px;
}

.stat:nth-child(2) .stat__number {
    bottom: -3px;
}

.stat:nth-child(3) .stat__number {
    bottom: 24px;
    border-bottom: 8px solid #FFFFFF;
    max-width: 70px;
    left: -2px;
    right: 0;
    margin: 0 auto;
}

.stat__desc {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #0a0a0a;
}

.stat:last-child {
    position: relative;
    right: -21px;
}

/*end stats*/

/*reviews*/
.reviews__hr {
    border: none;
    margin: 0 0 70px;
    /*background: #808080;*/
    height: 1px;
}

.reviews h2 {
    color: #000000;
}

.video {
    position: relative;
    font-size: 0;
    cursor: pointer;
}

.video__preview {
    width: 100%;
}

.icon-play {
    width: 83px;
    height: 83px;
    z-index: 2;
    fill: #d80000;
}

.review-video:hover .icon-play,
.video:hover .icon-play {
    fill: #BA0303;
}

.review .col-lg-6:first-child {
    text-align: right;
}

.video__bottom {
    text-align: left;
    position: absolute;
    bottom: 15px;
    color: #ffffff;
    z-index: 3;
    left: 25px;
}

.reviews__else {
    margin-top: 26px;
    display: inline-block;
}

.video__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}

.video__date {
    margin-top: 3px;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}

.review__desc {
    font-size: 14px;
    position: relative;
    top: -4px;
    line-height: 22px;
}

.reviews__list {
    margin-top: 57px;
}

.review__set {
    margin-top: 31px;
}

/*end reviews*/

/*about*/
.about {
    /*background: url('/local/templates/taimas/css/../images/bg/about-bg.png') no-repeat center top;*/
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 42px;
    /*color: #ffffff;*/
    padding-top: 81px;
    padding-bottom: 86px;
}

/*.about h2 {
    color: #ffffff;
}*/
.director {
    position: relative;
    width: 42.73%;
    font-size: 0;
}

.director,
.about__desc {
    vertical-align: top;
}

.director img {
    width: 100%;
}

.director__bottom {
    /*position: absolute;
    left: 18px;
    bottom: 14px;
    z-index: 2;*/
    margin-top: 25px;
}

.director__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.director__desc {
    font-size: 16px;
    margin-top: 2px;
    font-weight: 300;
    line-height: 20px;
}

.about__desc {
    position: relative;
    top: -4px;
    width: 48.71%;
    text-align: left;
}

.about__desc b,
.article b {
    font-weight: bold;
}

.about__desc p {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 28px;
}

.about__desc p:last-child {
    margin-bottom: 0;
}

.about .spacer {
    margin-top: 56px;
}

.about__btn {
    display: block;
    margin: 42px auto 0;
    text-align: center;
    max-width: 222px;
    text-decoration: none;
    padding-top: 13px;
}

/*end about*/

.footer__pages {
    margin-left: 20px;
}

/*partners*/
.partners {
    padding-top: 81px;
}

.partners__list {
    margin: 61px auto 0;
    max-width: 1016px;
}

.partners__list img {
    vertical-align: bottom;
    position: relative;
}

.partners__list img:nth-child(1) {
    width: 9.35%;
}

.partners__list img:nth-child(2) {
    width: 10.33%;
}

.partners__list img:nth-child(3) {
    width: 9.54%;
}

.partners__list img:nth-child(4) {
    width: 10.33%;
    bottom: -5px;
}

.partners__list img:nth-child(5) {
    width: 11.61%;
}

.partners__list img:nth-child(6) {
    width: 8.85%;
}

.partners__list img:nth-child(7) {
    width: 10.82%;
}

.partners__list img:nth-child(8) {
    width: 14.56%;
    bottom: -3px;
}

/*end partners*/

/*footer*/
.footer {
    /* background: url('/local/templates/taimas/css/../images/bg/footer-bg2.jpg') no-repeat center top; */
    background-color: #ececec;
    -webkit-background-size: cover;
    background-size: cover;
    /*margin-top: 32px;*/
    padding-top: 64px;
    padding-bottom: 72px;
}

.footer.footer_mt-fix {
    margin-top: 0;
}

.site-map {
    width: 588px;
}

.site-map,
.footer__pages,
.social,
.site-map__block {
    vertical-align: top;
}

.icon-vk-green,
.icon-inst-green,
.icon-vk,
.icon-inst {
    width: 58px;
    height: 58px;
    opacity: 1;
    /* fill: #2C3930;
    stroke: #2C3930; */
}

.icon-vk-green,
.icon-inst-green {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    /* fill: #2C3930;
    stroke: #2C3930; */
}

.social__link:hover .icon-vk,
.social__link:hover .icon-inst {
    opacity: 0;
}

.social__link:hover .icon-vk-green,
.social__link:hover .icon-inst-green {
    opacity: 1;
}

.social__link {
    display: inline-block;
    position: relative;
    margin-right: 26px;
}

/*.social__link:last-child {
    margin-right: 0;
}*/
.site-map__block {
    width: 30.95%;
    text-align: left;
}

.site-map__title {
    color: #2C3930;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.footer__pages a:hover,
.site-map__links a:hover,
.site-map__title:hover {
    color: #219653;
}

.footer__pages a,
.site-map__links a {
    color: #2C3930;
    text-decoration: none;
    font-size: 14px;
}

.footer__pages a {
    text-transform: uppercase;
}

.site-map__links {
    margin-top: 44px;
}

.footer__pages li,
.site-map__links li {
    margin-bottom: 14px;
}

.icon-mail {
    width: 24px;
    height: 18px;
    fill: #2C3930;
    stroke: #2C3930;
}

.footer__bottom {
    margin-top: 73px;
    padding-top: 33px;
    border-top: 1px solid #f2f2f2;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer-contact {
    text-decoration: none;
    /*margin-right: 65px;*/
}

.footer-contact:last-child {
    margin-right: 0;
}

.footer-contact,
.footer-contact>* {
    display: inline-block;
    vertical-align: top;
}

.footer-contact .icon {
    position: absolute;
}

.footer-contact__desc {
    color: #2C3930;
    font-size: 22px;
    font-weight: 900;
    margin-left: 40px;
    max-width: 270px;
}

.footer-contact__desc span {
    display: inline-block;
    font-size: 16px;
    color: #2C3930;
    text-decoration: none;
    position: relative;
    top: -4px;
    /* line-height: 22px; */
}

.footer-contact__desc em {
    font-size: 21px;
    position: relative;
    top: 1px;
}

.footer-contact .icon-mark {
    fill: #2C3930;
    stroke: #2C3930;
    width: 23px;
    height: 25px;
}

.footer-contact .icon-phone {
    fill: #2C3930;
    stroke: #2C3930;
}

a.footer-contact:hover .icon {
    fill: #219653;
    stroke: #219653;
}

a.footer-contact:hover span {
    color: #219653;
}

.footer ul.site-map__links {
    text-align: left;
}

.copyright {
    display: none;
}

/*end footer*/

/*popup*/
.popup {
    background: #FFFFFF;
    z-index: 100;
    margin-bottom: 80px;
    padding: 95px 0 66px;
    display: none;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.popup .form-block {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 auto;
}

.popup .form-block h2,
.popup .form-block__desc {
    color: #000000;
}

.popup .form-block__desc {
    font-size: 18px;
    margin-top: 2px;
}

.icon-close {
    width: 24px;
    height: 24px;
    stroke: #666666;
}

.popup__close,
.popup__close-g,
.popup__close-h,
.popup__close-l {
    top: 26px;
    right: 22px;
    position: absolute;
    cursor: pointer;
}

/*end popup*/

/*catalog_page*/
.catalog.catalog_page {
    padding-top: 76px;
}

.filter {
    text-align: left;
}

.filter-block__title {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}

.radio span,
.radio {
    display: block;
}

.radio {
    cursor: pointer;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

.radio:last-child {
    margin-bottom: 0;
}

.radio span {
    color: #219653;
    font-size: 16px;
    height: 44px;
    border: 2px solid #219653;
    line-height: 40px;
    text-align: center;
    white-space: nowrap;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.radio input:checked+span,
.radio span:hover {
    background: #219653;
    color: #ffffff;
}

.radio input {
    position: absolute;
    left: -10000px;
}

.house-control__link,
.icon-slider-prev,
.icon-slider-next,
.pager__link,
.icon-page-prev,
.icon-page-next,
.radio span {
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.filter-block:last-child .radio span {
    line-height: 42px;
    border-width: 1px;
}

.filter {
    margin-top: 44px;
    padding-bottom: 3px;
}

/*end catalog_page*/

/*pager*/
.pager {
    text-align: center;
}

.pager>* {
    display: inline-block;
    vertical-align: middle;
}

.pager__link {
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    text-decoration: none;
    margin-right: 28px;
}

.pager__link:last-child {
    margin-right: 0;
}

.icon-page-next,
.icon-page-prev {
    width: 16px;
    height: 8px;
    fill: #333333;
}

.pager__link.active,
.pager__link:hover {
    color: #219653;
}

.pager__prev:hover .icon-page-prev,
.pager__next:hover .icon-page-next {
    fill: #219653;
}

.pager__list {
    position: relative;
    top: 2px;
    margin: 0 19px 0 15px;
}

.pager {
    margin-top: 48px;
}

.form-block_bd-top {
    padding-top: 66px;
    margin-top: 61px;
    border-top: 1px solid #91a098;
}

/*pager*/

/*popup-review*/
.popup-review {
    display: block;
    position: fixed;
    z-index: 99;
    right: 0;
    bottom: 40px;
    text-align: right;
    font-size: 16px;
    max-width: 617px;
    margin-bottom: 0;
    padding: 40px 45px 42px 150px;
    background-color: #ffffff;
}

.popup-review .popup__close,
.popup-review .popup__close-g {
    top: 20px;
    right: 20px;
}

.popup-review__photo {
    position: absolute;
    top: 40px;
    width: 106px;
    left: 20px;
}

.popup-review__date,
.popup-review__desc,
.popup-review__title {
    text-align: left;
}

.popup-review__title {
    font-weight: 700;
    line-height: 1.3;
    color: #209653;
}

.popup-review__date {
    color: #999999;
    margin-top: 4px;
}

.popup-review__desc {
    margin-top: 14px;
    margin-bottom: -12px;
    color: #333333;
    line-height: 1.4;
}

.popup-review .reviews__else {
    margin-right: 17px;
}

/*end popup-review*/

/*page*/
.catalog.page {
    padding-top: 185px;
}

.page {
    padding-top: 185px;
}

.about.page {
    padding-top: 105px;
    margin-top: 80px;
}

.house__left,
.house__right {
    text-align: left;
    vertical-align: top;
}

.house-slider {
    font-size: 0;
    position: relative;
}

.house__slides img {
    width: 100%;
}

.house-slider__prev a,
.house-slider__next a,
.sold-slider__prev a,
.sold-slider__next a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.house-slider__prev,
.house-slider__next,
.sold-slider__prev,
.sold-slider__next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 43px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.house-slider__prev,
.sold-slider__prev {
    left: 0;
}

.house-slider__next,
.sold-slider__next {
    right: 0;
}

.icon-slider-prev,
.icon-slider-next {
    stroke: rgba(255, 255, 255, 0.5);
    width: 17px;
    height: 56px;
}

.house-slider__prev:hover .icon,
.house-slider__next:hover .icon,
.sold-slider__prev:hover .icon,
.sold-slider__next:hover .icon {
    stroke: rgba(33, 150, 83, 1);
}

.house__schemes {
    margin-top: 30px;
}

.house__schemes img {
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}

.house__schemes img:last-child {
    margin-right: 0;
}

.house-control {
    margin-top: 15px;
    text-align: center;
}

.house-control__link {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-color: #bde0cc;
    border-radius: 50%;
    margin-right: 8px;
}

.house-control__link:last-child {
    margin-right: 0;
}

.house-control__link.active,
.house-control__link:hover {
    background: #219653;
}

.house__left {
    width: 57.26%;
}

.house__right {
    position: relative;
    top: -2px;
    width: 39.31%;
}

.house__place {
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 20px;
}

.house__block {
    margin-top: 61px;
}

.house-prices__title {
    color: #168044;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 3px;
}

.house-prices__list {
    white-space: nowrap;
}

.house-price {
    display: inline-block;
    vertical-align: top;
    color: #000;
    padding-top: 10px;
    padding-right: 24px;
    margin-right: 24px;
    border-right: 1px solid #168044;
}

.house-price:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.house-price__sum {
    font-size: 32px;
    font-weight: 700;
    line-height: 20px;
}

.house-price__type {
    font-size: 16px;
    margin-top: 6px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.5);
}

.house-price__type a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.house__panel {
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    min-width: 314px;
}

.house__size {
    background-color: #219653;
    font-size: 24px;
    margin-top: 17px;
    margin-bottom: 21px;
}

.house__action_ch_ot {
    background-color: #D80000;
    font-size: 17px;
    /*margin-top: 17px;*/
    margin-bottom: 21px;
    text-decoration: none;
}

.blink {
    animation-name: blinker;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    /*cubic-bezier(1.0,0,0,1.0);*/
    animation-duration: 3s;
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    /*cubic-bezier(1.0,0,0,1.0);*/
    -webkit-animation-duration: 3s;
}

.gallery-slider {
    width: 100%;
    height: 206px;
    font-size: 0;
    position: relative;
}

.gallery img {
    width: 100%;
}

@keyframes blinker {
    from {
        background-color: #FFF;
        color: #D80000;
    }

    to {
        background-color: #D80000;
        color: #ffffff;
    }
}

@-webkit-keyframes blinker {
    from {
        background-color: #FFF;
        color: #D80000;
    }

    to {
        background-color: #D80000;
        color: #ffffff;
    }
}

.houses-item-floor,
.house-floor {
    margin-bottom: 28px;
}

.houses-item-floor__title,
.house-floor__title {
    color: #4dab75;
    font-size: 18px;
    font-weight: 900;
    line-height: 22px;
}

.houses-item-floor__params,
.house-floor__params {
    max-width: 315px;
    display: block;
    margin-top: 3px;
}

.houses-item-floor__param,
.house-floor__params li {
    display: block;
    font-size: 0;
    margin-bottom: 6px;
    text-align: justify;
    position: relative;
}

.houses-item-floor__param:last-child,
.house-floor__params li:last-child {
    margin-bottom: 0;
}

.houses-item-floor__param>*,
.house-floor__params li>* {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
}

.houses-item-floor__param:after,
.house-floor__params li:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.houses-item-floor__param span:last-child,
.house-floor__params span:last-child {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    width: 112px;
    padding-left: 8px;
}

.houses-item-floor__param span:first-child,
.house-floor__params span:first-child {
    font-size: 16px;
    padding-right: 8px;
}

.houses-item-floor__param:before,
.house-floor__params li:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 7px;
    background: url('/local/templates/taimas/css/../images/dotted.png') repeat-x;
    height: 2px;
    left: 0;
}

.house__info {
    padding-top: 5px;
    max-width: 430px;
    font-size: 16px;
    line-height: 22px;
}

.house__app {
    max-width: 200px;
    height: 30px;
    font-size: 14px;
    margin-top: 31px;
}

.house__app.discount {
    font-size: 22px;
    max-width: 470px;
    height: 86px;
    font-weight: normal;
}

.house__app.discount b {
    font-weight: bold;
}

/*end page*/

/*w-actions*/
.w-actions {
    padding-top: 80px;
}

.w-actions-item {
    text-decoration: none;
    position: relative;
    display: block;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.w-actions-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.houses-item,
.article-slider__prev .icon,
.article-slider__next .icon,
.schemes-slider__prev .icon,
.w-actions-item:hover:after,
.w-actions-item,
.w-actions-item__hv,
.w-actions-item__photo {
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.w-actions-item:hover:after {
    opacity: 0.5;
}

.w-actions-item:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #219653;
}

.w-actions-item:hover {
    margin: -15px -15px -17px;
    padding-bottom: 10px;
}

.w-actions-item__photo img {
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
}

.w-actions-item__photo {
    display: block;
}

.w-actions-item__title {
    font-size: 24px;
    height: 91px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 30px;
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    text-align: center;
    padding: 0 40px;
    color: #333333;
}

.w-actions-item__title span {
    width: 100%;
}

.w-actions__list {
    margin-top: 35px;
}

.w-actions-item:hover .w-actions-item__hv {
    opacity: 1;
}

.w-actions-item__hv {
    z-index: 3;
    text-align: center;
    opacity: 0;
    background: #219653;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    padding: 28px 30px 24px;
}

.w-actions-item__hv-title {
    font-size: 24px;
    display: block;
    line-height: 30px;
}

.w-actions-item__desc {
    margin-top: 13px;
    display: block;
    font-size: 16px;
    line-height: 22px;
}

.w-actions-item__link {
    display: inline-block;
    color: #72e2a1;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 21px;
    line-height: 30px;
}

/*end w-actions*/

/*place*/
.place {
    background: url('/local/templates/taimas/css/../images/bg/place-bg.png') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    margin-top: 60px;
    padding-top: 67px;
    padding-bottom: 60px;
}

.place h2 {
    margin-bottom: 56px;
    color: #ffffff;
}

.place__photo {
    width: 40.17%;
}

.place__photo img {
    width: 100%;
}

.place__photo,
.place__right {
    vertical-align: top;
    text-align: left;
}

.place__right {
    position: relative;
    top: -4px;
    width: 57.26%;
}

.place__right p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 22px;
    line-height: 22px;
}

.place__right p:last-child {
    margin-bottom: 0;
}

.place-params {
    margin-top: 17px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 34px 90px 39px;
}

.place-params__list {
    text-align: left;
    vertical-align: top;
    max-width: 290px;
    width: 100%;
}

.place-params__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 39px;
}

.place-params__list li {
    font-size: 18px;
    line-height: 30px;
}

.place-params__list:nth-child(2) {
    width: auto;
}

/*end place*/

/*place-address*/
.place-address {
    padding-top: 81px;
}

.place-address .spacer {
    max-width: 980px;
    margin: 0 auto;
}

.place-address__desc {
    width: 56.12%;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
}

.place-address__desc em {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.place-distance__desc,
.place-distance {
    width: 114px;
    height: 114px;
}

.place-distance {
    position: relative;
}

.place-distance__desc {
    border: 1px solid #234130;
    border-radius: 50%;
    text-align: center;
    display: block;
    padding-top: 24px;
    line-height: 0.9;
    font-size: 22px;
}

.place-distance__desc em {
    display: block;
    font-size: 50px;
}

.place-distance__title {
    font-size: 16px;
    right: 114px;
    bottom: 54px;
    position: absolute;
    line-height: 22px;
    border-bottom: 1px solid #234130;
    white-space: nowrap;
    padding: 0 42px 2px 46px;
}

.place-address .spacer {
    margin-top: 42px;
}

#placeAddressMap {
    height: 440px;
    width: 100%;
    background: #edebe5;
    margin-top: 34px;
    display: block;
    margin-bottom: -7px;
}

.pay-types_last {
    padding-bottom: 71px;
}

.pay-types_m-fix {
    /*margin-top: 66px;*/
    padding-bottom: 65px;
}

.house_pb-fix {
    padding-bottom: 25px;
}

/*end place-address*/

/*popup-thank*/
.popup-thank .popup__close,
.popup-thank-g .popup__close-g,
.popup-thank-certificate,
.popup-thank-action,
.popup-thank-hypothec {
    right: 26px;
    top: 26px;
}

.popup-thank,
.popup-thank-g,
.popup-thank-certificate,
.popup-thank-action,
.popup-thank-hypothec {
    margin: 80px auto;
    position: relative;
    max-width: 796px;
    text-align: center;
    padding: 96px 20px 85px;
}

.popup-thank__title {
    color: #219653;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
}

.popup-thank__desc {
    font-size: 18px;
    line-height: 40px;
}

/*end popup-thank*/

/*action*/
.action {
    padding-bottom: 86px;
}

.action__block {
    max-width: 970px;
    margin: 43px auto 0;
}

.action__block img {
    width: 100%;
}

.action__organization {
    line-height: 22px;
    font-size: 14px;
    color: #808080;
    margin-top: 5px;
    margin-bottom: 23px;
}

.action__organization,
.action__desc {
    padding-left: 4px;
}

.action__desc {
    line-height: 22px;
    margin-bottom: 22px;
    font-size: 16px;
}

.action__desc:last-child {
    margin-bottom: 0;
}

.action__desc em {
    font-weight: 700;
}

.action__desc_big {
    line-height: 24px;
    font-size: 18px;
}

/*end action*/

/*schemes*/
.schemes-slider {
    position: relative;
}

.scheme-photo {
    position: relative;
}

.scheme-photo_1 {
    margin: 0 auto;
    max-width: 1073px;
}

.scheme-photo img {
    width: 100%;
    height: 100%;
}

.icon-slider-prev-big,
.icon-slider-next-big {
    width: 22px;
    height: 79px;
    stroke: #808080;
}

.schemes-slider__prev .icon {
    transform: rotate(-180deg);
}

.schemes-slider__prev:hover .icon,
.schemes-slider__next:hover .icon {
    stroke: #219653;
}

.schemes-slider__prev a,
.schemes-slider__next a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.schemes-slider__prev,
.schemes-slider__next {
    cursor: pointer;
    position: absolute;
    width: 22px;
    height: 79px;
    top: 230px;
    z-index: 80;
}

.schemes-slider__prev {
    left: -106px;
}

.schemes-slider__next {
    right: -106px;
}

.scheme_1 {
    padding-top: 45px;
}

.scheme__title {
    position: relative;
    z-index: 80;
    margin-top: 32px;
    display: inline-block;
    color: #2C3930;
    height: 47px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    line-height: 47px;
    text-transform: uppercase;
    text-align: start;
}

.scheme-param__title {
    color: #2C3930;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.scheme-param__list {
    margin-top: 8px;
}

.scheme-param__list li {
    font-size: 14px;
    line-height: 23px;
    color: #2C3930;
}

.scheme-param__list li:last-child {
    margin-bottom: 0;
}

.scheme-param {
    margin-bottom: 24px;
}

.scheme-param:last-child {
    margin-bottom: 0;
}

.scheme__params {
    margin-top: 37px;
}

.scheme-photo__number {
    position: absolute;
    color: #ff0101;
    font-size: 24px;
    font-weight: 700;
    width: 38px;
    height: 38px;
    border: 3px solid #ff0101;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    background-color: #ffffff;
}

.scheme-photo__number_1 {
    left: 43%;
    top: 70.44%;
}

.scheme-photo__number_2 {
    left: 44%;
    top: 33.49%;
}

.scheme-photo__number_3 {
    left: 27%;
    top: 73.42%;
}

.scheme-photo__number_4 {
    left: 65%;
    top: 20.26%;
}

.scheme-photo__number_5 {
    left: 66%;
    top: 38.05%;
}

/*.scheme-photo_2 {
    width: 1272px;
    left: -82px;
    top: -33px;
    margin-bottom: -89px;
}*/
.schemes h1 {
    position: relative;
    z-index: 80;
}

.schemes .bx-viewport {
    overflow: visible !important;
}

.scheme_2 .scheme-photo__number_1 {
    left: 45.8%;
    top: 58.58%;
}

.scheme_2 .scheme-photo__number_2 {
    left: 67.925%;
    top: 45.09%;
}

.scheme_2 .scheme-photo__number_3 {
    left: 18.8%;
    top: 69.42%;
}

.scheme_2 .scheme-photo__number_4 {
    left: 50.24%;
    top: 24.8%;
}

.scheme_2 .scheme-photo__number_5 {
    left: 60%;
    top: 40.05%;
}

.scheme-photo__tag {
    position: absolute;
    top: 44px;
    white-space: nowrap;
    right: 658px;
    color: #ff0101;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    background: #FFFFFF;
    z-index: 3;
    padding: 9px 18px 10px 18px;
    border: 3px solid #ff0101;
}

.scheme-photo__tag:after {
    content: '';
    position: absolute;
    background: url('/local/templates/taimas/css/../images/red-arrow.png') no-repeat;
    width: 30px;
    height: 24px;
    bottom: -24px;
    right: 38px;
}

.equipments__list {
    margin: 45px auto 0;
    padding-bottom: 82px;
    max-width: 1030px;
    width: 100%;
}

.equipment {
    display: block;
    float: left;
    cursor: pointer;
    width: 49.9%;
    margin-right: 0.2%;
    padding: 20px 30px 41px 40px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.equipment:hover {
    border: 0.5px solid #BCB8B8;
    box-sizing: border-box;
}

.equipment.active {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.equipment.active .equipment__list p {
    color: #219653;
    font-weight: 700;
}

.equipment:last-child {
    margin-right: 0;
}

.equipment__title {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    padding: 7px 14px 9px;
    text-transform: uppercase;
    margin-bottom: 16px;
    border: 1px solid #219653;
    color: #219653;
}

.equipment.active .equipment__title {
    background: #219653;
    color: #ffffff;
}

.equipment__list {
    position: relative;
    margin-bottom: 22px;
}

.equipment__list:last-child {
    margin-bottom: 0;
}

.equipment__list:after {
    content: '';
    width: 7px;
    height: 33px;
    border: 1px solid #219653;
    position: absolute;
    left: -14px;
    top: 0;
}

.equipment.active .equipment__list:after {
    background: #219653;
}

.equipment__list p {
    font-size: 16px;
    line-height: 1.4;
    color: #000000;
}

.equipment__list ul {
    font-size: 14px;
    color: #000000;
    margin-top: 8px;
    line-height: 22px;
}

/*end schemes*/

/*text-block*/
.text-block {
    background: url('/local/templates/taimas/css/../images/bg/text-block-bg.png') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: 31px;
    padding-bottom: 71px;
}

.text-block h2 {
    text-align: left;
    padding-top: 82px;
    color: #323230;
    margin-bottom: 49px;
}

.text-block p {
    color: #2C3930;
    margin-bottom: 22px;
    font-size: 14px;
    line-height: 22px;
}

/*end text-block*/

/*how*/
.how {
    padding-bottom: 36px;
}

.how-item {
    padding-left: 44px;
    position: relative;
}

.how-item span {
    color: #4dab75;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 4px;
    width: 30px;
    text-align: center;
}

.how-item p {
    font-size: 16px;
    line-height: 32px;
}

.how-item p em {
    font-weight: 700;
}

.how-list {
    margin-top: 60px;
}

.how-list li {
    margin-bottom: 32px;
}

.how-list li:last-child {
    margin-bottom: 0;
}

.dock {
    max-width: 1087px;
    margin: 54px auto 0;
    background: url('/local/templates/taimas/css/../images/bg/dock-bg.png') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 28px 55px 51px;
    color: #323230;
}

.dock__title {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
}

.dock__list {
    margin-top: 14px;
    font-size: 14px;
    line-height: 22px;
}

.dock__list em {
    font-weight: 700;
}

.dock__info {
    font-size: 12px;
    line-height: 22px;
    margin-top: 19px;
}

.how__order {
    max-width: 200px;
    height: 30px;
    display: block;
    margin: 30px auto 0;
    font-size: 14px;
}

/*end how*/

/*popup-order*/
.popup-set-review,
.popup-order {
    padding-bottom: 90px;
}

.form__col-fields {
    max-width: 970px;
    margin: 0 auto;
}

.form__col {
    width: 38.14%;
    vertical-align: top;
}

.form__col:last-child {
    width: 58.45%;
}

.popup-set-review .form__btn,
.popup-order .form__btn {
    margin-top: 46px;
}

.popup-set-review .form__label,
.popup-order .form__label {
    display: block;
    width: 100%;
}

.popup-set-review .form__label span,
.popup-order .form__label span {
    margin-bottom: 28px;
}

.form__col:first-child .form__label:first-child {
    margin-bottom: 38px;
}

.form__col-fields {
    margin-top: 40px;
}

.popup-set-review .form__label_text span,
.popup-order .form__label_text span {
    margin-bottom: 1px;
}

.form__field_text {
    width: 100%;
    resize: none;
    height: 164px;
    border: 1px solid #4f6759;
    color: #000000;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
}

/*end popup-order*/

/*houses*/
.houses-item {
    position: relative;
    display: block;
    text-decoration: none;
    color: #474747;
    padding-left: 50.5%;
    padding-right: 10px;
    padding-bottom: 18px;
    margin-right: -10px;
    margin-bottom: 48px;
}

.houses-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.houses-item:nth-child(2n) {
    padding-left: 10px;
    margin-left: -10px;
    padding-right: 50.5%;
}

.houses-item__photo {
    width: 47.79%;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.houses-item:nth-child(2n) .houses-item__photo {
    left: auto;
    right: 0;
}

.houses-item__title {
    padding-top: 16px;
    display: block;
    text-transform: uppercase;
    color: #474747;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.houses-item-floor,
.houses-item__title,
.houses-item-floor__title,
.houses-item-floor__params {
    display: block;
}

.houses__list {
    margin-top: 71px;
    margin-bottom: 62px;
}

.houses-item__text {
    display: block;
    min-height: 17vw;
}

.houses-item__title,
.houses-item__size,
.houses-item-floor,
.houses-item__desc {
    text-align: left;
    display: block;
}

.houses-item__size {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    margin-top: 5px;
    margin-bottom: 11px;
    padding: 0 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    background-color: #219653;
}

.houses-item:nth-child(2n) .houses-item__link {
    margin-left: 0;
}

.houses-item-floor__title {
    color: #219653;
}

.houses-item-floor__param {
    color: #474747;
}

.houses-item__link {
    width: 125px;
    margin-right: 40px;
    margin-top: 15px;
    display: block;
    margin-left: auto;
}

.houses-item__desc {
    color: #474747;
    font-size: 16px;
    line-height: 22px;
}

.houses-item-floor {
    margin-bottom: 15px;
}

/*end houses*/

/*article*/
.article {
    padding-bottom: 103px;
}

.article_w-slider {
    padding-bottom: 60px;
}

.article__center {
    max-width: 972px;
    margin: 48px auto 0;
}

.article__center img {
    width: 100%;
    margin-bottom: 64px;
}

.article p {
    font-size: 16px;
    line-height: 22px;
}

.article-control,
.article-slider-links,
.article-slider {
    font-size: 0;
}

.article-control {
    display: flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding-bottom: 28px;
}

.article-control__link {
    width: 17.48%;
    margin-right: 3.08%;
    margin-bottom: 3.08%;
}

.article-control__link:nth-child(5n) {
    margin-right: 0;
}

.article-control__link img {
    margin-bottom: 0;
}

.article-slider {
    position: relative;
}

.article-slider__prev a,
.article-slider__next a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.article-slider__prev,
.article-slider__next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 43px;
    height: 80px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.article-slider__prev {
    left: 0;
}

.article-slider__next {
    right: 0;
}

.icon-slider-prev,
.icon-slider-next {
    stroke: rgba(255, 255, 255, 0.5);
    width: 17px;
    height: 56px;
}

.article-slider__prev:hover .icon,
.article-slider__next:hover .icon {
    stroke: rgba(33, 150, 83, 1);
}

.article-slides img {
    margin-bottom: 0;
}

.article-slider-links {
    text-align: center;
    margin: 22px 0 38px;
}

.article-slider-links__link {
    display: inline-block;
    vertical-align: middle;
    background: #bde0cc;
    border-radius: 50%;
    margin-right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.article-slider-links__link.active,
.article-slider-links__link:hover {
    background: #219653;
}

.article-slider-links__link:last-child {
    margin-right: 0;
}

.article-slider-links__link {
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

/*end article*/

/*faq*/
.faq {
    padding-bottom: 20px;
}

.faq__list {
    margin-top: 40px;
    color: #2C3930;
}

.faq-item__question {
    color: #2C3930;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    padding: 12px 0px 11px;
    display: inline-block;
    text-transform: uppercase;
}

.faq-item__desc,
.faq-item__info {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
}

.faq-item__info {
    margin-top: 10px;
}

.faq-item__info a {
    color: #219653;
}

.faq-item__desc em,
.faq-item__info em {
    font-weight: 500;
}

.faq-item {
    margin-bottom: 40px;
}

.faq-item__desc:last-child,
.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item__sub-title {
    color: #219653;
    font-family: 'Montserrat', sans-serif;
    padding-top: 5px;
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.faq-item__desc {
    margin-bottom: 18px;
}

/*end faq*/

/*deal*/
.deal {
    padding-bottom: 68px;
}

.deal-scheme {
    padding-top: 58px;
    text-align: center;
    /*max-width: 1084px;
    position: relative;
    left: 10.25%;*/
}

.deal-scheme img {
    max-width: 100%;
}

.deal-scheme>* {
    display: inline-block;
    vertical-align: middle;
}

.icon-deal-arrow {
    width: 42px;
    height: 89px;
    position: relative;
    top: -25px;
    right: -41px;
}

.deal-scheme__photo_1 {
    width: 31.18%;
    position: relative;
    top: 8px;
}

.deal-scheme__photo_2 {
    width: 54.52%;
}

.deal__info {
    margin-top: 96px;
    display: inline-block;
    padding: 6px 16px 10px;
    background: #219653;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.deal__desc {
    margin-top: 32px;
    padding-left: 18px;
    font-size: 18px;
    line-height: 25px;
}

.deal__desc em,
.deal__desc strong {
    font-weight: 700;
}

.deal__desc strong {
    display: block;
}

.deal__list {
    margin-top: 21px;
    padding-left: 12px;
}

.deal__list li {
    position: relative;
    padding-left: 42px;
    margin-bottom: 31px;
}

.deal__list li:last-child {
    margin-bottom: 0;
}

.deal__list span {
    text-align: center;
    width: 34px;
    color: #219653;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: -6px;
}

.deal__list p {
    font-size: 18px;
    line-height: 21px;
}

.deal__list p em {
    font-weight: 700;
}

.form-block_deal {
    padding-bottom: 139px;
}

/*end deal*/

/*news*/
.page_news {
    padding-bottom: 52px;
}

.news {
    padding-bottom: 50px;
    margin-bottom: 76px;
    border-bottom: 1px solid #b3b3b3;
}

.news:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

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

.news__list {
    margin-top: 69px;
}

.news__title {
    color: #333333;
    display: inline-block;
    padding: 0px 0px 9px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}

.news__date {
    font-size: 16px;
    color: #333333;
    padding-left: 0px;
    margin-top: 2px;
    line-height: 22px;
}

.news__text {
    margin-top: 22px;
    font-size: 16px;
    line-height: 22px;
}

/*end news*/

/*actions*/
.page_actions {
    padding-bottom: 101px;
}

.actions-item__photo img {
    width: 100%;
    max-width: 470px;
}

.icon-add {
    width: 12px;
    height: 7px;
}

.actions-item__title {
    color: #2C3930;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-transform: uppercase;
    display: inline-block;
    padding: 11px 0px;
}

.actions-item__organizer {
    font-size: 14px;
    color: #808080;
    margin-top: 3px;
    line-height: 22px;
    display: none;
}

.actions-item__content {
    display: none;
}

.actions-item__desc {
    margin-top: 23px;
    font-size: 16px;
    color: #2C3930;
    line-height: 22px;
    margin-bottom: 18px;
}

.actions-item__desc em,
.actions-item__content b {
    font-weight: 700;
}

.actions-item__add {
    cursor: pointer;
}

.actions-item__add:hover span {
    text-decoration: none;
}

.actions-item__add span {
    color: #219653;
    font-size: 16px;
    text-decoration: underline;
    line-height: 22px;
}

.actions-item__add .icon {
    position: relative;
    top: 1px;
    margin-left: 4px;
}

.actions-item__add>* {
    display: inline-block;
    vertical-align: middle;
}

.actions-item {
    padding-bottom: 31px;
    margin-bottom: 84px;
    border-bottom: 1px solid #b3b3b3;
}

.actions-item img {
    border-radius: 4px;
}

.actions-item:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.actions__list {
    margin-top: 60px;
}

.actions-item__add.open .icon {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

.actions-item__content-title {
    color: #219653;
    padding-top: 15px;
    margin-bottom: -24px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.actions-item__content {
    margin-bottom: -13px;

}

.actions-item p {
    font-size: 16px;
    color: #2C3930;
    vertical-align: baseline;
    line-height: 22px;
}

.actions-item__desc p {
    line-height: 22px;
}

.actions-item__desc_big {
    font-size: 16px;
}

.actions-item__desc_big:first-child {
    margin-bottom: 10px;
}

/*end actions*/

/*page_reviews*/
.page_reviews {
    padding-bottom: 92px;
}

.review-video {
    font-size: 0;
    position: relative;
    cursor: pointer;
    margin-bottom: 30px;
}

.review-video__preview {
    width: 100%;
}

.review-video__bottom:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
}

.review-video .icon-play {
    width: 83px;
    height: 83px;
    z-index: 3;
}

.review-video__bottom {
    padding: 0 12px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 16px;
    z-index: 3;
    color: #ffffff;
}

.review-video__name {
    color: #ffffff;
    font-weight: 700;
    line-height: 22px;
}

.review-video__desc {
    padding-top: 3px;
    font-weight: 300;
    line-height: 28px;
}

.reviews__videos {
    margin-bottom: -16px;
    margin-top: 36px;
}

/*end page_reviews*/

/*send*/
.send {
    background: url('/local/templates/taimas/css/../images/bg/send-bg.png') repeat;
    color: #ffffff;
    text-align: center;
    padding-top: 61px;
    padding-bottom: 82px;
}

.send__title {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.send__desc {
    max-width: 968px;
    margin: 27px auto 0;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}

.send__btn {
    margin-top: 43px;
    max-width: 300px;
    height: 70px;
}

/*end send*/

/*reviews-block*/
.reviews-block {
    padding-top: 40px;
    padding-bottom: 119px;
}

.reviews-item {
    padding-bottom: 17px;
    margin-bottom: 43px;
    border-bottom: 1px solid #808080;
}

.reviews-item__center {
    max-width: 970px;
    margin: 0 auto;
}

.reviews-item__photo {
    float: left;
    width: 170px;
}

.reviews-item__right {
    margin-left: 200px;
}

.reviews-item__title {
    color: #209653;
    position: relative;
    top: -2px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.reviews-item__date {
    font-size: 16px;
    color: #999999;
    margin-top: -2px;
    line-height: 22px;
}

.reviews-item__desc {
    font-size: 16px;
    line-height: 22px;
    margin-top: 11px;
}

.answer {
    margin-top: 54px;
    padding-left: 24px;
    position: relative;
    padding-bottom: 8px;
}

.answer:after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #219653;
    border-radius: 50%;
    left: 0;
    top: 5px;
}

.answer__title {
    font-size: 16px;
    line-height: 22px;
}

.answer__title em {
    font-weight: 700;
}

.answer__desc {
    margin-top: 18px;
    line-height: 22px;
    font-size: 16px;
}

.reviews-item:last-child {
    border-bottom: none;
}

.reviews-block__list {
    margin-bottom: -10px;
}

/*end reviews-block*/

/*page_contacts*/
.page_contacts {
    /*padding-top: 261px;*/
    padding-bottom: 39px;
}

.contact__title {
    display: inline-block;
    color: #2C3930;
    padding: 11px 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.contact__list {
    display: table;
    margin-top: 22px;
}

.contact__list li {
    display: table-row;
}

.contact__list li>* {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 2px;
}

.contact__list em {
    color: #219653;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    padding-right: 22px;
}

.contact__list_pt-fix em,
.contact__list_phones em {
    padding-right: 12px;
}

.contact__list span {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.contact__list_phones span {
    font-weight: 700;
}

.contact__list_pt-fix {
    padding-top: 44px;
}

.contact__list_pt-fix span {
    font-weight: 400;
}

.contacts__list {
    margin-top: 73px;
}

.contact__address {
    font-size: 18px;
    margin-top: 23px;
    line-height: 22px;
}

.contact__address strong {
    display: block;
    font-weight: 700;
}

.contact__address em {
    color: #219653;
}

#contactsMap {
    height: 520px;
    background: #efefef;
    margin-top: 25px;
    margin-bottom: 36px;
}

.way .contact__title {
    margin-bottom: 24px;
}

.way__desc {
    font-size: 18px;
    line-height: 22px;
    color: #808080;
    margin-bottom: 20px;
}

.way__desc:last-child {
    margin-bottom: 0;
}

.way__desc em {
    color: #219653;
    font-size: 18px;
    font-weight: 900;
}

.way__desc small {
    color: #000000;
    display: block;
    font-size: 16px;
    margin-top: 4px;
}

/*end page_contacts*/

/*manager*/
.manager {
    background: url('/local/templates/taimas/css/../images/bg/manager-bg.png') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 92px;
}

.manager__btn {
    max-width: 360px;
    height: 40px;
    margin: 47px auto 0;
    width: 100%;
    display: block;
    text-transform: uppercase;
}

.manager__title {
    margin-top: -2px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #323230;
}

.manager__position {
    font-size: 16px;
    margin-top: -3px;
    color: #323230;
    line-height: 22px;
}

.manager__desc {
    margin-top: 36px;
    font-size: 20px;
    color: #000000;
    line-height: 22px;
}

.manager__desc em {
    font-weight: 700;
}

.manager__photo {
    width: 100%;
}

/*end manager*/

/*personal*/
.personal h1 {
    margin-bottom: 104px;
}

.personal__info {
    margin-top: -5px;
    color: #333333;
    font-size: 18px;
    padding-left: 12px;
    line-height: 25px;
}

.advantages__title {
    margin-top: 37px;
    display: inline-block;
    line-height: 1.4;
    color: #ffffff;
    background: #219653;
    padding: 4px 12px 13px;
    font-size: 22px;
    font-weight: 700;
}

.advantages {
    margin-top: 26px;
}

.advantages li {
    padding-left: 38px;
    position: relative;
    margin-bottom: 21px;
}

.advantages li:last-child {
    margin-bottom: 0;
}

.advantages span {
    position: absolute;
    left: -5px;
    top: -6px;
    text-align: center;
    width: 34px;
    color: #219653;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
}

.advantages p {
    line-height: 21px;
    font-size: 18px;
}

.advantages em {
    font-weight: 700;
}

.data__title {
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    padding: 14px 42px 15px;
    background: #219653;
}

.data {
    background: url('/local/templates/taimas/css/../images/bg/data-bg.png') repeat center top;
}

.data__list {
    padding: 60px 44px 52px;
    display: table;
}

.data__list li {
    display: table-row;
}

.data__list li>* {
    display: table-cell;
    vertical-align: top;
    font-size: 18px;
    color: #323230;
    line-height: 21px;
    padding-bottom: 21px;
}

.data__list li:last-child>* {
    padding-bottom: 0;
}

.data__list em {
    font-weight: 700;
    padding-right: 34px;
}

/*end personal*/

/*app*/
.app {
    padding-top: 128px;
}

.app-block__title {
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    background: #219653;
    padding: 6px 16px 9px;
    margin-bottom: 34px;
    letter-spacing: -0.01em;
}

.app-block {
    margin-bottom: 52px;
}

.app-block:last-child {
    margin-bottom: 0;
}

.app__label {
    display: block;
    margin-bottom: 22px;
    padding-right: 38px;
}

.app__label:last-child {
    margin-bottom: 0;
}

.app__label-title {
    display: block;
    color: #234130;
    font-size: 14px;
    margin-bottom: 9px;
    line-height: 20px;
    font-weight: 300;
}

.app__field {
    background: none;
    width: 100%;
    color: #234130;
    max-width: 200px;
    padding-bottom: 7px;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    border-bottom: 1px solid #234130;
}

.app__text-field {
    width: 100%;
    height: 170px;
    color: #234130;
    padding: 11px 12px;
    resize: none;
    font-size: 16px;
    border: 1px solid #234130;
}

.app__radio {
    display: block;
    padding-left: 24px;
    position: relative;
    margin-bottom: 10px;
}

.app__radio>* {
    display: inline-block;
    vertical-align: middle;
}

.app__radio input {
    position: absolute;
    left: -3px;
    top: 0;
    width: 14px;
    height: 14px;
}

.app__radio span {
    color: #234130;
    font-size: 14px;
    line-height: 20px;
}

.app-block_info .app-block__title {
    margin-bottom: 28px;
}

.app__list {
    margin-top: 52px;
}

.app__list>.col-lg-6 .app-block {
    margin-bottom: 61px;
}

.app__field:hover::placeholder,
.app__text-field:hover::placeholder {
    color: #234130;
    opacity: 1;
}

.app__field:hover:-ms-input-placeholder,
.app__text-field:hover:-ms-input-placeholder {
    color: #234130;
}

.file {
    position: relative;
    width: 46.29%;
    height: 79px;
    cursor: pointer;
    background: #dedede;
}

.file,
.team-item__hv,
.team-item,
.team-item__name,
.team-item__position {
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.file:hover {
    background: #c8c8c8;
}

.file input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.file .icon {
    right: -2px;
    width: 50px;
    height: 47px;
}

.file {
    margin-bottom: 20px;
    vertical-align: top;
}

.file:nth-last-child(1),
.file:nth-last-child(2) {
    margin-bottom: 0;
}

.file_big {
    display: block;
    width: 100%;
    height: 170px;
}

.app__list>.col-lg-3:last-child .app-block__title {
    margin-bottom: 27px;
}

.app__list>.col-lg-3:last-child .app-block:last-child .app-block__title {
    margin-bottom: 35px;
}

.file_big .icon {
    width: 109px;
    height: 101px;
}

.app__info {
    margin-top: -36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
}

.app__info em {
    display: block;
    color: #1b8a4b;
}

/*end app*/

/*archive*/
.archive {
    margin-top: 56px;
}

.archive__table {
    text-align: left;
    min-width: 1020px;
    margin-top: 35px;
}

.archive__table th {
    background: #219653;
}

.archive__table td,
.archive__table th {
    padding-left: 10px;
    padding-right: 10px;
}

.archive__table td {
    border: 1px solid #219653;
    font-size: 14px;
    color: #000000;
    padding-top: 8px;
    padding-bottom: 11px;
    line-height: 20px;
    letter-spacing: -0.005em;
}

.archive__table td:first-child,
.archive__table th:first-child {
    padding: 0 13px;
}

.archive__table td:nth-child(1) {
    width: 52px;
}

.archive__table td:nth-child(2) {
    width: 161px;
}

.archive__table td:nth-child(3) {
    width: 85px;
}

.archive__table td:nth-child(4) {
    width: 176px;
}

.archive__table td:nth-child(5) {
    width: 103px;
}

.archive__table td:nth-child(6) {
    width: 126px;
}

.archive__table td:nth-child(7) {
    width: 103px;
}

.archive__table td:nth-child(8) {
    width: 224px;
}

.archive__table td:nth-child(9) {
    width: 134px;
}

.archive__table th {
    padding-top: 10px;
    padding-bottom: 7px;
    position: relative;
    vertical-align: middle;
    color: #ffffff;
    letter-spacing: -0.01em;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
}

.archive__table th:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    background-color: #ffffff;
    width: 1px;
}

.archive__table th:last-child:after {
    display: none;
}

/*end archive*/

/*team-director*/
.team-director {
    font-size: 0;
    /*padding-top: 253px;*/
}

.team-director h1 {
    margin-bottom: 18px;
}

.team-director__block {
    position: relative;
    display: none;
}

.team-director__photo {
    position: relative;
    left: -10px;
    width: 65.12%;
}

.team-director__photo img {
    width: 100%;
}

.team-director__photo .icon-play {
    height: 99px;
    width: 99px;
    fill: #ffffff;
    opacity: 0.5;
    right: 0;
    margin: auto;
    bottom: -92px;
    left: -22px;
}

.team-director__right {
    width: 470px;
    position: absolute;
    right: 0;
    bottom: 152px;
    z-index: 3;
}

.team-director__position {
    font-size: 16px;
    line-height: 22px;
}

.team-director__name {
    margin-top: 17px;
    font-size: 30px;
    line-height: 40px;
    color: #323232;
    margin-bottom: 24px;
}

.team-director__desc {
    font-size: 14px;
    line-height: 1.3;
}

/*end team-director*/

/*team*/
.team {
    /*background: url('/local/templates/taimas/css/../images/bg/team-bg.png') repeat;*/
    padding-top: 50px;
    padding-bottom: 102px;
}

.team h2 {
    margin-bottom: 30px;
}

.team__list {
    text-align: left;
    padding-bottom: 3px;
}

.team__list__else {
    display: none;
}

.team-item__photo {
    width: 100%;
}

.team-item__top {
    font-size: 0;
    position: relative;
}

.team-item {
    background: #219653;
    height: 100%;
    color: #ffffff;
    box-shadow: none;
}

.team-item:hover {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
}

.team-item__bottom {
    font-size: 16px;
    font-weight: 400;
    padding: 18px 16px 23px;
}

.team-item__position {
    line-height: 1.2;
    margin-top: 6px;
}

.team-item__name {
    font-size: 20px;
    line-height: 1.2;
}

.team__list .col-lg-3 {
    margin-bottom: 42px;
}

.team-item__hv {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    background: rgba(35, 65, 48, 0.8);
}

.team-item:hover {
    background: #FFFFFF;
}

.team-item:hover .team-item__hv {
    opacity: 1;
}

.team-item__desc {
    position: absolute;
    padding: 0 18px 17px;
    font-size: 12px;
    bottom: 0;
    left: 0;
    line-height: 14px;
    display: none;
}

.team-item__cite {
    position: absolute;
    padding: 0 10px 0 15px;
    left: 0;
    /*bottom: 82px;*/
    font-size: 16px;
    line-height: 1.6;
    top: 100px;
    text-align: center;
}

.team-item__name,
.team-item__position {
    color: #ffffff;
}

.team-item:hover .team-item__name,
.team-item:hover .team-item__position {
    color: #219653;
}

.team {
    text-align: right;
}

.team__list__else {
    margin-bottom: -83px;
}

/*end team*/

/*team-info*/
.team-info {
    background: url('/local/templates/taimas/css/../images/bg/team-info-bg.png') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    color: #ffffff;
    padding-top: 94px;
    padding-bottom: 78px;
}

.team-info h2 {
    color: #ffffff;
}

.team-info li {
    position: relative;
    padding-left: 68px;
    margin-bottom: 20px;
    min-height: 52px;
}

.team-info li:last-child {
    margin-bottom: 0;
}

.team-info p {
    font-size: 20px;
    line-height: 1.3;
}

.team-info li i {
    color: #4dab75;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    position: absolute;
    left: 2px;
    top: -3px;
    text-align: center;
    width: 40px;
}

.team-info li small {
    font-size: 16px;
    margin-bottom: 1px;
    display: block;
}

.team-info li small:first-child {
    margin-top: 4px;
}

.team-info ul {
    margin-top: 38px;
}

/*end team-info*/


/*form-block_faq*/
.form-block_faq {
    color: #2C3930;
    padding: 0;
    /*margin-top: -80px;*/
    margin-bottom: 25px;
    padding: 0 40px;
}

.form-block_faq .form-block__hr {
    margin: 0 0 25px;
}

.form-block_faq h2 {
    color: #2C3930;
    font-family: 'Montserrat', sans-serif;
    text-transform: initial;
    font-size: 18px;
    font-weight: bold;
    line-height: unset;
}

.form-block_faq .form-block__desc {
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    line-height: unset;
}

.form-block_faq .form {
    background-color: #EBE6E6;
    border-radius: 12px;
    max-width: 830px;
    margin: 0 auto;
}

.form-block_faq .form .form__fields.spacer {
    margin: 20px auto 0;
    padding: 30px;
}

.form-block_faq .form .form__fields.spacer .form__field {
    font-size: 18px;
    line-height: 37px;
    background: #FFFFFF;
    border: 1px solid #BBB6B6;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    padding: 0;
}

.geen-btn {
    background: #219653;
    border: 1px solid #BBB6B6;
    box-sizing: border-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 35px;
    width: 228px;
    margin: 0 0 20px;
    font-weight: 500;
}

.geen-btn:active {
    box-shadow: 0px 0px 19px #219653;
    font-weight: 900;
}

/*end form-block_faq*/

/*form-block_question*/
.form-block_question {
    padding-bottom: 165px;
    padding-top: 106px;
}

.form-block_question .form__label span {
    margin-bottom: 30px;
}

.form-block_question .form__label_text span {
    margin-bottom: 5px;
}

.form-block_question .form__label {
    margin-bottom: 40px;
    display: block;
    width: 100%;
}

.form-block_question .form__label:last-child {
    margin-bottom: 6px;
}

.form-block_question .form__field,
.form-block_question .form__field_text {
    border-color: #4f6759;
}

/*end form-block_question*/

/*articles_page*/
.articles_page {
    padding-bottom: 16px;
}

.article-item,
.article-item__text {
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
}

.article-item {
    box-shadow: none;
    text-align: right;
    color: #333333;
    padding-bottom: 16px;
    text-decoration: none;
}

.article__list .col-lg-4 {
    margin-bottom: 65px;
}

.article-item,
.article-item__text,
.article-item__title,
.article-item__desc {
    display: block;
}

.article-item__title,
.article-item__desc {
    text-align: left;
}

.article-item_main {
    display: block;
}

.article-item__photo {
    width: 100%;
}

.article-item__text {
    padding: 0;
    margin-top: 0;
}

.article-item:hover {
    margin: -10px -10px 0;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.article-item:hover .article-item__text {
    padding: 0 10px;
    margin-top: -4px;
}

.article-item__link {
    display: inline-block;
    margin-top: 24px;
    text-decoration: none;
    font-size: 14px;
    margin-right: 6px;
}

.article-item__link .icon {
    width: 20px;
    height: 8px;
    position: relative;
    top: 0;
}

.article-item__title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 26px;
}

.article-item__desc {
    font-size: 16px;
    margin-top: 22px;
    line-height: 22px;
}

.article-item_main {
    margin-top: 43px;
    margin-bottom: 69px;
    position: relative;
    padding: 18px 5px 21px 52.64%;
}

.article-item_main .article-item__title {
    margin-top: 0;
}

.article-item_main:hover {
    margin: 43px -10px 69px;
    padding-left: 53.5%;
    padding-right: 15px;
}

.article-item_main .article-item__photo {
    position: absolute;
    width: 48.34%;
    left: 0;
    top: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

/*end articles_page*/

.popup-callback {
    padding-bottom: 100px;
}

.popup-callback h2 {
    padding-bottom: 38px;
}

.popup-callback .form__label:not(.form__label_text),
.popup-action .form__label:not(.form__label_text) {
    width: 45.94%;
}

.popup-callback .form__label_text span {
    margin-bottom: 3px;
}

.popup-callback .form__field_text,
.popup-action .form__field_text {
    height: 55px;
}

.popup-callback .form__btn {
    margin-top: 38px;
}



/*taimas*/
.projects_only {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #219653;
    margin-top: 50px;
    margin-bottom: 5px;
}

.reviews__list .video {
    font-size: 0;
    cursor: pointer;
    position: relative;
    padding-bottom: 52%;
    padding-top: 25px;
    height: 0;
}

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

.about-title {
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 40px;
}

.reviews__videos .review-video {
    padding-bottom: 56.2%;
    height: 0;
}

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

li.nav__item.nobuilt:first-child {
    display: none;
}

li.nav__item.nobuilt {
    width: 33.333%;
}

.radio a {
    text-decoration: none;
}

.radio a.active span,
.radio a span:hover {
    background: #219653;
    color: #ffffff;
    text-decoration: none;
}

.house-price-one .house-price__sum {
    font-size: 36px;
    color: #168044;
    padding-top: 10px;
}

.house__schemes img {
    max-width: 130px;
}

.hide_built .site-map__block:first-child {
    display: none;
}

.hide_built .site-map__block {
    width: 43%;
}

/* new grid*/
.footer__top.spacer {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.hide_built .site-map-grid__block:first-child {
    display: none;
}

.site-map-grid.spacer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.hide_built .site-map-grid.spacer {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

/*end new grid*/
.text-center {
    text-align: center;
}

.p404 {
    background: url(/local/templates/taimas/css/../images/404.png);
    background-size: cover;
    background-position: center;
    padding-bottom: 320px;
    padding-top: 120px;
}

.p404 h1 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: 340px;
    font-size: 391px;
    color: rgba(255, 255, 255, 0.5);
    opacity: 0.3;
}

.p404 div {
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.p404 a {
    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    padding: 15px 70px;
    font-weight: bold;
    line-height: 30px;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    position: relative;
    margin-top: 20px;
}

.p404 a:hover {
    background: #FFFFFF;
    color: #219653;
}

.page_actions .anker {
    position: absolute;
    margin-top: -110px;
}

.tg-filter a {
    font-size: 16px;
    color: #333333;
    text-decoration: none;
}

.tg-filter a span {
    height: 24px;
    display: inline-block;
    width: 24px;
    margin-right: 17px;
    top: 7px;
    position: relative;
    background: url(/local/templates/taimas/css/../images/checkbox.png);
}

.tg-filter a.active span {
    background: url(/local/templates/taimas/css/../images/checkbox_true.png);
}

.w-actions-item {
    margin-bottom: 30px;
}

img.ym-advanced-informer {
    display: none;
}

.bx-pager.bx-default-pager {
    margin-top: 15px;
    text-align: center;
}

.bx-pager-item {
    display: inline-block;
}

a.bx-pager-link {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-color: #bde0cc;
    border-radius: 50%;
    margin-right: 8px;
}

a.bx-pager-link.active,
a.bx-pager-link:hover {
    background: #219653;
}

.popup-overlay-a {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 100;
}

.popup-overlay-a .popup-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}

.popup-overlay-a .popup-content {
    max-width: 1080px;
    margin: auto;
    position: relative;
    padding: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.popup-overlay-a .icon.icon-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

.popup-overlay-a .popup-head {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    color: #219653;
}

.popup-overlay-a .popup-body {
    line-height: 18px;
    font-size: 14px;
}

.popup-overlay-a .popup-body ul {
    list-style: inside;
}

.politics {
    padding-bottom: 52px;
}

.politics h2 {
    margin: 15px 0 10px;
    font-size: 16px;
}

h2.working {
    text-transform: none;
}

.build-review {
    padding-top: 70px;
    border-bottom: 1px solid #808080;
}

/*end taimas*/

/*social*/
.social {
    display: inline-block;
}

.social_text {
    display: inline-block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #2C3930;
    margin-top: 14px;
}

/*end social*/

/*tg-description*/
.tg-description .schemes-slider__next,
.tg-description .schemes-slider__prev .tg-description .schemes-slider__next,
.tg-description .schemes-slider__prev {
    width: 100px;
    height: 100px;
}

.tg-description .schemes-slider__next {
    right: -140px;
}

.tg-description .schemes-slider__prev {
    left: -140px;
}

.tg-description .icon-slider-next-big {
    width: 100px;
    height: 100px;
}

.tg-description .schemes-slider__prev .icon {
    transform: none;
}

/*label*/
.house__left {
    position: relative;
}

.catalog-item:before,
.house__left:before {
    position: absolute;
    width: 150px;
    height: 25px;
    right: 0;
    text-align: center;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    z-index: 1;
}

.catalog-item.label_1:before,
.house__left.label_1:before {
    content: "ХИТ ПРОДАЖ";
    background: #FF0101;
}

.catalog-item.label_2:before,
.house__left.label_2:before {
    content: "Акция";
    background: #FF6C01;
}

.catalog-item.label_3:before,
.house__left.label_3:before {
    content: "Мы рекомендуем";
    background: #01D1FF;
}

/*стрелка наверх*/
.panel-up {
    position: fixed;
    left: 0;
    top: 130px;
}

.panel-up a {
    padding-left: 30px;
    color: #CACACA;
    text-decoration: none;
}

.panel-up:hover a {
    color: #3C3A3A;
}

.arrow-up,
.arrow-up-active {
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 9px;
    opacity: 1;
}

.arrow-up-active {
    opacity: 0;
}

.panel-up:hover .arrow-up {
    opacity: 0;
}

.panel-up:hover .arrow-up-active {
    opacity: 1;
}

/*конец стрелка наверх*/
/*блок проданные дома*/
.sold h2 {
    margin: 30px 0;
}

.sold-slider {
    position: relative;
}

/*конец блок проданные дома*/
@media (max-width: 590px) {
    .catalog-item:before {
        right: initial;
        bottom: 0;
        height: 20px;
        width: auto;
        padding: 1px 5px;
        font-size: 8px;
        line-height: 20px;
    }
}

/*end label*/
@media (max-width: 1500px) {
    .tg-description .schemes-slider__next {
        right: -40px;
    }

    .tg-description .schemes-slider__prev {
        left: -40px;
    }

    @media (max-width: 590px) {

        .tg-description .schemes-slider__next,
        .tg-description .schemes-slider__prev {
            width: 50px;
            height: 50px;
        }

        .tg-description .icon-slider-next-big {
            width: 50px;
            height: 50px;
        }

        .tg-description .schemes-slider__next {
            right: -15px;
        }

        .tg-description .schemes-slider__prev {
            left: -15px;
        }

    }
}

/*end tg-description*/



@media all and (max-width: 1500px) {
    .schemes-slider__prev {
        left: -20px;
    }

    /*    .scheme-photo_2 {
        width: 100%;
        left: 0;
        top: 0;
        margin-bottom: -40px;
    }*/
    .schemes-slider__next {
        right: -20px;
    }

    .scheme_2 .scheme-photo__number_1 {
        left: 45.6%;
        top: 58.38%;
    }

    .scheme_2 .scheme-photo__number_2 {
        left: 67.725%;
        top: 45%;
    }

    .scheme_2 .scheme-photo__number_3 {
        left: 18.6%;
        top: 69.22%;
    }

    .scheme_2 .scheme-photo__number_4 {
        left: 50.04%;
        top: 24.6%;
    }

    .scheme_2 .scheme-photo__number_5 {
        left: 59.8%;
        top: 39.8%;
    }
}

@media all and (max-width: 1300px) {
    .content {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 1230px;
    }

    .main-info {
        left: 151px;
    }

    .callback__btn {
        margin-left: 13px;
    }

    /*.pages {
        width: 58.77%;
    }*/
    .cities__selected span {
        max-width: 70px;
    }

    .main {
        height: 550px;
    }

    .footer .content {
        padding-left: 60px;
        padding-right: 60px;
    }

    .house-price__sum {
        font-size: 27px;
    }

    .house-prices__list {
        white-space: normal;
    }

    .deal-scheme {
        left: 2.25%;
    }

    .archive__table th {
        font-size: 20px;
        line-height: 1.2;
    }

    .scheme-photo__tag {
        left: 20px;
        right: auto;
    }
}

@media all and (max-width: 1200px) {
    .callback {
        right: 53px;
    }

    .callback__btn {
        margin-left: 19px;
    }

    .nav,
    .pages {
        display: none;
    }

    .content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .menu-btn {
        display: inline-block;
        height: 42px;
        position: relative;
        margin-right: -20px;
        width: 63px;
        cursor: pointer;
    }

    .menu-btn:hover,
    .menu-btn.open {
        background: rgba(0, 0, 0, 0.5);
    }

    .menu-btn:hover .menu-btn__icon:after,
    .menu-btn.open .menu-btn__icon:after {
        background: #219653;
    }

    .menu-btn:hover .menu-btn__icon,
    .menu-btn.open .menu-btn__icon {
        border-top-color: #219653;
        border-bottom-color: #219653;
    }

    .menu-btn__icon {
        border-top: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        width: 23px;
        height: 18px;
    }

    .menu-btn__icon:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2px;
        width: 100%;
        background: #ffffff;
    }

    .cities__selected span {
        max-width: 155px;
    }

    .header {
        top: 0;
        position: relative;
    }

    .logo {
        width: 100%;
        height: 111px;
    }

    .header {
        box-shadow: none;
    }

    .main {
        height: 450px;
    }

    .main-info__desc {
        font-size: 24px;
        line-height: 32px;
    }

    .main-info {
        left: 138px;
        padding-bottom: 11px;
    }

    .main-info__round {
        left: -98px;
    }

    .main-info__round {
        top: -21px;
        width: 126px;
        height: 126px;
        padding-top: 22px;
    }

    .main-info__round p {
        font-size: 14px;
        margin-top: 7px;
        line-height: 20px;
    }

    .icon-house {
        right: 0;
        width: 71px;
        height: 31px;
    }

    .catalog {
        padding-top: 24px;
    }

    .catalog-item__center {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .catalog-item__price {
        font-size: 20px;
    }

    .catalog-item__desc {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 15px;
    }

    .catalog-item__link {
        font-size: 15px;
    }

    .catalog-item__hv {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about__desc p {
        font-size: 19px;
        line-height: 1.4;
    }

    .about__desc {
        width: 50%;
    }

    .footer-contact:nth-child(2) {
        margin-right: 38px;
    }

    .site-map {
        width: 54.44%;
    }

    .site-map__block {
        width: 174px;
    }

    .house-price {
        padding-right: 14px;
        margin-right: 14px;
    }

    .house__size {
        font-size: 21px;
    }

    .catalog.page,
    .page {
        padding-top: 80px;
    }

    .w-actions-item__title {
        padding: 0 30px;
    }

    .place-params {
        padding-left: 30px;
        padding-right: 30px;
    }

    .action__organization,
    .action__desc {
        padding-left: 8px;
        padding-right: 4px;
    }

    .schemes-slider__prev,
    .schemes-slider__next {
        top: 160px;
    }

    .review-video__bottom {
        padding: 0 10px 5px;
    }

    .review-video .icon-play {
        width: 64px;
        height: 64px;
    }

    .team-director__right {
        width: 320px;
    }

    .equipment__title {
        font-size: 21px;
    }

    .equipment__list p {
        font-size: 16px;
    }

    .article-item__title {
        font-size: 22px;
    }

    .article-item__desc {
        font-size: 15px;
    }

    .page_actions .anker {
        margin-top: -40px;
    }

    .house__app.discount {
        font-size: 20px;
    }
}

@media all and (max-width: 1100px) {
    .pay-type {
        padding-left: 10px;
        padding-right: 10px;
    }

    .pay-type__title {
        font-size: 16px;
    }

    .about__desc p {
        font-size: 18px;
    }

    .about__desc {
        width: 52%;
    }

    .site-map {
        position: relative;
        width: 395px;
        padding-right: 160px;
    }

    .site-map__block:last-child {
        position: absolute;
        top: 0;
        right: 0;
    }

    .site-map__block:first-child {
        margin-bottom: 26px;
    }

    .footer-contact__desc {
        font-size: 14px;
    }

    .filter-block__list.row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .filter-block__list .col-6 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .house__right {
        width: 42%;
    }

    .house__left {
        width: 55.26%;
    }

    .house-price__sum {
        font-size: 25px;
    }

    .house-price__type {
        font-size: 15px;
    }

    .w-actions-item__title {
        padding: 0 20px;
    }

    .schemes-slider__prev,
    .schemes-slider__next {
        top: 120px;
    }

    .archive__wrap {
        overflow: auto;
    }

    .team-director__right {
        bottom: 90px;
    }

    .team-director__photo {
        width: 70%;
    }

    .team-item__name {
        font-size: 18px;
    }

    .team-item__position {
        font-size: 15px;
    }
}

@media all and (max-width: 991px) {
    .pay-types__list .col-lg-4:nth-child(2) {
        border-right: none;
    }

    .pay-type__title {
        font-size: 24px;
        margin-top: 22px;
    }

    .pay-types__list .col-lg-4 {
        margin-bottom: 40px;
    }

    .pay-types__list .col-lg-4:last-child {
        margin-bottom: 0;
    }

    .pay-types__list .col-lg-4:last-child .pay-type__icon {
        height: 54px;
    }

    /*.catalog__list .col-lg-4:last-child:nth-child(odd) {
        display: none;
    }*/
    .form-block_bg {
        margin-top: 80px;
    }

    .stat:last-child {
        right: 0;
    }

    .review__desc {
        padding-top: 40px;
    }

    .about__desc {
        width: 100%;
        margin-top: 40px;
    }

    .director {
        display: block;
        width: 100%;
        max-width: 388px;
    }

    .footer .content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .footer-contact .icon {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 25px;
        position: relative;
    }

    .footer-contact {
        text-align: center;
    }

    .footer-contact__desc span {
        text-align: left;
        top: 0;
    }

    .footer-contact__desc {
        margin-left: 0;
        line-height: 22px;
        margin-top: 10px;
    }

    .footer-contact__desc em {
        top: 0;
        font-size: 14px;
    }

    .site-map {
        width: 350px;
    }

    .catalog.catalog_page {
        padding-top: 66px;
    }

    .filter-block {
        width: 100%;
        margin-bottom: 20px;
        max-width: inherit;
    }

    .filter-block:last-child {
        margin-bottom: 0;
    }

    .filter {
        margin-top: 30px;
        display: block;
    }

    .house__left,
    .house__right {
        width: 100%;
    }

    .house-price__sum {
        font-size: 28px;
    }

    .house-price {
        padding-right: 24px;
        margin-right: 24px;
    }

    .house__right {
        margin-top: 50px;
    }

    .house__block {
        margin-top: 50px;
    }

    .w-actions-item:hover {
        margin: 0;
        padding-bottom: 0;
    }

    .w-actions-item:hover .w-actions-item__hv,
    .w-actions-item:hover:after {
        opacity: 0;
    }

    .w-actions {
        padding-top: 80px;
    }

    .w-actions-item {
        margin-bottom: 20px;
    }

    .place__photo {
        width: auto;
        display: block;
    }

    .place__photo img {
        width: auto;
        max-width: 100%;
    }

    .place__right {
        width: 100%;
        margin-top: 30px;
    }

    .place-params {
        margin-top: 30px;
    }

    .place-params__list {
        width: 100%;
        max-width: inherit;
    }

    .place {
        margin-top: 20px;
        padding-top: 37px;
        padding-bottom: 40px;
    }

    .place h2 {
        margin-bottom: 30px;
    }

    .place-distance__title {
        padding: 0 20px 2px;
    }

    .scheme-param__title {
        font-size: 20px;
    }

    .schemes-slider__prev,
    .schemes-slider__next {
        top: 100px;
    }

    .scheme_2 .scheme-photo__number_1 {
        left: 44.6%;
        top: 58.38%;
    }

    .scheme_2 .scheme-photo__number_2 {
        left: 66.725%;
        top: 44%;
    }

    .scheme_2 .scheme-photo__number_3 {
        left: 17.6%;
        top: 68.22%;
    }

    .scheme_2 .scheme-photo__number_4 {
        left: 49.04%;
        top: 23.6%;
    }

    .scheme_2 .scheme-photo__number_5 {
        left: 58.8%;
        top: 38.8%;
    }

    .how-item p {
        font-size: 20px;
        line-height: 1.4;
    }

    .how-item span {
        font-size: 25px;
    }

    .how-list {
        margin-top: 40px;
    }

    .how-list li {
        margin-bottom: 20px;
    }

    .houses-item__photo {
        height: 380px;
        position: relative;
        display: block;
        margin: 0 -5px;
        width: auto;
    }

    .houses-item {
        box-shadow: none !important;
        border-bottom: 1px solid #b3b3b3;
    }

    .houses-item__link {
        margin-right: 0;
    }

    .houses__list {
        margin-top: 50px;
    }

    .houses-item:nth-child(2n),
    .houses-item {
        padding: 0 5px 18px;
        margin-left: 0;
        margin-right: 0;
    }

    .houses-item:last-child {
        border-bottom: none;
    }

    .deal__info {
        font-size: 22px;
    }

    .deal__desc,
    .deal__list {
        padding-left: 0;
    }

    .deal {
        padding-bottom: 40px;
    }

    .news__right {
        padding-top: 12px;
    }

    .actions-item__title {
        margin-top: 16px;
    }

    .contact {
        margin-bottom: 24px;
    }

    .contacts__list {
        margin-top: 27px;
    }

    #contactsMap {
        margin-top: 8px;
    }

    .data {
        margin-top: 40px;
    }

    .personal h1 {
        margin-bottom: 60px;
    }

    .app__info {
        margin-top: 40px;
    }

    .team-director__right {
        width: 270px;
    }

    .team-item__position {
        font-size: 16px;
    }

    .form-block_question {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .team-info p {
        font-size: 18px;
    }

    .team-info li {
        padding-left: 56px;
    }

    .popup-callback h2 {
        padding-bottom: 0;
    }

    .popup-callback .form__label:not(.form__label_text),
    .popup-action .form__label:not(.form__label_text) {
        width: 100%;
    }

    .article-item_main .article-item__photo {
        width: 100%;
        position: static;
        display: block;
        height: auto;
        padding-top: 69.93%;
        margin-bottom: 30px;
    }

    .article-item_main {
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        margin-bottom: 65px;
    }

    .article-item:hover {
        margin: 0;
        box-shadow: none;
    }

    .article-item:hover .article-item__text {
        padding: 0;
        margin-top: 0;
    }

    .article-item_main:hover {
        margin: 43px 0 65px;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .article-item__desc {
        font-size: 16px;
    }


}

@media all and (max-width: 900px) {
    .cities__selected span {
        max-width: 70px;
    }

    .main {
        height: 380px;
    }

    .form__fields {
        padding-left: 30px;
        padding-right: 30px;
    }

    .form-block__desc {
        line-height: 1.4;
    }

    .form__label {
        width: 30%;
    }

    .stats {
        padding-top: 60px;
    }

    .stats__list {
        margin-top: 50px;
    }

    .footer-contact__desc {
        max-width: 170px;
    }

    .footer-contact {
        margin-right: 32px;
    }

    .footer-contact:nth-child(2) {
        margin-right: 26px;
    }

    .footer__bottom {
        padding-top: 19px;
    }

    .footer {
        padding-bottom: 26px;
    }

    .footer__bottom {
        border-top-width: 2px;
    }

    .footer__pages {
        width: 150px;
        text-align: left;
        line-height: 1.85;
        margin-left: 20px;
    }

    .site-map__links li,
    .footer__pages li {
        margin-bottom: 0;
        margin-left: 20px;
    }

    .site-map__block {
        line-height: 1.9;
    }

    .site-map {
        width: 295px;
        padding-right: 168px;
    }

    .site-map__block {
        width: auto;
    }

    .site-map__block:last-child {
        width: 130px;
    }

    .social {
        padding-top: 8px;
    }

    .site-map__links {
        margin-top: 9px;
    }

    .site-map__block:last-child .site-map__links {
        margin-top: 29px;
    }

    .footer {
        padding-top: 53px;
    }

    .footer__bottom {
        margin-top: 21px;
    }

    .footer__bottom {
        border-top-color: #9d9792;
    }

    .place-address__desc {
        width: 50%;
    }

    .place-address {
        padding-top: 60px;
    }

    .icon-deal-arrow {
        top: -10px;
        right: -10px;
        width: 20px;
        height: 45px;
    }

    .deal-scheme {
        padding-top: 30px;
    }

    .deal__info {
        margin-top: 60px;
    }

    .manager__desc {
        margin-top: 14px;
    }

    .scheme-photo__tag {
        display: none;
    }

    .equipment:hover,
    .equipment.active {
        box-shadow: none;
    }

    .equipment {
        display: none;
        width: 100%;
    }

    .equipment.active {
        display: block;
    }
}

@media all and (max-width: 770px) {
    .callback {
        right: 10px;
    }

    .main {
        height: 358px;
    }

    .mobile-none {
        display: none;
    }

    .red-btn {
        font-size: 14px;
        border-radius: 4px;
    }

    .stat__desc {
        font-size: 15px;
    }

    .stat {
        max-width: 190px;
    }

    .review .col-lg-6:first-child {
        text-align: center;
    }

    .reviews__else {
        margin-top: 33px;
    }

    .reviews {
        padding-bottom: 20px;
    }

    .social__link {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .popup-review {
        display: none;
    }

    .place-address__desc {
        width: 100%;
    }

    .place-distance {
        width: 320px;
        display: block;
        margin: 30px auto 0;
    }

    .place-distance__desc {
        margin-left: auto;
    }

    .scheme__title {
        font-size: 20px;
        height: 39px;
        line-height: 39px;
        padding: 0 10px;
        margin-top: 28px;
        position: relative;
        left: -10px;
    }

    .scheme__params {
        margin-top: 15px;
    }

    .scheme-param:last-child {
        margin-bottom: 24px;
    }

    .text-block {
        margin-top: 24px;
    }

    .scheme_1 {
        padding-top: 29px;
    }

    .schemes-slider__prev,
    .schemes-slider__next {
        top: 50px;
    }

    .how-item p {
        font-size: 18px;
    }

    .article,
    .faq {
        padding-bottom: 60px;
    }

    .contact__list_pt-fix {
        margin-top: 0;
        padding-top: 0;
    }

    .manager__title {
        padding-top: 10px;
    }

    .form-block_faq {
        margin-top: -30px;
    }
}

@media all and (max-width: 767px) {
    .app__list {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .app__list .col-lg-3,
    .app__list .col-md-4,
    .app__list .col-md-8,
    .app__list .col-lg-6,
    .app__list .col-md-5 {
        padding-left: 0;
        padding-right: 0;
    }

    .app__field {
        max-width: inherit;
    }

    .app-block:last-child {
        margin-bottom: 52px;
    }

    .app {
        padding-top: 60px;
    }

    .team-director__photo {
        width: 100%;
    }

    .team-director__right {
        width: 100%;
        box-sizing: content-box;
        position: static;
        background: #219653;
        color: #ffffff;
        padding: 28px 40px 34px;
        margin-left: -40px;
    }

    .team-director__name {
        margin-bottom: 22px;
        color: #ffffff;
    }

    .team-director__desc {
        line-height: 1.6;
    }

    .p404 h1 {
        font-size: 40vw;
        line-height: 40vw !important;
        padding-top: 10vw;
    }

    .p404 div {
        line-height: 10vw;
        font-size: 6vw;
    }

    .p404 a {
        padding: 10px;
        line-height: 10vw;
        font-size: 6vw;
        display: block;
    }
}

@media all and (max-width: 680px) {
    .callback {
        right: 7px;
    }

    .tab-links {
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .tab-links__link {
        width: 100%;
    }

    .form__fields {
        padding-right: 22px;
        padding-left: 27px;
    }

    .stat {
        width: 100%;
        max-width: inherit;
        margin-bottom: 38px;
    }

    .stat:last-child {
        margin-bottom: 0;
    }

    .stats {
        padding-top: 64px;
        padding-bottom: 94px;
    }

    .stats__list {
        margin-top: 59px;
    }

    .about__desc p {
        font-size: 17px;
    }

    .about__btn {
        font-size: 18px;
        height: 69px;
    }

    .form__col,
    .form__col:last-child {
        width: 100%;
    }

    .popup-set-review .form__label span,
    .popup-order .form__label span {
        margin-bottom: 24px;
    }

    .form__col:last-child {
        margin-top: 38px;
    }
}

@media all and (max-width: 670px) {

    .footer__pages,
    .footer__bottom,
    .site-map,
    .site-map-grid.spacer {
        display: none;
    }

    .icon-vk-green,
    .icon-inst-green,
    .icon-vk,
    .icon-inst {
        /* fill:#2C3930;
        stroke: #2C3930; */
        width: 46px;
        height: 46px;
    }

    .social__link {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        margin-bottom: 0;
    }

    .social {
        padding-top: 0;
    }

    .footer {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .copyright {
        color: #ffffff;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 300;
        line-height: 22px;
    }

    .social {
        vertical-align: middle;
    }

    .social__link:last-child {
        margin-right: 0;
    }

    .social_text {
        font-size: 3vw;
    }
}

@media all and (max-width: 650px) {
    .form__label {
        width: 100%;
        margin-bottom: 18px;
    }

    .form__label:last-child {
        margin-bottom: 0;
    }

    .form__fields {
        margin-top: 31px;
        padding-top: 26px;
        padding-bottom: 30px;
    }

    .form-block_bg {
        margin-top: 36px;
        padding-bottom: 35px;
        padding-top: 26px;
    }

    .form__info {
        text-align: left;
        line-height: 1.55;
        margin-top: 6px;
    }
}

@media all and (max-width: 590px) {
    .content {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* .callback {
        display: none;
    } */
    .cities__selected {
        padding-left: 18px;
        padding-right: 35px;
    }

    .cities__selected span {
        max-width: inherit;
    }

    .cities {
        left: -20px;
    }

    .cities__item {
        margin-bottom: 13px;
        padding: 0 27px;
    }

    .cities__item:last-child {
        margin-bottom: 0;
    }

    .cities__list {
        padding-bottom: 13px;
    }

    .menu {
        right: 0;
    }

    .main-info__round {
        top: 0;
        left: 0;
    }

    .main-info {
        background: none;
        width: 126px;
        height: 126px;
        left: 10px;
        bottom: 10px;
    }

    .main__bg {
        background-position: center right;
    }

    .main-info__desc {
        display: none;
    }

    .catalog {
        padding-left: 5px;
        padding-right: 5px;
    }

    .catalog__list {
        padding-top: 16px;
        margin-left: -2px;
        margin-right: -2px;
    }

    .catalog__list .col-6 {
        padding-left: 2px;
        padding-right: 2px;
    }

    .catalog-item__size {
        height: 23px;
        line-height: 23px;
        top: 7px;
        padding: 0 6px 0 8px;
    }

    .catalog-item {
        margin-bottom: 8px;
    }

    .catalog {
        text-align: center;
    }

    .tab {
        text-align: center;
    }

    .pay-types {
        padding-top: 43px;
    }

    .pay-type__icon .icon {
        display: block;
        margin: 0 auto;
        position: relative;
    }

    .pay-type__icon {
        height: auto;
    }

    .pay-type__title {
        margin-top: 24px;
    }

    .pay-type {
        padding: 0 0 13px;
    }

    .pay-types__list {
        margin-top: 27px;
    }

    .reviews__hr {
        margin-bottom: 58px;
    }

    .reviews__list {
        margin-top: 27px;
    }

    .icon-play {
        width: 50px;
        height: 50px;
    }

    .video__date,
    .video__title {
        font-size: 16px;
    }

    .video__bottom {
        left: 7px;
        bottom: -1px;
    }

    .about__btn {
        text-align: left;
        padding: 0 10px;
    }

    .director__name {
        font-size: 18px;
    }

    .director__desc {
        margin-top: 3px;
    }

    .director__bottom {
        left: 16px;
        bottom: 8px;
    }

    .about {
        padding-top: 42px;
    }

    .about .content {
        padding-left: 0;
        padding-right: 0;
    }

    .about__desc p {
        font-size: 16px;
        margin-bottom: 21px;
    }

    .about__desc {
        padding-left: 10px;
        padding-right: 10px;
    }

    .about__desc {
        margin-top: 32px;
    }

    .about__btn {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 23px;
    }

    .about .spacer {
        margin-top: 36px;
    }

    .about {
        padding-bottom: 45px;
    }

    .reviews {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-block_black h2 {
        line-height: 1.35;
    }

    .form-block__hr {
        height: 1px;
        background: rgba(0, 0, 0, 0.8);
    }

    .form-block__hr {
        margin-bottom: 44px;
    }

    .form-block__desc {
        line-height: 32px;
        margin-top: 11px;
    }

    .form__col-fields,
    .form-block_black .form__fields {
        padding-left: 10px;
        padding-right: 60px;
        margin-top: -6px;
    }

    .form__col-fields {
        margin: 30px 0;
        padding-right: 0;
    }

    .form__col:last-child {
        padding-right: 10px;
    }

    .form__col:first-child {
        padding-right: 60px;
    }

    .popup-set-review .form__label_text span,
    .popup-order .form__label_text span {
        margin-bottom: 5px;
    }

    .form-block_black .form__label {
        margin-bottom: 34px;
    }

    .form-block_bd-top .content,
    .form-block_black {
        padding-left: 10px;
        padding-right: 10px;
    }

    .form-block_black .form__label:last-child {
        margin-bottom: 0;
    }

    .form-block_black .form__btn {
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }

    .form-block_black .form__info {
        padding-right: 14px;
        margin-top: 17px;
    }

    .form-block_black .form__info a,
    .form-block_black .form__info {
        color: #757575;
    }

    .form-block_black .form__info a:hover {
        color: #209653;
    }

    .form-block_black {
        padding-bottom: 20px;
    }

    .form-block_bd-top {
        padding-left: 0;
        padding-right: 0;
    }

    .form-block_bd-top {
        padding-top: 52px;
        border-top: none;
        position: relative;
    }

    .form-block_bd-top:after {
        content: '';
        position: absolute;
        top: 0;
        left: 10px;
        right: 10px;
        height: 1px;
        background: rgba(0, 0, 0, 0.5);
    }

    .partners__list {
        max-width: 286px;
        margin-left: auto;
        margin-right: auto;
    }

    .partners {
        padding-left: 17px;
        padding-right: 17px;
        margin-bottom: -64px;
    }

    .partners__list img {
        margin-bottom: 42px;
    }

    .partners__list img:nth-child(1) {
        width: 27.27%;
        margin-left: 2px;
    }

    .partners__list img:nth-child(2) {
        width: 29.72%;
    }

    .partners__list img:nth-child(3) {
        width: 27.62%;
    }

    .partners__list img:nth-child(4) {
        width: 30.41%;
    }

    .partners__list img:nth-child(5) {
        width: 33.21%;
    }

    .partners__list img:nth-child(6) {
        width: 25.17%;
    }

    .partners__list img:nth-child(7) {
        width: 36.36%;
        margin-left: 4px;
    }

    .partners__list img:nth-child(8) {
        width: 44.74%;
        bottom: 6px;
    }

    .partners {
        padding-top: 45px;
    }

    .partners__list {
        margin-top: 48px;
    }

    .footer .content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .popup h2 {
        line-height: 1.65;
    }

    .popup {
        padding-bottom: 55px;
        padding-top: 64px;
    }

    .popup .form-block__desc {
        line-height: 1.6;
        padding-top: 4px;
    }

    .page {
        padding-left: 15px;
        padding-right: 15px;
    }

    .house__left {
        display: block;
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
    }

    .page h1 {
        line-height: 1.4;
    }

    .page {
        padding-top: 0;
    }

    .about.page {
        padding-top: 30px;
        margin-top: 0;
    }

    .house__block {
        margin-top: 26px;
    }

    .article-slider__prev,
    .article-slider__next,
    .house-slider__prev,
    .house-slider__next,
    .sold-slider__prev,
    .sold-slider__next {
        display: none;
    }

    .house-control__link {
        width: 12px;
        height: 12px;
        margin-right: 6px;
    }

    .house__schemes img {
        max-width: 86px;
        margin-right: 21px;
    }

    .house__schemes {
        margin-top: 16px;
    }

    .house__place {
        line-height: 28px;
    }

    .house__right {
        margin-top: 17px;
    }

    .house-price__type {
        max-width: 130px;
        font-size: 14px;
        line-height: 14px;
    }

    .house-prices__title {
        font-size: 20px;
        margin-bottom: 1px;
    }

    .house__place {
        margin-bottom: 16px;
    }

    .house-price__sum {
        font-size: 24px;
    }

    .house-price__type {
        margin-top: 13px;
    }

    .house-price {
        padding-right: 13px;
        margin-right: 13px;
    }

    .house__size {
        margin-top: 14px;
        font-size: 22px;
        padding: 7px 16px 9px;
        height: auto;
        line-height: 1.3;
    }

    .house__app {
        font-size: 22px;
    }

    .house__app.discount {
        font-size: 15px;
    }

    .house__info {
        padding-top: 0;
        margin-top: -10px;
    }

    .house__app {
        margin-top: 41px;
    }

    .w-actions {
        padding-top: 43px;
    }

    .w-actions__list {
        margin-top: 23px;
    }

    .w-actions-item__title {
        height: 91px;
        font-size: 24px;
        line-height: 30px;
    }

    .place__photo {
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }

    .place__right p {
        font-size: 16px;
        line-height: 22px;
    }

    .place__right {
        margin-top: 28px;
    }

    .place-params {
        padding: 24px 6px 31px;
    }

    .place-params__title {
        margin-bottom: 18px;
    }

    .place-address .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .place-distance__title {
        padding: 0 7px 2px 1px;
    }

    .place-distance {
        width: 290px;
        margin-top: 11px;
    }

    #placeAddressMap {
        margin-bottom: 15px;
    }

    .place-address {
        padding-top: 31px;
    }

    .place-address .spacer {
        margin-top: 25px;
    }

    .pay-types_last {
        padding-bottom: 18px;
    }

    .pay-types_m-fix {
        padding-top: 0;
        padding-bottom: 0;
    }

    .popup-thank__title,
    .popup-thank__desc {
        line-height: 1.4;
    }

    .action__block {
        margin-top: 36px;
    }

    .action {
        padding-left: 5px;
        padding-bottom: 52px;
        padding-right: 5px;
    }

    .text-block .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .text-block h2 {
        padding-top: 50px;
        margin-bottom: 30px;
    }

    .text-block p {
        margin-bottom: 12px;
    }

    .text-block {
        padding-bottom: 40px;
    }

    .scheme-photo__number {
        width: 20px;
        height: 20px;
        line-height: 18px;
        font-size: 14px;
        border: 1px solid #ff0101;
        background-color: #ffffff;
    }

    .scheme-photo__number_1 {
        top: 68%;
    }

    .schemes-slider__prev {
        left: -3px;
    }

    .schemes-slider__next {
        right: -3px;
    }

    .icon-slider-prev-big,
    .icon-slider-next-big,
    .schemes-slider__prev,
    .schemes-slider__next {
        width: 8px;
        height: 23px;
    }

    .schemes-slider__prev,
    .schemes-slider__next {
        top: 60px;
    }

    .scheme_2 .scheme-photo__number_1 {
        left: 45.4%;
        top: 58.18%;
    }

    .scheme_2 .scheme-photo__number_2 {
        left: 67.525%;
        top: 44.8%;
    }

    .scheme_2 .scheme-photo__number_3 {
        left: 18.4%;
        top: 69.02%;
    }

    .scheme_2 .scheme-photo__number_4 {
        left: 49.8%;
        top: 24.4%;
    }

    .scheme_2 .scheme-photo__number_5 {
        left: 59.6%;
        top: 39.6%;
    }

    .dock {
        padding: 30px 15px;
    }

    .dock__title {
        font-size: 17px;
        line-height: 1.4;
    }

    .how-item p {
        font-size: 16px;
    }

    .how-item {
        padding-left: 30px;
    }

    .how-item span {
        font-size: 22px;
        width: 20px;
    }

    .dock__list {
        font-size: 16px;
    }

    .houses {
        padding-left: 10px;
        padding-right: 10px;
    }

    .houses-item__link,
    .houses-item:nth-child(2n) .houses-item__link {
        text-align: right;
        margin-left: auto;
    }

    .houses-item__photo {
        height: auto;
        padding-top: 67.4%;
    }

    .houses__list {
        margin-top: 29px;
    }

    .houses-item__title {
        font-size: 18px;
        padding-top: 10px;
    }

    .houses-item-floor {
        display: none;
    }

    .houses-item__link {
        margin-top: 12px;
    }

    .houses-item {
        padding-bottom: 16px;
        margin-bottom: 40px;
    }

    .houses-item:last-child {
        margin-bottom: 0;
    }

    .houses__list {
        margin-bottom: -33px;
    }

    .article__center {
        margin-top: 30px;
    }

    .article__center img {
        margin-bottom: 30px;
    }

    .article-control__link img,
    .article-slides img {
        margin-bottom: 0;
    }

    .article p {
        font-size: 15px;
    }

    .article-slider-links {
        margin-bottom: 28px;
    }

    .faq-item__sub-title,
    .faq-item__question {
        font-size: 16px;
        line-height: 1.4;
    }

    .faq__list {
        margin-top: 30px;
    }

    .faq-item__desc {
        margin-bottom: 8px;
    }

    .faq-item__desc,
    .faq-item__info {
        font-size: 15px;
    }

    .faq-item {
        margin-bottom: 30px;
    }

    .deal-scheme__photo_1 {
        width: 148px;
    }

    .deal-scheme__photo_2 {
        width: 243px;
    }

    .deal-scheme {
        left: 0;
        padding-top: 13px;
    }

    .deal-scheme>* {
        display: block;
        margin: 0 auto;
    }

    .icon-deal-arrow {
        margin-top: 6px;
        margin-bottom: -20px;
    }

    .deal__info {
        margin-top: 49px;
        font-size: 20px;
        padding: 5px 15px 6px;
    }

    .icon-deal-arrow {
        top: 0;
        right: 0;
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

    .deal__desc {
        margin-top: 15px;
    }

    .deal__desc strong {
        margin-top: 26px;
    }

    .deal__list li {
        padding-left: 24px;
    }

    .deal__list span {
        left: -10px;
    }

    .deal__list {
        margin-top: 14px;
    }

    .deal {
        padding-bottom: 0;
        margin-bottom: -23px;
    }

    .form-block_deal {
        padding-bottom: 32px;
    }

    .news__list {
        margin-top: 24px;
    }

    .news .col-lg-6:first-child {
        margin-left: -10px;
        margin-right: -10px;
        width: auto;
    }

    .news {
        padding-bottom: 27px;
        margin-bottom: 20px;
    }

    .page_news {
        padding-bottom: 24px;
    }

    .actions__list {
        margin-top: 24px;
    }

    .actions-item {
        padding-bottom: 26px;
        margin-bottom: 42px;
    }

    .page_actions {
        padding-bottom: 52px;
    }

    .actions-item__desc_big {
        font-size: 16px;
    }

    .actions-item__content-title {
        line-height: 22px;
        padding-top: 18px;
    }

    .review-video {
        margin-bottom: 22px;
    }

    .reviews__videos {
        margin-top: 28px;
        margin-bottom: -37px;
    }

    .page_reviews {
        padding-bottom: 55px;
    }

    .send {
        padding-bottom: 76px;
    }

    .send .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .send__desc {
        text-align: center;
        margin-top: 25px;
    }

    .send__btn {
        margin-top: 25px;
    }

    .reviews-block {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 57px;
    }

    .reviews-item__photo {
        width: 94px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    .reviews-block {
        padding-top: 34px;
    }

    .reviews-item {
        padding-bottom: 19px;
        margin-bottom: 33px;
    }

    .answer {
        margin-top: 20px;
    }

    .reviews-block__list {
        margin-bottom: -28px;
    }

    .answer__desc {
        margin-top: 8px;
    }

    .reviews-item:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .reviews-item__right {
        margin-left: 0;
    }

    .reviews-item__desc {
        clear: both;
    }

    .page_contacts .content {
        padding-left: 0;
        padding-right: 0;
    }

    .contact__list {
        margin-top: 10px;
    }

    .contact__list_pt-fix {
        margin-top: 0;
    }

    .way__desc {
        margin-bottom: 14px;
    }

    .page_contacts {
        padding-bottom: 14px;
    }

    .manager {
        padding-top: 38px;
        padding-bottom: 70px;
    }

    .manager .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .manager__btn {
        height: 77px;
        font-size: 22px;
        margin-top: 30px;
        line-height: 30px;
    }

    .personal h1 {
        margin-bottom: 30px;
    }

    .personal__info {
        margin-top: 0;
        padding-left: 0;
        font-size: 16px;
        line-height: 1.4;
    }

    .advantages__title {
        margin-top: 30px;
        padding-bottom: 9px;
        padding-top: 7px;
        font-size: 20px;
        line-height: 1.3;
    }

    .advantages p {
        font-size: 17px;
    }

    .data__list {
        padding: 30px 15px;
    }

    .data__list li>* {
        padding-bottom: 11px;
        font-size: 16px;
    }

    .data__list em {
        padding-right: 14px;
    }

    .data__title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .archive {
        padding-left: 15px;
        padding-right: 15px;
    }

    .app__list {
        margin-top: 35px;
    }

    .app__list>.col-lg-6 .app-block,
    .app-block:last-child,
    .app-block {
        margin-bottom: 40px;
    }

    .app__info {
        margin-top: 0;
    }

    .team-director__photo {
        width: 105.45%;
        left: -17px;
    }

    .team-director h1 {
        display: none;
    }

    .team-director {
        padding-top: 13px;
    }

    .team-director__photo .icon-play {
        top: auto;
        bottom: 26px;
        left: -2px;
    }

    .team {
        background: none;
        padding-top: 39px;
        padding-bottom: 55px;
    }

    .team-item {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    }

    .team-item:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
    }

    .team__list .col-lg-3 {
        padding: 0 3px;
        margin-bottom: 19px;
    }

    .team__list {
        padding-bottom: 0;
    }

    .team__list.row,
    .team__list .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .team-item__name {
        font-size: 18px;
    }

    .team-item__position {
        margin-top: 4px;
        font-size: 12px;
        line-height: 1.1;
    }

    .team-item__bottom {
        padding: 8px 6px 15px;
    }

    .team__list__else {
        margin-bottom: -20px;
    }

    .team-item__desc {
        line-height: 14px;
        padding: 0 12px 8px;
    }

    .team-item__cite {
        font-size: 12px;
        padding: 0 12px;
        bottom: 90px;
        line-height: 16px;
    }

    .form-block_question .form__col-fields,
    .form-block_question .form__col:first-child,
    .form-block_question .form__col:last-child {
        padding-right: 0;
        padding-left: 0;
    }

    .form-block_question .form {
        padding-left: 5px;
        padding-right: 5px;
    }

    .form-block_question .form__btn {
        height: 60px;
        font-size: 14px;
        max-width: inherit;
        margin-top: 40px;
    }

    .form-block_question .form__field_text {
        height: 190px;
    }

    .form-block_question .form__info {
        margin-top: 9px;
    }

    .form-block_question {
        padding-top: 41px;
        padding-bottom: 54px;
    }

    .form-block_question h2 {
        text-align: left;
        padding: 0 5px;
    }

    .form-block_question .form__label span {
        font-size: 16px;
    }

    .form-block_question .form__col-fields {
        margin-top: 57px;
    }

    .form__col:first-child .form__label:first-child {
        margin-bottom: 55px;
    }

    .form-block_question .form__label_text span {
        font-size: 14px;
        padding-bottom: 3px;
    }

    .form-block_question .form__col:last-child {
        margin-top: 69px;
    }

    .team-info h2 {
        font-size: 18px;
        line-height: 40px;
    }

    .team-info {
        padding-top: 42px;
    }

    .team-info p {
        font-size: 16px;
        line-height: 26px;
    }

    .team-info li {
        margin-bottom: 18px;
        min-height: inherit;
        padding-left: 33px;
    }

    .team-info ul {
        margin-top: 26px;
    }

    .team-info li i {
        left: -6px;
        top: 0;
    }

    .team-info li:last-child i {
        left: -10px;
    }

    .team-info li small {
        font-style: italic;
        line-height: 1.35;
    }

    .team-info li small:first-child {
        margin-top: 7px;
    }

    .team-info .content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .catalog.catalog_page {
        padding-top: 10px;
    }

    .popup-callback .form__col:last-child {
        padding-right: 60px;
    }

    .popup-callback h2 {
        line-height: 1.4;
        font-size: 22px;
    }

    .equipment {
        padding: 0;
    }

    .equipment__title {
        font-size: 20px;
        margin-left: -7px;
        margin-bottom: 40px;
        padding: 6px 10px 7px 8px;
    }

    .equipment__list ul {
        margin-top: 13px;
    }

    .equipments__list {
        padding-bottom: 63px;
        margin-top: 27px;
    }

    .equipment__list:after {
        left: -10px;
        top: -3px;
    }

    .article-item_main:hover,
    .article-item_main {
        margin-top: 33px;
    }

    .article-item__title {
        font-size: 24px;
        line-height: 30px;
    }

    .article-item_main .article-item__photo {
        margin-bottom: 22px;
    }

    .article-item__link {
        margin-top: 18px;
        margin-right: 0;
    }

    .article-item {
        padding-bottom: 20px;
        border-bottom: 1px solid #b3b3b3;
    }

    .article__list .col-lg-4 {
        margin-bottom: 38px;
    }

    .article__list .col-lg-4:last-child .article-item {
        border-bottom: none;
    }

    .articles_page {
        padding-bottom: 0;
    }

    .article-item_main:hover,
    .article-item_main {
        margin-bottom: 38px;
    }

    .article-item__title {
        margin-top: 19px;
    }
}

@media all and (max-width: 575px) {
    .pay-types__list .col-lg-4:nth-child(2) {
        border-left: none;
    }
}

@media all and (max-width: 450px) {
    .scheme_2 .scheme-photo__number_1 {
        left: 44.4%;
        top: 58.18%;
    }

    .scheme_2 .scheme-photo__number_2 {
        left: 66.525%;
        top: 43.8%;
    }

    .scheme_2 .scheme-photo__number_3 {
        left: 17.4%;
        top: 68.02%;
    }

    .scheme_2 .scheme-photo__number_4 {
        left: 48.8%;
        top: 23.4%;
    }

    .scheme_2 .scheme-photo__number_5 {
        left: 58.6%;
        top: 38.6%;
    }

    .actions-item__photo {
        width: auto;
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media all and (max-width: 380px) {
    .team-item__name {
        font-size: 14px;
    }

    .team-item__cite,
    .team-item__desc {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media all and (max-width: 350px) {
    .top {
        /* background: url('/local/templates/taimas/css/../images/bg/top-bg-mobile.jpg') no-repeat center left; */
        background-color: #ececec;
        -webkit-background-size: cover;
        background-size: cover;
        /* border-bottom: #CACACA 1px solid; */
    }

    .main_index .main__bg {
        background: url('/local/templates/taimas/css/../images/bg/main-bg-mobile.jpg') no-repeat center !important;
        -webkit-background-size: cover !important;
        background-size: cover !important;
    }

    .team__list .col-6 {
        width: 100%;
        max-width: inherit;
    }

    .team-item__cite {
        bottom: 70px;
        line-height: 12px;
    }
}






















/*mobile*/
.mobile .popup-review {
    display: none;
}

.mobile .cities:not(.open):hover .cities__list {
    visibility: hidden;
    opacity: 0;
}

.mobile .cities:not(.open):hover .icon-mark {
    fill: #2C3930;
    stroke: #2C3930;
}

.mobile .cities:not(.open):hover {
    background: none;
    color: #ffffff;
}

.mobile .menu-btn:not(.open):hover {
    background: none;
}

.mobile .menu-btn:not(.open):hover .menu-btn__icon:after {
    background: #ffffff;
}

.mobile .menu-btn:not(.open):hover .menu-btn__icon {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.mobile .catalog-item__hv {
    display: none;
}

.mobile .w-actions-item:hover {
    margin: 0 0 20px;
    padding-bottom: 0;
}

.mobile .w-actions-item:hover .w-actions-item__hv,
.mobile .w-actions-item:hover:after {
    opacity: 0;
}

/*end mobile*/

.bx-wrapper .bx-prev {
    background: url(/local/templates/taimas/css/prev.png) 0 0 no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -15px;
    top: 50%;
    left: 30px;
    overflow: hidden;
    text-indent: 999px;
    z-index: 1000;
}

.bx-wrapper .bx-next {
    background: url(/local/templates/taimas/css/next.png) 0 0 no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: -15px;
    top: 50%;
    right: 30px;
    overflow: hidden;
    text-indent: 999px;
    z-index: 1000;
}

img {
    border-radius: 4px;
}

.banner-slider {
    visibility: hidden;
}

.sold-slider {
    visibility: hidden;
}

.plots {
    padding-top: 185px;
    padding-bottom: 92px;
}

.plots-header {
    position: relative;
    margin-top: 73px;
    background: url("/local/templates/taimas/images/230519 PAZELY - 1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.plots-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
}

.plots-header-text {
    position: relative;
    z-index: 1;
    padding: 145px 0 400px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #EEEEEE;
}

.plots-header-name {
    font-size: 50px;
    line-height: 60px;
}

.plots-header-info {
    font-size: 20px;
    letter-spacing: 2px;
}

.plots-header-name span {
    color: #F7E394;
}

.plots-flex {
    display: flex;
    justify-content: space-between;
    padding-top: 94px;
}

.plots-info-img {
    width: 45%;
    object-fit: cover;
}

.plots-promotion-title {
    color: #fe0000;
    padding-top: 70px;
}

.plots-promotion {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.plots-promotion-info {
    font-size: 20px;
}

.plots-promotion-img {
    width: 45%;
    object-fit: cover;
}

.plot-why-title {
    padding-top: 73px;
    text-align: left;
    color: #fe0000;
}

.plot-why-title span {
    color: #219653;
}

.advantages-plot {
    display: flex;
    justify-content: space-around;
}

.advantages-plot-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.advantages-plot-item img {
    height: 130px;
    width: 150px;
    object-fit: contain;
}

.advantages-plot-item p {
    padding-top: 20px;
    text-align: center;
}

#map {
    padding-top: 73px;
}

.plots-photos {
    padding-top: 73px;
    padding-bottom: 73px;
}

.plot-slideshow,
.plot-slideshow:after {
    position: relative;
    width: 100%;
    height: 450px;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.plot-slideshow li span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;

    animation: imageAnimation 21s linear infinite 0s;
}

.plot-slideshow li:nth-child(1) span {
    background-image: url("/local/templates/taimas/images/pazely street.jpg");
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    animation-delay: 0s;
}

.plot-slideshow li:nth-child(2) span {
    background-image: url("/local/templates/taimas/images/230519 PAZELY - 1.jpg");
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    -ms-animation-delay: 5s;
    animation-delay: 5s;
}

.plot-slideshow li:nth-child(3) span {
    background-image: url("/local/templates/taimas/images/pazely sport.jpg");
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    -ms-animation-delay: 10s;
    animation-delay: 10s;
}

.plot-slideshow li:nth-child(4) span {
    background-image: url('/local/templates/taimas/images/pazely child.jpg');
    -webkit-animation-delay: 15s;
    -moz-animation-delay: 15s;
    -o-animation-delay: 15s;
    -ms-animation-delay: 15s;
    animation-delay: 15s;
}

.townhouse-header {
    height: 925px;
    margin-top: 73px;
    background-image: url("/local/templates/taimas/images/town-main-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.town-info {
    max-width: 604px;
    line-height: 24px;
}

.town-info h2 {
    margin-bottom: 40px;
    text-transform: capitalize;
    text-align: left;
}

.town-info button {
    margin: 32px 0 0 0;
}

.town-parameters {
    margin-top: 120px;
}

.town-parameters h2 {
    margin-bottom: 40px;
    text-transform: inherit;
    text-align: left;
}

.town-parameters-flex {
    display: flex;
    justify-content: space-between;
}

.town-parameters-flex-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.town-parameters-flex-item p {
    line-height: 20px;
    text-align: center;
}

.town-parameters-flex-item #area {
    width: 90px;
}

.town-parameters-flex-item #locator {
    width: 48px;
}

.town-parameters-flex-item #ladder {
    width: 80px;
}

.town-parameters-flex-item #parking {
    width: 59px;
}

.town-parameters-flex-item #present {
    width: 77px;
}

.town-gallery,
.gallery-linehouse {
    margin-top: 94px;
}

.gallery-linehouse .bx-prev,
.gallery-linehouse .bx-next {
    top: calc(50% + 18px) !important;
}

.gallery-linehouse .uk-panel {
    display: flex;
    justify-content: center;
}

.town-gallery h2,
.gallery-linehouse h2 {
    margin-bottom: 40px;
    text-transform: inherit;
    text-align: left;
}

.town-gallery-flex {
    display: flex;
    gap: 20px;
}

.town-gallery-flex a {
    position: relative;
}

.town-gallery-flex-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.town-gallery-flex-item img {
    flex: 50%;
    object-fit: cover;
}

.town-description {
    margin-top: 94px;
}

.town-description h2 {
    text-transform: inherit;
}

.town-slider,
.town-dotnav {
    display: none !important;
}

.town-gallery-sale {
    display: block !important;
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

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

    17% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }

    45% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }

    45% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -o-transform: scale(1.1);
    }

    45% {
        opacity: 0;
        -o-transform: scale(1.1);
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }

    45% {
        opacity: 0;
        -ms-transform: scale(1.1);
    }

    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }

    17% {
        opacity: 1;
        transform: scale(1.1);
    }

    45% {
        opacity: 0;
        transform: scale(1.1);
    }

    100% {
        opacity: 0
    }
}

@media (max-width: 1160px) {
    .town-slider {
        display: block !important;
    }

    .town-slider h2 {
        text-align: left;
    }

    .town-slider-item,
    .town-dotnav {
        display: flex !important;
        justify-content: center;
    }

    .town-slider-item img {
        height: 495px;
        object-fit: none;
    }

    .bx-prev,
    .bx-next {
        top: calc(50% + 10px) !important;
    }

    .town-gallery {
        display: none;
        flex-wrap: wrap;
    }

    .town-gallery-flex {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .town-gallery,
    .town-slider {
        margin-top: 73px;
    }

    .townhouse-header {
        height: 554px;
        margin-top: 73px;
        background-image: url("/local/templates/taimas/images/town-main.jpg");
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width: 900px) {
    .town-flex {
        flex-direction: column;
    }

    .town-info {
        max-width: none;
    }

    #town-info-img {
        width: 100%;
        margin-top: 32px;
    }
}

@media (max-width: 590px) {

    .plots {
        padding-top: 10px;
    }

    .plots-header {
        background-position-x: -900px;
    }

    .plots-header-name {
        font-size: 40px;
    }

    .plots-header-text {
        padding: 300px 0 300px 0;
    }

    .plots-flex {
        flex-direction: column;
    }

    .plots-info-img {
        width: 100%;
        padding-top: 20px;
    }

    .advantages-plot {
        padding-top: 20px;
    }

    .advantages-plot-item {
        width: 20%;
    }

    .advantages-plot-item img {
        height: 80px;
        width: 100px;
    }

    .advantages-plot-item p {
        font-size: 14px;
    }

    .plot-slideshow,
    .plot-slideshow:after {
        height: 210px;
    }

    .town-info h2 {
        margin-bottom: 24px;
    }

    .excursion-button {
        height: 44px;
        font-size: 12px;
        margin: 32px auto 0 auto !important;
    }

    #town-info-img {
        display: none;
    }

    .town-parameters,
    .town-description {
        margin-top: 73px;
    }

    .town-parameters-flex {
        justify-content: left;
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .town-parameters-flex-item {
        flex-basis: 50%;
    }


    .town-description h2 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

/* .house-slider{
    visibility: hidden;
} */
/* End */
/* /local/templates/taimas/css/style.css?1748261201141762 */
