/* green */
/* blue */
/* orange */
/* title-color */
html {
  height: 100%; }

body {
  margin: 0;
  color: #24292E;
  font: 16px/21px "Barlow", Arial, Helvetica, sans-serif;
  background: #F8F9FB;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-height: 100%;
  height: 100%; }
  body.home {
    background: #fff; }
  body.error-page {
    background: url(../images/bg_skreen01.jpg) no-repeat;
    background-attachment: cover; }

.flexboxtweener, .flexboxtweener > body {
  height: 100%; }

.flexboxtweener .wrapper-holder {
  overflow: visible; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #0366D6;
  outline: none;
  transition: 0.3s ease-in-out; }
  a:hover {
    text-decoration: underline; }
  a:active {
    color: #002FA3; }
  a:visited {
    opacity: 0.8; }

p {
  margin: 0 0 10px; }

* {
  -webkit-tap-highlight-color: transparent; }

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.custom-select:after{
  background: url("/img/ic_triangle-10x5.svg");
  content: '';
  width: 20px;
  height: 10px;
  position: absolute;
  top: 17px;
  right: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  /*z-index: -1;*/
}

select::-ms-expand {
  display: none; }

input, button, select {
  /*-webkit-appearance: none;*/
  appearance: none;
  outline: none!important; }

input,
textarea,
select {
  font: 100% "Barlow", Arial, Helvetica, sans-serif;
  vertical-align: middle;
  color: #a1a1a4; }

form, fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

q {
  quotes: none; }

q:before {
  content: ''; }

q:after {
  content: ''; }

header,
footer,
article,
section,
hgroup,
nav,
figure,
aside {
  display: block; }

figure {
  margin: 0;
  padding: 0; }

input[type=submit] {
  cursor: pointer; }

input[type=emal] {
  -webkit-appearance: caret; }

input[type=email],
input[type=tel],
input[type=text],
input[type=password],
input[type=file],
input[type=submit],
textarea {
  -webkit-appearance: none;
  outline: none;
  box-shadow: none;
  border-radius: 0; }

.mobile-visible {
  display: none; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

p {
  margin: 0 0 12px; }

h1 {
  font-size: 32px;
  line-height: 40px;
  color: #333;
  margin: 0 0 19px;
  position: relative;
  font-weight: 700; }
  h1.aligncenter {
    text-align: center; }

h2 {
  font-size: 30px;
  line-height: 36px;
  color: #333;
  margin: 0 0 32px;
  position: relative;
  font-weight: 600; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 26px;
  position: relative;
  color: #333;
  font-weight: 700; }

h4 {
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 33px;
  position: relative;
  color: #333;
  font-weight: 700; }

.wrapper-holder {
  display: flex;
  min-height: 100vh;
  height: 100%;
  flex-direction: column;
  -webkit-box-orient: vertical; }

.wrapper-frame2{
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
}
.wrapper-frame {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px; }

.top-panel {
  background: #333;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 13px 0;
  font-weight: 500; }
  .top-panel .wrapper-frame {
    position: relative; }
    .top-panel .wrapper-frame .close {
      position: absolute;
      text-indent: -9999px;
      overflow: hidden;
      background: url(../images/close.svg) no-repeat;
      background-size: 100% 100%;
      width: 16px;
      height: 16px;
      right: 15px;
      top: 4px;
      cursor: pointer; }
  .top-panel .first {
    display: inline-block;
    padding: 3px 7px 5px;
    margin-left: 10px;
    line-height: 16px;
    background: #FB8532;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
  color: #fff}
  .top-panel .color {
    font-weight: 500;
    color: #FB8532;
    /*display: block;*/
    vertical-align: top;
    margin: 0 5px 0 5px; }

.main {
  flex: 1;
  flex-grow: 1;
  padding-top: 70px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  padding-bottom: 44px; }

.logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 10%; }

.cp-banner-content{
  padding-left: 64px!important;
  padding-right: 64px!important;
  margin: 0;
}

@media (max-width: 1100px) {
  .cp-banner-close{
    align-self: center;
    margin-right: 20px;
  }
}

@media (max-width: 700px){
  .wrapper-frame2{
    flex-direction: column;
  }
  .cp-banner-content{
    padding-right: 10px!important;
    padding-left: 10px!important;
  }
}
#header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0;
  font-weight: 500;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05); }
  #header .wrapper-frame {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #header .top-panel .wrapper-frame {
    justify-content: center; }
  #header .phone {
    position: relative;
    padding-left: 20px;
    white-space: nowrap; }
    #header .phone a {
      color: #24292E;
      text-decoration: none; }
    #header .phone:after {
      position: absolute;
      content: '';
      width: 22px;
      height: 23px;
      background: url(../images/smartphone-with-internet.svg) no-repeat;
      top: 50%;
      margin-top: -11px;
      left: -7px; }
  #header .btn-sign {
    margin-right: 7%; }

.header {
  padding: 15px 0 16px; }

.header_frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 71%; }
  .header_frame .brn-order {
    margin-left: 7%; }

#nav {
  flex: 1; }
  #nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
  #nav li {
    margin: 0 4.8%; }
  #nav a {
    color: #747496; }
    #nav a:hover {
      color: #FB8532;
      text-decoration: none; }
  #nav .active a {
    color: #0366D6;
    position: relative; }
    #nav .active a:after {
      position: absolute;
      content: '';
      height: 1px;
      background: #FB8532;
      left: 4px;
      right: 4px;
      bottom: -4px; }

.btn-menu {
  display: none; }

