@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/PFCentroSansPro-Reg.otf);
    font-family: 'PFCentroSansPro';
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    src: url(../fonts/PFCentroSansPro-Italic.otf);
    font-family: 'PFCentroSansProIt';
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    src: url(../fonts/PFCentroSansPro-Bold.otf);
    font-family: 'PFCentroSansProBold';
    font-weight: bold;
    font-style: normal;
}

/*@font-face {
    src: url(../fonts/PFCentroSansPro-BlackItalic.otf);
    font-family: 'PFCentroSansProBlackItalic';
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    src: url(../fonts/PFCentroSansPro-Black.otf);
    font-family: 'PFCentroSansProBlack';
    font-weight: normal;
    font-style: normal;
}

@font-face {
    src: url(../fonts/panton_black-webfont.woff2);
    font-family: 'PantonBlack';
}

html {
    font-size: 9px;
}

body{
    margin: 0;
    font-family: 'PFCentroSansPro';
    color: #222;
}

.html111 .container111 {

}

span.header_strong{
    color: #ca4545
}


.html111 * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.html111 a {
    text-decoration: none
}
.html111 .container111 {
    max-width: 120rem;
    margin: 0 auto
}


.html111 .header111-mobile111 {
    padding: 0px 15px;
    -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
}

.html111 .header111-mobile111__logo {
    font-family: pantonblack;
    font-size: 22px;
    color: #333;
    font-family: "PFCentroSansPro";
}

.header_a_phpne {
    color: #b3001f;
    font-size: 18px;
    line-height: 13px;
}

.html111 .gorod111,
.html111 .velcom111 {
    background: url(../img/icon/vel.png) no-repeat 3px;
    padding-left: 30px;
    background-size: 20px;
    font-size: 19px;
    text-align: left;
    margin-bottom: 12px;
}
.html111 .gorod111 {
    background: url(../img/icon/advantages.png) no-repeat 3px
}

.html111 .mts35 {
    background: url(../img/icon/mts.png) no-repeat 3px!important;
}
.html111 .navigation111 {

    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;
    margin-top: 5px;
    margin-bottom: 5px;
}
.html111 .nav-item111 {
  font-size: 2rem;
  color: #333;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.html111 .nav-item111:hover {
  color: #f33030;
}
.html111 .mobile-phone111 {
    display: block;
    background-size: 40px;
    background-position: center;
    margin-right: 5px;
    width: 15%
}


.fixed-menu-item {
    font-size: 15px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
    margin-right: 23px;
    display: block;
    cursor: pointer;
    letter-spacing: 1.5px;
    border-bottom: 1px dashed #333;
    position: relative;
}

.undermenu_fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background: #dadada;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 19px;
    left: -60px;
    padding: 15px 15px;
    display: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 3;
    width: 300px;
}

div.fixed-menu-item:hover .undermenu_fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.html111 .mobile-phone111 img {
    width: 70%
}





@media (max-width:1100px) {


}
@media (max-width:900px) {

    .html111 .header111 {
        -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
    }
    .html111 .header111__information {
        width: 100%;
        padding-top: 1rem;
        border-top: 1px #aaa dashed
    }
    .html111 .header111__logo {
        margin-bottom: 1rem;
        max-width: 37rem
    }
    .html111 .header111__contacts {
        width: 40%;
        -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
    }
    .html111 .header111__contacts a {
        margin-bottom: 3%rem
    }
}

    .html111 #header111 {
        padding: 0
    }
    .html111 .header111 {
        display: none
    }
    .html111 .header111-mobile111 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
            position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    background: #fff;
    width: 100%;
        -webkit-box-shadow: 0px 9px 17px 0px rgb(34 60 80 / 20%);
    -moz-box-shadow: 0px 9px 17px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 3px 6px 0px rgb(34 60 80 / 20%);
    }
    .html111 .navigation111 {
      display: none;
    }

    .mainpage1112 #mainpage111 {
    padding-top: 50px;
}










/*СТИЛИ ДЛЯ ПРОМОБЛОКА №1*/







@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
    }
}
.mainpage1112 {
        font-family: "PFCentroSansPro";
    }


.mainpage1112 * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;


}
.mainpage1112 a {
    text-decoration: none;
}
.mainpage1112 h2 {
    font-size: 4.5rem;
    font-family: "PantonBold"
}
.mainpage1112 .container111 {
    max-width: 1250px;
    margin: 0 auto
}
.mainpage1112 #mainpage111,
.mainpage1112 .mainpage__logo111 {
    background-size: cover;
    background-position: center;
}

.mainpage1112 #mainpage111 {
    min-height: 80rem;
    padding-top: 10px;
    padding-bottom: 175px;
    background-image: url(../img_mob/main_bg_trav.jpg);
    position: relative;
    background-position: bottom;
    overflow: hidden;
}
.mainpage1112 .mainpage__perenos111 {
    display: none;
}
.mainpage1112 .mainpage111>.main_header111,
.mainpage1112 .mainpage__title111 p {
    font-family: "PFCentroSansPro";
    background-repeat: no-repeat
}

.mainpage1112 .mainpage111>.main_header111 {
    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: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    background-size: cover;
    background-position: center;
    margin: 70px 0 40px;
    position: relative;
}
.mainpage1112 .mainpage111>.main_header111>h1 {
    font-size: 56px;
    text-align: left;
    color: #eaeaea;
    z-index: 1;
    font-family: PantonBlack!important;
    text-transform: uppercase;
}

.mainpage1112 .mainpage111>.main_header111>h1>span>span {
    margin-left: 1rem;
    position: relative;
    font-size: 1.2em
}

.mainpage1112 .mainpage111>.main_header111>img {
    margin-bottom: 2%;
    width: 21%
}

.mainpage1112 .mainpage__logo111 {
    position: absolute;
    background-image: url(../img/logo.png);
    height: 4.5rem;
    left: -.7rem;
    width: 6rem;
    top: -2.4rem;
    background-repeat: no-repeat;
}

img.hedaer_bg_soft {
    position: absolute;
    top: -153px;
    margin-left: -1050px;
    left: 50%;
    width: 204%!important;
    height: 442px;
    margin-bottom: 0!important;
    z-index: 0;
}


.mainpage1112 .mainpage__content111 {
    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: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
        z-index: 1;
    position: relative;
}

.mainpage1112 .mainpage__title111 {
    width: 63%;
    margin-right: 1rem
}

.mainpage1112 .mainpage__title111 p {
    font-size: 32px;
    color: #fff;
    background-position: left;
    padding: 1.5rem 1.5rem 1.5rem 10%;
    background-size: 10%;
    width: 90%
}

.mainpage1112 .mainpage__title111 p:first-child {
    font-size: 41px;
    color: #f5f5f5;
    padding: 0;
    width: 100%;
    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: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10Rem;
    padding-left: 67px;
}

.mainpage1112 .mainpage__title111 p:nth-child(2) {
    /* background-image: url(../img/icon/medal.png) */
    background-image: url(../img/icon/zavod.png);
}

.mainpage1112 .mainpage__title111 p:nth-child(5) {
    /* background-image: url(../img/icon/delivery.png); */
    background-image: url(../img/icon/kredit.png);
}

.mainpage1112 .mainpage__title111 p:nth-child(4) {
background-image: url(../img/icon/delivery.png);
    background-size: 12%;
    background-position: -13px;
    overflow: visible;
}

.mainpage1112 .mainpage__title111 p:nth-child(3) {
    /* background-image: url(../img/icon/time.png) */
    background-image: url(../img/icon/p-icon3.png);
    background-position: -13px 0px;
}

.mainpage1112 .mainpage__title111 img {
    width: 6rem
}

.mainpage1112 .mainpage__akcia111 {
    background-color: rgba(255,255,255,0.8);
    border: 7px solid #0b651c;
    padding-top: 2rem;
    width: 34%;
    border-radius: 4px;
        font-family: "PFCentroSansPro";
}

.mainpage1112 .mainpage__akcia111 form {
    margin: 2rem 1.6rem;
    margin-top: 0
}

.mainpage1112 .mainpage__akcia111>P,
.mainpage1112 .mainpage__card111,
.mainpage1112 .mainpage__flex111 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mainpage1112 .mainpage__akcia111>P {
    padding: 15px 6px;
    font-size: 27px;
    color: #333;
    line-height: 29px;
    -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;
}

.mainpage1112 .mainpage__akcia111>P span {
    font-size: 42px;
    color: #B3001F;
    font-family: "PFCentroSansProBlack";
}

.mainpage1112 .mainpage__akcia111 ul {
    margin: 0 3.6rem;
    margin-top: .5rem;
    margin-bottom: 2.4rem
}

.mainpage1112 .mainpage__akcia111 ul li {
    font-size: 24px;
    list-style-type: none;
    margin-bottom: 4px;
}

.mainpage1112 .mainpage__card111,
.mainpage1112 .mainpage__flex111 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.mainpage1112 .mainpage__card111 {
    margin-top: 7rem
}

.mainpage1112 .mainpage__card111 img {
    width: 15rem;
    margin-right: 3rem
}

.mainpage1112 .mainpage__flex111 {
    margin-bottom: 2rem
}

.mainpage1112 .mainpage__flex111 input,
.mainpage1112 .mainpage__flex111 label {
    padding-left: 1rem;
    height: 3.4rem;
    border: 1px solid #c9c9c9
}

.mainpage1112 .mainpage__flex111 input {
    width: 100%;
    font-size: 1.8rem;
    border-left: none;
    height: 41px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.mainpage1112 .mainpage__flex111 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;
        height: 54px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #fff;
}

.mainpage1112 .mainpage__button111 {
    overflow: hidden;
    position: relative;
}

