@font-face {
  font-family: roboto-light;
  font-weight: normal;
  font-display: swap;
  src: url('../fonts/Roboto-Light.ttf');
}

#section_1 .to_next:focus {
  outline: 0
}

#section_7 .section_content .button_block input:focus, #section_7 .section_content .top_form_block input:focus {
  outline: 0
}

#section_8 .map_wrapper .map_info_btn:focus {
  outline: 0
}

a:active, a:focus, a:link, a:visited {
  text-decoration: none;
  color: #333
}

.main_header .header_controls .header_lang_wrapper button:focus, .main_header .top_menu li a:active {
  outline: 0
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

  a:focus {
    outline: 0
  }

abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, dl, dt, em, embed, fieldset, figcaption, figure, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline
}

article, aside, details, figcaption, figure, header, hgroup, menu, nav, section {
  display: block
}

body {
  line-height: 1;
  font-family: roboto-light,sans-serif
}

ol, ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

  blockquote:after, blockquote:before {
    content: '';
    content: none
  }

  q:after, q:before {
    content: '';
    content: none
  }

table {
  border-collapse: collapse;
  border-spacing: 0
}

.modal {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.5)
}

  .modal .modal-content {
    background-color: #fff;
    margin: 15vh auto;
    max-height: 80vh;
    overflow: hidden;
    width: 90%;
    max-width: 626px;
    border-radius: 5px;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,0.2),0 7px 20px 0 rgba(0,0,0,0.17)
  }

    .modal .modal-content .modal-header {
      background-color: #4da1ff
    }

      .modal .modal-content .modal-header h2 {
        font-size: 20px;
        padding: 20px 0 30px 36px;
        text-align: center;
        color: #fff
      }

      .modal .modal-content .modal-header .closeBtn {
        color: #fff;
        float: right;
        font-size: 30px;
        padding: 15px 20px 20px 0
      }

        .modal .modal-content .modal-header .closeBtn:hover, .modal .modal-content .modal-header .closeBtn:focus {
          color: #000;
          text-decoration: none;
          cursor: pointer
        }

    .modal .modal-content .modal-body {
      padding-bottom: 55px;
      max-height: calc(80vh - 70px);
      overflow-y: auto
    }

      .modal .modal-content .modal-body.reply_message {
        display: none;
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 190px;
        margin-top: 120px;
      }

      .modal .modal-content .modal-body .waiting {
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.7);
        z-index: 10000;
        position: relative;
      }

        .modal .modal-content .modal-body .waiting > div {
          position: absolute;
          bottom: 20px;
          left: 0;
          right: 0;
          margin: 0 auto;
        }

        .modal .modal-content .modal-body .waiting .cicle {
          width: 60px;
          height: 60px;
          border-radius: 50%;
          position: absolute;
          animation-name: cicle;
          background-color: white;
          animation-duration: 1s;
          animation-timing-function: ease-in-out;
          animation-direction: alternate-reverse;
          animation-iteration-count: infinite;
          transform: scale(0);
          opacity: 0.6;
          z-index: 10000;
          left: 0;
          right: 0;
          margin: 0 auto;
        }

        .modal .modal-content .modal-body .waiting .cicle1 {
          background-color: rgb(78, 130, 255);
        }

        .modal .modal-content .modal-body .waiting .cicle4 {
          animation-delay: -750ms;
          background-color: rgb(52, 212, 0);
        }

@keyframes cicle {
  to {
    transform: scale(1);
  }
}

.modal .modal-content .modal-body form {
  padding: 20px;
  padding-bottom: 0
}

  .modal .modal-content .modal-body form .planInfo {
    width: 100%
  }

    .modal .modal-content .modal-body form .planInfo .planInfo-header {
      text-align: center;
      font-weight: bolder;
      padding-bottom: 7px
    }

      .modal .modal-content .modal-body form .planInfo .planInfo-header div {
        width: 8px !important;
        height: 8px;
        border-radius: 50%;
        background-color: #4da1ff;
        display: inline-block;
        margin: 0 3px
      }

      .modal .modal-content .modal-body form .planInfo .planInfo-header h2, .modal .modal-content .modal-body form .planInfo .planInfo-header p {
        display: inline-block
      }

    .modal .modal-content .modal-body form .planInfo .description {
      font-size: 13px;
      text-align: center
    }

  .modal .modal-content .modal-body form .payerInfo {
    width: 100%;
    padding-top: 30px
  }

    .modal .modal-content .modal-body form .payerInfo h2 {
      text-align: center;
      font-weight: bolder;
      padding-bottom: 10px;
      padding-top: 12px
    }

  .modal .modal-content .modal-body form .actionBtns {
    text-align: center;
    padding-top: 30px
  }

  .modal .modal-content .modal-body form label {
    width: 22%;
    display: inline-block;
    text-align: left;
    font-size: 13px;
    vertical-align: middle;
    padding-left: 20px
  }

  .modal .modal-content .modal-body form input {
    width: 70%;
    margin-bottom: 7px;
    padding-left: 3px;
    height: 22px;
    outline-color: #4da1ff
  }

  .modal .modal-content .modal-body form .text-area {
    line-height: 45px
  }

    .modal .modal-content .modal-body form .text-area label {
      vertical-align: top
    }

    .modal .modal-content .modal-body form .text-area textarea {
      width: 70%;
      padding-left: 3px;
      height: 45px;
      outline-color: #4da1ff
    }

  .modal .modal-content .modal-body form p.empty_fields, .modal .modal-content .modal-body form p.wrong_number, .modal .modal-content .modal-body form p.wrong_email {
    margin-bottom: 30px;
    font-size: 13px;
    text-align: center;
    color: red;
    display: none
  }

  .modal .modal-content .modal-body form a {
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    display: block;
    width: 115px;
    color: #fff;
    font-size: 15px;
    padding: 12px;
    background-color: #4da1ff;
    border-radius: 3px;
    text-decoration: none
  }

    .modal .modal-content .modal-body form a:hover {
      background-color: #6db2ff;
      cursor: pointer
    }

      .modal .modal-content .modal-body form a:hover a {
        color: #fff
      }

    .modal .modal-content .modal-body form a.payWithBill {
      padding: 14.15px
    }

    .modal .modal-content .modal-body form a.payWithBill, .modal .modal-content .modal-body form a.payWithCard {
      display: inline-block;
      margin: 0 20px;
      width: 202px
    }

      .modal .modal-content .modal-body form a.payWithBill p, .modal .modal-content .modal-body form a.payWithCard p {
        display: inline-block;
        width: 65%;
        vertical-align: middle
      }

      .modal .modal-content .modal-body form a.payWithBill img, .modal .modal-content .modal-body form a.payWithCard img {
        display: inline-block;
        width: 28%;
        vertical-align: middle
      }

.modal .modal-content .modal-body p.after-submit {
  margin: 30px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #000;
  display: none
}

.main_header {
  width: 100%;
  height: 64px;
  position: fixed;
  background-color: #fff;
  z-index: 100;
  top: 0;
  left: 0;
  border-bottom: 1px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear
}

  .main_header.header_white {
    background: #fff;
    border-bottom-color: #d8d8d8
  }

  .main_header .header_container {
    width: 100%;
    margin: 0 auto
  }

    .main_header .header_container .mob_menu {
      display: none
    }

    .main_header .header_container .header_inner {
      width: 100%
    }

  .main_header .logo, .main_header .top_menu li {
    display: inline-block
  }

    .main_header .logo.mobile_show, .main_header .top_menu li.mobile_show {
      display: none
    }

  .main_header .logo {
    max-width: 450px;
    display: inline-block;
    margin-left: 40px;
    width: 40%
  }

    .main_header .logo img {
      margin-top: 10px;
      width: 100%
    }

  .main_header .top_menu {
    display: block;
    margin-left: 42px;
    height: 64px;
    float: right
  }

    .main_header .top_menu li {
      height: 100%
    }

      .main_header .top_menu li a {
        display: inline-block;
        font-size: 15px;
        color: #333;
        padding: 24px 12px 10px;
        text-decoration: none;
        transition: 0.2s ease;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease
      }

      .main_header .top_menu li ul.hidden_menu {
        position: absolute;
        top: 67px;
        min-width: 150px
      }

        .main_header .top_menu li ul.hidden_menu li {
          display: none;
          color: #333;
          background-color: #fff;
          width: 150px
        }

          .main_header .top_menu li ul.hidden_menu li a {
            color: #333;
            font-size: 14px !important;
            padding: 15px 0px 15px 5px
          }

            .main_header .top_menu li ul.hidden_menu li a:hover {
              color: #4da1ff;
              cursor: pointer
            }

          .main_header .top_menu li ul.hidden_menu li:hover {
            cursor: pointer;
            color: #4da1ff
          }

      .main_header .top_menu li.active a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 3px solid #4ea0ff
      }

      .main_header .top_menu li:hover a {
        color: #4da1ff;
        cursor: pointer
      }

      .main_header .top_menu li:hover i.fa-caret-down {
        opacity: 0
      }

      .main_header .top_menu li:hover ul.hidden_menu li {
        display: block
      }

      .main_header .top_menu li.mobile_hide:hover {
        border-bottom: 3px solid #4da1ff
      }

      .main_header .top_menu li:nth-of-type(4) {
        cursor: pointer
      }

      .main_header .top_menu li.header_lang .lang_menu {
        position: absolute;
        display: none;
        top: 67px
      }

        .main_header .top_menu li.header_lang .lang_menu li {
          display: block;
          background-color: #fff;
          width: 127px
        }

          .main_header .top_menu li.header_lang .lang_menu li a {
            color: #333;
            font-size: 14px;
            padding: 15px 0px 15px 5px
          }

            .main_header .top_menu li.header_lang .lang_menu li a:hover {
              color: #4da1ff;
              cursor: pointer
            }

          .main_header .top_menu li.header_lang .lang_menu li:hover {
            cursor: pointer;
            color: #4da1ff
          }

      .main_header .top_menu li.header_lang:hover {
        border-bottom: 3px solid #4da1ff
      }

        .main_header .top_menu li.header_lang:hover ul.lang_menu {
          display: block
        }

    .main_header .top_menu .login_btn {
      background-color: #4da1ff;
      padding-left: 0;
      padding-right: 0
    }

      .main_header .top_menu .login_btn a {
        color: #fff;
        padding: 25px;
      }

      .main_header .top_menu .login_btn:hover {
        background-color: #6db2ff;
        cursor: pointer
      }

        .main_header .top_menu .login_btn:hover a {
          color: #fff
        }

  .main_header .header_lang_mobile {
    display: none;
    position: absolute;
    font-size: 14px;
    top: 27px;
    right: 25px;
    cursor: pointer
  }

    .main_header .header_lang_mobile i.fa-caret-down {
      display: none
    }

    .main_header .header_lang_mobile .lang_menu {
      position: absolute;
      display: none;
      top: 25px;
      right: -15px;
      color: #333;
      border: 1px solid #000;
      padding: 3px;
      background-color: #fff
    }

      .main_header .header_lang_mobile .lang_menu li {
        display: block;
        width: 100%;
        padding: 5px
      }

        .main_header .header_lang_mobile .lang_menu li a {
          color: #333;
          font-size: 13px
        }

          .main_header .header_lang_mobile .lang_menu li a:hover {
            color: #4da1ff
          }

        .main_header .header_lang_mobile .lang_menu li:hover {
          cursor: pointer;
          color: #4da1ff
        }

    .main_header .header_lang_mobile a:hover {
      color: #4da1ff
    }

  .main_header .header_controls {
    float: right;
    display: inline-block;
    height: 64px;
    margin-right: 16px;
    font-size: 14px;
    color: rgba(0,0,0,0.54)
  }

    .main_header .header_controls > div {
      height: 64px;
      float: right;
      padding: 0 12px
    }

    .main_header .header_controls .header_phone {
      padding-top: 24px
    }

    .main_header .header_controls .header_login a {
      display: inline-block;
      padding-top: 24px;
      text-decoration: none;
      color: rgba(0,0,0,0.54)
    }

    .main_header .header_controls .header_lang_wrapper {
      position: relative
    }

      .main_header .header_controls .header_lang_wrapper button {
        width: 16px;
        height: 16px;
        border: 0;
        background: url(../images/lang.svg) center center no-repeat;
        cursor: pointer;
        margin-right: 4px
      }

      .main_header .header_controls .header_lang_wrapper span {
        display: inline-block;
        height: 64px;
        line-height: 64px
      }

      .main_header .header_controls .header_lang_wrapper .lang_list {
        display: none;
        position: absolute;
        top: 48px;
        right: 20px;
        background: #fff;
        padding: 12px 0 16px;
        -webkit-box-shadow: 0 1px 4px 0 rgba(156,156,156,0.5);
        box-shadow: 0 1px 4px 0 rgba(156,156,156,0.5);
        -webkit-border-radius: 6px;
        border-radius: 6px
      }

        .main_header .header_controls .header_lang_wrapper .lang_list:before {
          content: '';
          display: block;
          position: absolute;
          width: 16px;
          height: 16px;
          background: #fff;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: -4px;
          right: 16px;
          z-index: 2
        }

        .main_header .header_controls .header_lang_wrapper .lang_list:after {
          content: '';
          display: block;
          position: absolute;
          width: 16px;
          height: 16px;
          background: #fff;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          top: -4px;
          right: 16px;
          z-index: -1;
          -webkit-box-shadow: 0 1px 4px 0 rgba(156,156,156,0.5);
          box-shadow: 0 1px 4px 0 rgba(156,156,156,0.5)
        }

        .main_header .header_controls .header_lang_wrapper .lang_list .active {
          position: relative
        }

          .main_header .header_controls .header_lang_wrapper .lang_list .active:before {
            content: '';
            display: block;
            width: 8px;
            height: 6px;
            border-left: 2px solid #4da1ff;
            border-bottom: 2px solid #4da1ff;
            position: absolute;
            top: 11px;
            left: 21px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
          }

        .main_header .header_controls .header_lang_wrapper .lang_list a {
          padding: 8px 20px 8px 37px;
          text-decoration: none;
          font-size: 14px;
          color: #323c47;
          display: inline-block;
          width: 100%;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          text-align: left
        }

