/*
Theme Name: dietelaw
Theme URI: https://www.diete-law.de/
Author: internetgestalten.de 
Author URI: https://internetgestalten.de
Version: 1.0.0
Description: Wordpress Theme - dietelaw Relaunch 2025
*/
@charset "UTF-8";
@import "css/fonts/stylesheet.css";
html,
body {
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  outline: none;
}

button:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*** 
====================================================================
Global Settings
====================================================================
   ***/
body {
  font-family: "ES Klarheit Kurrent", sans-serif;
  color: #337894;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  background: #fff;
}

a {
  text-decoration: none;
  opacity: 1;
  color: #337894;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.88;
}

ul li {
  list-style: none;
}

.auto__container {
  position: relative;
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 50px;
}

h1 {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
}
h1.big {
  font-size: 70px;
  line-height: 94px;
}

h2 {
  font-weight: 700;
  font-size: 44px;
  line-height: 54px;
}

h3 {
  font-weight: 700;
  line-height: 1.4em;
}

.introLink__content h2,
h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
}

h6 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}

p {
  margin-bottom: 1em;
  line-height: 1.4em;
}

.fieldsMain__text,
p.big {
  font-size: 28px;
  line-height: 38px;
}

.main {
  overflow: hidden;
  padding-top: 112px;
}

.anchor {
  position: relative;
  top: -79px;
}

.notfound {
  min-height: 500px;
  padding-top: 3em;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-family: "ES Klarheit Kurrent", sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}
.button.solid {
  border-radius: 10px;
  border: 1px solid #337894;
  color: #337894;
  padding: 12px 30px;
  background: transparent;
}
.button.solid:hover {
  opacity: 1;
  background: #337894;
  color: #fff;
}
.button.light {
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 30px;
  background: transparent;
}
.button.light:hover {
  opacity: 1;
  background: #fff;
  color: #337894;
}
.button.light:hover span.big {
  background: #337894;
  color: #fff;
}
.button.primary {
  padding: 35px 32px;
  border-radius: 8px;
  background: #337894;
  color: #fff;
}
.button.primary:hover {
  opacity: 1;
  background: #fd7637;
}
.button span {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  display: flex;
  transition: 0.3s ease;
}
.button span.big {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  color: #337894;
  justify-content: center;
  align-items: center;
}
.button span.big svg {
  width: 60%;
  height: 50%;
}
.button span svg {
  width: 100%;
  height: 100%;
}

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  width: 100%;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  font-family: "ES Klarheit Kurrent", sans-serif;
  border-bottom: 3px solid #337894;
  padding: 1em 0 1em 10px;
  color: #337894;
  transition: 0.3s ease;
  resize: unset;
  background: transparent;
}
.wpcf7-form input[type=checkbox]{
  border: none;
  width: 1em;
}

.wpcf7-submit  {
  margin-top: 1em;
}


.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-form textarea {
  height: 3.5em;
}
.wpcf7-form label {
  margin: 8px 20px 2em 0;
  position: relative;
}
.wpcf7-form label.line:before {
  content: " ";
  border-bottom: 3px solid #337894;
  width: 100%;
  position: absolute;
  bottom: 30px;
}


.wpcf7-form .wpcf7-select {
  padding-bottom: 1.16em;
}

