.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-5-1,
.col-xs-5-4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
@media (min-width: 768px) {
  .col-md-5-1,
  .col-md-5-4,
  .col-lg-5-1,
  .col-lg-5-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (min-width: 1025px) {
  .col-md-5-1 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1025px) {
  .col-md-5-4 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5-1 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5-4 {
    width: 80%;
    float: left;
  }
}
body {
  font-family: Roboto, Arial, "Helvetica", sans-serif;
  font-size: 14px;
  min-width: 751px;
  background: #fff;
  color: #333;
}
a {
  color: #333;
}
.text-plain {
  color: #333;
}
.text-plain img {
  max-width: 100%;
}
.content_table_td_left {
  width: 210px;
  float: left;
}
.content_table_td_right {
  margin-left: 220px;
}
.content_table_td_right p {
  font-size: 16px;
  margin-top: 0;
}
.content_table_td_right img {
  max-width: 100%;
}
.clear-both {
  clear: both;
}
.hint {
  color: #999;
  font-size: 90%;
}
.header-top {
  padding-top: 7px;
  background: #f5f5f5;
}
.header-top a {
  color: #27ae61;
}
.header-top .header-nav {
  text-align: right;
}
.header {
  padding: 10px 0;
}
.header .logo img,
.header .group-img img {
  max-width: 100%;
}
.header .group-img {
  text-align: center;
}
.header .group-img a {
  display: block;
}
.header .group-img a:hover {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.header .phone {
  font-size: 24px;
  text-align: right;
  margin-top: 5px;
}
.header .phone-hint {
  font-size: 12px;
  text-align: right;
}
.header .callback {
  text-align: right;
  margin-top: 5px;
  color: #27ae61;
}
.header .callback a {
  color: #27ae61;
}
.header .feature .feature-icon {
  background: url("../img/christmas-tree.png") no-repeat 50% 50%;
  background-size: contain;
  width: 100%;
  height: 50px;
  display: block;
}
.header .feature .feature-icon.like {
  background-image: url("../img/like.png");
}
.header .feature .feature-icon.shipped {
  background-image: url("../img/shipped.png");
}
.header .feature .feature-icon.discount {
  background-image: url("../img/discount.png");
}
.header .feature .feature-icon.gift {
  background-image: url("../img/gift.png");
}
.header .feature .feature-text {
  font-size: 11px;
  text-align: center;
  line-height: 12px;
}
.menu ul {
  background-image: linear-gradient(to top, #19703e 0%, #27ae61 100%);
  border-radius: 4px;
  font-size: 0;
  line-height: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}
.menu ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.menu ul li a {
  width: 100%;
  font-size: 18px;
  padding: 15px 0px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 18px;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.tree {
  margin-bottom: 40px;
  min-height: 100vh;
}
.tree h2 {
  font-size: 36px;
  font-family: Roboto, Arial, "Helvetica", sans-serif;
  font-weight: bold;
  margin-top: 10px;
}
.tree .features {
  margin: 10px 0;
}
.tree .image {
  text-align: center;
}
.tree .image img {
  max-height: 700px;
  max-width: 100%;
}
.tree .sizes .title {
  color: #999;
}
.tree .sizes ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tree .sizes ul li {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  border: 1px solid #27ae61;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  margin: 0 7px 10px 0;
  padding: 5px 0 3px;
  cursor: pointer;
  transition-duration: 0.2s;
}
.tree .sizes ul li.active {
  background: #27ae61;
  color: #fff;
}
.tree .sizes ul li:hover {
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.25);
}
.tree .price-block {
  position: relative;
}
.tree .price-block .gift-bag {
  color: #ff0000;
  font-size: 20px;
  position: absolute;
  left: 170px;
  top: -5px;
  width: 200px;
}
.tree .price {
  display: inline-block;
  font-size: 34px;
}
.tree .podstavka-small img {
  width: 50px;
}
.tree .podstavka {
  margin: 5px 0;
}
.tree .podstavka label {
  font-weight: normal;
}
.tree .buy {
  background: #e6fcf0;
  border-radius: 10px;
  padding: 10px 20px;
}
.tree .buy .btn {
  width: 100%;
  font-size: 18px;
  background: #27ae61;
  border-color: #27ae61;
  padding: 10px;
  transition-duration: 0.2s;
}
.tree .buy .btn:hover {
  background: #19703e;
  border-color: #19703e;
}
.tree .buy .phone-block {
  padding-top: 20px;
  text-align: right;
}
.tree .buy .phone-block .hint {
  font-size: 12px;
  text-align: right;
}
.tree .buy .phone-block .phone {
  font-size: 24px;
}
.tree .buy .callback {
  text-align: right;
  margin-top: 20px;
}
.tree .delivery {
  margin-top: 5px;
  position: relative;
}
.tree .delivery .title {
  font-size: 16px;
  font-weight: bold;
}
.tree .delivery ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tree .delivery ul li {
  padding: 0;
  margin: 0;
}
.tree .delivery .icon {
  position: absolute;
  background: url("../img/delivery.png") no-repeat 50% 50%;
  background-size: contain;
  width: 52px;
  height: 52px;
  top: 15px;
  left: 300px;
}
.tree .delivery .icon.icon-bankcard {
  background-image: url("../img/bankcard.png");
}
.tree .description {
  margin-top: 5px;
}
.tree .description .title {
  font-size: 24px;
  font-weight: bold;
}
.btn-primary {
  background: #27ae61;
  border-color: #27ae61;
}
.btn-primary:hover {
  background: #19703e;
  border-color: #19703e;
}
.btn {
  transition-duration: 0.2s;
}
.btn:hover {
  background: #19703e;
  border-color: #19703e;
}
.footer {
  background: #e6fcf0;
  padding: 40px 0;
  margin-top: 40px;
}
.footer .phone {
  font-size: 24px;
  text-align: right;
}
.footer .social-icons {
  text-align: right;
}
.footer .social-icons a {
  margin-left: 10px;
}
.footer .social-icons a img {
  height: 48px;
}
.btn-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #999;
  line-height: 36px;
  color: #999;
  display: none;
}
.btn-to-top.shown {
  display: block;
}
.form-order .order-more-link {
  text-align: center;
}
.form-order .order-more-link a {
  color: #27ae61;
  border-bottom: 1px dashed;
  text-decoration: none;
}
