.inner-page b, .inner-page strong {
    font-weight: bold;
}

.inner-page h1 {
    margin: 0.5rem 0 1.5rem;
    font-weight: bold;
}

.inner-page h2, .inner-page .h2 {
    margin: 1.5rem 0 1.5rem;
    font-weight: bold;
}

.inner-page .h3, .inner-page h3 {
    font-size: 1.5rem;
    font-weight: bold;
}

.inner-page ul, .inner-page ol {
    margin: 0 30px;
}

.inner-page ul li {
    list-style: circle;
}

.inner-page ol li {
    list-style: decimal;
}

.inner-page .embed-responsive {
    margin-bottom: 10px;
}

.header__phone a, .menu__phone a {
    color: #0092d3;
}

.header__adress {
    font-size: 18px;
}

.header__adress span {
    font-size: 16px;
}

.inner-page .breadcrumb {
    background-color: #fff;
    padding-left: 0;
    margin: 0;
}

.inner-page ul.breadcrumb li::after {
    content: "→";
    padding-left: 10px;
}

ul.breadcrumb li:last-child::after {
    display: none;
}

ul.breadcrumb li {
    padding-right: 10px;
    color: #4f4f4f;
    font-size: 15px;
    list-style: none;
}

.slider {
    padding: 0 0 72px;
}

footer {
    padding: 60px 0;
}

footer a {
    color: #fcfcfc;
    text-decoration: underline;
    line-height: 1.6;
}

/*.footer__item p {margin:0;}*/
.footer__email {
    font-size: 17px;
}

.footer__city {
    margin: 10px 0;
}

.footer__phone {
    margin: 0 0 25px 0;
}

.footer__item:last-child {
    margin-top: 0;
    text-align: left;
}

/* .footer__cop {
    background: url("../images/moscow.png") left top no-repeat;
    height: 60px;
    padding-left: 60px;
} */

footer .visa_master {
    width: 100%;
    height: 33px;
    background: url("../images/pay-visa-master-mir.png") center top no-repeat;
    float: left;
}

footer .visa_master span {
    display: none;
}

footer .visa_master:hover {
    background-position: left -33px;
}

.white {
    color: #ffF;
}

.check li {
    position: relative;
    padding-left: 30px;
    margin: 5px 20px;
}

.check li::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 11px;
    background-image: url("../images/check.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wo {
    background-color: #f0f0f0;
    padding: 20px;
    border: 1px solid #dcdcdc;
}

table {
    width: 100%;
    background-color: #fff;
    table-layout: fixed;
    border: 2px solid #ffaf11;
}

tr:first-child th {
    border-top: 2px solid #ffaf11;
}

th:first-child, td:first-child {
    border-left: 2px solid #ffaf11;
}

th {
    font-weight: 900;
    background-color: #ffce6e;
}

th, td {
    height: 50px;
    padding: 5px 20px;
    text-align: left;
    font-weight: 300;
    border: 1px solid #e1e1e1;
    vertical-align: middle;
}

.grey {
    background-color: #d9e0e1;
}

mt-5 {
    margin-top: 5rem;
}

.services__wrapper {
    width: 50%;
}

.header__phone a {
    font-size: 17px;
}

.cloud a {
    color: #1a1a1a;
    padding: 10px 16px;
    margin: 0 10px 10px 0;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    background-color: #0092d3;
    background-image: linear-gradient(45deg, #cecece 50%, #b7b7b7);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    transition: all .5s ease-in-out !important;
}

.ogl p {
    margin: 0;
}

.price {
    font-size: 30px;
    font-weight: bold;
}

.price_cards, #accordion p {
    font-size: 20px;
    margin: 15px 0;
}

.price_cards b {
    display: none !important;
}

.price_cards.v b {
    display: block !important;
}

.price_cards.v stong {
  font-weight: bold;
}

.slider__link {
    text-decoration: underline !important;
    color: #1a1a1a !important;
}

.service-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-card {
    padding-bottom: 60px;
    position: relative;
}

.service-card_v {
    padding-bottom: 30px;
    position: relative;
}

.service-card .order-sushka-sl {
    position: absolute;
    bottom: 10px;
    width: 92%;
    transform: translateX(-50%);
    left: 50%;
}