.mainpage1112 .mainpage__button111 input,
.mainpage1112 .mainpage__button111 input:hover {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.mainpage1112 .mainpage__button111 input {
    height: 56px;
    color: #fff;
    border: 0;
    width: 100%;
    font-size: 29px;
    margin-top: 5px;
    cursor: pointer;
    background-color: #B3001F;
}

.mainpage1112 .mainpage__button111 input:hover {
    background-color: #d11a1a
}
.mainpage1112>span.panton-black111 {
  font-family: 'PantonBlack';
}
.mainpage1112 .checkbox1 {
    margin-top: 1%;
    width: 100%;
    text-align: center;
}
.mainpage1112 .personal {
    font-size: 13px;
}


.img_bg_rassrochka{
    width: 903px;
    height: auto;
    position: absolute;
    right: 0;
    top: -96px;
}



    .three_full_width{
        display: flex;
            position: relative;

    }
.button_standart{
    height: 56px;
    color: #fff;
    border: 0;
    width: 100%;
    font-size: 29px;
    margin-top: 5px;
    cursor: pointer;
    background-color: #B3001F;
    text-decoration: none;
    padding: 10px 20px;
}

    .uslovie_rassrochki{
        padding-top: 20px;
    }

    .uslovie_rassrochki p{
    font-size: 29px;
    margin: 20px 0;
    font-family: pantonblack;
    color: #333;
    }



.hits112 *{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.hits112 .container112 {
  max-width: 1450px;
  margin: 0 auto; }
.hits112 {
  font-family: "PFCentroSansPro";
}

.undertitle_hits{
    color: #333;
    font-size: 28px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 50px;
        font-family: 'PFCentroSansPro';
}

.hits112 h2 {
  font-size: 4.5rem;
  font-family: "PFCentroSansPro"; }

.hits112 a {
    color: #333;
  text-decoration: none; }

.hits112 {
        position: relative;
    background-color: #fff;
    padding-bottom: 50px;
    padding-top: 50px;
    margin-top: 80px; }
  .hits112 .pulse {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }

.hits112 .hits__list112 {
    margin-top: 7rem;
    position: relative;
    z-index: 2;}
.hits112 h2 {
    color: #333;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 2rem 0;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 8px solid #333;
    padding-bottom: 3px;
    font-family: pantonblack;
        z-index: 2;
    position: relative;
    text-transform: uppercase;}




.hits112 .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%; }
  .hits112 .hits__knopkaopt112 > a {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer; }
  .hits112 .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%); }

.hits112 .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; }
  .hits112 .hits__item112 .container112 form div {
    -webkit-box-pack: justify; }

.hits112 .hits__item112:nth-child(even) {
  background-color: #eaeaea; }
  .hits112 .hits__item112:nth-child(odd) .container112 fieldset:nth-child(2) .active112, .hits112 .hits__item112:nth-child(odd) .container112 form .active112 {
    background-color: #333;
    color: #fff; }

.hits112 .hits__item112:nth-child(1) {
  }

.hits112 .hits__item112:nth-child(5) {
  border-bottom: none; }

.hits112 .hits__item112 .container112 > a {
  /*   pointer-events: none; */
  position: relative;
  width: 33%;
  padding: 1rem 0;
  cursor: pointer; }
.hits112 .hits__item112 .container112 > a > img {
        margin-top: 14px;
  width: 100%; }
.hits112 .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: normal;
  width: 32%;
  padding-top: 1rem;
  padding-bottom: 2rem; }
  .hits112 .hits__item112 .container112 > div > a {
    padding: .5rem 0rem;
    cursor: pointer;
    width: 100%;
    font-size: 32px;
    color: #333; }


.hits112 .hits__item112 .container112 form div button:hover {
    background-color: #d11a1a; }

.hits112 .hits__item112 .container112 h3 {
    position: relative;
        font-family: PFCentroSansProBold;

    width: max-content;
    font-size: 35px;
    color: #333;
    /* padding-bottom: 20px; */
    border-bottom: 3px solid #333;
    margin-bottom: 5px; }

.hits112 .hits__item112 .container112 form {

    background-color: #eaeaea;
    padding: 12px; }
  .hits112 .hits__item112 .container112 form fieldset:nth-child(1) {
    border: 0; }
  .hits112 .hits__item112 .container112 form legend {
    font-size: 25px; }

.hits112 .rassrochka__bubbletalk span {
  font-size: 2rem; }

.hits112 .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; 
    background-color: #333;
    color: #fff;

}


.hits112 .hits__item112 .container112 form span {
position: relative;

    font-size: 20px;
    text-align: center;
    padding: 6px 13px;
    cursor: pointer;
    outline: 0;
    background-color: #fff;
    border-radius: 3px; }

.hits112 .hits__item112 .container112 form .polik-width112 span {
  height: auto; }

.hits112 .hits__item112 .container112 form fieldset:nth-child(1) {
        margin-bottom: 10px;
  margin-top: 0px;
  border: 0; }
  .hits112 .hits__item112 .container112 form fieldset:nth-child(2) {

  border: 0; }
  .hits112 .hits__item112 .container112 form fieldset:nth-child(1) div {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;}
  .hits112 .hits__item112 .container112 form fieldset:nth-child(1) legend {
    font-size: 25px; }

.hits112 .hits__item112 .container112 form fieldset:nth-child(1) .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; 
    background-color: #333;
    color: #fff;}

.hits112 .hits__perenos112 {
  display: none; }

.hits112 .hits__item112 .container112 form fieldset:nth-child(1) span {
    position: relative;
    /* top: .5rem; */
width: auto;
    font-size: 20px;
    text-align: center;
    padding: 0.5rem;
    cursor: pointer;
    outline: 0;
    margin-right: 10px;
    line-height: 26px; 
display: flex;
    align-items: center;}

.hits112 .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: left; }
  .hits112 .hits__item112 .container112 form div a {
    border: 1px solid #333;
    font-size: 2rem;
    color: #333;
    padding: 8px 20px;
    font-size: 22px;
    border-radius: 3px; }
  .hits112 .hits__item112 .container112 form div button {
    margin-top: 9px;
    cursor: pointer;
    border-radius: 3px;
    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: 8px 20px;
    border: 0;
    font-size: 22px;
    color: #fff;
    background-color: #B3001F;}
  .hits112 .hits__item112 .container112 form div a {
    border: 1px solid #333;
    font-size: 2rem;
    color: #333;
    padding: 8px 20px;
    display: none;
    font-size: 22px;
    margin-top: 9px;
    border-radius: 3px; }
    .hits112 .hits__item112 .container112 form div a:hover {
      color: #6b278a;
      border-color: #6b278a; }

.hits112 .hits__item112 .container112 > div:nth-child(3) {
    font-size: 19px;
    padding-top: 75px; }
  .hits112 .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 solid #cacaca;
    padding-bottom: 8px;
    padding-top: 8px;}
.hits112 .hits__perenos112 {
  display: none; }
.hits112 .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; }
  .hits112 .modal_div112 h3 {
    text-align: center;
    font-size: 20px;
    font-family: "PFCentroSansPro";
    font-weight: normal;
    line-height: 1;
    margin-top: 10px; }
  .hits112 .modal_div112 #modal_close112 {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block; }

.hits112 #modal_div112 {
  position: fixed;
  left: 0; }
.hits112 #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; }
.hits112 .modal_divDop112 {
  width: 400px !important;
  margin-left: -200px !important;
  height: 420px;
  margin-top: -210px;
  overflow: hidden;
  padding: 0; }
  .hits112 .modal_divDop112 .mainpage__akcia112 {
    width: 100%; }
    .hits112 .modal_divDop112 .mainpage__akcia112 p {
      padding: 1.5rem 4rem;
      margin-bottom: 1rem; }
  .hits112 .modal_divDop112 .modal__text112 {
    font-size: 1.8rem;
    padding: 3% 3.6rem; }
.hits112 .modal_divDop112 .mainpage__akcia112 {
  border: 0; }
.hits112 .product-slider112, .hits112 .product-slider112-nav {
  max-width: 780px !important; }
.hits112 .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; }
  .hits112 .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; }
    .hits112 .slider__harakteristiki112 > div > p {
      font-size: 16px; }

.img_stringer{
        display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    width: 100%;
}

.callBtn_agro{
    font-size: 19px!important;
    background-image: url(../img/call-answer.png);
    background-repeat: no-repeat;
    background-size: 21px;
    background-position: 13px center;
    padding-left: 45px!important;
}


#overlay {
  position: fixed;
  left: 0;
  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%; }
.hits112 .modal_close112 {
  position: absolute;
  cursor: pointer;
  width: 19px;
  height: 19px;
  display: block;
  background: url(../img/close-ico.png) no-repeat;
  background-size: contain;
    top: 7px;
    right: 7px;
  -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; }
  .hits112 .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; }
.hits112 .slick-dots li button:before {
  font-size: 10rem !important; }
