/*NEW STYLES 2020*/
body,
.main-wrapper {
  min-width: 320px;
}

.but_green {
  background-color: #93b400;
}

.next-step-order {
  margin: 55px auto 0;
  max-width: 230px;
  text-align: center;
  display: block;
}

#left-sidebar,
#right-sidebar,
.mobile-first-section {
  display: none;
}

.logo-mobile {
  display: none !important;
}

.informs-block-main {
  background: #80b400;
}

.btn.btn-default {
  background-color: transparent;
  /* border: 2px solid #fff;*/
  border-radius: 10px;
  padding: 16px 50px;
  color: #fff;
  margin-right: 0;
  margin-bottom: 25px;
}

.btn.btn-default:last-child {
  margin-bottom: 0;
}

.btn.btn-default:hover {
  background-color: #fff;
  color: #000;
}

.btn.btn-default.main {
  width: 285px;
  border-radius: 40px;
}

.btn.new_orange {
  background: #ffae00;
  border-color: #ffae00;
  color: #000;
}

.btn.new_orange:hover {
  background: #e39d07;
  border-color: #e39d07;
}

.btn.new_blue {
  background: #56a7c5;
  border-color: #56a7c5;
}

.btn.new_blue:hover {
  background: #245787;
  border-color: #245787;
  color: #fff;
}

.btn.new_green {
  background: #00c4b0;
  border-color: #00c4b0;
}

.btn.new_green:hover {
  background: #028fa1;
  border-color: #028fa1;
  color: #fff;
}

.btn.tarif_one__green,
.btn.tarif_one__yellow,
.btn.tarif_one__blue,
.btn.tarif_one__pink {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  padding: 15px 30px 22px;
}

.btn.tarif_one__green:hover,
.btn.tarif_one__yellow:hover,
.btn.tarif_one__blue:hover,
.btn.tarif_one__pink:hover {
  color: #fff;
}

