/*
Theme Name: Time to buy
Description: theme for Seo TM
Author: Kate Gerbeda
Author URI: vad_den13
Version: 1.0.0
*/
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap");
body {
  padding: 0;
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
	overflow-x: hidden;
}
body.home::after {
  content: '';
  position: absolute;
  height: 384px;
  width: 42px;
  background: #d9b8e2;
  right: 0;
  bottom: -123px;
}
body.home footer {
  margin-top: -86px;
	position: relative;
z-index: 2;
}
a {
  text-decoration: none;
}
a,
input:not([type="checkbox"]),
button,
select {
  -webkit-appearance: none;
}
a:focus,
input:not([type="checkbox"]):focus,
button:focus,
select:focus {
  outline: none;
}
.mobile {
  display: none;
}
img {
  height: auto;
}
.wrapper {
  padding: 0 50px;
}
header {
  padding: 23px 0;
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header__menu {
  margin-left: 79px;
}
header .header__menu > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
header .header__menu > ul ul {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 217px;
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.31);
  top: 38px;
	background: #fff;
}
header .header__menu > ul ul li a {
  font-size: 14px;
  color: #4d2c57;
  text-transform: uppercase;
  display: block;
  padding: 5px;
}
header .header__menu > ul ul li a:hover {
  background-color: #f2e8f7;
}
header .header__menu > ul ul li a strong {
  font-weight: normal;
}
header .header__menu > ul > li {
  position: relative;
  margin-right: 15px;
}
header .header__menu > ul > li:hover ul {
  display: block;
}
header .header__menu > ul > li:hover > a {
  background: #bf6ed6;
  color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.31);
}
header .header__menu > ul > li > a {
  font-size: 18px;
  color: #4d2c57;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  padding: 15px 20px;
}
header .header__menu > ul > li > a:hover {
  background: #bf6ed6;
  color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.31);
}
header .header__btns {
  margin-left: auto;
  margin-right: 10px;
}
header .header__btns a {
  margin-right: 14px;
  display: inline-block;
  width: 174px;
  height: 52px;
  line-height: 52px;
  background-color: #487f3f;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  border-radius: 35px;
}
header .header__phone {
  background: url("img/phone.png") no-repeat left center;
  padding-left: 31px;
  line-height: 1;
  margin-right: 40px;
}
header .header__phone strong,
header .header__phone span {
  display: block;
}
header .header__phone strong {
  font-size: 22px;
  color: #4d2c57;
}
header .header__phone span {
  font-size: 14px;
  color: #487f3f;
}
header .header__search {
  margin-right: 30px;
  position: relative;
}
header .header__search form {
  position: absolute;
  right: 30px;
  top: -12px;
  display: none;
  z-index: 3;
}
header .header__search form.opened {
  display: block;
}
header .header__search form input {
  border: 1px solid #ccc;
  padding: 15px;
  width: 170px;
}
header .header__search button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
header .header__lang {
  margin: 0;
}
header .header__lang select {
  background: url("img/arrow-d.png") no-repeat right center;
  border: none;
  padding: 0 15px 0 0;
  font-family: 'PT Sans', sans-serif;
  color: #4d2c57;
  font-size: 18px;
}
.hero {
  padding-top: 32px;
}
.hero h1 {
  text-align: center;
  font-weight: normal;
  margin: 0;
  font-size: 42px;
  color: #487f3f;
  letter-spacing: 0.25px;
}
.hero h1 strong {
  font-weight: bold;
  color: #000;
}
.hero h1 span {
  color: #aa6dd1;
  font-weight: bold;
}
.hero .hero__content {
  display: flex;
  padding: 93px 0 302px;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  max-width: 1618px;
  margin: 0 auto;
  background: url("img/bg.png") no-repeat 359px bottom;
}
.hero .hero__content .hero__img {
  position: absolute;
  left: 29%;
  bottom: 0;
}
.hero .hero__content > a {
  border: 1px solid #487f3f;
  width: 534px;
  height: 410px;
  box-sizing: border-box;
  padding: 34px 82px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.hero .hero__content > a:hover {
  background-color: #b471c6;
  border-color: #b471c6;
}
.hero .hero__content > a:hover h2 {
  color: #fff;
}
.hero .hero__content > a img {
  display: block;
  margin-bottom: 15px;
}
.hero .hero__content > a h2 {
  margin: 0 0 40px;
  font-size: 44px;
  color: #487f3f;
  text-transform: uppercase;
}
.hero .hero__content > a span {
  display: block;
  width: 222px;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  border: 1px solid #000;
  text-align: center;
  color: #4d2c57;
  font-size: 18px;
  font-weight: bold;
  margin-top: auto;
}
footer.footer-short {
  margin-top: 54px;
}
footer.footer-short .soc {
  display: flex;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}
footer.footer-short .soc a {
  display: block;
  width: 36px;
  height: 36px;
  background: url("img/soc.png") no-repeat 0 0;
  margin-right: 10px;
  filter: grayscale(100%);
  opacity: 0.4;
}
footer.footer-short .soc a.skype {
  background-position: -46px 0;
}
footer.footer-short .soc a.fb {
  background-position: -92px 0;
}
footer.footer-short .soc a.tg {
  background-position: -138px 0;
}
footer.footer-short .soc a.whatsapp {
  background-position: -184px 0;
}
footer.footer-short .soc a:hover {
  filter: none;
  opacity: 1;
}
footer.footer-long {
  position: relative;
  background: #423f43;
  margin-top: 245px;
}
footer.footer-long:after {
  height: 73px;
  content: '';
  position: absolute;
  width: 43%;
  background-color: #302e31;
  right: 0;
  bottom: 0;
}
footer.footer-long .wrapper {
  max-width: 1168px;
  margin: 0 auto;
  padding: 60px 0 0;
  display: flex;
  justify-content: space-between;
}
footer.footer-long .wrapper .footer__col1 .footer__logo {
  margin-bottom: 20px;
  display: block;
}
footer.footer-long .wrapper .footer__col1 .footer__soc {
  height: 150px;
  background-color: #302e31;
  box-sizing: border-box;
  padding: 22px;
  margin-bottom: 0;
}
footer.footer-long .wrapper .footer__col1 .footer__soc a {
  width: 26px;
  height: 26px;
  background: url("img/soc2.png") no-repeat 0 0;
  margin-right: 27px;
  filter: none;
  opacity: 1;
}
footer.footer-long .wrapper .footer__col1 .footer__soc a.skype {
  background-position: -53px 0;
}
footer.footer-long .wrapper .footer__col1 .footer__soc a.fb {
  background-position: -98px 0;
}
footer.footer-long .wrapper .footer__col1 .footer__soc a.tg {
  background-position: -144px 0;
}
footer.footer-long .wrapper .footer__col1 .footer__soc a.whatsapp {
  margin-right: 0;
  background-position: -189px 0;
}
footer.footer-long .wrapper .footer__col1 .footer__soc a:hover {
  opacity: 0.4;
}
footer.footer-long .wrapper .footer__col2 {
  position: relative;
  z-index: 2;
}
footer.footer-long .wrapper .footer__col2 .footer__bottom-text {
  margin: 80px 0 0;
  color: #bfbfbf;
  text-align: center;
  font-size: 14px;
  position: relative;
  left: 50px;
}
.footer__contacts {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 35px;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #9253a3;
}
.footer__contacts li {
  margin-left: 55px;
  color: #fff;
}
.footer__contacts li:nth-child(1) {
  margin-left: 0;
}
.footer__contacts li img {
  display: block;
  margin-bottom: 10px;
}
.footer__contacts li strong {
  display: block;
  font-size: 18px;
}
.footer__contacts li p {
  margin: 5px 0 0;
  font-size: 15px;
  color: #bdbdbd;
}
.footer__contacts li p a {
  font-size: 15px;
  color: #bdbdbd;
}
footer.footer-long .wrapper .footer__col2 .footer__menu {
  display: flex;
  justify-content: space-between;
  padding: 35px 0 0;
  margin: 0;
  list-style: none;
}
footer.footer-long .wrapper .footer__col2 .footer__menu > li > a {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 10px;
}
footer.footer-long .wrapper .footer__col2 .footer__menu > li ul {
  padding: 0 0 0;
  margin: 0;
  list-style: none;
}
footer.footer-long .wrapper .footer__col2 .footer__menu > li ul li a {
  font-size: 15px;
  color: #bdbdbd;
  display: block;
  margin-bottom: 10px;
}
footer.footer-long .wrapper .footer__col2 .footer__menu > li ul li a:hover {
  text-decoration: underline;
}
footer.footer-long .soc {
  display: flex;
  margin: 0 0 50px;
  padding: 0;
  list-style: none;
}
footer.footer-long .soc:not(.footer__soc) {
  position: absolute;
  top: -95px;
  left: 50px;
}
footer.footer-long .soc a {
  display: block;
  width: 36px;
  height: 36px;
  background: url("img/soc.jpg") no-repeat 0 0;
  margin-right: 10px;
  filter: grayscale(100%);
  opacity: 0.4;
}
footer.footer-long .soc a.skype {
  background-position: -46px 0;
}
footer.footer-long .soc a.fb {
  background-position: -92px 0;
}
footer.footer-long .soc a.tg {
  background-position: -138px 0;
}
footer.footer-long .soc a.whatsapp {
  background-position: -184px 0;
}
footer.footer-long .soc a:hover {
  filter: none;
  opacity: 1;
}
.hero-buy .hero__content {
  margin-top: 28px;
  padding-bottom: 66px;
  background: url("img/bg2.png") no-repeat 0 calc(100% - 90px);
  padding-top: 0;
}
.hero-buy .hero__content .hero__img {
  left: 23%;
}
.hero-buy .hero-buy__text {
  padding-top: 75px;
  position: relative;
  z-index: 2;
}
.hero-buy .hero-buy__text h2 {
  font-size: 40px;
  color: #487f3f;
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
}
.hero-buy .hero-buy__text h2 strong {
  display: block;
  font-weight: bold;
  color: #000;
}
.hero-buy .hero-buy__text h2 span {
  color: #b471c6;
}
.hero-buy .hero-buy__text p:not(.bottom) {
  margin: 0;
  font-size: 40px;
}
.hero-buy .hero-buy__text p:not(.bottom) strong {
  font-size: 50px;
}
.hero-buy .hero-buy__text p.bottom {
  padding-left: 190px;
  margin: 0;
  font-weight: bold;
  color: #487f3f;
  font-size: 30px;
}
.hero-buy .hero-buy__form {
  width: 527px;
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.31);
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 2;
}
.hero-buy .hero-buy__form h2 {
  background-color: #855fdb;
  height: 65px;
  line-height: 65px;
  text-align: center;
  margin: 0;
  border-radius: 15px 15px 0px 0px;
  font-size: 27px;
  color: #fff;
}
.hero-buy .hero-buy__form .hero-buy__form-content {
  padding: 24px;
}
.hero-buy .hero-buy__form .hero-buy__form-content .hero-buy__form-text1 {
  margin: 0;
  font-size: 16px;
  color: #534657;
  display: flex;
  align-items: center;
}
.hero-buy .hero-buy__form .hero-buy__form-content .hero-buy__form-text1 img {
  width: 41px;
  margin-right: 15px;
}
.hero-buy .hero-buy__form .hero-buy__form-content form {
  margin-top: 25px;
  margin-bottom: 20px;
}
.hero-buy .hero-buy__form .hero-buy__form-content form select {
  width: 100%;
  border: none;
  background: #f2f3f9 url("img/arrow-d2.png") no-repeat calc(100% - 23px) center;
  height: 45px;
  padding: 0 23px;
  font-size: 18px;
  font-weight: bold;
  color: #b4bec3;
  font-family: 'PT Sans', sans-serif;
  border-radius: 30px;
  margin-bottom: 30px;
}
.hero-buy .hero-buy__form .hero-buy__form-content form .hero-buy__form-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero-buy .hero-buy__form .hero-buy__form-content form .hero-buy__form-field strong {
  font-size: 18px;
}
.hero-buy .hero-buy__form .hero-buy__form-content form .hero-buy__form-field input {
  width: 200px;
  height: 35px;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  color: #000;
  background-color: #f2f3f9;
  border-radius: 30px;
  border: none;
  font-size: 18px;
}
.hero-buy .hero-buy__form .hero-buy__form-content form p:not(.hero-buy__form-text2) {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #b4bec3;
  font-weight: bold;
}
.hero-buy .hero-buy__form .hero-buy__form-content form p.hero-buy__form-text2 {
  text-align: center;
  font-size: 18px;
  color: #534657;
  margin: 0 0 20px;
}
.hero-buy .hero-buy__form .hero-buy__form-content form p.hero-buy__form-text2 span {
  font-size: 16px;
}
.hero-buy .hero-buy__form .hero-buy__form-content form input[type="submit"] {
  display: block;
  margin: 0 auto;
  height: 51px;
  width: 213px;
  cursor: pointer;
  text-align: center;
  border: none;
  background: #aa6dd1;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
  border-radius: 30px;
}
.hero-buy .hero-buy__form .hero-buy__form-content ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.hero-buy .hero-buy__form .hero-buy__form-content ul li {
  margin: 0 15px;
}
.hero-buy .hero-buy__form .hero-buy__form-content ul li a {
  font-size: 16px;
  font-weight: bold;
  color: #b4bec3;
}
.steps {
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
  padding: 50px 0;
  background-color: #fff;
}
.steps ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
}
.steps ul li {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #534657;
  text-transform: uppercase;
  margin: 0 25px;
}
.steps ul li img {
  margin-right: 10px;
}
.bottom-text {
  padding: 30px 0;
  background-color: #f8f8f8;
}
.bottom-text h2 {
  font-size: 28px;
  color: #534657;
  text-align: center;
}
.bottom-text p {
  text-align: center;
  margin: 0 auto;
  max-width: 1135px;
  font-size: 15px;
  color: #534657;
}
.bottom-text p a {
  color: #534657;
  text-decoration: underline;
}
.fix-width .wrapper {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0;
}
.fix-width .wrapper h1 {
  margin: 35px 0 35px;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: 0.25px;
  text-align: center;
}
.toggler {
  margin: 0 0 100px;
  padding: 0;
  list-style: none;
}
.toggler > li {
  border-bottom: 2px solid #ececec;
}
.toggler > li ul {
  padding: 0;
  margin: 25px 0;
  list-style: none;
}
.toggler > li ul li {
  border-bottom: 1px solid #ececec;
  padding: 20px 0;
  display: flex;
  align-items: center;
  position: relative;
}
.toggler > li ul li:nth-child(1) {
  border-top: 1px solid #ececec;
}
.toggler > li ul li p {
  margin: 0 !important;
  width: calc(100% - 86px - 26px);
}
.toggler > li ul li .togller__img {
  width: 86px;
  text-align: center;
  margin-right: 26px;
}
.toggler > li ol {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: 18px;
  color: #534657;
}
.toggler > li ol li {
  margin-bottom: 20px;
}
.toggler > li.opened .toggler__title {
  color: #aa6dd1;
  background: url("img/minus.png") no-repeat right center;
}
.toggler > li.opened .toggler__content {
  display: block;
}
.toggler > li:hover .toggler__title {
  color: #aa6dd1;
}
.toggler > li:nth-child(1) {
  border-top: 2px solid #ececec;
}
.toggler > li:nth-child(2) .toggler__content p {
  color: #534657;
}
.toggler > li .toggler__title {
  margin: 0;
  text-align: center;
  font-size: 20px;
  color: #534657;
  padding: 20px 0;
  cursor: pointer;
  background: url("img/plus.png") no-repeat right center;
}
.toggler > li .toggler__content {
  padding-bottom: 53px;
  display: none;
}
.toggler > li .toggler__content h4 {
  margin: 0;
  font-size: 18px;
  line-height: 25px;
  color: #534657;
}
.toggler > li .toggler__content p {
  font-size: 18px;
  line-height: 25px;
  margin: 0 0 20px;
}
.toggler > li .toggler__content iframe {
  margin: 35px auto 0;
  display: block;
}
.page .bottom-text p {
  font-size: 18px;
  color: #534657;
  line-height: 36px;
  margin-bottom: 20px;
}
.page.page-template-buy-page .bottom-text p {
  font-size: 15px;
  line-height: normal;
  max-width: 100%;
}
.latest-news {
  margin-top: 160px;
  position: relative;
}
.latest-news:before {
  content: '';
  width: 100%;
  height: 214px;
  position: absolute;
  background-color: #e5c5ef;
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
}
.latest-news h2 {
  margin: 0 0 40px;
  font-size: 42px;
  text-transform: uppercase;
  font-weight: normal;
}
.latest-news .latest-news__list {
  display: flex;
  justify-content: space-between;
}
.latest-news .latest-news__list .latest-news__date {
  text-align: right;
  display: block;
  font-size: 16px;
}
.latest-news .latest-news__list .latest-news__item {
  max-width: 570px;
  height: 570px;
  background: url("img/news-bg.png") no-repeat 0 0;
  box-sizing: border-box;
  padding: 30px 40px 47px;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}
