@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,regular,700,900,italic&display=swap);
.gray {
  background-color: #F7F7F7;
}

.white {
  background-color: #FAFAFA;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 40px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 40px;
}

html {
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2;
  color: #1C2329;
  word-wrap: break-word;
}

.main {
  color: #1C2329;
  font-family: "Montserrat";
  font-weight: normal;
  font-size: max(1rem, min(1.125rem, 5.3333333333vw));
  line-height: 1.2;
  padding: 0;
  word-wrap: break-word;
}

.container h1 {
  font-weight: 900;
  line-height: 1;
}
.container h2 {
  font-weight: 900;
  line-height: 1.2;
}
.container h3 {
  font-weight: 700;
  line-height: 1.2;
}
.container h4 {
  font-weight: 700;
  line-height: 1.2;
  font-size: max(1.125rem, min(1.4rem, 5.3333333333vw));
  color: #465867;
}
.container p {
  line-height: 1.6em;
  margin-bottom: 1.75rem;
  font-size: max(1rem, min(1.125rem, 2.8571428571vw));
  word-wrap: break-word;
}

.toc {
  line-height: 1.6em;
  margin-bottom: 1.75rem;
}
.toc ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.toc li {
  line-height: 1.6;
  padding-bottom: 1.25rem;
}
.toc li:last-child {
  padding-bottom: 0rem;
}
.toc li ul {
  padding-left: 2.5rem;
  list-style: circle;
}
.toc li ul li {
  padding-bottom: 1.25rem;
}
.toc li ul li:first-child {
  padding-top: 1.25rem;
}
.toc li ul li:last-child {
  padding-bottom: 0rem;
}

.landingpage {
  position: relative;
}
.landingpage h2 {
  font-weight: 900;
  line-height: 1.2;
  font-size: max(1.5rem, min(2rem, 2.8571428571vw));
  position: relative;
  margin-bottom: 40px;
}
.landingpage h2:before {
  content: "";
  border-bottom: 1px solid #1C2329;
  width: calc(7.4074074% + 40px);
  position: absolute;
  top: 50%;
  left: calc(-7.4074074% - 80px);
}
.landingpage h3 {
  font-weight: 700;
  line-height: 1.2;
  font-size: max(1.25rem, min(1.5rem, 2.8571428571vw));
  margin-bottom: 20px;
}
.landingpage__ul {
  margin: 0;
}
.landingpage__li {
  line-height: 1.6;
  padding-bottom: 1.125rem;
  font-size: max(1rem, min(1.125rem, 2.8571428571vw));
}
.landingpage ul {
  margin: 0;
}
.landingpage li {
  line-height: 1.6;
  padding-bottom: 1.125rem;
  font-size: max(1rem, min(1.125rem, 2.8571428571vw));
}
.landingpage__img {
  width: 100%;
}
.landingpage__img img {
  max-width: 100%;
}
.landingpage__header {
  overflow: hidden;
}
.landingpage__header:after {
  content: "";
  width: 950px;
  height: 1150px;
  border-radius: 100%;
  right: -30%;
  top: -35%;
  position: absolute;
  background: #1C2329;
  z-index: 0;
}
.landingpage__2col {
  -moz-column-width: 48%;
       column-width: 48%;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 4%;
       column-gap: 4%;
}
.landingpage-tarif__block {
  padding: 40px;
}
.landingpage-tarif__block.white {
  background: #fafafa;
}
.landingpage-tarif__block.gray {
  background: #F7F7F7;
}
.landingpage-tarif__header {
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  font-size: max(1.125rem, min(1.25rem, 3.3333333333vw));
  text-align: center;
}
.landingpage-tarif__price {
  font-weight: 900;
  font-size: max(1.25rem, min(1.5rem, 3.3333333333vw));
  margin-bottom: 20px;
  text-align: center;
}
.landingpage-tarif__separator {
  width: 30%;
  height: 1px;
  background: #305B80;
  margin: 0 auto 40px;
}
.landingpage-tarif__ul {
  margin-bottom: 40px;
}
.landingpage-tarif .btn {
  text-decoration: none;
  color: #1C2329;
}
.landingpage-price {
  padding: 40px;
  width: 49%;
  margin-top: 2%;
}
.landingpage-price:nth-child(2n+1) {
  margin-left: 2%;
}
.landingpage-price:nth-child(2) {
  margin-top: 0;
}
.landingpage-price:nth-child(3) {
  margin-top: 0;
}
.landingpage-price__head {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.landingpage-price__icon {
  margin-right: 20px;
}
.landingpage-price__icon img {
  width: 40px;
  height: 40px;
}
.landingpage-price__header {
  font-weight: 400;
  font-size: max(1.125rem, min(1.25rem, 3.3333333333vw));
}
.landingpage-price__header a {
  color: #305B80;
  text-decoration: none;
  border-bottom: 1px solid;
}
.landingpage-price__header a:hover {
  color: #FF8D87;
  border-bottom: 0px solid;
}
.landingpage-price__descr {
  font-size: 0.875rem;
  margin-bottom: 40px;
}
.landingpage-price__comm {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  position: relative;
}
.landingpage-price__price {
  font-size: max(1rem, min(1.125rem, 3.3333333333vw));
}
.landingpage-price__price span {
  font-weight: 700;
}
.landingpage-price .btn {
  max-width: 250px;
  right: 0;
  position: absolute;
  padding: 10px 30px;
  color: #1C2329;
  text-decoration: none;
}

.landingpage-benefits {
  position: absolute;
  background: #fff;
  right: 0;
  top: 0;
  padding: 40px;
  margin-top: -160px;
  z-index: 3;
}
.landingpage-benefits__header {
  color: #5B6975;
  line-height: 1;
  font-size: 1rem;
  margin-bottom: 10px;
}
.landingpage-benefits__text {
  line-height: 1.6;
  padding-bottom: 20px;
  /*font-size: 1.125rem;*/
  font-size: max(1rem, min(1.125rem, 5.3333333333vw));
}

.expert-review-pluses-minuses-header {
	color: #1c2329;
}

.blog-categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	margin-bottom: 40px;
}

