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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  margin: 0 auto;
  min-width: 320px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.text-input {
  border: none;
  outline: none !important;
  -webkit-appearance: none;
  background: none;
  overflow: hidden;
  height: 65px;
  line-height: normal;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: 'ProximaNova';
  border-radius: 3px;
  border: 1px solid #ccc;
  padding-left: 20px;
  padding-right: 0;
  width: 100%;
  background-color: #fff; }
  .text-input:-moz-placeholder {
    color: #879ea7; }
  .text-input::-moz-placeholder {
    color: #879ea7; }
  .text-input:-ms-input-placeholder {
    color: #879ea7; }
  .text-input::-webkit-input-placeholder {
    color: #879ea7; }

.btn {
  position: relative;
  outline: none !important;
  border: none;
  cursor: pointer;
  text-decoration: none !important;
  background: none;
  -webkit-appearance: none;
  display: block;
  width: 140px;
  border-radius: 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  color: #524f4e;
  background-color: #fff;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateZ(0px);
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 45px;
  line-height: 45px;
  border: none;
  vertical-align: middle;
  transition: all .3s ease-in-out; }
  .btn > * {
    line-height: 1; }
  .btn:active, .btn:focus, .btn:hover {
    outline: none;
    color: #fff;
    background-color: #2EE59D;
    box-shadow: 0 15px 20px rgba(46, 229, 157, 0.4);
    -webkit-transform: translateY(-7px);
            transform: translateY(-7px); }

@media (max-width: 767px) {
  .container {
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .container {
    max-width: 900px;
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    margin: 0 auto;
    max-width: 100%; } }

.popup-block {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow-y: auto;
  color: #000;
  display: none; }
  .popup-block__overlay {
    position: relative;
    display: block;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8); }
  .popup-block__close {
    position: relative;
    display: block;
    width: 50px;
    height: 50px; }
    .popup-block__close:after, .popup-block__close:before {
      content: "";
      display: block;
      width: 34px;
      height: 3px;
      background-color: #000;
      transition: all 0.15s ease-in;
      position: absolute;
      top: 50%;
      left: 50%;
      border-radius: 1px;
      margin-top: -1px;
      margin-left: -17px; }
    .popup-block__close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .popup-block__close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .popup-block__close:hover:after, .popup-block__close:hover:before {
      background-color: #000; }
  .popup-block__popup {
    position: relative;
    background-color: #fff; }
    .popup-block__popup .inner-content {
      height: auto; }

@media (max-width: 767px) {
  .popup-block {
    -webkit-overflow-scrolling: touch !important; }
    .popup-block__overlay {
      overflow: hidden;
      display: block; }
    .popup-block__popup {
      width: 100%;
      height: auto;
      min-height: 100vh;
      overflow: hidden; }
      .popup-block__popup .inner-content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 50px;
        padding-bottom: 120px; }
    .popup-block__close {
      margin: 0 auto;
      margin-bottom: 25px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .popup-block__overlay {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 60px;
    padding-bottom: 60px; }
  .popup-block__close {
    position: absolute;
    top: 20px;
    right: 20px; }
  .popup-block__popup {
    width: 685px;
    height: auto;
    box-shadow: 0 0 15px 0 rgba(12, 12, 12, 0.2); }
    .popup-block__popup .inner-content {
      padding-top: 35px;
      padding-bottom: 40px;
      padding-left: 35px;
      padding-right: 35px; } }

@media (min-width: 1200px) {
  .popup-block__overlay {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 60px;
    padding-bottom: 60px; }
  .popup-block__close {
    position: absolute;
    top: 20px;
    right: 20px; }
  .popup-block__popup {
    width: 685px;
    height: auto;
    box-shadow: 0 0 15px 0 rgba(12, 12, 12, 0.2); }
    .popup-block__popup .inner-content {
      padding-top: 35px;
      padding-bottom: 40px;
      padding-left: 45px;
      padding-right: 45px; } }

.main-block {
  padding-top: 100px; }
  .main-block__heading {
    position: relative;
    display: block;
    margin-bottom: 120px; }
  .main-block__author-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
  .main-block__author-wrapper {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .main-block__author-name {
    display: block;
    font-size: 45px;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 30px; }
  .main-block__author-description {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4; }
    .main-block__author-description b {
      display: block;
      margin-bottom: 20px; }
    .main-block__author-description a {
      outline: 0;
      display: inline-block;
      transition: all 0.2s ease-in-out; }
    .main-block__author-description a:hover {
      color: blue;
      text-decoration: none; }
    .main-block__author-description::after {
      content: '';
      position: absolute;
      top: auto;
      right: auto;
      left: 120px;
      bottom: -100px;
      width: 100px;
      height: 130px;
      background-image: url("../img/emoji-allright.png");
      background-size: cover;
      background-repeat: no-repeat; }
  .main-block__author-photo {
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 15px solid #000;
    background-color: #0c2a4d;
    overflow: hidden; }
    .main-block__author-photo img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .main-block__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 60px; }
  .main-block__card-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 360px;
    height: 360px;
    margin-bottom: 30px;
    border-radius: 35px;
    padding: 20px;
    background-color: #0c2a4d;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4); }
    .main-block__card-block:not(:last-child) {
      margin-right: 20px; }
    .main-block__card-block.first {
      background-image: url("../img/cinarta_1.png");
      background-size: 200px 200px; }
    .main-block__card-block.second {
      background-image: url("../img/topline.png");
      background-size: 200px 200px; }
    .main-block__card-block.third {
      background-image: url("../img/feminamed_1.png");
      background-size: 200px 200px; }
    .main-block__card-block.fourth {
      background-image: url("../img/avangard.png");
      background-size: 200px 200px; }
    .main-block__card-block.fifth {
      background-image: url("../img/megafon.svg");
      background-size: 315px 62px; }
    .main-block__card-block.sixth {
      background-image: url("../img/logo_mojayskaya.png");
      background-size: 315px 62px;
      z-index: 10; }
    .main-block__card-block.seventh {
      background-image: url("../img/surfer.png");
      background-size: 200px 200px; }
    .main-block__card-block.eighth {
      background-image: url("../img/logo-colease.svg");
      background-size: 285px 66px; }
    .main-block__card-block.ninth {
      background-image: url("../img/logo-forsa.png");
      background-size: 200px 200px; }
    .main-block__card-block.tenth {
      background-image: url("../img/upskill-bg.svg"); }
  .main-block__card-name {
    display: block;
    text-align: center;
    margin-bottom: 120px;
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    font-weight: 900; }
    .main-block__card-name img.icon--upskill {
      width: 16px;
      height: 18px;
      margin-left: 15px; }
  .main-block__comments-title {
    display: block;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600; }

@media (max-width: 767px) {
  .main-block {
    padding-top: 40px; }
    .main-block__list {
      display: block; }
    .main-block__author-block {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
    .main-block__author-wrapper {
      -ms-flex-order: 2;
          order: 2; }
    .main-block__author-name {
      font-size: 26px;
      text-align: center; }
    .main-block__author-photo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-order: 1;
          order: 1;
      margin-bottom: 45px; }
      .main-block__author-photo:not(:last-child) {
        margin-right: 0; }
    .main-block__card-block {
      width: 100%; }
      .main-block__card-block.eighth {
        background-size: 250px 60px; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .main-block__card-block {
    width: 46%; }
    .main-block__card-block:not(:last-child) {
      margin-right: 0; }
    .main-block__card-block:not(:nth-child(2n)) {
      margin-right: 20px; }
  .main-block__author-name {
    font-size: 35px; }
  .main-block__author-photo {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .main-block__author-description {
    font-size: 14px; } }

body, html {
  -webkit-overflow-scrolling: touch !important; }

body {
  position: relative;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Montserrat', sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  font-size: 16px;
  background-image: url("../img/main-bg.png"); }
