
.button-element {
  margin: 0 auto;
  padding: 7px 0 7px;
}

.artcl-section-wrapper {
  max-width: 720px;
  margin: 0 auto;
}
.artcl-intro-section {
  padding: 20px 15px 0;
}
.artcl-main-content {
  padding: 22px 15px 15px;
}
.artcl-section {
/*   padding: 23px 0 20px; */
  padding: 18px 0 15px;
}
.artcl-subsection {
  padding-top: 20px;
  padding-bottom: 0px;
}

.heading-h1 {
  font-size: 2.8rem;
  line-height: 1.25;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 19px;
}
.heading-h2 {
  font-size: 2.4rem;
  line-height: 1.25;
  line-height: 1.26666667;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 14px;
}
.heading-h3 {
  font-size: 2.1rem;
  line-height: 1.333;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 11px;
}
.heading-h4 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
}

.artcl-image-wrapper {
  margin: 10px auto;
  text-align: center;
}

.artcl-figure {
  margin: 0 auto;
  text-align: center;
}
.artcl-figure + .artcl-figure {
  margin-top: 30px;
}
.artcl-figcaption {
  position: relative;
  z-index: 10;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #818181;
  margin-top: 10px;
  margin-bottom: -6px;
}

.artcl-ordered-list,
.artcl-unordered-list {
  margin-top: 10px;
  margin-bottom: 10px;
}
.artcl-unordered-list {
  padding-left: 0;
}
.artcl-unordered-list > li:not(:first-child) {
  margin-top: 10px;
}
.artcl-unordered-list li {
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.artcl-unordered-list li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #777777;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 1rem;
}
.artcl-unordered-list ul {
  margin-left: 0;
  padding-left: 0;
  font-size: 1.6rem;
}
.artcl-unordered-list ul li {
  padding-left: 16px;
  margin-top: 6px;
}
.artcl-unordered-list ul li::before {
  background-color: transparent;
  border: 2px solid #777777;
  width: 8px;
  height: 8px;
}

.artcl-ordered-list {
  padding-left: 25px;
}
.artcl-ordered-list li {
  padding-left: 5px;
}
.artcl-menu {
  margin-top: 15px;
}



.artcl-step-non-list-item,
.artcl-step-list-item {
  position: relative;
  padding-left: 4rem;


  position: relative;
  padding-left: 35px;
  margin: 30px auto;

}
.artcl-step-list-item::before {
  content: attr(data-list-item);
  position: absolute;
  left: 0;
  top: 0;
/*   transform: translateY(-10%); */
  display: inline-block;
  width: 3rem;
  height: 3rem;
  border-radius: 10rem;
  text-align: center;
  line-height: 1.34615385;
  font-size: 2rem;
  color: #222;
  font-weight: 600;


  top: -1px;
  border-radius: 4rem;
/*   line-height: 2.6rem; */
  color: #232323;
  border: 2px solid #e8bf41;
/*   letter-spacing: -.2rem; */
/*   text-indent: -.2rem; */

}



.related-links-section {
  padding: 30px 15px;
  background-color: #F3F3F3;
}
.related-links-wrapper {
  max-width: 640px;
  margin: 0 auto;
}
.related-links-title {
  position: relative;
/*   display: inline-block; */
/*   width: 100%; */
  margin-top: 15px;
  margin-bottom: 7px;
  padding-left: 4.2rem;
  font-size: 1.8rem;
  line-height: 1.36363636;
  font-weight: 400;
  color: #2E3838;
}
.related-links-title::before {
  content: "";
  display: block;
  width: 32px;
  height: 33px;
  position: absolute;
  left: 0;
  margin-top: 6px;
  background: url(/assets/img/resources/related-articles-icon.svg) no-repeat left top / contain;
}
.related-links-list {
  margin-top: 6px;
  padding-left: 4.2rem;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.59;
}
.related-links-list li {
  margin-bottom: 10px;
}
.related-links-list li a {
  color: #2E3838;
  
}
.related-links-all-articles {
  font-size: 1.2rem;
  margin-top: 19px;
}


.chess-order-item:not(:first-child) { /* vector-art-app */
  margin-top: 44px;
}
.chess-order-item-text p:last-child {
  margin-bottom: 0;
}
.chess-order-title {
  font-size: 1.9rem;
  line-height: 1.333;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 11px;  
}

.artcl-app-section {
  margin-top: 40px;
  margin-bottom: 60px;
}
.artcl-app-section .chess-order-item-image {
  margin-bottom: 10px;
}
.artcl-app-section .chess-order-item-image img {
  max-width: 30%;
}

.artcl-offer-section {
  padding: 0 20px;
  background-color: #ebebeb;
  overflow: hidden;
}
.artcl-offer-section-content {
  padding: 40px 0 40px;
  max-width: 712px;
  margin: auto;
  text-align: center;
}
.artcl-offer-section-icon {
  margin-bottom: 25px;
}
.letters-outro-section .artcl-offer-section-icon img {
  width: 100px;
  margin-right: -25px;  
}
.artcl-offer-section .button-element {
  display: inline-block;
  margin-top: 20px;
}
.artcl-offer-section .button-element + .button-element {
  margin-left: 20px;
}
.artcl-offer-section .button-flexible {
  padding: 8px 21px;
  width: auto;
}

.additional-fonts-gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 10px;
}
.additional-fonts-item {
  width: 31%;
  text-align: center;
  text-decoration: none;
  margin-bottom: 25px;
}
.additional-fonts-item:hover img {
  opacity: .75;
}
.additional-fonts-name {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.2;
}
.additional-fonts-item:hover .additional-fonts-name {
  color: #d1bc7d;
}