.hits112 .mainpage__akcia112 {
  background-color: #fff;
  border: 2px solid #ababab;
  padding-top: 2rem;
  width: 32%; }
  .hits112 .mainpage__akcia112 form {
    margin: 2rem 3.6rem;
    margin-top: 0; }
  .hits112 .mainpage__akcia112 > P {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.hits112 .mainpage__akcia112 > P {
  padding: 1.5rem 5.5rem;
  font-size: 2.8rem;
  color: #333;
  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; }
  .hits112 .mainpage__akcia112 > P span {
    font-size: 5.4rem;
    color: #9ec534; }

.hits112 .mainpage__akcia112 ul {
  margin: 0 3.6rem;
  margin-top: .5rem;
  margin-bottom: 2.4rem; }
  .hits112 .mainpage__akcia112 ul li {
    font-size: 2.3rem;
    list-style-type: none;
    font-family: "PantonBold"; }
.hits112 .mainpage__flex112 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.hits112 .mainpage__flex112 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.hits112 .mainpage__flex112 {
  margin-bottom: 2rem; }
  .hits112 .mainpage__flex112 input, .hits112 .mainpage__flex112 label {
    padding-left: 1rem;
    height: 3.4rem;
    border: 1px solid #c9c9c9; }
  .hits112 .mainpage__flex112 input {
    width: 100%;
    font-size: 1.8rem;
    border-left: none; }
  .hits112 .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; }
.hits112 .checkbox1112 {
  margin-top: 1%;
  width: 100%;
  text-align: center; }
.hits112 .mainpage__button112 {
  overflow: hidden;
  position: relative;
  border: 2px solid #f33030; }
  .hits112 .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; }
    .hits112 .mainpage__button112 input:hover {
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease;
      background-color: #d11a1a; }
.hits112 .personal112 {
    font-size: 13px;
}

/*КОНЕЦ ХИТОВ ПРОДАЖ


НАДАЛО ДОП АКСЕССУАРОВ*/


.dopaksesuary111 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}



.dopaksesuary111 {
      font-family: "PFCentroSansPro";
}

.dopaksesuary111 a {
    text-decoration: none
}
.dopaksesuary111 h2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 2rem 0;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 8px solid #333;
    padding-bottom: 3px;
    text-align: left;
    color: #333;
    margin-top: 0;
    font-family: pantonblack;
        font-size: 44px;
    text-transform: uppercase;
}
.dopaksesuary111 {
    background: transparent;
}
.dopaksesuary111 a {
    color: #333
}
.dopaksesuary111 .dopaksesuary__slider111 .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: 13px 17px;
    padding-top: 40px;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    box-shadow: inset rgba(0,0,0,.6) 0 -3px 8px, inset rgba(252,255,255,.7) 0 3px 8px, rgba(0,0,0,.8) 0 3px 8px -3px;
}
.slick-slide {
    margin: 2rem;
}
.dopaksesuary111 .dopaksesuary__slider111 .slick-slide>img:nth-child(1) {
    width: 50%
}

.bant{
        position: absolute;
    width: 200px!important;
    top: -59px;
}

.dopaksesuary111 .dopaksesuary__slider111 .slick-slide>p {
    font-size: 2.4rem;
    text-align: center;
    margin-top: 1.5rem;
    margin-bottom: 1rem
}
.dopaksesuary111 .dopaksesuary__slider111 .slick-slide>span {
  font-size: 18px;
  padding: 9px;
      height: 78px;
  background-color: #f4f5f5;
  text-align: center;
}
.dopaksesuary111 .dopaksesuary__slider111 .slick-slide>div,
.time__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.dopaksesuary111 .slick-dots li button:before {
  font-size: 10rem !important; }
.dopaksesuary111 .dopaksesuary__slider111 .slick-slide>div {
    font-size: 22px;
    /* border: 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;
    width: 246px;
    background-color: #b3001f;
    color: #fff;
    border-radius: 3px;
    margin: 10px 0;
    transition: 0.3s;
}

.dopaksesuary111 .dopaksesuary__slider111 .slick-slide>div img {
    width: 75%;
    height: 9%
}

.dopaksesuary111 .dopaksesuary__slider111 .slick-slide:hover>div {
    background-color: #d11a1a
}
.open_modal_phone111{
    position: relative;
    overflow: hidden;
    width: 10%;
}
.open_modal_phone111::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)
}

.slide_anim{
    position: relative;
    overflow: hidden;
}
.slide_anim::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)
}




span.red-text {
  color: #f33030;
}


@charset "UTF-8";
/*@font-face {
  font-family: 'GothaPro';
  src: url("../fonts/GothaProBol.ttf");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'GothaPro';
  src: url("../fonts/GothaProBla.ttf");
  font-weight: 900;
  font-style: normal; }*/
@font-face {
  font-family: 'PFCentroSansPro';
  src: url("../fonts/PFCentroSansPro-Regular.ttf");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'PFCentroSansPro';
  src: url("../fonts/PFCentroSansPro-Medium.ttf");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'PFCentroSansPro';
  src: url("../fonts/PFCentroSansPro-Bold.ttf");
  font-weight: 700;
  font-style: normal; }
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(173, 29, 45, 0.4);
    box-shadow: 0 0 0 0 rgba(173, 29, 45, 0.4); }
  70% {
    height: 4.5em;
    width: 4.5em;
    -webkit-box-shadow: 0 0 0 10px rgba(173, 29, 45, 0);
    box-shadow: 0 0 0 10px rgba(173, 29, 45, 0); }
  100% {
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0 0 0 0 rgba(173, 29, 45, 0);
    box-shadow: 0 0 0 0 rgba(173, 29, 45, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(173, 29, 45, 0.4);
    box-shadow: 0 0 0 0 rgba(173, 29, 45, 0.4); }
  70% {
    height: 4.5em;
    width: 4.5em;
    -webkit-box-shadow: 0 0 0 10px rgba(173, 29, 45, 0);
    box-shadow: 0 0 0 10px rgba(173, 29, 45, 0); }
  100% {
    height: 100%;
    width: 100%;
    -webkit-box-shadow: 0 0 0 0 rgba(173, 29, 45, 0);
    box-shadow: 0 0 0 0 rgba(173, 29, 45, 0); } }
  

.advantages-and-steps333 {
  font-family: 'PFCentroSansPro';
  font-weight: 400;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  background-color: transparent;
  color: #333;
/*  background: url(../img/wave.png);
  background-repeat: no-repeat;
  background-size: contain;*/
 }

.advantages-and-steps333 * {
  outline: none;
  min-height: 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0; }

.advantages-and-steps333 .container333 {
    width: 100%;
    margin: auto;
    padding: 50px 15px; }
.advantages-and-steps333 img {
  max-width: 100%;
 }

h2.title333 {
  font-family: 'GothaPro';
  font-size: 1.6em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0em;
  margin-bottom: 2em; }
  h2.title333 span {
    color: #cf3143;
    text-transform: uppercase; }
.advantages-and-steps333 {
  padding: 4em 0;
  position: relative;
  overflow: hidden; }
  .advantages-and-steps333::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 20%;
    width: 90%;
    height: 100vh;
    z-index: -1;
    -webkit-transform: rotateZ(270deg) translateY(-55%);
    -ms-transform: rotate(270deg) translateY(-55%);
    transform: rotateZ(270deg) translateY(-55%);
/*     background: url(../img/wave.png);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: contain; */ }
  .advantages-and-steps333::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80%;
    height: 100vh;
    z-index: -1;
    -webkit-transform: rotateZ(180deg) translateX(-50%);
    -ms-transform: rotate(180deg) translateX(-50%);
    transform: rotateZ(180deg) translateX(-50%);
/*     background: url(../img/wave.png);
 background-repeat: no-repeat;
 background-position: center top;
 background-size: contain; */ }
.advantages-and-steps333 .advantages_flex333 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
.advantages-and-steps333 .advantage-box333 {
    width: 24.5%;
    max-width: 280px;
    text-align: center;
    margin-bottom: 72px; }
.advantages-and-steps333 .advantage-image333, .advantages-and-steps333 .step-img {
 }

.advantages-and-steps333 .advantage-image333 {
    position: relative;
    margin-bottom: .5em;
    margin-left: auto;
    margin-right: auto;
    /* background: #cf3143; */
    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;
    /* padding: 48px; */
    border: 0;}
  .advantages-and-steps333 .advantage-image333 img {
    width: 120px;
    margin-bottom: 15px;}
  .advantages-and-steps333 .advantage-image333 .pulse {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    height: 3em;
    width: 3em;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    -webkit-animation: none;
    animation: none; }
  .advantages-and-steps333 .advantage-image333:hover .pulse1, .advantages-and-steps333 .advantage-image333:hover .pulse2, .advantages-and-steps333 .advantage-image333:hover .pulse3, .advantages-and-steps333 .advantage-image333:hover .pulse4, .advantages-and-steps333 .advantage-image333:hover .pulse5 {
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite; }
  .advantages-and-steps333 .advantage-image333:hover .pulse1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .advantages-and-steps333 .advantage-image333:hover .pulse2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s; }
  .advantages-and-steps333 .advantage-image333:hover .pulse3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }
  .advantages-and-steps333 .advantage-image333:hover .pulse4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s; }
  .advantages-and-steps333 .advantage-image333:hover .pulse5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s; }
.advantages-and-steps333 .advantage-text333 {
  font-size: 23px; }
.advantages-and-steps333 h2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 2rem 0;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 8px solid #333;
    padding-bottom: 3px;
    text-align: left;
    color: #333;
    margin-top: 0;
    font-family: pantonblack;
    font-size: 45px;
    text-transform: uppercase;
}


#mainpage1121{
    min-height: 960px;
    padding-top: 50px;
    padding-bottom: 110px;
    position: relative;
    background-position: bottom;
    overflow: hidden;
}


.mainpage1112 .mainpage__title111 p.gift_ico {
    /* background-image: url(../img/icon/delivery.png); */
    background-image: url(../new_img/icon/gift_ico_w.png);
}











.time111 * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}


.time111 {
    font-family: "PFCentroSansPro";
}

.time111 h2 {
font-size: 49px;
    color: #333;
    z-index: 1;
    font-family: PantonBlack;
    text-transform: uppercase;}
.time111 {
        background-color: #fff;
    padding-top: 40px;
}

.time111 h2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 2rem 0;
        width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
        border-bottom: 8px solid #333;
    padding-bottom: 3px;
}

.undertitle_agro{
        color: #333;
    font-size: 26px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 50px;
}

