@import 'gotham-pro.css';

/* ------------------------
          GENERAL
------------------------ */

body {
  font-family: 'Gotham pro', sans-serif;
  -webkit-font-smoothing: antialiased;
}

.lostpass-form {
  padding: 0;
  list-style: none;
}

.lostpass_page {
  padding: 15px;
}

.start-marquee {
  display: none;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

a {
  color: #49af52;
}

a:hover {
  color: #e4a136;
}

#searchsuggestions {
  min-width: 1100px !important;
}

.customize-editor #align-1,
.customize-editor #indent-1,
.customize-editor #outdent-1,
.customize-editor #subscript-1,
.customize-editor #superscript-1,
.customize-editor #insertHR-1,
.customize-editor #dlecode-1,
.customize-editor #fullscreen-1,
.customize-editor #html-1,
.customize-editor #fontFamily-1,
.customize-editor #color-1,
.customize-editor #paragraphStyle-1,
.customize-editor #insertLink-1,
.customize-editor .fr-separator,
.customize-editor #dleleech-1,
.customize-editor #emoticons-1,
.customize-editor #insertImage-1,
.customize-editor #dleupload-1,
.customize-editor #insertVideo-1,
.customize-editor #dleaudio-1,
.customize-editor #dlemedia-1,
.customize-editor #dlehide-1,
.customize-editor #dlespoiler-1,
.customize-editor #page_dropdown-1,
.customize-editor #paragraphFormat-1,
.customize-editor #fontSize-1 {
  display: none;
}


.customize-editor .gray-theme.fr-box.fr-basic.fr-top .fr-wrapper,
.customize-editor .gray-theme.fr-toolbar.fr-top {
  box-shadow: none;
}

.customize-editor .fr-box.fr-ltr.gray-theme.fr-basic.fr-top {
  border: 1px solid #e8ecef;
}

.customize-editor .gray-theme.fr-toolbar.fr-top {
  background: #f7f9fb;
  border-bottom: 1px solid #ebeff1;
}

.login-panel {
  display: none;
  position: absolute;
  right: 0%;
  top: 50px;
  background: #fff;
  z-index: 111;
  padding: 20px;
  border: 1px solid #f2f5f6;
  min-width: 350px;
}

.login-panel ul {
  padding: 0;
}

.login_form li {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.login_form .site-button {
  margin-top: 20px;
}

.login_form li input {
  padding-left: 35px;
  border-radius: 5px;
  border: 1px solid #e6e9ea;
  display: block;
  width: 100%;
}

.login_form li svg {
  position: absolute;
  top: 44px;
  left: 10px;
  height: 18px;
  width: 18px;
  fill: #d1d4d6;
}

.open-login-panel {
  cursor: pointer;
}

.relprice-fs {
  display: block;
}

.thousrubs {
  font-weight: 500;
  font-size: 24px;
  color: #54585b;
  display: inline-block;
  vertical-align: top;
}

.rel-thousrubs {
    font-weight: 500;
    font-size: 19px;
    color: #54585b;
    display: inline-block;
    vertical-align: top;
}

.menu-active {
  position: relative;
}

.has_no_posts {
  padding: 20px;
  background: #f1fbf2;
  border: 1px solid #e6efe7;
  color: #768e78;
}

.has_no_posts_orange {
  padding: 20px;
  background: #fffbf7;
  border: 1px solid #fff2e4;
  color: #d2a267;
}

.search_result_num {
  padding: 20px;
  background: #f3fff4;
  border: 1px solid #ddf3dd;
  color: #739a73;
  margin: 20px 0;
}


.has_no_posts b,
.has_no_posts_orange b {
  font-size: 21px;
  color: 56945c;
  margin-bottom: 5px;
}

.has_no_posts_orange b {
  color: #e08a26;
}

.has_no_posts .site-button,
.has_no_posts_orange .site-button {
  margin-top: 10px;
}

.menu-active:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -23px;
  right: 0;
  height: 2px;
  background: #49af52;
  box-sizing: inherit;
  margin: 0 12px;
  margin-right: 28px;
}

.back-to-filter {
  margin-top: 35px;
}

.map-cords a {
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #49af52;
  vertical-align: top;
  margin-right: 25px;
}

.map-cords a:hover {
  background: #49af52;
  color: #fff;
} 

.map-cords svg {
  height: 50px;
  width: 50px;
  fill: #d0d4d6;
  float: left;
  margin-right: 10px;
  vertical-align: top;
  margin-top: -5px;
}

.map-cords {
  margin-top: 25px;
}

.map-cords .cords-label {
  display: inline-block;
  font-size: 15px;
  color: #8f989c;
  min-width: 230px;
  margin-top: 5px;
}

.border-btn {
  border-radius: 5px;
  border: 2px solid #eaeff2;
  color: #919ba2;
  padding: 10px 15px;
  font-size: 17px;
  transition: all .2s;
}

.site-button,
.ui-dialog-buttonset button {
  padding: 12px 15px;
  border-radius: 5px;
  background: #49af52;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  transition: all .2s;
  border: 0;
}

.ui-dialog-content {
  padding-top: 0;
}

.ui-dialog-titlebar {
  padding-bottom: 0;
}

.ui-dialog-buttonset button {
  height: auto;
}

.ui-dialog-buttonset button:hover {
  background: #34a23e;
  color: #fff;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 0 20px;
  padding-bottom: 25px;
}

.site-button:hover {
  background: #34a23e;
  color: #fff;
}

.site-button.white {
  background: #fff;
  color: #7c8287;
}

.site-button.white:hover {
  background: #fff;
  color: #7c8287;
}

.site-button.white:hover {
  background: #49af52;
  color: #fff;
}

.border-btn:hover {
  background: #eaeff2;
  color: #919ba2;
}

.c-brake {
  display: block;
  margin: 0;
  border: 0;
}

.greenline {
  border-top: 4px solid #49af52;
  max-width: 45px;
  margin-left: 0;
}

section {
  padding: 65px 0;
}

.section-title {
  font-size: 54px;
  font-weight: 500;
  text-align: center;
  line-height: 60px;
}

.section-subtitle {
  font-size: 21px;
  font-weight: 500;
  color: #888888;
  text-align: center;
  line-height: 34px;
  margin-top: 25px;
  margin-bottom: 70px;
}

/* ------------------------
         SVG MAPS
------------------------ */

.svm-stroke {
  fill: transparent;
  stroke: #e0e8ed;
  stroke-width: 1.2px;
  transition: all .2s;
}

.svg-map a {
  cursor: pointer;
  display: block;
}

.svgmap-marker {
  fill: #54b85d;
  fill-rule: nonzero;
}

.svgmap-link {
  display: block;
  cursor: pointer;
}

.svgmap-link:hover .svgmap-marker {
  fill: #f19131;
}

.svm-stroke:hover {
  fill: #e0e8ed;
}

.c-scroll {
  height: 200px;
}

.tooltip-inner {
  background: #929ca2;
  color: #fff;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  border-bottom-color: #929ca2;
}

#c_1 {
  transition: .2s;
  transition-delay: .1s;
}

#c_2, #c_3, #c_4, #c_5, #c_6, #c_7, #c_8, #c_9, #c_10, #c_11, #c_12, #c_13, #c_14, #c_15, #c_16, #c_17, #c_18, #c_19, #c_20, #c_21, #c_22, #c_23 {
  opacity: 0;
  transition: all .2s;
  visibility: hidden;
}


.show-mobile-phone,
.show-mobile-phone2 {
  display: none;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}

/* ------------------------
         TOP LINE
------------------------ */


.site-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  /*background: #1bc2a2;*/
}

.site-nav .nav-links {
  height: 100%;
  padding-top: 7px;
}

.site-nav ul li {
  display: block;
  /*position: relative;*/
  float: left;
  /*background: #1bc2a2;*/
  height: 100%;
}

.site-nav li ul li {
  margin-right: 5px;
}

.site-nav li .sitenav-block {
  margin-right: 0;
}

.site-nav li ul { display: none; z-index: 111;}

.site-nav ul li a {
  display: block;
  /*padding: 1em;*/
  text-decoration: none;
  white-space: nowrap;
  color: #000;
}

/*.site-nav ul li a:hover { background: #2c3e50; }*/

.site-nav li ul { display: none; background:}

.site-nav ul li a {
  display: block;
  /*padding: 1em;*/
  text-decoration: none;
  white-space: nowrap;
  color: #000;
}

.site-nav .nav-links > li > a {
  border: 1px solid transparent;
  transition: all .3s;
}

.site-nav .nav-links > li:hover > a {
  border-color: #f3f6f8;
  color: #49af52;
}

/*.site-nav ul li a:hover { background: #2c3e50; }*/

.site-nav li > ul {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 86px;
  background: #445058;
  padding: 30px 0;
  /*border-bottom: 1px solid #edf1f4;*/
  display: none;
}

.site-nav li ul .sitenav-title {
  background: transparent;
  padding: 0;
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 25px;
  border: 0;
  max-width: 500px;
}

.site-nav .sitenav-mainlink {
  display: inline-block;
  width: auto;
  padding: 5px 15px;
  padding-right: 30px;
  float: right;
  background: #fff;
  color: #61717c;
  position: relative;
}

.site-nav .sitenav-mainlink:hover {
  color: #fff;
  background: rgba(255,255,255,.25);
}

.site-nav .sitenav-ul li,
.site-nav .sitenav-ul a {
  display: inline-block;
}

.site-nav .sitenav-ul,
.site-nav li .sitenav-ul {
  padding: 0;
}

.site-nav .sitenav-ul {
  clear: both;
}

.site-nav ul li ul li,
.site-nav ul li ul a {
  display: inline-block;
}


.site-nav .sitenav-ul a {
  margin-bottom: 10px;
  /*text-align: center;*/
  padding: 8px 12px;
}

.site-nav .sitenav-ul {
  display: block;
}

.site-nav .sitenav-block {
  float: none;
}

.site-nav .sitenav-block:after {
  content: '';
  display: table;
  clear: both;
}

.site-nav li.sitenav-block > ul,
.site-nav li.sitenav-block > ul {
  position: static;
}

.site-nav li li { float: none; }

/*.site-nav li:hover a { background: #1bc2a2; }*/

/*.site-nav li:hover li a:hover { background: #2c3e50; }*/

.site-nav .nav-links li ul li { border-top: 0; }

.site-nav ul ul ul {
  left: 100%;
  top: 0;
}

.site-nav ul:before,
.site-nav ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.site-nav ul:after { clear: both; }

.site-logo svg {
  width: 100%;
  height: 60px;
}

.site-logo {
  margin-top: 8px;
}

.site-nav {
  padding: 0;
  position: static;
}

.site-nav li, a {
  display: inline-block;
}

.site-nav a {
  font-size: 17.5px;
  margin-right: 15px;
  padding: 8px 12px;
  border-radius: 3px;
}

/*.site-nav ul li a:hover {
    background: #f3f3f3;
}*/

/*.site-nav li a {
    background: #f5f7f9;
}*/

.site-nav .col-md-3 .sitenav-ul li {
  width: 100%;
}

.site-nav .col-md-9 .sitenav-ul li {
  width: 19%;
  margin-right: 5px;
}

.site-nav li ul a {
    background: rgba(255,255,255,.15);
    border-radius: 5px;
    color: #fff;
    border: 0;
    width: 100%;
    text-align: left;
}

.site-nav li ul li:last-child a {
  border-radius: 0 0 3px 3px;
}

.site-nav li ul li:first-child a {
  border-radius: 0 3px 0 0;
}

.site-nav a i {
  color: #cfcfcf;
}

.site-nav li ul a i {
  font-size: 21px;
  vertical-align: top;
  /* float: right; */
  margin-left: 15px;
  position: absolute;
  top: 9px;
  right: 12px;
}

.site-nav ul li ul a {
  /*text-align: center;*/
  padding: 10px;
  padding-right: 10px;
}


.top-line {
  padding: 5px 0;
  position: relative;
}

.top-line-border {
  border-bottom: 2px solid #f0f3f5;
}

.top-line .border-link {
  border: 1px solid #f4f4f4;
  color: #ababab;
}

.site-nav li ul li a {
  border-radius: 0;
  transition: all .2s ease;
  margin-right: 5px;
  position: relative;
  padding: 6px 15px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.site-nav li ul li a:hover {
  background: #fff;
  color: #61717c;
}

.site-nav li ul li a.sitenav-title:hover {
  background: transparent;
  color: #fff;
}


.main-nav {
  margin-top: 14px;
  margin-left: 40px;
  height: 100%;
  margin-top: 5px;
}

.icon-nav {
  margin-top: 20px;
}

.icon-nav li,
.icon-nav a,
.icon-nav svg {
  display: inline-block;
}

.icon-nav .mobile-nav-handler {
  display: none;
}

.icon-nav svg {
  height: 32px;
  width: 32px;
  fill: #b3b3b3;
  margin-right: 18px;
}

.icon-nav li:last-child svg {
  margin-right: 0;
}

/* ------------------------
        MAIN HEADER
------------------------ */

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
    max-height: 620px;
    min-width: 100% !important;
}
.no-video .video-container video,
.touch .video-container video {
    display: none;
}
.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}
.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 620px;
    width: 100%;
    min-width: 100% !important;
    overflow: hidden;
    background: #000;
}
.video-container .poster img {
    width: 100%;
    bottom: 0;
    position: absolute;
}
.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(4, 82, 132, 0.5);
    width: 100%;
    height: 100%;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
}
.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 50%;
    transform: translateY(50%);
    min-width: 100% !important;
}
.video-container video.fillWidth {
    width: 100%;
}

.checkbox-toggle-label {
  display:block;
  background: rgba(255,255,255,.35);
  height:35px;
  width:70px;
  border-radius:35px;
  position:relative;
  transition:all .3s ease;
}

.checkbox-toggle-label .on {
  display:block;
  position:absolute;
  z-index:0;
  left:0;
  opacity:1;
  /*min-width:300px;*/
  min-width:800px;
  line-height:35px;
  left:80px;
  transition:all .3s ease;
}
.checkbox-toggle-label .on .part-1 {
  font-weight: 300;
  color: rgba(255,255,255,.4);
}
.checkbox-toggle-label .off {
  display:block;
  position:absolute;
  z-index:0;
  right:80px;
  text-align:right;
  opacity:1;
  min-width:300px;
  line-height:35px;
  transition:all .3s ease;
}

.checkbox-toggle-label:before {
  content:'';
  display:block;
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  border-radius:50px;
  height:34px;
  width:34px;
  background: #fff;
  transition:all .3s ease;
}

.checkbox-toggle {
  position:absolute;
  left:-5000px;
}

.checkbox-toggle:checked + .checkbox-toggle-label {
  /*background:#0091d9;*/
  /*box-shadow:0 0 0 2px #0091d9;*/
}

.checkbox-toggle:checked + .checkbox-toggle-label .on {
  opacity:1;
  /*color:#000;*/
}

.checkbox-toggle:checked + .checkbox-toggle-label .on .part-1 {
  color:#fff;
  font-weight: 700;
}

.checkbox-toggle:checked + .checkbox-toggle-label .off {
  font-weight: 300;
  color: rgba(255,255,255,.4);
}

.checkbox-toggle:checked + .checkbox-toggle-label:before {
  left:36px;
}

.checkbox-toggle.blue {
  position:absolute;
  left:-5000px;
}

.checkbox-toggle.blue + .checkbox-toggle-label .on {
  color:#1fc1c8;
}

.checkbox-toggle.blue:checked + .checkbox-toggle-label {
  background:#1fc1c8;
  box-shadow:0 0 0 2px #1fc1c8;
}

.checkbox-toggle.blue:checked + .checkbox-toggle-label .on {
  left:100px;
  opacity:1;
}

.checkbox-toggle.blue:checked + .checkbox-toggle-label .off {
  right:0px;
  opacity:0;
}

.checkbox-toggle.blue:checked + .checkbox-toggle-label:before {
  left:30px;
  box-shadow:0 3px 3px rgba(0, 0, 0, 0.2), 0 0 0 2px #1fc1c8;
}

.main-header {
  color: #fff;
}

.header-register .site-button {
  margin-top: 25px;
}

.header-register .header-features {
  margin-top: 100px;
}

.header-register .add-note {
  padding: 12px 20px;
  border-radius: 5px;
  background: rgba(255,255,255,.2);
  color: #fff;
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
}

.checkbox-toggle-label {
  margin-left: 170px;
  font-weight: 700;
  font-size: 52px;
}

.video-container .filter {
  padding: 120px 0;
}

.header-search {
  margin-top: 50px;
  margin-bottom: 80px;
  position: relative;
}

.header-search svg {
  height: 30px;
  width: 30px;
  /*fill: #dbdbdb;*/
  fill: #52b85c;
  float: left;
  margin-right: 8px;
}

.header-search input,
.header-search select {
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-left: 55px;
  outline: none; 
}

.header-search .dropdown-toggle {
  height: 30px;
}

.header-search .dropdown-toggle::after {
  display: none;
}


.header-search select::-ms-expand {
    display: none;
}

.header-search select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    cursor: pointer;
    color: #5e6163;
}

.header-search input {
  font-family: 'Gotham pro', sans-serif;
  font-size: 16px;
}

