footer {
  flex-shrink: 0;
  /* IE fix */
  margin-top: auto;
}

.overlay._thanks {
    display: block;
}

.text-input {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #e8e8e8;
  color: black;
}

.text-input2 {
  padding: 13px 25px;
  border: 1px solid white;
  background: transparent;
  font-size: 18px;
  font-weight: 300;
  color: #cacaca;
}

.text-input2._black {
  border-color: black;
  color: black;
}

.text-input2._black::-webkit-input-placeholder {
  color: black;
}

.text-input2._black::-moz-placeholder {
  color: black;
}

.text-input2._black:-moz-placeholder {
  color: black;
}

.text-input2._black:-ms-input-placeholder {
  color: black;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

:-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

.policy {
  display: block;
  padding-left: 30px;
}

.policy._white {
  color: white;
}

.policy__input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.policy__indicator {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #626262;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 4px;
}

.policy__indicator::before {
  content: "";
  display: block;
  width: 15px;
  height: 6px;
  border-bottom: 2px solid #6ac0f3;
  border-left: 2px solid #6ac0f3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  left: 1px;
  top: -1px;
  opacity: 0;
  transition: 0.3s;
}

.policy__input:checked + .policy__indicator::before {
  opacity: 1;
}

.policy._white .policy__indicator {
  border-color: white;
}

.policy__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  color: inherit;
}

.hint {
  min-width: 150px;
  padding: 15px;
  border: 1px solid #b8b8b8;
  background-color: white;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #493a5d;
  position: absolute;
  left: 0;
  top: 40px;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}

.not-found {
  flex-grow: 1;
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../../assets/images/404-bg.jpg");
  color: white;
}

@media screen and (max-width: 800px) {
  .not-found {
    padding: 15px 0;
    background-position: 70%;
  }
}

@media screen and (max-width: 800px) {
  .not-found__wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(73, 58, 93, 0.7);
    text-align: center;
  }
}

.not-found__logo {
  height: 110px;
  margin-bottom: 40px;
  overflow: hidden;
}

.not-found__title {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
}

@media screen and (max-width: 450px) {
  .not-found__title {
    font-size: 32px;
  }
}

.not-found__text {
  max-width: 370px;
  margin-bottom: 35px;
  font-weight: 300;
  font-size: 30px;
  line-height: 42px;
}

@media screen and (max-width: 450px) {
  .not-found__text {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }
}

.not-found__link {
  font-weight: 700;
  font-size: 36px;
  color: #6ac0f3;
  text-decoration: none;
}

.not-found__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 450px) {
  .not-found__link {
    font-size: 22px;
  }
}

.not-found__button {
  max-width: 240px;
  padding: 14px;
  border: 2px solid #6ac0f3;
  border-radius: 27px;
  margin-bottom: 80px;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 20px;
  letter-spacing: 6px;
  text-transform: lowercase;
  color: #6ac0f3;
  text-decoration: none;
}

@media screen and (max-width: 450px) {
  .not-found__button {
    margin-bottom: 15px;
  }
}

.actions {
  counter-reset: actions;
  padding: 70px 0 100px;
  background-color: #f3f3f3;
}

@media screen and (max-width: 620px) {
  .actions {
    padding: 60px 0 0;
  }
}

@media screen and (max-width: 450px) {
  .actions {
    padding: 45px 0 0;
  }
}

.actions._inner {
    background-color: transparent;
}

@media screen and (max-width: 620px) {
  .actions._inner {
    padding: 0;
  }
}

.actions__wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0 100px;
  margin-top: 80px;
}

@media screen and (max-width: 800px) {
  .actions__wrap {
    align-items: center;
    padding: 0;
  }
}

@media screen and (max-width: 450px) {
  .actions__wrap {
    margin-top: 30px;
  }
}

.actions__delivery {
  width: 100%;
  padding: 30px 0;
  position: absolute;
  left: 0;
  bottom: -70px;
  z-index: 1;
}

.actions__delivery::before {
  content: "";
  display: block;
  width: calc(100% - 360px);
  height: 100%;
  border-radius: 5px;
  background-color: #797283;
  -webkit-transform: skew(16deg);
          transform: skew(16deg);
  position: absolute;
  left: -25px;
  top: 0;
  box-shadow: 8px 8px 0 0 #ab98c6;
}

@media screen and (max-width: 1320px) {
  .actions__delivery::before {
    width: 1000px;
  }
}

@media screen and (max-width: 1020px) {
  .actions__delivery::before {
    width: 98%;
  }
}

@media screen and (max-width: 800px) {
  .actions__delivery::before {
    width: 100%;
    border-radius: 0;
    -webkit-transform: none;
            transform: none;
    box-shadow: none;
    left: 0;
  }
}

@media screen and (max-width: 920px) {
  .actions__delivery {
    padding: 15px 0;
    bottom: -22px;
  }
}

@media screen and (max-width: 620px) {
  .actions__delivery {
    margin-top: 35px;
    position: relative;
    bottom: 0;
    text-align: center;
  }
}