.time111 .container111 {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.time111 .time__items111 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.time111 .time__items111 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.time111 .time__item111 span {
  /* font-size: 4rem; */
  color: #e20027;
}
.time111 .time__item111,
.time111 .time__item1111,
.time111 .time__item2111,
.time111 .time__item3111 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 32.5%;
    height: 370px;
}
.time111 .time__item111 {
  padding: 50px 30px;
  font-size: 40px;
  text-align: center;
}
.time111 .time__item1111 {
    /* background-image: url(../img/buynow.png) */
    background-image: url(../img/time-img1.jpg);
    text-align: center;
}
.time111 .time__item111-wrap {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 0 0px 10px 15px rgba(255, 255, 255, .7);
  box-shadow: 0 0px 10px 15px rgba(255, 255, 255, .7);
  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;
}
.time111 .time__item2111 {
    /* background-image: url(../img/zimoi.jpg) */
    background-image: url(../img_mob/time-img3.jpg);
}
.time111 .time__item2111 ul {
  font-size: 2rem;
  padding-left: 2.5rem;
}
.time111 .time__item3111 {
    /* background-image: url(../img/vesnoi.png) */
    background-image: url(../img_mob/time-img2.jpg);
    text-align: center;
}
.time111 .time__item3111 p.big-p {
  font-size: 3rem;
}

.time111 .time__item3111 p.big-p span {
  color: #f33030;
}


.important_info{
    max-width: 1450px;
    margin: 0 auto;
    font-size: 30px;
    margin-bottom: 40px;
    margin-top: 10px;
    text-align: center;
    border-bottom: 3px solid #333;
}







/*БЛОК С РАССРОЧКОЙ Ч1*/

.rassrochka_agro {
    font-family: "PFCentroSansPro";
}

.rassrochka_agro h2 {
font-size: 49px;
    color: #eaeaea;
    z-index: 1;
    font-family: PantonBlack;
    text-transform: uppercase;}
.rassrochka_agro {
        background-color: #fff;
    padding-top: 40px;
}

.rassrochka_agro h2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 2rem 0;
    width: fit-content;
    /* margin: 0 auto; */
    margin-bottom: 10px;
    border-bottom: 8px solid #333;
    padding-bottom: 3px;
    text-align: left;
    color: #333;
    margin-top: 0;
}

.rassrochka_agro .container111{
    max-width: 1250px;
    margin: 0 auto;
        padding-left: 15px;
    padding-right: 15px;
}
.rassrochka_agro .undertitle_agro {
    font-size: 24.8px;
    width: fit-content;
    margin: 0;
    margin-bottom: 26px;
    text-align: left;
    margin-top: 13px;
    color: #333;
}

.rassrochka_desc{
    font-size: 24.8px;
    width: fit-content;
    margin: 0;
    margin-bottom: 50;
    color: #333;
}


.sklad777 * {
  outline: none;
  min-height: 0;
  min-width: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0; }

.sklad777 {
  font-size: 24px; }

  .sklad777 a {
    color: inherit;
    text-decoration: none; }
  .sklad777 img {
    max-width: 100%; }
  .sklad777 h2.title777 {
    color: #333;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 2rem 0;
    font-size: 44px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 8px solid #333;
    padding-bottom: 3px;
    font-family: pantonblack;
    text-transform: uppercase; }

  .sklad777 .title777 {
    margin-bottom: 50px; }
  .sklad777 .subtitle777 {
    font-size: 23px;
    font-weight: 700;
    text-align: center; }
    .sklad777 .subtitle777 span {
      background-color: #f33030;
      color: #fff;
      padding: 5px 10px;
      margin-left: 10px; }
      .sklad777 .subtitle777 span:hover {
      background-color: #cb0c0c;}
  .sklad777 .sklad_flex777 {
    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; }
  .sklad777 .sklad-map777 {
    width: 58%; }
  .sklad777 .sklad-map_text777 {
    padding: 15px 30px;
    height: auto;
    background-color: #eeeeee;
    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; }
    .sklad777 .sklad-map_text777 img {
      width: 65px;
      margin-right: 20px; }
  .sklad777 .sklad-gallery777 {
    width: 40%;
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .sklad777 .sklad-gallery777 a {
      width: 48%;
      margin-bottom: 10px; }


.feedback-section777 {
    padding-top: 80px;
  font-size: 24px; }
  .feedback-section777 a {
    color: inherit;
    text-decoration: none; }
  .feedback-section777 img {
    max-width: 100%; }
  .feedback-section777 h2.title7777 {
        background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 2rem 0;
    font-size: 44px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 8px solid #333;
    padding-bottom: 3px;
    font-family: pantonblack;
    text-transform: uppercase; }
    .feedback-section777 h2.title777 span {
      color: #f33030; }
  .feedback-section777 {
    padding-bottom: 50px; }
  .feedback-section777 #feedbackTabs777 .tabs-list777 {
    background-color: #f6f7f8;
    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;
    padding: 13px 10px;
    position: relative;
    margin-bottom: 10px; }
    .feedback-section777 #feedbackTabs777 .tabs-list777::after {
      content: '';
      position: absolute;
      right: 10px;
      display: block;
      width: 20%;
      height: 100%;
      background-image: url(/upload/modern/edu-pencil.png);
      background-repeat: no-repeat;
      background-position: right 200%;
      background-size: 100%; }
    .feedback-section777 #feedbackTabs777 .tabs-list777 li {
      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;
      margin-right: 20px;
      margin-bottom: 0;
      list-style: none;
      padding: 5px 15px;
      cursor: pointer; }
    .feedback-section777 #feedbackTabs777 .tabs-list777 .active {
      background-color: #fff;
      border: 1px solid #bdc4cb;
      border-radius: 5px; }
    .feedback-section777 #feedbackTabs777 .tabs-list777 img {
      height: 40px; }
    .feedback-section777 #feedbackTabs777 .tabs-list777 .vk-tab777 img {
      height: 35px; }
  .feedback-section777 #feedbackTabs777 .feedback-btn {
    display: block;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: 7.5px center;
    background-size: 45px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 400;
    padding: 10px 10px 10px 45px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin-left: auto;
    font-size: 16px;
    margin-right: auto; }
  .feedback-section777 #feedbackTabs777 .vk-btn777 {
    background-image: url(../img/icon/vk.svg);
    background-color: #678aaf;
    background-position: 7.5px center;
    background-size: 30px; }
    .feedback-section777 #feedbackTabs777 .vk-btn777:hover {
      background-color: #577da5; }
  .feedback-section777 #feedbackTabs777 .yandex-btn {
    background-image: url(../img/feedback/yandex-btn.png);
    background-size: 30px;
    background-color: transparent;
    border: 3px solid #ffcd07;
    color: #333; }
    .feedback-section777 #feedbackTabs777 .yandex-btn:hover {
      border-color: #edbd00; }
  .feedback-section777 #feedbackTabs777 .google-btn {
    background-image: url(../img/feedback/google-btn.png);
    background-size: 30px;
    background-color: #f2f2f2;
    border: 1px solid #f2f2f2;
    color: #333; }
    .feedback-section777 #feedbackTabs777 .google-btn:hover {
      border: 1px solid #c6c6c6;
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
  .feedback-section777 #feedbackTabs777 .tabs-container777 {
    border: none;
    padding-left: 0;
    padding-right: 0; }
    .feedback-section777 #feedbackTabs777 .tabs-container777 .my-tab777 {
      display: none; }
    .feedback-section777 #feedbackTabs777 .tabs-container777 .active {
      display: block; }
  .feedback-section777 #feedbackTabs777 .slick-arrow {
       background-color: rgba(0, 0, 0, 0.5);    border-radius: 10px;
    /* padding: 0; */
    background-repeat: no-repeat;
    background-position: center center;
   }




     .feedback-section777 .google-tab777 .slide__top777 {
       background: #333;
      }
     .feedback-section777 .google-tab777 .slide__top777 span {
       color: #fff;
      }
    .feedback-section777 .yandex-tab777 .slide__top777 {
      background: #ffc706;
     }
    .feedback-section777 .yandex-tab777 .slide__top777 span {
      color: #333;
     }
      .feedback-section777 .yandex-tab777 .slide__top777 img {
        height: 30px !important;
        margin-top: 5px; }
    .feedback-section777 .vk-tab777 .slide__top777 {
      background: #5a80a7;
    }
    .feedback-section777 .vk-tab777 .slide__top777 img {
      height: 30px!important;
    }
  .feedback-section777 .feedback-slider777 {
    padding: 0 !important; }
    .feedback-section777 .feedback-slider777 .slick-center {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .feedback-section777 .feedback-slide777 {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    position: relative;
    background-position: center;
    background-size: cover;
    width: 250px !important;
    height: 350px !important;
    background-color: #fff;
    -webkit-box-shadow: 0 11px 26px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 11px 26px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    margin: 80px 40px 90px; }
  .feedback-section777 .feedback-slide777 .triangle-wrap777 {
    position: absolute;
    bottom: -76px;
    right: 0px;
    width: 160px;
    height: 76px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden;
  }
  .feedback-section777 .feedback-slide777 .triangle777 {
    width: auto;
    height: 35px;
    -webkit-filter: drop-shadow(0px 8px 18px #333);
    filter: drop-shadow(0px 8px 18px #333);
    margin-right: 40px;
  }
.feedback-section777 .slide__top777 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 19px 10px 0 14px;
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;}
    .feedback-section777 .slide__top777 img {
      height: 35px !important;
      width: auto;
      margin-bottom: 8px; }
    .feedback-section777 .slide__top777 span {
      color: #fff;
      font-size: 15px;
      text-decoration: none;
      display: block;
      margin-top: 0; }
  .feedback-section777 .slide__body777 {
    padding: 15px; }
    .feedback-section777 .slide__body777 h4 {
            font-weight: normal;
      font-size: 20px;
      line-height: 19px;
      color: #333;
      text-align: left;
      margin-bottom: 10px;
      margin-left: 0;
      margin-top: 0; }
    .feedback-section777 .slide__body777 p {
      overflow-y: scroll;
      height: 140px;
      font-size: 14px;
      line-height: 18px;
      color: #333;
      outline: 0 !important;
      margin: 10px 0; }
  .feedback-section777 .slide__user777 {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    width: 90%;
    padding: 15px;
    padding-bottom: 0;
    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;
    min-width: 50px; }
    .feedback-section777 .slide__user777 span:nth-child(1) img {
      width: 50px;
      border-radius: 50%; }
    .feedback-section777 .slide__user777 span:nth-child(2) {
      font-size: 15px;
      color: #e12121;
      display: block;
      text-align: left;
      box-flex: 2;
      -webkit-box-flex: 2;
      -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
      flex-grow: 2;
      margin-left: 10px; }
    .feedback-section777 .slide__user777 span:nth-child(3) {
      color: #afa29c;
      font-size: 16px;
      line-height: 19px;
      margin-left: 10px; }

    ::-webkit-scrollbar { width: 10px; height: 3px;}
::-webkit-scrollbar-button {  background-color: #0b651c; }
::-webkit-scrollbar-track {  background-color: #999;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #0b651c; border-radius: 12px;}
::-webkit-scrollbar-corner { background-color: #999;}}
::-webkit-resizer { background-color: #666;}


#mainpage11211{
    padding-top: 110px;
    background-image: url(../img_mob/footer_bg1.jpg);
    position: relative;
    background-position: bottom;
    overflow: hidden;
    background-repeat: no-repeat;
    /* background-size: cover; */
    min-height: unset;
    padding-bottom: 305px;
}


.mainpage1112 .mainpage__title111 p.weer {
    font-size: 41px;
    color: #f5f5f5;
    padding: 0;
    width: 100%;
    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: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 10Rem;
    padding-left: 67px;
    background-color: rgba(0, 0, 0, 0.4);
    width: fit-content;
    padding-right: 67px;
    border-radius: 10px;
    color: #fff;
    font-family: pantonblack;
}

.footer{
    padding: 20px 0;
    background-image: none;
    background: #fff;
}

@media (max-width: 1440px) {
  .feedback-section777 {
    font-size: 20px; }
    .feedback-section777 .container777 {
      width: 1150px; } }

@media (max-width: 1250px) {
  .feedback-section777 {
    font-size: 18px; } }

@media (max-width: 1200px) {
  .feedback-section777 .container777 {
    width: 95%; }
}


@media (max-width: 1024px) {
  .feedback-section777 .feedback-slide777 {
    margin: 50px 20px 100px;
    -webkit-box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0px 15px 5px rgba(0, 0, 0, 0.5); }
}



@media (max-width: 900px) {
  .feedback-section777 section {
    padding-bottom: 40px !important; }
  .feedback-section777 h2.title777 {
    line-height: 1.2;
    margin-bottom: 1.5em; }
  .feedback-section777 #feedbackTabs777 .tabs-list777::after {
    display: none; }

}

@media (max-width: 768px) {
  .feedback-section777 #feedbackTabs777 .tabs-list777 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .feedback-section777 #feedbackTabs777 .tabs-list777::after {
      display: none; }
    .feedback-section777 #feedbackTabs777 .tabs-list777 li {
      margin-right: 0;
      padding: 5px;
      width: 33%; }
    .feedback-section777 #feedbackTabs777 .tabs-list777 img {
      height: auto;
      width: 100%; }
}


@media (max-width: 550px) {
  .feedback-section777 h2.title777 {
    font-size: 2em; }
}

@media (max-width: 400px) {
  .feedback-section777 {
    font-size: 13px; }

}






@media (max-width: 1440px) {
  .advantages-and-steps333 .container333 {
    width: 1150px; } 
}

@media (max-width: 1200px) {
  .advantages-and-steps333 .container333 {
    width: 95%; }
}

@media (max-width: 900px) {
  .advantages-and-steps333 {
    padding-bottom: 2em !important; }
  h2.title333 {
    margin-bottom: 1.5em; }
  .advantages-and-steps333 .advantage-box333 {
    width: 25%; }
}

@media (max-width: 768px) {
  h2.title333 {
    font-size: 1.8em;
    line-height: 1.4; }
  .advantages-and-steps333 .advantage-box333 {
    width: 32%;
    font-size: 1.2em; }
}

@media (max-width: 550px) {
  h2.title333 {
    margin-bottom: 1em; }
}


















@media (max-width:600px) {
    .dopaksesuary111 .dopaksesuary__slider111 .slick-slide>div {
        padding: 5% 20%
    }

    .mainpage1112 #mainpage111 {
    padding-top: 50px;
}
}
@media (max-width:400px) {

    .dopaksesuary111 h2 {
        font-size: 3rem;
        padding: 1.3rem
    }

}