.header-search input::-webkit-input-placeholder {color:#5e6163;}
.header-search input::-moz-placeholder          {color:#5e6163;}/* Firefox 19+ */
.header-search input:-moz-placeholder           {color:#5e6163;}/* Firefox 18- */
.header-search input:-ms-input-placeholder      {color:#5e6163;}

.header-search .interactive-area {
  background: #fff;
  /*padding: 15px 20px;*/
  border-radius: 5px;
  width: 86%;
  float: left;
}

.header-search .custom-field {
  width: 25%;
  float: left;
  font-size: 16px;
  color: #848484;
  position: relative;
  padding: 15px 20px;
  box-sizing: border-box;
  border-right: 1px solid #f6f6f6;
}

.header-search .custom-field:last-child {
  border: 0;
}

.header-search .custom-field .dropdown,
.header-search .custom-field .dropdown button {
  position: absolute;
  outline: none;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  color: #5e6163;
}


.header-search button {
  padding: 0;
  background: transparent;
  outline: none;
  cursor: pointer;
  border: 0;
  line-height: 30px;
  font-size: 16px;
  color: #696c6e;
}


.header-search .dropdown-menu {
  padding: 0;
  border: 0;
  min-width: 300px;
}

.header-search .dropdown-menu input {
  position: static;
  padding: 0;
}

.header-search .field {
  padding: 10px 15px;
  border-bottom: 1px solid #f4f4f4;
}

.header-search .field span {
  display: inline-block;
  float: left;
  width: 20%;
  font-weight: 700;
  color: #aeaeae;
  margin-top: 10px;
  padding-left: 10px;
}

.header-search .field input {
  width: 80%;
  padding: 10px;
  background: #f4f4f4;
  border: 1px solid #eaeaea;
  color: #5e6163;
}

.header-search .custom-field:nth-of-type(1) {
  width: 33%;
}


.header-search .custom-field:nth-of-type(4) {
  width: 15%;
  border-right: 0;
}

.header-search .custom-field:nth-of-type(5) {
  width: 12%;
}


.header-search .custom-field.button-field {
  background: #49af52;
  max-width: 13%;
  height: 60px;
  text-align: center;
  float: right;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  transition: all .3s;
  border-right: 0;
}

.header-search .custom-field.button-field input {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.header-search .custom-field.button-field:hover {
  background: #319b3b;
}

.header-search .custom-field.button-field .button {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  text-align: center;
  /*font-weight: 700;*/
  line-height: 62px;
}

.header-search .custom-field.button-field svg {
  height: 20px;
  width: 20px;
  fill: #fff;
  float: none;
  vertical-align: top;
  margin-top: 20px;
}

.cf-dropdown-toggle {
  position: relative;
}

.cf-dropdown-content {
  position: absolute;
  /*min-width: 320px;*/
  min-width: 535px;
  left: 50%;
  transform: translateX(-50%);
  background: #f5f7f9;
  padding: 15px;
  border-radius: 5px;
  top: 90px;
  display: none;
  z-index: 11;
}

.cf-main-content {
  background: #fff;
}

.cf-dropdown-content:before {
  content: '';
  width: 0; 
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -8px;
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  
  border-bottom: 10px solid #f5f7f9;
}

.container.content-container {
  padding: 50px 0;
}

.site-main-bg {
  background: #f6f8fa;
}

.catrow #dle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.send-message ul {
  list-style: none;
  padding: 0;
}

.send-message .combo_field {
  margin-top: 15px;
}

.cf-main-content:before {
  border-bottom: 10px solid #fff;
}

.header-features svg {
  height: 55px;
  width: 55px;
  fill: #fff;
}


.header-features .title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
}

.header-features .greenline {
  margin-top: 10px;
}


.header-search .interactive-area:after,
.header-search:after {
  content: '';
  clear: both;
  display: table;
}


/* ------------------------
        MAP SECTION
------------------------ */

.map-section {
  margin-top: 25px;
}

.nicescroll-rails {
  width: 3px !important;
  margin-left: 30px;
}

.nicescroll-cursors {
  /*top: 5px !important;*/
  right: -8px;
}

.svg-map-nav .area-form {
  border: 2px solid #f3f6f8;
  border-radius: 5px;
  margin-top: 50px;
}

.svg-map-nav .form-header {
  background: #f3f6f8;
  padding: 20px;
}

.svg-map-nav .form-header .custom-field {
  border: 2px solid #eaeff2;
  max-width: 100%;
  position: relative;
  background: #fff;
  height: 50px;
}

.svg-map {
  padding-right: 50px;
}

.svg-map-nav .form-header input {
  color: #727f88;
  border: 2px solid #eaeff2;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  height: 100%;
  padding-right: 40px;
}

.svg-map-nav svg {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 26px;
  width: 26px;
  fill: #d2d8db;
}

.hash svg {
  position: static;
  height: 15px;
  width: 15px;
  fill: #d2d8db;
  float: left;
  margin-right: 3px;
  margin-top: 2px;
}

.svg-map-nav {
  padding: 0;
}

.form-body {
  padding: 20px;
  overflow: hidden;
}

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

.form-body button {
  background: transparent;
  border-radius: 3px;
  border: 1px solid #eaeff2;
  padding: 8px 10px;
  margin-right: 1px;
  outline: none;
  cursor: pointer;
  color: #727f88;
  transition: all .2s;
  font-size: 15px;
  margin-bottom: 20px;
}

.feedback-form .ladda-button[data-style=zoom-in], .feedback-form .ladda-button[data-style=zoom-in] .ladda-spinner, .feedback-form .ladda-button[data-style=zoom-in] .ladda-label, .feedback-form .ladda-button[data-style=zoom-out], .feedback-form .ladda-button[data-style=zoom-out] .ladda-spinner, .feedback-form .ladda-button[data-style=zoom-out] .ladda-label {
  transition: none !important;
}

.form-body .uf-btn {
  background: #49af52;
  color: #fff;
  border: 0;
  font-weight: 500;
}

.form-body button:hover {
  background: #eaeff2;
  color: #758189;
}

.c-scroll li,
.c-scroll a {
  width: 100%;
}

.c-scroll ul li {
  font-size: 17px;
  line-height: 28px;
}

.c-scroll ul li a {
  color: #758189;
}

.c-scroll ul li a:hover {
  color: #5ec067;
}


.form-body .element-item {
  left: 0 !important;
}


.form-body .hash i {
  font-size: 14px;
  color: #cbd3d7;
}

/* ------------------------
         SERVICES
------------------------ */

.services-section .block {
  border: 2px solid #f3f6f8;
  display: block;
  text-align: center;
  padding: 35px 0;
  background: transparent;
  transition: all .3s ease;
}

.services-section .block:hover {
  background: #f3f6f8;
}

.services-section svg {
  height: 100px;
  margin-bottom: 10px;
  width: 100%;
}

.services-section .col-lg-3:nth-of-type(2) .block svg {
  height: 125px;
  margin-top: -12px;
  margin-bottom: -3px;
}



.services-section .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
}

/* ------------------------
         CATALOG
------------------------ */

.catalog-section {
  background: #f6f8fa;
}

.catalog-section .section-title {
  margin-bottom: 60px;
}

.catalog-item {
  background: #fff;
  border-radius: 5px;
  border: 2px solid #eaeff2;
}

.catalog-item:hover .item-image {
  opacity: .5;
}

.catalog-item .item-image {
  height: 220px;
  transition: all .2s;
  background-size: cover;
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
}

.catalog-item .item-info {
  padding: 20px;
}

.catalog-item .item-price {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #49af52;
  display: block;
}

.catalog-item .item-subprice {
  font-size: 17px;
  color: #6f787b;
  display: block;
  margin-bottom: 10px;
}

.catalog-item .item-subprice svg {
  height: 12px;
  width: 12px;
  fill: #6f787b;
  margin-left: 3px;
}


.catalog-item .item-price svg {
  height: 23px;
  width: 23px;
  fill: #49af52;
  margin-left: 5px;
}

.catalog-item .item-category {
  font-size: 16px;
  color: #383c3d;
  font-weight: 500;
}

.catalog-item .item-address svg {
  height: 18px;
  width: 18px;
  fill: #49af52;
  float: left;
  margin-right: 3px;
  margin-top: 2px;
}

.catalog-section {
  overflow: hidden;
}


.owl-theme .owl-nav [class*=owl-] {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #eceff4;
    transition: all .3s;
    position: absolute;
}

.owl-carousel {
  position: relative;
}

.owl-theme .owl-nav svg {
  height: 30px;
  width: 30px;
  margin-top: 10px;
  fill: #cccfd4;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    border: 2px solid #49af52;
    background: #fff;
}

.owl-theme .owl-nav [class*=owl-]:hover svg {
    fill: #49af52;
}

.owl-theme .owl-nav .owl-prev svg {
  margin-right: 2px;
}

.owl-theme .owl-nav .owl-next svg {
  margin-left: 2px;
}

.owl-theme .owl-nav .owl-prev {
  left: -90px;
  top: 50%;
  transform: translateY(-50%);
}

.owl-theme .owl-nav .owl-next {
  right: -90px;
  top: 50%;
  transform: translateY(-50%);
}

/* ------------------------
        QA SECTION
------------------------ */

.qa-section .section-title {
  margin-bottom: 60px;
}

.qa-item {
  margin-bottom: 50px;
  padding-left: 80px;
  position: relative;
  /*padding-right: 30px;*/
  padding-right: 35px;
}

.qa-item svg {
  position: absolute;
  left: 0;
  top: 10px;
  height: 62px;
  width: 62px;
  fill: #e9eef1;
  transition: all .2s;
}

.qa-item .item-title {
  font-size: 28px;
  color: #49af52;
  /*text-decoration: underline;*/
  border-bottom: 1px solid rgba(73,176,82,.3);
  display: inline;
  line-height: 38px;
  transition: all .2s;
}

.qa-item .item-title:hover {
  border-bottom: 1px solid rgba(73,176,82,1);
}

.qa-item .item-title:hover svg {
  fill: #49af52;
}

.qa-item .item-description {
  font-size: 18px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.qa-item .item-link {
  color: #7f8588;
  border: 2px solid #e9eef1;
  border-radius: 5px;
  padding: 10px 15px;
  padding-top: 12px;
  font-size: 16px;
  line-height: 16px;
  padding-right: 25px;
  position: relative;
  transition: all .2s;
}

.qa-item .item-link i {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #d1d6d8;
}

.qa-item .item-link:hover {
  background: #e9eef1;
}

/* ------------------------
     ARTICLES SECTION
------------------------ */

.articles-section {
  background: #f6f8fa; 
}

.articles-section .articles-carousel {
  margin: 0;
}


.articles-section .section-title {
  margin-bottom: 60px;
}

.articles-section .col-sm-6 {
  padding: 0;
}

.articles-item {
  background: #fff;
  border-radius: 5px;
  display: block;
  position: relative;
  min-height: 275px;
}

.articles-item .item-image {
  position: absolute;
  display: block;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.articles-item .item-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  padding: 24px;
}

.articles-item .item-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #000;
  transition: all .2s;
  /*display: inline;*/
}

.articles-item .item-title:hover {
  color: #49af52;
}

.articles-item .item-date {
  font-size: 16px;
  color: #b2babc;
  margin-bottom: 15px;
}

.articles-item .item-date svg {
  height: 20px;
  width: 20px;
  fill: #b2babc;
  float: left;
  margin-right: 5px;
}

.articles-item .read-more {
  font-size: 18px;
  font-weight: 500;
  color: #49af52;
  display: block;
  position: absolute;
  left: 24px;
  bottom: 24px;
}

.articles-item .read-more svg {
  fill: #49af52;
  line-height: 25px;
  width: 25px;
  height: 25px;
  vertical-align: top;
  margin-left: 5px;
  opacity: .4;
  transition: all .2s;
}

.articles-item .read-more:hover svg {
  opacity: 1;
  margin-left: 10px;
}

.articles-item .item-views {
  color: #80888b;
  font-size: 18px;
  position: absolute;
  right: 24px;
  bottom: 24px;
}

.articles-item .item-views svg {
  fill: #d1d6d8;
  height: 25px;
  width: 25px;
  float: left;
  margin-right: 5px;
}

.articles-item .item-image:nth-child(4n-1) {
  right: 0;
  left: auto;
}

.articles-item .item-info:nth-child(2n-1) {
  right: auto;
  left: 0;
}

.articles-section .row :nth-child(4n-1) .item-info,
.articles-section .row :nth-child(4n) .item-info {
  left: 0;
  right: atuo;
}

.articles-section .row :nth-child(4n-1) .item-image,
.articles-section .row :nth-child(4n) .item-image {
  right: 0;
  left: auto;
}

.articles-section #dle-content :nth-child(4n-1) .item-info,
.articles-section #dle-content :nth-child(4n) .item-info {
  left: 0;
  right: atuo;
}

.articles-section #dle-content :nth-child(4n-1) .item-image,
.articles-section #dle-content :nth-child(4n) .item-image {
  right: 0;
  left: auto;
}

/*.articles-section.catrow {
  background: #fff;
}*/

.catrow .navigation {
  margin-top: 50px;
}

.soc_links {
  margin-bottom: 15px;
}

.soc_links a {
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50%;
  background: #000;
  display: inline-block;
  vertical-align: top;
  transition: all .3s;
}

.soc_links a:hover {
  transform: scale(1.3,1.3);
}

.soc_links .soc_vk {
  background: #4c75a3;
}

.soc_links .soc_ya {
  background: #f11010;
}

.soc_links .soc_od {
  background: #f1812d;
}

.soc_links a svg {
  height: 23px;
  margin-top: 9px;
  width: 100%;
  fill: #fff;
}

.soc_links a svg.icon-ya {
  height: 23px;
}

/* ------------------------
      FEEDBACK SECTION
------------------------ */

.feedback-section .section-title {
  text-align: left;
  margin-bottom: 5px;
}

.feedback-section .section-subtitle {
  text-align: left;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 21px;
}

.feedback-section .phone-number {
  color: #49af52; 
  font-size: 35px;
  font-weight: 500;
  margin-top: 15px;
  display: inline-block;
}

.feedback-section .phone-number svg {
  height: 45px;
  width: 45px;
  float: left;
  fill: #49af52;
  margin-right: 15px;
}

.feedback-section .mail-button {
  border-radius: 5px;
  border: 2px solid #eaeff2;
  color: #919ba2;
  padding: 10px 15px;
  margin-top: 0;
  margin-left: 20px;
  font-size: 18px;
  vertical-align: top;
  margin-top: 15px;
  transition: all .2s;
}

.feedback-section .mail-button:hover {
  background: #eaeff2;
}

.feedback-section svg {
  fill: #d6dbde;
  height: 25px;
  width: 25px;
  margin-right: 10px;
  float: left;
}


.feedback-section .mail-button:hover svg {
  fill: #c1c5c7;
}

.feedback-form {
  border-radius: 5px;
  border: 2px solid #f3f6f8;
}

.feedback-form .form-header {
  padding: 0;
  background: #f3f6f8;
  padding: 25px;
}

.feedback-form .form-header:after {
  content: '';
  display: table;
  clear: both;
}

.feedback-form .form-header .uf-field {
  width: 48%;
  float: left;
  margin-bottom: 0;
}

.feedback-form textarea.uf-input {
  border: 1px solid #eaeff2;
  margin-bottom: 0;
}

.feedback-form .uf-btn {
  padding: 12px 25px;
  margin-bottom: 0;
}

.feedback-form .form-header .uf-field:first-child {
  margin-right: 2%;
}



.feedback-form .form-header input {
  width: 100%;
  background: #fff;
  border: 2px solid #eaeff2;
  color: #727f88;
  font-size: 17px;
  height: 50px;
}

.feedback-form .uf-label,
.feedback-form .uf-header {
  display: none;
}

.feedback-form .uf-content {
  padding: 0;
}

.feedback-form .uf-wrapper-inline {
  margin: 0;
}

