* {outline:none;}

body {
    overflow-x: hidden;
}

.topdslide {
    width: 100%;
    height: 100vh;
    min-height: 50vw;
    background: rgba(23, 85, 76, 0.62);
    text-decoration: none;
    position: relative;
}

.topdslide .container {
  position: relative;
  z-index: 201;
  padding-bottom: 3rem
}

.fon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -10;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/stock-photo-floor-care-and-cleaning-services-with-washing-machine-1068368078.jpg);
}

.logo {
    width: 136px;
    height: 44px;
}
a:hover img {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
img.fancybox-image {
  filter: none !important;
}
.phone {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 32px;
    color: #FFFFFF;
    text-align: right;
}

.phone a,
.small-phone a {
    color: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s
}

.phone a:hover,
.small-phone a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.phone span {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    /* identical to box height */
    color: #FFFFFF;
}

.phone .small-phone a {
    font-size: 32px;
    line-height: 32px;
    font-family: Montserrat;
}

.phone .small-phone {
    padding: 6px 0px;
    display: block;
    color: #fff;
    font-weight: normal;
    font-family: Roboto;
    font-size: 16px;
    line-height: 16px;
}

.video-line {
    margin-top: 10vh;

}

.title-site {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    text-align: right;
    color: #FFFFFF;
}

.video-block {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 15px;
    height: 0;
    overflow: hidden;
}

.video-block iframe, .video-block video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.video {
    position: relative;
    padding-right: 52px;
}

.video:before {
    content: "";
    position: absolute;
    width: 471px;
    height: 275px;
    left: -25px;
    bottom: -25px;
    background: #ffffff;
}

.video:after {
    content: "";
    position: absolute;
    width: 152px;
    height: 152px;
    right: -0px;
    z-index: 1;
    top: -70px;
    background: #81252D;
}

.btn {
    border-radius: 0;
}

.callback {
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.callback:hover {
    opacity: 0.7
}

.btn-order {
    background: #81252D;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFFFFF;
    padding: 10px 36px 11px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid #81252D;
    position: relative;
    z-index: 100;
    border-radius: 0;
}

.btn-order:hover,
.btn-order:focus {
    text-decoration: none;
    background: #fff;
    color: #81252D;
    cursor: pointer;
    border-radius: 0;
    outline: transparent;
}

.slide-nav {
    position: fixed;
    top: 50%;
    left: 40px;
    z-index: 202;
    margin-top: -180px;
}



.slide-nav a, .slide-nav span {
    /* list-style: none; */
    display: block;
    border: 1px solid #498179;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin: 28px 0;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
            box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}

.slide-nav a:hover, .slide-nav span:hover, .slide-nav span.active,
.slide-nav a.active, .slide-nav a.endPage {
    background: #81252D;
    border: 1px solid #81252D;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
}

.topdslide:after {
    content: "";
    display: block;
    position: absolute;
    width: 891px;
    height: 445px;
    left: 50%;
    bottom: -200px;
    background-image: url(../img/bgzigzag.png);
    z-index: 200
}

.title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    color: #000000;
    position: relative;
    top: 60px;
    left: 20px;
}

.title:after {
    content: "";
    display: block;
    position: absolute;
    width: 86px;
    height: 124px;
    left: -20px;
    top: -60px;
    z-index: -1;
    background: -o-linear-gradient(296.83deg, #80BDAE 10.58%, #498179 158.06%);
    background: linear-gradient(153.17deg, #80BDAE 10.58%, #498179 158.06%);

}

.who {
    text-align: center;
    font-family: Roboto;
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #000000;
}

.who .img {
    margin: auto;
    margin-bottom: 18px;
    width: 120px;
    height: 120px;
    position: relative;
}

.who img {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: auto;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.who span {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
}

.black-icon {
    position: relative;
}

.black-icon:before {
    content: "";
    display: block;
    background: url(../img/black-icon.svg);
    width: 46px;
    height: 68px;
    position: absolute;
    bottom: 0;
    right: 0;
}

p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}

.fon2 {
    width: 100%;
    background-image: url(../img/clean.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.services {
    position: relative;
}

.services:before {
    content: "";
    display: block;
    background-image: url(../img/sqare.png);
    background-size: cover;
    position: absolute;
    left: -850px;
    top: -450px;
    width: 1600px;
    height: 1600px;
    z-index: -20;
    /*transform: rotate(180deg);*/
}

.price .row:nth-child(2n+1) {
    background: rgba(196, 196, 196, 0.1);
}

.price {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: #000000;

}

.price .red {
    color: #81252D;
}

.client-section {}

.tumb-rev img {
    padding: 8px;
    border: 1px solid #000;
    position: relative;
    margin: .25rem;
}

.tumb-rev {
    position: relative;
}

.reviews-item {
    padding-top: 40px;
    padding-right: 20px;
}

.tumb-rev:before {
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 74px;
    right: 40px;
    top: -40px;
    background: -o-linear-gradient(303.33deg, #80BDAE 10.58%, #498179 158.06%);
    background: linear-gradient(146.67deg, #80BDAE 10.58%, #498179 158.06%);
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.rev-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 16px;
    color: #000000;
}

.fio {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 27px;
    /* or 169% */

    text-align: right;

    color: #000000;
}

.rev {
    margin-top: 40px
}

.reviews {
    position: relative;
}

.reviews:before {
    content: "";
    display: block;
    background-image: url(../img/sqare.png);
    background-size: cover;
    position: absolute;
    right: -850px;
    top: -450px;
    width: 1600px;
    height: 1600px;
    z-index: -20;
    /* transform: rotate(180deg); */
}

.cert a {
  margin: .25rem auto;
      display: block;
      width: 100%;
      max-width: 275px;
}

.cert img {
  width: 100%;
    /* margin: .25rem; */
}

.our {
    position: relative;
    background-image: url(../img/fon-3.jpg);
    background-repeat: no-repeat;
    background-position: 00% 50%;
    z-index: 0;
}

.sub-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 39px;

    color: #000000;
}

footer .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 49px;
    color: #fff;
    position: relative;
    top: 60px;
    left: 20px;
}

footer {
    background: #498179;
    position: relative;
    z-index: 0;
}

footer .title:after {
    content: "";
    display: block;
    position: absolute;
    width: 86px;
    height: 124px;
    left: -20px;
    top: -60px;
    z-index: -1;
    background: #81252D;
}

.adress {
    color: #fff;
}

.adress a {
    color: #fff;
}

.adress a:hover {
    text-decoration: underline;
}

.copy {
    font-family: Roboto;

    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.42);
}

.border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.31) !important;
}

.soc a {
    opacity: 0.3;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.soc a:hover {
    opacity: 1
}

.soc a img {
    width: 48px;
    height: 48px;
    margin-left: 50px;
    margin-top: 37px;
    margin-bottom: 37px;

}

.modal-content {
  background: #498179;
}

form .messages {
  text-align: center;
  vertical-align: center;
}

.modal-title {
    color: #fff;
}

.modal-header {
    border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-body {
    color: #FFF;
}

.form-control {
    border-radius: 0;
    background-color: #dff5f2;
    color: #498179;
    border: transparent;
}

.form-control:focus {
    outline: transparent;
    border-color: transparent;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(30, 101, 91);
            box-shadow: 0 0 0 0.2rem rgb(30, 101, 91);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #1d2124;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.1rem rgb(52, 58, 64);
            box-shadow: 0 0 0 0.1rem rgb(52, 58, 64);
}

.s {
  background: rgba(255, 255, 255, 0.8);
    padding: 18px;
}

/* Экстрамалые девайсы («телефоны», < 576px)*/
@media (max-width: 575.98px) {
    .slide-nav {
        display: none;
    }


    .logo {
        margin: auto;
    }

    .phone {
        margin-top: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .callback {
        display: none;
    }

    .fon {
        background-size: cover;
        background-position: top center;
    }

    .video-line {
        margin-top: 0px;
    }

    .title-site {
        text-align: center;
        font-size: 20px;
        line-height: 26px;
    }

    .phone,
    .phone .small-phone a {
        font-size: 21px;
        line-height: 21px;
    }

    .video:before,
    .video:after {
        display: none
    }

    .video {
        padding-right: 0px;
        margin-top: 15px;
    }
    .title{
        font-size: 23px;
            width: 90%;
    }
    .top-sale{
        padding-top: 20px!important;
    }
    .topdslide:after{
        display: none;
    }
    .fon2{
        background-image: none;

    }

    .services:before, .reviews:before{
        display:none;
    }
    .red{
        text-align: right;
    }
    .rev{
        margin-top: 00px;
    }
    .reviews-item {
      padding-right: 0;
    }

.rev-title {font-size: 24px;}

    .sub-title{
        padding-top: 20px;
        font-size: 20px;
        line-height: 28px;
    }
    .adress{
        text-align: center;
        margin-bottom: 16px;
    }
    .copy{
        padding: 16px!important;
    }
    .soc a img{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 18px;
    }
    .s{
   background: rgba(255, 255, 255, 0.8);
   padding: 18px;
}

}

/*  Очень Малые девайсы («ландшафтные», < 375px)*/
@media (min-width: 320px) and (max-width: 374.98px) {
  .rev-title {
    font-size: 20px;
  }
}
/*  Малые девайсы («ландшафтные», < 768px)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .slide-nav {
        display: none;
    }

    .logo {
        margin: auto;
    }

    .phone {
        margin-top: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .callback {
        display: none;
    }

    .fon {
        background-size: cover;
        background-position: top center;
    }

    .video-line {
        margin-top: 0px;
    }

    .title-site {
        text-align: center;
        font-size: 26px;
        line-height: 28px;
    }

    .phone,
    .phone .small-phone a {
        font-size: 28px;
        line-height: 32px;
    }

    .video:before,
    .video:after {
        display: none
    }

    .video {
        padding-right: 0px;
        margin-top: 15px;
    }
    .title{
        font-size: 23px;
            width: 90%;
    }
    .top-sale{
        padding-top: 20px!important;
    }
    .topdslide:after{
        display: none;
    }
    .fon2{
        background-image: none;

    }

    .services:before, .reviews:before{
        display:none;
    }
    .red{
        text-align: right;
    }
    .rev{
        margin-top: 00px;
    }
    .sub-title{
        padding-top: 20px;
        font-size: 20px;
        line-height: 28px;
    }
    .adress{
        text-align: center;
        margin-bottom: 16px;
    }
    .copy{
        padding: 16px!important;
    }
    .soc a img{
        margin-left: 50px;
    margin-top: 10px;
    margin-bottom: 18px;
    }

}

/*  Средние девайсы («таблетки», < 992px) */
@media (min-width: 768px) and (max-width: 991.98px){
 html{
    overflow-x: hidden;
 }
.fon {
        background-size: cover;
        background-position: top center;
    }

.slide-nav{
    display: none;
}
.video {
    position: relative;
    padding-right: 0px;
    margin-top: 20px;
}
.video:after{
    display: none;
}
.fon2{
    background-position: 200% 00%;
}
.s{
   background: rgba(255, 255, 255, 0.8);
   padding: 18px;
}
.adress{
    text-align: center;
}
.soc a img {
    width: 48px;
    height: 48px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.our {
    background-position: 00% 00%;
}
}





/* Большие девайсы (большие десктопы, < 1200px)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
   html{
    overflow-x: hidden;
 }
 .title-site{
font-size: 30px;
line-height: 38px;
 }
 .slide-nav{
    display: none;
}
.fon2{
    background-position: 120% 00%;
}
.our {

    background-position: -130% 30%;

}
.video:before {
     width: 360px;
    }
}

/* Большие девайсы (большие десктопы, >= 1200px)*/
@media (min-width: 1200px){

}

@media screen and (max-width: 991px) {
  .topdslide {
    height: auto;
  }
}

@media screen and (max-height: 781px) {
  .topdslide {
    height: auto;
  }
}

@media screen and (min-height: 496px) {
  .slide-nav>:last-child {
    display: none;
  }
}