.blog-categories__links {
	font-size: max(0.875rem, min(1rem, 3.3333333333vw));
    color: #305B80;
    text-decoration: blink;
    background: #ffeb94;
    padding: 10px 15px;
	margin-right: 5px;	
	width: auto;
}

.blog-categories__links:first-child {
	
}

.blog-categories__links + .blog-categories__links {
    margin-bottom: 10px;
}

.blogpage-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blogpage-block {
  width: 30%;
  margin-bottom: 60px;
  position: relative;
}
.blogpage-block__img {
  max-width: 100%;
  margin-right: 0px;
  max-height: 240px;
  overflow: hidden;
  margin-bottom: 20px;
  display: block;
  position: relative;
  line-height: 0;
}
.blogpage-block__img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 0.8;
  background-image: linear-gradient(220deg, #305b80 10%, #1c2329 100%);
}
.blogpage-block__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogpage-block__header {
  font-size: max(1.125rem, min(1.5rem, 3.3333333333vw));
  margin-bottom: 20px;
}
.blogpage-block__header a {
  text-decoration: blink;
  border-bottom: 1px solid;
}
.blogpage-block__text {
  font-size: max(0.875rem, min(1rem, 3.3333333333vw));
}
.blogpage-block__category {
  position: absolute;
  top: 10px;
  left: 10px;
}
.blogpage-block__category ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
}
.blogpage-block__category ul li {
  margin-right: 10px;
  list-style: none;
}
.blogpage-block__category ul a {
  font-size: max(0.875rem, min(1rem, 3.3333333333vw));
  color: #305B80;
  text-decoration: blink;
  background: #F7F7F7;
  padding: 4px 8px;
}
.blogpage-block__tags ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: wrap;
}
.blogpage-block__tags ul li {
  margin-right: 10px;
  list-style: none;
}
.blogpage-block__tags ul a {
  color: #999;
  text-decoration: blink;
  border-bottom: 1px solid dashed;
}

.b-cta__header {
  font-size: max(1.25rem, min(2em, 2.8571428571vw));
  font-weight: 900;
  line-height: 1;
  margin-bottom: 5px;
}
.b-cta__descr {
  line-height: 1;
  font-size: max(1rem, min(1.125rem, 2.8571428571vw));
}
.b-cta__text {
  line-height: 1.6;
  font-size: max(1rem, min(1.12rem, 2.8571428571vw));
  margin-bottom: 0 !important;
}
.b-cta__tel {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.b-cta__tel a {
  line-height: 1;
  font-size: max(1.125rem, min(1.25rem, 2.8571428571vw));
  font-weight: 700;
  color: #1C2329;
  text-decoration: none;
}
.b-cta__btn {
  padding: 14px 30px !important;
  position: relative;
  transition: all 0.35s;
}
.b-cta__btn span {
  position: relative;
  z-index: 2;
}
.b-cta__btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #305B80;
  transition: all 0.35s;
}
.b-cta__btn:hover {
  color: #FAFAFA;
}
.b-cta__btn:hover:after {
  width: 100%;
}

