* {
    outline: none;
    border: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
}

.table-row {
    display: table-row;
}

.table {
    display: table;
    height: 100%;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
}

#preload {
    margin-top: 80px
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Thin.ttf);
    font-weight: 100;
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Roboto;
    src: url(fonts/Roboto-Black.ttf);
    font-weight: 900;
}

.video {
    width: 100%;
    height: 570px;
    background: #000;
    margin-bottom: 140px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    display: block;
}

.video .mp4 {
    position: absolute;
    width: 100%;
    z-index: 9999;
    left: 0
}

.video .play {
    position: absolute;
    height: 100%;
    width: 100%;
    cursor: hand;
    cursor: pointer;
    z-index: 10000;
    background: url('../images/spacer.png');
}

.video .play.pause {
    background: url('../images/youtube/play.png') no-repeat 50% 50%;
}

body,
html {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    position: relative;
    background: #E5E5E5;
}

body,
td {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    font-size: 16px;
    font-weight: 300
}

a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    border: 0px;
    font-weight: 300
}

/*cursor:url('../images/cursor/hand.cur'),hand*/

ol {
    counter-reset: item;
    margin: 0px;
    padding: 0px
}

ol li {
    display: table-row;
    text-align: left;
    margin: 0px;
    padding: 0px
}

ol li:before {
    content: counter(item) ". ";
    counter-increment: item;
    font-weight: 400
}

ul {
    margin-left: 10px;
    padding-left: 0;
}

ul li {
    margin-left: 7px;
}

/* ------------------ main website css -----------*/
#wraper {
    width: 100%;
    min-width: 1340px;
    position: relative;
    margin: 0px;
    padding: 0px 0px 0px 240px;
    display: block;
    height: auto !important;
    min-height: 100%;
}

/* ------------------- left menu styles ------------*/

#menu.static {
    width: 240px;
    min-width: 240px;
}

#menu.static #fixedmenu {
    width: 240px;
}

#menu.static #mainmenu li span {
    opacity: 1
}

#menu.static #logo {
    width: 31px
}

#menu {
    height: 100%;
    width: 80px;
    min-width: 80px;
    display: block;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    margin: 0 auto;
}

#menu #fixedmenu {
    height: 100%;
    display: block;
    z-index: 2000;
    position: fixed;
    width: 240px;
    top: 0;
    left: 0;
    background: #000000;
}

#menu #logocontent {
    dispay: block;
    margin: 60px 0px 60px 0px;
    height: 40px
}

#menu #logo {
    width: 20px
}

#menu #mainmenu {
    list-style-type: none;
    margin: 0px;
    padding: 40px 0px 10px 25px;
    color: #ffffff;
}

#menu #mainmenu li {
    padding-top: 20px;
    text-align: left;
    font-size: 16px;
    display: table;
}

#menu #mainmenu li img {
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle
}

#menu #mainmenu li a {
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    display: table;
}

#menu #mainmenu li span {
    display: table-cell;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
    vertical-align: middle;
    opacity: 0
}

.active {
    display: none;
}

.pasive {
    display: table-cell;
}

#menu #contacts {
    dispay: block;
    margin: 60px 0px 60px 0px;
}

#menu #contacts #mainmenu li {
    font-size: 16px;
    color: #666666;
}

#menu #contacts #mainmenu li.contacts {
    font-size: 13px;
    line-height: 20px;
}

#menu #contacts #mainmenu li a {
    font-size: 16px;
    color: #666666;
    white-space: nowrap;
    display: table;
}

#menu #contacts #mainmenu a.phone {
    color: #fff
}

/* ----------- styles of part --------------*/

#content {
    background: #E5E5E5;
    min-width: 1100px;
    text-align: center;
    position: relative;
}

#header {
    text-align: center;
    padding: 40px 0px 60px;
}

#header-logo {
    display: block;
    height: 80px;
}

#header-logo img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

/* ------------ buton styles ---------------*/

.knopka {
    text-align: center;
    width: 100%;
    font-weight: 400;
    cursor: pointer;
    cursor: hand;
    background: #00B7D5;
    padding: 15px 25px 15px 25px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    display: block;
    margin: 0 auto
}

.knopka:hover {
    background: #00A6C2
}

.knopka_big {
    font-weight: 400;
    cursor: pointer;
    cursor: hand;
    background: #00B7D5;
    padding: 25px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 24px;
    display: table-cell;
}

