@import url("grid/bootstrap.min.css");
@import url("grid/font-awesome/font-awesome.min.css");
@import url("grid/magnific-popup.css");
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #535751; }

h1, p.section-title {
  font-size: 46px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 0;
  color: #535751; }

h2 {
  font-size: 38px;
  line-height: 1;
  font-weight: 300;
  color: #535751; }

h3 {
  font-size: 28px;
  line-height: 30px;
  color: #535751; }

h4 {
  font-size: 24px;
  line-height: 24px;
  color: #535751;
  font-weight: 400; }

a {
  color: #535751; }

a:focus, button:focus {
  outline: none; }

input, textarea, [type="submit"], select {
  border-radius: 2px;
  background: #fff;
  border: none;
  display: block;
  color: #535751;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px;
  padding: 14px 15px;
  width: 100%; }

[type="submit"], [type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

button {
  border: none; }
.red-button {
  display: block;
  margin-bottom: 20px;
  width: 200px;
  text-align: center;
}
[type="submit"], [type="reset"], .red-button {
  background-color: #e75440;
  background-image: -webkit-linear-gradient(top, #e75440, #b02411);
  background-image: -moz-linear-gradient(top, #e75440, #b02411);
  background-image: -ms-linear-gradient(top, #e75440, #b02411);
  background-image: linear-gradient(to bottom, #e75440, #b02411);
  border: none;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  padding: 14px 15px; }

[type="submit"]:hover, [type="reset"]:hover, .red-button:hover {
  background-color: #fe5c46;
  background-image: -webkit-linear-gradient(top, #fe5c46, #c22813);
  background-image: -moz-linear-gradient(top, #fe5c46, #c22813);
  background-image: -ms-linear-gradient(top, #fe5c46, #c22813);
  background-image: linear-gradient(to bottom, #fe5c46, #c22813);
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.select {
  background: #fff;
  display: block;
  margin-bottom: 15px;
  position: relative;
  z-index: 2; }

.select::before, .select::after {
  content: '';
  position: absolute;
  z-index: -1; }

.select::before {
  background: rgba(83, 87, 81, 0.7);
  width: 1px;
  height: 100%;
  top: 0;
  right: 37px; }

.select::after {
  border-width: 7px 5px 0 5px;
  border-style: solid;
  border-color: rgba(83, 87, 81, 0.7) transparent;
  width: 0;
  height: 0;
  top: 50%;
  right: 14px;
  margin-top: -3px; }

.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: none;
  border: 0px none;
  cursor: pointer;
  margin-bottom: 0;
  padding: 14px 45px 14px 15px; }

img[style*="float: left"], img[style*="float:left"] {
  margin: 5px 20px 5px 0px; }

img[style*="float: right"], img[style*="float:right"] {
  margin: 5px 0px 5px 20px; }

th {
  text-align: left;
  font-size: 14px;
  font-weight: 300; }

th, td {
  border-bottom: 1px solid rgba(83, 87, 81, 0.12);
  color: #333;
  padding: 10px 15px;
  text-align: left; }

td {
  font-size: 18px;
  font-weight: 400; }

tr:nth-child(2n) {
  background: #fdfdfd; }

.navbar-collapse {
  padding: 0; }

.navigation {
  list-style: none;
  margin-bottom: 35px;
  margin-top: 35px;
  padding-left: 0;
  text-transform: uppercase;
  line-height: 1; }
  .navigation li {
    display: inline-block; }
    .navigation li a, .navigation li span, .navigation li p {
      color: #fff;
      font-size: 14px;
      font-weight: 400;
      margin-bottom: 0; }
    .navigation li.dropdown span:hover {
    cursor: pointer;}
    .navigation li:not(:last-child) {
      margin-right: 20px; }
    .navigation li .dropdown-menu {
      border-radius: 0;
      border: none;
      box-shadow: none;
      background-color: #2684c0; }
      .navigation li .dropdown-menu li {
        margin-right: 0; }
        .navigation li .dropdown-menu li a:hover {
          background-color: transparent;
          color: #fff;
          text-decoration: underline; }
    .dropdown-menu>li>p {
    	margin-bottom: 0;
    	padding: 3px 20px;
    	line-height: 1.42857143; }
.main-title, .header-bottom h1, .header .banner h1{
  display: block;
  font-size: 52px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
  color: #fff; }

.header-top {
  background-color: #2684c0; }
.header-top.fixed {
	position: fixed;
	z-index: 999;
	width: 100%; }
.header-top.fixed .navigation {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: -120px; }	
.header-top.fixed .logo a {
	padding: 30px 65px; }
.header-top.fixed .logo span {
    padding: 30px 65px;}
.header-top.fixed button.navbar-toggle {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 0; }
.header-top .navigation, .header-top .logo a {
	transition: all 0.6s ease-out 0s; }
.header-top .logo a {
	background-image: url(../img/logo2.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	display: block;
	padding: 58px 127px; }
.header-top .logo span {
    transition: all 0.6s ease-out 0s;}
.header-top .logo span {
    background-image: url(../img/logo2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
    padding: 58px 127px;}
.header-bottom {
  position: relative;
  text-align: center;
  background-color: #3f9ad4;
  background-image: url(../img/ban-1.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px; }
  .header-bottom:after {
    background: url(../img/triangle-top.png) 0 0 repeat-x;
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .header-bottom p {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0; }
/* Brands */
   #navbar-collapse ul.navigation {display: flex;justify-content: space-between;}
   .navigation li .dropdown-menu li {width: 100%;}
  .dropdown-menu__brands > li:hover > .sub-brand{display: flex;}
  .dropdown-menu__brands .sub-brand li.item-brand {width: 20%;padding: 5px 10px; display: flex;align-items: center;justify-content: center;}
  .dropdown-menu__brands .sub-brand li.item-brand a{display: flex;align-items: center; justify-content: center;}
  .dropdown-menu__brands .sub-brand li.item-brand img{max-width: 100%;}
  .dropdown-menu__brands .sub-brand{ position: absolute; top: 0; display: none; left: 100%; width: 610px; background: #fff; border: 2px solid #2684c0; padding: 15px;flex-wrap: wrap; min-height: 100%; align-items: flex-start; }
  .dropdown-menu__brands .sub-brand ul { display: flex; flex-wrap: wrap; width: 100%;}
  .header-top .navigation {display: flex;justify-content: space-between;}
    /* End Brands */
#content-article-page a {
    color: #2684c0;
    text-decoration: underline;
}
.logo {
  text-align: center;
  position: absolute;
  z-index: 210; }

p.title {
  font-size: 30px;
  line-height: 1;
  color: #535751;
  margin-top: 10px;
  margin-bottom: 20px; }

.services {
  padding-top: 30px;
  padding-bottom: 20px; }

.service-item {
  display: block;
  margin-bottom: 30px; }
  .service-item .text-panel {
    display: block;
    position: relative;
    height: 75px;
    padding-left: 25px;
    padding-right: 25px;
    background: #4199d3 url(../img/ban-1.png) 1% 7% no-repeat;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .service-item .text-panel p {
      height: 75px;
      vertical-align: middle;
      margin-bottom: 0; }
      .service-item .text-panel p span {
        font-family: 'Roboto', sans-serif;
        font-size: 16px; }
    .service-item .text-panel:before {
      content: '';
      position: absolute;
      left: 25px;
      top: -12px;
      background: url(../img/sprite.png) no-repeat 0 0;
      width: 19px;
      height: 12px; }
  .service-item .image-panel {
    height: 75px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-size: cover; }
  .service-item:hover {
    cursor: pointer;
    text-decoration: none; }
    .service-item:hover .text-panel {
      background: #535751; }
      .service-item:hover .text-panel:before {
        background-position: -22px 0; }

.map-holder {
  background-color: #fbfbfc;
  position: relative;
  padding-top: 40px; }
  .map-holder:before {
    background: url(../img/triangle-top-grey.png) 0 0 repeat-x;
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    top: -25px; }

p.section-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px; }

#map {
  width: 100%;
  height: 500px;
  margin: auto;
  position: relative;
  text-align: center; }

.advantages {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }
  .advantages:after {
    background: url(../img/triangle-bottom.png) 0 0 repeat-x;
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: -25px; }
  .advantages ul {
    list-style: none;
    padding-left: 0;
    line-height: 1; }
    .advantages ul li {
      margin-bottom: 12px; }
      .advantages ul li a {
        text-decoration: underline;
        color: #4299d3;
        font-size: 16px;
        font-weight: 400; }
        .advantages ul li a:hover {
          text-decoration: none; }
  .advantages h4 {
    margin-bottom: 25px; }
  .advantages .col-md-6 ul {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }

.adv-item {
  text-align: center; }
  .adv-item ul {
    margin-top: 30px;
    padding-left: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.2; }
    .adv-item ul li {
      position: relative;
      display: inline-block;
      margin-bottom: 10px; }
      .adv-item ul li a {
        text-decoration: underline; }
        .adv-item ul li a:hover {
          text-decoration: none; }
      .adv-item ul li:before {
        content: '';
        position: absolute;
        background: url(../img/sprite.png) no-repeat -44px 0;
        width: 13px;
        height: 11px;
        left: -20px;
        top: 0; }
  .adv-item img {
    margin-bottom: 10px;
    height: 70px;}

.form-block {
  position: relative;
  margin-top: 30px;
  background-color: #3f9ad4;
  background-image: url(../img/ban-1.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 75px;
  padding-top: 70px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400; }
  .form-block .main-form {
    margin-top: -110px; }
  .form-block:before {
    background: url(../img/triangle-bottom.png) 0 0 repeat-x;
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0; }
  .form-block:after {
    background: url(../img/triangle-top.png) 0 0 repeat-x;
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0; }

.main-form {
  background: #535751;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.38);
  padding: 30px; }
  .main-form label {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 3px; }
  .main-form [type="submit"] {
    margin: 30px 0; }

.footnote {
  font-size: 11px;
  line-height: 1;
  color: #fff;
  text-align: center; }

.arrow-block {
    display: flex;
    align-items: center;
  position: relative;
  height: 110px;
  background-color: #fff;
  padding: 5px 0 5px 25px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.1;
  color: #e3503c;
  box-shadow: 0px 0px 0.93px 0.07px rgba(19, 29, 40, 0.38); }
  .arrow-block:after {
    border-top: 55px solid transparent;
    border-left: 35px solid #fff;
    border-bottom: 55px solid transparent;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 5; }

.form-block_left {
  font-size: 26px;
  padding-right: 0;
  color: #fff; }
  .form-block_left p {
    margin-bottom: 35px;
    line-height: 1.2; }

.small-text {
  font-size: 15.5px; }

.form-block_right {
  font-size: 24px;
  line-height: 1.2;
  color: #fff; }
  .form-block_right p {
    text-shadow: 0px -1px 1px #256f9f;
    margin-bottom: 25px; }
  .form-block_right .small-text {
    text-shadow: none; }
  .form-block_right .phones {
    font-size: 40px;
    margin-bottom: 50px; }

.article {
  padding: 40px 0; }
  .article p {
    margin-bottom: 25px; }
  .article img {
    margin-bottom: 30px;
    width: 100%;
    height: auto; }
  .article h1 {
    text-align: center; }
  .article a {
  	text-decoration: underline; }

.why-we {
  width: 270px;
  height: 255px;
  padding: 40px;
  margin-bottom: 35px;
  text-align: center;
  background-color: #fbfbfc;
  font-size: 30px;
  line-height: 36px; }
  .why-we img {
    margin-bottom: 20px;
    height: 58px;
    width: auto; }

.gallery {
  padding-top: 40px; }

.popup-gallery a {
  min-height: 360px; }
  .popup-gallery a div {
    width: 100%;
    height: 255px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 15px; }
  .popup-gallery a:hover {
    text-decoration: none;
    color: #4198d2; }
    .popup-gallery a:hover div {
      position: relative; }
      .popup-gallery a:hover div:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #4198d2;
        opacity: 0.4; }
      .popup-gallery a:hover div:after {
        content: '';
        position: absolute;
        background-image: url(../img/btn-zoom.png);
        width: 170px;
        height: 48px;
        border-radius: 3px;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
  .popup-gallery a:focus {
    text-decoration: none;
    color: #4198d2; }
.popup-gallery a:nth-child(n+7) {
    display: none; }
.popup-gallery.open-gallery a:nth-child(n+7){
    display: block; }
.show-more {
  display: block;
  margin: 0 auto 45px auto;
  width: 300px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  background: -moz-linear-gradient(top, rgba(65, 152, 210, 0) 0%, #2c84be 100%);
  background: -webkit-linear-gradient(top, rgba(65, 152, 210, 0) 0%, #2c84be 100%);
  background: linear-gradient(to bottom, rgba(65, 152, 210, 0) 0%, #2c84be 100%);
  background-color: #4198d2; }
  .show-more i {
    margin-left: 2px; }
  .show-more:hover {
    background-color: #2b83be; }

.arrow-block_right {
  background: #fff;
  color: #535751;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  height: 110px;
  margin-bottom: 20px;
  padding: 15px 15px 15px 5px;
  position: relative;
  text-align: left;
  z-index: 150;
  box-shadow: 0px 0px 0.93px 0.07px rgba(19, 29, 40, 0.38); }
  .arrow-block_right:before {
    border-top: 55px solid transparent;
    border-right: 35px solid #fff;
    border-bottom: 55px solid transparent;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    z-index: 5; }
  .arrow-block_right span {
    display: block;
    color: #e75440;
    font-size: 30px;
    text-transform: uppercase; }
  .arrow-block_right i {
    border-radius: 2px;
    background: #535751;
    display: inline-block;
    font-size: 24px;
    padding: 12px;
    position: absolute;
    right: 22px;
    top: -19px; }

.header-bottom_large {
  padding-top: 35px;
  padding-bottom: 30px;
  margin-bottom: 20px; }
 @media screen and (min-width: 992px) {
     .header-bottom_large {
         min-height: 630px;
     }
 }
  .header-bottom_large:after {
    z-index: 100; }
  .header-bottom_large .arrow-block_right {
    margin-left: -15px;
    line-height: 0.98; }
  .header-bottom_large .form-col {
    z-index: 150; }
  .header-bottom_large .form-block_right {
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    margin-top: 20px; }
    .header-bottom_large .form-block_right .small-text {
      font-size: 20px;
      margin-bottom: 10px;
      line-height: 1; }
    .header-bottom_large .form-block_right .phones {
      margin-bottom: 20px;
      line-height: 1.2; }
  .header-bottom_large .main-form {
    text-align: left;
    position: absolute;
    width: 360px;
    top: 50px; }
    .header-bottom_large .main-form .footnote {
      font-weight: 300;
      font-size: 11px; }
  .header-bottom_large .main-title {
    margin-bottom: 0; }
  .header-bottom_large p {
    margin-bottom: 15px; }

.man-with-washing {
  position: relative; }
  .man-with-washing .z-top {
    position: absolute;
    top: 47px;
    right: -165px;
    z-index: 2; }
  .man-with-washing .z-bot {
    position: absolute;
    top: 115px;
    left: 0;
    z-index: 1; }

.prices {
  color: #3f9ad4;
  font-size: 18px;
  text-align: center;
  padding-bottom: 65px;
  padding-top: 40px; }

.prices table {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }

.prices table tr td:not(:first-child) a {
  color: #3f9ad4;
  font-size: 14px;
  font-weight: 300;
  white-space: nowrap;
  cursor: pointer; }

.prices table tr td a:hover {
  color: #3580b1;
  text-decoration: none; }

.prices table a i {
  font-size: 18px;
  margin-right: 7px; }

.prices .free, .prices table tr td a.free {
  color: #e75440; }

.prices a.free:hover {
  color: #c14635; }

.diagnostics {
  background-color: #fbfbfc;
  position: relative;
  padding-top: 35px;
  padding-bottom: 45px; }
  .diagnostics:before {
    background: url(../img/triangle-top-grey.png) 0 0 repeat-x;
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    top: -25px; }
  .diagnostics .section-title {
    color: #4299d3; }
  .diagnostics span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #535751;
    text-align: center;
    margin-bottom: 30px; }

.large-form {
  background-color: #4599d5;
  border-radius: 3px;
  padding: 50px 100px 30px 100px;
  margin-bottom: 2px; }
  .large-form .select {
    border-radius: 3px;
    margin-bottom: 5px; }
  .large-form label {
    font-weight: 700;
    font-size: 16px;
    color: #fff; }
  .large-form *[type="submit"] {
    width: 270px;
    text-transform: uppercase;
    margin: 30px auto 0 auto; }

.possibility {
  background-color: #b0d9f6;
  border-radius: 3px;
  margin-bottom: 2px;
  height: 160px;
  padding: 25px 15px; }
  .possibility .circle {
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    width: 110px;
    height: 110px;
    margin-right: 15px;
    padding-top: 30px;
    text-transform: uppercase;
    float: left; }
    .possibility .circle span {
      font-size: 42px;
      margin-bottom: 10px; }
  .possibility .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px; }
    .possibility .title span {
      display: inline;
      color: #e14f3b;
      font-weight: 700; }

.banner {
  position: relative;
  text-align: center;
  font-size: 30px;
  background-color: #3f9ad4;
  background-image: url(../img/ban-3.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 60px; }
  .banner:before {
    background: url(../img/triangle-bottom-grey.png) 0 0 repeat-x;
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .banner:after {
    background: url(../img/triangle-top-grey.png) 0 0 repeat-x;
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1; }
  .banner p {
    color: #fff;
    text-align: center; }
  .banner .center-block, .banner .arrow-block_right, .banner .arrow-block, .banner .arrow-block_right span {
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #e2503c;
    text-align: center;
    padding: 0;
    line-height: 110px;
    margin-bottom: 30px; }
.banner .center-block {
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.banner .center-block > a {
    display: block;
    line-height: 1.1;
}
.banner .arrow-block > a {
    width: 100%;
}
.center-block {
  height: 110px;
  background-color: #fff;
  box-shadow: 0px 0px 0.93px 0.07px rgba(19, 29, 40, 0.38); }

.brands {
  background-color: #fbfbfc;
  padding-top: 35px;
  padding-bottom: 50px;
  position: relative; }
  .brands:after {
    background: url(../img/triangle-top.png) 0 0 repeat-x;
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0; }

.brands-list {
  list-style: none;
  padding-left: 0; }
  .brands-list div {
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    height: 100px;
    overflow: hidden; }
    .brands-list div span {
      display: block;
      border-radius: 3px;
      border: 1px solid #eee;
      background-color: #fff;
      height: 100%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: contain; }

.map-holder + .brands:after {
  content: none; }

.map-holder + .brands + .banner:after {
  background: url(../img/triangle-top.png) 0 0 repeat-x; }

.prices + .advantages {
  background-color: #fbfbfc; }
  .prices + .advantages:before {
    background: url(../img/triangle-bottom.png) 0 0 repeat-x;
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0; }
  .prices + .advantages:after {
    background: url(../img/triangle-top.png) 0 0 repeat-x;
    bottom: 0;
    z-index: 100; }
  .prices + .advantages + .map-holder {
    background-color: #fff; }

.header-bottom.grey-bg:after {
  background: url(../img/triangle-top-grey.png) 0 0 repeat-x;
  content: '';
  width: 100%;
  height: 25px;
  position: absolute;
  left: 0;
  bottom: 0; }

.article.grey-bg {
  position: relative;
  background-color: #fbfbfc; }
  .article.grey-bg:after {
    background: url(../img/triangle-top.png) 0 0 repeat-x;
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    bottom: 0; }
  .article.grey-bg + .article + .banner:before {
    background: url(../img/triangle-bottom.png) 0 0 repeat-x; }
  .article.grey-bg + .article + .banner:after {
    background: url(../img/triangle-top.png) 0 0 repeat-x; }

.guarantee-table {
  width: 100%; }
  .guarantee-table th {
    border-top: 1px solid rgba(83, 87, 81, 0.12);
    font-size: 18px;
    font-weight: 700;
    color: #4099d2; }
  .guarantee-table:not(:last-of-type) {
    margin-bottom: 50px; }

.reviews {
  padding-top: 50px;
  padding-bottom: 30px; }
  .reviews + .map-holder + .advantages {
    background-color: #fbfbfc; }
    .reviews + .map-holder + .advantages:after {
      background: url(../img/triangle-top.png) 0 0 repeat-x;
      content: '';
      width: 100%;
      height: 25px;
      position: absolute;
      left: 0;
      bottom: 0; }

.review-item {
  min-height: 450px;
  margin-bottom: 10px; }
  .review-item .preview-img {
    width: 100%;
    height: 390px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 5px; }
    .review-item .preview-img:after {
      content: '';
      position: absolute;
      background-image: url(../img/video.png);
      width: 69px;
      height: 48px;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
  .review-item p {
    font-weight: 700;
    display: inline; }
  .review-item span {
    float: right; }
  .review-item a:hover, .review-item a:focus {
    text-decoration: none;
    color: inherit; }

.header-top + .banner:before {
  content: none; }

.header + .map-holder + .advantages + .article {
  position: relative;
  background-color: #fbfbfc; }
  .header + .map-holder + .advantages + .article:after {
    background: url(../img/triangle-top-grey.png) 0 0 repeat-x;
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    top: -25px; }
  .header + .map-holder + .advantages + .article + .footer:before {
    background: url(../img/triangle-bottom-grey.png) 0 0 repeat-x; }

.vacancies_desc {
  font-size: 18px;
  font-weight: 400; }
.vacancies_desc:not(:last-of-type) {
  margin-bottom: 35px;
  border-bottom: 1px solid #eee; }
.vacancies_desc p {
  margin-bottom: 10px; }
.vacancies_desc .vacancies_title {
  font-size: 28px;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 25px; }
.vacancies_desc .salary {
  font-size: 28px;
  font-weight: 500;
  color: #FF5040; }
.vacancies_desc .vacancies_banner {
  font-size: 16px;
  text-align: center;
  margin-top: 15px; }

.footer {
  position: relative;
  background-color: #535751;
  background-image: url(../img/ban-2.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 40px; }
  .footer:before {
    background: url(../img/triangle-bottom.png) 0 0 repeat-x;
    content: '';
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0; }
  .footer .main-form {
    padding: 15px 30px;
    margin-top: -20px;
    box-shadow: none; }
    .footer .main-form p:first-of-type {
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: 700;
      font-size: 22px;
      line-height: 1.2;
      margin-bottom: 20px; }

.footer_left {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff; }
  .footer_left .phones {
    font-weight: 700;
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 30px; }

.copyrights {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  margin-top: 20px; }
  .copyrights a {
    text-decoration: underline;
    color: #4098d2; }
    .copyrights a:hover {
      text-decoration: none; }

.logo-footer {
  display: block;
  margin-bottom: 40px; }

.footer_right p {
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px; }

.footer_right .col-md-12 ul {
  height: 150px;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2; }

.footer_right ul {
  list-style: none;
  padding-left: 0;
  line-height: 1;
  margin-bottom: 35px; }
  .footer_right ul li {
    margin-bottom: 7px; }
    .footer_right ul li a {
      text-decoration: underline;
      color: rgba(255, 255, 255, 0.5);
      font-size: 14px;
      font-weight: 400; }
     .footer_right ul li p {
     	text-decoration: none;
      	color: rgba(255, 255, 255, 0.5);
     	font-size: 14px;
      	font-weight: 400;
      	text-transform: none;
      	margin-bottom: 0; }
      .footer_right ul li a:hover {
        text-decoration: none; }

/*Modal*/
.modal-content {
  box-shadow: none;
  border: none;
  background-color: transparent; }
  .modal-content form {
    background-color: #4599d5; }

.modal-header {
  border-bottom: none;
  padding: 0 15px; }
  .modal-header h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700; }
  .modal-header .close {
    margin-top: 0;
    opacity: 0.8; }
    .modal-header .close span {
      color: #fff;
      opacity: 1;
      font-size: 30px;
      font-weight: 300; }
    .modal-header .close:hover {
      opacity: 1; }

.modal-body {
  padding: 0; }

.modal-backdrop.in {
  opacity: .7; }

/*404 and sitemap*/
.page404 {
	padding: 55px 0;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400; }
.page404 a {
	color: #23527c;
    text-decoration: underline; }
.page404 a:hover {
	text-decoration: none; } 
.sitemap {
	padding: 40px 0;
	font-weight: 400; }   
.sitemap-link {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 300; }
.sitemap-link:hover, .sitemap-link:focus, .sitemap-link:active {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none; }

@media (max-width: 1199px) {
  .arrow-block {
    font-size: 26px;
    line-height: 1;
    padding: 16px 0 16px 25px; }
  .navigation {
    padding-left: 25px;
    margin-bottom: 15px;
    margin-top: 20px; }
    .navigation li {
      margin-bottom: 10px; }
  .popup-gallery a {
    min-height: 380px; }
  .banner .center-block, .banner .arrow-block_right, .banner .arrow-block {
    font-size: 36px; } }

@media (max-width: 991px) {
  .header-bottom:after, .form-block:after {
    bottom: -2px; }
  .form-block:before, .footer:before {
    top: -2px; }
  .navigation {
    padding-left: 90px; }
  .header-bottom {
    padding-top: 50px; }
  .arrow-block {
    text-align: center;
    margin-bottom: 20px;
    height: 100%; }
  .arrow-block:after, .arrow-block_right:before {
    content: none; }
  .form-block_left {
    padding-right: 15px; }
    .form-block_left p {
      margin-bottom: 20px; }
  .form-block .main-form {
    margin-top: 0; }
  .article {
    padding: 30px 0; }
    .article img {
      max-width: 300px;
      margin: 10px  auto; }
    .article p {
      margin-bottom: 15px; }
  .footer {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 15px; }
    .footer .copyrights {
      margin-top: 40px; }
  .why-we {
    float: left;
    margin-right: 50px; }
  .advantages ul {
    margin-bottom: 30px; }
  .advantages {
    padding-bottom: 50px; }
  .header-bottom_large .arrow-block_right {
    margin-left: 0;
    padding-left: 15px;
    font-size: 22px; }
  .header-bottom_large .form-block_right .small-text {
    line-height: 1.1; }
  .review-item {
    min-height: 325px; }
    .review-item .preview-img {
      height: 245px; }
  .banner .center-block, .banner .arrow-block_right, .banner .arrow-block {
    height: auto;
    line-height: 1.1;
    margin-bottom: 10px;
    background: transparent;
    color: #fff; }
  .banner {
    padding-top: 40px;
    padding-bottom: 35px; }
    .banner p {
      line-height: 1.2;
      margin-top: 10px;
      font-size: 25px; }
  .header-bottom_large .form-block_right {
    text-align: center; }
  .vacancies_desc .vacancies_title {
    margin-bottom: 15px; } 
  .red-button {
    margin-left: auto;
    margin-right: auto; }
}

@media (max-width: 767px) {
  h2  {
    font-size: 25px; }
  .header-top.fixed .navigation {
    margin-left: 0; }
  .logo {
    left: 50%;
    transform: translateX(-50%); }
    .header-top .logo a {
    	padding: 37px 80px; }
  .header-bottom {
    padding-top: 45px; }
  .main-title {
    font-size: 46px;
    line-height: 1.1; }
  button.navbar-toggle {
    font-size: 28px;
    color: #fff;
    float: none;
    margin-top: 2px;
    margin-bottom: 2px; }
  .navigation {
    text-align: center;
    padding-left: 0;
    margin-top: 50px; }
    .navigation li {
      display: block;
      margin-bottom: 15px; }
      .navigation li:not(:last-child) {
        margin-right: 0; }
      .navigation li a, .navigation li span {
        font-size: 16px; }
  .dropdown-menu {
    position: relative;
    float: none;
    text-align: center;
    text-transform: none; }
    .dropdown-menu li {
      margin-bottom: 0; }
  .article {
    padding: 15px 0 5px 0; }
  .navbar-collapse {
    position: absolute;
    top: 49px;
    padding-top: 15px;
    z-index: 1;
    background-color: rgba(38, 132, 192, 1);
    width: 100%;
    left: 0;
    padding-left: 0;
    z-index: 200; }
  .form-block {
    padding-bottom: 40px; }
  .arrow-block {
    padding: 16px 20px 16px 20px; }
  .form-block .main-form {
    margin-bottom: 25px; }
  .form-block_right {
    text-align: center; }
    .form-block_right p {
      margin-bottom: 20px; }
    .form-block_right .phones {
      margin-bottom: 20px; }
  .footer_left {
    text-align: center; }
  .footer_right ul {
    height: auto;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }
  .advantages .col-xs-12 {
    text-align: center; }
    .advantages .col-xs-12 ul {
      column-count: 1; }
  .popup-gallery a {
    min-height: 100%;
    margin-bottom: 35px; }
  .header-bottom_large .main-form {
    position: static;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px; }
  .header-bottom_large .arrow-block_right {
    height: 100%; }
  .header-bottom_large .form-block_right {
    text-align: center;
    padding-bottom: 15px; }
  .large-form {
    padding: 30px 70px; }
  .prices {
    padding-top: 10px;
    padding-bottom: 50px; }
  .diagnostics {
    padding-top: 20px;
    padding-bottom: 40px; }
  .review-item {
    min-height: 100%;
    margin-bottom: 30px; }
    .review-item p {
      line-height: 1.1; }
    .review-item .preview-img {
      height: 260px; }
  .prices table tr:first-child {
    display: none; }
  .prices table tr {
    display: block;
    width: 100%;
    border: none;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 7px 0; }
    .prices table tr td {
      padding: 5px 10px;
      border-bottom: none;
      text-align: center;
      display: block; }
    .prices table tr td:not(:first-child) {
      display: inline-block; }
    .modal-dialog {
      width: 310px;
      margin: 0 auto; }
}

@media (max-width: 510px) {
  
  h1 {
    font-size: 40px; }
  td {
     line-height: 1.1; }
  th, td {
    padding: 5px; }
  .header-top .logo span {
     padding: 33px 70px; }
  .main-title, .header-bottom h1, .header .banner h1 {
      font-size: 40px;
      line-height: 1.1; }
  .logo img {
    width: 170px; }
  .navigation {
    margin-top: 20px; }
  .header-bottom {
    padding-top: 20px;
    padding-bottom: 40px; }
  .service-item .text-panel {
      padding-left: 5px;
      padding-right: 5px; }
  .large-form {
    padding: 30px 40px; }
  .article img {
    max-width: 100%; }
  .advantages ul {
    margin-bottom: 0; }
  .main-title, h1, p.section-title {
    font-size: 35px; }
  .header-bottom p {
    font-size: 22px; }
  .services {
    padding-top: 10px;
    padding-bottom: 0; }
  .form-block {
    margin-top: 10px;
    padding-top: 55px; }
  .logo-footer img {
    width: 100%; }
  .logo-footer {
    margin-bottom: 20px; }
  .banner {
    padding-top: 0; }
  .gallery {
    padding-top: 20px; }
  .map-holder {
    padding-top: 15px; }
  .prices {
    padding-bottom: 25px; }
  .reviews {
    padding-top: 20px;
    padding-bottom: 0; }
  .form-block_right .phones {
    font-size: 35px; }
  .header + .map-holder + .advantages + .article:after {
    content: none; } }
    
.services__lst__item {
    background-size: cover !important;
    border-radius: 3px;
    margin-bottom: 40px;
    background: #ccc;
    min-height: 140px;
    position: relative;
}
.services__lst__img {
    height: 70px;
    border-radius: 3px 3px 0 0;
}
.services__lst__mask {
    position: absolute;
    padding: 0 20px;
    background: #3e343a;
    min-height: 70px;
    height: 70px;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 3px 3px;
    -webkit-transition-property: height;
    -webkit-transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: height;
    -moz-transition-duration: 0.8s;
    -moz-transition-timing-function: ease;
    -o-transition-property: height;
    -o-transition-duration: 0.8s;
    -o-transition-timing-function: ease;
    transition-property: height;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.mask__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    padding: 15px 0 0 0;
}
.mask__title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
    padding: 15px 0 0 0;
}
.mask__desc {
    display: none;
    -webkit-transition-property: display;
    -webkit-transition-duration: 2s;
    -webkit-transition-delay: 5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: display;
    -moz-transition-delay: 5s;
    -moz-transition-duration: 2s;
    -moz-transition-timing-function: ease;
    -o-transition-property: display;
    -o-transition-delay: 5s;
    -o-transition-duration: 2s;
    -o-transition-timing-function: ease;
    transition-property: display;
    -webkit-transition-delay: 5s;
    transition-delay: 5s;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}
.mask__price {
    position: absolute;
    bottom: 0;
    background: url(/img/price-bg.png) no-repeat left center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    opacity: 0.7;
    padding-left: 21px;
}
.service-item {
  display: block;
  margin-bottom: 30px; }
  .services__lst__mask {
    display: block;
    height: 75px;
    padding-left: 25px;
    padding-right: 25px;
    background: #4199d3 url(../img/ban-1.png) 1% 7% no-repeat;
    text-align: center;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .service-item .services__lst__mask {
      height: 75px;
      vertical-align: middle;
      margin-bottom: 0;
      text-align:left;}
      .service-item .text-panel p span {
        font-family: 'Roboto', sans-serif;
        font-size: 16px; }
.service-item:hover .services__lst__mask {
    height: 100%;
    width: 100%;
    border-radius: 3px;
}

.services__lst__item:hover .services__lst__mask .mask__desc {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 300;
    color: #fff;
    opacity: 0.7;
}
.services__lst__mask::after {
    content: '';
    position: absolute;
    left: 28px;
    top: -21px;
    border: 9px solid transparent;
    border-bottom: 12px solid #4199d3;
}
.service-item:hover .services__lst__mask::after{
    content:"";
    border:none;
}
@media (max-width: 580px) {
    .services__lst__img{
          display:none;
      }
    .service-item .services__lst__mask{
          height:100%;
      }
      .services__lst__mask::after,
      .services__lst__mask .mask__desc,
      .services__lst__item:hover .services__lst__mask .mask__desc{
          display:none;
      }
      .services__lst__mask{
          padding-left:13px;
      }
        .header-flex .red-button {
          font-size: 16px;
      }
      #navbar-collapse ul.navigation {
        flex-direction: column;
        margin-top: 66px;
        align-items: center;
      }
      .header-top.fixed #navbar-collapse ul.navigation{
          margin-top: 10px;
      }
      .header-top.fixed {
          top: 0;
      }
}
#jGrowl {
    display: none!important
}
 /*==================*/
.header-flex div.last-div span{
    display: none;
}
@media (max-width: 580px) {
    .header-top-custom .header-flex {
          padding-top: 60px!important;
      }
      .header-top-custom.header-main-logo .col-md-9.col-sm-9 {
          height: 105px!important;
      }
      .header-top-custom.header-main-logo .logo {
          top: -6px!important;
      }
      .header-top-custom .header-flex .red-button {
        font-size: 14px;
        width: auto;
        padding: 7px 12px!important;
        display: inline-block;
        position: relative;
        z-index: 1000;
      }
      .header-top-custom.header-top.fixed .header-flex {
          display: block!important;
      }
      .header-top-custom.header-main-logo.fixed button.navbar-toggle {
          position: absolute;
      }
      .header-top-custom.header-main-logo button.navbar-toggle {
         top: 6%;
        left: inherit;
        right: 5%;
        font-size: 28px;
        margin-top: 0;
      }
      .header-top-custom .navigation {
          margin-top: 48px!important;
      }
      .header-top-custom .phone-mobile-icon {
          position: absolute;
          background: url(../img/icons/phone-icon.png) center/cover;
             width: 25px;
            height: 25px;
            top: 20%;
            left: 10%;
      }
      .header-top-custom .header-flex div.last-div {
            display: flex;
            align-items: center;
            justify-content: space-between;
      }
      .header-top-custom .header-flex div.last-div > span {
          width: 25%;
      }
      .header-top-custom .header-flex div.last-div > div {
          width: 50%;
      }
      .header-top-custom .header-flex div.last-div span{
            display: inline-block;
            font-size: 13px;
        }
}
/*==================*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
img {
    background: transparent;
}

p, dl {
    padding: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
}

input[type="text"], input[type="password"] {
    width: 100%;
}

.footer{
    text-align: left;
}

body {
    padding: 0;
	
}

#content-outer {
    border-bottom: 0;
}

#quip-comment-box-qcom{
    border: 1px solid #000 !important;
}

#header-wrap{
    display: none;
}

#main .entry {
    padding: 15px 0 0;
}

.postmeta {
    margin: 20px 0 15px 0;
}

.header-top .logo span, .header-top .logo a {
    /*padding: 30px 65px;*/
    /*padding: 58px 127px;*/
    padding: 54px 114px;
}

.header-flex{
    display: flex;
    /*justify-content: center;*/
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 10px 0 0 0;
    background-color: #2684c0;
    color:#fff;
    text-align: center;
}

.header-flex div{
	/*padding: 0 10px;
	width: 33.33%;*/
    line-height: 22px;
}

.header-flex-mobile{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0;
    background-color: #2684c0;
    color:#fff;
    text-align: center;
}

.header-flex-mobile:nth-child(1){
	padding:8px 0 0 0;
}

.header-flex-mobile > div{
	width: 45%;
}

.header-flex-mobile > div a{
	 color:#fff;
	 vertical-align: middle;
    line-height: 22px;
}

/*.header-flex span{
    font-weight: bold;
}*/

.header-flex .red-button{
    margin-bottom: 0;
    margin: 0 auto;
}

.header-flex a{
    text-decoration: underline;
    color:#fff;
}

.header-flex a:hover, .header-flex .red-button{
    text-decoration: none;
}

.phone-icon{
    max-height: 15px;
    padding: 0;
}

.header-top.fixed .header-flex{
    display: none;
}

.seoquick-skype, .seoquick-telegram, .seoquick-viber, .seoquick-whatsapp {
    display: inline-block;
    background: #fff url(/img/icons/sprites-header.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.seoquick-viber {
    background-position: -6px -30px;
}

.seoquick-whatsapp {
    background-position: -35px -30px;
}

.seoquick-telegram {
    background-position: -35px -1px;
}

.seoquick-skype {
    background-position: -6px -1px;
}

.navbar-toggle{
    z-index: 9999;
}

.header-flex-mobile, #footer-wrapper{
	display:none;
}

.link-tel, .link-tel:hover{
	color:#fff;
}

.link-tel-red, .link-tel-red:hover{
	color:#e2503c;
}

.breadcrumb>li+li:before {
    padding: 0 0 0 7px;
}

.breadcrumb {
    margin: 10px 0;
    text-align: left;
}

.breadcrumb-section{
    position: relative;
    z-index: 2;
}

#main .entry p{
    margin: 0 0 30px;
}

#main h2, #main h3{
    color: #3f9ad4;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: normal;
    border:0;
    padding: 0;
    margin: 50px 0 25px 0;
}

.container_12 .grid_3, .container_16 .grid_4{
    width: 170px;
}

.container_12 .grid_9, .container_16 .grid_12 {
    width: 750px;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
    float: right;
}

.container-blog h1 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: normal;
    position: relative;
    padding: 0;
}

.container-blog h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    width: 49px;
    height: 1px;
    background-color: #ffffff;
}

button[name="quip-preview"]{
    display: none;
}

.quip-add-comment .quip-fld:nth-child(9) {
    display: none;
}

.quip-fld label[for="quip-comment-website-qcom"]{
    font-size: 0;
}

.quip-fld label[for="quip-comment-website-qcom"]:after{
    content: "Телефон:";
    font-size: 16px;
}


.img-article{

}
.img-article-width{
    width: 750px;
    height: 350px;
}

.display-inline{
    display: inline-block;
    font-size: 0;
}

.img-article-small-w{
    width: 180px;
    height: 100px;
    display: inline-block;
}

.img-article-small-w-text{
    display: inline-block;
    max-width: 175px;
    vertical-align: top;
    color: #3f9ad4;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 0 5px;
    box-sizing: border-box;
}

.block-flex-slider{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    font-size: 0;
}

.max-height40{
    height: 40px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 40px;
}

.block{
    margin:10px 0 20px 0;
}

.free-block{
    margin: 0 0 13px 0;
    font-size: 0;
    height: auto;
    overflow: hidden;
}

.button-small{
     height: 40px;
     color: #444444;
     font-family: Roboto;
     font-size: 16px;
     font-weight: 500;
     line-height: 40px;
     padding: 0 10px;
     box-sizing: border-box;
     background-color: #f4f4f4;
     margin: 0 10px 0 0;
 }

.button-small:nth-child(2){
     margin:0;
 }

.text-p-slider{
    color: #444444;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    height: auto;
    margin: 15px 0;
}

.authot-slider, .data-slider{
    color: #444444;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: normal;
    position: relative;
    padding: 0 0 0 30px;
}

.authot-slider:before, .data-slider:before{
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    left: 10px;
}

.authot-slider:before{
    background: url(/img/icons/user-small.png) no-repeat;
    width: 12px;
    height: 14px;
}

.data-slider:before{
    background: url(/img/icons/calendar-page-empty.png) no-repeat;
    width: 14px;
    height: 14px;
}

.authot-slider{
    font-size: 16px;
}

.size22{
    font-size: 22px;
}

.img-article-small-w-text p{
    max-height: 60px;
    overflow: hidden;
}

.button-small.active{
    color: #3f9ad4;
}

.button-small:hover{
    opacity: 0.8;
    cursor: pointer;
}

.block-flex-slider > div{
    max-width: 750px;
}

.a-free-block{
    display: block;
    outline: none;
    border: 0;
    text-decoration: none;
}

.a-free-block:hover {
    opacity: 0.8;
    outline: none;
    border: 0;
    text-decoration: none;
}

.date-black{
    color: #444444;
}

.inline-block-tpl{
    display: inline-block;
    width: 31.33%;
    vertical-align: top;
    margin: 0 1% 2% 0;
    box-sizing: border-box;
}

.inline-block-tpl:nth-child(3n){
    margin:0;
}

.main-content-inline{
    font-size: 0;
}

.img-article-inline{
    height: 190px;
}

.max-height60{
    height: 48px;
    overflow: hidden;
    padding: 0;
    margin: 10px 0;
    vertical-align: middle;
    color: #444444;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.height150{
    height: 100px;
    overflow: hidden;
}

.a-inline-block-tpl{
    display: block;
}

.a-inline-block-tpl:hover{
    opacity: 0.9;
    text-decoration: none;
    outline: none;
    border: 0;
}

.download-more{
    color: #3f9ad4;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    height: 48px;
    border-radius: 10px;
    width: 160px;
    margin: 20px auto;
    text-align: center;
    border: 1px solid #409ad4;
    background-color: #ffffff;
}

.download-more:hover{
    opacity: 0.8;
    cursor: pointer;
}

.height350{
    height: 350px;
}

.data-blog-anchor{
    color: #3f9ad4;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin: 0 0 7px 0;
    display: inline-block;
}
.data-blog-anchor:link, 
.data-blog-anchor:visited {
        color: #3f9ad4;
}

.data-blog-anchor:hover{
    outline: 0;
    border: 0;
}

.green-button {
    display: block;
    margin: 5px auto;
    max-width: 200px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: green;
}

.green-button:hover, .green-button:focus {
    color: #fff;
    opacity: 0.8;
    cursor: pointer;
}

#left-columns .title-data-blog-anchor{
    color: #3f9ad4;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.max-width170-fixed{
    position: relative;
    top: 400px;
    max-width: 170px;
    line-height: 15px;
}

.fixed-block{
    position: fixed;
}

#main img{
    display: block;
    margin: 0 auto;
}

.contac-flex-block{
    display: flex;
    align-items: center;
    /*justify-content: space-around;*/
    margin: 20px 0;
}

.contac-flex-block > div{
    min-width: 25%;
}

.ui-subheading {
    font-size: 21px;
    line-height: 1.52;
    font-weight: 600;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 0;
    color: #272727;
}

.ui-text {
    font-size: 17px;
    line-height: 1.53;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 0;
    color: #272727;
}

.center{
    text-align: center;
}

.breadcrumb>li{
    display: inline;
}


@media (max-width: 1200px) {
    .block-flex-slider {
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    p.img-article-width {
        min-height: auto;
    }

}


@media (max-width: 1000px) {
    .header-flex div:nth-child(1), .header-flex div:nth-child(2), .header-flex div:nth-child(3){display: none;}
	
    .header-flex div {
        padding: 0;
        text-align: center;
	}
	
    .header-flex {
        justify-content: space-around;
	}
	
    .header-flex .red-button {
        /*width: 160px;*/
        padding: 10px;
	}
	
    .header-flex div {
        width: 100%;
	}
	
	.container_12 .grid_9, .container_16 .grid_12 {
		width: auto;
	}
	
	#main h2 {
		font-size:20px;
		letter-spacing: 0;
		
	}
	
	.container_12 .grid_3, .container_16 .grid_4 {
		width: auto;
	}
	
	.container_12, .container_16 {
		width: auto;
	}
	
	
	img {
		max-width: 100%;
	}
	
	#left-columns{
        display: none;
    }

    .banner .arrow-block_right span{
        line-height: inherit;
        margin-bottom: 0;
    }
	
	
}

@media (max-width: 765px) {
	
    .header-top .logo span, .header-top .logo a {
		padding: 30px 65px;
	}
	
    .header-main-logo .logo {
        top: 55px;
	}
	
    .header-top.header-main-logo.fixed .logo{
        top: 0;
	}
	
    .header-main-logo .col-md-9.col-sm-9{
        height: 102px;
	}
	
    .header-main-logo.fixed .col-md-9.col-sm-9{
        height: auto;
	}
	
    .header-main-logo button.navbar-toggle{
        position: absolute;
        top: 25%;
		left: 5%;
	}
	
    .header-main-logo.fixed button.navbar-toggle{
        position: relative;
	}
	
	button.navbar-toggle {
		float: left;
	}
	
	.header-flex-mobile{
		display:flex;
	}

    .img-article-width {
        width: 100%;
        height: 100%;
        min-height: 200px;
    }

    .inline-block-tpl{
        display: block;
        margin: 15px auto;
        width: 100%;
    }

    .height150 , .max-height60 {
        height: auto;
    }

    .contac-flex-block > div{
        width: 50%;
    }

	
}

@media (max-width: 400px) {
    .ui-text, .ui-subheading {
        font-size: 16px;
        line-height: 20px;
    }

}
.modal-text{
    font-size: 20px;
    color: #fff;
    display: block;
    text-align: center;
}
#modal-celebrate .modal-body, #modal-error .modal-body{
    text-align: center;
    color: #fff;
    padding: 30px;
    background-color: #4599d5;
    background: url(/img/modal-back.png) 50% no-repeat #4599d5;
}
.modal-btn{
    background-color: #e75440;
    background-image: -webkit-linear-gradient(top, #e75440, #b02411);
    background-image: -moz-linear-gradient(top, #e75440, #b02411);
    background-image: -ms-linear-gradient(top, #e75440, #b02411);
    background-image: linear-gradient(to bottom, #e75440, #b02411);
    border: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    padding: 14px 15px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}
#modal-celebrate .modal-body>* {
    display: block;
    margin-bottom: 20px;
}
#modal-celebrate .modal-title, #modal-error .modal-title{
    color: #fff;
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
	font-weight: bold;
    text-transform: uppercase;
}
#modal-celebrate .modal-phones{
    display: flex;
    justify-content: space-between;
}
.modal-phones span{
	background: #fff;
    color: #e2503c;
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}
.modal-phones span:first-child{
	padding: 20px 20px 20px 0;
}
.modal-phones span:first-child:before{
    border: 32px solid transparent;
    border-right: 20px solid #fff;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    top: 0;
    left: -52px;
}
.modal-phones span:last-child{
	padding: 20px 0px 20px 20px;
}
.modal-phones span:last-child:before{
    border: 32px solid transparent;
    border-left: 20px solid #fff;
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    content: '';
    top: 0;
    right: -52px;
}
#modal-error .modal-body>*{
    margin-bottom: 40px;
}
.modal-body .close{
	position: absolute;
    right: 15px;
    top: 10px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-weight: 400;
    font-size: 14px;
}
@media screen and (max-width: 767px){
	#modal-celebrate .modal-title, #modal-error .modal-title{
		font-size: 24px;
		margin-bottom: 20px;
	}
	#modal-celebrate .modal-body>* {
		margin-bottom: 10px;
	}
	.modal-text {
		font-size: 14px;
	}
	#modal-celebrate .modal-phones{
		flex-direction: column;
		align-items: center;
	}
	.modal-phones span{
		font-size: 24px;
	}
	.modal-phones span:first-child{
		padding: 10px;
		margin-bottom: 10px;
	}
	.modal-phones span:last-child{
		padding: 10px;
	}
	.modal-phones span:first-child:before, .modal-phones span:last-child:before{
		display: none;
	}
}