@charset "UTF-8";
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("../fonts/ProximaNova-Bold.eot");
  src: local("тШ║"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Light';
  src: url("../fonts/ProximaNova-Light.eot");
  src: local("тШ║"), url("../fonts/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/ProximaNova-Regular.eot");
  src: local("тШ║"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: local("тШ║"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@media screen and (max-width: 680px) {
  .owl-theme .owl-nav {
    display: none; } }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #09b53e; }

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 10px 15px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px; }

.owl-carousel .owl-controls .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: -70px; }
  @media screen and (max-width: 1200px) {
    .owl-carousel .owl-controls .owl-nav .owl-prev {
      left: -25px; } }
  @media screen and (max-width: 680px) {
    .owl-carousel .owl-controls .owl-nav .owl-prev {
      top: 90%;
      margin-top: 0;
      left: 20px; } }

.owl-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -50px;
  right: -70px; }
  @media screen and (max-width: 1200px) {
    .owl-carousel .owl-controls .owl-nav .owl-next {
      right: -25px; } }
  @media screen and (max-width: 680px) {
    .owl-carousel .owl-controls .owl-nav .owl-next {
      top: 90%;
      margin-top: 0;
      right: 20px; } }

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
  border: 1px solid #09b53e;
  color: #09b53e;
  width: 50px;
  height: 50px;
  line-height: 40px;
  font-size: 28px;
  border-radius: 50%;
  text-align: center;
  background: transparent;
  opacity: 0.4;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.25); }
  .owl-carousel .owl-controls .owl-nav .owl-next:hover,
  .owl-carousel .owl-controls .owl-nav .owl-prev:hover {
    opacity: 1; }

.button {
  padding: 0.7142857143rem 1.0714285714rem;
  border: 2px solid #09b53e;
  border-radius: 25px;
  color: #161313;
  text-decoration: none; }
  .button:hover {
    text-decoration: none;
    color: #161313; }

.btnForm {
  padding: 0.7142857143rem 1.0714285714rem;
  border: 2px solid #f52928;
  border-radius: 25px;
  background: #f52928;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .btnForm:hover {
    text-decoration: none;
    color: #ffffff; }
  .btnForm::before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -150px;
    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;
    animation-name: slideme;
    animation-duration: 3s;
    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); }

.form-control_cast {
  display: block;
  width: 100%;
  padding: 0.5714285714rem 1.0714285714rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #161313;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #09b53e;
  border-radius: 1.7857142857rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 15px; }
  .form-control_cast:focus {
    outline: none; }

@keyframes shakeme {
  0% {
    transform: translateY(-35px); }
  100% {
    transform: translateY(35px); } }
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0; }
  30% {
    left: 110%;
    margin-left: 80px; }
  100% {
    left: 110%;
    margin-left: 80px; } }
.btn:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
  font-size: 18px; }

.btn {
  background-color: #449d44;
  border-color: #398439;
  font-size: 18px; }

.main .mainBlock .btn {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  padding: 10px 15px;
  padding-left: 55px;
  font-size: 25px; }

.main .mainBlock .btn .glyphicon-menu-down {
  left: 15px;
  position: absolute;
  font-size: 25px;
  transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  -khtml-transition: all .1s;
  -ms-transition: all .1s;
  animation-name: shakeme;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out; }

.main .mainBlock .btn:before {
  margin-left: 60px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  animation-delay: .05s;
  position: absolute;
  left: -40px;
  top: -150px;
  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;
  animation-name: slideme;
  animation-duration: 3s;
  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); }

.header__wrapper {
  padding: 1.1428571429rem 0; }
  @media screen and (max-width: 992px) {
    .header__wrapper .nav {
      display: block; } }
  .header__wrapper .navbar-toggler {
    background: #09b53e;
    color: #ffffff;
    width: 50px;
    height: 50px;
    margin: -1px 0px 1px -8px; }
  .header__wrapper .navbar-toggler-icon {
    display: block;
    position: absolute;
    top: 30px;
    left: 18px;
    right: 18px;
    height: 5px;
    background: white; }
  .header__wrapper .navbar-toggler-icon::before,
  .header__wrapper .navbar-toggler-icon::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    content: ""; }
  .header__wrapper .navbar-toggler-icon::before {
    top: -10px; }
  .header__wrapper .navbar-toggler-icon::after {
    bottom: -10px; }

