/*
Theme Name: hrexpert
Theme URI: http://underscores.me/
Author: Softgrad
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hrexpert
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hrexpert is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/


.memb-price.discount #total_price{
  text-decoration: line-through;
}
#discount_price{
  display: none;
  color: #dc7128;
}
.memb-price.discount #discount_price{
  display: inline-block;
}

.pad-top0{
  padding-top: 0!important;
}
.pad-bot0{
  padding-bottom: 0!important;
}

.page-template-template-doc-page .section--inner, 
.page-template-template-about .section--inner, 
.page-template:not(.page-template-template-testimonals):not(.page-template-template-resources) .section--inner:not(:last-child){
  padding-bottom: 0;
}

.section--inner h3{
  text-align: left;
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 25px;
  font-family: 'AvenirNext-DemiBold';
  padding-top: 15px;
}

.wpcf7-not-valid-tip{
  display: none!important;
}

.wpcf7-not-valid{
  color: #dc7128;
  border-color: #dc7128;
}
div.wpcf7-validation-errors,div.wpcf7-mail-sent-ng,div.wpcf7-mail-sent-ok{
  border: 0!important;
  padding: 0;
  text-align: center;
}

.resources__item {
  width: calc((100% / 2) - 6px);
  margin-bottom: 12px;
}
.resources__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
.top_screen h1, .top_screen h3, .top_screen h2 {
    color: #fff;
    text-align: left;
}
.panel li:before {
    content: "\f111";
    color: #27aae2;
    font: normal normal normal 8px/7px FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    vertical-align: middle;
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.panel ul{
    padding-left: 0;
}
.panel li{
    list-style: none;
    padding-left: 20px;
    margin-bottom: 10px;
    position: relative;
}

body.logged-in .notreg{
  display: none!important;
}

.mt-5{
  margin-top: 5px;
}

.mt-10{
  margin-top: 10px;
}

.mt-20{
  margin-top: 20px;
}

.mt-30{
  margin-top: 30px;
}

.mt-40{
  margin-top: 40px;
}

.mb-10{
  margin-bottom: 10px;
}

.mb-20{
  margin-bottom: 20px;
}

.mb-30{
  margin-bottom: 30px;
}

.mr-10{
  margin-right: 10px;
}

.section--404{
  padding: 160px 0 120px;
  background: url("assets/images/bg--404.jpg") center bottom;
}

.section--404 h1{
  font-size: 195px;
  line-height: 145px;
  font-family: 'AvenirNext-Regular';
  margin-bottom: 35px;
}
.section--404 h2{
  color:#173156;
  position:relative;
  font-size: 33px;
  line-height: 40px;
  padding-top: 36px;
  margin-bottom: 53px;
}
.section--404 h2:before{
  position:absolute;
  height: 4px;
  background:#173156;
  width: 75%;
  content:"";
  top:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.section--404 .h3{
  margin-bottom: 40px;
  font-size: 34px;
  margin-top: 50px;
}

.error-message{
  text-align:center;
  padding:30px 0 0;
  color: #dc7128;
}

.block-posts-loader,
#blockSingleDocsLoader,
#blockDocsLoader{
  margin-top: 50px;
}
.block-posts-loader img,
#blockSingleDocsLoader img,
#blockDocsLoader img{
  width: 40px;
  display:block;
  margin:auto;
  -webkit-animation: rotateAnim 2s linear infinite;
  animation: rotateAnim 2s linear infinite;
}

@-webkit-keyframes rotateAnim {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotateAnim {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotateAnim {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateAnim {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.form__block .btn+.btn{
  margin-left: 30px;
}
.newsletter form .input-wrap {
  position: relative;
}
.input-wrap .error {
    border-color: #dc7128;
}
.newsletter form input.error {
    border-color: #982000;
}
.newsletter form label.error{
  font-size: 13px;
  position: absolute;
  color: #fff;
  font-family: 'AvenirNext-Light', sans-serif;
  display: block !important;
  text-align: center;
  width: 100%;
} 
.price--radio{
  width: 100%;
}
.price__stars-img{
  max-width: 120px;
  max-height: 54px;
}
.price__stars-img path{
  fill: rgba(40, 170, 227, 0.2);
}
.price__item--starter .price__stars-img path.star-1,
.price__item--standard .price__stars-img path.star-1,
.price__item--standard .price__stars-img path.star-3,
.price__item--premium .price__stars-img path
{
  fill: #28aae3;
}

.price--radio price__item{
  cursor: pointer;
}

.price--radio .price__ttl {
  font-size: 32px;
  line-height: 35px;
}
.price--radio .price__price {
  font-size: 19px;
}
.price--radio .price__price .num {
  font-size: 47px;
  line-height: 42px;
}
.price--radio .price__header{
  background: transparent;
  color:#27aae1;
  transition: all 0.3s;
}
.price--radio input.price__item-toggle:checked + .price__header{
  background: #27aae1;
  color:#fff;
}
.price--radio input.price__item-toggle:checked + .price__header path{
  fill: rgba(255, 255, 255, 0.3);
}
.price--radio .price__item--starter input.price__item-toggle:checked + .price__header path.star-1,
.price--radio .price__item--standard input.price__item-toggle:checked + .price__header path.star-1,
.price--radio .price__item--standard input.price__item-toggle:checked + .price__header path.star-3,
.price--radio .price__item--premium input.price__item-toggle:checked + .price__header path
{
  fill: #ffffff;
}

input.price__item-toggle{
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.error {
  border-color: #dc7128;
}
.checkbox label {
    font-family: 'AvenirNext-Regular';
    margin-bottom: 0;
}

.checkbox label.error {
    display: block;
    position: absolute;
    font-size: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #dc7128;
    z-index: 2;
}
header .menu__list > li > a{
  padding-bottom:3px;
  padding: 26px 0 26px;
  position:relative;
}
header .menu__list > li > a:after{
  border-bottom:2px solid transparent;
  position:absolute;
  content:"";
  width: 100%;
  bottom:18px;
  left: 0;
  transition: all 0.3s;
  height:1px;
}
header .menu__list > li.current-menu-item > a:after{
  border-color:#fff;
}
header .menu__list > li.current-menu-item:hover > a:after{
  border-color:#27aae1;
}
.flex1{
  flex: 1;
}
.menu-logged{
  justify-content: center;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.advantages__item a{
  position: absolute;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  z-index: 2;
}

.services__link .ttl{
  transition: all 0.3s;
  margin-left:auto;
  margin-right: auto;
}
.services__link .services__icon {
  transition: all 0.5s;
  display: block;
}
.services__link:hover .ttl {
  color: #1f355e;
}
.services__link:hover .services__icon {
  transform: translateY(-8px);
}


.menu__list .mobile-links{
  display: none;
}


.btn--sm{
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s;
  padding: 6px 10px 5px;
  min-width: 0;
}

.posts__item .btn,
.docs__item .btn{
  margin-top: 5px;
  display: block;
}
.posts__item .btn,
.docs__item .btn--blue{
  color: #fff
}
.posts__item .btn--blue:hover,
.docs__item .btn--blue:hover{
  color: #27aae2;
}
.posts__item .btn--red:hover{
  color: #e22727;
}
.docs__item .docs__download a.disabled {
    color: #9e9e9e;
    cursor:  pointer;
}
.doc_content .docs__download{
  margin-top: 30px;
  text-align:  center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
}

.doc_content .docs__download a {
    width: auto;
    height: 48px;
}
.doc_content .docs__download > * + *{
  margin-left: 15px;
}
.doc_content .docs__download a:first-child{
  margin-left: 0;
}
.btn--icon{
  width:auto;
  padding: 5px 10px 2px;
}
.btn--darkblue,.docs__download a.btn--darkblue:not(.btn--bordered){
  background: #173156;
  color: #fff;
  border-color: #173156;
}
.btn--darkblue:hover{
  color: #173156;
}
.btn--bordered.btn--darkblue {
    background: transparent;
    color: #173156;
}
.docs__download a.btn--darkblue:not(.btn--bordered):hover,btn.disabled:hover{
  opacity: 0.6;
}
.btn.disabled{
  border-color: #c3c3c3;
  background: #c3c3c3;
  color: #fff;
}
.doc_content .docs__download .btn:hover{
  /* border-color: #173156; */
  /* color: #173156; */
  /* background:transparent; */
}
.docs__download img{
  right: -8px;
  margin-left: 0;
  position:  relative;
}
.post__thumb a,.post__thumb img{
  position: relative;
  display: block;
}
.blog--feed .post--item+.post--item{
  margin-top: 0;
}