.artcl-publication-date {
  font-size: 1.3rem;
  font-style: italic;
  text-align: right;
}

.free-logo-makers .artcl-subsection {
  margin-top: 20px;
}

.yt-container {
  text-align: center;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  margin-top: 40px;
}
.yt-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;  
  top: 0;
  border: none;
}

.video-container {
  position: relative;
}
.play-btn {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.6);
  border: 2px solid #ffffff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);  
  transition: background-color .25s ease;
  z-index: 55;
}
.play-btn:hover {
  background-color: rgba(51, 51, 51, 1);
}      
.play-btn-triangle {
  width: 100%;
  fill: #ffffff;
}
.play-btn-shadow {
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.2);  
}


@media only screen and (min-width: 568px) {
  .heading-h1 {
    font-size: 3.6rem;
    margin-bottom: 30px;
  }
  .heading-h2 {
    font-size: 3rem;
  }
  .heading-h3 {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .heading-h4 {
    font-size: 2rem;
  }

  .artcl-image-wrapper {
    margin-top: 28px;
    margin-bottom: 23px;
    margin-bottom: 28px;
  }
  .artcl-figure + .artcl-figure {
    margin-top: 45px;
  }
  .artcl-figcaption {
    font-size: 1.4rem;
    margin-top: 15px;
  }

  .additional-fonts-gallery {
    margin-bottom: 30px;
  }

  .artcl-publication-date {
    font-size: 1.5rem;
    padding-top: 20px;
  }

  .related-links-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .related-links-title {
    font-size: 2.4rem;
    margin-bottom: 10px;
    padding-left: 87px;
  }
  .related-links-title::before {
    width: 64px;
    height: 66px;
  }
  .related-links-list {
    font-size: 1.7rem;
    padding-left: 87px;
  }

  .related-links-all-articles {
    font-size: 1.4rem;
    margin-top: 24px;
  }

}

@media only screen and (min-width: 668px) {
  body {
    font-size: 1.9rem;
    line-height: 29px;
  }
  p,
  .artcl-unordered-list {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .button-element {
    font-size: 2rem;
    padding: 8px 0 8px;
  }

  .artcl-intro-section {
    padding-top: 46px;
  }
  .artcl-main-content {
    padding-top: 32px;
    padding-bottom: 42px;
  }
/*
  .artcl-subsection {
    padding-top: 21px;
    padding-bottom: 0px;
  }
*/

  .chess-order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;  
  }
  .chess-order-item:not(:first-child) {
    margin-top: 62px;
  }
  .chess-order-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .chess-order-reverse .chess-order-item-image {
    text-align: right;
  }
  .chess-order-item-image {
    margin-bottom: 0;
  }
  .chess-order-item-width-60 {
    width: 60%;
  }
  .chess-order-item-width-40 {
    width: 40%;
  }
  .chess-order-item-width-61 {
    width: 60.625%;
  }
  .chess-order-item-width-39 {
    width: 39.375%;
  }
  .chess-order-item-width-50 {
    width: 50%;
  }
  .chess-order-item-width-43 {
    width: 43%;
  }
  .chess-order-item-width-57 {
    width: 57%;
  }
  .chess-order-item-width-46 {
    width: 46%;
  }
  .chess-order-title {
    font-size: 2.1rem;
  }

  .artcl-app-section {
    margin-top: 60px;
    margin-bottom: 70px;
  }
  .artcl-app-section p {
    font-size: 1.7rem;
    line-height: 1.52941176;
  }
  .artcl-app-section .chess-order-item-image {
    margin-bottom: 0;
  }
  .artcl-app-section .chess-order-item-image img {
    max-width: 100%;
  }

  .artcl-offer-section-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  
      text-align: left;
      padding-top: 40px;
      padding-bottom: 60px;
  }
  .letters-outro-section .artcl-offer-section-icon {
    padding-top: 6px;
    width: 22.8%;
    margin-bottom: 0;
  }
  .letters-outro-section .artcl-offer-section-icon img {
    width: 100%;
    margin-right: 0;
  }
  .art-text-outro-section .artcl-offer-section-icon {
    padding-top: 6px;
    width: 24.8%;
    margin-bottom: 0;
    padding-left: 3%;
    text-align: center;
  }
  .letters-outro-section .artcl-offer-section-text {
    width: 77.2%;
    padding-left: 8.6%;
  }
  .art-text-outro-section .artcl-offer-section-text {
    width: 75.2%;
    padding-left: 1.6%;
  }
  .artcl-offer-section .button-flexible {
    padding: 9px 25px 10px;
    font-size: 1.7rem;
  }

  .additional-fonts-item {
    width: 22%;
  }

  .artcl-step-non-list-item,
  .artcl-step-list-item {
    padding-left: 5rem;
  }
  .artcl-step-list-item::before {
    transform: translateY(-20%);
    width: 4rem;
    height: 4rem;
    font-size: 2.6rem;
/*     line-height: 3.5rem; */
    
  }

  .artcl-menu {
    margin-top: 30px;
  }
  .artcl-menu ul {
    margin-top: 10px;
  }
  .artcl-menu ul li {
    margin-top: 0px;
    padding-left: 20px;
  }
  
}

@media only screen and (min-width: 769px) {
  .free-logo-makers .artcl-subsection {
    margin-top: 40px;
  }

}