@font-face {
  font-family: 'sora';
  src: url("../fonts/Sora.ttf"); }

@font-face {
  font-family: 'soraExtraBold';
  src: url("../fonts/Sora-ExtraBold.ttf"); }

@font-face {
  font-family: 'soraBold';
  src: url("../fonts/Sora-Bold.ttf"); }

@font-face {
  font-family: 'soraSemiBold';
  src: url("../fonts/Sora-SemiBold.ttf"); }

@font-face {
  font-family: 'soraRegular';
  src: url("../fonts/Sora-Regular.ttf"); }

@font-face {
  font-family: 'soraMed';
  src: url("../fonts/Sora-Medium.ttf"); }

@font-face {
  font-family: 'soraLight';
  src: url("../fonts/Sora-Light.ttf"); }

@font-face {
  font-family: 'soraExrtaLight';
  src: url("../fonts/Sora-ExtraLight.ttf"); }

* {
  margin: 0;
  padding: 0; }

body {
  background-color: #ffffff;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  font-family: 'soraSemiBold';
  font-size: 21px;
  color: #525252; }
  @media (max-width: 1200px) {
    body {
      font-size: 16px; } }
  @media (max-width: 792px) {
    body {
      font-size: 14px; } }

@media (max-width: 792px) {
  video {
    display: none; } }

p {
  margin-bottom: 24px; }

a {
  text-decoration: none;
  color: #525252; }

.disabled {
  display: none; }

.container {
  max-width: 1150px;
  margin: 0 auto;
  height: 100%;
  padding: 0 18px; }
  .container.small {
    max-width: 968px; }

.centered {
  text-align: center;
  display: flex;
  justify-content: center; }

.bg-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.subtitle {
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  text-transform: none;
  font-family: 'soraSemiBold'; }
  @media (max-width: 1200px) {
    .subtitle {
      font-size: 24px; } }
  @media (max-width: 792px) {
    .subtitle {
      font-size: 18px; } }

.small-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 1px;
  font-family: 'soraBold'; }
  @media (max-width: 1200px) {
    .small-title {
      font-size: 32px; } }
  @media (max-width: 792px) {
    .small-title {
      font-size: 24px; } }

.star-icon {
  background-image: url("../img/opinions/star.png");
  height: 32px;
  width: 33px;
  display: inline-block; }
  @media (max-width: 1200px) {
    .star-icon {
      height: 31px;
      width: 32px; } }
  @media (max-width: 792px) {
    .star-icon {
      height: 18px;
      width: 18px; } }

#menu-mobile {
  background-color: #ffffff;
  width: 100%;
  z-index: 5;
  padding: 24px 0; }
  #menu-mobile .title-mobile {
    margin: 12px; }
  #menu-mobile .mobile-header {
    border-bottom: 1px solid #808080;
    height: 54px; }
    #menu-mobile .mobile-header img {
      height: 44px; }
  @media (min-width: 792px) {
    #menu-mobile {
      display: none !important; } }
  #menu-mobile #menu-close {
    position: fixed;
    right: 25px;
    top: 25px;
    font-size: 20px;
    color: #525252;
    cursor: pointer; }

#mobile-icon {
  display: none;
  height: unset;
  position: absolute;
  cursor: pointer;
  left: 18px; }
  #mobile-icon img {
    height: 40px;
    margin: 3px; }
  @media (max-width: 792px) {
    #mobile-icon {
      display: block; } }

#menu-mobile {
  position: fixed;
  top: 0;
  left: 0; }

#menu {
  max-width: 1920px;
  margin: 0 auto;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #676767;
  width: 100%;
  top: 188px;
  z-index: 5; }
  @media (max-width: 792px) {
    #menu {
      display: none; } }
  #menu .container {
    display: flex;
    justify-content: space-between;
    color: #676767; }
    #menu .container .menu-item {
      height: 50px;
      max-width: 130px;
      cursor: pointer;
      transition: 0.3s; }
      #menu .container .menu-item.sub {
        text-align: center; }
        #menu .container .menu-item.sub:last-child {
          border-radius: 0 0 10px 10px; }
          #menu .container .menu-item.sub:last-child .title {
            border-bottom: none; }
      #menu .container .menu-item:hover {
        border-radius: 10px 10px 0 0;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
        transition: 0.3s; }
        #menu .container .menu-item:hover .menu-sub {
          display: block; }
          #menu .container .menu-item:hover .menu-sub .sub {
            box-shadow: none; }
      #menu .container .menu-item a:hover {
        color: #5ab9ea; }
      #menu .container .menu-item .title {
        align-items: center;
        height: 100%;
        font-size: 16px;
        margin: 0 14px; }
        @media (max-width: 1200px) {
          #menu .container .menu-item .title {
            font-size: 13px;
            margin: 0 6px; } }
  #menu .menu-sub {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    border-top: 1px solid transparent;
    border-radius: 0 0 10px 10px; }
    #menu .menu-sub .title {
      border-bottom: 1px solid #525252; }