.b-cta-messengers {
  display: flex;
  list-style: none;
  margin: 0 0 0 20px !important;
  padding: 0;
  align-items: center;
}
.b-cta-messengers__li {
  margin-right: 10px;
  line-height: 1 !important;
  padding-bottom: 0 !important;
}

.video-block {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image-tapes-fw {
  display: flex;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}

.services-tapes {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.services-tapes:last-child {
  margin-bottom: 0px;
}
.services-tapes img {
  margin-right: 20px;
}
.services-tapes a {
  font-size: max(1.25rem, min(1.5rem, 2.8571428571vw));
  color: #1C2329;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}
.services-tapes a:hover {
  color: #FF8D87;
  transition: 0.3s;
}
.services-tapes p {
  font-size: 0.875rem;
  line-height: 1.4;
}
.services-tapes p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.services-tapes__header {
  line-height: 1.2;
}
.services-tapes__header img {
  margin-right: 10px;
}
.services-tapes__headertext {
  font-size: max(1.25rem, min(1.5rem, 3.3333333333vw));
  color: #1C2329;
  text-decoration: none;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}
.services-tapes__text {
  font-size: 0.875rem;
  line-height: 1.4;
}

.subjects {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.subjects li {
  margin-right: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.subjects li:last-child {
  margin-right: 0;
}
.subjects__item {
  padding: 10px 20px;
  background: #F7F7F7;
  color: #1C2329;
  text-decoration: none;
  font-size: max(1rem, min(1.125rem, 2.8571428571vw));
}
.subjects__item:hover {
  background: #FFEB94;
  color: #1C2329;
}

.recommendation-posts {
  margin-bottom: 20px;
}
.recommendation-posts img {
  width: 100%;
  margin-bottom: 10px;
}
.recommendation-posts a {
  color: #1C2329;
  text-decoration: none;
}
.recommendation-posts__title {
  font-size: max(1rem, min(1.25rem, 2.8571428571vw));
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #1C2329;
}
.recommendation-posts__title:hover {
  color: #FF8D87;
}

.btn {
  border: 0;
  font-family: "Montserrat";
  font-weight: normal;
  position: relative;
}
.btn__alt {
  background: #305B80;
  color: #FAFAFA;
  width: 100%;
  padding: 20px 40px;
  display: block;
}
.btn__order {
  background: #FFEB94;
  color: #1C2329;
  display: flex;
  align-items: center;
  padding: 20px 60px;
  width: 100%;
  position: relative;
  transition: all 0.35s;
}
.btn__order span {
  position: relative;
  z-index: 2;
}
.btn__order:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #305B80;
  transition: all 0.35s;
}
.btn__order:hover {
  color: #FAFAFA;
}
.btn__order:hover:after {
  width: 100%;
}
.btn__order svg {
  padding-left: 20px;
  right: 40px;
  position: absolute;
}

.header-main {
  background: #F7F7F7;
  position: relative;
  /*&:after {
      content: "";
      width: 950px;
      height: 950px;
      border-radius: 100%;
      right: -10%;
      top: -18%;
      position: absolute;
      background: $color__main;  
      z-index: 0;  
  }*/
}
.header-main__descr {
  font-weight: 300;
}
.header-main__descr img {
  display: none;
}
.header-main__button {
  font-family: "Montserrat";
}
.header-main:before {
  content: "";
  width: 25%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background: #1C2329;
  z-index: 0;
}
.header-main img {
  z-index: 2;
}
.header-main__content {
  align-self: center;
}
.header-main__content div {
  font-size: max(1rem, min(1.55rem, 2.8571428571vw));
  line-height: 1.4;
  margin-top: 60px;
}
.header-main__content button {
  background: #FFEB94;
  color: #1C2329;
  border: 0;
  padding: 20px 30px;
  margin-top: 40px;
  position: relative;
  width: 300px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.35s;
}
.header-main__content button span {
  position: relative;
  z-index: 2;
}
.header-main__content button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #305B80;
  transition: all 0.35s;
}
.header-main__content button:hover {
  color: #FAFAFA;
}
.header-main__content button:hover:after {
  width: 100%;
}
.header-main__content button svg {
  padding-left: 20px;
  right: 40px;
  position: absolute;
}
.header-main__content h1 {
  font-weight: 900;
  /*font-size: 4.56rem;*/
  font-size: max(1.75rem, min(4.56em, 5.3333333333vw));
}
.header-main__photo {
  padding-top: 60px;
}

.header-main__photo {
  z-index: 1;
}

.b-section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.b-section.white {
  background: #FFFFFF;
}
.b-section.gray {
  background: #F7F7F7;
}
.b-section.blue {
  background: #e9edf2;
}
.b-section.yellow {
  background: #fff8d9;
}

.case-img img {
  width: 100%;
  height: auto;
}
.case__client {
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}
.case-buttons__more {
  text-align: center;
}
.case-buttons__more a {
  text-decoration: blink;
  position: relative;
  transition: all 0.35s;
  display: block;
}
.case-buttons__more a span {
  position: relative;
  z-index: 2;
}
.case-buttons__more a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #305B80;
  transition: all 0.35s;
}
.case-buttons__more a:hover {
  color: #FAFAFA;
}
.case-buttons__more a:hover:after {
  width: 100%;
}
.case-buttons__order button {
  position: relative;
  transition: all 0.35s;
}
.case-buttons__order button span {
  position: relative;
  z-index: 2;
}
.case-buttons__order button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #305B80;
  transition: all 0.35s;
}
.case-buttons__order button:hover {
  color: #FAFAFA;
}
.case-buttons__order button:hover:after {
  width: 100%;
}

.case-numbers {
  margin-bottom: 40px;
}
.case-numbers__header {
  font-weight: 700;
  line-height: 1.6;
}
.case-numbers__descr {
  line-height: 1.4;
  font-size: 1rem;
}
.case-numbers__descr b {
  color: #6E9960;
}
.case-numbers__descr span {
  color: #6E9960;
}

.sertificate__item {
  max-width: 20% !important;
}

.articlepage-header {
  background: #F7F7F7;
  width: 100%;
}
.articlepage-header__header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.articlepage-header__button {
  background: #FFEB94;
  color: #1C2329;
  border: 0;
  padding: 20px 30px;
  position: relative;
  display: flex;
  width: 300px;
  align-items: center;
  position: relative;
  transition: all 0.35s;
}
.articlepage-header__button span {
  position: relative;
  z-index: 2;
}
.articlepage-header__button:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #305B80;
  transition: all 0.35s;
}
.articlepage-header__button:hover {
  color: #FAFAFA;
}
.articlepage-header__button:hover:after {
  width: 100%;
}
.articlepage-header__button svg {
  padding-left: 20px;
  right: 40px;
  position: absolute;
}
.articlepage-header__row {
  align-items: center;
}
.articlepage-header__tags {
  display: flex;
  line-height: 1.6em;
  font-size: max(0.875rem, min(1rem, 3.3333333333vw));
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}
.articlepage-header__tags a {
  color: #305B80;
  text-decoration: blink;
  padding: 5px 10px;
  margin: 0 5px;
}
.articlepage-header__tags a:hover {
  color: #FF8D87;
}
.articlepage-header__tags span {
    margin-right: 20px;
}
.articlepage li {
  line-height: 1.6em;
  margin-bottom: 1.125rem;
  font-size: max(1rem, min(1.125rem, 3.3333333333vw));
  word-wrap: break-word;
}
.articlepage li.lwptoc_item {
  margin-top: 0;
  margin-bottom: 0;
}
.articlepage img {
  max-width: 100%;
  height: auto;
}
.articlepage p {
  margin-bottom: 1.6rem;
  word-wrap: break-word;
}
.articlepage p img {
  max-width: 100%;
  height: auto;
}
.articlepage p a img {
  max-width: 100%;
  height: auto;
}
.articlepage p > img.aligncenter {
	margin: auto auto;
	display: block;
}
.article-text .lwptoc {
  display: none;
}
.article-text .lwptoc_i {
  padding: 0;
}

