@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css?family=Roboto:100,regular,700,900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
/* Палитра */
/* Подключение шрифтов */
@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.eot");
  src: local("☺"), url("../fonts/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular.ttf") format("truetype"), url("../fonts/Graphik-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Graphik-Bold";
  src: url("../fonts/Graphik-Bold.eot");
  src: local("☺"), url("../fonts/Graphik-Bold.woff") format("woff"), url("../fonts/Graphik-Bold.ttf") format("truetype"), url("../fonts/Graphik-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Graphik-Light";
  src: url("../fonts/Graphik-Light.eot");
  src: local("☺"), url("../fonts/Graphik-Light.woff") format("woff"), url("../fonts/Graphik-Light.ttf") format("truetype"), url("../fonts/Graphik-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Переменные для сетки */
/* Основная сетка */
._container {
  max-width: 1440px;
  margin: 0 auto;
}

@media (max-width: 1452px) {
  ._container {
    max-width: 970px;
  }
}

@media (max-width: 991.98px) {
  ._container {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }
}

@media (max-width: 479.98px) {
  ._container {
    min-width: 840;
  }
}

@media (max-width: 359.98px) {
  ._container {
    min-width: 320;
  }
}

.wrapper {
  width: 100%;
  min-width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: Graphik;
}

.bg {
  height: 1150px;
  background: url("../../img/background.png") 50%/cover no-repeat;
}

@media (max-width: 479.98px) {
  .bg {
    background: url("../../img/background_mob.png") 50%/cover no-repeat;
  }
}

._title {
  font-family: Graphik;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: 0.2px;
  color: #252b42;
  margin-bottom: 23px;
}

._sub_title {
  font-family: Graphik-Light;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.2px;
  color: #374754;
}

._sub_title_v2 {
  font-family: Graphik;
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.1px;
  font-size: 20px;
  line-height: 28px;
  color: #252b42;
}

button {
  font-family: Graphik-Light;
  background-color: #2091f9;
  border-radius: 35px;
  color: #ffffff;
  width: 236px;
  min-width: 65px;
  min-height: 52px;
  font-size: 20px;
}

button:hover {
  background-color: #e538b9;
}

._listTitle {
  font-family: Graphik-Bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #ffffff;
  margin-bottom: 20px;
}

._list {
  font-family: Graphik;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

._list li {
  padding: 8px 0;
}

._list a {
  color: #ffffff;
}

._list a:hover {
  color: #e538b9;
}

.header .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 156px;
  max-width: 1220px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .header .header__container {
    max-width: 320px;
  }
}

.header .header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991.98px) {
  .header .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .header .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media (max-width: 479.98px) {
  .header .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .header__menu {
    margin-top: 25px;
  }
}

@media (max-width: 767.98px) {
  .header__menu {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .header__menu {
    display: none;
  }
}

.header__logo {
  margin-left: 10px;
}

.header__socal-media {
  font-size: 30px;
  margin-right: 28px;
}

.header__socal-media i {
  padding: 5px 12px;
  color: #ffff;
}

.header__socal-media i:hover {
  color: #e538b9;
}

@media (max-width: 767.98px) {
  .header__socal-media i:hover {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .header__socal-media {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .header__socal-media {
    display: none;
  }
}

@media (max-width: 479.98px) {
  .header__socal-media {
    display: none;
  }
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 900;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.2px;
}

@media (max-width: 991.98px) {
  .menu__list {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.2px;
  }
}

.menu__link {
  color: #ffff;
  padding: 20px;
}

.menu a:hover {
  color: #e538b9;
  background: rgba(55, 71, 84, 0.4);
  border-radius: 35px;
}

@media (max-width: 767.98px) {
  .menu a:hover {
    display: none;
  }
}

.page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page ._container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .page ._container {
    max-width: 400px;
  }
}

@media (max-width: 479.98px) {
  .page ._container {
    max-width: 353px;
  }
}

.page .text_box {
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .page .text_box {
    max-width: 700px;
  }
}

@media (max-width: 767.98px) {
  .page .text_box {
    max-width: 500px;
  }
}

@media (max-width: 479.98px) {
  .page .text_box {
    max-width: 355px;
  }
}

.page__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page__title {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  font-family: Graphik-Bold;
  font-weight: bold;
  font-size: 74px;
  line-height: 84px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-top: 150px;
  margin-bottom: 40px;
}

@media (max-width: 991.98px) {
  .page__title {
    font-family: Graphik-Bold;
    letter-spacing: 0.2px;
    margin-top: 110px;
  }
}

@media (max-width: 767.98px) {
  .page__title {
    font-family: Graphik-Bold;
    font-size: 50px;
    letter-spacing: 0.2px;
    padding: 0px 15px;
    margin-top: 60px;
  }
}

@media (max-width: 479.98px) {
  .page__title {
    font-family: Graphik-Light;
    font-size: 46px;
    margin-top: 30px;
  }
}

.page__sub_title {
  text-align: center;
  font-family: Graphik-Light;
  color: #ffffff;
  font-size: 28px;
  line-height: 40px;
  letter-spacing: 0.2px;
  padding-bottom: 150px;
}

@media (max-width: 991.98px) {
  .page__sub_title {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 110px;
  }
}

@media (max-width: 767.98px) {
  .page__sub_title {
    font-size: 25px;
    line-height: 40px;
    padding: 0 30px 70px 30px;
  }
}

@media (max-width: 479.98px) {
  .page__sub_title {
    font-size: 24px;
    padding: 0 30px 70px 30px;
  }
}

.page button {
  margin-bottom: 220px;
}

@media (max-width: 991.98px) {
  .page button {
    font-size: 24px;
  }
}

.featuresScreen__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 130px auto 0 auto;
}

@media (max-width: 767.98px) {
  .featuresScreen__content {
    margin-top: 115px;
    max-width: 465px;
  }
}

@media (max-width: 479.98px) {
  .featuresScreen__content {
    margin-top: 115px;
    max-width: 355px;
  }
}

.featuresScreen .text_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 530px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 100px;
}

@media (max-width: 991.98px) {
  .featuresScreen .text_box {
    max-width: 700px;
  }
}

@media (max-width: 767.98px) {
  .featuresScreen .text_box {
    margin-bottom: 50px;
    max-width: 600px;
  }
}

@media (max-width: 479.98px) {
  .featuresScreen .text_box {
    max-width: 355px;
    margin: 0 30px 50px 30px;
  }
}

@media (max-width: 359.98px) {
  .featuresScreen .text_box {
    min-width: 265px;
  }
}

.columns__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 130px;
}

@media (max-width: 767.98px) {
  .columns__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    margin-bottom: 50px;
  }
}

@media (max-width: 479.98px) {
  .columns__row {
    margin-bottom: 50px;
  }
}

@media (max-width: 359.98px) {
  .columns__row {
    margin-bottom: 50px;
    max-width: 265px;
  }
}

.columns__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 230px;
  margin: 0 25px;
}

