/* blue */
/* yellow */
/* green */
html {
  height: 100%; }

body {
  margin: 0;
  color: #252626;
  font: 16px/23px "Lato", Arial, Helvetica, sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  min-height: 100%;
  height: 100%; }

.flexboxtweener, .flexboxtweener > body {
  height: 100%; }

.flexboxtweener .wrapper-holder {
  overflow: visible; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #5299FF;
  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; }

select::-ms-expand {
  display: none; }

input, button, select {
  -webkit-appearance: none;
  appearance: none;
  outline: none; }

input,
textarea,
select {
  font: 100% "Lato", 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,
.h1 {
  font-weight: 600;
  font-size: 48px;
  line-height: 69px;
  color: #002D6D;
  margin: 0 0 44px;
  position: relative; }
  h1.aligncenter {
    text-align: center; }

h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  color: #252626;
  margin: 0 0 32px;
  position: relative;
  text-align: center; }

h3 {
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 26px;
  position: relative;
  color: #252626;
  font-weight: 600; }
  h3.inner {
    margin-bottom: 0; }

h4 {
  font-size: 20px;
  line-height: 27px;
  margin: 0 0 18px;
  position: relative;
  color: #252626;
  font-weight: 600; }

.wrapper-holder {
  overflow: hidden; }
.wrapper-holder.pol, .wrapper-holder.for-scroll-calc{
  overflow: initial;
}

.wrapper-frame {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px; }

.top-panel {
  background: #002D6D;
  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: 13px;
      height: 13px;
      right: 66px;
      top: 6px;
      cursor: pointer; }
  .top-panel .first {
    display: inline-block;
    padding: 1px 3px 2px;
    margin-left: 2px;
    line-height: 16px;
    background: #5299FF;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
  }
    .top-panel .first:hover{
      text-decoration: none;
      background: #FFD30B;
    }
  .top-panel .color {
    display: inline-block;
    padding: 1px 3px 2px;
    margin-left: 2px;
    line-height: 16px;
    background: #5299FF;
    text-transform: uppercase;
    border-radius: 2px;
    margin-right: 1px; }

.main {
  flex: 1;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto; }
  .main.inner {
    background: url(../images/bg02.jpg) no-repeat 50% 0; }
    .main.inner.pol{
      background: none;
    }
    .main.inner h1 {
      color: #fff;
      font-weight: 600;
      font-size: 36px;
      line-height: 49px;
      margin-bottom: 27px; }
      .main.inner.pol h1{
        color: #252626;
        text-align: center;
      }
      .main.inner.pol h2{
        text-align: left;
      }
    .main.inner .info {
      display: block;
      margin-bottom: 84px;
      color: #fff;
      font-size: 20px;
      line-height: 29px;
      max-width: 500px; }
      .main.inner .info .price-info {
        display: inline-block;
        vertical-align: top;
        background: #F0F6FF;
        border-radius: 51px;
        padding: 0 15px;
        font-size: 20px;
        font-weight: 700;
        color: #002D6D; }

.widget {
  margin-bottom: 65px;
  box-shadow: 0px 3px 30px rgba(0, 45, 109, 0.1); }
  .widget img {
    display: block;
    width: 100%; }

.logo {
  display: inline-block;
  vertical-align: top;
  margin-right: 10%; }

#header.inner {
  border-bottom: 1px solid rgba(200, 223, 255, 0.6); }
#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: 27px;
  white-space: nowrap; }
  #header .phone a {
    color: #252626;
    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 {
  position: relative;
  padding-left: 27px; }
  #header .btn-sign:after {
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    background: url(../images/ic_sign.svg) no-repeat;
    width: 20px;
    height: 20px; }
#header .btn-order {
  position: relative;
  padding-left: 27px;
  margin-left: 27px; }
  #header .btn-order:after {
    position: absolute;
    content: '';
    top: 2px;
    left: 0;
    background: url(../images/ic_order.svg) no-repeat;
    width: 20px;
    height: 20px; }

.header {
  padding: 15px 0 16px; }

.header_frame {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 74%;
  position: relative; }
  .header_frame .brn-order {
    margin-left: 7%; }
  .header_frame .tel {
    position: relative;
    padding-left: 27px;
    margin-right: 8%;
    color: #252626; }
    .header_frame .tel a {
      color: #252626; }
    .header_frame .tel:after {
      position: absolute;
      content: '';
      top: 2px;
      left: 0;
      background: url(../images/ic_phone.svg) no-repeat;
      width: 20px;
      height: 20px; }

#nav {
  flex: 1; }
  #nav ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0; }
  #nav li {
    margin: 0 2.8%; }
  #nav a {
    color: #252626; }
    #nav a:hover {
      color: #FFD30B;
      text-decoration: none; }
  #nav .active a {
    color: #5299FF;
    position: relative; }
    #nav .active a:after {
      position: absolute;
      content: '';
      height: 1px;
      background: #FFD30B;
      left: 4px;
      right: 4px;
      bottom: -4px; }

.btn-menu {
  display: none; }

.btn, .calc-block .btn-order {
  background: #FFD30B;
  border-radius: 59px;
  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 {
    background: #1B7CE9;
    text-decoration: none; }
  .btn.style01, .calc-block .style01.btn-order {
    background: #fff;
    border: 1px solid #FFD30B;
    box-shadow: none;
    color: #FFD30B;
    font-size: 18px;
    font-weight: 500;
    padding: 15px;
    min-width: 209px; }
    .btn.style01:hover, .calc-block .style01.btn-order:hover {
      background: #FFD30B;
      color: #fff; }
  .btn span, .calc-block .btn-order span {
    position: relative;
    display: inline-block;
    padding: 5px 65px 4px 57px;
    font-size: 18px;
    font-weight: 600; }
    .btn span:after, .calc-block .btn-order span:after {
      position: absolute;
      content: '';
      right: 52px;
      top: 11px;
      width: 7px;
      height: 12px;
      background: url(../images/arrow01.svg) no-repeat; }

.section {
  padding: 58px 0; }

.cta-section {
  background: #5299FF url(../images/bg_cta.jpg) no-repeat 50% 0;
  padding-top: 80px;
  padding-bottom: 75px;
  color: #fff; }
  .cta-section h2 {
    color: #fff;
    position: relative;
    font-size: 48px;
    margin-bottom: 31px; }
    .cta-section h2:after {
      position: absolute;
      content: '';
      bottom: -17px;
      left: 50%;
      height: 3px;
      background: #FFD30B;
      width: 180px;
      margin-left: -90px; }
  .cta-section .sub-title {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 45px; }

.save-price-list {
  padding: 0 0 30px;
  margin: 0;
  list-style: none;
  font-weight: 600;
  font-size: 20px;
  columns: 2; }
  .save-price-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 19px;
    padding-right: 50px; }
  .save-price-list .price {
    color: #fff; }
    .save-price-list .price span {
      color: #002D6D;
      display: inline-block;
      vertical-align: top;
      margin-left: 15px;
      font-size: 24px; }

.main-container {
  background: url(../images/main-banner.jpg) no-repeat 50% 0;
  padding-top: 70px;
  padding-bottom: 70px;
  margin: 0 0 78px; }
  .main-container .wrapper-frame {
    display: flex;
    justify-content: space-between; }
  .main-container .description {
    padding-left: 187px;
    padding-top: 71px;
    flex: 1; }
  .main-container .calc-block {
    width: 350px; }

.calc-block {
  background: #FFFFFF;
  box-shadow: 0px 3px 30px rgba(0, 45, 109, 0.1);
  border-radius: 8px;
  padding: 32px 27px 40px;
  box-sizing: border-box; }
  .calc-block .heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 19px;
    display: block;
    text-align: center; }
  .calc-block .label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500; }
  .calc-block .number-spinner {
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    position: relative;
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #C8DFFF;
    box-sizing: border-box;
    border-radius: 2px;
    width: 163px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
    .calc-block .number-spinner input[type=text] {
      width: 100%;
      text-align: center;
      background: none;
      border: none;
      color: #002D6D;
      font-size: 16px;
      padding: 8px;
      margin: 0;
    }
    .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;*/
      /*outline: none;*/
      /*-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
      /*webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
      cursor: pointer;
      outline: none;
      height: 38px;
      min-width: 38px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
.calc-block .number-spinner .plus img,
.calc-block .number-spinner .minus img{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
      .calc-block .number-spinner .plus:focus,
      .calc-block .number-spinner .minus:focus{
        outline: none;
      }
      .calc-block .number-spinner .plus:active,
      .calc-block .number-spinner .minus:active{
        outline: none;
      }
      .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: #002D6D; */
      }
      .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: 16px; }
  .calc-block .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 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 {
    width: 100%;
    min-width: 170px;
    font-size: 18px;
    padding: 14px 5px;
    display: block;
    border-radius: 59px;
    box-shadow: none;
    border: none;
    outline: none;
    cursor: pointer;
  }