#section_1 {
  height: 100vh;
  background: url(../images/main-bg.jpg) center bottom no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

  #section_1 .section_bg {
    background-color: #fafafa;
    width: 100%;
    position: absolute;
    top: 0 !important;
    opacity: 0.55;
    height: 100vh
  }

  #section_1 .section_content {
    position: absolute;
    background-color: transparent;
    bottom: 0;
    left: 0;
    height: calc(100vh - 64px);
    width: 100%
  }

    #section_1 .section_content .left_part {
      height: 100%;
      float: left;
      width: 49%;
      padding-top: 20vh;
      margin-left: 100px
    }

      #section_1 .section_content .left_part .title {
        font-size: 70px;
        font-weight: 300;
        color: #333;
        max-width: 608px
      }

.mobile_img {
  width: 10vw;
  min-width: 80px;
  display: none;
}

#section_1 .section_content .left_part .title span {
  font-weight: 400
}

#section_1 .section_content .left_part #main_screen_pros {
  display: none
}

#section_1 .section_content .left_part .lSSlideOuter .lSPager.lSpg {
  display: none
}

#section_1 .section_content a.login_btn {
  display: inline-block;
  padding: 24px 63px;
  border-radius: 3px;
  background: #4da1ff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  margin-bottom: 7vh;
  margin-top: 80px;
  max-width: 200px
}

  #section_1 .section_content a.login_btn:hover {
    background-color: #6db2ff
  }

    #section_1 .section_content a.login_btn:hover a {
      color: #fff
    }

#section_1 .section_content .right_part {
  height: 100%;
  float: right;
  width: calc(49% - 80px);
  padding-top: 21vh
}

  #section_1 .section_content .right_part .desctop_img {
    width: 10vw;
    max-width: 120px;
    padding-left: 25px;
  }

  #section_1 .section_content .right_part .main_screen_pros {
    padding-top: 20px;
    padding-left: 25px;
    width: 75%;
    max-width: 400px
  }

    #section_1 .section_content .right_part .main_screen_pros li {
      list-style-type: none;
      color: #333;
      width: 90%;
      padding-bottom: 25px;
      line-height: 1.6;
      font-size: 15px
    }

      #section_1 .section_content .right_part .main_screen_pros li div {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #34d400
      }

#section_1_az {
  height: 100vh;
  background: url(../images/azerflametower-main-bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover
}

  #section_1_az .section_bg {
    background-color: #fafafa;
    width: 100%;
    position: absolute;
    top: 0 !important;
    opacity: 0.55;
    height: 100vh
  }

  #section_1_az .section_content {
    position: absolute;
    background-color: transparent;
    bottom: 0;
    left: 0;
    height: calc(100vh - 64px);
    width: 100%
  }

    #section_1_az .section_content .left_part {
      height: 100%;
      float: left;
      width: 49%;
      padding-top: 20vh;
      margin-left: 100px
    }

      #section_1_az .section_content .left_part .title {
        font-size: 70px;
        font-weight: 300;
        color: #333;
        max-width: 608px
      }

        #section_1_az .section_content .left_part .title span {
          font-weight: 400
        }

      #section_1_az .section_content .left_part #main_screen_pros {
        display: none
      }

      #section_1_az .section_content .left_part .lSSlideOuter .lSPager.lSpg {
        display: none
      }

    #section_1_az .section_content a.login_btn {
      display: inline-block;
      padding: 24px 63px;
      border-radius: 3px;
      background: #4da1ff;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      color: #fff;
      font-size: 15px;
      text-decoration: none;
      margin-bottom: 7vh;
      margin-top: 80px;
      max-width: 200px
    }

      #section_1_az .section_content a.login_btn:hover {
        background-color: #6db2ff
      }

        #section_1_az .section_content a.login_btn:hover a {
          color: #fff
        }

    #section_1_az .section_content .right_part {
      height: 100%;
      float: right;
      width: calc(49% - 80px);
      padding-top: 21vh
    }

      #section_1_az .section_content .right_part .main_screen_pros {
        padding-top: 20px;
        padding-left: 25px;
        width: 75%;
        max-width: 400px
      }

        #section_1_az .section_content .right_part .main_screen_pros li {
          list-style-type: none;
          color: #333;
          width: 90%;
          padding-bottom: 25px;
          line-height: 1.6;
          font-size: 15px
        }

          #section_1_az .section_content .right_part .main_screen_pros li div {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #34d400
          }

#section_9 {
  background: #fff
}

  #section_9 .section_content {
    width: 80%;
    max-width: 1366px;
    margin: 0 auto;
    text-align: center;
    display: flex;
  }

  @media (max-width: 1024px) {
    #section_9 .section_content {
      flex-direction:column;
    }
  }

    #section_9 .section_content .help_link {
      display: inline-block;
      width: 33%;
      padding: 85px 0px 110px 0px;
      vertical-align: top
    }


      #section_9 .section_content .help_link .help_link_title {
        display: flex;
        flex-direction: column;
        height: 50px;
        justify-content: center;
      }


      #section_9 .section_content .help_link h4 {
        font-family: 'roboto-light', sans-serif;
        font-size: 24px;
        color: #333
      }


      #section_9 .section_content .help_link .help_link_text {
        display: flex;
        flex-direction: column;
        height: 100px;
        justify-content: center;
      }


      #section_9 .section_content .help_link p {
        font-size: 14px;
        color: #333;
        width: 80%;
        margin: 0 auto;
        display:block;
      }

      #section_9 .section_content .help_link a {
        color: #fff;
        font-size: 15px;
        padding: 12px 15px;
        background-color: #4da1ff;
        border-radius: 3px;
        margin-top: 10px;
        width: 145px;
        margin: 0 auto;
        text-align: center;
        display: block
      }

        #section_9 .section_content .help_link a:hover {
          background-color: #6db2ff
        }

          #section_9 .section_content .help_link a:hover a {
            color: #fff
          }

#section_11 {
  background-color: #fff
}

  #section_11 .section_content {
    width: 80%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 20px 0px
  }

    #section_11 .section_content h2.title {
      font-size: 24px;
      padding: 20px 0px 35px 0px;
      border: none;
      background-color: transparent;
      display: block
    }

    #section_11 .section_content .percent {
      font-size: 24px;
      padding: 20px 10px;
      border: 3px solid #86df6a;
      background-color: #86df6a;
      border-radius: 50%;
      display: inline-block
    }

    #section_11 .section_content .inner_content {
      margin: 15px;
      display: inline-block;
      width: 47%
    }

      #section_11 .section_content .inner_content p {
        display: inline-block;
        width: 80%;
        padding-left: 20px;
        font-size: 14px
      }

        #section_11 .section_content .inner_content p span {
          font-weight: bold
        }

      #section_11 .section_content .inner_content:nth-of-type(2n+1) {
        margin-left: 0
      }

      #section_11 .section_content .inner_content:nth-of-type(2n) {
        margin-left: 20px
      }

#section_13 {
  background-color: #f8f8f8
}

  #section_13 .section_content {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0
  }

    #section_13 .section_content .img_part {
      display: inline-block;
      width: 49%;
      position: relative
    }

      #section_13 .section_content .img_part img {
        width: 100%
      }

      #section_13 .section_content .img_part .android {
        width: 16%;
        position: absolute;
        top: 60%;
        left: 44%;
        background-image: url(../images/android-green.png);
        height: 120px;
        background-size: contain;
        background-repeat: no-repeat
      }

        #section_13 .section_content .img_part .android:hover {
          background-image: url(../images/android-green.png)
        }

    #section_13 .section_content .text_part {
      display: inline-block;
      width: 49%;
      vertical-align: top;
      font-size: 14px;
      padding-left: 15px;
      padding-top: 20px
    }

      #section_13 .section_content .text_part h2 {
        font-size: 24px;
        text-align: left;
        padding: 45px 0px
      }

      #section_13 .section_content .text_part ul li {
        list-style-type: none;
        color: #333;
        width: 90%;
        padding-bottom: 25px;
        line-height: 1.6
      }

        #section_13 .section_content .text_part ul li div {
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #34d400
        }

#section_14 .section_content {
  width: 80%;
  margin: 0 auto;
  padding: 40px 0
}

  #section_14 .section_content .text_part {
    display: inline-block;
    width: 49%;
    vertical-align: top
  }

    #section_14 .section_content .text_part h2 {
      font-size: 24px;
      text-align: left;
      padding: 20px 0px 45px 0px
    }

    #section_14 .section_content .text_part p {
      padding-bottom: 15px;
      font-size: 14px;
      line-height: 1.33
    }

      #section_14 .section_content .text_part p span {
        color: #4da1ff;
        font-weight: bold
      }

  #section_14 .section_content .logo_part {
    display: inline-block;
    width: 49%;
    text-align: right
  }

    #section_14 .section_content .logo_part img {
      width: 50%
    }