.blog--feed .post{
  width: 250px;
}
.blog--feed .post__thumb{
  margin-bottom: 20px;
}
.blog--feed {
  flex-grow: 1;
  font-size: 16px;
  line-height: 25px;
  margin-right: 30px
}
.blog--feed + .feed{
    width: 350px;
}

.feed__item{
  text-align: center;
}

.blog--feed .post__title{
  font-size: 21px;
  line-height: 28px;
  font-family: 'AvenirNext-DemiBold';
}
.feed-wrap{
  margin-top: 50px;
}

.feed__item:first-child {
    padding-top: 0px;
}
.feed__item:last-child {
    padding-bottom: 0px;
}

.feed__caption img{
  display: block;
}
.feed__caption a{
    display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: center; 
  -webkit-box-pack:center;
    -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantages__item a{
  position: absolute;
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  z-index: 2;
}

.memb-price{
  margin: 30px 0 0;
  text-align:  center;
  width: 100%;
  color: #173155;
  font-family: AvenirNext-DemiBold;
  font-size: 20px;
}
.top_screen .h3 .btn-wrap{
    font-size: 18px;
    line-height: 24px;
}

.box-modal .btn-wrap .btn+.btn{
  margin-left: 20px;
}

.main-panel {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
header .menu__list > li:hover > .sub-menu{
  display:block;
}
header .menu__list > li:hover > a {
    color: #27aae2;
}
.menu--main .sub-menu{
    position: absolute;
    z-index: 10;
    background: #27aae1;
    padding: 15px 20px;
    margin: 0;
    left: 50%;
    top: 100%;
    width: 170px;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    display:none;
}
.menu--main .resources .sub-menu{
    width:270px;
}
.menu--main .sub-menu:after {
    content: ''; 
    position: absolute;
    left: 50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #27aae1;
   }

.menu__list li{
  position:relative;
}

.menu__list .sub-menu li{
  display: block;
  margin:0;
  position:relative;
  line-height:normal;
}

.menu__list .sub-menu li a{
  text-transform:initial;
  line-height:22px;
}

.menu__list .sub-menu li a:hover{
  color:#173156;
}
.menu__list .sub-menu li{
   margin-left: 0;
   margin-bottom:7px;
}
.menu__list .sub-menu li:last-child{
   margin-bottom:0px;
}

.menu li.loggedin{
  display: none;
}
body.logged-in .menu li.notloggedin{
  display: none;
}
body.logged-in .menu li.loggedin{
  display: block;
}

.header {
    padding: 30px 0 0px;
}
.header .btn{
  line-height: 20px;
}
.flex--end{
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

#error-access{
  max-width: 500px;
}
.jq-selectbox__dropdown {
    top: 100%!important;
}
.jq-selectbox__dropdown ul {
    max-height:350px;
}
.section--inner .jq-selectbox li {
  padding: 6px 20px 6px;
  margin-bottom: 0px;
}
.section--inner .jq-selectbox li:before {
  display: none;
}
#tabs .search-results__body {
  padding: 0;
}
#blog .search-results__body .posts__item,
#tabs .search-results__body .docs__item{
  padding: 15px 20px;
  border-top: 1px solid #d5d9e0;
}
#tabs .search-results__header{
  border:0;
}
ol{
  padding-left:0;
  list-style:none;
  counter-reset: item;
}
.section--inner ol > li > b{
  display:inline-block;
  margin-bottom:20px;
}

.section--inner ol > li+li{
  margin-top:30px;
}

.section--inner ol > li:before{
  content: counter(item) ". "; 
  counter-increment: item;
  display:inline;
  font-family: 'AvenirNext-Bold';
}
.section--inner ol > li > b+ul{
  margin-top:0px;
}

.arcticmodal-overlay{
  background:rgba(0,0,0,0.6)!important;
  opacity: 1!important;
}
.top-panel .socials li a i.fa-google-plus{
    line-height: 23px;
    font-size: 13px;
}

.feed__links .feed__caption{
  display: -webkit-box;
  display: -ms-flexbox;
  display:flex;
  justify-content:center;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
  width:100%;
  align-items: baseline;
  -webkit-box-align: baseline;
    -ms-flex-align: baseline;
}
.feed__links .feed__link.linked__link img,
.feed__links .feed__link.google__link img{
  height: 51px;
  margin-bottom: 11px;
}