.knopka_big:hover {
    background: #00A6C2
}

.knopka_big_white {
    position: relative;
    cursor: pointer;
    cursor: hand;
    background: #ffffff;
    padding: 15px 20px 20px 20px;
    border-radius: 3px;
    font-size: 20px;
    display: table-cell;
    text-align: center
}

.knopka_big_white:hover {
    background: #DBDBDB
}

input[type=submit] {
    -webkit-appearance: none;
}

input[type=buttom] {
    -webkit-appearance: none;
}

/* ------------ title styles ------------------*/

.bigtext {
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    font-size: 28px
}

/* --------main on banner zayavka ------ */
.smalltext {
    text-transform: uppercase;
    font-weight: 300;
    color: #ffffff;
    font-size: 28px
}

/* --------main on banner zayavka ------ */

.blackbig {
    text-transform: uppercase;
    font-size: 42px;
    color: #000000;
    font-weight: 500;
    margin-top: 10px;
    line-height: 42px;
    display: table;
}

/*--------- black big title ----------*/
.whitebig {
    text-transform: uppercase;
    font-size: 42px;
    color: #ffffff;
    font-weight: 500;
}

/*--------- white big title ----------*/
.whitesmall {
    text-transform: uppercase;
    color: #ffffff;
}

/*--------- black little smaler title ----------*/

/* ------------ block flat styles------------------*/

.kvartira {
    background: #ffffff;
    border-radius: 4px;
    display: inline-block;
    width: 310px;
    margin-left: 30px;
    margin-bottom: 30px;
    vertical-align: top;
    cursor: pointer;
    cursor: hand
}

.kvartira .det {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #F6F6F6;
    padding: 20px
}

.kvartira .href {
    text-transform: uppercase;
    color: #000000
}

.kvartira .noswiper {
    width: 310px;
    height: 210px;
    position: relative;
    float: center;
}

.kvartira .noswiper .item img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.kvartira .line {
    background: #D5D5D5;
    height: 1px;
    margin-top: 20px
}

.kvartira .mapmarker,
.kvartira .komnat,
.kvartira .ploscha,
.kvartira .dolar {
    color: #666666;
    margin-top: 20px;
    padding-left: 30px;
    min-height: 23px
}

.kvartira .mapmarker {
    background: url('../images/marker.png') no-repeat 0% 5px
}

.kvartira .komnat {
    background: url('../images/flat.png') no-repeat 0% 5px
}

.kvartira .ploscha {
    background: url('../images/s2.png') no-repeat 0% 7px;
}

.kvartira .dolar {
    background: url('../images/dollar.png') no-repeat 0% 4px
}

/*------------- investments ------------------------*/

.inv {
    background: #ffffff;
    color: #666666;
    border-radius: 4px;
    display: inline-block;
    width: 310px;
    margin-left: 30px;
    margin-bottom: 30px;
    vertical-align: top;
    cursor: pointer;
    cursor: hand
}

.inv .det {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #F6F6F6;
    padding: 20px
}

.inv .href {
    text-transform: uppercase;
    color: #000000
}

.inv .noswiper {
    width: 310px;
    height: 210px;
    position: relative;
    float: center;
}

.inv .noswiper .item img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.inv .line {
    background: #D5D5D5;
    height: 1px;
    margin-top: 20px
}

.inv .mapmarker,
.inv .komnat,
.inv .ploscha,
.inv .dolar {
    color: #666666;
    margin-top: 20px;
    padding-left: 30px;
    min-height: 23px
}

.inv .mapmarker {
    background: url('../images/marker.png') no-repeat 0% 5px
}

.inv .komnat {
    background: url('../images/flat.png') no-repeat 0% 5px
}

.inv .ploscha {
    background: url('../images/s2.png') no-repeat 0% 7px;
}

.inv .dolar {
    background: url('../images/dollar.png') no-repeat 0% 4px
}

/*---------------- analit ----------------------*/
.analit {
    background: #ffffff;
    color: #666666;
    border-radius: 4px;
    display: inline-block;
    width: 310px;
    margin-left: 30px;
    margin-bottom: 30px;
    vertical-align: top;
    cursor: pointer;
    cursor: hand
}

.analit .det {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #F6F6F6;
    padding: 20px
}

.analit .href {
    text-transform: uppercase;
    color: #000000
}

