@charset "UTF-8";
@font-face {
  font-family: "Co Headline Corp";
  src: local("Co Headline Corp Light"), local("Co-Headline-Corp-Light"), url("fonts/coheadlinecorp-light.woff2") format("woff2"), url("fonts/coheadlinecorp-light.woff") format("woff"), url("fonts/coheadlinecorp-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 400;
  src: url(fonts/roboto-regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 500;
  src: url(fonts/roboto-medium.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-weight: 300;
  src: url(fonts/roboto-light.ttf) format("truetype");
  font-display: swap;
}



/* @font-face {
  font-family: 'Codec Cold', Arial, sans-serif;
src: url("../fonts/CodecColdRegular/Codec-Cold-Regular.eot");
src: url("../fonts/CodecColdRegular/Codec-Cold-Regular.eot?#iefix") format("embedded-opentype"),
url("../fonts/CodecColdRegular/Codec-Cold-Regular.woff") format("woff"),
url("../fonts/CodecColdRegular/Codec-Cold-Regular.ttf") format("truetype");
font-style: normal;
font-weight: 400;
}

@font-face {
  font-family: 'Codec Cold', Arial, sans-serif;
src: url("../fonts/CodecColdBold/Codec-Cold-Bold.eot");
src: url("../fonts/CodecColdBold/Codec-Cold-Bold.eot?#iefix") format("embedded-opentype"),
url("../fonts/CodecColdBold/Codec-Cold-Bold.woff") format("woff"),
url("../fonts/CodecColdBold/Codec-Cold-Bold.ttf") format("truetype");
font-style: normal;
font-weight: 700;
} */


@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1302px;
    margin: 0 auto;
  }
}
.container-1440 {
  margin: 0 auto;
  max-width: 1440px;
}

@media (max-width: 768px) {
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
header {
  height: 99px;
  border-bottom: 1px solid rgba(148, 158, 174, 0.3);
  background: #101E2A;
}
header .container-fluid {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 768px) {
  header .main-menu {
    display: none;
  }
  .call-us.mob-call{
    margin-left: 30px;
  /*   flex-grow: 1; */
  }
}
@media (min-width: 768.9px) {
  .call-us.mob-call {
   display: none;
  }
 
}
@media (max-width: 368px) {

  .call-us.mob-call{
 max-width: 160px;
 margin-left: 10px;
  }
}
.lang{
  display: flex;
  align-items: center;
}
.main-menu {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: center;
}
.lang-item.current-lang a{
  color: #ff5353;
  font-size: 20px;

}
.lang-item{
  list-style-type: none;
  margin-right: 10px;

}
.latest-news.blog-section.service-home{
  padding-top: 80px;
}
.menu-mob .lang{
  justify-content: center;
}
.lang-item a{

  font-size: 20px;
  color: #fff;
}
.main-menu ul {
  height: 100%;
  margin: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.main-menu ul li {
  margin-right: 70px;
}
@media (max-width: 1200px) {
  .main-menu ul li {
    margin-right: 38px;
  }
}
@media (max-width: 850px) {
  .main-menu ul li {
    margin-right: 28px;
  }
}
@media (max-width: 800px) {
  .main-menu ul li {
    margin-right: 20px;
  }
}
.main-menu ul li a {
  font-family: "Co Headline Corp";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  padding-top: 20px;
  /* identical to box height */
  text-decoration: none;
  position: relative;
  color: #949EAE;
}
.main-menu ul li a:before {
  position: absolute;
  content: "";
  width: 0px;
  height: 1px;
  top: calc(100% + 1px);
  left: 0;
  background: #ff5353;
  opacity: 1;
  transition: width 0.5s ease;
}
.main-menu ul li:hover a {
  color: #FFFFFF;
}
.main-menu ul li:hover a:before {
  opacity: 1;
  width: 100%;
}

.call-us {
  display: flex;
  align-items: center;
}

.main-btn {
  /* Purple */
  text-align: center;
  border: none;
  width: max-content;
  background: #ff5353;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 10px 16px;
  font-family: Co Headline Corp;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  cursor: pointer;
  color: #FFFFFF;
  transition: all 0.2s ease;
}
.main-btn:hover {
  text-decoration: none;
  background: #489FDF;
  color: #FFFFFF;
}

.starter-section {
  background: #101E2A;
  padding-top: 48px;
}
.starter-section .main-btn.main-btn-mob {
  display: none;
}
@media (max-width: 768px) {
  .starter-section .main-btn {
    display: none;
  }
  .starter-section .main-btn.main-btn-mob {
    display: block;
  }
}
.starter-section > .container-fluid {
  position: relative;
  z-index: 3;
}

.starter-slider .slick-track {
  display: flex !important;
}
.starter-slider .slick-slide {
  height: inherit !important;
}
.starter-slider .slick-list.draggable {
  border-radius: 5px;
}
@media (max-width: 768px) {
  .starter-slider .slick-list.draggable {
    border-radius: 0px;
  }
}

footer, .burger-menu {
  border-top: 1px solid #243748;
  background: #101E2A;
}
footer .social-links a, .burger-menu .social-links a {
  margin-left: 24px;
}
footer .social-links a:hover path, .burger-menu .social-links a:hover path {
  fill: #ff5353;
}
footer .social-links a img, .burger-menu .social-links a img {
  opacity: 0.8;
  transition: all .2s;
}
footer .social-links a:hover img, .burger-menu .social-links a:hover img {
  opacity: 1;
}
footer .social-links a:hover .link-hover, .burger-menu .social-links a:hover .link-hover {
  display: block;
}
footer .social-links .link-hover, .burger-menu .social-links .link-hover {
  display: none;
}
footer .container-fluid, .burger-menu .container-fluid {
  display: flex;
  flex-direction: row;
}
footer .main-menu, .burger-menu .main-menu {
  margin-top: 31px;
}
footer .footer-info, .burger-menu .footer-info {
  display: flex;
  flex-direction: row;
  margin-bottom: 118px;
  justify-content: flex-end;
  margin-top: 43px;
}
footer .footer-info > div, .burger-menu .footer-info > div {
  display: flex;
  align-items: center;
}
footer .footer-info span, .burger-menu .footer-info span {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  /* identical to box height, or 138% */
  display: flex;
  align-items: center;
  color: #949EAE;
}
footer .footer-rights, .burger-menu .footer-rights {
  margin-right: 68px;
}
@media (max-width: 865px) {
  footer .footer-rights, .burger-menu .footer-rights {
    margin-right: 20px;
  }
}
footer .footer-policy, .burger-menu .footer-policy {
  margin-right: 20px;
}
footer .footer-terms, .burger-menu .footer-terms {
  margin-right: 150px;
}
@media (max-width: 1200px) {
  footer .footer-terms, .burger-menu .footer-terms {
    margin-right: 50px;
  }
}
@media (max-width: 865px) {
  footer .footer-terms, .burger-menu .footer-terms {
    margin-right: 0px;
  }
}
footer .menu-mob, .burger-menu .menu-mob {
  display: none;
  flex-direction: column;
  width: 100%;
}
footer .menu-mob .menu, .burger-menu .menu-mob .menu {
  padding: 0;
}
footer .menu-mob .footer-mob-logo, .burger-menu .menu-mob .footer-mob-logo {
  display: flex;
  justify-content: center;
}
footer .menu-mob .footer-info, .burger-menu .menu-mob .footer-info {
  flex-direction: column;
  margin-bottom: 8px;
  align-items: center;
}
footer .menu-mob .call-us, .burger-menu .menu-mob .call-us {
  margin-top: 16px;
  margin-bottom: 40px;
}
footer .menu-mob .footer-terms, footer .menu-mob .footer-policy, footer .menu-mob .footer-rights, .burger-menu .menu-mob .footer-terms, .burger-menu .menu-mob .footer-policy, .burger-menu .menu-mob .footer-rights {
  margin-right: 0;
  margin-bottom: 16px;
}
footer .menu-mob .social-links, .burger-menu .menu-mob .social-links {
  margin-bottom: 40px;
}
footer .menu-mob .main-menu, .burger-menu .menu-mob .main-menu {
  flex-direction: column;
  align-items: center;
}
footer .menu-mob .main-menu ul, .burger-menu .menu-mob .main-menu ul {
  flex-direction: column;
}
footer .menu-mob .main-menu ul li, .burger-menu .menu-mob .main-menu ul li {
  margin-right: 0;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  footer .menu-mob, .burger-menu .menu-mob {
    display: flex;
  }
  footer .menu-desk, .burger-menu .menu-desk {
    display: none;
  }
}

.starter-slider-container {
  display: flex;
  align-items: center;
  transform: translateX(99px);
  width: 59%;
  min-height: 589px;
}
@media (max-width: 1272px) {
  .starter-slider-container {
    transform: translateX(20px);
  }
}
@media (max-width: 768px) {
  .starter-slider-container {
    width: 100%;
    width: calc(100% + 40px);
    transform: none;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 26px;
    min-height: 200px;
  }
}

.burger-toggler-container {
  display: none;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  height: 99px;
}
@media (max-width: 768px) {
  .burger-toggler-container {
    display: flex;
  }
}

.burger-menu-btn {
  position: relative;
  z-index: 101;
  cursor: pointer;
}
.burger-menu-btn .bar1, .burger-menu-btn .bar2, .burger-menu-btn .bar3 {
  width: 24px;
  height: 1px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}

.change {
  /* Исчезание второй полосы */
  /* Поворот последней полосы */
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-3px, 1px);
  transform: rotate(-45deg) translate(-3px, 1px);
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -7px);
  transform: rotate(45deg) translate(-8px, -7px);
}

.fixed-page {
  overflow: hidden;
  /*запрещаем прокручивание страницы при открытом меню*/
}

/* Меню, которое будет появляться */
.burger-menu {
  position: fixed;
  overflow: auto;
  margin-top: 0;
  padding-top: 100px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: #0E1A24;
  z-index: 100;
  transform: translateX(-100%);
  transition: transform 0.5s;
}
.burger-menu .main-btn.main-btn-mob {
  display: block;
}
@media (max-width: 768px) {
  .burger-menu .main-btn {
    display: block;
  }
  .burger-menu .main-btn.main-btn-mob {
    display: none;
  }
}
.burger-menu .main-menu {
  display: flex;
  flex-direction: column;
}
.burger-menu .main-menu ul {
  flex-direction: column;
}
.burger-menu .main-menu li a {
  font-size: 18px;
}

.burger-menu.active {
  transform: translateX(0);
}

.menu li {
  list-style-type: none;
}

.starter-section {
  overflow: hidden;
}
.starter-section > div {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 768px) {
  .starter-section > div {
    flex-direction: column;
  }
}

.starter-section-title {
  font-family: Co Headline Corp;
  font-style: normal;
  font-weight: normal;
  font-size: 64px;
  margin-bottom: 56px;
  max-width: 562px;
  line-height: 131%;
  color: #FFFFFF;
}
@media (max-width: 1270px) {
  .starter-section-title {
    font-size: 4.44vw;
  }
  .starter-section-title br {
    display: none;
  }
}
@media (max-width: 768px) {
  .starter-section-title {
    font-size: 38px;
    line-height: 45px;
    max-width: 100%;
    color: #FFFFFF;
    margin-bottom: 32px;
  }
}
.starter-section-title strong {
  font-weight: normal;
  color: #ff5353;
}

.slider-controls {
  display: flex;
  flex-direction: row;
  height: 30px;
}
.slider-controls .next-video {
  cursor: pointer;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  display: flex;
  white-space: nowrap;
  padding-left: 10px;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  text-transform: uppercase;
  color: #FFFFFF;
}
.slider-controls .next-video:hover {
  color: #ff5353;
}
.slider-controls-left {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.slider-controls-left:hover path {
  fill: #ff5353;
}
.slider-controls-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  margin: 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  text-transform: uppercase;
  color: #FFFFFF;
}
.slider-controls-right {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(180deg);
}
.slider-controls-right:hover path {
  fill: #ff5353;
}

.starter-section-info {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

.starter-slider {
  width: 100%;
}
.starter-slider .slick-slide img {
  width: calc(100%);
  object-fit: cover;
  height: 100%;
}

@media (max-width: 768px) {
  .starter-controls {
    width: 100px;
  }
}

.starter-slider-desc {
  display: flex;
  margin-left: 117px;
  flex-direction: column;
  max-width: 250px;
}
@media (max-width: 768px) {
  .starter-slider-desc {
    width: calc(98% - 100px);
  }
}
.starter-slider-desc > div {
  font-family: Roboto;
  margin-bottom: 16px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #949EAE;
}
@media (min-width: 769px) and (max-width: 1220px) {
  .starter-slider-desc {
    margin-left: 50px;
  }
}
@media (max-width: 768px) {
  .starter-slider-desc {
    max-width: 100%;
    margin-left: 30px;
  }
}

.nav-cross {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  text-transform: uppercase;
  z-index: 3;
  color: #FFFFFF;
  position: absolute;
  transform: rotate(-90deg);
  left: 25px;
  top: 138px;
  width: auto;
}
.nav-cross span {
  width: 200px;
  display: block;
  height: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  /* identical to box height, or 171% */
  text-transform: lowercase;
  /* identical to box height, or 171% */
}
.nav-cross:before {
  content: "";
  width: 80px;
  height: 1px;
  position: absolute;
  left: -100px;
  top: 50%;
  z-index: 3;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .nav-cross {
    display: none;
  }
}
@media (min-width: 1441px) {
  .nav-cross {
    left: 5.806vw;
  }
}
.error-message{
  padding-left: 10px;
  color: red;
  position: absolute;
  top: 60px;
}
.discover-section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  height: 100%;
}
.discover-section-bg img {
  max-width: 100%;
  height: 100%;
}
.discover-section-bg div {
  width: 100%;
  height: 100%;
}
.discover-section-bg .mob {
  display: none;
}
@media (max-width: 768px) {
  .discover-section-bg {
    bottom: 30px;
    top: auto;
    height: auto;
  }
  .discover-section-bg .desk {
    display: none;
  }
  .discover-section-bg .mob {
    display: block;
    width: 100%;
    height: auto;
  }
  .discover-section-bg .mob img {
    width: 100%;
    height: auto;
  }
}
.ultimate-section.personal-section.balance-section{
  max-height: 100%;
}
@media (min-width: 768px) {
.description-container.p--r{
  padding-left: 230px!important;
  padding-right: 30px;
}
}
.ultimate-section {
  background: #D1C1A8;
  overflow: hidden;
  position: relative;
}
.ultimate-section .container-fluid {
  padding-top: 120px;
  padding-bottom: 130px;
  position: relative;
}
@media (max-width: 768px) {
  .ultimate-section .container-fluid {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.ultimate-section .nav-cross {
  color: #101E2A;
}
.ultimate-section .nav-cross:before {
  background: #101E2A;
}
@media (max-width: 1200px) {
  .ultimate-section .nav-cross {
    display: none;
  }
}
.ultimate-section .divider {
  width: 247px;
  height: 2px;
  margin-bottom: 80px;
  background: #101E2A;
}
@media (max-width: 768px) {
  .ultimate-section .divider {
    margin-bottom: 64px;
  }
}
.ultimate-section .title {
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 68px;
  /* or 142% */
  font-family: Co Headline Corp;
  color: #101E2A;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ultimate-section .title {
    font-size: 38px;
    line-height: 45px;
  }
}
.ultimate-section .subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #101E2A;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .ultimate-section .subtitle {
    margin-bottom: 32px;
  }
}
.ultimate-section .container-fluid > div {
  max-width: 350px;
}
@media (min-width: 1210px) {
  .ultimate-section .container-fluid > div {
    max-width: 550px;
  }
}
@media (max-width: 768px) {
  .ultimate-section .container-fluid > div {
    max-width: 100%;
    margin-left: 0;
  }
}
.ultimate-section-bg {
  position: absolute;
  right: -84px;
  top: 0;
  height: 100%;
}
@media (max-width: 1000px) {
  .ultimate-section-bg {
    right: 0;
    max-width: 350px !important;
  }
}
@media (max-width: 850px) {
  .ultimate-section-bg {
    max-width: 290px !important;
  }
}
.ultimate-section-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .ultimate-section-bg {
    position: static;
    margin-left: -20px !important;
    margin-right: -20px;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px) !important;
  }
  .ultimate-section-bg img {
    height: auto;
    max-height: 500px;
  }
}

.works-slider {
  width: calc(100% + 99px);
}
@media (max-width: 1272px) {
  .works-slider {
    width: calc(100% + 20px);
  }
}
@media (max-width: 768px) {
  .works-slider {
    width: 100%;
    width: calc(100%);
    transform: none;
  }
}

.works-section {
  padding-top: 140px;
  padding-bottom: 180px;
  overflow: hidden;
  background: #101E2A;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .works-section {
    padding-top: 100px;
    padding-bottom: 150px;
  }
}
.works-section .container-fluid > div {
  padding-left: 17%;
}
@media (max-width: 768px) {
  .works-section .container-fluid > div {
    padding-left: 0;
  }
}
.works-section .title {
  font-family: Co Headline Corp;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 68px;
  margin-bottom: 40px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .works-section .title {
    font-size: 32px;
    line-height: 38px;
  }
}
.works-section .subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
  color: #949EAE;
}
@media (max-width: 768px) {
  .works-section .subtitle {
    margin-bottom: 32px;
  }
}
.works-section .work-desc-slider {
  flex-grow: 1;
  overflow: hidden;
}
.works-section .work-desc {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .works-section .work-desc {
    flex-direction: row-reverse;
  }
  .works-section .work-desc .next-video {
    display: none;
  }
}
.works-section .work-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #FFFFFF;
  flex-grow: 1;
}
.works-section .work-name span {
  max-width: 500px;
  display: block;
}
@media (max-width: 768px) {
  .works-section .work-name {
    margin-left: 20px;
    width: 100%;
  }
}
.works-section .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 /*  max-width: 400px; */
  height: 500px;
}

