@charset "UTF-8";
@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }
    30%,
    to {
        left: 110%;
        margin-left: 80px
    }
}

@keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0
    }
    30%,
    to {
        left: 110%;
        margin-left: 80px
    }
}

@font-face {
    src: url(../fonts/ofont.ru_Panton.ttf);
    font-family: 'PantonBold'
}

@font-face {
    src: url(../fonts/panton_black-webfont.woff2);
    font-family: 'PantonBlack';
}

html {
    font-size: 9px;
}

.sait1 {
    font-family: 'Ubuntu';
}

* {
    margin: 0;
    padding: 0;
/*     min-width: 0; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.container {
    max-width: 120rem;
    margin: 0 auto
}

.sait1 h2 {
    font-size: 4.5rem;
    font-family: "PantonBold"
}

.sait1 a {
    text-decoration: none
}

.sait1 input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent
}
.sait1 span.panton-black {
  font-family: 'PantonBlack';
}
.sait1 span.red-text {
  color: #f33030;
}


#header {
    padding: .6rem 0 0;
    background: #fff;
    z-index: 3;
    width: 100%;
    top: 0
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.header__logo {
    max-width: 34.5rem
}

.header__logo>a {
    font-family: "PantonBold";
    font-size: 3rem;
    color: #9ec534
}

.header__logo>a>p {
    font-size: 1.7rem;
    color: #333
}

.header__logo>a>p img {
    margin: 0 1%
}

.header__contacts,
.header__contacts a,
.header__information {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 3rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.header__contacts a,
.header__information {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header__contacts a {
    font-size: 1.8rem;
    color: #333;
    font-family: "PantonBold";
    margin: .5rem 0
}

.header__contacts a img {
    margin-right: 1rem;
    width: 2.5rem
}

.header__information {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 48%
}

.header__information>p:first-child {
    font-size: 1.8rem;
    color: #333;
    font-family: "PantonBold";
    width: 100%;
    margin-bottom: -1.5rem
}

.header__information>p:first-child img {
    width: 2rem;
    margin-right: 1rem
}

.header__information>a {
    font-size: 2rem;
    color: #333;
    font-family: "PantonBold";
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header__information>a img {
    width: 2rem;
    margin-right: 1rem
}

.header__information>p:nth-child(3) {
    font-size: 2rem;
    color: #333;
    font-family: "PantonBold";
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.header__information>p:nth-child(3) img {
    width: 2rem;
    margin-right: 1rem
}

.header__information>p:nth-child(4) {
    font-size: 1.4rem;
    color: #333;
    font-family: "PantonBold";
    width: 30%
}

.header__bydny,
.header__rezhim,
.header__vyhodnoy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__rezhim {
    margin-top: 1.8rem;
    width: 38%
}

.header__rezhim p {
    margin-top: 1.8rem;
    margin-left: 0.2rem;
}

.header__bydny,
.header__vyhodnoy {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.header__vyhodnoy {
    border-left: 1px solid #333;
    padding-left: 0.5rem
}

.header__circle>p,
.header__rezhim p,
.header__vyhodnoy>p {
    font-size: 2rem;
    color: #333;
    font-family: "PantonBold";
    width: 100%
}

.header__circle {
    color: #000;
    font-size: 1.8rem;
    padding: 0 0.3rem;
}

.header__circle--green {
    color: #56a709
}

.header__delivery {
    width: 62%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2rem
}

.header__delivery>p {
    font-size: 1.8rem;
    color: #856d5b;
    font-family: "PantonBold"
}

.header__delivery img {
    width: 7rem;
    margin-right: 2rem;
    max-height: 5.2rem
}

.header-mobile {
    display: none;
    padding: 1% 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header-mobile__logo {
    font-family: "PantonBold";
    font-size: 3.9rem;
    color: #9ec534
}

.navigation {
  height: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.nav-item {
  font-size: 2rem;
  color: #333;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.nav-item:hover {
  color: #f33030;
}


.hidden-stash {
    background: #fff;
    border-top: 5px solid #9ec534;
    width: 285px;
    position: absolute;
    right: 15px;
    top: 38px;
    padding: 10px 30px 0;
    -webkit-box-shadow: 0 8px 18px -3px rgba(0, 0, 0, .5);
    box-shadow: 0 8px 18px -3px rgba(0, 0, 0, .5);
    display: none;
    z-index: 5
}

.hidden-stash>div a:hover {
    color: #ea1653;
    text-decoration: underline
}

.hidden-stash>div {
    font-size: 15px;
    color: #333
}

.hidden-stash>div:nth-child(1)>p>a {
    color: #ea1653
}

.gorod,
.life,
.mts,
.velcom {
    background: url(../img/icon/vel.png) no-repeat 3px;
    padding-left: 30px;
    background-size: 20px;
    font-size: 19px;
    text-align: left
}

.mts {
    background: url(../img/icon/mts.png) no-repeat 3px;
}

.life {
    background: url(../img/icon/life.png) no-repeat 3px
}

.gorod {
    background: url(../img/icon/advantages.png) no-repeat 3px
}

.hidden-stash .phone {
    margin: 6px 0;
    font-size: 16px
}

#form_id_FID1 {
    color: #c54250!important;
    border-bottom: 1px dotted;
    height: 20px;
    font-size: 11px
}

.headAddr {
    background: url(../img/icon/addr.png) no-repeat 3px;
    padding-left: 33px;
    margin-bottom: 8px;
    font-size: 14px;
    position: relative;
    background-size: 18px;
    margin-top: 10px
}

.work-time {
    color: #707881;
    font-size: 11px;
    margin: 5px 0
}

.email {
    background: url(../img/icon/mail1.png) no-repeat 3px;
    padding-left: 30px;
    margin-bottom: 10px;
    background-size: 20px
}

.mobile-phone {
    display: block;
    background-size: 40px;
    background-position: center;
    margin-right: 5px;
    width: 15%
}

.mobile-phone img {
    width: 70%
}

#mainpage,
.mainpage__logo {
    background-size: cover;
    background-position: center;
}

#mainpage {
    min-height: 80rem;
    padding-top: 10rem;
    padding-bottom: 12rem;
    background-image: url(../img/mainpage_bcg.jpg);
    position: relative
}
.mainpage__perenos {
    display: none;
}
.mainpage>.main_header,
.mainpage__title p {
    font-family: "PantonBold";
    background-repeat: no-repeat
}

.mainpage>.main_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../img/bg_h1.png);
    background-size: cover;
    background-position: center;
margin: 9rem 0 5rem;
}
.mainpage>.main_header>h1 {
  font-size: 5rem;
  text-align: left;
  color: #333;
}
.mainpage>.main_header>h1>span {
  font-size: 0.85em;
}
.mainpage>.main_header>h1>span>span {
    margin-left: 1rem;
    position: relative;
    font-size: 1.2em
}

.mainpage>.main_header>img {
    margin-bottom: 2%;
    width: 21%
}

.mainpage__logo {
    position: absolute;
    background-image: url(../img/logo.png);
    height: 4.5rem;
    left: -.7rem;
    width: 6rem;
    top: -2.4rem;
    background-repeat: no-repeat;
}

.mainpage__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mainpage__title {
    width: 63%;
    margin-right: 1rem
}

.mainpage__title p {
    font-size: 3rem;
    color: #fff;
    background-position: left;
    padding: 1.5rem 1.5rem 1.5rem 10%;
    background-size: 10%;
    width: 90%
}

.mainpage__title p:first-child {
    font-size: 4rem;
    color: #333;
    padding: 0;
    width: 100%;
    background-image: url(../img/mazok_gray.png);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 75rem;
    height: 10Rem;
    background-size: 100% 100%
}

.mainpage__title p:nth-child(2) {
    /* background-image: url(../img/icon/medal.png) */
    background-image: url(../img/icon/p-icon1.png);
}

.mainpage__title p:nth-child(3) {
    /* background-image: url(../img/icon/delivery.png); */
    background-image: url(../img/icon/p-icon4.png);
}

.mainpage__title p:nth-child(4) {
    /* background-image: url(../img/icon/prize.png) */
    background-image: url(../img/icon/p-icon2.png);
}

.mainpage__title p:nth-child(5) {
    /* background-image: url(../img/icon/time.png) */
    background-image: url(../img/icon/p-icon3.png);
}

.mainpage__title img {
    width: 6rem
}

.mainpage__akcia {
    background-color: #fff;
    border: 2px solid #ababab;
    padding-top: 2rem;
    width: 32%
}

.mainpage__akcia form {
    margin: 2rem 3.6rem;
    margin-top: 0;
}

.mainpage__akcia>p,
.mainpage__card,
.mainpage__flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mainpage__akcia>p {
    padding: 1.5rem 2.2rem;
    padding-bottom: 3rem;
    font-size: 2.6rem;
    font-weight: bold;
    color: #222;
    margin-bottom: 0px!important;
    font-family: ubuntu;
    /* background-image: url(../img_karaoke/mazok_akcia.png); */
    line-height: 3.2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 100% 100%;
    text-align: left;
}

.mainpage__akcia>p span{
    font-size: 3rem;    
}


.mainpage__akcia ul {
    margin: 0 3.6rem;
    margin-top: .5rem;
    margin-bottom: 2.4rem
}

.mainpage__akcia ul li {
    font-size: 2.3rem;
    list-style-type: none;
    font-weight: bold;
}

.mainpage__card,
.mainpage__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.mainpage__card {
    margin-top: 7rem
}

.mainpage__card img {
    width: 15rem;
    margin-right: 3rem
}

.mainpage__flex {
    margin-bottom: 2rem
}

.mainpage__flex input,
.mainpage__flex label {
    padding-left: 1rem;
    height: 4.9rem;
    border: 1px solid #c9c9c9
}

.mainpage__flex input {
    width: 100%;
    font-size: 2rem;
    border-left: none
}

.mainpage__flex label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: none
}

.mainpage__button {
    overflow: hidden;
    position: relative;
    border: 2px solid #f33030
}
.hits__item .anim {
  position: relative;
  overflow: hidden;
}