.analit .det_text {
    color: #666666;
    margin-top: 20px;
    min-height: 23px
}

.analit .det_link {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.analit .det_knopka .knopka {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
}

.analit .noswiper {
    width: 310px;
    height: 210px;
    position: relative;
    float: center;
}

.analit .noswiper .item img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.analit .line {
    background: #D5D5D5;
    height: 1px;
    margin-top: 20px
}

/* -------------- icons style ------------------*/

.info {
    max-width: 1000px;
    width: 100%;
    margin: 70px auto 70px auto;
    line-height: 26px;
    text-align: center;
}

.text_block>div:first-child {
    display: inline-block;
    width: 50%;
    padding: 5px 60px 0px 0px;
    text-align: left;
    vertical-align: top;
}

.text_block>div:last-child {
    display: inline-block;
    width: 50%;
    text-align: left;
    vertical-align: top;
    margin-left: -5px
}

.icon_content {
    text-align: center;
    margin: 70px auto 120px auto;
    max-width: 1000px;
    width: 100%;
}

.icons {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px
}

.icons sup {
    top: -0.4em;
    vertical-align: baseline;
    position: relative;
}

.icons>div:first-child {
    display: table;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 2px solid #ffffff;
    margin: 0 auto
}

.icons>div:first-child img {
    max-height: 52px;
    max-width: 52px;
    margin-top: 7px;
}

.icons>div>div {
    width: 96px;
    height: 96px;
    background: #F0F0F0;
    border: 3px solid #E5E5E5;
    border-radius: 47px;
    display: table-cell;
    vertical-align: middle
}

.icons>div:last-child {
    background: url('../images/line.png') no-repeat 50% 0%;
    padding-top: 10px;
    margin-top: 15px
}

/* --------------- shadow on big image --------*/

.shadow {
    min-height: 193px;
    background: url('../images/shadow.png') repeat-x 0% 0%;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: table
}

.shadow>div {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 50px;
    text-align: center;
}

.shadow .build_descr {
    margin-top: 20px;
}

.shadow .build_descr .whitesmall {
    margin-top: 0;
    font-size: 12px;
}

.shadow .build_text {
    margin-bottom: 10px;
    text-transform: none;
    font-size: 18px;
    text-transform: none;
    color: #fff;
}

/* ------------ panorama style ----------------------*/

.panorama_conteiner {
    position: relative;
    height: 570px;
    width: 100%;
}

.panorama_conteiner .panorama {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    left: 0
}

.panorama_conteiner .arrow_right {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: 10px;
    background: url('../images/arrow/right.png') no-repeat 50% 50% #000000;
    height: 50px;
    width: 50px;
    cursor: pointer;
    cursor: hand;
    border-radius: 3px;
    opacity: 0.7;
}

.panorama_conteiner .arrow_right.hover {
    background: url('../images/arrow/right.png') no-repeat 50% 50% #00B7D5;
}

.panorama_conteiner .arrow_left {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -60px;
    background: url('../images/arrow/left.png') no-repeat 50% 50% #000000;
    ;
    height: 50px;
    width: 50px;
    cursor: pointer;
    cursor: hand;
    border-radius: 3px;
    opacity: 0.7;
}

.panorama_conteiner .arrow_left.hover {
    background: url('../images/arrow/left.png') no-repeat 50% 50% #00B7D5;
}

/* ----------------- rigth navigation ----------------------*/
#nav_links {
    position: fixed;
    z-index: 9999;
    right: 0px;
    top: 40%;
    background: url('../images/nav_fon.png') repeat;
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    text-align: right;
    outline: none;
    padding: 14px 0px 14px 0px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.nav_link_text {
    cursor: default;
    display: none;
    position: absolute;
    white-space: nowrap;
    right: 60px;
    font-size: 16px;
}

.nav_link_img {
    cursor: hand;
    cursor: pointer;
}

.nav_link_img1 {
    width: 10px;
    height: 10px;
    padding: 10px 25px 10px 25px;
    display: block;
    background: url('../images/kryg_zvuch.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.nav_link_img2 {
    width: 10px;
    height: 10px;
    padding: 10px 25px 10px 25px;
    display: none;
    background: url('../images/kryg_obran.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* ------------------ forma contacts -----------------------*/
.forma {
    color: #ffffff;
    background: url('../images/forma_fon.png') no-repeat;
    background-size: 100% 100%;
    min-height: 650px
}

#formcontent {
    padding: 90px 0px 40px 0px;
    text-align: center
}

.forma .contacts {
    display: inline-block;
    padding: 0px 70px 0px 70px;
    vetical-align: top
}

.forma .contacts:nth-child(even) {
    border-left: 1px solid #696969
}

.forma .foto {
    display: table-cell;
}

.forma .foto img {
    height: 120px;
    width: 120px;
    border-radius: 60px;
}

.forma .text {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    padding-left: 30px
}

.forma #forma {
    padding-top: 160px;
    width: 660px;
    margin: 0 auto
}

.forma #forma div>div>div {
    display: table-cell;
    padding-bottom: 10px;
}

.forma #forma input[type=text] {
    border: 0px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #9c9c9c;
    background-color: transparent;
    width: 100%
}