.feedback-form input::-webkit-input-placeholder {color:#727f88;}
.feedback-form input::-moz-placeholder          {color:#727f88;}/* Firefox 19+ */
.feedback-form input:-moz-placeholder           {color:#727f88;}/* Firefox 18- */
.feedback-form input:-ms-input-placeholder      {color:#727f88;}

.feedback-form textarea::-webkit-input-placeholder {color:#727f88;}
.feedback-form textarea::-moz-placeholder          {color:#727f88;}/* Firefox 19+ */
.feedback-form textarea:-moz-placeholder           {color:#727f88;}/* Firefox 18- */
.feedback-form textarea:-ms-input-placeholder      {color:#727f88;}


.feedback-form .form-header input:first-child {
  margin-right: 10px;
}

.feedback-form .form-body {
  padding: 25px;
}

.feedback-form .form-body:after {
  content: '';
  display: table;
  clear: both;
}


.feedback-form textarea {
  width: 100%;
  border: 1px solid #eaeff2;;
  outline: none;
  max-height: 120px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 17px;
}

.feedback-form .privacy {
  width: 75%;
  float: left;
  padding-right: 20px;
  font-size: 17px;
  color: #758189;
}

.feedback-form .site-button {
  float: right;
  width: 25%;
  text-align: center;
  padding: 12px 15px;
  border-radius: 5px;
  background: #49af52;
  color: #fff;
  font-weight: 700;
  transition: all .2s;
}

.feedback-form .site-button:hover {
  background: #35a23e;
}

.page-consultation {
  padding: 0;
}

.page-consultation .select-field {
  width: 50%;
  float: left;
}

.page-consultation select.uf-input {
  border: 1px solid #edf1f4;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 15px;
}

.page-consultation .privacy {
  text-align: center;
  margin-top: 25px;
  width: 100%;
}

.page-consultation .select-field .uf-field-input {
  position: relative;
}

.page-consultation .select-field i {
  position: absolute;
  right: 25px;
  top: 34px;
  font-size: 20px;
  color: #d5dde2;
}

.page-consultation .button-field {
  width: 50%;
  float: right;
  text-align: right;
  margin-top: 20px;
}

.page-consultation .section-title, 
.page-consultation .section-subtitle {
  text-align: center;
}

.page-consultation .feedback-form {
  max-width: 625px;
  margin: 0 auto;
  margin-top: 30px;
}


/* ------------------------
        SITE FOOTER
------------------------ */

.footer-line {
  background: #f1f3f4;
  padding: 25px 0;
}

.fl-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fl-links li,
.fl-links a {
  display: inline-block;
}

.fl-links a {
  padding: 10px 15px;
  margin-right: 10px;
  background: #fff;
  border-radius: 5px;
  font-size: 17px;
  color: #8f9194;
  transition: all .2s;
}



.fl-links a:hover {
  background: #e4e7e9;
}

.fl-social {
  text-align: right;
}

.fl-social .social-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.fl-social .social-links li,
.fl-social .social-links a {
  display: inline-block;
}

.fl-social .social-links a {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border: 2px solid #e2e5e8;
  color: #abb0b6;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  /*background: #fff;*/
  margin-right: 6px;
  transition: all .2s;
}

.fl-social .social-links a:hover {
  background: #fff;
  border-color: #fff;
}

.fl-social .social-label {
  text-align: left;
  float: left;
  font-weight: 700;
  color: #8b8f93;
}

.main-footer {
  background: #fcfcfc;
  padding: 50px 0;
}

.main-footer .f-title {
  font-size: 21px;
  font-weight: 700;
  color: #64676a;
}

.main-footer .footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.main-footer .footer-links a {
  font-size: 16px;
  margin-bottom: 5px;
  color: #8f9194;
  transition: all .2s;
}

.main-footer .footer-links a:hover {
  color: #49af52;
}

.main-footer .greenline {
  margin-top: 5px;
  margin-bottom: 25px;
}

.main-footer .footer-block svg {
  width: 300px;
  height: 62px;
  /*margin-bottom: 10px;*/
}

.main-footer .copyright {
  color: #8f9194;
}

.main-footer .border-btn {
  line-height: 34px;
  padding: 8px 15px;
  margin-top: 15px;
}

.main-footer .border-btn svg {
  height: 30px;
  width: 20px;
  fill: #b8bfc7;
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}

.header-search .mobile-filters {
  width: 30%;
  position: static;
}

.mfilters-dropdown-content {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  background: #f5f7f9;
  padding: 15px;
  top: 81px;
  border: 1px solid #edf1f4;
  z-index: 11;
  display: none;
  margin-left: -2px;
  margin-right: -2px;
}

.mfilters-dropdown-content.dt-mfilters {
  top: 70px;
  background: #fff;
  border: 0;
  border-radius: 5px;
}

.dt-mfilters .mfilters-field select {
  border-radius: 5px;
  border: 1px solid #edf1f4;
}

.mfilters-label {
  display: block;
  margin-bottom: 10px;
  margin-top: 25px;
}

.mfilters-field select {
  position: static;
  padding: 0;
  background: #fff;
  display: inline-block;
  padding: 14px;
  border-radius: 5px;
}

.site-footer #accordion {
  width: 100%;
}

.site-footer .card {
  border: 0;
  background: transparent;
  width: 100%;
}

.site-footer .card button {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-footer .card-header {
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 8px;
}

.site-footer .card-body {
  padding: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    background: #e1e5e8;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.card .card-header {
  position: relative;
}

.card button {
  width: 100%;
  display: block;
  text-align: left;
}

.site-footer #accordion {
  margin-top: 30px;
}

.card .f-title i {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 25px;
  color: #ccc;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #51b85c;
}

.cd-nav-trigger {
  z-index: 111;
}

.navigation-is-open .icon-nav .mobile-nav-handler {
    position: fixed;
    right: 50px;
    top: 30px;
    z-index: 112;
}

.cd-nav .cd-navigation-wrapper {
  padding: 30px;
}

.cd-nav a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: inline;
  border-bottom: 1px solid rgba(255,255,255,.15);
  padding-bottom: 3px;
}

.sub-links li {
  display: inline-block;
}

.sub-links a {
  display: inline-block;
  border: 0;
  padding: 8px 12px;
  margin-right: 5px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 5px;
  margin-top: 10px;
  font-size: 16px;
  opacity: .5;
}

.cd-nav .nav-title a {
  font-weight: 700;
  font-size: 24px;
  line-height: 45px;
}

.nav-links {
  margin-top: 5px;
  line-height: 32px;
}

.sub-links {
  margin-bottom: 25px;
  line-height: 25px;
}

.cd-nav ul {
  padding-left: 0;
  list-style: none;
}

.nav-head {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  opacity: .3;
  margin-top: -5px;
  margin-bottom: 20px;
}

/* ------------------------
    CATALOG ITEM SHORT
------------------------ */

.catalog-ic {
  border: 2px solid #f2f5f6;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}

.catalog-ic .ic-image {
  display: block;  
  position: absolute;
  background-size: cover;
  background-position: center 0;
  width: 280px;
  left: 0;
  top: 0;
  min-height: 100%;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}

.catalog-ic .ic-body {
  padding-left: 280px;
}

.catalog-ic .ic-content {
  padding: 20px;
  position: relative;
}

.link-wrapper {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}


.ic-head .ic-price {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  color: #49af52;
  display: block;
  float: left;
}

.ic-head .ic-price svg {
  width: 23px;
  height: 23px;
  fill: #49af52;
  margin-left: 8px;
}

.ic-head .ic-fav {
  float: right;
  font-size: 15px;
}

.ic-head .ic-fav a {
  color: #acb3b8;
}

.ic-head:after {
  content: '';
  display: table;
  clear: both;
}

.ic-table .table td,
.ic-table .table th,
.ic-table .table-bordered td,
.ic-table .table-bordered th {
  border: 1px solid #eaeff2;
}

.ic-table table td {
  min-width: 130px;
}

.ic-table table {
  font-size: 16px;
  color: #a9aeb2;
}

.ic-table .icb {
  font-weight: 700;
  color: #5c6367;
}

.ic-table .ic-subprice {
  color: #b2b8bc;
}

.ic-subprice svg {
  height: 12px;
  width: 12px;
  fill: #b2b8bc;
}

.navigation {
  margin-bottom: 35px;
}

.navigation .pages {
 float: left; 
}

.navigation:after {
  content: '';
  display: table;
  clear: both;
}

.navigation .pages span,
.navigation .pages a {
  display: inline-block;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 2px solid #f2f5f6;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
}

.navigation .pages span {
  color: #bac0c3;
}

.navigation .page_next-prev {
 float: right; 
}

.navigation .page_next-prev > span {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  border: 2px solid #f2f5f6;
  display: inline-block;
}

.navigation .page_next-prev span svg {
  height: 16px;
  width: 100%;
  margin-top: 12px;
  fill: #52b85c;
}

.ic-address {
  color: #49af52;
  font-size: 15px;
  float: left;
  max-width: 245px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 12px;
}

.ic-address svg {
  height: 16px;
  width: 16px;
  fill: #49af52;
  float: left;
  margin-top: 1px;
  margin-right: 5px;
}

.ic-buttons {
  float: right;
}

.ic-buttons .light-btn {
  padding: 10px 15px;
  background: #f8fbfc;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #99a5ad;
  border-radius: 5px;
  display: inline-block; 
  border: 1px solid #e8edf0;
  transition: all .3s;
}

.edit-link.light-btn {
  padding: 7px 10px;
  background: #f8fbfc;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 400;
  color: #99a5ad;
  border-radius: 5px;
  display: inline-block; 
  border: 1px solid #e8edf0;
  transition: all .3s;
  display: inline-block;
  vertical-align: top;
}

.ic-buttons .light-btn:hover {
  background: #e8edf0;
}

.ic-footer:after {
  content: '';
  display: table;
  clear: both;
}

.ic-buttons .site-button {
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 400;
}

.ic-head {
  margin-bottom: 15px;
}

.ic-head .ic-fav svg {
  height: 20px;
  width: 20px;
  fill: #c1c6ca;
  float: right;
  margin-left: 5px;
}

.ic-head .ic-del-fav svg {
  height: 20px;
  width: 12px;
  margin-left: 8px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: transparent;
}

.ic-table table {
  border: 1px solid #eaeff2;
}

.ic-badges {
  left: 0;
  top: 0;
  padding: 15px;
}

.ic-image-content {
  /*position: relative;*/
  left: 0;
  top: 0;
  height: 100%;
}

.ic-badge {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: static;
  float: left;
  margin-right: 5px;
}

.ic-badge svg {
  fill: #fff;
  height: 20px;
  width: 100%;
  margin-top: 6px;
}

.badge-cotkan svg {
  height: 17px;
  margin-top: 10px;
}
.tooltip-inner {
    max-width: 280px;
}
.badge-premium {
  background: #f19131;
}

.badge-cotkan {
  background: #54b85d;
}

.ic-badges .badge-tooltip {
  position: absolute;
  bottom: -200px;
  left: 0;
  width: 100%;
  overflow: hidden;
  padding: 15px;
  transition: all .3s;
}

.ic-badges .icon-bg,
.ic-badges .tl-text {
  position: relative;
  z-index: 2;
}

.ic-badges .tl-text {
  color: #fff;
  font-size: 15px;
}

.badge-tooltip .icon-bg {
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background: #fff;
  float: left;
  margin-right: 10px;
}

.badge-tooltip .icon-bg svg {
  width: 100%;
  height: 22px;
  margin-top: 10px;
}

.ic-badges .badge-premium + .badge-tooltip .icon-bg svg {
  fill: #f19131;
}

.ic-badges .badge-cotkan + .badge-tooltip .icon-bg svg {
  fill: #54b85d;
}

.ic-badges .badge-premium:hover + .badge-tooltip {
  bottom: 0;
}

.ic-badges .badge-cotkan:hover + .badge-tooltip {
  bottom: 0;
}


.ic-badges .badge-tooltip .tooltip-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  transform: scale(1.2);
  background-position: bottom;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -ms-filter: blur(8px);
  -o-filter: blur(8px);
  left: 0;
  bottom: 0;
}

.catalog-content.col-md-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;

}

.ic-badges .badge-tooltip .tooltip-bg:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.3);
}

.ic-meta {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 15px;
}

.ic-meta .meta-views svg {
  height: 18px;
  width: 18px;
}

.ic-meta svg {
  fill: #fff;
  height: 16px;
  width: 16px;
  float: left;
  margin-right: 5px;
  margin-top: 1px;
}

.ic-meta .meta-block {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  border-radius: 3px;
  padding: 6px 8px;
  background: rgba(12,37,52,.6);
}

/* ------------------------
      CATALOG HEADER
------------------------ */

.catalog-info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  max-width: 47%;
}

.catalog-map {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  max-width: 53%;
}

.catalog-map .svg-map {
  padding-right: 0;
}

.cat-speedbar {
  color: #afb5b9;
}
.cat-speedbar:after {
  content: '';
  display: table;
  clear: both;
}

.cat-speedbar svg {
  height: 30px;
  width: 30px;
  fill: #49af52;
  float: left;
  margin-right: 8px;
  margin-top: -3px;
}

.cat-speedbar a {
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,.1);
  transition: all .2s;
}

.cat-rating {
  border: 1px solid #eaeff2;
  background: #f8fbfc;
  display: inline-block;
  color: #646b6e;
  margin-top: 30px;
}

.cat-rating .cr-block {
  padding: 20px;
  border-right: 1px solid #eaeff2;
  display: inline-block;
  min-width: 250px;
  padding-top: 25px;
  min-width: 300px;
}

.cat-rating:after {
  content: '';
  display: table;
  clear: both;
}

.cr-block .cr-number {
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 5px;
  float: left;
  margin-right: 10px;
}

.cr-block .cr-description {
  font-size: 17px;
  line-height: 24px;
}

.cat-rating .cr-block:last-child {
  border: 0;
}

.cat-cm-link {
  font-size: 17px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

.cat-cm-link svg {
  height: 18px;
  width: 18px;
  fill: #49af52;
  opacity: .35;
  position: absolute;
  top: 1px;
  right: -25px;
  transition: all .2s;
}

.cat-cm-link:hover svg {
  opacity: 1;
}

.cat-speedbar a:hover {
  color: #49af52;
}

.catalog-header {
  padding: 35px 0;
}

.catalog-header .cat-title {
  /*font-size: 52px;*/
  font-size: 42px;
  font-weight: 500;
}

.cat-search .interactive-area {
  border: 2px solid #eaeff2;
}


.catalog-header .cat-search {
  background: #f3f6f8;
  border: 2px solid #eaeff2;
  padding: 8px 8px;
  border-radius: 5px;
  margin-bottom: 0;
  position: relative;
}

.cat-search .custom-field {
  padding: 12px 15px;
  border-right: 1px solid #eaeff2;
  font-size: 
}

.cat-search input,
.cat-search select,
.cat-search button {
  font-size: 16px;
}

.cat-search button {
  line-height: 30px;
}

.cat-search .custom-field.button-field {
  height: 56px;
  border: 2px solid transparent;
}

.cat-search .custom-field.button-field .button {
  line-height: 56px;
}

.cat-search .custom-field.button-field svg {
  margin-top: 16px;
}

/* ------------------------
     CATALOG SIDEBAR
------------------------ */
.catalog-sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.catalog-sidebar .sb-block .sb-title {
  margin-bottom: 20px;
  margin-top: 7px;
}
.catalog-sidebar .sb-block {
  padding: 15px;
  border: 2px solid #f2f5f6;
  margin-bottom: 30px;
}

.sb-block .sb-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 10px;
}

.sb-block .sb-subtitle {
  font-size: 17px;
  line-height: 28px;
  color: #898f93;
  margin-bottom: 10px;
}

.catalog-sidebar .sb-service-block {
  text-align: center;
  padding: 25px 15px;
}

.sb-service-block .icon-bg {
  height: 140px;
  width: 140px;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #f19131;
  display: inline-block;
  margin-bottom: 15px;
}

.sb-service-block .icon-bg svg {
  height: 75px;
  width: 100%;
  margin-top: 28px;
  fill: #f19131;
}

.sb-service-block .border-btn {
  border-color: rgba(241,145,49,.3);
  color: #f19131;
  display: none;
}

.sb-service-block .border-btn:hover {
  background: #f19131;
  color: #fff;
}

.sb-block .title-icon {
  height: 35px;
  width: 35px;
  background: #f19131;
  border-radius: 50%;
  float: left;
  margin-right: 8px;
  margin-top: -2px;
}

.sb-block .title-icon svg {
  height: 23px;
  width: 100%;
  fill: #fff;
  margin-top: 6px;
}

/*.sb-block .sb-title {
  padding-bottom: 15px;
}*/

/* ------------------------
     SIDEBAR CAT ITEM
------------------------ */

.sidebar-cat-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #f2f5f6;
}

.sidebar-cat-item:last-child {
  border: 0;
}

.sidebar-cat-item .item-image {
  width: 90px;
  height: 90px;
  border-radius: 5px;
  margin-right: 10px;
  display: block;
  background-size: cover;
  float: left;
}

.sidebar-cat-item .item-content {
  display: block;
}

.sidebar-cat-item .item-price {
  font-size: 24px;
  font-weight: 700;
  color: #49af52;
  line-height: 24px;
}

.sidebar-cat-item .item-price svg {
  height: 18px;
  width: 18px;
  fill: #49af52;
  margin-left: 5px;
}

.sidebar-cat-item .item-size {
  font-size: 15px;
  color: #8e9295;
  margin-bottom: 5px;
}

.sidebar-cat-item .item-subprice svg {
  height: 12px;
  width: 12px;
  fill: #8e9295;
}

.sidebar-cat-item .item-category {
  font-size: 15px;
  font-weight: 500;
  color: #484c4f;
}

.sidebar-cat-item .item-address {
  color: #aaadb0;
  font-size: 15px;
  max-width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-cat-item .item-address svg {
  width: 15px;
  height: 15px;
  fill: #c5c8ca;
}

/* ------------------------
    FULLSTORY (FP PAGE)
------------------------ */

.fp-speedbar {
  background: #f8fbfc;
  border-bottom: 1px solid #ebf0f2;
  color: #c0c6c9;
  padding: 20px 0;
  font-size: 17px;
}

.fp-speedbar a {
  color: #757c80;
}

.fp-header {
  padding: 40px 0;
  margin-bottom: 40px;
}

.fp-header .fp-title,
.fp-header .fp-price {
  font-size: 31px;
  font-weight: 500;
  /*color: #474a4c;*/
}

.fp-header .fp-title {
  margin-bottom: 2px;
}

.fp-header .fp-address {
  font-size: 17px;
  color: #49af52;
  margin-bottom: 10px;
  width: 100%;

  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 12px;
}

.fp-header .fp-address:after {
  content: '';
  display: table;
  clear: both;
}

.fp-header .fp-address svg {
  height: 18px;
  width: 18px;
  /*margin-top: 2px;*/
  fill: #49af52;
  float: left;
  margin-right: 5px;
}

.fp-interface svg {
  height: 22px;
  width: 100%;
  fill: #acb5b9;
  margin-top: 8px;
}

.fp-interface .interface-icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #e5e9eb;
  margin-right: 8px;
  display: inline-block;
  cursor: pointer;
}

.ddsharemenu {
  z-index: 1071;
  min-width: 242px;
  padding: 10px;
  margin-top: 10px;
}

.fp-interface .interface-icon.badge-cotkan {
  border-color: transparent;
  vertical-align: top;
  cursor: default;
}

.fp-interface .interface-icon:last-child {
  margin-right: 0;
}

.fp-interface .interface-icon.star-icon {
  margin-right: 8px;
}

.fp-interface .dropdown-toggle,
.fp-interface .dropdown {
  border: 0;
  background: transparent;
  display: inline-block;
}

.fp-interface .dropdown-toggle::after {
  display: none;
}

.fp-interface .badge-premium {
  border-color: #f19131;
  background: #f19131;
  cursor: default;
}

.fp-interface .badge-cotkan {
  border-color: #49af52;
  background: #49af52;
}

.fp-interface .badge-premium svg {
  fill: #fff
}

.fp-interface .badge-cotkan svg {
  height: 18px;
  width: 100%;
  margin-top: 10px;
  fill: #fff;
}

.interface-data {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

.interface-data div {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  color: #949a9e;
  font-size: 15px;
}

.fp-price {
  line-height: 38px;
}

.fp-subprice {
  font-size: 16px;
  color: #909395;
}

.fp-subprice svg {
  width: 12px;
  height: 12px;
  fill: #909395;
}

.fp-price svg {
  height: 23px;
  width: 20px;
  margin-left: 5px;
}

.fp-services-btn {
  border-color: rgba(73,175,82, .3);
  color: #49af52;
  font-size: 15px;
  padding: 9px 15px;
  line-height: 26px;
  font-weight: 500;
  cursor: pointer;
  margin-top: 8px;
  max-width: 265px;
}

.fp-services-btn i {
  color: rgba(73,175,82, .5);
  float: right;
  font-size: 18px;
  margin-top: 4px;
}

.fp-services-btn:hover {
  color: #fff;
  background: #49af52;
}

.fp-services-btn:hover svg {
  fill: #fff;
}

.fp-services-btn svg {
  height: 25px;
  width: 25px;
  fill: #49af52;
  float: left;
  margin-right: 10px;
}

.fp-header .dropdown-toggle::after {
  display: none;
}

.fp-header {
  border-bottom: 1px solid #ebf0f2;
}

.fp-static-cover {
  width: 100%;
  height: 360px;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  margin-bottom: 20px;
}

.fp-data {
  /*padding: 15px;*/
  border-radius: 5px;
  border: 1px solid #e5e9eb;
  background: #f8fbfc;
  font-size: 18px;
  margin-top: 0;
}

.fp-data:after {
  content: '';
  display: table;
  clear: both;
}

.fp-data .data-block {
  float: left;
  width: 33.3%;
  padding: 15px;
  padding-top: 25px;
}

.fp-data .data-block:first-child {
  width: 33.3%;
}

.fp-data .data-block:first-child .data-info {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fp-data svg {
  height: 50px;
  width: 50px;
  fill: #49af52;
  margin-top: -6px;
}

.fp-data .data-icon {
  float: left;
  margin-right: 10px;
}

.fp-data .data-title {
  font-weight: 500;
  color: #676c6f;
}

.fp-data .data-info {
  color: #676c6f;
  font-size: 15px;
}

.fp-block {
  margin-top: 60px;
}

.fp-block .block-title {
  font-size: 42px;
  color: #474a4c;
  margin-bottom: 12px;
}


.fp-fulltext {
  font-size: 18px;
  line-height: 30px;
  margin-top: 40px;
  color: #474a4c;
}

.fp-fulltext .quote {
  border-left: 5px solid #49af52;
  font-style: normal;
}

.fp-fulltext p {
  margin-bottom: 20px;
}

.fp-fulltext .text-buttons {
  margin-top: 25px;
}

.fp-fulltext .border-btn {
  border: 1px solid #bfe3c3;
  color: #49af52;
  font-size: 17px;
  font-weight: 500;
  margin-right: 10px;
}

.fp-fulltext .border-btn svg {
  height: 25px;
  width: 25px;
  fill: #49af52;
  float: left;
  margin-right: 10px;
}

.fp-fulltext .border-btn:hover {
  background: #49af52;
  color: #fff;
  border-color: #49af52;
}

.fp-fulltext .border-btn:hover svg {
  fill: #fff;
}

.fp-table .block-title {
  margin-bottom: 25px;
}

.fp-table thead {
  color: #474a4c;
  background: #f8fbfc;
  border-bottom: 1px solid #f2f5f6;
}

.fp-table thead h3 {
  font-size: 21px;
  margin-bottom: 0;
}

.fp-table .table-bordered,
.fp-table .table-bordered td,
.fp-table .table-bordered th {
  border: 1px solid #e5eaed;
}

.fp-table table.tmb {
  margin-bottom: 35px;
}

.fp-table .table-cell {
  color: #93989b;
  font-size: 16px;
}

.fp-table .table-value {
  font-size: 16px;
  font-weight: 500;
  color: #5a676f;
  float: right;
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fp-table .table-value svg {
  height: 12px;
  width: 12px;
  fill: #5a676f;
  margin-left: 5px;
}

.fp-map .object-address {
  font-size: 17px;
  color: #49af52;
  margin-bottom: 15px;
}

.fp-map .object-address svg {
  height: 18px;
  width: 18px;
  float: left;
  fill: #49af52;
  margin-right: 5px;
}

.info-footer {
  margin-top: 20px;
  margin-bottom: 40px;
}

.info-footer:after {
  content: '';
  display: table;
  clear: both;
}

.info-footer .small-title {
  font-size: 18px;
  font-weight: 500;
  color: #474a4c;
  display: block;
  margin-bottom: 5px;
}

.if-share {
  float: left;
}

.if-complain {
  color: #848484;
  border: 1px solid #e7e7e7;
  cursor: pointer;
}

.fpcmpl {
  float: right;
}

.if-complain:hover {
  background: #848484;
  color: #fff;
}

.if-complain svg {
  height: 25px;
  width: 25px;
  fill: #949494;
  float: left;
  margin-right: 10px;
}

.if-complain:hover svg {
  fill: #fff;
}

.fp-info:after {
  content: '';
  display: table;
  clear: both;
}

.fs-dd-services {
  min-width: 275px;
  padding: 15px;
  border: 1px solid #eef2f4;
  top: 22px !important;
  left: -17px !important;
}

.fs-dd-service {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eef2f4;
}

/*.addform table tr {
  width: 32%;
  display: inline-block;
  margin-top: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e9edf1;
  margin: .5%;
}*/

.afw50:first-child {
  margin-right: 2%;
}

.afw50 {
  width: 49%;
  float: left;
}

.static-page {
  font-size: 20px;
  line-height: 32px;
}

.static-page h1 {
  font-size: 42px;
  font-weight: 700;
  /*text-align: center;*/
}

.afw50 input,
.afw50 select {
  border: 1px solid #e8ecef;
}

.addform-detales td.title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  margin-top: 35px;
}

.static-page .backlink-cont {
  max-width: 960px;
  margin: 0 auto;
}

.static-page .static-title {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}

.static-page .backlink {
  display: inline-block;
  margin-bottom: 30px;
  border-radius: 5px;
  padding: 10px 20px;
  border: 1px solid #ececec;
  color: #000000;
}

.static-page .backlink i {
  color: #ececec;
}

.addform-detales input,
.addform-detales select {
  border: 1px solid #e8ecef;
}

.addform table tr:after {
  clear: both;
  display: table;
  clear: both;
}

.addform table tr .addnews {
  /*display: block;*/
  width: 350px;
  /*float: left;*/
}

.addform table tr .xfields {
  position: relative;
  /*float: right;*/
  /*padding-right: 50px;*/
  max-width: 240px;
  display: block;
}

.ic-buttons .ss-showphone {
  display: none;
}

.addform table tr .xfields input,
.addform table tr .xfields select {
  max-height: 45px;
  margin-bottom: 10px;
}

.addform .xfields input {
  max-width: 100%;
}

.addform select {
  max-width: 100%;
}

.addform .qq-upload-button,
.addform .btn,
.addform .btn-big {
  background-color: #54b85d;
  font-size: 17px;
  padding: 12px 20px;
  height: auto;
}

.qq-upload-button:hover,
.addform .btn:hover,
.addform .btn-big:hover {
  background-color: #e4a136;
}

.addform-detales {
  padding: 20px;
  background: #f6f8fa;
  border: 1px solid #e5e9ec;
}
#xfield_holder_preview {
  /*background: transparent;
  padding: 0;
  border: 0;*/
  padding: 14px 20px;
}
#xfield_holder_gallery {
  padding: 14px 20px;
}
/*#xfield_holder_preview .addnews {
  display: none;
}*/