#section_2 {
  background: transparent;
  margin-bottom: 40px
}

  #section_2 .section_content {
    width: 80%;
    max-width: 1366px;
    margin: 0 auto;
    height: 100%;
    position: relative
  }

    #section_2 .section_content .document_grade {
      width: 69%;
      float: left
    }

      #section_2 .section_content .document_grade h2 {
        font-size: 24px;
        padding: 45px 0px 45px 0px
      }

      #section_2 .section_content .document_grade ul.payment_pros {
        font-size: 14px;
        margin-left: 35px
      }

        #section_2 .section_content .document_grade ul.payment_pros div {
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px;
          margin-bottom: 4px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #34d400
        }

        #section_2 .section_content .document_grade ul.payment_pros li {
          padding: 7px 0px
        }

      #section_2 .section_content .document_grade p {
        font-size: 18px;
        margin: 40px 0 30px 35px;
        font-weight: bold
      }

      #section_2 .section_content .document_grade ul.progressbar {
        padding-top: 40px;
        max-width: 630px
      }

        #section_2 .section_content .document_grade ul.progressbar::after {
          clear: both;
          content: '';
          display: block
        }

        #section_2 .section_content .document_grade ul.progressbar li {
          list-style-type: none;
          float: left;
          width: 16.6%;
          position: relative;
          text-align: center
        }

          #section_2 .section_content .document_grade ul.progressbar li .active_step {
            color: red
          }

          #section_2 .section_content .document_grade ul.progressbar li:nth-of-type(1)::before {
            content: '10'
          }

          #section_2 .section_content .document_grade ul.progressbar li:nth-of-type(1)::after {
            content: none
          }

          #section_2 .section_content .document_grade ul.progressbar li:nth-of-type(2)::before {
            content: '100'
          }

          #section_2 .section_content .document_grade ul.progressbar li:nth-of-type(3)::before {
            content: '500'
          }

          #section_2 .section_content .document_grade ul.progressbar li:nth-of-type(4)::before {
            content: '1 000'
          }

          #section_2 .section_content .document_grade ul.progressbar li:nth-of-type(5)::before {
            content: '10 000'
          }

          #section_2 .section_content .document_grade ul.progressbar li::before {
            content: attr(id);
            width: 60px;
            height: 60px;
            border: 3px solid #bfb9b9;
            border-radius: 50%;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            line-height: 60px;
            background-color: #fff;
            cursor: pointer
          }

          #section_2 .section_content .document_grade ul.progressbar li::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: #bfb9b9;
            top: 30px;
            left: -50%;
            z-index: -1
          }

          #section_2 .section_content .document_grade ul.progressbar li.active_step::before {
            border-color: #34d400;
            background-color: #e1f8da;
            font-weight: bold
          }

      #section_2 .section_content .document_grade .consult_request {
        position: absolute;
        bottom: 75px
      }

        #section_2 .section_content .document_grade .consult_request p {
          font-size: 14px;
          font-weight: normal;
          margin-top: 100px;
          width: 60%;
          line-height: 1.4
        }

        #section_2 .section_content .document_grade .consult_request a.request_btn {
          color: #fff;
          font-size: 16px;
          padding: 12px 15px;
          background-color: #4da1ff;
          border-radius: 3px;
          text-decoration: none;
          margin-left: 35px
        }

          #section_2 .section_content .document_grade .consult_request a.request_btn:hover {
            background-color: #6db2ff
          }

            #section_2 .section_content .document_grade .consult_request a.request_btn:hover a {
              color: #fff
            }

      #section_2 .section_content .document_grade::after {
        content: '';
        display: block;
        clear: both
      }

    #section_2 .section_content .consult_request_mobile {
      display: none;
      text-align: center
    }

      #section_2 .section_content .consult_request_mobile p {
        font-size: 13px;
        font-weight: normal;
        margin: 15px auto 25px auto;
        width: 100%;
        line-height: 1.4
      }

      #section_2 .section_content .consult_request_mobile a.request_btn {
        color: #fff;
        font-size: 14px;
        padding: 12px 15px;
        background-color: #4da1ff;
        border-radius: 3px;
        text-decoration: none
      }

    #section_2 .section_content .tariff_description {
      width: 30%;
      max-width: 340px;
      float: right;
      text-align: center;
      background-color: #c7e1fe;
      border-radius: 5px;
      margin-top: 45px;
      margin-bottom: 30px
    }

      #section_2 .section_content .tariff_description::after {
        clear: both;
        content: '';
        display: block
      }

      #section_2 .section_content .tariff_description .tariff_title {
        padding: 25px 0px;
        text-align: center;
        font-size: 24px;
        position: relative
      }

        #section_2 .section_content .tariff_description .tariff_title p {
          border-bottom: 3px solid #fff;
          padding-bottom: 53px
        }

        #section_2 .section_content .tariff_description .tariff_title .doc_tariff {
          position: absolute;
          width: 85px;
          height: 85px;
          top: 60px;
          left: 0;
          right: 0;
          margin: 0 auto;
          line-height: 85px;
          border: 3px solid #c7e1fe;
          border-radius: 50%;
          background-color: #fff
        }

      #section_2 .section_content .tariff_description .description_table {
        display: none;
        width: 95%;
        margin: 50px auto 0 auto;
        list-style-type: none;
        text-align: left
      }

        #section_2 .section_content .tariff_description .description_table li {
          padding: 7px 0px
        }

          #section_2 .section_content .tariff_description .description_table li p.header {
            width: 66%;
            font-size: 14px;
            display: inline-block;
            margin-left: 10px
          }

          #section_2 .section_content .tariff_description .description_table li span.value {
            width: 25%;
            font-weight: bold;
            display: inline-block;
            vertical-align: top;
            margin-left: 7px;
            text-align: left
          }

            #section_2 .section_content .tariff_description .description_table li span.value + span {
              display: none
            }

          #section_2 .section_content .tariff_description .description_table li:first-of-type {
            margin-bottom: 15px
          }

          #section_2 .section_content .tariff_description .description_table li:last-of-type {
            background-color: #fff;
            border-radius: 5px;
            margin-top: 15px;
            padding: 25px 0px;
          }

            #section_2 .section_content .tariff_description .description_table li:last-of-type div {
              padding-bottom: 20px;
              font-weight: bold;
            }

              #section_2 .section_content .tariff_description .description_table li:last-of-type div#economy {
                padding-bottom: 20px;
                font-weight: normal;
                font-size: 11px;
              }

                #section_2 .section_content .tariff_description .description_table li:last-of-type div#economy span {
                  color: #000000;
                }

                #section_2 .section_content .tariff_description .description_table li:last-of-type div#economy p {
                  font-size: 12px;
                }

            #section_2 .section_content .tariff_description .description_table li:last-of-type span {
              color: #2dacf6
            }

      #section_2 .section_content .tariff_description .demo_tariff {
        height: 315px;
        width: 95%;
        margin: 0 auto
      }

        #section_2 .section_content .tariff_description .demo_tariff p {
          padding-top: 50px;
          width: 85%;
          margin: 0 auto
        }

        #section_2 .section_content .tariff_description .demo_tariff .use_free {
          padding-top: 50px;
          width: 85%;
          margin: 0 auto
        }

          #section_2 .section_content .tariff_description .demo_tariff .use_free span {
            display: block;
            padding-top: 15px;
            background-color: #34d400;
            color: #fff;
            padding-bottom: 15px;
            border-radius: 41px;
            margin-top: 10px
          }

        #section_2 .section_content .tariff_description .demo_tariff ul {
          text-align: left;
          padding-top: 65px
        }

          #section_2 .section_content .tariff_description .demo_tariff ul li {
            padding: 3px 0px
          }

            #section_2 .section_content .tariff_description .demo_tariff ul li p.header {
              width: 65%;
              font-size: 14px;
              display: inline-block;
              margin-left: 10px;
              padding-top: 0
            }

            #section_2 .section_content .tariff_description .demo_tariff ul li span.value {
              width: 25%;
              font-weight: bold;
              display: inline-block;
              vertical-align: top;
              margin-left: 7px
            }

      #section_2 .section_content .tariff_description .buy_btn {
        color: #fff;
        font-size: 16px;
        padding: 12px 40px;
        background-color: #4da1ff;
        border-radius: 3px;
        text-decoration: none;
        margin: 60px auto 30px auto;
        display: none
      }

        #section_2 .section_content .tariff_description .buy_btn:hover {
          background-color: #6db2ff;
          cursor: pointer
        }

          #section_2 .section_content .tariff_description .buy_btn:hover a {
            color: #fff;
            cursor: pointer
          }

      #section_2 .section_content .tariff_description .try_btn {
        color: #fff;
        font-size: 16px;
        padding: 12px 40px;
        background-color: #4da1ff;
        border-radius: 3px;
        text-decoration: none;
        display: inline-block;
        margin: 60px auto 30px auto
      }

        #section_2 .section_content .tariff_description .try_btn:hover {
          background-color: #6db2ff;
          cursor: pointer
        }

          #section_2 .section_content .tariff_description .try_btn:hover a {
            color: #fff;
            cursor: pointer
          }

    #section_2 .section_content .individual_tariff {
      width: 30%;
      max-width: 340px;
      float: right;
      text-align: center;
      background-color: #e1f8da;
      border-radius: 5px;
      margin-top: 45px;
      margin-bottom: 30px;
      display: none
    }

      #section_2 .section_content .individual_tariff .reply_message {
        display: none;
        font-size: 14px;
        font-weight: bold;
        padding-bottom: 190px;
        margin-top: 120px;
      }

      #section_2 .section_content .individual_tariff::after {
        clear: both;
        content: '';
        display: block
      }

      #section_2 .section_content .individual_tariff .tariff_title {
        padding: 25px 0px;
        text-align: center;
        font-size: 24px;
        position: relative
      }

        #section_2 .section_content .individual_tariff .tariff_title p {
          border-bottom: 3px solid #fff;
          padding-bottom: 45px;
          padding-top: 0;
          width: 100%
        }

        #section_2 .section_content .individual_tariff .tariff_title .doc_tariff {
          position: absolute;
          width: 215px;
          height: 50px;
          top: 65px;
          left: 0;
          right: 0;
          margin: 0 auto;
          line-height: 50px;
          border: 3px solid #e1f8da;
          border-radius: 60px;
          background-color: #fff
        }

      #section_2 .section_content .individual_tariff p {
        padding-top: 30px;
        width: 80%;
        margin: 0 auto
      }

        #section_2 .section_content .individual_tariff p span {
          display: block
        }

        #section_2 .section_content .individual_tariff p.bold {
          font-weight: bold
        }

      #section_2 .section_content .individual_tariff #custom_tariff {
        padding-top: 25px
      }

        #section_2 .section_content .individual_tariff #custom_tariff label {
          width: 22%;
          display: inline-block;
          text-align: left
        }

        #section_2 .section_content .individual_tariff #custom_tariff input {
          width: 65%;
          margin-bottom: 7px;
          padding-left: 3px;
          height: 22px;
          height: 40px;
          outline-color: #4da1ff
        }

        #section_2 .section_content .individual_tariff #custom_tariff p {
          font-size: 13px;
          color: red;
          display: none
        }

        #section_2 .section_content .individual_tariff #custom_tariff .call_me_btn {
          color: #fff;
          font-size: 16px;
          padding: 12px 40px;
          background-color: #4da1ff;
          border-radius: 3px;
          text-decoration: none;
          display: inline-block;
          margin: 70px auto 30px auto
        }

          #section_2 .section_content .individual_tariff #custom_tariff .call_me_btn:hover {
            background-color: #6db2ff
          }

            #section_2 .section_content .individual_tariff #custom_tariff .call_me_btn:hover a {
              color: #fff
            }

    #section_2 .section_content::after {
      clear: both;
      display: block;
      content: ''
    }

    #section_2 .section_content .section_blocks > div {
      width: 27%;
      background-position: top left;
      background-repeat: no-repeat;
      padding-top: 64px
    }

      #section_2 .section_content .section_blocks > div .title {
        font-size: 18px;
        line-height: 1.78;
        color: rgba(0,0,0,0.87);
        margin-bottom: 16px
      }

      #section_2 .section_content .section_blocks > div .text {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.71;
        color: rgba(0,0,0,0.64)
      }

      #section_2 .section_content .section_blocks > div:nth-child(1) {
        background-image: url(../images/section_2_icon_1.svg)
      }

      #section_2 .section_content .section_blocks > div:nth-child(2) {
        background-image: url(../images/section_2_icon_2.svg)
      }

      #section_2 .section_content .section_blocks > div:nth-child(3) {
        background-image: url(../images/section_2_icon_3.svg)
      }