.forma #forma input[type=text].ok {
    color: #ffffff
}

.forma #forma input[type=submit] {
    margin: 50px auto 50px auto;
    cursor: pointer;
    cursor: hand;
}

.forma #forma input[type=button] {
    margin: 50px auto 50px auto;
    cursor: pointer;
    cursor: hand;
}

.forma #info {
    font-size: 13px;
    color: #9c9c9c
}

.form_line {
    border-bottom: 1px solid #ffffff;
    font-size: 24px;
}

.forma .form_line.ok {
    border-bottom: 1px solid #00b7d5;
    font-size: 24px;
}

.forma .form_line.error {
    border-bottom: 1px solid #d23838;
}

/* ------------------- kvartira detalno ------------------------*/
#overlay_form {
    background: #ffffff;
    z-index: 6000;
    width: 990px;
    border-radius: 5px;
    padding: 0px;
    z-index: 10000;
    text-align: left
}

#overlay_form #infoblock {
    display: table-cell;
    padding: 30px;
    width: 280px;
    background: #EBEBEB;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: top;
}

#overlay_form #flat_build_ico {
    border-radius: 3px;
    width: 70px;
    height: 50px
}

.flat_info {
    padding: 0px 0px 25px 0px;
    color: #000000;
    width: 220px;
}

.flat_info:not(:last-child) {
    border-bottom: 1px solid #CFCFCF;
}

.flat_info .flat_info_container {
    margin-top: 20px;
}

.flat_info .flat_info_container.-marker- {
    padding-left: 30px;
    min-height: 23px
}

#overlay_form .mapmarker {
    background: url('../images/marker.png') no-repeat 0% 5px
}

#overlay_form .komnat {
    background: url('../images/flat.png') no-repeat 0% 5px
}

#overlay_form .etaj {
    background: url('../images/etaj.png') no-repeat 0% 3px
}

#overlay_form .ploscha {
    background: url('../images/s2.png') no-repeat 0% 7px
}

#overlay_form .dolar {
    background: url('../images/dollar.png') no-repeat 0% 4px
}

.fixed {
    position: fixed;
}

#overlay_form .flat_content {
    display: table-cell;
    padding: 0px;
    vertical-align: top;
    width: 710px
}

#overlay_form .flat_content>img {
    margin-top: 10px
}

#overlay_form .flat_content_block {
    padding: 50px 40px 30px 50px;
    width: 100%
}

#overlay_form .flat_text {
    padding: 10px 40px 20px 50px
}

#overlay_form h1 {
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    font-size: 18px;
    margin: 0px;
    padding: 0px
}

#overlay_form .flat_text h1 {
    text-transform: uppercase;
    font-weight: 500;
    color: #000000;
    font-size: 18px;
    margin-top: 10px
}

#overlay_form .flat_text p {
    line-height: 26px
}

#overlay_form .smallinfo {
    font-size: 12px;
    color: #a3a3a3;
    margin-top: 5px
}

ul.li {
    list-style-type: none;
    margin: 25px 0px -20px 0px;
    padding: 0px;
}

ul.li li {
    margin-left: 0px;
    padding-left: 30px;
    padding-bottom: 20px;
    text-align: left;
    background: url('../images/li.png') no-repeat 3px 5px
}

#overlay_form #contacts {
    background: url('../images/logo_small_contacts.png') no-repeat 0px 27px;
    padding: 25px 0px 0px 30px
}

#overlay_form #phone {
    margin-top: 20px
}