.latest-news .latest-news__list .latest-news__item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #534657;
  opacity: 0.3;
  z-index: -1;
  left: 15px;
  top: 10px;
}
.latest-news .latest-news__list .latest-news__item:nth-child(2) {
  margin-top: 243px;
}
.latest-news .latest-news__list .latest-news__item:nth-child(2):before {
  content: '';
  width: 433px;
  height: 366px;
  position: absolute;
  background: url("img/news-girl.png") no-repeat 0 0;
  top: -365px;
  z-index: -1;
  right: 4px;
}
.latest-news .latest-news__list .latest-news__item .latest-news__descr {
  margin-top: auto;
}
.latest-news .latest-news__list .latest-news__item .latest-news__descr h3 {
  margin: 0 0 20px;
  font-size: 28px;
}
.latest-news .latest-news__list .latest-news__item .latest-news__descr h3 a {
  color: #fff;
}
.latest-news .latest-news__list .latest-news__item .latest-news__descr p {
  margin: 0 0 40px;
  font-size: 16px;
}
.latest-news .latest-news__list .latest-news__item .latest-news__descr .latest-news__link {
  display: block;
  text-align: center;
  width: 223px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #fff;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.latest-news .latest-news__list .latest-news__item .latest-news__descr .latest-news__link:hover {
  color: #9f5caa;
  background-color: #fff;
}
.latest-news .latest-news__all {
  color: #534657;
  font-size: 18px;
  text-decoration: underline;
  position: relative;
  top: -190px;
  font-weight: bold;
}
.tabs {
  display: flex;
  justify-content: space-between;
  margin-top: 65px;
  align-items: flex-start;
  position: relative;
}
.tabs:after {
  content: '';
  position: absolute;
  width: 161px;
  height: 138px;
  background: url("img/sales-bg.png") no-repeat 0 0;
  background-size: contain;
  bottom: -90px;
  right: -245px;
}
.tabs .tabs__title {
  width: 373px;
  margin: 0;
  padding: 0 0 190px;
  list-style: none;
  background: url("img/tabs-bg.png") no-repeat right bottom;
}
.tabs .tabs__title li a {
  padding: 20px;
  border-bottom: 1px solid #e5e3e6;
  font-weight: bold;
  font-size: 18px;
  color: #534657;
  display: block;
}
.tabs .tabs__title li a.active,
.tabs .tabs__title li a:hover {
  background-color: #e5c5ef;
  box-shadow: 0px 0px 28px 0px rgba(0,0,0,0.3);
}
.tabs .tabs__content {
  width: calc(100% - 373px - 30px);
  display: none;
  color: #534657;
}
.tabs .tabs__content.active {
  display: block;
}
.tabs .tabs__content h2 {
  margin: 0 0 30px;
  color: #534657;
  font-size: 28px;
  padding: 25px 0;
  border-bottom: 1px solid #e5e3e6;
  text-align: center;
}
.tabs .tabs__content h2 span {
  font-size: 36px;
}
.tabs .tabs__content h3 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
}
.tabs .tabs__content p {
  margin: 0 0 30px;
  line-height: 30px;
}
.tabs .tabs__content .grren-btn {
  display: block;
  margin: 0 auto;
  width: 267px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  background: #487f3f;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
}
.tabs .tabs__content .grren-btn:hover {
  background: #aa6dd1;
}
.targets-list {
  padding-top: 63px;
  position: relative;
  padding-bottom: 100px;
}
.targets-list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 376px;
  background-color: #f8f8f8;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.targets-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.targets-list ul::before {
  content: '';
  position: absolute;
  width: 161px;
  height: 138px;
  background: url("img/tabs-bg.png") no-repeat 0 0;
  background-size: contain;
  bottom: 75px;
  left: -250px;
}
.targets-list ul li {
  width: 370px;
  height: 418px;
  padding: 90px 25px 55px;
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.31);
  box-sizing: border-box;
  background-color: #fff;
}
.targets-list ul li:hover {
  background-color: #b471c6;
}
.targets-list ul li:hover p {
  color: #fff;
}
.targets-list ul li:hover .targets-list__img img {
  filter: brightness(0) invert(1);
}
.targets-list ul li p {
  line-height: 25px;
  color: #534657;
}
.targets-list ul li .targets-list__img {
  margin-bottom: 20px;
}
.why {
  padding-top: 100px;
  position: relative;
}
.why h2 {
  margin: 0;
  font-weight: normal;
  font-size: 42px;
  width: 50%;
  text-align: center;
}
.why h2 span {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.why .why__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.why .why__list::after {
  content: '';
  position: absolute;
  width: 161px;
  height: 138px;
  background: url("img/sales-bg.png") no-repeat 0 0;
  background-size: contain;
  bottom: 120px;
  right: -250px;
}
.why .why__list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.why .why__list ol.why__col1 {
  margin-top: 40px;
}
.why .why__list ol.why__col2 {
  margin-top: -90px;
}
.why .why__list ol li {
  margin-bottom: 50px;
  max-width: 550px;
}
.why .why__list ol span {
  display: block;
  color: #b471c6;
  font-weight: bold;
  font-size: 40px;
}
.why .why__list ol strong {
  color: #534657;
  display: block;
  font-size: 24px;
  margin-bottom: 20px;
}
.why .why__list ol p {
  line-height: 30px;
  margin: 0;
  color: #534657;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0 0;
  padding: 0;
  list-style: none;
}
.news-list li {
  margin-right: 29px;
  width: 370px;
  margin-bottom: 50px;
}
.news-list li:nth-child(3n) {
  margin-right: 0;
}
.news-list li .news-list__img {
  margin-bottom: 15px;
}
.news-list li .news-list__date {
  color: #534657;
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}
.news-list li h2 {
  margin: 0 0 20px;
  font-size: 18px;
  color: #534657;
}
.news-list li .news-list__more {
  display: block;
  color: #b9b9b9;
  font-weight: bold;
  text-decoration: underline;
}
.pagination {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.pagination a,
.pagination span {
  margin: 0 5px;
  color: #b9b9b9;
  font-weight: bold;
}
.pagination a:hover,
.pagination span:hover {
  color: #000;
}
.pagination a.current,
.pagination span.current {
  color: #000;
}
.single .single-date {
  padding: 15px 0;
  border-bottom: 1px solid #e5e3e6;
  font-size: 16px;
  color: #534657;
  margin-bottom: 35px;
}
.single .single-list {
  display: flex;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  align-items: center;
  justify-content: space-between;
}
.single .single-list li a {
  font-weight: bold;
  color: #b9b9b9;
}
.single .single-list li:nth-child(2) a {
  color: #534657;
  text-decoration: underline;
}
.single h2 {
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  color: #534657;
}
.single p {
  margin: 0 0 30px;
  line-height: 30px;
  color: #534657;
}
.docs {
  color: #534657;
  position: relative;
}
.docs:before {
  content: '';
  position: absolute;
  width: 161px;
  height: 138px;
  background: url("img/tabs-bg.png") no-repeat 0 0;
  background-size: contain;
  top: 300px;
  left: -250px;
}
.docs:after {
  content: '';
  position: absolute;
  width: 161px;
  height: 138px;
  background: url("img/sales-bg.png") no-repeat 0 0;
  background-size: contain;
  bottom: 320px;
  right: -250px;
}
.docs h1 + h3 {
  margin: 70px 0 40px;
  font-size: 22px;
}
.docs .toggler > li.opened .toggler__title {
  color: #534657;
}
.docs .toggler > li .toggler__content h3 {
  margin: 20px 0 0;
  font-size: 22px;
  line-height: 30px;
}
.docs .toggler > li .toggler__content a {
  display: block;
  color: #4d2c57;
  text-decoration: underline;
  line-height: 30px;
}
.request-form {
  margin: 50px auto 0;
  width: 528px;
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.31);
  box-sizing: border-box;
  padding: 40px 25px;
  border-radius: 10px;
}
.request-form.without-bg {
  box-shadow: none;
  padding: 0;
}
.request-form.without-bg.step-9 {
  margin-top: 0;
}
.request-form.without-bg.step-9 > p {
  font-size: 18px;
  text-align: center;
  color: #534657;
  margin-top: 40px;
}
.request-form.without-bg.step-10 form,
.request-form.without-bg.step-12 form {
  text-align: center;
}
.request-form.without-bg.step-10 form p,
.request-form.without-bg.step-12 form p {
  font-size: 20px;
  color: #487f3f;
}
.request-form.without-bg.step-10 form img,
.request-form.without-bg.step-12 form img {
  margin-bottom: 10px;
  display: inline-block;
}
.request-form.step-11 {
  width: 100%;
  max-width: 1070px;
}
.request-form.step-11 form {
  display: flex;
}
.request-form.step-11 form .request-form__col1 {
  width: 50%;
  padding: 30px 50px 30px 0;
  border-right: 1px solid #eeeff4;
}
.request-form.step-11 form .request-form__col1 .request-form-field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.request-form.step-11 form .request-form__col1 .request-form-field strong {
  font-size: 18px;
}
.request-form.step-11 form .request-form__col1 .request-form-field input {
  width: 200px;
  height: 35px;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  color: #000;
  background-color: #f2f3f9;
  border-radius: 30px;
  border: none;
  font-size: 18px;
}
.request-form.step-11 form .request-form__col1 .request-form-range p {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: #b4bec3;
  font-weight: bold;
}
.request-form.step-11 form .request-form__col2 {
  width: 50%;
  padding: 30px 0 30px 50px;
}
.request-form.step-11 form .request-form__col2 p {
  margin: 0 0 5px;
  font-size: 18px;
}
.request-form.step-11 form .request-form__col2 h3 {
  margin: 30px 0 10px;
  text-align: left;
}
.request-form.step-11 form .request-form__col2 a.promocode {
  display: block;
  font-size: 16px;
  color: #b4bec3;
  text-decoration: underline;
  margin-bottom: 15px;
}
.request-form.step-11 form .request-form__col2 .custom-file-upload {
  display: block;
  font-size: 16px;
  color: #b4bec3;
  text-decoration: underline;
  margin-bottom: 40px;
}
.request-form.step-11 form .request-form__col2 .bottom-links {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.request-form.step-11 form .request-form__col2 .bottom-links li {
  padding: 0;
  margin-right: 25px;
}
.request-form.step-11 form .request-form__col2 .bottom-links li:before {
  display: none;
}
.request-form.step-11 form .request-form__col2 .bottom-links li:last-child {
  margin-right: 0;
}
.request-form.step-11 form .request-form__col2 .bottom-links li a {
  font-weight: bold;
  font-size: 16px;
  color: #b4bec3;
}
.request-form.step-11 form .request-form__col2 input#card-number {
  width: 100%;
  border: none;
  background: #f2f3f9 url("img/arrow-d2.png") no-repeat calc(100% - 23px) center;
  height: 40px;
  padding: 0 23px;
  font-size: 18px;
  font-weight: normal;
  color: #b4bec3;
  font-family: 'PT Sans', sans-serif;
  border-radius: 30px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.request-form.step-11 form .request-form__col2 input#card-number::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.request-form.step-11 form .request-form__col2 input#card-number:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.request-form.step-11 form .request-form__col2 input#card-number::placeholder {
  color: #000;
  opacity: 1;
}
.request-form.step-11 form .request-form__col2 input[type="file"] {
  display: none;
}
.request-form.step-3 .request-btn {
  margin-top: 25px;
}
.request-form.step-4 h3 {
  margin-bottom: 15px;
}
.request-form.step-4 .radio-field {
  margin-top: 0;
}
.request-form h3 {
  margin: 0 0 30px;
  text-align: center;
  font-size: 18px;
}
.request-form form {
  margin-bottom: 0;
}
.request-form .request-form__bordered {
  border: 1px solid #f2f3f9;
  padding: 20px 20px 0;
  margin-bottom: 25px;
}
.request-form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.request-form ul li {
  font-size: 16px;
  color: #534657;
  position: relative;
  padding-left: 15px;
}
.request-form ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #487f3f;
  border-radius: 100%;
  top: 6px;
  left: 0;
}
.request-form p {
  position: relative;
  margin: 0 0 35px;
}
.request-form p.text-field {
  font-size: 16px;
  color: #534657;
  margin-bottom: 15px;
}
.request-form p.field {
  margin-bottom: 15px;
}
.request-form p.field.last {
  margin-bottom: 25px;
}
.request-form p.field label {
  display: block;
  font-weight: bold;
  color: #534657;
  margin-bottom: 5px;
  padding: 0 20px;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
}
.request-form p.field input {
  font-weight: normal !important;
}
.request-form p.field.select-field select {
  width: 100%;
  border: none;
  background: #f2f3f9 url("img/arrow-d2.png") no-repeat calc(100% - 23px) center;
  height: 45px;
  padding: 0 23px;
  font-size: 18px;
  font-weight: bold;
  color: #b4bec3;
  font-family: 'PT Sans', sans-serif;
  border-radius: 30px;
  -webkit-appearance: none;
}
.request-form p.radio-field {
  margin: 25px 0;
}
.request-form p.radio-field strong {
  font-weight: bold;
  color: #534657;
  margin-bottom: 5px;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-family: 'PT Sans', sans-serif;
}
.request-form p.radio-field input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.request-form p.radio-field input:checked + label:before {
  border-color: #d0d0d0;
  background-color: #fff;
  background-size: 13px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23487f3f'/%3e%3c/svg%3e");
}
.request-form p.radio-field input + label {
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  color: #534657;
  line-height: normal;
  font-family: 'PT Sans', sans-serif;
  margin-left: 10px;
  cursor: pointer;
}
.request-form p.radio-field input + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  width: 17px;
  height: 17px;
  border: 1px solid #d0d0d0;
  border-radius: 50%;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.request-form p.phone-field a {
  position: absolute;
  right: 20px;
  top: 13px;
  display: flex;
  align-items: center;
  color: #487f3f;
  font-size: 16px;
}
.request-form p.phone-field a img {
  margin-right: 10px;
}
.request-form p.checkbox-field a {
  color: #487f3f;
  text-decoration: underline;
}
.request-form p.checkbox-field input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.request-form p.checkbox-field input:checked + label:before {
  border-color: #d0d0d0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23487f3f' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.request-form p.checkbox-field input + label {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  color: #534657;
  line-height: normal;
  font-family: 'PT Sans', sans-serif;
}
.request-form p.checkbox-field input + label:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #d0d0d0;
  border-radius: 0.25em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  left: 0;
}
.request-form p input:not([type="checkbox"]):not([type="radio"]) {
  height: 45px;
  background: #f2f3f9;
  border-radius: 30px;
  border: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
}
.request-form p input::-moz-placeholder {
  color: #b4bec3;
  opacity: 1;
}
.request-form p input:-ms-input-placeholder {
  color: #b4bec3;
  opacity: 1;
}
.request-form p input::placeholder {
  color: #b4bec3;
  opacity: 1;
}
.request-form .sms-field {
  text-align: center;
}
.request-form .sms-field strong {
  display: block;
  margin-bottom: 10px;
}
.request-form .sms-field input {
  max-width: 238px;
  margin: 0 auto;
}
.request-form .green-text {
  text-align: center;
  color: #487f3f;
  font-size: 16px;
}
.request-form .request-btn {
  background: #487f3f;
  border-radius: 30px;
  border: none;
  display: block;
  height: 55px;
  line-height: 55px;
  width: 210px;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  font-family: 'PT Sans', sans-serif;
}
.request-form .request-btn:hover {
  background: #000;
}
img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1820px) {
  body {
    font-size: 0.9375vw;
  }
  body.home::after {
    height: 20vw;
    width: 2.1875vw;
    bottom: -6.406249999999999vw;
  }
  body.home footer {
    margin-top: -4.479166666666667vw;
  }
  .wrapper {
    padding: 0 2.604166666666667vw;
  }
  header {
    padding: 1.197916666666667vw 0;
  }
  header .header__logo img {
    width: 16.979166666666668vw;
  }
  header .header__menu {
    margin-left: 4.114583333333333vw;
  }
  header .header__menu > ul ul {
    width: 11.302083333333334vw;
    top: 1.979166666666667vw;
  }
  header .header__menu > ul ul li a {
    font-size: 0.729166666666667vw;
    padding: 0.260416666666667vw;
  }
  header .header__menu > ul ul li a:hover {
    background-color: #f2e8f7;
  }
  header .header__menu > ul > li {
    margin-right: 0.78125vw;
  }
  header .header__menu > ul > li > a {
    font-size: 0.9375vw;
    padding: 0.78125vw 1.041666666666667vw;
  }
  header .header__btns {
    margin-right: 0.520833333333333vw;
  }
  header .header__btns a {
    margin-right: 0.729166666666667vw;
    width: 9.0625vw;
    height: 2.708333333333333vw;
    line-height: 2.708333333333333vw;
    font-size: 0.9375vw;
    border-radius: 1.822916666666667vw;
  }
  header .header__phone {
    padding-left: 1.614583333333333vw;
    margin-right: 2.083333333333333vw;
    background-size: 1.145833333333333vw;
  }
  header .header__phone strong {
    font-size: 1.145833333333333vw;
  }
  header .header__phone span {
    font-size: 0.729166666666667vw;
  }
  header .header__search {
    margin-right: 1.5625vw;
  }
  header .header__search form {
    right: 1.5625vw;
    top: -0.625vw;
  }
  header .header__search form input {
    padding: 0.78125vw;
    width: 8.854166666666668vw;
  }
  header .header__search img {
    width: 1.09375vw;
  }
  header .header__lang {
    padding: 0 0.78125vw 0 0;
    font-size: 0.9375vw;
    background-size: 0.46875vw;
  }
  .hero {
    padding-top: 1.666666666666667vw;
  }
  .hero h1 {
    font-size: 2.1875vw;
  }
  .hero .hero__content {
    padding: 4.84375vw 0 15.729166666666666vw;
    max-width: 84.27083333333333vw;
    background-size: 42.760416666666664vw;
    background-position: 18.697916666666668vw bottom;
  }
  .hero .hero__content .hero__img {
    width: 30.625000000000004vw;
  }
  .hero .hero__content > a {
    width: 27.8125vw;
    height: 21.354166666666664vw;
    padding: 1.770833333333333vw 4.270833333333333vw 2.5vw;
  }
  .hero .hero__content > a img {
    margin-bottom: 0.78125vw;
  }
  .hero .hero__content > a h2 {
    margin: 0 0 2.083333333333333vw;
    font-size: 2.291666666666667vw;
  }
  .hero .hero__content > a span {
    width: 11.5625vw;
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 0.9375vw;
  }
  footer.footer-short {
    margin-top: 2.8125vw;
  }
  footer.footer-short .soc {
    margin: 0 0 2.604166666666667vw;
  }
  footer.footer-short .soc a {
    width: 1.875vw;
    height: 1.875vw;
    background-size: 11.458333333333332vw;
    margin-right: 0.520833333333333vw;
  }
  footer.footer-short .soc a.skype {
    background-position: -2.395833333333333vw 0;
  }
  footer.footer-short .soc a.fb {
    background-position: -4.791666666666667vw 0;
  }
  footer.footer-short .soc a.tg {
    background-position: -7.187499999999999vw 0;
  }
  footer.footer-short .soc a.whatsapp {
    background-position: -9.583333333333334vw 0;
  }
  footer.footer-long {
    margin-top: 12.760416666666666vw;
  }
  footer.footer-long:after {
    height: 3.802083333333333vw;
  }
  footer.footer-long .wrapper {
    max-width: 60.83333333333333vw;
    padding: 3.125vw 0 0;
  }
  footer.footer-long .wrapper .footer__col1 .footer__logo {
    margin-bottom: 1.041666666666667vw;
  }
  footer.footer-long .wrapper .footer__col1 .footer__logo img {
    width: 14.0625vw;
  }
  footer.footer-long .wrapper .footer__col1 .footer__soc {
    height: 7.8125vw;
    padding: 1.145833333333333vw;
  }
  footer.footer-long .wrapper .footer__col1 .footer__soc a {
    width: 1.354166666666667vw;
    height: 1.354166666666667vw;
    background-size: 11.145833333333334vw;
    margin-right: 1.40625vw;
  }
  footer.footer-long .wrapper .footer__col1 .footer__soc a.skype {
    background-position: -2.760416666666667vw 0;
  }
  footer.footer-long .wrapper .footer__col1 .footer__soc a.fb {
    background-position: -5.104166666666667vw 0;
  }
  footer.footer-long .wrapper .footer__col1 .footer__soc a.tg {
    background-position: -7.5vw 0;
  }
  footer.footer-long .wrapper .footer__col1 .footer__soc a.whatsapp {
    margin-right: 0;
    background-position: -9.84375vw 0;
  }
  footer.footer-long .wrapper .footer__col2 .footer__bottom-text {
    color: #bfbfbf;
    font-size: 0.729166666666667vw;
    left: 2.604166666666667vw;
    margin-top: 4.166666666666666vw;
  }
  .footer__contacts {
    padding: 0 0 1.822916666666667vw;
  }
  .footer__contacts li {
    margin-left: 2.864583333333333vw;
  }
  .footer__contacts li img {
    margin-bottom: 0.520833333333333vw;
    width: 0.9375vw;
  }
  .footer__contacts li strong {
    font-size: 0.9375vw;
  }
  .footer__contacts li p {
    margin: 0.260416666666667vw 0 0;
    font-size: 0.78125vw;
  }
  .footer__contacts li p a {
    font-size: 0.78125vw;
  }
  footer.footer-long .wrapper .footer__col2 .footer__menu {
    padding: 1.822916666666667vw 0 0;
  }
  footer.footer-long .wrapper .footer__col2 .footer__menu > li > a {
    font-size: 0.9375vw;
    margin-bottom: 0.520833333333333vw;
  }
  footer.footer-long .wrapper .footer__col2 .footer__menu > li ul li a {
    font-size: 0.78125vw;
    margin-bottom: 0.520833333333333vw;
  }
  footer.footer-long .soc {
    margin: 0 0 2.604166666666667vw;
  }
  footer.footer-long .soc:not(.footer__soc) {
    top: -4.947916666666666vw;
    left: 2.604166666666667vw;
  }
  footer.footer-long .soc a {
    display: block;
    width: 1.875vw;
    height: 1.875vw;
    background-size: 11.458333333333332vw;
  }
  footer.footer-long .soc a.skype {
    background-position: -2.395833333333333vw 0;
  }
  footer.footer-long .soc a.fb {
    background-position: -4.791666666666667vw 0;
  }
  footer.footer-long .soc a.tg {
    background-position: -7.187499999999999vw 0;
  }
  footer.footer-long .soc a.whatsapp {
    background-position: -9.583333333333334vw 0;
  }
  .hero-buy .hero__content {
    margin-top: 1.458333333333333vw;
    padding-bottom: 3.4375vw;
    background-position: 0 calc(100% - 90px);
    background-size: 18.333333333333332vw;
  }
  .hero-buy .hero__content .hero__img {
    width: 39.53125vw;
  }
  .hero-buy .hero-buy__text {
    padding-top: 3.90625vw;
  }
  .hero-buy .hero-buy__text h2 {
    font-size: 2.083333333333333vw;
  }
  .hero-buy .hero-buy__text p:not(.bottom) {
    font-size: 2.083333333333333vw;
  }
  .hero-buy .hero-buy__text p:not(.bottom) strong {
    font-size: 2.604166666666667vw;
  }
  .hero-buy .hero-buy__text p.bottom {
    padding-left: 9.895833333333332vw;
    font-size: 1.5625vw;
  }
  .hero-buy .hero-buy__form {
    width: 27.447916666666668vw;
    border-radius: 0.78125vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-range img {
    max-width: 100%;
  }
  .hero-buy .hero-buy__form h2 {
    height: 3.385416666666667vw;
    line-height: 3.385416666666667vw;
    border-radius: 0.78125vw 0.78125vw 0 0;
    font-size: 1.40625vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-content {
    padding: 1.25vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-content .hero-buy__form-text1 {
    font-size: 0.833333333333333vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-content .hero-buy__form-text1 img {
    width: 2.135416666666667vw;
    margin-right: 0.78125vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-content form {
    margin-top: 1.302083333333333vw;
    margin-bottom: 1.041666666666667vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-content form select {
    background: #f2f3f9 url("img/arrow-d2.png") no-repeat calc(100% - 23px) center;
    height: 2.34375vw;
    padding: 0 1.197916666666667vw;
    font-size: 0.9375vw;
    border-radius: 1.5625vw;
    margin-bottom: 1.5625vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-content form .hero-buy__form-field strong {
    font-size: 0.9375vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-content form .hero-buy__form-field input {
    width: 10.416666666666668vw;
    height: 1.822916666666667vw;
    border-radius: 1.5625vw;
    font-size: 0.9375vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-content form p:not(.hero-buy__form-text2) {
    margin: 0 0 1.041666666666667vw;
    font-size: 0.78125vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-content form p.hero-buy__form-text2 {
    font-size: 0.9375vw;
    margin: 0 0 1.041666666666667vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-content form p.hero-buy__form-text2 span {
    font-size: 0.833333333333333vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-content form input[type="submit"] {
    height: 2.65625vw;
    width: 11.09375vw;
    font-size: 1.041666666666667vw;
    border-radius: 1.5625vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-content ul li {
    margin: 0 0.78125vw;
  }
  .hero-buy .hero-buy__form .hero-buy__form-content ul li a {
    font-size: 0.833333333333333vw;
  }
  .steps {
    padding: 2.604166666666667vw 0;
  }
  .steps ul li {
    font-size: 0.9375vw;
    margin: 0 1.302083333333333vw;
  }
  .steps ul li img {
    margin-right: 0.520833333333333vw;
    height: 2.083333333333333vw;
  }
  .bottom-text {
    padding: 1.5625vw 0;
  }
  .bottom-text h2 {
    font-size: 1.458333333333333vw;
  }
  .bottom-text p {
    max-width: 59.114583333333336vw;
    font-size: 0.78125vw;
  }
  .bottom-text p a {
    color: #534657;
  }
  .fix-width .wrapper {
    max-width: 60.83333333333333vw;
  }
  .fix-width .wrapper h1 {
    margin: 1.822916666666667vw 0 1.822916666666667vw;
    font-size: 2.1875vw;
  }
  .toggler {
    margin: 0 0 5.208333333333334vw;
  }
  .toggler > li ul {
    margin: 1.302083333333333vw 0;
  }
  .toggler > li ul li {
    padding: 1.041666666666667vw 0;
  }
  .toggler > li ul li p {
    width: calc(100% - 86px - 26px);
  }
  .toggler > li ul li .togller__img {
    width: 4.479166666666667vw;
    margin-right: 1.354166666666667vw;
  }
  .toggler > li ol {
    padding: 0 0 0 0.78125vw;
    font-size: 0.9375vw;
  }
  .toggler > li ol li {
    margin-bottom: 1.041666666666667vw;
  }
  .toggler > li.opened .toggler__title {
    background: url("img/minus.png") no-repeat right center;
  }
  .toggler > li .toggler__title {
    font-size: 1.041666666666667vw;
    padding: 1.041666666666667vw 0;
    background: url("img/plus.png") no-repeat right center;
  }
  .toggler > li .toggler__content {
    padding-bottom: 2.760416666666667vw;
  }
  .toggler > li .toggler__content h4 {
    font-size: 0.9375vw;
    line-height: 1.302083333333333vw;
  }
  .toggler > li .toggler__content p {
    font-size: 0.9375vw;
    line-height: 1.302083333333333vw;
    margin: 0 0 1.041666666666667vw;
  }
  .toggler > li .toggler__content iframe {
    margin: 1.822916666666667vw auto 0;
  }
  .page .bottom-text p {
    font-size: 0.9375vw;
    line-height: 1.875vw;
    margin-bottom: 1.041666666666667vw;
  }
  .latest-news {
    margin-top: 8.333333333333332vw;
  }
  .latest-news:before {
    height: 11.145833333333334vw;
  }
  .latest-news h2 {
    margin: 0 0 2.083333333333333vw;
    font-size: 2.1875vw;
  }
  .latest-news .latest-news__list .latest-news__date {
    font-size: 0.833333333333333vw;
  }
  .latest-news .latest-news__list .latest-news__item {
    max-width: 29.6875vw;
    height: 29.6875vw;
    padding: 1.5625vw 2.083333333333333vw 2.447916666666667vw;
  }
  .latest-news .latest-news__list .latest-news__item:after {
    left: 0.78125vw;
    top: 0.520833333333333vw;
  }
  .latest-news .latest-news__list .latest-news__item:nth-child(2) {
    margin-top: 12.65625vw;
  }
  .latest-news .latest-news__list .latest-news__item:nth-child(2):before {
    width: 22.552083333333332vw;
    height: 19.0625vw;
    background: url("img/news-girl.png") no-repeat 0 0;
    top: -19.010416666666664vw;
    right: 0.208333333333333vw;
  }
  .latest-news .latest-news__list .latest-news__item .latest-news__descr h3 {
    margin: 0 0 1.041666666666667vw;
    font-size: 1.458333333333333vw;
  }
  .latest-news .latest-news__list .latest-news__item .latest-news__descr p {
    margin: 0 0 2.083333333333333vw;
    font-size: 0.833333333333333vw;
  }
  .latest-news .latest-news__list .latest-news__item .latest-news__descr .latest-news__link {
    width: 11.614583333333334vw;
    height: 2.5vw;
    line-height: 2.5vw;
    font-size: 0.9375vw;
  }
  .latest-news .latest-news__all {
    font-size: 0.9375vw;
    top: -9.895833333333332vw;
  }
  .tabs {
    margin-top: 3.385416666666667vw;
  }
  .tabs:after {
    width: 8.385416666666666vw;
    height: 7.187499999999999vw;
    bottom: -4.6875vw;
    right: -12.760416666666666vw;
  }
  .tabs .tabs__title {
    width: 19.427083333333332vw;
    padding: 0 0 9.895833333333332vw;
    background: url("img/tabs-bg.png") no-repeat right bottom;
  }
  .tabs .tabs__title li a {
    padding: 1.041666666666667vw;
    font-size: 0.9375vw;
  }
  .tabs .tabs__content {
    width: calc(100% - 373px - 30px);
  }
  .tabs .tabs__content h2 {
    margin: 0 0 1.5625vw;
    font-size: 1.458333333333333vw;
    padding: 1.302083333333333vw 0;
  }
  .tabs .tabs__content h2 span {
    font-size: 1.875vw;
  }
  .tabs .tabs__content h3 {
    font-size: 1.145833333333333vw;
    line-height: 1.5625vw;
  }
  .tabs .tabs__content p {
    margin: 0 0 1.5625vw;
    line-height: 1.5625vw;
  }
  .tabs .tabs__content .grren-btn {
    width: 13.90625vw;
    height: 2.5vw;
    line-height: 2.5vw;
    border-radius: 1.5625vw;
  }
  .targets-list {
    padding-top: 3.28125vw;
    padding-bottom: 5.208333333333334vw;
  }
  .targets-list::before {
    height: 19.583333333333332vw;
  }
  .targets-list ul::before {
    width: 8.385416666666666vw;
    height: 7.187499999999999vw;
    bottom: 3.90625vw;
    left: -13.020833333333334vw;
  }
  .targets-list ul li {
    width: 19.270833333333336vw;
    height: 21.770833333333332vw;
    padding: 4.6875vw 1.302083333333333vw 2.864583333333333vw;
  }
  .targets-list ul li p {
    line-height: 1.302083333333333vw;
  }
  .targets-list ul li .targets-list__img {
    margin-bottom: 1.041666666666667vw;
  }
  .targets-list ul li .targets-list__img img {
    height: 4.84375vw;
  }
  .why {
    padding-top: 5.208333333333334vw;
  }
  .why h2 {
    font-size: 2.1875vw;
  }
  .why .why__list::after {
    width: 8.385416666666666vw;
    height: 7.187499999999999vw;
    bottom: 6.25vw;
    right: -13.020833333333334vw;
  }
  .why .why__list ol.why__col1 {
    margin-top: 2.083333333333333vw;
  }
  .why .why__list ol.why__col2 {
    margin-top: -4.6875vw;
  }
  .why .why__list ol li {
    margin-bottom: 2.604166666666667vw;
    max-width: 28.645833333333332vw;
  }
  .why .why__list ol span {
    font-size: 2.083333333333333vw;
  }
  .why .why__list ol strong {
    font-size: 1.25vw;
    margin-bottom: 1.041666666666667vw;
  }
  .why .why__list ol p {
    line-height: 1.5625vw;
  }
  .news-list {
    margin: 3.645833333333333vw 0 0;
  }
  .news-list li {
    margin-right: 1.510416666666667vw;
    width: 19.270833333333336vw;
    margin-bottom: 2.604166666666667vw;
  }
  .news-list li .news-list__img {
    margin-bottom: 0.78125vw;
  }
  .news-list li .news-list__date {
    font-size: 0.833333333333333vw;
    margin-bottom: 0.78125vw;
  }
  .news-list li h2 {
    margin: 0 0 1.041666666666667vw;
    font-size: 0.9375vw;
  }
  .pagination li {
    margin: 0 0.260416666666667vw;
  }
  .single .single-date {
    padding: 0.78125vw 0;
    font-size: 0.833333333333333vw;
    margin-bottom: 1.822916666666667vw;
  }
  .single .single-list {
    margin: 2.604166666666667vw 0 0;
  }
  .single h2 {
    font-size: 1.145833333333333vw;
    line-height: 1.5625vw;
  }
  .single p {
    margin: 0 0 1.5625vw;
    line-height: 1.5625vw;
  }
  .docs:before {
    width: 8.385416666666666vw;
    height: 7.187499999999999vw;
    top: 15.625vw;
    left: -13.020833333333334vw;
  }
  .docs:after {
    width: 8.385416666666666vw;
    height: 7.187499999999999vw;
    bottom: 16.666666666666664vw;
    right: -13.020833333333334vw;
  }
  .docs h1 + h3 {
    margin: 3.645833333333333vw 0 2.083333333333333vw;
    font-size: 1.145833333333333vw;
  }
  .docs .toggler > li .toggler__content h3 {
    margin: 1.041666666666667vw 0 0;
    font-size: 1.145833333333333vw;
    line-height: 3vw 0;
  }
  .docs .toggler > li .toggler__content a {
    line-height: 1.5625vw;
  }
  .request-form {
    margin: 2.604166666666667vw auto 0;
    width: 27.500000000000004vw;
    padding: 2.083333333333333vw 1.302083333333333vw;
    border-radius: 0.520833333333333vw;
  }
  .request-form.without-bg.step-9 > p {
    font-size: 0.9375vw;
    margin-top: 2.083333333333333vw;
  }
  .request-form.without-bg.step-10 form p,
  .request-form.without-bg.step-12 form p {
    font-size: 1.041666666666667vw;
  }
  .request-form.without-bg.step-10 form img,
  .request-form.without-bg.step-12 form img {
    margin-bottom: 0.520833333333333vw;
    max-width: 3.125vw;
  }
  .request-form.step-11 {
    max-width: 55.729166666666664vw;
  }
  .request-form.step-11 form .request-form__col1 {
    padding: 1.5625vw 2.604166666666667vw 1.5625vw 0;
  }
  .request-form.step-11 form .request-form__col1 .request-form-field strong {
    font-size: 0.9375vw;
  }
  .request-form.step-11 form .request-form__col1 .request-form-field input {
    width: 10.416666666666668vw;
    height: 1.822916666666667vw;
    border-radius: 1.5625vw;
    font-size: 0.9375vw;
  }
  .request-form.step-11 form .request-form__col1 .request-form-range p {
    margin: 0 0 1.041666666666667vw;
    font-size: 0.78125vw;
  }
  .request-form.step-11 form .request-form__col2 {
    width: 50%;
    padding: 1.5625vw 0 1.5625vw 2.604166666666667vw;
  }
  .request-form.step-11 form .request-form__col2 p {
    margin: 0 0 0.260416666666667vw;
    font-size: 0.9375vw;
  }
  .request-form.step-11 form .request-form__col2 h3 {
    margin: 1.5625vw 0 0.520833333333333vw;
  }
  .request-form.step-11 form .request-form__col2 a.promocode {
    font-size: 0.833333333333333vw;
    margin-bottom: 0.78125vw;
  }
  .request-form.step-11 form .request-form__col2 .custom-file-upload {
    font-size: 0.833333333333333vw;
    margin-bottom: 2.083333333333333vw;
  }
  .request-form.step-11 form .request-form__col2 .bottom-links {
    margin: 0.78125vw 0 0;
  }
  .request-form.step-11 form .request-form__col2 .bottom-links li {
    margin-right: 1.302083333333333vw;
  }
  .request-form.step-11 form .request-form__col2 .bottom-links li a {
    font-size: 0.833333333333333vw;
  }
  .request-form.step-11 form .request-form__col2 input#card-number {
    height: 2.083333333333333vw;
    padding: 0 1.197916666666667vw;
    font-size: 0.9375vw;
    border-radius: 1.5625vw;
    margin-bottom: 0.520833333333333vw;
  }
  .request-form.step-3 .request-btn {
    margin-top: 1.302083333333333vw;
  }
  .request-form.step-4 h3 {
    margin-bottom: 0.78125vw;
  }
  .request-form h3 {
    margin: 0 0 1.5625vw;
    font-size: 0.9375vw;
  }
  .request-form .request-form__bordered {
    padding: 1.041666666666667vw 1.041666666666667vw 0;
    margin-bottom: 1.302083333333333vw;
  }
  .request-form ul li {
    font-size: 0.833333333333333vw;
    padding-left: 0.78125vw;
  }
  .request-form ul li:before {
    width: 0.260416666666667vw;
    height: 0.260416666666667vw;
    top: 0.3125vw;
  }
  .request-form p {
    margin: 0 0 1.822916666666667vw;
  }
  .request-form p.text-field {
    font-size: 0.833333333333333vw;
    margin-bottom: 0.78125vw;
  }
  .request-form p.field {
    margin-bottom: 0.78125vw;
  }
  .request-form p.field.last {
    margin-bottom: 1.302083333333333vw;
  }
  .request-form p.field label {
    margin-bottom: 0.260416666666667vw;
    padding: 0 1.041666666666667vw;
    font-size: 0.9375vw;
  }
  .request-form p.field.select-field select {
    height: 2.34375vw;
    padding: 0 1.197916666666667vw;
    font-size: 0.9375vw;
    border-radius: 1.5625vw;
  }
  .request-form p.radio-field {
    margin: 1.302083333333333vw 0;
  }
  .request-form p.radio-field strong {
    margin-bottom: 0.260416666666667vw;
    padding: 0 0 0 1.041666666666667vw;
    font-size: 0.9375vw;
  }
  .request-form p.radio-field input:checked + label:before {
    background-size: 0.677083333333333vw;
  }
  .request-form p.radio-field input + label {
    padding-left: 1.302083333333333vw;
    font-size: 0.833333333333333vw;
    margin-left: 0.520833333333333vw;
  }
  .request-form p.radio-field input + label:before {
    top: -0.104166666666667vw;
    width: 0.885416666666667vw;
    height: 0.885416666666667vw;
  }
  .request-form p.phone-field a {
    right: 1.041666666666667vw;
    top: 0.677083333333333vw;
    font-size: 0.833333333333333vw;
  }
  .request-form p.phone-field a img {
    margin-right: 0.520833333333333vw;
  }
  .request-form p.checkbox-field input + label {
    padding-left: 2.083333333333333vw;
    font-size: 0.833333333333333vw;
  }
  .request-form p.checkbox-field input + label:before {
    width: 1.145833333333333vw;
    height: 1.145833333333333vw;
  }
  .request-form p input:not([type="checkbox"]):not([type="radio"]) {
    height: 2.34375vw;
    padding: 0 1.041666666666667vw;
    font-size: 0.9375vw;
  }
  .request-form .sms-field strong {
    margin-bottom: 0.520833333333333vw;
  }
  .request-form .sms-field input {
    max-width: 12.395833333333334vw;
  }
  .request-form .green-text {
    font-size: 0.833333333333333vw;
  }
  .request-form .request-btn {
    border-radius: 1.5625vw;
    height: 2.864583333333333vw;
    line-height: 2.864583333333333vw;
    width: 10.9375vw;
    font-size: 1.041666666666667vw;
  }
}
@media (max-width: 991px) {
  .mobile {
    display: block;
  }
  .wrapper {
    padding: 0 25px;
  }
  header .wrapper {
    box-sizing: border-box;
    width: 100%;
  }
  header .header__logo {
    transition: all 0.5s ease;
    position: relative;
    left: 0;
  }
  header .header__logo img {
    max-width: 150px;
  }
  header.opened {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
  }
	header.opened + main {
	padding-top: 100px;
}
  header.opened .header__logo {
    left: -100%;
  }
  header.opened .header__menu > ul {
    right: 0;
  }
  header.opened .header__menu-btn {
    right: -90px;
  }
  header .header__menu {
    margin-left: auto;
  }
  header .header__menu > ul {
    position: fixed;
    background-color: #fff;
    top: 0;
    right: -100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 80px 25px 25px;
    width: calc(100% - 60px);
    box-shadow: 0 0 15px 0 rgba(255,75,122,0.2);
    z-index: 2;
    height: 100vh;
    display: flex;
    transition: all 0.5s ease;
    overflow-y: scroll;
    display: block;
  }
  header .header__menu > ul ul {
    position: inherit;
    width: 100%;
    box-shadow: none;
    top: auto;
  }
  header .header__menu > ul ul li {
    margin-top: 20px;
  }
  header .header__menu > ul ul li a {
    padding: 0;
  }
  header .header__menu > ul > li {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 19px 0;
    border-bottom: 1px solid #ff4b7a;
  }
  header .header__menu > ul > li:hover ul {
    display: none;
  }
  header .header__menu > ul > li:hover > a {
    background: none;
    color: #4d2c57;
    box-shadow: none;
  }
  header .header__menu > ul > li.menu-item-has-children {
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='11' viewBox='0 0 20 11'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cpath d='M-3.467 4.5L-4.5 5.483 4.483 14.03 5 14.5 5.517 14.03 14.5 5.483 13.467 4.5 5 12.556z' transform='translate(-315.000000, -103.000000) translate(325.000000, 108.500000) rotate(-90.000000) translate(-325.000000, -108.500000) translate(320.000000, 99.000000) translate(5.000000, 9.500000) rotate(-270.000000) translate(-5.000000, -9.500000)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 24px;
  }
  header .header__menu > ul > li.menu-item-has-children.openedChild ul {
    display: block;
  }
  header .header__menu > ul > li.header__btns {
    border-bottom: none;
    padding-bottom: 0;
  }
  header .header__menu > ul > li.header__btns a {
    color: #fff;
    margin: 0 auto;
    display: block;
  }
  header .header__menu > ul > li.header__phone {
    border-bottom: none;
    padding-bottom: 0;
    margin-top: 20px;
    padding: 20px 0;
  }
  header .header__menu > ul > li.header__phone a {
    padding: 0 30px;
  }
  header .header__menu > ul > li > a {
    padding: 0;
  }
  header .header__menu > ul > li > a:hover {
    background-color: transparent;
  }
  header .header__menu-btn {
    -webkit-appearance: none;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 3;
    transition: all 0.5s ease;
    right: 0;
  }
  header .header__menu-btn svg {
    width: 24px;
    height: 24px;
  }
  header .header__btns,
  header .header__phone {
    display: none;
  }
  header .header__search {
    margin: 0 15px;
  }
  header .header__search button {
    width: 24px;
    height: 24px;
  }
  .hero h1 {
    font-size: 30px;
  }
  .hero .hero__content {
    flex-wrap: wrap;
    padding-top: 0;
  }
  .hero .hero__content > a {
    width: 100%;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 35px;
  }
  .hero .hero__content > a h2 {
    font-size: 30px;
  }
  .hero .hero__content .hero__img {
    left: 0;
  }
  .hero-buy .hero-buy__text {
    padding-top: 0;
    margin-bottom: 35px;
  }
  .hero-buy .hero-buy__text h2 {
    font-size: 30px;
  }
  .hero-buy .hero-buy__text p.bottom {
    padding-left: 0;
  }
  .hero-buy .hero-buy__text p:not(.bottom) strong {
    font-size: 40px;
  }
  .hero-buy .hero__content .hero__img {
    display: none;
  }
  .steps ul {
    flex-wrap: wrap;
  }
  .steps ul li {
    margin-bottom: 25px;
    text-align: center;
    font-size: 16px;
  }
  .fix-width .wrapper {
    max-width: 100%;
    padding: 0 25px;
  }
  .fix-width .wrapper h1 {
    font-size: 25px;
  }
  .toggler > li .toggler__content iframe {
    max-width: 100%;
  }
  .latest-news .latest-news__list {
    flex-wrap: wrap;
  }
  .latest-news .latest-news__list .latest-news__item {
    margin-bottom: 35px;
  }
  .latest-news .latest-news__list .latest-news__item:nth-child(2) {
    margin-top: 0;
  }
  .latest-news .latest-news__list .latest-news__item:nth-child(2):before {
    display: none;
  }
  .latest-news .latest-news__all {
    top: inherit;
  }
  footer.footer-long .wrapper {
    max-width: 100%;
    padding: 60px 25px 0;
    flex-wrap: wrap;
  }
  footer.footer-long .wrapper .footer__col1,
  footer.footer-long .wrapper .footer__col2 {
    width: 100%;
  }
  footer.footer-long .wrapper .footer__col1 {
    text-align: center;
  }
  footer.footer-long .wrapper .footer__col1 .footer__soc {
    height: auto;
    justify-content: center;
  }
  footer.footer-long .wrapper .footer__col2 {
    margin-top: 35px;
  }
  .footer__contacts {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__contacts li {
    width: 48%;
    padding-right: 10px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .footer__contacts li:nth-child(2n) {
    padding-right: 0;
  }
  footer.footer-long .wrapper .footer__col2 .footer__menu {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  footer.footer-long .wrapper .footer__col2 .footer__menu > li {
    width: 48%;
    padding-right: 10px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  footer.footer-long .wrapper .footer__col2 .footer__menu > li:nth-child(2n) {
    padding-right: 0;
  }
  footer.footer-long .wrapper .footer__col2 .footer__bottom-text {
    margin-top: 0;
    padding-bottom: 35px;
    left: 0;
  }
  .tabs {
    flex-wrap: wrap;
  }
  .tabs:after {
    display: none;
  }
  .tabs .tabs__title {
    width: 100%;
  }
  .tabs .tabs__content {
    width: 100%;
  }
  .targets-list ul {
    flex-wrap: wrap;
  }
  .targets-list ul li {
    margin-bottom: 35px;
  }
  .why h2 {
    width: 100%;
  }
  .why .why__list {
    flex-wrap: wrap;
  }
  .why .why__list:after {
    display: none;
  }
  .why .why__list ol.why__col2 {
    margin-top: 0;
  }
  .news-list {
    flex-wrap: wrap;
  }
  .news-list li {
    width: 100%;
    margin-right: 0;
  }
  .single .single-list li {
    font-size: 16px;
  }
  .single .single-list li:nth-child(2) a {
    padding: 0 15px;
  }
  .docs:after {
    display: none;
  }
  .request-form {
    max-width: 100%;
  }
  .request-form.step-11 form {
    flex-wrap: wrap;
  }
  .request-form.step-11 form .request-form__col1,
  .request-form.step-11 form .request-form__col2 {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .request-form.step-11 form .request-form__col1 {
    margin-bottom: 30px;
    border-bottom: 1px solid #eeeff4;
  }
  .request-form.step-11 form .request-form__col1 .request-form-field input {
    max-width: 50%;
  }
  .request-form.step-11 form .request-form__col2 .bottom-links {
    flex-wrap: wrap;
  }
  .request-form.step-11 form .request-form__col2 .bottom-links li {
    margin-bottom: 10px;
    display: block;
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .request-form p.phone-field a {
    position: relative;
    right: inherit;
    top: 0;
    margin-top: 10px;
    text-align: center;
    display: block;
  }
  .request-form p.checkbox-field a {
    display: inline;
  }
  .request-form p.radio-field strong {
    display: block;
    margin-bottom: 10px;
  }
  .request-form p.radio-field input + label {
    margin-bottom: 10px;
    display: block;
  }
}
.single ul {
	line-height: 30px;
	color: #534657;
}


.single article::after {
  content: '';
  position: absolute;
  width: 161px;
  height: 138px;
  background: url("img/sales-bg.png") no-repeat 0 0;
  background-size: auto;
  background-size: contain;
  bottom: 55px;
  right: -245px;
}
.single article {
  position: relative;
}
.single article::before {
  content: '';
  background: url("img/tabs-bg.png") no-repeat right bottom;
  width: 161px;
  height: 138px;
  position: absolute;
  left: -240px;
  top: 400px;
}

@media (min-width: 992px) and (max-width: 1820px) {
.single article::after {
  width: 8.385vw;
  height: 7.188vw;
  background-size: contain;
  bottom: 2.865vw;
  right: -12.760vw;
}
.single article::before {
  content: '';
  width: 8.385vw;
  height: 7.188vw;
  left: -12.5vw;
  top: 20.833vw;
	background-size: contain;
}	
}
@media (max-width: 991px) {
	.single article::after, .single article::before {
		display: none;
	}
}

/*07_12*/

body.home footer.footer-short .wrapper {
  display: flex;
  padding: 0;
  max-width: calc(1920px - 142px * 2);
  margin: 0 auto;
  align-items: flex-end;
}
body.home footer.footer-short .soc {
	margin-right: 150px;
	padding: 30px;
	margin-bottom: 0;
	background-color: #fff;
	flex-wrap: wrap;
	max-width: 298px;
	box-sizing: border-box;
}
body.home .footer-short {
  background-color: #487f3f;
  padding-top: 41px;
  margin-top: 0;
}
.home .footer__contacts li img {
  filter: brightness(0) invert(1);
}
body.home footer.footer-short .soc a {
  background-image: url("img/soc-green.png");
  filter: none;
  opacity: 1;
  width: 26px;
  height: 26px;
  margin-right: 27px;
}
body.home footer.footer-short .soc a.whatsapp {
  margin-right: 0;
  background-position: -189px 0;
}
body.home footer.footer-short .soc a.skype {
	background-position: -52px 0;
}
body.home footer.footer-short .soc a.fb {
	background-position: -98px 0;
}
body.home footer.footer-short .soc a.tg {
	background-position: -144px 0;
}
footer.footer-short .soc li.power {
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #487f3f;
}
.home .hero {
  padding-top: 0;
  margin-top: -20px;
}
.home .hero .hero__content {
  padding: 20px 0 141px;
  background-size: 585px;
}
body.home::after {
  bottom: 0;
}
.home .hero .hero__content .hero__img {
  width: 465px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 992px) and (max-width: 1820px) {
  body.home footer.footer-short .wrapper {
    max-width: 85.208vw;
  }
  body.home footer.footer-short .soc {
    margin-right: 7.813vw;
    padding: 1.563vw;
    max-width: 15.521vw;
  }
  body.home .footer-short {
    padding-top: 2.135vw;
  }
  body.home footer.footer-short .soc a {
    width: 1.354vw;
    height: 1.354vw;
    margin-right: 1.406vw;
  background-size: 11.146vw;
  }
  body.home footer.footer-short .soc a.whatsapp {
    background-position: -9.844vw 0;
  }
  body.home footer.footer-short .soc a.skype {
    background-position: -2.708vw 0;
  }
  body.home footer.footer-short .soc a.fb {
    background-position: -5.104vw 0;
  }
  body.home footer.footer-short .soc a.tg {
    background-position: -7.5vw 0;
  }
  footer.footer-short .soc li.power {
    margin-top: 0.781vw;
    font-size: 0.729vw;
  }
  .home .hero {
    margin-top: -1.042vw;
  }
  .home .hero .hero__content {
    padding: 1.042vw 0 7.344vw;
    background-size: 30.469vw;
  }
  .home .hero .hero__content .hero__img {
    width: 24.219vw;
  }
}
.home .footer__contacts li p a {
	color: #fff;
}
@media (max-width: 991px) {
/*   .home .hero h1 strong {
    display: block;
  } */
  .home .hero h1 {
    font-size: 19px; /*27*/
  }
	.home .footer__contacts li {
	margin-bottom: 4px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
	.home .footer__contacts li strong {
	display: none;
}
	.home .footer__contacts li img {
	margin-bottom: 0;
	margin-right: 8px;
}
	.home .footer__contacts li p {
	margin: 0;
}
	.home .hero .hero__content .hero__img {
	max-width: 81%;
}
  .home .hero .hero__content {
    padding-bottom: 292px;
    background: url("img/bg.png") no-repeat 0 bottom;
    background-size: 100%;
  }
  .home .hero .hero__content > a {
    width: 48%;
    padding: 15px;
    height: 160px;
  }
  .home .hero .hero__content > a h2 {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .home .hero .hero__content > a img {
    height: 30px;
    margin-bottom: 10px;
  }
  .home .hero .hero__content > a span {
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-size: 10px;
  }
  body.home::after {
    display: none;
  }
  body.home footer.footer-short .wrapper {
    flex-wrap: wrap;
  }
  body.home footer.footer-short .soc {
    order: 2;
    margin-right: auto;
    padding: 20px;
    max-width: 278px;
    margin-left: auto;
  }
  .home .footer__contacts {
    order: 1;
    width: 100%;
    padding-bottom: 10px;
	  display: none;
  }
	body.home {
  background: #487f3f;
}
.home header {
  background: #fff;
}
.home main {
  background: #fff;
}
  .home .footer__contacts li:nth-child(1), .home .footer__contacts li:nth-child(4) {
    display: none;
  }
  body.home .footer-short {
    padding: 15px 15px 0;
  }
  header .header__menu {
    margin-left: 13px;
  }
  header .btn-pay {
    margin-left: auto;
  }
}

footer.footer-short .soc li:nth-child(2) {
	display: none;
}
footer.footer-long .soc li:nth-child(2) {
	display: none;
}

@media(max-width: 991px) {
	footer.footer-short .soc li.power {
		margin-top: 10px;
	}
	body.home footer.footer-short .soc {
		padding: 10px;
	}
	.hero {
		padding-top: 0;
	}
	
	.hero-buy .hero-buy__text h2, .hero-buy .hero-buy__text p:not(.bottom) {
	  text-align: center;
	  width: 100%;
	}
	.hero-buy .hero-buy__text {
	  width: 100%;
	}
}