.top-panel{
  display: flex; 
  display: -webkit-box;
  display: -ms-flexbox;
  justify-content: flex-end; 
  -webkit-box-pack: end;
    -ms-flex-pack: end;
  align-items: baseline;
  -webkit-box-align: baseline;
    -ms-flex-align: baseline;
}
.top-panel__phone{
  margin-right: 20px;
  font-size: 16px;
  line-height: 20px;
}
.top-panel__phone a{
  color: rgb(39, 170, 226); 
  text-transform: lowercase; 
}
.container.container--withsidebar{
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: flex-start;
  -webkit-box-align: start;
    -ms-flex-align: start;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.blog.blog--withsidebar{flex: 1;width: calc(100% - 340px);}
.sidebar{
  /* flex:1; */
  width: 300px;
  margin-left: 40px;
}

.post__thumb img{
  height: auto;
  width: 100%;
}
.post--item .flex{
  justify-content:space-between;
  align-items:flex-start;
  -webkit-box-align: start;
    -ms-flex-align: start;
}
.post--item .flex .post__thumb{
  /* flex:1; */
  width:250px;
  position:relative;
  overflow:hidden;
  margin-right:30px;
}
.post--single .flex .post__content{
  flex:1;
  width: calc(100% - 97px);
}
.post--single .post__top{
  margin-bottom: 30px;
}
.post--single .post__meta{
  margin: 15px 0 20px;
}
.post--single .post__thumb{
  margin-bottom:15px;
}
.post--item .flex .post__thumb a{
  display:block;
}
.post--item .flex .post__thumb img{
  -webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    transition: all 1.5s ease;
  display: block;
}
.flex .post__date{
  margin-right:30px;
}

.post--item .flex .post__content{
  flex:1;
}

.entry-image-overlay { 
  position: absolute; 
  left: 0; 
  top: 0; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(28, 173, 233, 0.5); 
  opacity: 0; 
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.entry-image-overlay:hover { opacity: 0.3; }

.post--item .flex .post__thumb:hover img {
    -webkit-transform: scale(1.2) rotate(4deg);
    -moz-transform: scale(1.2) rotate(4deg);
    -ms-transform: scale(1.2) rotate(4deg);
    transform: scale(1.2) rotate(4deg);
}
.post__content ul,.post__content ol{
  margin: 20px 0;
}
.post__title{
  text-transform:uppercase;
  text-align:left;
}
.post__title{
  font-family: 'AvenirNext-Regular';
}
.post__meta,.post__title{
  margin-bottom:10px;
}

.post__meta a,.post__meta span {
    display: inline-block;
    vertical-align:middle;
}
.post__meta a,.post__meta,.post__meta span {
    color: #9d9d9d;
    font-size: 16px;
    line-height: 20px;
}
.post__meta div + div{
  margin-top:7px;
}
.post__meta a:hover,
.widget.widget_categories ul li a:hover{
  color: #4b4b4b;
}
.post__meta i {
    display: inline-block;
    color: #1cade9;
    font-size: 16px;
    width:18px;
}
.post__meta span + i{
  margin-left:5px;
}
.post__cat i{
  vertical-align: middle;
}
.post__cat a:not(:first-child){
  margin-left: 5px;
}
.post--item+.post--item{
  margin-top:70px;
}

.btn--blue.btn--bordered {
    color: #27aae2;
    border-color: #27aae2;
}
.btn--blue.btn--bordered:hover {
    background: #27aae2;
    color: #fff;
}

.post .post__date {
  display: block;
  width: 67px;
  height: 67px;
  padding: 8px 0 0;
  text-align: center;
  color: #fff;
  line-height: 1;
  position: relative;
  background:#1cade9;
}
.post .post__date span
{ 
  display: inline-block; 
  width: 100%; 
  color: #fff; 
}
.post .post__date .day {
  padding-right: 0;
  font-size: 34px;
  font-family: 'AvenirNext-DemiBold';
  margin-bottom: -1px;
}
.post .post__date .month {
  padding-right: 0;
  font-size: 16px;
  font-family: 'AvenirNext-DemiBold';
  text-transform: uppercase;
  margin-top: 2px;
}
.post .post__date .year { 
  padding-right: 0;
  position: absolute; 
  top: 110%; 
  left: 0; 
  font-size: 16px; 
  color: #9d9d9d; 
}

.widget-title{
   font-size: 17px;
   text-transform: uppercase;
   text-align:left;
   margin-bottom: 20px;
   line-height: 20px;
   border-bottom: 1px solid #dce0e6;
   padding-bottom: 15px;
   color: #4b4b4b;
}

.widget ul{
  margin-top:0;
}
.widget ul li:before{
  display:none;
}
.widget ul li{
  padding:0;
}

.widget+.widget{
  margin-top:30px;
}

.widget.widget_recent_entries ul > li {margin-bottom: 10px;min-height: 64px;}
.widget.widget_recent_entries .info {position: relative;padding: 0px 0 0 75px;}
.widget.widget_recent_entries .info .avatar { width: 60px; display: block; position: absolute; top: 0; left: 0; }
.widget.widget_recent_entries .info .avatar img{
  height:auto;
  display: block;
}
.widget.widget_recent_entries .info .avatar.rounded { border-radius: 50%; }
.widget.widget_recent_entries .info .title a {display: block;line-height: 19px;font-size: 16px;margin-bottom: 0;font-family: 'AvenirNext-DemiBold';}
.widget.widget_recent_entries .info .title a {}
.widget.widget_recent_entries .info .title a:hover { opacity: 0.7; }
.widget.widget_recent_entries .info .date {display: block;text-transform: uppercase;font-size: 12px;color: #9d9d9d;line-height: 20px;margin-top: 4px;}


.widget.widget_categories ul li:before {
    font-family: 'FontAwesome';
    content: "\f114";
    display:inline-block;
    position:relative;
    vertical-align:middle;
    font: normal normal normal 17px/7px FontAwesome !important;
    top: 0;
    margin-right: 10px;
    color: #4b4b4b;
}
.widget.widget_categories ul li{
  line-height:24px;
}
.widget.widget_categories ul.children{
  padding-left:27px;
  margin-top: 7px;
}
.widget.widget_categories ul.children li:last-child{
  margin-bottom:0;
}
.widget.widget_categories ul.children li:last-child{
  margin-bottom:0;
}
.widget.widget_categories ul li a{
    display:inline-block;
    vertical-align:middle;
    color: #9d9d9d;
    line-height: 20px;
}

/* SIDEBAR TAGS */
.widget.widget_tag_cloud .tagcloud { font-size: 0; }
.widget.widget_tag_cloud .tagcloud > a {font-size: 12px !important;margin: 0 5px 5px 0;display: inline-block;height: 22px;padding: 0 10px;font-size: 10px;text-transform: uppercase;font-weight: 500;color: #4b4b4b;line-height: 22px;background: #dce0e6;vertical-align: top;-webkit-transition: background 0.2s ease;-o-transition: background 0.2s ease;transition: background 0.2s ease;}
.widget.widget_tag_cloud .tagcloud > a:hover { color:#fff;text-decoration: none; background:#00aced;}

/* POST TAGS */
.post__tags{
  margin:30px 0 30px;
  font-size:12px;
  text-transform:uppercase;
}
.post__tags a{
    vertical-align: middle;
}
.post__tags i,.post__nav i {
    display: inline-block;
    color: #1cade9;
    font-size: 16px;
    width: 18px;
    vertical-align: middle;
}
.search-form { position:relative; margin-bottom: 15px; }
.search-form input[type="text"]{position: relative;padding: 10px 15px;color: #686868;display: block;width: 100%;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;line-height: 25px;background: #fff;border-left: 3px solid #01b0ef;}
.search-form [type=submit]{
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  right: 3%;
  margin-top: -11px;
  cursor: pointer;
  font-size: 17px;
  color: #d9d9d9;
  line-height: 19px;
  }
.search-form [type=submit]:hover{color: #01b0ef;}
.blog--withsidebar .container{
  padding: 0;
}
.post__share{
    border-top: 1px solid #dce0e6;
    border-bottom: 1px solid #dce0e6;
    margin: 30px 0 30px;
    padding: 15px 0;
    text-transform:uppercase;
    font-family: 'AvenirNext-DemiBold';
}
.post__sharettl{
  margin-top: 6px;
  font-size: 16px;
}
.post__nav>div{
  width:50%;
}
.post__nav>div:last-child:not(:first-child) .flex{
  justify-content:flex-end;
  -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.post__nav a{
  font-size: 15px;
  width: calc(100% - 100px);
  white-space:nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.post__nav>div>*+*{
  margin-left:5px;
}
.post__nav i {
    font-size: 22px;
    line-height: 31px;
}

.post__comments{
  margin-top:50px;
}
.blog__nav{
  border-top: 1px solid #dce0e6;
  border-bottom: 1px solid #dce0e6;
  margin: 50px 0 0px;
  padding: 0 50px;
  position:relative;
}
.blog__nav{
  justify-content:center;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.blog__nav .prev.page-numbers,.blog__nav .next.page-numbers{
  position:absolute;
  display: inline-block;
  font: normal normal normal 30px/49px FontAwesome!important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 50px;
  height: 50px;
  text-align: center;
}
.blog__nav .prev.page-numbers:before{
  content: "\f104";
}
.blog__nav .next.page-numbers:before{
  content: "\f105";
}
.blog__nav .prev.page-numbers{
  left:0px;
}
.blog__nav .next.page-numbers{
  right:0px;
}

.blog__nav a:not(.prev):not(.next),.blog__nav span{
  display:inline-block;
  /* padding: 5px; */
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 53px;
}
.blog__nav span.current,.blog__nav a:not(.prev):not(.next):hover{
  background: #dce0e6;
}


.post__comments .h3{
  text-align: left;
  font-family: 'AvenirNext-DemiBold';
  color:#1cade9;
}

.comment-respond{
  border: 1px solid #dce0e6;
  /* background: rgba(220, 224, 230, 0.37); */
  padding: 50px;
  margin-top: 25px;
}

.comment-respond .h3{
   color: #4b4b4b;
}
.grey{
  color: #4b4b4b!important;
}
.comment-notes,.comment-respond .h3{
   margin-bottom: 20px;
}
#cancel-comment-reply-link{
  font-size:14px;
  line-height:14px;
  margin-left:10px;
  text-transform:uppercase;
}
.comment{
  padding:25px 0;
  border-bottom: 1px solid #dce0e6;
}
.comment:first-child{
  border-top: 1px solid #dce0e6;
}
.comment+.comment{
  margin:0;
}
.comment__author.vcard{
  margin-right:30px;
}
.comment__author.vcard img { width: 60px !important; height: 60px !important; }
.comment__name {
  position: relative;
  color: #00aae5;
  font-family: 'AvenirNext-DemiBold';
  font-size:20px;
  line-height: 20px;
}
.comment__meta, .comment__text{
  margin-bottom: 15px;
}
.comment .comment__date{    
text-transform: uppercase;
    font-size: 12px;
    color: #9d9d9d;
    line-height: 20px;}
.comment p { position: relative; }
.comment .reply a{
    color: #00aae5;
    font-size:14px;
    line-height: 14px;
    display: block;
}
.comment .reply a:hover { color: #4b4b4b; }
.comment .comment__content{
    flex: 1;
}
.comment .children { list-style:none; }
ol.comment-list{
margin-bottom: 50px;
}
ol.comment-list li { list-style:none; padding-left:0; }
ol.comment-list li:before{
  display:none;
}

.comment .notice
{
  color: #dc7128;
  margin-bottom: 20px;
  font-size: 16px;
}

.comment-list .children{
  margin:0;
}
.comment-list .children li.comment:first-child{
  border-top:none;
}
.comment-list li + .children li{
  padding-left:40px;
}
.comment-list .children li + .children li{
  padding-left:80px;
}
.search-highlight { font-family: "AvenirNext-DemiBold";}

body.search-results{
  margin-top: 0;
}
.menu__list li+li {
    margin-left: 20px;
}
.header .options *+* {
    margin-left: 15px;
}

.input-wrap > label.error,.input-wrap-inner > label.error {
  display: none!important;
  font-size: 0;
}

#password-error,
#coupon-error,
#personal_blog-error,
#company_website_blog-error {
  display: block !important;
  font-size: 12px;
  line-height: 14px;
  top: 100%;
  margin-top: 10px;
  font-family: 'AvenirNext-Regular';
  color: #dc7128;
  width: 100%;
}

#password-error,
#personal_blog-error,
#company_website_blog-error {
  display: block !important;
}

.menu {
    position: static;
}
.post__nav{
  overflow: hidden;
}
.section--bg .h1{
  margin-bottom: 0!important;
}
.form-box input:not([type="submit"]),
.form-box .btn{
  height: 32px;
}
.form-box .newsletter .input-wrap{
  width: calc((100% - 80px - 20px)/2);
}
.form-box .newsletter .input-wrap input{
  width: 100%;
	display: block;
}
.form-box .search input:not([type="submit"]){
  width: calc(100% - 80px - 10px);
  display: block;
}
.posts__content,.docs__content,.services__item,.post__content{
  -webkit-box-flex: 1; 
  -moz-box-flex: 1;
  -webkit-flex: 1; 
  -ms-flex: 1; 
  flex: 1;
}

input:not([type="checkbox"]):not([type="radio"]),textarea{
   -webkit-appearance:none;
}
input, button, textarea {
   border-radius:0;
   box-shadow:none;
}
.socials .fb i{
  line-height: 27px!important;
  margin-left: 5px;
  font-size: 18px!important;
}

.advantages__list{
  display:block;
  font-size:0;
}
.advantages__item{
  display:inline-block;
}
.advantages__item:not(:nth-child(3n)){
  margin-right:12px;
}
#search-form .flex.col2{
  //display:block;
}
.js-showcontent{
  display: none;
}
.js-showmore.btn{
    margin: 30px auto 50px;
    display: block;
}
.showmore__content{
  background: rgba(31, 52, 82, 0.04);
  padding: 10px 15px;
}
.showmore__link{
  text-transform: uppercase;
  font-family: AvenirNext-DemiBold;
  font-size: 14px;
  margin-top: 7px;
  display: inline-block;
  color: #27aae2;
  transition: all 0.3s;
  position: relative;
  cursor: pointer;
}
.showmore__link:after{
  content: "\f107";
  margin-left: 7px;
  vertical-align: middle;
  display: inline-block;
  font: normal normal normal 24px/0px FontAwesome!important;
  font-size: inherit;
  text-rendering: auto;
  margin-top: -5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.showmore__link.opened:after {
    content: "\f106";
    margin-top: -7px;
}
.showmore__link:hover{
  color: #4b4b4b;
}

 
.btn:not(.btn--sm):not(.btn--md):not(.js-open-login):not(.btn--icon):not(.btn--header) {
   padding: 13px 20px 12px;
}

.btn--md{
    font-size: 14px;
    padding: 8px 15px;
}

.tabs__body .tabs__item {
  padding:25px 0 0;
  display:none;
}
.tabs__body .tabs__item.active {
  display:block;
}
.tabs__header{border-bottom: 1px solid #bdbbbb;}
.tabs__link{float: left;margin-bottom: -1px;}
.tabs__link.active>a, .tabs__link>a:focus, .tabs__link.active>a:hover {
  color: #28aae3;
  cursor: default;
  background-color: #fff;
  border: 1px solid #bdbbbb;
  border-bottom-color: transparent;
}
.tabs__link>a {
  margin-right: -1px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  /* border-radius: 4px 4px 0 0; */
  font-family: 'AvenirNext-DemiBold';
  position: relative;
  display: block;
  padding: 11px 25px 9px;
  font-size: 22px;
  color: #747474;
  outline:none;
  text-decoration: none !important;
  box-shadow:none;
}

.accordion--dark .accordion__content {
  padding: 0 0 25px;
  padding-left:25px;
  padding-right:25px;
}
#tabs .accordion{
  //margin-bottom: 25px;
}
#tabs .search-results{
  margin-top:0;
}
.accordion--dark .accordion__ttl {
  background: #173155;
  color: #fff;
  font-family: AvenirNext-DemiBold;
  font-size: 24px;
  line-height: 27px;
  padding: 12px 20px;
  margin-bottom: 25px;
}

.accordion--dark .accordion__ttl .ui-accordion-header-icon{
margin-top:0;
}
.accordion--dark .accordion__ttl .ui-accordion-header-icon{
margin-top:0;
}

.accordion--dark .accordion__ttl .ui-icon-triangle-1-e{
background: url(assets/images/icon--arr-up.png) center no-repeat;
transform: scale(-1);
margin-top: -5px;
}

#tabs #search-form .input-wrap:last-child{
  margin-bottom:0;
}
@media (max-width: 1200px){
  .feed-wrap{
    display: block;
  }
  .blog--feed + .feed{
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-top: 30px;
  }
  .blog--feed .post {
    width: calc((100% - 60px) / 3);
  }
  .blog--feed{
    margin-right: 0;
  }
}

@media (max-width: 1024px){  
  .feed-wrap{
    margin-top: 30px;
  }
  .post--item .flex .post__thumb {
    width: 200px;
  }
  .sidebar{
    width: 250px;
  }
  .blog.blog--withsidebar {
    width: calc(100% - 280px);
  }
  header .menu__list > li > a {
    padding-bottom: 3px;
    padding: 0px;
    position: relative;
  }
  header .menu__list .sub-menu,
  header .menu__list > li > a:after{
    display:none!important;
  }
  .header{
    padding-bottom:20px;
  }
  .main-panel {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
header .menu__list > li > a:hover{
  color:#173156;
}
}
@media (max-width: 600px){
.advantages__item:not(:nth-child(3n)){
  margin-right:0;
}
#password-error,#coupon-error{
  width: 100%;
}
  header .menu__list > li > a {
    padding-bottom: 3px;
    padding: 0px;
    position: relative;
  }
  header .menu__list .sub-menu,
  header .menu__list > li > a:after{
    display:none!important;
  }
  .header{
    padding-top:15px;
    padding-bottom:15px;
  }
  .main-panel {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top:10px;
}
.menu__list {
    top: calc(100% + 15px);
    padding:15px 20px;
    top: 100%;
    margin-top: 15px!important;
}
}
@media only screen and (max-width: 900px) {
  .services{
    display:block;
    font-size: 0;
  }
  .services__item {
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
  }
  .steps .services__item {
    padding: 10px 25px;
  }
  .blog--feed .post {
    width: calc((100% - 20px) / 2)
  }
  .blog--feed .post:nth-child(n+3){
    display: none;
  }
  .blog--feed{
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 800px) {
  .price__list {
    font-size: 0;
  }
  .price__item{
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
  }
  
}
@media only screen and (max-width: 750px) {

  .top_screen__slider .flex-control-nav{
    display: none;
  }
  .footer__menu{
    display:block;
    font-size: 0;
  }
  .footer__menu-item{
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
  }
  .footer__menu-item{
    width:50%;
  }
  .footer__menu-item:nth-child(-n+2){
    margin-bottom:30px;
  }
.comment-list li + .children li{
  padding-left:20px;
}
.comment-list .children li + .children li{
  padding-left:40px;
}

  .resources__item {
    width: 100%;
    margin-bottom: 12px;
  }
  .resources__item:nth-last-child(-n+2) {
    margin-bottom: 12px;
  }
  .resources__item:last-child {
    margin-bottom: 0;
  }
}
.resources__list {
  list-style: none;
  padding: 0;
  display:block;
  font-size:0;
}
.resources__list li{
  padding: 0;
  width: calc((100% / 2) - 6px);
  margin-bottom: 12px;
  display:inline-block;
}
.resources__list li:nth-child(2n){
  margin-left:12px;
}
.resources__list li:before{
  display: none;
}
.resources__list a {
  display: block;
  color: #173156;
  background: #f3f3ee url("assets/images/svg/icon--arr-blue.svg") calc(100% - 17px) no-repeat;
  background-size: 25px;
  font-family: AvenirNext-DemiBold;
  font-size: 24px;
  line-height: 27px;
  padding: 17px 40px 17px 15px;
  text-align: center;
}
.resources__list a:hover {
  background: #89cc58 url("assets/images/svg/icon--arr-white.svg") calc(100% - 17px) no-repeat;
  background-size: 25px;
  color: #fff;
}
.resources__arrow {
  width: 22px;
}

h3+.panel-container{
  padding-top: 0;
}

.footer a{
  text-transform: uppercase;
}
.box-modal_close span {
    display: block;
}

.modal--video{
  padding:  0;
  border:  0;
  width:  auto;
  background: transparent;
}

.modal--video .box-modal_close {
  top: -40px;
  right: -40px;
}

.video-wrap-about{
  height: 100%;
}

.video-wrap-about iframe{
  display:  block;
  height: calc(100vh - 200px);
  width: 71vw;
}

.modal--confirm{
  text-align: center;
  padding-left:35px;
  padding-right:35px;
}
.modal--confirm .btn-wrap{
  margin-top: 30px;
}
.modal--preview{
  padding: 0;
  border: 0;
}
.modal--preview .box-modal_close {
    top: -30px;
    right: -30px;
}
.modal--preview .box-modal_close span:before,.modal--preview .box-modal_close span:after{
  background:#fff;
}
.modal--preview .img-src{
  height:100%;
}
.modal--preview img{
  display: block;
  max-height: 89vh;
}
.modal--confirm .h3 {
    margin-bottom: 30px;
}
.text--left{
  text-align: left;
}
.form--profile .flex.flex--between{
  flex-wrap: wrap;
}
.form--profile .flex.flex--between .input-wrap {
    width: calc((100% - 50px) / 2);
}

#lostpassword-form .input{
  min-width: 70%;
}

#lostpassword-form .submit-wrap,#lostpassword-form,#resetpassword-form,#resetpassword-form .submit-wrap{
  margin-top: 40px;
}

#resetpassword-form .input{
  min-width: 50%;
}
.input-wrap label{
  display:block;
  font-family: 'AvenirNext-DemiBold';
  margin-bottom:5px;
}
.input-wrap.flex label{
  margin-bottom:0px;
}

.radio__item label{
  margin-bottom: 0;
  line-height: normal;
  margin-left: 10px;
}

#search-form .jq-selectbox.topic .jq-selectbox__select {
    padding-right: 45px;
}

.hidden{
  display: none;
}
#ctf .ctf-tweet-content, #ctf .ctf-tweet-actions,#ctf .ctf-author-box {
    margin: 0px auto 0!important;
    float: none!important;
}
.ctf-tweets{
  text-align:center;
}
#ctf{
  /* margin-bottom:20px; */
  margin-top: 30px;
}
#ctf .ctf-tweet-content{
  color: #173156;
  font-family: AvenirNext-DemiBold;
  margin-bottom: 30px!important;
}
.ctf-screename-sep,.ctf-hide-avatar{
  display: none!important;
}
#ctf.ctf-styles .ctf-tweet-meta{
  margin-top:5px;
}
#ctf.ctf-styles .ctf-author-screenname, #ctf.ctf-styles .ctf-context,
#ctf.ctf-styles .ctf-twitterlink, #ctf.ctf-styles .ctf-tweet-meta a{
    font-size: 18px;
    line-height:normal;
    color: #27aae2!important;
}