#xfield_holder_price .xfields:after {
  content: ' руб.';
  font-size: 18px;
  color: #000;
  position: absolute;
  top: 12px;
  right: -50px;
  color: #96999c;
}

#xfield_holder_object_size .xfields:after {
  content: ' соток.';
  font-size: 18px;
  color: #000;
  position: absolute;
  top: 12px;
  right: -68px;
  color: #96999c;
}

#xfield_holder_map_cords .xfields:after {
  content: ' Например: 54.875022,20.478610';
  font-size: 18px;
  color: #000;
  position: absolute;
  top: 12px;
  right: -305px;
  color: #96999c;
}

.xfields input[type="text"] {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #dee2e4;
  margin-top: 3px;
}

.fs-dd-service svg {
  height: 75px;
  width: 80px;
  float: left;
  margin-right: 10px;
  margin-top: -10px;
}

.fs-dd-service .title {
  font-size: 18px;
  margin-top: 10px;
}

.fs-dd-service:first-child svg {
  height: 65px;
}

.fs-dd-service:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}

.fs-dd-service:after {
  content: '';
  display: table;
  clear: both;
}



/* ------------------------
       FP RELATED
------------------------ */ 

.fp-related {
  padding: 60px 0;
  background: #f6f8fa;
  margin-top: 60px;
}

.fp-related-swiper {
  padding-bottom: 65px;
}

.fp-related .section-title {
  margin-bottom: 40px;
}

.fp-related .item-address {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ------------------------
       FP SIDEBAR
------------------------ */

.fp-sidebar {
  padding-left: 25px;
}

.fpsb-block {
  border: 1px solid #e9eef1;
  border-radius: 5px;
  margin-top: 30px;
}

.fpsb-block .block-title {
  background: #f8fbfc;
  padding: 10px 15px;
  border-bottom: 1px solid #e9eef1;
  color: #484d50;
  font-size: 21px;
  font-weight: 500;
}

.fpsb-block .block-content {
  padding: 15px;
}

.fpsb-block .about-author .line {
  padding: 12px 15px;
  border-bottom: 1px solid #e9eef1;
}

.fpsb-block .about-author .line:last-child {
  border: 0;
}

.fpsb-block .about-author .line:after {
  content: '';
  display: table;
  clear: both;
}

.fpsb-block .about-author .field {
  float: left;
  color: #7f8588;
}

.fpsb-block .about-author .value {
  color: #7f8588;
  font-weight: 500;
  float: right;
}

.fpsb-note {
  background: #fdfaed;
  border-radius: 5px;
  border: 1px solid #f4eac1;
  color: #484d50;
  font-size: 16px;
  line-height: 26px;
  padding: 15px;
  margin-top: 30px;
}

.fpsb-note .block-title {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 10px;
}

.fpsb-buttons .show-phone .icon-bg {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background: rgba(255,255,255,.3);
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}

.fpsb-buttons .show-phone svg {
  height: 21px;
  width: 100%;
  fill: #fff;
  margin-top: 12px;
}

.fpsb-buttons .show-phone {
  padding: 6px 28px;
  border-radius: 5px;
  background: #49af52;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
  max-width: 290px;
  float: left;
}

.fpsb-buttons .show-phone:after {
  content: '';
  display: table;
  clear: both;
}


.fpsb-buttons .border-btn {
  color: #909598;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
  line-height: 34px;
  /*margin-top: 15px;*/
  max-width: 85px;
  margin-left: 15px;
  text-align: center;
  padding: 12px 20px;
}

.fpsb-buttons .border-btn .txt {
  display: none;
}

.fpsb-buttons .border-btn svg {
  height: 30px;
  fill: #cbd1d4;
  width: 100%;
  /*margin-right: 10px;*/
  float: left;
  margin-top: 3px;
}

.catalog-header .svg-map-nav {
  display: none;
}

.d-ftitle {
  display: inline-block;
}
.m-ftitle {
  display: none;
}

.fp-mobile-postinfo {
  display: none;
}

.fp-mobile-header-data {
  display: none;
}


.catalog-section .item-address {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-container {
  -webkit-transform: translate3d(0,0,0);
}

.catalog-swiper {
  padding-bottom: 65px;
}

.catalog-swiper .swiper-pagination-bullet,
.fp-related .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #d2d6da;
}

.catalog-swiper .swiper-pagination-bullet-active,
.fp-related .swiper-pagination-bullet-active {
  background: #49af52;
}

.smartphone-video {
  min-width: 1570.5px;
  width: 1400.5px !important;
  min-height: 993px;
  height: 993px !important;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…2L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E);
    right: 25px;
    left: auto;
    bottom: 25px;
    top: auto;
    background: rgb(243, 156, 56);
    height: 45px;
    width: 45px;
    border-radius: 50%;
    padding: 0px;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  right: 80px;
  left: auto;
  bottom: 25px;
  top: auto;
  background: rgb(243, 156, 56);
  height: 45px;
  width: 45px;
  border-radius: 50%;
  padding: 0px;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-position: 12px center;
}

.fp-gallery .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}
.fp-gallery .swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.fp-gallery .gallery-top .swiper-container {
    height: 300px;
    width: 100%;
}
.fp-gallery .gallery-thumbs .swiper-button-white {
  display: none;
}
.fp-gallery .gallery-thumbs .swiper-wrapper {
  /*margin-left: -25.5%;*/
}
.fp-gallery .gallery-thumbs .swiper-container {
    height: 100px;
    box-sizing: border-box;
    padding: 10px 0;
    border: 1px solid #e8ecee;
    background: #f9fcfc;
}
.fp-gallery .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    border-radius: 5px;
}
.fp-gallery .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.fullpage-footer .vip-block {
  padding: 0;
}

.fp-gallery {
  display: block;
  width: 100%;
  min-height: 1px;
  margin-bottom: 20px;
}

.fp-gallery:after {
  content: '';
  display: table;
  clear: both;
}

.irs-from, .irs-to, .irs-single {
  background: #52b85c;
}

.info-title {
  margin-bottom: 40px;
}

.info-item .block {
  display: block;
  padding: 25px;
  border: 2px solid #f3f6f8;
  text-align: center;
  margin-bottom: 30px;
  transition: all .2s;
}

.info-item .block:hover {
  background: #f3f6f8;
}

.info-item svg {
  width: 100%;
  height: 125px;
}

.info-item .block .title {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #000;
  margin-top: 10px;
}


.contacts-page {
  text-align: center;
}

.contacts-item {
  display: inline-block;
  padding: 25px 15px;
  border: 2px solid #f3f6f8;
  margin: 10px;
}

.contacts-item svg {
  width: 100%;
  height: 120px;
  margin-bottom: 10px;
}

.contacts-item .item-label {
   color: #c1c5c7;
   font-weight: 500;
}

.contacts-item .item-data {
  font-weight: 500;
  font-size: 24px;
}

/* ------------------------
      FULL ARTICLE
------------------------ */

.f-art-cover {
  width: 100%;
  /*height: 250px;*/
  border-radius: 5px;
  /*background-attachment: fixed;*/
  background-size: cover;
  background-position: center center;
  margin-bottom: 30px;
  height: 320px;
}

.f-art-text {
  max-width: 960px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 32px;
}

.f-art-text ul,
.f-art-text ol {
  padding-left: 20px;
}

.f-art-text h2 {
  margin-top: 25px;
}
.f-art-text .quote {
  border: 1px solid #f2f5f6;
  border-left: 5px solid #54b85d;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  padding: 25px;
  color: #80868a;
}

.f-serv-text .quote {
  border: 1px solid #f2f5f6;
  border-left: 5px solid #54b85d;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  padding: 25px;
  color: #80868a;
}

.f-serv-text .quote p {
  margin: 0;
}


.f-art-text .quote.quote-ap {
  background: #fbfbfb;
  border: 1px solid #f2f5f6;
  border-top: 10px solid #dfe1e2;
  color: #7d8082;
  position: relative;
}

.f-art-text .quote.quote-ap b {
  font-size: 26px;
}

.f-art-text .quote p {
  margin: 0;
}

.f-serv-services {
  background: #f6f8fa;
  padding: 65px 0;
}

.f-serv-services .block {
  padding: 20px;
  background: #fff;
  margin-bottom: 25px;
  min-height: 295px;
  position: relative;
  border: 12px solid #ebeef0;
}

.f-serv-services .block .title {
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 15px;
}

.f-serv-services .block .title:after {
  content: '';
}

.f-serv-services .section-title {
  margin-bottom: 35px;
}


.f-serv-services .block .description {
  font-size: 18px;
  /*width: 70%;*/
  /*float: left;*/
  line-height: 26px;
  color: #7d7f81;
}

.f-serv-services .block .price {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  /*width: 30%;*/
  /*float: right;*/
  color: #54b85d;
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.f-serv-services .block .price svg {
  height: 25px;
  width: 25px;
  fill: #54b85d;
}

.f-art-text .quote.quote-ap p {
  margin-top: 15px;
}

.f-art-meta {
  text-align: center;
}

.f-art-meta h1 {
  font-size: 52px;
  font-weight: 700;
}

.f-art-meta svg {
  height: 20px;
  width: 20px;
  float: left;
  fill: #cecece;
  margin-right: 5px;
}

.f-art-meta .item-views,
.f-art-meta .item-date {
  font-size: 16px;
  display: inline-block;
  color: #bdbdbd;
  margin-right: 20px;
  font-weight: 500;
}

.f-art-meta {
  margin-bottom: 25px;
}

/* ------------------------
       FULL SERVICE
------------------------ */

.f-serv-icon svg {
  width: 100%;
  height: 420px;
}

.f-serv-title {
  font-size: 52px;
  margin-top: 25px;
}

.f-serv-description {
  font-size: 20px;
  line-height: 32px;
  margin-top: 15px;
}

.f-serv-text {
  font-size: 20px;
  line-height: 32px;
  /*margin-top: 50px;*/
  /*padding-top: 50px;*/
  /*border-top: 1px solid #eaeeef;*/
}

.f-serv-text {
  max-width: 960px;
  margin: 0 auto;
}

.f-serv-btn {
  display: inline-block;
  font-size: 20px;
  margin-top: 25px;
}

/* ------------------------
        REGISTER
------------------------ */


.register-page ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  padding: 25px;
  background: #f9fafb;
  border: 1px solid #e9eff1;
}

.register-page ul li {
  width: 25%;
  float: left;
  padding: 10px;
}

.register-page ul li input {
  border-radius: 5px;
  border: 1px solid #e9eff1;
}

.register-page ul:after {
  content: '';
  display: table;
  clear: both;
}

.register-page .site-button {
  float: right;
  margin-top: 5px;
}

/* ------------------------
       USER INFO
------------------------ */

.userinfo-page ul {
  /*padding: 0;*/
  list-style: none;
}

.uinfo-styl {
  background: #f9fafb;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #f1f4f7;
}

.uinfo-styl .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}

.userinfo-page .user_tab {
  padding: 0;
  margin-bottom: 20px;
}

.userinfo-page .user_tab li {
  display: inline-block;
  font-size: 26px;
  color: #000;
  margin-right: 10px;
  font-weight: 300;
}

.userinfo-page .user_tab li a {
  color: #000;
}

.userinfo-page .user_tab li.active a {
  color: #54b85d;
  font-weight: 500;
}

#user2 .ui-form {
  background: #f9fafb;
  padding: 25px;
  border-radius: 5px;
  border: 1px solid #f1f4f7;
}

#user2 .ui-form:after {
  content: '';
  clear: both;
  display: table;
}

#user2 .ui-form li {
  max-width: 600px;
}

#user2 .ui-form li label {
  width: 50%;
  float: left;
}

#user2 .ui-form li input,
#user2 .ui-form li select {
  width: 50% !important;
  float: right;
}

#user2 .ui-form li {
  height: 50px;
  line-height: 50px;
}

#user2 .ui-form li.autoheight {
  height: auto;
}

#user2 .ui-form li textarea {
  height: 120px;
}

#user2 .ui-form .title {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}

#user2 .ui-form input[type=file] {
  margin-top: 12px;
}

.anything-form * {
  float: none;
}
#user2 .ui-form .anything-form li {
  height: auto;
  line-height: 28px;
}

#user2 .ui-form .anything-form li:after {
  content: '';
  display: table;
  clear: both;
}

#user2 .ui-form .anything-form input {
  float: left;
  width: 20px !important;
}

#user2 .ui-form .anything-form label {
  width: 94%;
  margin-top: -5px;
}

/*#user2 .ui-form li {
  width: 50%;
  float: left;
  padding: 10px;
}
*/
.uinfo-styl li {
  border-bottom: 1px solid #f1f4f7;
  padding: 10px 0;
  font-size: 15px;
}
.uinfo-styl li:after {
  content: '';
  display: table;
  clear: both;
}
.uinfo-styl .ui-c1 {
  float: left;
  width: 48%;
}

.uinfo-styl .ui-c2 {
  float: right;
  text-align: right;
  width: 52%;
  font-weight: 500;
  color: #000;
}

.unit-rating {
  float: right;
}

.personal-messages #pm-menu a {
  font-size: 24px;
  font-weight: 500;
  margin-right: 15px;
}

.personal-messages .pm_status {
  background: #f9fafb;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #f1f4f7;
  margin: 15px 0;
}

.addform.addpm ul {
  padding: 0;
  list-style: none;
}

.addform.addpm input {
  margin-top: 10px;
}

.addform.addpm input[type=checkbox] {
  margin-top: -5px;
}

.special-title {
  font-size: 52px;
  font-weight: 700;
  /*max-width: 820px;*/
}

.special-offer-header .video-container .filter {
  padding: 86px 0;
  background: rgba(10, 59, 90, 0.6);
}

.videomodal .modal-header,
.videomodal .modal-footer {
  display: none;
}

.videomodal .modal-dialog {
  max-width: 900px;
}

.videomodal .modal-body {
  padding: 0;
}

.videomodal .modal-body iframe {
  margin-bottom: -8px;
}

.special-offer-header .video-container {
  height: 500px;
}

.special-offer-header .homepage-hero-module {
  max-height: 500px;
}

.special-description {
  margin-top: 18px;
  max-width: 1128px;
  font-size: 18px;
  line-height: 28px;
}

.special-phone {
  color: #fff;
  font-weight: 500;
  font-size: 38px;
  margin-top: 18px;
}

.special-video {
    padding: 60px 0;
    /* width: 300px; */
    height: 300px;
    /* border-radius: 50%; */
    border-radius: 10px;
    border: 10px solid rgba(255,255,255,.15);
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.special-video .icon-play {
    height: 95px;
    width: 95px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    position: relative;
    font-size: 30px;
    color: #49af52;
    line-height: 102px;
    margin-bottom: 20px;
    transition: all .3s;
    z-index: 11;
}

.special-video .icon-play i {
  margin-right: -5px;
  /*transition: all .3s;*/
}

.special-video .icon-play:before {
    content: '';
    position: absolute;
    left: -12px;
    top: -12px;
    height: 119px;
    width: 119px;
    border-radius: 50%;
    transition: all .3s;
    background: rgba(255,255,255,.2);
    z-index: -1;
}


.special-video .descriptor {
  font-size: 21px;
}

.special-video:hover {
  background: #fff;
}

.special-video:hover .descriptor {
  color: #49af52;
}

.special-video:hover .icon-play {
  background: #49af52;
  color: #fff;
}

.special-video:hover .icon-play:before {
  background: rgba(93, 192, 103, 0.1411764705882353);
}

.special-offer-header .video-container .filter:after {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-79deg, rgba(84, 184, 93, .3), transparent);
}

.special-offer-header .video-container .filter * {
  z-index: 11;
}

.sp-gallery a {
  display: inline-block;
  height: 72px;
  width: 18.5%;
  margin: .5%;
  border-radius: 5px;
  background-size: cover;
  float: left;
}

.landmap {
  overflow: hidden;
}

.landmap .checkbox-toggle-label .on .part-1 {
    font-weight: 300;
    color: rgba(0,0,0,.4);
}

.landmap .checkbox-toggle-label {
    display: block;
    background: rgb(91, 192, 102);
    height: 35px;
    width: 70px;
    border-radius: 35px;
    position: relative;
    transition: all .3s ease;
    left: 24%;
    transform: translateX(-50%);
    font-weight: 500;
}

.landmap .checkbox-toggle-label:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 3px;
    left: 3px;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    background: #fff;
    transition: all .3s ease;
}

.loupe {
  border-radius: 50%;
  border: 5px solid #f4f4f4;
  background: rgba(0,0,0,.15);
}

.landmap-image {
  display: block;
  width: 60%;
  margin: 50px auto;
}

.landmap .checkbox-toggle:checked + .checkbox-toggle-label .on .part-1 {
  font-weight: 500;
}


.landmap .checkbox-toggle:checked + .checkbox-toggle-label .on .part-1 {
  color: #000;
}

.landmap .checkbox-toggle:checked + .checkbox-toggle-label .off {
    font-weight: 300;
    color: rgba(0,0,0,.4);
}


