@font-face {
  font-family: 'Lato';
  src: url('../main/fonts/Lato-Regular.eot');
  src: url('../main/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    url('../main/fonts/Lato-Regular.woff2') format('woff2'),
    url('../main/fonts/Lato-Regular.woff') format('woff'),
    url('../main/fonts/Lato-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../main/fonts/Lato-Medium.eot');
  src: url('../main/fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),
    url('../main/fonts/Lato-Medium.woff2') format('woff2'),
    url('../main/fonts/Lato-Medium.woff') format('woff'),
    url('../main/fonts/Lato-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../main/fonts/Lato-Semibold.eot');
  src: url('../main/fonts/Lato-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../main/fonts/Lato-Semibold.woff2') format('woff2'),
    url('../main/fonts/Lato-Semibold.woff') format('woff'),
    url('../main/fonts/Lato-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../main/fonts/Lato-Bold.eot');
  src: url('../main/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    url('../main/fonts/Lato-Bold.woff2') format('woff2'),
    url('../main/fonts/Lato-Bold.woff') format('woff'),
    url('../main/fonts/Lato-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../main/fonts/Lato-Light.eot');
  src: url('../main/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
    url('../main/fonts/Lato-Light.woff2') format('woff2'),
    url('../main/fonts/Lato-Light.woff') format('woff'),
    url('../main/fonts/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url('../main/fonts/Lato-Black.eot');
  src: url('../main/fonts/Lato-Black.eot?#iefix') format('embedded-opentype'),
    url('../main/fonts/Lato-Black.woff2') format('woff2'),
    url('../main/fonts/Lato-Black.woff') format('woff'),
    url('../main/fonts/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
p,
dl,
dt,
dd,
ol,
ul,
li fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  overflow-x: hidden;
}

body,
html {
  width: 100%;
}

input,
textarea {
  resize: none;
}

body {
  position: relative;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  color: #363232;
  height: 100%;
  padding: 0;
}

h1,
h2,
h3,
h4,
p {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus {
  outline: none;
  color: inherit;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:before,
a:after {
  text-decoration: none;
}

a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  /* remember to define focus styles! */
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------Preloader----------------*/
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #f9f7f6;
  z-index: 100500;
}

#page-preloader .spinner,
#appendblock .spinner {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../main/images/45.gif) no-repeat 50% 50%;
  margin: -32px 0 0 -32px;
}

/*----------------Preloader END----------------*/
/*For clearfix*/
.clfx:before,
.clfx:after {
  content: "";
  display: table;
}

.clfx:after {
  clear: both;
}

.clfx {
  zoom: 1;
  /* Хак для IE 6 и 7 */
}

.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  overflow: hidden;
}

/* /For clearfix*/
/*For wrap*/
.container-fluid {
  position: relative;
  max-width: 1110px;
  height: 100%;
  padding: 0 15px;
}

/* /For wrap*/
/*For pull*/
.mt {
  margin-top: 60px !important;
}

.mb {
  margin-bottom: 30px;
}

.pl {
  padding-left: 20px;
}

.mr {
  margin-right: 50px;
}

.ml {
  margin-left: 50px;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.tac {
  text-align: center !important;
}

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

.ttu {
  text-transform: uppercase !important;
}

.ttn {
  text-transform: none !important;
}

.m0a {
  margin: 0 auto !important;
}

/*----------------@media--------------------*/
@media (max-width: 1330px) {
  .scroll-box .col-sm-10 {
    padding-left: 80px !important;
  }
}

@media (max-width: 1199px) {
  .top-list.d-txt a {
    color: #363232 !important;
  }

  .container-fluid {
    padding-left: 70px !important;
  }

  .scroll-box {
    max-width: 991px !important;
  }

  .data-left-block {
    max-width: 160px !important;
  }

  .in-news-page .data-left-block .big-txt {
    font-size: 20px !important;
  }

  .main-info .col-md-7 {
    padding-right: 100px !important;
  }

  .logo {
    margin-right: 50px !important;
  }

  .other-page .logo {
    margin-right: 50px !important;
  }

  .link-sale::after {
    right: -30px !important;
  }

  .in-apart-page .data-left-block {
    max-width: 200px !important;
  }

  .logo-left .logo {
    margin-right: 240px !important;
  }

  .in-apart-page .col-sm-9 {
    padding-left: 80px !important;
  }

  .in-apart-page .big-txt {
    font-size: 25px !important;
  }

  .vertical-slider li a span {
    font-size: 25px !important;
  }

  .about-page .scroll-box {
    padding-left: 110px !important;
  }

  .scroll-box .col-sm-10 {
    padding-left: 20px !important;
  }

  .logo-absolute .logo.logo-block {
    width: 120px !important;
    margin-left: -60px !important;
  }
}

@media (min-width: 991px) {

  .vertical-slider .slick-prev,
  .vertical-slider .slick-next {
    left: 50%;
    right: inherit;
    margin-left: -10px;
    transform: rotate(90deg);
  }

  .vertical-slider .slick-prev {
    top: -5%;
  }

  .vertical-slider .slick-next {
    bottom: -5%;
    top: inherit;
  }
}

@media (max-width: 991px) {
  .scroll-box {
    position: relative !important;
    height: 100% !important;
    overflow: visible !important;
  }

  .news-page,
  .in-news-page,
  .about-page {
    height: 100% !important;
  }

  .data-left-block {
    position: fixed !important;
    height: 100vh !important;
  }

  .main-info .col-md-5 {
    display: none !important;
  }

  .info-right-bg {
    max-width: 100% !important;
  }

  .main-info h1,
  .main-info h3,
  .link-sale,
  .top-list a {
    color: #fff !important;
  }

  .main-info .col-md-7 {
    padding-right: 20px !important;
  }

  .doc-page .data-left-block {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100px !important;
    left: 0 !important;
    padding: 20px !important;
    background: transparent !important;
    margin-bottom: 60px !important;
  }

  .gallery-page .data-left-block {
    height: 60px !important;
  }

  .doc-page .data-left-block .nav {
    display: block;
    padding-left: 40px !important;
  }

  .nav-tabs>li {
    float: left !important;
  }

  .nav-tabs>li a,
  .nav-tabs>li a span {
    display: inline-block !important;
    color: #575454 !important;
    font-size: 18px !important;
  }

  .doc-page .col-sm-2 {
    display: none;
  }

  .nav-tabs>li.active>a,
  .nav-tabs>li.active>a:hover,
  .nav-tabs>li.active>a:focus,
  .nav-tabs>li>a:hover {
    border-bottom: 1px solid #01B0F3 !important;
  }

  .nav-tabs>li>a {
    border-bottom: 1px solid transparent !important;
  }

  .in-apart-page .data-left-block {
    position: absolute !important;
    height: 100% !important;
  }

  .grey-line .btn-blue {
    float: none !important;
    margin: 30px auto 0;
  }

  .in-apart-page .col-sm-9 {
    padding-left: 20px !important;
  }

  .vertical-slider li a span,
  .vertical-slider li a {
    color: #575454 !important;
  }

  .gallery-page .col-sm-10 {
    padding-left: 20px !important;
  }

  .gallery-page {
    min-height: 100% !important;
  }

  .p {
    width: 100% !important;
    margin-bottom: 50px;
  }

  /*.f_cont{
    height: 260px!important;
  }*/
  .p_zag {
    font-size: 14px !important;
  }

  .select-wrapper select {
    font-size: 12px !important;
  }

  .dn-block-filter {
    display: block !important;
  }

  .pl {
    width: 48% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 40px !important;
  }

  .pl+.pl {
    margin-left: 15px !important;
  }

  .gallery-page .data-left-block {
    min-height: inherit !important;
  }

  .selection-apart-page h1,
  .header-selection a {
    font-size: 30px !important;
  }

  .selection-apart-page h1 {
    padding-left: 60px;
  }

  .header-selection a {
    padding-right: 60px;
  }

  .scroll-box .col-sm-10 {
    padding-left: 50px !important;
  }

  .vertical-slider .slick-prev {
    background: url(../main/images/content/arr-slider-d.png) 0% 0% no-repeat;
  }

  .vertical-slider .slick-next {
    background: url(../main/images/content/arr-slider-d.png) 100% 0% no-repeat;
  }

  .vertical-slider .slick-prev,
  .vertical-slider .slick-next {
    margin-top: -12px !important;
  }
}

@media (max-width: 768px) {
  .btn-menu {
    position: absolute !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    top: 35px !important;
    left: 15px !important;
    z-index: 11;
    background-color: transparent !important;
  }

  header {
    background-color: #f5f1f1;
    height: 80px !important;
    padding: 10px 0 !important;
  }

  .btn-menu p,
  .phone-header,
  .top-list,
  .btn-call-me,
  .link-sale {
    display: none !important;
  }

  .like-pull,
  .call-me-phone {
    display: block !important;
  }

  .logo.pull-left {
    float: none !important;
    margin: 1px auto 0 auto !important;
  }

  .btn-menu .icon-bar {
    max-width: 20px !important;
  }

  .btn-menu .icon-bar+.icon-bar {
    max-width: 15px !important;
  }

  .container-fluid {
    padding: 0 15px !important;
  }

  .footer-info {
    text-align: left !important;
  }

  .big-phone {
    /* position: absolute!important;
    top: -220px!important; */
  }

  .schedule {
    /* position: absolute!important;
    top: -180px!important; */
  }

  footer {
    padding-top: 60px !important;
  }

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

  .main-info {
    padding-top: 180px !important;
  }

  .main-info .col-lg-7 {
    padding-right: 20px !important;
  }

  .consultation .btn-blue {
    margin-bottom: 30px !important;
  }

  footer li a {
    font-size: 15px !important;
  }

  .best-choice h1,
  .about-project h1,
  .consultation h1 {
    font-size: 30px !important;
  }

  .one-choice {
    padding-top: 20px !important;
  }

  .choice-price {
    padding-top: 20px !important;
  }

  .choice-txt {
    padding: 0 10px 20px 10px !important;
  }

  .menu-block {
    height: 100% !important;
    overflow-y: scroll;
  }

  .news-page {
    background: #fff !important;
  }

  .one-news-link {
    color: #212121 !important;
  }

  .one-news-link h1 {
    font-size: 18px !important;
    font-weight: 900 !important;
  }

  .one-news-link p {
    font-size: 14px !important;
    font-weight: 400 !important;
  }

  .more-news.dn,
  .doc-page .data-left-block {
    display: block !important;
  }

  .data-left-block {
    display: none !important;
  }

  .menu-block .like-pull {
    display: none !important;
  }

  .gmap {
    position: relative !important;
    max-width: 100% !important;
    height: 300px !important;
    min-height: inherit !important;
    margin-top: 20px;
    overflow: hidden;
  }

  .doc-page .data-left-block .nav {
    display: block;
    padding-left: 0px !important;
  }

  .one-doc p,
  .one-doc span {
    display: block !important;
    padding-left: 0 !important;
  }

  .in-apart-page .dn {
    display: block !important;
  }

  .mob-block-data {
    display: block !important;
  }

  .news-page h1 {
    display: block !important;
  }

  .title-mob-top {
    position: absolute;
  }

  .doc-page .title-mob-top {
    top: -190px !important;
  }

  .gallery-page .title-mob-top {
    top: -150px !important;
  }

  .contacts-page .popup1 {
    font-size: 24px !important;
  }

  .selection-apart-page h1 {
    font-size: 30px !important;
  }

  .about-page .scroll-box {
    padding-left: 0px !important;
  }

  .vertical-slider li a span {
    font-size: 20px !important;
  }

  .selection-apart-page h1,
  .header-selection a {
    font-size: 18px !important;
  }

  .selection-apart-page h1 {
    padding-left: 20px;
  }

  .header-selection a {
    padding-right: 20px;
  }

  .header-selection {
    top: 30px !important;
  }

  .logo-absolute .logo.logo-block {
    display: none !important;
  }

  .logo-absolute .logo {
    display: block !important;
  }

  .large-filter .f_cont {
    height: 1050px !important;
  }

  .f_cont {
    height: 390px !important;
  }

  .f_cont .p {
    margin: 0 auto 40px auto !important;
  }

  .scroll-box .col-sm-10,
  .scroll-box .col-sm-8 {
    padding-left: 20px !important;
  }

  .dn-form-mob {
    display: block !important;
  }
}

@media (max-height: 770px) {
  .menu-block {
    height: 100% !important;
    overflow-y: scroll;
  }

  .one-news-link {
    margin-bottom: 40px !important;
  }

  .one-news-link h1 {
    margin-bottom: 10px !important;
  }

  .content {
    padding: 150px 0 50px !important;
  }

  .contacts-page {
    padding-bottom: 0 !important;
  }
}

@media (max-width: 550px) {

  .in-news-page h1,
  .about-page h1 {
    font-size: 25px !important;
  }

  .best-choice h1,
  .about-project h1,
  .consultation h1,
  .in-news-page h1,
  .about-page h1 {
    margin-bottom: 20px !important;
  }

  .best-choice {
    padding-top: 30px !important;
  }

  .in-news-page .col-sm-8 {
    padding-left: 20px !important;
  }

  .pl+.pl {
    margin-left: 0px !important;
  }

  .pl {
    width: 100% !important;
  }

  .selection-apart-page h1,
  .header-selection a {
    font-size: 14px !important;
  }

  .pagination>li>a,
  .pagination>li>span {
    padding: 3px 8px;
  }

  #toTop {
    position: fixed;
    display: none !important;
    width: 65px;
    height: 65px;
    border-radius: 35px;
    text-align: center;
    line-height: 65px;
    background-color: rgba(1, 176, 243, 0.6);
    color: #fff;
    bottom: 30px;
    left: 50%;
    margin-left: -32px;
    z-index: 20;
  }

  #toTop:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 5px;
    background: url(../main/images/content/up-arrow.png) no-repeat;
    top: 10px;
    left: 50%;
    margin-left: -5px;
  }

  #toTop.fixed {
    display: block !important;
  }
}

/*----------------@media END---------------*/
/*----------------Scroll-------------------*/
::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  height: 1px;
  width: 5px;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-button {
  background-image: url('');
  background-repat: no-repeat;
  height: 0px;
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: #01b0f3;
  border-radius: 0px;
  webkit-border-radius: 0px;
}

::-webkit-scrollbar-track {
  background-color: #f5f1f0;
}

/*----------------Scroll END---------------*/
/*----------------Index--------------------*/
/*----------------Header-------------------*/
header {
  position: absolute;
  width: 100%;
  padding-top: 30px;
  z-index: 10;
}

.logo {
  display: block;
  width: 160px;
  height: 60px;
  margin-right: 100px;
  margin-top: 5px;
}

.top-list {
  margin-top: 25px;
}

.logo-absolute .top-list {
  margin-left: 250px;
}

.top-list a {
  display: inline-block;
  margin-right: 40px;
  font-family: 'Lato';
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  color: #363232;
}

.top-list.w-txt a {
  color: #fff;
}

.top-list a:hover {
  color: #01b0f3;
}

.phone-header {
  text-align: right;
}

.phone-header.d-txt a,
.phone-header.d-txt p {
  color: #363232;
}

.phone-header.d-txt a:hover,
.contacts-page .popup1:hover {
  color: #363232;
}

.phone-header a {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}

.contacts-page .popup1,
.contacts-page .phone1 {
  display: block;
  font-size: 30px;
  font-weight: 400;
  color: #575454;
}

.phone-header p {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
}

.phone-header a:hover,
.phone-header a:focus,
.phone-header a:active,
.footer-info a:hover,
.footer-info a:focus,
.footer-info a:active {
  color: #fff;
}

/*----------------Header END---------------*/
/*----------------Menu---------------------*/
.btn-menu {
  position: fixed;
  width: 60px;
  height: 100vh;
  padding: 60px 20px;
  background-color: #f5f1f1;
  left: 0;
  top: 0;
  transition: 0.5s;
  z-index: 11;
}

.btn-menu:hover {
  cursor: pointer;
}

.btn-menu .icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  margin-bottom: 3px;
  background-color: #363232;
  transition: 0.5s;
}

.btn-menu .icon-bar+.icon-bar {
  width: 80%;
}

.btn-menu:hover .icon-bar+.icon-bar {
  width: 100%;
}

.btn-menu p {
  text-transform: uppercase;
  color: #363232;
  font-weight: 400;
  margin-top: 40px;
  transform: rotate(-90deg);
}

.btn-menu a {
  display: none;
}

.menu-phone .phone {
  color: #363232;
  font-weight: bold;
}

.like-pull {
  position: absolute;
  display: none;
  width: 18px;
  height: 16px;
  background: url(../main/images/content/mob-header-sprite.png) 0% 0% no-repeat;
  top: 30px;
  right: 60px;
  z-index: 12;
}

.like-pull span {
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 17px;
  background-color: #01abe9;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 17px;
  top: -10px;
  right: -10px;
}

.call-me-phone {
  position: absolute;
  display: none;
  width: 18px;
  height: 18px;
  background: url(../main/images/content/mob-header-sprite.png) 100% 0% no-repeat;
  top: 30px;
  right: 25px;
  z-index: 12;
}

.menu-block {
  position: fixed;
  max-width: 300px;
  height: 100vh;
  padding: 65px 35px 25px 65px;
  background-color: #f5f1f0;
  top: 0;
  left: -300px;
  opacity: 0;
  z-index: 20;
  transition: 0.5s;
}

.open-menu .menu-block {
  left: 0;
  opacity: 1;
}

.btn-close {
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
  color: #303030;
  margin-left: -20px;
  margin-bottom: 40px;
}

.btn-close:hover {
  cursor: pointer;
}

.btn-close:hover:before {
  transform: rotate(-90deg);
}

.btn-close:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../main/images/content/close-btn.png) no-repeat;
  left: -20px;
  top: 0;
  transition: 0.5s;
}

