@import url(reset.less);
//@pink: #f25a61;
@pink: #ff78a5;
//@pink: #ffadc9;

.t188__sociallinkimg {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

@keyframes pinkPulse {
  from { background-color: #ff78a5; box-shadow: 0 0 9px #ff78a5; transform: scale(0.99);}
  50% { background-color: #fb4884; box-shadow: 0 0 18px #fb4884; transform: scale(1);}
  to { background-color: #ff78a5; box-shadow: 0 0 9px #ff78a5; transform: scale(0.99);}
}

.none {display:none !important;}

.fb-like-container {
  background-color: #ff78a5;
  text-align:center;
  padding:50px 5px 50px 5px;
  height:64px;
  width:100%;
}

.social-buttons-container {
  background-color: #ff78a5;
  text-align:center;
  padding:50px 5px 50px 5px;
  width:100%;
}

h2 a {
  text-decoration:underline;
  color:white;
}

.tel {
  white-space: nowrap;
}

.dopelements img {
  opacity:0.66;
  &:hover{
    opacity:1;
  }
}

#call form .button {
  animation-name: pinkPulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;          
  border-style:none;
  color:white;
}


h1, h2, h3{
  margin: 0;
}

h1{
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 500;
  font-size: 52px;
  color: white;
}

ul{
  margin: 0;
  padding: 0;
}

body{
  background-color: white;
  height: 100%;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: black;
  max-width: 100%;
  overflow-x: hidden;
}

.container{
  max-width: 1170px;
  margin: auto;
  box-sizing: border-box;
}

.mobileContainer{
  padding: 0 20px;
  box-sizing: border-box;
}

.button{
  display: inline-block;
  font-family: 'Roboto Condensed', Verdana, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  background: none;
  color: black;
  transition: .3s;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  &:hover{
    background-color: @pink;
    color: black;
  }
  &:active{
    background-color: @pink;
    color: white;
  }
}

input[type="text"]{
  padding: 13px 0;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 7px;
  font-family: 'Roboto', Verdana, sans-serif;
  font-weight: 400;
  font-size: 14px;
  width: 220px;
  box-sizing: border-box;
}

.desktopHeader,.desktopFooter{
  overflow: hidden;
  background: #ffaec9;
  .logo{
    height:72px;
    float: left;
    margin: 0 30px 0 0;
  }
  .siteName{
    float: left;
    font-family: "Roboto Condensed", Verdana, sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
    color:white;
  span {color: black;}
  }
  .button{
    background:white;
    float: right;
    margin-left: 30px;
    margin-top: 13px;
  }
  .contactblock{
    float: right;
    margin-top: 12px;
    white-space:nowrap;
    .messengers{
     height:41px;
     float: left;
     opacity: 0.8;
     margin: 6px 8px 0 0;
    }
    .tel{
      font-family: "Roboto Condensed", Verdana, sans-serif;
      font-size: 23px;
      font-weight: 300;
      margin-bottom: 5px;
      overflow: hidden;
      display: block;
    }
    .worktime{
      color:white;
      font-size: 14px;
      text-align: right;
      span{
        font-weight: 700;
      }
    }
  }
}
.utp{
  position: relative;
  overflow: hidden;
  height: 570px;
  .container{
    zbackground: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,120,165,0.5) 50%,rgba(255,120,165,0) 100%);
    height: 570px;
    position: relative;
    z-index: 1;
  }
  h1{
    padding-top: 60px;
    text-align: center;
    margin-bottom: 25px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
  }
  h2{
    text-align: center;
    margin-bottom: 50px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
    font-size: 28px;
    color: white;
    text-align: center;
    font-weight:300;
  }
  #typed-strings{
    display:none;
  }
  #typed img
  {
    height:32px;
    vertical-align: bottom;
    zopacity:0.5;
    margin-right:10px;
  }
  .social{
    float:left;
    opacity: 0.66;
    margin-top: 50px;
  }
  .social a{
    margin-left: 10px;
  }  
  .form{
    max-width: 580px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 16px;
    box-sizing: border-box;
    .block{
      height: 30px;
      width: 160px;
      box-sizing: border-box;
      border: 1px solid #d8d8d8;
      border-radius: 10px;
      float: left;
      margin-right: 10px;
      margin-top: 20px;
      background: white;
      .utpBut{
        margin-top: 6px;
        cursor: pointer;
      }
      .minus{
        opacity:0.5;
        float: left;
        margin-left: 5px;
      }
      .plus{
        opacity:0.5;
        float: right;
        margin-right: 5px;
      }
      input[type="text"]{
        width: 30px;
        float: left;
        padding: 4px 0;
        font-size: 18px;
        background: none;
      }
      .text{
        float: left;
        font-size: 18px;
        padding: 4px 0;
      }
    }
    .price{
      float: right;
      .oldPrice{
        font-family: 'Roboto Condensed', Verdana, sans-serif;
        font-size: 31px;
        font-weight: 400;
        color: @pink;
        text-decoration: line-through;
        float: left;
        margin-right: 10px;
      }
      .newPrice{
        color:#626262;
        font-family: 'Roboto', Verdana, sans-serif;
        font-weight: 500;
        width: 197px;
        font-size: 24px;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
        span{
          font-size: 64px;
        }
      }
    }
    .zakaz{
      animation-name: pinkPulse;
      animation-duration: 2s;
      animation-iteration-count: infinite;          
      clear: both;
      display: block;
      margin-top: 5px;
      width: 100%;
      border: none;
      background-color: @pink;
      border-radius: 10px;
      font-family: "Roboto Condensed", Verdana, sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center;
      outline: none;
      font-size: 28px;
      color: white;
      padding: 10px 0;
      box-sizing: border-box;
      cursor: pointer;
      transition: .3s;
      &:hover{
        background-color: #fb4884;
      }
      &:active{
        color: black;
      }
    }
    .note{
      font-size: 14px;
      text-align: center;
      margin-top: 14px;
      color: grey;
    }
  }
  .videoBlock {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 570px;
    .video{
      position: absolute;
      z-index: -1;
      top: 50%;
      left: 50%;
      visibility: hidden;
      width: 1px;
      margin: auto;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .lazy-hidden{
      z-index: 1;
      visibility: visible;
      width: 100%;
    }
  }
}
.pluses{
  .greyLine{
    background-image: url("../img/plusesPattern.jpg");
    background-size: auto;
    background-repeat: repeat;
    ul{
      list-style: none;
      font-size: 0;
      padding: 25px 0;
      li{
        width: 33%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        text-align: center;
        padding: 18px;
        box-sizing: border-box;
        &:after{
          content: url("../img/plusesSeparator.png");
          position: absolute;
          top: 0;
          right: 0;
        }
        &:last-child{
          &:after{
            display: none;
          }
        }
        h3{
          font-size: 26px;
          font-family: 'Roboto Condensed', Verdana, sans-serif;
          font-weight: 400;
          line-height: 24px;
          margin-bottom: 5px;
        }
        p{
          font-size: 18px;
          font-family: 'Roboto', Verdana, sans-serif;
        }
      }
    }
  }
  .whiteLine{
    padding-bottom: 70px;
    ul{
      list-style: none;
      font-size: 0;
      padding: 0 0 25px 0;
      li{
        width: 33%;
        display: inline-block;
        vertical-align: top;
        position: relative;
        text-align: center;
        padding: 0 18px;
        box-sizing: border-box;
        font-size: 26px;
        top: -10px;
      }
    }
  }
}
.lovething{
  background-image: url("../img/lovethingBG.jpg");
  background-size: cover;
  padding: 3px 0;
  .container{
    position: relative;
  }
  .family{
    position: absolute;
    right: 0;
    top: -65px;
  }
  .block{
    padding: 40px 30px;
    background-color: white;
    max-width: 480px;
    font-family: 'Roboto', Verdana, sans-serif;
    a{
      outline: none;
      display: block;
    }
    .title{
      font-weight: 700;
      font-size: 24px;
      color: @pink;
      text-align: center;
    }
    img{
      display: block;
      margin: auto;
      margin-top: 30px;
      margin-bottom: 10px;
    }
    .name{
      font-family: 'Roboto Condensed', Verdana, sans-serif;
      font-size: 24px;
      color: #585757;
      font-weight: 700;
      text-align: center;
      span{
        font-size: 36px;
        display: block;
      }
    }
    .about{
      font-weight: 300;
      font-size: 18px;
      text-align: center;
      max-width: 350px;
      margin: auto;
      margin-top: 10px;
    }
  }
}
.importantthing{
  margin-top: 145px;
  background-image: url("../img/importantthingBG.jpg");
  background-size: cover;
  overflow: hidden;
  .container{
    padding: 45px 0 170px 0;
    position: relative;
  }
  .cemoji{
    position: absolute;
    bottom: 0;
    right: -105px;
  }
  h2{
    font-family: "Roboto Condensed", Verdana, sans-serif;
    font-weight: 300;
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px;
    span{
      font-weight: 700;
      color: @pink;
      display: block;
    }
  }
  ul{
    max-width: 680px;
    list-style: none;
    li{
      overflow: hidden;
      margin-bottom: 45px;
      img{
        float: left;
      }
      p{
        padding-top: 10px;
        margin-left: 70px;
        font-weight: 300;
        font-size: 18px;
      }
      &:nth-child(2){
        p{
          padding-top: 0;
        }
      }
    }
  }
}
.calculator{
  background-color: #272b34;
  padding: 40px 0;
  h2{
    margin-bottom: 20px;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    span{
      color: @pink;
    }
  }
  .block{
    background-color: white;
    max-width: 1230px;
    margin: auto;
    position: relative;
    .pricePart{
      display: none;
      position: absolute;
      width: 430px;
      height: 570px;
      top: 0;
      right: 0;
      background-color: #fafafa;
      .content{
        height: 570px;
        box-sizing: border-box;
        position: relative;
        padding-bottom: 60px;
      }
      .title{
        padding: 10px 20px;
        background-color: #7e7e7e;
        position: relative;
        .name{
          float: left;
          font-size: 20px;
          color: white;
          font-weight: 400;
        }
        .num{
          text-align: right;
          font-weight: 300;
          font-size: 14px;
          color: white;
          padding-top: 5px;
          &.small{
            padding-right: 22px;
          }
        }
        &:after{
          content: url("../img/calculator/step1/arrowSelect.png");
          display: block;
          position: absolute;
          bottom: -13px;
          right: 40px;
        }
      }
      ul{
        list-style: none;
        overflow: hidden;
        padding-top: 10px;
        li{
          position: relative;
          overflow: hidden;
          margin-bottom: 7px;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          background-image: url("../img/calculator/dots.png");
          background-size: auto;
          background-repeat: no-repeat;
          background-position: 70% center;
          .delete{
            position: absolute;
            display: block;
            left: 0;
            cursor: pointer;
            display: none;
          }
          .name{
            float: left;
            margin-left: 25px;
            color: #7e7e7e;
            font-size: 16px;
            background-color: #fafafa;
            padding-right: 5px;
          }
          .num{
            float: right;
            padding-right: 40px;
            font-size: 20px;
            font-weight: 300;
            background-color: #fafafa;
            input[type="text"]:disabled{
              font-weight: 300;
              font-size: 18px;
              padding: 0;
              background: none;
              color: black !important;
              text-align: right;
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
            }
            &.free{
              font-size: 16px;
              font-weight: 300;
              padding-right: 10px;
              padding-left: 5px;
            }
          }
          &:hover{
            .delete{
              display: block;
            }
          }
        }
      }
      .time{
        overflow: hidden;
        padding-bottom: 10px;
        background-image: url("../img/calculator/dots.png");
        background-size: auto;
        background-repeat: no-repeat;
        background-position: 70% center;
        .name{
          float: left;
          margin-left: 25px;
          color: #7e7e7e;
          font-size: 16px;
          background-color: #fafafa;
          padding-right: 5px;
        }
        .num{
          float: right;
          padding-right: 40px;
          font-size: 20px;
          font-weight: 300;
          background-color: #fafafa;
          input[type="text"]{
            width: 50px;
            font-weight: 300;
            font-size: 18px;
            padding: 0;
            background: none;
            color: black !important;
            text-align: right;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
          }
        }
      }
      .discount{
        .name{
          float: left;
          margin-left: 25px;
          color: @pink;
          font-size: 20px;
          font-weight: 400;
        }
        .num{
          float: right;
          input{
            color: @pink;
            font-size: 22px;
            font-weight: 400;
            background: none;
            padding: 0;
            margin-right: 20px;
            width: 50px;
          }
        }
      }
      .itogPrice{
        padding-top: 6px;
        height: 60px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: @pink;
        box-sizing: border-box;
        .name{
          float: left;
          margin-left: 25px;
          color: white;
          font-weight: 400;
          font-size: 20px;
          margin-top: 15px;
        }
        .num{
          float: right;
          margin-right: 20px;
          font-size: 16px;
          color: white;
          input{
            color: white;
            font-size: 40px;
            font-weight: 400;
            background: none;
            padding: 0;
            margin-right: 5px;
            width: 100px;
            text-align: right;
          }
        }
      }
    }
    .screen{
      position: relative;
      height: 570px;
      overflow: hidden;
      box-sizing: border-box;
      display: none;
      .step{
        background-image: url("../img/calculator/stepBG.png");
        width: 121px;
        height: 41px;
        font-weight: 300;
        font-size: 16px;
        padding-left: 40px;
        box-sizing: border-box;
        position: absolute;
        top: 12px;
        left: 0;
        span{
          font-weight: 700;
          font-size: 36px;
        }
      }
      h3{
        margin: 0 0 20px 140px;
        padding-top: 25px;
        font-weight: 700;
        font-size: 22px;
      }
      nav{
        .button{
          width: 140px;
          text-align: center;
          font-size: 18px;
          font-weight: 400;
          animation-name: pinkPulse;
          animation-duration: 2s;
          animation-iteration-count: infinite;
        }
    .prev{
      border:1px solid #7f7f7f;
      animation-name: none;
      animation-duration: 0s;
      animation-iteration-count: 1;
      background: none;
      &:hover, &:active{
        background: @pink;
      }
    }

        .next{
          background-color: @pink;
          color: white;
          &:hover{
            background-color: darken(@pink, 10%);
          }
        }
      }
    }
    .screen1{
      display: block;
      padding-bottom: 60px;
      .content{
        .selectArea{
          padding: 0 30px;
          box-sizing: border-box;
          text-align: center;
          .block{
            width: 31%;
            display: inline-block;
            vertical-align: top;
            position: relative;
            cursor: pointer;
            .photo{
              width: 100%;
              display: block;
            }
            .title{
              background-color: #7e7e7e;
              text-align: center;
              padding: 10px 0;
              font-weight: 400;
              font-size: 20px;
              color: white;
            }
            .inputBlock{
              height: 40px;
              width: 100%;
              box-sizing: border-box;
              border: 1px solid #a0a0a0;
              border-radius: 3px;
              margin-top: 6px;
              margin-bottom: 6px;
              .calcBut{
                margin-top: 11px;
                cursor: pointer;
              }
              .minus{
                float: left;
                margin-left: 5px;
              }
              .plus{
                float: right;
                margin-right: 5px;
              }
              input[type="text"]{
                margin-left: 29%;
                width: 30px;
                float: left;
                padding: 9px 0;
                font-size: 18px;
                background: transparent;
                &:disabled{
                  margin-left: 40%;
                  background-color: white;
                }
              }
              .text{
                float: left;
                font-size: 18px;
                padding: 9px 0;
              }
              .textDisabled{
                text-align: center;
                font-size: 18px;
                padding: 9px 0;
              }
            }
            &:nth-child(2){
              margin: 0 2%;
            }
            &.active{
              .title{
                background-color: @pink;
              }
              &:after{
                content: "";
                display: block;
                position: absolute;
                bottom: -10px;
                left: 0;
                width: 100%;
                height: 10px;
                background-image: url("../img/calculator/step1/arrowSelect.png");
                background-position: center;
                background-repeat: no-repeat;
              }
            }
          }
        }
        .descriptionArea{
          padding: 0 30px;
          box-sizing: border-box;
          text-align: center;
          .block{
            display: none;
            &.active{
              display: block;
            }
            &.komnata{
              .title{
                text-align: left;
                margin-left: 120px;
              }
            }
            &.sanuzel{
              .title{
                text-align: center;
              }
            }
            &.kuhnya{
              .title{
                text-align: right;
                margin-right: 75px;
              }
              .important{
                img{
                  float: left;
                  margin-left: 13px;
                  margin-right: 25px;
                }
                p{
                  margin-left: 25px;
                  color: @pink;
                  font-size: 14px;
                  text-align: left;
                }
              }
            }
            .title{
              margin: 30px 0 15px 0;
              font-size: 20px;
              font-weight: 500;
            }
            ul{
              width: 31%;
              display: inline-block;
              vertical-align: top;
              position: relative;
              cursor: pointer;
              list-style: none;
              &:nth-child(3){
                margin: 0 2%;
              }
              li{
                text-align: left;
                margin-bottom: 10px;
                img{
                  float: left;
                }
                p{
                  font-size: 16px;
                  font-weight: 300;
                  margin-left: 30px;
                }
              }
            }
          }
        }
      }
      nav{
        padding-top: 9px;
        height: 60px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        background-color: #e5e5e5;
        box-sizing: border-box;
      }
    }
    .screen2{
      .choosePart{
        margin-right: 430px;
        height: 570px;
        position: relative;
        nav{
          padding-top: 9px;
          height: 60px;
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          text-align: center;
          background-color: #e5e5e5;
          box-sizing: border-box;
          .next{
            float: right;
            margin-right: 210px;
          }
        }
        .description{
          margin: 0 20px;
          border: 1px solid #dcdbdb;
          padding: 15px 0;
          margin-bottom: 2px;
          p{
            max-width: 540px;
            margin: auto;
            font-weight: 400;
            font-size: 20px;
            text-align: center;
            span{
              color: @pink;
            }
          }
        }
        .dopelements{
          margin: 0 20px;
          ul{
            list-style: none;
            font-size: 0;
            text-align: center;
            li{
              -webkit-user-select: none;
              -moz-user-select: none;
              -ms-user-select: none;
              cursor: pointer;
              box-sizing: border-box;
              width: 24.7%;
              height: 160px;
              display: inline-block;
              vertical-align: top;
              background-color: #f8f8f8;
              margin-right: 1px;
              margin-left: 1px;
              margin-bottom: 1px;
              border: 1px solid #dad8d8;
              transition: .3s;
              label{
                display: block;
                height: 160px;
                cursor: pointer;
                box-sizing: border-box;
                img{
                  display: block;
                  margin: auto;
                }
                .text{
                  max-width: 140px;
                  margin: auto;
                  font-weight: 400;
                  font-size: 14px;
                  color: #7e7e7e;
                  transition: .3s;
                }
                .free{
                  width: 100px;
                  margin: auto;
                  color: white;
                  background-color: @pink;
                  text-transform: uppercase;
                  font-size: 14px;
                }
                input[type="checkbox"]{
                  display: none;
                }
                .inputBlock{
                  height: 25px;
                  width: 160px;
                  margin: auto;
                  box-sizing: border-box;
                  border: 1px solid #a0a0a0;
                  border-radius: 3px;
                  margin-top: 6px;
                  .calcBut{
                    margin-top: 4px;
                    cursor: pointer;
                  }
                  .minus{
                    float: left;
                    margin-left: 5px;
                  }
                  .plus{
                    float: right;
                    margin-right: 5px;
                  }
                  input[type="text"]{
                    margin-left: 20px;
                    width: 30px;
                    float: left;
                    padding: 0;
                    padding-top: 1px;
                    font-size: 18px;
                    background: none;
                  }
                  .text{
                    float: left;
                    font-size: 18px;
                    padding: 2px 0;
                    color: black;
                    font-family: 'Roboto Condensed', Verdana, sans-serif;
                  }
                  .textDisabled{
                    text-align: center;
                    font-size: 18px;
                    padding: 9px 0;
                  }
                  margin-bottom: 10px;
                }
              }
              label[for="holodilnik"]{
                padding-top: 10px;
                img{
                  margin-bottom: 10px;
                }
              }
              label[for="duhovka"]{
                padding-top: 20px;
                img{
                  margin-bottom: 20px;
                }
                .free{
                  margin-bottom: 5px;
                }
              }
              label[for="shkafy"]{
                padding-top: 20px;
                img{
                  margin-bottom: 20px;
                }
              }
              label[for="posuda"]{
                padding-top: 30px;
                img{
                  margin-bottom: 35px;
                }
              }
              label[for="mikrovolnovka"]{
                padding-top: 30px;
                img{
                  margin-bottom: 25px;
                }
              }
              label[for="okna"]{
                padding-top: 10px;
                img{
                  margin-bottom: 5px;
                }
              }
              label[for="balkon"]{
                padding-top: 10px;
                img{
                  margin-bottom: 13px;
                }
              }
              label[for="glazhka"]{
                padding-top: 25px;
                img{
                  margin-bottom: 5px;
                }
              }
              &:hover{
                border: 1px solid @pink;
                .text{
                  color: black
                }
              }
              &.active{
                border: 2px solid @pink;
                background-color: #ffd9e6;
                .text{
                  color: black;
                }
              }
            }
          }
        }
      }
    }
    .screen3{
      .choosePart{
        margin-right: 430px;
        height: 570px;
        position: relative;
      }
      nav{
        padding-top: 9px;
        height: 60px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        background-color: #e5e5e5;
        box-sizing: border-box;
        input[type="submit"]{
          border-style:none;
          float: right;
          margin-right: 210px;
          width: 200px;
          background-color: @pink;
          color: white;
          &:hover{
            background-color: darken(@pink, 10%);
          }
        }
      }
      h4{
        margin: 40px 0 10px 130px;
        font-weight: 400;
        font-size: 20px;
      }
      .line{
        margin-left: 90px;
        img{
          margin-right: 15px;
        }
        input, select{
          border: 1px solid #dcdbdb;
          border-radius: 0;
          width: 240px;
          font-size: 14px;
          font-weight: 400;
          text-align: left;
          margin-right: 23px;
          padding: 10px;
          outline: none;
        }
        input[name="house"], input[name="flat"], input[name="email"], input[name="phone"]{
          width: 160px;
        }
        input:focus::-webkit-input-placeholder { color:transparent; }
        input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
        input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
        input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */
      }
      .afterRemont{
        float: left;
        margin-left: 130px;
        margin-top: 15px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        input{
          cursor: pointer;
          margin-right: 5px;
        }
        label{
          font-size: 14px;
          color: #7e7e7e;
          cursor: pointer;
        }
        img{
          margin-left: 10px;
          margin-top: 5px;
        }
      }
      .oplata{
        margin-top: 15px;
        float: left;
        margin-left: 132px;
        select{
          border: 1px solid #dcdbdb;
          border-radius: 0;
          width: 240px;
          font-size: 14px;
          font-weight: 400;
          text-align: left;
          margin-right: 23px;
          padding: 10px;
          outline: none;
        }
      }
      .nessFields{
        float: right;
        font-size: 13px;
        color: #7e7e7e;
        font-style: italic;
        margin-top: 20px;
        margin-right: 54px;
      }
    }
    .screen4{
      display: none;
      background-color: white;
      h3{
        background-color: @pink;
        padding: 25px 0;
        color: white;
        text-align: center;
        font-weight: 700;
        font-size: 32px;
      }
      .timing{
        text-align: center;
        padding: 20px 0;
        font-weight: 300;
        font-size: 20px;
        img{
          margin-right: 10px;
          vertical-align: bottom;
        }
        span{
          font-weight: 700;
          margin-right: 30px;
          margin-left: 10px;
        }
      }
      .title{
        max-width: 1130px;
        margin: auto;
        background-color: #7e7e7e;
        padding: 15px 0;
        ul{
          list-style: none;
          text-align: center;
          font-size: 0;
          li{
            display: inline-block;
            vertical-align: bottom;
            width: 27%;
            font-size: 20px;
            color: white;
            &:nth-child(2){
              margin: 0 5%;
            }
            .name{
              float: left;
            }
            .num{
              float: right;
              font-size: 14px;
              font-weight: 300;
              padding-top: 5px;
            }
          }
        }
      }
      .whatChoose{
        max-width: 1130px;
        margin: auto;
        font-size: 0;
        ul{
          list-style: none;
          display: inline-block;
          vertical-align: top;
          li{
            overflow: hidden;
            margin-bottom: 5px;
            background-image: url("../img/calculator/dots.png");
            background-size: auto;
            background-repeat: no-repeat;
            background-position: 70% center;
            .name{
              float: left;
              color: #7e7e7e;
              background-color: white;
            }
            .num{
              background-color: white;
              float: right;
              color: black;
              font-size: 20px;
              font-weight: 300;
              &.free{
                font-size: 16px;
              }
            }
          }
        }
        .uborka{
          width: 33%;
          font-size: 16px;
          padding: 40px 50px 20px 50px;
          box-sizing: border-box;

        }
        .dopolnitelno{
          width: 67%;
          font-size: 16px;
          padding: 40px 50px 20px 50px;
          box-sizing: border-box;
          li{
            display: inline-block;
            width: 45%;
            &:nth-child(odd){
              margin-right: 9%;
            }
          }
        }
      }
      .price{
        padding: 10px 50px;
        max-width: 1130px;
        margin: auto;
        background-color: @pink;
        color: white;
        box-sizing: border-box;
        p{
          display: inline-block;
          margin-right: 60px;
          span{
            font-size: 40px;
            font-weight: 400;
            margin-left: 10px;
          }
        }
      }
      .thankYou{
        padding: 45px 0;
        text-align: center;
        font-weight: 300;
        font-size: 22px;
      }
    }
  }
}
.cleaners{
  padding: 80px 0 100px 0;
  h2{
    font-weight: 700;
    font-size: 31px;
    text-align: center;
    margin-bottom: 10px;
  }
  .description{
    max-width: 780px;
    margin: auto;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    margin-bottom: 45px;
  }
  .block{
    display: none;
    max-width: 830px;
    margin: auto;
    border: 1px solid #bcbcbc;
    padding: 5px;
    box-sizing: border-box;
    overflow: hidden;
    &.active{
      display: block;
    }
    .photo{
      float: left;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
    }
    }
    .content{
      margin-left: 350px;
      padding-top: 18px;
      height: 270px;
      box-sizing: border-box;
      position: relative;
      .name{
        font-weight: 400;
        font-size: 17px;
        color: #808080;
        margin-bottom: 17px;
        span{
          font-weight: 700;
          color: @pink;
        }
      }
      .text{
        font-weight: 300;
        font-size: 16px;
        color: #5a5959;
        padding-right: 40px;
      }
      nav{
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        .dots{
          margin-bottom: 18px;
          float: left;
          ul{
            list-style: none;
            li{
              cursor: pointer;
              height: 10px;
              width: 10px;
              background-color: #808080;
              border-radius: 100%;
              vertical-align: middle;
              display: inline-block;
              margin-right: 10px;
              &.active{
                height: 23px;
                width: 23px;
                border: 2px solid @pink;
                background-color: white;
              }
            }
          }
        }
        .arrows{
          float: right;
          margin-bottom: 10px;
          p{
            width: 19px;
            height: 37px;
            cursor: pointer;
            display: inline-block;
            &.arrLeft{
              background-image: url("../img/cleaners/arrow-left.png");
              &:hover{
                background-image: url("../img/cleaners/arrow-left-active.png");
              }
            }
            &.arrRight{
              background-image: url("../img/cleaners/arrow-right.png");
              margin-left: 33px;
              margin-right: 20px;
              &:hover{
                background-image: url("../img/cleaners/arrow-right-active.png");
              }
            }
          }
        }
      }
    }
  }
.standartClean{
  .pinkLine{
    background-color: @pink;
    padding: 20px 0;
    text-align: center;
    h2{
      font-weight: 700;
      font-size: 31px;
      color: white;
    }
  }
  #contentLine{
    background-size: cover;
    background-position: center;
    height: 495px;
    border-bottom: 7px solid @pink;
    &.komnata{
      background-image: url("../img/komnataBG.jpg");
    }
    &.kuhnya{
      background-image: url("../img/kuhnyaBG.jpg");
    }
    &.sanuzel{
      background-image: url("../img/sanuzelBG.jpg");
    }
    &.koridor{
      background-image: url("../img/koridorBG.jpg");
    }
    nav{
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      padding: 75px 0;
      text-align: center;
      .button{
        margin: 0 30px;
        position: relative;
        text-transform: none;
        font-size: 18px;
        font-weight: 400;
        &.active{
          background-color: @pink;
          color: white;
          &:after{
            display: block;
            content: url("../img/down-arrow.png");
            position: absolute;
            top: 100%;
            left: 40%;
          }
        }
      }
    }
    .block{
      display: none;
      &.active{
        display: block;
      }
      max-width: 980px;
      margin: auto;
      background-color: white;
      -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=29, Direction=0, Color=#696969)";/*IE 8*/
      -moz-box-shadow: 0 0 29px 7px rgba(105,105,105,0.5);/*FF 3.5+*/
      -webkit-box-shadow: 0 0 29px 7px rgba(105,105,105,0.5);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
      box-shadow: 0 0 29px 7px rgba(105,105,105,0.5);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
      filter: progid:DXImageTransform.Microsoft.Shadow(Strength=29, Direction=135, Color=#696969); /*IE 5.5-7*/
      .spisok{
        padding: 6px 6px 0 6px;
        box-sizing: border-box;
        .inside{
          border: 1px solid #dcdcdc;
          border-bottom: none;
          padding: 40px 40px 0 40px;
          height: 250px;
          box-sizing: border-box;
          ul{
            margin-left: 20px;
            width: 40%;
            display: inline-block;
            vertical-align: top;
            &:first-child{
              margin-right: 10%;
            }
            li{
              margin-bottom: 10px;
              font-weight: 400;
              font-size: 16px;
              color: #2f2f2f;
            }
          }
          .important{
            margin-top: 15px;
            img{
              float: left;
            }
            p{
              font-weight: 400;
              font-size: 14px;
              color: @pink;
              max-width: 660px;
              margin-left: 35px;
            }
          }
        }
      }
      .line{
        background-color: #e5e5e5;
        height: 75px;
        .spisok{
          float: left;
//          margin-right: 15px;
          margin-top: 15px;
          margin-left: 30px;
        }
        .lookcheck{
          font-size: 16px;
          color: @pink;
          text-decoration: underline;
          float: left;
          margin-right: 30px;
          margin-top: 28px;
        }
        .button{
          float: left;
          margin-top: 16px;
        }
        .right{
          background-image: url("../img/arrowR-normal.png");
          width: 85px;
          height: 37px;
          cursor: pointer;
          float: right;
          margin-top: 15px;
          margin-right: 40px;
          &:hover{
            background-image: url("../img/arrowR-active.png");
          }
        }
      }
    }
  }
}
.howwork{
  margin-top: 100px;
  padding-bottom: 50px;
  h2{
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 31px;
  }
  ul{
    list-style: none;
    font-size: 0;
    text-align: center;
    li{
      width: 25%;
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      color: #5a5959;
      text-align: center;
      position: relative;
      &:nth-child(2){
        margin: 0 10%;
      }
      .shag{
        position: absolute;
        top: 20px;
        left: 0;
        font-weight: 700;
        color: @pink;
        font-size: 36px;
        span{
          font-weight: 300;
          font-size: 16px;
          margin-left: -5px;
        }
      }
      img{
        margin-bottom: 20px;
        position: relative;
        z-index: 1;
      }
      a{
        color: #5a5959;
        font-weight: 700;
      }
      &:after{
        content: url("../img/howwork/arrow.png");
        display: block;
        position: absolute;
        top: 40px;
        left: 60%;
      }
      &:last-child{
        &:after{
          display: none;
        }
      }
    }
  }
}
.press{
  background-color:#3b5998;
  padding-bottom: 20px;
  h2{
    color: white;
    padding: 40px 0;
    font-weight: 700;
    font-size: 31px;
    text-align: center;
  }
  .pressCarousel{
    max-width: 1070px;
    margin: auto;
    img{
      width: 340px;
      display: block;
      margin: auto;
    }
    .owl-next {
      position: absolute;
      top: 45%;
      right: -20px;
      background-image: url('../img/reviews/arrow-right.png');
      display: block;
      transition: .3s;
      width: 14px;
      height: 24px;
    }
    .owl-prev {
      position: absolute;
      top: 45%;
      left: -20px;
      background-image: url('../img/reviews/arrow-left.png');
      display: block;
      transition: .3s;
      width: 14px;
      height: 24px;
    }
  }
}
.reviews{
  background-color:#3b5998;
  padding-bottom: 20px;
  h2{
    color: white;
    padding: 40px 0;
    font-weight: 700;
    font-size: 31px;
    text-align: center;
  }
  .reviewsCarousel{
    max-width: 1070px;
    margin: auto;
    img{
      width: 520px;
      display: block;
      margin: auto;
    }
    .owl-next {
      position: absolute;
      top: 45%;
      right: -20px;
      background-image: url('../img/reviews/arrow-right.png');
      display: block;
      transition: .3s;
      width: 14px;
      height: 24px;
    }
    .owl-prev {
      position: absolute;
      top: 45%;
      left: -20px;
      background-image: url('../img/reviews/arrow-left.png');
      display: block;
      transition: .3s;
      width: 14px;
      height: 24px;
    }
  }
}
.videoBlock{
  background-image: url("../img/poster.jpg");
  background-size: cover;
  padding-bottom: 50px;
  h2{
    color: white;
    padding: 40px 0;
    font-weight: 700;
    font-size: 31px;
    text-align: center;
  }
  iframe{
    display: block;
    margin: auto;
  }
}
.copyright{
  background-color: black;
  padding: 10px 0;
  color: white;
  overflow: hidden;
  font-size: 14px;
  a{
  color:white;
    text-decoration:underline;
  }
  .unp{
    float: left;
  }
  .mailto{
    float: right;
  }
}

#call{
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  .ModalImg{
    float: left;
  }
  .form{
    margin-left: 171px;
    padding-top: 60px;
    height: 350px;
    box-sizing: border-box;
  }
  h2{
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 20px;
    max-width: 340px;
    margin: auto;
    text-align: center;
  }
  form {
    position: relative;
    .button{
      display: block;
      padding: 11px 0;
      width: 220px;
      box-sizing: border-box;
      margin: auto;
    }
    input[type="text"]{
      display: block;
      border: 1px solid #d0d0d0;
      margin: auto;
      margin-bottom: 10px;
      padding: 13px 10px;
      text-align: left;
    }
  }
  .thankYou{
    font-weight: 500;
    font-size: 20px;
    padding-bottom: 20px;
    max-width: 340px;
    margin: auto;
    text-align: center;
    padding-top: 80px;
  }
}
#price{
  padding: 0;
  .content{
    padding-top: 40px;
  }
  .title{
    padding: 10px;
    background-color: #7e7e7e;
    position: relative;
    .name{
      float: left;
      font-size: 16px;
      color: white;
      font-weight: 700;
    }
    .num{
      text-align: right;
      font-weight: 300;
      font-size: 14px;
      color: white;
      padding-top: 5px;
      &.small{
        padding-right: 10px;
      }
    }
    &:after{
      content: url("../img/calculator/step1/arrowSelect.png");
      display: block;
      position: absolute;
      bottom: -13px;
      right: 18px;
    }
  }
  ul{
    list-style: none;
    overflow: hidden;
    padding: 10px 0;
    li{
      position: relative;
      overflow: hidden;
      margin-bottom: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      .name{
        float: left;
        margin-left: 10px;
        color: #7e7e7e;
        font-size: 14px;
        background-color: #fafafa;
        padding-right: 5px;
      }
      .num{
        float: right;
        padding-right: 20px;
        font-size: 20px;
        font-weight: 300;
        background-color: #fafafa;
        input[type="text"]:disabled{
          font-weight: 700;
          font-size: 14px;
          padding: 0;
          background: none;
          color: black !important;
          text-align: right;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
        }
        input[type="text"]{
          font-weight: 700;
          font-size: 14px;
          padding: 0;
          background: none;
          color: black !important;
          text-align: right;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
        }
        &.free{
          font-size: 16px;
          font-weight: 300;
          padding-right: 10px;
          padding-left: 5px;
        }
      }
      &.time{
        .num{
          input{
            width: 50px;
            font-size: 20px;
            font-weight: 300;
          }
        }
      }
    }
  }
  .discount{
    .name{
      float: left;
      margin-left: 10px;
      color: @pink;
      font-size: 20px;
      font-weight: 400;
    }
    .num{
      float: right;
      input{
        color: @pink;
        font-size: 22px;
        font-weight: 400;
        background: none;
        padding: 0;
        margin-right: 10px;
        width: 50px;
      }
    }
  }
  .itogPrice{
    padding-top: 6px;
    padding-bottom: 10px;
    width: 100%;
    background-color: @pink;
    overflow: hidden;
    box-sizing: border-box;
    .name{
      float: left;
      margin-left: 10px;
      color: white;
      font-weight: 700;
      font-size: 18px;
      margin-top: 15px;
    }
    .num{
      float: right;
      margin-right: 10px;
      font-size: 16px;
      color: white;
      input{
        color: white;
        font-size: 30px;
        font-weight: 400;
        background: none;
        padding: 0;
        margin-right: 5px;
        width: 80px;
        text-align: right;
      }
    }
  }
}