#overlay_form #close {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    cursor: hand;
    width: 40px;
    height: 40px;
    background: url(../images/close_small.png) no-repeat 50% 50%
}

#overlay_form .foto {
    display: table-cell;
}

#overlay_form .foto img {
    height: 100px;
    width: 100px;
    border-radius: 50px;
}

#overlay_form .contacts {
    text-transform: uppercase;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    padding-left: 30px
}

#overlay_form .text {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 13px;
    color: #9c9c9c;
    font-weight: 300;
}

#overlay_form #info {
    font-size: 13px;
    color: #9c9c9c
}

/* ---- callback form*/
.formaflat {
    height: 410px;
    display: flex;
    justify-content: center;
}

.formaflat .formcontent {
    flex: 1;
}

.formaflat .formerror,
.formaflat .formresult {
    display: none;
    flex: 1;
}

.formaflat .formresult_content,
.formaflat .formerror_content {
    height: 100%;
    width: 100%;
    align-items: center;
}

.formaflat .formresult_content_info,
.formaflat .formerror_content_info {
    flex: 1;
    display: flex;
    align-items: center;
}

.formaflat .formresult_content_button,
.formaflat .formerror_content_button {
    flex: 0 0 150px;
}

.formaflat .formresult_content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: stretch;
}

/* content */
.formaflat .formcontent_content {
    display: flex;
    padding: 100px 50px 100px 50px;
    align-items: flex-start;
}

.formaflat .formcontent_content_contacts {
    padding-right: 40px;
    flex: 0 0 50%;
}

.formaflat .formcontent_content_inputs {
    padding-left: 50px;
    padding-top: 15px;
    width: 50%;
    border-left: 1px solid #E0E0E0;
}

.formaflat .formerror_content {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.formaflat .formtext {
    position: relative;
    margin-left: 15px;
    padding-left: 20px;
}

/*.formaflat .formtext:after{
    content:'';
    display:block;
    top:4px;
    left:0;
    position:absolute;
    width:1px;
    height:36px;
    background:#B3B3B3;
}*/

.formaflat .form_line {
    border-bottom: 1px solid #9c9c9c;
    font-size: 14px;
    padding-bottom: 10px
}

.formaflat .form_line.ok {
    border-bottom: 1px solid #00b7d5;
}

.formaflat .form_line.error {
    border-bottom: 1px solid #d23838;
}

.formaflat .form_line input[type=text] {
    width: 100%;
    border: 0px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    background-color: transparent;
}

.formaflat .form_line.error input[type=text] {
    color: #d23838;
}

.formaflat input[type=submit] {
    margin-top: 50px;
    cursor: pointer;
    cursor: hand
}

/* ------ subscribe --- */
.subscribe {
    height: 135px;
    display: flex;
    justify-content: center;
}

.subscribe .formcontent {
    flex: 1;
}

.subscribe .formerror,
.subscribe .formresult {
    display: none;
    flex: 1;
}

.subscribe .formresult_content,
.subscribe .formerror_content {
    height: 100%;
    width: 100%;
    align-items: center;
}

.subscribe .formresult_content_info,
.subscribe .formerror_content_info {
    flex: 1;
    display: flex;
    align-items: center;
}

.subscribe .formresult_content_button,
.subscribe .formerror_content_button {
    flex: 0 0 150px;
}

.subscribe .formresult_content {
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: stretch;
}

/* content */
.subscribe .formaflat .formcontent_content {
    display: flex;
    padding: 0px;
    align-items: flex-start;
}

.subscribe .formcontent_content_contacts {
    padding-right: 40px;
    flex: 0 0 50%;
}

.subscribe .formcontent_content_inputs {
    margin-block-start: 1.5em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

.subscribe .formerror_content {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.subscribe .formtext {
    position: relative;
    margin-left: 15px;
    padding-left: 20px;
    flex: 1;
}

.subscribe .form_line {
    border-bottom: 1px solid #9c9c9c;
    font-size: 14px;
    padding-bottom: 10px
}

.subscribe .form_line.error {
    border-bottom: 1px solid #d23838;
}

.subscribe .form_line input[type=text] {
    width: 100%;
    border: 0px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #000000;
    background-color: transparent;
}

.subscribe .form_line.ok input[type=text] {
    color: #000000;
}

.subscribe .form_line.error input[type=text] {
    color: #d23838;
}

.subscribe input[type=submit] {
    margin-top: 40px;
    cursor: pointer;
    cursor: hand
}

/*------------------------- search form flat ------------------------------*/
#search {
    position: relative;
    z-index: 10000;
    width: 610px;
    margin-top: 20px;
}

#search_form {
    display: none;
    border-radius: 3px;
    background: #ffffff;
    margin-top: 3px;
    border: 1px solid #00B7D5
}

#search_form .search_form_block {
    display: block;
    position: relative;
    background-size: 100% 100%;
    padding: 25px;
    text-align: left
}