.sp-gallery .sp-subtitle {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.sp-projects {
  background: #f6f8fa;
  padding: 80px 0;
}

.sp-projects .section-title {
  margin-bottom: 60px;
}

.sp-projects-item {
  width: 100%;
  display: block;
  background: #fff;
  border-radius: 5px;
}

.sp-projects-item .item-image {
  width: 100%;
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center center;
  border-radius: 5px 5px 0 0;
}

.sp-projects-item .item-data {
  padding: 15px;
}

.sp-projects-item .item-title {
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 500;
}

.sp-projects-item .item-size {
  color: #6f787b;
  font-size: 16px;
}

.sp-projects-item .item-size-2 {
  color: #383c3d;
  font-weight: 500;
}

.project-lands .lands-info {
  font-size: 20px;
}

.project-lands .lands-info .title {
  font-size: 28px;
  color: #49af52;
  font-weight: 500;
  line-height: 37px;
  margin-bottom: 15px;
}

.sp-page-modals .modal-dialog {
  max-width: 960px;
}

.sp-page-modals .modal-title {
  font-size: 26px;
  font-weight: 700;
}

.sp-page-modals .modal-body {
  font-size: 18px;
  line-height: 30px;
  padding: 25px;
}

.sp-page-modals .modal-header {
  padding: 20px 25px;
}

.sp-page-modals .modal-body p {
  margin-bottom: 15px;
}

.sp-page-modals .modal-body img {
  width: 100%;
  margin: 10px 0;
}

.sp-page-modals .modal-body .news-title {
  font-size: 28px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  margin-top: 25px;
}

.sp-page-modals .icb {
  font-weight: 700;
}

.project-modals .sp-modals-img {
  display: block;
  width: 24%;
  height: 158px;
  border-radius: 5px;
  background-size: cover;
  margin: .5%;
  float: left;
}


.project-lands .lands-info .subtitle {
  color: #8b8f93;
  margin-bottom: 15px;
}

.project-lands .lands-info .subtitle-2 {
  margin-top: 50px;
  margin-bottom: 0;
}

.project-lands .lands-info .phone {
  font-size: 34px;
  font-weight: 700;
  display: block;
}

.project-lands .section-title {
  margin-bottom: 60px;
}

.project-lands .sp-map-image {
  display: block;
  width: 50%;
  float: left;
  height: 440px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center center;
}

.project-lands .sp-map-image.big-image {
  width: 100%;
  float: none;
}

.bku-offer {
  margin-top: 10px;
  max-width: 276px;
  font-size: 12px;
}

.bku-offer:after {
  content: '';
  display: table;
  clear: both;
}

.bku-offer .text {
  width: 54%;
  float: left;
  color: #b1b1b1;
}

.bku-offer .text span {
  border-bottom: 2px dotted rgba(0,0,0,.1);
}

.bku-offer svg {
  max-width: 45%;
  max-height: 30px;
  float: right;
  fill: #e2e2e2;
  margin-top: 4px;
}

.sp-feedback {
  padding: 60px 0;
}

.feedback-whitebg {
  background: #fff;
}

.special-offer-footer .video-container {
  height: 640px;
}

.special-offer-footer .homepage-hero-module {
  max-height: 640px;
}

.special-offer-footer .page-consultation .privacy {
  float: left;
  width: 70%;
  text-align: left;
  margin: 0;
}

.special-offer-footer .page-consultation .uf-btn {
  float: right;
  background: #51b85c;
  color: #fff;
  border: 0;
}

.project-lands .photos-item {
  display: block;
  height: 250px;
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  margin-bottom: 5px;
}

.project-lands {
  padding: 60px 5px;
}

.special-offer-footer .feedback-whitebg {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background: transparent;
  color: #fff;
  /*padding: 50px 25px;*/
}

.special-offer-footer .feedback-form .uf-content {
  background: #fff;
}

.special-offer-footer .video-container .filter {
    padding: 72px 0;
}

.special-offer-footer .video-container .filter:after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-79deg, rgba(84, 184, 93, .5), transparent);
}

.special-offer-footer .video-container .filter * {
  z-index: 11;
}

.special-offer-footer .section-subtitle {
  margin: 0 0;
  color: #fff;
}

.sp-features {
  text-align: center;
}

.sp-features .features-item .icon-bg {
  height: 180px;
  width: 180px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  border: 12px solid #f2f3f4;
}

.sp-features .features-item {
  margin-bottom: 55px;
}

.sp-features .features-item .item-title {
  font-size: 23px;
  font-weight: 500;
  margin-top: 15px;
}

.sp-features .features-item .icon-bg svg {
  fill: #49af52;
  width: 100%;
  height: 100px;
  margin-top: 30px;
}

.features-priceblock {
  display: block;
  width: 100%;
  text-align: left;
}

.features-priceblock .price {
  font-size: 55px;
  float: left;
  font-weight: 500;
  min-width: 350px;
}

.features-priceblock .price svg {
  height: 38px;
  width: 42px;
  margin-left: 5px;
}

.features-priceblock .price .text {
  font-size: 18px;
  margin-top: 10px;
  margin-left: 20px;
  color: #818588;
  float: left;
  margin-right: 35px;
}

.features-priceblock .price .site-button{
  margin-top: 10px;
}

/* ------------------------
     SP PROJECT SHORT
------------------------ */

.sp-short-item {
  display: block;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 25px;
  min-height: 350px;
  position: relative;
  animation-name: spShortBg;
  animation-duration: 10s;
  animation-delay: 0;
}

@keyframes spShortBg {
    0% {background-size: 100%;}
    100% {background-size: 120%;}
}


.search-activity {
  animation: srcActBg  2s infinite ease-in-out;
}

@keyframes srcActBg {
    0% {background-color: #f3fff4;}
    50% {background-color: #cceacf;}
    100% {background-color: #f3fff4;}
}

.sp-short-item * {
  position: relative;
  z-index: 2;
}

.sp-short-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 82, 132, 0.5);
}

.sp-short-item:after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-79deg, rgba(84, 184, 93, 1), transparent);
  opacity: .3;
  transition: all .3s;
}

.sp-short-item:hover:after {
  opacity: .6;
}

.sp-short-item .project-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  display: inline;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.sp-short-item .item-data {
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.sp-short-item .project-description {
  color: #fff;
  margin-top: 10px;
  padding-right: 25px;
}

.sp-short-item .project-type {
  display: inline-block;
  padding: 7px 14px;
  background: #54b85d;
  font-weight: 500;
  color: #fff;
  /* border-radius: 5px; */
  position: absolute;
  left: 0;
  top: 0;
}

/* ------------------------
         RATINGS
------------------------ */
.cat-header .ic-badge {
    width: 42px;
    height: 42px;
    line-height: 35px;
    border-radius: 50%;
    position: static;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
}

.conts-special-offer {
  padding: 25px;
  border-radius: 5px;
  background: #effff0;
  border: 1px solid #ddefde;
  color: #4c8650;
  position: relative;
  margin-bottom: 35px;
}

.fs-rating-contacts {
  text-align: center;
  margin-top: 35px;
}

.fs-rating-contacts .section-title {
  margin-bottom: 25px;
}


.fs-rating-contacts .phone {
  font-size: 38px;
  font-weight: 500;
  color: #54b85d;
}

.fs-rating-contacts .website {
  font-size: 18px;
  margin-top: 5px;
  color: #a2a5a9;
}


.conts-special-offer:before {
  content: '';
  position: absolute;
  background: url(../images/bookmark-black-shape.svg);
  height: 30px;
  width: 30px;
  background-size: cover;
  left: 24px;
  top: -10px;
}

.ratings-item {
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #eceff1;
}

.ratings-item:nth-child(odd) {
  /*background: #f9f9f9;*/
}

.cat-header {
  margin-top: 50px;
}

.cat-header .uptitle {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
  color: #54b85d;
}

.fs-cat-header {
  margin-top: 0;
  margin-bottom: 30px;
}

.fs-rating {
  text-align: center;
  line-height: 16px;
  vertical-align: top;
}

.fs-rating span {
  display: inline-block;
  padding-top: 5px;
  color: #9b9b9b;
  font-weight: 500;
}

.fs-rating > div {
  display: inline-block;
  vertical-align: top;
}

.ratings-item .item-block {
  width: 32%;
  float: left;
  padding: 5px;
  font-size: 21px;
  font-weight: 500;
}

.ratings-item .item-price {
  width: 20%;
}

.ratings-item .item-logo {
  width: 15%;
  margin-right: 100px;
  max-height: 50px;
}

.ratings-item .ratenum-item {
  width: 6%;
}

.ratings-item .label {
  font-size: 15px;
  display: block;
  color: #9a9a9a;
}

.rating-number {
  width: 55px;
  height: 55px;
  font-size: 32px;
  font-weight: 500;
  border-radius: 50%;
  border: 2px solid #eee;
  margin-top: -3px;
  float: left;
  text-align: center;
  line-height: 55px;
}

.f-art-text ul {
  padding-left: 18px;
}



.ratings-item .item-logo .logo-img {
  display: block;
  height: 50px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.ratings-item .item-logo img {
  width: 100%;
  display: block;
}

.ratings-item .item-order {
  float: right;
  text-align: right;
  width: 15%;
  margin-right: 0;
}

.overlay-link {
  display: none;
}

.rating-banners .banner-item {
  position: relative;
  width: 100%;
  min-height: 400px;
  display: block;
  text-align: center;
  margin-bottom: 30px;
  background-size: cover;
}

.rating-banners .banner-item.law .banner-icon svg {
  height: 80px;
  margin-top: 35px;
}

.rating-banners .banner-item * {
  position: relative;
  z-index: 2;
}

.rating-banners .banner-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.rating-banners .banner-icon {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
}

.rating-banners .banner-icon svg {
  height: 90px;
  margin-top: 29px;
  width: 100%;
}

.rating-banners .banner-title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}

.rating-banners .banner-item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(4, 82, 132, 0.5);
}

.rating-banners .banner-item:after {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-79deg, rgba(84, 184, 93, 1), transparent);
  opacity: .3;
  transition: all .3s;
}

.rating-banners .banner-item:hover:after {
  opacity: .6;
}






.q_search {
  position: relative;
}

.q_search svg {
  position: absolute;
  left: 14px;
  top: 12px;
}

.q_search input {
  border: 0;
  box-shadow: none;
  border-right: 1px solid #f5f7f9;
  width: 59%;
  float: left;
  padding: 0;
  height: 55px;
  padding-left: 53px;
}

.q_search .q-white {
  background: #fff;
  height: 55px;
  border-radius: 5px;
  width: 88%;
  float: left;
  line-height: 50px;
}

.header-search .q_search button {
  padding: 0 28px;
  background: #54b85d;
  color: #fff;
  height: 55px;
  line-height: 55px;
  position: relative;
  /*padding-left: 48px;*/
}

.header-search .q_search button svg {
  fill: #fff;
  height: 20px;
  width: 20px;
  position: static;
  margin-top: 16px;
}

#searchtable .btn,
#searchtable .bbcodes,
#searchtable .btn-border {
  border-radius: 5px;
  background: #54b85d;
  padding: 10px 25px !important;
  border: 0;
  margin: 0 !important;
  margin-right: 5 !important;
  height: auto;
}

#searchtable table * {
  padding: 0 !important;
}

#searchtable table input,
#searchtable table select {
  padding: 0 15px !important;
}

#searchtable fieldset {
  margin-top: 35px !important;
}

.q_search_adv {
  height: 55px;
}

.q_search_adv svg {
  left: 0;
  top: 12px;
}

.q_search a {
  display: inline-block;
  width: 24%;
  padding-left: 43px;
  color: #696c6e;
  line-height: 55px;
  float: right;
  position: relative;
}
.q_search button {
  float: right;
}

#searchtable #dofullsearch {
  display: none;
}

.catalog-body #searchinput {
  border: 1px solid #edf1f4;
  background: #f5f7f9;
}

.web-advice-button {
  /*transform: rotate(-90deg);*/
  position: fixed;
  right: 0;
  /*bottom: 50px;*/
  bottom: 50%;
  transform: translateY(50%);
  width: 35px;
  height: 220px;
  background: #f5f7f9;
  color: #8c959e;
  z-index: 110;
  border: 1px solid #edf1f4;
}

.web-advice-button:hover {
  background: #54b85d;
  border-color: #54b85d;
}

.web-advice-button:not(:disabled):not(.disabled).active, .web-advice-button:not(:disabled):not(.disabled):active, .show>.web-advice-button.dropdown-toggle {
  background: #54b85d;
  border-color: #54b85d;
}

.web-advice-button .vertical-text {
  transform: rotate(-90deg);
  display: inline-block;
  margin-left: -86px;
  font-size: 15px;
  font-weight: 500;
}

.web-advice-wrapper {
  width: auto !important;
  max-width: 1200px;
  position: relative;
}
.web-advice-wrapper .mfp-close-btn-in .mfp-close {
    color: #c3c3c3 !important;
}
.web-advice-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.web-advice-wrapper .uf-form-image {
  width: 50%;
  color: #fff;
  background-image: url(../images/form-bg-image.jpg);
  background-size: cover;
  background-position: center;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  padding: 45px;
}

.web-advice-wrapper .uf-form-image svg {
  fill: #fff;
  height: 65px;
  width: 65px;
  margin-bottom: 15px;
}

.web-advice-wrapper .uf-label {
  display: block;
  float: none;
  text-align: left;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 17px;
}

.web-advice-wrapper .uf-form-image .form-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.web-advice-wrapper .uf-input {
  border: 1px solid #eaeff2;
  font-size: 16px;
  height: 50px;
  padding-left: 50px;
}

.web-advice-wrapper .uf-field-input {
  position: relative;
}

.web-advice-wrapper .uf-field-input:after {
  content: '';
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

.web-advice-wrapper .uf-field-input.name-field:after {
  height: 30px;
  width: 30px;
  background: url(../images/user.svg);
  left: 10px;
  top: 9px;
}

.web-advice-wrapper .uf-field-input.email-field:after {
  height: 30px;
  width: 30px;
  background: url(../images/email.svg);
  left: 10px;
  top: 9px;
}

.web-advice-wrapper textarea.uf-input {
  height: 200px;
  padding-left: 10px;
}

.web-advice-wrapper .button-field .uf-label {
  display: none;
}

.web-advice-wrapper .button-field {
  float: left;
}

.web-advice-wrapper .privacy {
  float: right;
  max-width: 350px;
  margin-top: 3px;
  color: #a2a9ad;
}

.web-advice-wrapper .uf-btn {
  border-radius: 3px;
  font-size: 17px;
  font-weight: 500;
  background: #54b85d;
}

.web-advice-wrapper .uf-btn:hover {
  background: #40ad4a;
}

.web-advice-wrapper .uf-form-image .form-subtitle {
  font-size: 20px;
  margin-top: 15px;
}

.web-advice-wrapper .uf-header {
  display: none;
}

.web-advice-wrapper .uf-content {
  width: 50%;
  float: right;
  background: #fff;
  padding: 45px;
}

.uinfo-styl .sidebar-cat-item:after {
  content: '';
  display: table;
  clear: both;
}

.linked-items a {
  border-radius: 80px;
  display: inline-block;
  padding: 8px 20px;
  padding-left: 36px;
  border: 1px solid #49af52;
  position: relative;
  font-weight: 500;
}

.linked-items a:hover {
  background: #49af52;
  color: #fff;
}

.linked-items a:before {
  position: absolute;
  content: '#';
  left: 18px;
  font-size: 18px;
  top: 7px;
}

.fixed-catalog-sets {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /*height: 45px;*/
  padding: 10px 0;
  z-index: 110;
  background: #52b85c;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}

.fixed-catalog-sets .description a {
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.2);
}

.fixed-catalog-sets .description {
  float: left;
  padding-top: 7px;
}

.fixed-catalog-sets marquee {
  display: none;
}

.links-set {
  float: right;
}

.links-set a {
  padding: 5px 15px;
  border-radius: 3px;
  /*background: #fff;*/
  border: 1px solid #fff;
  color: #fff;
  margin-top: 12px;
}

.links-set a:hover {
  background: #fff;
  color: #52b85c;
}



.s-full-icon {
  margin: 20px 0;
}

.s-full-icon .icon-bg {
  float: left;
}

.s-full-icon .icon-bg > div {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-image: url(../images/doc-icon.svg);
}

.s-full-icon .title {
  padding-left: 70px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #5b5e61;
}

.s-full-icons {
  margin: 20px 0;
  background: #f7f8f9;
  padding: 10px;
  border: 1px solid #e5e7e8;
  margin-left: -160px;
  margin-right: -160px;
}

.f-serv-pricing {
  background: #f6f8fa;
  padding: 65px 0;
  position: relative;
}

.f-serv-pricing * {
  position: relative;
  z-index: 2;
}

.f-serv-pricing .section-title {
  margin-bottom: 35px;
}

.f-serv-pricing {
  text-align: center;
}

.f-serv-pricing .pricing-list {
  list-style: none;
  padding: 0;
  /*text-align: left;*/
  font-size: 17px;
  margin-top: 10px;
  font-weight: 500;
  color: #909090;
}

.f-serv-pricing .pricing-list li {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #eff1f4;
}

.f-serv-pricing .pricing-label {
  padding: 10px 20px;
  border-radius: 80px;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.f-serv-pricing .pricing-label.one {
  background: #9aa0a7;
}

.f-serv-pricing .pricing-label.two {
  background: #52b85c;
}

.f-serv-pricing .pricing-label.three {
  background: #f19131;
}

.f-serv-pricing .block {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
}

.f-serv-pricing .pricing-price {
  font-weight: 700;
  font-size: 42px;
  margin-top: 15px;
  background: #f1f2f3;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 25px;
  padding: 20px 0;
  line-height: 0;
}

.f-serv-pricing svg {
  height: 30px;
  width: 23px;
}

/*.f-serv-pricing .s-pricing-item {
  transform: scale(.8);
}
*/
.f-serv-pricing .s-pricing-item.eco .block {
  border: 10px solid #e0e2e4;
}

.f-serv-pricing .s-pricing-item.premium .block {
  border: 10px solid #e0e2e4;
}

.f-serv-pricing .s-pricing-item.standard .block {
  border: 10px solid #52b85c;
}

.f-serv-pricing .site-button {
  max-width: 200px;
  margin: 0 auto;
}

.f-serv-text ul {
  padding-left: 0;
  list-style: none;
}

.f-serv-text ul li {
  position: relative;
  padding-left: 20px;
}

.f-serv-text ul li:before {
  content: "\f111";
  font-size: 12px;
  float: left;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  color: #54b85d;
}


.services-webform,
.mfp-content .serv-mobile-webform {
  max-width: 380px;
  float: right;
  border: 14px solid rgba(255,255,255,.2);
  text-align: center;
}

.services-webform *,
.mfp-content .serv-mobile-webform * {
  font-family: 'Gotham pro', sans-serif !important;
}

.services-webform .uf-label,
.mfp-content .serv-mobile-webform .uf-label {
  display: none;
}

.services-webform .uf-header,
.mfp-content .serv-mobile-webform .uf-header {
  background: #f3f6f8;
  color: #707071;
  padding: 20px;
  font-size: 25px;
  font-weight: 500;
}

.services-webform .uf-field-input,
.mfp-content .serv-mobile-webform .uf-field-input {
  position: relative;
}

.services-webform input.uf-input,
.mfp-content .serv-mobile-webform input.uf-input {
  padding-left: 45px;
}

.services-webform .uf-field-input.name-field:after,
.mfp-content .serv-mobile-webform .uf-field-input.name-field:after {
    content: '';
    height: 24px;
    width: 24px;
    background: url(../images/user.svg);
    left: 10px;
    top: 9px;
    display: inline-block;
    position: absolute;
    z-index: 2;
}


.services-webform .uf-field-input.email-field:after,
.mfp-content .serv-mobile-webform .uf-field-input.email-field:after {
    content: '';
    height: 24px;
    width: 24px;
    background: url(../images/email.svg);
    left: 10px;
    top: 9px;
    display: inline-block;
    position: absolute;
    z-index: 2;
}


.services-webform .form-body,
.mfp-content .serv-mobile-webform .form-body {
  padding: 0;
  margin-top: 20px;
}

.services-webform .privacy,
.mfp-content .serv-mobile-webform .privacy {
  margin-bottom: 10px;
  color: #9ca4a9;
}

.services-webform .form-body .uf-btn,
.mfp-content .serv-mobile-webform .form-body .uf-btn {
  font-size: 20px;
  padding: 12px 30px;
}

.services-webform .uf-btn,
.mfp-content .serv-mobile-webform .uf-btn {
  padding: 12px 20px;
  font-weight: 700px;
  margin-top: 10px;
  margin-bottom: 0;
}


.mfp-content .serv-mobile-webform .uf-content {
  background: #fff;
}

.mfp-content .serv-mobile-webform {
  float: none;
  max-width: 380px;
  margin: 0 auto;
}

.mfp-content .serv-mobile-webform + .mfp-close {
    right: 50% !important;
    transform: translateX(500%) !important;
    top: -40px !important;
}


.services-webform input.uf-input,
.mfp-content .serv-mobile-webform input.uf-input {
  height: 45px;
  border: 1px solid #e9ecef;
}

.services-webform .uf-wrapper-inline,
.mfp-content .serv-mobile-webform .uf-wrapper-inline {
  background: #fff;
  margin: 0;
}


.f-serv-features {
  margin-top: 65px;
}

.f-serv-features .section-title {
  margin-bottom: 35px;
}

.special-offer-footer.services-offer .video-container {
  height: 560px;
}

.special-offer-footer.services-offer .homepage-hero-module {
  max-height: 560px;
}

.services-header {
  background: #445058;
  color: #fff;
  position: relative;
}

.services-header * {
  position: relative;
  z-index: 2;
}

.services-header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern2.png);
  opacity: .06;
  background-position: center center;
}

