@font-face {
  font-family: 'Circular Std';
  src: url('CircularStd-Black.eot');
  src: local('Circular Std Black'), local('CircularStd-Black'),
  url('CircularStd-Black.eot?#iefix') format('embedded-opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}






html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #45464B;
  font: 16px/24px "Circular Std", Arial, Helvetica, sans-serif;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none; }

img {
  border-style: none; }

a {
  text-decoration: none;
  color: #E6E6ED;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  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 {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

select::-ms-expand {
  display: none; }

input, button, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none; }

input,
textarea,
select {
  font: 100% "Open Sans", 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;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

p {
  margin: 0 0 16px; }

h1, .title-main {
  font-weight: 700;
  font-size: 58px;
  line-height: 80px;
  margin: 0 0 12px;
  position: relative;
  color: #2d459c; }

h2 {
  font-weight: bold;
  font-size: 50px;
  line-height: 70px;
  margin: 0 0 40px;
  position: relative;
  color: #17181E; }
  h2.alignleft {
    text-align: left; }

h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 40px;
  margin: 0 0 17px;
  position: relative;
  color: #17181E; }
  h3.inner {
    margin-bottom: 0; }

h4 {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 11px;
  position: relative;
  color: #FFE43C;
  font-weight: 600; }

header.sticky-header {
  position: fixed!important;
  width: 100%;
  background: #fff;
  z-index: 99;
  top: 0;
}
.page-template-proxy-template header.sticky-header {
  position: relative!important;
}
.btn-menu {
  display: none;
  width: 40px;
  height: 30px;
  position: absolute;
  top: 28px;
  right: 30px;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  outline: none;
  z-index: 1000000; }
  .btn-menu span {
    display: block;
    height: 4px;
    width: 50px;
    text-indent: -9999px;
    z-index: 10;
    background: #17181E;
    position: absolute;
    left: 0;
    top: 10px;
    border-radius: 5px; }
    .btn-menu span:after, .btn-menu span:before {
      position: absolute;
      display: block;
      width: 100%;
      height: 4px;
      right: 12px;
      border-radius: 5px;
      background: #17181E;
      content: '';
      -webkit-transition-duration: 0.3s, 0.3s;
      transition-duration: 0.3s, 0.3s;
      left: 0;
      top: 13px; }
    .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: -13px; }
    .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);
    top: 0;
    left: 10px; }
  .menu-open .btn-menu span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    left: 10px; }

.top-panel {
  background: #E4E7F7;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px; }
  .top-panel .wrapper-frame {
    position: relative; }
  .top-panel .close {
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../images/close.svg) no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    right: 5px;
    cursor: pointer; }
.top-panel a {
  color: #45464B;
}
.wrapper-holder {
  position: relative;
  /*overflow: hidden; */
}
.serv-template .main-container {
  padding-bottom: 0;
}

.main-container {
  padding: 120px 0 108px; }
  .main-container .container-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
   }
    .main-container .container-holder .description {
      padding-bottom: 70px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-ordinal-group: 2;
}
  .main-container .calc-block {
    margin: 29px 30px 0 0; }
  .main-container .wrapper-frame {
    position: relative; }
    .main-container .wrapper-frame:after {
      position: absolute;
      content: "";
      width: 587px;
      height: 339px;
      background: url(../images/decor01.png) no-repeat;
      right: 344px;
      top: 344px; }

.inform-section {
  padding-top: 120px; }
  .inform-section .inform {

    padding: 34px 0 80px 0; }
    .inform-section .inform ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .inform-section .inform li {
      width: 25%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding-left: 6%; }
.inform-section .inform li span{
  color: #343434;
}
.inform-section .inform li span.number{
  color: #2d459c;
}
    .inform-section .inform .number {
      display: block;
      font-weight: bold;
      font-size: 50px;
      line-height: 70px;
      margin-bottom: 7px; }

.inform ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.wrapper-frame {
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 64px;
  padding-right: 64px; }

#header {
  padding: 15px 0; }
  #header .wrapper-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

.button {
  background: #2d459c;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 12px;
  min-width: 140px;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  box-sizing: border-box;
  height: 50px; }
  .button.style01 {
    background: #fff;
    color: #17181E; }
    .button.style01:hover {
      background: #17181E;
      color: #fff; }
  .button.style02 {
    background: #FFE43C;
    color: #17181E; }
    .button.style02:hover {
      background: #17181E;
      color: #fff; }
  .button.style03 {
    background: #fff;
    color: #17181E;
    border: 2px solid #171717;
    border-radius: 3px; }
    .button.style03:hover {
      background: #17181E;
      color: #fff; }
  .button:hover {
    background: #5D96EB;
    color: #fff;
    text-decoration: none; }

#nav ul {
  padding: 0 50px 0 0;
  margin: 0;
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap; }
  #nav ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 4%; }
    #nav ul li.hover .sub-menu {
      display: block;
      visibility: visible;
      opacity: 1; }
  #nav ul .menu-item-has-children {
    position: relative; }
    #nav ul .menu-item-has-children > a {
      position: relative;
      padding-right: 10px; }
      #nav ul .menu-item-has-children > a:after {
        position: absolute;
        content: '';
        right: -7px;
        top: 7px;
        background: url(../images/arrow_d.svg) no-repeat;
        width: 12px;
        height: 12px; }
      #nav ul .menu-item-has-children:hover > a:after{
        transform: rotate(180deg);
        top: 0;
      }
    #nav ul .menu-item-has-children li {
      display: block; }
  #nav ul a {
    color: #17181E; }
  #nav ul .sub-menu {
    position: absolute;
    top: 110%;
    left: 0;
    background: #fff;
    padding: 5px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    padding: 20px;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: none;
  }
    #nav ul .sub-menu li {
      margin: 0 0 10px; }

    @media(min-width: 1025px){

      #nav ul li.menu-item-has-children{
        position: relative;
      }
      #nav ul li.menu-item-has-children:after{
        content: '';
        bottom: -5px;
        background: transparent;
        height: 10px;
        position: absolute;
        left: 0;
        width: 90px;
      }
      #nav ul li.menu-item-has-children:hover .sub-menu{
        display: block;
        visibility: visible;
        opacity: 1;
      }
    }