.top_screen .btn-wrap .link {
    margin-left: 7px;
}
.top_screen{
  position:relative;
}
.top_screen__text{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  z-index:2;
}
.services__item {
    padding: 45px 25px 120px;
    color: #4b4b4b !important;
  position: relative;
}
.section--services .services__item:hover {
    background: #f2f2ea;
}
.benefit-pages .services__item {
  padding:0;
}

@media only screen and (max-width: 900px){
  .video-wrap-about iframe {
    height: 305px;
  }
  .container.container--flex{
    display:block;
  }
  .blog.blog--withsidebar,
  .sidebar{
    width:100%;
  }
  .sidebar{
    margin-left:0;
    margin-top:40px;
  }
.services__item {
    padding: 35px 25px 35px;
}
.services__item:not(:nth-last-child(-n+2)) {
    /* margin-bottom: 0px; */
}
  .btn--services{
    width:auto;
    margin: 20px auto 0;
    display: block;
    left: auto;
    transform: none;
    -webkit-transform: none;
  }
  .resources__list a {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 40px 15px 15px;
  }
  .section--404{
  padding:50px 0;
}

.section--404 h1{
  font-size: 120px;
  line-height: 100px;
  margin-bottom: 15px;
}
.section--404 h2{
  font-size: 30px;
  line-height: 30px;
  padding-top: 30px;
}
.section--404 .h3{
  margin-bottom: 20px;
  font-size: 30px;
}

}
@media only screen and (max-width: 750px) {
  .post__nav a {
    width: calc(100% - 40px);
}
  .resources__list a {
    text-align: left;
  }
  .resources__list li,
  .resources__list li:nth-child(2n){
    width: 100%;
    margin-bottom: 12px;
    margin-left:0;
  }

.form--profile .flex.flex--between .input-wrap {
    width: 100%;
}
}