#section_3 {
  background: #f8f8f8
}

  #section_3 .section_content {
    width: 80%;
    max-width: 1120px;
    margin: 0 auto;
    position: relative
  }

    #section_3 .section_content h2 {
      text-align: right;
      padding: 40px 0px 20px 0px;
      font-size: 24px
    }

    #section_3 .section_content .slider_next {
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      background: url(../images/slider_arrow.svg) center center no-repeat;
      cursor: pointer
    }

    #section_3 .section_content .slider_prev {
      width: 24px;
      height: 24px;
      position: absolute;
      top: 50%;
      background: url(../images/slider_arrow.svg) center center no-repeat;
      cursor: pointer;
      left: -30px;
      -webkit-transform: translateY(-12px);
      -ms-transform: translateY(-12px);
      transform: translateY(-12px)
    }

    #section_3 .section_content .slider_next {
      right: -30px;
      -webkit-transform: translateY(-12px) rotate(180deg);
      -ms-transform: translateY(-12px) rotate(180deg);
      transform: translateY(-12px) rotate(180deg)
    }

  #section_3 #light-slider {
    margin: 60px auto
  }

    #section_3 #light-slider li {
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -webkit-align-items: top;
      -ms-flex-align: top;
      align-items: top
    }

      #section_3 #light-slider li .img_part {
        height: 350px;
        display: inline-block;
        width: 49%
      }

        #section_3 #light-slider li .img_part img {
          width: 100%
        }

        #section_3 #light-slider li .img_part.dual {
          position: relative
        }

          #section_3 #light-slider li .img_part.dual img {
            width: 80%
          }

            #section_3 #light-slider li .img_part.dual img:nth-of-type(2) {
              position: absolute;
              top: 20%;
              left: 40%
            }

      #section_3 #light-slider li .description_part {
        height: 400px;
        display: inline-block;
        position: relative;
        width: 45%;
        vertical-align: top;
        padding-left: 30px
      }

        #section_3 #light-slider li .description_part p {
          font-size: 14px;
          line-height: 1.33;
          padding-bottom: 10px
        }

          #section_3 #light-slider li .description_part p.title {
            font-size: 24px;
            color: #4da1ff;
            padding-bottom: 15px
          }

          #section_3 #light-slider li .description_part p.instruction_text {
            padding-top: 25px
          }

        #section_3 #light-slider li .description_part span {
          color: #4da1ff;
          font-weight: bold;
          display: inline
        }

        #section_3 #light-slider li .description_part ul {
          font-size: 14px
        }

          #section_3 #light-slider li .description_part ul li {
            line-height: 1.33
          }

            #section_3 #light-slider li .description_part ul li .point {
              display: inline-block;
              vertical-align: middle;
              margin-right: 5px;
              margin-bottom: 2px;
              width: 8px;
              height: 8px;
              border-radius: 50%;
              background-color: #4da1ff
            }

            #section_3 #light-slider li .description_part ul li:first-of-type {
              padding-bottom: 15px
            }

            #section_3 #light-slider li .description_part ul li:nth-of-type(3) {
              padding-top: 15px
            }

          #section_3 #light-slider li .description_part ul.upload_list {
            padding-top: 20px
          }

        #section_3 #light-slider li .description_part a.try_btn {
          color: #fff;
          font-size: 16px;
          padding: 12px 40px;
          background-color: #4da1ff;
          border-radius: 3px;
          text-decoration: none;
          display: inline-block;
          position: absolute;
          bottom: 0
        }

          #section_3 #light-slider li .description_part a.try_btn:hover {
            background-color: #6db2ff
          }

            #section_3 #light-slider li .description_part a.try_btn:hover a {
              color: #fff
            }

        #section_3 #light-slider li .description_part.short {
          display: inline-block;
          width: 37%;
          vertical-align: top;
          padding-left: 140px
        }

      #section_3 #light-slider li .text {
        width: 50%;
        padding-left: 64px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
      }

        #section_3 #light-slider li .text .title {
          font-size: 24px;
          line-height: 1.33;
          color: rgba(0,0,0,0.87);
          margin-bottom: 24px
        }

        #section_3 #light-slider li .text .sub_title {
          font-size: 14px;
          font-weight: 300;
          line-height: 1.71;
          color: rgba(0,0,0,0.64);
          margin-bottom: 22px
        }

        #section_3 #light-slider li .text a {
          -webkit-border-radius: 2px;
          border-radius: 2px;
          background-color: #4da1ff;
          padding: 16px 84px;
          color: #fff;
          font-size: 14px;
          text-decoration: none;
          display: inline-block
        }

  #section_3 .lSPager.lSpg {
    margin-top: 0;
    margin-bottom: 64px
  }

    #section_3 .lSPager.lSpg > li {
      padding: 0 8px
    }

      #section_3 .lSPager.lSpg > li a {
        background: #d8d8d8
      }

      #section_3 .lSPager.lSpg > li.active a {
        background: #4ea0ff
      }

#section_4 {
  min-height: 500px;
  padding-bottom: 180px
}

  #section_4 .section_content {
    position: relative;
    width: 80%;
    max-width: 1366px;
    margin: 0 auto
  }

    #section_4 .section_content::after {
      clear: both;
      display: block;
      content: ''
    }

    #section_4 .section_content .title {
      width: 100%;
      max-width: 700px;
      font-size: 24px;
      line-height: 1.33;
      text-align: left;
      color: rgba(0,0,0,0.87);
      padding: 45px 0px
    }

    #section_4 .section_content .key_content {
      display: inline-block;
      width: 50%;
      font-size: 14px;
      line-height: 1.3
    }

      #section_4 .section_content .key_content::after {
        clear: both;
        display: block;
        content: ''
      }

      #section_4 .section_content .key_content p {
        padding: 12px 0px
      }

      #section_4 .section_content .key_content .list_title {
        font-weight: bold
      }

      #section_4 .section_content .key_content ul.ecp_pros {
        list-style-type: circle;
        margin-left: 15px
      }

        #section_4 .section_content .key_content ul.ecp_pros li {
          padding: 5px 0px
        }

          #section_4 .section_content .key_content ul.ecp_pros li span {
            font-weight: bold;
            display: inline-block
          }

    #section_4 .section_content .key_img {
      display: inline-block;
      width: 50%;
      position: absolute;
      top: -60px;
      z-index: 4;
      text-align: center;
    }

      #section_4 .section_content .key_img::after {
        clear: both;
        display: block;
        content: ''
      }

      #section_4 .section_content .key_img .green_circle {
        height: 300px;
        width: 300px;
        border-radius: 50%;
        background-color: #86df6a;
        position: absolute;
        top: 70px;
        right: 38%;
        z-index: -1
      }

      #section_4 .section_content .key_img .blue_circle {
        height: 130px;
        width: 130px;
        border-radius: 50%;
        background-color: #4e82ff;
        position: absolute;
        top: 320px;
        right: 10px;
        z-index: -1;
        opacity: 0.7
      }

      #section_4 .section_content .key_img img {
        width: 90%;
        margin-left: 115px;
        margin-top: 15px
      }

        #section_4 .section_content .key_img img.az-phone {
          max-width: 350px;
          margin-left: 170px
        }

    #section_4 .section_content .certificate_wrapper {
      float: left;
      width: 100%;
      margin-top: 25px;
      margin-bottom: 25px
    }

      #section_4 .section_content .certificate_wrapper::after {
        clear: both;
        content: '';
        display: block
      }

      #section_4 .section_content .certificate_wrapper h3 {
        margin: 50px 0px 25px 0px;
        font-size: 18px;
        font-weight: bold
      }

      #section_4 .section_content .certificate_wrapper div {
        display: inline-block;
        vertical-align: top;
        width: 10%;
        text-align: center;
        padding-right: 15px
      }

      #section_4 .section_content .certificate_wrapper img {
        width: 100%
      }

#section_4_az {
  min-height: 500px;
  padding-bottom: 0px
}

  #section_4_az .section_content {
    position: relative;
    width: 80%;
    max-width: 1366px;
    margin: 0 auto
  }

    #section_4_az .section_content::after {
      clear: both;
      display: block;
      content: ''
    }

    #section_4_az .section_content .title {
      width: 100%;
      max-width: 700px;
      font-size: 24px;
      line-height: 1.33;
      text-align: left;
      color: rgba(0,0,0,0.87);
      padding: 45px 0px
    }

    #section_4_az .section_content .key_content {
      display: inline-block;
      width: 50%;
      font-size: 14px;
      line-height: 1.3
    }

      #section_4_az .section_content .key_content::after {
        clear: both;
        display: block;
        content: ''
      }

      #section_4_az .section_content .key_content p {
        padding: 12px 0px
      }

      #section_4_az .section_content .key_content .list_title {
        font-weight: bold
      }

      #section_4_az .section_content .key_content ul.ecp_pros {
        list-style-type: circle;
        margin-left: 15px
      }

        #section_4_az .section_content .key_content ul.ecp_pros li {
          padding: 5px 0px
        }

          #section_4_az .section_content .key_content ul.ecp_pros li span {
            font-weight: bold;
            display: inline-block
          }

    #section_4_az .section_content .key_img {
      display: inline-block;
      width: 50%;
      position: absolute;
      top: -60px;
      z-index: 4;
      text-align: center;
    }

      #section_4_az .section_content .key_img::after {
        clear: both;
        display: block;
        content: ''
      }

      #section_4_az .section_content .key_img .green_circle {
        height: 300px;
        width: 300px;
        border-radius: 50%;
        background-color: #86df6a;
        position: absolute;
        top: 70px;
        right: 38%;
        z-index: -1
      }

      #section_4_az .section_content .key_img .blue_circle {
        height: 130px;
        width: 130px;
        border-radius: 50%;
        background-color: #4e82ff;
        position: absolute;
        top: 320px;
        right: 10px;
        z-index: -1;
        opacity: 0.7
      }

      #section_4_az .section_content .key_img img {
        width: 90%;
        margin-left: 115px;
        margin-top: 15px
      }

        #section_4_az .section_content .key_img img.az-phone {
          max-width: 350px;
          margin-left: 170px
        }

    #section_4_az .section_content .certificate_wrapper {
      float: left;
      width: 100%;
      margin-top: 25px;
      margin-bottom: 25px
    }

      #section_4_az .section_content .certificate_wrapper::after {
        clear: both;
        content: '';
        display: block
      }

      #section_4_az .section_content .certificate_wrapper h3 {
        margin: 50px 0px 25px 0px;
        font-size: 18px;
        font-weight: bold
      }

      #section_4_az .section_content .certificate_wrapper div {
        display: inline-block;
        vertical-align: top;
        width: 10%;
        text-align: center;
        padding-right: 15px
      }

      #section_4_az .section_content .certificate_wrapper img {
        width: 100%
      }

#section_5 {
  background: #fff
}

  #section_5 .section_content {
    max-width: 1366px;
    margin: 0 auto
  }

    #section_5 .section_content h2 {
      font-size: 24px;
      padding: 25px 0px
    }

#section_6 {
  background-color: #f8f8f8
}

  #section_6 .section_content {
    width: 80%;
    margin: 0 auto;
    padding: 15px 0 30px 0
  }

    #section_6 .section_content .title {
      padding: 15px 0px;
      text-align: center;
      font-size: 24px
    }

    #section_6 .section_content .partners_block {
      width: 100%;
      text-align: center
    }

      #section_6 .section_content .partners_block div {
        display: inline-block;
        width: 9%;
        vertical-align: -webkit-baseline-middle;
        padding: 15px
      }

        #section_6 .section_content .partners_block div img {
          max-width: 100%
        }

        #section_6 .section_content .partners_block div:nth-of-type(1), #section_6 .section_content .partners_block div:nth-of-type(7) {
          width: 10%
        }

        #section_6 .section_content .partners_block div:nth-of-type(21), #section_6 .section_content .partners_block div:nth-of-type(23) {
          width: 7%
        }

        #section_6 .section_content .partners_block div:nth-of-type(22) {
          width: 5%
        }

        #section_6 .section_content .partners_block div:nth-of-type(15) {
          width: 6%
        }

#section_8 .map_wrapper {
  position: relative;
  height: 512px
}

  #section_8 .map_wrapper .map_info {
    position: absolute;
    z-index: 10;
    top: 124px;
    left: 11px;
    width: 353px;
    min-height: 64px;
    -webkit-border-radius: 2px;
    border-radius: 5px;
    background-color: #fbfbfc;
    -webkit-box-shadow: 0 1px 4px -1px rgba(0,0,0,0.29804);
    box-shadow: 0 1px 4px -1px rgba(0,0,0,0.29804)
  }

    #section_8 .map_wrapper .map_info ul.contact_info {
      list-style: none
    }

      #section_8 .map_wrapper .map_info ul.contact_info li {
        padding: 11px 0 11px 12px;
        font-size: 14px
      }

        #section_8 .map_wrapper .map_info ul.contact_info li a {
          color: #333;
          text-decoration: none
        }

        #section_8 .map_wrapper .map_info ul.contact_info li i {
          color: #4da1ff;
          margin-right: 10px;
          display: inline-block;
          vertical-align: top;
        }

        .fa-youtube {
          color: red !important;
        }

        #section_8 .map_wrapper .map_info ul.contact_info li div {
          display: inline-block;
          vertical-align: top;
          width: 87%;
        }

  #section_8 .map_wrapper .map_info_btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: url(../images/arrow.svg) center center no-repeat;
    border: 0;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }

    #section_8 .map_wrapper .map_info_btn.open {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg)
    }

  #section_8 .map_wrapper .title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
    color: #fff;
    background-color: #4da1ff;
    padding: 11px 0 11px 12px
  }