.calc-block {
  border: 1px solid #EAEBEF;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 33px 30px;
  width: 370px; }
  .calc-block .title {
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #17181E;
    margin-bottom: 31px; }
  .calc-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .calc-block .row .holder {
      width: 47%; }
  .calc-block .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 6px;
    padding-bottom: 20px; }
    .calc-block .total .price {
      font-weight: bold;
      font-size: 20px;
      line-height: 30px;
      color: #17181E; }
  .calc-block .button {
    width: 100%;
    display: block;
}

.rating-blocks {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .rating-blocks .block {
    border: 1px solid #EAEBEF;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    width: 269px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 17px 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: 30px;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .rating-blocks .block .holder {
      text-align: left;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 15px; }
  .rating-blocks .heading {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 9px;
    display: block; }
  .rating-blocks img {
    display: inline-block;
    vertical-align: middle; }

.rating-number {
  font-weight: 600;
  font-size: 30px;
  line-height: 42px;
  color: #17181E; }

.rating ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.rating li {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
 }
.rating li.active {
  background: url(../images/star01.svg) no-repeat;
}
.rating li.half {
  background: url(../images/star-half.svg) no-repeat;
}
.rating li.fourth {
  background: url(../images/star-4_8.svg) no-repeat;
}
/*.rating.style01 li {*/
/*  background-image: url(../images/star.svg); }*/

.sub-title {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin: 0 0 32px;
color: #6C6C6C;}

.section {
  padding: 118px 0; }

.services {
  overflow: hidden;
  padding: 9px 0 0;
  margin: 0 0 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
  .services .block {

    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    width: 30%;
    border: 1px solid #E6E6ED;
    padding: 31px 29px;
    min-height: 149px;
    text-align: center;
    margin: 0 0 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .services .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    color: #17181E; }
    .services .title a {
      color: #17181E; }

.slick-slide {
  outline: none; }

.testimonials-section {
  background: #F4F6FA; }

.testimonials {
  margin: 0 -15px;
  padding-top: 40px;
  padding-bottom: 40px; }
  .testimonials .block {
    margin: 0 15px;
    background: #fff;
    padding: 29px 25px; }
    .testimonials .block p {
      min-height: 120px;
      margin: 0; }
  .testimonials .block_holder {
    overflow: hidden; }
  .testimonials .name {
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #17181E;
    padding-top: 8px; }
  .testimonials .heading {
    display: block;
    color: #17181E;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px; }
  .testimonials .img-holder {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 21px;
    margin-bottom: 21px;
    border-radius: 100%;
  }
    .testimonials .img-holder img {
      display: block;
      width: 100%;
    }
  .testimonials .id {
    display: block;
    font-size: 14px;
    font-weight: 600; }
  .testimonials .rating {
    margin-top: 15px;
    margin-bottom: 11px; }
  .testimonials .slick-prev,
  .testimonials .slick-next {
    position: absolute;
    right: 18px;
    bottom: 0; }
  .testimonials .slick-prev {
    left: 0; }

.slick-prev,
.slick-next {
  position: absolute;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/arrow01.svg) no-repeat;
  outline: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  border: 1px solid #929292;;
  background-position: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.slick-prev:hover,
.slick-next:hover {
  filter: brightness(0.5);
}
.slick-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
.advantages-section {
  background: #F4F6FA;
}
.advantages-section .wrapper-frame {
  position: relative; }
  .advantages-section .wrapper-frame .decor {
    position: absolute;
    right: -313px;
    top: 234px; }
.advantages-section .advantages {
  display: flex;
  flex-wrap: wrap;
}

.advantages {
  padding-top: 12px; }
  .advantages .block {
    overflow: hidden;
    margin-bottom: 50px;
    flex: 0 0 50%;
  }
    .advantages .block:last-child {
      margin-bottom: 0; }
    .advantages .block .img {
      float: left;
      margin-right: 19px;
      margin-bottom: 10px;
      width: 100px; }
      .advantages .block .img img {
        display: inline-block;
        vertical-align: top; }
    .advantages .block .description {
      overflow: hidden; }
    .advantages .block .heading {
      display: block;
      font-weight: 600;
      font-size: 30px;
      line-height: 42px;
      margin-bottom: 10px;
      color: #17181E; }

.top_writers_section {
  background: #F4F6FA; }
  .top_writers_section .aligncenter .button {
    padding-left: 25px;
    padding-right: 25px; }
.top_writers_section .sub-title, .top_writers_section h2{
  text-align: center;
}
.top_writers_section .photo_holder {
  border-radius: 100%;
}
.writers_blocks {
  margin: 0 -15px;
  padding: 0 0 23px; }
  .writers_blocks .block {
    width: 30.8%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 13px 30px;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 30px; }
    .writers_blocks .block .button {
      min-width: 100px; }
  .writers_blocks .block_holder {
    overflow: hidden;
    padding-bottom: 20px; }
  .writers_blocks .photo_holder {
    float: left;
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin-right: 20px; }
    .writers_blocks .photo_holder img {
      display: inline-block;
      vertical-align: top;
      width: 70px;}
  .writers_blocks .name {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px; }
  .writers_blocks .info {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #B9B9BB; }
  .writers_blocks .description {
    padding-top: 10px; }
  .writers_blocks .inform {
    font-weight: 600;
    padding: 24px 0 19px;
    margin: 0 0 22px;
    border-bottom: 1px solid #E6E6ED; }
    .writers_blocks .inform ul {
      padding: 0;
      margin: 0;
      list-style: none; }
    .writers_blocks .inform li {
      display: inline-block;
      vertical-align: top;
      width: 48%; }

.category {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 10px;
  color: #17181E;
  min-height: 90px;
}
  .category ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .category li {
    display: inline-block;
    vertical-align: top;
    background: #E4E7F7;
    color: #2D459C;
    font-weight: 400;
    padding: 5px 9px;
    margin: 0 5px 10px 0; }

.tab-list {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #E6E6ED;
  text-align: center; }
  .tab-list li {
    width: 25%;
    padding: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .tab-list a {
    color: #17181E; }
  .tab-list .ui-state-active {
    background: #FFE43C;
    font-weight: 600; }
.hiw-block {
  display: flex;
}
.hiw-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
cursor: pointer;
}
  .hiw-content .img-holder {
    width: 57.5%;
    margin-right: 28px; }
    .hiw-content .img-holder img {
      display: block;
      width: 100%; }
  .hiw-content .description {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 31px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
.hiw-content .description:hover, .hiw-content.active .description  {
  background: #E4E7F7;
  color: #2d459c;
}
.hiw-content .description:hover span.title, .hiw-content.active .description span.title {
  color: #2d459c;
}
  .hiw-content .title {
    display: block;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    margin: 0;
    color: #17181E; }
  .hiw-content p {
    margin: 0;
    margin-top: 20px;
    display: none;
  }

.prices-section {
  padding-bottom: 0; }
  .prices-section .wrapper-frame {
    position: relative; }

.prices {
  padding-top: 10px; }
  .prices ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .prices li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px; }
  .prices .heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #17181E;
    width: 36%;
    text-transform: capitalize; }
  .prices del {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #B9B9BB; }
  .prices .free {
    text-transform: uppercase;
    color: #2d459c;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    margin-left: 10px; }
  .prices .price-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }

  .seo-block-columns{
    columns: 2;
  }
#nav ul .sub-menu {
  columns: 2;
  left: -151px;
}
  @media(max-width: 1025px){

    #sidebar {
      display: none;
    }
    #nav ul {
      text-align: center;
    }
    .list-info li {
      padding-right: 12px;
    }
    .seo-block-columns{
      columns: initial;
    }
    .block-sidebar .content {
      flex: 100%!important;
    }
    .serv-template .main-container .main-img {
      display: none;
    }
  }

.faq-section {
  padding-top: 70px; }
.faq-section .sub-title{
  text-align: center;
}
.faq-area {
  margin: 0; }
  .faq-area h3 {
    border: 1px solid #EAEBEF;
    padding: 24px 30px 24px 20px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #17181E;
    margin-bottom: 20px;
    outline: none;
    cursor: pointer; }
    .faq-area h3.ui-state-active:before {
      display: none; }
    .faq-area h3:before, .faq-area h3:after {
      position: absolute;
      content: '';
      width: 16px;
      height: 2px;
      background: #17181E;
      top: 38px;
      right: 18px; }
    .faq-area h3:before {
      height: 16px;
      width: 2px;
      top: 31px;
      right: 25px; }
.faq-area dd {
  margin-bottom: 20px;
}
.service-section h2 {
  margin-bottom: 20px;
}

.cta-section {
  background: #2D459C;
  padding: 18px 0!important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .cta-section .wrapper-frame {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .cta-section .title {
    display: block;
    font-weight: bold;
    font-size: 50px;
    line-height: 70px;
    color: #fff;
    margin-bottom: 30px; }
.cta-section .button {
  background: #fff;
  color: #2d459c;
}
.cta-section .button:hover {
  background: #5D96EB ;
  color: #fff;
}
    .cta-section .img-holder img {
      display: block;
      width: 100%; }
  .cta-section .description {
    padding-top: 80px; }

.block-error {
  padding: 162px 0 80px;
  text-align: center; }
  .block-error .img-holder {
    margin-bottom: 30px;
    margin-top: -63px; }
    .block-error .img-holder img {
      display: inline-block;
      vertical-align: top; }
  .block-error .button {
    margin: 0 8px 15px; }
.block-error .style03 {
  border: 1px solid #2D459C;
  color: #2D459C;
}
.block-error .style03:hover {
  border: 1px solid #2D459C;
  background: #2D459C;
  color: #fff;
}
.main-holder {
  padding: 120px 0; }
  .main-holder h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 70px;
    margin: 0 0 31px;
    color: #17181E; }
  .main-holder h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    margin: 0 0 8px;
    color: #17181E; }
  .main-holder h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #17181E; }

.contacts-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .contacts-holder .img-holder {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 20px;
    margin-top: -65px; }

.contact-info {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #17181E;
  padding: 34px 0 0; }
  .contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .contact-info li {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .contact-info a {
    color: #17181E; }
  .contact-info .ico-holder {
    width: 70px;
    margin-right: 30px; }

.main-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .main-frame #sidebar {
    width: 270px;
    margin-left: 20px; }
  .main-frame .content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 30px; }
    /*.main-frame .content p {*/
    /*  margin-bottom: 61px; }*/

.list-inform ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.list-inform li {
  position: relative;
  padding-left: 30px; }
  .list-inform li:after {
    position: absolute;
    content: '';
    top: 14px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #45464B;
    border-radius: 3px; }

#sidebar .calc-block {
  position: sticky;
  top: 100px;
  width: 100%;
  border: 1px solid #E6E6ED; }
  #sidebar .calc-block .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px; }
  #sidebar .calc-block .total {
    padding-top: 0;
    padding-bottom: 13px; }

#footer {
  padding: 145px 0 40px;
  background: #F4F6FA;
 }
  #footer .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #footer .columns .column {
      width: 25%; }
  #footer .heading {
    display: block;
    color: #171717;
    font-weight: 600;
    margin-bottom: 20px; }
  #footer .logo {
    margin-top: -15px;
    display: inline-block;
    vertical-align: top; }
  #footer .tel,
  #footer .mail {
    display: block;
    margin-bottom: 9px; }
  #footer .payments {
    padding-top: 41px; }
    #footer .payments img {
      display: block;
      margin-bottom: 23px; }

.footer-holder {
  padding-bottom: 41px; }

.footer-services {
  border-top: 1px solid #EAEBEF;
  border-bottom: 1px solid #EAEBEF;
  padding: 50px 0 41px;
  margin: 0 0 50px; }
  .footer-services .heading {
    margin-bottom: 20px; }
  .footer-services .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer-services .columns ul {
      width: 25%;
      padding: 0;
      margin: 0;
      list-style: none; }
    .footer-services .columns li {
      margin-bottom: 10px; }

.list-info ul {
  padding: 0;
  margin: 0;
  list-style: none; }
.list-info li {
  margin-bottom: 10px; }
#footer a{
  color: #6C6C6C; }
.footer-services .columns li a{
  color: #6C6C6C;
}
.footer-frame {
  text-align: center;
}
.aligncenter {
  text-align: center; }

.alignright {
  text-align: right; }
  .alignright .button {
    margin-left: auto;
    display: block;
    text-align: center; }

.custom_paging {
  text-align: right;
  padding: 50px 12px 0 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px; }
  .custom_paging li {
    text-indent: -9999px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    position: relative;
    padding-bottom: 20px; }
    .custom_paging li:after {
      text-indent: 0;
      content: '';
      position: absolute;
      height: 2px;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff; }
    .custom_paging li.slick-active:after {
      background: #17181E; }
    .custom_paging li:last-child, .custom_paging li:first-child {
      text-indent: 0; }
    .custom_paging li:first-child .total {
      display: none; }
    .custom_paging li:last-child {
      text-align: right; }
      .custom_paging li:last-child .curent {
        display: none; }

.copy {
  color: #B9B9BB; }

.custom-select {
  position: relative;
  font-size: 14px; }
.calc-block input {
  height: 50px;
  padding-bottom: 0!important;
  border: 1px solid  #E6E6ED!important;
  padding-left: 10px!important;
}
.custom-select select {
  width: 100%;
  height: 50px;
  border: 1px solid  #E6E6ED;
  padding-left: 10px;
  background: url("../images/arrow_d.svg") 95% center no-repeat;
}
.sel-holder {
  margin-bottom: 10px;
}
.select-selected {
  padding: 0 36px 12px 0;
  margin: 0 0 23px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid  #E6E6ED;
  color: #45464B;
  font-size: 16px;
  line-height: 24px; }

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 7px;
  right: 0;
  content: '';
  right: 0px;
  top: 5px;
  background: url(../images/arrow_d.svg) no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px; }

/*point the arrow upwards when the select box is open (active):*/
/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #45464B;
  padding: 0 36px 12px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.select-items div {
  padding: 5px 5px 5px 0; }

/*style items (options):*/
.select-items {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  background: #fff;
  border: 1px solid #A6BDD8; }

/*hide the items when the select box is closed:*/
.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: #A6BDD8;
  color: #fff !important; }

.slick-dots {
  padding: 33px 0 0;
  margin: 0;
  list-style: none;
  text-align: center;
  height: 8px; }
  .slick-dots li {
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    background: #929292;
    border-radius: 2px;
    text-indent: -9999px;
    margin: 0 6px;
    padding: 0;
    position: relative;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .slick-dots li:hover, .slick-dots li.slick-active {
      background: #171717; }

textarea {
  height: 258px; }

textarea,
input[type=password],
input[type=text],
input[type=tel],
input[type=email] {
  display: block;
  border: none;
  background: none;
  padding: 0 5px 12px 0;
  width: 100%;
  border: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  color: #45464B;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  border: none;
  background: #FFFFFF;
  border-bottom: 1px solid #E6E6ED;
  box-sizing: border-box;
  border-radius: 0; }
  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; }

textarea {
  resize: none;
  overflow: auto; }

@media only screen and (max-width: 1300px) {
  .wrapper-frame {
    padding-left: 15px;
    padding-right: 15px; }

  .specialists {
    margin-left: -20px;
    margin-right: -20px; } }
@media only screen and (max-width: 1200px) {
  .main-img {
    max-width: 400px;
  }
}
@media only screen and (max-width: 1180px) {
  .main-container.f-page .container-holder{
    flex-direction: column;
  }
  .main-container.f-page .wrapper-frame:after{
    right: 120px;
    top: 460px;
  }
  .main-container.f-page{
    padding-bottom: 0;
  }
  .inform-section.f-page{
    padding-top: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  #nav {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

  .writers_blocks .block {
    width: 30.5%; }
.hiw-block {
  display: block;
}
.img-holder {
  text-align: center;
}
  .img-holder img{
    max-height: 500px;
  }
}
@media only screen and (max-width: 1023px) {
  .btn-menu {
    display: block; }
  #nav ul .sub-menu {
    columns: 1;
    left: 0;
  }
  #header {
    padding-right: 83px;
    position: relative; }

  #header.sticky-header .btn-holder{
    padding-right: 83px;
  }

  #header.sticky-header .btn-menu{
    right: 113px;
  }

  #nav {
    position: fixed;
    top: 80px;
    bottom: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    padding: 50px 20px;
    z-index: 1000;
    max-width: 430px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    #nav:after {
      position: absolute;
      content: "";
      width: 9999px;
      background: rgba(0, 0, 0, 0.25);
      top: 0;
      bottom: 0;
      right: 100%; }

  .menu-open {
    height: 100%;
    overflow: hidden; }
    .menu-open #header {
      position: fixed;
      top: 30px;
      left: 0;
      right: 0;
      z-index: 1000; }
  .page-template-proxy-template.menu-open #header{
    background: #fff;
  }
  .menu-open.discount-close #header, .menu-open.discount-hide #header{
    top: 0;
  }
    .menu-open .nav-holder {
      overflow-y: auto;
      height: 100%; }
    .menu-open #nav {
      visibility: visible;
      opacity: 1;
      font-size: 20px;
      line-height: 30px;
      font-weight: 600;
      top: 110px;
    }
  .menu-open.discount-close #nav, .menu-open.discount-hide #nav{
    top: 80px;
  }
      .menu-open #nav ul {
        /*max-width: 150px;*/
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        white-space: normal; }
        .menu-open #nav ul li {
          width: 90%;
          display: block;
          margin: 0;
          padding: 10px;
          border-bottom: 1px solid #ccc;
        }
  #nav ul li.hover .sub-menu{
    width: 100%;
    box-shadow: none;
  }


  .cta-section .description {
    padding-top: 0;
    max-width: 319px;
    margin-top: -14px; }
  .cta-section .img-holder {
    margin: -117px -210px 0 -103px; }

  #footer {
    padding-top: 117px; }

  .footer-services .columns ul {
    width: 50%; }

  .contacts-holder .img-holder {
    width: 350px;
    margin-top: 51px;
    margin-left: 5px; }
    .contacts-holder .img-holder img {
      display: block;
      width: 100%; }

  .contact-info {
    padding-top: 15px; }

  .main-container .calc-block {
    margin: 0 30px 0 0;
    /*width: 290px;*/
  }

  .calc-block .title {
    font-size: 20px;
    line-height: 30px; }

  h1 {
    font-size: 50px;
    line-height: 70px; }

  .main-container {
    padding-bottom: 130px; }
    .main-container .container-holder {
      padding: 0 0 10px; }
    .main-container .wrapper-frame:after {
      width: 416px;
      height: 326px;
      background-size: 100% 100%;
      right: 18px;
      top: 406px; }
      .main-container.f-page .wrapper-frame:after {
        right: 90px;
        top: 510px;
      }


    .rating-blocks .block {
      margin-bottom: 21px; }

  .inform-section .inform li {
    width: auto;
    padding-left: 3%;
    padding-right: 2%; }
  .inform-section .inform .number {
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 13px; }

  .services {
    padding: 0; }
    .services .block {
      padding: 31px 29px 13px;
      min-height: 112px; }
    .services .title {
      font-size: 20px;
      line-height: 30px; }

  .section {
    padding-bottom: 65px; }

  .testimonials-section .rating-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 31px; }

  .advantages-section .wrapper-frame .decor {
    display: none; }

  .writers_blocks .block {
    width: 46%; }
    .writers_blocks .block:nth-child(5), .writers_blocks .block:nth-child(6) {
      display: none; }

  .hiw-content {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .hiw-content .img-holder {
      width: 49%;
      background: #E6E6ED; }
    .hiw-content .title {
      font-size: 20px;
      line-height: 30px; }

  .prices-section {
    padding-top: 55px; }
    .prices-section .wrapper-frame:after {
      display: none; }

  .prices .heading {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-section {
    padding-top: 35px; }

  .faq-area {
    padding: 44px 0 47px; }

  #footer .logo {
    margin-top: 5px; }

  .footer-services {
    font-size: 14px; } }
@media(max-width: 920px){
  .main-container.f-page .container-holder {
    align-items: center;
  }
  .main-container .calc-block{
    margin: 0;
  }
  .main-container.f-page .wrapper-frame:after{
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  h1, .title-main{
    font-size: 36px;
    line-height: 50px;
  }
  .rating-blocks {

    display: block; }
  .a-bnr__wrapper {
    flex-direction: column;
  }
  .a-bnr__wrapper {
    padding: 20px!important;
  }
  .serv-template .btn-holder {
    text-align: center;
  }
  .serv-template .main-container {
    padding-bottom: 0!important;
  }
  #header {
    padding-right: 38px; }
    #header .btn-holder {
      padding-right: 60px;
    }
  #header.sticky-header .btn-holder {
    padding-right: 98px;
  }
    .wrapper-frame {
      position: relative;
    }

  .wrapper-holder {
    display: block;
    /*overflow: hidden;*/
    height: auto; }

  #nav {
    top: 68px; }

  .top-panel span span {
    display: none; }


  .logo {
    width: 36px;
    overflow: hidden; }
    .logo img {
      height: 32px;
      width: auto; }

  .btn-menu {
    width: 32px;
    top: 9px;
    right: 0; }
  #header.sticky-header .btn-menu{
    right: 38px;
  }
    .btn-menu span {
      width: 32px;
      height: 3px; }
      .btn-menu span:after, .btn-menu span:before {
        width: 32px;
        height: 3px;
        top: 9px; }
      .btn-menu span:after {
        top: -9px; }

  .menu-open .btn-menu span:after, .menu-open .btn-menu span:before {
    left: 0; }
  .menu-open #nav{
    top: 82px;
  }
  .menu-open.discount-close #nav, .menu-open.discount-hide #nav{
    top: 50px;
  }

  #header .button {
    width: 100px;
    min-width: 100px;
    padding: 3px;
    height: auto; }

  .main-container {
    padding-top: 54px;
    padding-bottom: 240px;
  }
    .main-container .container-holder {
      display: block; }
      .main-container .container-holder .description {
        padding-bottom: 46px; }
    .main-container .wrapper-frame {
      padding-bottom: 0; }
      .main-container .wrapper-frame:after {
        top: auto;
        bottom: -300px;
        left: 50%;
        width: 300px;
        height: 284px;
        margin-left: -160px; }
    .main-container .rating-blocks,
    .main-container .calc-block {
      width: 100%;
      max-width: 320px;
      margin-left: auto;
      margin-right: auto; }

  .rating-blocks .block {
    width: 100%; }

  h1 {
    font-size: 30px;
    line-height: 42px; }

  .inform-section {
    padding-top: 59px; }

  .inform-section .inform ul {
    display: block;
    padding-left: 73px; }
    .inform-section .inform ul li {
      padding: 0 0 30px; }
      .inform-section .inform ul li:last-child {
        padding: 0; }

  .inform-section .inform .number {
    margin-bottom: 10px; }

  .section {
    padding: 59px 0; }

  h2 {
    font-size: 30px;
    line-height: 42px; }

  .services .block {
    width: 50%;
    padding: 13px 29px 13px;
    min-height: 87px; }
  .services .title {
    font-size: 16px;
    line-height: 24px; }

  .testimonials-section .rating-blocks {
    padding: 0;
    display: block; }
    .testimonials-section .rating-blocks .block {
      width: 100%;
      max-width: 340px; }

  .testimonials {
    padding-top: 0; }

  .advantages {
    padding-top: 0;
    padding-bottom: 45px; }
    .advantages .block {
      margin-bottom: 8px;
}
      .advantages .block .heading {
        font-size: 16px;
        line-height: 24px; }
      .advantages .block .img {
        width: 60px; }
        .advantages .block .img img {
          display: block;
          width: 100%; }

  .writers_blocks {
    margin: 0; }
    .writers_blocks .block {
      width: 100%;
      margin: 0 0 20px; }

  .tab-list {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px; }
    .tab-list li {
      padding: 6px; }

  .hiw-content {
    display: block; }
    .hiw-content .description {
      margin-bottom: 10px; }
    .hiw-content .img-holder {
      width: 100%; }

  .how-it-works {
    padding-bottom: 0; }

  .prices {
    padding-top: 0; }
    .prices ul {
      display: block; }
      .prices ul li {
        width: 100%; }
    .prices .free {
      font-size: 20px;
      line-height: 30px; }
    .prices .heading {
      width: 46%; }

  .prices-section {
    padding-bottom: 30px; }

  .faq-section {
    padding-top: 0;
    padding-bottom: 20px; }

  .faq-area {
    padding: 8px 0 47px; }
    .faq-area dt {
      font-size: 16px;
      line-height: 24px;
      padding-top: 20px;
      padding-bottom: 20px; }
  .faq-area h3{
    padding-right: 48px;
  }

  .cta-section {
    text-align: center;
    height: 225px; }
    .cta-section .title {
      font-size: 30px;
      line-height: 42px;
      text-align: center; }
    .cta-section .img-holder {
      display: none; }
    .cta-section .description {
      max-width: 100%;
      width: 100%; }

  #footer .wrapper-frame {
    position: relative; }
  #footer .payments {
    padding-top: 11px; }
  #footer .logo {
    width: 172px;
    margin-left: -86px;
    position: absolute;
    top: -73px;
    left: 50%; }
    #footer .logo img {
      height: auto; }
  #footer .columns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #footer .columns .column {
      width: 50%; }
      #footer .columns .column:first-child {
        width: 0; }

  .footer-holder {
    padding-bottom: 6px; }

  .footer-services {
    padding-top: 26px;
    margin-bottom: 22px; }
  .footer-services .heading{
    padding-left: 39px
  }

  .main-holder {
    padding: 60px 0; }
    .main-holder .main-holder {
      padding: 57px 0; }
    .main-holder h1 {
      font-size: 30px;
      line-height: 42px; }
    .main-holder h2 {
      font-size: 20px;
      line-height: 30px; }

  .contacts-holder {
    display: block; }

  .contact-info {
    font-size: 16px;
    line-height: 24px; }

  .block-error .img-holder {
    max-width: 265px;
    margin-left: auto;
    margin-right: auto; }
    .block-error .img-holder img {
      display: block;
      width: 100%; }
  .block-error .button {
    display: block;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto; }

  .copy {
    display: block;
    text-align: center; }

  .contacts-holder .img-holder {
    margin-left: auto;
    margin-right: auto; }
  .cta-section .wrapper-frame {
    height: 100%;
  }
  .cta-section .wrapper-frame .description {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 512px) {
  #menu-footer {
    column-count: 1!important;
  }
  .hiw-block .img-holder {
    display: none;
  }

  .advantages .block {
    margin-bottom: 8px;
    flex: auto;
  }