.btn, .calc-block .btn-order,
.btn-order {
  background: #0366D6;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 8px 19px 10px;
  min-width: 105px;
  text-align: center;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
  transition: 0.3s; }
  .btn:hover, .calc-block .btn-order:hover,
  .btn-order:hover {
    background: #1B7CE9;
    text-decoration: none; }
  .btn.style01, .calc-block .style01.btn-order,
  .btn-order.style01 {
    background: #fff;
    border: 1px solid #E9E9E9;
    box-shadow: none;
    color: #0366D6;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    min-width: 209px; }
    .btn.style01:hover, .calc-block .style01.btn-order:hover,
    .btn-order.style01:hover {
      border-color: #0366D6; }

.btn-sign {
  color: #0366D6; }

.main-container {
  background: #0366D6 url(../images/bg_skreen.jpg) no-repeat 100% 0;
  background-size: 100% 100%;
  height: 660px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box; }
  .main-container .wrapper-frame {
    display: flex;
    justify-content: space-between;
    padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
    z-index: 100; }
  .main-container:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1780px;
    height: 775px;
    background: url(../images/bg_skreen1.png) no-repeat;
    z-index: 1; }
  .main-container:before {
    content: '';
    position: absolute;
    left: 50%;
    margin: 0 0 0 -715px;
    bottom: 0;
    width: 1057px;
    height: 631px;
    background: url(../images/girl.png) no-repeat;
    z-index: 2; }
  .main-container .description {
    width: 60%;
    padding-bottom: 55px;
    position: relative;
    z-index: 10;
    margin: -6px 0 0; }
    .main-container .description .title {
      display: block;
      font-weight: 500;
      font-size: 23px;
      line-height: 64px;
      color: #fff;
      position: relative;
      margin-bottom: 42px;
      color: #333; }
      .main-container .description .title > span {
        font-size: 60px;
        font-weight: 700;
        display: block;
        margin-top: -16px; }
  .main-container .info {
    font-style: italic;
    font-size: 22px;
    display: block;
    margin-bottom: 45px;
    color: #0366D6; }
  .main-container .color {
    color: #0366D6; }
  .main-container .calc-block {
    width: 304px; }

.calc-block {
  background: #fff;
  padding: 21px 40px 40px;
  padding: 21px 40px 40px;
  border-radius: 5px; }
  .calc-block .heading {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 11px;
    display: block; }
  .calc-block .label {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 500;
    color: #6A737D; }
  .calc-block .number-spinner {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    flex: 1;
    background: #F5F7F9;
    border-radius: 3px;
    width: 156px; }
    .calc-block .number-spinner input[type=text] {
      width: 100%;
      text-align: center;
      background: none;
      border: none;
      color: #24292E;
      font-size: 18px;
      padding: 8px; }
    .calc-block .number-spinner .plus,
    .calc-block .number-spinner .minus {
      position: absolute;
      top: 0;
      left: 0;
      background: none;
      border: none;
      height: 36px;
      width: 36px;
      text-indent: -999px;
      overflow: hidden;
      cursor: pointer; }
      .calc-block .number-spinner .plus:before, .calc-block .number-spinner .plus:after,
      .calc-block .number-spinner .minus:before,
      .calc-block .number-spinner .minus:after {
        content: '';
        position: absolute;
        text-indent: 0;
        top: 50%;
        left: 50%;
        margin-left: -6px;
        width: 12px;
        height: 2px;
        margin-top: -1px;
        background: #C4C4C4; }
      .calc-block .number-spinner .plus:before,
      .calc-block .number-spinner .minus:before {
        height: 12px;
        width: 2px;
        margin-left: -1px;
        margin-top: -6px; }
    .calc-block .number-spinner .minus:before {
      display: none; }
    .calc-block .number-spinner .plus {
      left: auto;
      right: 0; }
  .calc-block .pages {
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: space-between; }
    .calc-block .pages .row-frame {
      width: 60%;
      margin-right: 10px;
      margin-bottom: 0; }
  .calc-block .words {
    display: block;
    padding-top: 24px;
    font-size: 12px;
    color: #6A737D; }
    .calc-block .words strong {
      font-size: 16px;
      font-weight: 500;
      color: #24292E; }
  .calc-block .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 0 0; }
    .calc-block .bottom .total {
      font-size: 12px;
      color: #6A737D; }
      .calc-block .bottom .total .price {
        font-weight: 700;
        font-size: 18px;
        color: #333333;
        padding-left: 5px; }
  .calc-block .btn-order {
    margin-left: 15px;
    min-width: 170px;
    background: #28A745;
    font-size: 18px;
    padding: 14px 5px; }

.section {
  padding: 45px 0; }

.inform-section {
  padding: 42px 0 67px;
  font-size: 15px; }
  .inform-section .inform {
    background: #F6F8FA;
    display: flex;
    justify-content: center;
    font-size: 16px;
    padding: 30px 30px 25px;
    margin: 0;
    list-style: none; }
    .inform-section .inform li {
      position: relative;
      width: 28%;
      box-sizing: border-box;
      padding: 0 15px 0 80px;
      margin: 0 0 0 40px; }
      .inform-section .inform li:first-child {
        margin-left: 100px; }
      .inform-section .inform li .ico-holder {
        position: absolute;
        top: 10px;
        left: 0; }
  .inform-section .number {
    display: block;
    font-size: 48px;
    line-height: 50px;
    color: #333;
    font-weight: 700;
    margin-bottom: 12px; }
    .inform-section .number span {
      font-size: 24px;
      line-height: 24px; }

.inform-area {
  padding: 20px 0 58px;
  line-height: 24px; }
  .inform-area .columns {
    display: flex;
    justify-content: space-between; }
    .inform-area .columns .column {
      width: 385px;
      padding-top: 81px; }
      .inform-area .columns .column:first-child {
        width: 58%;
        padding-top: 0; }
  .inform-area p {
    margin: 0 0 26px; }
  .inform-area .img-holder img {
    display: block;
    width: 100%; }

.features-section {
  background: #E7F1FC url(../images/bg_additional.png) no-repeat 50% 100%; }
  .features-section .btn, .features-section .calc-block .btn-order, .calc-block .features-section .btn-order {
    font-size: 18px;
    padding: 16px;
    min-width: 207px;
    margin-bottom: 31px; }
  .features-section .info {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333; }
    .features-section .info del {
      font-weight: 700; }
    .features-section .info .color {
      color: #28A745;
      font-weight: 700; }

.features-blocks {
  display: flex;
  justify-content: space-between;
  padding-bottom: 49px; }
  .features-blocks .block {
    width: 18%;
    box-sizing: border-box;
    background: #fff;
    padding: 26px 26px 18px;
    border-radius: 5px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09); }
    .features-blocks .block .ico-holder {
      width: 75px;
      height: 75px;
      background: #E7F1FC;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0 auto 15px;
      border-radius: 50%; }
      .features-blocks .block .ico-holder img {
        display: block;
        vertical-align: middle; }
    .features-blocks .block .title {
      display: block;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 33px;
      text-align: center; }
    .features-blocks .block .bottom {
      border-top: 1px solid #E9E9E9;
      margin-left: -26px;
      margin-right: -26px;
      padding: 8px 26px 0;
      display: flex;
      justify-content: space-between;
      font-size: 18px;
      color: #A6AFB8; }
      .features-blocks .block .bottom .inform {
        margin: 0 0 0 5px;
        font-weight: 700;
        font-size: 18px;
        color: #28A745; }

.prices-section {
  padding-top: 104px;
  line-height: 24px; }
  .prices-section .columns {
    display: flex;
    justify-content: space-between; }
    .prices-section .columns .column {
      width: 32%; }
      .prices-section .columns .column:first-child {
        width: 49%; }
  .prices-section .btns {
    max-width: 350px; }

.prices {
  list-style: none;
  padding: 5px 0 0;
  margin: 0; }
  .prices li {
    display: flex;
    padding: 17px 17px 18px;
    justify-content: space-between; }
    .prices li:nth-child(odd) {
      background: #F8F9FB; }
  .prices .title {
    font-weight: 600;
    color: #333;
    font-size: 18px; }
  .prices .price {
    color: #777; }
    .prices .price1 .color {
      font-weight: 600;
      color: #0366D6;
      font-size: 18px; }

.btns {
  display: flex;
  justify-content: space-between;
  padding: 18px 0 0; }
  .btns .item {
    display: block;
    vertical-align: top;
    margin-right: 5px;
    background: rgba(40, 167, 69, 0.07);
    padding: 5px;
    border-radius: 2px;
    font-size: 14px;
    color: #333;
    font-weight: 600;
    box-sizing: border-box;
    width: 48%;
    overflow: hidden; }
    .btns .item img {
      display: block;
      margin-right: 15px;
      margin-top: 9px;
      margin-left: 3px;
      float: left; }
    .btns .item:hover {
      text-decoration: none; }
    .btns .item:last-child {
      margin: 0;
      background: rgba(251, 133, 50, 0.07); }
      .btns .item:last-child .color {
        color: #FB8532; }
    .btns .item span {
      display: block; }
    .btns .item .color {
      color: #28A745;
      font-weight: 400;
      display: block;
      margin-top: -5px; }
    .btns .item .holder {
      display: block;
      overflow: hidden; }

.samples_blocks {
  width: 57.5%;
  border: 1px solid #C8CDEC;
  border-radius: 3px; }
  .samples_blocks .item {
    display: flex; }
  .samples_blocks .info {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 18px; }
    .samples_blocks .info li {
      margin-bottom: 13px; }
  .samples_blocks .img-holder {
    width: 33%; }
    .samples_blocks .img-holder img {
      display: block;
      width: 100%; }
  .samples_blocks .block {
    box-sizing: border-box;
    padding: 30px 26px 16px;
    border-bottom: 1px solid #C8CDEC;
    border-left: 1px solid #C8CDEC; }
    .samples_blocks .block:first-child {
      border-left: none; }
  .samples_blocks .top-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px; }
  .samples_blocks .type.pdf {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/pdf.svg) no-repeat;
    width: 46px;
    height: 46px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    .samples_blocks .type.pdf:hover {
      background-position: -46px 0; }
  .samples_blocks .views {
    background: #E8EEFF;
    border-radius: 20px;
    padding: 0 19px 0 45px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #0366D6;
    font-size: 16px; }
    .samples_blocks .views:after {
      content: '';
      position: absolute;
      background: url(../images/visibility-button.svg) no-repeat;
      background-size: 100% 100%;
      width: 35px;
      height: 18px;
      top: 3px;
      left: 7px; }
  .samples_blocks.ricently_gallery {
    position: relative;
    padding-bottom: 45px; }
    .samples_blocks.ricently_gallery .block {
      width: 50%; }
  .samples_blocks.inner {
    width: auto;
    border: none;
    margin-right: -150px; }
    .samples_blocks.inner .top-heading {
      border-bottom: 1px solid #B1C8FF;
      padding-bottom: 20px;
      margin-right: -27px;
      margin-left: -27px;
      padding-left: 27px;
      padding-right: 27px; }
      .samples_blocks.inner .top-heading .pdf {
        text-align: left;
        margin-bottom: 9px; }
    .samples_blocks.inner .heading {
      font-weight: 700;
      color: #333;
      line-height: 26px; }
    .samples_blocks.inner .block {
      width: 41.5%;
      display: inline-block;
      vertical-align: top;
      margin-right: 20px;
      border: 1px solid #B1C8FF;
      border-radius: 2px;
      margin-bottom: 31px;
      padding-top: 23px; }
    .samples_blocks.inner .top-frame {
      text-align: right; }
    .samples_blocks.inner .views {
      font-size: 16px;
      padding-left: 23px;
      padding-right: 5px; }
      .samples_blocks.inner .views:after {
        left: -6px; }
    .samples_blocks.inner .info li {
      margin-bottom: 16px; }
    .samples_blocks.inner .info strong {
      color: #333;
      min-width: 40%;
      margin-right: 5px;
      display: inline-block;
      vertical-align: top; }

.custom_paging {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 10px;
  text-align: center;
  left: 20px;
  right: 20px;
  font-size: 18px;
  color: #0366D6; }
  .custom_paging li {
    display: none; }
  .custom_paging .slick-active {
    display: block; }

.seo-section .wrapper-frame {
  display: flex;
  justify-content: space-between; }
.seo-section .holder {
  flex: 1;
  padding-right: 2%; }
  .seo-section .holder h2 {
    text-align: left;
    margin-bottom: 17px; }
  .seo-section .holder p {
    margin-bottom: 11px; }
.seo-section .frame {
  width: 270px; }
.seo-section.nopadding {
  padding-top: 0; }

.box {
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  padding: 26px 25px 31px 30px;
  background: #fff;
  margin: 0 0 67px; }
  .box .heading {
    display: block;
    color: #333;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 18px; }
  .box .aligncenter {
    padding-top: 12px; }
    .box .aligncenter .btn-order {
      font-size: 18px;
      font-weight: 500;
      min-width: 210px;
      margin: 0;
      padding: 14px 15px 15px; }
  .box .features {
    border-top: 1px solid #E9E9E9;
    margin-left: -30px;
    margin-right: -26px;
    padding-left: 30px;
    padding-right: 26px;
    padding-top: 28px;
    margin-top: -13px; }
  .box .reviews-holder01 {
    border-top: 1px solid #E9E9E9;
    margin-left: -30px;
    margin-right: -26px;
    padding-left: 30px;
    padding-right: 26px;
    padding-top: 28px;
    margin-top: -13px; }

.features {
  padding: 0;
  margin: 0;
  list-style: none; }
  .features li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
  .features .price {
    font-weight: 600;
    font-size: 16px; }
  .features .free {
    font-weight: 600;
    color: #28A745;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px; }
  .features .ico-holder {
    width: 40px;
    height: 40px;
    background: #E7F1FC;
    border-radius: 50%;
    position: relative;
    margin-right: 20px; }
    .features .ico-holder img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .features .holder {
    display: flex;
    align-items: center; }

.aligncenter {
  text-align: center; }

.list-info {
  padding: 0 0 40px;
  margin: 0;
  list-style: none; }
  .list-info li {
    position: relative;
    padding-left: 12px;
    margin-bottom: 16px; }
    .list-info li:last-child {
      margin: 0; }
    .list-info li:after {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      background: #0366D6;
      top: 9px;
      left: 0;
      border-radius: 50%; }

.cta-section .block {
  background: #0366D6 url(../images/bg_cta.jpg) no-repeat 50% 0;
  background-size: 100% 100%;
  border-radius: 5px;
  padding: 31px 70px 30px 104px;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  position: relative; }
  .cta-section .block .decor {
    position: absolute;
    bottom: -31px;
    left: -41px; }
.cta-section .title {
  display: block;
  font-size: 42px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 11px; }
.cta-section .info {
  display: block;
  font-size: 24px;
  line-height: 26px; }
.cta-section .btn, .cta-section .calc-block .btn-order, .calc-block .cta-section .btn-order {
  background: #FFB800;
  font-size: 20px;
  font-weight: 600;
  padding: 16px;
  min-width: 207px; }
  .cta-section .btn:hover, .cta-section .calc-block .btn-order:hover, .calc-block .cta-section .btn-order:hover {
    background: #E1A200; }
.cta-section .frame {
  text-align: right;
  padding: 8px 0 0; }
.cta-section .btn-holder {
  margin-bottom: 21px;
  position: relative; }
  .cta-section .btn-holder:after {
    content: '';
    position: absolute;
    width: 112px;
    height: 35px;
    background: url(../images/arrow01.svg) no-repeat;
    top: 16px;
    left: -150px; }
  .cta-section .btn-holder:before {
    content: '';
    position: absolute;
    width: 29px;
    height: 32px;
    background: url(../images/decor-line.png) no-repeat;
    top: -24px;
    right: -30px; }
.cta-section .inform {
  margin: 0;
color: #fff}
  .cta-section .inform strong {
    font-size: 26px; }

.footer-holder {
  background: #333;
  color: #fff; }
  .footer-holder .wrapper-frame {
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .footer-holder a {
    color: #fff;
    font-weight: 500;}
.footer-holder a:hover{
  color: #fff;
}
  .footer-holder .inform {
    padding: 0;
    margin: 0;
    list-style: none;}
    .footer-holder .inform li {
      display: inline-block;
      vertical-align: top;
      margin-left: 38px; }
      .footer-holder .inform li:first-child {
        margin: 0; }

.footer-frame {
  background: #F6FAFF;
  padding: 29px 0 12px 0; }
  .footer-frame .payments li {
    margin-left: 10px; }
    .footer-frame .payments li:first-child {
      margin: 0; }
  .footer-frame .wrapper-frame {
    display: flex;
    justify-content: space-between; }
  .footer-frame .columns-holder {
    width: 98%;
  margin: 0 auto}
  .footer-frame .columns {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .footer-frame .columns .column {
      width: 30%; }
  .footer-frame .list {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px; }
    .footer-frame .list li {
      margin-bottom: 11px; }
    .footer-frame .list a {
      color: #333; }
  .footer-frame .tel {
    position: relative;
    padding-left: 25px;
    display: block;
    margin-bottom: 14px; }
    .footer-frame .tel:after {
      content: '';
      position: absolute;
      width: 13px;
      height: 18px;
      background: url(../images/phone.svg) no-repeat;
      top: 0;
      left: 0; }
  .footer-frame .telegram {
    position: relative;
    padding-left: 25px;
    display: block;
    margin-bottom: 32px; }
    .footer-frame .telegram:after {
      content: '';
      position: absolute;
      width: 18px;
      height: 15px;
      background: url(../images/send.svg) no-repeat;
      top: 6px;
      left: 0; }
  .footer-frame .btn-opener {
    display: none;
    width: 100%;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 10px 25px 10px 10px;
    color: #6A737D;
    background: #fff;
    box-sizing: border-box;
    font-size: 15px; }
    .footer-frame .btn-opener:after {
      content: '';
      position: absolute;
      width: 13px;
      height: 13px;
      top: 50%;
      margin-top: -7px;
      right: 17px;
      background: url(../images/down-chevron.svg) no-repeat;
      transition: 0.3s; }

.table-holder {
  border: 1px solid #B1C8FF;
  border-top: none;
  border-radius: 2px;
  margin-bottom: 30px; }

.pricing-info {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  overflow: hidden; }
  .pricing-info td {
    padding: 19px 5px; }
  .pricing-info .head-inner {
    font-size: 18px;
    font-weight: 700; }
  .pricing-info .head {
    font-size: 18px;
    font-weight: 700; }
    .pricing-info .head td {
      background: #0366D6;
      color: #fff; }
      .pricing-info .head td:hover {
        background: #0366D6;
        color: #fff;
        border-radius: 0; }
    .pricing-info .head .deadline {
      background: #FB8532;
      color: #fff; }
      .pricing-info .head .deadline:hover {
        background: #FB8532;
        color: #fff; }
  .pricing-info .head-inner td {
    background: #FEF6F0;
    color: #333; }
    .pricing-info .head-inner td:hover {
      background: #FEF6F0;
      color: #333;
      border-radius: 0;
      font-weight: 700; }
  .pricing-info tr:nth-child(2n) td {
    background: #FEF6F0; }
  .pricing-info tr td:first-child {
    font-weight: 700; }
  .pricing-info tr td:hover {
    background: #FB8532;
    color: #fff;
    border-radius: 30px;
    font-weight: 700; }

.testimonials-blocks .block {
  border: 1px solid #B1C8FF;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 29px 30px;
  background: #fff; }
.testimonials-blocks .top-panel {
  background: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  margin-bottom: 13px; }
  .testimonials-blocks .top-panel .heading {
    font-size: 18px;
    color: #333;
    font-weight: 700; }
.testimonials-blocks p {
  margin-bottom: 19px; }
.testimonials-blocks .bottom-panel .info {
  position: relative;
  margin-right: 56px; }
  .testimonials-blocks .bottom-panel .info:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 24px;
    background: #FFD8C5;
    left: -30px;
    top: -1px; }
  .testimonials-blocks .bottom-panel .info:last-child {
    margin: 0; }
  .testimonials-blocks .bottom-panel .info:first-child:after {
    display: none; }
  .testimonials-blocks .bottom-panel .info strong {
    color: #333; }

.rating {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 13px; }
  .rating li {
    display: inline-block;
    vertical-align: top;
    text-indent: -9999px;
    overflow: hidden;
    width: 13px;
    height: 13px;
    background: url(../images/star.png) no-repeat; }
    .rating li.active {
      background-image: url(../images/star.png); }

.subscribe-box {
  background: #0366D6;
  padding: 30px 31px;
  margin: 0 0 30px;
  border-radius: 2px; }
  .subscribe-box.inner {
    padding: 30px 22px; }
    .subscribe-box.inner .subscribe-form {
      display: block; }
    .subscribe-box.inner .title {
      width: auto;
      margin: 0 0 45px; }
      .subscribe-box.inner .title:after {
        left: 0;
        right: auto; }
  .subscribe-box .subscribe-form {
    display: flex;
    align-items: center;
    margin-top: -9px;
    margin: 0; }
    .subscribe-box .subscribe-form input[type="submit"] {
      height: 48px;
      width: 48px; }
    .subscribe-box .subscribe-form input[type="email"] {
      padding: 13px 8px; }
  .subscribe-box .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
    color: #fff;
    width: 68%;
    margin-right: 15px; }
    .subscribe-box .title:after {
      content: '';
      position: absolute;
      background: #0045F1 url(../images/line.svg) no-repeat;
      background-size: 100% 100%;
      width: 213px;
      height: 15px;
      right: 31px;
      bottom: -16px;
      width: 130px;
      height: 10px; }
  .subscribe-box .holder {
    flex: 1; }

.paging-holder {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  color: #0366D6;
  max-width: 290px;
  margin: 0 auto; }
  .paging-holder .link-prev,
  .paging-holder .link-next {
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/arrow-pointing-to-right.svg) no-repeat;
    background-size: 100% 100%;
    width: 34px;
    height: 22px;
    border: none;
    padding: 0;
    cursor: pointer;
    z-index: 30; }
    .paging-holder .link-prev.disabled,
    .paging-holder .link-next.disabled {
      opacity: 0.5;
      cursor: default; }
  .paging-holder .link-prev {
    transform: rotate(180deg); }

.pricing-blocks {
  margin-bottom: 31px; }
  .pricing-blocks .block {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
    width: 50%;
    background: #FEF6F0;
    box-sizing: border-box;
    padding: 32px 26px;
    font-size: 16px;
    line-height: 20px;
    height: 135px; }
    .pricing-blocks .block .number {
      display: block;
      font-weight: 700;
      color: #0366D6;
      font-size: 24px;
      margin-bottom: 16px; }
    .pricing-blocks .block:nth-child(2) {
      background: #FB8532;
      color: #fff; }
      .pricing-blocks .block:nth-child(2) .number {
        color: #fff; }
    .pricing-blocks .block:nth-child(3n) {
      background: #0366D6;
      color: #fff; }
      .pricing-blocks .block:nth-child(3n) .number {
        color: #fff; }

.contacts-info {
  padding: 0;
  margin: 0 0 30px;
  list-style: none; }
  .contacts-info li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    box-sizing: border-box;
    padding-right: 15px; }
  .contacts-info .ico-holder {
    width: 60px;
    height: 60px;
    background: #FEF6F0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: #0366D6; }
  .contacts-info span {
    flex: 1; }
  .contacts-info .holder {
    display: flex;
    margin-bottom: 23px;
    align-items: center; }
  .contacts-info address {
    font-style: normal; }
  .contacts-info a {
    color: #24292E; }

.success {
  position: relative;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  padding-right: 250px;
  display: none; }
  .success:after {
    content: '';
    position: absolute;
    background: url(../images/checked.svg) no-repeat;
    width: 108px;
    height: 108px;
    top: 50%;
    margin-top: -54px;
    right: 0; }

.list-inform {
  padding: 0;
  margin: 0 0 30px;
  list-style: none; }
  .list-inform li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px; }
    .list-inform li:after {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      background: #0366D6;
      left: 0;
      top: 7px;
      border-radius: 50%; }

.slick-dots {
  padding: 0 0 23px;
  margin: 0;
  list-style: none;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 7px !important;
    height: 7px !important;
    border-radius: 50%;
    background: #E9E9E9 !important;
    border: none;
    text-indent: -9999px;
    margin: 0 6px  !important;
    padding: 0 !important;
    position: relative;
    cursor: pointer; }
    .slick-dots li:hover, .slick-dots li.slick-active {
      background: #0366D6 !important; }

.steps {
  padding-bottom: 117px;
  padding-top: 7px;
  position: relative; }
  .steps p {
    margin-bottom: 12px; }
  .steps .step_block {
    font-size: 16px;
    background: #fff;
    position: relative;
    line-height: 23px;
    box-sizing: border-box;
    padding-left: 41px;
    padding-bottom: 23px; }
    .steps .step_block:last-child {
      padding-bottom: 0; }
    .steps .step_block:before {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      background: #E4E4E4;
      border-radius: 50%;
      top: 7px;
      left: 0;
      z-index: 4; }
    .steps .step_block:after {
      content: '';
      position: absolute;
      width: 1px;
      border-left: 1px solid #EAEAEA;
      top: 10px;
      left: 4px;
      bottom: -10px;
      z-index: 3; }
    .steps .step_block:last-child:after {
      display: none; }
    .steps .step_block.active {
      border-color: #0366D6; }
      .steps .step_block.active:before {
        background: #0366D6; }
      .steps .step_block.active .step_holder:after {
        background: #0366D6; }
      .steps .step_block.active .step_heading {
        color: #0366D6; }
  .steps .step_heading {
    font-weight: 700;
    color: #333;
    margin: 0 0 12px;
    font-size: 18px;
    display: block; }
    .steps .step_heading span {
      display: inline-block;
      margin-right: 35px; }

.sticky {
  position: fixed;
  z-index: 101; }

.stop {
  position: relative;
  z-index: 101; }

.main-area.padding {
  padding-top: 50px; }
.main-area .wrapper-frame {
  display: flex; }
.main-area h1 {
  margin-bottom: 15px; }
.main-area #sidebar {
  width: 384px;
  margin-left: 53px;
  order: 1; }
.main-area #content {
  flex: 1; }

.sidebar-holder {
  padding: 30px 0; }

.main-title {
  background: #0366D6 url(../images/bg_header.jpg) no-repeat 50% 0;
  padding: 35px 0;
  margin-bottom: 40px; }
  .main-title h1 {
    margin: 0;
    color: #fff; }

#sidebar .box {
  width: 100%;
  box-sizing: border-box;
  border-radius: 5px;
  border: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
  margin-bottom: 31px; }
  #sidebar .box .calc-block {
    padding: 0 11px;
    border: none; }
    #sidebar .box .calc-block .heading {
      margin-bottom: 12px; }

/*.order-block {*/
/*  text-align: center; }*/
/*  .order-block img {*/
/*    display: inline-block;*/
/*    vertical-align: top;*/
/*    max-width: 777px;*/
/*    width: 100%; }*/

.faq-area {
  margin: 0; }
  .faq-area dt {
    border: 1px solid #E9E9E9;
    padding: 18px 55px 18px 19px;
    background: #fff;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
    border-radius: 4px;
    color: #333; }
    .faq-area dt:after {
      content: '';
      position: absolute;
      width: 13px;
      height: 13px;
      top: 50%;
      margin-top: -7px;
      right: 30px;
      background: url(../images/down-chevron.svg) no-repeat; }
    .faq-area dt.ui-accordion-header-active {
      border-color: #0366D6;
      margin: 0;
      background: #0366D6;
      border-radius: 4px 4px 0 0;
      color: #fff; }
      .faq-area dt.ui-accordion-header-active:after {
        transform: rotate(180deg);
        background: url(../images/down-chevron-h.svg) no-repeat;
        margin-top: -9px; }
  .faq-area dd {
    border: 1px solid #E9E9E9;
    border-width: 0 1px 1px 1px;
    background: #fff;
    border-top: none;
    padding: 23px 28px 26px;
    margin: 0;
    border-radius: 0 0 4px 4px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px; }

.paging {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #747496; }
  .paging li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px; }
  .paging a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    border: 1px solid rgba(10, 196, 172, 0.2);
    color: #747496;
    display: flex;
    align-items: center;
    justify-content: center; }
  .paging .active a {
    cursor: default;
    color: #FB8532; }
  .paging .prev-link a,
  .paging .next-link a {
    border: none; }
  .paging .prev-link {
    transform: rotate(180deg); }

.rating-info {
  text-align: center; }
  .rating-info .info {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 37px; }
    .rating-info .info span {
      font-size: 18px; }
  .rating-info .rating-list {
    padding-top: 10px;
    margin-bottom: 23px; }
    .rating-info .rating-list li {
      width: 24px;
      height: 24px;
      background-size: 100% 100%;
      margin: 0 2px; }

.contacts-blocks {
  display: flex;
  justify-content: space-between; }
  .contacts-blocks .block {
    width: 23%;
    border: 1px solid rgba(10, 196, 172, 0.2);
    height: 137px;
    box-sizing: border-box;
    padding: 18px 20px 18px 30px;
    color: #747496; }
    .contacts-blocks .block .panel {
      display: flex;
      align-items: center;
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #24292E; }
      .contacts-blocks .block .panel img {
        display: inline-block;
        margin-right: 21px; }
    .contacts-blocks .block a {
      color: #747496; }

.cookie-panel {
  position: fixed;
  z-index: 100;
  background: #333;
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 0 6px;
  text-align: center; }
  /*.cookie-panel .info {*/
  /*  display: inline-block;*/
  /*  vertical-align: middle;*/
  /*  margin-right: 10px;*/
  /*  max-width: 80%; }*/

.service-page .main-container {
  background-image: url(../images/Banner_service.png); }
  .service-page .main-container .description {
    min-height: 390px;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .service-page .main-container .description h1 {
      text-align: left; }
.service-page .why_we_are {
  padding-bottom: 0; }
.service-page .cta_section {
  padding-top: 60px; }

.text-block {
  padding: 0 0 35px; }
  .text-block h2 {
    text-align: left;
    margin-bottom: 9px; }
  .text-block p {
    margin-bottom: 24px; }
  .text-block .blocks {
    display: flex;
    justify-content: space-between; }
    .text-block .blocks .description {
      max-width: 72%; }
    .text-block .blocks .advantages-list {
      padding-top: 55px; }

.payments {
  list-style: none;
  padding: 2px 0 13px;
  margin: 0; }
  .payments li {
    display: inline-block;
    vertical-align: top;
    margin-left: -1px; }
    .payments li:first-child {
      margin: 0; }

.subscribe-form {
  margin-bottom: 24px; }
  .subscribe-form span {
    display: block;
    margin-bottom: 13px; }
  .subscribe-form .holder {
    border: 1px solid #C8CDEC;
    background: #fff;
    display: flex;
    padding: 0;
    justify-content: space-between; }
  .subscribe-form input[type="email"] {
    border: none;
    color: #24292E;
    padding: 8px; }
  .subscribe-form input[type="submit"] {
    width: 38px;
    height: 38px;
    background: #FEF6F0 url(../images/right-arrow.svg) no-repeat 50% 50%;
    text-indent: -9999px;
    border: none;
    border-radius: 0;
    margin: 0; }
    .subscribe-form input[type="submit"]:hover {
      background-image: url(../images/right-arrow-h.svg);
      background-color: #FB8532; }

.footer-bottom {
  text-align: center;
  padding: 25px 0;
  font-size: 14px; }

.order-block {
  /*text-align: center;*/
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }
  .order-block img {
    display: block;
    width: 100%; }

.custom-select {
  position: relative;
  font-size: 18px; }

.custom-select select {
  /*display: none;*/
  /*hide original SELECT element:*/ }

.calc_select{
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 37px;
  padding: 6px 10px;
  color: #24292E;
  cursor: pointer;
  font-size: 16px;
  background: #F5F7F9;
  margin-bottom: 17px;
}

.select-selected {
  background: #F5F7F9;
  padding: 6px 36px 10px 15px;
  border-radius: 5px;
  margin: 0 0 17px; }

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 16px;
  right: 15px;
  width: 10px;
  height: 6px;
  background: url(../images/arrow.svg) no-repeat; }

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent; }

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #24292E;
  padding: 6px 36px 10px 15px;
  cursor: pointer;
  user-select: none;
  font-size: 16px; }

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  border: 1px solid #0366D6;
  border-radius: 3px; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: #0366D6;
  color: #fff !important; }

.reviews-section {
  padding-bottom: 78px; }

.reviews-holder01 {
  font-size: 18px;
  line-height: 26px; }
  .reviews-holder01 .name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px; }
  .reviews-holder01 .rating-holder {
    border-radius: 5px;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #596D86;
    font-size: 16px;
    font-style: italic;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 30px; }
  .reviews-holder01 .slick-dots {
    padding-bottom: 10px; }

.reviews-holder {
  padding: 0 90px;
  position: relative; }
  .reviews-holder .item-holder {
    padding: 15px; }
  .reviews-holder .slick-prev,
  .reviews-holder .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    text-indent: -9999px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/btn_arrow.svg) no-repeat;
    border: none;
    cursor: pointer; }
    .reviews-holder .slick-prev:hover,
    .reviews-holder .slick-next:hover {
      background-image: url(../images/btn_arrow_h.png); }
  .reviews-holder .slick-next {
    left: auto;
    right: 0;
    transform: rotate(180deg); }
  .reviews-holder .item {
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
    margin-bottom: 15px;
    background: #fff;
    padding: 12px 25px 25px;
    overflow: hidden; }
    .reviews-holder .item .panel {
      border-bottom: 1px solid #F5F7F9;
      margin-left: -25px;
      margin-right: -25px;
      padding-left: 25px;
      padding-right: 25px;
      padding-bottom: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px; }
      .reviews-holder .item .panel .frame {
        font-size: 14px;
        color: #808F9F;
        text-align: right; }
      .reviews-holder .item .panel .holder {
        color: #0366D6;
        font-size: 14px;
        width: 50%; }
        .reviews-holder .item .panel .holder .img-holder {
          float: left;
          margin-right: 15px; }
      .reviews-holder .item .panel .name {
        display: block;
        color: #000;
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 3px;
      width: 250px}
  .reviews-holder .rating {
    margin-bottom: 3px; }
    .reviews-holder .rating li {
      text-align: left; }
  .reviews-holder .description {
    font-size: 18px;
    line-height: 24px;
    min-height: 113px; }
  .reviews-holder.inner .panel {
    background: #0366D6 url(../images/bg11.png) 100% 100%;
    padding: 14px 28px 9px 20px;
    color: #fff; }
    .reviews-holder.inner .panel .holder {
      font-size: 14px;
      color: #fff; }
    .reviews-holder.inner .panel .frame {
      color: #fff; }
    .reviews-holder.inner .panel .name {
      color: #fff; }
  .reviews-holder.inner .item {
    padding-top: 0;
    border: 1px solid #E9E9E9;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.025); }

.pagination-holder {
  padding-top: 18px; }

.pagination {
  padding: 0 0 20px;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 14px;
  color: #6A737D;
  font-weight: 600; }
  .pagination li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px; }
  .pagination a {
    display: block;
    padding: 9px 14px 8px;
    color: #6A737D;
    border: 1px solid #E9E9E9;
    background: #fff;
    color: #6A737D;
    border-radius: 3px;
    min-width: 40px;
    box-sizing: border-box; }
    .pagination a:hover {
      text-decoration: none;
      border-color: #0366D6;
      color: #0366D6; }
  .pagination .active a {
    cursor: default;
    color: #0366D6;
    border-color: #0366D6; }

.main-area {
  padding-bottom: 53px; }

.prices-area {
  max-width: 760px;
  margin: 0 auto; }
  .prices-area .heading {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px; }
  .prices-area .info {
    padding: 0;
    margin: 0 0 35px;
    list-style: none;
    font-size: 18px; }
    .prices-area .info li {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-left: 17px;
      margin-left: 56px; }
      .prices-area .info li:first-child {
        margin: 0; }
      .prices-area .info li:after {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background: #0366D6;
        top: 9px;
        left: 0;
        border-radius: 50%; }

.table-holder {
  background: #fff;
  border-radius: 5px;
  border: none;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
  margin-bottom: 31px; }

.pricing-table {
  width: 100%;
  border-collapse: collapse; }
  .pricing-table th {
    padding: 14px 10px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #E9E9E9; }
  .pricing-table tr td:first-child,
  .pricing-table tr th:first-child {
    color: #6A737D; }
  .pricing-table tr td:first-child:hover {
    background: none; }
  .pricing-table td {
    padding: 14px 10px;
    font-size: 16px;
    position: relative;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    min-width: 16.67%; }
    .pricing-table td:hover {
      background: #28A745;
      color: #fff; }
      .pricing-table td:hover .tooltip {
        visibility: visible;
        opacity: 1;
        bottom: 36px; }
  .pricing-table .tooltip {
    position: absolute;
    background: rgba(36, 41, 46, 0.75);
    font-size: 14px;
    border-radius: 3px;
    padding: 3px 5px;
    color: #fff;
    box-sizing: border-box;
    min-width: 80px;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0);
    visibility: hidden;
    opacity: 0;
    transition: 0.53s; }
    .pricing-table .tooltip:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 3px 0 3px;
      border-color: rgba(36, 41, 46, 0.75) transparent transparent transparent;
      left: 50%;
      bottom: -6px;
      margin-left: -3px; }

.main-content {
  padding-top: 68px; }
  .main-content .wrapper-frame {
    display: block; }

.contacts-block {
  background: #fff url(../images/bg.png) no-repeat 50% 100%;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09);
  border-radius: 5px;
  padding: 62px 101px 99px;
  display: flex;
  margin: 0 0 50px;
  justify-content: space-between; }
  .contacts-block h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    margin-bottom: 23px; }
  .contacts-block .holder {
    max-width: 495px;
    font-size: 18px;
    line-height: 32px; }
    .contacts-block .holder .btn, .contacts-block .holder .calc-block .btn-order, .calc-block .contacts-block .holder .btn-order {
      font-size: 18px;
      font-weight: 500;
      padding: 10px 19px 11px;
      min-width: 203px; }
    .contacts-block .holder p {
      margin-bottom: 66px; }
  .contacts-block .frame {
    position: relative;
    box-sizing: border-box;
    width: 38.5%;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin: 39px 0 0;
    z-index: 2; }
    .contacts-block .frame > div {
      position: relative;
      z-index: 2;
      background: #0366D6;
      padding: 26px 41px 88px;
      border-radius: 5px; }
    .contacts-block .frame:after {
      content: '';
      position: absolute;
      bottom: -80px;
      left: -80px;
      background: url(../images/decor10.png) no-repeat;
      width: 200px;
      height: 200px;
      z-index: -1; }
    .contacts-block .frame .heading {
      font-size: 32px;
      line-height: 40px;
      font-weight: 700;
      margin: 0 0 27px;
      display: block; }

.contact-info {
  padding: 0;
  margin: 0;
  list-style: none; }
  .contact-info li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 12px; }
    .contact-info li:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 0; }
  .contact-info .tel:after {
    background: url(../images/phone01.svg) no-repeat;
    width: 13px;
    height: 18px; }
  .contact-info .telegram:after {
    background: url(../images/send01.svg) no-repeat;
    width: 18px;
    height: 16px;
    left: -2px; }
  .contact-info .address:after {
    background: url(../images/adress01.svg) no-repeat;
    width: 13px;
    height: 18px; }

.services {
  padding: 104px 0 50px;
  margin: 0 auto;
  list-style: none;
  max-width: 800px;
  columns: 3; }
  .services li {
    margin-bottom: 8px; }

.modal-holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.65);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100000; }
  .modal-holder .block {
    max-width: 450px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    padding: 40px 30px 20px;
    text-align: center;
    border-radius: 5px;
    position: relative; }
    .modal-holder .block .close {
      position: absolute;
      right: -30px;
      top: -30px;
      width: 16px;
      height: 16px;
      background: url(../images/close_w.svg) no-repeat;
      cursor: pointer; }
  .modal-holder .title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 10px; }
  .modal-holder .info {
    display: block;
    margin-bottom: 26px; }
    .modal-holder .info span {
      font-weight: 700;
      color: #0366D6; }
  .modal-holder textarea, .modal-holder input[type="password"], .modal-holder input[type="text"], .modal-holder input[type="tel"], .modal-holder input[type="email"] {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }
  .modal-holder .inform {
    display: block;
    font-weight: 500;
    color: #0366D6;
    font-size: 16px; }
  .modal-holder .submit {
    display: block;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
    padding: 14px 10px 15px;
    cursor: pointer; }

textarea {
  height: 258px; }

textarea,
input[type=password],
input[type=text],
input[type=tel],
input[type=email] {
  display: block;
  border: none;
  background: none;
  padding: 9px 19px;
  width: 100%;
  border: none;
  border: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #6A737D;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 10px;
  border-radius: 3px;
  border: none;
  background: #E6EAEF; }
  textarea.error,
  input[type=password].error,
  input[type=text].error,
  input[type=tel].error,
  input[type=email].error {
    border-color: #d0021b; }
  textarea.successful,
  input[type=password].successful,
  input[type=text].successful,
  input[type=tel].successful,
  input[type=email].successful {
    border-color: #10b070; }

.submit {
  width: 100%;
  max-width: 290px;
  border: none; }

textarea {
  resize: none;
  overflow: auto; }

.content h1 {
  font-size: 48px;
  line-height: 56px;
  color: #333;
  margin-bottom: 20px;
  font-weight: 700; }
.content h2 {
  font-size: 36px;
  line-height: 40px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px; }
.content h3 {
  font-size: 24px;
  line-height: 30px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px; }
.content h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px; }

.panel-close .btn-menu {
  top: 23px; }
.panel-close .main {
  padding-top: 71px; }

.btn-menu {
  display: none;
  width: 20px;
  height: 14px;
  position: fixed;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  outline: none;
  z-index: 10000; }
.with-banner{
  top: 68px;
  right: 30px;
}
.no-banner{
  top: 20px;
  right: 19px;
}
  .btn-menu span {
    display: block;
    height: 2px;
    width: 20px;
    text-indent: -9999px;
    z-index: 10;
    background: #0366D6;
    -webkit-transition: background 0 0.3s;
    transition: background 0 0.3s;
    position: absolute;
    left: 0;
    top: 10px; }
    .btn-menu span:after, .btn-menu span:before {
      position: absolute;
      display: block;
      width: 100%;
      height: 2px;
      right: 12px;
      background-color: #0366D6;
      content: '';
      -webkit-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      -webkit-transition-delay: 0.3s, 0;
      transition-delay: 0.3s, 0;
      left: 0;
      top: 6px; }
    .btn-menu span:after {
      -webkit-transition-property: bottom, -webkit-transform;
      transition-property: bottom, -webkit-transform;
      transition-property: bottom, transform;
      transition-property: bottom, transform, -webkit-transform;
      top: -6px; }
    .btn-menu span:before {
      -webkit-transition-property: top, -webkit-transform;
      transition-property: top, -webkit-transform;
      transition-property: top, transform;
      transition-property: top, transform, -webkit-transform; }

.menu-open .btn-menu span {
  background: none; }
  .menu-open .btn-menu span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
    top: 0;
    width: 24px;
    left: 0; }
  .menu-open .btn-menu span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s;
    top: 0;
    width: 24px;
    left: 0; }


.service-page .main-container {
  background-image: url(../images/servicephoto.jpg); }

.text-section {
  padding-top: 94px; }
  .text-section h2 {
    margin-bottom: 20px; }
  .text-section p {
    margin-bottom: 40px; }
  .text-section .block-frame {
    display: flex;
    margin-bottom: 70px; }
    .text-section .block-frame .block-info {
      width: 270px;
      order: 1;
      margin-left: 30px; }
    .text-section .block-frame .description {
      flex: 1; }
  .text-section.nopadding {
    padding-top: 0; }

.tablet-visible {
  display: none; }

.error-block {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  padding: 50px 0;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  .error-block:after, .error-block:before {
    content: '';
    position: absolute;
    width: 633px;
    height: 93px;
    background: url(../images/bg_pattern01.png);
    left: -221px;
    top: -71px; }
  .error-block:before {
    top: auto;
    left: auto;
    bottom: -60px; }
  .error-block .text-error {
    display: block;
    max-width: 490px;
    margin: 0 auto 53px; }
    .error-block .text-error img {
      display: block;
      width: 100%;
      max-width: 490px; }
  .error-block .info {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #0366D6;
    margin: 0 0 23px; }

.copyright {
  font-size: 12px;
  color: #6A737D; }

.shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1000; }

.menu-open .shadow {
  visibility: visible;
  opacity: 1; }

@media only screen and (max-width: 1300px) {
  .wrapper-frame {
    padding-left: 35px;
    padding-right: 35px; }

  .wrapper-holder {
    overflow: hidden;
    height: auto;
    display: block; }

  .main-container::after {
    right: -50%; }

  .main-container::before {
    display: none; }

  .cta-section .btn-holder::after {
    display: none; }

  .footer-holder .inform {
    font-size: 14px; }
    .footer-holder .inform li {
      margin-left: 20px; } }
@media only screen and (max-width: 1025px) {

  .wrapper-frame {
    padding-left: 30px;
    padding-right: 30px; }

  .btn-menu {
    display: block;
    z-index: 10002; }

  #nav {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: 0;
    right: -326px;
    bottom: 0;
    transition: 0.3s;
    background: #24292E;
    width: 326px;
    padding: 182px 30px 150px 0;
    box-sizing: border-box;
    z-index: 1000; }
    #nav ul {
      display: block; }
      #nav ul li {
        margin: 0 0 39px; }
      #nav ul a {
        color: #fff; }

  .header_frame {
    min-height: 39px;
    box-sizing: border-box; }

  .menu-open {
    overflow: hidden;
    height: 100%; }
    .menu-open #nav {
      visibility: visible;
      opacity: 1;
      background: #24292E;
      color: #fff;
      right: 0;
      text-align: right;
      font-size: 18px; }
    .menu-open .header_frame .btn-order {
      position: absolute;
      right: 137px;
      top: 79px;
      min-width: 122px;
      z-index: 10000000; }
    .menu-open .btn-menu span:before,
    .menu-open .btn-menu span:after {
      background: #fff; }
    .menu-open .tablet-visible {
      display: block; }
      .menu-open .tablet-visible .mail,
      .menu-open .tablet-visible .tel {
        position: absolute;
        top: 525px;
        right: 30px;
        font-size: 18px;
        z-index: 10000000; }
        .menu-open .tablet-visible .mail a,
        .menu-open .tablet-visible .tel a {
          color: #909497; }
      .menu-open .tablet-visible .mail {
        top: 556px; }

  .header_frame {
    justify-content: flex-end;
    padding-right: 60px; }

  .main-container {
    height: auto;
    overflow: visible;
    margin-bottom: 25px; }
    .main-container .wrapper-frame {
      padding-top: 9px;
      display: block; }
    .main-container:after {
      right: -75%; }
    .main-container .description {
      width: 100%;
      padding-left: 40px;
      box-sizing: border-box;
      padding-bottom: 20px; }
      .main-container .description .title {
        margin-bottom: 20px;
        font-size: 20px; }
        .main-container .description .title > span {
          font-size: 46px;
          line-height: 50px; }
      .main-container .description .info {
        font-size: 18px;
        margin-bottom: 30px; }
    .main-container .calc-block {
      width: 100%;
      box-sizing: border-box;
      margin-bottom: -128px;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.09); }
      .main-container .calc-block .bottom {
        padding-top: 40px; }

  .calc-frame {
    display: flex;
    justify-content: space-between; }
    .calc-frame .calc-holder {
      width: 48%; }

  .inform-section {
    padding-bottom: 5px; }
    .inform-section .inform {
      padding-top: 23px;
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 15px; }
      .inform-section .inform li {
        padding-left: 47px; }
        .inform-section .inform li:first-child {
          margin: 0; }
      .inform-section .inform .ico-holder {
        top: 5px; }
        .inform-section .inform .ico-holder img {
          display: block;
          max-width: 40px; }
    .inform-section .number {
      font-size: 24px;
      line-height: 28px; }

  h2 {
    margin-bottom: 23px; }

  .inform-area {
    padding-bottom: 0; }
    .inform-area p {
      margin-bottom: 20px; }
    .inform-area .columns {
      display: block; }
      .inform-area .columns .column {
        width: 100% !important; }
        .inform-area .columns .column:last-child {
          display: none; }

  .steps {
    padding-bottom: 24px; }
    .steps .step_block {
      padding-bottom: 10px; }

  .reviews-section {
    padding-top: 15px; }

  .features-section {
    position: relative;
    padding-bottom: 132px; }
    .features-section .btn, .features-section .calc-block .btn-order, .calc-block .features-section .btn-order {
      position: absolute;
      left: 50%;
      bottom: 50px;
      margin: 0;
      transform: translate(-50%, 0); }
    .features-section h2 {
      text-align: center;
      margin-bottom: 47px; }

  .features-blocks {
    padding-bottom: 36px; }
    .features-blocks .block {
      padding: 16px 6px 4px;
      overflow: hidden; }
      .features-blocks .block .title {
        font-size: 13px;
        margin-bottom: 14px; }
      .features-blocks .block .ico-holder {
        width: 45px;
        height: 45px;
        margin-bottom: 7px; }
        .features-blocks .block .ico-holder img {
          max-width: 19px; }
      .features-blocks .block .bottom {
        font-size: 14px;
        padding-top: 3px; }
        .features-blocks .block .bottom .inform {
          font-size: 14px; }

  .prices-section {
    padding-top: 56px;
    padding-bottom: 10px; }
    .prices-section h2 {
      text-align: center; }
    .prices-section .columns {
      display: block;
      width: 100%; }
      .prices-section .columns .column {
        width: 100% !important;
        padding-bottom: 24px; }
    .prices-section .prices {
      max-width: 588px;
      margin-left: auto;
      margin-right: auto; }
    .prices-section .btns {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      padding-top: 25px; }

  .cta-section {
    padding-top: 0; }
    .cta-section .title {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 2px; }
    .cta-section .info {
      font-size: 18px;
      line-height: 22px; }
    .cta-section .frame {
      margin-left: -49px;
      padding-top: 0; }
    /*.cta-section .block {*/
    /*  padding: 13px 26px 11px 90px; }*/
      .cta-section .block .decor {
        max-width: 95px;
        bottom: -23px;
        left: -25px; }
    .cta-section .btn-holder {
      margin-bottom: 9px; }
    .cta-section .btn, .cta-section .calc-block .btn-order, .calc-block .cta-section .btn-order {
      min-width: 163px;
      font-size: 18px;
      padding: 14px; }

  .footer-holder .wrapper-frame {
    display: block; }
  .footer-holder img {
    display: none; }
  .footer-holder .inform {
    display: flex;
    justify-content: space-between; }
    .footer-holder .inform li {
      margin: 0; }

  .cookie-panel .info {
    padding: 10px 0; }

  .payments {
    padding: 0; }

  .footer-frame {
    padding-bottom: 150px;
    position: relative; }
    .footer-frame .telegram {
      margin: 0; }
    .footer-frame .tel {
      margin: 0; }
    .footer-frame .wrapper-frame {
      padding-bottom: 0; }
      .footer-frame .wrapper-frame .holder {
        position: absolute;
        bottom: 65px;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 30px;
        padding-right: 30px; }
      .footer-frame .wrapper-frame .copyright {
        position: absolute;
        bottom: -65px;
        left: 0;
        right: 0;
        text-align: center;
        padding: 10px;}
    .footer-frame .columns {
      width: 100%;
      display: flex;
      justify-content: space-between; }

  .main-title {
    padding: 18px 0; }
    .main-title h1 {
      text-align: center;
      font-size: 24px; }

  .main-area .wrapper-frame {
    display: block; }

  .main-area #sidebar {
    display: none; }

  .main-content {
    padding-top: 28px; }

  .services {
    display: none; }

  .main-area {
    padding-bottom: 0; }

  .contacts-block {
    padding: 27px 20px 60px 37px;
    margin-bottom: 30px;
    overflow: hidden; }
    .contacts-block h2 {
      font-size: 24px;
      margin-bottom: 5px; }
    .contacts-block .frame {
      margin-top: 9px;
      width: 40.5%; }q
      .contacts-block .frame > div {
        padding: 16px 22px 78px; }
      .contacts-block .frame .heading {
        font-size: 24px;
        margin-bottom: 12px; }
    .contacts-block .holder {
      line-height: 26px;
      max-width: 365px;
      margin-left: auto;
      margin-right: auto; }
      .contacts-block .holder .btn, .contacts-block .holder .calc-block .btn-order, .calc-block .contacts-block .holder .btn-order {
        padding: 13px 19px 13px;
        min-width: 163px; }
      .contacts-block .holder p {
        margin-bottom: 32px; }

  .prices-area {
    padding-bottom: 30px; }

  .pricing-table td:hover .tooltip {
    visibility: hidden;
    opacity: 0; }
  .pricing-table td.open {
    background: #28A745;
    color: #fff; }
    .pricing-table td.open .tooltip {
      visibility: visible;
      opacity: 1; } }
@media (max-width: 380px){

  .footer-frame .wrapper-frame .holder {
    flex-direction: column;
  }
  .footer-frame .wrapper-frame .holder .tel{
    margin-top: -90px;
    margin-left: -70px;
  }
  .footer-frame .wrapper-frame .holder .telegram{
    padding-bottom: 50px;
    margin: 0;
  }
  .footer-frame .tel:after{
    left: 5px;
  }

}

@media (min-width: 767px){
  .footer-holder .wrapper-frame{
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}
@media only screen and (max-width: 800px) {
  .footer-holder .inform {
    font-size: 12px;
  }
}
@media only screen and (max-width: 768px) {
  .main-container .description .title > span{
    font-size: 40px;
  }
  .cta-section .block{
    padding: 31px;
  }
  .cta-section .block .decor{
    bottom: -45px;
  }
  .cta-section .title{
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {

  .reviews-holder {
    padding: 0; }

  .mobile-hidden {
    display: none; }

  /*#header .top-panel {*/
  /*  display: none; }*/

  .wrapper-frame {
    padding-left: 17px;
    padding-right: 30px; }

  .logo {
    width: 125px; }

  .header_frame {
    min-height: 18px; }
    .header_frame .btn-sign,
    .header_frame .btn-order {
      position: absolute;
      visibility: hidden;
      opacity: 0; }

  .menu-open .header_frame .btn-order {
    opacity: 1;
    visibility: visible; }

  .with-banner {
    top: 73px;
    right: 30px;
  }
  .no-banner{
    top: 20px;
    right: 19px;
  }

  .header {
    padding-top: 19px;
    padding-bottom: 19px; }

  .main-container::after {
    display: none; }

  .main {
    padding-top: 60px; }

  .main-container .description {
    padding-left: 0;
    padding-bottom: 32px; }
    .main-container .description .title {
      font-size: 16px;
      line-height: 52px;
      margin-bottom: 9px; }
    .main-container .description .info {
      font-size: 14px;
      margin-bottom: 19px; }
  .main-container .calc-block {
    margin-bottom: -325px; }
    .main-container .calc-block .bottom {
      padding-top: 24px; }

  .main-container .description .title > span {
    font-size: 32px; }

  .payments img {
    display: inline-block;
    vertical-align: top;
    max-width: 63px; }

  .calc-block {
    padding: 22px 15px 40px; }
    .calc-block .heading {
      margin-left: 13px; }

  .calc-frame {
    display: block; }
    .calc-frame .calc-holder {
      width: 100%; }

  .inform-section {
    padding-top: 214px; }
    .inform-section .inform {
      background: none;
      display: block;
      padding-left: 0;
      padding-right: 0; }
      .inform-section .inform li {
        display: block;
        width: 100%;
        border-radius: 3px;
        background: #F6F8FA;
        margin: 0 0 5px !important;
        border-radius: 5px;
        padding: 15px 14px 8px 74px; }
        .inform-section .inform li .ico-holder {
          top: 17px;
          left: 20px; }
          .inform-section .inform li .ico-holder img {
            max-width: 45px; }

  .inform-area {
    padding-top: 0; }
    .inform-area .columns h2 {
      text-align: left; }
    .inform-area h2.inner {
      text-align: center; }

  .steps .step_block {
    padding-left: 29px;
    padding-bottom: 27px; }
  .steps .step_heading {
    margin-bottom: 8px; }

  .reviews-holder .item-holder {
    padding: 0; }

  .reviews-holder.inner .panel {
    padding: 8px 13px 9px 10px;
    margin-bottom: 11px; }

  .reviews-holder .item .panel .holder {
    width: 64%; }

  .reviews-holder .item .panel .holder .img-holder {
    margin-right: 11px; }

  .reviews-holder.inner .item .panel .frame span {
    display: none; }

  .reviews-holder .item .panel .frame span {
    font-size: 12px;
    line-height: 16px; }

  .reviews-holder .description {
    font-size: 16px;
    line-height: 24px; }

  .reviews-holder .slick-dots {
    padding-top: 35px; }
  .reviews-holder .slick-prev,
  .reviews-holder .slick-next {
    top: auto;
    bottom: 12px; }
  .reviews-holder .slick-next {
    right: 15px; }
  .reviews-holder .slick-prev {
    left: 15px; }

  .reviews-section {
    padding-bottom: 17px; }
    .reviews-section .aligncenter .btn, .reviews-section .aligncenter .calc-block .btn-order, .calc-block .reviews-section .aligncenter .btn-order {
      display: none; }

  .features-section {
    padding-top: 16px; }
    .features-section h2 {
      margin-bottom: 24px; }

  .features-blocks {
    display: block; }
    .features-blocks .block {
      width: 100%;
      box-sizing: border-box;
      height: 60px;
      padding: 10px 20px 10px 90px;
      position: relative;
      margin-bottom: 10px; }
      .features-blocks .block .ico-holder {
        position: absolute;
        top: 7px;
        left: 14px; }
      .features-blocks .block .title {
        position: absolute;
        top: 19px;
        left: 70px; }
      .features-blocks .block .bottom {
        border: none;
        position: absolute;
        padding: 17px 0 0;
        right: 13px;
        top: 10px;
        display: block;
        text-align: right;
        margin: 0; }
        .features-blocks .block .bottom .price {
          display: block; }
        .features-blocks .block .bottom .inform {
          position: absolute;
          top: 0;
          right: 0; }

  .prices-section .btns {
    padding-top: 6px; }

  .cta-section {
    padding-bottom: 0; }
    .cta-section .block {
      display: block;
      text-align: center;
      padding: 15px;
      font-size: 13px; }
      .cta-section .block .decor {
        display: none; }
      .cta-section .block .info {
        display: block;
        margin-bottom: 28px; }
    .cta-section .title {
      font-size: 30px; }
    .cta-section .frame {
      margin: 0;
      text-align: center; }
    .cta-section .inform strong {
      font-size: 13px; }
    .cta-section .btn, .cta-section .calc-block .btn-order, .calc-block .cta-section .btn-order {
      min-width: 210px; }
    .cta-section .btn-holder {
      margin-bottom: 14px; }

  .footer-holder .inform {
    display: block;
    columns: 2;
    font-size: 12px; }
    .footer-holder .inform li {
      display: block;
      margin-bottom: 5px; }
      .footer-holder .inform li:first-child {
        margin-bottom: 5px; }

  .footer-holder .wrapper-frame {
    padding-top: 11px;
    padding-bottom: 12px; }

  .footer-frame {
    padding-top: 16px; }

  .footer-frame .list {
    font-size: 12px; }

  .footer-frame .payments {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    text-align: center; }

  .footer-frame .tel,
  .footer-frame .telegram {
    margin-top: -120px; }

  .cta-section .btn-holder::before {
    display: none; }

  .main .contacts-block {
    margin-bottom: -44px; }

  .contacts-block {
    display: block;
    background: none;
    box-shadow: none;
    overflow: visible;
    padding: 16px 15px 0;
    margin: 0; }
    .contacts-block .holder {
      text-align: center;
      padding-bottom: 23px; }
      .contacts-block .holder p {
        margin-bottom: 46px; }
      .contacts-block .holder .btn, .contacts-block .holder .calc-block .btn-order, .calc-block .contacts-block .holder .btn-order {
        min-width: 210px; }
    .contacts-block .frame {
      width: 100vw;
      margin-left: -32px;
      margin-right: -32px;
      padding-left: 0;
      padding-right: 0; }
      .contacts-block .frame:after {
        display: none; }
      .contacts-block .frame > div {
        border-radius: 0;
      padding-bottom: 48px}
      .contacts-block .frame .btn, .contacts-block .frame .calc-block .btn-order, .calc-block .contacts-block .frame .btn-order {
        background: none;
        border: 1px solid #fff;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        display: block;
        width: 210px; }
      .contacts-block .frame .aligncenter.mobile-visible {
        display: block;
        padding-top: 80px; }
    .contacts-block h2 {
      margin-bottom: -1px; }

  .mobile-visible {
    display: inline-block; }

  .faq-area dt {
    font-size: 16px;
    padding: 10px 55px 13px 15px; }
    .faq-area dt:after {
      right: 14px; }

  .faq-area dd {
    font-size: 14px;
    line-height: 21px;
    padding: 10px 13px 26px;
    margin-bottom: 8px; }

  .prices-area .info li {
    display: block;
    margin: 0 0 10px; }
    .prices-area .info li:first-child {
      margin: 0 0 10px; }

  .main-title {
    margin-bottom: 15px; }

  .reviews-holder.inner01 {
    padding-bottom: 30px; }
  .reviews-holder .item {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
    margin-bottom: 8px; }
    .reviews-holder .item .panel {
      padding-bottom: 5px;
      margin-bottom: 11px; }
      #content .reviews-holder .item .panel .holder {
        font-size: 12px!important; }
  .reviews-holder .description {
    font-size: 14px;
    line-height: 20px; }

  .reviews-holder.inner .item .panel {
    margin-left: -15px;
    margin-right: -15px; } }
@media (max-width: 720px){
  .mob-hide{
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .table-holder {
    width: 100%;
    overflow-x: auto; }
    .table-holder table {
      width: 550px; }

  .pricing-table th {
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px; }

  .pricing-table td {
    font-size: 14px; }

  .footer-frame .tel,
  .footer-frame .telegram {
    font-size: 13px; }

  .error-block .text-error img {
    max-width: 286px;
    margin-left: auto;
    margin-right: auto; } }
@media only screen and (max-width: 600px) {
  .footer-frame .columns {
    display: block; }
    .footer-frame .columns .column {
      width: 100%; }

  .footer-frame .columns-holder {
    position: relative;
display: none;
    width: 100%; }
    .footer-frame .columns-holder.open .btn-opener:after {
      transform: rotate(180deg); }
    .footer-frame .columns-holder.open .columns {
      visibility: visible;
      opacity: 1; }
  .footer-frame .columns {
    position: absolute;
    bottom: 43px;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 10px 10px 4px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    font-size: 14px; }
  .footer-frame .list li {
    margin-bottom: 6px; }
  .footer-frame .btn-opener {
    display: block; } }
@media only screen and (max-height: 620px) {
  .btn-menu {
    right: 30px; }

  /*#nav {*/
  /*  padding-top: 120px; }*/
  /*  #nav ul li {*/
  /*    margin-bottom: 17px; }*/

  .menu-open .tablet-visible .tel {
    top: 480px; }

  .menu-open .tablet-visible .mail {
    top: 500px; }

  .menu-open .header_frame .btn-order {
    top: 16px; }

  .modal-holder .block .close {
    right: 15px; } }
@media (max-width: 460px){
  .top-panel{
    /*font-size: ;*/
  }

}
@media (max-width: 320px){
  #nav {
    padding-top: 140px; }
<<<<<<< HEAD
    #nav ul li {
      margin-bottom: 17px; }
=======
  #nav ul li {
    margin-bottom: 17px; }
>>>>>>> 3d89ace9e82586af3a2f7b67597b079cf6a9bf25

}
@media only screen and (max-height: 430px) {
  .reviews-holder .item .panel .name{
    font-size: 16px;
  }


  .modal-holder .block .close {
    background-image: url(../images/close_b.svg);
    top: 20px;
    right: 20px; } }
.latin li:before {
  content: counter(item,lower-latin); }

.upper-latin li:before {
  content: counter(item,upper-latin); }

.lower-roman li:before {
  content: counter(item,lower-roman); }

.upper-roman li:before {
  content: counter(item,upper-roman); }

::-webkit-input-placeholder {
  color: #919baa; }

:-moz-placeholder {
  color: #919baa; }

::-moz-placeholder {
  color: #919baa;
  opacity: 1; }

:-ms-input-placeholder {
  color: #919baa; }

:focus::-webkit-input-placeholder {
  color: transparent; }

:focus::-moz-placeholder {
  color: transparent; }

:focus:-moz-placeholder {
  color: transparent; }

:focus:-ms-input-placeholder {
  color: transparent; }

.latin li:before {
  content: counter(item,lower-latin); }

.upper-latin li:before {
  content: counter(item,upper-latin); }

.lower-roman li:before {
  content: counter(item,lower-roman); }

.upper-roman li:before {
  content: counter(item,upper-roman); }

/*# sourceMappingURL=style.css.map */


table.teble_in_text, table.teble_in_text td{
  border: 1px solid #155879;
  vertical-align: middle;
}

.cta-title-first{
  font-family: Barlow;
  font-style: normal;
  font-weight: bold;
  font-size: 46px;
  line-height: 124%;
  margin-bottom: 20px;
}

.cta-title-first-div{
  margin-bottom: 15px;
}
.cta-title-second-div{
  margin-bottom: 30px;
}

.cta-title-second{
  font-family: Barlow;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 144%;
}

.btn-order{
  outline: 0;
  border: none;
}

.copyright1:after{
  content: "Akademized.com is owned and operated by DDW Corp. Limited, Cyprus";
}
.copyright-block{
  text-align: center;
  background: #F6FAFF;
  padding-bottom: 12px;
  color: #6A737D;
  font-size: 12px;
}
.copyright-text:after{
  content: "Copyright © 2020 Akademized, All rights reserved ";
}


.owned-terms:after{
  content: "Akademized.com is owned and operated by DDW Corp. Limited, Cyprus";
}

.form-control, output{
  font-size: 14px!important;
}

.item-holder{
  max-height: 274px;
}

.btn-blocks{
  margin-top: 20px;
}

.btn-blocks .btn{
  border: 2px solid #0366D6;

}

.btn-home.btn{
  color: #0366D6;
  border: 2px solid #0366D6;
  margin-bottom: 10px;
  margin-right: 20px;
  background: none!important;
}

@media (max-width: 380px) {
  .btn-home.btn{
    margin-right: 0;
  }
}
.non-active{
  cursor: default!important;
  opacity: 0.8;
}

.non-active:hover{
  border-color:#E9E9E9!important;
  color: #6A737D!important;

}

.active-nav{
  border-bottom: 2px solid;
}

.slick_slider, .item{
  outline: none;
}

@media (max-width: 431px) {
  .with-banner{
    top: 90px;
  }
}

.no-scroll{
  overflow: hidden;
  height: 100vh;
  position: relative;
}

.footer-select{
  display: none;
}

@media (max-width: 600px){
  .footer-select{
    display: block;
    width: 100%;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    padding: 10px 25px 10px 10px;
    color: #6A737D;
    background: #fff;
    box-sizing: border-box;
    font-size: 15px;
    height: 40px;
  }

  .footer-select-wrapper{
    width: 90%;
    margin: 0 auto;
  }


  .footer-select-wrapper:after{
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    top: 38px;
    margin-top: -7px;
    right: 50px;
    background: url(../images/down-chevron.svg) no-repeat;
    transition: 0.3s;
  }
}

@media (min-width: 1200px) {
  .footer-holder .wrapper-frame {
    padding-left: 0;
    padding-right: 0;
  }
}

.frame a{
  color: #fff!important;
  text-decoration: none!important;

}

u + .frame a {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

@media (max-width: 767px){
  #content .reviews-holder .item .panel .name {
    font-size: 14px!important; }
}

.footer-frame a{
  color: #24292E;
}

.footer-holder .wrapper-frame{
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 390px){
  .footer-frame .payments{
    bottom: 5px;
  }
}

.address1:after{
  content: "Cyprus, Nicosia, 2108, Aglantzia Kastellorizou, 3A" !important;
  padding-left: 25px;
  width: unset!important;
}

.fixed{
  position: fixed;
}

