@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-LightBETA.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('/assets/fonts/inter/Inter-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

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.5;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

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 {
    font-size: 58px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 40px;
}
h2 {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1;
    margin-bottom: 20px;
}

p {
    width: 100%;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 20px;
  color: #373945; }

a {
  font-weight: 500;
  font-size: 16px;
  color: #373945; }
a:hover {
    text-decoration: none;
}

input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
 input::placeholder,
textarea::placeholder {
    color: #373945;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #373945;
    opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #373945;
    opacity: 1;
}
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-bold {
  font-weight: 700; }
.text-red {
  color: #ff0000; }
.text-green {
  color: #00CC9E; }
  
.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-weight: 500;
  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(assets/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(assets/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-weight: 500;
    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(assets/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(assets/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-weight: 700;
	font-size: 22px;
	margin-bottom: 24px; }

.section {
  padding: 40px 0; }

.section__desc {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.89;
  color: #666666; }

.header {
    position: relative;
  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;
}
.header__bg,
.sectionTitle__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.header__bg img,
.sectionTitle__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sectionTitle__content {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
    padding: 20px;
}

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

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

.header__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6; }
.sectionTitle {
    position: relative;
  padding: 50px;
  text-align: center;
}
.vibrs {
	padding-top: 20px;
	overflow: hidden;
}
.vibrs__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
.vibrsItem {
    position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33% - 10px);
            flex: 0 0 calc(33% - 10px);
  border: solid 1px #dadde2;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 40px;
  overflow: hidden; }

.vibrsItem a:hover {
    opacity: 0.5;
}
.vibrs__row .btn--modal {
    width: 100%;
}
.vibrsItem__img {
    display: block;
    overflow: hidden;
    -webkit-box-flex: 0;
  -webkit-flex: 0 0 17vw;
  -ms-flex: 0 0 17vw;
  flex: 0 0 17vw;
}
.vibrsItem__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vibrs ul {
    list-style: none;
}
.vibrs ul li p {
    margin-bottom: 0;
}
.vibrs ul li p:first-child {
    font-weight: 500;
    font-size: 13px;
    color: #666666;
}
.vibrs ul li p:last-child {
    font-weight: 700;
    font-size: 14px;
    color: #373945;
}
.price-text-small {
    font-size: 14px;
    line-height: 1;
    color: #0065f2;
}
.vibr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
     -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%;
    padding-bottom: 0;
}
.vibr:after {
    content: '';
    display: table;
    clear: both;
}
.vibr .vibrsItem__img {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 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(assets/images/quality.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 5px;
}
.vibr .vibrsItem__img img {
    position: relative;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    -o-transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}
.vibr .vibrsItem__content {
    position: relative;
    width: 50%;
}
.vibrsItem__content {
  padding: 24px; }
.vibrsItem a {
    text-decoration: none;
}
.vibrsItem__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #373945;
  margin-bottom: 20px; }
.vibrsItem .btn-group {
    margin-top: auto;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
}
.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__priceItem p {
    margin-bottom: 0;
}
.vibrsItem__priceService,
.vibrsItem__priceItem p:first-child {
  font-weight: 500;
  font-size: 13px;
  color: #666666; }

.vibrsItem__price,
.vibrsItem__priceItem p:last-child {
  font-weight: 700;
  font-size: 14px;
  color: #373945; }

.footer {
  background-image: url(assets/images/bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  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-weight: 700;
	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(assets/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-weight: 300;
  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(assets/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(assets/images/location-black.svg);
}
[data-map=msk] {
    display: none;
}
.sectionText {
	background-color: #f8f2ee;
	padding: 20px;
	border-radius: 4px;
	margin-bottom: 20px;
}
#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;
}
#modalFormThanks {
    position: fixed;
    display: none;
    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(assets/images/close.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}
.data-table {
    margin: 0 auto 20px;
    text-align: left;
}
.data-table th {
    padding: 5px 20px;
    text-align: center;
    font-weight: bold;
}
.data-table td {
    padding: 5px 20px;
}
.data-table span {
    font-size: 24px;
    color: red;
    font-weight: bold;
}
.data__content .btn {
    padding: 10px;
}
.outhers {
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.outhers__viewport {
    position: relative;
    overflow: hidden;
}
.outhers__list {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 0;
    left: 0;
}
.outhers__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: block;
    width: 210px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.outhers__item div {
    height: 100px;
    overflow: hidden;
}
.outhers__item:not(:last-child) {
    margin-right: 20px;
}
.outhers img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}
.outhers__title {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    padding: 10px;
    line-height: 1.5;
    border-bottom: solid 1px #dadde2;
    border-left: solid 1px #dadde2;
    border-right: solid 1px #dadde2;
    border-radius: 0 0 4px 4px;
}
.slider__pager {
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.slider__prev {
    left: 0;
}
.slider__next {
    right: 0;
}
/* Статьи */

.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(assets/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(assets/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(assets/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-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    color: #373945;
}
.sectionText table {
    margin: 0 auto;
}
.sectionText tr:nth-child(odd) {
    background-color: lightBlue;
}
.sectionText caption {
    font-weight: 700;
    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(assets/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;
    margin: 20px 0;
    border: solid 1px #dadde2;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}
.ad:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.ad__bg {
    width: 150px;
    height: 100%;
    margin-right: 20px;
    overflow: hidden;
}
.ad a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    text-decoration: none;
}
.ad p {
    margin-bottom: 0;
    font-size: 20px;
}
.ad img {
    display: block;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    will-change: transform;
}
.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;
}
.what__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
        margin-left: -10px;
        margin-right: -10px;
}
.what__col {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.what__icon img {
    width: 100px;
    height: 100px;
}
.what__card {
    text-align: center;
}

.slider__pager {
    cursor: pointer;
}

/* ===== Чекбоксы соглашений ===== */
.form-agreements {
    margin-bottom: 16px;
    text-align: left;
}

.custom-checkbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    cursor: pointer;
    font-size: 12px;
    color: #a7a7a7;
    margin-bottom: 8px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.4;
}

.custom-checkbox:last-of-type {
    margin-bottom: 0;
}

.custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox .checkmark {
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    margin-right: 8px;
    margin-top: 1px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.custom-checkbox .checkmark svg {
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #0156ce;
    border-color: #0156ce;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark svg {
    opacity: 1;
}

.custom-checkbox:hover input[type="checkbox"]:not(:checked) + .checkmark {
    border-color: #0156ce;
}

.custom-checkbox a {
    color: #0156ce;
    font-size: 12px;
    text-decoration: underline;
}

.custom-checkbox a:hover {
    text-decoration: none;
}

.checkbox-error-msg {
    display: none;
    color: #f28500;
    font-size: 12px;
    margin-top: 6px;
    text-align: left;
}

.checkbox-error-msg.active {
    display: block;
}

.form-agreements.has-error .custom-checkbox .checkmark {
    border-color: #f28500;
}

@media screen and (max-width: 768px) {
    .navbar {
        display: block;
        text-align: center;
    }
    .logo {
        margin-bottom: 20px;
        text-align: center;
    }
    .req {
        margin: 20px auto;
        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 {
    	-webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    }
    .vibrsItem__img {
        height: 30vw;
    }
    .vibr {
        display: block;
        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;
    }
    .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;
    }
    .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;
    }
    .what__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .what__col {
        width: 33.333%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .btn-download {
        padding: 15px 50px 15px 15px;
        font-size: 16px;
    }
    h1 {
        font-size: 24px;
    }
    .vibrs__row {
        display: block;
    }
    .vibrsItem {
        display: block;
        width: 100%;
    }
    .vibrsItem__img {
        height: 59vw;
    }
    .sectionTitle {
        padding: 40vw 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;
    }
    .what__col {
        width: 50%;
    }
    .ad {
        padding: 0 20px 20px;
    }
    .ad a {
        display: block;
    }
    .ad__bg {
        position: static;
        width: 100%;
    }
    .ad__bg img {
        display: block;
        width: 100%;
        height: auto;
    }
    .ad p {
        text-align: center;
        margin-top: 10px;
    }
}