@media (max-width: 1100px) {
  .hits112 .hits__knopkaopt112 {
    width: 35%; }
  .hits112 .hits__item112 .container112 form span {
    width: 25%; }
  .hits112 .hits__item112 .container112 > div:nth-child(3) p:nth-child(2) {
    text-align: right; }
  .hits112 .container112 {
    }
  .hits112 .modal_divDop112 {
    height: 360px; }
}

@media (max-width: 900px) {
  .hits112 .hits__knopkaopt112 {
    width: 40%; }
  .hits112 .hits__item112 .container112 > a {
    width: 45%; }
  .hits112 > p {
    width: 90%;
    margin: 0 auto; }
  .hits112 .hits__item112 .container112 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .hits112 .hits__item112 .container112 > div {
      width: 50%; }
      .hits112 .hits__item112 .container112 > div:nth-child(3) {
        width: 100%;
        margin-top: 1rem; }
        .hits112 .hits__item112 .container112 > div:nth-child(3) > div {
          font-size: 2.5rem;
          margin-top: 1rem; }
  .hits112 .modal_div112 {
    width: 500px;
    margin-left: -250px; }
  .hits112 .modal_divDop112 {
    height: 300px; }
  .hits112 .mainpage__akcia112 {
    width: 45%; }
}

@media (max-width: 600px) {
  h2.resp-accordion {
    font-size: 3rem !important; }
  .hits112 .hits__knopkaopt112 {
    width: 60%; }
  .hits112 .hits__item112 .container112 > a, .hits112 .hits__item112 .container112 > div {
    width: 100%; }
  .hits112 .hits__item112 .container112 {
    width: 100%; }
    .hits112 .hits__item112 .container112 h3 {
      width: 100%;
      text-align: center; }
    .hits112 .hits__item112 .container112 > div > a {
      padding: 1rem 0rem;
      margin: 1% auto 3%;
      font-size: 4rem;
      text-align: left;
      width: 100%;
          display: flex;
    align-items: center; }
      
    .hits112 .hits__item112 .container112 form legend {
          margin-left: 0; }
    .hits112 .hits__item112 .container112 h3 {
      font-size: 3rem; }
    .hits112 .hits__item112 .container112 form fieldset:nth-child(2) span {
      left: 0;
      width: 50%;
      text-align: center;
      font-size: 2.3rem; }
  .hits112 .hits__perenos112 {
    display: block; }
  .hits112 .hits__item112 .container112 form legend, .hits112 .rassrochka__bubbletalk span {
    font-size: 2.8rem; }
  .hits112 .hits__item112 .container112 form fieldset:nth-child(2) span {
    width: 50%;
    height: auto; }
  .hits112 .hits__item112 .container112 form span {
    font-size: 2.3rem;
    top: 1.2rem;
    text-align: center; }
  .hits112 .hits__item112 .container112 form div a, .hits112 .hits__item112 .container112 form div button {
    margin-top: 5%;
    width: 40%;
    text-align: center;
    padding: 1rem 0;
    font-size: 3rem; }
  .hits112 .hits__item112 .container112 form span {
    width: 25%;
    height: 5rem; }
  .hits112 .hits__item112 .container112 form fieldset:nth-child(2) legend {
    font-size: 2.8rem; }
  .hits112 {
    padding-top: 0; }
  .hits112 > p {
    padding: 0 !important; }
  .hits112 .teplica__advantages {
    margin-top: 0rem; }
  .hits112 .hits__item112 .container112 form fieldset:nth-child(1) {
    margin-bottom: 3rem; }
  .hits112 .modal_div112 {
    width: 300px;
    margin-left: -150px; }
  .hits112 .modal_divDop112 {
    height: 350px; }
  .hits112 .slider__harakteristiki112 {
    padding: 2%; }
    .hits112 .slider__harakteristiki112 > div p:nth-child(2) {
      text-align: right; }
  .hits112 .slick-dots {
    bottom: -42px !important; }
  .hits112 .mainpage__akcia112 {
    width: 350px;
    margin-left: auto;
    margin-right: auto; }
  .hits112 .mainpage__flex112 input, .hits112 .mainpage__flex112 label {
    height: 6rem; }
  .hits112 .mainpage__button112 input {
    height: 6rem;
    font-size: 3.5rem; }
}

@media (max-width: 400px) {
  html {
    font-size: 6px; }
  .hits112 .hits__knopkaopt112 {
    width: 65%; }
  .hits112 h2 {
    padding: .5rem;
    font-size: 3.5rem; }
  .hits112 .modal_divDop112 {
    width: 300px !important;
    margin-left: -150px !important; }
  .hits112 .modal_divDop112 {
    height: 320px; }
  .hits112 .slick-dots {
    bottom: -25px !important; }
    .hits112 .slick-dots li {
      width: 13px !important;
      height: 13px !important; }
}