@media only screen and (max-width: 600px){

.btn:not(.btn--sm):not(.btn--md):not(.js-open-login):not(.btn--icon) {
    font-size: 14px;
    line-height: 16px;
    padding: 11px 13px 9px;
    min-width: 140px;
}
  #search-form .jq-selectbox.topic{
    width:100%;
    margin-top: 10px;
  }
  #search-form .radio.flex,.menu__list .mobile-links{
    display: block;
  } 
  
  .feed__links .feed__caption{
    flex-wrap:wrap;
  }
  .feed__links .feed__link{
    width:100%;
  }
  .feed__links .feed__link+.feed__link{
    margin-top: 15px;
  }
}

@media only screen and (max-width: 450px){
  .form__block .btn+.btn{
    margin-left: 0px;
    margin-top: 15px;
  }
  .form__block .btn{
    width:100%;
  }
}
@media only screen and (max-width: 580px) {
  .modal .h3 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height:34px;
}
  .btn-wrap .btn{
    display: block;
    width: 100%;
  }
  .modal .form .submit-wrap,.forgot ,.forgot a {
      display:block;
  }
  .forgot a+a{
    margin-top:10px;
  }
  .forgot a{
    text-align:center;
  }
  .forgot {
    margin-top: 0px;
}
  .btn-wrap .btn+.btn{
    margin-top: 10px;
    margin-left: 0px!important;
  }
  .input-wrap.flex{
    display: block;
  }
  .memb-price {
    margin-left: 0px;
    margin-top: 20px;
}
  .post--single .post__date{
    float:none!important;
  }
  .post--single .flex .post__content {
    width: 100%;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
  .post--single .flex{    
    display:block;
  }
  .footer__menu {
    display:block;
    font-size: 0;
  }
  .footer__menu-item{
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
  }
  .footer__menu-item{
    width:100%;
  }
  .footer__menu-item:nth-child(-n+1){
    margin-bottom:30px;
  }  
  .blog--feed .post {
    width: 100%
  }
  .blog--feed .post:not(:first-child) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 480px) {

  .blog--feed .post:nth-child(n+3){
    display: block;
  }
 .comment-respond {
    padding: 30px;
}
.comment-list li + .children li{
  padding-left:10px;
}
.comment-list .children li + .children li{
  padding-left:20px;
}

  .post__share{flex-wrap: wrap;justify-content: center;-webkit-box-pack: center;
    -ms-flex-pack: center;text-align: center;}
.post__sharettl{
  margin-top: 0px;
  width:100%;
  margin-bottom: 10px;
}
  .post--single .post__top{
    flex-wrap:wrap;
  }
  .post--single .flex .post__content {
    flex:auto;
    width: 100%;
  }
  .post--single .flex .post__date {
    margin-bottom:30px;
  }
  .resources__list a {
    font-size: 16px;
    line-height: 20px;
    padding: 15px 60px 15px 15px;
  }
    .section--404{
  padding:30px 0;
}
.top-panel{
  justify-content:space-between;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.section--404 h1{
  font-size: 70px;
  line-height: 60px;
}
.section--404 h2{
  font-size: 24px;
  margin-bottom:30px;
}
.section--404 .h3{
  margin-top: 30px;
  font-size: 24px;
}
}

@media only screen and (max-width: 700px) {
  .services__item {
    width:100%;
  }
.post--item .flex{
  flex-wrap:wrap;
  justify-content:flex-start;
  -webkit-box-pack: start;
    -ms-flex-pack: start;
    display:block;
}
.post--item .flex .post__content{
  width:100%;
  flex:auto;
  margin-top:30px;
}
.post--item .flex .post__thumb {
    margin-right:0;
}
.post .post__date {
  width: 50px;
  height: 50px;
  padding: 5px 0 0;
  float:left;
}
.post .post__date .day {
  font-size: 25px;
}
.post .post__date .month {
  font-size: 14px;
}
.post .post__date .year { 
  font-size: 14px; 
}
}
@media only screen and (max-width: 350px) {
.post--item .flex .post__thumb {
    width:180px;
}
}
@media only screen and (max-width: 600px){
.docs__content {
  flex-direction:column;
}
.posts__content {
  flex-direction:column;
}
.accordion__content {
    padding: 0px 0px 10px!important;
}
.accordion--dark .accordion__ttl .ui-accordion-header-icon {
    right: 15px;
}
.tabs__link>a {
    font-size: 16px;
    padding: 11px 15px 9px;
}
}


body:not(.is-admin) #wpadminbar{
  display: none!important;
}
body.admin-bar{
  margin-top:-32px;
}
@media screen and (max-width: 782px){

body.admin-bar{
  margin-top:-46px;
}
}