#integration {
  background: #f7fafb;
  position: relative;
  padding: 15px 0px 55px 0px
}

  #integration .bg_circle_blue {
    position: absolute;
    left: 185px;
    top: 30px;
    height: 300px;
    width: 300px;
    background-color: #4e82ff;
    opacity: 0.7;
    border-radius: 50%
  }

  #integration .bg_circle_green {
    position: absolute;
    left: 95px;
    bottom: 35px;
    height: 150px;
    width: 150px;
    background-color: #86df6a;
    border-radius: 50%;
    opacity: 0.9
  }

  #integration .section_content {
    width: 80%;
    margin: 0 auto
  }

    #integration .section_content .integration_options {
      display: inline-block;
      float: right;
      width: 50%
    }

      #integration .section_content .integration_options h2 {
        font-size: 24px;
        padding: 35px 0px 35px 0px
      }

      #integration .section_content .integration_options p {
        font-size: 14px
      }

      #integration .section_content .integration_options ul {
        margin-top: 15px;
        margin-bottom: 40px
      }

        #integration .section_content .integration_options ul .point {
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px;
          margin-bottom: 4px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #4da1ff
        }

        #integration .section_content .integration_options ul li {
          padding: 5px 0px
        }

          #integration .section_content .integration_options ul li span {
            color: #4da1ff;
            font-weight: bold
          }

          #integration .section_content .integration_options ul li p {
            display: inline;
            line-height: 1.2;
            font-size: 14px
          }

          #integration .section_content .integration_options ul li .int_option {
            font-size: 14px;
            padding: 5px 0px;
            margin-left: 15px
          }

      #integration .section_content .integration_options a {
        color: #fff;
        font-size: 16px;
        padding: 12px 15px;
        background-color: #4da1ff;
        border-radius: 3px;
        text-decoration: none
      }

        #integration .section_content .integration_options a:hover {
          background-color: #6db2ff
        }

          #integration .section_content .integration_options a:hover a {
            color: #fff
          }

    #integration .section_content .option_description {
      display: inline-block;
      float: left;
      width: 50%;
      position: relative
    }

      #integration .section_content .option_description div {
        width: 40%;
        display: inline-block;
        vertical-align: middle
      }

        #integration .section_content .option_description div img {
          display: block;
          max-width: 300px;
          width: 40%;
          padding-left: 25px;
          padding-top: 30px
        }

          #integration .section_content .option_description div img:nth-of-type(3) {
            padding-left: 26px;
            width: 33%;
            padding-top: 25px
          }

        #integration .section_content .option_description div.main_img img {
          width: 100%;
          padding-left: 0
        }

        #integration .section_content .option_description div.main_img {
          width: 59%
        }

    #integration .section_content::after {
      display: block;
      content: '';
      clear: both
    }

footer {
  width: 100%;
  background: #444
}

  footer .footer {
    color: #fff;
    padding: 25px 15px 15px 15px;
    position: relative
  }

    footer .footer .footer_ul {
      list-style-type: none;
      padding: 0;
      margin-bottom: 25px;
      position: relative
    }

      footer .footer .footer_ul .footer_li:last-child {
        margin-right: 0
      }

      footer .footer .footer_ul .footer_li {
        margin-right: 25px;
        display: inline-block
      }

        footer .footer .footer_ul .footer_li a:hover {
          text-decoration: none;
          color: #ADADAD
        }

        footer .footer .footer_ul .footer_li a {
          color: #fff;
          text-decoration: none;
          transition: 0.2s ease;
          -webkit-transition: 0.2s ease;
          -moz-transition: 0.2s ease;
          -ms-transition: 0.2s ease;
          -o-transition: 0.2s ease;
          font-size: 14px
        }

      footer .footer .footer_ul .lang {
        position: relative
      }

        footer .footer .footer_ul .lang .lang_menu {
          position: absolute;
          background-color: #fff;
          border-radius: 3px;
          width: 120px;
          top: -77px;
          left: 15px;
          z-index: 3
        }

          footer .footer .footer_ul .lang .lang_menu li {
            padding: 10px 0 10px 7px;
            color: #333;
            display: none
          }

        footer .footer .footer_ul .lang:hover .lang_menu {
          border: 1px solid #333
        }

          footer .footer .footer_ul .lang:hover .lang_menu li {
            display: block
          }

      footer .footer .footer_ul li.footer_number {
        position: absolute;
        right: 0;
        top: 0
      }

        footer .footer .footer_ul li.footer_number a:hover {
          text-decoration: none;
          color: #ADADAD
        }

        footer .footer .footer_ul li.footer_number a {
          text-decoration: none;
          color: #fff;
          font-size: 14px;
          vertical-align: middle;
          margin-right: 20px;
          transition: 0.2s ease;
          -webkit-transition: 0.2s ease;
          -moz-transition: 0.2s ease;
          -ms-transition: 0.2s ease;
          -o-transition: 0.2s ease
        }

    footer .footer .footer_cr {
      margin-top: 50px;
      font-size: 14px
    }

      footer .footer .footer_cr a {
        text-decoration: none;
        display: block;
        margin-bottom: 10px
      }

      footer .footer .footer_cr span {
        margin-right: 20px
      }

      footer .footer .footer_cr a:hover {
        text-decoration: none;
        color: #ADADAD
      }

      footer .footer .footer_cr a {
        color: #fff;
        transition: 0.2s ease;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease
      }

    footer .footer .footer_social {
      position: absolute;
      top: 37%;
      right: 80px;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%)
    }

      footer .footer .footer_social a {
        color: #fff;
        transition: 0.2s ease;
        -webkit-transition: 0.2s ease;
        -moz-transition: 0.2s ease;
        -ms-transition: 0.2s ease;
        -o-transition: 0.2s ease;
        font-size: 36px;
        margin-right: 20px
      }

        footer .footer .footer_social a:hover {
          text-decoration: none;
          color: #ADADAD
        }

        footer .footer .footer_social a:last-child {
          margin-right: 0
        }

.to_top {
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/arrow.svg) center center no-repeat;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  position: fixed;
  left: 86px;
  bottom: 120px;
  z-index: 100
}

.conditions_text_wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 996px;
  padding: 0 16px;
  margin: 96px auto 144px
}

  .conditions_text_wrapper h1 {
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: rgba(0,0,0,0.87)
  }

  .conditions_text_wrapper .date {
    width: 100%;
    text-align: right;
  }

  .conditions_text_wrapper ol {
    counter-reset: li
  }

    .conditions_text_wrapper ol li:before {
      counter-increment: li;
      content: counters(li, ".") ". "
    }

  .conditions_text_wrapper p {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    text-align: left;
    color: rgba(0,0,0,0.64)
  }

  .conditions_text_wrapper .details {
    margin-top: 20px;
  }

  .conditions_text_wrapper p a {
    color: #1976d2;
    text-decoration: none
  }

  .conditions_text_wrapper > ol > li {
    margin-top: 53px
  }

  .conditions_text_wrapper > ol li .sub-points p {
    padding-left: 10px;
  }

  .conditions_text_wrapper > ol > li:before {
    font-size: 24px;
    color: #4ea0ff
  }

  .conditions_text_wrapper > ol > li > ol {
    padding-left: 46px
  }

    .conditions_text_wrapper > ol > li > ol > li:first-child {
      margin-top: 24px
    }

  .conditions_text_wrapper > ol > li > p {
    font-size: 24px;
    line-height: 1.33;
    color: rgba(0,0,0,0.87);
    font-weight: 400;
    width: auto
  }

  .conditions_text_wrapper > ol > li li {
    margin-top: 16px;
    padding-left: 56px;
    position: relative
  }

    .conditions_text_wrapper > ol > li li:before {
      font-size: 18px;
      color: #4ea0ff;
      position: absolute;
      top: 3px;
      left: 0
    }

  .conditions_text_wrapper .bold {
    font-weight: 700
  }

  .conditions_text_wrapper .center-bold {
    font-weight: 400;
    font-size: 24px;
    color: black;
    margin-top: 53px;
  }

.faq_text_wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 996px;
  padding: 0 16px;
  margin: 96px auto 144px
}

  .faq_text_wrapper h1 {
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: rgba(0,0,0,0.87)
  }

  .faq_text_wrapper > ol {
    list-style-type: decimal
  }

  .faq_text_wrapper .anchor_list {
    font-size: 18px;
    line-height: 1.78;
    color: #1976d2;
    margin-top: 32px
  }

    .faq_text_wrapper .anchor_list li {
      margin-bottom: 16px;
      margin-left: 25px;
      cursor: pointer
    }

  .faq_text_wrapper .text_list > li {
    font-weight: 400;
    font-size: 24px;
    color: #4ea0ff;
    margin-top: 56px;
    margin-left: 25px
  }

    .faq_text_wrapper .text_list > li p {
      font-weight: 400;
      font-size: 24px;
      line-height: 1.33;
      color: rgba(0,0,0,0.87);
      margin-top: 0
    }

  .faq_text_wrapper .text_list ul {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    text-align: left;
    color: rgba(0,0,0,0.64)
  }

  .faq_text_wrapper p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    text-align: left;
    color: rgba(0,0,0,0.64)
  }

  .faq_text_wrapper .text_list ul {
    list-style-type: disc;
    margin-top: 16px;
    padding-left: 14px
  }

    .faq_text_wrapper .text_list ul li {
      margin-bottom: 16px;
      padding-left: 10px
    }

  .faq_text_wrapper p {
    margin-top: 24px
  }

  .faq_text_wrapper .alert {
    color: #d0011b;
    font-weight: 700
  }

  .faq_text_wrapper .bold {
    font-weight: 700
  }

  .faq_text_wrapper .uppercase {
    text-transform: uppercase;
    font-weight: 700
  }

  .faq_text_wrapper a {
    color: #1976d2;
    text-decoration: none;
    font-weight: 400
  }

@media all and (min-width:320px) and (max-width:480px) {
  .main_wrapper .main_header .header_lang_mobile span {
    display: none
  }
}