.wp-caption {
  max-width: 100% !important;
  margin: auto;
}
.wp-caption-text {
  font-size: max(0.813rem, min(0.875rem, 3.3333333333vw)) !important;
  color: #5B6975;
  margin-top: 10px;
}
.wp-caption img {
  max-width: 100%;
  height: auto;
}

article.b-section {
  padding-top: 60px;
}
article h1 {
  margin-bottom: 40px;
}
article h2 {
  margin-top: 3.2rem;
  margin-bottom: 1.6rem;
}
article h3 {
  margin-top: 3.2rem;	
  margin-bottom: 1.6rem;
  font-size: max(1.25rem, min(1.5rem, 2.8571428571vw));
	
}
article h4 {
  margin-top: 3.2rem;	
  margin-bottom: 1.6rem;
}
article h2 + h3, article h3 + h4 {
  margin-top: 1.6rem;	
}
article a {
  color: #305B80;
  word-wrap: break-word;
}
article a:hover {
  color: #FF8D87;
  transition: 0.3s;
}

nav.rank-math-breadcrumb p {
  line-height: 1.6em;
  font-size: max(0.875rem, min(1rem, 3.3333333333vw));
  padding-bottom: 0;
  margin-bottom: 0;
}
nav.rank-math-breadcrumb p a {
  color: #305B80;
}
nav.rank-math-breadcrumb p a:hover {
  color: #FF8D87;
}
nav.rank-math-breadcrumb p span {
  margin-left: 10px;
  margin-right: 10px;
}