@media (max-width:1100px) {

    .mainpage1112 .mainpage111>.main_header111>h1 {
        font-size:45px;
    }

    .mainpage1112 .mainpage111>.main_header111>h1>span>span {
        margin-left: 0
    }
    .mainpage1112 .container111 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .mainpage1112 .mainpage__logo111 {
        display: none
    }
    .mainpage1112 .mainpage__title111 p:first-child {
        width: 97%;
            padding-left: 10px;
    }
    .mainpage1112 .mainpage__card111 img {
        margin-right: 2%
    }
    .mainpage1112 .mainpage__title111 p {
    font-size: 30px;
}
.mainpage1112 .mainpage__akcia111>p {
    padding: 15px 9px;
    font-size: 24px;
}
.mainpage1112 .mainpage__akcia111 ul {
    margin: 10px 10px 17px 10px;
}
.time111 .time__item111 {
    font-size: 26px;
}
}
@media (max-width:900px) {

.listiki_img{
    display: none;
}

.img_bg_rassrochka {
    display: none;
}
    .mainpage1112 .mainpage__title111 {
        width: 60%
    }
    .mainpage1112 .mainpage__title111 p {
      padding-left: 14%;
      background-size: 14%;
    }
    .mainpage1112 .mainpage__title111 p:first-child {
        padding: 5rem;
        text-align: center;
        font-size: 3.5rem;
        line-height: 3rem
    }
    .mainpage1112 .mainpage__akcia111 {
        width: 45%
    }



}

@media (max-width:600px) {


    .mainpage1112 .mainpage111>.main_header111>h1>span {
      display: inline;
    }
    .mainpage1112 .mainpage111>.main_header111>h1>span>span {
        font-size: 1.2em
    }
    .mainpage1112 .mainpage__content111 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .mainpage1112 .mainpage__title111 {
        width: 100%;
        -webkit-margin-after: 3%;
        margin-block-end: 3%
    }
    .mainpage1112 .mainpage__title111 p {
        width: 100%;
        background-size: 12%;

    }
    .mainpage1112 .mainpage__title111 p:first-child {
        width: 100%;
        font-size: 3rem
    }
    .mainpage1112 .mainpage__akcia111 {
        width: 100%;
        background-size: 12%;
    }
    .mainpage1112 .mainpage__flex111 input {
        height: 6rem;
    }
    .mainpage1112 .mainpage__flex111 label {
        height: 6rem;
    }
    .mainpage1112 .mainpage__button111 input {
        height: 6rem;
        font-size: 3.5rem;
    }
    .mainpage1112 .mainpage__card111 {
        width: 100%;
    }
}





@media (max-width: 1440px) {
  .sklad777 {
    font-size: 20px; }
    .sklad777 .container777 {
      width: 1150px; } }

@media (max-width: 1250px) {
  .sklad777 {
    font-size: 18px; } }

@media (max-width: 1200px) {
  .sklad777 .container777 {
    width: 95%; }
}


  .sklad777 section {
    padding-bottom: 40px !important; }
  .sklad777 h2.title777 {
    line-height: 1.2;
    margin-bottom: 1.5em; }
  .sklad777 .sklad_flex777 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .sklad777 .sklad-map777 {
    width: 100%;
    margin-bottom: 20px; }
  .sklad777 .sklad-map_text777 {
    height: auto;
    padding: 15px;
    font-size: 1.1em; }
  .sklad777 .sklad-gallery777 {
    width: 100%; }



  .sklad777 .subtitle777 {
    font-size: 20px;
  }
  .sklad777 .subtitle777 span {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px; }


  .sklad777 h2.title777 {
    font-size: 2em; }
  .sklad777 .sklad-map_text777 img {
    width: 60px;
  }
  .sklad777 .sklad-gallery777 a {
    width: 100%; }



  .sklad777 {
    font-size: 13px; }
    .sklad777 .red-btn {
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin-right: auto;
      margin-left: auto;
    }




@media (max-width:900px) {

    .time111 .time__item111 {
      font-size: 2.4rem
    }
}
@media (max-width:760px) {
    .time111 .time__items111 {
        -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
    }
    .time111 .time__item111 {
      width: 90%;
      max-width: 450px;
      font-size: 5rem;
      margin-bottom: 2rem;
    }
    .time111 .time__item1111,
    .time111 .time__item2111,
    .time111 .time__item3111 {
        width: 70%;
        height: 35rem
    }
}
@media (max-width:600px) {
    .time111 .time111 h2 {
        font-size: 4rem
    }
    .time111 .time__item111 {
      font-size: 3.5rem
    }
}
@media (max-width:400px) {

    .time111 .time111 h2 {
        margin-bottom: 5%
    }
    .time111 .time__item111 {
      font-size: 3rem;
    }
    .time111 .time__item1111,
    .time111 .time__item2111,
    .time111 .time__item3111 {
        width: 100%;
        height: 32rem
    }
}


        .img_bg_rassrochka {
    width: 583px;
    height: auto;
    position: absolute;
    right: 0;
    top: 96px;

}
.callBtn_agro {
    font-size: 18px!important;
}

.hits112 .hits__item112 .container112 form span {
    font-size: 19px;
}

.time111 .time__item111 {
    font-size: 34px;
}




    .img_bg_rassrochka {
    width: 553px;
    height: auto;
    position: absolute;
    right: 0;
    top: 96px;

}
.callBtn_agro {
    font-size: 17px!important;
}

.hits112 .hits__item112 .container112 form span {
    font-size: 18px;
}

.time111 .time__item111 {
    font-size: 33px;
}

.dopaksesuary111 .dopaksesuary__slider111 .slick-slide>span {
    font-size: 16px;
}

.hits112 .hits__item112 .container112 form div a {
    font-size: 20px;
}



.hits112 .hits__item112 .container112 form div a {
    font-size: 17px;
}
.callBtn_agro {
    font-size: 16px!important;
}

.hits112 .hits__item112 .container112 form span {
    font-size: 16px;
}

 .tx_right{
    text-align: right;
 }
.img_bg_rassrochka {
    width: 503px;
    height: auto;
    position: absolute;
    right: 0;
    top: 96px;
}



    .html111 .header111__logo img {
        width: 350px;
    }
    .time111 .time__item111 {
    font-size: 26px;
}
.rassrochka_agro .container111 {
    max-width: 1250px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.hits112 .hits__item112 .container112 {
    flex-direction: column;
}

.hits112 .hits__item112 .container112 > a {
    width: 100%;
    padding: 10px 0;
    cursor: pointer;
}

.hits112 .hits__item112 .container112 > div {
    width: 100%
}

.hits112 .hits__item112 .container112 form span {
    width: 47%;
}
.callBtn_agro {
    font-size: 20px!important;
}

.hits112 .hits__item112 .container112 form span {
    font-size: 17px;
}

.hits112 .hits__item112 .container112 h3 {
    font-size: 29px;
    text-align: center;
}
.hits112 .hits__list112 {
    margin-top: 7rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: ;
    justify-content: space-between;
}

.hits112 .hits__item112 .container112 > div:nth-child(3) {
    font-size: 19px;
    padding-top: 5px;
}

.hits112 .hits__item112:nth-child(odd) {
    background-color: #fff;
}

.rassrochka_agro h2 {
    font-size: 39px;
    text-align: center;
    margin: 0 auto;
}

.time111 h2 {
    font-size: 38px;
}

.sklad777 h2.title777{
    font-size: 42px;
}

.feedback-section777 h2.title7777 {
    font-size: 42px;
}

.rassrochka_agro .undertitle_agro {
    font-size: 23.8px;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 50px;
        text-align: center;
} 

div.akcia_footer{
        width: 43%!important;
}



.visible_at_900{
    display: none;
}


    .visible_at_900{
    display: block;
}
.novisible_at_900{
    display: none;
}
.mainpage1112 .mainpage__title111 p:first-child {
    font-size: 42px;
    padding: 0;
    padding-left: 35px;
    text-align: left;
        line-height: 45px;
}

    .mainpage1112 .mainpage__title111 p {
    font-size: 21px;
}

.mainpage1112 .mainpage__button111 input {
    font-size: 25px;
}
.mainpage1112 .mainpage__akcia111>p {
    padding: 15px 9px;
    font-size: 21px;
}

.mainpage1112 .mainpage__akcia111 ul li {
    font-size: 22px;

}

.time111 h2 {
    font-size: 28px;
}

.undertitle_agro {
    font-size: 22px;
        text-align: center;
}

.time111 .time__items111 {
    flex-wrap: wrap;
}

.time111 .time__item111, .time111 .time__item1111, .time111 .time__item2111, .time111 .time__item3111 {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    background-position: center;
}

.time111 .time__item111 br, .time111 .time__item1111 br, .time111 .time__item2111 br, .time111 .time__item3111 br{
    display: none;
}
.hits112 .hits__item112 .container112 h3 {
    width: auto;
    text-align: left;
}

.dopaksesuary111 .dopaksesuary__slider111 .slick-slide>div {
    font-size: 16px;
    width: auto;
}

.dopaksesuary111 .dopaksesuary__slider111 .slick-slide>span {
    font-size: 15px;
}

.listiki_bg_wrap {
    padding: 0 15px;
}

.dopaksesuary111 h2 {
    font-size: 32px;
}

.undertitle_hits {
    color: #333;
    font-size: 23px;
}

.advantages-and-steps333 .container333 {
    padding: 50px 0px;
}

.advantages-and-steps333 .container333 {
    width: 100%;
}

.advantages-and-steps333 h2 {
font-size: 44px;
}

div.akcia_footer {
    width: 61%!important;
}

.hits112 h2 {
    font-size: 34px;
}

.rassrochka_agro h2 {
    font-size: 29px;
    text-align: center;
    margin: 0 auto;
}

.html111 .header111__delivery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
}