.actions__delivery-text {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: white;
}

@media screen and (max-width: 920px) {
  .actions__delivery-text {
    font-size: 17px;
    line-height: 20px;
  }
}

.actions-item {
  counter-increment: actions;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 630px;
  height: 240px;
  margin-bottom: 100px;
}

.actions-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: white;
  box-shadow: 10.6px 10.6px 15px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: skew(-13deg);
          transform: skew(-13deg);
}

@media screen and (max-width: 700px) {
  .actions-item::before {
    content: none;
  }
}

.actions-item::after {
  content: "0" counter(actions);
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 10px;
  color: rgba(106, 192, 243, 0.6);
  position: absolute;
  left: -26px;
  top: -58px;
  z-index: 1;
}

@media screen and (max-width: 700px) {
  .actions-item::after {
    content: none;
  }
}

.actions-item:nth-child(2n) {
  align-self: flex-start;
}

@media screen and (max-width: 800px) {
  .actions-item:nth-child(2n) {
    align-self: center;
  }
}

@media screen and (max-width: 800px) {
  .actions-item {
    width: 90%;
    padding: 30px;
  }
}

@media screen and (max-width: 700px) {
  .actions-item {
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 20px;
  }
}

.actions-item__name {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 470px;
  height: 70px;
  padding: 0 70px;
  font-family: "Museo Sans Cyrl", "Arial", sans-serif;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  position: absolute;
  right: -12px;
  bottom: -31px;
  z-index: 1;
}

.actions-item__name::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: rgba(106, 192, 243, 0.8);
  box-shadow: 10.6px 10.6px 15px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: skew(-11deg);
          transform: skew(-11deg);
  z-index: -1;
}

@media screen and (max-width: 700px) {
  .actions-item__name::before {
    -webkit-transform: none;
            transform: none;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 700px) {
  .actions-item__name {
    width: 100%;
    height: auto;
    min-height: 70px;
    padding: 10px;
    margin-top: 10px;
    position: relative;
    bottom: 0;
    right: 0;
  }
}

@media screen and (max-width: 450px) {
  .actions-item__name {
    min-height: 40px;
    font-size: 16px;
    line-height: 18px;
  }
}

.actions-item__text {
  padding-left: 10%;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #493a5d;
  text-transform: uppercase;
  top: 15px;
  right: 15px;
}

.actions-item__text span {
  font-size: 32px;
}

@media screen and (max-width: 700px) {
  .actions-item__text span {
    font-size: 18px;
  }
}

.actions-item__text::before {
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background-color: #493a5d;
  position: absolute;
  left: 0;
  top: 17px;
  box-shadow: 0 12px 0 0 #493a5d;
}

@media screen and (max-width: 700px) {
  .actions-item__text::before {
    content: none;
  }
}

@media screen and (max-width: 700px) {
  .actions-item__text {
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
    top: 0;
  }
}

@media screen and (max-width: 450px) {
  .actions-item__text {
    margin-top: 10px;
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .actions-item__image {
    max-width: 50%;
  }
}

@media screen and (max-width: 450px) {
  .actions-item__image {
    max-width: 40%;
  }
}

.also {
  padding: 80px 0 100px;
}

@media screen and (max-width: 920px) {
  .also {
    padding: 70px 0;
  }
}

@media screen and (max-width: 620px) {
  .also {
    padding: 35px 0;
  }
}

.also__title {
  margin-bottom: 25px;
  font-weight: 700;
}

.also__wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.also__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - 10px);
  max-width: 405px;
  padding: 5px 60px 0;
  border: 15px solid #e8e8e8;
  margin: 5px;
}

.also__item::before {
  content: "";
  display: block;
  width: 80%;
  height: 20px;
  background-color: white;
  position: absolute;
  bottom: -17px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 700px) {
  .also__item::before {
    content: none;
  }
}

@media screen and (max-width: 800px) {
  .also__item {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 700px) {
  .also__item {
    padding: 25px;
  }
}

@media screen and (max-width: 450px) {
  .also__item {
    padding: 10px;
    border-width: 7px;
  }
}

.also__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 243px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .also__image {
    height: auto;
    flex-grow: 1;
  }
}

@media screen and (max-width: 450px) {
  .also__image {
    width: 90px;
    margin: 0 auto;
  }
}

.also__image img {
    max-height: 100%;
}

.also__name {
  display: block;
  padding-bottom: 20px;
  border-bottom: 3px solid black;
  margin-bottom: 15px;
  font-family: "Museo Sans Cyrl", "Arial", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  color: black;
  text-decoration: none;
}

@media screen and (max-width: 800px) {
  .also__name {
    font-size: 20px;
    line-height: 22px;
  }
}

@media screen and (max-width: 450px) {
  .also__name {
    padding-bottom: 5px;
    border-width: 2px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
  }
}

.also__price {
  font-family: "Museo Sans Cyrl", "Arial", sans-serif;
  font-weight: 700;
  font-size: 42px;
  color: #6ac0f3;
}