.tab {
  overflow: hidden;
  padding: 20px;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
.tab button:hover {
  background-color: #FFEB94;
  transition: 0.3s;
  color: #1C2329;
  border-bottom: 1px dashed #FFEB94;
}
.tab button.on {
  background-color: #FFEB94;
  color: #1C2329;
  border-bottom: 0px dashed #FFEB94;
}

.tabcontent {
  display: none;
  padding: 20px 0 0;
}
.tabcontent.on {
  display: block;
}

.tablinks {
  color: #999;
  display: inline-block;
}
.tablinks.vert {
  width: 100%;
  text-align: left;
  border-bottom: 1px dashed #D7D7D7;
}

table {
  font-size: max(0.875rem, min(1rem, 3.3333333333vw));
  margin-bottom: 1.6rem;
}
table thead td {
  padding: 10px 10px;
  background: #FFEB94;
  border: 1px solid #f0f0f0;
  line-height: 1.2;
}
table tbody td {
  padding: 10px 10px;
  border: 1px solid #f0f0f0;
  line-height: 1.4;
}

.table-wrap {
  color: #1C2329;
}

.toc .lwptoc {
  margin: 0;
  position: fixed;
  z-index: 101;
  max-width: 493px;
}
.toc .lwptoc:first-child {
  margin-top: 0;
}
.toc .lwptoc_i {
  color: #305B80;
  background: #F7F7F7;
  padding: 40px;
  width: 100%;
}
.toc .lwptoc_toggle_label {
  color: #305B80;
}
.toc .lwptoc_item {
  margin-top: 0;
  margin-bottom: 0;
}
.toc .lwptoc_item a {
  color: #305B80;
}
.toc .lwptoc_item a:hover {
  color: #FF8D87;
}
.toc li.lwptoc_item {
	margin: 10px 0 0 0!important;
}

.stop {
  position: relative;
  z-index: 101;
}

.sticky {
  position: fixed;
  top: 0px;
  z-index: 101;
}

.author-header {
  align-items: center;
  display: flex;
}
.author-header__name {
  font-weight: 700;
}
.author-header img {
  width: 60px;
  height: auto;
  margin-right: 20px;
}

form {
  font-family: "Montserrat";
}

.nf-form-title {
  font-family: "Montserrat";
  margin-bottom: 1.25rem;
}

.nf-form-content textarea.ninja-forms-field {
  height: 160px !important;
}

.nf-form-fields-required {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
}

/* стили для корневого элемента слайдера */
.itc-slider {
  position: unset;
}

.itc-slider__wrapper {
  overflow: hidden;
}

.itc-slider__items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
  align-items: center;
}

.itc-slider__transition-none {
  transition: none;
}

.itc-slider__item {
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  will-change: transform;
}

.itc-slider__item_group {
  display: flex;
  flex-wrap: wrap;
}

/* кнопки влево и вправо */
.itc-slider__btn {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.slider-arrows {
  display: block;
  position: absolute;
  top: 22px;
  right: 70px;
}

.itc-slider__btn_hide {
  display: none;
}

.itc-slider__btn_prev {
  right: 0;
}

.itc-slider__btn_next {
  left: 0;
}

.itc-slider__btn:hover,
.itc-slider__btn:focus {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
  outline: 0;
}

.itc-slider__btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.itc-slider__btn_prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.itc-slider__btn_next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* индикаторы */
.itc-slider__indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
}

.itc-slider__indicator {
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}

.itc-slider__indicator_active {
  background-color: rgba(255, 255, 255, 0.9);
}

.spoiler-trigger {
  color: #305B80;
  text-decoration: none;
}

.spoiler-trigger.active {
  color: #FF8D87;
}

.spoiler-trigger:hover {
  color: #FF8D87;
}

.spoiler-trigger > span {
  border-bottom: 1px dashed #FF8D87;
  padding: 0 3px;
}

.spoiler-trigger:hover > span {
  border-bottom-style: solid;
}

.aside-fixed {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #1C2329;
  overflow-x: hidden;
  z-index: 1;
  font-family: "Montserrat";
  color: #FAFAFA;
}