@media all and (min-width:320px) and (max-width:800px) {
  .modal .modal-content {
    width: 90%
  }

    .modal .modal-content .modal-header h2 {
      font-size: 16px;
      padding-left: 15px;
      text-align: left
    }

    .modal .modal-content .modal-header span.closeBtn {
      padding: 13px 15px 20px 0
    }

    .modal .modal-content .modal-body form input, .modal .modal-content .modal-body form label, .modal .modal-content .modal-body form .text-area textarea, .modal .modal-content .modal-body form .text-area label {
      width: calc(100% - 7px);
      padding-left: 0
    }

    .modal .modal-content .modal-body form a.payWithBill, .modal .modal-content .modal-body form a.payWithCard {
      display: block;
      margin: 0 auto 15px auto
    }

  .main_wrapper .main_header .header_container .mob_menu {
    display: block;
    border: 0;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    background: url(../images/mob_menu.svg) center center no-repeat;
    -webkit-background-size: 16px auto;
    background-size: 16px auto
  }

    .main_wrapper .main_header .header_container .mob_menu:focus {
      outline: 0
    }

  .main_wrapper .main_header .header_container .header_inner .logo {
    display: block;
    margin: 0 auto;
    line-height: 64px;
    width: 100%;
    text-align: center
  }

    .main_wrapper .main_header .header_container .header_inner .logo img {
      vertical-align: middle;
      margin-top: 0;
      width: 70%
    }

  .main_wrapper .main_header .header_container .header_inner .top_menu {
    display: none;
    width: 100%;
    background: #fff
  }

    .main_wrapper .main_header .header_container .header_inner .top_menu li {
      display: block;
      text-align: center;
      background-color: #fff
    }

      .main_wrapper .main_header .header_container .header_inner .top_menu li.mobile_hide {
        display: none
      }

      .main_wrapper .main_header .header_container .header_inner .top_menu li.mobile_show {
        display: block
      }

      .main_wrapper .main_header .header_container .header_inner .top_menu li a {
        font-size: 14px
      }

      .main_wrapper .main_header .header_container .header_inner .top_menu li.login_btn {
        display: none
      }

    .main_wrapper .main_header .header_container .header_inner .top_menu ul.hidden_menu {
      display: none
    }

  .main_wrapper .main_header .header_lang_mobile {
    display: inline-block
  }

  #section_1 {
    background: url(../images/main-bg.jpg) left bottom no-repeat;
    background-size: cover
  }

    #section_1 .section_content .left_part {
      float: none;
      width: 90%;
      display: block;
      padding-top: 18vh;
      margin: 0 auto;
      text-align: center
    }

      #section_1 .section_content .left_part .title {
        font-size: 35px;
        margin: 0 auto;
        max-width: 300px;
        padding-bottom: 2vh;
      }

  .mobile_img {
    display: inline-block;
    margin: 0 5px;
  }

  #section_1 .section_content .left_part #main_screen_pros {
    display: block
  }

    #section_1 .section_content .left_part #main_screen_pros li {
      list-style-type: none;
      color: #333;
      width: 90%;
      font-size: 13px;
      line-height: 1.3;
      min-height: 51px
    }

      #section_1 .section_content .left_part #main_screen_pros li div {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #34d400
      }

  #section_1 .section_content .left_part .lSSlideOuter .lSPager.lSpg {
    display: block
  }

  #section_1 .section_content .left_part a.login_btn {
    margin: 58px auto 14px auto;
    font-size: 15px;
    padding: 15px 45px
  }

  #section_1 .section_content .right_part {
    float: none;
    width: 100%;
    display: block
  }

    #section_1 .section_content .right_part .desctop_img {
      display: none;
    }

    #section_1 .section_content .right_part .main_screen_pros {
      display: none
    }

  #section_1_az {
    background: url(../images/azerflametower-main-bg.jpg) no-repeat;
    background-position: 24% 50px;
    background-size: cover
  }

    #section_1_az .section_content .left_part {
      float: none;
      width: 90%;
      display: block;
      padding-top: 20vh;
      margin: 0 auto;
      text-align: center
    }

      #section_1_az .section_content .left_part .title {
        font-size: 35px;
        margin: 0 auto;
        max-width: 300px;
        padding-bottom: 7vh
      }

      #section_1_az .section_content .left_part #main_screen_pros {
        display: block
      }

        #section_1_az .section_content .left_part #main_screen_pros li {
          list-style-type: none;
          color: #333;
          width: 90%;
          font-size: 13px;
          line-height: 1.3;
          min-height: 51px
        }

          #section_1_az .section_content .left_part #main_screen_pros li div {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: #34d400
          }

      #section_1_az .section_content .left_part .lSSlideOuter .lSPager.lSpg {
        display: block
      }

      #section_1_az .section_content .left_part a.login_btn {
        margin: 58px auto 14px auto;
        font-size: 15px;
        padding: 15px 45px
      }

    #section_1_az .section_content .right_part {
      float: none;
      width: 100%;
      display: block
    }

      #section_1_az .section_content .right_part .main_screen_pros {
        display: none
      }

  #section_11 .section_content h2.title {
    font-size: 20px;
    width: 100%;
    text-align: center
  }

  #section_11 .section_content .inner_content {
    margin: 15px 0 !important;
    width: 100%;
    text-align: center
  }

    #section_11 .section_content .inner_content .percent {
      margin-bottom: 15px
    }

    #section_11 .section_content .inner_content p {
      padding: 0;
      width: 100%;
      font-size: 13px
    }

  #section_3 .section_content h2 {
    width: 100%;
    font-size: 20px;
    text-align: center
  }

  #section_3 .section_content ul#light-slider {
    margin: 20px auto
  }

    #section_3 .section_content ul#light-slider li .img_part, #section_3 .section_content ul#light-slider li .img_block {
      display: none
    }

    #section_3 .section_content ul#light-slider li .description_part {
      width: 100%;
      text-align: center;
      padding-left: 0
    }

      #section_3 .section_content ul#light-slider li .description_part .title {
        font-size: 20px;
        padding-bottom: 25px
      }

      #section_3 .section_content ul#light-slider li .description_part p {
        font-size: 13px
      }

      #section_3 .section_content ul#light-slider li .description_part ul {
        text-align: left;
        font-size: 13px;
        padding-left: 20px
      }

      #section_3 .section_content ul#light-slider li .description_part a.try_btn {
        font-size: 14px;
        position: unset;
        margin-top: 20px
      }

  #section_4 {
    padding-bottom: 15px
  }

    #section_4 .section_content .title {
      font-size: 20px;
      text-align: center
    }

    #section_4 .section_content .key_content {
      display: block;
      float: none;
      width: 100%
    }

    #section_4 .section_content .key_img {
      display: none
    }

    #section_4 .section_content .certificate_wrapper {
      float: none;
      text-align: center
    }

      #section_4 .section_content .certificate_wrapper div {
        width: 25%;
        padding-top: 10px
      }

      #section_4 .section_content .certificate_wrapper h3 {
        font-size: 15px;
        margin-top: 10px
      }

  #section_4_az {
    padding-bottom: 0px
  }

    #section_4_az .section_content .title {
      font-size: 20px;
      text-align: center
    }

    #section_4_az .section_content .key_content {
      display: block;
      float: none;
      width: 100%
    }

    #section_4_az .section_content .key_img {
      display: none
    }

    #section_4_az .section_content .certificate_wrapper {
      float: none;
      text-align: center
    }

      #section_4_az .section_content .certificate_wrapper div {
        width: 25%;
        padding-top: 10px
      }

      #section_4_az .section_content .certificate_wrapper h3 {
        font-size: 15px;
        margin-top: 10px
      }

  #section_13 .section_content .img_part {
    display: block;
    float: none;
    width: 85%;
    margin: 0 auto
  }

    #section_13 .section_content .img_part .android {
      left: 44%;
      top: 55%
    }

  #section_13 .section_content .text_part {
    width: 100%;
    float: none;
    display: block;
    padding-left: 0;
    padding-top: 0
  }

    #section_13 .section_content .text_part h2 {
      text-align: center;
      font-size: 20px
    }

    #section_13 .section_content .text_part ul li {
      width: 100%;
      font-size: 13px
    }

  #section_14 .section_content {
    padding: 10px 0
  }

    #section_14 .section_content .text_part {
      dislay: block;
      width: 100%;
      float: none
    }

      #section_14 .section_content .text_part h2 {
        text-align: center;
        font-size: 20px
      }

      #section_14 .section_content .text_part p {
        font-size: 13px
      }

    #section_14 .section_content .logo_part {
      display: block;
      width: 70%;
      margin: 0 auto;
      float: none;
      text-align: center
    }

  #integration .bg_circle_blue {
    display: none
  }

  #integration .bg_circle_green {
    display: none
  }

  #integration .section_content .option_description {
    display: block;
    float: none;
    width: 60%;
    margin: 0 auto
  }

    #integration .section_content .option_description div.main_img {
      width: 100%
    }

      #integration .section_content .option_description div.main_img img {
        margin: 0 auto
      }

    #integration .section_content .option_description div.option_imgs {
      display: none
    }

  #integration .section_content .integration_options {
    display: block;
    width: 100%;
    float: none;
    text-align: center
  }

    #integration .section_content .integration_options h2 {
      font-size: 20px
    }

    #integration .section_content .integration_options p {
      text-align: left;
      font-size: 13px
    }

    #integration .section_content .integration_options ul {
      text-align: left
    }

      #integration .section_content .integration_options ul li p {
        font-size: 13px
      }

      #integration .section_content .integration_options ul li div.int_option {
        font-size: 13px
      }

    #integration .section_content .integration_options a {
      font-size: 14px
    }

  #section_2 .section_content .document_grade {
    text-align: center;
    width: 100%;
    float: none;
    margin: 0
  }

    #section_2 .section_content .document_grade h2 {
      font-size: 20px;
      padding: 25px 0px 35px 0px
    }

    #section_2 .section_content .document_grade ul.payment_pros {
      margin-left: 15px;
      font-size: 13px;
      text-align: left
    }

    #section_2 .section_content .document_grade p {
      font-size: 15px;
      margin: 0;
      margin-top: 15px
    }

    #section_2 .section_content .document_grade ul.progressbar li::before {
      width: 40px;
      height: 40px;
      line-height: 40px;
      font-size: 12px
    }

    #section_2 .section_content .document_grade ul.progressbar li::after {
      top: 22px
    }

    #section_2 .section_content .document_grade .consult_request {
      display: none
    }

  #section_2 .section_content .consult_request_mobile {
    display: block
  }

  #section_2 .section_content .tariff_description {
    float: none;
    width: 100%;
    max-width: 275px;
    margin: 15px auto 0
  }

    #section_2 .section_content .tariff_description .tariff_title {
      font-size: 20px;
      padding: 20px 0px
    }

      #section_2 .section_content .tariff_description .tariff_title .doc_tariff {
        width: 70px;
        height: 70px;
        line-height: 70px
      }

    #section_2 .section_content .tariff_description ul.description_table li {
      font-size: 13px
    }

      #section_2 .section_content .tariff_description ul.description_table li p.header {
        font-size: 13px
      }

    #section_2 .section_content .tariff_description .demo_tariff {
      width: 100%
    }

      #section_2 .section_content .tariff_description .demo_tariff p {
        font-size: 15px;
        width: 90%
      }

      #section_2 .section_content .tariff_description .demo_tariff .use_free {
        width: 90%;
        padding-top: 30px;
        font-size: 15px
      }

      #section_2 .section_content .tariff_description .demo_tariff ul {
        padding-top: 35px
      }

        #section_2 .section_content .tariff_description .demo_tariff ul li {
          font-size: 13px
        }

          #section_2 .section_content .tariff_description .demo_tariff ul li p.header {
            font-size: 13px
          }

    #section_2 .section_content .tariff_description .buy_btn, #section_2 .section_content .tariff_description .try_btn {
      font-size: 14px
    }

  #section_2 .section_content .individual_tariff {
    float: none;
    width: 100%;
    max-width: 275px;
    margin: 15px auto 0
  }

    #section_2 .section_content .individual_tariff .tariff_title {
      font-size: 20px
    }

      #section_2 .section_content .individual_tariff .tariff_title .doc_tariff {
        width: 180px;
        height: 45px;
        line-height: 45px;
        margin: 0 auto
      }

    #section_2 .section_content .individual_tariff p {
      font-size: 15px
    }

    #section_2 .section_content .individual_tariff form#custom_tariff label {
      font-size: 13px
    }

    #section_2 .section_content .individual_tariff form#custom_tariff input {
      height: 25px
    }

    #section_2 .section_content .individual_tariff form#custom_tariff a.call_me_btn {
      font-size: 14px
    }

  #section_6 .section_content .title {
    font-size: 20px
  }

  #section_6 .section_content .partners_block div {
    width: 20%
  }

    #section_6 .section_content .partners_block div:nth-of-type(22) {
      width: 7%
    }

    #section_6 .section_content .partners_block div:nth-of-type(7) {
      width: 15%
    }

    #section_6 .section_content .partners_block div:nth-of-type(21), #section_6 .section_content .partners_block div:nth-of-type(23), #section_6 .section_content .partners_block div:nth-of-type(24), #section_6 .section_content .partners_block div:nth-of-type(25), #section_6 .section_content .partners_block div:nth-of-type(11) {
      width: 13%
    }

    #section_6 .section_content .partners_block div:nth-of-type(1), #section_6 .section_content .partners_block div:nth-of-type(2), #section_6 .section_content .partners_block div:nth-of-type(3) {
      width: 16%
    }

  #section_9 .section_content {
    padding-top: 45px !important
  }

    #section_9 .section_content .help_link {
      display: block;
      width: 100%;
      padding: 0px 0px 77px 0px
    }

      #section_9 .section_content .help_link h4 {
        font-size: 20px
      }

      #section_9 .section_content .help_link p {
        font-size: 13px;
        width: 70%;
        padding: 20px 0
      }

      #section_9 .section_content .help_link a {
        font-size: 14px
      }

  #section_8 .map_wrapper .map_info {
    width: 264px;
    bottom: 10px;
    top: unset;
    left: 11px
  }

    #section_8 .map_wrapper .map_info .title {
      font-size: 14px;
      padding: 9px 0 9px 12px
    }

    #section_8 .map_wrapper .map_info ul.contact_info li {
      padding: 9px 0 9px 12px;
      font-size: 13px
    }

      #section_8 .map_wrapper .map_info ul.contact_info li div {
        width: 85%
      }

  footer .footer .footer_ul li {
    display: block !important;
    padding-top: 1px
  }

    footer .footer .footer_ul li a {
      font-size: 13px !important
    }

    footer .footer .footer_ul li.lang {
      display: none !important
    }

    footer .footer .footer_ul li.footer_number {
      font-size: 13px;
      position: unset;
      margin-top: 20px
    }

  footer .footer .footer_cr {
    font-size: 13px !important;
    margin-top: 35px
  }
}

