.head-auxiliary .cart span::before {
  background-image: url(../image/circle_cart_blue.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 5px;
  left: -5px;
}

.main-frame {
  position: relative;
  background-image: linear-gradient(
      to bottom,
      rgba(30, 144, 255, 0.4) 0%,
      rgba(196, 196, 196, 0) 100%
    ),
    url(../image/online_trading_frame.jpg);
  background-size: cover;
  height: 802px;
}
.our-team {
  margin-top: 58px;
}
.ready-solutions {
  max-width: 440px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.ready-solutions p {
  font-size: 36px;
  line-height: 170.4%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.our-team__trade {
  max-width: 637px;
  margin: 0 auto;
}
.our-team__trade p {
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
span {
  
  line-height: 32px;
  color: #0D3A60;
}
.our-team__content {
  font-weight: bold;
}

.our-team__images {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 58px;
  
}
.our-team__images p {
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  color: #000000;
}
.our-team__macro {
  margin-right: 44px;
}
.our-team__macro img {
  width: 432px;
  height: auto;
}
.our-team__model img {
  width: 467px;
  height: auto;
}
.our-team__networking {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 637px;
  margin: 0 auto;
  margin-top: 39px;
  text-align: center;
}
.our-team__networking p {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #0d3a60;
}
.our-team__socialicons {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}
.our-team__socialicons .instagram {
  margin-right: 10px;
}
.our-team__socialicons .facebook {
  margin-left: 10px;
}
.our-team__descr ul {
  margin-top: 82px;
  font-size: 18px;
  line-height: 32px;
  color: #0d3a60;
  text-align: left;
}
.our-team__descr ul li:first-child {
  margin-bottom: 35px;
}
.our-team__descr li {
  position: relative;
  list-style: none;
  margin-left: 25px;
}

.our-team__descr li:before {
  position: absolute;
  left: -15px;
  content: "·";
  font-size: 20px;
}
.our-team__banner {
  position: relative;
  background-color: #002857;
  height: 463px;
  margin-top: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 84px;
}
.our-team__speech {
  max-width: 987px;
}
.our-team__speech p {
  font-weight: bold;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
}
.our-team__display {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 1140px;
  margin: 0 auto;
}
.our-team__square video {
  width: 525px;
  display: block;
  filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.1));
}
.our-team__display p {
  text-align: center;
  font-size: 18px;
  line-height: 45px;
  color: #000000;
}
.our-team__collage {
  display: grid;
  grid-template-columns: repeat(2, 0fr);
  grid-gap: 25px;
  height: auto;
  text-align: center;
  align-items: center;
  justify-items: center;
}
.our-team__collage img {
  width: 250px;
  height: auto;
}
.our-team__square p {
  margin-top: 31px;
}
.our-team__conclusion {
  max-width: 637px;
  margin: 0 auto;
  margin-top: 90px;
}
.our-team__conclusion p {
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}

.our-team__photoshoot {
  width: 100%;
  height: auto;
  margin-top: 60px;
  margin-bottom: 70px;
}

.our-team__photoshoot img {
  width: 100%;
  height: auto;
}

.our-team__videobutton {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 317px;
  height: 58px;
  background: #b5944f;
  border-radius: 30px;
  margin: 0 auto;
}
.our-team__videobutton img {
  width: 42px;
  height: 42px;
  margin-right: 20px;
}
.our-team__videobutton p {
  max-width: 187px;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
}
.our-team__mobile {
  display: none;
}

footer {
  margin-top: 195px;
}
.side__image_m {
  display: none;
}
@media screen and (max-width: 650px) {
  /* switching elements */
  .side__image_d {
    display: none;
}
  .our-team__desktop {
    display: none;
  }
  .side__image_m {
    display: block;
  }
  .our-team__icon img {
    width: 30px;
    height: 30px;
  }
  .our-team__socialicons {
    margin-top: 20px;
  }
  .our-team__socialicons .instagram {
    margin-right: 6px;
  }
  .our-team__socialicons .facebook {
    margin-left: 6px;
  }
  .our-team__mobile {
    display: block;
    width: 100%;
    height: auto;
  }
  .our-team__descr ul {
    margin-top: 0;
    font-size: 12px;
    line-height: 32px;
    padding: 0 15px;
  }
  .arrow_down.mobile {
    display: block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-right: -50%;
  }
  /* switching elements */
  .main-frame {
    position: relative;
    background-image:  linear-gradient(
      to bottom,
      rgba(30, 144, 255, 0.4) 0%,
      rgba(196, 196, 196, 0) 100%
    ), url(../image/mobile_online_trading_frame.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
  }
  .ready-solutions {
    max-width: 222px;
  }

  .ready-solutions p {
    font-size: 18px;
    color: #002857;
  }
  .our-team {
    margin-top: 25px;
}
  .our-team__trade {
    width: 100%;
    padding: 0 17px;
  }
  .our-team__trade p, .our-team__trade span {
    font-size: 12px;
    line-height: 32px;
    text-align: justify;
  }
  .our-team__images {
    flex-direction: column;
    margin-top: 25px;
  }
  .our-team__macro {
    margin-right: 0px;
    width: 100%;
  }
  .our-team__images p {
    font-size: 11px;
    line-height: 45px;
    color: #002857;
  }
  .our-team__model {
    margin-top: 25px;
    width: 100%;
  }
  .our-team__networking {
    width: 100%;
    margin-top: 16px;
    align-items: center;
  }
  .our-team__networking p {
    max-width: 290px;
  }
  .our-team__descr {
    margin-top: 42px;
    font-weight: normal;
    font-size: 12px;
    line-height: 32px;
    color: #0d3a60;
  }
  .our-team__banner {
    height: 555px;
    margin-top: 50px;
    margin-bottom: 29px;
  }
  .our-team__speech {
    width: 100%;
    padding: 0 15px;
  }
  .our-team__speech p {
    font-size: 12px;
    line-height: 45px;
    text-align: left;
  }
  .our-team__display {
    grid-template-columns: 1fr;
  }
  .our-team__square {
    width: 100%;
    margin: 0 auto;
  }
  .our-team__square p {
    font-size: 12px;
    line-height: 45px;
    margin-top: 7px;
  }
  .our-team__collage {
    height: auto;
    grid-gap: 10px;
    padding: 0 15px;
    grid-template-columns: repeat(2, 1fr);
  }
  .our-team__collage img {
    width: 100%;
    height: auto;
  }
  .our-team__macro img, .our-team__model img {
    width: 100%;
    height: auto;
}
  .our-team__video {
    margin-top: 16px;
  }
  .our-team__video img {
    width: 100%;
    height: auto;
  }
  .our-team__conclusion {
    width: 292px;
    margin-top: 29px;
  }
  .our-team__conclusion p {
    font-size: 12px;
  }
  .our-team__photoshoot {
    width: 100%;
    height: auto;
    margin-top: 30px;
  }
  .our-team__square video {
    width: 100%;
    padding: 0 15px;
  }

  .our-team__videobutton {
    width: 290px;
    height: 45px;
  }
  .our-team__videobutton img {
    width: 30px;
    height: 30px;
    margin-right: 24px;
  }
  .our-team__videobutton p {
    font-size: 12px;
  }
  .media-ad {
    position: absolute;
  }
  footer {
    margin-top: 161px;
  }
}