.menu a {
  display: block;
  font-size: 18px;
  color: #303030;
  font-weight: 900;
  margin-bottom: 20px;
}

.menu a:hover,
.menu a.active {
  color: #01b0f3;
}

.addres-menu {
  margin-top: 40px;
  font-size: 14px;
  color: #858484;
}

.soc-block-menu {
  margin-top: 60px;
}

.soc-block-menu a {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 33px;
  background-color: #303030;
}

.soc-block-menu a+a {
  margin-left: 5px;
}

.soc-block-menu a:before {
  content: "";
  position: absolute;
  width: 33px;
  height: 33px;
  top: 0;
  left: 0;
}

.soc-block-menu .vk:before {
  background: url(../main/images/content/soc-block-sprite.png) 0% 0% no-repeat;
}

.soc-block-menu .tele:before {
  background: url(../main/images/content/soc-block-sprite.png) 50% 0% no-repeat;
}

.soc-block-menu .inst:before {
  background: url(../main/images/content/soc-block-sprite.png) 100% 0% no-repeat;
}

.menu-block .like-pull {
  display: block;
  top: 60px;
}

.logo-absolute .logo.logo-block {
  display: block;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-top: 0;
  margin-left: -80px;
  z-index: 20;
}

.logo-absolute .logo {
  display: none;
}