.sidebar-logo {
  margin-top: 40px;
  line-height: 1;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  color: #F7F7F7;
  text-decoration: blink;
  display: block;
}
.sidebar-logo__header {
  font-weight: 900;
  font-size: max(1.25rem, min(1.5rem, 5.3333333333vw));
  text-transform: uppercase;
}
.sidebar-logo__text {
  font-size: 1rem;
  font-weight: 300;
}
.sidebar-logo:hover {
  color: #FFEB94;
}

.sidebar-contacts {
  margin-top: 60px;
  line-height: 1;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.sidebar-contacts__tel {
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  color: #F7F7F7;
  text-decoration: blink;
}
.sidebar-contacts__tel:hover {
  color: #FFEB94;
}
.sidebar-contacts__ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-contacts__li {
  margin-right: 10px;
}
.sidebar-contacts__li:hover svg path {
  fill: #FFEB94 !important;
}

.mobile {
  display: none;
}
.mobile__menu {
  display: none;
}
.mobile-logo {
  display: none;
}
.mobile__header-contacts {
  display: none;
}

.nav {
  margin-top: 60px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.nav ul {
  margin-bottom: 0;
  padding-left: 0;
}
.nav ul li {
  list-style: none;
}
.nav ul li a {
  padding: 5px 0;
  margin: 5px auto;
  text-decoration: none;
  font-size: max(1rem, min(1.125rem, 3.3333333333vw));
  line-height: 1;
  color: #FAFAFA;
  display: block;
}
.nav ul li a:hover {
  color: #FFEB94;
}
.nav__icon {
  margin-right: 0.75rem;
  height: 1rem;
  line-height: 1;
}

.sidebar-social {
  bottom: 0;
  margin-top: 60px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.sidebar-social__ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}
.sidebar-social__ul li {
  margin-right: 1.25rem;
}
.sidebar-social__ul li:hover svg path {
  fill: #FFEB94 !important;
}
.sidebar-social p {
  color: #FAFAFA;
  margin-bottom: 10px;
}

footer {
  background: #1C2329;
  color: #FAFAFA;
  font-family: "Montserrat";
  font-weight: normal;
  font-size: 1.125rem;
  line-height: 1.2;
}
footer .footer__header {
  font-size: max(1.125rem, min(1.25rem, 5.3333333333vw));
  font-weight: 700;
  margin-bottom: 20px;
}
footer .footer__law-link {
  color: #F7F7F7;
}
footer .footer__law-link-sep {
  color: #F7F7F7;
  margin: 0 10px;
}
footer .footer__law-link-sep:before {
  content: "|";
}
footer .footer ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}
footer .footer__item {
  color: #FAFAFA;
  margin-bottom: 10px;
  display: block;
  padding-bottom: 0;
}
footer .footer__item a {
  color: #FAFAFA;
  padding-bottom: 0;
  text-decoration: none;
}
footer .footer__item a:hover {
  color: #FFEB94;
  transition: 0.3s;
}
footer .footer__item:last-child {
  margin-bottom: 0;
}
footer .footer p {
  line-height: 1.2;
  margin-bottom: 10px;
}

.author-block {
  background-color: #F7F7F7;
  width: 100%;
  font-family: "Montserrat";
}
.author-block__img {
  max-width: 100%;
}
.author-block__pre {
  font-size: 0.875rem;
}
.author-block__name {
  font-size: 1.125rem;
}
.author-block__descr {
  font-size: 1rem;
}

.nf-form-title {
  margin: 0 auto 20px;
  max-width: 1000px;
  display: block;
}

.nf-before-form-content {
  margin: 0 auto 20px;
  max-width: 1000px;
}

.nf-error-msg {
  font-family: "Montserrat";
  font-size: 1rem;
}

.nf-field, .nf-field p {
  font-family: "Montserrat";
  font-weight: normal;
  color: #1C2329;
}

.expert-review-button {
  background-color: #ffeb94 !important;
  color: #1c2329 !important;
}

.expert-review {
  background-color: #f7f7f7 !important;
}

.yarpp-thumbnails-horizontal {
  display: flex !important;
  flex-flow: wrap !important;
  justify-content: space-between !important;
  margin-top: 20px !important;
}

.yarpp-thumbnails-horizontal .yarpp-thumbnail {
  width: 32% !important;
  height: auto !important;
  margin: 0px !important;
  margin-left: 0px !important;
  border: 0 !important;
}

.yarpp-thumbnail > img, .yarpp-thumbnail-default {
  width: 100% !important;
  height: auto !important;
  margin: 0px !important;
}

.yarpp-related .yarpp-thumbnail-title {
  margin: 0 !important;
  margin-top: 10px !important;
  width: 100% !important;
  overflow: visible !important;
}

.expert-review-pluses-minuses {
  line-height: 1.6em;
  font-size: max(1rem, min(1.125rem, 3.3333333333vw));
  word-wrap: break-word;
}

.expert-review-minus, .expert-review-plus {
  margin-bottom: 1.125rem;
}

@media screen and (min-width: 1600px) {
  .aside-fixed {
    margin-bottom: 1.25rem;
  }
  .nav__link {
    padding: 8px 0;
  }
}
@media screen and (max-width: 1920px) {
  .container {
    max-width: 1320px;
  }
  .landingpage h2:before {
    width: calc(8.33333333% + 0px);
    left: calc(-8.33333333% - 0px);
  }
  .landingpage .col-xxxl-4 h2:before {
    content: none;
  }
  .recommendation-posts img {
    width: 100%;
  }
  .articlepage-header__button {
    width: 100%;
  }
  .toc .lwptoc_i {
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .container {
    max-width: 1320px;
  }
  .landingpage h2:before {
    content: none;
    width: 0;
    left: 0;
  }
  .landingpage-price .btn {
    position: relative;
    margin-top: 20px;
  }
  .sidebar-logo {
    width: 100%;
  }
  .sidebar-contacts {
    width: 100%;
  }
  .nav {
    width: 100%;
  }
  .sidebar-social {
    width: 100%;
  }
  .landingpage__header:after {
    right: -35%;
    max-width: 900px;
  }
  .sertificate__item {
    max-width: 25% !important;
    flex: 0 0 25% !important;
  }
  .sertificate__item img {
    max-width: 100%;
    height: auto;
  }
  .blogpage-block {
    width: 48%;
  }
  .toc {
    display: block;
  }
  .toc .lwptoc_i {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
	.landingpage-benefits {
		margin-top: -180px;
	}
	.landingpage-benefits__text {
		padding-bottom: 0;
	}
	
  .article-text {
    order: 2;
  }
  .toc {
    order: 1;
    height: auto;
    display: none;
  }
  .toc > div {
    padding: 0 !important;
    position: relative !important;
  }
  .lwptoc.lwptoc-inherit {
    display: block;
    margin: 2.2rem 0;
    background: #F7F7F7;
    padding: 40px;
  }
  .lwptoc_i {
    padding: 0;
  }
  .toc .lwptoc {
    position: relative;
  }
}
@media screen and (max-width: 1366px) {
	.landingpage__header:after {
    	max-width: 720px;
	}
}

@media screen and (max-width: 1330px) {
  .landingpage__header:after {
    content: none;
  }
  .header-main:before {
    content: none;
  }
  .header-main__content {
    padding-bottom: 40px;
  }
  .header-main__photo {
    padding-top: 20px;
  }
  .landingpage-benefits {
    display: none;
  }
  .case-img {
    margin-top: 40px;
  }
  .case-buttons__more {
    margin-bottom: 10px;
  }
  .sertificate__item {
    max-width: 25% !important;
    flex: 0 0 25% !important;
  }
  .b-cta__tel {
    flex-flow: wrap;
  }
  .b-cta__tel a {
    order: 2;
    width: 100%;
  }
  .b-cta-messengers {
    order: 1;
    margin: 0 0 10px !important;
    width: 100%;
  }
  .b-cta-messengers li {
    margin-right: 20px;
  }
  .footer .btn.btn__order {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .b-cta.landingpage .b-cta__block:nth-child(3) {
    margin-top: 20px;
  }
  .b-cta__tel a {
    width: auto;
    order: 1;
    display: contents;
  }
  .b-cta-messengers {
    order: 2;
    width: auto;
    margin: 0 0 0 20px !important;
  }
}
@media screen and (max-width: 992px) {
  .tab {
    display: flex;
    overflow: scroll;
  }
  .header-main__photo {
    z-index: 0;
  }
  .header-main__content {
    z-index: 1;
  }
  .header-main img {
    z-index: 0;
  }
  .header-main__content div {
    margin-top: 40px;
  }
  article.b-section {
	padding-top: 40px;
  }
  .articlepage-header {
    height: auto;
    margin-top: 20px;
  }
  .articlepage-header__breadcrumbs {
    order: 1;
  }
  .articlepage-header__order {
    order: 0;
    margin-bottom: 20px;
  }
  .landingpage__img img {
    max-width: 100%;
  }
  .header-main__content button {
    width: 100%;
  }
  .aside-fixed__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container-fluid {
    padding-top: 40px;
  }
  .mobile {
    display: block;
    background: #1C2329;
    color: #FAFAFA;
    height: 60px;
    width: 100%;
    position: fixed;
    z-index: 5;
    display: flex;
    align-items: center;
    font-family: "Montserrat";
  }
  .mobile__menu {
    display: block;
    left: 10px;
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .mobile-logo {
    margin-left: 20px;
    line-height: 1;
    display: block;
  }
  .mobile-logo__header {
    font-weight: 900;
    font-size: 1rem;
    text-transform: uppercase;
  }
  .mobile-logo__text {
    font-size: 1rem;
    font-weight: 300;
  }
  .mobile__header-contacts {
    right: 10px;
    position: absolute;
    display: flex;
  }
  .mobile__header-contacts a {
    margin-left: 20px;
  }
  .aside-fixed, .aside-fixed ul li ul {
    transition: all 200ms;
  }
  .aside-fixed__overlay {
    display: none;
    cursor: pointer;
    z-index: 10200;
    background: rgba(0, 0, 0, 0.5);
  }
  .aside-fixed {
    transform: translateX(-300px);
    width: 300px;
    overflow: hidden;
    z-index: 10201;
  }
  .aside-fixed.loaded {
    transform: translateX(0px);
  }
  /*.aside-fixed .mobile_menu_content{
      overflow: auto;
      max-height: 100%;
      padding-bottom: 30px;
  }*/
  .aside-fixed nav a.parent {
    padding-right: 50px;
    background: #3884da url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
  }
  .aside-fixed nav a.parent:hover {
    background: #3c8de8 url("images/arrow_right.svg") right 20px center no-repeat;
    background-size: 20px;
  }
  .aside-fixed nav a.back {
    padding-left: 50px;
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
    box-sizing: border-box;
    min-height: 50px;
  }
  .aside-fixed nav a.back:hover {
    background: #3c8de8 url("images/arrow_left.svg") left 20px center no-repeat;
    background-size: 20px;
  }
  .aside-fixed nav a:hover {
    background: #3c8de8;
  }
  .sertificate__item {
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }
  .landingpage-price__icon {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 1320px;
  }
  .b-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .landingpage__header:after {
    content: none;
  }
  .header-main {
    padding-top: 40px;
  }
  .header-main__photo {
    display: none;
  }
  .header-main__content {
    width: 100%;
  }
  .header-main__content div {
    display: flex;
    align-items: center;
  }
  .header-main__descr img {
    margin-right: 40px;
    display: block;
    width: 100%;
  }
  .recommendation-posts {
    display: block;
    align-items: center;
    margin-bottom: 20px;
    flex-flow: wrap;
  }
  .recommendation-posts img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    margin-right: 20px;
  }
  .recommendation-posts a {
    display: block;
    width: 100%;
  }
  .landingpage-price__price {
    margin-right: 20px;
  }
  .landingpage-price__icon {
    margin-bottom: 0px;
  }
  .landingpage-price .btn {
    margin-top: 0px;
  }
  .b-cta.landingpage .b-cta__block:nth-child(2) {
    margin-top: 20px;
  }
  .blogpage-block {
    width: 100%;
    margin-bottom: 40px;
  }
  .landingpage-price {
    width: 100%;
  }
  .landingpage-price:nth-child(2n+1) {
    margin-left: 0;
  }
  .lwptoc.lwptoc-inherit {
    padding: 20px;
  }
  .table-wrap {
    overflow-x: scroll;
    display: flex;
  }
  .articlepage-header__tags span {
    margin-right: 20px;
	width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 48% !important;
    margin-bottom: 40px !important;
  }
  .header-main__descr img {
    margin-right: 20px;
    width: 40%;
  }
  .sertificate__item {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    align-self: center;
    text-align: center;
  }
  .recommendation-posts {
    margin-bottom: 20px;
  }
  .recommendation-posts img {
    width: 100%;
    height: auto;
    margin-right: 20px;
    margin-bottom: 0px;
  }
  .landingpage-price .btn {
    margin-top: 0px;
  }
  .articlepage-header__button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  article.b-section {
    padding-top: 20px;
  }
  .yarpp-thumbnails-horizontal .yarpp-thumbnail {
    width: 100% !important;
  }
  .author-header {
    display: none;
  }
  .articlepage-header__button {
    margin-top: 0;
  }
  .articlepage-header__tags {
    margin-bottom: 20px;
  }
  .aside-fixed {
    width: 240px;
  }
  .header-main__descr img {
    width: 30%;
  }
  .case-img {
    display: none;
  }
  .landingpage-price__head {
    display: block;
  }
  .landingpage-price__icon {
    margin-bottom: 20px;
  }
  .slider-arrows {
    display: none;
  }
  .landingpage-price .btn {
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */