@font-face {
  font-family: RobotoLight;
  src: url("../themes/sellan/font/Roboto-Light.ttf");
}
@font-face {
  font-family: Roboto;
  src: url("../themes/sellan/font/Roboto-Regular.ttf");
}
@font-face {
  font-family: RobotoMedium;
  src: url("../themes/sellan/font/Roboto-Medium.ttf");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #A2A7B4;
  font-family: "RobotoMedium";
}

body {
  font-family: "RobotoLight";
}

.table {
  background: #f2f6f6;
  width: 100%;
  margin: 0 auto;
  color: #A2A7B4;
  font-family: "Roboto";
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 10px;
  padding: 5px 35px 5px 25px;
}

.table .tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  font-family: "RobotoMedium";
}

.table .code-web {
  width: 26%;
  text-align: end;
}

.table .type {
  width: 55%;
}

.sellan-api-links .wrap-modul {
  width: 33%;
}

.sellan-api-links .wrap-modul span {
  color: #7C808C;
  font-size: 12px;
  display: block;
}

.sellan-api-links .wrap-modul small {
  font-size: 13px;
  color: #B0CDD3;
}

.sellan-api-links .link-lib {
  width: 80%;
  display: flex;
  align-items: center;
}

.sellan-api-links .wrap .version {
  width: 15%;
  text-align: end;
}

.api-ver {
  width: auto !important;
}

.web-ver {
  width: auto !important;
}

.sellan-api {
  width: 85%;
  margin: 0 auto;
}

.sellan-header__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 30px;
}

.text-center {
  padding: 10px 0;
}

.text-center img {
  width: 200px;
}

.sellan-content {
  border: 1px solid #D3DEE0;
  box-shadow: 1px 5px 20px rgba(0, 0, 0, 0.02);
  border-radius: 22px;
  margin-bottom: 20px;
}

.item {
  border-bottom: 2px solid #D3DEE0;
  overflow: hidden;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Roboto";
  padding: 0 35px 0 23px;
}

.breadcrumb-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb-item a {
  margin-right: 35px;
  height: 70px;
  display: flex;
  align-items: center;
  border-bottom: 3px solid transparent;
}

.breadcrumb-item a:hover {
  border-bottom: 3px solid #006CD2;
  color: #006CD2;
  font-size: 16px;
}

.item-header {
  letter-spacing: 0.01em;
  font-size: 14px;
  margin: 0;
  color: #A2A7B4;
  display: flex;
  align-items: center;
}

.item-header span {
  letter-spacing: 0.01em;
  color: #7C808C;
}

.item-header img {
  margin-left: 10px;
}

.sellan-api-links {
  min-height: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D3DEE0;
}

.sellan-api-links:hover {
  background: #f2f6f6;
}

.sellan-api-links:hover .wrap a {
  color: #006CD2;
}

.sellan-api-links:hover .wrap span {
  color: #006CD2 !important;
}

.sellan-api-links:hover .wrap .web-type {
  color: #006CD2;
}

.sellan-api-links .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 0 35px 0 25px;
}

.sellan-api-links .wrap a {
  color: #272828;
  transition: 0.1s ease;
  width: 55%;
}

.sellan-api-links .wrap a:hover {
  color: #006CD2;
  text-decoration: underline;
}

.sellan-api-links .wrap span {
  font-family: "Roboto";
}

.web-type {
  width: auto;
  text-align: left;
  font-family: "RobotoMedium" !important;
  color: #272828 !important;
  font-size: 15px;
  letter-spacing: 0.01em;
}

.code{
  color: #7C808C;
  width: 28%;
  text-align: end;
}

/* active-link */
.active-link:focus{
  color: #006CD2;
}

.active-link{
  color: #006CD2;
}

@media screen and (max-width: 850px) {
  .item {
    flex-direction: column;
    justify-content: center;
  }
  .breadcrumb-item a {
    height: 40px;
  }
  .web-type {
    width: auto !important;
  }
}
@media screen and (max-width: 770px) {
  .sellan-api-links .wrap a {
    text-decoration: underline;
    color: #006CD2;
    width: auto;
  }
  .sellan-api-links .wrap p {
    width: auto;
  }
  .table {
    display: none;
  }
  .code{
    width: auto;
    font-size: 13px;
  }
  .sellan-api-links .wrap {
    padding: 8px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .sellan-api-links .link-lib {
    width: auto;
    font-size: 14px;
    flex-direction: column;
  }

  .sellan-api-links .link-lib small {
      font-size: 13px;
      margin-top: 10px;
      display: block;
  }
  .sellan-api-links .link-lib .version{
    font-size: 14px;
  }

  .sellan-api-links .wrap-modul {
    width: auto;
  }
  .sellan-api-links .wrap .version {
    width: auto;
    font-size: 13px;
  }
}
@media screen and (max-width: 672px) {
  .sellan-header__header {
    flex-direction: column;
  }
  .breadcrumb {
    justify-content: center;
  }
  .breadcrumb-item {
    flex-direction: column;
  }
  .breadcrumb-item a {
    height: auto;
    margin: 0;
  }
  .item-header {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .sellan-api-links .wrap a {
    padding-bottom: 10px;
  }
  .sellan-api {
    margin-bottom: 20px;
  }
  .web-type {
    font-size: 13px !important;
  }
} /*# sourceMappingURL=sellan-web.css.map */