@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Montserrat:wght@400;700&display=swap");
body {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  position: relative;
  background-color: #fff;
  min-height: 100vh;
  overflow-anchor: none;
}
body,
body a {
  color: #000;
}
body {
  /* background: #f3f7f2; */
}
body.scroll-off {
  overflow: hidden;
}
strong,
b {
  font-weight: 700;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}
.duration {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* значок процента */

.percent {
  position: absolute;
  right: -4px;
  top: -4px;
  width: 36px;
  object-fit: contain;
}

/* header */
header {
  padding: 26px 25px;
  overflow: hidden;
  background: #f3f6f2;
}
header .inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* logo */
#logo {
	margin-right: auto;
	padding-right: 20px;
	max-width: 200px;
}
#logo svg,
#logo img {
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-height: 50px;
}
/* /logo */
/* /header */

/* title */
#title {
  padding: 20px 17px;
  text-align: center;
}
#title h1 {
  margin-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}
#title h2 {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
#title p {
  font-size: 16px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.75);
}
/* /title */

/* content */
#content {
  padding: 0 17px 54px;
}
#content .items {
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#content .item {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 10px 7.5px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  position: relative;
  margin-bottom: 6px;
  width: calc(50% - 4px);
  background: #fff;
}
#content .item .info {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 75px;
}
#content .item .logo {
  overflow: hidden;
  height: 40px;
}
#content .item .logo svg,
#content .item .logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: 50% 50%;
}
#content .item .line {
  background: #f3f7f2;
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#content .item .line p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  line-height: 15px;
  height: 50px;
  text-align: center;
  color: #282828;
}
#content .item .text {
  flex-direction: column;
  margin-bottom: 5px;
}
#content .item .text .td {
  flex-direction: row;
  justify-content: center;
  margin-bottom: 5px;
}
#content .item .text .td:first-child p {
  font-weight: 700;
  font-size: 16px;
}
#content .item .text .td p {
  font-size: 12px;
  line-height: 15px;
  color: #282828;
}
#content .item .item-btn {
  position: relative;
  z-index: 20;
  overflow: hidden;
}
#content .item .item-btn .btn {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  background: #41b619;
  border-radius: 7px;
  text-transform: uppercase;
}
#content .item .item-btn .btn:hover {
  background: #008736;
}
#content .item .link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}
/* /content */

/* footer */
footer {
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 12px;
}
/* /footer */

@media (min-width: 720px) {
  /* footer */
  footer {
    padding: 40px 20px;
  }
  /* /footer */
  #content .items {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (min-width: 1024px) {
  .percent {
    width: 61px;
    right: -8px;
    top: -6px;
  }

  header {
    padding: 31px 32px;
  }
  #content {
    padding-bottom: 25px;
  }
  #content .item {
    width: calc(33% - 50px);
    padding: 20px 12.5px 15px;
    margin-right: 27px;
    margin-bottom: 23px;
  }
  #content .item:nth-child(3n) {
    margin-right: 0;
  }
  .off15_google-play {
    margin-top: 10px !important;
  }
  #title p {
    font-size: 22px;
  }
  #title {
    padding: 40px 30px;
  }
  #content .item .line {
    height: 70px;
  }
  #content .item .info {
    margin-top: 105px;
  }
  #content .item .text .td p {
    font-size: 16px;
    line-height: 20px;
  }
  #content .item .text .td:first-child p {
    font-size: 22px;
  }
  #content .item .item-btn {
    margin-top: 5px;
  }
  #content .item .item-btn .btn {
    font-size: 15px;
    line-height: 50px;
    height: 50px;
    border-radius: 15px;
  }
  #content .item .text .td {
    margin-bottom: 10px;
  }
  #content .item .logo {
    height: 60px;
  }
  #content .item .line {
    top: 97px;
  }
  .inner {
    max-width: 774px;
    margin: 0 auto;
  }
  #content .items {
    justify-content: center;
  }
  #content .item .text {
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .inner {
    max-width: 1220px;
  }
  #title p {
    font-size: 22px;
    line-height: 27px;
  }
  /* /title */

  /* content */
  #content {
    padding: 0 17px 93px;
  }
  #content .items {
    justify-content: flex-start;
  }
  #content .item {
    width: calc(20% - 20px);
    margin: 0 10px 20px;
  }
  /* /content */

  /* footer */
  footer {
    padding: 50px 20px;
  }
  /* /footer */
}

@media (min-width: 2000px) {
  /* title */
  #title {
    padding: 45px 0 50px;
  }
  #title h1 {
    font-size: 64px;
    line-height: 78px;
    margin-bottom: 50px;
  }
  /* /title */

  /* content */
  #content {
    padding: 50px;
  }
  /* /content */
}