.fancybox-skin{
  border-radius: 0;
}

.ui-tooltip{
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #7e7e7e;
  font-size: 14px;
  font-style: italic;
}
.ui-widget{
  font-family: 'Roboto', Verdana, sans-serif;
}
.ui-datepicker{
  width: 231px;
  border-radius: 0;
  th{
    font-weight: 500;
  }
  .ui-datepicker-header{
    background-color: #fafafa;
    border-radius: 0;
    .ui-datepicker-title{
      font-size: 14px;
      font-family: 'Roboto', Verdana, sans-serif;
      font-weight: 500;
    }
  }
  .ui-state-default{
    background: none;
    border: none;
  }
  .ui-state-active{
    background-color: @pink;
  }
  .ui-state-hover{
    background-color: #ffd9e6;
  }
  .ui-datepicker-today{
    .ui-state-highlight{
      border: 1px solid @pink;
    }
  }
}

.mobileHeader{
  background-color:#ffaec9;
  display: none;
  padding: 15px 0 0 0;
  .logo{
    xxfloat: left;
    width:100%;
    display: block;
  }
  .siteName{
    color:white;
    text-align: center;
    padding-top: 5px;
    font-weight: 300;
    font-size: 16px;
  }
  .tel{
    clear: left;
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    display: block;
    opacity: 0.8;
    font-family: 'Roboto Condensed';
    img{
      margin-right: 5px;
      vertical-align: middle;
      height:41px;
      opacity:0.8;    
    }
  }
  .workTime{
    text-align: center;
    padding: 5px 0 10px 0;
    font-weight: 300;
    font-size: 14px;
  }
  .tagLine{
    display:none;
    background-color: @pink;
    color: white;
    text-align: center;
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
    margin-top: 15px;
    animation-name: pinkPulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }
}
.mobileUtp{
  display: none;
  background-image: url("/img/background-mobile.jpg?10");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  padding-bottom: 30px;
  h1{
    font-size: 28px;
    font-weight: 300;
    padding-top: 50px;
    text-align: center;
    margin-bottom: 15px;
  }
  .block{
    height: 35px;
    width: 260px;
    margin: auto;
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: white;
    .utpBut{
      margin-top: 10px;
      cursor: pointer;
    }
    .minus{
      float: left;
      margin-left: 5px;
      opacity:0.5; 
    }
    .plus{
      float: right;
      margin-right: 5px;
      opacity:0.5;
    }
    input[type="text"]{
      width: 30px;
      float: left;
      font-size: 18px;
      margin-left: 50px;
      margin-top: 7px;
      padding: 0;
    }
    .text{
      float: left;
      font-size: 18px;
      padding: 7px 0;
    }
  }
  .price{
    text-align: center;
    max-width: 175px;
    margin: auto;
    .oldPrice{
      display:none;
      font-family: 'Roboto Condensed', Verdana, sans-serif;
      font-size: 31px;
      font-weight: 400;
      color: @pink;
      text-decoration: line-through;
      float: left;
      margin-right: 10px;
    }
    .newPrice{
      font-family: 'Roboto', Verdana, sans-serif;
      font-weight: 300;
      width: 197px;
      font-size: 24px;
      color: white;
      span{
        font-size: 64px;
      }
    }
  }
  .zakaz{
    animation-name: pinkPulse;
    animation-duration: 2s;
    animation-iteration-count: infinite;          
    clear: both;
    display: block;
    width: 260px;
    margin: auto;
    margin-top: 10px;
    border: none;
    background-color: @pink;
    border-radius: 10px;
    font-family: "Roboto Condensed", Verdana, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    outline: none;
    font-size: 18px;
    color: white;
    padding: 10px 0;
    box-sizing: border-box;
    cursor: pointer;
    transition: .3s;
    &:hover{
      background-color: darken(@pink, 10%);
    }
    &:active{
      color: black;
    }
  }
  .note{
    display:none;
    text-align: center;
    color: white;
    margin-top: 10px;
    font-weight: 400;
    font-size: 13px;
  }
}
.mobilePluses{
  display: none;
  background-image: url("../img/plusesPattern.jpg");
  background-size: auto;
  background-repeat: repeat;
  text-align: center;
  padding: 15px 0;
  ul{
    list-style: none;
    li{
      h3{
        font-weight: 700;
        font-size: 16px;
      }
      p{
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 5px;
      }
      img{
        margin-bottom: 5px;
      }
      &:after{
        display: block;
        content: "";
        width: 100%;
        height: 2px;
        background-image: url("../img/pluses/mobileDots.png");
        background-size: auto;
        background-position: center;
        background-repeat: no-repeat;
        margin-bottom: 20px;
      }
      &:last-child{
        &:after{
          margin-bottom: 0;
        }
      }
    }
  }
}
.mobileLovething{
  display: none;
  padding: 60px 0 40px 0;
  .block{
    text-align: center;
    .title{
      font-weight: 700;
      font-size: 16px;
      color: @pink;
      margin-bottom: 20px;
    }
    img{
      display: block;
      margin: auto;
      margin-bottom: 15px;
    }
    .name{
      font-weight: 700;
      font-size: 18px;
      color: #585757;
      margin-bottom: 10px;
      span{
        display: block;
      }
    }
    .about{
      color: #585757;
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 35px;
    }
  }
  .family{
    width: 100%;
  }
}
.mobileCalculator{
  display: none;
  padding: 20px 0;
  background-color: #272b34;
  .mobileContainer{
    padding: 0 10px;
  }
  h2{
    text-align: center;
    font-weight: 700;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    span{
      color: @pink;
    }
  }
  .block{
    position: relative;
  }
  .screen{
    display: none;
    background-color: white;
    .step{
      background-image: url("../img/calculator/mobileStepBG.png");
      width: 61px;
      height: 41px;
      padding-top: 5px;
      font-weight: 300;
      font-size: 14px;
      padding-left: 7px;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 0;
      span{
        font-weight: 700;
        font-size: 26px;
      }
    }
    h3{
      margin: 0 0 7px 70px;
      padding-top: 7px;
      font-weight: 700;
      font-size: 16px;
    }
    nav{
      background-color: #272b34;
      text-align: center;
      padding: 17px 5px 0 5px;
    }
    .mobileButton, input[type="submit"]{
      display: inline-block;
      padding: 7px 30px;
      background-color: @pink;
      outline: none;
      cursor: pointer;
      border: 1px solid @pink;
      border-radius: 3px;
      font-weight: 400;
      font-size: 16px;
      color: white;
      text-transform: uppercase;
      transition: .3s;
      &:hover, &:active{
        border: 1px solid white;
      }
      animation-name: pinkPulse;
      animation-duration: 2s;
      animation-iteration-count: infinite;   
    }
    input[type="submit"]{
      padding: 7px 10px;
    }
    .prev{
      animation-name: none;
      animation-duration: 0s;
      animation-iteration-count: 1;
      background: none;
      &:hover, &:active{
        background: @pink;
      }
    }
  }
  .screen1{
    display: block;
    .content{
      .block{
        overflow: hidden;
        .title{
          padding: 6px 0;
          background-color: @pink;
          text-align: right;
          padding-right: 40px;
          font-size: 16px;
          color: white;
          font-weight: 700;
        }
        .photo{
          float: left;
        }
        .inputBlock{
          overflow: hidden;
          padding-top: 35px;
          width: 120px;
          float: right;
          .calcBut{
            padding-top: 10px;
          }
          .minus{
            float: left;
            margin-left: 10px;
          }
          .plus{
            float: right;
            margin-right: 10px;
          }
          input[type="text"]{
            width: 65px;
            padding: 0;
            font-size: 28px;
            font-family: "Roboto Condensed", Verdana, sans-serif;
            font-weight: 400;
            text-align: center;
          }
          .textDisabled{
            text-align: center;
            overflow: hidden;
            width: 120px;
            float: right;
            font-size: 28px;
            font-family: "Roboto Condensed", Verdana, sans-serif;
            font-weight: 400;
            span{
              display: block;
              font-size: 18px;
              color: #969696;
            }
          }
        }
        .text{
          display: block;
          text-align: center;
          font-size: 18px;
          font-family: "Roboto Condensed", Verdana, sans-serif;
          font-weight: 400;
          color: #969696;
          width: 120px;
          float: right;
          clear: right;
        }
      }
    }
  }
  .screen2{
    .description{
      padding: 10px;
      box-sizing: border-box;
      background-color: #f3f3f3;
      border-top: 1px solid #dcdbdb;
      border-bottom: 1px solid #dcdbdb;
      font-weight: 400;
      font-size: 14px;
      text-align: center;
      margin-bottom: 15px;
      span{
        font-weight: 700;
        font-size: 14px;
        color: @pink;
      }
    }
    .dopelements{
      ul{
        list-style: none;
        margin-left: 15px;
        li{
          margin-bottom: 20px;
          overflow: hidden;
          input[type="checkbox"]{
            margin-right: 5px;
            float: left;
          }
          .text{
            font-weight: 400;
            font-size: 14px;
            color: #7e7e7e;
            float: left;
          }
          .inputBlock{
            float: right;
            width: 160px;
            background-color: #f3f3f3;
            padding: 10px 0;
            box-sizing: border-box;
            .minus{
              float: left;
              margin-left: 10px;
            }
            .plus{
              float: right;
              margin-right: 10px;
            }
            input[type="text"]{
              float: left;
              font-family: "Roboto Condensed", Verdana, sans-serif;
              font-size: 18px;
              background: none;
              width: 30px;
              padding: 0;
              margin-left: 15px;
            }
            .text{
              color: black;
              font-size: 18px;
              font-weight: 400;
            }
          }
          .oknaMobile{
            .text{
              padding-top: 12px;
            }
          }
        }
      }
    }
    .price{
      background-color: @pink;
      padding: 10px 15px;
      color: white;
      overflow: hidden;
      .fancy{
        display: block;
        color: white;
        font-weight: 300;
        font-size: 12px;
        margin-bottom: 10px;
        img{
          vertical-align: middle;
        }
      }
      .name{
        float: left;
        font-weight: 700;
        font-size: 18px;
        padding-top: 10px;
      }
      .num{
        float: right;
        font-weight: 400;
        font-size: 16px;
        span{
          font-size: 30px;
        }
      }
    }
  }
  .screen3{
    .personal{
      margin: 20px;
      box-sizing: border-box;
      h4{
        font-weight: 700;
        font-size: 14px;
        margin-bottom: 5px;
      }
      .line{
        margin-bottom: 20px;
        input[type="text"], select{
          -webkit-appearance: none;
          border: 1px solid #dcdbdb;
          padding: 10px 0;
          text-align: center;
          font-size: 14px;
          font-weight: 400;
          border-radius: 0;
        }
      }
      input[type="text"]{
        text-align: left;
      }
      input[name="date"], input[name="house"], input[name="email"] {
        width: 47%;
        margin-right: 4%;
      }
      input[name="flat"], input[name="phone"]{
        width: 47%;
      }
      select[name="time"]{
        width: 47%;
        padding-left: 5px;
        box-sizing: border-box;
      }
      input[name="street"], input[name="name"], select[name="oplata"]{
        width: 100%;
        margin-bottom: 10px;
      }
    }
    .afterRemont{
      font-size: 14px;
      color: #7e7e7e;
      font-weight: 400;
      margin-bottom: 10px;
    }
    .oplata{
      select{
        -webkit-appearance: none;
        border: 1px solid #dcdbdb;
        padding: 10px 0;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        border-radius: 0;
        padding-left: 10px;
        option{
          text-align: center;
        }
      }
    }
    .nessFields{
      font-size: 12px;
      color: #7e7e7e;
    }
    .price{
      background-color: @pink;
      padding: 10px 15px;
      color: white;
      overflow: hidden;
      .fancy{
        display: block;
        color: white;
        font-weight: 300;
        font-size: 12px;
        margin-bottom: 10px;
        img{
          vertical-align: middle;
        }
      }
      .name{
        float: left;
        font-weight: 700;
        font-size: 18px;
        padding-top: 10px;
      }
      .num{
        float: right;
        font-weight: 400;
        font-size: 16px;
        span{
          font-size: 30px;
        }
      }
    }
  }
  .screen4{
    h3{
      margin: 0;
      background-color: @pink;
      text-align: center;
      padding: 10px 0;
      color: white;
      font-size: 22px;
      font-weight: 700;
    }
    .timing{
      margin-left: 30px;
      padding: 10px 0;
      .block{
        display: inline-block;
        margin-right: 30px;
        p{
          font-weight: 300;
          color: #7e7e7e;
          font-size: 14px;
        }
        span{
          display: block;
          font-weight: 700;
          font-size: 14px;
        }
      }
    }
    .title{
      padding: 7px 0;
      background-color: #7e7e7e;
      color: white;
      padding-left: 30px;
      overflow: hidden;
      .name{
        float: left;
        font-weight: 700;
        font-size: 16px;
      }
      .num{
        padding-right: 20px;
        font-size: 14px;
        font-weight: 300;
        float: right;
      }
    }
    ul{
      list-style: none;
      margin: 15px 0 10px 30px;
      li{
        overflow: hidden;
        margin-bottom: 10px;
        .name{
          font-weight: 300;
          font-size: 14px;
          color: black;
          float: left;
        }
        .num{
          float: right;
          font-size: 14px;
          font-weight: 700;
          padding-right: 20px;
        }
      }
    }
    .discount{
      margin-bottom: 10px;
      overflow: hidden;
      .name{
        float: left;
        margin-left: 30px;
        font-size: 14px;
        font-weight: 700;
        color: @pink;
      }
      .num{
        float: right;
        margin-right: 20px;
        font-size: 14px;
        font-weight: 700;
        color: @pink;
      }
    }
    .price{
      background-color: @pink;
      color: white;
      overflow: hidden;
      padding: 7px 0;
      .name{
        font-weight: 700;
        font-size: 16px;
        float: left;
        margin-left: 15px;
        padding-top: 10px;
      }
      .num{
        float: right;
        font-size: 16px;
        font-weight: 400;
        margin-right: 15px;
        span{
          font-size: 30px;
        }
      }
    }
    .thankYou{
      text-align: center;
      padding: 15px 10px;
      box-sizing: border-box;
      font-weight: 300;
      font-size: 14px;
    }
  }
}
.mobileCleaners{
  display: none;
  padding: 25px 0;
  h2{
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px;
  }
  .item{
    .photo{
      width: auto;
      border-radius: 100%;
      margin: auto;
      margin-bottom: 10px;
    }
    .content{
      .name{
        font-weight: 400;
        font-size: 14px;
        margin-bottom: 10px;
        span{
          font-weight: 700;
          color: @pink;
          display: block;
        }
      }
      .text{
        color: #5a5959;
        font-size: 14px;
        font-weight: 300;
        text-align: left;
      }
    }
  }
  .mobileReviewsCarousel{
    .owl-next {
      position: absolute;
      top: 60px;
      right: 20px;
      content: url(../img/cleaners/arrow-right.png);
      display: block;
      transition: .3s;
      &:hover, &:active{
        content: url(../img/cleaners/arrow-right-active.png);
      }
    }
    .owl-prev {
      position: absolute;
      top: 60px;
      left: 20px;
      content: url(../img/cleaners/arrow-left.png);
      display: block;
      transition: .3s;
      &:hover, &:active{
        content: url(../img/cleaners/arrow-left-active.png);
      }
    }
    .owl-dots{
      text-align: center;
      margin-top: 5px;
      .owl-dot{
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: black;
        border-radius: 100%;
        margin: 0 10px;
        vertical-align: middle;
        &.active{
          height: 20px;
          width: 20px;
          border: 2px solid @pink;
          border-radius: 100%;
          background-color: white;
        }
      }
    }

  }
}
.mobileStandartClean{
  display: none;
  .pinkLine{
    background-color: @pink;
    height: 55px;
    h2{
      text-align: center;
      color: white;
      font-weight: 700;
      font-size: 16px;
      padding: 19px 0;
    }
  }
  .komnata{
    .block{
      transition: .3s;
      .title{
        height: 55px;
        background-color: #bfbfbf;
        color: black;
        font-weight: 500;
        font-size: 16px;
        border-bottom: 1px solid #9f9f9f;
        border-top: 1px solid #d4d4d4;
        cursor: pointer;
        .name{
          padding-top: 14px;
          float: left;
          img{
            margin-left: 30px;
            margin-right: 10px;
            vertical-align: middle;
          }
        }
        .arr{
          background-image: url("../img/standartClean/arrBottom.png");
          background-size: auto;
          background-repeat: no-repeat;
          width: 20px;
          height: 11px;
          float: right;
          margin-right: 30px;
          margin-top: 23px;
        }
      }
      .spisok{
        display: none;
        transition: .3s;
        ul{
          list-style: disc;
          margin: 20px 20px 20px 50px;
          li{
            margin-bottom: 15px;
            font-weight: 400;
            font-size: 14px;
          }
        }
        .important{
          margin: 20px 20px 20px 30px;
          font-weight: 400;
          font-size: 12px;
          color: @pink;
          img{
            float: left;
          }
          p{
            margin-left: 20px;
          }
        }
      }
      &.open{
        .spisok{
          display: block;
        }
      }
    }
  }
}
.mobileRemont{
  padding-top:50px;
  display: none;
  cursor: pointer;
  .pinkLine{
    background-color: @pink;
    height: 55px;
    h2{
      text-align: center;
      color: white;
      font-weight: 700;
      font-size: 16px;
      padding: 19px 0;
    }
  }
  .komnata{
    .block{
      transition: .3s;
      .title{
        height: 55px;
        background-color: #bfbfbf;
        color: black;
        font-weight: 500;
        font-size: 16px;
        border-bottom: 1px solid #9f9f9f;
        border-top: 1px solid #d4d4d4;
        .name{
          padding-top: 14px;
          float: left;
          font-size: 14px;
          img{
            margin-left: 30px;
            margin-right: 10px;
            vertical-align: middle;
            opacity:0.66;
          }
        }
        .arr{
          background-image: url("../img/standartClean/arrBottom.png");
          background-size: auto;
          background-repeat: no-repeat;
          width: 20px;
          height: 11px;
          float: right;
          margin-right: 30px;
          margin-top: 23px;
        }
      }
    }
  }
}