.br600{
    display: none;
}

.img_stringer_mob{
    display: none;
}



    .img_stringer_mob{
    display: block;
        width: 100%;
            margin-top: 44px;
}

    .img_stringer{
    display: none;

}
.hits112 {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
}
    .img_bg_rassrochka{
        display: none;
    }
img.hedaer_bg_soft {
    position: absolute;
    top: -153px;
    margin-left: -556px;
    left: 50%;
    width: 204%!important;
    height: 442px;
    margin-bottom: 0!important;
    z-index: 0;
}
.advantages-and-steps333 h2 {
    font-size: 35px;
}
.advantages-and-steps333 .advantage-image333 img {
    width: 97px;
    margin-bottom: 15px;
}
.advantages-and-steps333 .advantage-text333 {
    font-size: 18px;
}
.dopaksesuary111 h2 {
    font-size: 28px;
}
.mainpage1112 .mainpage111>.main_header111>h1 {
    text-align: center;
    font-size: 42px;
}
.sklad777 h2.title777 {
    font-size: 32px;
}
.br600{
    display: block;
}
.feedback-section777 h2.title7777 {
    font-size: 32px;
}
.mainpage1112 .mainpage__title111 p:first-child {
    font-size: 38px;
    /* padding: 0; */
    /* padding-left: 35px; */
    padding: 0;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
}
.mainpage1112 .mainpage__title111 p {
    font-size: 27px;
}
.mainpage1112 .mainpage__akcia111>p {
    padding: 15px 9px;
    font-size: 37px;
    line-height: 40px;
}
.mainpage1112 .mainpage__akcia111 ul li {
    font-size: 35px;
}
.mainpage1112 .mainpage__flex111 input {
    height: 6rem;
    font-size: 25px;
}
.mainpage1112 .mainpage__button111 input {
    font-size: 37px;
        height: 70px;
}
.time111 h2 {
    font-size: 32px;
}
.hits112 .hits__item112 {
    padding: 1rem 7px;
    padding-top: 0;
    width: 100%;
}
.hits112 .hits__item112 .container112 form span {
    padding: 6px 0;
    margin: 0 2px;
}
.hits112 .hits__item112 .container112 form div a, .hits112 .hits__item112 .container112 form div button {
    margin-top: 8%;
    width: auto;
    font-size: 23px!important;
    text-align: center;
    padding: 13px 28px;
    font-size: 3rem;
}
.dopaksesuary111 .dopaksesuary__slider111 .slick-slide>div {
    padding: 10px;
}
#mainpage1121 {
    padding-top: 20px;
}

div.akcia_footer {
    width: 100%!important;
}
.listiki_bg_wrap {
    padding: 0 0px;
}
.advantages-and-steps333, .dopaksesuary111 {
    padding: 30px 15px;
}
#mainpage1121 {
    background-size: cover;
}






.mainpage1112 .mainpage__akcia111 {
    width: 100%;
    max-width: 380px;
}
.mainpage1112 .mainpage111>.main_header111>h1 {
    text-align: center;
    font-size: 31px;
}

img.hedaer_bg_soft {
    position: absolute;
    top: -153px;
    margin-left: -355px;
    left: 50%;
    width: 204%!important;
    height: 442px;
    margin-bottom: 0!important;
    z-index: 0;
}
.mainpage1112 .mainpage111>.main_header111 {
margin: 30px 0 15px;
}
.br600{
    display: none;
}

.listiki_img{
    display: none;
}
.mainpage1112 .mainpage111>.main_header111>h1 {
    text-align: center;
    font-size: 27px;
}
.mainpage1112 .mainpage__title111 p {
    font-size: 20px;
}
.mainpage1112 .mainpage__akcia111>p {
    padding: 15px 9px;
    font-size: 25px;
    line-height: 30px;
}
.mainpage1112 .mainpage__akcia111 ul li {
    font-size: 25px;
}
.mainpage1112 .mainpage__flex111 input {
    height: 45px;
    font-size: 20px;
}
.mainpage1112 .mainpage__button111 input {
    font-size: 29px;
    height: 54px;
}
.mainpage1112 .mainpage__flex111 label {
    height: 45px;
}
.time111 {
    padding-top: 0px;
}
.time111 h2 {
    font-size: 21px;
}
.undertitle_agro {
    font-size: 18px;
    text-align: center;
}
.time111 .time__item111 {
    font-size: 24px;
}
.time111 .time__item111 {
    padding: 40px 20px;
}
.rassrochka_agro .undertitle_agro {
    font-size: 20.8px;
    text-align: center;
}
.rassrochka_desc {
    font-size: 19.8px;
}

.mainpage1112 .mainpage__button111 input.consult_text{
    font-size: 20px;
}
.hits112 .hits__item112 .container112 form fieldset:nth-child(2) span {
    width: auto;
    height: auto;
    font-size: 15px;
}

.hits112 .hits__item112 .container112 form span {
    font-size: 17px;
}
.hits112 .hits__item112 .container112 > div:nth-child(3) > div {
    font-size: 20px;
    margin-top: 0;
}

.rassrochka_agro{
    padding-right: 15px;
    padding-left: 15px;
}
.advantages-and-steps333 .container333 {
    padding-bottom: 0;
}
.no_halva {
    display: none;
}
.footer {
    padding: 0px 0;
    background-image: none;
    background: #fff;
}



.mainpage1112 .mainpage111>.main_header111>h1 {
    text-align: center;
    font-size: 25px;
    line-height: 36px;
}
.hits112 h2 {
    font-size: 30px;
}
img.hedaer_bg_soft {
    margin-left: -321px;
}
.dopaksesuary111 h2 {
    font-size: 26px;
}
.mainpage1112 .mainpage__akcia111 {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
        margin-top: 20px;
}
.time111 h2 {
    font-size: 22px;
}

.mainpage1112 .mainpage__akcia111 ul li {
    font-size: 20px;
}




.mainpage1112 .mainpage__akcia111 {
    width: 100%;
    max-width: 100%;
}

.mainpage1112 .mainpage111>.main_header111>h1 {
    text-align: center;
    font-size: 21px;
    line-height: 29px;
}

.advantages-and-steps333 h2 {
    font-size: 35px;
}

.sklad777 h2.title777 {
    font-size: 25px;
}
.mainpage1112 .mainpage__title111 p:first-child {
    font-size: 21px;
    font-family: pantonblack;
    height: 60px;
}
img.hedaer_bg_soft {
    margin-left: -318px;
}
.mainpage1112 .mainpage__title111 p {
    font-size: 17px;
}
.mainpage1112 .mainpage__akcia111>p {
    padding: 15px 9px;
    font-size: 23px;
    line-height: 30px;
}
.mainpage1112 .mainpage__akcia111 ul li {
    font-size: 20px;
}
.mainpage1112 .mainpage__flex111 input {
    height: 39px;
    font-size: 19px;
}
.mainpage1112 .mainpage__flex111 label {
    height: 39px;
}
.mainpage1112 .mainpage__button111 input {
    font-size: 25px;
    height: 49px;
}
.time111 h2 {
    font-size: 20px;
}
.rassrochka_agro h2 {
    font-size: 21px;
}
.mainpage1112 .mainpage__button111 input.consult_text {
    font-size: 20px;
        text-align: center;
}
.hits112 .hits__item112 {

}
.hits112 {
    padding: 0 15px;
}
.hits112 h2 {
    font-size: 25px;
}
.hits112 .hits__item112 .container112 form span {
    font-size: 13px;
}
.hits112 .hits__item112 .container112 form fieldset:nth-child(2) span {
    line-height: 17px;    padding: 6px 4px;
}
.hits112 .hits__item112 .container112 form div a, .hits112 .hits__item112 .container112 form div button {
    font-size: 16px!important;
}
.hits112 .hits__item112 .container112 > div:nth-child(3) > div {
    margin-top: 0;
}

.dopaksesuary111 h2 {
    font-size: 20px;
}
.undertitle_hits {
    color: #333;
    font-size: 19px;
}
.dopaksesuary111 .dopaksesuary__slider111 .slick-slide>p {
    font-size: 20px;
}
.advantages-and-steps333 h2 {
    font-size: 27px;
}

.advantages-and-steps333 .container333 {
    padding: 20px 0px;
        padding-bottom: 0;
}
.advantages-and-steps333 .advantage-box333 {
    width: 50%;
    font-size: 1.2em;
}
.advantages-and-steps333 .advantage-text333 {
    font-size: 18px;
}
.advantages-and-steps333 .advantage-image333 img {
    width: 90px;
    margin-bottom: 5px;
}
.advantages-and-steps333 .advantage-box333 {
    margin-bottom: 32px;
}
.feedback-section777 h2.title7777 {
    font-size: 25px;
}
.undertitle_hits {
    color: #333;
    font-size: 18px;
    text-align: center;
}
.slick-list {
    padding-bottom: 0px!important;
}
.feedback-section777 #feedbackTabs777 .slick-arrow {
    padding: 0;
}
.hits112 .hits__item112 .container112 h3 {
    font-size: 25px;

}
.feedback-section777 {
    padding-bottom: 0px;
}
#mainpage11211 {
    padding-top: 90px;
}


@media (max-width:365px) {
img.hedaer_bg_soft {
    margin-left: -286px;
}
}




.html111 .header111-mobile111__logo {
    font-size: 20px;
}
.header_a_phpne {
    font-size: 18px;
}
.rassrochka_agro h2 {
    font-size: 20px;
}
.rassrochka_agro .undertitle_agro {
    font-size: 19.2px;
    text-align: center;
}
.important_info {
    font-size: 22px;
}