@media (max-width: 767.98px) {
  .columns__1 {
    padding-bottom: 80px;
  }
}

.columns__title {
  font-family: Graphik-Bold;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1px;
  color: #252b42;
}

.columns__sub_title {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #374754;
}

.columns__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 230px;
  margin: 0 25px;
}

@media (max-width: 767.98px) {
  .columns__2 {
    padding-bottom: 80px;
  }
}

.columns__2 .columns__title {
  padding-bottom: 33px;
}

@media (max-width: 991.98px) {
  .columns__2 .columns__title {
    padding-bottom: 0px;
  }
}

.columns__3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 230px;
  margin: 0 25px;
}

@media (max-width: 767.98px) {
  .columns__3 {
    margin-bottom: 100px;
  }
}

@media (max-width: 479.98px) {
  .columns__3 {
    margin-bottom: 100px;
  }
}

.img {
  padding-bottom: 18px;
}

.small__video {
  margin: 0 auto;
  display: none;
  position: relative;
}

.small__video img {
  max-width: 100%;
  margin-bottom: 75px;
}

@media (max-width: 767.98px) {
  .small__video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 359.98px) {
  .small__video {
    max-width: 265px;
  }
}

.video__sm-button {
  position: absolute;
  background-color: #2091f9;
  border-radius: 50%;
  -webkit-box-shadow: 8px 8px 2px 1px rgba(0, 0, 255, 0.2);
          box-shadow: 8px 8px 2px 1px rgba(0, 0, 255, 0.2);
  color: #ffffff;
  width: 85px;
  height: 85px;
  font-size: 24px;
}

@media (max-width: 767.98px) {
  .video__sm-button {
    position: absolute;
    top: 80px;
    left: 190px;
  }
}

@media (max-width: 479.98px) {
  .video__sm-button {
    position: absolute;
    top: 80px;
    left: 140px;
    width: 65px;
    height: 65px;
    font-size: 18px;
  }
}