.hits__item .anim::before{
/* .hits__item .container form div button::before, */
/* .mainpage__button::before, */
/* .submit__button::before  */
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -20rem;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -khtml-transition: all .1s;
    -ms-transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.mainpage__button input,
.mainpage__button input:hover {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.mainpage__button input {
    height: 5.2rem;
    color: #fff;
    border: 0;
    width: 100%;
    font-size: 3rem;
    cursor: pointer;
    background-color: #f33030
}

.mainpage__button input:hover {
    background-color: #d11a1a
}

.hits {
    background-color: #f4f5f5;
    padding-top: 5rem
}

.sait1 .hits .pulse {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.hits__list {
    margin-top: 7rem
}

.dopaksesuary h2,
.hits h2 {
    background-image: url(../img/mazok_gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 2rem
}

.hits>p {
    text-align: center;
    font-size: 2.5rem
}

.hits__item {
    border-bottom: 1px solid #b1b1b1;
    padding: 5rem 2rem
}
.hits__knopkaopt {
    padding: .5rem 2rem;
    text-align: center;
    cursor: pointer;
    width: 30%;
    font-size: 2.5rem;
    color: #fff;
    border-radius: .5rem;
    background: -webkit-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6b278a), to(#b60a45));
    background: -o-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: linear-gradient(to right, #6b278a 0%, #b60a45 100%);
    margin: 3% auto 1%;
}
.hits__knopkaopt>a {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
}
.hits__knopkaopt:hover {
    background: -webkit-linear-gradient(left, #b60a45 0%, #6b278a 100%); background: -webkit-gradient(linear, left top, right top, from(#b60a45), to(#6b278a)); background: -o-linear-gradient(left, #b60a45 0%, #6b278a 100%); background: linear-gradient(to right, #b60a45 0%, #6b278a 100%);
}
.hits__item .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;    -webkit-align-items: flex-start;    -ms-flex-align: start;    align-items: flex-start;

}

.hits__item .container,
.hits__item .container form div {
    -webkit-box-pack: justify
}

.hits__item:nth-child(odd) {
    background-color: #fff
}

.hits__item:nth-child(odd) .container fieldset:nth-child(2) input:checked,
.hits__item:nth-child(odd) .container form input:checked {
    background-color: #f4f5f5
}

.hits__item:nth-child(1) {
    border-top: 1px solid #b1b1b1
}

.hits__item:nth-child(5) {
    border-bottom: none
}

.hits__item .container>a {
    width: 33%;
    margin: 1rem 0;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.hits__item .image-label {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem;
}
.hits__item .hit-label {
  top: 20%;
  left: 0rem;
  bottom: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 8px;
  padding-left: 10px;
  line-height: 4rem;;
  margin-bottom: 10px;
  margin-left: 3rem;
  color: #fff;
  background-color: #f33030;
  z-index: 2;
  border-radius: 0 2px 2px 0;
  font-size: 2.1em;
}

.hits__item .hit-label::before {
  background-image: url(../img/red-label.svg);
  content: '';
  position: absolute;
  left: -4.4rem;
  top: 0;
  width: 6rem;
  height: 4rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.akcia__sosed img,
.hits__item .container>a>img {
    width: 100%
}
.akcia__sosed>button {
    position: relative;
    overflow: hidden;
    font-family: 'PantonBold';
    background-color: #9ec534;
    padding: 0.5rem 3rem;
    border: 0;
    font-size: 3.5rem;
    color: white;
    margin-top: 1rem;
    cursor: pointer;
    border-radius: .8rem;
    top: -16rem;
    left: 67%;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.akcia__sosed>button:hover {
    background-color: #5f7e11;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.akcia__sosed>button:before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -20rem;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -khtml-transition: all .1s;
    -ms-transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.hits__item .container>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 32%;
    padding-top: 1rem;
    padding-bottom: 2rem
}

.hits__item .container>div>a {
    padding: .5rem 2rem;
    text-align: center;
    cursor: pointer;
    width: 50%;
    font-size: 2.5rem;
    color: #fff;
    border-radius: .5rem;
    background: -webkit-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6b278a), to(#b60a45));
    background: -o-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: linear-gradient(to right, #6b278a 0%, #b60a45 100%)
}

.hits__item .container form div button:hover,
.hits__item .container>div>a:hover {
    background: -webkit-linear-gradient(left, #b60a45 0%, #6b278a 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b60a45), to(#6b278a));
    background: -o-linear-gradient(left, #b60a45 0%, #6b278a 100%);
    background: linear-gradient(to right, #b60a45 0%, #6b278a 100%)
}

.hits__item .container h3 {
    position: relative;
    width: 200%;
    font-size: 2.7rem;
    padding-bottom: 2rem
}

.hits__item .container form {
    margin-top: 1rem
}

.hits__item .container form fieldset:nth-child(1) {
    border: 0
}

.hits__item .container form legend,
.rassrochka__bubbletalk span {
    font-size: 2rem
}

.hits__item .container form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 9rem;
    margin-right: -9rem;
    height: 3rem;
    cursor: pointer;
    outline: 0
}

.hits__item .container form input:checked {
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}

.hits__item .container form label {
    position: relative;
    left: 1rem;
    top: .5rem;
    cursor: pointer;
    font-size: 1.5rem;
    width: 9rem
}

.hits__item .container form fieldset:nth-child(2) {
    margin-top: 1rem;
    border: 0
}

.hits__item .container form fieldset:nth-child(2) div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.hits__item .container form fieldset:nth-child(2) legend,
.rassrochka__hochy>div>div:nth-child(2)>span,
.teplica__zabron>div>div:nth-child(2)>span {
    font-size: 1.5rem
}

.hits__item .container form fieldset:nth-child(2) input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 47%;
    margin-right: -9rem;
    height: 4.5rem;
    cursor: pointer;
    outline: 0
}

.hits__item .container form fieldset:nth-child(2) input:checked {
    -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}
.hits__perenos {
    display: none;
}
.hits__item .container form fieldset:nth-child(2) label {
    position: relative;
    left: -5rem;
    top: .5rem;
    cursor: pointer;
    font-size: 1.5rem;
    width: 47%;
    text-align: center
}

.hits__item .container form div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.hits__item .container form div a,
.hits__item .container form div button {
    margin-top: 1rem;
    cursor: pointer;
    border-radius: .5rem
}

.hits__item .container form div button {
    position: relative;
    overflow: hidden;
    font-family: 'PantonBold';
    background: -webkit-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6b278a), to(#b60a45));
    background: -o-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: linear-gradient(to right, #6b278a 0%, #b60a45 100%);
    padding: .5rem 3rem;
    border: 0;
    font-size: 2.5rem;
    color: #fff
}

.hits__item .container form div a {
    padding: .6rem 2rem .5rem;
    border: 1px solid #333;
    font-size: 2rem;
    color: #333
}

.hits__item .container form div a:hover {
    color: #6b278a;
    border-color: #6b278a
}

.hits__item .container>div:nth-child(3) {
    font-size: 1.5rem;
    margin-top: 4rem
}

.hits__item .help-window span {
  position: absolute;
  bottom: 100%;
  left: -20em;
  right: -20em;
  width: -moz-max-content;
  width: -webkit-max-content;
  width: max-content;
  max-width: 20em!important;
  max-height: 80vh;
  overflow: auto;
  visibility: hidden;
  margin: 0 auto .4em;
  padding: .3em;
  border: solid #333;
  font-size: 90%;
  background: #333;
  color: #fff;
  border-radius: 3px;
  line-height: normal;
  cursor: auto;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.help-window:after {
  content: "";
  position: absolute;
  top: -.4em;
  left: 50%;
  visibility: hidden;
  margin: 0 0 0 -.4em;
  border: .4em solid;
  border-color: #333 transparent transparent transparent;
  cursor: auto;
}

.hits__item .help-window {
  position: relative;
  cursor: help;
}


.hits__item .help-window:hover span, .hits__item .help-window:hover::after {
  visibility: visible;
  opacity: 1;
}

.hits__item .container>div:nth-child(3) i {
  margin-right: .5rem;
}

.hits__item .container>div:nth-child(3) div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #333;
    padding: .5rem 0
}

.akcia__sosed {
    overflow: hidden
}

.dopaksesuary {
    background: #f4f5f5;
    background: -webkit-linear-gradient(top, #f4f5f5 1%, #f4f5f5 32%, #f4f5f5 68%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f4f5f5), color-stop(32%, #f4f5f5), color-stop(68%, #f4f5f5), to(#fff));
    background: -o-linear-gradient(top, #f4f5f5 1%, #f4f5f5 32%, #f4f5f5 68%, #fff 100%);
    background: linear-gradient(to bottom, #f4f5f5 1%, #f4f5f5 32%, #f4f5f5 68%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f4f5f5', endColorstr='#fff', GradientType=0);
    padding: 5rem 0
}

.dopaksesuary a {
    color: #333
}

.dopaksesuary .dopaksesuary__slider .slick-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    padding: 3rem 0 0;
    cursor: pointer
}

.dopaksesuary .dopaksesuary__slider .slick-slide>img:nth-child(1) {
    width: 50%
}

.dopaksesuary .dopaksesuary__slider .slick-slide>p {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}
.dopaksesuary .dopaksesuary__slider .slick-slide>span {
  font-size: 1.9rem;
  padding: 1rem;
  background-color: #f4f5f5;
  text-align: center;
}
.dopaksesuary .dopaksesuary__slider .slick-slide>div,
.time__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.dopaksesuary .dopaksesuary__slider .slick-slide>div {
    font-size: 2rem;
    border-top: 3px solid #aaabab;
    text-align: center;
    padding: 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.dopaksesuary .dopaksesuary__slider .slick-slide>div img {
    width: 75%;
    height: 9%
}

.dopaksesuary .dopaksesuary__slider .slick-slide:hover>div {
    background-color: #ebf4fe
}

.time {
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 1%, #fff 32%, #fff 68%, #f4f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(32%, #fff), color-stop(68%, #fff), to(#f4f5f5));
    background: -o-linear-gradient(top, #fff 1%, #fff 32%, #fff 68%, #f4f5f5 100%);
    background: linear-gradient(to bottom, #fff 1%, #fff 32%, #fff 68%, #f4f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f5f5', GradientType=0);
    padding-top: 5rem
}

.time h2 {
    background-image: url(../img/mazok_gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 2rem 0;
    margin-bottom: 3%;
}

.time__items {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.time__item1 {
    /* background-image: url(../img/buynow.png) */
    background-image: url(../img/time-img1.jpg);
    text-align: center;
}
.time__item span {
  /* font-size: 4rem; */
  color: #f33030;
}

.time__item,
.time__item1,
.time__item2,
.time__item3 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 32.5%;
    height: 26rem
}

.time__item2 {
    /* background-image: url(../img/zimoi.jpg) */
    background-image: url(../img/time-img2.jpg);
}
.time__item2 ul {
  font-size: 2rem;
  padding-left: 2.5rem;
}
.time__item3 {
    /* background-image: url(../img/vesnoi.png) */
    background-image: url(../img/time-img3.jpg);
    text-align: center;
}
.time__item3 p.big-p {
  font-size: 3rem;
}

.time__item3 p.big-p span {
  color: #f33030;
}

.time__item {
  padding: 6rem 3.5rem;
  font-size: 2.35rem;
  text-align: center;
}
.time__item-wrap {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0px 10px 15px rgba(255, 255, 255, .8);
  box-shadow: 0 0px 10px 15px rgba(255, 255, 255, .8);
  height: 100%;
  padding: 1rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.factory,
.factory h2,
.rassrochka h2 {
    background-image: url(../img/bcg_plant.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5rem 0 10rem
}

.factory h2,
.rassrochka h2 {
    background-image: url(../img/mazok.png);
    background-size: contain;
    text-align: center;
    padding: 3rem 0;
    margin-bottom: 5rem
}

.sait1 .slick-slide {
    margin: 2rem;
    -webkit-box-shadow: 0 10px 6px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 10px 6px 4px rgba(0, 0, 0, .3)
}

#bcg_grad {
    padding-bottom: 8rem;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 1%, #bfdcfd 32%, #bfdcfd 68%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(32%, #bfdcfd), color-stop(68%, #bfdcfd), to(#fff));
    background: -o-linear-gradient(top, #fff 1%, #bfdcfd 32%, #bfdcfd 68%, #fff 100%);
    background: linear-gradient(to bottom, #fff 1%, #bfdcfd 32%, #bfdcfd 68%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0)
}

.rassrochka h2 {
    background-image: url(../img/mazok_gray.png);
    padding: 2rem 0
}

.rassrochka__bubbletalk,
.rassrochka__content,
.rassrochka__hochy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.rassrochka__content {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 11rem
}

.rassrochka__kard img,
.rassrochka__kard:hover img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.rassrochka__kard img {
    width: 20rem;
    height: auto;
    border-radius: 13px;
    -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .3)
}

.rassrochka__kard:hover img {
    -webkit-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    transform: translate(0, -7px);
    -webkit-box-shadow: 0 13px 25px rgba(0, 0, 0, .3);
    box-shadow: 0 13px 25px rgba(0, 0, 0, .3)
}

.rassrochka__bubbletalk,
.rassrochka__hochy {
    text-align: center
}

.rassrochka__bubbletalk {
    font-size: 4.5rem;
    font-family: "PantonBold";
    background-image: url(../img/Kard/bubbletalk.png);
    width: 20rem;
    height: 16rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: cover;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rassrochka__bubbletalk p {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    line-height: 4rem;
    margin-top: -1rem;
    margin-left: -1rem
}

.rassrochka__hochy {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10%
}

.rassrochka__hochy,
.rassrochka__hochy>div,
.teplica__zabron,
.teplica__zabron>div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.rassrochka__hochy>div,
.teplica__zabron {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.teplica__zabron {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center
}

.form-inputs_wrap {
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .5);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, .5);
  margin-bottom: 1rem;
}

.rassrochka__hochy>div {
    background-image: url(../img/mazok.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 3rem 7rem 4rem;
    width: 50%;
}

.rassrochka__hochy>div,
.teplica__zabron>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 2.5rem
}

.rassrochka__hochy .iconForm.submit,
.teplica__zabron .iconForm.submit {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.checkbox1 {
    margin-top: 1%;
    width: 100%;
    text-align: center;
}

.submit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8rem
}

.submit,
.submit__flex,
.submit__label,
.teplica__zabron>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.submit__label {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5.5em;
    height: 5.5rem;
    background-color: #fff;
    opacity: .85;
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
    border-right: none
}

.submit__label img {
    width: 2.5rem;
    height: 2.5rem
}

.submit__button {
    position: relative;
    overflow: hidden;
}

.submit__button input,
.submit__phone {
    height: 5.5rem;
    border: 0;
    font-size: 2rem
}

.submit__button input {
    background: #fff;
    background: #6b278a;
    background: -webkit-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6b278a), to(#b60a45));
    background: -o-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: linear-gradient(to right, #6b278a 0%, #b60a45 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6b278a', endColorstr='#b60a45', GradientType=1);
    color: #fff;
    cursor: pointer;
    padding: 0 2rem;
    border-radius: 0 0.5rem 0.5rem 0;
}

.submit__phone {
    background-image: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #fff;
    padding: 0 .4rem;
    outline: 0;
    border-left: none
}

.circle,
.circle__background {
    width: 60rem;
    height: 60rem;
    margin: 15rem auto;
    position: relative
}

.circle__background {
    border-radius: 50%;
    border: .3rem solid #ffed00;
    background-image: url(../img/block_cirle/arochnajateplica1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: 22rem auto
}

.circle__arrow {
    width: 0;
    height: 0;
    border: 4rem solid transparent;
    border-left: 4rem solid #ffed00;
    top: -3rem;
    left: 17.8rem;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg)
}

.circle__arrow,
.circle__item,
.circle__item p {
    position: absolute
}

.circle__item img {
    width: 16rem
}

.circle__item p {
    font-family: "PantonBold";
    color: #333;
    font-size: 2rem;
    text-align: center;
    width: 17rem
}

.circle__item--first {
    top: -5rem;
    left: -webkit-calc(50% - 8rem);
    left: calc(50% - 8rem)
}

.circle__item--first p {
    top: -6rem;
    left: -6rem;
    width: 27rem
}

.circle__item--second {
    top: 7rem;
    right: -7rem
}

.circle__item--second p {
    top: -3rem;
    right: -12rem;
    width: 22rem
}

.circle__item--thirt {
    bottom: 7rem;
    right: -7rem
}

.circle__item--thirt p {
    bottom: -5rem;
    right: -11rem;
    width: 21rem
}

.circle__item--fourth {
    top: 7rem;
    left: -1rem
}

.circle__item--fourth p {
    top: -3rem;
    left: -14rem;
    width: 20rem
}

.circle__item--fives {
    bottom: 7rem;
    left: -1rem
}

.circle__item--fives p {
    bottom: -5rem;
    left: -12rem;
    width: 17rem
}

.circle__item--six {
    bottom: -5rem;
    left: -webkit-calc(50% - 8rem);
    left: calc(50% - 8rem)
}

.circle__item--six p {
    bottom: -3rem;
    left: -5rem;
    width: 25rem
}

.drilling,
.drilling__question {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;*/
    display: none;
}

.drilling {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
}

.drilling__question {
    background-image: url(../img/paper.png);
    background-position: center top;
    background-size: cover;
    width: 50rem;
    font-family: "PantonBold";
    padding: 3rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.drilling__question,
.drilling__question h2,
.drilling__title {
    -webkit-box-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.drilling__question h2 {
    font-size: 4rem;
    color: #333;
    text-align: center;
    margin-bottom: 1.5rem
}

.drilling__question h2 img {
    max-height: 6rem;
    margin-right: 20px
}

.drilling__question p {
    font-size: 2.3rem;
    color: #333;
    text-align: center;
    width: 46rem
}

.drilling__img,
.drilling__question h2,
.drilling__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.drilling__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.drilling__title h2 {
    font-size: 2.6rem;
    font-family: "PantonBold";
    margin-bottom: 2.5rem
}

.drilling__title h2 img {
    height: 4rem;
    margin-left: 15px
}

.drilling__img {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.drilling__img img {
    height: 13rem
}

.check {
    background-image: url(../img/bcg_plant.jpg);
    background-size: cover;
    padding: 8rem 0;
    position: relative
}

.check:after,
.check:before {
    display: block;
    content: "";
    width: 100%;
    height: 6rem;
    position: absolute;
    left: 0
}

.check:after {
    top: 0;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #fff 32%, transparent 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(32%, #fff), to(transparent));
    background: -o-linear-gradient(top, #fff 0%, #fff 32%, transparent 100%);
    background: linear-gradient(to bottom, #fff 0%, #fff 32%, transparent 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0)
}

.check:before {
    bottom: 0;
    background: #000;
    background: -webkit-linear-gradient(top, transparent 1%, #fff 61%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, transparent), color-stop(61%, #fff), to(#fff));
    background: -o-linear-gradient(top, transparent 1%, #fff 61%, #fff 100%);
    background: linear-gradient(to bottom, transparent 1%, #fff 61%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0)
}

.check,
.check h2,
.check__title {
    background-position: center;
    background-repeat: no-repeat
}

.check h2 {
    text-align: center;
    margin-bottom: 5rem;
    background-image: url(../img/mazok.png);
    background-size: contain;
    padding: 3rem 0
}

.check__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.check__title {
    position: relative;
    background-image: url(../img/border.png);
    background-size: 100% 100%;
    padding: 3rem 5rem;
    width: 42%;
    font-size: 2rem;
    font-family: "PantonBold";
    margin: 1.5rem 0
}

.check .check__content .check__title:nth-child(even):before {
    position: absolute;
    top: -1rem;
    right: -4rem;
    display: block;
    content: "";
    background-image: url(../img/ok.png);
    background-size: cover;
    width: 9.5rem;
    height: 8rem
}

.check .check__content .check__title:nth-child(odd):before {
    position: absolute;
    top: -3.5rem;
    left: -3rem;
    display: block;
    content: "";
    background-image: url(../img/none.png);
    background-size: cover;
    width: 9rem;
    height: 9rem
}

.video {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6rem 0 10rem;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff 0%, #f4f5f5 18%, #f4f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(18%, #f4f5f5), to(#f4f5f5));
    background: -o-linear-gradient(top, #fff 0%, #f4f5f5 18%, #f4f5f5 100%);
    background: linear-gradient(to bottom, #fff 0%, #f4f5f5 18%, #f4f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f5f5', GradientType=0)
}

.video>h2,
.zakaz h3 {
    background-image: url(../img/mazok_gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 5rem;
    font-size: 4rem
}

.video,
.video #sborkateplic ul,
.video__laptop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.video__laptop {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background-image: url(../img/laptop.png);
    background-position: center;
    background-size: cover;
    width: 85rem;
    height: 42rem
}

.video #sborkateplic ul,
.video .resp-tabs-container {
    background: 0 0!important
}

.video .resp-tab-content {
    border: 0!important
}

.video .resp-tab-active div {
    overflow: visible;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.video .resp-tab-active div:after,
.video .resp-tab-active div:before {
    position: absolute;
    top: 99%;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none;
    margin-left: -18px;
    border-width: 17px;
    border-top-color: #1246b1
}

.video .resp-tab-active div:after {
    margin-left: -10px;
    border-width: 10px
}

.video #sborkateplic {
    width: auto!important
}

.video #sborkateplic ul {
    padding: 0!important;
    border-bottom: 1px solid #333!important;
    border-radius: 0!important
}

.video #sborkateplic ul li {
    background: 0 0!important;
    border: 0!important;
    position: relative;
    z-index: 1;
    display: block;
    margin: 0;
    text-align: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
}

.video #sborkateplic ul li div span {
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    color: #333
}

.video-responsive {
    position: relative;
    top: -1.8rem
}

.video-responsive iframe {
    width: 56rem;
    height: 31.5rem
}

.zakaz {
    background: -webkit-gradient(linear, left top, left bottom, from(#f3f4f5), color-stop(18%, #e1eaf5), to(#dbe6f5));
    background: -webkit-linear-gradient(top, #f3f4f5 0%, #e1eaf5 18%, #dbe6f5 100%);
    background: -o-linear-gradient(top, #f3f4f5 0%, #e1eaf5 18%, #dbe6f5 100%);
    background: linear-gradient(to bottom, #f3f4f5 0%, #e1eaf5 18%, #dbe6f5 100%);
    padding: 8rem 0 5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.zakaz .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zakaz .submit {
    margin-bottom: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.zakaz h3 {
    font-size: 3rem;
    margin-right: 3rem;
    background-image: url(../img/mazok.png);
    padding: 2rem 3rem 3rem;
    width: 70%;
}

.sborka__advantages,
.sborka__advantages div,
.zakaz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.sborka__advantages {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10rem
}

.sborka__advantages img {
    width: 8rem
}

.sborka__advantages div {
    width: -webkit-calc(20% - 5px);
    width: calc(20% - 5px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.sborka__advantages p {
    text-align: center;
    font-size: 2rem;
    margin-top: 1rem
}

.advantages {
    background-color: #dce7f5;
    height: 81.5rem;
    margin-top: -1px
}
.advantages .resp-tabs-container {
    width: -webkit-calc(100% - 46rem)!important;
    width: calc(100% - 46rem)!important;
}
.advantages__title {
    margin-left: 3rem;
    font-family: "PantonBold"
}

.advantages__title p:first-child {
    font-size: 2.4rem;
    color: #333;
    padding-left: 1rem
}

.advantages__title p:last-child {
    font-size: 1.8rem;
    margin-left: 1.5rem;
    margin-top: 1rem;
    color: #333;
    width: 95%
}

.advantages__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 4rem;
}

.advantages__text p {
    font-family: "PantonBold";
    font-size: 2.2rem
}

.advantages__text p:first-child {
    width: 100%
}

.advantages__text p:nth-child(2) {
    width: 100%;
    margin-top: 4rem
}

.advantages__text p img {
    width: 20%;
    height: auto;
    margin-top: 0;
    float: right;
}
.advantages__text > img {
    max-width: 100%;
    height: auto;
}
.advantages .resp-tabs-list {
    background-color: #c7d4e5!important;
    width: 46rem!important;
}

.advantages .resp-tabs-list svg {
    width: 3rem;
    float: left;
    margin-right: 1rem;
    fill: #333
}

.advantages .resp-tabs-list li:hover {
    background: #ebf4fe!important;
}

.advantages .resp-tab-active,
.advantages .resp-tabs-list,
.advantages .resp-tabs-list li:hover {
    -webkit-transition: all 500ms ease!important;
    -o-transition: all 500ms ease!important;
    transition: all 500ms ease!important
}

.advantages .slick-dots li button:before {
    font-size: 8rem!important
}

.advantages .resp-tab-content {
    height: 81.5rem
}

.teplica,
.teplica h2 {
    background-repeat: no-repeat;
    background-position: center
}

.teplica {
    padding-top: 5rem;
    padding-bottom: 10rem;
    background-image: url(../img/aboutBG.jpg);
    background-size: cover
}

.teplica h2 {
    background-image: url(../img/mazok.png);
    background-size: contain;
    text-align: center;
    margin-bottom: 5rem;
    padding: 3.5rem 0 4.5rem
}

.teplica h3 {
    text-align: center;
    font-size: 3.5rem
}

.teplica h3 span {
    font-size: 4.5rem
}

.teplica__stand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.teplica__stand>div:nth-child(2) {
    background-image: url(../img/prestij.jpg);
    background-size: contain;
    background-position: center;
    width: 40%;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 26rem 0 5rem
}

.teplica__stand>div:nth-child(2)>img {
    width: 48rem;
    height: 36rem
}

.teplica__stand>div:nth-child(2)>a,
.teplica__stand>div:nth-child(2)>button {
    margin-top: 1rem;
    cursor: pointer;
    border-radius: .5rem;
    color: #fff
}

.teplica__stand>div:nth-child(2)>button {
    position: relative;
    overflow: hidden;
    font-family: 'PantonBold';
    background: -webkit-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6b278a), to(#b60a45));
    background: -o-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: linear-gradient(to right, #6b278a 0%, #b60a45 100%);
    padding: .5rem 3rem;
    border: 0;
    font-size: 2.5rem
}

.teplica__stand>div:nth-child(2)>button::before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -20rem;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -khtml-transition: all .1s;
    -ms-transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.teplica__stand>div:nth-child(2)>button:hover {
    background: -webkit-linear-gradient(left, #b60a45 0%, #6b278a 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b60a45), to(#6b278a));
    background: -o-linear-gradient(left, #b60a45 0%, #6b278a 100%);
    background: linear-gradient(to right, #b60a45 0%, #6b278a 100%)
}

.teplica__stand>div:nth-child(2)>a {
    padding: .6rem 2rem .5rem;
    border: 1px solid #fff;
    font-size: 2rem
}

.teplica__stand>div:nth-child(2)>a:hover {
    color: #6b278a;
    border-color: #6b278a
}

.teplica__cloud {
    background-image: url(../img/cloud.png);
    width: 66rem;
    height: 36rem;
    background-size: contain;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 12rem 0
}

.teplica__cloud span {
    font-size: 4rem;
    color: #2b2b2b;
    margin-left: 2rem
}

.teplica__cloud-left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.teplica__cloud-right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.teplica__cloud-right div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem
}

.teplica__advantages,
.teplica__cloud-right div,
.teplica__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.teplica__advantages {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -3rem;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.teplica__item {
    width: 30%;
    font-size: 2rem;
    margin-bottom: 4rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left
}

.teplica__item p {
    width: 50%;
    text-align: left;
    margin-left: 3rem
}

.teplica__item:nth-child(1) div,
.teplica__item:nth-child(2) div {
    background-image: url(../img/block_cirle/profil.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 13rem;
    height: 13rem
}

.teplica__item:nth-child(2) div {
    background-image: url(../img/block_cirle/rassto2.png)
}

.teplica__item:nth-child(3) div,
.teplica__item:nth-child(4) div,
.teplica__item:nth-child(5) div,
.teplica__item:nth-child(6) div {
    background-size: contain;
    background-repeat: no-repeat;
    width: 13rem;
    height: 13rem;
    background-image: url(../img/block_cirle/polik.png)
}

.teplica__item:nth-child(4) div,
.teplica__item:nth-child(5) div,
.teplica__item:nth-child(6) div {
    background-image: url(../img/block_cirle/fortchka.png)
}

.teplica__item:nth-child(5) div,
.teplica__item:nth-child(6) div {
    background-image: url(../img/block_cirle/nogi.png)
}

.teplica__item:nth-child(6) div {
    background-image: url(../img/block_cirle/komplekt.png)
}

.teplica__zabron {
    margin: 5% 0
}

.sertificate h2,
.teplica__zabron>div {
    background-image: url(../img/mazok.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 2rem 5rem 3.5rem
}

.teplica__zabron>div>span {
    font-size: 2.1rem
}
.teplica__zabron>div {
    width: 75%;
}

.sertificate {
    background: #f4f5f5;
    background: -webkit-linear-gradient(top, #fff 1%, #f4f5f5 32%, #f4f5f5 68%, #f4f5f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #fff), color-stop(32%, #f4f5f5), color-stop(68%, #f4f5f5), to(#f4f5f5));
    background: -o-linear-gradient(top, #fff 1%, #f4f5f5 32%, #f4f5f5 68%, #f4f5f5 100%);
    background: linear-gradient(to bottom, #fff 1%, #f4f5f5 32%, #f4f5f5 68%, #f4f5f5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f5f5', GradientType=0);
    padding-top: 5rem;
    padding-bottom: 5rem
}

.sertificate h2 {
    background-image: url(../img/mazok_gray.png);
    text-align: center;
    padding: 4.5rem 3rem;
    margin-bottom: 3rem;
    font-size: 4rem
}

.sertificate h3 {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem
}

.info {
    background-color: #f4f5f5;
    padding: 3% 0 5%;
    margin-top: -1px;
}

.info__all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 1.2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.info__left,
.info__right {
    text-align: center;
    width: 30%
}

.info__left a {
    color: #000;
    border-bottom: 1px #000 dashed
}

.info__left a:hover,
.info__under a:hover {
    border-bottom: none
}

.info__left p {
    padding-bottom: 2%
}

.footer__card img,
.info__left div,
.info__right p {
    margin-bottom: 2%
}

.info__right {
    width: 60%
}

.info__right p:nth-child(2) {
    font-size: 1.5rem
}

.info__right h3 {
    font-size: 2rem
}

.info__under {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    margin-top: 3%;
    font-size: 1.3rem
}

.footer__all>div,
.info__under div {
    width: 30%
}

.info__under a {
    width: 30%;
    color: #000;
    border-bottom: 1px #000 dashed
}
.yandmap>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 3%;
}
.yandmap>div>div>a {
    font-size: 2.5rem;
    text-decoration: none;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.yandmap>div>div>p {
    font-size: 2.5rem;
    text-decoration: none;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer {
padding: 4rem 0 0rem;
    font-size: 1.6rem;
    margin-top: -1px;
    background-color: #e8e8e8;
}

.footer .mainpage__akcia {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}
.footer .mainpage__button input {
    font-size: 2rem;
}
.footer__card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__card img:nth-child(7) {
    margin: 0 auto
}

.footer__all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}


.footer__all>div a,
.footer__all>div div,
.footer__all>div p {
    margin-bottom: 2rem
}

.footer__all>div:nth-child(2) {
    width: 30%;
    margin-top: 1rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.footer__logo {
    max-width: 100rem;
    width: 31%!important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.footer__logo>a {
    font-family: "Ubuntu";
    font-size: 3.9rem;
    color: #9ec534
}

.footer__logo>a>p {
    font-size: 2.5rem;
    color: #333;
}

.footer__phone {
    margin-bottom: 0!important
}
.footer__agro {
-webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    background-image: url(../img_karaoke/mazok-bl.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 3.5rem;
    text-align: center;
    margin-top: -29rem;
    margin-bottom: 17rem;
    padding: 3.8rem 0 6.5rem;
    width: 65%!important;
    color: #fff;
}
.footer__contacts {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    width: 54%!important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    top: -13rem;
    right: -12%;
    position: relative;
    margin-bottom: -10rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer__contacts--top {
    width: 125%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -14rem;
    margin-top: -9rem;
    margin-bottom: 0!important;
}
.footer__contacts--top>p {
    color: #333;
    font-size: 1.5rem;
}
.footer__contacts--top>p>a {
    color: #333;
    text-decoration: underline;
}
.footer__contacts--top>p>a:hover {
    color: #6b278a;
}
.footer__photo {
    background-image: url(../img_karaoke/kirkorov.png);
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}
.footer__contacts--top>p {
    width: 80%;
}
.footer__contacts--left {
    width: 50%;
    margin-top: -2rem;
}
.footer__contacts--left>div>a {
    font-size: 2rem;
    text-decoration: none;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem!important;
}
.footer__contacts--left>div {
    margin-bottom: 0rem!important;
}
.footer__contacts--right {
    width: 50%;
    margin-top: -2rem;
}
.footer__contacts--right>p {
    font-size: 1.5rem;
    text-decoration: none;
    color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem!important;
}
#authorCTAHOK {
    width: 250px;
    float: right;
    margin-right: 5%;
    margin-top: -80px;
}

#pCTAHOK {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    color: #333;
    font-size: 11px;
    text-transform: none;
    font-weight: 400;
    margin: 7px 5px 0 0;
    float: left;
}

#logoCTAHOK {
    width: 140px;
    float: left;
}

.scrollup {
    width: 85px;
    height: 85px;
    opacity: 1;
    position: fixed;
    bottom: 15px;
    right: 0;
    display: none;
    text-indent: -9999px;
    z-index: 998;
    background: url(../img/icon_top.png) no-repeat
}

.modal_close {
    position: absolute;
    cursor: pointer;
    width: 19px;
    height: 19px;
    display: block;
    background: url(../img/close-ico.png) no-repeat;
    background-size: contain;
    top: 10px;
    right: 10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -moz-transition: transform .4s ease;
    -webkit-transition: transform .4s ease
}

.modal_close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .7s ease;
    -o-transition: transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
    -moz-transition: transform .7s ease;
    -webkit-transition: transform .7s ease
}

.modal_div {
    width: 800px;
    height: 96vh;
    border-radius: 5px;
    border: 3px #000 solid;
    background: #fff;
    position: fixed;
    top: 45%;
    left: 50%;
    margin-top: -48vh;
    margin-left: -390px;
    display: block;
    opacity: 0;
    z-index: 100;
    padding: 20px 10px;
    visibility: hidden;
    overflow: auto
}

.modal_div h3 {
    text-align: center;
    font-size: 2.7rem
}

.modal_div #modal_close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block
}

#modal_div,
#overlay {
    position: fixed;
    left: 0
}

#overlay {
    background-color: #000;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
    height: 100%;
    top: 0;
    cursor: pointer;
    display: none;
    z-index: 99;
    width: 100%
}

#modal_div {
    z-index: 9999;
    background: #fff;
    margin: 0 auto;
    right: 0;
    width: 90%;
    min-width: 320px;
    max-width: 760px;
    min-height: 100px;
    padding: 10px;
    border-radius: 4px
}

.open_modal_phone{
    position: relative;
    overflow: hidden;
    width: 10%;
}
.open_modal_phone::before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -20rem;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -khtml-transition: all .1s;
    -ms-transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}


.modal_divDop {
    width: 400px!important;
    margin-left: -200px!important;
    height: 420px;
    margin-top: -210px;
    overflow: hidden;
    padding: 0
}

.modal_divDop .mainpage__akcia {
    width: 100%
}

.modal_divDop .mainpage__akcia p {
    padding: 1.5rem 4rem;
    margin-bottom: 1rem
}

.modal_divDop .modal__text {
    font-size: 1.8rem;
    padding: 3% 3.6rem
}

.outssye {
    visibility: visible!important
}

.outss {
    visibility: hidden;
    font-family: Arial;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.outss__img {
    position: absolute;
    left: 21%;
    top: 142px;
    z-index: 10
}

.outss__img img {
    width: 50%;
    height: 25%
}

.outsscl {
    cursor: pointer;
    position: absolute;
    line-height: 32px;
    font-size: 32px;
    top: 0;
    right: 5px;
    color: #e40000
}

.outsscl:hover {
    color: #000
}

.outss .outssback {
    background: #000;
    opacity: .8;
    position: fixed;
    width: 100%;
    height: 100%
}

.outss .outsstext {
    padding: 3%;
    border: 1px solid #333;
    background: #fff;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -25%;
    border-radius: 10px;
    text-align: center;
    width: 45%
}

.outss .outsstext>p {
    margin-bottom: 20px
}

.outss .outsstext>p:nth-child(2) {
    font-size: 4rem
}

.outss .outsstext>p:nth-child(3) {
    font-size: 2rem;
    color: #707881
}

.outss .outsstext>p:nth-child(4) {
    font-size: 4rem;
    color: #e40000;
    font-weight: 600
}

.outss .outsstext>p:nth-child(5) {
    font-size: 2rem;
    color: #707881
}

.outss .outsstext>form>.form-group.mainpage__button {
    border: 2px solid #9ec534;
    margin-top: 1%;
}
.outss .outsstext>form>.form-group.mainpage__button input {
    background-color: #9ec534;
}



.slider__harakteristiki,
.slider__harakteristiki>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.slider__harakteristiki {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3rem
}

.slider__harakteristiki>div {
    border-bottom: 1px #333 dashed;
    padding-bottom: 1rem;
    padding-top: 1rem
}

.slider__harakteristiki>div>p {
    font-size: 2rem
}

.swiper-container {
    width: 100%;
    padding-top: 50px!important;
    padding-bottom: 50px!important
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 290px!important;
    height: 500px!important;
    background-color: #fff;
    -webkit-filter: blur(6px);
    filter: blur(6px);
    margin-bottom: 5rem;
}

.cont {
    width: 900px;
    overflow: hidden;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.swiper-slide-next,
.swiper-slide-prev {
    -webkit-filter: blur(6px);
    filter: blur(6px)
}

.swiper-slide-active {
    -webkit-box-shadow: 0 20px 60px -10px rgba(128, 0, 0, .4);
    box-shadow: 0 20px 60px -10px rgba(128, 0, 0, .4);
    -webkit-filter: blur(0);
    filter: blur(0)
}

.swiper-slide:after {
    content: '';
    background: url(../img/triangle.png) 0 0 no-repeat;
    position: absolute;
    bottom: -35px;
    right: 20px;
    width: 48px;
    height: 35px;
    display: block
}

.swiper__top--yan {
    background: #ffc706;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12px 10px 15px;
    height: 82px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important
}

.swiper__top--yan a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin-top: 12px
}

.swiper__body {
    padding: 15px
}

.swiper__body h4 {
    font-size: 20px;
    line-height: 19px;
    color: #8f7b71;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0
}

.swiper__body p {
    font-size: 16px;
    line-height: 19px;
    color: #696868;
    outline: 0!important;
    margin: 10px 0
}

.swiper__user span:nth-child(1) img {
    width: 50px;
    border-radius: 50%
}

.swiper__user span:nth-child(2) {
    font-size: 15px;
    color: #e12121;
    display: block;
    text-align: left;
    -webkit-box-flex: 2;
    -o-box-flex: 2;
    -ms-box-flex: 2;
    box-flex: 2;
    -ms-flex-positive: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    margin-left: 10px
}

.swiper__user span:nth-child(3) {
    color: #afa29c;
    font-size: 16px;
    line-height: 19px;
    margin-left: 10px
}

.swiper__user {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    width: 90%;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-width: 50px
}

.swiper__top--vk {
    background: #507299;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 12px 10px 15px;
    height: 82px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0!important
}

.swiper__top--vk img {
    width: 50px
}

.swiper__top--vk a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display: block;
    margin-top: 0
}

.slick-dots li button:before {
    font-size: 10rem!important
}

.product-slider,
.product-slider-nav {
    max-width: 780px!important
}

.modal_divDop .mainpage__akcia {
    border: 0
}

.button-blocks {
  background-color: #00FF00;
  border: 3px solid #cf3143;
  padding: .6em 1.3em;
  color: #cf3143;
  font-weight: 400;
  font-size: 14px;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none; }
  .button-blocks:hover {
    background-color: #fff;
    color: #3a3a3a; }
.personal {
    font-size: 13px;
}

/* Блок-18-------------------------------------------------------------------------------------------- */
.container112 {
  max-width: 120rem;
  margin: 0 auto; }

.hits112 h2 {
  font-size: 4.5rem;
  font-family: "PantonBold"; }

.hits112 a {
  text-decoration: none; }

.hits112 {
  background-color: #f4f5f5;
  padding-bottom: 5rem;
  padding-top: 5rem; }
  .hits112 .pulse {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

.hits__list112 {
  margin-top: 7rem; }
.hits112 h2 {
  background-image: url(../img/mazok_gray.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  padding: 2rem 0;
  margin-bottom: 2rem; }

.hits112 > p {
  text-align: center;
  font-size: 2.5rem; }

.hits__item112 {
  border-bottom: 1px solid #b1b1b1;
  padding: 5rem 2rem; }

.hits__knopkaopt112 {
  padding: .5rem 2rem;
  text-align: center;
  cursor: pointer;
  width: 30%;
  font-size: 2.5rem;
  color: #fff;
  border-radius: .5rem;
  background: -webkit-linear-gradient(left, #6b278a 0%, #b60a45 100%);
  background: -webkit-gradient(linear, left top, right top, from(#6b278a), to(#b60a45));
  background: -o-linear-gradient(left, #6b278a 0%, #b60a45 100%);
  background: linear-gradient(to right, #6b278a 0%, #b60a45 100%);
  margin: 3% auto 1%; }
  .hits__knopkaopt112 > a {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer; }
  .hits__knopkaopt112:hover {
    background: -webkit-linear-gradient(left, #b60a45 0%, #6b278a 100%);
    background: -webkit-gradient(linear, left top, right top, from(#b60a45), to(#6b278a));
    background: -o-linear-gradient(left, #b60a45 0%, #6b278a 100%);
    background: linear-gradient(to right, #b60a45 0%, #6b278a 100%); }

.hits__item112 .container112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: justify; }
  .hits__item112 .container112 form div {
    -webkit-box-pack: justify; }

.hits__item112:nth-child(odd) {
  background-color: #fff; }
  .hits__item112:nth-child(odd) .container112 fieldset:nth-child(2) .active112, .hits__item112:nth-child(odd) .container112 form .active112 {
    background-color: #f4f5f5; }

.hits__item112:nth-child(1) {
  border-top: 1px solid #b1b1b1; }

.hits__item112:nth-child(5) {
  border-bottom: none; }

.hits__item112 .container112 > a {
  width: 33%;
  padding: 1rem 0;
  cursor: pointer; }
.hits__item112 .container112 > a > img {
  width: 100%; }
.hits__item112 .container112 > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 32%;
  padding-top: 1rem;
  padding-bottom: 2rem; }
  .hits__item112 .container112 > div > a {
    padding: .5rem 0rem;
    cursor: pointer;
    width: 100%;
    font-size: 3rem;
    color: #000; }
    .hits__item112 .container112 > div > a span {
      font-size: 2rem; }

.hits__item112 .container112 form div button:hover {
  background: -webkit-linear-gradient(left, #b60a45 0%, #6b278a 100%);
  background: -webkit-gradient(linear, left top, right top, from(#b60a45), to(#6b278a));
  background: -o-linear-gradient(left, #b60a45 0%, #6b278a 100%);
  background: linear-gradient(to right, #b60a45 0%, #6b278a 100%); }

.hits__item112 .container112 h3 {
  position: relative;
  width: 200%;
  font-size: 2.7rem;
  padding-bottom: 2rem; }

.hits__item112 .container112 form {
  margin-top: 1rem; }
  .hits__item112 .container112 form fieldset:nth-child(1) {
    border: 0; }
  .hits__item112 .container112 form legend {
    font-size: 2rem; }

.rassrochka__bubbletalk span {
  font-size: 2rem; }

.hits__item112 .container112 form .active112 {
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.hits__item112 .container112 form span {
  position: relative;
  height: 3rem;
  width: 9rem;
  font-size: 1.5rem;
  text-align: center;
  padding: .5rem;
  cursor: pointer;
  outline: 0; }

.hits__item112 .container112 form .polik-width112 span {
  height: auto; }

.hits__item112 .container112 form fieldset:nth-child(2) {
  margin-top: 1rem;
  border: 0; }
  .hits__item112 .container112 form fieldset:nth-child(2) div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .hits__item112 .container112 form fieldset:nth-child(2) legend {
    font-size: 1.7rem; }

.hits__item112 .container112 form fieldset:nth-child(2) .active112 {
  -webkit-box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff; }

.hits__perenos112 {
  display: none; }

.hits__item112 .container112 form fieldset:nth-child(2) span {
  position: relative;
  top: .5rem;
  width: 47%;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.5rem;
  cursor: pointer;
  outline: 0; }

.hits__item112 .container112 form div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .hits__item112 .container112 form div a {
    margin-top: 1rem;
    cursor: pointer;
    border-radius: 0.5rem; }
  .hits__item112 .container112 form div button {
    margin-top: 1rem;
    cursor: pointer;
    border-radius: 0.5rem;
    position: relative;
    overflow: hidden;
    font-family: 'PantonBold';
    background: -webkit-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: -webkit-gradient(linear, left top, right top, from(#6b278a), to(#b60a45));
    background: -o-linear-gradient(left, #6b278a 0%, #b60a45 100%);
    background: linear-gradient(to right, #6b278a 0%, #b60a45 100%);
    padding: .5rem 3rem;
    border: 0;
    font-size: 2.5rem;
    color: #fff; }
  .hits__item112 .container112 form div a {
    padding: .6rem 2rem .5rem;
    border: 1px solid #333;
    font-size: 2rem;
    color: #333; }
    .hits__item112 .container112 form div a:hover {
      color: #6b278a;
      border-color: #6b278a; }

.hits__item112 .container112 > div:nth-child(3) {
  font-size: 1.5rem;
  margin-top: 4rem; }
  .hits__item112 .container112 > div:nth-child(3) div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #333;
    padding-bottom: 1rem; }
.hits__perenos112 {
  display: none; }
.modal_div112 {
  width: 800px;
  height: 96vh;
  border-radius: 5px;
  border: 3px #000 solid;
  background: #fff;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -48vh;
  margin-left: -390px;
  display: block;
  opacity: 0;
  z-index: 100;
  padding: 20px 10px;
  visibility: hidden;
  overflow: auto; }
  .modal_div112 h3 {
    text-align: center;
    font-size: 2.7rem; }
  .modal_div112 #modal_close112 {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block; }

#modal_div112 {
  position: fixed;
  left: 0; }
#modal_div112 {
  z-index: 9999;
  background: #fff;
  margin: 0 auto;
  right: 0;
  width: 90%;
  min-width: 320px;
  max-width: 760px;
  min-height: 100px;
  padding: 10px;
  border-radius: 4px; }
.modal_divDop112 {
  width: 400px !important;
  margin-left: -200px !important;
  height: 420px;
  margin-top: -210px;
  overflow: hidden;
  padding: 0; }
  .modal_divDop112 .mainpage__akcia112 {
    width: 100%; }
    .modal_divDop112 .mainpage__akcia112 p {
      padding: 1.5rem 4rem;
      margin-bottom: 1rem; }
  .modal_divDop112 .modal__text112 {
    font-size: 1.8rem;
    padding: 3% 3.6rem; }
.modal_divDop112 .mainpage__akcia112 {
  border: 0; }
.product-slider112, .product-slider112-nav {
  max-width: 780px !important; }
.slider__harakteristiki112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3rem; }
  .slider__harakteristiki112 > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px #333 dashed;
    padding-bottom: 1rem;
    padding-top: 1rem; }
    .slider__harakteristiki112 > div > p {
      font-size: 2rem; }
.modal_close112 {
  position: absolute;
  cursor: pointer;
  width: 19px;
  height: 19px;
  display: block;
  background: url(../img/close-ico.png) no-repeat;
  background-size: contain;
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -moz-transition: transform .4s ease;
  -webkit-transition: transform 0.4s ease; }
  .modal_close112:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .7s ease;
    -o-transition: transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
    -moz-transition: transform .7s ease;
    -webkit-transition: transform 0.7s ease; }
.slick-dots li button:before {
  font-size: 10rem !important; }
.mainpage__akcia112 {
  background-color: #fff;
  border: 2px solid #ababab;
  padding-top: 2rem;
  width: 32%; }
  .mainpage__akcia112 form {
    margin: 2rem 3.6rem;
    margin-top: 0; }
  .mainpage__akcia112 > P {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.mainpage__akcia112 > P {
  padding: 1.5rem 5.5rem;
  font-size: 2.8rem;
  color: #333;
  font-family: "PantonBold";
  background-image: url(../img/mazok_akcia.png);
  line-height: 3.7rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: 100% 100%;
  text-align: center; }
  .mainpage__akcia112 > P span {
    font-size: 5.4rem;
    color: #9ec534; }

.mainpage__akcia112 ul {
  margin: 0 3.6rem;
  margin-top: .5rem;
  margin-bottom: 2.4rem; }
  .mainpage__akcia112 ul li {
    font-size: 2.3rem;
    list-style-type: none;
    font-family: "PantonBold"; }
.mainpage__flex112 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.mainpage__flex112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.mainpage__flex112 {
  margin-bottom: 2rem; }
  .mainpage__flex112 input, .mainpage__flex112 label {
    padding-left: 1rem;
    height: 3.4rem;
    border: 1px solid #c9c9c9; }
  .mainpage__flex112 input {
    width: 100%;
    font-size: 1.8rem;
    border-left: none; }
  .mainpage__flex112 label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: none; }
.checkbox1112 {
  margin-top: 1%;
  width: 100%;
  text-align: center; }
.mainpage__button112 {
  overflow: hidden;
  position: relative;
  border: 2px solid #f33030; }
  .mainpage__button112 input {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 4.5rem;
    color: #fff;
    border: 0;
    width: 100%;
    font-size: 3rem;
    cursor: pointer;
    background-color: #f33030; }
    .mainpage__button112 input:hover {
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      background-color: #d11a1a; }
.personal112 {
    font-size: 13px;
}
.hits112 {
  font-family: "PantonBold";
}

div.aligner_karaoke_bt .mainpage__button1444{
    margin: 40px auto;
}




@media (max-width: 1100px) {
    .mainpage__akcia ul li {
    font-size: 2rem;
    list-style-type: none;
}
  html {
    font-size: 8px; }
  .hits__knopkaopt112 {
    width: 35%; }
  .hits__item112 .container112 h3 {
    width: 90%; }
  .hits__item112 .container112 form span {
    width: 25%; }
  .hits__item112 .container112 > div:nth-child(3) p:nth-child(2) {
    text-align: right; }
  .container112 {
    width: 90%; }
  .modal_divDop112 {
    height: 360px; }
}

@media (max-width: 900px) {
  html {
    font-size: 7px; }
  .hits__knopkaopt112 {
    width: 40%; }
  .hits__item112 .container112 > a {
    width: 45%; }
  .hits112 > p {
    width: 90%;
    margin: 0 auto; }
  .hits__item112 .container112 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .hits__item112 .container112 > div {
      width: 50%; }
      .hits__item112 .container112 > div:nth-child(3) {
        width: 100%;
        margin-top: 1rem; }
        .hits__item112 .container112 > div:nth-child(3) > div {
          font-size: 2.5rem;
          margin-top: 1rem; }
  .modal_div112 {
    width: 500px;
    margin-left: -250px; }
  .modal_divDop112 {
    height: 300px; }
  .mainpage__akcia112 {
    width: 45%; }
}

@media (max-width: 600px) {
  h2.resp-accordion {
    font-size: 3rem !important; }
  .hits h2 {
    font-size: 3.5rem;
  }
  .hits__knopkaopt112 {
    width: 60%; }
  .hits__knopkaopt>a {
    font-size: 2rem; }
  .hits__item112 .container112 > a, .hits__item112 .container112 > div {
    width: 100%; }
  .hits__item112 .container112 {
    width: 100%; }
    .hits__item112 .container112 h3 {
      width: 100%;
      text-align: center; }
    .hits__item112 .container112 > div > a {
      padding: 1rem 0rem;
      margin: 1% auto 3%;
      font-size: 4rem;
      text-align: center;
      width: 100%; }
      .hits__item112 .container112 > div > a span {
        font-size: 3rem; }
    .hits__item112 .container112 form legend {
      margin: 2% auto; }
    .hits__item112 .container112 h3 {
      font-size: 3rem; }
    .hits__item112 .container112 form fieldset:nth-child(2) span {
      left: 0;
      width: 50%;
      text-align: center;
      font-size: 2.3rem; }
  .hits__perenos112 {
    display: block; }
  .hits__item112 .container112 form legend, .rassrochka__bubbletalk span {
    font-size: 2.8rem; }
  .hits__item112 .container112 form fieldset:nth-child(2) span {
    width: 50%;
    height: 7rem; }
  .hits__item112 .container112 form span {
    font-size: 2.3rem;
    top: 1.2rem;
    text-align: center; }
  .hits__item112 .container112 form div a, .hits__item112 .container112 form div button {
    margin-top: 5%;
    width: 40%;
    text-align: center;
    padding: 1rem 0;
    font-size: 2rem; }
  .hits__item112 .container112 form span {
    width: 25%;
    height: 5rem; }
  .hits__item112 .container112 form fieldset:nth-child(2) legend {
    font-size: 2.8rem; }
  .hits112 {
    padding-top: 0; }
  .hits112 > p {
    padding: 0 !important; }
  .teplica__advantages {
    margin-top: 0rem; }
  .hits__item112 .container112 form fieldset:nth-child(1) {
    margin-bottom: 3rem; }
  .modal_div112 {
    width: 300px;
    margin-left: -150px; }
  .modal_divDop112 {
    height: 350px; }
  .slider__harakteristiki112 {
    padding: 2%; }
    .slider__harakteristiki112 > div p:nth-child(2) {
      text-align: right; }
  .slick-dots {
    bottom: -42px !important; }
  .mainpage__akcia112 {
    width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .mainpage__flex112 input, .mainpage__flex112 label {
    height: 6rem; }
  .mainpage__button112 input {
    height: 6rem;
    font-size: 3.5rem; }
}

@media (max-width: 400px) {
  html {
    font-size: 6px; }
  .hits__knopkaopt112 {
    width: 65%; }
  .hits112 h2 {
    padding: .5rem;
    font-size: 3.5rem; }
  .modal_divDop112 {
    width: 300px !important;
    margin-left: -150px !important; }
  .modal_divDop112 {
    height: 320px; }
  .slick-dots {
    bottom: -25px !important; }
    .slick-dots li {
      width: 13px !important;
      height: 13px !important; }
}

@media (max-width: 320px) {
  .hits__item112 .container112 form span {
    font-size: 2.1rem; }
  .hits__item112 .container112 > div > a span {
    font-size: 2.8rem; }
}


.block_4_img_mob{
        display: none;
    }

/* Сайт2------------------------------------------------------------------------------------------- */
@font-face {
  src: url(/fonts/Ubuntu.ttf);
  font-family: 'Ubuntu'; }

















@media (min-width: 901px) {
  #agroVerticalTabs {
    height: 100%; }
    #agroVerticalTabs .resp-tabs-list {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
    #agroVerticalTabs .resp-tabs-container {
      height: 100%; } }
@media (max-width:1100px) {
    #authorCTAHOK {
        margin-right: 3%;
    }
    .footer__card img {
        width: 33%;
        height: 100%;
    }
    .akcia__sosed>button {
        top: -14rem;
    }
    .hits__knopkaopt {
        width: 35%;
    }
    .mainpage__logo,
    .outss__img {
        display: none
    }
    .mainpage>.main_header>h1 {
        font-size: 4.3em;
    }
    .mainpage>.main_header>h1>span {
        font-size: 1em;
        display: block;
    }
    .mainpage>.main_header>h1>span>span {
        margin-left: 0
    }
    .mainpage__card img {
        margin-right: 2%
    }
    .header__rezhim {
        width: 36%
    }
    .header__information>a {
        width: 40%
    }
    .header__information>a img {
        margin-right: 1%
    }
    .header__information>p:nth-child(3) img {
        margin-right: 1%
    }
    .header__information>p:nth-child(4) {
        width: 20%
    }
    .header__circle {
        margin-right: 3%
    }
    html {
        font-size: 8px
    }
    .mainpage__title p:first-child {
        width: 97%
    }
    .header__contacts {
        margin: 0 2.4rem;
        min-width: 166px
    }
    .container,
    .hits__item .container h3 {
        width: 90%
    }
    .hits__item .container>div>a {
        width: 60%
    }
    .hits__item .container form input {
        width: 25%
    }
    .hits__item .container form label {
        width: 25%
    }
    .hits__item .container form fieldset:nth-child(2) label {
        left: -4rem
    }
    .hits__item .container>div:nth-child(3) p:nth-child(2) {
        text-align: right
    }
    .advantages__title p:last-child {
        width: 95%
    }
    .advantages .resp-tab-content {
        height: 90.5rem
    }
    .advantages {
        height: 90.5rem
    }
    .sertificate {
        padding-top: 0
    }
    .teplica__stand>div:nth-child(2) {
        width: 40%;
        height: 30%
    }
    .teplica__stand>div:nth-child(2)>img {
        width: 100%;
        height: auto
    }
    .teplica__cloud {
        width: 58%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 35rem
    }
    .teplica__cloud-right img {
        width: 20%!important;
        height: auto!important
    }
    .teplica__cloud-left {
        width: 50%;
        height: auto;
        margin-right: 3%
    }
    .teplica__cloud-left img {
        width: 100%!important;
        height: auto!important
    }
    .rassrochka__hochy,
    .teplica__zabron {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .modal_divDop {
        height: 360px
    }
    .zakaz h3 {
        margin: 0 auto;
    }
}

@media (max-width:900px) {
    #header{
        position: static;
    }
    .footer__agro {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 2rem;
        margin-top: 0;
    }
    .advantages .resp-tabs-container {
        width: auto!important;
    }
    .akcia__sosed>button {
        font-size: 2rem;
        left: 64%;
        top: -11.5rem;
    }
    .hits__item .help-window span {
      left: -3rem;
      right: auto;
    }
    .hits__knopkaopt {
        width: 40%;
    }
    html {
        font-size: 7px
    }
    .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header__information {
        width: 100%;
        padding-top: 1rem;
        border-top: 1px #aaa dashed
    }
    .header__logo {
        margin-bottom: 1rem;
        max-width: 37rem
    }
    .header__contacts {
        width: 30%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .header__contacts a {
        margin-bottom: 3%rem
    }
    .mainpage>.main_header {
        margin-left: 0;
        margin: 2rem 0rem 14rem;
    }
    .mainpage>.main_header>h1 {
      line-height: 6rem;
      font-size: 4.2rem;
    }

    .mainpage>.main_header>img {
      width: 24%;
      margin-left: -5%;
    }
    .mainpage__title {
        width: 60%
    }
    .mainpage__title p {
      padding-left: 14%;
      background-size: 14%;
    }
    .mainpage__title p:first-child {
        padding: 5rem;
        text-align: center;
        font-size: 3.5rem;
        line-height: 3rem
    }
    .mainpage__akcia {
        width: 45%
    }
    .mainpage__card {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 75%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .mainpage__card img {
        margin-bottom: 2rem;
        width: 30%;
        max-width: 20rem
    }
    .check__title,
    .hits__item .container>a {
        width: 45%
    }
    .resp-tabs-container .resp-accordion {
        width: 97vw;
        background-color: #ebf4fe;
        color: #333;
        border: 0
    }
    .resp-tab-content {
        padding: 15px 0!important
    }
    .time {
        padding-bottom: 0
    }
    .hits>p {
        width: 90%;
        margin: 0 auto
    }
    .hits__item .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .hits__item .container>div:nth-child(3) {
        width: 100%;
        margin-top: 1rem
    }
    .hits__item .container>div:nth-child(3)>div {
        font-size: 2.5rem;
        margin-top: 1rem
    }
    .hits__item .container>div {
        width: 50%
    }
    .hits__item .container form fieldset:nth-child(2) label {
        left: -15%
    }
    .rassrochka__content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 5rem
    }
    .rassrochka__kard {
        margin-bottom: 2rem
    }
    .rassrochka__kard img {
        width: 22rem
    }
    .circle__item--second p {
        top: -4rem;
        right: -3rem
    }
    .circle__item--thirt p {
        right: -1rem
    }
    .circle__item--fourth p {
        top: -6.5rem;
        left: -3rem
    }
    .circle__item--fives p {
        left: -1rem
    }
    .zakaz {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .zakaz h3 {
        margin-bottom: 3rem
    }
    .advantages {
        height: auto;
        padding-bottom: 3rem
    }
    .advantages__title p:last-child {
        width: 90%
    }
    .advantages .resp-accordion {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #dce7f5
    }
    .advantages .resp-accordion svg {
        width: 5rem;
        float: left;
        margin-right: 2rem;
        margin-bottom: 5rem
    }
    .advantages .resp-tabs-container {
        margin: 0 auto
    }
    .advantages .resp-tab-content {
        height: auto
    }
    .teplica__cloud {
        height: 30rem;
        padding: 13% 15% 12% 8%
    }
    .teplica__item p {
        margin-left: 3%
    }
    .sertificate h3 {
        width: 70%;
        margin: 0 auto
    }
    .footer__all {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer__card img:nth-child(7) {
        margin: 0
    }
    .footer__logo {
        width: 80%!important;
        max-width: 80%!important
    }
    .footer__card {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .modal_div {
        width: 500px;
        margin-left: -250px
    }
    .modal_divDop {
        height: 300px
    }
    .rassrochka__kard {
        width: 30%
    }
    .video #sborkateplic ul {
        display: none
    }
    .teplica__item {
        width: 50%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .footer {
        padding-top: 70px
    }
    .footer__all,
    .footer__logo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .footer__logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        text-align: center
    }
    .footer__logo>a {
        margin-bottom: 1%!important
    }
    .footer__all>div:nth-child(2) {
        width: 80%!important;
        text-align: center
    }
    .footer__all>p {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        margin-top: 0;
        padding: 5rem
    }
    .footer .mainpage__akcia {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .footer__all>div:nth-child(3) {
        width: 70%!important
    }
    .footer__card img {
        width: 15%;
        height: 100%
    }
    .rassrochka__hochy>div>div:nth-child(2)>span,
    .teplica__zabron>div>div:nth-child(2)>span {
        font-size: 1.8rem
    }
    .teplica__stand>div:nth-child(2) {
        padding: 21rem 0 5rem
    }
    .outss .outsstext {
        width: 60%;
        margin-left: -30%
    }
    .sait1 .cont {
        width: 90%
    }
    .rassrochka__hochy>div {
        width: 60%;
    }
    .zakaz .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .footer__contacts {
        width: 90%!important;
        position: inherit;
        margin-bottom: 2%;
    }
    .footer__contacts--top {
        margin: 30px  auto;
    }
    .footer__contacts--left {
        margin-top: 0;
    }
    .footer__contacts--right {
        margin-top: 0;
    }
    .footer__contacts--left>div {
        background-size: contain;
    }
    .footer__contacts--top>p {
        font-size: 2rem;
        width: -webkit-calc(100% - 110px);
        width: calc(100% - 110px);
    }
    .video {
        padding-bottom: 5rem;
    }
    .time__item {
      font-size: 2.4rem
    }
}
@media (max-width:760px) {
    .block_4_img{
        display: none;
    }

.block_4_img_mob{
        display: block;
    }

    .mainpage>.main_header {
    margin: 2rem 1rem 12rem 0;
    }
    .mainpage>.main_header>h1 {
      font-size: 3.4rem;
      line-height: 6rem;
    }
    .mainpage>.main_header>img {
        width: 28%;
        margin-left: -8%;
    }
    .time__item1,
    .time__item2,
    .time__item3 {
        width: 70%;
        height: 35rem
    }
    .time__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .time__item {
      width: 90%;
      max-width: 450px;
      font-size: 5rem;
      margin-bottom: 2rem;
    }
}

@media (max-width:695px) {
    .mainpage>.main_header {
    margin-left: 0;
    margin: 2rem 1rem 10rem 0;
    }
    .mainpage>.main_header>h1 {
      line-height: 6rem;
      font-size: 3.3rem;
    }
    .mainpage>.main_header>img {
        width: 28%;
    }
}


@media (max-width:600px) {
    .advantages__title p:last-child {
        padding-left: 5%;
    }
    .sait1 .dopaksesuary h2 {
        font-size: 3.5rem;
    }
    .zakaz {
        padding-top: 5%;
    }
    .video {
        padding-bottom: 2%;
    }
    .yandmap>div {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .yandmap .container>p {
        width: 70%;
        margin-top: 1%;
        font-size: 2.5rem!important;
    }
    .footer__agro {
        width: 80%!important;
        padding: 1rem 0 0 0;
        background-size: 100% 110%;
    }
    .footer__contacts {
        margin-top: 2%;
    }
    .video__laptop {
        width: auto;
    }
    .advantages__title p:first-child {
        font-size: 3rem;
    }
    .advantages__title p:last-child {
        font-size: 2.5rem;
    }
    .advantages__text p {
        font-size: 2.5rem;
    }
    h2.resp-accordion {
        font-size: 3rem!important;
    }
    .video .resp-tabs-container .resp-accordion {
        width: 96vw;
    }
    .mainpage__perenos {
        display: block;
    }
    #mainpage {
        -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
    }
    .akcia__sosed>button {
        top: 0;
        left: 30%;
        padding: 1.5rem 3rem;
    }
    .hits__knopkaopt {
        width: 60%;
    }
    .mainpage>.main_header {
        margin: 2rem 0rem 11rem;
        background-image: url(../img/mazok.png);
    }
    .mainpage>.main_header>h1 {
      line-height: 3.5rem;
      font-size: 3rem;
    }
    .mainpage>.main_header>img {
        width: 35%;
        margin-left: -9%;
    }
    .mainpage>.main_header>h1>span {
      display: inline;
    }
    .mainpage>.main_header>h1>span>span {
        font-size: 1.2em
    }
    #header {
        padding: 0
    }
    .header {
        display: none
    }
    .header-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    #bcg_grad .iconForm,
    .mainpage__content,
    .teplica .iconForm,
    .zakaz .iconForm {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .mainpage__title {
        width: 100%;
        -webkit-margin-after: 3%;
        margin-block-end: 3%
    }
    .hits__item .container>a,
    .hits__item .container>div,
    .mainpage__akcia,
    .mainpage__title p {
        width: 100%;
        background-size: 12%;

    }
    .mainpage__title p:first-child {
        width: 100%;
        font-size: 3rem
    }
    .hits__item .container h3 {
        width: 100%;
        text-align: center
    }
    .hits__item .container>div>a {
        padding: 1rem 2rem;
        margin: 1% auto 3%;
        font-size: 2rem;
    }
    .hits__item .container form legend {
        margin: 2% auto
    }
    .hits__item .container h3 {
        font-size: 3rem;
    }
    .hits__item .container form fieldset:nth-child(2) label {
        left: 0;
        width: 50%;
        text-align: center;
        font-size: 2.5rem;
    }
    .hits__perenos {
        display: block;
    }
    .hits__item .container form legend, .rassrochka__bubbletalk span {
        font-size: 2.8rem;
    }
    .hits__item .container form fieldset:nth-child(2) input {
        width: 50%;
        height: 7rem;
        margin-right: -50%;
    }
    .hits__item .container form label {
        font-size: 2.3rem;
        left: 0;
        top: 1.2rem;
        text-align: center;
    }
    .hits__item .container form div a,
    .hits__item .container form div button {
        margin-top: 5%;
        width: 40%;
        text-align: center;
        padding: 1rem 0;
        font-size: 2rem;
    }
    .hits__item .container form input {
        width: 25%;
        height: 5rem;
        margin-right: -25%;
    }
    .akcia__sosed img {
        width: 200%;
        margin-left: -25%
    }
    .modal_div {
        width: 300px;
        margin-left: -150px
    }
    .slider__harakteristiki>div p:nth-child(2) {
        text-align: right
    }
    .slider__harakteristiki {
        padding: 2%
    }
    .slick-dots {
        bottom: -42px!important
    }
    .dopaksesuary .dopaksesuary__slider .slick-slide>div {
        padding: 5% 20%
    }
    .circle,
    .rassrochka__kard {
        width: auto
    }
    .circle {
        margin: 0;
        position: static;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 10%
    }
    .circle__background {
        display: none
    }
    .circle__item,
    .drilling {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .circle__item {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 47%;
        margin-bottom: 5%
    }
    .circle__item p {
        position: inherit;
        width: 55%;
        font-size: 2.5rem;
        text-align: left;
    }
    .circle__item img {
        height: auto;
        width: 40%!important
    }
    .drilling {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .check .check__content .check__title:nth-child(even):before {
        width: 8rem;
        height: 7rem;
        top: -3rem
    }
    .check__title {
        padding: 5% 2%
    }
    .sborka__advantages {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
    .sborka__advantages div {
        width: 33%;
        margin-bottom: 3%
    }
    .video .resp-tabs-container .resp-accordion {
        margin: 0 auto
    }
    .video__laptop {
        background: 0 0
    }
    .teplica__stand {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .teplica__stand>div>img {
        width: 80%;
        margin-bottom: 5%
    }
    .teplica__cloud {
        width: 80%;
        height: 35rem;
        background-position: center;
        padding: 9% 10% 12% 15%
    }
    .teplica__cloud-right div:nth-child(1) {
        margin-top: 15%
    }
    .teplica__cloud span {
        font-size: 3.5rem
    }
    .teplica__item {
        width: 100%;
        font-size: 2.5rem;
    }
    .sertificate h3 {
        width: 80%
    }
    .teplica {
        padding-bottom: 5%
    }
    .info__left,
    .info__right {
        width: 100%;
        margin-bottom: 3%
    }
    .footer__card img {
        width: 27%;
        height: 100%
    }
    .footer__all>div:nth-child(3) {
        width: 70%!important
    }
    .scrollup {
        width: 35px;
        height: 35px;
        background-size: cover;
        left: 0
    }
    #authorCTAHOK {
            margin: 0;
    float: none;
    padding: 17px 0;
    margin-bottom: 15px;
    }

    .inst_foot_logo {
    margin-left: 0!important;
}
.footer__logo {
    width: 100%!important;
    max-width: 100%!important;
}

.footer__all>div:nth-child(2) {
    width: 100%!important;
    text-align: center;
}

.footer__all > div:nth-child(3) {
    width: 100% !important;
}

.footer__contacts {
    width: 100%!important;
    position: inherit;
    margin-bottom: 2%;
}
    .footer__agro{
        display: none;
    }

    .teplica__zabron>div {
        padding: 2rem 2rem 3.5rem;
    }
    .teplica h3 {
      font-size: 2.8rem; }
      .teplica h3 span {
        font-size: 2.9rem; }
    .teplica__zabron>div>span {
        font-size: 2rem
    }
    .time h2 {
        font-size: 4rem
    }
    .teplica__stand>div:nth-child(2) {
        width: 80%;
        height: auto;
        padding: 25rem 0 5rem
    }
    .outss .outsstext {
        width: 80%;
        margin-left: -40%
    }
    .rassrochka__hochy>div {
        width: 100%;
    }
    .submit__button input {
        border-radius: 0.5rem;
    }
    .submit__phone {
        border-radius: 0 0.5rem 0.5rem 0;
    }
    .teplica__zabron>div {
        width: 90%;
    }
    .mainpage__card {
        width: 100%;
    }
    .hits__item .container form fieldset:nth-child(2) legend {
        font-size: 2.8rem;
    }
    .info__hidden {
        display: none;
    }
    .info__left a {
        font-size: 4rem;
    }
    .footer__photo {
        width: 80px;
        height: 80px;
    }
    .footer__contacts--top>p {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
        margin-bottom: 4rem!important;
    }
    .mainpage__flex input {
        height: 6rem;
    }
    .mainpage__flex label {
        height: 6rem;
    }
    .mainpage__button input {
        height: 6rem;
        font-size: 3.5rem;
    }
    .modal_divDop {
        height: 350px;
    }
    .check h2 {
      background-size: cover; }
    .video > h2 {
      background-size: cover;
      padding: 3rem;
      margin: 2rem 0; }
    .zakaz h3 {
      width: 100%; }
    .teplica h2 {
      font-size: 3.5rem; }
    .sertificate h2 {
      font-size: 3.5rem;
      padding: 3rem 3rem;
      margin-top: .7rem;
      margin-bottom: 3.5rem;
      background-size: cover; }
    .time__item {
      font-size: 3.5rem
    }
    .navigation {
      display: none;
    }
}

@media (max-width:400px) {
    #bcg_grad111 {
        font-size: 6px
    }
    #mainpage {
        padding-top: 5rem;
    }
    .time__item {
      font-size: 3rem;
    }
    .yandmap>div>div>a {
        font-size: 4.5rem;
    }
    .yandmap .container>div {
        width: 90%;
        margin-bottom: 2rem;
    }
    .yandmap>div>div>p {
        font-size: 4.5rem;
    }
    .yandmap .container>p {
        font-size: 3.5rem!important;
        width: 90%!important;
    }
    #authorCTAHOK {
        margin-right: 0;
    }
    .footer__contacts--left>div>a {
        font-size: 3.4rem;
        margin-bottom: 2rem!important;
    }
    .footer__contacts--right>p {
        font-size: 3.3rem;
        margin-bottom: 2rem;
    }
    .footer__contacts--right>p {
        margin-bottom: 2rem!important;
    }
    .footer__contacts--right>p:nth-child(3) {
        font-size: 3rem!important;
    }
    .advantages__title p:last-child {
        padding-left: 8%;
    }
    .footer__contacts--right {
        margin: 0 auto;
        width: 90%;
    }
    .footer__contacts--left {
        margin: 0 auto;
        width: 90%;
    }
    .video-responsive iframe {
        width: auto;
    }
    .akcia__sosed>button {
        left: 25%;
    }

    .hits__knopkaopt {
        width: 65%;
    }
    .outss .outsstext {
        width: 96%;
        margin-left: -48%
    }
    html {
        font-size: 6px
    }
    .time__item1,
    .time__item2,
    .time__item3 {
        width: 100%;
        height: 32rem
    }
    #bcg_grad .submit__phone,
    .teplica .submit__phone,
    .time h2,
    .zakaz .submit__phone {
        margin-bottom: 5%
    }
    .modal_divDop {
        width: 300px!important;
        margin-left: -150px!important
    }
    #bcg_grad .submit__button input,
    .teplica .submit__button input,
    .zakaz .submit__button input {
        padding: 0 4.2rem
    }
    .circle {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .circle__item {
        width: 80%;
        margin: 2% auto
    }
    .circle__item img {
        width: 50%
    }
    .check__title {
        width: 100%;
        padding: 5% 10%
    }
    .check .check__content .check__title:nth-child(even):before {
        right: -2rem
    }
    .teplica__cloud {
        height: 26rem;
        padding: 10% 5% 11% 15%
    }
    .teplica__cloud-left img {
        width: 3rem!important;
        height: 3rem!important
    }
    .teplica h2,
    .teplica__cloud span {
        font-size: 3rem
    }
    .teplica h3 {
        width: 80%;
        margin: 3% auto
    }
    .sertificate h2 {
        font-size: 3.5rem
    }
    .sertificate h3 {
        font-size: 2.5rem
    }
    .footer__all>div:nth-child(3) {
        width: 80%!important
    }
    .footer__all>p {
        font-size: 2.5rem;
        padding: 5rem 7rem
    }
    .info__under {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .check h2{
        font-size: 3rem
    }
    .mainpage>.main_header>h1 {
      font-size: 3.2rem;
      line-height: 3.5rem;
    }
    .teplica__zabron>div {
        background-size: cover
    }
    .mainpage>.main_header {
        margin: 2rem 0rem 8rem
    }
    .mainpage>.main_header>h1 {
      line-height: 3rem;
    }
    .mainpage>.main_header>img {
    width: 40%;
    margin-left: -20%;
    }
    .mainpage>.main_header>h1>span>span {
        font-size: 3.5rem;
    }
    .mainpage__title p {
      background-size: 15%;
      padding-left: 17%;
    }
    .hits h2 {
        padding: .5rem;
        font-size: 3.5rem
    }
    .dopaksesuary h2,
    .factory h2 {
        font-size: 3rem;
        padding: 1.3rem
    }
    .factory h2 {
        padding: 2rem
    }
    .rassrochka h2,
    .video>h2 {
        font-size: 3rem;
        padding: 1rem
    }
    .video>h2 {
        padding: 2rem;
        margin-bottom: 5%;
        line-height: 3rem
    }
    .advantages .resp-tabs-container .resp-accordion {
        width: 100%
    }
    .video .resp-tabs-container .resp-accordion {
        width: 94vw
    }
    .modal_divDop {
        height: 320px
    }
    .sait1 .cont {
        width: 100%
    }
    .rassrochka__hochy>div {
        padding: 3rem 5rem 4rem;
    }
    .hits__item .container form fieldset:nth-child(1) {
        margin-bottom: 3rem;
    }
    .form-inputs_wrap {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .form-inputs_wrap .form-group{
      height: 33px;
      margin-bottom: 10px;
      border-radius: 3px;
      -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.5);
              box-shadow: 0 0 10px 5px rgba(0,0,0,.5);
    }
}

.inst_foot_logo{
    margin-left: 57px;
}

a.footer_dop{
    font-size: 2.75rem;
    color: #ea2026;
    font-family: ubuntu;
    font-weight: bold;
    text-decoration: none;
    transition: 0.4s;
}

.a.footer_dop:hover{
    color: #222;
}

a.footer_dop span{
    color: #222;
    font-size: 1.7rem;
    font-weight: normal;
    text-decoration: none;
}

p.googbye_p{
    margin-top: 15px;
}

p.footer_p_profi{
        font-size: 40px;
    line-height: 40px;
}

p.footer_p_profi img{
        width: 10rem;
    padding: 17px;
    box-sizing: content-box;
    position: relative;
    top: 20px;
}