.badge{
        position: absolute;
    background-color: #B3001F;
    display: flex;
    align-items: center;
    right: 0;
    top: 23px;
    padding: 7px 15px;
}
.badge img{
        width: 33px;
    margin-right: 12px;
}

.badge p{

        color: #fff;
    font-size: 24px;
}

.badge_zakaz{
    bottom: 15px;
    background-color: #333;
    top: unset;
}

.video_obzory h2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 2rem 0;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 8px solid #333;
    padding-bottom: 3px;
    text-align: left;
    color: #333;
    margin-top: 0;
    font-family: pantonblack;
    font-size: 44px;
    text-transform: uppercase;
}

.container_video{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 150px;
}

.video_wrap{
    display: flex;
    justify-content: space-between;
}

.video_instr h2{
        background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 2rem 0;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
    border-bottom: 8px solid #333;
    padding-bottom: 3px;
    text-align: left;
    color: #333;
    margin-top: 0;
    font-family: pantonblack;
    font-size: 40px;
    text-transform: uppercase;
}

@media (max-width:800px) {
.video_instr h2{

    font-size: 32px;
}
    }


    @media (max-width:610px) {
.video_instr h2{

    font-size: 27px;
}

.undertitle_instr{
    font-size: 21px;
    }
}


.video_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.notebook{
    margin-bottom: 100px;
}


@media (max-width:600px) {
.notebook iframe{
        width: 400px;
    height: 250px;
}

.container_video {
    margin-bottom: 10px;
}

.notebook{
    margin-bottom: 100px;
}

}

@media (max-width:410px) {

.notebook iframe{
        width: 380px;
    height: 240px;
}
}

@media (max-width:385px) {

.notebook iframe{
        width: 360px;
    height: 230px;
}
 .video_obzory h2 {
        font-size: 35px;
    }
}

@media (max-width:360px) {

    .video_obzory h2 {
        font-size: 30px;
    }

.notebook iframe{
        width: 300px;
    height: 200px;
}
}

.messengers{
    display: flex;
    margin-top: 5px;
    align-items: center;
}

.messengers p{
    font-size: 18px;
    margin-right: 15px;
}

.messengers a{
    width: 40px;
    height: 40px;
    margin-right: 11px;
}

.messengers a img{
    width: 40px!important;
    height: 40px;
}

.messengers a:first-child{
    margin-left: 0px;
}

.messengers a:last-child{
    margin-right: 0px;
}


.header111__delivery_text{
    display: flex;
}

.header111__delivery_text p{
    font-size: 18px;
}

._orinationRight_25.wrap_mW {
right: -10px!important;
    bottom: 0px!important;
}

.mobile_contact_panel{
    display: none;
        position: fixed;
    bottom: 0;
    left: 0;
    background: #333;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
        z-index: 2;
}



.mobile_contact_panel{
    display: flex;

}

.mobile_contact_panel .messengers{
    margin-top: 0;
}

a.call_us_mob{
    font-size: 18px;
    background-color: #fff;
    display: flex;
    color: #333;
    text-decoration: none;
    height: 20px;
    padding: 7px 17px;
    margin-top: inherit;
    margin-right: 20px;
    padding-bottom: 9px;
        margin-top: 2px;
}




@media (max-width:620px) {
.video_proizv_wrap iframe{
    width: 400px;
    height: 338px;
}
}

.video_proizv_wrap iframe {
 
    height: 233px;
    width: 380px;
       width: -webkit-fill-available;
    margin: 0 auto;
    display: block;
}
.utochnenie {
    font-size: 16px;
    margin-bottom: 10px;
}





/*.badge{
    display: none;
}

.hits112 .hits__item112 .container112 > a {
    pointer-events: none;
}

.video_obzory{
    display: none;
}

.video_instr, .video_proizv_wrap{
    display: none;
}*/

.cveta_polika{
    max-width: 330px;
    margin-bottom: 13px;
}

.hits112 .hits__item112:nth-child(even) .container112 form{
    padding: 0;
}


.ip_info{
        font-size: 20px;
    text-align: center;
        padding-bottom: 59px;
}

.super_price {
        display: flex;
    align-items: flex-end;
    font-family: 'Roboto';
        margin-left: 10px;
}

.old_price_wrap{
    font-size: 16px;
    color: #333;
    display: flex;
    flex-direction: column;
        margin-right: 15px;
        opacity: 0.7;
}

.old_price_wrap span.old_price {
    font-size: 35px;
    font-weight: 700;
    text-decoration: line-through;
}

.old_bel_rub{
    margin-top: 0px;
}

.price_wrap {
    font-size: 22px;
    color: #333;
    display: flex;
    flex-direction: column;
}

.price_wrap span.price {
        font-size: 52px;
    line-height: 23px;
    font-weight: 700;
}

.bel_rub {
    margin-top: 10px;
}

@media only screen and (max-width:414px)
{
.old_price_wrap span.old_price {
    font-size: 22px;

}
.old_price_wrap{
    font-size: 10px;
        margin-right: 8px;
}


.price_wrap {
    font-size: 14px;
}
.price_wrap span.price {
    font-size: 37px;
    font-weight: 700;
}

.bel_rub {
    margin-top: 2px;
    font-size: 16px;
}
}

@media only screen and (max-width:390px)
{
.old_price_wrap{
    font-size: 10px;
    margin-right: 0px;
}
.price_wrap {
    margin-left: 8px;
}
}


@media only screen and (max-width:325px)
{
.old_bel_rub{
display: none;
}

.super_price {
    display: flex;
    align-items: center;
}

}




.mainpage1112 #mainpage111{
    padding-bottom: 75px;
}
.mainpage1112 .mainpage__title111 {
    margin: 0;
}

.mainpage1112 .mainpage__title111 p:first-child {
    font-family: panton;
}

.mainpage1112 .mainpage__title111 p:nth-child(4) {
    background-position: 0;
}

.mainpage1112 .mainpage__title111 p:nth-child(3) {
    background-position-x: -4px;
}

.mainpage1112 .mainpage__akcia111 > p {
    padding: 0px 9px;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    padding-right: 7px;
}
.rassrochka_agro {
    padding-right: 0;
    padding-left: 0;
}

.rassrochka_agro h2 {
    font-size: 19px;
}
.uslovie_rassrochki {
    padding-top: 20px;
    padding: 20px 15px;
}

.catalog_scroll p.important_info{
    display: none!important;
}

.hits__item112 p.important_info{
    display: none!important;
}

.rassrochka_agro .undertitle_agro {
    font-size: 16.8px;
    text-align: center;
    margin-top: 6px;
    margin-bottom: 5px;
}

.video_obzory{
    margin-top: 50px;
}

.hits112 {
    margin-top: 50px;
}

.video_obzory .container_video h2{
    text-align: center;
}

.video_obzory .container_video p{
    font-size: 20px;
}

.notebook {
    margin-bottom: 80px;
}

.advantages-and-steps333, .dopaksesuary111 {
    padding-top: 0;
    margin: 0 auto;
}
.advantages-and-steps333 .container333 {
    padding: 0px 0px;
}

.utochnenie{
    font-size: 19px;
}

.utochnenie span{
color: #f33030;
}

.header111-mobile111__logo a img{
        width: 161px;
    margin-top: 1px;
}

@media (max-width: 331px){
.header111-mobile111__logo a img{
        width: 146px;
    margin-top: -1px;
}
}

.sale_price {
    background-color: #f33030;
    padding: 0 6px;
    color: #fff!important;
}


@media (max-width: 365px){
.hits112 .hits__item112 .container112 form fieldset:nth-child(1) span {
    font-size: 16px;
    margin-right: 11px;
    padding: 1rem 1rem;
        line-height: 18px;
            height: auto;
}

.hits112 .hits__item112 .container112 form fieldset:nth-child(2) span {
    padding: 1rem 1rem;
}
.hits112 .hits__item112 .container112 form {
    background-color: #eaeaea;
    padding: 12px 6px;
}
.super_price {
    margin-left: 0;
}
.hits112 .hits__item112 .container112 form fieldset:nth-child(1) legend {
    font-size: 23px;
    line-height: 25px;
}

.hits112 .hits__item112 .container112 form fieldset:nth-child(2) legend {
    font-size: 23px;line-height: 25px;
}
.price_wrap span.price {
    font-size: 37px;
    font-weight: 700;
}
.bel_rub {
    margin-top: 2px;
    font-size: 16px;
}
}


@media (max-width: 350px){
.hits112 .hits__item112 .container112 form fieldset:nth-child(1) span {
font-size: 17px;
    margin-right: 5px;
    padding: 1rem 0.5rem;
}
.hits112 .hits__item112 .container112 form {
    background-color: #eaeaea;
    padding: 12px 6px;
}
.super_price {
    margin-left: 0;
}
.hits112 .hits__item112 .container112 form fieldset:nth-child(1) legend {
    font-size: 23px;
    line-height: 25px;
}

.hits112 .hits__item112 .container112 form fieldset:nth-child(2) legend {
    font-size: 23px;line-height: 25px;
}
.price_wrap span.price {
    font-size: 37px;
    font-weight: 700;
}
.bel_rub {
    margin-top: 2px;
    font-size: 16px;
}
}



.slick-next {
    background-position-x: 11px!important;
}
.slick-prev {
    background-position-x: -11px!important;
}




.product-slider112-nav .slick-list .slick-track .slick-slide {
    width: 50px !important;
    margin-bottom: 0px;
    margin-top: 10px;
}

.hits112 .slick-dots {
    display: none !important;
}


section{
    max-width: 400px;
    margin: 0 auto;
}

@media (max-width: 400px){
.mainpage1112 .mainpage__button111 input {
    font-size: 19px!important;
    letter-spacing: 0.8px!important;
}

}