@media (max-width: 359.98px) {
  .video__sm-button {
    position: absolute;
    top: 50px;
    left: 100px;
  }
}

.video__sm-button i {
  padding: 0px 0 0 3px;
}

.big__video {
  margin: 0px auto 130px auto;
  position: relative;
}

.big__video img {
  max-width: 100%;
  margin: 0px auto;
}

@media (max-width: 767.98px) {
  .big__video {
    display: none;
  }
}

.video__big-button {
  position: absolute;
  top: 300px;
  left: 550px;
  background-color: #2091f9;
  border-radius: 50%;
  -webkit-box-shadow: 8px 8px 2px 1px rgba(0, 0, 255, 0.2);
          box-shadow: 8px 8px 2px 1px rgba(0, 0, 255, 0.2);
  color: #ffffff;
  width: 187px;
  height: 187px;
  font-size: 58px;
}

@media (max-width: 1452px) {
  .video__big-button {
    position: absolute;
    top: 200px;
    left: 400px;
  }
}

@media (max-width: 991.98px) {
  .video__big-button {
    position: absolute;
    top: 150px;
    left: 300px;
  }
}

.video__big-button i {
  padding: 5px 0 0 7px;
}

.organizeScreen {
  margin: 0px auto 130px auto;
}

.organizeScreen__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1452px) {
  .organizeScreen__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.organizeScreen__block {
  margin-left: 60px;
}

@media (max-width: 1452px) {
  .organizeScreen__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0px;
  }
}

.organizeScreen__block button {
  font-family: Graphik-Bold;
  margin-bottom: 60px;
}

@media (max-width: 1452px) {
  .organizeScreen__text_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.organizeScreen__title {
  max-width: 335px;
}

@media (max-width: 767.98px) {
  .organizeScreen__title {
    max-width: 400px;
  }
}

@media (max-width: 479.98px) {
  .organizeScreen__title {
    max-width: 300px;
  }
}

@media (max-width: 359.98px) {
  .organizeScreen__title {
    max-width: 265px;
  }
}

.organizeScreen__sub_title {
  max-width: 535px;
  margin-bottom: 60px;
}

@media (max-width: 767.98px) {
  .organizeScreen__sub_title {
    max-width: 400px;
  }
}

@media (max-width: 479.98px) {
  .organizeScreen__sub_title {
    max-width: 300px;
  }
}

@media (max-width: 359.98px) {
  .organizeScreen__sub_title {
    max-width: 265px;
  }
}

@media (max-width: 767.98px) {
  .organizeScreen__img img {
    max-width: 400px;
  }
}

@media (max-width: 479.98px) {
  .organizeScreen__img img {
    max-width: 355px;
  }
}

@media (max-width: 359.98px) {
  .organizeScreen__img img {
    max-width: 265px;
  }
}

.newsletterScreen {
  margin-bottom: 130px;
}

.newsletterScreen__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1452px) {
  .newsletterScreen__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media (max-width: 359.98px) {
  .newsletterScreen__content {
    max-width: 320px;
  }
}

.newsletterScreen__img {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .newsletterScreen__img img {
    max-width: 465px;
    max-height: 100%;
  }
}

@media (max-width: 479.98px) {
  .newsletterScreen__img img {
    max-width: 355px;
    max-height: 100%;
  }
}

@media (max-width: 359.98px) {
  .newsletterScreen__img img {
    max-width: 265px;
    max-height: 100%;
  }
}

.newsletterScreen__block {
  max-width: 465px;
}

@media (max-width: 359.98px) {
  .newsletterScreen__block {
    max-width: 320px;
  }
}

.newsletterScreen__text_box h3 {
  font-family: Graphik-Bold;
  margin-bottom: 17px;
}

@media (max-width: 359.98px) {
  .newsletterScreen__text_box {
    max-width: 265px;
  }
}

.newsletterScreen__sub_title p {
  font-style: normal;
  font-weight: normal;
  color: #374754;
  margin-bottom: 36px;
}

.form__content {
  margin-bottom: 50px;
}

.form__content input {
  width: 273px;
  height: 54px;
  background: #f4f4f4;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 39px;
  padding: 19px 39px;
  margin-right: 12px;
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1px;
  color: #18171d;
}

@media (max-width: 767.98px) {
  .form__content input {
    min-width: 353px;
    min-height: 54px;
    margin-right: 0px;
    margin-bottom: 12px;
  }
}

@media (max-width: 359.98px) {
  .form__content input {
    min-width: 265px;
  }
}

.form__content button {
  width: 172px;
  height: 58px;
}

@media (max-width: 767.98px) {
  .form__content button {
    min-width: 353px;
    min-height: 54px;
  }
}

@media (max-width: 359.98px) {
  .form__content button {
    min-width: 265px;
  }
}

.partnersScreen__content {
  margin: 0 auto;
}

.partnersScreen__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 130px;
}