.w-50{
  width: 50%;
}
.panel__content .h2{
  font-size: 36px;
  text-align: left;
  line-height: 43px;
}
.panel__content .h2:not(:first-child){
  margin-top: 30px;
}
.panel__content .h2:last-child{
  margin-bottom: 0px;
}
.panel__content--cols{
  flex-wrap: wrap;
}
.panel__content--cols > div{
  width: 50%;
}
.panel__content--cols > div:first-child{
  padding-right: 30px;
}
.icon-list{
  flex-wrap: wrap;
  padding: 30px 0 20px;
}
.icon-list__item{
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 20px;
  text-align: center;
}

.icon-list__item:nth-child(2n){
  margin-right: 0px;
}

.icon-list__item:nth-last-child(-n+2){
  margin-bottom: 0px;
}

.icon-list__icon img {
  max-width: 100px;
}

.icon-list__ttl {
  margin-bottom: 10px;
  font-family: AvenirNext-DemiBold;
}

.form--free .btn {
  letter-spacing: 0.3px;
}

.form--free .checkbox {
  font-size: 15px;
  max-width: calc(50% - 20px);
  line-height: 20px;
}

.form--free .input-wrap label {
  font-family: 'AvenirNext-Regular';
}
.mc4wp-alert {
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
  font-family: AvenirNext-Regular;
  line-height: normal;
  margin-top: 10px;
}