@media screen and (max-width: 800px) {
  .also__price {
    font-size: 25px;
  }
}

@media screen and (max-width: 450px) {
  .also__price {
    font-size: 19px;
  }
}

.also__price span {
  font-size: 36px;
}

@media screen and (max-width: 800px) {
  .also__price span {
    font-size: inherit;
  }
}

.also__button {
  width: 100%;
  padding: 16px 5px 19px;
  border: none;
  border-radius: 27px;
  margin-top: auto;
  background-color: #493a5d;
  font-size: 20px;
  letter-spacing: 6px;
  color: white;
  bottom: -32px;
}

@media screen and (max-width: 700px) {
  .also__button {
    margin-top: 10px;
    letter-spacing: 3px;
    font-size: 18px;
    bottom: 0;
  }
}

@media screen and (max-width: 450px) {
  .also__button {
    font-size: 16px;
    padding: 10px;
  }
}

.about {
  padding: 110px 0 195px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #493a5d;
  background-size: cover;
  background-image: url("../../assets/images/about-bg.jpg");
  color: white;
}

.about._inner {
  padding-top: 0;
  background-color: white;
  background-image: none;
  color: black;
}

@media screen and (max-width: 620px) {
  .about._inner {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1020px) {
  .about {
    padding: 35px 0;
  }
}

.about__wrap {
  padding-left: 380px;
}

.about__wrap::before {
  content: "";
  display: block;
  width: 400px;
  height: 800px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../../assets/images/n2o.png");
  background-size: cover;
  position: absolute;
  left: -25px;
  top: -205px;
}

.about._inner .about__wrap::before {
  width: 300px;
  height: 515px;
  background-image: url("../../assets/images/n2o-2.png");
  left: 0;
  top: -55px;
}

@media screen and (max-width: 1020px) {
  .about__wrap::before {
    width: 250px;
    height: 480px;
    left: 20px;
    top: 0;
  }
}

@media screen and (max-width: 800px) {
  .about__wrap::before {
    content: none;
  }
}

@media screen and (max-width: 1020px) {
  .about__wrap {
    padding-left: 38%;
  }
}

@media screen and (max-width: 800px) {
  .about__wrap {
    padding-left: 0;
  }
}

.about__desc p {
  padding: 7px 0;
  font-weight: 300;
  font-size: 21px;
  line-height: 36px;
}

@media screen and (max-width: 800px) {
  .about__desc p {
    font-size: 18px;
    line-height: 22px;
  }
}

.about__title {
  margin-bottom: 64px;
  color: inherit;
}

.about__title span {
  font-weight: 400;
}

.about._inner .about__title {
  font-size: 36px;
  text-align: left;
}

@media screen and (max-width: 700px) {
  .about._inner .about__title {
    margin-bottom: 0;
    font-size: 26px;
  }
}

@media screen and (max-width: 450px) {
  .about._inner .about__title {
    font-size: 22px;
    line-height: 24px;
  }
}

@media screen and (max-width: 800px) {
  .about__title {
    margin-bottom: 30px;
    font-size: 34px;
    line-height: 38px;
  }
}

.about__button {
  width: 240px;
  padding: 15px 0;
  border: 2px solid white;
  border-radius: 27px;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 6px;
  color: white;
}

@media screen and (max-width: 800px) {
  .about__button {
    margin: 0 auto;
  }
}

.features {
  background-color: #f3f3f3;
  padding-bottom: 130px;
}

@media screen and (max-width: 1320px) {
  .features {
    padding-top: 70px;
  }
}

@media screen and (max-width: 620px) {
  .features {
    padding: 35px 0;
  }
}

.features__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 1320px) {
  .features__wrap {
    flex-direction: column;
    align-items: center;
  }
}

.features__banner {
  width: 412px;
  padding: 75px 45px;
  margin-top: -130px;
  background-color: #6ac0f3;
  opacity: 0.8;
  text-transform: uppercase;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 72px;
  letter-spacing: 4.8px;
  color: black;
  box-shadow: 21.2px 21.2px 30px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1320px) {
  .features__banner {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
}

@media screen and (max-width: 620px) {
  .features__banner {
    padding: 20px;
    font-size: 23px;
    line-height: 27px;
  }
}

.features__list {
  display: flex;
  align-items: center;
  padding-top: 60px;
  margin-top: -110px;
  z-index: 1;
}

@media screen and (max-width: 1320px) {
  .features__list {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 1020px) {
  .features__list {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 620px) {
  .features__list {
    padding-top: 0;
    align-items: stretch;
  }
}

.features__item-wrap {
  display: flex;
  flex-direction: column;
}

.features__item-wrap._left {
  top: 70px;
}

@media screen and (max-width: 1320px) {
  .features__item-wrap._left {
    width: 25%;
    top: 0;
  }
}

@media screen and (max-width: 1020px) {
  .features__item-wrap._left {
    width: 50%;
    order: 1;
  }
}

.features__item-wrap._right {
  top: -40px;
}

@media screen and (max-width: 1320px) {
  .features__item-wrap._right {
    width: 25%;
    top: 0;
  }
}

@media screen and (max-width: 1020px) {
  .features__item-wrap._right {
    width: 50%;
  }
}

@media screen and (max-width: 1320px) {
  .features__item-wrap {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 50%;
  }
}

@media screen and (max-width: 1020px) {
  .features__item-wrap {
    width: 100%;
  }
}

.features__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 230px;
  padding: 10px;
  margin: 7px;
  background-color: white;
}

@media screen and (max-width: 450px) {
  .features__item {
    width: calc(50% - 10px);
    height: calc(100% - 10px);
    margin: 5px;
    padding: 20px 10px;
  }
  .features__item-wrap._left .features__item {
    width: 100%;
  }
  .features__item-wrap._right .features__item {
    width: 100%;
  }
}

.features__image {
  width: 70px;
  height: 70px;
  margin-bottom: 35px;
  fill: #493a5d;
}

@media screen and (max-width: 450px) {
  .features__image {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
}

.features__name {
  font-weight: 300;
  font-size: 21px;
  text-transform: lowercase;
  color: #493a5d;
  text-align: center;
}

@media screen and (max-width: 450px) {
  .features__name {
    font-size: 13px;
  }
}

.features__line-top {
  display: block;
  width: 370px;
  height: 50px;
  border-top: 5px solid #6ac0f3;
  border-right: 5px solid #6ac0f3;
  position: absolute;
  left: 412px;
  top: -84px;
}

@media screen and (max-width: 1320px) {
  .features__line-top {
    display: none;
  }
}

.features__line-bottom {
  width: 782px;
  height: 316px;
  border-top: 5px solid #6ac0f3;
  border-left: 5px solid #6ac0f3;
  border-bottom: 5px solid #6ac0f3;
  position: absolute;
  left: 0;
  bottom: -340px;
  opacity: 0.3;
}

.features__line-bottom::before {
  content: "";
  display: block;
  width: 5px;
  height: 80px;
  background-color: #6ac0f3;
  position: absolute;
  right: 0;
  top: -80px;
}

.features__line-bottom::after {
  content: "";
  display: block;
  width: 5px;
  height: 170px;
  background-color: #6ac0f3;
  position: absolute;
  right: 0;
  bottom: -170px;
}

.features._inner .features__line-bottom {
  height: 210px;
  border-bottom: 0;
  bottom: -240px;
}

.features._inner .features__line-bottom::after {
  width: 300px;
  height: 5px;
  right: auto;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 1320px) {
  .features__line-bottom {
    display: none;
  }
}

.contacts {
  padding-top: 70px;
}

@media screen and (max-width: 620px) {
  .contacts {
    padding: 35px 0;
  }
}

.contacts__head {
  padding-left: 45px;
  padding-bottom: 130px;
}

@media screen and (max-width: 1320px) {
  .contacts__head {
    padding-left: 0;
  }
}

@media screen and (max-width: 1020px) {
  .contacts__head {
    padding-bottom: 0;
  }
}

.contacts__title {
  text-align: left;
}

@media screen and (max-width: 1320px) {
  .contacts__title {
    text-align: center;
  }
}

.contacts__title-text {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 3px;
}

@media screen and (max-width: 1320px) {
  .contacts__title-text {
    text-align: center;
  }
}

@media screen and (max-width: 450px) {
  .contacts__title-text {
    font-size: 20px;
  }
}

.contacts__map {
  padding-bottom: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../assets/images/map.jpg");
}

@media screen and (max-width: 800px) {
  .contacts__map {
    height: auto;
    background-image: none;
  }
}

.contacts__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 475px;
  padding: 84px 74px 65px 90px;
  background-color: white;
  box-shadow: 10.6px 10.6px 40px 0 rgba(0, 0, 0, 0.15);
  top: -45px;
  color: #493a5d;
}

@media screen and (max-width: 800px) {
  .contacts__info {
    width: 100%;
    padding-bottom: 0;
    top: 0;
    box-shadow: none;
  }
}

@media screen and (max-width: 450px) {
  .contacts__info {
    padding: 40px;
  }
}

.contacts__line {
  width: 100%;
  margin: 3px 0;
  line-height: 34px;
}

.contacts__line::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -38px;
  top: 6px;
}

.contacts__line._phone::before {
  background-image: url("../../assets/images/sprite.svg#phone-view");
}

.contacts__line._worktime::before {
  background-image: url("../../assets/images/sprite.svg#clock-purple-view");
}

.contacts__line._address::before {
  background-image: url("../../assets/images/sprite.svg#address-view");
}

.contacts__line-name {
  font-weight: 300;
  font-size: 18px;
}

.contacts__line-info {
  font-weight: 700;
  font-size: 24px;
  color: inherit;
  text-decoration: none;
}

.contacts__line-info._link:hover {
  text-decoration: underline;
}

.contacts-form {
  width: 100%;
  margin-top: 70px;
}

.contacts-form__title {
  margin-bottom: 23px;
  font-size: 24px;
  font-weight: 700;
  color: #6ac0f3;
}

.contacts-form__input {
  width: 100%;
  height: 52px;
  margin-bottom: 10px;
}

.contacts-form__button {
  width: 153px;
  padding: 8px;
  border-radius: 17px;
  border: 2px solid #6ac0f3;
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: 4.8px;
  color: #6ac0f3;
}

.contacts-form__button:hover::before {
  background-color: rgba(106, 192, 243, 0.3);
}

.about-text {
  padding: 40px 0;
}

@media screen and (max-width: 620px) {
  .about-text {
    padding-bottom: 0;
  }
}

.about-text__title {
  margin-bottom: 80px;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 3.6px;
  color: black;
  text-transform: uppercase;
}

.about-text__title._line {
  padding-left: 35px;
}

@media screen and (max-width: 1320px) {
  .about-text__title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 620px) {
  .about-text__title {
    font-size: 24px;
  }
}

.about-images {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 450px) {
  .about-images {
    flex-direction: column;
  }
}

.about-images__block {
  display: flex;
  flex-direction: column;
}

.about-images__block._left {
  width: 58%;
}

@media screen and (max-width: 450px) {
  .about-images__block._left {
    width: 100%;
  }
}

.about-images__block._right {
  width: 38%;
}

@media screen and (max-width: 450px) {
  .about-images__block._right {
    flex-direction: row;
    width: 100%;
  }
}

.about-images__image {
  display: block;
  line-height: 1;
  margin: 20px 0;
  box-shadow: 7.1px 7.1px 20px 0 rgba(21, 21, 21, 0.35);
}

.about-images__image img {
  display: block;
}

@media screen and (max-width: 450px) {
  .about-images__image {
    margin: 0;
  }
}

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

@media screen and (max-width: 620px) {
  .certificate {
    flex-direction: column;
    align-items: center;
  }
}

.certificate__info {
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 32px;
  color: black;
}

@media screen and (max-width: 920px) {
  .certificate__info {
    font-size: 16px;
    line-height: 24px;
  }
}

.certificate__title {
  font-weight: 700;
  text-transform: uppercase;
}

.certificate__text {
  font-weight: 300;
}

.certificate__right {
  width: 77%;
  margin-left: 20px;
}

@media screen and (max-width: 620px) {
  .certificate__right {
    width: 100%;
    margin-left: 0;
  }
}

.certificate__image {
  display: block;
}

@media screen and (max-width: 620px) {
  .certificate__image img {
    width: 100%;
  }
}

.catalog {
  padding: 60px 0;
}

@media screen and (max-width: 700px) {
  .catalog {
    padding: 0;
  }
}

.catalog__wrap {
  display: flex;
  flex-wrap: wrap;
}

.catalog-item {
  background-image: linear-gradient(to right, #f3f3f3 0%, #f3f3f3 50%, white 50%, white 100%);
}
.catalog__wrap.popers .item {
    display: flex;
    width: 33.33%;
    height: 350px;
    padding-top: 0;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: space-between;
}

.catalog__wrap.popers .item .item-desc {
    max-width: 100%;
    padding: 0 20px;
    right: -10px;
}
.catalog__wrap.popers .item-desc__name {
    color: #000;
}


.popers .item__image {
    top: 20px;
    left: 0;
    max-width: 160px;
	align-items: flex-start;
}
@media screen and (max-width: 700px) {
.catalog__wrap.popers .item {
    width: calc(50% - 10px);
    height: 230px;
    padding: 10px;
    margin: 5px;
    flex-direction: column;
    align-items: center;
}
	.popers .item__image {
    top: 0px;
    left: 0;
    max-width: 100px;
}
    .item-desc__name {
        font-size: 16px;
    }
	.catalog__wrap.popers .item-desc__name {
		min-height: 40px;
	}	
	
.catalog__wrap.popers .item .item-desc {
    max-width: 100%;
    padding: 0 0px;
    right: 0px;
}	
	
}

@media screen and (max-width: 700px) {
  .catalog-item {
    background-image: none;
    background-color: #f3f3f3;
  }
}

.catalog-item__wrap {
  display: flex;
  align-items: center;
  margin-top: -80px;
}

@media screen and (max-width: 700px) {
  .catalog-item__wrap {
    margin-top: 0;
  }
}

.catalog-item__left {
  width: 50%;
  padding-right: 5%;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 700px) {
  .catalog-item__left {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.catalog-item__right {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
}

@media screen and (max-width: 700px) {
  .catalog-item__right {
    width: 40%;
  }
}

.catalog-item__image {
  max-width: 100%;
}

@media screen and (max-width: 700px) {
  .catalog-item__image {
    max-width: 100px;
  }
}

.catalog-item__desc-top {
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px;
  border-bottom: 2px solid black;
  margin-bottom: 30px;
}

@media screen and (max-width: 1020px) {
  .catalog-item__desc-top {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 620px) {
  .catalog-item__desc-top {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.catalog-item__desc-bottom {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}

@media screen and (max-width: 1020px) {
  .catalog-item__desc-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 620px) {
  .catalog-item__desc-bottom {
    margin-bottom: 10px;
  }
}

.catalog-item__desc-price {
  margin-right: 20px;
  font-size: 41px;
  font-weight: 700;
  color: #6ac0f3;
}

.catalog-item__desc-price._small {
  font-size: 28px;
}

@media screen and (max-width: 620px) {
  .catalog-item__desc-price._small {
    font-size: 21px;
  }
}

@media screen and (max-width: 620px) {
  .catalog-item__desc-price {
    font-size: 25px;
  }
}

.catalog-item__desc-text {
  font-size: 18px;
  font-weight: 300;
  color: black;
  text-transform: lowercase;
}

@media screen and (max-width: 620px) {
  .catalog-item__desc-text {
    font-size: 15px;
  }
}

.catalog-item__options {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 1020px) {
  .catalog-item__options {
    flex-direction: column;
    align-items: flex-start;
  }
}

.catalog-item__features {
  display: flex;
}

@media screen and (max-width: 1020px) {
  .catalog-item__features {
    margin-top: 30px;
  }
}

@media screen and (max-width: 620px) {
  .catalog-item__features {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
  }
}

.catalog-item__features-item {
  width: 38px;
  height: 38px;
  margin: 0 15px;
  cursor: pointer;
}

@media screen and (max-width: 620px) {
  .catalog-item__features-item {
    width: 50%;
    margin: 0 0 10px;
  }
}

.catalog-item__features-icon {
  width: 100%;
  height: 100%;
  fill: #493a5d;
}

.catalog-item__features-icon:hover + .catalog-item__hint {
  opacity: 1;
  z-index: 2;
}

.catalog-item__button {
  max-width: 255px;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 28px;
  margin-top: 100px;
  background: #493a5d;
  font-size: 24px;
  letter-spacing: 7.2px;
  color: white;
}

@media screen and (max-width: 700px) {
  .catalog-item__button {
    margin-top: 40px;
  }
}

@media screen and (max-width: 620px) {
  .catalog-item__button {
    margin-top: 20px;
    font-size: 17px;
    letter-spacing: 4.2px;
  }
}

.catalog-desc {
  padding-top: 40px;
}

@media screen and (max-width: 700px) {
  .catalog-desc {
    padding-top: 30px;
  }
}

.count__text {
  margin-bottom: 27px;
  font-size: 18px;
  font-weight: 300;
  color: black;
}

@media screen and (max-width: 620px) {
  .count__text {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

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

.count__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  background-color: white;
  cursor: pointer;
}

.count__button:hover {
  border-color: black;
}

.count__button::before {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background-color: black;
  position: absolute;
}

.count__button._plus::after {
  content: "";
  width: 2px;
  height: 13px;
  background-color: black;
  position: absolute;
}

.count__number {
  display: block;
  width: 67px;
  height: 46px;
  border: none;
  background-color: transparent;
  font-size: 20px;
  color: black;
  font-weight: 300;
  text-align: center;
}

.feedback {
  padding: 130px 0;
  background-color: #493a5d;
  background-image: url("../../assets/images/feedback-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 800px) {
  .feedback {
    padding: 35px 0;
  }
}

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

@media screen and (max-width: 800px) {
  .feedback__wrap {
    flex-direction: column;
  }
}

.feedback__name {
  max-width: 400px;
  margin-right: 100px;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 60px;
  line-height: 85px;
  font-weight: 700;
  letter-spacing: 7.2px;
  color: white;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  .feedback__name {
    max-width: none;
    margin-right: 0;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
  }
}

@media screen and (max-width: 620px) {
  .feedback-form {
    display: none;
  }
}

.feedback-form__input {
  max-width: 585px;
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 800px) {
  .feedback-form__input {
    max-width: none;
  }
}

.feedback-form__required {
    display: none;
}

.feedback-form__button {
  border: none;
}

.feedback-form__button._banner {
  padding: 15px;
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: 4.8px;
  max-width: 200px;
}

@media screen and (max-width: 800px) {
  .feedback-form__button {
    margin: 0 auto;
  }
}

.contacts-page {
  padding: 55px 0;
  background-image: linear-gradient(to right, white 0%, white 55%, #f3f3f3 55%, #f3f3f3 100%);
}

.contacts-page .feedback-form {
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 1020px) {
  .contacts-page {
    background-image: none;
    background-color: #f3f3f3;
  }
}

@media screen and (max-width: 620px) {
  .contacts-page {
    padding: 35px 0;
  }
}

.contacts-page__wrap {
  display: flex;
}

@media screen and (max-width: 620px) {
  .contacts-page__wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contacts-page__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 65%;
  padding-right: 10%;
}

@media screen and (max-width: 1020px) {
  .contacts-page__left {
    padding-right: 30px;
  }
}

@media screen and (max-width: 620px) {
  .contacts-page__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.contacts-page__right {
  width: 35%;
}

@media screen and (max-width: 620px) {
  .contacts-page__right {
    width: 100%;
  }
}

.contacts-page__subtitle {
  margin: 20px 0 30px;
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3.6px;
  color: #6ac0f3;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  .contacts-page__subtitle {
    margin: 15px 0;
  }
}

@media screen and (max-width: 450px) {
  .contacts-page__subtitle {
    font-size: 21px;
    margin-bottom: 0;
  }
}

.contacts-page__regions {
  margin-top: auto;
}

@media screen and (max-width: 620px) {
  .contacts-page__regions {
    display: none;
  }
}

.contacts-page__regions-top {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.contacts-page__regions-bottom {
  font-family: "Century Gothic", "Arial", sans-serif;
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 2.4px;
}

.contacts-page__item {
  margin-bottom: 80px;
}

.contacts-page__item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  .contacts-page__item {
    margin-bottom: 40px;
  }
}

.contacts-page__name {
  padding-bottom: 20px;
  padding-left: 30px;
  border-bottom: 2px solid #d0d0d0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #493a5d;
}

.contacts-page__name::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 800px) {
  .contacts-page__name::before {
    width: 15px;
    height: 15px;
  }
}

.contacts-page__name._phone::before {
  background-image: url("../../assets/images/sprite.svg#phone-view");
}

.contacts-page__name._worktime::before {
  background-image: url("../../assets/images/sprite.svg#clock-purple-view");
}

.contacts-page__name._address::before {
  background-image: url("../../assets/images/sprite.svg#address-view");
}

.contacts-page__name._requisites::before {
  background-image: url("../../assets/images/sprite.svg#requisites-view");
}

@media screen and (max-width: 800px) {
  .contacts-page__name {
    padding-left: 25px;
    font-size: 14px;
  }
}

.contacts-page__info {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  color: #493a5d;
  text-decoration: none;
}

.contacts-page__info:last-child {
  margin-bottom: 0;
}

.contacts-page__info span {
  font-weight: 300;
}

.contacts-page__info._link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .contacts-page__info {
    font-size: 18px;
  }
}

.contacts-map {
  width: 100%;
  height: 500px;
}

.contacts-map iframe {
  border: none;
}

.footer {
  padding: 10px 0;
  background-color: #f3f3f3;
  color: black;
}

.footer__info {
  display: flex;
  padding: 15px 0;
}

@media screen and (max-width: 920px) {
  .footer__info {
    flex-direction: column;
  }
}

.footer__contacts {
  display: flex;
  justify-content: space-between;
  width: 73%;
}

@media screen and (max-width: 920px) {
  .footer__contacts {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 620px) {
  .footer__contacts {
    flex-direction: column;
    align-items: center;
  }
}

.footer__contact {
  margin-right: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}

@media screen and (max-width: 800px) {
  .footer__contact {
    font-size: 14px;
    line-height: 16px;
  }
}

@media screen and (max-width: 620px) {
  .footer__contact {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

.footer__link {
  color: inherit;
  text-decoration: none;
}

.footer__policy {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  flex-grow: 1;
}

@media screen and (max-width: 620px) {
  .footer__policy {
    justify-content: center;
  }
}

.footer__policy-link {
  font-size: 14px;
  font-weight: 300;
  color: inherit;
}

.footer-menu {
  padding: 25px 0;
  border-bottom: 1px solid #493a5d;
}

@media screen and (max-width: 620px) {
  .footer-menu {
    display: none;
  }
}

.footer-menu__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-menu__item {
    padding: 0 5px;
    margin-bottom: 10px;
}

.footer-menu__item:last-child {
    margin-right: auto;
}

.footer-menu__link {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #493a5d;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-menu__link:hover,
.footer-menu__link._active {
  text-decoration: underline;
}

@media screen and (max-width: 800px) {
  .footer-menu__link {
    font-size: 14px;
    line-height: 16px;
  }
}

.popup {
  display: none;;
  max-width: 660px;
  width: 100%;
  max-height: 100vh;
  padding: 60px 6%;
  border-radius: 5px;
  background-color: white;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  overflow: auto;
}

.popup._thanks {
    display: block;
}

.popup .policy {
  margin-top: 20px;
  text-align: left;
}

.popup__title {
  font-weight: 300;
  font-size: 26px;
  line-height: 42px;
  color: black;
  text-transform: uppercase;
}

@media screen and (max-width: 620px) {
  .popup__title {
    font-size: 21px;
    line-height: 32px;
  }
}

.popup__link {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  color: #493a5d;
  text-decoration: none;
}

.popup__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 620px) {
  .popup__link {
    font-size: 24px;
    line-height: 32px;
  }
}

.popup__text {
  font-weight: 300;
  font-size: 19px;
  line-height: 24px;
  color: black;
}

.popup__text._big {
  text-transform: uppercase;
}

@media screen and (max-width: 620px) {
  .popup__text {
    font-size: 16px;
    line-height: 18px;
  }
}

.popup__input {
  width: 100%;
  height: 43px;
  padding: 10px 30px;
  border: 1px solid #b8b8b8;
  margin-top: 23px;
  color: black;
}

.popup__button {
  max-width: 200px;
  width: 100%;
  padding: 15px;
  border: none;
  border-radius: 40px;
  margin: 30px auto 0;
  background-color: #6ac0f3;
  font-size: 16px;
  letter-spacing: 4.8px;
  color: white;
}

.popup__close {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 40px;
  top: 40px;
  cursor: pointer;
}

.popup__close::before, .popup__close::after {
  content: "";
  display: block;
  width: 35px;
  height: 2px;
  background-color: #32263a;
  position: absolute;
  left: 50%;
  top: 50%;
}

.popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 620px) {
  .popup__close {
    right: 20px;
    top: 20px;
  }
}

.errors {
    color: red;
}

.articles__item {
    display: flex;
    flex-wrap: wrap;
    text-decoration: none;
    margin-bottom: 30px;
}

.articles__preview p {
	margin: 0;
}

.articles__link {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 24px;
}

.articles__image {
    width: 140px;
    flex-shrink: 0;
    margin-right: 20px;
}

.articles__info {
    width: calc(100% - 160px);
}

@media screen and (max-width: 920px) {
    .title._article {
        font-size: 32px;
        word-wrap: break-word;
    }
}

@media screen and (max-width: 700px) {
    .articles__image {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .articles__info {
        width: 100%;
    }

    .articles__name {
        font-size: 19px;
        margin: 10px 0 15px;
    }

    .articles__preview {
        font-size: 16px;
    }
}

.services {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}

.services__item {
    font-size: 24px;
    margin-bottom: 20px;
}

.reviews__title {
  margin-bottom: 25px;
  font-weight: 700;
}

.reviews__item {
    margin-bottom: 40px;
}

.reviews__author {
    font-size: 28px;
    font-width: 700;
}

.reviews__date {
    font-size: 16px;
    color: #ff975e;
}

.reviews__head {
    margin-bottom: 20px;
}

.reviews__text {
    font-size: 22px;
    font-weight: 300;
}

@media screen and (max-width: 920px) {
    .reviews__text {
        font-size: 16px;
        line-height: 1;
    }
}

.reviews__button {
    max-width: 255px;
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 28px;
    margin: 50px auto 0;
    background: #493a5d;
    font-size: 24px;
    color: white;
}

.popup__input._textarea {
    resize: none;
    height: 120px;
}

.popup__button._reviews {
    max-width: 240px;
}

.reviews__rating {
    display: none;
}

.delivery__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 10px 0;
}

@media screen and (max-width: 450px) {
    .delivery__list {
        margin: 0;
    }
}

.delivery__item {
    width: 20%;
    padding: 5px;
    font-size: 17px;
    line-height: 21px;
    color: inherit;
}

@media screen and (max-width: 920px) {
    .delivery__item {
        width: 25%;
    }
}

@media screen and (max-width: 700px) {
    .delivery__item {
        width: 33.33%;
    }
}

@media screen and (max-width: 620px) {
    .delivery__item {
        width: 50%;
    }
}

@media screen and (max-width: 450px) {
    .delivery__item {
        width: 100%;
        padding: 5px 0;
    }
}

a.delivery__item {
    color: #ff975e;
}

.faq {
	padding: 30px 0;
}

.faq__head {
    margin: 0 0 20px;
}

.faq__wrap {
    margin-bottom: 20px;
	font-size: 22px;
    line-height: 32px;
}

.faq__title {
	margin-bottom: 10px;
	font-weight: 700;
}

.faq__text {
	font-weight: 300;
}

.open-button {
  background-color: #493a5d;
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  opacity: 0.8;
  width: 280px;
}

.form-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.8);
}

.form-container {
  width: 40vw;
  padding: 10px;
  background-color: white;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  
}

.form-container input[type=text], .form-container input[type=password] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  background-color: #493a5d;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
  font-size: 15px;
  font-weight: bold;
}

.form-container .cancel {
  background-color: #493a5d;
}

.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}



.telegram-widget {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0088cc;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
  z-index: 9999;
  overflow: visible;
}

.telegram-widget::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 136, 204, 0.5);
  animation: pulse 1.5s ease-out infinite;
  z-index: -1;
}

.telegram-widget:hover {
  transform: scale(1.2);
}

.telegram-widget img {
  width: 60%;
  height: 60%;
  color: #FFFFFF;
}

@media (max-width: 768px) {
  .telegram-widget {
    width: 65px;
    height: 65px;
    bottom: 30px;
    right: 20px;
  }
  .telegram-widget img {
    width: 65%;
    height: 65%;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.8);
    opacity: 0;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

/* .banner__item .item-desc__price span {
	display: none;
} */