.partnersScreen__block button {
  font-family: Graphik-Bold;
}

.partnersScreen__text_box {
  max-width: 530px;
  margin-bottom: 90px;
}

@media (max-width: 767.98px) {
  .partnersScreen__sub_title {
    max-width: 400px;
  }
}

@media (max-width: 479.98px) {
  .partnersScreen__sub_title {
    max-width: 300px;
  }
}

@media (max-width: 359.98px) {
  .partnersScreen__sub_title {
    max-width: 265px;
  }
}

.partnersScreen__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1175px;
  margin-bottom: 80px;
}

.client_name h5 {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.1px;
  color: #374754;
  padding-bottom: 15px;
}

._card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: auto;
  width: 273px;
  height: 163px;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3px 3px;
}

.testimonialsScreen__content {
  margin: 0 auto;
}

.testimonialsScreen__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-bottom: 130px;
}

@media (max-width: 991.98px) {
  .testimonialsScreen__block {
    max-width: 750px;
  }
}

@media (max-width: 767.98px) {
  .testimonialsScreen__block {
    padding: 0 20px;
  }
}

.testimonialsScreen__block button {
  font-family: Graphik-Bold;
}

.testimonialsScreen__title {
  margin-bottom: 90px;
}

.testimonialsScreen__img {
  margin-bottom: 55px;
}

.testimonialsScreen__sub_title {
  margin-bottom: 65px;
  max-width: 970px;
}

@media (max-width: 479.98px) {
  .testimonialsScreen__sub_title {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.16907px;
    color: #374754;
  }
}

.testimonialsScreen__accaunt {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accaunt__text_box {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.1px;
  color: #374754;
  text-align: left;
  padding-left: 13px;
}

.bg_color {
  background-color: #252b42;
}

.pricingScreen__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 130px auto 100px auto;
}

.pricingScreen__title {
  color: white;
}

.pricingScreen__sub_title {
  color: white;
}

.pricingScreen__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767.98px) {
  .pricingScreen__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.text_box {
  margin-bottom: 90px;
  max-width: 530px;
}

@media (max-width: 767.98px) {
  .text_box {
    margin-top: 115px;
    max-width: 465px;
  }
}

@media (max-width: 479.98px) {
  .text_box {
    margin-top: 115px;
    max-width: 355px;
  }
}

.cards__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
  max-height: 605px;
}

@media (max-width: 991.98px) {
  .cards__item__content {
    padding: 40px 20px;
  }
}

@media (max-width: 767.98px) {
  .cards__item__content {
    padding: 40px;
  }
}

._item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #252b42;
  font-size: 16px;
  line-height: 23px;
  width: 335px;
  height: 607px;
  background-color: white;
  border: 1px solid #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  margin: 0 25px;
}

@media (max-width: 991.98px) {
  ._item {
    width: 280px;
    margin: 0px 10px;
  }
}

@media (max-width: 767.98px) {
  ._item {
    width: 335px;
    margin: 25px 0px;
  }
}

.pricingScreen__card__item_2 {
  width: 335px;
  height: 693px;
  background: #2091f9;
  color: #ffffff;
  letter-spacing: 0.2px;
  padding-top: 40px;
  margin: 0 auto;
}

.pricingScreen__card__item_2 button {
  background: #ffffff;
  color: #2091f9;
}

.pricingScreen__card__item_2 button:hover {
  background-color: #e538b9;
  color: #ffff;
}

@media (max-width: 991.98px) {
  .pricingScreen__card__item_2 {
    width: 315px;
    padding: 40px 20px;
  }
}