/*----------------Menu END-----------------*/
/*----------------All BTN------------------*/
.btn-all {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  max-width: 310px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.btn-blue {
  background-color: #01b0f3;
  color: #fff;
  -webkit-box-shadow: 0px 11px 13px 5px rgba(1, 174, 243, 0.26);
  -moz-box-shadow: 0px 11px 13px 5px rgba(1, 174, 243, 0.26);
  box-shadow: 0px 11px 13px 5px rgba(1, 174, 243, 0.26);
}

.link-sale {
  text-decoration: none;
  color: #363232;
}

.link-sale:after {
  content: "→";
  position: absolute;
  text-decoration: none !important;
  font-size: 26px;
  right: -15px;
  top: 0;
}

/*----------------All BTN END--------------*/
/*----------------Main info----------------*/
.main-info {
  position: relative;
  width: 100%;
  min-height: 689px;
  background-color: #fff;
  padding-top: 280px;
}

.info-right-bg {
  position: absolute;
  width: 100%;
  max-width: 45%;
  height: 698px;
  right: 0;
  top: 0;
}

.info-right-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 689px;
  background: linear-gradient(to top, rgba(54, 50, 50, 0.6), rgba(54, 50, 50, 0.6)), url(../main/images/content/main-info-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  right: 0;
  top: 0;
}

.main-info .col-lg-7 {
  padding-right: 50px;
}

.main-info .col-lg-5 {
  padding-top: 50px;
}

.main-info h1 {
  font-size: 70px;
  font-weight: 900;
  margin-bottom: 10px;
}

.main-info h3 {
  font-size: 16px;
  color: #363232;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 70px;
}

.one-info {
  position: relative;
  text-align: center;
  margin-bottom: 75px;
  color: #fff;
}

.one-info p {
  font-size: 21px;
}

.info-img {
  position: relative;
  height: 28px;
  margin: 0 auto;
}

.info-img1 {
  width: 28px;
  background: url(../main/images/content/main-info-sprite.png) 0% 0% no-repeat;
}

.info-img2 {
  width: 24px;
  background: url(../main/images/content/main-info-sprite.png) 33% 0% no-repeat;
}

.info-img3 {
  width: 26px;
  background: url(../main/images/content/main-info-sprite.png) 66% 0% no-repeat;
}

.info-img4 {
  width: 28px;
  background: url(../main/images/content/main-info-sprite.png) 100% 0% no-repeat;
}

/*----------------Main info END------------*/
/*----------------Best choice--------------*/
.best-choice {
  position: relative;
  display: block;
  width: 100%;
  padding: 80px 0 50px 0;
  background-color: #f9fcfe;
}

.best-choice h1,
.about-project h1,
.consultation h1 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #363232;
}