@media all and (min-width:801px) and (max-width:1024px) {
  .modal .modal-content {
    width: 72%
  }

  .main_wrapper .main_header .header_container .mob_menu {
    display: block;
    border: 0;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    background: url(../images/mob_menu.svg) center center no-repeat;
    -webkit-background-size: 16px auto;
    background-size: 16px auto
  }

    .main_wrapper .main_header .header_container .mob_menu:focus {
      outline: 0
    }

  .main_wrapper .main_header .header_container .header_inner .logo {
    display: block;
    margin: 0 auto;
    line-height: 64px;
    width: 100%
  }

    .main_wrapper .main_header .header_container .header_inner .logo img {
      vertical-align: middle;
      margin-top: 0
    }

  .main_wrapper .main_header .header_container .header_inner .top_menu {
    display: none;
    width: 100%;
    background: #fff
  }

    .main_wrapper .main_header .header_container .header_inner .top_menu li {
      display: block;
      text-align: center;
      background-color: #fff
    }

      .main_wrapper .main_header .header_container .header_inner .top_menu li.mobile_hide {
        display: none
      }

      .main_wrapper .main_header .header_container .header_inner .top_menu li.mobile_show {
        display: block
      }

      .main_wrapper .main_header .header_container .header_inner .top_menu li.login_btn {
        display: none
      }

    .main_wrapper .main_header .header_container .header_inner .top_menu ul.hidden_menu {
      display: none
    }

  .main_wrapper .main_header .header_lang_mobile {
    display: inline-block
  }

  .main_header .top_menu .middle_screen_hide {
    display: none
  }

  #section_1 .section_content .left_part {
    float: none;
    width: 100%;
    padding-top: 16vh;
    margin: 0;
    text-align: center
  }

    #section_1 .section_content .left_part .title {
      max-width: 430px;
      width: 75%;
      margin: 0 auto;
      font-size: 50px
    }

    #section_1 .section_content .left_part .mobile_img {
      display: inline-block;
      margin-bottom: 0;
      margin-top: 20px;
    }

    #section_1 .section_content .left_part #main_screen_pros {
      padding-top: 2%;
      display: block
    }

      #section_1 .section_content .left_part #main_screen_pros li {
        list-style-type: none;
        color: #333;
        width: 90%;
        font-size: 13px;
        line-height: 1.3
      }

        #section_1 .section_content .left_part #main_screen_pros li div {
          display: inline-block;
          vertical-align: middle;
          margin-right: 5px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #34d400
        }

    #section_1 .section_content .left_part .lSSlideOuter .lSPager.lSpg {
      display: block
    }

    #section_1 .section_content .left_part a.login_btn {
      margin: 58px auto 14px auto;
      font-size: 15px;
      padding: 15px 45px
    }

  #section_1 .section_content .right_part {
    display: none
  }

  #section_1 .section_content .left_part {
    float: none;
    width: 100%;
    padding-top: 16vh;
    margin: 0;
    text-align: center
  }

  #section_1_az .section_content .left_part .title {
    max-width: 430px;
    width: 75%;
    margin: 0 auto;
    font-size: 50px
  }

  #section_1_az .section_content .left_part #main_screen_pros {
    padding-top: 5%;
    display: block
  }

    #section_1_az .section_content .left_part #main_screen_pros li {
      list-style-type: none;
      color: #333;
      width: 90%;
      font-size: 13px;
      line-height: 1.3
    }

      #section_1_az .section_content .left_part #main_screen_pros li div {
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #34d400
      }

  #section_1_az .section_content .left_part .lSSlideOuter .lSPager.lSpg {
    display: block
  }

  #section_1_az .section_content .left_part a.login_btn {
    margin: 58px auto 14px auto;
    font-size: 15px;
    padding: 15px 45px
  }

  #section_1_az .section_content .right_part {
    display: none
  }

  #section_6 .section_content .partners_block div {
    width: 17%
  }

    #section_6 .section_content .partners_block div:nth-of-type(1) {
      width: 17%;
    }

    #section_6 .section_content .partners_block div:nth-of-type(2), #section_6 .section_content .partners_block div:nth-of-type(3) {
      width: 14%;
    }

    #section_6 .section_content .partners_block div:nth-of-type(7), #section_6 .section_content .partners_block div:nth-of-type(11), #section_6 .section_content .partners_block div:nth-of-type(21), #section_6 .section_content .partners_block div:nth-of-type(23), #section_6 .section_content .partners_block div:nth-of-type(24), #section_6 .section_content .partners_block div:nth-of-type(25) {
      width: 13%
    }

    #section_6 .section_content .partners_block div:nth-of-type(22) {
      width: 7%
    }

  #section_11 .section_content .title {
    font-size: 20px !important;
    text-align: center
  }

  #section_11 .section_content .inner_content {
    margin: 0 auto 25px 30px !important;
    display: block;
    width: 100%
  }

    #section_11 .section_content .inner_content p {
      font-size: 13px
    }

  #section_3 .section_content h2 {
    text-align: center;
    font-size: 20px
  }

  #section_3 .section_content ul#light-slider {
    margin: 10px 0
  }

    #section_3 .section_content ul#light-slider li .description_part p.title {
      font-size: 20px
    }

    #section_3 .section_content ul#light-slider li .description_part p, #section_3 .section_content ul#light-slider li .description_part div {
      font-size: 13px
    }

    #section_3 .section_content ul#light-slider li .description_part ul.upload_list {
      font-size: 13px
    }

    #section_3 .section_content ul#light-slider li .description_part a.try_btn {
      font-size: 15px;
      bottom: 20px
    }

    #section_3 .section_content ul#light-slider li .description_part.short {
      padding-left: 88px
    }

  #section_3 .section_content ul.lSPager.lSpg {
    margin: 10px auto 40px auto
  }

  #section_4 {
    padding-bottom: 60px
  }

    #section_4 .section_content .title {
      font-size: 20px;
      padding: 30px 0
    }

    #section_4 .section_content .key_content {
      font-size: 13px
    }

    #section_4 .section_content .key_img .green_circle {
      width: 220px;
      height: 220px;
      right: 25%;
      top: 105px
    }

    #section_4 .section_content .key_img .blue_circle {
      top: 240px;
      right: -25px
    }

    #section_4 .section_content .key_img img {
      margin-left: 75px;
      margin-top: 50px
    }

    #section_4 .section_content .certificate_wrapper h3 {
      margin: 10px 0px 20px 0px;
      font-size: 15px
    }

    #section_4 .section_content .certificate_wrapper div {
      width: 13%
    }

  #section_4_az {
    padding-bottom: 60px
  }

    #section_4_az .section_content .title {
      font-size: 20px;
      padding: 30px 0
    }

    #section_4_az .section_content .key_content {
      font-size: 13px
    }

    #section_4_az .section_content .key_img .green_circle {
      width: 220px;
      height: 220px;
      right: 25%;
      top: 105px
    }

    #section_4_az .section_content .key_img .blue_circle {
      top: 240px;
      right: -25px
    }

    #section_4_az .section_content .key_img img {
      margin-left: 75px;
      margin-top: 50px
    }

    #section_4_az .section_content .certificate_wrapper h3 {
      margin: 10px 0px 20px 0px;
      font-size: 15px
    }

    #section_4_az .section_content .certificate_wrapper div {
      width: 13%
    }

  #section_13 .section_content {
    padding: 20px 0 35px 0
  }

    #section_13 .section_content .img_part {
      padding-top: 30px
    }

      #section_13 .section_content .img_part .android {
        left: 44%
      }

    #section_13 .section_content .text_part {
      width: 48%
    }

      #section_13 .section_content .text_part h2 {
        font-size: 20px;
        padding: 30px 0px
      }

      #section_13 .section_content .text_part ul li {
        font-size: 13px
      }

  #section_14 .section_content .text_part {
    width: 60%
  }

    #section_14 .section_content .text_part h2 {
      font-size: 20px;
      padding-bottom: 30px
    }

    #section_14 .section_content .text_part p {
      font-size: 13px
    }

  #section_14 .section_content .logo_part {
    width: 38%
  }

    #section_14 .section_content .logo_part img {
      width: 65%;
      padding-top: 10%
    }

  #integration .bg_circle_blue {
    width: 205px;
    height: 205px;
    top: 60px
  }

  #integration .bg_circle_green {
    bottom: unset;
    top: 153px;
    left: 89px;
    height: 130px;
    width: 130px
  }

  #integration .section_content .option_description div.main_img {
    width: 70%
  }

    #integration .section_content .option_description div.main_img img {
      padding-top: 75px;
      padding-left: 25px
    }

  #integration .section_content .option_description div.option_imgs {
    display: none
  }

  #integration .section_content .integration_options h2 {
    font-size: 20px
  }

  #integration .section_content .integration_options p, #integration .section_content .integration_options ul li p, #integration .section_content .integration_options ul li div.int_option {
    font-size: 13px
  }

  #integration .section_content .integration_options a {
    font-size: 15px
  }

  #section_2 .section_content {
    position: relative
  }

    #section_2 .section_content .document_grade {
      width: 64%
    }

      #section_2 .section_content .document_grade h2 {
        font-size: 20px;
        padding: 45px 0 30px 0
      }

      #section_2 .section_content .document_grade ul.payment_pros {
        margin-left: 5px
      }

        #section_2 .section_content .document_grade ul.payment_pros li {
          font-size: 13px
        }

      #section_2 .section_content .document_grade p {
        font-size: 15px;
        margin-left: 0;
        margin-bottom: 20px
      }

      #section_2 .section_content .document_grade ul.progressbar {
        padding-top: 15px
      }

        #section_2 .section_content .document_grade ul.progressbar li {
          width: 15%
        }

          #section_2 .section_content .document_grade ul.progressbar li::before {
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 13px;
            margin: 0
          }

          #section_2 .section_content .document_grade ul.progressbar li::after {
            top: 27px
          }

      #section_2 .section_content .document_grade .consult_request {
        position: absolute;
        bottom: 75px
      }

        #section_2 .section_content .document_grade .consult_request p {
          font-size: 13px
        }

        #section_2 .section_content .document_grade .consult_request a.request_btn {
          font-size: 15px;
          margin-left: 0;
          padding: 12px 40px
        }

    #section_2 .section_content .tariff_description {
      width: 36%;
      margin-top: 47px;
      max-width: 252px
    }

      #section_2 .section_content .tariff_description .tariff_title {
        padding: 20px 0
      }

        #section_2 .section_content .tariff_description .tariff_title p {
          font-size: 20px;
          padding-bottom: 40px
        }

        #section_2 .section_content .tariff_description .tariff_title div.doc_tariff {
          font-size: 20px;
          width: 65px;
          height: 65px;
          line-height: 65px;
          top: 45px
        }

      #section_2 .section_content .tariff_description .demo_tariff p {
        font-size: 15px;
        padding-top: 40px
      }

      #section_2 .section_content .tariff_description .demo_tariff div.use_free {
        font-size: 15px;
        padding-top: 40px
      }

      #section_2 .section_content .tariff_description .demo_tariff ul li p.header {
        width: 61%;
        font-size: 13px
      }

      #section_2 .section_content .tariff_description .demo_tariff ul li span {
        font-size: 13px
      }

      #section_2 .section_content .tariff_description a.try_btn, #section_2 .section_content .tariff_description a.buy_btn {
        font-size: 15px
      }

      #section_2 .section_content .tariff_description ul.description_table {
        margin-top: 40px
      }

        #section_2 .section_content .tariff_description ul.description_table li p.header {
          font-size: 13px
        }

        #section_2 .section_content .tariff_description ul.description_table li span {
          font-size: 13px
        }

    #section_2 .section_content .individual_tariff {
      width: 36%;
      margin-top: 47px;
      max-width: 252px
    }

      #section_2 .section_content .individual_tariff .tariff_title p {
        font-size: 20px
      }

      #section_2 .section_content .individual_tariff .tariff_title div.doc_tariff {
        line-height: 40px;
        height: 40px;
        width: 200px;
        font-size: 20px
      }

      #section_2 .section_content .individual_tariff p {
        font-size: 15px
      }

      #section_2 .section_content .individual_tariff form#custom_tariff label {
        font-size: 13px
      }

      #section_2 .section_content .individual_tariff form#custom_tariff input {
        height: 25px
      }

      #section_2 .section_content .individual_tariff form#custom_tariff a.call_me_btn {
        font-size: 15px
      }

  #section_6 .section_content .title {
    font-size: 20px;
    padding-top: 30px
  }

  #section_9 .section_content .help_link {
    display: block;
    margin: 0 auto;
    padding: 10px 0px 60px 0px
  }

    #section_9 .section_content .help_link h4 {
      font-size: 20px
    }

    #section_9 .section_content .help_link p {
      font-size: 13px;
      width: 70%;
      padding: 20px 0
    }

    #section_9 .section_content .help_link a {
      font-size: 15px
    }

    #section_9 .section_content .help_link:first-of-type {
      padding-top: 45px
    }

  #section_8 .map_wrapper .map_info .title {
    font-size: 15px
  }

  #section_8 .map_wrapper .map_info ul.contact_info li {
    font-size: 13px
  }

    #section_8 .map_wrapper .map_info ul.contact_info li div {
      width: 85%
    }

  footer .footer .footer_ul li a {
    font-size: 13px !important
  }

  footer .footer .footer_ul li.lang {
    display: none
  }

  footer .footer .footer_ul li.footer_number {
    font-size: 13px
  }

    footer .footer .footer_ul li.footer_number a {
      margin-right: 10px
    }

  footer .footer .footer_cr {
    font-size: 13px
  }
}