.main-logo {
  margin: 32px auto 84px auto; }
  @media (max-width: 792px) {
    .main-logo {
      margin: 18px auto 22px auto; }
      .main-logo img {
        height: 60px; } }

.main-baner {
  background-image: url("../img/baner-main.jpg");
  aspect-ratio: 5/2; }
  @media (max-width: 792px) {
    .main-baner {
      aspect-ratio: unset; } }
  .main-baner .container {
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .main-baner .container .baner-description {
      font-size: 42px;
      color: #ffffff;
      text-transform: uppercase;
      font-family: 'soraExtraBold';
      text-shadow: -15px 0 12px rgba(0, 0, 0, 0.5);
      letter-spacing: 1.5px; }
      @media (max-width: 1200px) {
        .main-baner .container .baner-description {
          font-size: 28px;
          padding: 74px 0; } }
      @media (max-width: 792px) {
        .main-baner .container .baner-description {
          font-size: 20px;
          padding: 74px 0; } }
      @media (max-width: 792px) {
        .main-baner .container .baner-description {
          text-shadow: -2px 0 12px rgba(0, 0, 0, 0.9); } }
      .main-baner .container .baner-description p {
        margin-bottom: 0; }

.about-us {
  max-height: 1080px;
  z-index: -10; }
  .about-us .video-bgr {
    overflow: hidden;
    object-fit: cover;
    max-width: 1920px;
    max-height: 1080px;
    z-index: -6;
    filter: grayscale(100%); }
  .about-us #video-mask {
    background-color: rgba(0, 0, 12, 0.6);
    max-width: 1920px;
    max-height: 1080px;
    z-index: -5; }
  .about-us .container {
    padding: 74px 12px;
    color: #ffffff;
    flex-direction: column; }
    .about-us .container ul {
      list-style-position: inside; }
      .about-us .container ul li {
        margin: 0 0 12px; }
    .about-us .container .title {
      font-size: 65px;
      font-weight: bold;
      margin: 12px 0;
      text-shadow: -15px 0 12px rgba(0, 0, 0, 0.5); }
      @media (max-width: 1200px) {
        .about-us .container .title {
          font-size: 42px; } }
      @media (max-width: 792px) {
        .about-us .container .title {
          font-size: 32px;
          text-shadow: none; } }
      @media (max-width: 792px) {
        .about-us .container .title {
          font-size: 24px;
          margin: 0; } }
    .about-us .container .text {
      font-family: 'soraRegular';
      font-size: 24px;
      line-height: 1.4;
      text-shadow: -15px 0 12px rgba(0, 0, 0, 0.5); }
      @media (max-width: 1200px) {
        .about-us .container .text {
          font-size: 16px; } }
      @media (max-width: 792px) {
        .about-us .container .text {
          font-size: 12px; } }
    @media (max-width: 792px) {
      .about-us .container {
        padding: 54px 12px; } }