.best-choice h3,
.about-project h3,
.consultation h3 {
  font-size: 18px;
  font-weight: 400;
  color: #363232;
  margin-bottom: 70px;
}

.one-choice {
  position: relative;
  display: block;
  width: 100%;
  background-color: #fff;
  max-width: 345px;
  padding-top: 30px;
  margin: 0 auto 60px auto;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(86, 134, 158, 0.1);
  -moz-box-shadow: 0px 0px 20px 5px rgba(86, 134, 158, 0.1);
  box-shadow: 0px 0px 20px 5px rgba(86, 134, 158, 0.1);
}

.one-choice:hover {
  -webkit-box-shadow: 0px 0px 20px 12px rgba(86, 134, 158, 0.1);
  -moz-box-shadow: 0px 0px 20px 12px rgba(86, 134, 158, 0.1);
  box-shadow: 0px 0px 20px 12px rgba(86, 134, 158, 0.1);
}

.choice-img {
  position: relative;
  max-width: 270px;
  margin: 0 auto 40px auto;
  text-align: center;
  z-index: 3;
  overflow: hidden;
}

.choice-img img {
  position: relative;
  width: 101%;
  height: auto;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  margin-bottom: -10px;
}

.choice-txt {
  padding: 0 15px 30px 15px;
  border-bottom: 2px solid #f5f5f5;
}

.choice-txt p,
.list-page .choice-txt p {
  font-size: 15px;
  font-weight: 900;
  color: #575454;
}

.choice-txt p,
.list-page .choice-txt p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.choice-price,
.list-page .choice-price {
  padding-top: 30px;
}

.choice-price p,
.list-page .choice-price p {
  font-size: 36px;
  color: #575454;
  padding-right: 25px;
}

.like-btn,
.procent-btn {
  position: absolute;
  height: 21px;
  top: 15px;
  z-index: 4;
}

.like-btn {
  width: 25px;
  background: url(../main/images/content/choice-sprite.png) 57% 0% no-repeat;
  right: 30px;
}

.in-news-page .like-btn {
  right: 20px;
}

.like-btn.like-add-trans {
  cursor: pointer;
  background: url(../main/images/content/choice-sprite.png) 0% 0% no-repeat;
}

.procent-btn {
  width: 16px;
  background: url(../main/images/content/choice-sprite.png) 100% 0% no-repeat;
  right: 60px;
}

.link-all-choice {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  color: #363232;
}

/*----------------Best choice END----------*/
/*----------------About project------------*/
.about-project {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background: url(../main/images/content/about-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: left bottom;
}

.about-project:before {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  margin-top: -60px;
  background-color: rgba(50, 54, 48, 0.6);
  content: " ";
}

.about-project h1,
.about-project h3 {
  color: #fff;
}

.about-project h3 {
  margin-bottom: 120px;
}

.one-plate {
  position: relative;
  width: 250px;
  height: 250px;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  margin: 0 auto 60px auto;
}

.one-plate .img-plate {
  position: relative;
  height: 88px;
  margin: 0 auto 30px auto;
}

.one-plate .img-plate1 {
  width: 80px;
  background: url(../main/images/content/about-sprite.png) 0% 0% no-repeat;
}

.one-plate .img-plate2 {
  width: 133px;
  background: url(../main/images/content/about-sprite.png) 50% 0% no-repeat;
}

.one-plate .img-plate3 {
  width: 76px;
  background: url(../main/images/content/about-sprite.png) 100% 0% no-repeat;
}

.one-plate .discr-plate p {
  font-size: 18px;
  font-weight: 900;
  color: #363232;
}

/*----------------About project END--------*/
/*----------------Consultation-------------*/
.consultation {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.checkbox__text {
  position: relative;
  padding: 0 0 0 40px;
  cursor: pointer;
}

.checkbox__text:before {
  content: '';
  position: absolute;
  top: -4px;
  left: 0;
  width: 22px;
  height: 22px;
  background: #f5f1f1;
  border-radius: 2px;
  transition: .2s;
}

.checkbox__text:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 5px;
  width: 12px;
  height: 12px;
  border-radius: 1px;
  background: #f5f1f1;
}

.checkbox input:checked+.checkbox__text:after {
  background: #01b0f3;
}

.checkbox__text p a {
  color: #01b0f3;
}

.checkbox__text p {
  font-size: 16px;
  font-weight: 400;
  color: #575454;
}

.consultation input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #575454;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 3px solid #363232;
  margin-bottom: 40px;
}

/*----------------Consultation END---------*/
/*----------------Footer-------------------*/
footer {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-color: #363232;
  color: #fff;
}

footer li a {
  display: block;
  color: #fff;
  font-size: 18px;
}

footer li+li {
  margin-top: 10px;
}

.footer-info {
  text-align: right;
  margin-bottom: 10px;
}

.footer-info .big-phone {
  display: block;
  font-size: 18px;
  color: #fff;
}

.schedule {
  font-size: 12px;
  margin-bottom: 10px;
}

.address {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-info a,
.footer-info .ofert-ins {
  display: block;
  font-size: 12px;
  color: #ababab;
}

/*----------------Footer END---------------*/
.btn-call-me {
  position: fixed;
  display: block;
  width: 66px;
  height: 66px;
  background-color: #01b0f3;
  border-radius: 66px;
  bottom: 40px;
  right: 40px;
  z-index: 20;
}

.btn-call-me:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  background: url(../main/images/content/phone-receiver.png) no-repeat;
  top: 50%;
  margin-top: -18px;
  left: 50%;
  margin-left: -18px;
}

.pulse {
  cursor: pointer;
  box-shadow: 0 0 0 rgba(1, 176, 243, 0.4);
  animation: pulse 2s infinite;
}

.pulse:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 176, 243, 0.4);
  }

  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(1, 176, 243, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(1, 176, 243, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(1, 176, 243, 0.4);
    box-shadow: 0 0 0 0 rgba(1, 176, 243, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 30px rgba(1, 176, 243, 0);
    box-shadow: 0 0 0 30px rgba(1, 176, 243, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(1, 176, 243, 0);
    box-shadow: 0 0 0 0 rgba(1, 176, 243, 0);
  }
}

/*----------------Index END----------------*/
/*----------------Pop Up-------------------*/
.white-popup form {
  max-width: 340px;
  margin: 0 auto;
}

.white-popup h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 50px;
  color: #363232
}

.white-popup .form-control {
  font-size: 18px;
  color: #363232;
  height: 50px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 3px solid #363232;
  ;
}

.white-popup .btn-all {
  max-width: 100%;
  margin-top: 30px;
  transition: 0.5s;
}

.white-popup .checkbox {
  margin-top: 30px;
}

.white-popup .form-control::-webkit-input-placeholder {
  color: #363232;
  font-weight: 400;
}

.white-popup .form-control::-moz-placeholder {
  color: #363232;
  font-weight: 400;
}

/* Firefox 19+ */
.white-popup .form-control:-moz-placeholder {
  color: #363232;
  font-weight: 400;
}

/* Firefox 18- */
.white-popup .form-control:-ms-input-placeholder {
  color: #363232;
  font-weight: 400;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -90%;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  /*  display: inline-block;
    vertical-align: middle;*/
  margin: 0 auto;
  text-align: left;
  top: 0;
  z-index: 1045;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.2) !important;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  max-width: 442px;
  padding: 30px;
  cursor: auto;
  background-color: #fff;
}