@media (max-width: 767.98px) {
  .pricingScreen__card__item_2 {
    width: 335px;
    padding: 40px 0;
  }
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards__title {
  font-family: Graphik-Bold;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 28px;
}

.cards__sub_title {
  max-width: 148px;
  margin: 5px 50px;
}

.cards__price {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.cards__price p {
  padding: 13px;
}

.cards__subscription {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.subscription_price {
  font-family: Graphik-Bold;
  font-weight: bold;
  font-size: 74px;
  line-height: 84px;
}

.subscription_currency {
  margin: 35px 0 35px 10px;
}

.currency__dollars {
  font-family: Graphik-Bold;
  font-size: 20px;
}

.contactUsScreen__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 130px auto 100px auto;
}

@media (max-width: 767.98px) {
  .contactUsScreen__content {
    -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
    margin: 0 auto;
  }
}

.content__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 767.98px) {
  .content__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.contactUsScreen__title {
  margin-bottom: 0px;
}

.box__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
  width: 453px;
  height: 669px;
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* SHADOW */
  -webkit-box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
}

@media (max-width: 991.98px) {
  .box__form {
    width: 300px;
    margin-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .box__form {
    width: 350px;
    height: 669px;
    margin-bottom: 130px;
    padding: 10px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media (max-width: 359.98px) {
  .box__form {
    width: 300px;
    height: 669px;
  }
}

.box__form .form__title {
  font-family: Graphik-Bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.1px;
  color: #252b42;
  margin: 20px 0;
}

.box__form .form_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.box__form .form_2 input {
  width: 353px;
  height: 54px;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 39px;
  padding: 19px 20px;
  margin: 27px 0;
}

@media (max-width: 991.98px) {
  .box__form .form_2 input {
    width: 250px;
  }
}

@media (max-width: 767.98px) {
  .box__form .form_2 input {
    width: 280px;
    height: 54px;
  }
}

@media (max-width: 359.98px) {
  .box__form .form_2 input {
    width: 250px;
  }
}

.box__form .form_2 textarea {
  width: 353px;
  height: 193px;
  resize: none;
  padding: 23px 20px;
  margin: 27px 0;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 991.98px) {
  .box__form .form_2 textarea {
    width: 250px;
  }
}

@media (max-width: 767.98px) {
  .box__form .form_2 textarea {
    width: 280px;
    height: 193px;
  }
}

@media (max-width: 359.98px) {
  .box__form .form_2 textarea {
    width: 250px;
  }
}

.box__form .form_2 button {
  width: 145px;
}

.box_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 725px;
}

@media (max-width: 991.98px) {
  .box_container {
    max-width: 350px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.box__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 28px 0 60px 0;
}

@media (max-width: 767.98px) {
  .box__address .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    width: 310px;
    margin: 70px 0 0 0;
  }
}

@media (max-width: 767.98px) {
  .box__address .number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    width: 310px;
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .box__address .mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    width: 310px;
    margin: 0 0 70px 0;
  }
}

@media (max-width: 991.98px) {
  .box__address {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 767.98px) {
  .box__address {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
}

.box__address p {
  color: #374754;
  max-width: 280px;
  margin: 0px 15px;
}

.box__address i {
  font-size: 32px;
  color: #2091f9;
  margin: 20px 0px;
}

.box__map {
  margin: 20px 0 60px 0px;
}

@media (max-width: 991.98px) {
  .box__map img {
    max-width: 300px;
  }
}

@media (max-width: 767.98px) {
  .box__map img {
    display: none;
  }
}

.ico_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 36px;
  margin-left: 40px;
}

.ico_container i {
  padding: 5px 12px;
  color: #2091f9;
}

.ico_container i:hover {
  color: #e538b9;
}

@media (max-width: 991.98px) {
  .ico_container {
    margin-left: 0px;
  }
}

@media (max-width: 767.98px) {
  .ico_container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

footer {
  background-color: #252b42;
}

footer ._container {
  max-width: 990px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 150px 0;
}

@media (max-width: 991.98px) {
  footer ._container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 560px;
  padding: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991.98px) {
  .footer__list {
    max-width: 490px;
    margin-bottom: 50px;
  }
}

@media (max-width: 479.98px) {
  .footer__list {
    max-width: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-bottom: 75px;
  }
}

@media (max-width: 479.98px) {
  .footer__list .pages {
    padding-bottom: 70px;
  }
}

@media (max-width: 479.98px) {
  .footer__list .tomothy {
    padding-bottom: 70px;
  }
}

.footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.foot__address .location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  margin: 20px 0;
}

.foot__address .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  margin: 35px 0;
}

.foot__address p {
  font-family: Roboto;
  font-size: 15px;
  line-height: 27px;
  letter-spacing: 0.2px;
  color: #ffffff;
  padding: 0 15px;
}

.foot__address i {
  font-size: 36px;
  color: #ffffff;
}

.foot__socal-media {
  margin-left: -50px;
}

.foot__socal-media i {
  font-size: 36px;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .foot__socal-media {
    margin-left: 50px;
  }
}