.mobileHowwork{
  display: none;
  padding: 40px 0;
  h2{
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 40px;
  }
  ul{
    list-style: none;
    max-width: 300px;
    margin: auto;
    li{
      margin-bottom: 40px;
      text-align: center;
      img{
        display: block;
        margin: auto;
        margin-bottom: 10px;
      }
      .shag{
        float: left;
        font-weight: 700;
        color: @pink;
        font-size: 42px;
      }
      .text{
        margin-left: 35px;
        font-weight: 400;
        font-size: 14px;
        text-align: left;
        a{
          font-weight: 700;
        }
      }
    }
  }
}
.mobilePress{
  display: none;
  background-color: #3b5998;
  padding: 40px 0 40px 0;
  h2{
    margin: 0px 0 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: white;
  }
  .item{
    background-color: white;
    box-sizing: border-box;
    img{
      width: 100%;
      display: block;
      margin: auto;
    }
  }
  .mobileReviewsCarousel{
    .owl-nav{
      margin-top: 25px;
      margin-bottom: 25px;
      overflow: hidden;
      .owl-next {
        position: absolute;
        top: 105%;
        right: 60px;
        content: url(../img/reviews/arrow-right.png);
        display: block;
        transition: .3s;
      }
      .owl-prev {
        position: absolute;
        top: 105%;
        left: 60px;
        content: url(../img/reviews/arrow-left.png);
        display: block;
        transition: .3s;
      }
    }
    .owl-dots{
      text-align: center;
      margin-top: 5px;
      .owl-dot{
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: black;
        border-radius: 100%;
        margin: 0 10px;
        vertical-align: middle;
        &.active{
          height: 20px;
          width: 20px;
          border: 2px solid @pink;
          border-radius: 100%;
          background-color: white;
        }
      }
    }
  }
}
.mobileReviews{
  display: none;
  background-color: #3b5998;
  padding: 40px 0 80px 0;
  h2{
    margin: 20px 0 20px 0;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: white;
  }
  .item{
    background-color: white;
    padding: 20px;
    box-sizing: border-box;
    img{
      width: auto;
      display: block;
      margin: auto;
      margin-bottom: 20px;
      border-radius: 100%;
    }
    .name{
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .stars{
      font-size: 16px;
      font-weight: 700;
      color:#3b5998;
      margin-right: 10px;
    }
    .date{
      font-weight: 300;
      font-size: 14px;
      color: #8d8d8d;
      margin-bottom: 15px;
    }
    .text{
      font-weight: 300;
      font-size: 14px;
    }
  }
  .mobileReviewsCarousel{
    .owl-nav{
      margin-top: 25px;
      margin-bottom: 25px;
      overflow: hidden;
      .owl-next {
        position: absolute;
        top: 105%;
        right: 60px;
        content: url(../img/reviews/arrow-right.png);
        display: block;
        transition: .3s;
      }
      .owl-prev {
        position: absolute;
        top: 105%;
        left: 60px;
        content: url(../img/reviews/arrow-left.png);
        display: block;
        transition: .3s;
      }
    }
    .owl-dots{
      text-align: center;
      margin-top: 5px;
      .owl-dot{
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: black;
        border-radius: 100%;
        margin: 0 10px;
        vertical-align: middle;
        &.active{
          height: 20px;
          width: 20px;
          border: 2px solid @pink;
          border-radius: 100%;
          background-color: white;
        }
      }
    }

  }
}
.mobileVideoBlock{
  display: none;
  text-align: center;
  background-color: black;
  padding: 40px 0;
  h2{
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: white;
  }
}
.mobileFooter{
  display: none;
  padding: 40px 0;
  .logo{
    display: block;
    margin: auto;
    margin-bottom: 20px;
  }
  .siteName{
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
  }
  .trubka{
    display: block;
    margin: auto;
    margin-bottom: 15px;
  }
  .tel{
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin: auto;
  }
}
.mobileCopyright{
  display: none;
  background-color: black;
  text-align: center;
  padding: 5px 0;
  color: white;
  .unp{
    margin-bottom: 3px;
  }
  a{
    color: white;
    text-decoration: underline;
  }
}

@media screen and (max-width: 2000px){
  .utp .videoBlock .lazy-hidden {
    width: auto;
  }
}

@media screen and (max-width: 1150px){
  .calculator{
    .block{
      .pricePart{
        position: static;
        clear: left;
        height: auto;
        width: 100%;
        .content{
          height: auto;
          padding-bottom: 0;
          .uborka{
            width: 50%;
            float: left;
          }
          .dopolnitelno{
            margin-left: 50%;
          }
          .itogPrice{
            position: static;
            clear: both;
          }
        }
      }
      .screen2, .screen3{
        height: auto;
        .choosePart{
          margin-right: 0;
          height: auto;
          .personal{
            overflow: hidden;
          }
          nav{
            position: static;
            margin-top: 10px;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 1000px){
  .pluses{
    .whiteLine{
      padding-bottom: 0;
    }
  }
  .lovething{
    .family{
      display: none;
    }
  }
  .importantthing{
    margin-top: 0;
    .zombie{
      display: none;
    }
    ul{
      max-width: 680px;
      margin: auto;
    }
  }
  .calculator{
    .block .screen4 .whatChoose .dopolnitelno li{
      width: 100%;
    }
  }
}

@media screen and (max-width: 900px){
  .desktopHeader, .desktopFooter{
    .logo{
      display: block;
      float: none;
      margin: auto;
    }
    .siteName{
      float: none;
      text-align: center;
      margin-top: 5px;
    }
    .button{
      display: block;
      float: none;
      width: 200px;
      text-align: center;
      margin: auto;
      margin-top: 10px;
    }
    .tel{
      float: none;
      display: block;
      width: 250px;
      margin: auto;
      text-align: center;
      margin-top: 10px;
      margin-bottom: 10px;
    }
  }
  .cleaners{
    .content{
      height: auto;
      nav{
        position: static;
        margin-top: 20px;
      }
    }
  }
  .standartClean{
    display: none;
  }
  .howwork{
    margin-top: 0;
    ul{
      li{
        &:after{
          display: none;
        }
      }
    }
  }
}

@media screen and (max-width: 800px){
  .calculator{
    .block .screen1 .content .selectArea .block .inputBlock input[type="text"]{
      margin-left: 0;
    }
  }
}

@media screen and (max-width: 600px){
  .desktopHeader, .utp, .pluses, .lovething, .importantthing, .calculator, .cleaners, .standartClean, .howwork, .like, .press, .reviews, .videoBlock, .desktopFooter, .copyright{
    display: none;
  }
  .mobileHeader, .mobileUtp, .mobilePluses, .mobileLovething, .mobileCalculator, .mobileCleaners, .mobileStandartClean, .mobileRemont, .mobileHowwork, .mobilePress, .mobileReviews, .mobileVideoBlock, .mobileFooter, .mobileCopyright{
    display: block;
  }
  #call{
    max-width: 100%;
    .ModalImg{
      display: none;
    }
    .form{
      margin-left: 0;
      height: auto;
      padding: 60px 0;
    }
  }
}