#search_form .block_komnati {
    border-radius: 3px;
    border: 1px solid #00B7D5;
    display: table;
    margin-top: 25px
}

#search_form .block_komnati div {
    display: table-cell;
    height: 40px;
    width: 40px;
    vertical-align: middle;
    text-align: center;
    cursor: hand;
    cursor: pointer
}

#search_form .block_komnati div:not(:last-child) {
    border-right: 1px solid #B3B3B3
}

#search_form .block_komnati div.selected {
    color: #ffffff;
    background: #00B7D5;
    border-right: 1px solid #00B7D5
}

#search_form .block_ceni {
    display: table;
    margin-top: 5px;
}

#search_form .block_ceni div[data-value] {
    margin-top: 20px;
    cursor: hand;
    cursor: pointer;
}

#search_form .block_ceni div[data-value] div:first-child {
    display: table-cell;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #B3B3B3;
    border-radius: 3px
}

#search_form .block_ceni div[data-value] div:last-child {
    display: table-cell;
    padding-left: 20px
}

#search_form .block_ceni div[data-value] div.selected {
    background: #00B7D5;
    border: 1px solid #00B7D5;
}

#search_form .block_metr {
    display: block;
    margin-top: 5px;
}

#search_form .block_metr div[data-value] {
    margin-top: 15px;
    cursor: hand;
    cursor: pointer;
    float: left;
    width: 50%
}

#search_form .block_metr div[data-value] sup {
    font-size: 10px
}

#search_form .block_metr div[data-value] div:first-child {
    display: table-cell;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #B3B3B3;
    border-radius: 3px
}

#search_form .block_metr div[data-value] div:last-child {
    display: table-cell;
    padding-left: 20px
}

#search_form .block_metr div[data-value] div.selected {
    background: #00B7D5;
    border: 1px solid #00B7D5;
}

.show_search_form>span {
    overflow: hidden;
    width: 250px;
    word-space: nowrap
}

.show_search_form {
    background: url('../images/arrow_gray.png') 350px 50% no-repeat #ffffff;
    width: 390px
}

.show_search_form:hover {
    background: url('../images/arrow_gray_blue.png') 350px 50% no-repeat #DBDBDB;
    font-size: 20px;
    font-weight: 300;
}

.show_search_form.selected {
    color: #00b7d5;
    font-size: 16px;
    font-weight: 400;
    text-align: left
}

#search_form .seach_button {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand
}

#search_form .seach_button:hover {
    background: #DBDBDB
}

#search_form .seach_button.selected {
    background: #00B7D5;
    color: #ffffff;
}

/*div{border:1px solid #000000}*/

/* ------------------------ SWIPER -------------------------------*/

.swiper-container {
    width: 310px;
    height: 210px;
    border: none
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 310px;
    height: 210px;
}

.swiper-slide img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.swiper-pagination-bullet {
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-pagination {
    text-align: left;
    padding: 0px 80px 0px 20px;
}

.swiper-button-prev,
.swiper-button-next {
    top: auto;
    left: auto;
    bottom: 0;
    height: 30px;
    width: 30px;
    margin-bottom: 15px;
}

.swiper-button-prev {
    background: url('../images/arrow/left_small.png') no-repeat 50% 50% #000000;
    opacity: 0.7;
    z-index: 100000;
    border-radius: 3px;
    right: 60px
}

.swiper-button-prev:hover {
    background: url('../images/arrow/left_small.png') no-repeat 50% 50% #00B7D5;
}

.swiper-button-next {
    background: url('../images/arrow/right_small.png') no-repeat 50% 50% #000000;
    opacity: 0.7;
    z-index: 100000;
    border-radius: 3px;
    right: 15px
}

.swiper-button-next:hover {
    background: url('../images/arrow/right_small.png') no-repeat 50% 50% #00B7D5;
}