.f-serv-services {
  position: relative;
}

.serv-form-title {
  text-align: center;
}

.serv-form-title .form-phone {
  font-weight: 500;
  font-size: 42px;
  color: #fff;
  margin-top: 5px;
}

.serv-form-title .form-phone svg {
  height: 40px;
  width: 40px;
  margin-top: 8px;
  fill: #fff;
}

.f-serv-services * {
  position: relative;
  z-index: 2;
}

.f-serv-services:after,
.f-serv-pricing:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/pattern3.png);
  opacity: .03;
  background-position: center center;
  background-attachment: fixed;
}

.f-serv-phone {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  margin-top: 20px;
}

.f-serv-phone svg {
  fill: #fff;
  float: left;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  margin-top: 3px;
}

.serv-webform-button {
  display: none;
}

.add-tooltip .tooltip-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background: #fff;
  padding: 25px;
  width: 650px;
  z-index: 2;
  left: 0;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 0 0 32px rgba(0,0,0,.05);
  /*transform: translateX(-50%);*/
}

.add-tooltip .tooltip-content img {
  width: 100%;
  margin-bottom: 10px;
}

.add-tooltip .tooltip-content * {
  position: relative;
  /*z-index: 10;*/
}

.add-tooltip {
  display: inline-block;
  position: relative;
}

.add-tooltip:hover .tooltip-content {
  opacity: 1;
  visibility: visible;
}


.add-tooltip .tooltip-icon svg {
  height: 20px;
  width: 20px;
  fill: #ccc;
}

.add-tooltip .tooltip-icon {
  display: inline-block;
}

.addnews-register #login_pane {
  background: #f2f5f6;
  max-width: 400px;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  padding: 20px;
  list-style: none;
}

.addnews-register .login_form {
  padding: 0;
}

/* ------------------------
       MEDIA QUERIES
------------------------ */


@media (min-width: 1340px) {
  .container {
      max-width: 1280px;
  }
}

@media (max-width: 1340px) {
  .f-serv-title {
      font-size: 46px;
  }
  .s-full-icons {
      margin-left: -85px;
      margin-right: -85px;
  }
  .f-serv-pricing .block {
      background: #fff;
      border-radius: 10px;
      padding: 20px;
  }
  .f-serv-pricing .pricing-list {
    font-size: 16px;
  }
  .f-serv-pricing .pricing-list li {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border: 0;
  }
  .f-serv-pricing .pricing-price {
    margin-left: -20px;
    margin-right: -20px;
  }
  .f-serv-description {
      font-size: 17px;
      line-height: 26px;
  }
  .f-serv-services .block {
      padding-bottom: 85px;
  }
  #searchsuggestions {
    min-width: 965px !important;
  }

  .q_search .q-white {
    width: 87%;
  }
  .site-nav li ul li a {
    padding: 6px 12px;
  }
  .site-nav .col-md-9 .sitenav-ul li {
    width: 23.9%;
  }
  .fpsb-buttons .show-phone {
    padding: 6px 15px;
    max-width: 257px;
  }
  .fpsb-buttons .border-btn {
    max-width: 68px;
    padding: 12px 18px;
  }
  .catalog-header .cat-title {
    font-size: 45px;
  }
  .ic-address {
    max-width: 155px;
  }

  .catalog-map .svg-map {
    min-width: 100%;
  }

  .sidebar-cat-item .item-image {
    width: 100%;
    margin-bottom: 15px;
    background-position: center center;
    margin-top: 5px;
  }

  .ic-head .ic-price {
    font-size: 30px;
  }

  .ic-table table {
    font-size: 15px;
  }

  .sb-block .sb-title {
    font-size: 20px;
    margin-bottom: 0;
    line-height: 30px;
    padding-bottom: 10px;
  }

  .sb-service-block .icon-bg {
    width: 125px;
    height: 125px;
  }

  .sb-service-block .icon-bg svg {
    height: 65px;
    margin-top: 25px;
  }

  .catalog-sidebar .sb-service-block {
    padding: 25px 16px;
  }

  .sb-block .border-btn {
    padding: 8px 12px;
  }

  .sb-block .sb-subtitle {
    font-size: 16px;
  }

  .site-footer .copyright {
    font-size: 15px;
  }

  .feedback-section .section-title {
    font-size: 50px;
  }

  .articles-item .item-title {
      font-size: 21px;
      line-height: 28px;
  }

  .services-section .title {
      font-size: 18px;
      font-weight: 500;
      line-height: 26px;
  }
  .services-section .col-lg-3 {
    padding: 10px;
  }
  .site-nav a {
    font-size: 17px;
    margin-right: 4px;
  }

  .icon-nav svg {
      height: 30px;
      width: 30px;
      margin-right: 10px;
  }

  .svg-map-nav {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%;
      max-width: 30%;
  }

  .svg-map {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
      flex: 0 0 70%;
      max-width: 70%;
  }

  .sidebar-cat-item .item-image {
    margin-right: 0;
    height: 125px;
  }
}

