@charset "UTF-8";
@import url(howtouse.css);
/* Vars */
/* Начальные установки */
* {
  box-sizing: border-box;
  outline: none;
  border: none; }

/*html{font-size:$font_size;}*/
.btb {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 70px;
  font-family: "proxima-nova", Arial, sans-serif;
  font-size: 16px;
  color: #7A8493;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  /* transition's 0.2s */
  /* Bootstrap container size fix */
  /* Blocks used on multiple pages */
  /* Template preview */
  /* Subscribe form and socials */ }
  .btb header, .btb section, .btb footer {
    width: 100%;
    height: auto;
    position: relative; }
  .btb a, .btb button {
    transition: all 0.2s; }
  .btb a {
    color: #292F38;
    text-decoration: none;
    cursor: pointer; }
  .btb a:hover {
    color: #2800D1;
    text-decoration: none; }
  .btb strong {
    font-weight: 600; }
  .btb b {
    font-weight: 700; }
  .btb i {
    font-style: italic; }
  .btb img {
    text-indent: -9999px; }
  .btb h1, .btb h2, .btb h3, .btb h4, .btb h5, .btb h6 {
    font-weight: 700;
    line-height: 1.2;
    color: #292F38;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px; }
  .btb h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.9px; }
    .btb h1.smaller {
      font-size: 32px;
      line-height: 1.22; }
    @media (max-width: 767.98px) {
      .btb h1 {
        font-size: 42px; }
        .btb h1.smaller {
          font-size: 24px; } }
  .btb h2 {
    font-size: 50px;
    line-height: 1.16; }
    .btb h2.big {
      font-size: 72px;
      line-height: 1.08; }
      @media (max-width: 1199.98px) {
        .btb h2.big {
          font-size: 54px; } }
    @media (max-width: 767.98px) {
      .btb h2 {
        font-size: 36px; }
        .btb h2.big {
          font-size: 40px; } }
  .btb h3 {
    font-size: 32px;
    line-height: 1.22; }
    @media (max-width: 767.98px) {
      .btb h3 {
        font-size: 24px; } }
  .btb h4 {
    font-size: 24px;
    line-height: 1.2; }
    @media (max-width: 767.98px) {
      .btb h4 {
        font-size: 20px; } }
  .btb p {
    margin: 0; }
    .btb p.big {
      font-size: 20px;
      line-height: 1.5; }
    .btb p.biggest {
      font-size: 24px;
      line-height: 1.33; }
      @media (max-width: 1199.98px) {
        .btb p.biggest {
          font-size: 22px; } }
  .btb .big p {
    font-size: 20px;
    line-height: 1.5; }
  .btb .biggest p {
    font-size: 24px;
    line-height: 1.33; }
    @media (max-width: 1199.98px) {
      .btb .biggest p {
        font-size: 22px; } }
  .btb ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .btb input, .btb textarea {
    width: 100%;
    padding: 0 15px;
    font-size: 10px;
    font-family: "proxima-nova"; }
    .btb input::-moz-placeholder, .btb textarea::-moz-placeholder {
      color: rgba(41, 47, 56, 0.3); }
    .btb input::-webkit-input-placeholder, .btb textarea::-webkit-input-placeholder {
      color: rgba(41, 47, 56, 0.3); }
    .btb input:-ms-input-placeholder, .btb textarea:-ms-input-placeholder {
      color: rgba(41, 47, 56, 0.3); }
    .btb input:focus::-moz-placeholder, .btb textarea:focus::-moz-placeholder {
      color: transparent; }
    .btb input:focus::-webkit-input-placeholder, .btb textarea:focus::-webkit-input-placeholder {
      color: transparent; }
    .btb input:focus:-ms-input-placeholder, .btb textarea:focus:-ms-input-placeholder {
      color: transparent; }
  .btb input {
    height: 40px; }
  .btb input[type=number] {
    -moz-appearance: textfield; }
  .btb input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .btb input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  .btb textarea {
    height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: none; }
  .btb button, .btb .btn {
    display: inline-block;
    padding: 0px 20px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    background: #2800D1;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    outline: none; }
    .btb button:hover, .btb .btn:hover {
      background: #1e009e;
      color: #ffffff; }
    .btb button:focus, .btb .btn:focus {
      outline: none;
      box-shadow: none; }
  .btb .hidden {
    display: none; }
  .btb ::-moz-selection {
    background: #99cc66;
    color: #000; }
  .btb ::webkit-selection {
    background: #99cc66;
    color: #000; }
  .btb ::selection {
    background: #99cc66;
    color: #000; }
  @media (min-width: 1200px) {
    .btb .container {
      max-width: 1200px; } }
  .btb .template_preview {
    margin-bottom: 50px; }
    .btb .template_preview:hover img {
      box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.1); }
    .btb .template_preview:hover h4, .btb .template_preview:hover p {
      /* opacity:0.8; */ }
    .btb .template_preview.hidden_by_filter, .btb .template_preview.hidden_by_search {
      display: none; }
    .btb .template_preview img {
      border: 1px solid #E4E4E4;
      border-radius: 10px;
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
      transition: all 0.25s; }
    .btb .template_preview h4 {
      position: relative;
      padding-right: 80px;
      transition: opacity 0.25s; }
      .btb .template_preview h4 .bage {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 8px;
        border-radius: 5px;
        font-size: 12px;
        line-height: 22px;
        font-weight: 600;
        text-transform: uppercase; }
        .btb .template_preview h4 .bage.premium {
          background: #EDEDED;
          color: #999999; }
        .btb .template_preview h4 .bage.free {
          background: #D0F4F0;
          color: #0CCAB3; }
    .btb .template_preview p {
      color: #7A8493;
      line-height: 1.37;
      transition: opacity 0.25s; }
    @media (max-width: 767.98px) {
      .btb .template_preview {
        margin-bottom: 50px;
        max-width: 400px; } }
  .btb .subscribe_section {
    border-top: 1px solid #E4E4E4;
    padding-top: 90px;
    padding-bottom: 90px; }
    .btb .subscribe_section p {
      color: #7A8493; }
    .btb .subscribe_section form {
      margin-top: 55px; }
      .btb .subscribe_section form input {
        padding: 0 15px;
        width: 300px;
        max-width: 100%;
        height: 50px;
        border: 1px solid #E4E4E4;
        border-radius: 10px;
        font-size: 20px;
        line-height: 48px;
        color: #292F38; }
      .btb .subscribe_section form button {
        margin-left: 15px;
        display: flex;
        align-items: center; }
        .btb .subscribe_section form button:before {
          content: "";
          display: block;
          width: 18px;
          height: 18px;
          background: url(../svg/fa-mail.svg) no-repeat 50% 50%;
          background-size: contain;
          margin-right: 10px; }
      .btb .subscribe_section form #acceptance {
        display: none; }
        .btb .subscribe_section form #acceptance:checked + label:before {
          background-size: contain;
          border-color: #24DAC4; }
        .btb .subscribe_section form #acceptance + label {
          color: #7A8493;
          font-size: 16px;
          line-height: 1.37;
          cursor: pointer; }
          .btb .subscribe_section form #acceptance + label:before {
            content: "";
            display: inline-block;
            vertical-align: top;
            margin-right: 10px;
            width: 20px;
            height: 20px;
            border-radius: 100%;
            border: 1px solid #E4E4E4;
            background: url(../svg/check.svg) no-repeat 50% 50%;
            background-size: 0 0; }
      .btb .subscribe_section form .result {
        display: none;
        width: 100%;
        color: #0CCAB3; }
        .btb .subscribe_section form .result.error {
          color: #E93A7D; }
    .btb .subscribe_section .title {
      margin-top: 60px;
      font-size: 16px;
      line-height: 21px;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
    .btb .subscribe_section .social {
      width: 50px;
      height: 50px;
      border-radius: 100%; }
      .btb .subscribe_section .social.fb {
        background: #3C5A96 url(../svg/fa-facebook.svg) no-repeat 50% 50%; }
      .btb .subscribe_section .social.tw {
        background: #2AA3EF url(../svg/fa-twitter.svg) no-repeat 50% 50%; }
      .btb .subscribe_section .social:hover {
        opacity: 0.8; }
    @media (max-width: 575.98px) {
      .btb .subscribe_section {
        padding-top: 50px;
        padding-bottom: 50px; }
        .btb .subscribe_section form input, .btb .subscribe_section form button {
          margin: 0 auto;
          text-align: center; }
        .btb .subscribe_section form button {
          margin-top: 15px; } }
/* index page */
.dm_sf_free_templates header {
  padding-top: 120px;
  padding-bottom: 60px;
  background: #fff url(../jpg/header_bg.jpg) no-repeat 50% 100%;
  background-size: cover; }

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .dm_sf_free_templates header {
    background-image: url(../jpg/header_bg%402x.jpg); } }
  .dm_sf_free_templates header h1 {
    margin-bottom: 20px; }

@media (max-width: 575.98px) {
  .dm_sf_free_templates .templates_previews {
    padding-top: 50px; } }

.dm_sf_free_templates .templates_description {
  border-top: 1px solid #E4E4E4;
  padding-top: 90px;
  padding-bottom: 40px; }
  .dm_sf_free_templates .templates_description h2 {
    margin-bottom: 15px; }
  .dm_sf_free_templates .templates_description p {
    color: #7A8493; }
  .dm_sf_free_templates .templates_description .btn {
    margin-top: 50px; }
  .dm_sf_free_templates .templates_description .block {
    margin-bottom: 50px; }
    .dm_sf_free_templates .templates_description .block .title {
      position: relative;
      padding-left: 30px;
      font-size: 16px;
      line-height: 21px;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
      .dm_sf_free_templates .templates_description .block .title:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background: url(../svg/check.svg) no-repeat 50% 50%;
        background-size: contain; }
    .dm_sf_free_templates .templates_description .block p {
      margin-top: 15px; }
  @media (max-width: 991.98px) {
    .dm_sf_free_templates .templates_description h2 {
      margin-bottom: 15px; }
    .dm_sf_free_templates .templates_description .btn {
      margin-top: 30px; }
    .dm_sf_free_templates .templates_description .blocks {
      margin-top: 50px; } }
  @media (max-width: 575.98px) {
    .dm_sf_free_templates .templates_description {
      padding-top: 50px;
      padding-bottom: 0; } }
.dm_sf_free_templates .templates_pros {
  border-top: 1px solid #E4E4E4;
  padding-top: 90px;
  padding-bottom: 90px; }
  .dm_sf_free_templates .templates_pros .biggest {
    font-weight: 600; }
  .dm_sf_free_templates .templates_pros p {
    color: #7A8493; }
  .dm_sf_free_templates .templates_pros .block {
    margin-top: 50px; }
    .dm_sf_free_templates .templates_pros .block .title {
      font-size: 16px;
      line-height: 21px;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase; }
    .dm_sf_free_templates .templates_pros .block p {
      margin-top: 15px; }
  @media (max-width: 575.98px) {
    .dm_sf_free_templates .templates_pros {
      padding-top: 50px;
      padding-bottom: 50px; } }
/* Template page */
.dm_sf_free_template header {
  padding-top: 70px;
  padding-bottom: 40px; }
  .dm_sf_free_template header .category {
    color: #2800D1; }
  @media (max-width: 767.98px) {
    .dm_sf_free_template header {
      padding-top: 50px;
      padding-bottom: 20px; } }
.dm_sf_free_template .lp_preview {
  padding-bottom: 50px; }
  .dm_sf_free_template .lp_preview .image_holder img {
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1); }
  .dm_sf_free_template .lp_preview .info_holder {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 430px; }
    .dm_sf_free_template .lp_preview .info_holder.sticked_to_bottom {
      top: auto !important;
      bottom: 0 !important; }
    .dm_sf_free_template .lp_preview .info_holder .btn {
      margin-bottom: 20px;
      display: block;
      width: 100%;
      max-width: 400px; }
      .dm_sf_free_template .lp_preview .info_holder .btn.download {
        display: flex;
        align-items: center;
        justify-content: center; }
        .dm_sf_free_template .lp_preview .info_holder .btn.download:before {
          content: "";
          display: block;
          margin-right: 10px;
          width: 19px;
          height: 22px;
          background: url(../svg/fa-download.svg) no-repeat 50% 50%;
          background-size: contain; }
        .dm_sf_free_template .lp_preview .info_holder .btn.download:hover {
          box-shadow: 0px 2px 6px rgba(40, 0, 209, 0.24); }
      .dm_sf_free_template .lp_preview .info_holder .btn.to_generator {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #0CCAB3; }
        .dm_sf_free_template .lp_preview .info_holder .btn.to_generator:hover {
          background: #099a88;
          box-shadow: 0px 2px 6px rgba(12, 202, 179, 0.24); }
    .dm_sf_free_template .lp_preview .info_holder .advantages {
      margin-top: 20px;
      margin-bottom: 30px;
      padding: 23px 20px 5px 60px;
      background: #ffffff;
      border: 1px solid #E4E4E4;
      box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
      border-radius: 10px; }
      .dm_sf_free_template .lp_preview .info_holder .advantages ul {
        padding: 0;
        list-style: none; }
      .dm_sf_free_template .lp_preview .info_holder .advantages li {
        margin-bottom: 20px;
        position: relative; }
        .dm_sf_free_template .lp_preview .info_holder .advantages li:before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          position: absolute;
          top: 1px;
          left: -35px;
          background: url(../svg/check.svg) no-repeat 50% 50%;
          background-size: contain; }
    .dm_sf_free_template .lp_preview .info_holder p {
      color: #7A8493;
      margin-bottom: 15px; }
    .dm_sf_free_template .lp_preview .info_holder .param {
      margin-bottom: 13px;
      color: #7A8493; }
      .dm_sf_free_template .lp_preview .info_holder .param .title {
        font-size: 12px;
        line-height: 1.31;
        font-weight: 700; }
      .dm_sf_free_template .lp_preview .info_holder .param .value {
        padding-right: 27px; }
    @media (max-width: 1199.98px) {
      .dm_sf_free_template .lp_preview .info_holder {
        max-width: 320px; }
        .dm_sf_free_template .lp_preview .info_holder .advantages {
          margin-top: 0px; }
        .dm_sf_free_template .lp_preview .info_holder p {
          font-size: 16px; } }
    @media (max-width: 991.98px) {
      .dm_sf_free_template .lp_preview .info_holder {
        position: static;
        max-width: 100%; } }
    @media (max-width: 399.98px) {
      .dm_sf_free_template .lp_preview .info_holder .advantages {
        padding-left: 50px; } }
.dm_sf_free_template .related {
  padding-top: 40px;
  padding-bottom: 90px; }
  .dm_sf_free_template .related h6 {
    margin-bottom: 35px;
    font-size: 16px;
    letter-spacing: 0.4px; }
  @media (max-width: 767.98px) {
    .dm_sf_free_template .related {
      padding-top: 0;
      padding-bottom: 50px; } }