.white-popup .subscrb {
  padding: 20px !important;
  margin: 0 auto;
}

.white-popup .subscrb .form-group:before {
  display: none !important;
}

.white-popup .subscrb input {
  margin-bottom: 20px;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: .5;
  transition: 0.5s;
  background: url(../main/images/content/close-btn.png) no-repeat;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-content .btn-close:before {
  display: none;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/*----------------Pop Up END---------------*/
/*----------------Other pages--------------*/
.content {
  position: relative;
  width: 100%;
  padding: 250px 0 50px;
}

.scroll-box {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.about-page .scroll-box .row+.row {
  margin-top: 50px;
}

.dn {
  display: none;
}

/*----------------News Page----------------*/
.news-page {
  height: 100vh;
  overflow: hidden;
  background: url(../main/images/content/pages-bg.jpg) no-repeat;
  background-position: left bottom;
  -webkit-background-size: cover;
  background-size: cover;
}

.one-news-link {
  position: relative;
  display: block;
  margin-bottom: 55px;
  color: #fff;
}

.one-news-link:hover,
.one-news-link:active,
.one-news-link:focus {
  color: #fff;
  opacity: 0.5;
}

.news-page h1 {
  margin-bottom: 30px;
  display: none;
  font-size: 25px;
}

.news-page .one-news-link h1 {
  display: block;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}

.one-news-link .data-news {
  display: block;
  margin-bottom: 25px;
  font-size: 12px;
}

.one-news-link p {
  font-size: 16px;
  text-align: justify;
}

.more-news {
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
  color: #171717;
}

@media (max-width: 768px) {
  .news-page {
    padding-top: 120px !important;
  }
}

/*----------------News Page END------------*/
/*----------------In News Page END---------*/
.in-news-page {
  position: relative;
  height: 100vh;
  padding-top: 120px !important;
  padding-bottom: 80px;
  overflow: hidden;
  background-color: #fff;
}

.in-news-page h1,
.about-page h1 {
  font-size: 30px;
  color: #575454;
  margin-bottom: 30px;
}

.in-news-page p,
.about-page p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: #575454;
}

.in-news-page p+p,
.about-page p+p {
  margin-top: 20px;
}

.img-news {
  position: relative;
  max-width: 619px;
  overflow: hidden;
  margin: 50px 0;
}

.img-news img {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.in-news-page .btn-blue {
  margin: 50px 0;
}

.data-left-block {
  position: absolute;
  max-width: 250px;
  width: 100%;
  padding: 150px 25px 0 25px;
  background: url(../main/images/content/data-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  height: 100vh;
  left: 60px;
  top: 0;
  z-index: 19;
}

.data-left-block p {
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.in-news-page .data-left-block .big-txt {
  font-size: 36px;
  margin-top: 0;
}

.in-news-page .col-sm-8 {
  padding-left: 50px;
}

@media (max-width: 768px) {
  .img-news {
    margin: 30px 0;
  }
}

/*----------------In News Page END---------*/
/*----------------Contacts Page------------*/
.contacts-page h1 {
  font-size: 25px;
  color: #575454;
  margin-bottom: 15px;
}

.contacts-page span {
  display: block;
  font-size: 16px;
  margin-top: 50px;
  color: #575454;
}

.contacts-page p {
  font-size: 24px;
  color: #575454;
  font-weight: bold;
}

.gmap {
  position: absolute;
  width: 100%;
  max-width: 45%;
  min-height: 623px;
  top: 0;
  right: 0;
}

@media (max-width: 768px) {
  .contacts-page {
    padding-top: 140px !important;
  }

  .contacts-page span {
    margin-top: 30px;
  }
}

/*----------------Contacts Page END--------*/
/*----------------About--------------------*/
.about-page {
  position: relative;
  height: 100vh;
  padding-top: 120px !important;
  padding-bottom: 80px;
  overflow: hidden;
  background-color: #fff;
}

.img-about {
  position: relative;
  max-width: 796px;
  overflow: hidden;
  margin: 50px 0;
}

.img-about img {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media (max-width: 768px) {
  .img-about {
    margin: 30px 0;
  }
}

/*----------------About END----------------*/
/*----------------Favorites page-----------*/
/*.favorites-page .like-btn{
  width: 26px;
  background: url(../main/images/content/choice-sprite.png) 57% 0% no-repeat;
}*/
.favorites-page .data-left-block .btn-all {
  margin-top: 250px;
}

.favorites-page {
  background-color: #f9fcfe;
}

.favorites-page .one-choice {
  margin: 30px auto;
}

/*----------------Favorites page END-------*/
/*----------------Mortgage-----------------*/
.one-mortgage {
  display: block;
  position: relative;
  width: 100%;
  max-width: 470px;
  margin: 0 auto 30px auto;
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(86, 134, 158, 0.1);
  -moz-box-shadow: 0px 0px 20px 5px rgba(86, 134, 158, 0.1);
  box-shadow: 0px 0px 20px 5px rgba(86, 134, 158, 0.1);
}

.one-mortgage:hover {
  -webkit-box-shadow: 0px 0px 20px 12px rgba(86, 134, 158, 0.1);
  -moz-box-shadow: 0px 0px 20px 12px rgba(86, 134, 158, 0.1);
  box-shadow: 0px 0px 20px 12px rgba(86, 134, 158, 0.1);
}

.bank-logo {
  position: relative;
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.bank-logo img {
  width: 180px;
}

.one-mortgage p {
  color: #575454;
  margin-top: 30px;
  font-size: 16px;
}

.one-mortgage .bigtxt p {
  font-size: 24px;
}

/*----------------Mortgage END-------------*/
/*----------------Apartment selection------*/
.selection-apart-page {
  width: 100%;
  padding-top: 150px;
  padding-bottom: 0;
  position: relative;
}

.selection-apart-page h1 {
  display: block;
  float: left;
  font-size: 40px;
  font-weight: 900;
  color: #363232;
}

.img-selection {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.img-selection img {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-selection {
  position: absolute;
  width: 100%;
  /*top: 170px;*/
  left: 0;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(54, 50, 49, 0.6) 0%, rgba(54, 50, 49, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(54, 50, 49, 0.6) 0%, rgba(54, 50, 49, 0) 100%);
  background: linear-gradient(to bottom, rgba(54, 50, 49, 0.6) 0%, rgba(54, 50, 49, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99363231', endColorstr='#00363231', GradientType=0);
}

.header-selection a {
  display: block;
  float: right;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  line-height: 49px;
}

/*----------------Apartment selection END--*/
/*----------------Documentation------------*/
.nav-tabs>li {
  float: none;
  text-align: center;
}

.gallery-page .col-sm-10 {
  padding-left: 120px;
}

.gallery-page .data-left-block {
  max-width: 250px;
  width: 100%;
}

.doc-page .data-left-block {
  max-width: 250px;
  width: 100%;
  background: url(../main/images/content/data-bg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs li a {
  font-size: 16px;
  cursor: pointer;
  display: block;
  text-align: center;
  color: #fff;
}

.nav-tabs li a span {
  font-size: 30px;
  text-align: center;
  display: block;
  transition: 0.5s;
}

@media(min-width: 991px) {

  .nav-tabs li a span {
    vertical-align: middle;
    margin-left: 10px;
    display: inline-block;
  }
}

.nav li a:hover,
.nav li a:focus {
  background-color: transparent;
  cursor: pointer;
}

.nav-tabs li.active a span,
.nav-tabs li a:hover span,
.nav-tabs li.active a:hover span,
.nav-tabs li.active a:focus span,
.nav>li>a:hover span {
  color: #01b0f3;
}

.doc-page h1 {
  font-size: 25px;
  color: #575454;
  margin-bottom: 20px;
}

.panel-default>.panel-heading,
.panel-group .panel,
.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

.panel-title>a {
  display: block;
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  color: #575454;
  margin-bottom: 20px;
}

.panel-title>a:hover,
.panel-title>a[aria-expanded="true"] {
  color: #01b0f3;
}

.one-doc+.one-doc {
  margin-top: 20px;
}

.one-doc a {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #575454;
  background-color: #f5f4f4;
  padding: 15px 20px 15px 40px;
  margin-bottom: 10px;
}

.one-doc a:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 17px;
  background: url(../main/images/content/doc-icon.png) center center no-repeat;
  left: 20px;
  top: 50%;
  margin-top: -8px;
}

.one-doc p {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #575454;
  padding-left: 20px;
}

.one-doc span {
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  font-weight: 400;
  color: #898989;
}

@media (max-width: 768px) {
  .doc-page .container-fluid {
    margin-top: 15px;
  }

  .doc-page {
    padding-top: 150px !important;
  }
}

/*----------------Documentation END--------*/
/*----------------In apartament------------*/
.top-list .ttu-none {
  text-transform: none;
}

.in-apart-page {
  position: relative;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 0 !important;
}

.logo-left .logo {
  margin-right: 195px;
}

.img-plan {
  display: block;
  position: relative;
  /*max-width: 389px;*/
  max-width: 780px;
  width: 100%;
  margin: 50px auto;
  overflow: hidden;
}

.img-plan img {
  position: relative;
  width: 100%;
  margin: auto;
  top: -1px;
  right: -1px;
  bottom: -1px;
  /*left: -1px;*/
  left: -60px;
  /*margin-bottom: -10px;*/
  margin-bottom: -40px;
  margin-top: -40px;
}

.in-apart-page .data-left-block {
  height: 100%;
  padding-top: 100px;
  max-width: 300px;
}

.link-plan {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #363232;
  font-weight: 900;
  margin-bottom: 50px;
}

.grey-line {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #f8fcff;
  text-align: center;
}

.grey-line p {
  font-size: 18px;
  color: #646060;
}

.grey-line .big-txt {
  color: #363232;
}

.big-txt {
  font-size: 36px;
}

.grey-line .btn-blue {
  float: right;
}

.in-apart-page .data-left-block .big-txt {
  text-align: center;
  color: #fff;
  display: block;
}

.in-apart-page .data-left-block p {
  margin-top: 10px;
}

.in-apart-page .data-left-block .small-txt {
  font-size: 12px;
}

.in-apart-page .data-left-block .col-md-7 {
  padding: 0;
}

.in-apart-page .data-left-block .col-md-5 p,
.in-apart-page .data-left-block .col-md-5 a {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
}

.in-apart-page .data-left-block .col-md-5 a {
  margin-top: 10px;
}

.link-mortgage {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}

.in-apart-page .share-box {
  width: 90px;
}

.in-apart-page .share-box a {
  display: inline-block !important;
  width: 18px;
  height: 18px;
}

.in-apart-page .share-box a+a {
  margin-left: 2px;
}

.in-apart-page .share-box .vk {
  background: url(../main/images/content/share-sprite.png) 0% 0% no-repeat;
}

.in-apart-page .share-box .tele {
  background: url(../main/images/content/share-sprite.png) 33% 0% no-repeat;
}

.in-apart-page .share-box .dno {
  background: url(../main/images/content/share-sprite.png) 66% 0% no-repeat;
}

.in-apart-page .share-box .other {
  background: url(../main/images/content/share-sprite.png) 100% 0% no-repeat;
}

.in-apart-page .dn {
  display: none;
}

.in-apart-page .grey-line a {
  color: #646060;
}

.in-apart-page .grey-line .btn-blue {
  color: #fff;
}

.in-apart-page .grey-line .small-txt {
  margin: 10px 0;
}

.in-apart-page .grey-line .share-box {
  margin-top: 10px;
}

.in-apart-page .grey-line .col-md-5.tal a,
.in-apart-page .grey-line .col-md-5.tal p {
  font-weight: 900;
  font-size: 18px;
}

.mob-block-data {
  display: none;
}

.mob-block-data p {
  font-size: 14px;
  margin-bottom: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .in-apart-page {
    padding-top: 110px !important;
  }

  .in-apart-page h1 .pull-right {
    width: 100vw !important;
    text-align: center;
    padding-top: 10px;
    padding-left: 40px;
  }

  .in-apart-page h1 {
    text-align: center;
  }
}

/*----------------In apartament END--------*/
/*----------------Other pages END----------*/
/*----------------Calculation--------------*/
.calculation-page {
  padding-top: 150px;
}

.calculation-page h1 {
  font-size: 36px;
  margin-bottom: 40px;
}

.calculation-page h2 {
  font-size: 18px;
  margin-bottom: 60px;
}

.calculation-page .btn-all {
  margin-top: 10px;
}

.calculation-box .grey-txt,
.calculation-box label {
  font-size: 18px;
  font-weight: 400;
  color: #575454;
  margin-bottom: 10px;
}

.calculation-box .grey-txt {
  margin-bottom: 0;
}

.calculation-box .row {
  margin-bottom: 20px;
}

.total-cal,
output {
  font-size: 45px;
  font-weight: 400;
  color: #363232;
}

.calculation-box .form-control {
  position: relative;
  display: block;
  height: 50px;
  border-radius: 0;
  border: 0;
  padding-left: 0;
  box-shadow: none;
  font-size: 18px;
  font-weight: 900;
  color: #363232;
  padding-right: 40px;
}

@media(max-width: 770px) {
  .calculation-page {
    padding-top: 120px !important;
  }
}

.mts {
  margin-top: 20px;
}

.bank-list .tittle-gallery {
  margin-bottom: 20px;
}

#name-bank {
  height: 40px;
  border: 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #363232;
  background-color: transparent;
}

#name-bank:hover {
  cursor: pointer;
}

#name-bank,
.select-choice {
  -webkit-appearance: none;
  background-image: url(../main/images/content/select-arrow.png);
  background-position: 96% 55%;
  background-repeat: no-repeat;
  /* for FF */
  -moz-appearance: none;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
}

#name-bank::-ms-expand,
.select-choice::-ms-expand {
  display: none;
}

.slider {
  margin-bottom: 30px;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* Support: IE <= 11 */
  overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup>.ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup>.ui-controlgroup-item:focus,
.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  border: 3px solid #01b0f3;
  background-color: #01b0f3;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 2px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  background: #575454;
}

.ui-widget-header {
  border: 1px solid #01b0f3;
  background: #01b0f3;
  color: #01b0f3;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
  works properly when clicked or hovered */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #01b0f3;
  background: #01b0f3;
  font-weight: normal;
  color: #ffffff;
}

.slider span {
  display: none;
}

.slider span+span {
  display: block;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

.checkbox {
  display: none
}

.switch {
  width: 90px;
  height: 32px;
  background: #E5E5E5;
  z-index: 0;
  margin: 0;
  padding: 0;
  appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
  border-radius: 16px; //IE 11
  -moz-border-radius: 16px; //Mozilla
  -webkit-border-radius: 16px; //Chrome Ð¸ Safari
}

.switch:before {
  content: ' ';
  position: absolute;
  left: 1px;
  top: 1px;
  width: 88px;
  height: 30px;
  background: #FFFFFF;
  z-index: 1;
  border-radius: 16px; //IE 11
  -moz-border-radius: 16px; //Mozilla
  -webkit-border-radius: 16px; //Chrome Ð¸ Safari
}

.switch:after {
  content: ' ';
  height: 29px;
  width: 29px;
  border-radius: 28px;
  z-index: 2;
  background: #FFFFFF;
  position: absolute;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  top: 1px;
  left: 1px;
  -webkit-box-shadow: 0 2px 5px #999999;
  box-shadow: 0 2px 5px #999999;
}

.switchOn,
.switchOn:before {
  background: #01b0f3 !important;
}

.switchOn:after {
  left: 60px !important;
}

/*----------------Calculation END----------*/
/*----------------Gallery------------------*/
.gallery-page {
  padding-top: 120px !important;
  min-height: 73vh;
}

.link-video {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: rgba(1, 176, 243, 0.6);
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 60px;
  left: 10px;
  top: 40px;
  z-index: 10;
}

@media(max-width: 770px) {
  .gallery-page {
    padding-top: 135px !important;
  }

  .link-video {
    top: 20px;
  }
}

.link-video:focus,
.link-video:active {
  background-color: rgba(54, 50, 50, .6);
}

/* Based on https://github.com/kenwheeler/slick/issues/187#issuecomment-59123524 */
/* bootstrap hack: fix content width inside hidden tabs */
.tab-content>.tab-pane,
.pill-content>.pill-pane {
  position: relative;
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow: hidden;
  /* no-overflow                */
}

.tab-content>.active,
.pill-content>.active {
  height: auto;
  /* let the content decide it  */
}

/* bootstrap hack end */
/*Slider*/
.slick-slider {
  position: relative;
  max-width: 950px;
  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 2;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  padding: 30px 0;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media(max-width: 770px) {
  .slick-initialized .slick-slide {
    padding-top: 0px;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;

  display: block;

  width: 20px;
  height: 38px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  margin-top: -19px;
  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10;
}

.slick-prev:before,
.slick-next:before {
  width: 20px;
  height: 38px;
}

.slick-prev {
  left: 3%;
}

.slick-prev {
  background: url(../main/images/content/arr-slider.png) 0% 0% no-repeat;
}

.slick-next {
  right: 3%;
}

.slick-next {
  background: url(../main/images/content/arr-slider.png) 100% 0% no-repeat;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 100px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}

.slick-dots li {
  position: relative;

  display: inline-block;

  width: 22px;
  height: 22px;
  margin: 0 15px;
  padding: 0;

  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 22px;
  height: 22px;

  cursor: pointer;
  border-radius: 30px;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #bbbaba;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #fff;
  width: 30px;
  height: 30px;
}

/*----------------Gallery END--------------*/
body {
  margin: 0;
  padding: 0;
}

.main {
  width: 100%;
  margin: 0 auto;
  background: url('blur_bg.jpg') no-repeat;
  background-size: cover;
}

.main-info-box {
  width: 95%;
  padding: 0 15px;
  margin: 0 auto;
  height: auto;
}

.black_l {
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width:541px) and (min-width:320px) {
  .polosa {
    display: none !important;
  }

  h2 {
    padding: 5px 0 !important;
    font-size: 14px !important;
  }
}




.f_cont {
  width: 100%;
  background: #fff;
  margin: 40px auto;
  display: block;
  justify-content: space-between;
  height: 207px;
  overflow: hidden;
  transition: 0.4s;
  flex-wrap: wrap;
  padding-left: 2px;
}

.p {
  max-width: 330px;
  margin-bottom: 40px;
}

.p_zag {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  text-align: left;
  float: left;
  width: 100%;
}

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

.cbs {
  width: 115px !important;
}

.cb {
  text-align: center;
  font-size: 16px;
  border: 3px solid #e8e8e8;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transition: 0.4s;
}

.cb:hover {
  cursor: pointer;
}

/*.cb:hover { background:#01b0f3; border:3px solid #01b0f3; cursor:pointer; color:#fff; font-weight:bold; transition:0.3s; }*/

.bt_cont {
  width: 95% !important;
  background: #fff;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.podbor_bt {
  width: 320px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border: none;
  background: #01b0f3;
  transition: 0.4s;
}

.podbor_bt:hover {
  cursor: pointer;
  background: #000;
  transition: 0.3s;
}

.a_bt {
  margin-top: 20px;
  font-size: 16px;
  color: #212121;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.b_bt {
  margin-top: 20px;
  font-size: 16px;
  color: #919191;
  text-align: center;
  width: 100%;
  display: block;
  font-weight: bold;
  text-decoration: none;
}

.a_bt:hover {
  color: #01b0f3;
}

.b_bt:hover {
  color: #212121;
}

.pl {
  width: 41%;
  float: left !important;
}

.cb_sel {
  text-align: center;
  font-size: 14px !important;
  padding-left: 10px !important;
  border: 3px solid #e8e8e8;
  width: 100%;
  height: 66px;
  line-height: 60px;
  transition: 0.4s;
}



.select-wrapper {
  position: relative;
  font-size: 14px !important;
  padding-left: 5px !important;
  border: 3px solid #e8e8e8;
  width: 100%;
  height: 60px;
  background-image: url('../main/images/content/select-arrow.png');
  background-position: 95% center;
  background-repeat: no-repeat;
}

.select-wrapper select {
  font-size: 14px !important;
  padding-left: 5px !important;
  border: 3px solid #e8e8e8;
  width: 100%;
  height: 60px;
  background: transparent;
  border: 0;
  appearance: none !important;
  /* remove arrow        */
  -webkit-appearance: none !important;
  /* remove arrow Chrome */
  -moz-appearance: none !important;
  /* remove arrow FF     */

}

.select-wrapper select::-ms-expand {
  display: none !important;
  /* remove arrow IE     */
}


.cb_active {
  text-align: center;
  font-size: 16px;
  background: #01b0f3;
  color: #fff;
  font-weight: bold;
  border: 3px solid #01b0f3;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transition: 0.4s;
}


.container {
  width: 100%;
  text-align: center;
  padding-top: 55px;
}

/* Ширина слайдера */
#slider {
  width: 90%;
  margin: 30px auto;
}

#slider3 {
  width: 90%;
  margin: 30px auto;
}

#slider7 {
  width: 90%;
  margin: 30px auto;
}

/* Контейнер слайдера */
.ui-slider {
  position: relative;
}


/* Ползунок */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 21px;
  /* Задаем нужную ширину */
  height: 21px;
  /* и высоту */
  background: #01b0f3;
  /* картинка изображающая ползунок. Или можно залить цветом, задать бордюр и скругления */
  cursor: pointer
}

.ui-slider .ui-slider-handle:hover {
  background: #01b0f3;
}


.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  overflow: hidden;
}

/* горизонтальный слайдер (сама полоса по которой бегает ползунок) */
.ui-slider-horizontal {
  height: 3px;
  /* задаем высоту согласно дизайна */
}

/* позиционируем ползунки */
.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* оформление полосы по которой ходит ползунок */
.ui-widget-content {
  background: #fff;
}

/* оформление активного участка (между двумя ползунками) */
.ui-widget-header {
  background: #01b0f3;
  margin-top: 5px;
}

/* скругление для полосы слайдера */
.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

#minCost,
#maxCost {
  width: 67px;
  padding: 10px 2px;
  text-align: center;
  color: #01b0f3;
  font-size: 16px;
  border: 1px solid #ccc;
}

#minCost:hover,
#maxCost:hover {
  border: 1px solid #000;
}

.container span {
  display: inline-block;
  margin: 0 0px;
  color: #212121;
  font-size: 16px;
  font-weight: bold;
}

.container input {
  border: none;
  padding: 5px 7px;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #01b0f3;
  font-weight: bold;
}

.favorites-page .like-btn {
  z-index: 30;
  /*top: 45px;*/
  right: 30px;
}

.favorites-page .data-left-block .btn-all {
  z-index: 20;
}

.gallery-popup .mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  max-width: 620px;
}

.gallery-page .col-sm-10 {
  padding-left: 120px;
}

.gallery-page .data-left-block {
  max-width: 250px;
  min-height: 100vh;
  height: 100%;
}

.gallery-page .slick-slide img {
  /*max-height: 571px;*/
  max-height: 650px;
}

.logo img {
  width: 100%;
}

.filter-box {
  margin-bottom: 40px;
}

.in-news-page .one-choice .tar p {
  text-align: right;
}

.filter-box .btn-all {
  margin: 0 auto;
}

.search_from_list {
  text-align: center;
  display: block;
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  z-index: 20;
}

.search_from_list:focus,
.search_from_list:active {
  color: #fff;
}

.pagination>li>span {
  background-color: #01b0f3;
  color: #fff;
}

.dn-form-mob {
  display: none;
  font-size: 24px !important;
  font-weight: bold !important;
  margin-top: 20px;
  color: #212121;
  text-align: center;
}

.consultation .btn-all {
  padding: 0 20px;
}

#toTop {
  display: none !important;
}


#m-alert.show {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1
}

#m-alert {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999999999;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 0;
}

#m-alert .m-alert_bg {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#m-alert .m-alert_body {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #37b1e8;
  width: 550px;
  height: auto;
  text-align: center;
  padding: 55px 0 45px;
}

#m-alert .m-alert_body .m-alert_close {
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

#m-alert .m-alert_body .m-alert_close:hover {
  transform: rotate(-90deg);
}