.dropshipping-header {
  padding: 100px 0;
  background-color: #f7f7f7;
  border-bottom: 7px groove #edecec40; }
  @media (max-width: 792px) {
    .dropshipping-header {
      padding: 64px 0; } }
  @media (max-width: 564px) {
    .dropshipping-header {
      padding: 24px 0; } }
  .dropshipping-header .header-warpper {
    display: flex;
    margin: 72px 0; }
    @media (max-width: 1200px) {
      .dropshipping-header .header-warpper {
        flex-direction: column;
        text-align: center; } }
    @media (max-width: 792px) {
      .dropshipping-header .header-warpper {
        margin: 24px 0; } }
    @media (max-width: 792px) {
      .dropshipping-header .header-warpper img {
        height: 246px; } }
    @media (max-width: 564px) {
      .dropshipping-header .header-warpper img {
        display: none; } }
    .dropshipping-header .header-warpper .header-descr {
      flex-direction: column;
      text-align: left;
      justify-content: flex-end;
      margin: 6px 96px;
      font-family: 'soraBold'; }
      @media (max-width: 564px) {
        .dropshipping-header .header-warpper .header-descr {
          margin: 6px; } }
  .dropshipping-header .dropshipping-partners {
    display: flex;
    justify-content: space-between;
    margin: 0px 64px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto; }
    @media (max-width: 564px) {
      .dropshipping-header .dropshipping-partners {
        max-width: 206px; } }
    .dropshipping-header .dropshipping-partners img {
      width: 180px; }
      @media (max-width: 1200px) {
        .dropshipping-header .dropshipping-partners img {
          margin: 12px;
          width: 126px; } }
      @media (max-width: 564px) {
        .dropshipping-header .dropshipping-partners img {
          margin: 6px;
          width: 72px; } }

.dropshipping-content {
  background-color: #ffffff;
  padding: 96px 0; }
  @media (max-width: 792px) {
    .dropshipping-content {
      padding: 24px 0; } }
  .dropshipping-content .container {
    display: flex; }
    @media (max-width: 792px) {
      .dropshipping-content .container {
        flex-direction: column;
        align-items: center; } }
  .dropshipping-content .dropshipping-content-tabs {
    flex-direction: column;
    justify-content: space-evenly;
    margin: 0 0 0 auto;
    max-width: 420px; }
    @media (max-width: 1200px) {
      .dropshipping-content .dropshipping-content-tabs {
        margin: 24px auto; } }
  .dropshipping-content img {
    object-fit: contain;
    max-width: 654px; }
    @media (max-width: 1200px) {
      .dropshipping-content img {
        width: 45%; } }
    @media (max-width: 564px) {
      .dropshipping-content img {
        width: 80%; } }

.dropshipping-tab {
  background-color: #fcfcfc;
  border-radius: 15px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  padding: 20px 12px; }
  @media (max-width: 1200px) {
    .dropshipping-tab {
      margin: 12px auto; } }
  .dropshipping-tab p {
    font-size: 22px;
    margin-bottom: 8px;
    font-family: 'soraMed'; }
    @media (max-width: 1200px) {
      .dropshipping-tab p {
        font-size: 18px; } }
    @media (max-width: 792px) {
      .dropshipping-tab p {
        font-size: 16px; } }
    .dropshipping-tab p:first-child {
      color: #3f8fb8;
      font-size: 24px;
      letter-spacing: 0.5px;
      font-family: 'soraBold'; }
      @media (max-width: 1200px) {
        .dropshipping-tab p:first-child {
          font-size: 20px; } }
      @media (max-width: 792px) {
        .dropshipping-tab p:first-child {
          font-size: 16px; } }

.dropshipping-map {
  padding: 106px 0;
  background-color: #f7f7f7;
  border-bottom: 7px groove #edecec40; }
  @media (max-width: 792px) {
    .dropshipping-map {
      padding: 24px 0; } }
  .dropshipping-map .small-title {
    font-size: 36px;
    text-transform: initial; }
    @media (max-width: 1200px) {
      .dropshipping-map .small-title {
        font-size: 32px; } }
    @media (max-width: 792px) {
      .dropshipping-map .small-title {
        font-size: 24px; } }
  .dropshipping-map .dropshipping-map-image {
    display: block;
    margin: 54px auto;
    width: 100%; }
    @media (max-width: 564px) {
      .dropshipping-map .dropshipping-map-image {
        margin: 24px 0; } }
  .dropshipping-map .dropshipping-map-dots {
    margin: 54px 18px;
    border-bottom: 5px solid #5ab9ea;
    height: 10px;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .dropshipping-map .dropshipping-map-dots {
        border-bottom: 3px solid #5ab9ea; } }
    @media (max-width: 564px) {
      .dropshipping-map .dropshipping-map-dots {
        display: none; } }
    .dropshipping-map .dropshipping-map-dots span {
      background: #ffffff;
      width: 18px;
      height: 18px;
      border: 5px solid #5ab9ea;
      border-radius: 50%;
      display: inline-block; }
      @media (max-width: 1200px) {
        .dropshipping-map .dropshipping-map-dots span {
          border: 3px solid #5ab9ea;
          width: 12px;
          height: 12px; } }
  .dropshipping-map .dropshipping-delivery {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 564px) {
      .dropshipping-map .dropshipping-delivery {
        justify-content: space-evenly;
        margin-left: 30px; } }
    .dropshipping-map .dropshipping-delivery img {
      display: block;
      margin: 0;
      height: 86px; }
      @media (max-width: 1200px) {
        .dropshipping-map .dropshipping-delivery img {
          height: 54px; } }
      .dropshipping-map .dropshipping-delivery img:last-child {
        position: relative;
        left: -30px; }
  .dropshipping-map .map-footer {
    font-size: 27px;
    font-weight: 600;
    margin: 48px 96px 0 96px;
    text-align: center;
    font-family: 'soraBold'; }
    @media (max-width: 1200px) {
      .dropshipping-map .map-footer {
        font-size: 18px; } }
    @media (max-width: 792px) {
      .dropshipping-map .map-footer {
        margin: 38px 24px 0 24px; } }

.why-decostores {
  padding: 108px 0; }
  @media (max-width: 792px) {
    .why-decostores {
      padding: 24px 0; } }
  .why-decostores .why-decostores-tabs {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0; }
    @media (max-width: 564px) {
      .why-decostores .why-decostores-tabs {
        margin: 6px 0; } }
    .why-decostores .why-decostores-tabs .dropshipping-tab {
      width: 46%;
      margin: 26px 0;
      font-weight: bold;
      display: grid;
      grid-template-columns: 14% 86%; }
      @media (max-width: 1200px) {
        .why-decostores .why-decostores-tabs .dropshipping-tab {
          height: 152px; } }
      @media (max-width: 792px) {
        .why-decostores .why-decostores-tabs .dropshipping-tab {
          width: 100%;
          margin: 12px 0;
          padding: 6px;
          height: auto; } }
      @media (max-width: 564px) {
        .why-decostores .why-decostores-tabs .dropshipping-tab {
          margin: 2px 0; } }
      .why-decostores .why-decostores-tabs .dropshipping-tab .grid-item-1 {
        grid-column-start: 1;
        grid-column-end: 2;
        font-family: 'soraExtraBold';
        font-size: 56px;
        color: #3f8fb8;
        text-align: left;
        align-items: center; }
        @media (max-width: 1200px) {
          .why-decostores .why-decostores-tabs .dropshipping-tab .grid-item-1 {
            font-size: 42px; } }
        @media (max-width: 792px) {
          .why-decostores .why-decostores-tabs .dropshipping-tab .grid-item-1 {
            width: 100%; } }
        @media (max-width: 564px) {
          .why-decostores .why-decostores-tabs .dropshipping-tab .grid-item-1 {
            font-size: 32px; } }
      .why-decostores .why-decostores-tabs .dropshipping-tab .grid-item-2 {
        grid-column-start: 2;
        color: #3f8fb8;
        font-size: 21px;
        text-align: left;
        align-items: center;
        text-transform: uppercase;
        margin: 0 20px;
        justify-content: flex-start;
        font-size: 21px; }
        @media (max-width: 1200px) {
          .why-decostores .why-decostores-tabs .dropshipping-tab .grid-item-2 {
            font-size: 18px; } }
        @media (max-width: 792px) {
          .why-decostores .why-decostores-tabs .dropshipping-tab .grid-item-2 {
            width: 100%; } }
        @media (max-width: 564px) {
          .why-decostores .why-decostores-tabs .dropshipping-tab .grid-item-2 {
            font-size: 16px;
            margin: 0 6px; } }
      .why-decostores .why-decostores-tabs .dropshipping-tab .grid-item-3 {
        grid-column-start: 2;
        font-size: 17px;
        margin: 0 20px 12px 20px;
        font-weight: 500; }
        @media (max-width: 1200px) {
          .why-decostores .why-decostores-tabs .dropshipping-tab .grid-item-3 {
            font-size: 16px; } }
        @media (max-width: 564px) {
          .why-decostores .why-decostores-tabs .dropshipping-tab .grid-item-3 {
            margin: 0 6px; } }

.how-start-dropshipping .why-decostores-tabs {
  display: flex;
  margin: 36px 20px;
  flex-direction: column; }

.how-start-dropshipping .why-decostores-tab {
  display: flex;
  margin: 24px 0; }
  @media (max-width: 564px) {
    .how-start-dropshipping .why-decostores-tab {
      margin: 6px 0; } }
  .how-start-dropshipping .why-decostores-tab .tab-wrapper {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin-left: 54px; }
    @media (max-width: 792px) {
      .how-start-dropshipping .why-decostores-tab .tab-wrapper {
        margin-left: 12px; } }
    .how-start-dropshipping .why-decostores-tab .tab-wrapper p {
      font-size: 18px;
      font-family: 'soraRegular'; }
    @media (max-width: 564px) {
      .how-start-dropshipping .why-decostores-tab .tab-wrapper {
        font-size: 16px;
        padding-left: 20px; } }
  .how-start-dropshipping .why-decostores-tab .small-title {
    text-align: left;
    font-size: 32px;
    text-transform: none; }
    @media (max-width: 1200px) {
      .how-start-dropshipping .why-decostores-tab .small-title {
        font-size: 26px; } }
    @media (max-width: 792px) {
      .how-start-dropshipping .why-decostores-tab .small-title {
        font-size: 20px; } }
    @media (max-width: 564px) {
      .how-start-dropshipping .why-decostores-tab .small-title {
        margin: 0px 20px 12px 20px; } }
  .how-start-dropshipping .why-decostores-tab .tab-icon {
    min-width: 180px;
    min-height: 180px;
    width: 180px;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.2);
    align-items: center; }
    @media (max-width: 1200px) {
      .how-start-dropshipping .why-decostores-tab .tab-icon {
        min-height: 150px;
        min-width: 150px;
        width: 150px;
        height: 150px; } }
    @media (max-width: 792px) {
      .how-start-dropshipping .why-decostores-tab .tab-icon {
        min-height: 120px;
        min-width: 150px;
        width: 150px;
        height: 150px; } }
    @media (max-width: 564px) {
      .how-start-dropshipping .why-decostores-tab .tab-icon {
        box-shadow: none;
        position: absolute;
        min-height: 24px;
        min-width: 24px;
        width: 24px;
        height: 24px; } }
    @media (max-width: 1200px) {
      .how-start-dropshipping .why-decostores-tab .tab-icon img {
        height: 80px;
        width: 80px; } }
    @media (max-width: 792px) {
      .how-start-dropshipping .why-decostores-tab .tab-icon img {
        height: 50px;
        width: 50px; } }
    @media (max-width: 564px) {
      .how-start-dropshipping .why-decostores-tab .tab-icon img {
        height: 24px;
        width: 24px; } }

.brands {
  background-color: #f7f7f7; }
  .brands .small-title {
    padding: 100px 0 30px 0; }
    @media (max-width: 792px) {
      .brands .small-title {
        padding: 24px 0 12px 0; } }
  .brands .brands-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto; }
    .brands .brands-wrapper a {
      margin: auto;
      width: 22%;
      padding: 1% 5%;
      display: flex;
      justify-content: center; }
      @media (max-width: 564px) {
        .brands .brands-wrapper a {
          width: 40%; } }
      .brands .brands-wrapper a img {
        width: 100%;
        padding: 3%;
        object-fit: contain;
        height: 72px;
        filter: grayscale(100%) brightness(0.5); }
        .brands .brands-wrapper a img.naklejki {
          filter: grayscale(100%) brightness(0.8); }
        .brands .brands-wrapper a img:hover {
          filter: none; }

.slider {
  background-color: #f7f7f7;
  padding: 60px 0;
  border-bottom: 7px groove #edecec40; }
  @media (max-width: 792px) {
    .slider {
      padding: 24px 0; } }

#productSlider {
  margin: 36px 0; }
  #productSlider .owl-stage-outer {
    overflow: hidden;
    max-height: 618px; }
    #productSlider .owl-stage-outer .owl-stage {
      display: flex; }
  #productSlider .slider-header {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    flex-wrap: wrap; }
    @media (max-width: 792px) {
      #productSlider .slider-header {
        margin: 12px 0;
        justify-content: space-around; } }
    #productSlider .slider-header .slider-header-item {
      cursor: pointer;
      font-weight: 600;
      margin: 12px; }
      @media (max-width: 384px) {
        #productSlider .slider-header .slider-header-item {
          width: 40%; }
          #productSlider .slider-header .slider-header-item:nth-child(2n) {
            text-align: right; } }
      #productSlider .slider-header .slider-header-item.on {
        color: #5ab9ea;
        pointer-events: none; }
      #productSlider .slider-header .slider-header-item:hover {
        color: #5ab9ea; }
  #productSlider #mainPhoto {
    margin-bottom: 18px; }
    #productSlider #mainPhoto img {
      height: 100%;
      max-width: 100%;
      object-fit: cover;
      object-position: center; }
  #productSlider .galery-stage {
    width: 968px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin: 24px 0;
    height: 168px; }
    @media (max-width: 1200px) {
      #productSlider .galery-stage {
        height: 130px; } }
    @media (max-width: 792px) {
      #productSlider .galery-stage {
        height: 115px; } }
    @media (max-width: 564px) {
      #productSlider .galery-stage {
        height: 100px; } }
  #productSlider .slider-control {
    font-size: 50px;
    position: relative;
    z-index: 5;
    cursor: pointer;
    background-size: auto;
    width: 50px; }
    @media (max-width: 792px) {
      #productSlider .slider-control {
        background-size: contain; } }
    @media (max-width: 564px) {
      #productSlider .slider-control {
        width: 100px; } }
  #productSlider #slider-gallery {
    position: relative;
    max-height: 150px; }
    #productSlider #slider-gallery .owl-item img {
      width: 100%;
      height: 100%; }
    #productSlider #slider-gallery .owl-nav {
      display: flex;
      justify-content: space-between;
      position: relative;
      width: 1068px;
      left: -50px;
      height: 100px; }
      @media (max-width: 1200px) {
        #productSlider #slider-gallery .owl-nav {
          display: none; } }
      #productSlider #slider-gallery .owl-nav .owl-prev {
        background-image: url("../img/left-arrow.png");
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 2px;
        border: none;
        background-color: unset;
        width: 50px;
        top: -120px;
        position: relative; }
      #productSlider #slider-gallery .owl-nav .owl-next {
        background-image: url("../img/right-arrow.png");
        background-repeat: no-repeat;
        background-position: center;
        background-color: unset;
        border: none;
        width: 50px;
        top: -120px;
        position: relative; }