.block__logo {
  font-size: 35px;
  font-family: "ProximaNova-Bold";
  color: #09b53e;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .block__logo {
      font-size: 2.1428571429rem; } }
  @media screen and (max-width: 480px) {
    .block__logo {
      font-size: 1.7857142857rem; } }

.img__block__text {
  padding: 0 0 0 5px;
  border-left: 1px solid #09b53e; }
  .img__block__text p {
    line-height: 1.1428571429rem; }

.wrapper__top__button {
  padding-top: 15px; }
  @media screen and (max-width: 992px) {
    .wrapper__top__button {
      text-align: right; } }

.button__coll {
  color: #161313;
  display: inline-block;
  border-bottom: 2px solid #09b53e;
  cursor: pointer; }
  .button__coll i {
    color: #09b53e; }
  .button__coll:hover {
    text-decoration: none;
    color: #161313; }

.wrapper__phone__block {
  padding-left: 25px;
  position: relative; }
  @media screen and (max-width: 992px) {
    .wrapper__phone__block {
      text-align: right; } }
  .wrapper__phone__block::before {
    content: "\f095";
    color: #09b53e;
    font-family: "FontAwesome";
    font-size: 26px;
    line-height: 40px;
    width: 24px;
    height: 40px;
    position: absolute;
    top: 4px;
    right: 190px; }
    @media screen and (max-width: 1200px) {
      .wrapper__phone__block::before {
        right: 150px; } }
    @media screen and (max-width: 768px) {
      .wrapper__phone__block::before {
        right: 120px;
        top: 0; } }
    @media screen and (max-width: 680px) {
      .wrapper__phone__block::before {
        right: 100px; } }
  .wrapper__phone__block .phone__item {
    display: block;
    color: #161313;
    text-decoration: none; }
    .wrapper__phone__block .phone__item:hover {
      text-decoration: none; }
    .wrapper__phone__block .phone__item span {
      font-weight: bold; }

.wrapper__top__coll {
  padding-top: 15px; }

.header__wrapper .nav {
  margin: auto; }
  .header__wrapper .nav .nav-link {
    font-family: "ProximaNova-Semibold";
    color: #161313;
    transition: all 0.5s; }
    .header__wrapper .nav .nav-link:hover {
      color: #09b53e; }

.mainBlock__wrapper {
  background: url("../img/banner.jpg") center 0;
  background-size: cover;
  padding: 6.4285714286rem 0; }
  .mainBlock__wrapper .main__form__wrapper {
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      .mainBlock__wrapper .main__form__wrapper {
        margin-top: 50px; } }

.main__text {
  padding-top: 1.4285714286rem;
  font-size: 3.5714285714rem;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold";
  margin-bottom: 3.5714285714rem; }
  .main__text span {
    display: block;
    font-size: 1.8571428571rem; }
  @media screen and (max-width: 480px) {
    .main__text {
      font-size: 2.5rem; } }

.block__advantage {
  list-style: none;
  padding: 0; }

.advantage__item {
  color: #ffffff;
  font-size: 1.4285714286rem;
  padding: 5px 0 5px 40px;
  font-family: "ProximaNova-Regular";
  background: url("../img/sprite.png") no-repeat; }
  .advantage__item:nth-child(1) {
    background-position: 1px 3px; }
    @media screen and (max-width: 680px) {
      .advantage__item:nth-child(1) {
        background-position: 1px  -2px; } }
  .advantage__item:nth-child(2) {
    background-position: 1px -49px; }
    @media screen and (max-width: 680px) {
      .advantage__item:nth-child(2) {
        background-position: 1px  -55px; } }
  .advantage__item:nth-child(3) {
    background-position: 1px -109px;
    position: relative; }
    @media screen and (max-width: 680px) {
      .advantage__item:nth-child(3) {
        background-position: 1px  -114px; } }
    .advantage__item:nth-child(3) span {
      right: 84px;
      display: inline-block;
      position: absolute;
      top: -17px; }
      @media screen and (max-width: 768px) {
        .advantage__item:nth-child(3) span {
          right: -85px;
          top: -200px; } }
      @media screen and (max-width: 680px) {
        .advantage__item:nth-child(3) span {
          right: -15px; } }
      @media screen and (max-width: 576px) {
        .advantage__item:nth-child(3) span {
          width: 100px;
          height: 100px;
          display: block;
          top: -130px; }
          .advantage__item:nth-child(3) span img {
            width: 100%; } }

.main__form__wrapper {
  background: #ffffff;
  border-radius: 20px;
  padding: 0.7142857143rem 0 1.0714285714rem 0; }

.main__form__top_sale {
  padding: 0.3571428571rem 0.7142857143rem;
  text-align: center;
  font-weight: 700; }
  .main__form__top_sale p {
    color: #161313;
    font-size: 2.1428571429rem;
    font-family: "ProximaNova-Bold";
    margin-bottom: 0; }
    .main__form__top_sale p span {
      color: #09b53e;
      font-size: 3.5714285714rem; }

.main__form__condition {
  text-align: center;
  padding: 0 1.0714285714rem; }
  .main__form__condition p {
    font-family: "ProximaNova-Light";
    color: #808080;
    font-size: 1rem;
    line-height: 1.1428571429rem; }

.main__form__time {
  background-image: -moz-linear-gradient(0deg, #03af50 0%, #34dd60 100%);
  background-image: -webkit-linear-gradient(0deg, #03af50 0%, #34dd60 100%);
  background-image: -ms-linear-gradient(0deg, #03af50 0%, #34dd60 100%);
  background: #09b53e;
  padding: 0.3571428571rem 0;
  text-align: center; }
  .main__form__time p {
    color: #ffffff;
    font-size: 2.1428571429rem;
    font-family: "ProximaNova-Bold";
    margin: 0;
    padding: 0; }
    .main__form__time p span {
      font-family: "ProximaNova-Regular";
      display: block;
      font-weight: 500; }

.block__form {
  text-align: center;
  padding: 0 1.0714285714rem;
  font-weight: 700;
  margin: 0; }
  .block__form .name__form {
    color: #161313;
    font-size: 1.2857142857rem; }
    .block__form .name__form p {
      margin: 0; }
  .block__form .subname__form {
    color: #808080;
    font-size: 0.8571428571rem; }
    .block__form .subname__form p {
      margin-bottom: 15px; }

.wrapper__features {
  background: #f9f9f9;
  padding: 3.2142857143rem 0 0 0; }

.title__section {
  text-align: center;
  font-size: 2.2714285714rem;
  text-transform: uppercase;
  font-family: "ProximaNova-Bold"; }
  @media screen and (max-width: 480px) {
    .title__section {
      font-size: 1.7857142857rem; } }

.wrapper__features__bg {
  background: url("../img/grentMath.png") 0 0 no-repeat, url("../img/features2.png") right 250px no-repeat, #f9f9f9;
  padding-bottom: 3.2142857143rem; }
  @media screen and (max-width: 1200px) {
    .wrapper__features__bg {
      background: url("../img/features2.png") right 150px no-repeat; } }
  @media screen and (max-width: 992px) {
    .wrapper__features__bg {
      background: url("../img/features2.png") center 280px no-repeat;
      background-size: 92%; } }
  @media screen and (max-width: 680px) {
    .wrapper__features__bg {
      background: url("../img/features2.png") center 240px no-repeat;
      background-size: 92%; } }

.list__features {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative; }
  .list__features .features__item__num {
    display: none; }
  @media screen and (max-width: 992px) {
    .list__features {
      padding-left: 40px;
      list-style: decimal;
      margin-top: 16px; } }
  @media screen and (max-width: 992px) and (max-width: 768px) {
    .list__features {
      padding-left: 0;
      list-style: none; } }

  .list__features .features__item {
    position: absolute; }
    @media screen and (max-width: 992px) {
      .list__features .features__item {
        position: static; } }
  .list__features .features__item__title {
    font-size: 1rem;
    display: inline-block;
    font-family: "ProximaNova-Semibold"; }
    .list__features .features__item__title .features__item__num {
      display: none; }
      @media screen and (max-width: 768px) {
        .list__features .features__item__title .features__item__num {
          display: inline-block;
          padding-left: 0;
          padding-right: 4px; } }
    .list__features .features__item__title span {
      font-family: "ProximaNova-Light";
      display: block; }
      @media screen and (max-width: 992px) {
        .list__features .features__item__title span {
          display: inline-block;
          padding-left: 4px; } }
  .list__features .features__item_1 {
    top: 98px;
    left: 437px; }
    @media screen and (max-width: 1200px) {
      .list__features .features__item_1 {
        top: 0;
        left: 258px; } }
  .list__features .features__item_2 {
    top: 152px;
    left: 744px; }
    @media screen and (max-width: 1200px) {
      .list__features .features__item_2 {
        top: 54px;
        left: 542px; } }
  .list__features .features__item_3 {
    top: 115px;
    left: 888px; }
    @media screen and (max-width: 1200px) {
      .list__features .features__item_3 {
        top: 33px;
        left: 676px; } }
  .list__features .features__item_4 {
    top: 421px;
    left: 974px; }
    @media screen and (max-width: 1200px) {
      .list__features .features__item_4 {
        top: 315px;
        left: 784px; } }
  .list__features .features__item_5 {
    top: 449px;
    left: 806px; }
    @media screen and (max-width: 1200px) {
      .list__features .features__item_5 {
        top: 342px;
        left: 627px; } }
  .list__features .features__item_6 {
    top: 507px;
    left: 629px; }
    @media screen and (max-width: 1200px) {
      .list__features .features__item_6 {
        top: 409px;
        left: 416px; } }

.main__form__wrapper {
  margin-top: 160px; }

.block__form {
  padding-top: 1.0714285714rem; }

.wrapper__features .main__form__wrapper {
  padding-top: 0;
  overflow: hidden;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15); }
  @media screen and (max-width: 992px) {
    .wrapper__features .main__form__wrapper {
      margin-top: 340px; } }
  @media screen and (max-width: 768px) {
    .wrapper__features .main__form__wrapper {
      margin-top: 290px; } }
  @media screen and (max-width: 576px) {
    .wrapper__features .main__form__wrapper {
      margin-top: 55%; } }
.wrapper__features .main__form__time p {
  font-family: "ProximaNova-Bold"; }
  .wrapper__features .main__form__time p.subname__form {
    font-size: 1rem;
    font-family: "ProximaNova-Light"; }

.wrappen__order {
  padding: 3.2142857143rem 0;
  background: url("../img/calc_bg2.png") no-repeat 1095px center, linear-gradient(0deg, #0da13a 0%, #76e693 100%); }

.wrapper__order__form {
  border-radius: 20px;
  background-color: white;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 6.4285714286rem 5rem 3.5714285714rem 5rem; }
  @media screen and (max-width: 576px) {
    .wrapper__order__form {
      padding: 2.1428571429rem 1.4285714286rem 1.4285714286rem 1.4285714286rem; } }

.order__form {
  position: relative;
  margin-top: 4.0714285714rem; }

.wrapper__img__block {
  position: absolute;
  width: 300px;
  height: 350px;
  top: -250px;
  left: -162px;
  background: url("../img/calc_bg1.png") no-repeat; }
  @media screen and (max-width: 992px) {
    .wrapper__img__block {
      top: 150px;
      right: -162px;
      left: auto; } }
  @media screen and (max-width: 576px) {
    .wrapper__img__block {
      display: none; } }

.wrapper__inputs__block {
  margin-bottom: 2.8571428571rem; }
  .wrapper__inputs__block .form-control_cast {
    margin-top: 6px; }

.name__order__block {
  font-size: 16px;
  font-weight: 700;
  color: #161313; }
  .name__order__block span {
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: #ffffff;
    background: #09b53e;
    border-radius: 50%; }

.additional__items {
  font-size: 14px;
  margin-bottom: 3px;
  text-align: left;
  color: #161313; }
  .additional__items label {
    padding-left: 29px;
    background: url("../img/sprite.png") 0 -153px no-repeat;
    cursor: pointer;
    font-family: "ProximaNova-Light"; }
  .additional__items input {
    display: none; }
    .additional__items input:checked + label {
      color: #09b53e;
      font-family: "ProximaNova-Bold";
      background: url("../img/sprite.png") 0 -184px no-repeat; }

.lengthOfGreenhouse {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 3px;
  margin-right: 5px;
  text-align: center;
  color: #808080; }
  .lengthOfGreenhouse label {
    width: 35px;
    height: 35px;
    line-height: 30px;
    border-radius: 50%;
    border: 2px solid #808080;
    cursor: pointer; }
  .lengthOfGreenhouse input {
    display: none; }
    .lengthOfGreenhouse input:checked + label {
      color: #09b53e;
      border: 2px solid #09b53e; }

.pipeDimensions {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 3px;
  margin-right: 5px;
  text-align: center;
  color: #808080; }
  .pipeDimensions label {
    padding: 0 17px;
    line-height: 35px;
    border-radius: 19px;
    border: 2px solid #808080;
    cursor: pointer; }
  .pipeDimensions input {
    display: none; }
    .pipeDimensions input:checked + label {
      color: #09b53e;
      border: 2px solid #09b53e; }

.wrappen__bonus {
  padding: 6.4285714286rem 0; }

.title__bonus {
  font-family: "ProximaNova-Bold";
  margin-top: 4.2857142857rem;
  margin-bottom: 2.8571428571rem;
  text-transform: uppercase;
  font-size: 1.7142857143rem; }
  @media screen and (max-width: 480px) {
    .title__bonus {
      font-size: 1.2857142857rem; } }
  .title__bonus.bonus__not {
    color: #808080;
    text-align: right; }
  .title__bonus.bonus__yes {
    color: #09b53e;
    text-align: left; }

.bonus__item {
  font-family: "ProximaNova-Light";
  padding-top: 14px;
  font-size: 16px;
  color: #161313; }
  .bonus__item a {
    border-bottom: 1px solid #09b53e;
    color: #161313;
    transition: all 0.5s; }
    .bonus__item a:hover {
      color: #09b53e;
      text-decoration: none;
      font-family: "ProximaNova-Regular"; }
  .bonus__item strong {
    font-family: "ProximaNova-Bold"; }
  .bonus__item.bonus__not__item {
    text-align: right; }
  .bonus__item.bonus__yes__item {
    text-align: left; }

.bonus__icon {
  text-align: center;
  font-size: 50px; }
  .bonus__icon.bonus__not__icon {
    color: #ef2424; }
  .bonus__icon.bonus__yes__icon {
    color: #09b53e; }

.bonus__img__wrapper {
  display: inline-block;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  border-radius: 50%;
  border: 1px solid #09b53e; }

.wrappen__lastMinuteOffers {
  padding: 6.4285714286rem 0;
  background: #f9f9f9; }
  .wrappen__lastMinuteOffers .title__section {
    margin-bottom: 3.5714285714rem; }

.lastMinuteOffer__wrapper {
  overflow: hidden;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 2.5rem; }
  .lastMinuteOffer__wrapper:hover .lastMinuteOffer__img img {
    transform: scale(1.25); 
    }


.lastMinuteOffer__img {
  position: relative;
}
.lastMinuteOffer__img::before {
/*    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    display: block;
    background: url(/img/py2018.png) no-repeat center center;
    right: 5px;
    bottom: 5px;
    z-index: 100;
    background-size: cover;*/
}    

.bonus__block {
  z-index: 100;
  position: absolute;
  background-image: -moz-linear-gradient(0deg, #09b53e 0%, #34dd60 100%);
  background-image: -webkit-linear-gradient(0deg, #09b53e 0%, #34dd60 100%);
  background-image: -ms-linear-gradient(0deg, #09b53e 0%, #34dd60 100%);
  border-radius: 0 15px 15px 0;
  height: 32px;
  width: 130px;
  left: 0;
  top: 20px;
  padding: 8px 15px 8px 8px;
  color: #ffffff; }
  .bonus__block p {
    font-size: 11px;
    margin-bottom: 0;
    text-transform: uppercase; }

.lastMinuteOffer__img {
  overflow: hidden; }
  .lastMinuteOffer__img img {
    transition: all 5s;
    width: 100%;
    height: auto; }

.lastMinuteOffer__disc {
  padding: 1.4285714286rem; }

.lastMinuteOffer__name {
  color: #09b53e;
  font-size: 1.2857142857rem;
  margin-bottom: 18px;
  font-weight: 700; }
  @media screen and (max-width: 1200px) {
    .lastMinuteOffer__name {
      font-size: 1.1428571429rem;
      white-space: nowrap; } }
  @media screen and (max-width: 768px) {
    .lastMinuteOffer__name {
      font-size: 1.4285714286rem; } }

.lastMinuteOffer__options {
  font-size: 13px;
  color: #161313;
  margin-bottom: 0; }
  .lastMinuteOffer__options span {
    font-weight: 700;
    font-size: 16px; }
    @media screen and (max-width: 1200px) {
      .lastMinuteOffer__options span {
        font-size: 14px; } }

.lastMinuteOffer__bonus {
  margin-left: 20px;
  color: #09b53e; }
  .lastMinuteOffer__bonus li {
    font-size: 16px;
    text-transform: uppercase; }
    .lastMinuteOffer__bonus li span {
      color: #161313; }

.lastMinuteOffer__inputs {
  text-align: center; }

.lastMinuteOffer__count {
  text-align: center;
  color: #09b53e;
  font-family: "ProximaNova-Semibold"; }

.lastMinuteOffer__inputs {
  padding: 0 1.4285714286rem; }

.wrappen__specialOffer {
  background: url("../img/bg_sale.png") no-repeat center center;
  background-size: cover;
  padding: 5.7142857143rem 0 2.8571428571rem 0; }

.title__specialOffer {
  font-size: 3.5714285714rem;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  font-family: "ProximaNova-Bold"; }
  @media screen and (max-width: 480px) {
    .title__specialOffer {
      font-size: 2.8571428571rem; } }
  .title__specialOffer span {
    font-size: 1.7857142857rem;
    display: block; }
    .title__specialOffer span span {
      padding-top: 4px;
      display: inline-block;
      border-radius: 50%;
      background-image: -moz-linear-gradient(0deg, #ed2323 0%, #ff512f 100%);
      background-image: -webkit-linear-gradient(0deg, #ed2323 0%, #ff512f 100%);
      background-image: -ms-linear-gradient(0deg, #ed2323 0%, #ff512f 100%);
      width: 40px;
      height: 40px; }
      @media screen and (max-width: 680px) {
        .title__specialOffer span span {
          width: 35px;
          height: 35px; } }

.text__specialOffer {
  font-size: 1.1428571429rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3.5714285714rem; }

.img__specialOffer {
  border-radius: 10px;
  overflow: hidden; }
  .img__specialOffer img {
    width: 100%;
    height: auto; }

.specialOffer__form {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 1.4285714286rem;
  text-align: center;
  color: #161313; }

.specialOffer__form__title {
  color: #09b53e;
  font-size: 22px;
  font-family: "ProximaNova-Bold"; }

.specialOffer__form__param {
  font-family: "ProximaNova-Light";
  font-size: 0.9285714286rem;
  line-height: 1.1428571429rem; }
  .specialOffer__form__param strong {
    font-family: "ProximaNova-Bold"; }

.specialOffer__form__price {
  padding: 0.7142857143rem 0;
  color: #ef2424;
  font-size: 1.7857142857rem; }
  .specialOffer__form__price span.oldPrice {
    text-decoration: line-through;
    color: #161313;
    font-size: 1.5714285714rem; }

.specialOffer__form__remnants {
  margin-top: 10px;
  font-size: 16px;
  color: #161313; }
  .specialOffer__form__remnants span {
    color: #ef2424; }

.section__instPlan {
  background: url("../img/bg_in.png"); }

.wrappen__instPlan {
  padding-top: 6.4285714286rem;
  padding-bottom: 7.1428571429rem;
  background: url("../img/women.png") no-repeat 973px bottom;
  background-size: 35%; }
  @media screen and (min-width: 1400px) {
    .wrappen__instPlan {
      background: url("../img/women.png") no-repeat right bottom;
      background-size: 22%; } }
  @media screen and (max-width: 1200px) {
    .wrappen__instPlan {
      background: url("../img/women.png") no-repeat 0 bottom;
      background-size: 35%; } }
  @media screen and (max-width: 576px) {
    .wrappen__instPlan {
      background: none;
      padding-top: 2.8571428571rem;
      padding-bottom: 2.8571428571rem; } }
  .wrappen__instPlan .title__section {
    margin-bottom: 5rem; }
    @media screen and (max-width: 576px) {
      .wrappen__instPlan .title__section {
        margin-bottom: 2.1428571429rem; } }
  .wrappen__instPlan .form-control_cast {
    margin-top: 6px; }

.instPlan__icon {
  text-align: center; }

.instPlan__text {
  text-align: center;
  color: #161313;
  font-weight: 700; }

.wrappen__reviews {
  padding: 3.1428571429rem 0 3.7142857143rem 0; }
  .wrappen__reviews .title__section {
    margin-top: 3.2142857143rem; }
  @media screen and (max-width: 992px) {
    .wrappen__reviews {
      padding: 3.5714285714rem 0 5rem 0; } }
  @media screen and (max-width: 576px) {
    .wrappen__reviews {
      padding: 0.7142857143rem 0 5rem 0; } }

.wrapper__review {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin: 1.0714285714rem;
  text-align: center; }

.owl-carousel.owl-theme.owl-carousel__reviews .review__img {
  text-align: center; }
  .owl-carousel.owl-theme.owl-carousel__reviews .review__img img {
    display: inline-block;
    height: auto;
    margin-bottom: 15px; }

.review__name {
  margin-bottom: 1.4285714286rem;
  font-size: 1.2857142857rem;
  font-weight: 700;
  color: #161313; }

.review__text {
  margin-bottom: 1.0714285714rem;
  color: #161313;
  font-size: 1.1428571429rem; }

.review__data {
  color: #808080;
  margin-bottom: 1.0714285714rem; }

.wrappen__deti {
  background: url("../img/deti.png") center center no-repeat;
  height: 45.7142857143rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 5rem; }
  .wrappen__deti .btnForm {
    position: relative;
    overflow: hidden;
    display: inline-block; }

.deti__title {
  font-size: 5rem;
  padding-top: 10rem;
  text-transform: uppercase;
  margin-bottom: 1.7857142857rem;
  font-family: "ProximaNova-Bold"; }
  @media screen and (max-width: 480px) {
    .deti__title {
      font-size: 3.5714285714rem; } }
  .deti__title span {
    font-size: 3.5714285714rem; }

.wrapper__dopSale__block {
  background: #f9f9f9;
  padding: 7.1428571429rem 0; }
  @media screen and (max-width: 992px) {
    .wrapper__dopSale__block {
      padding: 3.5714285714rem 0 7.1428571429rem 0; } }

.dopSale__subTitle {
  padding: 0 10.7142857143rem;
  color: #161313;
  font-size: 1.1428571429rem;
  margin-bottom: 5rem;
  text-align: center; }
  @media screen and (max-width: 992px) {
    .dopSale__subTitle {
      padding: 0; } }

.wrapper__dopSale {
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  margin-bottom: 1.0714285714rem; }

.owl-carousel.owl-theme.owl-carousel__dopSale .dopSale__img {
  text-align: center;
  background: #09b53e;
  padding-top: 15px; }
  .owl-carousel.owl-theme.owl-carousel__dopSale .dopSale__img img {
    display: inline-block;
    width: 150px;
    height: auto;
    margin-bottom: 15px; }

.dopSale__name {
  text-align: center;
  padding: 0.7142857143rem;
  color: #09b53e;
  font-size: 1.2857142857rem;
  font-weight: 700; }

.dopSale__text {
  padding: 0.7142857143rem;
  font-size: 1.1428571429rem;
  color: #161313; }

.dopSale__data {
  text-align: center;
  padding-bottom: 15px; }
  .dopSale__data .btnForm {
    position: relative;
    overflow: hidden;
    display: inline-block;
    color: #ffffff; }

.wrapper__delivery {
  padding: 5.7142857143rem 0 2.8571428571rem 0;
  background: url("../img/men.png") no-repeat 2px bottom; }
  @media screen and (min-width: 1400px) {
    .wrapper__delivery {
      background: url("../img/men.png") no-repeat 13% bottom; } }
  @media screen and (max-width: 1200px) {
    .wrapper__delivery {
      background: url("../img/men.png") no-repeat 0px bottom;
      background-size: 35%; } }
  @media screen and (max-width: 992px) {
    .wrapper__delivery {
      background-size: 35%; } }
  @media screen and (max-width: 768px) {
    .wrapper__delivery {
      background: none; } }

.delivery__item {
  padding: 0 1.7857142857rem; }
  @media screen and (max-width: 992px) {
    .delivery__item {
      margin-bottom: 1.4285714286rem; } }
  @media screen and (max-width: 768px) {
    .delivery__item {
      text-align: center; } }

.delivery__icon {
  text-align: left;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .delivery__icon img {
      display: inline-block; } }
  @media screen and (max-width: 768px) {
    .delivery__icon {
      text-align: center; } }

.delivery__name {
  text-transform: uppercase;
  font-weight: 700;
  color: #161313;
  font-size: 2rem;
  margin-bottom: 1.7857142857rem; }

.delivery__text {
  color: #161313;
  font-size: 1.1428571429rem;
  min-height: 230px; }
  @media screen and (max-width: 1200px) {
    .delivery__text {
      min-height: 320px; } }
  @media screen and (max-width: 992px) {
    .delivery__text {
      min-height: 0;
      margin-bottom: 1.4285714286rem; } }

.wrapper__winter {
  background: #f9f9f9;
  padding: 4.2857142857rem 0 2.8571428571rem 0;
  margin-bottom: 2.8571428571rem; }
  .wrapper__winter .title__section {
    margin-bottom: 3.5714285714rem; }

.winter__img {
  margin-bottom: 1.0714285714rem; }
  .winter__img img {
    width: 100%;
    height: auto; }

.winter__block__text p {
  font-family: "ProximaNova-Regular";
  font-size: 1.1428571429rem;
  color: #161313; }

.wrapper__guarantee_block {
  padding: 5rem 0;
  background-image: -moz-linear-gradient(90deg, #34dd60 0%, #9ff0c1 100%);
  background-image: -webkit-linear-gradient(90deg, #34dd60 0%, #9ff0c1 100%);
  background-image: -ms-linear-gradient(90deg, #34dd60 0%, #9ff0c1 100%); }

.guarantee__subtext {
  color: #161313;
  font-size: 1.1428571429rem;
  margin-bottom: 2.5rem;
  text-align: center; }

.wrapper__guarantee img {
  width: 100%;
  height: auto; }

.wrapper__production_block {
  padding: 5rem 0; }

.wrapper__production img {
  width: 100%;
  height: auto; }

.dop__block {
  padding-top: 2.8571428571rem; }

.dop__block__text {
  text-align: center;
  color: #161313;
  font-family: "ProximaNova-Light";
  font-size: 1.1428571429rem; }

.teplici .modal-header {
  border-bottom: none;
  text-align: center;
  padding: 15px 15px 0 0; }
.teplici .modal-body {
  text-align: center;
  padding: 0 2.8571428571rem; }
.teplici .modal-footer {
  border-top: none; }
.teplici .modal-dialog {
  margin: 2.5rem auto; }
.teplici .modal-title {
  font-family: "ProximaNova-Bold";
  font-size: 2.1428571429rem; }
.teplici .modal__text {
  font-size: 1rem;
  font-family: "ProximaNova-Light";
  color: #808080; }
  .teplici .modal__text span {
    display: block;
    color: #f52928;
    margin: 1.0714285714rem 0;
    font-family: "ProximaNova-Bold";
    font-size: 2.1428571429rem; }
.teplici .modal__text__post {
  font-size: 1rem;
  font-family: "ProximaNova-Light";
  color: #f52928;
  margin-top: 1.0714285714rem; }

#modal-form-popap .modal-header {
  position: relative; }
#modal-form-popap .wrapper__SALE {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 25px;
  left: -40px; }
  #modal-form-popap .wrapper__SALE img {
    width: 100%;
    height: auto; }

.language-picker {
  margin-right: 6.5%;

}

.language-picker a {
    border: 2px solid #808080;
    border-radius: 50%;
    padding: 5px;
    color: #808080;
    font-size: 14px;
    
}

.language-picker .active {
  border: 2px solid #09b53e;
  color: #09b53e !important;
}

html, body {
  overflow-x: hidden;
  font-family: "ProximaNova-Regular";
  font-size: 16px;
  background: transparent; }
  @media screen and (max-width: 992px) {
    html, body {
      font-size: 15px; } }
  @media screen and (max-width: 768px) {
    html, body {
      font-size: 14px; } }
  @media screen and (max-width: 680px) {
    html, body {
      font-size: 12px; } }

@media screen and (max-width: 576px) {
  .hidden-xs-cast {
    display: none; } }

@media screen and (max-width: 992px) {
  .hidden-lg-cast {
    display: none; } }

@media screen and (max-width: 768px) {
  .hidden-md-cast {
    display: none; } }

@media screen and (max-width: 992px) {
  .order-laptop-1 {
    order: 1; } }