.prof-drying {
    background-size: 55%;
}

#particle {
    bottom: 236px;
    right: 421px;
}

.accordion-header {
    font-size: 22px;
}

.accordion-item a {
    text-decoration: none;
    cursor: text;
    color: #000;
    font-weight: bold;
}

.section1 {
    padding: 0 0 100px 0;
}


@media (max-width: 768px) {
    .table-responsive table {
        min-width: 600px;
    }
    
    .services__wrapper {
        width:100%;
    }
}

.order__item:last-child {
  height: 450px !important;
}
.equipment__picture img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  height: 270px;
  object-fit: cover;
}

	
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate(0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide.hg {
    flex-shrink: 0;
    width: 100%;
    height: auto !important;
    position: relative;
    transition-property: transform;
    display: block;
	text-align: center;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-lock {
    display: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
:root {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
}
.swiper {
    width: 100%;
    height: 70%;
}
.swiper-slide-content {
  position: relative;
  top: 1%;
  width: 55%;
  left: 24%;
}
.swiper-slide-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  background-color: #000;
  border-radius: 20px;
  opacity: 0.6;
  color: #fff;
}
.demo-shader-picker {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 100;
    cursor: pointer;
}
.demo-shader-selector {
    display: flex;
    align-items: center;
    color: #0080ff;
    background: rgb(40, 40, 40);
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}
.demo-shader-selector span {
    color: #fff;
    margin-right: 4px;
}
.demo-shader-selector svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-left: 2px;
}
.demo-shader-selector:hover {
    background: rgb(45, 45, 45);
}
.demo-shader-current {
    font-family: Monaco, Menlo, monospace;
}
.demo-shader-options {
    position: absolute;
    text-align: right;
    right: 8px;
    top: 8px;
    background: rgb(50, 50, 50);
    border-radius: 4px;
    display: none;
    white-space: nowrap;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    font-family: Monaco, Menlo, monospace;
}
.demo-shader-options span {
    display: block;
    padding: 8px 16px;
}
.demo-shader-options span + span {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.demo-shader-options span:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #0080ff;
}
.swiper-gl {
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
}
.swiper-gl .swiper-slide,
.swiper-gl swiper-slide {
    position: relative;
}
.swiper-gl .swiper-gl-image {
    display: none;
}
.swiper-gl > canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.swiper-gl-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.swiper-button-prev {
  margin-top: 25px;
}
.swiper-button-next {
  margin-top: 25px;
}
.swiper-slide-title {
  padding: 15px;
}
.slider__picture {
  display: block;
  position: initial;
  height: 200px;
}

.intro__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 25%;
  object-fit: cover;
}

