﻿.ginger-page-thank_you {
  background: #FFFFFF;
}
.ginger-bn__pricing {
  padding: 36px 0;
}
.ginger-bn__pricing__container {
  max-width: 900px;
  padding: 0 10px;
  margin: 0 auto;
}
.ginger-bn__pricing__content {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.ginger-bn__pricing__content h1 {
  color: #212427;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  margin-top: 0;
}
.ginger-bn__pricing__content h2 {
  color: #212427;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  margin-top: 0;
}
.ginger-bn__pricing__content p {
  color: #212427;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin: 0;
}
.ginger-bn__pricing__list {
  display: flex;
  flex-direction: column;
}
.ginger-bn__pricing__item {
  width: 100%;
  min-height: 115px;
  background: #FFFFFF;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 25px;
  margin-bottom: 30px;
  transition: 0.1s;
}
.ginger-bn__pricing__item:hover {
  transform: scale(1.02);
}
.ginger-bn__pricing__item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  width: 60px;
  min-width: 60px;
}
.ginger-bn__pricing__item-img h3 {
  color: #22223D;
  display: none;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
}
.ginger-bn__pricing__item-text {
  max-width: 490px;
}
.ginger-bn__pricing__item-text h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #22223D;
  padding-bottom: 5px;
}
.ginger-bn__pricing__item-text h3 span {
  font-weight: 400;
  font-size: 14px;
}
.ginger-bn__pricing__item-text p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #22223D;
}
.ginger-bn__pricing__item .browsers-text {
  max-width: 360px;
}
.ginger-bn__pricing__item-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}
.ginger-bn__pricing__item-links .blue-button {
  background: #13AABF;
  color: #FFFFFF;
  margin-left: 15px;
}
.ginger-bn__pricing__item-links .grey-button {
  background: #E6E6E6;
  color: #4E4E4E;
  margin-left: 15px;
}
.ginger-bn__pricing__item-link {
  width: 120px;
  height: 40px;
  border: none;
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.ginger-bn__pricing__item-link:hover {
  opacity: 0.7;
  text-decoration: none;
}
.ginger-bn__pricing__item-store {
  display: flex;
  justify-items: center;
  align-items: center;
  margin-left: 15px;
  cursor: pointer;
  transition: 0.3s;
}
.ginger-bn__pricing__item-store:hover {
  opacity: 0.7;
}
.ginger-bn__pricing .hide {
  display: none;
}
@media only screen and (max-width: 800px) {
  .ginger-bn__pricing__item {
    padding: 10px;
  }
  .ginger-bn__pricing__item-links {
    flex-direction: column;
    align-items: flex-end;
  }
  .ginger-bn__pricing__item-links .blue-button {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .ginger-bn__pricing__item-links .google-play {
    margin-top: 10px;
  }
  .ginger-bn__pricing__item .browsers-links .blue-button:last-child {
    margin-bottom: 0;
  }
  .ginger-bn__pricing__item-store {
    margin-left: 0;
  }
}
@media only screen and (max-width: 400px) {
  .ginger-bn__pricing {
    padding: 80px 0;
  }
  .ginger-bn__pricing__container {
    padding: 0 20px;
  }
  .ginger-bn__pricing__content {
    padding-bottom: 30px;
  }
  .ginger-bn__pricing__content h1 {
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
  }
  .ginger-bn__pricing__content h2 {
    display: none;
  }
  .ginger-bn__pricing__item {
    border: 1px solid #E6E6E6;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    padding: 30px 25px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
  }
  .ginger-bn__pricing__item-img {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-bottom: 20px;
    justify-content: flex-start;
  }
  .ginger-bn__pricing__item-img h3 {
    display: block;
    margin-left: 15px;
  }
  .ginger-bn__pricing__item-text {
    margin-bottom: 20px;
  }
  .ginger-bn__pricing__item-text h3 {
    display: none;
  }
  .ginger-bn__pricing__item-text p {
    line-height: 26px;
  }
  .ginger-bn__pricing__item-links {
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-left: 0;
  }
  .ginger-bn__pricing__item-links .blue-button {
    margin-bottom: 0;
  }
  .ginger-bn__pricing__item-links .grey-button {
    display: none;
  }
  .ginger-bn__pricing__item-links .google-play {
    display: none;
  }
  .ginger-bn__pricing__item .browsers-links {
    flex-direction: column;
  }
  .ginger-bn__pricing__item .browsers-links .blue-button {
    width: 100%;
    margin-bottom: 10px;
  }
  .ginger-bn__pricing__item .browsers-links .blue-button:last-child {
    margin-bottom: 0;
  }
}