.reviews-section {
  position: relative;
  background: #101E2A;
  padding-top: 120px;
}
@media (max-width: 992px) {
  .reviews-section {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
  }
}
.reviews-section .nav-cross {
  color: #C8CBCF;
  top: 190px;
}
.reviews-section .nav-cross:before {
  background: #C8CBCF;
}
.reviews-section .container-fluid {
  position: relative;
  z-index: 2;
  background: #F1EDE6;
  border-radius: 10px;
  padding-top: 120px;
  padding-bottom: 126px;
}
@media (max-width: 768px) {
  .reviews-section .container-fluid {
    padding-top: 50px;
  }
}
@media (max-width: 550px) {
  .reviews-section .container-fluid {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 0px;
  }
}
.reviews-section .container-fluid > div {
  padding-left: 10%;
}
@media (max-width: 768px) {
  .reviews-section .container-fluid > div {
    padding-left: 0%;
  }
}
.reviews-section .reviews-header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.reviews-section .reviews-header .slider-controls {
  margin-right: 65px;
}
@media (max-width: 550px) {
  .reviews-section .reviews-header .slider-controls {
    display: none;
  }
}
.reviews-section .title {
  font-family: Co Headline Corp;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 68px;
  /* identical to box height, or 142% */
  flex-grow: 1;
  color: #151E29;
}
@media (max-width: 768px) {
  .reviews-section .title {
    font-size: 32px;
    line-height: 38px;
  }
}
.reviews-section .slider-controls .slider-controls-text {
  color: #525252 !important;
}
.reviews-section .slider-controls path {
  fill: #525252;
}
.reviews-section .review-slide-content {
  width: 320px;
  min-height: 334px;
  height: 90%;
  border: 1px solid #C8CBCF;
  border-radius: 10px;
  padding: 30px 25px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .reviews-section .review-slide-content {
    margin: 0 auto;
  }
}
@media (max-width: 550px) {
  .reviews-section .review-slide-content {
    min-width: 210px;
    width: 320px;
    padding: 20px;
    width: 80%;
    margin-left: 20px;
    margin-right: 20px;
  }
  .reviews-section .review-slider {
    margin: 0 20px;
    }
}
@media (min-width: 550px) and (max-width: 650px) {
  .reviews-section .review-slide-content {
    width: 230px;
    padding: 25px 20px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .reviews-section .review-slide-content {
    width: 250px;
    padding: 32px 28px;
  }
}
.reviews-section .review-slide-image {
  margin-bottom: 24px;
  height: 48px;
}
.reviews-section .review-slide-image img {
  height: 48px;
  width: 48px;
  object-fit: contain;
  border-radius: 50%;
}
.reviews-section .review-slide-desc {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  margin-bottom: 21px;
  flex-grow: 1;
  color: #525252;
}
.reviews-section .review-slide-name {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* identical to box height, or 150% */
  display: flex;
  align-items: center;
  color: #949EAE;
}
.reviews-section .reviews-slider-container {
  margin-top: 65px;
}
@media (max-width: 550px) {
  .reviews-section .reviews-slider-container {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
.reviews-section .slick-track {
  display: flex !important;
}
.reviews-section .slick-slide {
  height: inherit !important;
}

.blog-section {
  overflow: hidden;
  padding-top: 180px;
  padding-bottom: 180px;
  background: #101E2A;
  position: relative;
}
.blog-section .title {
  font-family: Co Headline Corp;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 68px;
  margin-bottom: 40px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 768px) {
  .blog-section {
    padding-bottom: 60px;
  }
}
.blog-section .title-mob {
  font-family: Co Headline Corp;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 45px;
  /* identical to box height */
  display: none;
  margin-bottom: 40px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .blog-section .title-mob {
    display: block;
  }
}
@media (max-width: 1300px) {
  .blog-section .nav-cross {
    display: none;
  }
}
.blog-section .blog-post {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
}
.blog-section .blog-post-name {
  margin-top: 32px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 42px;
  /* or 140% */
  text-decoration: none !important;
  height: 79px;
  overflow: hidden;
  color: #FFFFFF;
}
.blog-section .blog-post-date-desk {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
  /* identical to box height, or 108% */
  /* Grey text */
  color: #949EAE;
}
@media (max-width: 768px) {
  .blog-section .blog-post-date-desk {
    display: none;
  }
}
.blog-section .blog-post-desc {
  /* 16/light */
  height: 48px;
  overflow: hidden;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  margin-top: 20px;
  margin-bottom: 24px;
  color: #949EAE;
}
.blog-section .blog-post-desc * {
  max-width: 100%;
}
@media (max-width: 768px) {
  .blog-section .blog-post-desc {
    /* display: none; */
  }


}
.blog-section .blog-post-image {
  position: relative;
  height: 324px;
}
@media (max-width: 500px) {
  .blog-section .blog-post-image {
    height: 200px;
  }
}
.blog-section .blog-post-image span {
  position: absolute;
  left: 16px;
  bottom: 16px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  /* identical to box height, or 138% */
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.blog-section .blog-post-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 10px;
}
.blog-section .blog-container {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 108px;
}
@media (max-width: 1300px) {
  .blog-section .blog-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .blog-section .blog-container {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
  }
  .blog-section .blog-container a {
    width: 100%;
    margin-bottom: 40px;
  }
  .blog-section .blog-container a .blog-post-image, .blog-section .blog-container a .blog-post-name, .blog-section .blog-container a .blog-post-desc {
    width: 100%;
  }
  .blog-section .blog-container a img {
    height: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1200px) {
  .blog-section .blog-container a img {
    height: 100%;
  }
  .blog-section .blog-container a .blog-post-image, .blog-section .blog-container a .blog-post-name {
    max-width: 100%;
  }
}
.blog-section .blog-bg {
  position: absolute;
  top: -1030px;
  right: 0;
  z-index: 1;
}

.reviews-controls-mob {
  display: none;
}
@media (max-width: 550px) {
  .reviews-controls-mob {
    display: flex;
  }
}

.reviews-section .review-slide-content {
  transition: all 0.2s ease !important;
}
@media (max-width: 550px) {
  .reviews-section .review-slide .review-slide-content {
    transition: all 0.5s ease !important;
    transform: translateX(0%);
  }
  .reviews-section .slick-snext .review-slide-content {
    transition: all 0.5s ease !important;
    transform: translateX(-10%);
  }
}

.work-desc-slider .slick-track, .starter-text-slider .slick-track, .shades-text-slider .slick-track {
  transition: none !important;
}

body {
  background: #101E2A;
}

.footer-mob-logo img {
  width: 74px;
  height: auto;
}

.header-logo {
  position: relative;
  z-index: 3;
}
.header-logo img {
  width: 160px;
  height: auto;
  border-radius: 8px;
}

.header-logo + .main-menu {
  height: 99px;
}

.fixed-page header {
  z-index: 101;
}

header {
  position: relative;
}
header .container-fluid {
  position: relative;
  z-index: 101;
}
header .main-menu {
  position: relative;
  z-index: 3;
}

.header-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
}
.header-bg img {
  width: 100%;
}

.divider {
  width: 247px;
  height: 2px;
  margin-bottom: 80px;
  background: #101E2A;
}
@media (max-width: 768px) {
  .divider {
    margin-bottom: 64px;
  }
  .header-logo img {
    width: 120px;
    height: auto;
    border-radius: 8px;
  }
  
}

.youtube-slide {
  width: 100%;
  height: 100%;
}
.youtube-slide iframe {
  width: 100%;
  height: 100%;
}

.works-slider .slick-track {
  display: flex !important;
}
.works-slider .slick-slide {
  height: inherit !important;
}
.works-slider video {
  width: 100%;
  height: 100%;
}

.blog-post:hover .blog-post-name {
  color: #ff5353;
}

img ::selection {
  background: none;
}

.starter-slider-desc p {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  /* or 150% */
  color: #949EAE;
}
.starter-slider-desc p strong {
  color: #dedede;
}

.tel-btn {
  font-family: Co Headline Corp;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  /* White */
  color: #FFFFFF !important;
  margin-right: 24px;
  text-decoration: none !important;
}
@media (max-width: 1200px) {
  .tel-btn {
    display: none;
  }
}

.tel-btn-mob {
  font-family: Co Headline Corp;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  /* White */
  text-decoration: none !important;
  color: #FFFFFF !important;
  margin-bottom: 30px;
}

.main-menu ul li.current-menu-item:hover a:before {
  width: 100%;
}

.main-menu ul li.current-menu-item a:before {
  width: 22px;
  opacity: 1;
}

.main-menu ul li.current-menu-item a {
  color: #FFFFFF;
}

.burger-menu .menu-header-menu-container {
  width: 100%;
  margin-bottom: 20px;
}
.burger-menu .menu-header-menu-container li {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0px !important;
  border-bottom: 1px solid rgba(148, 158, 174, 0.12);
}
.burger-menu .menu-header-menu-container li:last-child {
  border-bottom: 0;
}
.burger-menu .menu-header-menu-container li a {
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

@keyframes animate-circle {
  from {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.static-phone-btn {
  position: fixed;
  bottom: 20px;
  z-index: 100;
}
@media (min-width: 769px) {
  .static-phone-btn {
    display: none;
  }
}
.static-phone-btn .phone-icon {
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  z-index: 100;
  background: #ff5353;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.static-phone-btn .loader {
  --size: 6rem;
  position: fixed;
  bottom: -60px;
  left: 40px;
  height: var(--size);
  width: var(--size);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.static-phone-btn .loader > .circle {
  --duration: 2s;
  position: absolute;
  height: inherit;
  width: inherit;
  background: #ff5353;
  border-radius: 50%;
  -webkit-animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
  animation: animate-circle var(--duration) cubic-bezier(0.9, 0.24, 0.62, 0.79) infinite;
}
.static-phone-btn .loader > .circle:nth-of-type(1) {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}
.static-phone-btn .loader > .circle:nth-of-type(2) {
  -webkit-animation-delay: calc(var(--duration) / -3);
  animation-delay: calc(var(--duration) / -3);
}
.static-phone-btn .loader > .circle:nth-of-type(3) {
  -webkit-animation-delay: calc(var(--duration) / -6);
  animation-delay: calc(var(--duration) / -6);
}

/*# sourceMappingURL=main.css.map */


.text-title{
  text-align: center;
  margin: 0 auto;
  font-family: Co Headline Corp;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 68px;
  text-align: center;
  color: #FFFFFF;
  max-width: 750px;
  margin: 0 auto 32px;
}
p.text{
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin: 0 auto 32px;
  color: #949EAE;
  max-width: 530px;
}
.breadcrumbs{
  list-style-type: none;
}
#breadcrumbs{
  list-style-type: none;
  color: #fff;
  margin-bottom: 40px;
}
#breadcrumbs a {
  color: inherit;
}
#breadcrumbs .breadcrumb_last {
  opacity: 0.7;
}



.tit-faq {
  font-size: 2rem;
  margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.faq .accordeon .question-block {
  padding: 15px 0;
  cursor: pointer;
}
.faq .accordeon .answer {
  font-size: 14px;
  padding-top: 10px;
}
.faq .accordeon .question {
  display: flex;
}
.faq .accordeon .question h4 {
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 26px;
}
.faq .accordeon .question.active:after {
  content: "-";
  /* background: #0070ba; */
  color: #eff3f6;
}

.faq {
 /*  margin-top: 50px; */
 /* background-color: #212529; */
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  color: #fff;
}
.single .faq {
  padding-top: 0px;
  margin-top: 0px;
   margin-bottom: 90px;
   color: #fff;
 }
.faq .accordeon .question-block {
  cursor: pointer;
  border-bottom: 1px solid #fff;
}
.faq .accordeon .answer {

}
.faq .accordeon .question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.6s ease;
}
.faq .accordeon .question.active {
  transition: all 0.6s ease;
  color: #ff5353;
}
.faq .accordeon .question h4 {
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}
.faq .accordeon .question:after {
  content: "+";
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  transition: .5s;
}
.faq .accordeon .question.active:after{
  content: "-";
  color: #ff5353;
}

.seo-inner {
  color: #fff;
}
.author {
  margin-top: 50px;
}
.author-section {
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
.author-single {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
.author__header {
	display: flex;
	align-items: stretch;
	text-decoration: none;
}
.author__header:hover {
  text-decoration: none;
  color: inherit;
}
.author__header .avatar{
	width: 60px;
	height: 60px;
	border-radius: 50px;
	margin-right: 20px;
}
.author__written {
	color: #666;
	font-size: 14px;
}
.author__info {
  text-decoration: none;
}
.author__name {
	font-size: 20px;
	font-weight: 700;
  color: #fff;
}
.author__description {
	margin-top: 20px;
	color: #666;
}
.author-single__avatar {
	border-radius: 50%;
  width: 96px;
  height: 96px;
  object-fit: cover;
}
.author-single__header {
	text-align: center;
}
.author-single__pisition {
	color: #666;
	font-size: 18px;
}
.author-single__name {
	font-size: 30px;
	font-weight: 700;
}
.author-single__description {
	margin-top: 30px;
	font-size: 18px;
  text-align: left;
}
.author-single__social {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.author-single__social a {
	display: flex;
}
.author-single__social a:not(:last-child) {
  margin-right: 20px;
}
.author-single__website {
	margin-top: 30px;
	text-align: center;
}
.author-single__website a {
  color: #ff5353;
}
.author-single__social svg {
  width: 30px;
  height: 30px;
}
.author-single__social svg path {
  fill: #fff;
}

.author-section .blog-post {
  color: #fff;
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
}

.author-section .blog-post-image {
  position: relative;
  height: 324px;
}
.author-section .blog-post-name {
  margin-top: 32px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 42px;
  text-decoration: none !important;
  height: 79px;
  overflow: hidden;
  color: #FFFFFF;
}
.author-section .blog-post-desc {
  height: 48px;
  overflow: hidden;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 24px;
  color: #949EAE;
}
.author-section .blog-post-date-desk {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 14px;
  color: #949EAE;
}
.author-section .blog-post-image {
  width: 100%;
  height: 324px;
  border-radius: 10px;
}

.sections-prestige{
  color: #FFFFFF;
  padding: 50px 0px;
}

.sections-prestige .flex{
  display: flex;
  width: calc(100% - 60px);
}

@media (max-width: 1920px) {
  .sections-prestige .item.achievements-item .num {
    margin-bottom: 10px;
    padding: 15px 15px 5px 15px;
    font-size: 75px;
    line-height: 75px;
    font-size: 116px;
    line-height: 136px;
    color: #000;
    background: #fff;
    font-weight: 800
}
@media (max-width: 1920px) {
  .sections-prestige .item.achievements-item {
    margin: 0 40px 20px;
    width: calc(25% - 50px);
}
}
@media (max-width: 1920px) {
.item.achievements-item span {
    font-size: 20px;
    line-height: 25px;
}
}
}

@media (max-width: 1320px) {
  .sections-prestige .flex{
    flex-wrap: wrap;
  }

  .sections-prestige .item.achievements-item {
    margin: 0 20px 20px;
    width: calc(40% - 20px);
}

}
@media (max-width: 767px) {
  .sections-prestige .flex{
    flex-wrap: wrap;
    width: calc(100% - 20px);
  }

  .sections-prestige .item.achievements-item {
    margin: 0 20px 20px;
    width: calc(100% - 20px);
}

}





.r-l{
  margin-left: 20px;
}
.sections-prestige .title{
  margin-top: 80px;
  font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 68px;
    font-family: Co Headline Corp;
  
    margin-bottom: 40px;
}

.colors-title{
  
    color: #ff5353;
}

.seo__text-main{
  overflow: hidden;
   
    padding-bottom: 180px;
    background: #101E2A;
    position: relative;
  color: #FFFFFF;
  font-size: 16px;
}
.form-tels{
  padding: 80px 15px 100px;
  color: #FFFFFF;
  font-size: 16px;
 /*  background: linear-gradient(180deg, #192028 0%, rgba(25, 32, 40, 0) 33.07%), url("../images/bg.png"); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgb(0 0 0 / 30%);
}
.d-flex-form{
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.title-form-main{
  color: #FFFFFF;
  font-size: 36px;
}
.modal__wrap-form{
  display: flex;
  align-items: center;
  position: relative;
}
/* MODAl */

.overlay-view {
  display: none;
  position: fixed;
  z-index: 13000;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 380px;
  min-height: 360px;
  
}
/* .menu-item.menu-item-type-post_type.menu-item-object-page{
  display: none;
} */

.overlay-view .modal {
  position: absolute;
  z-index: 110;
  color: #101E2A; 
  background-color: #fff;
  padding: 38px 40px 40px 40px;
}

.overlay-view .modal__close {
  position: fixed;
  top: -30px;
  right: 0px;
  font-size: 41px;
  line-height: 21px;
  color: #ff5353;
  cursor: pointer;
  z-index: 104;
}

.overlay-view .modal__subtitle {
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.overlay-view .modal__descr {
  position: relative;
  color: #0d0d0d;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  z-index: 105;
}

.overlay-view .modal_mini {
  min-height: 140px;
}



#consultation,
#order,
#thanks {
  display: none;
}

.overlay-view input{
  background: 0 0;
  border: 0;
  border-bottom: 1px solid rgb(16, 30, 42, 0.5);
  padding: 0.625em 0.625em 0.625em 0;
  width: 100%;
  color: #101E2A;
  resize: none;
  -webkit-transition: all .3s ease-in-out;
}
.overlay-view input:focus {
  outline: 0;
}



/* .overlay-view {
  width: 100%;
}
.btn-lead {
  color: #fff;
  background: #6d1e43;
} */
.overlay-view .button  {

  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;

  -webkit-transition: all .125s ease-in-out;
  transition: all .125s ease-in-out;
 

  
  margin: 40px auto 20px;
  text-align: center;
  justify-content: center;
}
.z-header{
  z-index: 20;
  position: relative;
}
.breadcrumb_last{
color: #ff5353;
font-weight: 600;
position: relative;
/* padding-left: 10px; */
}
/* .breadcrumb_last::before{
  content: '/';
  position: absolute;
  top: -2px;
  left: 0px;
  color: #fff;
}
 */
.article-date-num{
  margin-bottom: 40px;
  display: inline-block;
}

body.hide-b{
  transition: all 0.3s 0.3s;
}


body::before{
  opacity: 0;
  content: "";
  transition: all 0.3s 0.3s;
  }
 
  body.hide-b::before{
    content: "";
    background-color: #0c0c0c;
    opacity: 0.7;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    transition: all 0.3s 0.3s;
    z-index: 1090;
  }
  
  .serv-title{
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
    font-size: 33px;
  }

 /*  .blog-post-image.blog-thumb img{
    height: 400px;
    object-fit: cover;
  } */

  a {
    text-decoration: none;
  }

  a:hover {
    text-decoration: none;
  }
.page-t{
  color: #fff;
  padding: 50px 0px;
}
  .archive .header-bg{
    position: unset;
  }
  .blog .header-bg{
    position: unset;
  }
  @media (max-width: 967px) {
    .d-flex-form{
      display: flex;
      align-items: center;
      flex-direction: column;
    
    }
    .form-tels {
      padding: 50px 15px 40px;
    }
    .title-form-main {
      color: #FFFFFF;
      font-size: 36px;
      margin-bottom: 30px;
      text-align: center;
    }
    }

    .modal__wrap-input.tel-num{
      height: 46px;
    }


   
   .serv-inner .sidebar-menu {
        width: 250px;
    }

    .serv-inner .accordion {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .serv-inner .accordion li {
        margin-bottom: 20px;
        padding: 0;
    }

    .serv-inner .accordion a.toggle {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #333;
        font-weight: bold;
        font-size: 18px;
        border-left: 3px solid #ccc;
        transition: background-color 0.2s ease-in-out, border-left 0.2s ease-in-out, color 0.2s ease-in-out;
    }

    .serv-inner .accordion ul.inner {
        display: none;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .serv-inner .accordion ul.inner li {
        margin: 0;
        padding: 0;
    }

    .serv-inner .accordion ul.inner li a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: #333;
        transition: background-color 0.2s ease-in-out;
    }

    .serv-inner.accordion li.active a.toggle {
        background-color: #ccc;
        border-left: 3px solid #333;
        color: #fff;
    }

    .serv-inner .accordion li.active ul.inner {
        display: block;
    }

    .serv-inner .aside-title{
    text-align: left;
    margin-bottom: 20px;
    color: #fff;
    font-size: 26px;
   }

   .serv-inner .toggles{
    color:#ff5353;
   }
   .serv-inner .toggles:hover{
    color:#fff;
    transition: all .3s linear;
   }

   .serv-inner {
    margin-bottom: 30px;
   }
   @media (max-width: 768px) {

   .aside-row.serv-inner{
    order: 1;
    margin-bottom: 0px;
  }
  .serv-inner .sidebar-menu {
    width: 70%;
} }

.article__more-container {
  margin-bottom: 40px;
}
.article__more-block .article__info {
  margin-bottom: 8px;
}
.article__more-block .title-posts-single {
  font-weight: 600;
  line-height: 24px;
  font-size: 20px;
  color: #ccd0d6;
  transition: .2s;
}

.pop-title{
  font-size: 2rem;
  margin: 0 0 40px;
  font-weight: 700;
  line-height: 32px;
}
.pop-posts{
  color: #fff;
  padding: 50px 0px;
}
.pop-posts .date span{
  font-size: 14px;
  line-height: 20px;
  color: #858b92;
  font-weight: 400;
  transition: all .2s ease-in-out;
}
.article__more-block {
  margin-top: 32px;
}

@media (max-width: 767px) {

  .menu-mob .footer-mob-logo{
    display: none!important;
  }
  .seo__text-main{
    padding-bottom: 60px;
  }
}

footer .header-logo{
  margin-top: 30px;
}
.row-seo{

  color: #fff;
  margin-top: 60px;
}

.review-schema-center{
  text-align: left;
  margin-bottom: 10px;
}