.layout-master > main#main {
  margin-bottom: 60px;
}

.layout-master > main#main .content {
  margin-top: -30px;
  z-index: 2;
}

.layout-master > main#main .breadcrumb::before {
  color: #0c678f;
}

.layout-master > main#main #heading .breadcrumb a {
  color: #0c678f;
}

.layout-master > main#main elements-api div {
  position: initial;
}

@media screen and (max-width: 768px) {
  .layout-master > main#main {
    padding-top: 3rem !important;
  }
}

.layout-master > main#main #heading {
  margin-bottom: 20px;
  background-color: #FFFFFF;
}

.layout-master > main#main #heading h4 {
  font-size: 10px;
  color: #999999;
  font-family: "mtn-bold";
  margin: 0 0 0 6px;
}

.layout-master > main#main #heading .flags {
  text-align: right;
}

@media (max-width: 767px) {
  .layout-master > main#main #heading .flags {
    text-align: initial;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .layout-master > main#main #heading .flags {
    text-align: initial;
  }
}

.layout-master > main#main #heading .flag {
  width: 15px;
  height: 15px;
  margin-left: 6px;
}

.layout-master > main#main #heading h1 {
  word-break: break-word;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .layout-master > main#main #heading .right-side {
    top: 14px;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .layout-master > main#main #heading .right-side {
    position: initial;
    display: flex;
    padding-top: 2rem;
    height: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .layout-master > main#main #heading {
    background-color: transparent;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.layout-master > main#main #product-specification .no-specification {
  background: url("/images/no-specification-bg.png") no-repeat center/cover;
  color: #FFF;
  border-radius: 20px;
  display: inline-block;
  padding: 30px;
}

@media (max-width: 767px) {
  .layout-master > main#main #product-specification .no-specification {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .layout-master > main#main #product-specification .no-specification {
    width: 400px;
  }
}

.layout-master > main#main #product-specification .no-specification p {
  margin-top: 0;
  font-size: 12px;
  font-family: "mtn-bold";
  display: block;
}

.layout-master > main#main #product-specification .no-specification h2 {
  color: #FFF;
  font-size: 32px;
  margin-top: 0;
  display: block;
}

.layout-master > main#main #product-specification .no-specification a {
  color: #FFF;
}

@media (max-width: 767px) {
  .layout-master > main#main #product-specification .no-specification a {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
    align-items: center;
  }
}

.layout-master > main#main #product-specification .no-specification a:hover {
  color: #1a1a1a;
}

.layout-master > main#main .alternatives .alternative-cards {
  display: flex;
}

@media (max-width: 767px) {
  .layout-master > main#main .alternatives .alternative-cards {
    flex-direction: column;
  }
}

.layout-master > main#main .alternatives h3 {
  font-family: "mtn-regular";
  margin-top: 40px;
}

@media (max-width: 767px) {
  .layout-master > main#main .alternatives .card {
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .layout-master > main#main .alternatives .card {
    flex: 0 0 33%;
  }
}

@media (min-width: 768px) {
  .layout-master > main#main .alternatives .card:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (min-width: 768px) {
  #elements-api-desktop {
    position: initial;
  }
}

@media screen and (max-width: 768px) {
  #elements-api-desktop {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #elements-api-mobile {
    display: none;
  }
}

#button-specification {
  background-color: transparent !important;
  color: #000000;
  font-size: 17px;
  padding: 0px;
}

.endpoint-available {
  margin-top: -19px;
}

#product-sections .product-top-block {
  width: calc(100% + 80px);
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.04);
  display: flex;
  margin-left: -40px;
  padding: 0px 40px;
}

@media (max-width: 768px) {
  #product-sections .product-top-block {
    flex-direction: column;
  }
}

#product-sections .product-top-block .each-product-block {
  width: 50%;
  height: 100%;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  #product-sections .product-top-block .each-product-block {
    width: 100%;
  }
}

#product-sections .product-top-block .each-product-block:nth-child(1) {
  margin-right: 10px;
}

#product-sections .product-top-block .flags {
  display: flex;
  flex-wrap: wrap;
}