.feedback {
  margin: 54px 0; }
  .feedback .opinions {
    margin: 12px 54px; }
    @media (max-width: 564px) {
      .feedback .opinions {
        margin: 0; } }
    .feedback .opinions .opinion {
      display: flex;
      margin: 54px 0; }
      @media (max-width: 792px) {
        .feedback .opinions .opinion {
          margin: 12px 0; } }
      @media (max-width: 564px) {
        .feedback .opinions .opinion {
          margin: 2px 0; } }
      .feedback .opinions .opinion .opinin-avatar {
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .feedback .opinions .opinion .opinin-avatar img {
          height: 150px; }
          @media (max-width: 1200px) {
            .feedback .opinions .opinion .opinin-avatar img {
              height: 130px; } }
          @media (max-width: 792px) {
            .feedback .opinions .opinion .opinin-avatar img {
              height: 50px; } }
          @media (max-width: 564px) {
            .feedback .opinions .opinion .opinin-avatar img {
              display: none; } }
      .feedback .opinions .opinion .opinion-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #fcfcfc;
        border-radius: 15px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
        width: 100%;
        padding: 24px 46px;
        margin-left: 24px; }
        @media (max-width: 792px) {
          .feedback .opinions .opinion .opinion-content {
            padding: 12px;
            margin-left: 16px; } }
        @media (max-width: 564px) {
          .feedback .opinions .opinion .opinion-content {
            box-shadow: none;
            border-radius: unset;
            border-bottom: 1px solid #5ab9ea;
            margin: 0; } }
        .feedback .opinions .opinion .opinion-content .opinion-head {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        .feedback .opinions .opinion .opinion-content .opinion-author {
          font-family: 'soraExtraBold';
          font-size: 29px;
          margin: 6px 0; }
          @media (max-width: 1200px) {
            .feedback .opinions .opinion .opinion-content .opinion-author {
              font-size: 22px; } }
          @media (max-width: 792px) {
            .feedback .opinions .opinion .opinion-content .opinion-author {
              font-size: 18px; } }
        .feedback .opinions .opinion .opinion-content .opinin-date {
          font-size: 19px;
          color: #808080; }
          @media (max-width: 1200px) {
            .feedback .opinions .opinion .opinion-content .opinin-date {
              font-size: 16px; } }
        .feedback .opinions .opinion .opinion-content .opinion-text {
          font-size: 17px;
          font-family: 'soraRegular'; }
          @media (max-width: 1200px) {
            .feedback .opinions .opinion .opinion-content .opinion-text {
              font-size: 16px; } }
          @media (max-width: 792px) {
            .feedback .opinions .opinion .opinion-content .opinion-text {
              font-size: 12px;
              min-height: 54px; } }

.descr p {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: 0.5px;
  font-family: 'soraRegular'; }
  @media (max-width: 1200px) {
    .descr p {
      font-size: 18px; } }
  @media (max-width: 792px) {
    .descr p {
      font-size: 16px; } }

.integration {
  padding: 108px 0;
  background-color: #f7f7f7; }
  @media (max-width: 1200px) {
    .integration {
      padding: 24px 0; } }
  .integration .small-title {
    margin-bottom: 54px; }
  .integration .descr p:first-child {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 18px; }
    @media (max-width: 1200px) {
      .integration .descr p:first-child {
        font-size: 20px; } }
  .integration .integration-partners {
    display: flex;
    justify-content: space-around;
    margin: 54px 0;
    align-items: center; }
    @media (max-width: 564px) {
      .integration .integration-partners {
        margin: 48px 0;
        flex-direction: column; } }
    .integration .integration-partners img {
      width: 32%; }
      @media (max-width: 564px) {
        .integration .integration-partners img {
          margin: 6px;
          width: 42%; } }

.section-faq {
  background-color: #f7f7f7;
  border-bottom: 7px groove #edecec40; }
  .section-faq .descr {
    margin: 54px; }
    @media (max-width: 564px) {
      .section-faq .descr {
        margin: 24px 0; } }
  .section-faq .integration-table {
    border-bottom: 4px solid #525252;
    margin-bottom: 108px; }
    @media (max-width: 564px) {
      .section-faq .integration-table {
        margin-bottom: 48px; } }
    .section-faq .integration-table .table-item {
      border: 4px solid #525252;
      border-bottom: none;
      overflow: hidden;
      cursor: pointer; }
      .section-faq .integration-table .table-item .table-cell-ico:after {
        content: '+'; }
      .section-faq .integration-table .table-item.on .title {
        color: #5ab9ea;
        border-bottom: 3px solid #525252; }
      .section-faq .integration-table .table-item.on .table-cell-ico:after {
        content: '-'; }
      .section-faq .integration-table .table-item .title {
        padding: 24px 54px;
        font-size: 23px;
        font-weight: 600;
        display: flex; }
        @media (max-width: 1200px) {
          .section-faq .integration-table .table-item .title {
            font-size: 18px;
            padding: 18px 12px; } }
        @media (max-width: 792px) {
          .section-faq .integration-table .table-item .title {
            font-size: 16px;
            padding: 16px 10px; } }
        .section-faq .integration-table .table-item .title .table-cell-ico {
          margin: 0 12px; }
      .section-faq .integration-table .table-item .table-item-descr {
        padding: 24px 54px;
        display: none;
        font-family: 'soraRegular'; }
  .section-faq .archiwmens {
    display: flex;
    padding: 54px 0 108px 0;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 564px) {
      .section-faq .archiwmens {
        justify-content: center;
        padding: 24px 0; } }
    .section-faq .archiwmens .archiwment-item {
      display: flex;
      align-items: center;
      margin: 12px 0; }
      .section-faq .archiwmens .archiwment-item.onet img {
        width: 40%; }
      .section-faq .archiwmens .archiwment-item:first-child {
        flex-direction: column; }
        .section-faq .archiwmens .archiwment-item:first-child p {
          font-size: 14px; }
          @media (max-width: 1200px) {
            .section-faq .archiwmens .archiwment-item:first-child p {
              font-size: 10px; } }
      .section-faq .archiwmens .archiwment-item p {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 0;
        text-transform: uppercase; }
      .section-faq .archiwmens .archiwment-item img {
        width: 80%; }

.team {
  margin: 108px 0; }
  @media (max-width: 792px) {
    .team {
      margin: 24px 0; } }
  .team .team-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto; }
    @media (max-width: 1200px) {
      .team .team-tabs {
        justify-content: space-around; } }
    @media (max-width: 960px) {
      .team .team-tabs {
        max-width: 600px; } }
    .team .team-tabs .teammate {
      display: flex;
      align-items: center;
      flex-direction: row;
      width: 472px;
      margin: 36px 0;
      background-color: #fcfcfc;
      border-radius: 15px;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2); }
      @media (max-width: 1200px) {
        .team .team-tabs .teammate {
          flex-direction: column;
          width: 220px; } }
      @media (max-width: 792px) {
        .team .team-tabs .teammate {
          flex-direction: row;
          width: 100%; } }
      @media (max-width: 792px) {
        .team .team-tabs .teammate {
          margin: 6px auto; } }
      .team .team-tabs .teammate .descr {
        margin: 18px; }
        @media (max-width: 792px) {
          .team .team-tabs .teammate .descr {
            margin: 6px; } }
        .team .team-tabs .teammate .descr .name {
          font-size: 26px;
          font-weight: bold;
          margin-bottom: 17px; }
        .team .team-tabs .teammate .descr .text {
          text-align: left;
          font-size: 16px; }
          @media (max-width: 1200px) {
            .team .team-tabs .teammate .descr .text {
              font-size: 15px; } }
      .team .team-tabs .teammate img {
	border-radius: 20px 0;
        width: 180px; }
        @media (max-width: 1200px) {
          .team .team-tabs .teammate img {
            border-radius: 20px;
            width: 220px; } }
        @media (max-width: 792px) {
          .team .team-tabs .teammate img {
            width: 160px;
            border-radius: unset; } }

.contact-form {
  padding-bottom: 108px;
  border-bottom: 7px groove #edecec40; }
  @media (max-width: 792px) {
    .contact-form {
      padding-bottom: 24px; } }
  .contact-form .small-title {
    margin: 24px 0; }
  .contact-form .subtitle {
    font-size: 23px; }
    @media (max-width: 792px) {
      .contact-form .subtitle {
        font-size: 18px; } }
  .contact-form #contact-form {
    margin: 54px 0; }
    .contact-form #contact-form input,
    .contact-form #contact-form textarea {
      max-width: 426px;
      display: block;
      background-color: #fcfcfc;
      border-radius: 15px;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
      font-size: 18px;
      border: none;
      padding: 23px;
      margin: 12px 0;
      text-align: center;
      cursor: pointer;
      font-weight: bold;
      color: #525252; }
    .contact-form #contact-form input {
      width: 50%; }
      @media (max-width: 1200px) {
        .contact-form #contact-form input {
          width: 41%; } }
      @media (max-width: 792px) {
        .contact-form #contact-form input {
          width: 100%;
          max-width: unset; } }
    .contact-form #contact-form textarea {
      width: 100%; }
    .contact-form #contact-form .input-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .contact-form #contact-form textarea {
      max-width: unset;
      resize: none;
      box-sizing: border-box; }
    .contact-form #contact-form #formmsg {
      display: none; }
    .contact-form #contact-form #submit {
      display: block;
      border-radius: 15px;
      box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
      font-size: 18px;
      border: none;
      padding: 23px;
      margin: 12px 0;
      text-align: center;
      cursor: pointer;
      font-weight: bold;
      background: #525252;
      color: #ffffff;
      max-width: unset;
      margin: 24px 0;
      transition: 0.4s;
      width: 100%; }
      .contact-form #contact-form #submit:hover {
        background-color: #5ab9ea;
        transition: 0.4s; }

.footer {
  padding: 24px 0;
  background-color: #f7f7f7; }
  .footer .container {
    max-width: 800px; }
  .footer .contact-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 54px; }
    @media (max-width: 792px) {
      .footer .contact-tabs {
        margin: 20px auto; } }
    @media (max-width: 564px) {
      .footer .contact-tabs {
        max-width: 220px; } }
    .footer .contact-tabs .footer-tab {
      display: flex;
      flex-direction: column;
      align-items: center;
      align-content: space-between;
      justify-content: flex-start;
      margin: 12px 0; }
      .footer .contact-tabs .footer-tab .footer-tab-img {
        height: 64px;
        display: flex;
        align-content: center;
        flex-direction: column; }
      .footer .contact-tabs .footer-tab .tab-title {
        font-size: 12px;
        font-weight: 600;
        margin-bottom: 8px;
        text-transform: uppercase;
        letter-spacing: 2px; }
      .footer .contact-tabs .footer-tab .tab-text {
        font-size: 12px;
        margin-bottom: 0;
        font-family: 'sora', 'semi-bold'; }
  .footer .footer-logo {
    align-items: center;
    display: flex;
    flex-direction: column; }
    .footer .footer-logo .footer-label {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 600; }