@media all and (min-width:1025px) and (max-width:1082px) {
  .modal .modal-content {
    width: 80%
  }

  .main_header .top_menu {
    margin-left: 30px
  }

    .main_header .top_menu li a {
      padding: 24px 8px 10px
    }

    .main_header .top_menu .login_btn {
      padding: 0 5px
    }

    .main_header .top_menu .middle_screen_hide {
      display: none
    }

  #section_1 .section_content .left_part {
    width: 46%
  }

    #section_1 .section_content .left_part .title {
      font-size: 60px;
      max-width: 500px
    }

  #section_1 .section_content .right_part .main_screen_pros {
    padding-top: 11px
  }

  #section_1_az .section_content .left_part {
    width: 46%
  }

    #section_1_az .section_content .left_part .title {
      font-size: 60px;
      max-width: 500px
    }

  #section_1_az .section_content .right_part .main_screen_pros {
    padding-top: 11px
  }

  #section_11 .section_content .inner_content {
    width: 46%
  }

    #section_11 .section_content .inner_content p {
      width: 75%
    }

  #section_3 .section_content #light-slider li .short {
    padding-left: 111px
  }

  #section_4 .section_content .key_img .green_circle {
    right: 25%;
    top: 100px
  }

  #section_4 .section_content .key_img img {
    width: 96%;
    margin-left: 75px;
    margin-top: 100px
  }

  #section_4 .section_content .key_img .blue_circle {
    top: 300px
  }

  #section_13 .section_content .img_part {
    padding-top: 30px
  }

    #section_13 .section_content .img_part .android {
      left: 45%
    }

  #section_13 .section_content .text_part {
    width: 48%
  }

  #section_14 .section_content .logo_part img {
    width: 60%;
    padding-top: 25px
  }

  #integration .bg_circle_blue {
    top: 50px;
    height: 275px;
    width: 275px
  }

  #integration .bg_circle_green {
    bottom: 75px
  }

  #integration .section_content .option_description {
    width: 55%
  }

    #integration .section_content .option_description .main_img {
      margin-top: 92px;
      width: 75%
    }

    #integration .section_content .option_description .option_imgs {
      position: absolute;
      right: 6%;
    }

      #integration .section_content .option_description .option_imgs img {
        margin-left: auto;
        padding-top: 40px
      }

        #integration .section_content .option_description .option_imgs img:nth-of-type(3) {
          padding-top: 40px;
          padding-right: 10px
        }

  #integration .section_content .integration_options {
    width: 45%
  }

  #section_2 .section_content .document_grade {
    width: 64%
  }

    #section_2 .section_content .document_grade .consult_request p {
      margin-top: 45px
    }

  #section_2 .section_content .tariff_description {
    width: 36%;
    max-height: 556px
  }

    #section_2 .section_content .tariff_description .demo_tariff .use_free {
      padding-top: 40px
    }

    #section_2 .section_content .tariff_description .demo_tariff ul li {
      padding: 3px 0px
    }

    #section_2 .section_content .tariff_description .try_btn {
      margin: 35px auto 30px auto
    }

    #section_2 .section_content .tariff_description .buy_btn {
      margin: 35px auto 30px auto
    }

  #section_2 .section_content .individual_tariff {
    width: 36%
  }

    #section_2 .section_content .individual_tariff #custom_tariff .call_me_btn {
      margin: 50px auto 30px auto
    }

  #section_9 .section_content .help_link {
    width: 33%;
    padding: 60px 0px 75px 0px
  }

    #section_9 .section_content .help_link h4 {
      font-size: 20px
    }

    #section_9 .section_content .help_link p {
      width: 75%;
      margin-bottom: 25px
    }

  #section_6 .section_content .partners_block div {
    width: 14%
  }

    #section_6 .section_content .partners_block div:nth-of-type(6), #section_6 .section_content .partners_block div:nth-of-type(24), #section_6 .section_content .partners_block div:nth-of-type(25) {
      width: 12%
    }

    #section_6 .section_content .partners_block div:nth-of-type(7) {
      width: 11%
    }

    #section_6 .section_content .partners_block div:nth-of-type(21), #section_6 .section_content .partners_block div:nth-of-type(23) {
      width: 10%
    }
}

@media all and (min-width:1083px) and (max-width:1279px) {
  .modal .modal-content {
    width: 80%
  }

  .main_header .top_menu {
    margin-left: 30px
  }

    .main_header .top_menu li a {
      padding: 24px 8px 10px
    }

    .main_header .top_menu .login_btn {
      padding: 0 5px
    }

    .main_header .top_menu .middle_screen_hide {
      display: inline-block
    }

    .main_header .top_menu .mobile-numbers {
      position: absolute;
      margin-top: 9px;
      right: 468px;
    }

  #section_1 .section_content .left_part {
    width: 46%
  }

    #section_1 .section_content .left_part .title {
      font-size: 60px;
      max-width: 500px
    }

  #section_1 .section_content .right_part .main_screen_pros {
    padding-top: 11px
  }

  #section_1_az .section_content .left_part {
    width: 46%
  }

    #section_1_az .section_content .left_part .title {
      font-size: 60px;
      max-width: 500px
    }

  #section_1_az .section_content .right_part .main_screen_pros {
    padding-top: 11px
  }

  #section_11 .section_content .inner_content {
    width: 46%
  }

    #section_11 .section_content .inner_content p {
      width: 75%
    }

  #section_3 .section_content #light-slider li .short {
    padding-left: 111px
  }

  #section_4 .section_content .key_img .green_circle {
    right: 25%;
    top: 100px
  }

  #section_4 .section_content .key_img img {
    width: 96%;
    margin-left: 75px;
    margin-top: 100px
  }

  #section_4 .section_content .key_img .blue_circle {
    top: 300px
  }

  #section_13 .section_content .img_part {
    padding-top: 30px
  }

    #section_13 .section_content .img_part .android {
      left: 45%
    }

  #section_13 .section_content .text_part {
    width: 48%
  }

  #section_14 .section_content .logo_part img {
    width: 60%;
    padding-top: 25px
  }

  #integration .bg_circle_blue {
    top: 50px;
    height: 275px;
    width: 275px
  }

  #integration .bg_circle_green {
    bottom: 75px
  }

  #integration .section_content .option_description {
    width: 55%
  }

    #integration .section_content .option_description .main_img {
      margin-top: 92px;
      width: 75%
    }

    #integration .section_content .option_description .option_imgs {
      position: absolute;
      right: 6%;
    }

      #integration .section_content .option_description .option_imgs img {
        margin-left: auto;
        padding-top: 40px
      }

        #integration .section_content .option_description .option_imgs img:nth-of-type(3) {
          padding-top: 40px;
          padding-right: 10px
        }

  #integration .section_content .integration_options {
    width: 45%
  }

  #section_2 .section_content .document_grade {
    width: 64%
  }

    #section_2 .section_content .document_grade .consult_request p {
      margin-top: 45px
    }

  #section_2 .section_content .tariff_description {
    width: 36%;
    max-height: 556px
  }

    #section_2 .section_content .tariff_description .demo_tariff .use_free {
      padding-top: 40px
    }

    #section_2 .section_content .tariff_description .demo_tariff ul li {
      padding: 3px 0px
    }

    #section_2 .section_content .tariff_description .try_btn {
      margin: 35px auto 30px auto
    }

    #section_2 .section_content .tariff_description .buy_btn {
      margin: 35px auto 30px auto
    }

  #section_2 .section_content .individual_tariff {
    width: 36%
  }

    #section_2 .section_content .individual_tariff #custom_tariff .call_me_btn {
      margin: 50px auto 30px auto
    }

  #section_9 .section_content .help_link {
    width: 33%;
    padding: 60px 0px 75px 0px
  }

    #section_9 .section_content .help_link h4 {
      font-size: 20px
    }

    #section_9 .section_content .help_link p {
      width: 75%;
      margin-bottom: 25px
    }

  #section_6 .section_content .partners_block div {
    width: 14%
  }

    #section_6 .section_content .partners_block div:nth-of-type(6), #section_6 .section_content .partners_block div:nth-of-type(24), #section_6 .section_content .partners_block div:nth-of-type(25) {
      width: 12%
    }

    #section_6 .section_content .partners_block div:nth-of-type(7) {
      width: 11%
    }

    #section_6 .section_content .partners_block div:nth-of-type(21), #section_6 .section_content .partners_block div:nth-of-type(23) {
      width: 10%
    }
}

@media all and (min-width:1280px) and (max-width:1600px) {
  .modal .modal-content {
    width: 50%;
    margin: 10% auto
  }

  #integration .section_content .option_description div img {
    padding-left: 45px;
  }

    #integration .section_content .option_description div img:nth-of-type(3) {
      padding-left: 44px;
    }

  #section_2 .section_content .tariff_description .demo_tariff ul li p.header {
    width: 60%;
  }

  #section_2 .section_content .tariff_description .demo_tariff ul li span.value {
    margin-left: 10px;
  }

  .main_header .top_menu .mobile-numbers {
    position: absolute;
    margin-top: 9px;
    right: 500px;
  }
}

@media all and (min-width:1600px) {
  #section_1 .section_content .left_part {
    width: 35%;
    margin-left: 10%;
    font-size: 80px;
    padding-top: 25vh
  }

  #section_1 .section_content .right_part {
    padding-top: 26vh
  }

    #section_1 .section_content .right_part .desctop_img {
      padding-left: 70px;
    }

    #section_1 .section_content .right_part ul.main_screen_pros {
      padding-left: 70px
    }

  #section_1_az .section_content .left_part {
    width: 35%;
    margin-left: 10%;
    font-size: 80px;
    padding-top: 25vh
  }

  #section_1_az .section_content .right_part {
    padding-top: 26vh
  }

    #section_1_az .section_content .right_part ul.main_screen_pros {
      padding-left: 70px
    }

  #section_3 .section_content ul#light-slider li:nth-of-type(even) .img_part {
    padding-left: 30px
  }

  #section_4 .section_content .key_img .blue_circle {
    right: 40px
  }

  #section_13 .section_content .img_part {
    text-align: center
  }

    #section_13 .section_content .img_part img {
      width: 80%
    }

    #section_13 .section_content .img_part .android {
      width: 13%
    }

  #section_14 .section_content .text_part {
    padding-left: 5%
  }

  #section_14 .section_content .logo_part {
    width: 39%
  }

  #integration .bg_circle_blue {
    left: 20%
  }

  #integration .bg_circle_green {
    left: 13%;
    bottom: 50px
  }

  #integration .section_content .option_description {
    width: 45%
  }

    #integration .section_content .option_description .main_img {
      width: 59%;
      margin-left: 50px
    }

      #integration .section_content .option_description .main_img img {
        max-width: unset
      }

    #integration .section_content .option_description .option_imgs {
      width: 30%
    }

      #integration .section_content .option_description .option_imgs img {
        margin-left: auto;
        width: 50%
      }

        #integration .section_content .option_description .option_imgs img:nth-of-type(3) {
          width: 38%;
          padding-right: 15px
        }

  #integration .section_content .integration_options {
    padding-left: 5%;
    width: 42%
  }

  #section_2 .section_content .document_grade {
    width: 60%
  }

    #section_2 .section_content .document_grade h2 {
      padding: 45px 0px 45px 31px
    }

  #section_2 .section_content .tariff_description, #section_2 .section_content .individual_tariff {
    margin-right: 60px
  }

  .center-bold {
    font-weight: 400;
    font-size: 24px;
    color: black;
    margin-top: 53px;
  }

  .main_header .top_menu .mobile-numbers {
    position: absolute;
    margin-top: 9px;
    right: 500px;
  }
}