#product-sections .product-top-block .flags .each-country {
  display: flex;
  align-items: center;
  width: 23%;
  border-radius: 2px;
  background: #FFF;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.04);
  margin-bottom: 10px;
  margin-right: 8px;
}

#product-sections .product-top-block .flags .each-country img {
  width: 36px;
  height: 24px;
  margin-right: 10px;
  border-radius: 2px;
  border: 1px solid #E4E4E4;
}

#product-sections .product-top-block .flags .each-country .country-name {
  font-size: 12px;
}

@media (max-width: 768px) {
  #product-sections .product-top-block .flags .each-country {
    width: 48%;
  }

  #product-sections .product-top-block .flags .each-country .country-name {
    font-size: 14px;
  }
}

#product-sections .product-top-block .each-call-to-action {
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  width: 100%;
  margin-bottom: 16px;
  padding: 16px 32px;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}

#product-sections .product-top-block .each-call-to-action .left-data {
  width: calc(100% - 230px);
}

@media (max-width: 768px) {
  #product-sections .product-top-block .each-call-to-action {
    flex-direction: column;
  }

  #product-sections .product-top-block .each-call-to-action .left-data {
    width: 100%;
  }
}

#product-sections .product-top-block .each-call-to-action .block-header {
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-top: 11px;
  margin-bottom: -11px;
}

#product-sections .product-top-block .each-call-to-action p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}

#product-sections .product-top-block .each-call-to-action .action-btn-product {
  width: 214px;
  height: 45px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  #product-sections .product-top-block .each-call-to-action .action-btn-product {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  #product-sections .product-section-button {
    display: inline-block;
    margin: 30px 6px 0px 0;
    background-color: #FFF;
    border: none;
    font-size: 17px;
    padding: 0px;
  }

  #product-sections .product-section-button:hover {
    background-color: #FFF;
  }
}

@media screen and (max-width: 768px) {
  #product-sections .product-section-button {
    height: 30px;
    margin-bottom: 10px;
    border: none;
    margin-top: 40px;
  }
}

#product-sections .product-section {
  display: none;
  word-break: break-word;
}

@media (max-width: 767px) {
  #product-sections .product-section h2:first-of-type {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #product-sections .product-section h2:first-of-type {
    display: none;
  }
}

@media (max-width: 767px) {
  #product-sections .product-section a:first-of-type {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #product-sections .product-section a:first-of-type {
    display: none;
  }
}

@media (max-width: 767px) {
  #product-sections .product-section a:nth-of-type(2) {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #product-sections .product-section a:nth-of-type(2) {
    display: none;
  }
}

#product-sections.product-docs #product-docs,
#product-sections.product-overview #product-overview,
#product-sections.product-specification #product-specification {
  display: block;
  margin-top: 30px;
}

@media (max-width: 768px) {
  #product-sections.product-docs #product-docs,
  #product-sections.product-overview #product-overview,
  #product-sections.product-specification #product-specification {
    margin-top: -16px;
  }
}

#product-sections .key-features {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

#product-sections .key-feature {
  margin: 0 40px;
  max-width: 150px;
}

#product-sections .specification-description {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #product-sections .specification-description {
    margin: 6px 0 0 38px;
  }
}

@media screen and (max-width: 768px) {
  #product-sections .specification-description {
    margin: 6px 0 0 0;
  }
}

#product-sections .specification-detail {
  padding: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #product-sections .specification-detail {
    flex-direction: column;
  }
}

#product-sections .specification-detail.open .endpoint svg {
  transform: rotate(90deg);
}

#product-sections .specification-detail.open .specification-options,
#product-sections .specification-detail.open .specification-responses {
  display: block;
}

#product-sections .endpoint {
  display: flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  font-family: "Montserrat-Light";
  cursor: pointer;
  z-index: 2;
}

#product-sections .endpoint svg {
  margin-right: 16px;
  transition: transform 0.356s;
}

#product-sections .endpoint .tag {
  margin-right: 14px;
  font-weight: normal;
}

#product-sections .get {
  background-color: #0c678f;
}

#product-sections .post {
  background-color: #19ac4a;
}

#product-sections .put,
#product-sections .patch {
  background-color: #fc0;
}

#product-sections .delete {
  background-color: #bb1e4f;
}