.header__btn {
  cursor: pointer;
  background-color: #0092d3;
  background-image: -o-linear-gradient(1deg,#9ec9d1 5%,#3a7bd5);
  background-image: linear-gradient(1deg,#9ec9d1 5%,#3a7bd5);
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 200% 200%;
  -webkit-transition: all .5s ease-in-out !important;
  -o-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
}

.container.var {
  width: 350px;
  float: right;
  padding: 0px;
  margin-right: 103px !important;
  margin-left: auto !important;
  margin-top: 80px !important;
  margin-bottom: 0px !important;
  position: relative;
}

.result__list {
  width: 400px;
  margin: 0 auto;
  padding-left: 60px;
}
.result__item {
  position: relative;
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 31px;
  margin-bottom: 16px;
}
.s-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 30px;
}
.s-title.col {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 30px;
}
.result__btn {
  cursor: pointer;
  line-height: 1;
  background: #00a3ff;
  border-radius: 32px;
  -webkit-transition: .14s;
  -o-transition: .14s;
  transition: .14s;
  font-size: 12px;
  padding: 15px 40px 14px;
  transition: .14s;
  color: #fff;
}
.result__align {
  padding-top: 30px;
  text-align: center;
  margin-left: 75px;
}
.answer {
  padding: 1px 0 600px;
  background-image: url(../images/1/6.jpg);
  background-repeat: no-repeat;
  background-position: 300px 370px;
  margin-bottom: -35px;
}
.action__count {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  margin: 0 auto;
    margin-bottom: 0px;
  border: 3px solid #fdaa50;
  border-radius: 50%;
  background-color: #fff;
  font-size: 40px;
  color: #53c0ff;
  margin-bottom: 20px;
}
.header__logo img {
  width: 200px;
  height: auto;
  border: 1px solid;
  border-radius: 5px;
  padding: 3px;
}
.header__adress {
  max-width: 220px;
  line-height: 150%;
  font-weight: 700;
  font-size: 15px;
  /* border: 2px solid;
  border-radius: 10px; */
  padding: 10px;
}
.header__phone {
  font-family: russoone,sans-serif;
  color: #0092d3;
  font-size: 20px;
  /* border: 2px solid;
  border-radius: 10px; */
  line-height: 130%;
  padding: 7px;
}
.n-utp__star {
  font-size: 30px;
}
.slider__link {
  text-decoration: none !important;
  color: #0092d3 !important;
  text-align: center;
}
.slider__picture img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}
.slider__picture.nr img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: unset;
}
.slider__sub-title {
  margin: 12px 0 6px;
  display: block;
  font-family: russoone,sans-serif;
  font-size: 16px;
  color: #0092d3;
  text-align: center;
}
.n-utp__item {
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 20px;
  padding-left: 50px;
}
.n-utp__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 120%;
  margin-bottom: 00px;
}
.n-utp__desc {
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 0px;
}
.youtube {
  background-image: url(../images/vasd.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -60px;
}
.youtube__wrapper {
  margin-top: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fcfcfc;
  margin-bottom: 20px;
}
.section {
  padding: 1px 0;
  border-bottom: 5px solid #fdb566;
}
.order {
  background-image: linear-gradient(to right, #177df9, #471e9b);
  padding-top: 15px;
  padding-bottom: 10px;
}
.youtube__align a {
  color: #fff;
}
.main-title {
  font-family: russoone,sans-serif;
  font-size: 24px;
  color: #fff;
}
.order__desc {
  color: #fff;
  font-size: 16px;
}
.order__per-date {
  opacity: .8;
  color: #fff;
}
.order__per-date a {
  text-decoration: underline;
  color: #fff;
}
.reviews__review {
  background-color: #fdaa5024;
  padding: 16px;
  border-radius: 8px;
  font-style: italic;
  height: 100%;
}
.intro {
  background-color: #fdaa50;
  padding: 12px 0 12px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.header__logo {
  /* background-color: #fdaa5024; */
  width: 200px;
}
.inner-page img {
  vertical-align: middle;
  border-style: none;
  border-radius: 10px;
}
.n-utp.v {
  padding-top: 240px;
  padding-bottom: 120px;
  background-image: url(../images/green.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.advantages {
  background-color: #fdfdfd;
}
.info-dr__inner--picture img {
  max-height: 490px;
  border-radius: 10px;
}
.type-roof__picture img {
  width: auto;
  border-radius: 10px;
}
.about-dr__picture {
  border-radius: 10px;
}

  @media (max-width: 768px){
.swiper-slide-content {
  margin-top: -40%;
  width: 80%;
  left: 10%;
  top: 10%;
}
.answer {
  padding: 80px 0 600px;
  background-image: url(../images/1/6.jpg);
  background-repeat: no-repeat;
  background-position: -75px 800px;
  margin-top: -60px;
}
.container.var {
  width: 350px;
  float: right;
  padding: 0px;
  margin-right: 0px !important;
  margin-left: auto !important;
  margin-top: 400px !important;
  margin-bottom: 0px !important;
  position: relative;
}
.result__list {
  width: 350px;
  margin: 0 auto;
  padding-left: 60px;
}
.result__align {
  padding-top: 30px;
  text-align: center;
  margin-left: 30px;
}
.result {
  margin-top: -50px;
}
.header__phone {
  display: block;
}
.action {
  padding: 60px 0;
    padding-top: 60px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.youtube {
  background-image: url(../images/vasd.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -230px;
}

.youtube__wrapper {
  margin-top: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fcfcfc;
  margin-bottom: 20px;
}

.footer__item .header__logo img {
  width: 200px;
  height: auto;
  border: 1px solid;
  border-radius: 5px;
  padding: 3px;
  left: 45%;
  position: relative;
  margin-top: -35px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}
.inner-page img {
  vertical-align: middle;
  border-style: none;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}
}