.modal--newsletter {
  padding: 0;
  border: 0;
  text-align:center;
}
.modal--newsletter modal__content{
  padding: 20px;
}
.modal__banner{
  height: 200px;
  background:#0ecfd8 url("assets/images/email-newsletter.jpg") center;
  background-size:cover;
}
.modal--newsletter .h3{
  margin-bottom:20px;
}
.modal--newsletter .box-modal_close span:before, .modal--newsletter .box-modal_close span:after{
  background:#fff;
}


@media (max-width: 800px){
  .form--free .checkbox {
    font-size: 15px;
    max-width: 100%;
    line-height: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 600px){
  .panel__content--cols > div{
    width: 100%
  }
  .panel__content--cols > div:first-child{
    padding-right: 0px;
    margin-bottom: 30px;
  }
  .icon-list__item{
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .icon-list__item:nth-last-child(-n+2){
    margin-bottom: 20px;
  }
  .icon-list__item:last-child{
    margin-bottom: 0px;
  }
  .panel__content .h2 {
    font-size: 30px;
    line-height: 37px;
  }
  .panel__content .h2:not(:first-child){
    margin-top: 20px;
  }
}
@media (max-width: 480px){
  .modal--newsletter .modal__content {
      padding: 25px 20px 35px;
  }
  .modal--newsletter .btn {
      width: 100%;
  }
  .modal__banner{
    height: 140px;
  }
}

.video-wrap iframe{
  width: 100%;
  height: 506px;
}

.section--video{
  background: url("assets/images/bg--video.jpg") center;
  position: relative;
}

.section--video:before{
  content:"";
  background: rgba(0, 0, 0, 0.67);
  position:  absolute;
  z-index:  1;
  width:  100%;
  height: 100%;
  top: 0;
  left:  0;
}

.section--video .container{
  position: relative;
  z-index: 2;
}

.text-center {
  text-align: center;
}

.contact-block {
  display: flex;
  justify-content: space-between;
}
.contact-block .contact-block__item {
  width: 33%;
  margin: 30px 10px 0;
}
.contact-block .contact-block__item h3,
.contact-block .contact-block__item .submit--centered {
  text-align: left;
}
.contact-block .contact-block__item .input {
  width: 100%;
}

ul.list-items-contact {
  margin-top: 10px;
  padding-left: 0;
}
ul.list-items-contact li {
  list-style: none;
  padding-left: 17px;
  margin-bottom: 10px;
  position: relative;
}
ul.list-items-contact li:last-child {
  margin-bottom: 0px;
}
ul.list-items-contact li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background: url("./assets/images/icon--check3.jpg") center no-repeat;
  background-size: cover;
}
.contact-block .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-block .socials li a {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 34px;
  display: block;
}
.contact-block .socials .tw {
  background-color: #26AAE1;
}
.contact-block .socials .fb {
  background-color: #385A99;
}
.contact-block .socials .li {
  background-color: #0B7BB7;
}
.contact-block .socials li a:hover {
  background: #27aae2;
}
.contact-block .socials li a i {
  color: #fff;
  line-height: 20px;
  font-size: 20px;
  transition: all 0.3s;
}
.contact-block .socials li a.full {
  background: transparent;
}
.contact-block .socials li a.full i {
  color: #fff;
  font-size: 23px;
}
.contact-block .socials li a.full:hover i {
  color: #fff;
}
.contact-block .socials li+li {
  margin-left: 5px;
}
.contact-block .socials .fb i {
  line-height: 38px!important;
  margin-left: 5px;
  font-size: 24px!important;
}

@media (max-width: 1024px){
  .contact-block {
    flex-wrap: wrap;
  }
  .contact-block .contact-block__item {
    width: 47%;
  }
  .contact-block .contact-block__item:first-child {
    width: 100%;
  }
}

@media (max-width: 710px){
  .contact-block .contact-block__item {
    width: 100%;
  }
}

.single-buy-doc--single {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.single-buy-doc--amount {
  display: block;
  color: #173155;
  font-family: AvenirNext-DemiBold;
  font-size: 20px;
  margin: 5px;
}
.single-buy-doc--btn {
  display: block;
  cursor: pointer;
  color: #fff!important;
}
.single-buy-doc--btn:hover {
  color: #89cc58!important;
}

.single-buy-doc--resources {
  text-align: center;
}

.single-buy-doc--resources .single-buy-doc--amount {
  margin-left: 10px;
}
.single-buy-doc--single .single-buy-doc--amount {
  margin: 10px;
}

.single-buy-doc--resources .added_to_cart,
.single-buy-doc--single .added_to_cart {
  display: flex;
  align-items: center;
  height: auto;
  justify-content: center;
}

.marketing-block {
  display: flex;
  flex-direction: row;
}
.marketing-block__left {
  margin-right: 15px;
}
.marketing-block__right {
  margin-left: 15px;
}

.input-wrap.input-col-2 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.input-wrap.input-col-2 .input-wrap {
  margin-bottom: 0;
  width: 47%;
}
.input-wrap.input-col-2 .input-wrap input {
  width: 100%;
}

.marketing-block h5 {
  text-align: left;
  font-weight: bold;
}
.marketing-block .checkbox-block .wpcf7-list-item.first.last {
  margin: 0;
  position: relative;
}
.marketing-block .checkbox-block .wpcf7-list-item.first.last .wpcf7-list-item-label {
  position: absolute;
  width: 165px;
  line-height: 21px;
}
.marketing-block .ajax-loader {
  position: absolute;
}
.marketing-download-now h2 {
  text-align: left;
  font-size: 36px;
}
.marketing-download-now a {
  padding: 25px 130px 25px 15px;
  border-radius: 15px;
  max-width: 460px;
  font-size: 32px;
  text-transform: none;
  line-height: 36px;
  text-align: left;
  background-image: url("assets/images/svg/download_icon.svg");
  background-repeat: no-repeat;
  background-position: right;
}
.marketing-download-now a:hover {
  background-image: url("assets/images/svg/download_icon--green.svg");
  background-repeat: no-repeat;
  background-position: right;
}

@media (max-width: 767px){
  .marketing-block {
    flex-wrap: wrap;
  }
  .marketing-block__left {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .marketing-block__right {
    margin-left: 0px;
  }
  .marketing-block .marketing-block__right form input.input {
    width: 100%;
  }
}


.basket-btn {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 25px 25px;
  background-image: url(assets/images/ico-basket.png);
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mobile-links .basket-btn {
  background-image: none;
  padding: 0;
}

.header .options {
  display: flex;
  align-items: center;
}

@media (max-width: 768px){
  .header .options *+* {
    margin-left: 8px;
  }
}


.contact-block {
  display: flex;
  justify-content: space-between;
}
.contact-block .contact-block__item {
  width: 33%;
  margin: 30px 10px 0;
}
.contact-block .contact-block__item h3,
.contact-block .contact-block__item .submit--centered {
  text-align: left;
}
.contact-block .contact-block__item .input {
  width: 100%;
}

ul.list-items-contact {
  margin-top: 10px;
  padding-left: 0;
}
ul.list-items-contact li {
  list-style: none;
  padding-left: 17px;
  margin-bottom: 10px;
  position: relative;
}
ul.list-items-contact li:last-child {
  margin-bottom: 0px;
}
ul.list-items-contact li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 12px;
  height: 12px;
  background: url("./assets/images/icon--check3.jpg") center no-repeat;
  background-size: cover;
}
.contact-block .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-block .socials li a {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 34px;
  display: block;
}
.contact-block .socials .tw {
  background-color: #26AAE1;
}
.contact-block .socials .fb {
  background-color: #385A99;
}
.contact-block .socials .li {
  background-color: #0B7BB7;
}
.contact-block .socials li a:hover {
  background: #27aae2;
}
.contact-block .socials li a i {
  color: #fff;
  line-height: 20px;
  font-size: 20px;
  transition: all 0.3s;
}
.contact-block .socials li a.full {
  background: transparent;
}
.contact-block .socials li a.full i {
  color: #fff;
  font-size: 23px;
}
.contact-block .socials li a.full:hover i {
  color: #fff;
}
.contact-block .socials li+li {
  margin-left: 5px;
}
.contact-block .socials .fb i {
  line-height: 38px!important;
  margin-left: 5px;
  font-size: 24px!important;
}

@media (max-width: 1024px){
  .contact-block {
    flex-wrap: wrap;
  }
  .contact-block .contact-block__item {
    width: 47%;
  }
  .contact-block .contact-block__item:first-child {
    width: 100%;
  }
}

@media (max-width: 710px){
  .contact-block .contact-block__item {
    width: 100%;
  }
}

.basket-btn {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: 25px 25px;
  background-image: url(assets/images/ico-basket.png);
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.mobile-links .basket-btn {
  background-image: none;
  padding: 0;
}

.header .options {
  display: flex;
  align-items: center;
}

@media (max-width: 768px){
  .header .options *+* {
    margin-left: 8px;
  }
}

.flex-column {
  flex-direction:column;
}

.radio__item .jq-radio {
  flex: none;
}
.block-action .btn {
  margin-top: 5px;
}