html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }
  
  body {
    width: 100%;
  line-height: 1.7;
    font-family: 'Roboto', sans-serif;
  overflow-x: hidden;
}

ol, ul {
    list-style-position: inside;
  margin-bottom: 20px; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

h1 {
	display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 58px;
  line-height: 1.1;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 4px;
  padding: 10px;
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 1.1;}

p {
    width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  color: #373945; }

a {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #373945; }
a:hover {
    text-decoration: none;
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
blockquote {
    border-left: 2px solid #dadde2;
    font-style: italic;
    padding-left: 20px;
    clear: both;
}
strong {
    font-weight: bold;
}

.text-light {
  color: #ffffff; }

.text-pale {
  color: #a7a7a7; }

.text-dark {
  color: #373945; }

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

.text-big {
  font-size: 18px; }
  
.text-hide {
    display: none;
}

.text-center {
    text-align: center;
}
  
.callUs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.btn {
	position: relative;
	display: inline-block;
  background-image: -webkit-gradient(linear, right top, left top, from(#0065f2), to(#0156ce));
  background-image: -o-linear-gradient(right, #0065f2, #0156ce);
  background-image: linear-gradient(to left, #0065f2, #0156ce);
  border: 0;
  border-radius: 4px;
  padding: 10px 10px 10px 60px;
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  line-height: 1.1;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  text-align: right; }

.btn:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#0156ce), to(#0065f2));
  background-image: -o-linear-gradient(left, #0156ce, #0065f2);
  background-image: linear-gradient(to right, #0156ce, #0065f2); }
.btn--tel {
	margin-right: 10px;
}
.btn--tel:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background-image: url(../images/tel.svg);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.btn--mail:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 5px;
	width: 36px;
	height: 36px;
	margin-top: -18px;
	background-image: url(../images/mail.svg);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.btn--modal {
    font-size: 18px;
    padding: 10px;
    text-align: center;
    width: auto;
    margin-top: 20px;
}
.btn--tel-order {
    width: 180px;
    font-size: 18px;
    padding: 10px;
    text-align: center;
}

.btn-submit {
	font-size: 18px;
	padding: 10px;
	text-align: center;
  width: 100%; }
.btn-download {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1ca4ff), to(#1784ce));
    background: -o-linear-gradient(top, #1ca4ff, #1784ce);
    background: linear-gradient(to bottom, #1ca4ff, #1784ce);
    padding: 20px 55px 20px 20px;
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
}
.btn-download:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 38px;
    margin-top: -19px;
    background-image: url(../images/pdf-icon.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

#scroll-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  cursor: pointer;
  display: none;
  z-index: 400;
  width: 50px;
  height: 50px;
  background-image: url(../images/top.svg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

#formResult {
  position: fixed;
  display: none;
  width: 300px;
  height: 180px;
  opacity: 1;
  top: 50%;
  left: 50%;
  margin-top: -90px;
  margin-left: -150px;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center;
  z-index: 900; }
  #formResult div {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	margin-bottom: 24px; }

.section {
  padding: 40px 0; }

.section__desc {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.89;
  color: #666666; }

.header {
  background-color: #45524d;
  padding: 10px 0;
  margin-bottom: 20px;}
.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}

.logo {
	text-align: center;
}
.logo__img {
	display: inline-block;
	max-width: 300px;
}
.req {
    max-width: 500px;
    padding: 0 30px;
}

.call__icon {
  position: absolute;
  top: 0;
  right: 0; }

.header__text {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.6; }
.sectionTitle {
	background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px;
  text-align: center;
}
.vibrs {
	padding-top: 20px;
	overflow: hidden;
}
.vibrs__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.vibrsItem {
    position: relative;
  width: 32%;
  border: solid 1px #dadde2;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 40px;
  padding-bottom: 55px;
  overflow: hidden; }
  .vibrsItem__img img {
  	display: block;
	width: 100%;
	height: auto;
  }
.vibrsItem a:hover {
    opacity: 0.5;
}
.vibrs__row .btn--modal {
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.price-text-small {
    font-size: 14px;
    line-height: 1;
    color: #0065f2;
}
.vibr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-bottom: 0;
}
.vibr:after {
    content: '';
    display: table;
    clear: both;
}
.vibr .vibrsItem__img {
    position: relative;
    width: 50%;
    overflow: hidden;
}
.advText {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    top: 0;
    left: 0;
    background-color: #ffe015;
    font-weight: bold;
    padding: 5px;
    border-radius: 0 0 4px 0;
    color: #000;
}
.advText:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(../images/quality.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 5px;
}
.vibr .vibrsItem__img img {
    width: 600px;
}
.vibr .vibrsItem__content {
    position: relative;
    width: 50%;
}
.vibrsItem__content {
  padding: 24px; }

.vibrsItem__title {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #373945;
  margin-bottom: 20px; }

.vibrsItem__priceOptions {
  display: table;
  width: 100%;
  margin-left: -10px;
  margin-right: -10px; }

.vibrsItem__priceItem {
  display: table-cell;
  width: 60%;	
  padding: 0 10px; }

.vibrsItem__priceItem:not(:last-child) {
  position: relative;
  width: 40%;}

.vibrsItem__priceItem:not(:last-child):after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: #f5f5f5; }

.vibrsItem__priceService {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  color: #666666; }

.vibrsItem__price {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #373945; }

.footer {
  background-color: #45524d;
  padding: 10px 0; }
.footer .btn--tel-order {
        margin-top: 20px;
    }
.footer__item {
    display: inline-block;
    margin-right: 10px;
}

.form {
  position: relative;
  padding: 25px;
  background-color: #ffffff;
  border-radius: 10px;
  text-align: center; }
  .form__title {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	margin-bottom: 15px; }
.form p {
	margin-bottom: 0px; }
.form .form__subTitle {
    margin-bottom: 15px;
}
  
  .form__sopd:before {
	content: '';
	position: relative;
	display: inline-block;
	top: 3px;
	width: 16px;
	height: 16px;
	background-image: url(../images/check.svg);
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 4px; }
.form-horizontal {
    border: solid 1px #dadde2;
    border-radius: 4px;
    margin: 30px 0;
}
.form-horizontal .form__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.form-horizontal .input-group {
    width: 33%;
    padding: 0 10px;
}

.input-group {
  margin-bottom: 16px; }

.form__input {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #cccccc;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #959595;
  padding: 0 16px; }

.input-error {
  border: 1px solid #f28500;
  color: #f28500;
}
.input-correct {
  border: 1px solid #0156ce;
  color: #0156ce;
}
.sectionContacts {
	padding-bottom: 20px;
}
.mapWrapper {
    position: relative;
    height: 400px;
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(121, 164, 188, 0.28);
    overflow: hidden;
}
.map {
    padding-left: 40%;
}
.contacts {
    position: absolute;
    top: 0;
    left: 0;
	width: 40%;
	height: 100%;
  background-color: #fff;
  border-radius: 10px;
 }
  .contacts__content {
	padding: 10px 16px 16px; }
  .contacts p {
	margin-bottom: 0;
	line-height: 1.8; }
  .contacts__row:not(:last-child) {
	margin-bottom: 16px; }
/* #mapSpb {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: hue-rotate(180deg);
} */
.address {
    display: table;
    width: 100%;
}
.address__col {
    display: table-cell;
    vertical-align: middle;
}
.address__col:nth-child(2) {
    text-align: right;
    padding-left: 15px;
}
.openMap {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #0156ce;
    background-image: url(../images/location.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 60%;
    background-size: 60%;
    background-position: center;
    cursor: pointer;
}
.openMap--active {
    box-shadow: 0 3px 3px #575555 inset;
    background-color: #fff;
    background-image: url(../images/location-black.svg);
}
[data-map=msk] {
    display: none;
}
.sectionText {
	background-color: #f8f2ee;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 20px;
}
.sectionText p {
    margin-bottom: 0;
}
#shadow {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 500;
}
#modalForm {
    position: fixed;
    display: none;
    max-width: 350px;
    opacity: 0;
    top: 30%;
    left: 50%;
    margin-top: -185px;
    margin-left: -179px;
    z-index: 900;
}
.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}
.outhers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.outhers__item {
    display: block;
    width: 12%;
    margin-bottom: 10px;
}
.outhers img {
    width: 100%;
}
.outhers__title {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
/* Статьи */

.blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: top;
    -ms-flex-align: top;
        align-items: top;
        -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
}
.blog__col {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.blog__item img {
    width: 100%;
    height: auto;
}
.blog__subtitle {
    text-align: center;
    padding: 5px 0;
}
.article__title {
    padding: 10px 0;
}
.articleMeta {
    margin-bottom: 20px;
}
.articleMeta__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
        font-weight: bold;
        margin-right: 10px;
}
.articleMeta__item--date:before {
    content: '';
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../images/calendar.svg);
    margin-right: 5px;
}
.articleMeta__item--views:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(../images/eye.svg);
    margin-right: 5px;
}
.article__img {
    float: left;
    max-width: 50%;
    margin: 0 20px 20px 0;
}
.articleBody:after {
    content: '';
    display: table;
    clear: both;
}
.article__hyperlink a {
    color: #0156ce;
}
.article__hyperlink a:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/hyperlink.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    position: relative;
    top: 5px;
    margin-left: 10px;
}
.pagination {
    list-style: none;
    text-align: center;
    margin-top: 30px;
}    
.pagination__item {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #eeeeee;
    border: 1px solid #fff;
}
.pagination__item--active {
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background-color: #0065f2;;
}
.pagination__link {
    text-decoration: none;
}
.article li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    color: #373945;
}
.sectionText table {
    margin: 0 auto;
}
.sectionText tr:nth-child(odd) {
    background-color: lightBlue;
}
.sectionText caption {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 10px;
}
.sectionText td {
    padding: 10px;
}
.form .writeTo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.writeTo img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.form .writeTo-whatsapp {
    display: none;
}
.call {
    display: inline-block;
}
.call {
    padding-left: 30px;
    padding-right: 30px;
}
#modalAnswer {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    z-index: 900;
}
.formFile {
    background: -webkit-gradient(linear,left top,left bottom,from(#1ca4ff),to(#1784ce));
    background: -o-linear-gradient(top,#1ca4ff,#1784ce);
    background: linear-gradient(to bottom,#1ca4ff,#1784ce);
    padding: 25px;
    text-align: center;
    color: #fff;
    max-width: 500px;
    margin: 0 auto 40px;
    border-radius: 20px;
}
.formFile .btn-submit {
    background: #f8f2ee;
    color: #000;
}
.btn-icon {
    position: relative;
    display: inline-block;
}
.btn-icon:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    right: -40px;
    width: 30px;
    height: 38px;
    margin-top: -18px;
    background-image: url(../images/pdf-icon.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.formFile p {
    margin-bottom: 0;
    text-align: left;
}
.ad {
    position: relative;
    padding: 20px;
    margin: 20px 0;
    padding-left: 200px;
    border: solid 1px #dadde2;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}
.ad:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 100%;
    background: url(../images/shpunt-banner.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}
.ad p {
    margin-bottom: 0;
    font-size: 20px;
}
.coop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 100px;
  justify-content: space-between;
}
.coop .number {
  font-size: 160px;
  color: rgb(219, 229, 243);
}
.coop h6 {
  font-size: 36px;
  margin-left: 90px;
  margin-top: -40px;
}
.coop p {
  max-width: 420px;
  font-size: 18px;
  margin-left: 90px;
}
.coop__col {
    width: 50%;
}
.coop.left {
  -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.pokupka-img {
    width: 100%;
    max-width: 600px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .navbar {
        display: block;
        text-align: center;
    }
    .logo {
        margin-bottom: 20px;
        text-align: center;
    }
    .req {
        margin-bottom: 20px;
        text-align: center;
    }
    .call {
        text-align: center;
    }
  .section {
	padding: 20px 0; }
    .sectionTitle {
    	padding: 50px 20px;
    }
      h1 {
    	font-size: 32px; }
    .vibrsItem__title {
        font-size: 18px;
    }
    .vibrsItem {
    	width: 48%;
    }
    .vibr {
        display: block;
        width: 100%;
    }
    .vibr .vibrsItem__img {
        width: 100%;
    }
    .vibr .vibrsItem__img img {
        width: 100%;
    }
    .vibr .vibrsItem__content {
        width: 100%;
    }
    .vibrsItem--last {
    	width: 100%;
    }
    .vibrsItem--form {
    	width: 100%;
    }
    .vibrsItem__title {
    	margin-bottom: 10px;
    }
    .vibrsItem__priceItem {
        display: block;
        width: 100%;
    margin-bottom: 5px;}
    .vibrsItem__content {
        padding: 10px;
    }
      .from__title {
    	font-size: 18px; }
    .vibrsItem__priceItem:not(:last-child)::after {
        display: none;
    }
    .outhers__item {
        width: 48%;
        margin-bottom: 20px;
    }
    .form-horizontal .form__inputs {
        display: block;
    }
    .form-horizontal .input-group {
        width: 100%;
        padding: 0;
    }
    .mapWrapper {
        height: auto;
    }
    .contacts {
        position: static;
        width: 100%;
        height: auto;
    }
    .map {
        padding-left: 0;
    }
    .btn--modal {
        left: 10px;
    }
    .blog__col {
        width: 50%;
    }
    .btn--tel-order {
        margin-top: 20px;
    }
    .coop {
        display: block;
    }
    .coop__col {
        width: 100%;
    }
    .coop__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    }
    .coop h6 {
      margin-left: 20px;
    }
    .coop p {
      margin-left: 20px;
    }
}
@media screen and (max-width: 480px) {
    .btn-download {
        padding: 15px 50px 15px 15px;
        font-size: 16px;
    }
    h1 {
        font-size: 24px;
    }
    .vibrsItem {
        width: 100%;
    }
    .sectionTitle {
        padding: 20px;
    }
    .moveTop,
    .moveRight,
    .moveBottom
    .moveLeft,
    .js-top,
    .js-right,
    .js-bottom,
    .js-left {
        opacity: 1;
        -webkit-animation: none;
            animation: none;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}