@media (max-width: 1200px) {
  .fixed-catalog-sets .description {
      font-size: 15px;
  }
  .fixed-catalog-sets {
    padding: 5px 0;
  }
  .links-set a {
    font-size: 15px;
    padding: 5px 12px;
  }
  .s-full-icons {
      margin-left: 0;
      margin-right: 0;
      padding: 10px 0;
  }
  .s-full-icon .icon-bg > div {
    height: 50px;
    width: 50px;
  }
  .s-full-icon {
      margin: 10px 0;
  }
  .s-full-icon .title {
      padding-left: 58px;
      line-height: 24px;
      font-size: 16px;
      font-weight: 500;
      color: #5b5e61;
  }
  #searchsuggestions {
    min-width: 780px !important;
  }
  .q_search .q-white {
      width: 84%;
  }
  .q_search input {
    width: 50%;
  }
  .q_search a {
    width: 31%;
  }
  .web-advice-wrapper .privacy {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .web-advice-wrapper textarea.uf-input {
    height: 180px;
  }
  .ratings-item .item-block {
    font-size: 18px;
  }
  .ratings-item .item-logo {
    margin-right: 65px;
  }
  .ratings-item .ratenum-item {
    margin-right: 10px;
  }
  .sp-short-item {
    animation: none;
  }
  .sp-short-item .project-description {
    font-size: 15px;
  }
  .sp-short-item .project-title {
    font-size: 26px;
  }
  .sp-short-item {
    min-height: 320px;
  }
  .project-lands .photos-item {
    height: 220px;
  }
  .sp-features .features-item .item-title {
      font-size: 19px;
      line-height: 28px;
  }
  .sp-features .features-item .icon-bg {
    height: 165px;
    width: 165px;
  }
  .sp-features .features-item .icon-bg svg {
    height: 85px;
  }
  .special-video .icon-play:before {
    width: 109px;
    height: 109px;
  }
  .special-video {
      padding: 44px 0;
      height: 265px;
  }
  .special-video .descriptor {
      font-size: 18px;
  }
  .special-video .icon-play {
    width: 85px;
    height: 85px;
    font-size: 24px;
    line-height: 90px;
  }
  .special-title {
      font-size: 42px;
  }
  .site-nav .sitenav-mainlink {
    display: none;
  }
  .site-nav .col-md-9 .sitenav-ul li {
    width: 23.7%;
  }
  .f-art-meta h1 {
    font-size: 42px;
  }
  .f-art-text {
    font-size: 18px;
  }
  .show-mobile-phone,
  .show-mobile-phone2 {
    font-size: 28px;
  }

  .site-nav li ul li a {
    font-size: 15px;
    padding: 6px 10px;
  }

  .header-search .custom-field {
    width: 24%;
  }
  .special-description {
    font-size: 16px;
    line-height: 24px;
  }

  .fp-services-btn svg,
  .fp-services-btn i {
    display: none;
  }
  .d-ftitle {
    display: none;
  }
  .m-ftitle {
    display: inline-block;
  }
  .ic-address {
      max-width: 312px;
  }

  .header-search input, .header-search select {
    font-size: 15px;
  }

  .fpsb-buttons .show-phone {
    font-size: 18px;
  }

  .fpsb-buttons .show-phone {
    max-width: 240px;
    padding: 6px 12px;
    font-size: 16px;
  }

  .fpsb-buttons .border-btn {
      margin-left: 5px;
      max-width: 58px;
      padding: 12px;
  }

  .fp-data {
    display: none;
  }

  .fp-fulltext {
      font-size: 16px;
      line-height: 28px;
  }

  .fp-table .table-cell,
  .fp-table .table-value {
    width: 50%;
    display: block;
  }

  .fp-table .table-cell {
    float: left;
  }

  .fp-table .table-value {
    text-align: right;
  }


  .fp-static-cover {
    height: 315px;
  }

  .fpsb-note {
    font-size: 15px;
  }

  .about-author {
    font-size: 15px;
  }

  .fpsb-block .about-author .field,
  .fpsb-block .about-author .value {
    width: 50%;
  }

  .fpsb-block .about-author .value {
    text-align: right;
  }

  .fpsb-buttons .border-btn {
    font-size: 17px;
  }

  .fp-sidebar {
    padding-left: 10px;
  }

  .catalog-info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      max-width: 60%;
  }

  .fpsb-block .block-title {
    font-size: 17px;
  }

  .fpsb-note .block-title {
    font-size: 17px;
  }

  .catalog-header .svg-map-nav {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .catalog-header .svg-map-nav .area-form {
    margin-top: 0;
  }

  .catalog-map {
    display: none;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .catalog-content.col-md-8 {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  .catalog-sidebar {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  .header-search input, .header-search select {
    font-size: 15px;
  }

  .cat-search .dropdown-toggle {
    font-size: 15px;
  }

  .sb-service-block {
    
  }

  .catalog-sidebar .sb-premium .sb-title {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .sidebar-cat-item .item-image {
    margin-right: 0;
    height: 140px;
  }

  .sidebar-cat-item .item-price {
    font-size: 28px;
    line-height: 28px;
  }

  .catalog-sidebar .sidebar-cat-item {
    width: 32%;
    float: left;
    margin-right: 1.5%;
  }

  .catalog-sidebar .sidebar-cat-item:last-child {
    margin-right: 0;
  }

  .catalog-sidebar .sb-block:after {
    content: '';
    display: table;
    clear: both;
  }


  .feedback-section .section-title {
    font-size: 42px;
  }
  .feedback-section .section-subtitle {
    font-size: 18px;
    line-height: 28px;
  }
  .feedback-section .phone-number {
    font-size: 30px;
  }
  .feedback-section .phone-number svg {
      height: 40px;
      width: 40px;
      margin-right: 8px;
      margin-top: px;
  }
  .articles-item {
    min-height: 230px;
  }
  .feedback-section .mail-button {
    margin-top: 10px;
    font-size: 16px;
  }

  .feedback-form .form-header input,
  .feedback-form textarea {
    font-size: 16px;
  }

  .feedback-form .form-header,
  .feedback-form .form-body {
    padding: 20px;
  }

  .feedback-form .site-button {
    width: 30%;
  }

  .feedback-form .privacy {
    font-size: 14px;
    margin-top: 5px;
    width: 70%;
  }

  .footer-line .social-label span {
    display: none;
  }

  .articles-item .item-title {
      font-size: 18px;
      line-height: 26px;
  }

  .articles-item .read-more {
    font-size: 15px;
    left: 15px;
    bottom: 15px;
  }

  .articles-item .item-views {
    right: 15px;
    bottom: 15px;
  }

  .articles-item .item-date {
    font-size: 15px;
  }

  .articles-item .item-date svg {
    height: 18px;
  }

  .articles-item .item-date {
    margin-bottom: 10px;
  }

  .articles-item .read-more svg {
    height: 22px;
    margin-left: 0;
  }

  .articles-item .read-more svg {
    font-size: 15px;
  }

  .articles-item .item-info {
    padding: 15px;
  }

  .articles-item .item-views svg {
    height: 23px;
  }

  .homepage-hero-module {
      max-height: 580px;
  }

  .qa-item {
    padding-right: 0;
    padding-left: 70px;
  }

  .qa-item svg {
    height: 55px;
    width: 55px;
  }

  .qa-item .item-title {
    font-size: 25px;
    line-height: 36px;
  }

  .qa-item .item-description {
    font-size: 16px;
    line-height: 24px;
  }


  .svg-map {
      padding-right: 30px;
  }

  .form-body .hash {
    display: none;
  }

  .svg-map-nav .form-header {
    padding: 15px;
  }

  .area-form .form-body {
    padding: 15px;
  }
 
  .video-container .filter {
    padding: 100px 0;
  }

  .header-search {
    margin-bottom: 65px;
  }

  .header-features .block {
    margin-bottom: 50px;
  }

  .header-search .custom-field {
    padding: 14px 8px;
  }

  .header-search input, .header-search select {
    padding-left: 42px;
    font-size: 16px;
  }

  .header-search svg {
    height: 25px;
    width: 25px;
  }

  .header-search .custom-field:nth-of-type(1) {
    width: 37%;
  }

  /*.header-search .custom-field:nth-of-type(2) {
    width: 23%;
  }*/

  .header-search .custom-field.button-field {
    height: 54px;
  }

  .video-container {
    height: 580px;
  }

  .checkbox-toggle-label {
    font-size: 45px;
    margin-left: 148px;
  }

  .site-nav a {
    font-size: 16px;
    padding: 8px 10px;
  }

  .main-nav {
    margin-left: 15px;
  }

  .icon-nav .search-icon {
    display: none;
  }

  .icon-nav {
    padding: 0;
  }

  .icon-nav ul {
    padding-left: 0;
  }

  .icon-nav svg {
    margin-right: 7px; 
  }
  section {
    padding: 50px 0;
  }
  .section-title {
    font-size: 48px;
  }
  .section-subtitle {
    font-size: 20px;
    margin-top: 15px;
  }
}

@media (max-width: 992px) {
  .add-tooltip .tooltip-content {
    left: -188px;
  }
  .fixed-catalog-sets marquee {
    display: block;
    position: relative;
  }

  .fixed-catalog-sets .marquee-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
  }


  .fixed-catalog-sets .description {
    display: none;
  }
  .register-page ul li {
      width: 50%;
      padding: 0 10px;
  }
  .links-set {
    display: none;
  }
  .f-serv-services .block .title {
      font-size: 20px;
      font-weight: 500;
      line-height: 28px;
      margin-bottom: 15px;
  }
  .f-serv-services .block {
      padding-bottom: 70px;
  }
  .f-serv-services .block {
    min-height: 370px;
  }
  .f-serv-services .block .price {
    bottom: 18px;
  }
  .f-serv-services .block .description {
      font-size: 16px;
      line-height: 24px;
  }
  .serv-webform-cont {
    display: none;
  }
  .f-serv-phone {
    float: left;
  }
  .serv-webform-button {
    display: inline-block;
    margin-top: 20px;
    margin-left: 25px;
  }
  .fixed-catalog-sets .description {
    width: 75%;
  }
  .links-set {
    margin-top: 12px;
  }
  #searchsuggestions {
    min-width: 545px !important;
  }
  #xfield_holder_map_cords .xfields:after {
      content: ' Например: 54.875022,20.478610';
      font-size: 14px;
      color: #000;
      position: absolute;
      top: 57px;
      left: 0;
      right: 0;
      color: #96999c;
  }
  #xfield_holder_object_size .xfields:after {
    right: 10px;
  }
  #xfield_holder_price .xfields:after {
    right: 10px;
  }
  .checkbox-toggle-label {
      font-size: 37px;
      margin-left: 126px;
  }
  .header-search .q_search_adv .txt {
    display: none;
  }
  .q_search a {
    width: 10%;
  }
  .q_search .q-white {
    width: 79%;
  }
  .q_search input {
    width: 61%;
  }
  .web-advice-wrapper .uf-form-image svg {
    height: 55px;
    width: 55px;
  }
  .web-advice-wrapper .uf-form-image .form-title {
    font-size: 42px;
    line-height: 52px;
  }
  .web-advice-wrapper .uf-form-image .form-subtitle {
    font-size: 17px;
  }
  .web-advice-wrapper .uf-form-image {
    padding: 35px;
  }
  .web-advice-wrapper .uf-content {
    padding: 35px;
  }
  .ratings-item .item-order {
    display: none;
  }
  .ratings-item .item-logo {
    margin-right: 55px;
    width: 22%;
    margin-right: 35px;
  }
  .ratings-item .item-title {
    width: 42%;
  }
  .ratings-item .item-price {
    width: 21%;
  }
  .ratings-item .ratenum-item {
    width: 8%;
  }
  .ratings-item {
    position: relative;
  }
  .overlay-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .sp-short-item {
    animation: none;
  }
  .project-lands .photos-item {
    height: 160px;
  }
  .landmap-image {
    width: 100%;
  }
  .landmap .checkbox-toggle-label {
    left: 20%;
  }
  .special-offer-header .video-container .filter {
    padding: 50px 0;
    text-align: center;
  }

  .special-video {
    text-align: left;
    margin-top: 15px;
    padding: 20px 24px;
    display: inline-block;
    min-width: 348px;
    border: 0;
        height: 108px;
  }

  .special-video .descriptor {
    margin-top: 7px;
    font-weight: 500;
  }

  .special-video .icon-play:before {
      left: -7px;
      top: -7px;
  }

  .special-video .icon-play {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 65px;
    height: 65px;
    font-size: 20px;
    line-height: 70px;
  }

  .special-video .icon-play:before {
      width: 79px;
      height: 79px;
  }


  .fp-mobile-header-data {
    display: block;
  } 

  .fp-header-right {
    display: none;
  }

  .fp-header-left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  .fp-mobile-header-data .fp-price {
    color: #49af52;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 5px;
  }

  .fp-mobile-header-data .fp-subprice {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    margin-left: 10px;
  }

  .fpsb-buttons .show-phone {
    float: none;
    max-width: 100%;
    margin-bottom: 10px;
  }
  
  .fpsb-buttons .border-btn {
    margin-left: 0;
    max-width: 100%;
    text-align: left;
  }

  .fpsb-buttons .border-btn svg {
    float: left;
    width: 30px;
    margin-right: 10px;
  }

  .fp-mobile-header-data .fp-price svg {
    fill: #49af52;
  }

  .fp-sidebar { display: none; }

  .fp-mobile-postinfo {
    margin-top: 30px;
    display: block;
  }

  .fp-table .table-cell,
  .fp-table .table-value {
    font-size: 15px;
  }

  .fp-mobile-postinfo:after {
    content: '';
    display: table;
    clear: both;
  }

  .fpsb-buttons .show-phone {
    padding: 5px 15px;
  }


  .fpsb-buttons .show-phone .icon-bg {
      height: auto;
      width: 25px;
      display: inline-block;
      background: transparent;
      float: left;
      margin-right: 15px;
  }

  .fpsb-buttons .show-phone .icon-bg svg {
      height: 30px;
      fill: #fff;
      width: 30px;
      margin-right: 10px;
      float: left;
      margin-top: 10px;
  }

  .fp-mobile-postinfo .fpsb-block,
  .fp-mobile-postinfo .fpsb-buttons {
    width: 50%;
    float: left;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .fp-mobile-postinfo .fpsb-buttons {
    padding-left: 15px;
  }


  .fp-mobile-postinfo .fpsb-note {
    display: table;
    clear: both;
    margin-top: 10px;
    display: none;
  }

  .interface-data div {
    margin-left: 0;
    margin-right: 15px;
  }

  .fp-header .fp-title, .fp-header .fp-price {
    font-size: 28px;
  }

  .fp-price svg {
      height: 19px;
      width: 16px;
  }

  .fp-speedbar {
      background: #f8fbfc;
      border-bottom: 1px solid #ebf0f2;
      color: #c0c6c9;
      padding: 12px 0;
      font-size: 15px;
  }

  .fp-block .block-title {
    font-size: 32px;
  }

  .fp-header {
    padding: 30px 0;
  }

  .fp-services-btn {
    margin-top: 10px;
  }

  .catalog-info {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  .catalog-header .svg-map-nav {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .cat-rating {
    border: 0;
    background: transparent;
    margin-bottom: 30px;
  }

  .cat-rating:after {
    content: '';
    display: table;
    clear: both;
  }

  .cat-cm-link {
    display: none;
  }

  .catalog-ic .ic-image {
    width: 250px;
  }

  .catalog-ic .ic-body {
      padding-left: 250px;
  }

  .ic-fav span {
    display: none;
  }

  .ic-address {
    display: none;
  }

  .ic-badges .ic-badge {
    float: left;
    margin-right: 5px;
  }

  .catalog-ic .ic-content {
    padding: 15px;
  }

  .catalog-ic .ic-buttons {
    float: none;
  }

  .cat-rating .cr-block {
    padding: 0;
    border: 0;
    min-width: 200px;
  }

  .cr-block .cr-number {
    float: left;
    margin-right: 5px;
  }

  .catalog-sidebar .sidebar-cat-item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .catalog-sidebar .sidebar-cat-item:nth-child(2n) {
    margin-right: 0;
  }
  .sidebar-cat-item .item-image {
    height: 100px;
  }
  .sidebar-cat-item .item-price {
    font-size: 25px;
    line-height: 25px;
  }
  .fl-social .social-label {
    float: none;
    display: none;
  }
   .fl-social .social-label .c-brake {
    display: none;
   }
  .fl-social {
    text-align: left;
  }

  .fl-links a {
    padding: 10px 12px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }

  .footer-block {
    margin-bottom: 30px;
  }

  .fl-links li:first-child {
    display: none;
  }

  .feedback-section,
  .feedback-section .section-title,
  .feedback-section .section-subtitle {
    text-align: center;
  }

  .feedback-form {
    text-align: left;
    margin-top: 50px;
  }

  .feedback-section .feedback-send {
    padding: 0 80px;
  }

  .articles-section .col-sm-6 {
    padding: 12px;
  }
  .articles-item .item-image {
    position: static;
    width: 100%;
    display: block;
    height: 200px;
  }
  .articles-item .item-info {
    position: static;
    padding-bottom: 50px;
    width: 100%;
  }
  .qa-item svg {
    display: block;
    position: absolute;
    top: -60px;
  }

  .qa-item {
    padding: 0;
  }

  .qa-section .col-md-6 {
    margin-top: 50px;
  }

  .section-title {
    font-size: 42px;
    line-height: 52px;
  }

  .section-subtitle {
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .svg-map-nav {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }

  .svg-map {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding-right: 0;
      max-width: 100%;
  }

  .form-body .hash {
    display: inline-block;
    float: left;
  }

  .site-nav {
    display: none;
  }

  .icon-nav {
    text-align: right;
  }

  .icon-nav svg {
    height: 32px;
    width: 32px;
  }

  .icon-nav .search-icon {
    display: inline-block;
  }

  .cd-nav-trigger {
    height: 33px;
    width: 33px;
    fill: #b3b3b3;
    color: #b3b3b3;
    position: relative;
    top: 0;
    color: #000;
    background-image: url(../images/menu.svg);
  }

  .icon-nav .mobile-nav-handler {
    display: inline-block;
    margin-right: 8px;
    position: absolute;
    left: -5px;
    top: 0;
  }

  .icon-nav svg {
    margin-right: 4px;
  }

  .icon-nav .search-icon {
    margin-left: 5px;
  }

  .landmap .checkbox-toggle-label {
      font-size: 36px;
      margin-left: 120px;
  }

  .header-search {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .header-search .mobile-filters {
    display: block;
    background: #f7f9fb;
    border-radius: 0 3px 3px 0;
  }

  .header-search .interactive-area {
    width: 78%;
  }

  .header-search.cat-search .custom-field:nth-of-type(1) {
    width: 76%;
  }

  .header-search .custom-field:nth-of-type(2),
  .header-search .custom-field:nth-of-type(3),
  .header-search .custom-field:nth-of-type(4) {
    display: none;
  }
  
  .header-search .custom-field.mobile-filters {
    display: block;
  }


  .header-search .custom-field:nth-of-type(5) {
    width: 30%;
  }

  .header-features .title {
    font-size: 18px;
  }

  .header-features svg {
    height: 45px;
    width: 45px;
  }

  .video-container .filter {
    padding: 70px 0;
  }

  .video-container {
    height: 620px;
  }

  .hide992 {
    display: none;
  }

  .header-search .custom-field.button-field {
    display: block;
  }

  .header-search .custom-field.button-field {
    max-width: 20%;
  }
}

@media (max-width: 768px) {
  .add-tooltip {
    position: static;
  }
  .add-tooltip .tooltip-content {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .f-serv-services .block {
    min-height: auto;
  }
  .f-serv-services .block .price {
    font-size: 25px;
    left: 20px;
  }
  .f-serv-services .block .price svg {
      height: 20px;
      width: 20px;
  }
  #searchsuggestions {
    min-width: 100% !important;
    max-width: 270px;
  }
  .header-search .site-button .title_hide {
    display: none;
  }
  .header-search .q_search button svg {
      fill: #fff;
      height: 22px;
      width: 22px;
      position: static;
      margin-top: 0px;
      margin-right: 0;
  }
  .q_search a {
      width: 12%;
  }
  .header-search .q_search button {
      padding: 0 22px;
  }
  .q_search .q-white {
      width: 85%;
  }
  .web-advice-wrapper .uf-form-image {
    float: none;
    position: static;
    width: 100%;
  }
  .web-advice-wrapper .uf-content {
    width: 100%;
    float: none;
  }
  .web-advice-wrapper .uf-form-image .form-title {
    font-size: 32px;
    font-weight: 500;
  }
  .web-advice-wrapper .uf-form-image .form-subtitle {
    display: none;
  }
  .web-advice-wrapper .uf-field {
    width: 50%;
    float: left;
    padding-right: 5px;
  }

  .web-advice-wrapper .uf-field.button-field,
  .web-advice-wrapper .uf-field.textarea-field {
    float: none;
    width: 100%;
  }

  .web-advice-wrapper .privacy {
    width: 100%;
  }

  .web-advice-wrapper .uf-field.button-field .uf-field-input {
    width: 100%;
  }
  .web-advice-wrapper .uf-form-image svg {
    float: left;
    margin-right: 15px;
  }
  .web-advice-wrapper .uf-form-image .c-brake {
    display: none;
  }
  .ratings-item .item-title {
      width: 50%;
      margin-right: 25px;
  }
  .ratings-item .item-price {
      width: 31%;
  }
  .ratings-item .item-logo {
    display: none;
  }
  .ratings-item .ratenum-item {
      width: 60px;
  }
  .ratings-item {
    padding: 10px;
  }
  .f-art-text {
      font-size: 16px;
      line-height: 28px;
  }
  .f-art-text .quote {
      font-size: 16px;
      line-height: 28px;
  }
  .cat-header .uptitle {
      font-size: 15px;
      font-weight: 500;
      letter-spacing: 2px;
      margin-bottom: 10px;
  }
  .cat-header .ic-badge {
    line-height: 42px;
  }
  .conts-special-offer {
      padding: 15px;
      padding-top: 25px;
  }
  .conts-special-offer:before {
    left: 15px;
  }
  .fs-rating-contacts .phone {
    font-size: 32px;
  }
  .fs-rating-contacts .section-title {
      margin-bottom: 16px;
  }
  .fs-rating-contacts .website {
    font-size: 16px;
  }
  .feedback-whitebg .feedback-section .section-title {
      font-size: 37px;
  }
  .feedback-whitebg .feedback-form .privacy {
    font-size: 14px;
  }
  .special-offer-footer .video-container .filter {
    padding: 55px 0;
  }
  .feedback-whitebg .feedback-form textarea.uf-input {
    height: 100px;
  }
  .landmap .checkbox-toggle-label .on .part-2 {
      display: inline;
      margin-left: 0;
  }
  .landmap .checkbox-toggle-label {
      font-size: 30px;
      margin-left: 65px;
  }
  .project-lands .photos-item {
    height: 200px;
  }
  .fpsb-buttons .show-phone .icon-bg {
    display: none;
  }
  .fp-table .table-bordered td {
    width: 100%;
    display: block;
    border: 0;
    padding: 10px;
    border-bottom: 1px solid #e5eaed;
  }

  .fpcmpl {
      float: none;
  }
  .if-share {
      float: none;
      width: 100%;
      margin-bottom: 10px;
  }
  .fp-table .table-bordered td:after {
    content: '';
    display: table;
    clear: both;
  }
  .fp-header-right {
    display: none;
  }
  .fp-mobile-postinfo .fpsb-block, .fp-mobile-postinfo .fpsb-buttons {
    width: 100%;
  }
  .fp-mobile-postinfo .fpsb-buttons {
    padding-left: 0;
    margin-top: 0;
    margin-top: 10px;
  }
  .fpsb-buttons .show-phone .icon-bg svg,
  .fpsb-buttons .border-btn svg {
    display: none;
  }
  .fpsb-buttons .border-btn {
    margin-top: 0;
  }
  .fp-static-cover {
      height: 260px;
  }
  .fpsb-buttons .show-phone,
  .fpsb-buttons .border-btn {
    width: 49%;
    float: left;
    font-size: 16px;
    text-align: center;
  }
  .fpsb-buttons .show-phone {
    margin-right: 2%;
  }
  .catalog-ic .ic-image {
    width: 40%;
  }
  .ic-table .icfield {
    display: none;
  }
  .ic-table .icb {
    padding: 8px;
  }
  .ic-address {
    margin-top: 0;
  }
  .ic-buttons .light-btn {
    padding: 10px;
  }
  .ic-info-mobile .category {
    display: block;
    font-weight: 500;
  }

  .ic-info-mobile .subprice {
    display: block;
    color: #9b9ea0;
    /*margin-top: 5px;*/
  }
  .ic-address {
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .ic-buttons {
    float: none;
  }
  .ic-head {
    margin-bottom: 12px;
  }
  .catalog-ic .ic-body {
    padding-left: 40%;
  }
  .feedback-section .feedback-send {
    padding: 15px;
  }
  .footer-line {
    text-align: center;
  }
  .fl-social {
    text-align: center;
  }
  .main-footer .footer-block svg {
    width: 100%;
  }
  .main-footer .border-btn svg {
    width: 20px;
  }
  .articles-section .col-sm-6 {
    padding: 5px;
  }
  .qa-section .section-title {
      margin-bottom: 30px;
  }
  .qa-item svg {
    display: inline-block;
    position: absolute;
    top: 10px;
    height: 50px;
    width: 50px;
  }

  .qa-item {
    padding-left: 65px;
    /*margin-bottom: 0;*/
  }

  .qa-section .col-md-6 {
    margin-top: 0;
  }

  .qa-item .item-title {
      font-size: 22px;
      line-height: 34px;
  }

  .section-title {
    font-size: 32px;
    line-height: 40px;
  }

  .section-subtitle {
    font-size: 16px;
    line-height: 26px;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .checkbox-toggle-label .on .part-2 {
      display: block;
      margin-left: -228px;
      margin-top: 14px;
  }

  .main-header .tab-content {
    margin-top: 80px;
  }

  .header-search input, .header-search select {
    padding-left: 0;
  }

  .mfilters-field select {
    padding: 14px;
  }

  section {
    padding: 40px 0;
  }

  .header-search input {
    padding-left: 15px;
  }

  .header-search .custom-field {
    /*padding: 28px;*/
  }
  .header-search .custom-field.mobile-filters {
      display: block;
      width: 15%;
  }

  .header-search .button-text {
    display: none;
  }

  .main-header .tab-content {
    margin-top: 90px;
  }

  .video-container {
    height: 640px;
  }

  .homepage-hero-module {
      max-height: 640px;
  }

  .header-search .custom-field:nth-of-type(5) {
    width: 15%;
    max-height: 54px;
  }

  .header-search .mobile-filters svg {
    width: 100%;
    fill: #c5c8cb;
    margin-right: 0;
  }

  .header-search .custom-field:nth-of-type(1) {
    width: 85%;
    padding: 26px;
  }

  .header-features .block {
    margin-bottom: 40px;
  }
  
  .video-container .filter {
    padding: 45px 0;
  }

  .checkbox-toggle-label {
      font-size: 45px;
      margin-left: 148px;
  }


  .header-search .custom-field:first-child svg {
    display: none;
  }

  .header-search .custom-field.button-field svg {
    display: none;
  }
  .header-search input {
      padding-left: 48px;
  }

  .header-search.cat-search input {
      padding-left: 5px;
  }

  .header-search.cat-search .custom-field:nth-of-type(1) {
      width: 85%;
  }

  .fp-gallery .gallery-thumbs .swiper-wrapper {
      margin-left: -40.5%;
  }
  .register-page {
    padding: 20px 15px !important;
  }
}

@media (max-width: 568px) {

  .speedbar .over {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    font-size: 0;
  }
  .fp-speedbar {
    background: #f1f3f4;
  }
  .speedbar .over span a {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 3px;
    background: #fff;
    font-size: 16px;
    border: 0;
    margin-right: 10px;
  }
  .project-modals .sp-modals-img {
    width: 49%;
  }
  .speedbar .over #dle-speedbar span:first-child a {
    display: none;
  }
  .add-tooltip .tooltip-content {
    bottom: 38px;
  }
  .sp-page-modals .modal-header {
    padding: 15px;
  }
  .sp-page-modals .table td, .sp-page-modals .table th {
    padding: 10px;
  }
  .sp-page-modals .modal-body {
    padding: 15px;
    font-size: 15px;
    line-height: 24px;
  }
  .login-panel {
    text-align: left;
  }
  .register-page ul li {
    width: 100%;
    padding: 0;
  }
  .sp-page-modals .modal-title {
    font-size: 20px;
  }
  .register-page .site-button {
    width: 100%;
  }
  .main-header .tab-content {
      margin-top: 57px;
  }
  .header-register .add-note {
    font-size: 14px;
    padding: 12px;
  }
  .header-register .site-button {
      margin-top: 0;
      font-size: 14px;
      margin-top: 5px;
  }
  .static-page h1 {
      font-size: 26px;
      padding-left: 15px;
      font-weight: 700;
      /* text-align: center; */
  }
  .rating-banners .content-container {
    padding: 15px;
  }
  .rating-banners .banner-item {
    min-height: 265px;
    margin-bottom: 18px;
  }
  .rating-banners .banner-title {
    font-size: 21px;
  }
  .rating-banners .banner-icon {
    height: 125px;
    width: 125px;
  }
  .rating-banners .banner-icon svg {
      height: 70px !important;
      margin-top: 25px !important;
  }

  .static-page .backlink {
    margin-left: 15px;
    font-size: 16px;
  }
  .header-register .header-features {
      margin-top: 40px;
  }
  .header-register .site-button {
      margin-top: 0;
  }
  .navigation {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .navigation .pages {
    display: none;
  }
  .s-pricing-item.standard {
    margin: 10px 0;
  }
  .fixed-catalog-sets {
    bottom: 38px;
    font-weight: 400;
    font-size: 14px;
  }
  .map-cords .cords-label {
    margin-top: 20px;
  }

  .f-serv-phone {
    font-size: 25px;
  }
  .f-serv-phone svg {
    height: 34px;
    width: 34px;
    margin-top: 0;
  }

  .serv-webform-button {
    margin-top: 12px;
  }


  .service-full-page .container.content-container {
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }

  .f-serv-text h2 {
    font-size: 24px;
  }

  .f-serv-text {
    font-size: 16px;
    line-height: 28px;
  }

  .f-serv-title {
      font-size: 38px;
      margin-top: 0;
  }
  .f-serv-description {
    font-size: 18px;
    line-height: 28px;
  }
  .fixed-catalog-sets .description {
    width: 70%;
  }

  .hide-568 {
    display: none;
  }
  #searchsuggestions {
    min-width: 0 !important;
  }
  .box.story.send-message h4.title.h1 {
    margin: 15px;
  }
  .addform {
    padding: 15px;
  }
  .addform table tr .addnews {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      float: none;
      display: block;
  }
  .web-advice-button {
    width: 100%;
    height: auto;
    bottom: 0;
    transform: none;
  }
  .addform table tr .xfields {
    width: 100%;
    max-width: 100%;
  }
  .addform table tr .xfields select,
  .addform table tr .xfields input {
    width: 100%;
  }
  .web-advice-button .vertical-text {
      transform: none;
      display: inline-block;
      margin-left: 0;
      font-size: 15px;
      font-weight: 500;
  }
  .ratings-item .item-title {
    margin: 0;
  }
  .web-advice-wrapper .uf-form-image {
    padding: 20px;
  }
  .web-advice-wrapper .uf-form-image svg {
      height: 40px;
      width: 40px;
      margin-top: 7px;
  }
  .web-advice-wrapper .uf-form-image .form-title {
    font-size: 24px;
  }
  .web-advice-wrapper .uf-content {
    padding: 20px;
  }
  .web-advice-wrapper textarea.uf-input {
    height: 140px;
  }
  .web-advice-wrapper .uf-label {
    font-size: 15px;
  }
  .web-advice-wrapper .uf-field-input.name-field:after {
      height: 25px;
      width: 24px;
      background: url(../images/user.svg);
      left: 10px;
      top: 12px;
  }
  .web-advice-wrapper .uf-field-input.email-field:after {
      height: 25px;
      width: 25px;
      background: url(../images/email.svg);
      left: 10px;
      top: 12px;
  }
  .web-advice-wrapper .uf-input {
    padding-left: 43px;
  }
  .ratings-item .label {
      font-size: 12px;
  }
  .ratings-item .item-price {
      width: 36%;
  }
  .cat-header + .content-container {
    padding-top: 20px;
  }
  .rating-number {
      width: 40px;
      height: 40px;
      font-size: 21px;
      font-weight: 500;
      border-radius: 50%;
      border: 2px solid #eee;
      margin-top: -3px;
      float: left;
      text-align: center;
      line-height: 40px;
  }
  .ratings-item .ratenum-item {
    margin: 0;
    width: 14%;
  }
  .ratings-item .item-block {
      font-size: 15px;
  }
  .landmap .checkbox-toggle-label {
      font-size: 21px;
      margin-left: 94px;
      height: 30px;
      width: 62px;
  }
  .landmap .checkbox-toggle-label:before {
    width: 24px;
    height: 24px;
  }
  .landmap .checkbox-toggle-label .on {
    left: 72px;
  }
  .landmap .checkbox-toggle-label .off {
    right: 72px;
  }
  .sp-projects .section-title {
      margin-bottom: 30px;
  }
  .sp-projects {
      background: #f6f8fa;
      padding: 50px 0;
  }
  .sp-features .features-item .icon-bg {
      height: 120px;
      width: 120px;
      border: 8px solid #f2f3f4;
  }
  .sp-features .features-item .icon-bg svg {
      height: 68px;
      margin-top: 20px;
  }
  .sp-features .features-item .item-title {
      font-size: 15px;
      line-height: 400;
      line-height: 23px;
  }
  .sp-features .features-item {
    margin-bottom: 35px;
  }
  .special-title {
      font-size: 28px;
  }
  .special-description {
      font-size: 15px;
      line-height: 21px;
  }
  .special-phone {
      color: #fff;
      font-weight: 500;
      font-size: 28px;
      font-weight: 700;
      margin-top: 18px;
  }
  .special-video .descriptor {
      font-size: 17px;
      margin-top: 8px;
  }

  .section-subtitle {
    font-size: 15px;
  }

  .special-offer-header .homepage-hero-module {
    min-height: 0;
  }


  .project-lands .photos-item {
    height: 160px;
  }
  .project-lands .section-title {
      margin-bottom: 26px;
  }
  .f-art-meta {
    padding: 0 15px;
  }
  .f-art-meta h1 {
    font-size: 28px;
  }
  .f-art-text h2 {
    font-size: 1.5rem
  }
  .f-art-text .quote {
    padding: 15px;
  }
  .f-art-text {
    padding: 0 15px;
  }
  .info-item {
    padding: 10px;
  }

  .info-item .block {
    padding: 15px;
  }

  .info-item .block {
    margin: 0;
  }

  .info-item .block .title {
    font-size: 17px;
  }


  .mobile-news-count {
    font-size: 21px;
    color: #b5b6b8;
  }

  .cat-page-container {
    padding: 0 5px;
    overflow: hidden;
  }


  .catalog-header .cat-search {
    border: 0;
    background: transparent;
    padding: 0;
    margin-top: 15px;
  }
  .ic-buttons {
    display: none;
  }
  .catalog-header .cat-title {
    font-size: 36px;
  }
  .cat-speedbar {
    font-size: 15px;
  }
  .cd-nav a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
  }
  .catalog-header .custom-field.button-field button span {
    display: none;
  }

  .catalog-header .custom-field.button-field button svg {
    display: block;
    width: 100%;
  }

  .catalog-header .header-search input {
    padding: 27px 10px;
    padding-right: 0;
  }

  .catalog-header .header-search .custom-field.button-field {
    max-width: 18%;
    margin-top: 1px;
  }

  .header-search .interactive-area {
    width: 78%;
  }

  .catalog-header {
    padding: 15px 0;
  }

  .catalog-info {
    padding: 0 25px;
  }

  .catalog-sidebar .sb-service-block {
    margin-top: 30px;
  }

  .catalog-header .header-search .custom-field:nth-of-type(5) {
      width: 20%;
  }

  .catalog-header .header-search .interactive-area {
      width: 80%;
  }

  .catalog-header .custom-field:nth-of-type(1) {
      width: 85%;
      padding: 27px;
  }

  .catalog-header .header-search .custom-field:nth-of-type(1) {
    width: 77%;
    margin-bottom: 0;
  }

  .catalog-header .header-search .custom-field:first-child svg {
    display: none;
  }

  .catalog-header .header-search .mobile-filters {
    /*position: relative;*/
    color: #848484;
    width: 23%;
  }


  .catalog-header .header-search .custom-field.mobile-filters {
    background: #f7f9fb;
    border-left: 1px solid #eaeff2;
    max-height: 54px;
  }


  .catalog-header .header-search .mobile-filters svg {
      width: 100%;
      fill: #c5c8cb;
      margin-right: 0;
  }

  .cd-nav .nav-title a {
    font-size: 21px;
    line-height: 45px;
  }
  .sub-links a {
    padding: 6px 8px;
  }
  .articles-section.catrow .col-sm-6 {
    padding: 20px;
  }
  .ic-table .table td, .ic-table .table th, .ic-table .table-bordered td, .ic-table .table-bordered th {
    border: 0;
    padding: 0;
  }
  .catalog-ic .ic-content {
    padding: 8px;
  }

  .ic-table .icb {
    font-weight: 400;
  }
  .ic-table tr,
  .ic-table td {
    /*display: inline;*/
  }
  .ic-table .ot-icb {
    font-weight: 500;
  }
  .ic-table table {
    border: 0;
    margin-bottom: 8px;
  }
  .catalog-ic {
    margin-bottom: 5px;
  }
  .ic-buttons .site-button {
    padding: 8px 12px;
  }
  .ic-meta {
    display: none;
  }
  .ic-head {
    margin-bottom: 5px;
  }
  .ic-head .ic-price {
    font-size: 25px;
    line-height: 25px;
  }
  .ic-head .ic-price svg {
    height: 18px;
    width: 18px;
  }
  .qa-item svg {
    display: inline-block;
    position: absolute;
    top: -55px;
    height: 50px;
    width: 50px;
  }

  .qa-section .col-md-6 {
    margin-top: 50px;
  }

  .qa-item {
    padding-left: 0;
    /*margin-bottom: 0;*/
  }

  .services-section .col-lg-3 {
    padding: 5px;
  }

  .services-section .title {
    font-size: 16px;
    line-height: 24px;
  }

  .services-section svg {
    height: 85px;
  }

  .services-section .col-lg-3:nth-of-type(2) .block svg {
    height: 108px;
  }
  .services-section .block {
    padding: 25px 10px;
  }

  .svg-map-nav {
    padding: 0 30px;
  }

  .svg-map-nav .area-form {
    margin-top: 0;
  }

  .svg-map {
    display: none;
  }

  .video-container .filter {
    max-width: 100%;
    margin-left: 0 !important;
    height: 100% !important;
  }

  .icon-nav {
    padding-right: 15px;
  }

  .checkbox-toggle-label {
    font-size: 36px;
    margin-left: 120px;
  }

  .main-header .tab-content {
    margin-top: 75px;
  }

  .header-search {
    margin-bottom: 45px;
  }

  .checkbox-toggle-label .on .part-2 {
      display: block;
      margin-left: -200px;
      margin-top: 10px;
  }

  .footer-block {
    margin-bottom: 10px;
  }

  .main-footer .f-title {
    font-size: 20px;
    font-weight: 500;
  }

  .main-header .poster img {
   /* min-height: 715px;
    width: 100% !important;*/
  }
  .fp-header .fp-title, .fp-header .fp-price {
      font-size: 21px;
  }
  .fp-price svg {
      height: 16px;
      width: 16px;
  }

  .interface-icon .dropdown-menu {
    left: -30px !important;
  }

  .sp-features .features-item .icon-bg .prc-icon {
    height: 65px !important;
    margin-top: 20px !important;
  }
  .sp-features .features-item {
      margin-bottom: 15px;
  }

  .f-serv-pricing {
    padding: 35px 0;
  }

}

@media (max-width: 500px) {
  .fp-gallery .gallery-thumbs .swiper-wrapper {
      margin-left: -32%;
  }
  .fp-gallery .gallery-top .swiper-container {
      height: 230px;
  }
  .feedback-whitebg .feedback-form .form-header .uf-field {
    width: 100%;
    margin: 0;
  }
  .feedback-whitebg .feedback-form .form-header .uf-field:first-child {
    margin-bottom: 5px;
  }
  .feedback-whitebg .feedback-form .form-header input:first-child {
      margin-right: 0;
      margin-bottom: 5px;
  }
  .feedback-whitebg .feedback-form {
    margin-top: 15px;
  }
  .feedback-whitebg .feedback-form .form-header, .feedback-whitebg .feedback-form .form-body {
      padding: 12px;
  }
  .special-offer-footer .feedback-whitebg .privacy {
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
  }
  .special-offer-footer .feedback-whitebg .uf-btn {
      float: none;
      display: inline-block;
      background: #51b85c;
      color: #fff;
      border: 0;
      margin-top: 10px;
  }
  .project-lands .photos-item {
      height: 140px;
  }
  .landmap .checkbox-toggle-label {
    margin-left: 65px;
  }
  .info-title {
    margin-bottom: 30px;
  }
  .info-item {
    padding: 5px;
  }

  .info-item svg {
    height: 80px;
  }

  .info-item .block {
    padding: 20px 10px;
  }

  .info-item .block {
    margin: 0;
  }

  .info-item .block .title {
    font-size: 16px;
    font-weight: 400;
  }
  .catalog-sidebar .sidebar-cat-item {
    width: 100%;
    margin-right: 0;
  }

  .sidebar-cat-item .item-image {
    height: 90px;
    width: 90px;
    margin-right: 10px;
    margin-top: -2px;
  }
  .fpsb-buttons .show-phone, .fpsb-buttons .border-btn {
    padding: 10px;
    font-size: 15px;
    line-height: 20px;
  }
   .fpsb-buttons .show-phone {
    padding: 10px;
   }
   .fp-fulltext .border-btn {
    margin-bottom: 10px;
   }
   .fp-block .block-title {
    font-size: 26px;
   }
   .fp-table thead h3 {
    font-size: 18px;
   }
   .fp-block {
    margin-top: 35px;
   }
   .fp-header {
    margin-bottom: 20px;
   }
   .q_search .q-white {
       width: 80%;
   }
   .q_search input {
       width: 51%;
   }
   .q_search a {
       width: 20%;
   }
   .q_search .q-white {
       width: 75%;
   }

   .q_search .q-white > .icon {
    display: none;
   }

   .header-search input {
       padding-left: 9px;
   }

   .special-offer-footer.services-offer .video-container {
       height: 615px;
   }
   .special-offer-footer.services-offer .homepage-hero-module {
       min-height: 615px;
       height: 615px;
   }

   .f-serv-services {
    padding: 35px 0;
   }
   .f-serv-services .section-title {
       margin-bottom: 24px;
   }
   .f-serv-services .block .title {
       font-size: 19px;
       font-weight: 500;
       line-height: 25px;
       margin-bottom: 15px;
   }
   .f-serv-services .block {
    padding: 15px;
    padding-bottom: 70px;
   }
   .f-serv-services .block .price {
       left: 15px;
   }

}

@media (max-width: 465px) {
  .sp-short-item .project-description {
    display: none;
  }
  .hideword-cw {
    display: none;
  }

  .feedback-section .section-title {
    font-size: 32px;
  }

  .feedback-section .section-subtitle .c-brake {
    display: none;
  }

  .feedback-form .site-button {
    width: 140px;
    float: none;
    margin-top: 10px;
  }
  .feedback-form .form-header input:first-child {
    margin-right: 1%;
  }

  .feedback-form .privacy {
    float: none;
    width: 100%;
    font-size: 16px;
  }

  .articles-section .section-title,
  .catalog-section .section-title {
    margin-bottom: 30px;
  }

  .feedback-section .phone-number {
    margin-top: 0;
  }

  .feedback-form {
    margin-top: 30px;
  }
  .ic-address {
    margin-bottom: 0;
  }

  .special-video {
    min-width: 100%;
  }
  .header-register .site-button {
      margin-top: 10px;
  }
  .main-header .tab-content {
      margin-top: 54px;
  }
  .video-container .filter {
      padding: 35px 0;
  }
  .ya-share2__container_size_m .ya-share2__icon {
      height: 35px !important;
      width: 35px !important;
  }
  .sp-short-item .project-title {
      font-size: 24px;
  }
  .project-modals .sp-modals-img {
      display: block;
      width: 49%;
  }
}

@media (max-width: 400px) {
  .f-serv-title {
    font-size: 34px;
  }
  .f-serv-description {
      font-size: 16px;
      line-height: 23px;
  }
  .f-serv-phone {
    float: none;
    font-size: 34px;
  }
  .services-header {
    text-align: center;
  }
  .f-serv-phone svg {
      height: 40px;
      width: 40px;
      margin-top: 2px;
  }
  .f-serv-text .quote {
      border: 1px solid #f2f5f6;
      border-left: 5px solid #54b85d;
      font-style: normal;
      font-size: 16px;
      line-height: 28px;
      padding: 20px;
      color: #80868a;
  }
  .services-header .greenline {
    left: 50%;
    transform: translateX(-50%);
  }
  .serv-webform-button {
    margin-left: 0;
  }
  .web-advice-wrapper .uf-form-image {
    padding: 15px;
  }
  .web-advice-wrapper .uf-form-image svg {
      height: 35px;
      width: 35px;
  }
  .web-advice-wrapper .uf-form-image .form-title {
    font-size: 18px;
  }
  .project-lands .photos-item {
      height: 120px;
  }
  .landmap .checkbox-toggle-label {
    width: 50px;
    height: 28px;
    font-size: 18px;
  }
  .web-advice-wrapper .uf-field {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .web-advice-wrapper .uf-input {
    font-size: 15px;
    height: 40px;
  }
  .web-advice-wrapper .uf-field-input.name-field:after {
    top: 7px;
  }
  .web-advice-wrapper .uf-field-input.email-field:after {
    top: 7px;
  }
  .web-advice-wrapper .uf-btn {
    width: 100%;
  }
  .web-advice-wrapper textarea.uf-input {
    height: 120px;
    margin-bottom: 10px;
  }
  .web-advice-wrapper .privacy {
    position: absolute;
    bottom: -100px;
    color: #fff;
    text-align: center;
    left: 0;
  }
  .web-advice-wrapper .uf-content {
    padding: 15px;
  }
  .web-advice-wrapper .uf-label {
    font-size: 14px;
  }
  .landmap .checkbox-toggle-label .on {
      left: 55px;
  }
  .landmap .checkbox-toggle-label .off {
      right: 55px;
  }
  .info-item .block .title {
    font-size: 14px;
    line-height: 24px;
  }
  .landmap .checkbox-toggle-label:before {
      width: 22px;
      height: 22px;
  }
  .checkbox-toggle:checked + .checkbox-toggle-label:before {
      /*left: 25px;*/
      left: 34px;
  }
  .landmap .checkbox-toggle-label {
      margin-left: 38px;
  }
  .fpsb-buttons .show-phone, .fpsb-buttons .border-btn {
      width: 100%;
      float: none;
      font-size: 17px;
      text-align: center;
      margin-right: 0;
      padding: 15px 10px;
      margin-bottom: 8px;
  }
  .info-item .block {
      padding: 20px 5px;
  }
  .ic-fav {
    display: none;
  }

  .ic-head .ic-price {
    font-size: 20px;
    line-height: 20px;
  }

  .catalog-sidebar .sidebar-cat-item {
    width: 100%;
    margin-right: 0;
  }

  .sidebar-cat-item .item-image {
    height: 125px;
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }

  .ic-badges,
  .ic-meta {
    padding: 8px;
  }
  .ic-head .ic-price svg {
    height: 14px;
    width: 14px;
  }
  .ic-address {
    display: none;
  }

  .ic-badges .badge-tooltip {
    display: none;
  }

  .ic-badges .ic-badge {
    width: 30px;
    height: 30px;
  }
  .ic-meta {
    display: none;
  }

  .ic-badges .ic-badge svg {
    height: 18px;
    margin-top: 5px;
  }

  .ic-badges .badge-cotkan svg {
      height: 15px;
      margin-top: 8px;
  }

  /*.ic-address {
    display: none;
  }*/

  .feedback-section .mail-button {
    margin-left: 0;
  }
  .feedback-form .form-header input:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .feedback-form .form-header input {
    width: 100%;
  }
  .services-section .col-lg-3 {
    padding: 3px;
  }

  .feedback-form .form-body {
    text-align: center;
  }

  .feedback-form .privacy {
    padding: 0;
  }

  .articles-section.catrow .col-sm-6 {
    padding: 10px 15px;
  }

  .services-section .title {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
  }

  .services-section svg {
    height: 70px;
  }

  .services-section .col-lg-3:nth-of-type(2) .block svg {
    height: 94px;
  }

  .icon-nav .search-icon {
    display: none;
  }

  .site-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
  }

  .icon-nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  /*.header-search {
    position: relative;
  }
  
  .header-search .mobile-filters {
    float: left;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 60px;
  }

  .header-search .custom-field.mobile-filters {
    background: rgba(255,255,255,.3);
  }*/

  /*.header-search .custom-field .dropdown, .header-search .custom-field .dropdown button {
    color: #fff;
    font-weight: 700;
  }*/

  /*.header-search .custom-field:nth-of-type(5) {
    width: 50%;
  }*/

  /*.header-search .mobile-filters svg {
    width: 25px;
    fill: #fff;
    margin-top: 2px;
  }*/

 /* .header-search .button-text {
      display: inline-block;
      position: absolute;
      left: 45px;
      top: 18px;
  }
*/
  /*.header-search .custom-field:nth-of-type(1) {
    width: 100%;
    padding: 14px 12px;
    margin-bottom: 10px;
  }*/
  /*.header-search .custom-field {
    padding: 18px 12px;
  }

  .header-search .interactive-area {
    width: 100%;
    background: transparent;
  }

  .header-search .custom-field {
    border: 0;
    background: #fff;
    border-radius: 5px;
  }

  .header-search input, .header-search select {
    padding-left: 45px;
    font-size: 17px;
  }


  .header-search .custom-field:first-child svg {
    display: block;
  }


  .header-search .custom-field.button-field {
      width: 48%;
      max-width: 100%;
      height: 60px;
  }




  .header-search .custom-field {
      padding: 14px 12px;
  }

  .header-search .custom-field.button-field svg {
    display: inline-block;
  }*/

  .header-search .custom-field.button-field .btn-text {
    display: none;
  }

  .header-search .custom-field.button-field svg {
    display: block;
    width: 100%;
  }

  .header-search .custom-field:nth-of-type(5) {
    width: 20%;
  }

  .header-search .custom-field:nth-of-type(1) {
      width: 80%;
  }

  .video-container {
    height: 600px;
  }

  .homepage-hero-module {
    max-height: 600px;
    min-height: 600px;
  }

  .checkbox-toggle-label {
      font-size: 28px;
      margin-left: 95px;
  }

  .checkbox-toggle-label .on .part-2 {
      display: block;
      margin-left: -178px;
      margin-top: 6px;
  }



  /*.main-header .tab-content {
      margin-top: 68px;
  }*/

  .svg-map-nav {
    padding: 0 15px;
  }

  .form-body button {
    padding: 8px 9px;
  }

  .section-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
  }

  .section-subtitle {
    font-size: 15px;
    font-weight: 400;
  }

  .header-search input, .header-search select {
    font-size: 15px;
  }

  .header-features .title {
    font-size: 15px;
    line-height: 21px;
  }

  .header-search .mobile-filters {
    height: 53px;
    font-size: 16px;
  }

  .header-search .custom-field.button-field {
    height: 53px;
    font-size: 16px;
  }

  .header-search .button-text {
    top: 16px;
  }

  .feedback-form .form-header .uf-field {
      width: 100%;
      float: none;
      margin: 0;
  }

  .contacts-item {
    display: block;
    width: 100%;
    margin: 10px 0;
  }

  .special-offer-footer .video-container {
      height: 670px;
  }
  .special-offer-footer .homepage-hero-module {
      min-height: 670px;
  }

  .special-offer-footer .feedback-section .section-subtitle {
      font-size: 16px;
      line-height: 26px;
  }
  .special-offer-footer .video-container .filter {
      padding: 40px 0;
  }
  .ratings-item {
      padding: 5px;
  }
  .rating-number {
      width: 35px;
      height: 35px;
      line-height: 35px;
      font-size: 18px;
      margin-top: 0;
  }
  .ratings-item .item-block {
    font-size: 14px;
    padding: 2px;
  }
  section.services-section {
    padding: 20px 0;
  }
  section.map-section {
    padding: 20px 0;
  }
  #userinfo {
    overflow: hidden;
  }

  .userinfo-page .user_tab li {
      padding-left: 15px;
      display: block;
      margin-bottom: 10px;
      font-size: 18px;
  }
  .personal-messages {
    padding: 15px;
  }

  .personal-messages h1 {
    font-size: 26px;
  }
  .personal-messages #pm-menu a {
    font-size: 18px;
  }

  .catrow .navigation {
      margin-top: -3px;
      padding: 15px;
  }
  .feedback-section .section-title {
      font-size: 27px;
  }
  .feedback-section .section-subtitle {
      font-size: 16px;
      line-height: 24px;
  }
  .feedback-send .uf-btn {
    margin-top: 10px;
  }
  .feedback-form .form-header, .feedback-form .form-body {
      padding: 15px;
  }
  .feedback-form .privacy {
    font-size: 14px;
  }
}

@media (max-width: 350px) {
  .f-art-meta h1 {
      font-size: 22px;
  }
  .ratings-item .item-price {
    display: none;
  }
  .ratings-item .item-title {
      width: 86%;
  }
  .sp-features .features-item {
    padding: 5px;
  }
  .sp-features .features-item .item-title {
    font-size: 14px;
    font-weight: 400;
  }
  .form-body .hash {
    display: none;
  }

  .fp-mobile-header-data .fp-price {
    margin-bottom: 0;
  }

  .fp-mobile-header-data .fp-subprice {
    margin: 0;
    margin-bottom: 5px;
    display: block;
  }
  .video-container video {
    bottom: 52%;
  }

  .special-title {
      font-size: 25px;
  }
  .special-video .descriptor {
    font-size: 15px;
    margin-top: 12px;
  }

}