#m-alert .m-alert_logo {
  margin-bottom: 60px;
}

#m-alert .m-alert_logo a {
  display: block;
  line-height: 0;
}

#m-alert .tit-block {
  margin-bottom: 10px;
}

#m-alert h2 {
  font-size: 36px;
  color: #37b1e8;
  line-height: 37px;
  font-weight: 700;
  font-family: Lato, sans-serif;
}

#m-alert .date {
  font-size: 24px;
  color: #282828;
  line-height: 24px;
  margin-bottom: 50px;
}

#m-alert .btn-block .btn {
  width: 310px;
  height: 50px;
  background: #37b1e8;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  font-weight: 700;
}

#m-alert .btn-block .btn span {
  color: #282828;
  font-weight: 400;
}

#m-alert .btn-block .btn:hover {
  box-shadow: rgba(1, 174, 243, 0.26) 0px 11px 13px 5px;
}

@media (max-width: 640px) {
  #m-alert .m-alert_body {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 440px) {
  #m-alert h2 {
    font-size: 30px !important;
  }

  #m-alert .date {
    font-size: 22px;
  }

  #m-alert .btn-block .btn {
    width: 90%;
    font-size: 20px;
  }
}

.special-page h1 {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 30px;
  color: #363232;
}

.special-page table td {
  padding: 0 !important;
}

