 
 @font-face {
  font-family: 'NunitoSans';
  src: url("static/fonts/NunitoSans-Black.woff2") format("woff2"), url("static/fonts/NunitoSans-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'NunitoSans';
  src: url("static/fonts/NunitoSans-Bold.woff2") format("woff2"), url("static/fonts/NunitoSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NunitoSans';
  src: url("static/fonts/NunitoSans-SemiBoldItalic.woff2") format("woff2"), url("static/fonts/NunitoSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'NunitoSans';
  src: url("static/fonts/NunitoSans-Regular.woff2") format("woff2"), url("static/fonts/NunitoSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NunitoSans';
  src: url("static/fonts/NunitoSans-ExtraBold.woff2") format("woff2"), url("static/fonts/NunitoSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'NunitoSans';
  src: url("static/fonts/NunitoSans-LightItalic.woff2") format("woff2"), url("static/fonts/NunitoSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Nunito Sans';
  src: url("static/fonts/NunitoSans-Light.woff2") format("woff2"), url("static/fonts/NunitoSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NunitoSans';
  src: url("static/fonts/NunitoSans-ExtraLight.woff2") format("woff2"), url("static/fonts/NunitoSans-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
} 



html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  margin: 0;
}

html.close,
body.close {
  overflow-y: hidden;
}

body.fixed,
html.fixed {
  overflow-y: hidden;
  height: 90vh;
}

* {
  outline: none;
}

h1, h2, h3, p {
  margin: 0;
}

p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
}

.container {
  width: 1170px;
  margin: auto;
}

.section-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.loader{
  height: 200px;
  display: flex;
  justify-content: center;
}

.loader.ajax_load .loader_inner{
    background-position: bottom;
}

.loader.hide{
  display: none;
}

.loader_inner{
  background-image: url(static/img/preloader.gif);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100%;
  width: 90px;
}

.main {
  position: relative;
}

.more {
  position: absolute;
  bottom: 40px;
  color: #B6A8FA;
  font-family: "NunitoSans-Bold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.04px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
}

.more:hover {
  text-decoration: underline;
}

.fade-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.fade-modal.show {
  opacity: 0.3;
  visibility: visible;
}

.post-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.post-date {
  color: #B6A8FA;
  font-family: "NunitoSans-ExtraLight", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: -0.04px;
  line-height: 19px;
  margin-right: 5px;
}

.post-theme {
  color: #B6A8FA;
  text-transform: uppercase;
  font-family: "NunitoSans-Bold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.04px;
  line-height: 19px;
}

.blog-post-btn {
  text-decoration: none;
  margin-left: 28px;
  color: #B6A8FA;
  font-family: "NunitoSans-Light", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.04px;
  line-height: 19px;
}

.blog-post-btn:hover {
  text-decoration: underline;
}

.arrow-icon {
  margin-left: 10px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.descr .arrow-icon{
  width: auto;
}

.search {
  position: absolute;
  left: 0;
  cursor: pointer;
}

.back-btn {
  position: absolute;
  left: 0;
  top: 0;
  color: #B6A8FA;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.04px;
  line-height: 19px;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 40px;
  border-left: 1px solid #B6A8FA;
}

.back-btn .arrow-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: 10px;
}

.back-btn:hover {
  text-decoration: underline;
}

.back-btn:hover .arrow-icon{
  transform: translateX(-10px) rotate(180deg);
}

.social-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  top: 50px;
}

.social-block a + a {
  margin-top: 40px;
}

.social-block img {
  height: 24px;
  width: 24px;
}

.close-btn {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 16px;
  width: 30px;
  height: 40px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  font-size: 50px;
  font-weight: 100;
  font-family: serif;
  color: #fff;
  -webkit-transition: text-shadow .4s;
  -o-transition: text-shadow .4s;
  transition: text-shadow .4s;
}

.select2-search__field {
  display: none;
}

.header .select2-container--default .select2-selection--single {
  border: 0;
  background-color: transparent;
}

.header .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #B6A8FA transparent transparent transparent;
}

.header .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option[aria-selected] {
  color: #B6A8FA;
  font-family: "NunitoSans-Bold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.04px;
  text-decoration: none;
  text-transform: uppercase;
}

.select2-search--dropdown {
  padding: 0 !important;
}

.select2-container--open .select2-dropdown--below {
  border: 1px solid #483F76 !important;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 300px !important;
}

@media screen and (max-width: 1280px) {
  .container {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .back-btn {
    display: none;
  }
  .social-block {
    display: none;
  }
  p {
    font-size: 14px;
  }
}

.header {
  background-color: #F5F8FC;
}

.header__top-wrap {
  padding-top: 25px;
  padding-bottom: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.header__logo img{
  width: 98px;
  height: 58px;
}

.header__logo_blog {
  color: #4a3f7a;
  font-family: "Nunito Sans", sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 19px;
  margin-left: 21px;
  font-weight: 800;
  font-style: italic;
}

.header__btn-wrap{
  display: flex;
  align-items: center;
}

.header__blog{
  color: #483F76;
  font-family: "NunitoSans-Bold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-right: 20px;
  text-decoration: none;
}

.header__blog:hover{
  text-decoration: underline;
}

.header__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  width: 185px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #35D073;
  color: #fff;
	text-transform: uppercase;
  font-family: "NunitoSans-Bold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.04px;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.header__btn:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(64, 57, 31, 0.7);
          box-shadow: 0 0 6px 0 rgba(64, 57, 31, 0.7);
}

.header__post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  overflow: hidden;
}

.header__post:hover .more img{
  margin-left: 20px;
}

.header__post_left {
  width: 100%;
}

.header__post_left img {
  width: 100%;
  height: 100%;
  transition: all .4s;
}

.header__post:hover .header__post_left img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.header__post:hover .header__article img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}



.header__post_right {
  position: relative;
  width: 50%;
  background-color: #483F76;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 27px;
}

.header__post_title {
  color: #fff;
  font-family: "NunitoSans-Bold", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.1px;
  line-height: 32px;
  margin-bottom: 10px;
}

.header__post p {
  color: #D9D5EC;
}

.header__menu-list {
  list-style-type: none;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__menu {
  position: relative;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__menu_item a {
  padding-bottom: 30px;
  text-transform: uppercase;
  color: #483F76;
  font-family: "NunitoSans-ExtraBold", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.04px;
  line-height: 19px;
  text-decoration: none;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}

.header__menu_item + .header__menu_item {
  margin-left: 76px;
}

.header__menu_item:hover a, .header__menu_item.active a {
  color: #B6A8FA;
  border-bottom: 5px solid #B6A8FA;
}

.header__article img {
  height: 441px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__search-field {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  position: absolute;
  background-color: #F5F8FC;
  width: 100%;
  height: 100%;
}

.header__search-field_label {
  padding-top: 10px;
  color: #818E9F;
  font-family: "Nunito Sans", sans-serif;
  font-size: 10px;
  letter-spacing: -0.03px;
  line-height: 14px;
  margin-bottom: 10px;
}

.header__search-field_input {
  color: #483F76;
  border: 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.07px;
  line-height: 30px;
  background-color: transparent;
}

.header__search-field .close-btn {
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  font-size: 50px;
  color: #483F76;
  cursor: pointer;
  top: 10px;
}

.header__menu-select {
  display: none;
}

@media screen and (max-width: 1024px) {
  .header__post_title {
    font-size: 24px;
  }
  .header__post p {
    font-size: 14px;
    line-height: 20px;
  }
  .header__menu-list {
    display: none;
  }
  .header__menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__menu-select {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .header__post_right {
    padding-top: 35px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__post .more {
    bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .header__btn{
    font-size: 12px;
    width: 115px;
  }
  .header__logo_blog{
    margin-left: 10px;
  }
  .header .container .container{
    width: 100%;
  }
  .header__post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__post_right {
    margin-top: -4px;
    width: auto;
    padding: 0;
    padding-top: 35px;
    padding-bottom: 60px;
    padding-left: 27px;
  }
}

.footer {
  padding: 40px 0;
}

.footer__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo {
  margin-right: 27px;
}

.footer .copyright {
  margin-right: 33px;
  opacity: 0.4;
  color: #505050;
  font-family: "NunitoSans-Bold", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.03px;
  line-height: 28px;
}

.footer .social-wrap a + a {
  margin-left: 31px;
}

.footer .social-wrap img {
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 768px) {
  .footer .social-wrap a + a{
    margin-left: 8px;
  }
  .footer__content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 575px) {
  .footer__logo {
    width: 30%;
    margin-right: 9px;
  }
  .footer__logo img {
    width: 100%;
  }
  .footer .copyright {
    margin-right: 11px;
    font-size: 11px;
  }
}

.blog {
  margin-top: 30px;
}
.blog .container{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all .4s;
}

.blog .container.show{
  visibility: visible;
  opacity: 1;
  position: relative;
}

.blog h1{
	color: #453E61;
    font-family: "NunitoSans-Bold", sans-serif;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -0.07px;
    line-height: 33px;
    margin-bottom: 25px;
}

@media(max-width: 480px){
	.blog h1{
		text-align: center	
	}	
}

.blog__list {
  display: grid;
  grid-gap: 10px 20px;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-auto-rows: 20px;
}

.blog__item {
  color: #929796;
}
.blog__item.hide{
	visibility: hidden;
    position: absolute;
    left: -9999px
}
.blog__item a {
  text-decoration: none;
  overflow: hidden;
}

.blog__item .descr {
  border-right: 1px solid #B6A8FA;
  border-left: 1px solid #B6A8FA;
}

.blog__item .post-head {
  padding-left: 28px;
}

.blog__item .img {
  width: 100%;
  max-height: 250px;
  margin-bottom: 10px;
  overflow: hidden;
}

.blog__item img {
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  width: 100%;
}

.blog__item_title {
  color: #453E61;
  font-family: "NunitoSans-Bold", sans-serif;
  font-size: 23px;
  font-weight: bold;
  padding-left: 28px;
  letter-spacing: -0.07px;
  line-height: 33px;
  padding-bottom: 10px;
}

.blog__item_title span {
  font-family: "Nunito Sans", sans-serif;
  color: #B6A8FA;
  letter-spacing: 13.13px;
  font-style: normal;
  line-height: 28px;
  font-size: 21px;
  font-weight: 100;
  text-transform: uppercase;
}

.entry-title .blog__item_title{
  text-decoration: none;
  padding-left: 0;
}

.blog__item p {
  padding-left: 28px;
  padding-right: 50px;
  padding-bottom: 20px;
  color: #483F76;
}

.type-post{
  width: 70%;
  margin: auto;
  margin-top: 80px;
}

.type-post .attachment-post-thumbnail{
  width: 100%;
  height: 100%;
}

.type-post .post-head{
  text-align: center;
}

.type-post .entry-content{
  margin-top: 20px;
  padding-left: 20px;
  border-right: 1px solid #B6A8FA;
  border-left: 1px solid #B6A8FA;
}

.post_comment{
  padding-top: 50px;
}

.not-found,
.subscribe-newsletter{
  margin-top: 50px;
  padding-bottom: 70px;
}

.not-found .page-title,
.subscribe-newsletter .page-title{
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  color: #B6A8FA;
  display: flex;
  justify-content: center;
}

.not-found .page-title img{
  margin-right: 10px;
}

.entry-summary p{
  padding-left: 28px;
  padding-right: 50px;
  padding-bottom: 20px;
  color: #483F76;
  padding-left: 0;
}

.blog__item:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.blog__item:hover .arrow-icon {
  margin-left: 20px;
}

.blog .blog__item_first {
  border-right: 1px solid #B6A8FA;
  border-left: 1px solid #B6A8FA;
  padding-top: 50px;
}

.blog .blog__item_first .blog__item_title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 33px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.1px;
  line-height: 45px;
  color: #483F76;
  padding-bottom: 40px;
  position: relative;
}

.blog .blog__item_first .blog__item_title:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 28px;
  height: 1px;
  width: 30px;
  background-color: #483F76;
  opacity: 0.32;
}

.blog .blog__item_first p {
  font-style: italic;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .type-post{
    width: 100%;
  }

  .blog__item .img img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .blog__item_title {
    font-size: 18px;
    padding-right: 20px;
  }
}

.order_now{
  margin-top: 30px;
  padding: 58px 0 81px;
  background-image: url(static/img/bot_girl.png);
  background-repeat: no-repeat;
      background-size: auto 100%;
  background-position: center;
  text-align: center;
      border-bottom: 1px solid #D7DFE5;
}
.order_now .title{
    margin-bottom: 32px;
    color: #21143F;
    font-family: "NunitoSans", sans-serif;
    font-size: 37px;
    letter-spacing: -0.12px;
    line-height: 50px;
    text-align: center;
    font-weight: 800
}

.order_now .btn{
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 230px;
    border-radius: 4px;
	text-transform: uppercase;
    background-color: #35D073;
    color: #FFFFFF;
    font-family: "NunitoSans",sans-serif;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.05px;
    line-height: 22px;
    margin: 0 auto;
}

.order_now .btn:hover{
  box-shadow: 0 0 6px 0 rgba(64, 57, 31, 0.7);
}

.connect {
  margin-top: 47px;
  height: 173px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.connect .container {
  margin: 0 auto;
}

.connect__center-img {
  position: absolute;
  height: 173px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.connect__right, .connect__left {
  height: 100%;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.connect__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.connect__wrap:before {
  position: absolute;
  content: '';
  background-color: #42337E;
  height: 100%;
  left: -99.9vw;
  width: 100vw;
}

.connect__wrap:after {
  position: absolute;
  content: '';
  background-color: #F5E752;
  height: 100%;
  right: -99.9vw;
  width: 100vw;
}

.connect__input {
  height: 46px;
  width: 199px;
  -webkit-border-radius: 5.6px;
          border-radius: 5.6px;
  background-color: #FFFFFF;
  text-align: center;
  color: #AEADC0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.42px;
  line-height: 19px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 10px;
}

.connect__submit {
  height: 46px;
  width: 190px;
  -webkit-border-radius: 5.6px;
          border-radius: 5.6px;
  background-color: #F5E752;
  color: #20194F;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.42px;
  line-height: 19px;
  text-align: center;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.connect__booking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 46px;
  width: 266px;
  -webkit-border-radius: 5.6px;
          border-radius: 5.6px;
  background-color: #42337E;
  color: #fff;
  font-family: "NunitoSans-ExtraBold", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.06px;
  line-height: 24px;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 100px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.connect__booking:hover, .connect__submit:hover {
  -webkit-box-shadow: 0 0 6px 0 rgba(64, 57, 31, 0.7);
          box-shadow: 0 0 6px 0 rgba(64, 57, 31, 0.7);
}

.connect__label {
  display: none;
  text-decoration: none;
  margin-left: 28px;
  color: #B6A8FA;
  font-family: "NunitoSans-Light", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.04px;
  line-height: 19px;
  text-align: center;
  margin-left: 0;
  text-transform: uppercase;
}

.connect__left {
  background-color: #42337E;
}

.connect__right {
  background-color: #F5E752;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.connect .widget_newsletterwidget .widget-title {
  display: none;
  text-decoration: none;
  margin-left: 28px;
  color: #B6A8FA;
  font-family: "NunitoSans-Light", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.04px;
  line-height: 19px;
  text-align: center;
  margin-left: 0;
  text-transform: uppercase;
}

.connect .widget_newsletterwidget .tnp-field-email {
  display: inline-block;
}

.connect .widget_newsletterwidget .tnp-field-email label {
  display: none;
}

.connect .widget_newsletterwidget .tnp-field-email input {
  height: 46px;
  width: 199px;
  -webkit-border-radius: 5.6px;
          border-radius: 5.6px;
  background-color: #FFFFFF;
  text-align: center;
  color: #AEADC0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.42px;
  line-height: 19px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 10px;
}

.connect .widget_newsletterwidget .tnp-field-button {
  display: inline-block;
}

.connect .widget_newsletterwidget .tnp-field-button input {
  height: 46px;
  width: 190px;
  -webkit-border-radius: 5.6px;
          border-radius: 5.6px;
  background-color: #F5E752;
  color: #20194F;
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -0.42px;
  line-height: 19px;
  text-align: center;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

@media screen and (max-width: 768px) {
  .order_now{
    padding: 10px 10px 30px;

  }

  .order_now .title{
    font-size: 30px;
  }

  .order_now .btn{
    width: 50%;
    padding: 10px 30px;
    font-size: 25px;
  }

  .connect {
    height: auto;
    margin-top: 150px;
  }
  .connect .widget_newsletterwidget {
    width: 50%;
  }
  .connect .widget_newsletterwidget .widget-title {
    display: block;
    margin-bottom: 20px;
  }
  .connect .widget_newsletterwidget form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .connect .widget_newsletterwidget .tnp-field-email {
    margin-bottom: 20px;
  }
  .connect .widget_newsletterwidget .tnp-field-email input {
    width: 100%;
  }
  .connect .widget_newsletterwidget .tnp-field-button input {
    width: 100%;
  }
  .connect__center-img {
    top: -140px;
  }
  .connect .container {
    width: 100%;
  }
  .connect__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .connect__wrap:before {
    content: none;
  }
  .connect__wrap:after {
    content: none;
  }
  .connect__label {
    display: block;
  }
  .connect__left, .connect__right {
    width: 100%;
    height: auto;
  }
  .connect__booking {
    margin: 0;
  }
  .connect__left {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .connect__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
    margin: auto;
  }
  .connect__form label {
    margin-bottom: 20px;
  }
  .connect__input, .connect__submit {
    width: 100%;
  }
  .connect__right {
    padding-top: 65px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 500px) {
  .order_now{
    padding: 30px 10px 45px;
    background-image: url(static/img/girl_mobile.jpg);
  }
  .order_now .title{
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .connect .widget_newsletterwidget {
    width: 80%;
  }
  .connect__form {
    width: 80%;
  }
}

.article {
  padding-top: 56px;
}

.article .container {
  position: relative;
}

.article__content {
  width: 69%;
  margin: auto;
}
.new-article .article__content{
	width: 90%
}
.article__content ul li {
  font-family: "Nunito Sans", sans-serif;
  color: #938EAA;
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 28px;
}

.article__post-date {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article .post-date {
  font-size: 18px;
}

.article .post-theme {
  font-size: 18px;
}

.article__title {
  text-align: center;
  color: #483F76;
  font-family: "NunitoSans-ExtraBold", sans-serif;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -0.12px;
  line-height: 44px;
  margin-bottom: 31px;
}

.article h2,
.article h3, 
.article h4 {
	margin-bottom: 20px;
/*     color: #483F76; */
	color: #323C47;
    font-family: "NunitoSans-ExtraBold", sans-serif;
	font-weight: bold;
}

.article h3 {
	margin: 18px 0;;
}

.article h4 {
	
}

.article p {
/*   color: #938EAA; */
	color: #323C47;
  margin-bottom: 20px;
}

.article li a {
	color: #483F76;
}

.article p a:hover {
	text-decoration: none;
}

.article ol li {
  color: #483F76;
  font-family: "NunitoSans-ExtraBold", sans-serif;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: -0.12px;
  line-height: 32px;
}

.article blockquote {
  position: relative;
      padding: 35px 125px 35px 100px;
  margin-left: 0;
  margin-right: 0;
  background-color: #F5F8FC;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;

  text-align: center;
      min-height: 55px;
}

.article blockquote p{
  color: #483F76;
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: -0.09px;
  line-height: 32px;
  margin-bottom: 0;
}

.article blockquote:after {
content: '“';
    position: absolute;
    left: 51px;
    transform: translateX(-50%);
    top: 50px;
    color: #B6A8FA;
    font-family: "Nunito Sans", sans-serif;
    font-size: 90px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: -0.29px;
    line-height: 25px;
    text-align: center;
}
blockquote img.author_photo{
width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 28px;
    right: 47px;
}
.article__img {
  margin: 33px 0;
  background-color: #cccccc;
  width: 100%;
  height: 409px;
}

.article .alignnone{
  width: auto;
  height: 409px;
  object-fit: contain;
}

.article__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__author .avatar{
  height: 50px;
  width: 50px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 10px;
}

.article__author_img {
  height: 50px;
  width: 50px;
  background-color: #cccccc;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin-right: 10px;
}

.article__author_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article__author_name {
  color: #483F76;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 22px;
}

.article__author_position {
  color: #D4D2E4;
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  letter-spacing: -0.05px;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .article__content {
    width: 100%;
  }
  .article__quote {
    padding: 45px 20px 35px 20px;
    font-size: 20px;
  }
  .article__title {
    font-size: 30px;
  }
}

.posts-navigation {
  position: relative;
  padding-top: 66px;
  height: 298px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}



.posts-navigation .posts-navigation__img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  -webkit-filter: brightness(45%);
          filter: brightness(45%), sepia(0) saturate(0) contrast(100%) hue-rotate(0deg);
  transition: all .4s;
}

.posts-navigation a:hover .posts-navigation__img{
  -webkit-filter: grayscale(100%) sepia(1) saturate(1) brightness(45%) contrast(100%) hue-rotate(245deg);
          filter: grayscale(100%) sepia(1) saturate(1) brightness(45%) contrast(100%) hue-rotate(245deg);
}

.posts-navigation__left, .posts-navigation__right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 50%;
  background-color: #cccccc;
  text-decoration: none;
  flex-direction: column;
}

.posts-navigation__left {
  padding-right: 36px;
}

.posts-navigation__left .arrow-icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.posts-navigation__left img {
  width: 20px;
  margin-right: 10px;
}

.posts-navigation__right {
  text-align: left;
  padding-left: 68px;
}

.posts-navigation__title {
  position: relative;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.08px;
  line-height: 32px;
  z-index: 1;
}

.posts-navigation__next {
  position: relative;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  letter-spacing: -0.06px;
  line-height: 24px;
  padding-top: 92px;
}

@media screen and (max-width: 768px) {
  .posts-navigation__right {
    padding-left: 0;
  }
  .posts-navigation__title {
    font-size: 14px;
  }
}


/* new footer */

.footer_col .title, .footer_col a, .footer_col li span, .footer_location .title, .footer_subscrible .title {
  color: #8998aa;
  font-size: 15px;
  font-family: Roboto, sans-serif;
}

.footer_bottom .footer_address, .footer_bottom a {
    line-height: 1.15;	
}

.footer_col .title,
.footer_subscrible .title,
.footer_location .title {
	text-transform: uppercase;
	letter-spacing: 1.2px;
}

.footer {
  padding: 62px 0 30px;
  background-image: url(/static/images/Combined_Shape.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left;
}

.footer .container {
  max-width: 1060px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}

.footer_logo {
  width: 176px;
}

.footer_logo img {
	max-width: 100%;
	height: auto;
}

.footer_social{
  margin-top: 25px;
  text-align: center
}

.footer_social.mobile{
  display: none;
}
.footer_apps{
  margin-top: 75px;
  text-align: center

}

.footer_apps .link{
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.footer_apps .link img{
  width: 140px;
  height: 41px;
}

.footer_social .link {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}

.footer_social .link svg {
  -webkit-transition: fill .4s;
  transition: fill .4s
}

.footer_social .link:hover svg {
  fill: #211a52 !important
}

.footer_col {
  margin-left: 10px;
  margin-right: 10px
}

.footer_col:first-of-type {
  width: 176px;
  margin: 0
}

.footer_col .title {
  margin: 40px 0 17px;
  font-weight: 600;
  font-family: "NunitoSans", sans-serif;
  color: #42337E;
}


.footer_col .menu {
  margin: 0;
  padding: 0
}

.footer_col li {
  list-style: none;
  margin-bottom: 5px
}

.footer_col li a {
  color: #50606B;
  font-family: "NunitoSans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.04px;
  line-height: 24px;
	text-decoration: none;
}

.footer_col li a:hover {
	text-decoration: underline;	
}

.footer_col li span {
  display: block;
  margin-top: 30px;
  margin-bottom: 16px
}

.footer_col .download_app {
  display: inline-block
}

.footer_col .download_app:not(:last-of-type) {
  margin-right: 20px
}

.footer_col a:hover {
  text-decoration: underline
}

.footer_subscrible {
  text-align: center;
  min-width: 276px
}

.footer_subscrible .title {
  margin: 40px 0 17px;
  font-weight: 600;
  font-family: "NunitoSans", sans-serif;
  color: #42337E;
}

.footer_location {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 276px;
  width: 100%;
}

.footer_location ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin-top: 0;
}

.footer_location a {
  color: #8998aa;
  text-decoration: none;
  font-family: "NunitoSans", sans-serif;
  opacity: .8;
  font-size: 14px;
  white-space: nowrap;
}

.footer_location a:hover {
  text-decoration: underline
}

.footer_location ul li+li {
  border-left: 1px solid rgba(137, 152, 170, .8);
}

.footer_location ul li:last-child {
  border-right: 1px solid rgba(137, 152, 170, .8);
}

.footer_location ul li {
  padding: 0 5px;
  margin-top: 5px
}

.footer_location .title {
  margin: 40px 0 17px;
  font-family: "NunitoSans", sans-serif;
  font-weight: 600;
  color: #42337E;
}

.subscrible_wrap input {
  display: block;
  width: 100%;
  height: 57px;
  margin-bottom: 16px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  text-align: center
}

.notification-contact-form{
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 105;
  transition: all .6s;
}

.notification-contact-form.show{
  top: 0;
}

.notification-contact-form img{
  margin-right: 20px;
}

.notification-contact-form span{
  font-family: "NunitoSans", sans-serif;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.0507936px;
  color: #9da0a2;
}

.subscrible_wrap input[type=email] {
  border: 2px solid #D5CBF1;
  color: #211a52;
  outline-color: #ffcc01
}

.subscrible_wrap input[type=email]::-webkit-input-placeholder {
  color: #D5CBF1;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]::-moz-placeholder {
  color: #D5CBF1;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]:-moz-placeholder {
  color: #D5CBF1;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]:-ms-input-placeholder {
  color: #D5CBF1;
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=email]:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease
}

.subscrible_wrap input[type=submit] {
  border: 0;
  color: #FFFFFF;
  background-color: #35D073;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "NunitoSans", sans-serif;
  outline: 0;
  -webkit-transition: box-shadow .4s;
  transition: box-shadow .4s;
}

.footer_bottom .copy, .footer_bottom a {
  color: #8998aa;
  font-family: Roboto, sans-serif
}

.subscrible_wrap input[type=submit]:hover {
  box-shadow: 0 0 20px 0 rgba(53, 208, 115, .4)
}

.subscrible_wrap .message {
  display: none;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  border: 2px solid #ffcc01;
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  padding-top: 24px;
  border-top: 1px solid rgba(151, 151, 151, .15)
}

.footer_bottom .bottom_menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0
}

.footer_bottom li {
  display: inline-block;
  vertical-align: top
}

.footer_bottom li:not(:last-of-type)::after {
  content: '';
  display: inline-block;
  height: 23px;
  width: 2px;
  margin-left: 27px;
  margin-right: 27px;
  background-color: #979797;
  opacity: .38;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px)
}

.footer_bottom a {
  text-decoration: none;
  vertical-align: top;
  letter-spacing: 1px
}

.footer_bottom a:hover {
  text-decoration: underline
}

.footer_bottom .copy {
  text-align: center;
  min-width: 276px;
  margin: 0;
  font-family: "NunitoSans", sans-serif;
  opacity: .8;
  font-size: 14px
}

.footer_bottom .footer_address, .footer_bottom a {
  min-width: 276px;
  margin: 0;
  opacity: .8;
  font-family: "NunitoSans", sans-serif;
  font-size: 12px;
}

.footer_bottom .footer_address {
  color: #8998aa;
  text-align: right;
}


@media screen and (max-width:1030px) {
  .footer {
    padding: 10px 0
  }
  .footer .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .footer_logo {
    display: none
  }
  .footer_col {
    min-width: 31%;
    margin-left: 1%;
    margin-right: 1%
  }
  .footer_col .title, .footer_subscrible .title {
    margin-top: 20px
  }
}

@media screen and (max-width:960px) {
	.footer_col {
    min-width: 28%
  }
  .footer_bottom li:not(:last-of-type)::after {
    margin-left: 10px;
    margin-right: 10px
  }
}

@media screen and (max-width:780px) {
	.footer_bottom .footer_address, .footer_bottom a, .header_form-second {
    	text-align: center;
	}
	
	.footer_col:first-of-type {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
  .footer_bottom {
    flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    align-items: center;
  }
  .footer_bottom .copy {
    text-align: center;
    padding-right: 0
  }
  .footer_social {
    margin-top: 20px
  }
	
	.footer_col {
    min-width: 46%
  }
  .footer_col:nth-of-type(3) {
    text-align: right
  }
  .footer_col:nth-of-type(3) li {
    text-align: right;
    padding-left: 45px
  }
  .footer_col:nth-of-type(4) {
    /* margin-top: 20px; */
    min-width: 96%
  }
  .footer_bottom .copy {
    width: 100%;
    margin: 20px 0
  }
  .footer_bottom .bottom_menu {
    display: block;
    text-align: center
  }
}

@media screen and (max-width:680px) {
	
}

@media screen and (max-width:590px) {
	.footer_apps{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  .footer_col {
    min-width: auto;
    width: 100%
  }

  .footer_col ul li,
  .footer_col h3{
    text-align: center !important;
    padding: 0 !important;
  }
  .footer_col:first-of-type{
    order: 0
  }
  .footer_social.desktop{
    display: none;
  }
  .footer_social.mobile{
    display: block;
    width: 100%;
  }
}

@media screen and (max-width:500px) {
	.footer_bottom li:not(:last-of-type)::after {
    margin-left: 6px;
    margin-right: 6px
  }
  .footer_bottom a {
    font-size: 10.8px
  }
  .footer_col .title {
    font-size: 14px
  }
  .footer_col a, .footer_col li span {
    font-size: 12px
  }
  .footer_col .download_app:not(:last-of-type) {
    display: block;
    margin-right: 0;
    margin-bottom: 10px
  }
  .footer_bottom {
    margin-top: 30px
  }
}

@media screen and (max-width:480px) {
	.footer_bottom .footer_address, .footer_bottom a{
    font-size: 14px;
  }
  .footer_bottom{
    padding-bottom: 30px;
  }
  .footer_bottom .copy{
    margin: 10px 0;
  }
}

.error-page {
  padding: 50px 0;
  background-image: url(/static/images/bg1-filled.png);
  background-size: 108%;
  background-repeat: no-repeat;
  background-position: -7px 44px;
}

.error-page__content {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: auto;
    text-align: center;
    max-width: 400px;
}

.error-page__image {
  width: 60px;
  max-width: 100%;
  height: auto;
}

.error-page__title {
  margin: 15px 0 20px;
  font-size: 38px;
  letter-spacing: -0.12px;
  color: #323C47;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}

.error-page__subtitle {
  font-size: 26px;
  letter-spacing: -0.12px;
  color: #323C47;
  font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
}

.error-page__content p {
  max-width: 300px;
  color: #50606B;
  font-family: "Nunito Sans",sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.04px;
  line-height: 28px;
	
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.error-page__link {
    display: inline-flex;
    align-items: center;
    padding: 15px 25px;
    margin-bottom: 16px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 10px;
    text-align: center;
    border: 0;
    color: #FFFFFF;
    background-color: #35D073;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    font-family: "Nunito Sans",sans-serif;
    outline: 0;
    transition: 0.4s;
}

.error-page__link:hover {
  box-shadow: 0 0 20px 0 rgba(53, 208, 115, .4);
}

.error-page__link img {
  margin-right: 10px;
  width: 13px;
  height: 13px;
  transition: 0.4s;
}

.error-page__link:hover img {
  transform: translateX(-5px);
}

.article h3 {
	margin: 15px 0;
    font-size: 20px;
}

.article p {
	margin-bottom: 25px;
	font-size: 16px;
    line-height: 24px;
}

.article .alignnone {
	max-width: 100%;
	height: auto;
}

@media (max-width: 576px) {
  .error-page__image {
    width: 40px;
  }

  .error-page__title {
    margin: 10px 0;
    font-size: 30px;
  }

  .error-page__subtitle {
    font-size: 20px;
  }

  .error-page__content p {
    font-size: 16px;
    line-height: 23px;
  }
}


/*********/


.new-article .article__post-date{
    margin-bottom: 25px;
}

.new-article .article__post-date > span {
	white-space: nowrap;
}

.new-article span.post-profile {
    font-family: sans-serif;
    font-size: 15px;
    color: #B6A8FA;
    display: block;
}

.new-article span.post-date {
    font-size: 15px;
    text-transform: inherit;
    display: block;
}

.new-article span.post-theme {
    font-size: 15px;
    font-weight: 500;
    text-transform: inherit;
    color: #B6A8FA;
    display: block;
}
.new-article .post-head span:before {
    border-left: 1px solid currentColor;
    content: "";
    display: inline-block;
    height: 1.1em;
    margin: 0 .4em;
    vertical-align: middle;
    width: 2px;
}
.new-article .post-head span:first-child:before {
    content: none;
}
.post_content{
    display: flex;
    justify-content: space-between;
}
.post_content .content{
    width: 70%;
}
.post_content .post_author{
    flex: none;
    width: 25%;
}
.post_content .post_author > img{
        object-fit: contain;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.post_content .post_author .article__author_bio{
    font-size: 15px;
    font-family: "Nunito Sans", sans-serif;
    color: #938EAA;
}
.post_content .post_author .article__author_name{
	margin-bottom: 10px
}
.post_content .article__author_socials{
    margin-top: 20px;
}
.post_content .article__author_socials a{
    margin-right: 10px;
}
.post_content .article__author_socials a img{
width: 20px;
height: 20px;
}

@media (max-width: 991px) {
	.post_content {
		flex-direction: column;
	}
	
	.post_content .content,
	.post_content .post_author {
    	width: 100%;
	}
	
	.post_content .post_author {
		padding-top: 15px;
	    border-top: 1px solid #938EAA;	
	}
}

.new-article ol li{
    color: #938EAA;
    font-family: "NunitoSans-ExtraBold", sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.12px;
    line-height: 22px;
}

.new-article ul li{
    font-family: "Nunito Sans", sans-serif;
    color: #938EAA;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.05px;
    line-height: 22px;
}

.new-article li a{
    color: #4a92ff;
    text-decoration: none;
}

.new-article .dataTables_wrapper{

}

.new-article .dataTables_wrapper table{
border: 1px solid #e8e8e8;
}

.new-article .dataTables_wrapper table th, .new-article .dataTables_wrapper table td{
    text-align: center;
    border: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 14px;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #e8e8e8;
}

.new-article .dataTables_wrapper table .odd th, .new-article .dataTables_wrapper table .odd td {
    background: #f9f9f9;
}

.new-article img.aligncenter{
	width: 100%;
    height: auto
}

.share-social {
	display: flex;
	align-items: center
}

.share-social div:not(:last-child) {
	margin-right: 10px;
}

.share-social button{
	    background-color: #b6a8fa;
    border: 0;
    color: #fff;
    padding: 5px 20px;
    cursor: pointer;
}

.share-social span.share_this{
	display: block;
    color: #483F76;
    font-family: "NunitoSans-ExtraBold", sans-serif;
    margin-right: 20px;
    font-weight: bold;
}

.share-social a {
    display: block;	
	padding: 7px 15px;
	text-decoration: none;
    font-family: "Nunito Sans", sans-serif;	
    color: #fff;	
	transition: 0.4s;	
}

.share-social a:hover {
	opacity: 0.8;
}

.share-social .facebook a {
    background-color: #4267b2;	
}

.share-social .twitter a {
    background-color: #1da1f2;	
}

.share-social .linkedin a {
    background-color: #1da1f2;	
}

.share-social .pinterest a {
    background-color: #e60023;	
}

@media (max-width: 991px) {
	.share-social {
	    margin-top: 20px;	
	}
}

@media (max-width: 768px) {
	.new-article .dataTables_wrapper {
	    overflow-x: auto;	
	}
	
	.new-article .dataTables_wrapper table {
		 min-width: 768px;
    	width: 768px;
	}
	
	.article blockquote {
		padding: 15px 50px;
	}
	
	blockquote img.author_photo {
		display: none;
	}
	
	.article blockquote p {
	    font-size: 18px;
	    line-height: 22px;	
	}
	
	.article blockquote:after {
		top: 20px;
		left: 20px;
		font-size: 50px;
	}
}

@media (max-width: 576px) {
	.share-social {
		flex-wrap: wrap;
	}
	
	.share-social div {
		margin-top: 15px;
		margin-right: 0;
		width: calc(50% - 7.5px);
		justify-content: space-between;
		text-align: center;
	}
}


.text_block{
    width: 100%;
    border: 2px solid #e8e8e8;
}
.text_block_title{
    padding: 15px 20px;
    font-size: 18px;
    color: #483F76;
    font-family: "NunitoSans-ExtraBold", sans-serif;
    font-weight: bold;
    background: #F5E752;
}
.text_block_content{
	padding: 15px;
    color: #938EAA;
    font-size: 14px;
    line-height: 20px;
    font-family: "Nunito Sans", sans-serif;
}
.text_block_content p:last-child{
	margin-bottom: 0;
}
.text_block_style_1{
    border: none;	
}
.text_block_style_2{
}
.text_block_style_3{
	border-color: #F5F8FC;
}

.text_block_style_1 .text_block_content {
    border: 2px solid #e8e8e8;
	border-top-width: 0;
}

.text_block_style_1 .text_block_title {
    border-radius: 5px 5px 0 0;	
	padding: 10px 15px;
}

.text_block_style_2 .text_block_title{
    display: none;	
}
.text_block_style_2 .text_block_content {
	color: #483F76;
    font-weight: 700;	
}
.text_block_style_3 .text_block_content{
	background: #F5F8FC;
}

.last_update_item {
	margin-top: 20px;
	font-size: 14px;
    line-height: 20px;
    font-family: "Nunito Sans", sans-serif;
    letter-spacing: -0.05px;
}

.last_update_item_title {
	font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #b9b9b9;
}

.last_update_item_message {
	padding-top: 10px;
    color: #938EAA;	
}

.rating_block{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.rating_block span{
 	display: block;
    color: #483F76;
    font-family: "NunitoSans-ExtraBold", sans-serif;
    margin-right: 20px;
    font-weight: bold;
}
.wrap{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}
.wrap.show{
	visibility: visible
}
.wrap .overlay{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: #00000073;
}
.wrap .modal{
	z-index: 2;
    background-color: #fff;
    padding: 40px;
    border-radius: 5px;
	position: relative;
	transform: translatey(-20px);
	transition: .4s;
	opacity: 0
}
.wrap.show .modal{
	transform: translatey(0);
	opacity: 1
}
.modal span{
	color: #000000;
    font-family: "NunitoSans-ExtraBold", sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.modal_close{
	position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
    transform: rotate(45deg);
    line-height: 18px;
    cursor: pointer;
}

.last-updates-block{
	padding: 25px;
    margin-top: 30px;
    background-color: #b6a8fa4d;	
}
.last-updates-block .last_update_item:first-child{
	    margin: 0;
}

.new-article .social-block {
	display: none;
}


.new-article .alignnone figcaption {
	font-family: "Nunito Sans", sans-serif;
}


.article .back-btn {
	border-left: none;
	padding-left: 0;
}

.article .back-btn .arrow-icon {
	margin-left: 0;
}


.header__post_left {
    max-height: 560px;
}

.header__post_left img {
    object-fit: cover;	
}

.blog__item p.blog__item-content{
    height: 90px;
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
}
.blog__item p.blog__item-content:before{
	width: 100%;
    content: '';
    height: 90px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgba(255,255,255,0),#fff 100%);
}

.ajax_older_posts{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.ajax_older_posts-btn{
	font-size: 15px;
    font-weight: 600;
    width: auto;
    height: 42px;
    line-height: 42px;
    background: transparent;
    color: #fff;
    border: none;
    border-radius: 4px;
    margin: 0 0 4px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.ajax_older_posts-btn .spinner_block{
	height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 4px;
    display: none;
}
.ajax_older_posts-btn.load .spinner_block{
	display: block;
}
.ajax_older_posts-btn.done{
	cursor: default;
    opacity: .15;
    background-color: #ed7070;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    
    display: none !important;
}
.preload{
	grid-row-end: span 18;
    opacity: 0;
    transition: .8s;
}
.blog__item._test .content{
	height: 100%;
    display: flex;
    flex-direction: column;
}
.blog__item._test .content .descr{
	flex: auto;
}

/********************/
@keyframes ldio-18zi6dqf8l8 {
  0% { opacity: 1 }
  100% { opacity: 0 }
}
.ldio-18zi6dqf8l8 div {
  left: 46.5px;
  top: -1px;
  position: absolute;
  animation: ldio-18zi6dqf8l8 linear 1s infinite;
  background: #000000;
  width: 7px;
  height: 20px;
  border-radius: 0px / 0px;
  transform-origin: 3.5px 51px;
}.ldio-18zi6dqf8l8 div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9411764705882353s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(2) {
  transform: rotate(21.176470588235293deg);
  animation-delay: -0.8823529411764706s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(3) {
  transform: rotate(42.35294117647059deg);
  animation-delay: -0.8235294117647058s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(4) {
  transform: rotate(63.529411764705884deg);
  animation-delay: -0.7647058823529411s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(5) {
  transform: rotate(84.70588235294117deg);
  animation-delay: -0.7058823529411765s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(6) {
  transform: rotate(105.88235294117646deg);
  animation-delay: -0.6470588235294118s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(7) {
  transform: rotate(127.05882352941177deg);
  animation-delay: -0.5882352941176471s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(8) {
  transform: rotate(148.23529411764707deg);
  animation-delay: -0.5294117647058824s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(9) {
  transform: rotate(169.41176470588235deg);
  animation-delay: -0.47058823529411764s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(10) {
  transform: rotate(190.58823529411765deg);
  animation-delay: -0.4117647058823529s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(11) {
  transform: rotate(211.76470588235293deg);
  animation-delay: -0.35294117647058826s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(12) {
  transform: rotate(232.94117647058823deg);
  animation-delay: -0.29411764705882354s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(13) {
  transform: rotate(254.11764705882354deg);
  animation-delay: -0.23529411764705882s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(14) {
  transform: rotate(275.29411764705884deg);
  animation-delay: -0.17647058823529413s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(15) {
  transform: rotate(296.47058823529414deg);
  animation-delay: -0.11764705882352941s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(16) {
  transform: rotate(317.6470588235294deg);
  animation-delay: -0.058823529411764705s;
  background: #000000;
}.ldio-18zi6dqf8l8 div:nth-child(17) {
  transform: rotate(338.8235294117647deg);
  animation-delay: 0s;
  background: #000000;
}
.loadingio-spinner-spinner-88m6jt1nvef {
  width: 20px;
  height: 20px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio-18zi6dqf8l8 {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.2);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-18zi6dqf8l8 div { box-sizing: content-box; }
/* generated by https://loading.io/ */