#product-sections h4 {
  font-family: "mtn-bold";
  margin: 20px 0 10px;
  position: relative;
}

#product-sections h4:first-child {
  margin: 0 0 10px;
}

#product-sections .collapseable {
  cursor: pointer;
  padding-left: 28px;
}

#product-sections .collapseable svg {
  position: absolute;
  left: 0;
  top: -2px;
  transition: transform 0.356s;
  width: 22px;
}

#product-sections .collapseable + .parameters {
  display: none;
}

#product-sections .collapseable.open + .parameters {
  display: block;
}

#product-sections .collapseable.open svg {
  transform: rotate(90deg);
}

#product-sections .parameter {
  height: 40px;
  overflow: hidden;
  font-size: 12px;
  font-family: "mtn-Light";
  padding-left: 22px;
}

#product-sections .parameter.open {
  height: auto;
}

#product-sections .parameter.open svg {
  transform: rotate(90deg);
}

#product-sections .parameter h5 {
  font-family: "mtn-regular";
  margin-bottom: 5px;
  cursor: pointer;
}

#product-sections .parameter h5 svg {
  width: 20px;
  position: absolute;
  left: 0;
  transition: transform 0.356s;
  margin-top: -2px;
}

#product-sections .parameter h5 .tag {
  font-family: "mtn-Light";
  font-size: 10px;
}

#product-sections .specification-request pre {
  -moz-tab-size: 16px;
    -o-tab-size: 16px;
       tab-size: 16px;
  white-space: pre-wrap;
}

#product-sections .specification-options {
  display: none;
  flex: 0 1 40%;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  #product-sections .specification-options {
    margin-right: 40px;
  }
}

#product-sections .specification-responses {
  display: none;
  flex: 1 1 55%;
  overflow: hidden;
  background-color: #e6e6e6;
  border-radius: 8px;
  padding: 10px;
  margin-top: 50px;
}

#product-sections .specification-response > h6 {
  background-color: #fc0;
  padding: 10px;
  border-radius: 5px;
  margin: 0 0 5px;
  font-size: 10px;
  font-family: "mtn-regular", sans-serif;
  cursor: pointer;
}

#product-sections .specification-response.last > h6 {
  margin: 0;
}

#product-sections .specification-response svg {
  top: 8px;
  position: absolute;
  right: 10px;
  width: 18px;
}

#product-sections .specification-response .response-details {
  display: none;
}

#product-sections .specification-response .response-details.show-model .detail-example {
  display: none;
}

#product-sections .specification-response .response-details.show-example .detail-model {
  display: none;
}

#product-sections .specification-response .response-details.show-example .model {
  background-color: transparent;
  color: #666666;
}

#product-sections .specification-response .response-details button {
  margin: 20px 5px 10px 0;
}

#product-sections .specification-response.open > .response-details {
  display: block;
}

#product-sections .specification-response.open > h6 svg + svg {
  display: none;
}

#product-sections .specification-response .detail-model {
  font-size: 1rem;
}

#product-sections .specification-response .detail-model h6,
#product-sections .specification-response .detail-model .tag {
  font-size: 1rem;
}

#product-sections .specification-response .detail-model h6 {
  margin-top: 10px;
  padding-top: 10px;
  margin-bottom: 0;
  position: relative;
}

#product-sections .specification-response .detail-model h6.has-children {
  border-top: 2px solid #cccccc;
}

#product-sections .specification-response .detail-model .has-children {
  font-size: 1.4rem;
  font-family: "Montserrat-Bold";
  cursor: pointer;
}

#product-sections .specification-response .detail-model .schema {
  display: none;
  padding-left: 10px;
}

#product-sections .specification-response .detail-model .schema.open > h6 svg + svg {
  display: none;
}

#product-sections .specification-response .detail-model > .schema {
  padding-left: 0;
}

#product-sections .specification-response .detail-model > .schema:first-child h6 {
  border: none;
  padding-top: 0;
}

#product-sections .specification-response .detail-model > .schema,
#product-sections .specification-response .detail-model .schema.open > .schema {
  display: block;
}

#product-sections .specification-response .detail-model svg {
  top: 0;
}