.featured {
  padding: 0;
  margin: 0;
  list-style: none;
  font-weight: 600;
  font-size: 16px; }
  .featured li {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 51px;
    padding: 4px 37px 4px 22px;
    margin-bottom: 15px;
    width: 250px;
    box-sizing: border-box;
    position: relative; }
    .featured li:after {
      position: absolute;
      content: '';
      right: 4px;
      top: 50%;
      transform: translate(0, -50%);
      background: url(../images/ico01.svg) no-repeat;
      width: 19px;
      height: 19px; }

.advantages {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px; }
  .advantages .block {
    width: 32%;
    box-sizing: border-box;
    padding-right: 15px; }
  .advantages .title-holder {
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
    margin-bottom: 13px; }
  .advantages .ico-holder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 22px;
    background: #5299FF; }
    .advantages .ico-holder img {
      display: inline-block;
      vertical-align: middle; }

.inform-section {
  background: #5299FF;
  padding: 60px 0 74px;
  color: #fff; }
  .inform-section .inform {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none; }
    .inform-section .inform li {
      width: 25%;
      box-sizing: border-box;
      padding: 0 3%;
      text-align: center; }
    .inform-section .inform .number {
      font-weight: 600;
      font-size: 48px;
      line-height: 69px;
      display: block;
      margin-bottom: 26px;
      position: relative; }
      .inform-section .inform .number:after {
        position: absolute;
        content: '';
        bottom: -10px;
        left: 50%;
        width: 44px;
        height: 3px;
        background: #FFD30B;
        transform: translate(-50%, 0); }

.about-us .block {
  display: flex;
  justify-content: space-between; }
  .about-us .block .img-holder {
    order: 1;
    margin-left: 20px;
    margin-top: -74px; }
    .about-us .block .img-holder img {
      display: block;
      width: 100%; }
  .about-us .block .decription {
    flex: 1; }

.advantage-section {
  background: #5299FF;
  padding-top: 76px;
  padding-bottom: 80px;
  color: #fff; }
  .advantage-section h2 {
    text-align: center;
    color: #fff; }

.advantages-service {
  display: flex;
  justify-content: space-between;
  padding: 0 0 24px; }
  .advantages-service .block {
    box-sizing: border-box;
    width: 25%;
    padding-right: 15px; }
  .advantages-service .ico-holder {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    background: #257EFC;
    margin-bottom: 21px; }
  .advantages-service .heading {
    display: flex;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 16px;
    height: 30px;
    align-items: center; }

.main-holder {
  display: flex;
  justify-content: space-between;
  padding-top: 82px;
  padding-bottom: 80px; }
  .main-holder #sidebar {
    width: 352px;
    margin-left: 20px; }
  .main-holder .content {
    flex: 1;
    max-width: 760px;
  }
    .main-holder .content h3 {
      padding-top: 30px; }
    .main-holder .content h4 {
      padding-top: 30px; }
  .main-holder .calc-block {
    border: 1px solid #C8DFFF; }

.inform-area {
  padding-top: 75px;
  padding-bottom: 33px; }
  .inform-area h2 {
    text-align: center; }

.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: #5299FF;
      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 .price .color {
      font-weight: 600;
      color: #5299FF;
      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: #5299FF;
    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: #48CFAF;
      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: #48CFAF;
      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: #5299FF; }
  .custom_paging li {
    display: none; }
  .custom_paging .slick-active {
    display: block; }

.samples-holder .block {
  background: #FFFFFF;
  border: 1px solid #C8DFFF;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 26px;
  padding: 45px 35px 20px; }
  .samples-holder .block:last-child{
    margin-bottom: 0;
  }
  .samples-holder .block .title {
    font-weight: 600;
    font-size: 20px;
    color: #232E45;
    position: relative;
    padding-left: 57px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 36px;
    overflow: hidden;
    line-height: 36px;
    width: 65%;
  }
    .samples-holder .block .title:after {
      position: absolute;
      content: '';
      width: 35px;
      height: 36px;
      background: url(../images/ic_file_pdf01.svg) no-repeat;
      top: 0;
      left: 0; }
  .samples-holder .block .panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #C8DFFF;
    padding-bottom: 23px;
    margin-bottom: 8px; }
.samples-holder .link {
  position: relative;
  padding-right: 21px; }
  .samples-holder .link:after {
    position: absolute;
    content: '';
    top: 8px;
    right: 6px;
    background: url(../images/arrow04.svg) no-repeat;
    width: 7px;
    height: 12px; }

.samples-info {
  padding: 0;
  margin: 0;
  list-style: none;
  columns: 3; }
  .samples-info li {
    margin-bottom: 11px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .samples-info .heading {
    color: #999;
    margin-right: 5px; }

.seo-section {
  background: #F2F7FF;
  padding-top: 80px; }

.box {
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  padding: 26px 25px 31px 30px;
  background: #fff;
  margin: 0 0 67px; }
  .box .heading {
    display: block;
    color: #48CFAF;
    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: #5299FF;
    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: 30px; }
    .list-info li:last-child {
      margin: 0; }
    .list-info li:after {
      content: '';
      position: absolute;
      width: 6px;
      height: 6px;
      background: #5299FF;
      top: 9px;
      left: 14px;
      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: 48px;
  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; }
  .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; }
  .footer-holder .inform {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px; }
    .footer-holder .inform li {
      display: inline-block;
      vertical-align: top;
      margin-left: 38px; }
      .footer-holder .inform li:first-child {
        margin: 0; }

.footer-frame {
  background: #F0F6FF;
  padding: 40px 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: 70%; }
  .footer-frame .columns {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    .footer-frame .columns .column {
      width: 30%; }
  .footer-frame .heading {
    display: block;
    font-size: 16px;
    color: #002D6D;
    margin-bottom: 9px; }
    .footer-frame .heading a {
      color: #002D6D; }
  .footer-frame .list {
    padding: 17px 0 0;
    margin: 0;
    list-style: none;
    font-size: 12px; }
    .footer-frame .list a {
      color: #5F80B0; }

.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: #48CFAF;
    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: #48CFAF; }

.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;
    text-align: left;
    background: url(../images/star.png) no-repeat;
    margin-left: 5px; }
    .rating li.active {
      background-image: url(../images/star.png); }

.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: #5299FF !important; }

.steps {
  padding-bottom: 117px;
  padding-top: 7px;
  position: relative;
  display: flex;
  justify-content: space-between; }
  .steps:after {
    position: absolute;
    content: '';
    height: 1px;
    background: #D6E7FF;
    right: 26px;
    left: -9999px;
    bottom: 47px; }
  .steps p {
    margin-bottom: 12px; }
  .steps .step_block {
    font-size: 16px;
    background: #fff;
    position: relative;
    line-height: 23px;
    box-sizing: border-box;
    padding: 18px;
    width: 21%;
    background: #F0F6FF;
    border-radius: 0px 2px 0px 30px; }
    .steps .step_block:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 24px 24px 0 0;
      border-color: #D6E7FF transparent transparent transparent;
      top: 100%;
      right: 0; }
    .steps .step_block:nth-child(2n) .step_heading {
      background: #48CFAF; }
    .steps .step_block:nth-child(2n):before {
      background: #48CFAF; }
    .steps .step_block:last-child .step_heading:before {
      width: 16px;
      height: 12px;
      background-image: url(../images/check.svg); }
    .steps .step_block:before {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      background: #5299FF;
      border-radius: 50%;
      bottom: -77px;
      right: 24px;
      z-index: 10; }
  .steps .step_heading {
    font-weight: 600;
    font-size: 24px;
    line-height: 35px;
    padding: 2px 37px 4px;
    color: #fff;
    display: block;
    background: #5299FF;
    border-radius: 2px 2px 2px 0px;
    margin-left: -36px;
    margin-top: -27px;
    margin-bottom: 28px;
    position: relative; }
    .steps .step_heading:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 18px 18px 0;
      border-color: transparent #D6E7FF transparent transparent;
      left: 0;
      top: 100%; }
    .steps .step_heading:before {
      content: '';
      position: absolute;
      background: url(../images/arrow02.svg) no-repeat;
      top: 50%;
      margin-top: -6px;
      right: 12px;
      width: 14px;
      height: 12px; }
    .steps .step_heading span {
      display: inline-block;
      margin-right: 35px; }

.testimonials-section h2 {
  text-align: center; }
.testimonials-section .btns {
  padding-bottom: 40px; }

.testimonials-holder {
  width: 100%;
  max-width: 746px;
  margin-left: auto;
  margin-right: auto;
  /*padding-bottom: 32px;*/
}
  .testimonials-holder.slick-slider .block {
    background: #F2F7FF;
    border-color: #F2F7FF;
    box-shadow: none;
    margin-bottom: 0;
    /*padding: 63px 25px 10px 50px;*/
    padding: 39px 25px 31px 50px;
  }
    .testimonials-holder.slick-slider .block .inform {
      border: none;
      padding: 0; }
  .testimonials-holder .block {
    background: #fff;
    border: 1px solid #C8DFFF;
    border-radius: 8px;
    padding: 43px 25px 10px 43px;
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
    margin-bottom: 26px;
    box-shadow: 4px 4px 6px rgba(35, 46, 69, 0.06); }
.testimonials-holder .block:last-child{
  margin-bottom: 0;
}
    .testimonials-holder .block .panel {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .testimonials-holder .block .inform {
      border-top: 1px solid #C8DFFF;
      padding-top: 15px;
      padding-bottom: 15px; }
  .testimonials-holder .slick-list {
    overflow: visible; }
  .testimonials-holder .slick-active {
    margin-top: -15px; }
  .testimonials-holder .panel {
    margin-bottom: 19px; }
  .testimonials-holder .customer {
    position: relative;
    display: block;
    padding-left: 50px;
    font-weight: 600;
    font-size: 20px; }
    .testimonials-holder .customer:after {
      position: absolute;
      content: '';
      top: -9px;
      left: -8px;
      background: url(../images/ic_comment.svg) no-repeat;
      width: 36px;
      height: 36px; }
  .testimonials-holder .inform {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #5299FF; }
  .testimonials-holder p {
    margin-bottom: 15px; }

.link {
  text-decoration: underline; }
  .link:hover {
    text-decoration: none; }

.btns {
  display: flex;
  justify-content: center; }
  .btns .prev,
  .btns .next {
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block !important;
    vertical-align: top;
    width: 36px;
    height: 12px;
    background: url(../images/arrow03.svg) no-repeat;
    margin: 0 7px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .btns .next {
    transform: rotate(180deg); }
  .btns .prev:hover,
  .btns .next:hover{
    background: url(../images/arrow03-filled.svg) no-repeat;
  }

.logos {
  padding: 0;
  margin: 0 0 32px;
  list-style: none;
  display: flex;
  justify-content: center; }
  .logos li {
    background: #FFFFFF;
    border: 1px solid #C8DFFF;
    box-sizing: border-box;
    border-radius: 8px;
    width: 166px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 11px; }
    .logos li img {
      display: inline-block;
      vertical-align: top;
      max-width: 80%; }

.projects-section {
  padding-top: 80px;
  padding-bottom: 80px; }
  .projects-section h2 {
    text-align: center;
    margin-bottom: 10px; }
  .projects-section .sub-title {
    display: block;
    text-align: center;
    margin-bottom: 30px; }
  .projects-section .btns {
    display: none; }

.projects-blocks {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px; }
  .projects-blocks.inner01 .bottom {
    margin-left: 0;
    margin-right: 0; }
  .projects-blocks.inner01 .panel {
    border-bottom: 1px solid #C8DFFF;
    padding-bottom: 20px;
    margin-bottom: 12px; }
  .projects-blocks.two-block .block {
    width: 48%; }
  .projects-blocks .block {
    background: #FFFFFF;
    border: 1px solid #C8DFFF;
    box-sizing: border-box;
    border-radius: 8px;
    width: 32%;
    box-sizing: border-box;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .projects-blocks .panel {
    display: flex;
    align-items: center;
    padding-bottom: 24px; }
  .projects-blocks .ico-holder {
    width: 60px;
    min-width: 60px;
    height: 60px;
    background: #5299FF;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-right: 15px; }
    .projects-blocks .ico-holder img {
      display: inline-block;
      vertical-align: top; }
  .projects-blocks .heading {
    font-weight: 600;
    font-size: 20px; }
  .projects-blocks dl {
    margin: 0;
    overflow: hidden; }
    .projects-blocks dl dt {
      float: left;
      color: #999999; }
    .projects-blocks dl dd {
      overflow: hidden;
      text-align: right;
      margin-bottom: 12px; }
  .projects-blocks .bottom {
    background: #F2F7FF;
    border-top: 1px solid #C8DFFF;
    box-sizing: border-box;
    border-radius: 0px 0px 8px 8px;
    margin-left: -24px;
    margin-right: -24px;
    margin-bottom: -24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 32px;
    padding-top: 17px; }
    .projects-blocks .bottom.inner {
      background: none;
      text-align: center; }
    .projects-blocks .bottom .rating {
      padding-top: 5px; }

#sidebar .calc-block {
  margin-bottom: 41px;
  position: sticky;
  top: 145px;
}
#sidebar .sidebar-block-item:last-child{
  margin-bottom: 0;
}

.order-block {
  text-align: center; }
  .order-block img {
    display: inline-block;
    vertical-align: top;
    max-width: 777px;
    width: 100%; }

.posts {
  padding: 0;
  margin: 0;
  list-style: none; }
  .posts li {
    margin-bottom: 19px;
    display: flex; }
  .posts .img-holder {
    width: 72px;
    height: 62px;
    border-radius: 5px;
    float: left;
    margin-right: 23px;
    overflow: hidden;
      }
    .posts .img-holder.yellow {
      background: #FFD30B; }
    .posts .img-holder.blue {
      background: #5299FF; }
    .posts .img-holder.light-blue {
      background: #C8DFFF; }
    .posts .img-holder img {
      display: block;
      width: 100%; }
  .posts .title {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #252626; }
  .posts .date {
    display: block;
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
    margin-top: -5px; }
  .posts a:hover {
    text-decoration: none; }

  .post-img-block img{
    width: 100%;
  }
  .blog-head{
    font-weight: 600;
    font-size: 36px;
    line-height: 52px;
    color: #252626;
    margin: 0 0 32px;
    position: relative;
    text-align: center;
  }
.blog-holder {
  width: 105%; }
  .blog-holder .block {
    background: #FFFFFF;
    border: 1px solid #C8DFFF;
    box-sizing: border-box;
    border-radius: 15px;
    display: inline-block;
    width: 46%;
    box-sizing: border-box;
    margin: 0 15px 25px 0;
    padding: 20px;
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    color: #999; }
  .blog-holder .img-holder {
    margin: -20px -20px 28px;
    height: 232px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #002D6D; }
    .blog-holder .img-holder img{
      width: 100%;
      height: 100%;
    }
    .blog-read-post{
      color: #252626;
    }
    /*.blog-read-post:hover{*/
    /*  text-decoration: none;*/
    /*}*/
  .blog-holder .title {
    display: block;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 17px;
    color: #252626;
    text-align: left;
  min-height: 90px;}
  .blog-holder .light-blue {
    background: #C8DFFF; }
  .blog-holder .blue {
    background: #5299FF; }
  .post-exc{
    min-height: 140px;
    margin-bottom: 14px;
  }
  .blog-holder .bottom {
    border-top: 1px solid #C8DFFF;
    display: flex;
    justify-content: space-between;
    padding: 25px 0 15px; }
  .blog-holder .date {
    font-size: 16px;
    color: #999;
    font-weight: 400; }
  .blog-holder .link-more {
    position: relative;
    padding-right: 15px;
    color: #FFD30B; }
    .blog-holder .link-more:after {
      position: absolute;
      content: '';
      width: 7px;
      height: 12px;
      background: url(../images/arrow05.svg) no-repeat;
      top: 7px;
      right: 0; }
  .blog-holder p {
    margin-bottom: 14px; }

  .blog-side-slide{
    position: sticky;
    top: 145px;
  }
#sidebar .blog-side-slide .calc-block{
  position: initial;
}
.pagi-more.btn{
  margin: 0 auto;
  display: block;
  width: 200px;
  cursor: pointer;
  background: #FFB800;
  font-size: 20px;
  font-weight: 600;
  padding: 16px;
}
.pagi-more.btn:hover{
  background: #E1A200;
}

.faq-area {
  margin: 0; }
  .faq-area dt {
    border-bottom: 1px solid #C8DFFF;
    padding: 27px 55px 32px 64px;
    background: #fff;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    color: #252626;
    outline: none; }
    .faq-area dt:last-child {
      border: none; }
    .faq-area dt:after {
      content: '';
      position: absolute;
      width: 36px;
      height: 36px;
      top: 50%;
      margin-top: -18px;
      left: 0;
      background: url(../images/ic_open.svg) no-repeat; }
    .faq-area dt.ui-accordion-header-active {
      color: #002D6D;
      border-color: transparent; }
      .faq-area dt.ui-accordion-header-active:after {
        background-image: url(../images/ic_open01.svg); }
  .faq-area dd {
    background: #fff;
    border-bottom: 1px solid #C8DFFF;
    font-size: 16px;
    line-height: 23px;
    border-top: none;
    padding: 0 28px 26px 82px;
    margin: 0;
    border-radius: 0 0 4px 4px;
    margin-bottom: 20px;
    position: relative; }
    .faq-area dd:after {
      position: absolute;
      content: '';
      left: 62px;
      top: 11px;
      bottom: 30px;
      width: 2px;
      background: #5299FF;
      border-radius: 2px; }

.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: 36px;
    height: 36px;
    border: 1px solid #C8DFFF;
    box-sizing: border-box;
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    color: #5299FF; }
    .paging a:hover {
      text-decoration: none;
      color: #fff;
      background: #5299FF;
      border-color: #5299FF; }
  .paging .active a {
    cursor: default;
    color: #fff;
    background: #5299FF;
    border-color: #5299FF;
    cursor: default; }
  .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 {
  padding-top: 80px;
  padding-bottom: 80px; }
  .contacts .contacts-holder {
    display: flex;
    justify-content: space-between; }
    .contacts .contacts-holder p {
      margin-bottom: 30px; }
  .contacts .img-holder {
    order: 1;
    width: 100%;
    max-width: 446px;
    margin-left: 30px; }
    .contacts .img-holder img {
      display: block;
      width: 100%; }
  .contacts .description {
    flex: 1;
    max-width: 550px; }
    .contacts .description p {
      margin-bottom: 45px; }
    .contacts .description .description {
      padding-left: 90px; }
  .contacts .description-holder {
    padding-left: 92px; }
  .contacts .tel,
  .contacts .mail,
  .contacts .address {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #002D6D;
    display: block;
    margin-bottom: 37px;
    position: relative; }
    .contacts .tel a,
    .contacts .mail a,
    .contacts .address a {
      color: #002D6D; }
  .contacts .tel:after {
    position: absolute;
    content: '';
    top: -5px;
    left: -56px;
    width: 36px;
    height: 36px;
    background: url(../images/ic_phone_1.svg) no-repeat; }
  .contacts .mail:after {
    position: absolute;
    content: '';
    top: -5px;
    left: -56px;
    width: 36px;
    height: 36px;
    background: url(../images/ic_mail_1.svg) no-repeat; }
  .contacts .address {
    max-width: 265px; }
    .contacts .address:after {
      position: absolute;
      content: '';
      top: -5px;
      left: -56px;
      width: 36px;
      height: 36px;
      background: url(../images/ic_location_1.svg) no-repeat; }

.error-block {
  padding: 175px 0; }
  .error-block .error-holder {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .error-block .error-holder .img-holder {
      order: 1;
      margin-left: 50px; }
      .error-block .error-holder .img-holder img {
        display: block;
        width: 100%; }
    .error-block .error-holder .description {
      text-align: center;
      flex: 1; }
  .error-block h2 {
    font-size: 48px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #002D6D; }
  .error-block .btns .btn, .error-block .btns .calc-block .btn-order, .calc-block .error-block .btns .btn-order {
    min-width: 188px;
    margin: 0 10px;
    padding: 16px;
    font-weight: 600;
    font-size: 18px;
    border-width: 2px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px; }

.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: #252626; }
      .contacts-blocks .block .panel img {
        display: inline-block;
        margin-right: 21px; }
    .contacts-blocks .block a {
      color: #747496; }

.cookie-panel {
  position: fixed;
  z-index: 1000;
  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%; }

.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: 23px 0 14px;
  margin: 0; }
  .payments li {
    display: inline-block;
    vertical-align: top;
    margin-left: -1px; }
    .payments li:first-child {
      margin: 0; }

.custom-select {
  position: relative;
  font-size: 18px; }

.custom-select select {
  /*display: none;*/
  background: #FFFFFF;
  border: 1px solid #C8DFFF;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 5px 36px 9px 15px;
  border-radius: 5px;
  margin: 0 0 17px;
  color: #002D6D;
  padding: 6px 36px 10px 15px;
  cursor: pointer;
  user-select: none;
  font-size: 16px;
  width: 100%;
  height: 41px;
  background-image: url(../images/arrow.svg);
  background-repeat: no-repeat;
  background-position: 95% center;
  /*hide original SELECT element:*/ }

.select-selected {
  background: #FFFFFF;
  border: 1px solid #C8DFFF;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 5px 36px 9px 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: #002D6D;
  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 #5299FF;
  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: #5299FF;
  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; }

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: #002D6D;
  font-size: 16px;
  line-height: 20px;
  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; }

.panel-close .btn-menu {
  top: 23px; }
.panel-close .main {
  padding-top: 71px; }

.btn-menu {
  display: none;
  width: 36px;
  height: 36px;
  background: url(../images/ic_menu.svg) no-repeat;
  position: absolute;
  top: -6px;
  right: 0;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  z-index: 10000;
  text-indent: -9999px;
  outline-color: #000; }

.copyright {
  font-size: 12px;
  line-height: 23px;
  color: #6889B8;
  display: block;
  max-width: 150px; }
.footer-order .copyright{
  max-width: 100%;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.samples-section .btns {
  display: none; }

.tablet-visible,
.mobile-visible {
  display: none; }

.projects-holder .btns {
  display: none; }

@media only screen and (max-width: 1300px) {
  .wrapper-frame {
    padding-left: 40px;
    padding-right: 40px; }

  .wrapper-holder {
    overflow: hidden;
    height: auto;
    display: block; }

  .top-panel .wrapper-frame .close {
    right: 20px; }

  .main-container .description {
    padding-left: 20px;
    padding-right: 20px; }

  .header_frame {
    width: 80%;
    position: static; }
  .header_frame .tel{
    margin-right: 4%;
  }

  .header {
    position: relative; }

  .btn-menu {
    top: 20px;
    right: 15px; } }
@media only screen and (max-width: 1100px) {
  .samples-info {
    columns: 2; }

  .calc-block .number-spinner {
    width: 105px; } }
@media only screen and (max-width: 1023px) {
  .main.inner {
    background-image: url(../images/banner_tabl.svg); }
  .main.inner.pol{
    background: none;
  }

  .tablet-visible {
    display: inline-block;
    vertical-align: top; }

  .wrapper-frame {
    padding-left: 30px;
    padding-right: 30px; }

  .btn-menu {
    display: block;
    z-index: 10002; }

  .header_frame {
    padding-right: 50px;
    position: static;
    justify-content: flex-end; }
    .header_frame .tel {
      display: none; }

  /*#nav {*/
  /*  display: block;*/
  /*  visibility: hidden;*/
  /*  opacity: 0;*/
  /*  background: #fff;*/
  /*  position: absolute;*/
  /*  top: 100%;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  padding-top: 80px;*/
  /*  padding-bottom: 50px;*/
  /*  text-align: center;*/
  /*  border-top: 1px solid #C8DFFF; }*/
  /*  #nav li {*/
  /*    padding: 10px 0; }*/
  /*  #nav ul {*/
  /*    display: block; }*/

  /*.menu-open #nav {*/
  /*  visibility: visible;*/
  /*  opacity: 1;*/
  /*  z-index: 10000; }*/
  /*.menu-open .tel {*/
  /*  position: absolute;*/
  /*  top: 115%;*/
  /*  left: 50%;*/
  /*  right: 0;*/
  /*  text-align: center;*/
  /*  display: inline-block;*/
  /*  z-index: 1000000;*/
  /*  margin-right: 0;*/
  /*  width: 140px;*/
  /*  transform: translate(-50%, 0); }*/


  .main-container {
    margin-bottom: 0;
    padding-bottom: 64px; }
    .main-container .description {
      padding-top: 18px;
      padding-left: 0; }

  h1,
  .h1 {
    margin-bottom: 26px; }

  .advantages-section {
    background: #F0F6FF;
    padding-top: 80px; }

  .advantages {
    display: block;
    padding-left: 60px;
    padding-bottom: 37px; }
    .advantages .block {
      width: 100%;
      margin: 0 0 45px; }

  .inform-section .inform {
    display: block; }
    .inform-section .inform li {
      display: inline-block;
      vertical-align: top;
      width: 48%;
      box-sizing: border-box;
      padding: 0 10% 30px; }

  .about-us .block .img-holder {
    width: 280px;
    padding-top: 150px; }

  .advantages-service {
    display: block;
    padding: 10px 0 0; }
    .advantages-service .block {
      display: inline-block;
      vertical-align: top;
      width: 48%;
      padding-bottom: 32px; }

  .steps {
    padding-bottom: 90px; }
    .steps:after {
      bottom: 72px; }
    .steps .step_block {
      font-size: 12px;
      line-height: 16px;
      padding: 18px 5px; }
      .steps .step_block p {
        margin: 0; }
      .steps .step_block:before {
        width: 8px;
        height: 8px;
        bottom: -48px; }
      .steps .step_block:after {
        border-width: 12px 12px 0 0; }
    .steps .step_heading {
      font-size: 20px;
      line-height: 20px;
      padding: 2px 22px 4px;
      margin-bottom: 8px;
      margin-left: -20px; }
      .steps .step_heading:after {
        border-width: 0 12px 12px 0; }
      .steps .step_heading:before {
        width: 9px;
        height: 7px;
        margin-top: -4px;
        background-size: 100% 100%; }

  .steps .step_block:last-child .step_heading:before {
    width: 9px;
    height: 7px; }

  .testimonials-holder .slick-list {
    overflow: hidden; }

  .testimonials-holder .slick-active {
    margin-top: 0; }

  .testimonials-holder.slick-slider .block {
    padding: 41px 25px 23px 41px; }

  .projects-holder .btns,
  .samples-section .btns,
  .projects-section .btns {
    display: flex;
    padding-bottom: 30px; }
  .projects-holder .projects-blocks,
  .samples-section .projects-blocks,
  .projects-section .projects-blocks {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 27px; }
    .projects-holder .projects-blocks .block,
    .samples-section .projects-blocks .block,
    .projects-section .projects-blocks .block {
      margin: 0 10px; }

  .save-price-list {
    columns: 1;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }

  .cta-section {
    background: linear-gradient(180deg, #5299FF -36.21%, #8DBCFF 100%); }

  .main-holder {
    display: block; }
    .main-holder #sidebar {
      display: none; }
    .main-holder .calc-block {
      margin-left: auto;
      margin-right: auto;
      display: block;
      width: 100%;
      max-width: 350px; }

  .widget {
    display: none; }

  .contacts .description .description {
    padding-left: 55px; }

  .main-holder {
    padding-top: 30px; }

  .faq-area {
    margin-top: -40px; }

  .projects-blocks .bottom {
    text-align: center; }

  .calc-block .number-spinner {
    width: 140px; }

  .projects-blocks .bottom.inner {
    padding-left: 0;
    padding-right: 0; }

  .projects-blocks.slick-slider {
    display: block; } }
@media only screen and (max-width: 768px) {
  .wrapper-frame {
    padding-left: 16px;
    padding-right: 16px; }

  #header .wrapper-frame {
    display: block; }
  #header .top-panel {
    box-sizing: border-box; }
    #header .top-panel .text-info {
      max-width: 320px;
      margin-left: auto;
      margin-right: auto;
      display: inline-block;
      vertical-align: top; }
  /*#header .btn-order {*/
  /*  display: none; }*/

  .btn-menu {
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    top: 10px;
    right: 14px; }

  .top-panel .wrapper-frame .close {
    top: 18px;
    right: 10px; }

  .main-container {
    background: linear-gradient(180deg, #5299FF -36.21%, #8DBCFF 100%);
    padding-top: 37px; }
    .main-container .description {
      text-align: center;
      padding-right: 0; }
    .main-container .featured {
      max-width: 250px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 20px; }
      .main-container .featured li {
        width: 100%;
        padding-left: 20px;
        text-align: left; }
    .main-container .wrapper-frame {
      display: block; }
    .main-container h1,
    .main-container .h1 {
      color: #fff; }
    .main-container .calc-block {
      width: 100%;
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; }

  .header {
    position: relative; }

  .header_frame {
    position: absolute;
    top: 30px;
    right: 0;
    padding-right: 80px; }

  .btn-menu {
    top: 0; }

  #header .btn-sign {
    white-space: nowrap; }

  h1,
  .h1 {
    font-size: 36px;
    line-height: 52px;
    margin-bottom: 39px; }

  .advantages {
    padding-left: 0; }
    .advantages .title-holder {
      font-size: 20px; }
    .advantages .block {
      margin-bottom: 22px; }

  .advantages-section {
    padding-top: 58px; }

  .inform-section {
    padding-bottom: 30px; }
    .inform-section .inform li {
      width: 100%; }

  h2 {
    font-size: 24px; }

  .about-us {
    padding-bottom: 35px; }
    .about-us .block {
      display: block; }
      .about-us .block .img-holder {
        margin-left: auto;
        margin-right: auto; }

  .advantage-section {
    display: none; }

  .steps {
    padding-bottom: 0; }
    .steps:after {
      display: none; }
    .steps .step_block {
      padding: 32px; }

  .inform-area {
    padding-top: 30px; }

  .testimonials-holder {
    margin-left: -15px;
    margin-right: -15px;
    width: auto; }
    .testimonials-holder.slick-slider .block {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 60px;
      position: relative; }
      .testimonials-holder.slick-slider .block .rating {
        position: absolute;
        bottom: 20px;
        left: 15px; }

  .cta-section {
    padding-top: 62px; }
    .cta-section h2 {
      font-size: 36px;
      line-height: 52px; }

  .save-price-list {
    font-size: 16px; }
    .save-price-list li {
      padding-right: 0; }
    .save-price-list .price {
      font-size: 20px;
      white-space: nowrap; }

  .footer-frame .wrapper-frame {
    display: block;
    text-align: center; }

  .mobile-visible {
    display: block; }

  .mobile-hidden {
    display: none; }

  .copyright {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 100%; }

  .footer-frame .list {
    columns: 2;
    font-size: 14px;
    text-align: left;
    padding-bottom: 20px; }
    .footer-frame .list li {
      padding-bottom: 10px; }

  .error-block {
    padding: 80px 0; }
    .error-block h2 {
      display: none; }
    .error-block .error-holder {
      display: block; }
      .error-block .error-holder .img-holder {
        max-width: 327px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px; }

  .error-block .btns .btn, .error-block .btns .calc-block .btn-order, .calc-block .error-block .btns .btn-order, .error-block .btns .calc-block .btn-order, .calc-block .error-block .btns .btn-order {
    min-width: 154px; }

  .blog-holder {
    width: 100%; }
    .blog-holder .block {
      display: block;
      width: 100%;
      max-width: 420px;
      margin-left: auto;
      margin-right: auto; }

  .main.inner .info,
  .main.inner h1 {
    text-align: center; }
  .main.inner .info {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto; }

  .main-holder .calc-block {
    margin-bottom: 30px; }

  .projects-holder .btns {
    display: block;
    text-align: center;
    padding-bottom: 30px; }

  .contacts .img-holder {
    margin-left: 0;
    margin-bottom: 15px; }
  .contacts .contacts-holder {
    display: block; }

  .header_frame {
    padding-right: 60px; }

  .samples-holder .block {
    position: relative;
    padding: 25px 15px 80px; }
    .samples-holder .block .link {
      position: absolute;
      left: 15px;
      bottom: 30px; }
    .samples-holder .block .samples-info {
      columns: 1;
      border-bottom: 1px solid #C8DFFF; }
    /*.samples-holder .block .title:after {*/
    /*  top: 5px; }*/
  .samples-holder .block .title{
    width: 100%;
  }

  .testimonials-holder .block {
    padding: 25px 15px 60px;
    position: relative; }
    .testimonials-holder .block .rating {
      position: absolute;
      bottom: 32px;
      left: 15px; }

  .btns {
    display: block;
    text-align: center; }
    .btns .btn, .btns .calc-block .btn-order, .calc-block .btns .btn-order {
      margin-bottom: 15px; }

  .error-block .btns .btn, .error-block .btns .calc-block .btn-order, .calc-block .error-block .btns .btn-order {
    margin-bottom: 15px; } }
.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 */

.pol .address:before {
  content: attr(data-address);
}
.terms-copy:before {
  content: attr(data-copy);
}
.contacts span.address:before {
  content: attr(data-addr);
}
table.teble_in_text{
  margin-bottom: 20px;
}
table.teble_in_text, table.teble_in_text td{
  border: 1px solid #155879;
  vertical-align: middle;
}
table.teble_in_text td{
  min-width: 30px;
  padding-left: 20px;
}
table.teble_in_text ul{
  margin-top: 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
}

.main.menu-page h1{
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  color: #252626;
  margin: 0 0 32px;
  position: relative;
  text-align: center;
}

.types-homework {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.types-homework__item {
  width: 33.33%;
  list-style: none;
  margin: 0 0 10px 0;
}
.types-homework__link {
  display: block;
  color: #252626;
  line-height: 20px;
  text-decoration: none;
}
.list-info.with-h3 h3{
  padding: 0;
  margin: 0;
}
.list-info.with-h3 li:after{
  top: 12px;
}

.main.seopage h1{
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  color: #252626;
  margin: 0 0 32px;
  position: relative;
  text-align: center;
}
.main.seopage h2{
  text-align: left;
}
.main.seopage .cta-section h2{
  text-align: center;
}
.banner-title{
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 27px;
  text-align: left;
}
.new-h1{
  font-weight: 600;
  font-size: 36px;
  line-height: 52px;
  color: #252626;
  margin: 0 0 32px;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 768px){
  .main.menu-page h1, .main.seopage h1{
    font-size: 24px;
  }
  .banner-title{
    text-align: center;
  }
  .new-h1{
    font-size: 24px;
  }
}
@media (max-width: 767px){
  .types-homework__item {
    width: 50.00%;
  }
}
@media (max-width: 425px){
  .types-homework__item {
    width: 100%;
    text-align: center;
  }
}

.number-spinner-tbl{
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  flex: 1;
  background: #FFFFFF;
  border: 1px solid #C8DFFF;
  box-sizing: border-box;
  border-radius: 2px;
}
.number-spinner-tbl input{
  width: 100%;
  text-align: center;
  background: none;
  border: none;
  color: #002D6D;
  font-size: 16px;
  padding: 8px;
  margin: 0;
}
.spinner-buttons-tbl.minus{
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
  height: 36px;
  width: 36px;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
}
.spinner-buttons-tbl.minus:after{
  content: '';
  position: absolute;
  text-indent: 0;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #002D6D;
}
.spinner-buttons-tbl.plus{
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  border: none;
  height: 36px;
  width: 36px;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  left: auto;
  right: 0;
}
.spinner-buttons-tbl.plus:before{
  content: '';
  position: absolute;
  text-indent: 0;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #002D6D;
  height: 12px;
  width: 2px;
  margin-left: -1px;
  margin-top: -6px;
}
.spinner-buttons-tbl.plus:after{
  content: '';
  position: absolute;
  text-indent: 0;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 2px;
  margin-top: -1px;
  background: #002D6D;
}

#mob-nav{
  display: none;
}
#mob-nav li a{
  font-size: 16px;
  line-height: 19px;
  color: #252626;
}
#mob-nav li.order a{
  color: #5299FF;
}
@media(max-width: 1023px){
  #mob-nav {
    display: block;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 35px;
    padding-bottom: 50px;
    text-align: center;
    border-top: 1px solid #C8DFFF; }
  #mob-nav li {
    padding: 10px 0; }
  #mob-nav ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .menu-open #mob-nav {
    visibility: visible;
    opacity: 1;
    z-index: 10000; }
  .menu-open #mob-nav li.tel{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .menu-open #mob-nav li.tel .tel-img {
    display: inline-block;
    background: url(../images/ic_phone.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .menu-open #mob-nav li.order{
    display: none;
  }

  .menu-open #mob-nav li.order .order-img{
    display: inline-block;
    background: url(../images/ic_order.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  #nav, .menu-open span.tel{
    display: none;
  }
  body.menu-open{
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
@media(max-width: 767px) and (min-width: 501px){
  .menu-open #mob-nav{
    overflow: scroll;
    height: 150px;
  }
}
@media(max-width: 500px){
  #header .btn-order{
    display: none;
  }
  .menu-open #mob-nav li.order{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#nav a.active-link{
  color: #FFD30B;
}

@media(max-width: 1024px) and (min-width: 500px){
  .contacts .img-holder{
    max-width: 370px;
    margin-left: 0;
  }
}
@media(min-width: 500px){
  .contacts .contacts-holder{
    display: flex;
  }
}

.main-text-adv{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 26px;
}
.main-text-adv-item{
  width: 30%;
}
.main-text-adv-item img{
  display: block;
  margin: 0 auto;
  height: 60px;
  margin-bottom: 16px;
}
.main-text-adv-item h3{
  text-align: center;
}
.main-text-spec-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}
.main-text-spec-list li{
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main-text-spec-list li img{
  margin-right: 24px;
  height: 36px;
}
.main-text-spec-list li h3{
  margin-bottom: 12px;
}
.main-text-spec-list li div p{
  margin-bottom: 16px;
}
@media(max-width: 767px){
  .main-text-adv{
    flex-direction: column;
  }
  .main-text-adv-item{
    width: 100%;
  }
  .main-text-spec-list li {
    width: 100%;
  }
}
header#header{
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
.main{
  padding-top: 132px;
}
.main.inner{
  background-position-y: 132px;
}
@media(max-width: 1000px){
  .main{
    padding-top: 155px;
  }
  .main.inner{
    background-position-y: 155px;
  }
}

.main.seopage h1.banner-title.spec-title{
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 27px;
  text-align: left;
}
@media only screen and (max-width: 768px){
  .main.seopage h1.banner-title.spec-title{
    text-align: center;
  }
}

.err-btn{
  border: 1px solid #FFD30B;
}
.err-btn:hover{
   border: 1px solid #1B7CE9;
}

.main-seo-img-block{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.main-seo-img1, .main-seo-img3{
  margin-left: 20px;
  height: 405px;
}
.main-seo-img2{
  margin-right: 20px;
  height: 405px;
}
@media(max-width: 1024px){
  .main-seo-img-block{
    flex-direction: column;
  }
  .main-seo-img1, .main-seo-img2, .main-seo-img3{
    margin: 0 auto;
  }
}
@media(max-width: 767px){
  .main-seo-img1, .main-seo-img2, .main-seo-img3{
    width: 100%;
    height: 100%;
  }
}

/*modal*/
.popup__discount,.popup__discount__transparent{width:100%;height:100%;top:0;left:0}
.popup__discount{position:fixed;z-index:234234234234234;overflow-y:auto;display:none}
.popup__discount *{box-sizing:border-box}
.popup__discount__transparent{position:fixed;background-color:#000;opacity:.7;z-index:2147483646}
.popup__discount__modal{z-index:2147483647;width:920px;height:auto;background-color:#fff;border-radius:6px;position:absolute;top:50%;left:50%;margin-top:-258px;margin-left:-460px}
@media only screen and (max-width:920px) and (min-width:0px){
  .popup__discount__modal{position:absolute;top:10%;left:0;margin-top:0;margin-left:0;width:100%}}
@media only screen and (max-height:920px) and (min-height:0px){
  .popup__discount__modal{top:10%;margin-top:0}}
.popup__discount__modal-header{text-align:center;padding:30px 50px;border-bottom:1px solid #dae2e0;position:relative}
.popup__discount__modal-header img{max-width:100%;max-height:100%}
.popup__discount__modal-close-button{position:absolute;right:20px;top:50%;font-size:28px;margin-top:-9px;color:#9a9a9a;line-height:18px;cursor:pointer}
.popup__discount__modal-close-button:hover{color:#7a7a7a}
.popup__discount__modal-body{padding:15px;font-family:Arial}
.popup__discount__modal-body-main-text{font-size:33px;line-height:45px;font-weight:700;color:#e79433;text-transform:uppercase;text-align:center}
.popup__discount__modal-body-secondary-text{padding-bottom:2px;font-size:24px;font-weight:700;font-style:italic;color:#363636;text-align:center}
.popup__discount__modal-body-error-text,.popup__discount__modal-body-success-text{line-height:20px;font-weight:700;margin:10px 0;font-size:17.5px;display:none}
.popup__discount__modal-body-error-text{color:red}
.popup__discount__form-row{margin-bottom:15px;padding-top:10px}
.popup__discount__form-row-group{border:3px solid #777;border-radius:8px;width:100%;max-width:600px;margin:0 auto;padding:6px 12px 6px 20px;position:relative}
.popup__discount__form-row-group.field-error{border-color:#e03100}
.popup__discount__form-row-group input{font-size:24px;color:#3d3d3d;height:38px;padding-left:35px;transition:none;line-height:26px;display:table-cell;width:100%;border:none}
.popup__discount__form-row-group input:focus{outline:0}
.popup__discount__form-row-group.phone input{padding-left:35px}
.popup__discount__form-row-icon{font-size:28px;color:#777;height:28px;position:absolute;top:10px}
.popup__discount__form-row-phone-prefix{font-size:24px;font-weight:400;display:inline-block;margin:0 0 0 26px;color:#777;vertical-align:1px;position:absolute;top:10px}
.popup__discount__form-row-submit-button{background-color:#3497db;border:none;border-radius:2px;line-height:1;color:#fff;font-size:16px;font-weight:400;padding:15px 40px;margin:0 auto;display:block;cursor:pointer}
.popup__discount__form-row-submit-button:hover{background-color:#39a6f0}

@media (max-width:920px){
  .popup__discount__modal{left:50%!important}}

.popup__discount__modal{max-width:370px;width:100%;border-radius:0;border-radius:6px;margin-left:0;transform:translate(-50%)}
.popup__discount__modal *{font-family:Roboto}
.popup__discount__modal-header{border-bottom:unset;padding:0}
.popup__discount__modal-body-main-text{text-align:center;text-transform:none;color:#21466a;font-family:Lato;font-size:25px;font-weight:700;line-height:21.58px}
.popup__discount__modal-body-secondary-text{padding-bottom:2px;max-width:320px;color:#555;font-family:Lato;font-size:14px;font-weight:400;line-height:12.6px;text-align:center;font-style:normal;margin:auto;margin-top:15px;margin-bottom:25px}
.popup__discount__modal-body{padding:170px 0 0 0;border-radius:6px 6px 0 0;margin:auto;width:100%;background:#fff url(/img/popup/price_modal.png) no-repeat center top}
.popup__discount__modal.success .popup__discount__modal-body{background:0 0;padding:0}
.popup__discount__modal.success .popup__discount__form,.popup__discount__modal.success .popup__discount__modal-body-main-text,.popup__discount__modal.success .popup__discount__modal-body-secondary-text{display:none}
.popup__discount__form{margin:auto;max-width:277px;margin-top:0}
.popup__discount__form-row-group{border:1px solid #dedede;border-radius:5px;padding:0 2px}
.popup__discount__form-row:nth-child(3){margin-top:16px;margin-bottom:20px}
.popup__discount__form-row{margin-bottom:20px;padding-top:0}
.popup__discount__form-row p{margin:0;color:#555;font-family:Lato;font-size:13px;font-weight:400;line-height:12.73px;margin-left:10px;margin-bottom:5px}
.popup__discount__form-row-group input{margin:0;padding:0 11px 0 44px;font-size:14px;font-weight:400;height:35px;color:#333}
.popup__discount__modal-close-button{right:-25px;background:url(/img/popup/close_ico.svg) no-repeat;width:15px;height:15px;top:-10px}
.fa-close::before,.fa-remove::before,.fa-times::before{content:"";width:11px;height:12px;position:absolute}
.popup__discount__form-row-submit-button{width:232px;background:#07c8b7;text-transform:uppercase;color:#fff;font-size:20px;line-height:24px;font-weight:700;text-decoration:none;text-align:center;padding:17px 0 15px 0;position:relative;border-radius:50px;display:block;margin:0 auto;text-align:center;box-shadow:0 5px 20px -6px rgba(0,0,0,.75);transition:.45s;margin:40px auto;font-family:Lato;outline:0}
.popup__discount__form-row-submit-button:hover{background:#09dac8;box-shadow:none}
.popup__discount__form-row-group{display:flex;flex-direction:column;height:35px}
.popup__discount__modal-body-success-text{color:#21466a;font-family:Lato;font-size:25px;font-weight:700;text-align:center;margin-top:45px;line-height:30px}
.popup__discount__modal-body-success-text p{text-transform:none;color:#555;font-family:Lato;font-size:14px;font-weight:400;line-height:12.6px;margin-top:15px}
.popup__discount__modal-body-success-text .popup__discount__form-row-submit-button{width:188px}
.popup__discount__modal.success .popup__discount__modal-body-success-text{display:block}
.popup__discount__form-row-group.name input{background:url(/img/popup/man_ico.svg) no-repeat 12px center}
.popup__discount__form-row-group.mail input{background:url(/img/popup/mail_ico.svg) no-repeat 10px center}
.popup__discount__form-row-group input::-webkit-input-placeholder{color:#dedede;font-family:Lato;font-size:14px;font-weight:400}
.popup__discount__form-row-group input::-moz-placeholder{color:#dedede;font-family:Lato;font-size:14px;font-weight:400}
.popup__discount__form-row-group input:-moz-placeholder{color:#dedede;font-family:Lato;font-size:14px;font-weight:400}
.popup__discount__form-row-group input:-ms-input-placeholder{color:#dedede;font-family:Lato;font-size:14px;font-weight:400}

.popup__discount__form-row-group.field-error{border-color:#fe0302!important}

[data-addr] {
  color: #6889B8;
  text-align: center;
  font-size: 12px;
  margin: 10px 0 0 0;
}

[data-addr]:before {
  content: attr(data-addr);
}

[data-addr1]:after {
  content: attr(data-addr1);
}