body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
menu {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img,
abbr {
  border: 0;
}
address,
caption,
cite,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: local('Proxima Nova'), local('ProximaNova'), url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff'), url('../fonts/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: local('Proxima Nova Bold'), local('ProximaNova-Bold'), url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaNova-Bold.woff2') format('woff2'), url('../fonts/ProximaNova-Bold.woff') format('woff'), url('../fonts/ProximaNova-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
body {
  font: normal normal normal 18px/23px Proxima Nova;
  color: #46464D;
  overflow-x: hidden;
}
.container {
  max-width: 1476px;
  margin: 0 auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 780px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.col {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
}
header {
  height: 80px;
  background: #FFFFFF;
  box-shadow: 0 3px 12px rgba(47, 47, 51, 0.2);
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 780px) {
  header {
    height: 56px;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .logo {
  display: flex;
}
header .logo a {
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #46464D;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  header .logo a {
    font-size: 0;
  }
}
header .logo a img {
  margin-right: 16px;
}
@media screen and (max-width: 780px) {
  header .logo a img {
    margin-right: 10px;
  }
}
header .logo a:first-child {
  position: relative;
  margin-right: 20px;
}
@media screen and (max-width: 780px) {
  header .logo a:first-child {
    margin-right: 10px;
  }
}
header .logo a:first-child:after {
  position: absolute;
  content: '';
  top: 0;
  right: -2px;
  width: 1px;
  height: 56px;
  background: #46464D;
  opacity: 0.2;
}
@media screen and (max-width: 780px) {
  header .logo a:first-child:after {
    height: 40px;
  }
}
header menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  header menu {
    display: none;
  }
}
header menu li {
  list-style-type: none;
}
header menu li:not(:first-child):not(:last-child) {
  margin: 0 20px;
}
header menu li:first-child {
  margin-right: 20px;
}
header menu li:last-child {
  margin-left: 20px;
}
header menu li a {
  color: #2F2F33;
  text-decoration: none;
}
header menu li a.gosite {
  background: #00D393;
  border-radius: 12px;
  height: 56px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 0 30px;
}
.head {
  padding-top: 100px;
  margin-bottom: 150px;
  background: #F2F2F2;
  background: linear-gradient(90deg, #F2F2F2 0%, #F2F2F2 100%);
  background-repeat: no-repeat;
  background-size: 100% 90%;
}
.head .text {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(66.66666666666667% - 24px);
  margin-left: calc(16.666666666666668% + 12px);
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .head .text {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 780px) {
  .head .text {
    margin-left: calc(0% + 12px);
  }
}
.head .text h1 {
  color: #2F2F33;
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .head .text h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .head .text h1 {
    line-height: 34px;
  }
}
.head .text p {
  padding-top: 32px;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .head .text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .head .text p {
    line-height: 24px;
  }
}
.head .text .links {
  display: flex;
  justify-content: center;
}
.head .text .links_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #46464D;
  text-decoration: none;
  width: 300px;
  height: 140px;
  background: #FFFFFF;
  border: 1px solid rgba(47, 47, 51, 0.2);
  border-radius: 12px;
  margin: 0 12px;
}
.head .text .links_item img {
  margin-bottom: 19px;
  width: 126px;
}
.head .text .links_item:hover {
  box-shadow: 0 3px 12px rgba(47, 47, 51, 0.2);
}
.head img {
  display: flex;
  margin: 0 auto;
}
ul.square {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.square li {
  position: relative;
  margin: 8px 0 8px 20px;
  display: inline-block;
  width: calc(100% - 20px);
}
ul.square li:before {
  position: absolute;
  content: '';
  top: 8px;
  left: -20px;
  width: 8px;
  height: 8px;
  background: #00D393;
  border-radius: 2px;
}
.opportunity {
  margin-bottom: 100px;
}
.opportunity .row:first-child {
  margin-bottom: 120px;
}
.opportunity .video {
  border: 8px solid #ffffff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
}
.opportunity video {
  border-radius: 6px;
  width: 100%;
  height: auto;
}
.opportunity_title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 780px) {
  .opportunity_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .opportunity_title {
    line-height: 34px;
  }
}
.opportunity_title span {
  font-size: 16px;
  line-height: 19px;
  color: #00D393;
  display: flex;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.opportunity_menu {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(47, 47, 51, 0.2);
  border-radius: 12px;
  height: 56px;
  margin-bottom: 32px;
  padding: 0 3px;
  box-sizing: border-box;
}
@media screen and (max-width: 1020px) {
  .opportunity_menu {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 1020px) {
  .opportunity_menu {
    max-width: 100%;
  }
}
.opportunity_menu--item {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
}
.opportunity_menu--item.active {
  background: #00D393;
  border-radius: 10px;
  color: #FFFFFF;
}
.opportunity p {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 24px;
}
.opportunity_items--item {
  display: flex;
  margin-bottom: 24px;
}
.opportunity_items--item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  width: 44px;
  height: 44px;
  margin-right: 24px;
  flex: none;
}
.opportunity_items--item_img.green {
  background: rgba(0, 211, 147, 0.3);
}
.opportunity_items--item_img.purple {
  background: rgba(199, 115, 230, 0.3);
}
.opportunity_items--item_img.red {
  background: rgba(252, 108, 76, 0.3);
}
.opportunity_items--item_img.yellow {
  background: rgba(255, 213, 77, 0.3);
}
.opportunity_items--item_img.blue {
  background: rgba(49, 178, 247, 0.3);
}
.opportunity_items--item_img img {
  width: 24px;
  height: 24px;
}
.opportunity_items--item_text {
  font-size: 18px;
  line-height: 23px;
  color: #46464D;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.opportunity_left {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
}
@media screen and (max-width: 1020px) {
  .opportunity_left {
    width: calc(100% - 24px);
  }
}
.opportunity_right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
}
@media screen and (max-width: 1020px) {
  .opportunity_right {
    width: calc(100% - 24px);
  }
}
.mobile {
  background: #39dfac;
  background: linear-gradient(126deg, #39dfac 0%, #00b37c 100%);
  background-size: 100% 85%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 780px) {
  .mobile {
    background-size: 100% 93%;
  }
}
@media screen and (max-width: 780px) {
  .mobile {
    background-position: top;
  }
}
.mobile--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 16px;
}
@media screen and (max-width: 780px) {
  .mobile--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .mobile--title {
    line-height: 34px;
  }
}
@media screen and (max-width: 780px) {
  .mobile--title {
    margin-top: 20px;
  }
}
@media screen and (max-width: 780px) {
  .mobile .row {
    flex-direction: column-reverse;
  }
}
.mobile_img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .mobile_img {
    width: calc(100% - 24px);
  }
}
.mobile_text {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .mobile_text {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 780px) {
  .mobile_text {
    text-align: center;
  }
}
.mobile_text p {
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 780px) {
  .mobile_text p {
    font-size: 20px;
  }
}
@media screen and (max-width: 780px) {
  .mobile_text p {
    line-height: 24px;
  }
}
.mobile_text--btn {
  display: flex;
  flex-direction: row;
  margin-bottom: 20px;
}
@media screen and (max-width: 780px) {
  .mobile_text--btn {
    justify-content: space-between;
  }
}
.mobile_text--btn a {
  display: flex;
}
.mobile_text--btn a:last-child {
  margin-left: 16px;
}
.portfolio {
  margin-bottom: 160px;
}
.portfolio--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
  margin-bottom: 60px;
}
@media screen and (max-width: 780px) {
  .portfolio--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .portfolio--title {
    line-height: 34px;
  }
}
.price_title {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(25% - 24px);
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
  margin-bottom: 32px;
}
@media screen and (max-width: 1020px) {
  .price_title {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_title {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .price_title {
    line-height: 34px;
  }
}
.price_filter {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(25% - 24px);
  display: flex;
  align-items: center;
  border: 1px solid rgba(47, 47, 51, 0.2);
  border-radius: 12px;
  height: 56px;
  margin-bottom: 32px;
  padding: 0 3px;
}
@media screen and (max-width: 1020px) {
  .price_filter {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_filter {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_filter {
    overflow-y: scroll;
  }
}
.price_filter--item {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 15px;
  cursor: pointer;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
}
.price_filter--item.active {
  background: #00D393;
  border-radius: 10px;
  color: #FFFFFF;
}
.price_info {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(25% - 24px);
}
@media screen and (max-width: 1020px) {
  .price_info {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_info {
    width: calc(100% - 24px);
  }
}
.price_info p {
  font-size: 23.9px;
  line-height: 29px;
  padding-bottom: 8.5px;
}
@media screen and (max-width: 780px) {
  .price_info {
    margin-bottom: 20px;
  }
}
.price_items {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(75% - 24px);
  display: flex !important;
}
@media screen and (max-width: 1020px) {
  .price_items {
    width: calc(50% - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_items {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 780px) {
  .price_items {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .price_items {
    height: 100%;
  }
}
.price_items .slick-list {
  overflow: unset;
  display: flex;
}
@media screen and (max-width: 780px) {
  .price_items .slick-list {
    overflow: hidden;
  }
}
.price_items .slick-track {
  display: flex;
}
.price_items--item {
  box-sizing: border-box;
  box-shadow: 0 3px 12px rgba(255, 255, 255, 0.1);
  background: #FFFFFF;
  border: 1px solid rgba(47, 47, 51, 0.2);
  border-radius: 12px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .price_items--item {
    margin: 0 12px;
  }
}
@media screen and (max-width: 780px) {
  .price_items--item {
    height: unset;
  }
}
.price_items--item:hover {
  box-shadow: 0 3px 12px rgba(47, 47, 51, 0.2);
}
.price_items--item_title {
  font-size: 32px;
  line-height: 39px;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 26px;
}
.price_items--item_sum {
  font-size: 66px;
  line-height: 81px;
  font-weight: bold;
  text-align: center;
  color: #2F2F33;
  padding-bottom: 46px;
  position: relative;
  display: flex;
  justify-content: center;
}
.price_items--item_sum_discount {
  position: absolute;
  height: 28px;
  background: rgba(252, 108, 76, 0.2);
  color: #FF4500;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  display: flex;
  align-items: center;
  padding: 0 13px;
  bottom: 15px;
}
.price_items--item_sum_discount span {
  text-decoration: line-through;
  color: #46464D;
}
.price_items--item_btn {
  background: #00D393;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  width: calc(100% - 24px * 2);
  height: 56px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 56px;
  text-decoration: none;
  margin-bottom: 32px;
}
.price_items--item_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.price_items--item_list li {
  font-size: 16px;
  line-height: 19px;
  margin: 12px 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.price_items--item_list li span {
  font-weight: bold;
}
@media screen and (min-width: 1020px) {
  .price_items--item {
    width: calc(33.33333333% - 16px) !important;
  }
  .price_items--item:not(:last-child) {
    margin-right: 24px;
  }
}
.bonus {
  margin: 100px 0;
}
.bonus .container {
  box-shadow: 0 0 12px rgba(47, 47, 51, 0.2);
  border: 1px solid rgba(47, 47, 51, 0.2);
  border-radius: 12px;
  padding: 88px 12px 110px;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  .bonus .row {
    flex-direction: column-reverse;
  }
}
.bonus_img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 780px) {
  .bonus_img {
    width: calc(100% - 24px);
  }
}
.bonus_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
  padding: 0 15px;
}
@media screen and (max-width: 780px) {
  .bonus_block {
    width: calc(100% - 24px);
  }
}
.bonus_block--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
  margin-bottom: 24px;
}
@media screen and (max-width: 780px) {
  .bonus_block--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .bonus_block--title {
    line-height: 34px;
  }
}
.bonus_block p {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px;
}
.about {
  background: #F2F2F2;
  margin-bottom: 100px;
}
.about .container {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 1020px) {
  .about .container {
    padding: 0;
  }
}
@media screen and (max-width: 1020px) {
  .about .container {
    flex-direction: column;
  }
}
.about .container .about_img {
  flex-basis: 50vw;
  min-width: 50vw;
}
@media screen and (max-width: 1020px) {
  .about .container .about_img {
    flex-basis: unset;
  }
}
@media screen and (max-width: 1020px) {
  .about .container .about_img {
    min-width: 100vw;
  }
}
.about .container .about_img img {
  display: block;
}
.about .container .about_text {
  flex-basis: calc(50% - 12px);
  min-width: calc(50% - 12px);
  margin-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1020px) {
  .about .container .about_text {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 780px) {
  .about .container .about_text {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .about .container .about_text {
    padding: 30px 15px;
  }
}
.about .container .about_text--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
  margin-bottom: 32px;
}
@media screen and (max-width: 780px) {
  .about .container .about_text--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .about .container .about_text--title {
    line-height: 34px;
  }
}
.about .container .about_text p {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 32px;
}
.about .container .about_text a {
  display: inline-flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  border: 2px solid #00D393;
  border-radius: 12px;
  height: 56px;
  color: #00D393;
  font-size: 18px;
  line-height: 23px;
  text-decoration: none;
  max-width: 340px;
  width: 100%;
}
.steps {
  margin-bottom: 100px;
}
.steps--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
}
@media screen and (max-width: 780px) {
  .steps--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .steps--title {
    line-height: 34px;
  }
}
.steps_img {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 12px rgba(47, 47, 51, 0.2);
  border-radius: 12px;
}
@media screen and (max-width: 780px) {
  .steps_img {
    width: calc(100% - 24px);
  }
}
.steps_items {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
}
@media screen and (max-width: 780px) {
  .steps_items {
    width: calc(100% - 24px);
  }
}
.steps_items ol {
  counter-reset: steps;
  padding: 0;
}
.steps_items--item {
  list-style: none;
  position: relative;
  margin-bottom: 25px;
  padding: 14px 14px 14px 68px;
}
.steps_items--item.active {
  box-shadow: 0 0 12px rgba(47, 47, 51, 0.2);
  border-radius: 0 12px 12px 0;
  margin-left: -18px;
  padding: 14px 14px 14px 86px;
}
.steps_items--item.active:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 100%;
  background: #ffffff;
  top: 0;
  left: -17px;
}
.steps_items--item.active:before {
  left: 18px;
}
.steps_items--item:nth-child(-n+9):before {
  content: "0" counter(steps) ".";
}
.steps_items--item:before {
  counter-increment: steps;
  content: counter(steps);
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 14px;
  align-items: center;
  justify-content: center;
  background: #00D393;
  border-radius: 11px;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #FFFFFF;
  width: 44px;
  height: 44px;
}
.steps_items--item_title {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  color: #2F2F33;
  margin-bottom: 16px;
}
.steps_items--item p {
  font-size: 24px;
  line-height: 29px;
}
.faq {
  margin-bottom: 80px;
}
.faq--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
  text-align: center;
  margin-bottom: 68px;
}
@media screen and (max-width: 780px) {
  .faq--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .faq--title {
    line-height: 34px;
  }
}
.faq_items {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(66.66666666666667% - 24px);
  margin-left: calc(16.666666666666668% + 12px);
}
@media screen and (max-width: 780px) {
  .faq_items {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 780px) {
  .faq_items {
    margin-left: calc(0% + 12px);
  }
}
.faq_items--item {
  border: 1px solid rgba(47, 47, 51, 0.2);
  border-radius: 12px;
  padding: 29px 24px;
  margin-bottom: 16px;
}
.faq_items--item.active {
  box-shadow: 0 3px 12px rgba(47, 47, 51, 0.2);
}
.faq_items--item_title {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  text-transform: uppercase;
  color: #2F2F33;
  margin-bottom: 29px;
}
.contact {
  border-top: 1px solid rgba(47, 47, 51, 0.2);
  padding-top: 87px;
}
.contact--title {
  font-size: 40px;
  line-height: 49px;
  font-weight: bold;
  color: #2F2F33;
}
@media screen and (max-width: 780px) {
  .contact--title {
    font-size: 28px;
  }
}
@media screen and (max-width: 780px) {
  .contact--title {
    line-height: 34px;
  }
}
.contact--title span {
  font-size: 24px;
  line-height: 29px;
  font-weight: normal;
  color: #46464D;
  margin-bottom: 47px;
  display: block;
}
.contact_items {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
}
@media screen and (max-width: 780px) {
  .contact_items {
    width: calc(100% - 24px);
  }
}
.contact_items--item {
  display: flex;
  margin-bottom: 32px;
}
.contact_items--item_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 211, 147, 0.3);
  border-radius: 11px;
  width: 44px;
  height: 44px;
  margin-right: 20px;
  flex: none;
}
.contact_items--item_img img {
  width: 24px;
  height: 24px;
}
.contact_items--item_text {
  font-size: 24px;
  line-height: 29px;
  color: #2F2F33;
}
.contact_items--item_text span {
  display: flex;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #46464D;
  opacity: 0.5;
}
.contact_form {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
}
@media screen and (max-width: 780px) {
  .contact_form {
    width: calc(100% - 24px);
  }
}
.contact_form--left,
.contact_form--right {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 12px;
  margin-right: 12px;
  width: calc(50% - 24px);
}
@media screen and (max-width: 780px) {
  .contact_form--left,
  .contact_form--right {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 780px) {
  .contact_form--left,
  .contact_form--right {
    margin-top: 20px;
  }
}
.contact_form--left input,
.contact_form--right input {
  width: 100%;
  height: 56px;
  box-sizing: border-box;
  background: rgba(118, 118, 128, 0.12);
  padding: 25px 16px 10px 16px;
  border-radius: 12px 12px 0 0;
  border: 0;
  border-bottom: 1px solid rgba(118, 118, 128, 0.5);
  color: #2F2F33;
  font-size: 16px;
  line-height: 19px;
  caret-color: #00D393;
}
.contact_form--left input + label,
.contact_form--right input + label {
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  top: 8px;
  left: 16px;
  transition: 0.5s;
  color: rgba(118, 118, 128, 0.8);
}
.contact_form--left input:focus,
.contact_form--right input:focus {
  outline: none;
  border-bottom: 1px solid #00D393;
}
.contact_form--left input::placeholder,
.contact_form--right input::placeholder {
  color: #2F2F33;
}
.contact_form--left input:placeholder-shown + label,
.contact_form--right input:placeholder-shown + label {
  opacity: 0;
  transform: translateY(100%);
}
.contact_form--left input:-ms-input-placeholder + label,
.contact_form--right input:-ms-input-placeholder + label {
  opacity: 0;
  transform: translateY(100%);
}
.contact_form textarea {
  background: rgba(118, 118, 128, 0.12);
  border-radius: 12px 12px 0 0;
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  margin: 24px 0 40px;
  padding: 25px 16px 17px 16px;
  border: 0;
  border-bottom: 1px solid rgba(118, 118, 128, 0.5);
  color: #2F2F33;
  font-size: 16px;
  line-height: 19px;
  resize: vertical;
  caret-color: #00D393;
}
.contact_form textarea + label {
  font-size: 12px;
  line-height: 21px;
  position: absolute;
  top: 32px;
  left: 16px;
  transition: 0.5s;
  color: rgba(118, 118, 128, 0.8);
}
.contact_form textarea:focus {
  outline: none;
  border-bottom: 1px solid #00D393;
}
.contact_form textarea::placeholder {
  color: #2F2F33;
}
.contact_form textarea:placeholder-shown + label {
  opacity: 0;
  transform: translateY(100%);
}
.contact_form textarea:-ms-input-placeholder + label {
  opacity: 0;
  transform: translateY(100%);
}
.contact_form .field-group {
  position: relative;
}
.contact_form button {
  background: #00D393;
  border-radius: 12px;
  height: 56px;
  width: 100%;
  cursor: pointer;
  border: 0;
  font: normal normal normal 20px/24px Proxima Nova;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
}
.contact .map {
  margin-top: 90px;
}
.contact .map iframe {
  display: flex;
  width: 100%;
  height: 450px;
  border: 0;
}
footer {
  background: #46464D;
  min-height: 64px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
footer .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 780px) {
  footer .container {
    flex-direction: column;
  }
}
@media screen and (max-width: 780px) {
  footer .container {
    align-items: center;
  }
}
footer .logo {
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  footer .logo {
    padding: 25px 0;
  }
}
footer .logo img {
  margin-right: 6px;
}
footer .copy {
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  footer .copy {
    padding-bottom: 25px;
  }
}