.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder, .wpcf7-form select::-webkit-input-placeholder {
  color: #337894;
}
.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder, .wpcf7-form select::-moz-placeholder {
  color: #337894;
}
.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder, .wpcf7-form select:-ms-input-placeholder {
  color: #337894;
}
.wpcf7-form input::-ms-input-placeholder, .wpcf7-form textarea::-ms-input-placeholder, .wpcf7-form select::-ms-input-placeholder {
  color: #337894;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder,
.wpcf7-form select::placeholder {
  color: #337894;
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
  border-color: #fd7637;
}

.wpcf7-response-output {
  padding: 1em 0;
}
.wpcf7 form.invalid .wpcf7-response-output  {
  border-color: #fd7637;
}
.wpcf7-not-valid-tip {
  color: #fd7637;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.headerTop {
  background: #337894;
}
.headerTop__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 0 6px;
}
.headerTop__inner a {
  font-size: 16px;
  line-height: 100%;
  margin-right: 10px;
  color: #fff;
}
.headerTop__inner a:hover {
  opacity: 1;
  color: #fd7637;
}
.headerTop__inner a:last-child {
  margin: 0;
}
.headerTop__inner a b {
  font-weight: 700;
  margin-right: 10px;
}
.header.sticky .headerMain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation-name: sticky;
  animation-duration: 0.4s;
}
.headerMain {
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.header__inner {
  padding: 12px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.header__inner-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 284px;
}
.header__inner-logo img {
  width: 100%;
}

@-webkit-keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes sticky {
  0% {
    top: -60px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.nav__inner,
.nav__inner-links {
  display: flex;
  align-items: center;
}
.nav__inner-info {
  display: none;
}
.nav__inner li {
  margin-right: 55px;
}
.nav__inner li:last-child {
  margin: 0;
}
.nav__inner li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #337894;
}

li.current-menu-item a,
.nav__inner li a.active {
  font-weight: 700;
}
.nav__inner li a:hover {
  opacity: 1;
  color: #fd7637;
}

.burger {
  display: none;
}

.footer {
  padding: 44px 0 50px;
  background: #337894;
  color: #fff;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__inner-row {
  width: calc(100% - 200px);
  display: flex;
  justify-content: space-between;
  max-width: 980px;
}
.footer__inner-col {
  display: flex;
  flex-direction: column;
}
.footer__inner-col p b {
  font-weight: 700;
}
.footer__inner-col a {
  color: #fff;
}
.footer__inner-col a:hover {
  opacity: 1;
  color: #fd7637;
}
.footer__inner-col a b {
  font-weight: 700;
  margin-right: 16px;
}
.footer__inner-terms {
  display: flex;
  flex-direction: column;
  margin-top: 80px;
}
.footer__inner-terms a {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
}
.footer__inner-terms a:hover {
  opacity: 1;
  color: #fd7637;
}

.footer__inner-terms ul li {
  line-height: 1em;
}

.cta {
  background: rgba(51, 120, 148, 0.11);
  padding: 38px 0;
}
.cta__inner {
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  font-size: 2em;
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
}

.cta__inner a {
  font-weight: 700;
}
.cta__inner a:hover {
  opacity: 1;
  color: #fd7637;
}

.cta__inner p:last-of-type{
  margin-bottom: 0;
}

.banner {
  position: relative;
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner.has-overlay .banner__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #337894;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.banner__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.bannerMain {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bannerMain__content {
  max-width: 1040px;
}
.bannerMain.right {
  padding-bottom: 0;
}

.bannerMain.right .bannerMain__content {
  margin-left: calc(50% + 12px);
}

.blue .bannerMain__content {
  color: #337894;
}

.bannerMain h1 {
  margin-bottom: 40px;
}
.bannerMain p {
  max-width: 500px;
  margin-bottom: 32px;
  line-height: 150% !important;
}
.bannerMain .button {
  width: 100%;
  max-width: 400px;
  font-weight: 700;
  border-width: 3px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 24px;
  font-size: 20px;
  line-height: 27px;
}
.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  
  display: flex;
}
.banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -o-object-position: 25%;
     object-position: 25%;
}
.banner__inner {
  min-height: 705px;
  padding: 30px 0;
  
  
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.banner__inner-title {
  width: calc(50% - 12px);
}
.banner__inner-title p {
  font-weight: 700;
}
.banner__inner h1 {
  margin-bottom: 16px;
}

.intro {
  padding: 133px 0 50px;
}
.intro__inner {
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.introContent {
  width: calc(45% - 15px);
  max-width: 686px;
}
.introContent__title {
  margin-bottom: 80px;
}
.introContent__title h2 {
  margin-bottom: 34px;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4em;
}
.introContent__buttons {
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.introContent__buttons .button {
  width: 100%;
}
.introContent h1 {
  margin-bottom: 5px;
}
.introLink {
  width: 100%;
  display: inline-flex;
  align-items: center;
  border-radius: 10px;
  background: #337894;
  color: #fff;
  padding: 12px 22px;
  margin-bottom: 45px;
}
.introLink:hover {
  opacity: 1;
  background: #fd7637;
}
.introLink:hover span {
  background: #d35d27;
}
.introLink__content {
  width: calc(100% - 70px);
  text-align: end;
}
.introLink__content p {
  margin-bottom: 0;
}
.introLink span {
  margin-left: 25px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #2f6b83;
  transition: 0.3s ease;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}
.introLink span svg {
  width: 16px;
  height: 22px;
}
.introLink h4 {
  margin-bottom: 10px;
}
.introLink p b {
  font-weight: 400;
  margin-right: 16px;
}
.introImage {
  width: calc(55% - 15px);
  max-width: 828px;
}
.introImage__inner {
  width: 100%;
  padding-bottom: 94%;
  position: relative;
}
.introImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news {
  background: #337894;
  color: #fff;
  padding: 76px 0 60px;
}
.news__inner-title {
  margin-bottom: 45px;
}
.news__inner-slider {
  margin: 0 -45px 75px !important;
}
.news__inner-foot {
  
  
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news__inner-foot .button {
  width: 100%;
  max-width: 400px;
}
.newsItem {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.newsItem__foot {
  margin: auto 0 0 0;
  text-align: right;
}

.newsItem__cats {
  margin-bottom: 8px;
}
.newsItem__foot a {
  display: inline-flex;
  align-items: center;
  color: #fff;
}
.newsItem__foot a:hover {
  opacity: 1;
  color: #fd7637;
}
.newsItem__foot a span {
  width: 12px;
  height: 12px;
  margin-left: 4px;
  
  
  display: flex;
  margin-top: 3px;
}
.newsItem__foot a span svg {
  width: 100%;
  height: 100%;
}
.newsItem h3 {
  min-height: 134px;
  margin-bottom: 38px;
}
.newsItem > p {
  margin-bottom: 50px;
  line-height: 27px;
  height: 189px;
  
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.news .slick-slide {
  height: unset !important;
  margin: 0 45px;
}
.news .slick-dots {
  display: none !important;
}
.news .slick-arrow {
  width: 60px;
  height: 60px;
  
  
  display: flex;
  border-radius: 50%;
  background: #2f6b83;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 3;
}
.news .slick-arrow:hover {
  background: #d35d27;
}
.news .slick-arrow:focus {
  background: #d35d27;
}
.news .slick-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 18px;
  height: 22px;
  background: url("images/chevron-right.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
          transform: translate(-50%, -50%);
  opacity: 1 !important;
}
.news .slick-disabled {
  opacity: 0;
}
.news .slick-prev {
  left: -35px;
}
.news .slick-prev::before {
          transform: translate(-50%, -50%) scaleX(-1);
}
.news .slick-next {
  right: -35px;
}

.ratings {
  padding: 150px 0 90px;
}
.ratings.sm {
  padding: 60px 0;
}
.ratings__inner-title {
  
  
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.ratings__inner-logo {
  width: 30%;
  max-width: 246px;
  
  
  display: flex;
}
.ratings__inner-logo img {
  width: 100%;
}
.ratings__inner-row {
  
  
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -12px;
}
.ratingsItem {
  margin: 0 12px;
  width: calc(25% - 24px);
  padding-bottom: 42px;
  border-bottom: 1px solid #337894;
}
.ratingsItem__top {
  
  
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 0;
  border-top: 1px solid #337894;
  border-bottom: 1px solid #337894;
  margin-bottom: 32px;
}
.ratingsItem__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #337894;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  color: #fff;
}
.ratingsItem__avatar span {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
}
.ratingsItem__stars {
  display: flex;
  align-items: center;
}
.ratingsItem__stars span {
  width: 20px;
  height: 20px;
  display: flex;
  margin-right: 2px;
}
.ratingsItem__stars span:last-child {
  margin: 0;
}
.ratingsItem__stars span svg {
  width: 100%;
  height: 100%;
}
.ratingsItem__text p {
  line-height: 27px;
  height: 162px;
  
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quote {
  padding: 85px 0 100px;
  background: #337894;
  color: #fff;
}
.quote__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.quoteImage {
  width: calc(45% - 15px);
  max-width: 686px;
}
.quoteImage__inner {
  width: 100%;
  padding-bottom: 73%;
  position: relative;
}
.quoteImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.quoteContent {
  width: calc(55% - 15px);
  max-width: 780px;
}
.quoteContent h2 {
  margin-bottom: 20px;
}

.vita {
  padding: 32px 0 130px;
}
.vitaItem {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
.vitaItem:last-child {
  margin: 0;
}
.vitaItem__col {
  width: calc(50% - 12px);
}
.vitaItem__title {
  max-width: 400px;
  margin: 0 0 0 auto;
  border-top: 3px solid #337894;
  padding: 15px 0;
}
.vitaItem__image {
  width: 100%;
  position: relative;
  padding-bottom: 60.6%;
}
.vitaItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.vitaItem h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}
.vitaItem p {
  margin-bottom: 20px;
}
.vitaItem p:last-child {
  margin: 0;
}
.vitaItem ul {
  padding: 0;
  margin: 0;
}
.vitaItem ul li {
  list-style: none;
  padding-left: 1em;
  position: relative;
}
.vitaItem ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}

.vitaItem ul li:last-child {
  margin: 0;
}
.vitaItem ol {
  padding-left: 30px;
}
.vitaItem ol li {
  margin-bottom: 24px;
}
.vitaItem ol li:last-child {
  margin: 0;
}

.references {
  padding: 45px 0 130px;
  background: #337894;
  color: #fff;
}
.references__inner-title {
  margin-bottom: 75px;
}
.references__inner-row {
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.referencesImage {
  width: calc(40% - 18px);
  max-width: 546px;
}
.referencesImage__inner {
  width: 100%;
  position: relative;
  padding-bottom: 116%;
}
.referencesImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.referencesRow {
  width: calc(60% - 18px);
  max-width: 830px;
  
  
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.referencesItem {
  border-top: 2px solid #fff;
  padding: 16px 0 0 0;
  margin-bottom: 25px;
  width: calc(50% - 12px);
}

.faq {
  padding: 64px 0 112px;
}
.faq__inner {
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq__inner-title {
  width: calc(40% - 18px);
}
.faq__inner-col {
  width: calc(60% - 18px);
  max-width: 830px;
}
.faqItem {
  border-bottom: 2px solid #337894;
}
.faqItem:first-child {
  border-top: 2px solid #337894;
}
.faqItem__head {
  
  
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0;
  cursor: pointer;
}
.faqItem__head.active span::before {
          transform: translateX(-50%) rotate(-90deg);
  opacity: 0;
}
.faqItem__head span {
  width: 25px;
  height: 25px;
  display: flex;
  position: relative;
}
.faqItem__head span::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  border-radius: 3px;
  background: #337894;
  transform: translateX(-50%);
  content: "";
  transition: 0.3s ease;
}
.faqItem__head span::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #337894;
  transform: translateY(-50%);
  content: "";
  transition: 0.3s ease;
}
.faqItem__body {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  opacity: 0;
}
.faqItem__body.active {
  opacity: 1;
  max-height: unset;
  padding-bottom: 14px;
}

.reviews {
  padding: 32px 0 120px;
  background: #337894;
  color: #fff;
}
.reviews__inner-title {
  margin-bottom: 30px;
}
.reviews__inner-main {
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviews__inner-row {
  width: calc(60% - 18px);
  max-width: 830px;
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reviewsInfo {
  width: calc(40% - 18px);
  padding-top: 24px;
}
.reviewsInfo__stars {
  
  
  display: flex;
  width: 80%;
  max-width: 316px;
}
.reviewsInfo__stars img {
  height: 62px;
}
.reviewsInfo__stars img.empty {
  display: none;
}
.reviewsInfo h3 {
  margin-bottom: 10px;
    font-size: 100px;
  line-height: 100%;
}
.reviews .ratingsItem {
  border-color: #fff;
  width: calc(50% - 12px);
}
.reviews .ratingsItem__top {
  border-color: #fff;
}
.reviews .ratingsItem__avatar {
  background: #fff;
  color: #337894;
}
.reviews .ratingsItem__stars {
  color: #fff;
}

.fields {
  padding: 50px 0 90px;
}
.headlinetext,
.fields.big {
  padding: 6em 0 3em;
}
.fields__inner-title {
  margin-bottom: 30px;
}
.fields__inner-row {
  
  
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -13px;
}
.fields__inner-foot {
  
  
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 32px;
}
.fields__inner-foot .button {
  width: 100%;
  max-width: 400px;
}
.fieldsItem {
  width: calc(25% - 26px);
  margin: 13px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  border-radius: 10px;
  background: #337894;
  padding: 30px;
}
.fieldsItem:hover {
  opacity: 1;
  background: #fd7637;
}
.fieldsItem:hover span {
  background: #d35d27;
}
.fieldsItem h4 {
  line-height: 38px;
  height: 76px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 290px;
  margin-bottom: 35px;
}
.fieldsItem p {
  margin-bottom: 35px;
  line-height: 27px;
  height: 189px;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fieldsItem span {
  margin: auto 0 0 auto;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #2f6b83;
  transition: 0.3s ease;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}
.fieldsItem span svg {
  width: 16px;
  height: 22px;
}
.fieldsMain {

  display: flex;
  justify-content: space-between;
}
.fieldsMain__title {
  width: calc(45% - 18px);
  max-width: 686px;
}
.fieldsMain__text {
  width: calc(55% - 18px);
  max-width: 674px;
  font-size: 1em;
  line-height: 1.4em;
  padding-top: 20px;
}
.wide .fieldsMain__title {
    width: calc(40% - 18px);
    max-width: 90%;
}
.wide .fieldsMain__text {
  width: calc(60% - 18px);
  max-width: 90%;
}

.fieldsLink {
  width: calc(25% - 12px);
  border-radius: 10px;
  background: #337894;
  color: #fff;
  padding: 30px;
  display: flex;
  align-items: flex-start;
}
.fieldsLink:hover {
  opacity: 1;
  background: #fd7637;
}
.fieldsLink:hover span {
  background: #d35d27;
}
.fieldsLinks__row {
  display: flex;
  justify-content: space-between;
}
.fieldsLinks h2 {
  margin-bottom: 40px;
}
.fieldsLink span {
  margin-left: 25px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #2f6b83;
  transition: 0.3s ease;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
}
.fieldsLink span svg {
  width: 16px;
  height: 22px;
}
.fieldsLink h4 {
  width: calc(100% - 70px);
}

.field {
  padding: 60px 0 90px;
}
.field__inner-title {
  max-width: 544px;
  margin-bottom: 40px;
}
.field__inner-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.field__inner-text {
  width: calc(40% - 12px);
  max-width: 544px;
}
.field__inner-col {
  width: calc(60% - 12px);
  max-width: 970px;
}
.fieldItem {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px;
}
.fieldItem:last-child {
  margin: 0;
}
.fieldItem__title {
  width: 270px;
  padding-top: 15px;
  border-top: 2px solid #337894;
}
.fieldItem__content {
  width: calc(100% - 294px);
}
.fieldItem h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  word-wrap: break-word;
}
.fieldItem p {
  margin-bottom: 20px;
  max-width: 650px;
}
.fieldItem p:last-child {
  margin: 0;
}
.fieldItem ul {
  list-style: none;
  padding-left: 0;
}
.fieldItem ul {
  padding: 0;
  margin: 0;
}
.fieldItem ul li {
  list-style: none;
  padding-left: 1em;
  position: relative;
}
.fieldItem ul li::before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
}

.fieldItem ul li:last-child {
  margin: 0;
}
.fieldItem ol {
  padding-left: 30px;
}
.fieldItem ol li {
  margin-bottom: 24px;
}
.fieldItem ol li:last-child {
  margin: 0;
}

.overview {
  padding: 82px 0 125px;
}
.overview__inner-title {
  margin-bottom: 70px;
}
.overview__inner-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.overview__inner-foot {
  display: flex;
  justify-content: center;
  padding-top: 55px;
}
.overview__inner-foot button {
  display: flex;
          flex-direction: column;
          align-items: center;
  text-align: center;
  background: transparent;
  cursor: pointer;
  transition: 0.3s ease;
  color: #337894;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  font-family: "ES Klarheit Kurrent", sans-serif;
}
.overview__inner-foot button:hover {
  opacity: 1;
  color: #fd7637;
}
.overview__inner-foot button b {
  font-weight: 400;
  margin-bottom: 8px;
}
.overview__inner-foot button span {
  width: 14px;
  height: 12px;
  display: flex;
}
.overview__inner-foot button span svg {
  width: 100%;
  height: 100%;
}
.overviewTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 180px;
}
.overviewTop__buttons {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 180px);
  margin: 0 -16px;
}
.overviewTop__buttons .button {
  margin: 8px 16px;
  font-size: 20px;
  line-height: 27px;
  font-family: "ES Klarheit Kurrent", sans-serif;
  color: #337894;
  border-radius: 6px;
  border: 2px solid #337894;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 12px 48px;
  
  
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.overviewTop__buttons .button.active {
  background: #337894;
  color: #fff;
}
.overviewTop__buttons .button:hover {
  background: #337894;
  color: #fff;
}
.overviewTop__remove {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  font-family: "ES Klarheit Kurrent", sans-serif;
  color: #337894;
  background: transparent;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  
  
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.overviewTop__remove:hover {
  color: #fd7637;
}
.overviewTop__remove:hover span::before {
  background: #fd7637;
}
.overviewTop__remove:hover span::after {
  background: #fd7637;
}
.overviewTop__remove span {
  width: 16px;
  height: 16px;
  margin-left: 18px;
  position: relative;
  display: block;
}
.overviewTop__remove span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  background: #337894;
  transition: 0.3s ease;
}
.overviewTop__remove span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  content: "";
  transform: translate(-50%, -50%) rotate(-45deg);
  background: #337894;
  transition: 0.3s ease;
}
.overviewItem {
  width: calc(33.3% - 28px);
  margin: 60px 14px;
  display: flex;
  flex-direction: column;
}
.overviewItem:hover {
  opacity: 1;
}
.overviewItem:hover .overviewItem__image img {
          transform: scale(1.1);
}
.overviewItem a:hover {
  color: #fd7637;
}
.overviewItem__title {
  margin-bottom: 40px;
}
.overviewItem__title h4 {
  height: 108px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 36px;
}
.overviewItem__image {
  width: 100%;
  padding-bottom: 47%;
  position: relative;
  margin-bottom: 45px;
  overflow: hidden;
}
.overviewItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease;
}
.overviewItem__text {
  margin-bottom: 70px;
}
.overviewItem__foot {
  margin: auto 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 2.8em;
}
.overviewItem__foot p {
  margin-bottom: 0;
}
.overviewItem__link {
  display: inline-flex;
  align-items: center;
  transition: 0.3s ease;
}
.overviewItem__link span {
  width: 12px;
  height: 12px;
  display: flex;
  margin-left: 15px;
}
.overviewItem__link span svg {
  width: 100%;
  height: 100%;
}

.article {
  padding: 175px 0 55px;
}
.article__inner {
  position: relative;
}
.article__inner-back {
  position: absolute;
  top: 0;
  right: 0;
  
  
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article__inner-back:hover {
  opacity: 1;
  color: #fd7637;
}
.article__inner-back span {
  width: 12px;
  height: 12px;
  
  
  display: flex;
  margin-right: 15px;
}
.article__inner-back span svg {
  width: 100%;
  height: 100%;
          transform: scaleX(-1);
}
.article__inner-main {
  max-width: 1540px;
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 120px;
}
.article__inner-info {
  max-width: 1540px;
  margin-bottom: 160px;
}
.articleImage {
  width: calc(45% - 12px);
  max-width: 686px;
}
.articleImage__inner {
  width: 100%;
  padding-bottom: 62%;
  position: relative;
}
.articleImage__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.articleContent {
  width: calc(55% - 12px);
  max-width: 828px;
  padding-top: 50px;
}
.kats a:hover {
  color: #fd7637;
}
.articleContent h1 {
  margin-bottom: 40px;
}
.articleContent p {
  text-decoration: underline;
}
.articleItem {
  width: 100%;
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}
.articleItem:last-child {
  margin: 0;
}
.articleItem__col {
  width: calc(45% - 12px);
  max-width: 686px;
  
  
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.articleItem__content {
  width: calc(55% - 12px);
  max-width: 828px;
}
.articleItem__title {
  width: 100%;
  max-width: 260px;
  padding-top: 15px;
  border-top: 2px solid #337894;
}
.articleItem__image {
  width: 100%;
  position: relative;
  padding-bottom: 60.6%;
}
.articleItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.articleItem h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}
.articleItem p {
  margin-bottom: 26px;
}
.articleItem p:last-child {
  margin: 0;
}
.articleItem ol,
.articleItem ul {
  padding-left: 1em;
  margin-bottom: 1em;
}
.articleItem ul li {
  list-style: disc;
  margin-bottom: 26px;
}
.articleItem ul li:last-child,
.articleItem ol li:last-child,
.articleItem ul:last-child,
.articleItem ol:last-child {
  margin: 0;
}
.articleItem ol li {
  margin-bottom: 26px;
}

.articleFoot {
  max-width: 1540px;
  display: flex;
  justify-content: flex-end;
}
.articleFoot__row {
  width: calc(55% + 272px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.articleFoot button,
.articleFoot a {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  font-family: "ES Klarheit Kurrent", sans-serif;
  cursor: pointer;
  transition: 0.3s ease;
  background: transparent;
  color: #337894;
}
.articleFoot button.prev span,
.articleFoot a.prev span {
  margin: 0 15px 0 0;
}
.articleFoot button.prev span svg,
.articleFoot a.prev span svg {
          transform: scaleX(-1);
}
.articleFoot button.top span,
.articleFoot a.top span {
  width: 17px;
  height: 19px;
}
.articleFoot button:hover,
.articleFoot a:hover {
  opacity: 1;
  color: #fd7637;
}
.articleFoot button span,
.articleFoot a span {
  width: 12px;
  height: 12px;
  
  
  display: flex;
  margin-left: 15px;
}
.articleFoot button span svg,
.articleFoot a span svg {
  width: 100%;
  height: 100%;
}


.contact {
  padding: 110px 0 150px;
}

.contact__inner-title {
  margin-bottom: 20px;
}

.contact__inner-footer {
  display: flex;
  justify-content: flex-end;
}

.w25{
  width: calc(25% - 24px);
  display: block;
}

.w50 {
  display: block;
  width: calc(50% - 24px);
}


.info {
  padding: 170px 0 150px;
}
.info__inner {
  
  
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.infoMap {
  width: calc(55% - 18px);
  max-width: 828px;
}
.infoMap__inner {
  width: 100%;
  padding-bottom: 62%;
  position: relative;
}
.infoMap__inner img,
.infoMap__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.infoMap__inner iframe {
  z-index: 2;
}
.infoContent {
  width: calc(45% - 18px);
  max-width: 686px;
}
.infoContent h1,
.infoContent h2 {
  margin-bottom: 80px;
}
.infoContent p {
  margin-bottom: 20px;
}
.infoContent p:last-child {
  margin: 0;
}
.infoContent p a {
  color: #337894;
}
.infoContent p a:hover {
  opacity: 1;
  color: #fd7637;
}

  .fieldsItem h3 {
    margin-bottom: 20px;
  }

@media (max-width: 1840px) {
  .news .slick-arrow {
    width: 50px;
    height: 50px;
  }
  .news .slick-arrow::before {
    width: 15px;
    height: 18px;
  }
  .news .slick-prev {
    left: 10px;
  }
  .news .slick-next {
    right: 10px;
  }
}

@media (max-width: 1600px) {
  h1 {
    font-size: 40px;
    line-height: 122%;
  }
  h1.big {
    font-size: 55px;
    line-height: 134%;
  }

  h2 {
    font-size: 40px;
    line-height: 122%;
  }

  .fieldsItem h3,
  h4 {
    font-size: 24px;
    line-height: 135%;
  }

  h6 {
    font-size: 18px;
    line-height: 135%;
  }

  .fieldsMain__text,
  p.big {
    font-size: 24px;
    line-height: 135%;
  }

  body {
    font-size: 18px;
    line-height: 135%;
  }

  .button {
    font-size: 18px;
    line-height: 135%;
  }

  .main {
    padding-top: 114.5px;
  }

  .anchor {
    top: -78.5px;
  }

  .header__inner {
    padding: 14px 0;
  }
  .header__inner-logo {
    width: 260px;
  }

  .nav__inner li {
    margin-right: 45px;
  }

  .banner__inner {
    min-height: 600px;
  }

  .news__inner-slider {
    margin: 0 -30px 50px !important;
  }
  .newsItem h4 {
    margin-bottom: 24px;
    line-height: 34px;
    height: 102px;
  }
  .newsItem > p {
    margin-bottom: 35px;
  }
  .news .slick-slide {
    margin: 0 30px;
  }

  .headlinetext,
  .fields.big {
    padding: 100px 0 70px;
  }
  .fieldsMain {
    margin-bottom: 110px;
  }
  .fieldsLink h4 {
    font-size: 22px;
  }

  .field {
    padding: 50px 0 70px;
  }

  .overviewTop {
    margin-bottom: 140px;
  }
  .overviewItem {
    margin: 40px 14px;
  }
  .overviewItem__title {
    margin-bottom: 24px;
  }
  .overviewItem__text {
    margin-bottom: 50px;
  }
  .overviewItem__image {
    margin-bottom: 35px;
  }

  .article {
    padding: 130px 0 50px;
  }
  .article__inner-main {
    margin-bottom: 90px;
  }
  .article__inner-info {
    margin-bottom: 130px;
  }
  .articleContent h1 {
    margin-bottom: 30px;
  }

  .contact {
    padding: 110px 0 100px;
  }
  .contact.big {
    padding: 110px 0 80px;
  }

  .info {
    padding: 140px 0 120px;
  }
  .infoContent h1 {
    margin-bottom: 50px;
  }
}


@media (min-width: 1380px) {
  .bannerMain {
    height: calc(100vh - 115px);
    padding-bottom: 100px;
  }
}


@media (max-width: 1380px) {
  .auto__container {
    padding: 0 40px;
  }

  .main {
    padding-top: 104.74px;
  }

  .anchor {
    top: -70.73px;
  }

   .fieldsMain__text,
  p.big {
    font-size: 22px;
  }

  .wpcf7-form input,
  .wpcf7-form select,
  .wpcf7-form textarea {
    font-size: 18px;
    line-height: 135%;
    padding: 20px 18px 20px 0;
  }

  .button.primary {
    padding: 28px 24px;
  }

  .headerTop__inner a {
    font-size: 18px;
  }
  .header__inner-logo {
    width: 220px;
  }

  .nav__inner li {
    margin-right: 35px;
  }
  .nav__inner li a {
    font-size: 18px;
    line-height: 135%;
  }

  .banner__inner {
    min-height: 500px;
  }
  .bannerMain {
    padding: 140px 0 90px;
  }
  .bannerMain h1 {
    margin-bottom: 30px;
  }

  .intro {
    padding: 100px 0 50px;
  }
  .introContent__title {
    margin-bottom: 50px;
  }
  .introLink {
    margin-bottom: 30px;
  }
  .introLink span {
    width: 40px;
    height: 40px;
  }
  .introLink span svg {
    width: 14px;
    height: 20px;
  }

  .news__inner-slider {
    margin: 0 -22px 40px !important;
  }
  .news__inner-foot .button {
    max-width: 320px;
  }
  .news .slick-slide {
    margin: 0 22px;
  }

  .ratings {
    padding: 110px 0 70px;
  }
  .ratings__inner-title {
    margin-bottom: 40px;
  }
  .ratingsItem {
    padding-bottom: 30px;
  }
  .ratingsItem__top {
    margin-bottom: 20px;
  }

  .quote {
    padding: 70px 0;
  }
  .quoteContent h2 {
    font-size: 35px;
    line-height: 125%;
  }

  .vita {
    padding: 32px 0 100px;
  }

  .references {
    padding: 45px 0 100px;
  }
  .references__inner-title {
    margin-bottom: 60px;
  }

  .reviews {
    padding: 32px 0 100px;
  }

  .fields {
    padding: 50px 0 70px;
  }
  .headlinetext,
  .fields.big {
    padding: 70px 0 60px;
  }
  .fields__inner-row {
    margin: 0 -8px;
  }
  .fields__inner-foot .button {
    max-width: 320px;
  }
  .fieldsItem {
    width: calc(25% - 16px);
    margin: 8px;
    padding: 24px;
  }

  .fieldsItem p {
    margin-bottom: 20px;
  }
  .fieldsItem span {
    width: 40px;
    height: 40px;
  }
  .fieldsItem span svg {
    width: 14px;
    height: 20px;
  }
  .fieldsMain {
    margin-bottom: 80px;
  }
  .fieldsLink {
    padding: 24px;
  }
  .fieldsLink h4 {
    font-size: 20px;
    width: calc(100% - 55px);
  }
  .fieldsLink span {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }
  .fieldsLink span svg {
    width: 14px;
    height: 20px;
  }

  .field {
    padding: 40px 0 50px;
  }
  .field__inner-title {
    margin-bottom: 30px;
  }
  .fieldItem__title {
    width: 230px;
  }
  .fieldItem__content {
    width: calc(100% - 250px);
  }

  .overview {
    padding: 70px 0 100px;
  }
  .overview__inner-title {
    margin-bottom: 50px;
  }
  .overviewTop {
    margin-bottom: 100px;
  }
  .overviewTop__buttons {
    width: calc(100% - 160px);
    margin: 0 -10px;
  }
  .overviewTop__buttons .button {
    margin: 8px 10px;
    font-size: 18px;
    line-height: 135%;
    padding: 12px 30px;
  }
  .overviewItem h4 {
    line-height: 32px;
    height: 96px;
  }

  .article {
    padding: 90px 0 50px;
  }
  .article__inner-main {
    margin-bottom: 70px;
  }
  .article__inner-info {
    margin-bottom: 100px;
  }
  .articleContent h1 {
    margin-bottom: 20px;
  }

  .contact {
    padding: 80px 0 70px;
  }
  .contact.big {
    padding: 80px 0 70px;
  }

  .info {
    padding: 100px 0 90px;
  }
  .infoContent h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1180px) {
  .auto__container {
    padding: 0 30px;
  }

  h1 {
    font-size: 35px;
  }
  h1.big {
    font-size: 40px;
  }

  h2 {
    font-size: 35px;
  }

  h4 {
    font-size: 22px;
  }

  h6 {
    font-size: 16px;
  }

   .fieldsMain__text,
  p.big {
    font-size: 20px;
  }

  body {
    font-size: 16px;
  }

  .button {
    font-size: 16px;
  }
  .button.primary {
    padding: 22px;
  }
  .button span.big {
    width: 40px;
    height: 40px;
  }

  .main {
    padding-top: 93.03px;
  }

  .anchor {
    top: -61.02px;
  }

  .headerTop__inner a {
    font-size: 16px;
  }
  .headerTop__inner a b {
    margin-right: 5px;
  }
  .header__inner-logo {
    width: 170px;
  }

  .nav__inner li {
    margin-right: 30px;
  }
  .nav__inner li a {
    font-size: 16px;
  }

  .bannerMain {
    padding: 100px 0 70px;
  }
  .bannerMain .button {
    max-width: 340px;
    border-width: 2px;
    font-size: 18px;
    line-height: 135%;
    padding: 10px 20px;
  }

  .intro {
    padding: 70px 0 40px;
  }
  .introContent {
    width: calc(45% - 12px);
  }
  .introContent__title {
    margin-bottom: 35px;
  }
  .introContent__title h2 {
    margin-bottom: 20px;
  }
  .introImage {
    width: calc(55% - 12px);
  }
  .introLink {
    margin-bottom: 20px;
  }
  .introLink span {
    width: 40px;
    height: 40px;
  }
  .introLink span svg {
    width: 14px;
    height: 20px;
  }

  .news {
    padding: 50px 0;
  }
  .news__inner-title {
    margin-bottom: 35px;
  }
  .news__inner-slider {
    margin: 0 -16px 35px !important;
  }
  .newsItem h4 {
    margin-bottom: 16px;
  }
  .newsItem > p {
    margin-bottom: 24px;
    line-height: 24px;
    height: 168px;
  }
  .news .slick-slide {
    margin: 0 16px;
  }
  .news .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .news .slick-arrow::before {
    width: 12px;
    height: 15px;
  }

  .ratings {
    padding: 70px 0 60px;
  }
  .ratings__inner-row {
    margin: 0 -14px !important;
  }
  .ratingsItem {
    margin: 0;
    width: unset;
  }
  .ratings .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ratings .slick-slide {
    height: unset !important;
    margin: 0 14px;
  }
  .ratings .slick-dots {
    display: none !important;
  }
  .ratings .slick-arrow {
    width: 40px;
    height: 40px;
    
    
    display: flex;
    border-radius: 50%;
    background: #2f6b83;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 3;
  }
  .ratings .slick-arrow:hover {
    background: #d35d27;
  }
  .ratings .slick-arrow:focus {
    background: #d35d27;
  }
  .ratings .slick-arrow::before {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 12px;
    height: 15px;
    background: url("images/chevron-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
            transform: translate(-50%, -50%);
    opacity: 1 !important;
  }
  .ratings .slick-disabled {
    opacity: 0;
  }
  .ratings .slick-prev {
    left: -5px;
  }
  .ratings .slick-prev::before {
            transform: translate(-50%, -50%) scaleX(-1);
  }
  .ratings .slick-next {
    right: -5px;
  }

  .quote {
    padding: 50px 0;
  }
  .quoteImage {
    width: calc(45% - 12px);
  }
  .quoteContent {
    width: calc(55% - 12px);
  }
  .quoteContent h2 {
    font-size: 28px;
  }

  .vita {
    padding: 32px 0 70px;
  }

  .references {
    padding: 45px 0 70px;
  }
  .references__inner-title {
    margin-bottom: 45px;
  }
  .referencesImage {
    width: calc(40% - 12px);
  }
  .referencesRow {
    width: calc(60% - 12px);
  }

  .faq {
    padding: 60px 0 80px;
  }
  .faq__inner-title {
    width: calc(40% - 12px);
  }
  .faq__inner-col {
    width: calc(60% - 12px);
  }

  .reviews {
    padding: 32px 0 70px;
  }
  .reviews__inner-row {
    width: calc(60% - 12px);
  }
  .reviewsInfo {
    width: calc(40% - 12px);
  }
.headlinetext,
  .fields.big {
    padding: 60px 0;
  }
  .fields__inner-row {
    margin: 0 -14px;
  }
  .fieldsItem {
    width: calc(50% - 28px);
    margin: 14px;
  }
  .fieldsItem h3 {
    line-height: 34px;
    height: 68px;
    margin-bottom: 30px;
  }
  .fieldsItem p {
    font-size: 18px;
    height: 120px;
    line-height: 24px;
    margin-bottom: 30px;
    
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .fieldsMain {
    margin-bottom: 60px;
  }
  .fieldsMain__title {
    width: calc(45% - 12px);
  }
  .fieldsMain__text {
    width: calc(55% - 12px);
  }
  .fieldsLink {
    padding: 24px 20px;
    width: calc(25% - 8px);
  }
  .fieldsLinks h2 {
    margin-bottom: 30px;
  }
  .fieldsLink h4 {
    font-size: 16px;
    width: calc(100% - 40px);
  }
  .fieldsLink span {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .fieldsLink span svg {
    width: 11px;
    height: 16px;
  }

  .overview {
    padding: 50px 0 70px;
  }
  .overview__inner-title {
    margin-bottom: 30px;
  }
  .overview__inner-row {
    margin: 0 -12px;
  }
  .overview__inner-foot button {
    font-size: 18px;
  }
  .overviewTop {
    margin-bottom: 60px;
  }
  .overviewTop__buttons {
    width: calc(100% - 160px);
    margin: 0 -8px;
  }
  .overviewTop__buttons .button {
    margin: 5px 8px;
    font-size: 16px;
    padding: 10px 20px;
  }
  .overviewItem {
    margin: 24px 12px;
    width: calc(33.3% - 24px);
    font-size: 14px;
  }
  .overviewItem__title {
    margin-bottom: 20px;
  }
  .overviewItem__text {
    margin-bottom: 35px;
  }
  .overviewItem__image {
    margin-bottom: 24px;
  }
  .overviewItem h4 {
    font-size: 20px;
    line-height: 28px;
    height: 84px;
  }

  .article {
    padding: 60px 0 50px;
  }
  .article__inner-main {
    margin-bottom: 50px;
  }
  .article__inner-info {
    margin-bottom: 60px;
  }
  .articleContent h1 {
    margin-bottom: 20px;
  }
  .articleFoot button,
.articleFoot a {
    font-size: 18px;
    line-height: 135%;
  }
  .articleFoot button.top span,
.articleFoot a.top span {
    width: 14px;
    height: 16px;
  }

  .info {
    padding: 70px 0 60px;
  }
  .infoMap {
    width: calc(57% - 12px);
  }
  .infoContent {
    width: calc(43% - 12px);
  }
  .infoContent h1 {
    margin-bottom: 20px;
  }

.w25{
  width: calc(50% - 24px);
  display: block;
}

.w50 {
  display: block;
  width: calc(50% - 24px);
}



}
@media (max-width: 1024px) {
  ::-webkit-scrollbar {
    display: none;
  }

  h1 {
    font-size: 30px;
  }

  .main {
    padding-top: 69.03px;
  }

  .anchor {
    top: -69.02px;
  }

  .headerTop {
    display: none;
  }
  .header__inner {
    padding: 18px 0;
  }

  body.active {
    overflow: hidden;
  }

  .nav {
    position: fixed;
    top: 69.03px;
    left: 0;
    width: 100%;
    height: calc(100% - 69.03px);
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
            transform: translateX(100%);
    transition: all 0.2s ease-in-out 0s;
  }
  .nav.active {
    transform: translate(0, 0);
  }
  .nav__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    z-index: 1;
    padding: 60px 20px 40px 20px;
    height: 100%;
    overflow-y: auto;
    background: #fff;
  }
  .nav__inner-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .nav__inner-info {
    margin: auto 0 0 0;
    
    
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav__inner-info a {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #337894;
  }
  .nav__inner-info a:hover {
    opacity: 1;
    color: #fd7637;
  }
  .nav__inner-info a:last-child {
    margin: 0;
  }
  .nav__inner-info a b {
    font-weight: 700;
  }
  .nav__inner li {
    margin: 0 0 35px 0;
  }
  .nav__inner li a {
    font-size: 24px;
    line-height: 120%;
  }

  .burger {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    position: relative;
    width: 30px;
    height: 30px;
  }
  .burger:hover {
    opacity: 0.8;
  }
  .burger::before {
    top: 18%;
    width: 100%;
    height: 3px;
    background-color: #337894;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .burger span {
    top: 50%;
    width: 100%;
    height: 3px;
    background-color: #337894;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0s;
  }
  .burger::after {
    bottom: 18%;
    width: 100%;
    height: 3px;
    background-color: #337894;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .burger.active::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .burger.active span {
    opacity: 0;
  }
  .burger.active::after {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
}
@media (max-width: 930px) {

  .banner__inner {
    min-height: 400px;
  }
  .bannerMain {
    padding: 70px 0 50px;
  }
  .bannerMain h1 {
    margin-bottom: 20px;
  }

  .intro {
    padding: 60px 0 40px;
  }
  .intro__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .introContent {
    width: 100%;
    max-width: unset;
    margin-bottom: 40px;
  }
  .introImage {
    width: 100%;
    max-width: unset;
  }

  .ratings {
    padding: 50px 0;
  }
  .ratings.sm {
    padding: 50px 0;
  }
  .ratings__inner-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .ratings__inner-title h2 {
    margin-bottom: 16px;
    width: 100%;
  }
  .ratings__inner-logo {
    width: 55%;
  }

  .quote__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .quoteImage {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .quoteContent {
    width: 100%;
    max-width: unset;
  }
  .quoteContent h2 {
    font-size: 28px;
  }

  .vita {
    padding: 30px 0 50px;
  }
  .vitaItem {
    margin-bottom: 35px;
  }
  .vitaItem__col {
    width: calc(35% - 12px);
  }
  .vitaItem__col:last-child {
    width: calc(65% - 12px);
  }

  .references {
    padding: 45px 0;
  }
  .references__inner-title {
    margin-bottom: 35px;
  }
  .references__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .referencesImage {
    width: 100%;
    margin-bottom: 30px;
  }
  .referencesRow {
    width: 100%;
    max-width: unset;
  }

  .faq {
    padding: 50px 0;
  }
  .faq__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq__inner-title {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .faq__inner-col {
    width: 100%;
    max-width: unset;
  }
  .faqItem__head span {
    width: 20px;
    height: 20px;
  }
  .faqItem__head span::before {
    width: 2px;
  }
  .faqItem__head span::after {
    height: 2px;
  }

  .reviews {
    padding: 40px 0 50px;
  }
  .reviews__inner-title {
    margin-bottom: 40px;
  }
  .reviews__inner-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews__inner-row {
    width: 100%;
  }
  .reviewsInfo {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .reviewsInfo__stars {
    width: 70%;
    max-width: 280px;
  }
  .reviewsInfo h3 {
    margin-bottom: 16px;
    font-size: 4em;
  }
  .reviewsInfo__stars img {
    height: 32px;
  }

  .fields {
    padding: 40px 0 50px;
  }
  .headlinetext,
  .fields.big {
    padding: 50px 0;
  }
  .fields__inner-row {
    margin: 0 -10px;
  }
  .fieldsItem {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .fieldsItem h3 {
    margin-bottom: 20px;
  }
  .fieldsItem p {
    font-size: 16px;
  }
  .fieldsMain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 45px;
  }
  .fieldsMain__title {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .fieldsMain__text {
    width: 100%;
    max-width: unset;
  }
  .fieldsLink {
    width: calc(50% - 16px);
    margin: 8px;
    padding: 24px;
  }
  .fieldsLinks__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
  }
  .fieldsLink h4 {
    font-size: 20px;
    width: calc(100% - 55px);
  }
  .fieldsLink span {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }
  .fieldsLink span svg {
    width: 14px;
    height: 20px;
  }

  .field {
    padding: 30px 0;
  }
  .field__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .field__inner-title {
    margin-bottom: 20px;
  }
  .field__inner-text {
    width: 100%;
    margin-bottom: 40px;
  }
  .field__inner-col {
    width: 100%;
    max-width: unset;
  }
  .fieldItem {
    margin-bottom: 35px;
  }
  .fieldItem__title {
    width: 270px;
  }
  .fieldItem__content {
    width: calc(100% - 294px);
  }

  .overviewItem {
    width: calc(50% - 24px);
    font-size: 16px;
  }

  .article {
    padding: 50px 0;
  }
  .article__inner-back {
    position: relative;
    margin-bottom: 30px;
  }
  .article__inner-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .article__inner-info {
    margin-bottom: 40px;
  }
  .articleImage {
    width: 100%;
    max-width: unset;
    margin-bottom: 35px;
  }
  .articleContent {
    width: 100%;
    max-width: unset;
    padding: 0;
  }
  .articleItem {
    margin-bottom: 35px;
  }
  .articleItem__col {
    width: calc(35% - 12px);
  }
  .articleItem__content {
    width: calc(65% - 12px);
  }
  .articleItem__title {
    max-width: unset;
    padding: 15px 0;
  }

  .footer {
    padding: 40px 0;
  }
  .footer__inner-row {
    width: calc(100% - 140px);
  }
  .footer__inner-terms {
    margin-top: 50px;
  }

  .info {
    padding: 55px 0;
  }
  .info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .infoMap {
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
  .infoMap__inner {
    min-height: 250px;
  }
  .infoContent {
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 750px) {
  .auto__container {
    padding: 0 20px;
  }

  h1 {
    font-size: 30px;
  }
  h1.big {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h4 {
    font-size: 20px;
  }

  .input input,
.input select,
.input textarea {
    border-width: 2px;
    font-size: 16px;
    padding: 16px 16px 16px 0;
  }

  .check__box {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .check__box span::before {
    border-width: 2px;
  }
  .check p {
    width: calc(100% - 30px);
    line-height: 20px;
    font-size: 14px;
  }

  .banner__image {
    position: relative;
    width: 100%;
    height: unset;
    padding-bottom: 70%;
    min-height: 280px;
  }
  .banner__image img {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-position: 15%;
       object-position: 15%;
  }
  .banner__inner {
    min-height: unset;
    padding: 20px 0;
  }
  .banner__inner-title {
    width: 100%;
  }
  .banner__inner h1 {
    margin-bottom: 10px;
  }

  .footer {
    font-size: 18px;
    line-height: 135%;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__inner-row {
    width: 100%;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer__inner-col {
    margin-bottom: 24px;
  }
  .footer__inner-col:last-child {
    margin: 0;
  }
  .footer__inner-terms {
    width: 100%;
    margin: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer__inner-terms a {
    font-size: 18px;
    line-height: 135%;
  }

  .vita {
    padding: 25px 0 45px;
  }
  .vitaItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vitaItem__col {
    width: 100% !important;
  }
  .vitaItem__title {
    width: 100%;
    max-width: unset;
  }

  .referencesRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .referencesItem {
    width: 100%;
    margin: 0 0 20px 0;
    padding-top: 20px;
  }
  .referencesItem:last-child {
    margin: 0;
  }

  .field__inner-text {
    margin-bottom: 30px;
  }
  .fieldItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fieldItem__title {
    width: 100%;
    max-width: unset;
    padding: 15px 0;
  }
  .fieldItem__content {
    width: 100%;
    max-width: unset;
  }

  .overview {
    padding: 40px 0 50px;
  }
  .overview__inner-row {
    margin: 0 -10px;
  }
  .overview__inner-foot {
    padding-top: 40px;
  }
  .overview__inner-foot button {
    font-size: 16px;
  }
  .overview__inner-foot button b {
    margin-bottom: 4px;
  }
  .overviewTop {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .overviewTop__buttons {
    width: calc(100% + 16px);
  }
  .overviewTop__buttons .button {
    font-size: 14px;
    padding: 8px 16px;
  }
  .overviewTop__remove {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
  .overviewItem {
    width: calc(50% - 20px);
    margin: 20px 10px;
    font-size: 14px;
  }
  .overviewItem h4 {
    height: 56px;
    
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .article {
    padding: 40px 0;
  }
  .article__inner-back {
    margin-bottom: 22px;
  }
  .article__inner-back span {
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  .article__inner-main {
    margin-bottom: 40px;
  }
  .article__inner-info {
    margin-bottom: 35px;
  }
  .articleItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .articleItem__col {
    width: 100%;
    max-width: unset;
  }
  .articleItem__content {
    width: 100%;
    max-width: unset;
  }
  .articleFoot__row {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .articleFoot a,
.articleFoot button {
    font-size: 16px;
  }
  .articleFoot a.top,
.articleFoot button.top {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .articleFoot a.top span,
.articleFoot button.top span {
    width: 12px;
    height: 14px;
  }
  .articleFoot a span,
.articleFoot button span {
    width: 10px;
    height: 10px;
  }

  .contact {
    padding: 40px 0;
  }
  .contact.big {
    padding: 40px 0;
  }
  .contact__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 20px 0;
  }
  .contact__inner-checks {
    margin-bottom: 20px;
  }
  .contact__inner-foot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .contact__inner-foot .button {
    width: 100%;
    margin: 0;
  }
  .contact__inner-foot .input input,
.contact__inner-foot .input textarea,
.contact__inner-foot .input select {
    padding: 5px 0;
  }
  .contact__inner .input {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
  .contact__inner .input:last-child {
    margin: 0;
  }

.w25,
.w50 {
  width: 100%;
}
.wpcf7-form textarea {
  height: 8em;
}
.wpcf7-form textarea:disabled {
  display: none;
}


}
@media (max-width: 650px) {
  .news {
    padding: 45px 0;
  }
  .news__inner-title {
    margin-bottom: 30px;
  }
  .news__inner-slider {
    margin: 0 -10px 30px !important;
    padding-bottom: 30px;
    position: relative;
  }
  .news .slick-slide {
    margin: 0 10px;
  }
  .news .slick-arrow {
    display: none !important;
  }
  .news .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .news .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    
    
    display: flex;
    background: #fff;
    margin: 0 4px;
  }
  .news .slick-dots li.slick-active {
    background: #fd7637;
  }
  .news .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .news .slick-dots li button::before {
    display: none;
  }
  .news .slick-list {
    overflow: visible !important;
  }
  .newsItem h4 {
    line-height: 30px;
    height: 90px;
  }

  .ratings__inner-title {
    margin-bottom: 24px;
  }
  .ratings__inner-row {
    margin: 0 -10px !important;
    padding-bottom: 30px;
    position: relative;
  }
  .ratings .slick-slide {
    margin: 0 10px;
  }
  .ratings .slick-arrow {
    display: none !important;
  }
  .ratings .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .ratings .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    
    
    display: flex;
    background: #337894;
    margin: 0 4px;
  }
  .ratings .slick-dots li.slick-active {
    background: #fd7637;
  }
  .ratings .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .ratings .slick-dots li button::before {
    display: none;
  }
  .ratings .slick-list {
    overflow: visible !important;
  }
  .ratingsItem__text p {
    line-height: 24px;
    height: 144px;
  }

  .reviews {
    padding: 45px 0;
  }
  .reviews__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .reviews .ratingsItem {
    width: 100%;
  }
  .reviews .ratingsItem:first-child {
    border-bottom: unset;
  }

  .fields {
    padding: 20px 0 40px;
  }
  .headlinetext,
  .fields.big {
    padding: 40px 0;
  }
  .fields__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .fieldsItem {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .fieldsItem:last-child {
    margin: 0;
  }
  .fieldsItem h3 {
    line-height: 28px;
    height: 56px;
  }
  .fieldsItem p {
    margin-bottom: 24px;
  }
  .fieldsMain__title {
    margin-bottom: 20px;
  }
  .fieldsLink {
    width: 100%;
    margin: 0 0 16px 0;
    min-height: 102px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fieldsLink:last-child {
    margin: 0;
  }
  .fieldsLinks__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }

  .overview__inner-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .overviewItem {
    margin: 0 0 40px 0;
    width: 100%;
    font-size: 16px;
  }
  .overviewItem:last-child {
    margin: 0;
  }
  .overviewItem__image {
    padding-bottom: 52%;
  }
  .overviewItem__title {
    margin-bottom: 16px;
  }
  .overviewItem__text {
    margin-bottom: 24px;
  }
  .overviewItem h4 {
    height: unset;
    display: block;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 27px;
  }
  h1.big {
    font-size: 27px;
  }

  h2 {
    font-size: 27px;
  }

  .fieldsMain__text,
  p.big {
    font-size: 16px;
  }

  .button.primary {
    padding: 18px 20px;
  }
  .button span.big {
    width: 34px;
    height: 34px;
  }

  .main {
    padding-top: 62px;
  }

  .anchor {
    top: -62px;
  }

  .header__inner {
    padding: 16px 0;
  }
  .header__inner-logo {
    width: 150px;
  }

  .nav {
    top: 62px;
    height: calc(100% - 62px);
  }

  .bannerMain {
    padding: 50px 0 40px;
  }
  .bannerMain h1 {
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 16px;
  }
  .bannerMain p {
    margin-bottom: 20px;
  }
  .bannerMain .button {
    font-size: 16px;
  }

  .intro {
    padding: 40px 0;
  }
  .introContent {
    margin-bottom: 30px;
  }
  .introContent__title {
    margin-bottom: 24px;
  }
  .introLink {
    margin-bottom: 15px;
  }
  .introLink__content {
    width: calc(100% - 60px);
  }
  .introLink h4 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .introLink span {
    width: 35px;
    height: 35px;
  }
  .introLink span svg {
    width: 12px;
    height: 18px;
  }

  .cta {
    padding: 32px 0;
  }
  .cta__inner h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cta__inner h4 br {
    display: none;
  }

  .quote {
    padding: 45px 0;
  }
  .quoteImage {
    margin-bottom: 24px;
  }
  .quoteContent h2 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .info {
    padding: 40px 0;
  }
}
@media (max-width: 440px) {
  .input input,
.input select,
.input textarea {
    font-size: 14px;
    padding: 12px 16px 12px 0;
  }
  .input span {
    width: 10px;
    height: 10px;
  }

  .news__inner-foot .button {
    max-width: unset;
  }

  .vitaItem h2 {
    font-size: 18px;
  }
  .vitaItem p {
    margin-bottom: 16px;
  }
  .vitaItem ul {
    padding-left: 24px;
  }
  .vitaItem ul li {
    margin-bottom: 16px;
  }
  .vitaItem ol {
    padding-left: 24px;
  }
  .vitaItem ol li {
    margin-bottom: 16px;
  }

  .fields__inner-foot .button {
    max-width: unset;
  }
  .fieldsLink {
    min-height: 90px;
    padding: 20px;
  }
  .fieldsLink h4 {
    width: calc(100% - 50px);
  }
  .fieldsLink span {
    width: 35px;
    height: 35px;
    margin-left: 15px;
  }
  .fieldsLink span svg {
    width: 12px;
    height: 16px;
  }

  .fieldItem h2 {
    font-size: 18px;
  }
  .fieldItem p {
    margin-bottom: 16px;
  }
  .fieldItem ul {
    padding-left: 24px;
  }
  .fieldItem ul li {
    margin-bottom: 16px;
  }
  .fieldItem ol {
    padding-left: 24px;
  }
  .fieldItem ol li {
    margin-bottom: 16px;
  }

  .overviewItem__foot {
    font-size: 14px;
  }
  .overviewItem__link span {
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }

  .articleItem h2 {
    font-size: 18px;
  }
  .articleFoot a,
.articleFoot button {
    font-size: 14px;
  }
  .articleFoot a.prev span,
.articleFoot button.prev span {
    margin-right: 10px;
  }
  .articleFoot a.top,
.articleFoot button.top {
    margin-top: 24px;
  }
  .articleFoot a span,
.articleFoot button span {
    width: 8px;
    height: 8px;
    margin-left: 10px;
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff url("css/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}