.btn.tarif_one__green {
  background: #00c4b0;
  background: -webkit-gradient(linear, left top, left bottom, from(#00c4b0), to(#028fa1));
  background: linear-gradient(to bottom, #00c4b0 0%, #028fa1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c4b0', endColorstr='#028fa1', GradientType=0);
  border: none;
}

.btn.tarif_one__green:hover {
  background: #028fa1;
  background: -webkit-gradient(linear, left top, left bottom, from(#028fa1), to(#00c4b0));
  background: linear-gradient(to bottom, #028fa1 0%, #00c4b0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#028fa1', endColorstr='#00c4b0', GradientType=0);
}

.btn.tarif_one__yellow {
  background: #eda505;
  background: -webkit-gradient(linear, left top, left bottom, from(#eda505), to(#dc6e00));
  background: linear-gradient(to bottom, #eda505 0%, #dc6e00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eda505', endColorstr='#dc6e00', GradientType=0);
  border: none;
}

.btn.tarif_one__yellow:hover {
  background: #dc6e00;
  background: -webkit-gradient(linear, left top, left bottom, from(#dc6e00), to(#eda505));
  background: linear-gradient(to bottom, #dc6e00 0%, #eda505 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc6e00', endColorstr='#eda505', GradientType=0);
}

.btn.tarif_one__blue {
  background: #56a7c5;
  background: -webkit-gradient(linear, left top, left bottom, from(#56a7c5), to(#245787));
  background: linear-gradient(to bottom, #56a7c5 0%, #245787 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56a7c5', endColorstr='#245787', GradientType=0);
  border: none;
}

.btn.tarif_one__blue:hover {
  background: #245787;
  background: -webkit-gradient(linear, left top, left bottom, from(#245787), to(#56a7c5));
  background: linear-gradient(to bottom, #245787 0%, #56a7c5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#245787', endColorstr='#56a7c5', GradientType=0);
}

.btn.tarif_one__pink {
  background: #c65782;
  background: -webkit-gradient(linear, left top, left bottom, from(#c65782), to(#892662));
  background: linear-gradient(to bottom, #c65782 0%, #892662 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c65782', endColorstr='#892662', GradientType=0);
  border: none;
}

.btn.tarif_one__pink:hover {
  background: #892662;
  background: -webkit-gradient(linear, left top, left bottom, from(#892662), to(#c65782));
  background: linear-gradient(to bottom, #892662 0%, #c65782 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#892662', endColorstr='#c65782', GradientType=0);
}

.buy_products label {
  position: relative;
}

.buy_products label .bottom-img {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.buy_products label .bottom-img img,
.buy_products label .bottom-img svg {
  display: inline-block;
  vertical-align: middle;
}

.buy_products label span {
  font-size: 14px;
}

.buy_products .btn.btn-default {
  width: 300px;
  padding: 16px 30px 18px;
}

.buy_products .btn.btn-default:hover {
  background-color: transparent;
  color: #fff;
}

.buy_products [type="checkbox"],
.buy_products [type="radio"] {
  display: none;
  margin: 0;
}

.buy_products [type="checkbox"]:checked~span.check_1,
.buy_products [type="radio"]:checked~span.check_1 {
  position: absolute;
  top: 19px;
  left: -29px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/img/mobile/arrow_green.png) no-repeat 50% 50%;
}

.buy_products [type="checkbox"]:checked~span.border:after,
.buy_products [type="radio"]:checked~span.border:after,
.buy_products [type="checkbox"]:checked~span.border2:after,
.buy_products [type="radio"]:checked~span.border2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 2px solid red;
  border-radius: 100px;
}

.buy_products [type="checkbox"]:checked~span.border2:after,
.buy_products [type="radio"]:checked~span.border2:after {
  left: -2px;
  top: -2px;
  border-radius: 10px;
  right: -2px;
  width: auto;
  bottom: -2px;
  height: auto;
}

@media (max-width: 1179px) {

  .tarifs,
  .options {
    display: none;
  }

  header.active .top_panel {
    box-shadow: none;
  }

  .top_panel figure img:first-child {
    margin-right: 0;
  }

  .index #gallery_new,
  .index .advantages,
  .index .switch,
  .index .equipment,
  .index .slider3,
  .index .delivery,
  .index footer {
    display: none;
  }

  .delivery {
    display: block !important;
  }

  .hide_tablet {
    display: none;
  }

  #head,
  .index #head {
    display: none;
  }

  .nav>li {
    position: relative;
  }

  #left-sidebar,
  #right-sidebar {
    display: block;
  }

  .top_panel .fa {
    color: #fff;
  }

  .sidr-open {
    overflow-y: hidden;
  }

  .cursor_pointer {
    cursor: pointer;
  }

  .mobile-menu.new {
    margin: 0;
    float: none;
    display: inline-block;
    background: none;
  }

  .mobile-menu.new .i-elem {
    background: #fff;
  }

  .upper_line {
    display: none;
  }

  #header-menu,
  .logo img,
  .menu.nav>li>a,
  .top_panel figure a,
  .top_panel figure,
  .logo-t,
  .index header,
  .opn-menu,
  .index .upper_line {
    transition: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
  }

  .sidr-left-open #header-menu {
    left: 260px;
  }

  .sidr-left-open .sidr-left {
    box-shadow: 2px 10px 30px 0 rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  }

  .sidr-right-open #header-menu {
    left: -260px;
    right: 260px;
  }

  .sidr-right-open .sidr-right {
    box-shadow: 2px 10px 30px 0 rgba(0, 0, 0, 0.42), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  }

  .sidr ul li a {
    color: #252b32;
    font-weight: 400;
    display: block;
    padding: 14px 20px;
    border-bottom: 1px solid #e6e6e6;
  }

  .sidr .menu.nav {
    display: block;
  }

  .sidr ul.subMenu {
    padding-left: 15px;
  }

  .sidr ul.subMenu li {
    border: none;
    padding: 0;
  }

  .sidr ul.subMenu li:hover a,
  .sidr ul.subMenu li:active a,
  .sidr ul.subMenu li.active a {
    color: #fff;
  }

  #header-menu {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  #header-menu .top_panel .fa {
    font-size: 25px !important;
  }

  #header-menu .top_panel .wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }

  #header-menu .top_panel .wrapper nav {
    display: none;
  }

  .mobile-first-section {
    display: block;
    min-height: 72vh;
    background: url(/img/mobile/tree.jpg) no-repeat center center / cover;
    padding: 75px 15px 55px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .mobile-first-section .item {
    text-align: center;
    margin-bottom: 30px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
  }

  .mobile-first-section .item:last-child {
    margin-bottom: 0;
  }

  .mobile-first-section h1 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .mobile-first-section h1 span {
    width: 100%;
    height: auto;
    border: none;
    color: #fff;
    font-weight: 100;
    line-height: normal;
    font-size: 20px;
  }

  .mobile-first-section h1 span strong {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 2rem;
  }

  .mobile-first-section .description {
    margin: 10px 0 40px;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
  }

  header {
    background-color: #1f2225;
  }

  .top_panel figure .logo {
    display: block !important;
    position: unset !important;
  }

  .top_panel figure .logo img {
    width: 100px !important;
  }

  .top_panel figure {
    height: 90px !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  #right-sidebar {
    margin-right: 20px;
  }

  .mobile-first-section {
    padding-top: 120px !important;
  }

  #header-menu.active .logo {
    opacity: 1;
    transform: unset;
  }

  body {
    position: relative !important;
  }

  .top_panel figure .logo-t {
    display: none !important;
  }

  .mobile-first-section .description {
    font-size: 22px !important;
    line-height: initial;
  }

  .btn.btn-default.main {
    width: 100%;
    font-size: 22px !important;
  }
}

.btn.new_orange {
  color: #FFF !important;
}

@media (max-width: 414px) {
  .next-step-order {
    max-width: 100%;
  }
}

@media (max-width: 374px) {

  .buy_products [type="checkbox"]:checked~span.check_1,
  .buy_products [type="radio"]:checked~span.check_1 {
    left: 10px;
  }
}


@media (max-width: 1178px) {
  .main-slider {
    display: none;
  }
}

@media (max-width: 768px) {

  .main-wrapper .tv-series .mouse {
    top: -71px;
  }
}

.mobile-first-section .description,
.btn.btn-default.main,
.mobile-first-section h1 span strong {
  font-family: sans-serif;
}

@media(max-width: 660px) {

  #left-sidebar {
    display: none !important;
  }

  footer .wrapper div {
    margin-bottom: 21px;
    text-align: center;
    width: 100%;
    flex-basis: 100%;
  }

  footer .wrapper div.social {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .delivery .wrapper a input {
    width: 100%!important;
  }
}

.hide_tablet {
  display: block !important;
}