.special-page table td a {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0.5em 1em;
}

/* banner2 */
div[class*='banner'] {
  position: fixed;
  z-index: 100000;
  width: 40%;
  max-width: 600px;
  top: -25%;
  left: 30%;
  text-align: center;
  background-color: #fff;
  padding: 50px 0;
  border: 1px solid #37B1E8;
  display: none;
}

div[class*='banner'] h2 {
  color: #37B1E8;
  font-size: 34px !important;
  font-weight: 900;
  line-height: 1.4;
  margin: 30px 0;
}

div[class*='banner'] h2 span {
  font-weight: 400;
  font-size: 25px;
}

div[class*='banner'] h2 span.dark_grey {
  color: #808080;
}

div[class*='banner'] h4 {
  margin: 10px 0;
}

div[class*='banner'] table {
  margin: 0 auto;
  border-collapse: collapse;
}

div[class*='banner'] table td {
  border: 1px solid deepskyblue;
  padding: 2px 12px;
}

div[class*='banner'] a {
  font-size: 23px;
  background-color: #37B1E8 !important;
}

@media screen and (max-width: 1280px) {
  div[class*='banner'] {
    font-size: 34px !important;
    width: 50%;
    left: 25%;
  }

  div[class*='banner'] td {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 1024px) {
  div[class*='banner'] {
    font-size: 34px !important;
    width: 66%;
    left: 16.5%;
    padding: 10px;
  }

  div[class*='banner'] td {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 600px) {
  div[class*='banner'] {
    width: 90%;
    left: 5%;
    font-size: 34px !important;
    padding-left: 16px;
    padding-right: 16px;
  }

  div[class*='banner'] h2 {
    margin: 10px 0;
  }

  div[class*='banner'] td {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 420px) {
  div[class*='banner'] h2 {
    font-size: 28px !important;
    margin: 10px 0;
    line-height: 1 !important;
  }

  div[class*='banner'] td {
    font-size: 13px !important;
  }
}


.flat-price {
  display: flex;
}

.flat-price__full {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 51px;
  color: #4F4F4F;
  margin-right: 15px;
}

.flat-price__payment {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 51px;
  text-align: right;
  color: #202020;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.flat-price__payment span {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #202020;
}

@media (max-width: 768px) {
  .flat-price {
    justify-content: center;
  }

  .flat-price__full {
    font-size: 14px;
  }
  
  .flat-price__payment {
    font-size: 20px;
  }
}

.choice-price {
  display: flex;
  justify-content: space-between;
  padding: 30px 20px;
}

.choice-price_full {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 51px;
  color: #575454;
  white-space: nowrap;
}

.choice-price_payment {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 51px;
  text-align: right;
  color: #202020;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.choice-price_payment span:nth-last-child(1) {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
  color: #202020;
}


.commercial-name {
  padding: 0 10px 0 10px;
}

.parking-filter {
  height: unset;
}

.parking-hint {
  margin: 20px 0 20px;
  max-width: 660px;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #212121;
}

.parking-hint li {
  margin-top: 10px;
}

.parking-list {
  width: 100%;
}

.parking-spot {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 20px 30px 10px;
}

.parking-spot:nth-child(odd) {
  background: #f5f1f1;
}

.parking-spot span {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 26px;
  color: #212121;
  padding: 0 15px 0px 15px;
  white-space: nowrap;
}

.parking-spot .btn-all {
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .parking-spot span {
    padding: 0 15px 20px 15px;
  }
}

.parking-crumbs {
  float: left;
}

.zone-link {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-right: 10px;
}

.zone-link.active {
  color: #04ADEE;
}