.a-bnr__footer {
  flex-direction: column;
}
.a-bnr__footer .bttn {
  margin-top: 20px;
}
}
@media only screen and (max-width: 382px) {
  .footer-services .columns ul{
    width: 100%;
  }
}
.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: #45464B; }

:-moz-placeholder {
  color: #45464B; }

::-moz-placeholder {
  color: #45464B;
  opacity: 1; }

:-ms-input-placeholder {
  color: #45464B; }

: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 */

span.css-info::after {
  content: attr(data-info);
}
.policy-template a {
  color: #2d459c;
}
.contacts-template .main-holder {
  padding-bottom: 30px;
}
#menu-footer {
  column-count: 3;
  list-style: none;
}
#breadcrumbs a {
  color: #2d459c;
}
#wpcf7-f323-o1{
  margin-top: 40px;
}
.tg-form-block{
  background: #fff;
  box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
  padding: 30px;
  margin-bottom: 30px!important;
}
.tg-form-block-title{
  font-size: 22px;
  font-weight: 600;
}
.tg-form-block div{
  line-height: 1;
  margin-bottom: 20px;
}
.tg-form-block div:last-child{
  margin-bottom: 0;
}
.tg-form-block div label{
  line-height: 1;
}
.tg-form-block div input, .tg-form-block div textarea{
  border: 1px solid #E6E6ED;
}
.tg-form-block div textarea{
  height: 150px;
  resize: vertical;
}
.wpcf7 .wpcf7-form-control-wrap{
  margin-top: 10px;
}
.tg-form-block div.dflex{
  display: flex;
  justify-content: space-between;
}
.tg-form-block div.dflex label, .tg-form-block div.dflex .tg-form-block-subtext{
  width: 49%;
}
.tg-form-block div.dflex .tg-form-block-subtext{
  padding-top: 26px;
}
.tg-form-block input[type="radio"]:checked {
  background: #e9eef2 url("/wp-content/themes/astra/assets/images/check-mark.svg") center center/75% no-repeat;
}
.tg-form-confirm{
  display: flex;
}
.tg-form-confirm .wpcf7-form-control-wrap.confirm-terms{
  width: initial;
  margin: 0;
  margin-right: 10px;
}
.tg-form-confirm .wpcf7-form-control-wrap.confirm-terms .wpcf7-checkbox .wpcf7-list-item-label{
  display: none;
}
.tg-form-confirm input[type="checkbox"]:focus{
  background: #e9eef2;
}
.tg-form-confirm input[type="checkbox"]:checked {
  background: #e9eef2 url("/wp-content/themes/astra/assets/images/check-mark.svg") center center/75% no-repeat;
}
.tg-form-confirm a{
  color: #002FA3;
}
.tg-form-submit input[type=submit]{
  background: #2d459c;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  padding: 12px;
  min-width: 140px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  box-sizing: border-box;
  height: 50px;
}
.tg-form-submit input[type=submit]:hover{
  background: #5D96EB;
  color: #fff;
  text-decoration: none;
}
.wpcf7-not-valid-tip{
  margin-top: 5px;
}
.wpcf7-form-control.wpcf7-not-valid{
  border-color: red!important;
}
@media(max-width: 500px){
  .tg-form-block div.dflex{
    flex-direction: column;
  }
  .tg-form-block div.dflex label, .tg-form-block div.dflex .tg-form-block-subtext{
    width: 100%;
  }
  .tg-form-block div .wpcf7-list-item.first{
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .tg-form-block div .wpcf7-list-item.last{
    margin-top: 10px;
  }
}

.serv-template .main-container .wrapper-frame:after {
  content: none;
}

.block-sidebar {
  display: flex;
  justify-content: space-between;
}
.block-sidebar .content{
  flex: 0 0 65%;

}
.btn-serv {
  text-transform: capitalize;
}
.a-bnr__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 700px;
  padding: 5px;
  background: #2d459c;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(45, 69, 156, 65%);
  -moz-box-shadow: 0px 0px 8px 0px rgba(45, 69, 156, 65%);
  box-shadow: 0px 0px 8px 0px rgba(45, 69, 156, 65%);
  margin-bottom: 40px;
}
.a-bnr__text {
  margin-right: 15px;
  flex: 0 0 55%;
}
.a-bnr__header, .a-bnr__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.a-bnr__image-caption {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.a-bnr__header {
  flex: 0 0 27%;

}
.a-bnr__footer {
  background: #fff;
}
.a-bnr__image {
  display: flex;
  align-items: center;
}
.a-bnr__text-item {
  text-align: center;
  color: #45464B;
  font: 16px/24px "Circular Std", Arial, Helvetica, sans-serif;
}
.open {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* POP-UP */
.offer-pop-up {
  width: 570px;
  height: 386px;
  background-color: #13AA5F;
  padding: 30px;
  box-sizing: border-box;

  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  display: none;
}
.offer-pop-up__overlay {
  position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    display: none;

}
.show-pop-up {
  display: block;
}
.offer-pop-up__bg-img {
  content: url("/wp-content/themes/astra/assets/images/pop-up-bg.png");
  margin-left: -30px;
}
.offer-pop-up__close {
  content: url("/wp-content/themes/astra/assets/images/pop-up-close.svg");
  margin-right: -15px;
  margin-top: -15px;
  margin-left: auto;
  cursor: pointer;
}
.offer-pop-up__title {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 16px;
  position: relative;
}
.offer-pop-up__title:before {
  content: url("/wp-content/themes/astra/assets/images/pop-up-fire-ico.svg");
  position: absolute;
  left: 17px;
  top: 7px;
}
.offer-pop-up__content-wrapper {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
}
.offer-pop-up__text {
  margin-bottom: 8px;
  max-width: 270px;
}
.offer-pop-up__code {
  color: #F9C961;
}
.offer-pop-up__clock {
  margin-top: 10px;
  margin-bottom: 12px;
  min-height: 74px;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
}
.countdown-number {
  display: inline-block;
}
.offer-pop-up__clock .countdown-time {
  background-image: url("/wp-content/themes/astra/assets/images/clock-digit-bg.svg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: contain;
  display: inline-block;
  width: 70px;
  height: 50px;
  letter-spacing: 15px;
  text-indent: 10%;
  padding-top: 3px;
}
.countdown-text {
  font-style: normal;
  font-weight: 450;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #89D4AF;
  letter-spacing: 0;
  display: block;
  padding-top: 5px;
}
.offer-pop-up__btn {
  width: 192px;
  height: 48px;
  padding: 11px 47px;
  background: #2D459C;
  border-radius: 3px;
  text-align: center;
  box-sizing: border-box;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-sizing: border-box;
}
.offer-pop-up__btn:hover {
  text-decoration: none;
  background: #5D96EB;
}
.offer-pop-up__text-content {
  padding-left: 30px;
}

@media (max-width: 767px) {
  .offer-pop-up {
    max-width: 355px;
    width: 96%;
    width: 100%;
    height: auto;
    padding: 10px 10px 25px 10px;
    margin: auto;
    top: 54%;
  }

  .offer-pop-up__title {
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 16px;
    max-width: 83%;
    margin-left: auto;
    margin-right: auto;
}
.offer-pop-up__content-wrapper {
  flex-wrap: wrap;
  justify-content: center;
}
.offer-pop-up__bg-img {
  margin-left: 0;
  width: 43%;
  margin-bottom: 15px;
}
.offer-pop-up__title:before {
  left: -8px;
  top: 0;
}
.offer-pop-up__close {
  margin-right: 0;
  margin-top: 0;
  margin-left: auto;
}
.offer-pop-up__text-content {
  padding-left: 0;
}
}
@media (max-width: 374px) {
  .offer-pop-up {
    z-index: 1000001;
    top: 50%;
  }
  .offer-pop-up__bg-img {
    width: 40%;
}
.offer-pop-up__title {
  max-width: 65%;
  font-size: 20px;
  margin-top: -22px;
}
.offer-pop-up__title:before {
  left: -32px;
  top: 0;
}
.offer-pop-up__clock .countdown-time {
  height: 40px;
  text-indent: 13%;
}
.offer-pop-up__clock {
  margin-top: 0;
  margin-bottom: 6px;
  line-height: 36px;
  font-size: 26px;
}
.offer-pop-up__content-wrapper {
    font-size: 14px;
    line-height: 20px;
}
}