@import url(reset.css);
@import url(fonts.css);
@import url(jquery.fancybox.min.css);
@import url(slick-theme.css);
@import url(slick.css);
@import url(twentytwenty.css);

body {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 400;
}

.twentytwenty-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 600;
}

img,
svg,
embed,
object,
video {
  max-width: 100%;
  max-height: 100%;
}

a {
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.slick-slider .draggable,
.slick-slider .draggable .slick-track {
  min-width: 100%;
  min-height: 1px;
}

.slick-slider .img_wrap img {
  min-width: auto;
}

.slick-dots {
  bottom: -35px;
}

.slick-dots li button:before {
  font-size: 12px;
}

br.s {
  display: inline;
}

@media (min-width: 576px) {
  br.s {
    display: inline;
  }
}

@media (min-width: 765px) {
  br.s {
    display: none;
  }
}

br.m {
  display: none;
}

@media (min-width: 765px) {
  br.m {
    display: inline;
  }
}

@media (min-width: 991px) {
  br.m {
    display: none;
  }
}

br.l {
  display: none;
}

@media (min-width: 991px) {
  br.l {
    display: inline;
  }
}

@media (min-width: 1200px) {
  br.l {
    display: none;
  }
}

br.xl {
  display: none;
}

@media (min-width: 1200px) {
  br.xl {
    display: inline;
  }
}

br.xxl {
  display: none;
}

@media (min-width: 991px) {
  br.xxl {
    display: inline;
  }
}

@media (min-width: 1200px) {
  br.xxl {
    display: inline;
  }
}
.siteWidth {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  position: relative;
  z-index: 10;
}

@media (min-width: 576px) {
  .siteWidth {
    max-width: 520px;
  }
}

@media (min-width: 765px) {
  .siteWidth {
    max-width: 750px;
  }
}

@media (min-width: 991px) {
  .siteWidth {
    max-width: 990px;
  }
}

@media (min-width: 1200px) {
  .siteWidth {
    max-width: 1200px;
  }
}

h1.title {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  color: #212529;
}

h1.title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-style: italic;
}

h1.title span:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 7px;
  left: 0;
  height: 6px;
  width: 0;
  background-color: #fffa8d;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

h1.title.run span:before {
  width: 100%;
}

@media (min-width: 576px) {
  h1.title {
    font-size: 36px;
    line-height: 40px;
  }

  h1.title:before {
    height: 10px;
  }
}

h2.title {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  color: #212529;
  font-size: 40px;
  line-height: 44px;
}

h2.title span {
  display: inline-block;
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-style: italic;
}

h2.title span:before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 7px;
  left: 0;
  height: 6px;
  width: 0;
  background-color: #fffa8d;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

h2.title.run span:before {
  width: 100%;
}

@media (min-width: 576px) {
  h2.title {
    font-size: 50px;
    line-height: 56px;
  }

  h2.title span:before {
    height: 10px;
    bottom: 10px;
  }
}

@media (min-width: 765px) {
  h2.title {
    font-size: 56px;
    line-height: 64px;
  }
}
@media (min-width: 991px) {
  h2.title {
    font-size: 58px;
    line-height: 66px;
  }
}

@media (min-width: 1200px) {
  h2.title {
    font-size: 60px;
    line-height: 68px;
  }
}
.description {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 400;
  color: #91928b;
  font-size: 16px;
  line-height: 21px;
}

@media (min-width: 1200px) {
  .description {
    font-size: 18px;
    line-height: 24px;
  }
}

.content_text {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 400;
  color: #91928b;
  font-size: 16px;
  line-height: 21px;
}

span.sup {
  font-size: 0.75em;
  vertical-align: super;
}

.btn1 {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  max-width: 150px;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  color: #212529;
  border: 1px solid #212529;
  background-color: transparent;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 15px;
}

.btn1:hover {
  color: #212529;
  background-color: #fffa8d;
}

.btn1:active {
  background-color: #ddd;
}

@media (min-width: 576px) {
  .btn1 {
    height: 40px;
    line-height: 40px;
  }
}

.btn2 {
  display: inline-block;
  cursor: pointer;
  width: 100%;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  max-width: 150px;
  text-align: center;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background-color: #212529;
  border: 1px solid #212529;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 15px;
}

.btn2:hover {
  color: #212529;
  background-color: #fffa8d;
}

.btn2:active {
  background-color: #ddd;
}

@media (min-width: 576px) {
  .btn2 {
    height: 40px;
    line-height: 40px;
  }
}

main {
  overflow: hidden;
}

section {
  position: relative;
}

#mainSprite {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
}

header {
  background-color: transparent;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
}

header .innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .innerWrapper .logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 35px;
}

@media (min-width: 350px) {
  header .innerWrapper .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
  }
}

@media (min-width: 991px) {
  header .innerWrapper .logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    height: 26px;
  }
}

header .innerWrapper .navigation {
  background-color: #eee;
  position: fixed;
  z-index: 2;
  top: 0;
  left: -100%;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

header .innerWrapper .navigation ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header .innerWrapper .navigation ul li {
  text-align: center;
  line-height: 50px;
}

header .innerWrapper .navigation ul li .langBlock {
  margin-bottom: 50px;
}

header .innerWrapper .navigation ul li a {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #212529;
  position: relative;
}

header .innerWrapper .navigation ul li a:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #212529;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .innerWrapper .navigation ul li a:hover:before {
  width: 100%;
}

@media (min-width: 576px) {
  header .innerWrapper .navigation ul li.mobBtn {
    display: none;
  }
}

@media (min-width: 991px) {
  header .innerWrapper .navigation ul li {
    line-height: unset;
  }
}

@media (min-width: 991px) {
  header .innerWrapper .navigation ul {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

header .innerWrapper .navigation .closeMenu {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #a9a9a9;
  width: 40px;
  height: 40px;
  line-height: 44px;
  border-radius: 50%;
  fill: #000;
  border: 0;
}

header .innerWrapper .navigation .closeMenu .icon {
  width: 16px;
  height: 12px;
}

@media (min-width: 991px) {
  header .innerWrapper .navigation .closeMenu {
    display: none;
  }
}

@media (min-width: 991px) {
  header .innerWrapper .navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 430px;
    flex: 0 0 430px;
    position: static;
    height: auto;
    background-color: transparent;
    min-height: unset;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  header .innerWrapper .navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    margin-right: auto;
    margin-left: 35px;
  }
}

header .innerWrapper .additionalBtns .openMenu {
  background-color: transparent;
  border: 0;
  width: 30px;
  height: 22px;
}

@media (min-width: 991px) {
  header .innerWrapper .additionalBtns .openMenu {
    display: none;
  }
}

header .innerWrapper .additionalBtns .phoneLink {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
  header .innerWrapper .additionalBtns .phoneLink {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    left: 0;
  }
}

header .innerWrapper .additionalBtns .callBack {
  display: none;
}

@media (min-width: 576px) {
  header .innerWrapper .additionalBtns .callBack {
    display: block;
  }
}

header .innerWrapper .additionalBtns .langBlock {
  display: none;
}

@media (min-width: 765px) {
  header .innerWrapper .additionalBtns .langBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 576px) {
  header .innerWrapper .additionalBtns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 375px;
    flex: 0 0 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 765px) {
  header .innerWrapper .additionalBtns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    padding-left: 15px;
  }
}

@media (min-width: 991px) {
  header .innerWrapper .additionalBtns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 410px;
    flex: 0 0 410px;
  }
}

@media (min-width: 1200px) {
  header .innerWrapper .additionalBtns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 585px;
    flex: 0 0 585px;
  }
}

header .innerWrapper .langBlock {
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  position: relative;
}

header .innerWrapper .langBlock a {
  font-weight: 500;
  font-size: 18px;
  color: #212529;
}

header .innerWrapper .langBlock a.active {
  color: #91928b;
}

header .innerWrapper .langBlock:before {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #91928b;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 765px) {
  header .innerWrapper .langBlock {
    margin-left: unset;
    margin-right: unset;
  }
}

header .innerWrapper .phoneLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

header .innerWrapper .phoneLink .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  fill: #212529;
}

header .innerWrapper .phoneLink span {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 16px;
  color: #212529;
}

header .innerWrapper .phoneLink:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #212529;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .innerWrapper .phoneLink:hover:before {
  width: 100%;
}

@media (min-width: 576px) {
  header .innerWrapper .phoneLink span {
    font-size: 18px;
  }
}

header .innerWrapper .callBack {
  cursor: pointer;
  background-color: transparent;
  border: 0;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #1e1e1e;
  border-bottom: 2px solid #1e1e1e;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .innerWrapper .callBack:hover {
  border-color: transparent;
}

header.fixed {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px 0;
}

@media (min-width: 991px) {
  header.fixed {
    padding: 15px 0;
  }
}

@media (min-width: 991px) {
  header {
    padding-top: 22px;
  }
}

footer .footerTop {
  padding-top: 45px;
  background-color: #eee;
  padding-bottom: 45px;
}

footer .footerTop .innerWrapper {
  text-align: center;
}

footer .footerTop .innerWrapper .logoBlock {
  margin-bottom: 30px;
}

footer .footerTop .innerWrapper .logoBlock .leftSide {
  max-width: 100px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (min-width: 765px) {
  footer .footerTop .innerWrapper .logoBlock .leftSide {
    margin-left: unset;
  }
}

@media (min-width: 991px) {
  footer .footerTop .innerWrapper .logoBlock .leftSide {
    margin-right: 45px;
  }
}

@media (min-width: 1200px) {
  footer .footerTop .innerWrapper .logoBlock .leftSide {
    max-width: 50px;
    height: 25px;
    margin-right: 50px;
  }
}

footer .footerTop .innerWrapper .logoBlock .rightSide ul {
  margin-bottom: 20px;
}

footer .footerTop .innerWrapper .logoBlock .rightSide ul li {
  margin-bottom: 12px;
}

footer .footerTop .innerWrapper .logoBlock .rightSide ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #212529;
  position: relative;
}

footer .footerTop .innerWrapper .logoBlock .rightSide ul li a:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #212529;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer .footerTop .innerWrapper .logoBlock .rightSide ul li a:hover:before {
  width: 100%;
}

footer .footerTop .innerWrapper .logoBlock .rightSide ul li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  footer .footerTop .innerWrapper .logoBlock .rightSide ul li {
    margin-bottom: 7px;
  }
}

footer .footerTop .innerWrapper .logoBlock .rightSide .copyright {
  color: #91928b;
  font-size: 14px;
}

@media (min-width: 765px) {
  footer .footerTop .innerWrapper .logoBlock {
    padding-right: 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 991px) {
  footer .footerTop .innerWrapper .logoBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

footer .footerTop .innerWrapper .contactBlock {
  margin-bottom: 30px;
}

footer .footerTop .innerWrapper .contactBlock .contactItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

footer .footerTop .innerWrapper .contactBlock .contactItem .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  height: 18px;
  margin-right: 15px;
  fill: #212529;
}

footer .footerTop .innerWrapper .contactBlock .contactItem span {
  font-size: 16px;
  font-weight: 400;
  color: #212529;
  position: relative;
}

footer .footerTop .innerWrapper .contactBlock .contactItem span:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #212529;
  position: absolute;
  bottom: -2px;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 765px) {
  footer .footerTop .innerWrapper .contactBlock .contactItem:hover span:before {
    width: 100%;
  }
}

@media (min-width: 765px) {
  footer .footerTop .innerWrapper .contactBlock .contactItem {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  footer .footerTop .innerWrapper .contactBlock .contactItem {
    margin-bottom: 18px;
  }
}

@media (min-width: 765px) {
  footer .footerTop .innerWrapper .contactBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 315px;
    flex: 0 0 315px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  footer .footerTop .innerWrapper .contactBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 385px;
    flex: 0 0 385px;
  }
}

footer .footerTop .innerWrapper .additionalBlock button {
  cursor: pointer;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 700;
  font-size: 16px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #1e1e1e;
  color: #1e1e1e;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

footer .footerTop .innerWrapper .additionalBlock button:hover {
  border-color: transparent;
}

@media (min-width: 1200px) {
  footer .footerTop .innerWrapper .additionalBlock button {
    margin-bottom: 40px;
  }
}

footer .footerTop .innerWrapper .additionalBlock .socialsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 90px;
  margin-left: auto;
  margin-right: auto;
}

footer .footerTop .innerWrapper .additionalBlock .socialsBlock a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35px;
  flex: 0 0 35px;
  height: 35px;
  fill: #212529;
}

footer .footerTop .innerWrapper .additionalBlock .socialsBlock a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (min-width: 1200px) {
  footer .footerTop .innerWrapper .additionalBlock .socialsBlock a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  footer .footerTop .innerWrapper .additionalBlock .socialsBlock {
    max-width: 80px;
    margin-right: unset;
  }
}

@media (min-width: 765px) {
  footer .footerTop .innerWrapper .additionalBlock {
    padding-left: 15px;
  }
}

@media (min-width: 765px) {
  footer .footerTop .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }
}

footer .footerBottom {
  background-color: #202020;
  padding-top: 40px;
  padding-bottom: 40px;
}

footer .footerBottom .innerWrapper .politics {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 600px;
  flex: 0 0 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  margin-bottom: 30px;
}

.deutch footer .footerBottom .innerWrapper .politics {
  height: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}

footer .footerBottom .innerWrapper .politics a {
  font-family: 'Gilroy', sans-serif;
  font-weight: 300;
  color: #65666a;
  font-size: 12px;
}

footer .footerBottom .innerWrapper .politics a:hover {
  color: #fffa8d;
}

@media (min-width: 765px) {
  footer .footerBottom .innerWrapper .politics {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: unset;
    margin-bottom: 0;
  }
  .deutch footer .footerBottom .innerWrapper .politics {
    height: unset;
  }
}

footer .footerBottom .innerWrapper .rezartLogoBlock {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

footer .footerBottom .innerWrapper .rezartLogoBlock a {
  display: block;
  width: 35px;
  height: 20px;
  fill: #fff;
  margin-left: auto;
  margin-right: auto;
}

footer .footerBottom .innerWrapper .rezartLogoBlock a:hover {
  fill: #fffa8d;
}

@media (min-width: 765px) {
  footer .footerBottom .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 765px) {
  footer .footerBottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  footer .footerBottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.section1 {
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #eee;
}

.section1 .innerWrapper .textBlock {
  margin-bottom: 90px;
}

.section1 .innerWrapper .textBlock h1.title {
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .section1 .innerWrapper .textBlock h1.title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding-right: 15px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .textBlock h1.title {
    padding-left: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    margin-bottom: 42px;
  }
}

.section1 .innerWrapper .textBlock .description {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
}

@media (min-width: 991px) {
  .section1 .innerWrapper .textBlock .description {
    padding-left: 15px;
    margin-bottom: 100px;
  }
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .textBlock .description {
    max-width: 265px;
    margin-bottom: 42px;
  }
}

.section1 .innerWrapper .textBlock .btnsWrap {
  text-align: center;
}

.section1 .innerWrapper .textBlock .btnsWrap .btn1 {
  max-width: 80%;
}

.section1 .innerWrapper .textBlock .btnsWrap .btn2 {
  max-width: 80%;
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .section1 .innerWrapper .textBlock .btnsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .section1 .innerWrapper .textBlock .btnsWrap .btn1 {
    max-width: 200px;
  }

  .section1 .innerWrapper .textBlock .btnsWrap .btn2 {
    max-width: 150px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .deutch .section1 .innerWrapper .textBlock .btnsWrap .btn2 {
    max-width: 165px;
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper .textBlock .btnsWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .textBlock .btnsWrap {
    padding-left: 95px;
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper .textBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .textBlock {
    margin-bottom: 115px;
  }
}

.section1 .innerWrapper .sliderBlock {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 20px;
}

.section1 .innerWrapper .sliderBlock .slick-list {
  padding-top: 60px;
  margin-top: -60px;
}

@media (min-width: 576px) {
  .section1 .innerWrapper .sliderBlock .slick-list {
    padding-right: calc((100vw - 490px) / 2);
  }
}

@media (min-width: 765px) {
  .section1 .innerWrapper .sliderBlock .slick-list {
    padding-right: calc((100vw - 720px) / 2);
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper .sliderBlock .slick-list {
    padding-right: calc((100vw - 800px) / 2);
  }
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .sliderBlock .slick-list {
    padding-top: 100px;
    margin-top: -100px;
  }
}

.section1 .innerWrapper .sliderBlock .slick-prev {
  display: none !important;
}

.section1 .innerWrapper .sliderBlock .arrow__next {
  stroke: #212529;
  cursor: pointer;
  position: absolute;
  top: -35px;
  left: calc(50% + 550px);
  background-color: transparent;
  border: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .sliderBlock .arrow__next {
    display: none !important;
  }
}

.section1 .innerWrapper .sliderBlock .arrow__next:hover {
  stroke: #fffa8d;
}

.section1 .innerWrapper .sliderBlock .sliderItem .imgWrap {
  position: relative;
}

.section1 .innerWrapper .sliderBlock .sliderItem .imgWrap .int {
  position: absolute;
  top: -70px;
  left: 50px;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  font-size: 150px;
  color: #fffa8d;
}

.section1 .innerWrapper .sliderBlock .sliderItem .imgWrap .int:before {
  content: attr(data-int);
  font-size: 150px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: -7px;
  left: -7px;
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .sliderBlock .sliderItem .imgWrap .int:before {
    font-size: 280px;
  }
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .sliderBlock .sliderItem .imgWrap .int {
    font-size: 280px;
    top: -120px;
  }
}

@media (min-width: 576px) {
  .section1 .innerWrapper .sliderBlock .sliderItem {
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .sliderBlock .sliderItem {
    padding-right: 70px;
  }
}

@media (min-width: 576px) {
  .section1 .innerWrapper .sliderBlock {
    width: 100vw;
    margin-left: calc((100vw - 490px) / -2);
  }
}

@media (min-width: 765px) {
  .section1 .innerWrapper .sliderBlock {
    width: 100vw;
    margin-left: calc((100vw - 600px) / -2);
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper .sliderBlock {
    width: 100vw;
    margin-left: calc((100vw - 960px) / -2);
  }
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .sliderBlock {
    width: 100vw;
    margin-left: calc((100vw - 1170px) / -2);
  }
}

.section1 .innerWrapper .countBlock {
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #212529;
  text-align: center;
}

@media (min-width: 576px) {
  .section1 .innerWrapper .countBlock {
    position: absolute;
    top: 240px;
    left: calc(50% + 200px);
  }
}

@media (min-width: 765px) {
  .section1 .innerWrapper .countBlock {
    top: 240px;
    left: calc(50% + 300px);
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper .countBlock {
    top: 180px;
    left: calc(50% + 420px);
  }
}

@media (min-width: 1200px) {
  .section1 .innerWrapper .countBlock {
    font-size: 12px;
    left: 15px;
    top: 5px;
  }
}

@media (min-width: 576px) {
  .section1 .innerWrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 991px) {
  .section1 .innerWrapper {
    max-width: unset;
  }
}

@media (min-width: 576px) {
  .section1 {
    padding-top: 80px;
    padding-bottom: 50px;
  }
}

@media (min-width: 765px) {
  .section1 {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}

@media (min-width: 991px) {
  .section1 {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .section1 {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.section2 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.section2 .innerWrapper .rightSide {
  margin-bottom: 20px;
}

.section2 .innerWrapper .rightSide h2.title {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .section2 .innerWrapper .rightSide h2.title {
    margin-bottom: 7px;
  }

  .section2 .innerWrapper .rightSide h2.title span {
    margin-left: -80px;
  }
  .deutch .section2 .innerWrapper .rightSide h2.title span {
    margin-left: 0px;
  }
}

@media (min-width: 1200px) {
  .section2 .innerWrapper .rightSide .description {
    padding-right: 0;
  }
}
.section2 .innerWrapper .rightSide:nth-of-type(3) .description span {
  position: relative;
  z-index: 1;
  font-style: italic;
  color: #212529;
  display: inline-block;
}

.section2 .innerWrapper .rightSide:nth-of-type(3) .description span:before {
  content: '';
  width: 100%;
  height: 6px;
  background-color: #fffa8d;
  position: absolute;
  z-index: -1;
  bottom: 4px;
  left: 0;
}

@media (min-width: 991px) {
  .section2 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    padding-left: 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .section2 .innerWrapper .rightSide {
    padding-left: 100px;
  }
  .deutch .section2 .innerWrapper .rightSide {
    padding-left: 70px;
  }
}

.section2 .innerWrapper .leftSide {
  margin-bottom: 20px;
}

.section2 .innerWrapper .leftSide .magicBlock .imgWrap {
  min-height: 55vw;
}

@media (min-width: 576px) {
  .section2 .innerWrapper .leftSide .magicBlock .imgWrap {
    min-height: 295px;
  }
}

@media (min-width: 765px) {
  .section2 .innerWrapper .leftSide .magicBlock .imgWrap {
    min-height: 360px;
  }
}

@media (min-width: 991px) {
  .section2 .innerWrapper .leftSide .magicBlock .imgWrap {
    min-height: 338px;
  }
}

@media (min-width: 991px) {
  .section2 .innerWrapper .rightSide:nth-of-type(3) {
    margin-top: 80px;
    padding-left: 0px;
    padding-right: 0px;
    flex: 0 0 55%;
  }
}
@media (min-width: 1200px) {
  .section2 .innerWrapper .rightSide:nth-of-type(3) {
    margin-top: 80px;
    padding-left: 0px;
    padding-right: 30px;
    flex: 0 0 60%;
  }
}

@media (min-width: 991px) {
  .section2 .innerWrapper .leftSide:nth-of-type(4) {
    padding-left: 100px;
    margin-top: 70px;
    padding-right: 0;
    flex: 0 0 45%;
  }
}
@media (min-width: 1200px) {
  .section2 .innerWrapper .leftSide:nth-of-type(4) {
    padding-left: 100px;
    margin-top: 70px;
    padding-right: 0;
    flex: 0 0 40%;
  }
}

@media (min-width: 991px) {
  .section2 .innerWrapper .leftSide:nth-of-type(4) .magicBlock .imgWrap {
    min-height: 550px;
  }
}
@media (min-width: 1200px) {
  .section2 .innerWrapper .leftSide:nth-of-type(4) .magicBlock .imgWrap {
    min-height: 550px;
  }
}
@media (min-width: 991px) {
  .section2 .innerWrapper .leftSide:nth-of-type(4) .magicBlock {
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .section2 .innerWrapper .leftSide:nth-of-type(4) .magicBlock {
    max-width: 450px;
  }
}

@media (min-width: 576px) {
  .section2 .innerWrapper .leftSide .magicBlock {
    max-width: 415px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 765px) {
  .section2 .innerWrapper .leftSide .magicBlock {
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
  }
}

@media (min-width: 1200px) {
  .section2 .innerWrapper .leftSide .magicBlock {
    max-width: 670px;
  }
}

@media (min-width: 991px) {
  .section2 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    padding-right: 15px;
    margin-bottom: 0;
  }
}

.section2 .innerWrapper .bottomSide {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.section2 .innerWrapper .bottomSide .itemElement .itemTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px;
  min-height: 56px;
}

.section2 .innerWrapper .bottomSide .itemElement .itemTop .int {
  font-weight: 500;
  font-size: 40px;
  color: #212529;
  margin-right: 30px;
  position: relative;
  z-index: 1;
  flex: 0 0 70px;
}

.section2 .innerWrapper .bottomSide .itemElement .itemTop .int:before {
  content: '';
  width: 50px;
  height: 8px;
  background-color: #fffa8d;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 576px) {
  .section2 .innerWrapper .bottomSide .itemElement .itemTop .int {
    font-size: 50px;
  }

  .section2 .innerWrapper .bottomSide .itemElement .itemTop .int:before {
    height: 10px;
  }
}

@media (min-width: 991px) {
  .section2 .innerWrapper .bottomSide .itemElement .itemTop .int {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .section2 .innerWrapper .bottomSide .itemElement .itemTop .int {
    margin-right: 30px;
  }
}

.section2 .innerWrapper .bottomSide .itemElement .itemTop .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 576px) {
  .section2 .innerWrapper .bottomSide .itemElement .itemTop .title {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 991px) {
  .section2 .innerWrapper .bottomSide .itemElement .itemTop .title {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 1200px) {
  .section2 .innerWrapper .bottomSide .itemElement .itemTop .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.section2 .innerWrapper .bottomSide .itemElement .itemBottom {
  border-top: 1px solid #000;
  padding-top: 15px;
}

@media (min-width: 1200px) {
  .section2 .innerWrapper .bottomSide .itemElement .itemBottom {
    padding-left: 100px;
  }
}

@media (min-width: 991px) {
  .section2 .innerWrapper .bottomSide .itemElement {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 3) - 10px);
    flex: 0 0 calc((100% / 3) - 10px);
  }
}

@media (min-width: 1200px) {
  .section2 .innerWrapper .bottomSide .itemElement {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 991px) {
  .section2 .innerWrapper .bottomSide {
    margin-top: 105px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 1200px) {
  .section2 .innerWrapper .bottomSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 30px);
    flex: 0 0 calc(100% + 30px);
    max-width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (min-width: 576px) {
  .section2 .innerWrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 991px) {
  .section2 .innerWrapper {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width: 576px) {
  .section2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 765px) {
  .section2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 991px) {
  .section2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .section2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.karuselSliderInvest {
  padding-top: 70px;
  padding-bottom: 40px;
  background-color: #eee;
}
.karuselSliderInvest h2.title {
  text-align: center;
  margin-bottom: 30px;
}

.karuselSliderInvest .sliderBlock .sliderItem {
  display: flex;
  justify-content: center;
  align-items: center;
}

.karuselSliderInvestInvest .slick-slide:hover img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.karuselSliderInvest .sliderBlock .sliderItem .imgWrap {
  height: 80%;
}

.karuselSliderInvest .sliderBlock .slick-prev {
  left: -105px;
}
.karuselSliderInvest .sliderBlock .slick-next {
  right: -105px;
}

@media (min-width: 991px) {
  .karuselSliderInvest .sliderBlock .slick-prev {
    left: 105px;
    z-index: 20;
  }
  .karuselSliderInvest .sliderBlock .slick-next {
    right: 105px;
  }
}

.karuselSliderInvest .sliderBlock .arrow__next:hover {
  stroke: #fffa8d;
}

.section3 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.section3 h2.title {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .section3 h2.title {
    text-align: center;
  }
}

@media (min-width: 991px) {
  .section3 h2.title {
    text-align: left;
    max-width: 50%;
    margin-bottom: -240px;
  }
  .deutch .section3 h2.title {
    margin-bottom: -200px;
  }
}

@media (min-width: 1200px) {
  .section3 h2.title {
    max-width: unset;
    margin-bottom: -215px;
  }
}

.section3 .innerWrapper .itemContent {
  margin-top: auto;
  margin-bottom: 30px;
}

.section3 .innerWrapper .itemContent .imgWrap {
  margin-bottom: 10px;
}

.section3 .innerWrapper .itemContent .imgWrap img {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.section3 .innerWrapper .itemContent .textWrap .title {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #212529;
}

@media (min-width: 576px) {
  .section3 .innerWrapper .itemContent .textWrap .title {
    font-size: 30px;
    line-height: 34px;
  }
}

@media (min-width: 1200px) {
  .section3 .innerWrapper .itemContent .textWrap .title {
    margin-bottom: 30px;
  }

  .section3 .innerWrapper .itemContent .textWrap .title.big {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 20px;
  }
}

.section3 .innerWrapper .itemContent .textWrap .infoBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 0;
}

.section3 .innerWrapper .itemContent .textWrap .infoBtn span {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 14px;
  margin-right: 10px;
  color: #212529;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.section3 .innerWrapper .itemContent .textWrap .infoBtn .icon {
  fill: #212529;
  width: 14px;
  height: 7px;
}

.section3 .innerWrapper .itemContent .textWrap .infoBtn:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fffa8d;
  position: absolute;
  z-index: -1;
  bottom: 2px;
  left: 0;
}

.section3 .innerWrapper .itemContent .textWrap .infoBtn:hover span {
  margin-right: 15px;
}

.section3 .innerWrapper .itemContent .hiddenText {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.section3 .innerWrapper .itemContent .hiddenText span {
  color: #212529;
  font-weight: 500;
}

.section3 .innerWrapper .itemContent:hover .imgWrap img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

@media (min-width: 991px) {
  .section3 .innerWrapper .itemContent {
    max-width: 45%;
    margin-bottom: -75px;
  }
  .section3 .innerWrapper .itemContent:nth-child(1) {
    max-width: 55%;
  }
  .section3 .innerWrapper .itemContent:nth-child(3),
  .section3 .innerWrapper .itemContent:nth-child(7),
  .section3 .innerWrapper .itemContent:nth-child(12) {
    max-width: 45%;
  }

  .section3 .innerWrapper .itemContent:nth-child(4),
  .section3 .innerWrapper .itemContent:nth-child(5),
  .section3 .innerWrapper .itemContent:nth-child(6),
  .section3 .innerWrapper .itemContent:nth-child(8),
  .section3 .innerWrapper .itemContent:nth-child(9),
  .section3 .innerWrapper .itemContent:nth-child(10),
  .section3 .innerWrapper .itemContent:nth-child(11) {
    margin-bottom: -150px;
    max-width: 40%;
  }

  .section3 .innerWrapper .itemContent:nth-child(2),
  .section3 .innerWrapper .itemContent:nth-child(13) {
    max-width: 35%;
  }
  .section3 .innerWrapper .itemContent:nth-child(odd) {
    margin-left: auto;
  }

  .section3 .innerWrapper .itemContent:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .section3 .innerWrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}

@media (min-width: 991px) {
  .section3 .innerWrapper {
    max-width: unset;
  }
}

.section3 .btnWrap {
  text-align: center;
}

@media (min-width: 1200px) {
  .section3 .btnWrap {
    margin-left: auto;
    max-width: 50%;
    margin-top: -160px;
  }
  .section3 .btnWrap.active {
    margin-left: unset;
    margin-top: -220px;
  }
}

@media (min-width: 576px) {
  .section3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 765px) {
  .section3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 991px) {
  .section3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .section3 {
    padding-top: 100px;
    padding-bottom: 200px;
  }
}

.section4 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

@media (min-width: 576px) {
  .section4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 765px) {
  .section4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 991px) {
  .section4 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .section4 {
    padding-top: 160px;
    padding-bottom: 80px;
  }
}

.section4 h2.title {
  margin-bottom: 20px;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 1220px) {
  .section4 title {
    margin-bottom: 80px;
  }
}

.section4 .contentWrapper {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}

.section4 .contentWrapper .itemBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.section4 .contentWrapper .contentItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.section4 .contentWrapper .contentItem .itemWrapper {
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 30px 15px 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

@media (min-width: 991px) {
  .section4 .contentWrapper .contentItem .itemWrapper {
    padding: 30px 30px 30px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .section4 .contentWrapper .contentItem .itemWrapper {
    padding: 40px 45px 20px 35px;
  }
}
@media (min-width: 991px) {
  .section4 .contentWrapper .itemBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 2) - 15px);
    flex: 0 0 calc((100% / 2) - 15px);
  }
}

@media (min-width: 1220px) {
  .section4 .contentWrapper .itemBlock {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 3) - 15px);
    flex: 0 0 calc((100% / 3) - 15px);
  }
}

@media (min-width: 991px) {
  .section4 .contentWrapper {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.section4 .contentWrapper .contentItem .itemWrapper .topSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
}

.section4 .contentWrapper .contentItem .itemWrapper .topSide .int {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28px;
  flex: 0 0 28px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  margin-right: 16px;
  color: #212529;
}

@media (min-width: 991px) {
  .section4 .contentWrapper .contentItem .itemWrapper .topSide .int {
    margin-right: 10px;
  }
}

@media (min-width: 1200px) {
  .section4 .contentWrapper .contentItem .itemWrapper .topSide .int {
    margin-right: 15px;
  }
}

.section4 .contentWrapper .contentItem .itemWrapper .topSide .title {
  font-weight: 500;
  font-size: 34px;
  color: #212529;
}

@media (min-width: 991px) {
  .section4 .contentWrapper .contentItem .itemWrapper .topSide {
    margin-bottom: 15px;
  }
}
.section4 .contentWrapper .contentItem .itemWrapper .topSide div.title span {
  position: relative;
  z-index: 1;
  font-style: italic;
  color: #212529;
  display: inline-block;
}

.section4
  .contentWrapper
  .contentItem
  .itemWrapper
  .topSide
  div.title
  span:before {
  content: '';
  width: 100%;
  height: 6px;
  background-color: #fffa8d;
  position: absolute;
  z-index: -1;
  bottom: 4px;
  left: 0;
}

.section4 .contentWrapper .contentItem .itemWrapper .content {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

@media (min-width: 991px) {
  .section4 .contentWrapper .contentItem .itemWrapper .content {
    padding-bottom: 0px;
  }
}

.section4 .contentWrapper .contentItem .itemWrapper .content ul {
  margin-left: 10px;
  margin-bottom: 25px;
}

.section4 .contentWrapper .contentItem .itemWrapper .content ul li {
  position: relative;
  padding-left: 30px;
  padding-right: 5px;
  margin-bottom: 12px;
}

@media (min-width: 1200px) {
  .section4 .contentWrapper .contentItem .itemWrapper .content ul li {
    padding-left: 35px;
    margin-bottom: 9px;
  }
}

.section4 .contentWrapper .contentItem .itemWrapper .content ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 7px;
  left: 0;
}

.section4 .contentWrapper .contentItem .itemWrapper .content ul li span {
  position: relative;
  z-index: 1;
  font-style: italic;
  color: #212529;
  display: inline-block;
}

.section4 .contentWrapper .contentItem .itemWrapper .content ul li span:before {
  content: '';
  width: 100%;
  height: 6px;
  background-color: #fffa8d;
  position: absolute;
  z-index: -1;
  bottom: 4px;
  left: 0;
}

.section4 .contentWrapper .contentItem .itemWrapper .content ul li:last-child {
  margin-bottom: 0;
}

.section4 .contentWrapper .contentItem .itemWrapper .priceBlock {
  text-align: right;
  padding-right: 20px;
  margin-top: auto;
  font-weight: 500;
  color: #212529;
  font-size: 30px;
}

.section4 .contentWrapper .contentItem .itemWrapper .priceBlock small {
  display: inline-block;
  font-size: 14px;
}

@media (min-width: 1200px) {
  .section4 .contentWrapper .contentItem .itemWrapper .priceBlock {
    padding-left: 45px;
  }
}

.section4 .contentWrapper .contentItem .itemWrapper .content:before {
  content: '';
  width: calc(100% + 30px);
  position: absolute;
  top: 0;
  left: -17px;
  height: 1px;
  background-color: #000;
}

@media (min-width: 991px) {
  .section4 .contentWrapper .itemBlock .itemWrapper .content:before {
    width: calc(100% + 58px);
    left: -30px;
  }
}

@media (min-width: 1200px) {
  .section4 .contentWrapper .contentItem .itemWrapper .content:before {
    width: calc(100% + 80px);
    left: -35px;
  }
}

.section4 .contentWrapper .itemBlock .btnWrap {
  text-align: center;
  margin-bottom: 50px;
}

.section4 .contentWrapper .itemBlock .btnWrap .btn2 {
  max-width: 60%;
}

@media (min-width: 991px) {
  .section4 .contentWrapper .itemBlock .btnWrap .btn2 {
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  .section4 .contentWrapper .itemBlock .btnWrap .btn2 {
    max-width: 160px;
  }
  .deutch .section4 .contentWrapper .itemBlock .btnWrap .btn2 {
    max-width: 200px;
  }
}

.section4 .itemWrapper .itemContent .hiddenText .title {
  font-size: 18px;
  line-height: 30px;
  padding-left: 40px;
  margin-bottom: 10px;
  color: #212529;
}

@media (min-width: 576px) {
  .section4 .itemWrapper .itemContent .hiddenText .title {
    font-size: 20px;
    line-height: 34px;
  }
}

@media (min-width: 1200px) {
  .section4 .itemWrapper .itemContent .hiddenText .title {
    font-weight: 500;
    font-size: 22px;
    color: #212529;
    padding-left: 42px;
    margin-bottom: 15px;
  }
}

.section4 .itemWrapper .itemContent .textWrap {
  padding-top: 40px;
  padding-left: 40px;
}

@media (min-width: 1200px) {
  .section4 .itemWrapper .itemContent .textWrap {
    padding-left: 45px;
  }
}

.section4 .itemWrapper .itemContent .textWrap .infoBtn {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: transparent;
  border: 0;
}

.section4 .itemWrapper .itemContent .textWrap .infoBtn span {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 14px;
  margin-right: 10px;
  color: #212529;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.section4 .itemWrapper .itemContent .textWrap .infoBtn .icon {
  fill: #212529;
  width: 14px;
  height: 7px;
}

.section4 .itemWrapper .itemContent .textWrap .infoBtn:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fffa8d;
  position: absolute;
  z-index: -1;
  bottom: 2px;
  left: 0;
}

.section4 .itemWrapper .itemContent .textWrap .infoBtn:hover span {
  margin-right: 15px;
}

.section4 .itemWrapper .itemContent .hiddenText {
  display: none;
  margin-top: 15px;
}

.section4 .itemWrapper .itemContent .hiddenText span {
  color: #212529;
  font-weight: 500;
}

.section4 .contentWrapper .contentItem:hover .itemWrapper {
  background-color: #fffa8d;
}

.section5 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.section5 .innerWrapper .leftSide h2.title {
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .section5 .innerWrapper .leftSide h2.title {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .section5 .innerWrapper .leftSide h2.title {
    margin-bottom: 60px;
  }
}

@media (min-width: 991px) {
  .section5 .innerWrapper .leftSide .description {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .section5 .innerWrapper .leftSide .description {
    font-size: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.section5 .innerWrapper .leftSide .description span {
  position: relative;
  z-index: 1;
  font-style: italic;
  color: #212529;
  display: inline-block;
}

.section5 .innerWrapper .leftSide .description span:before {
  content: '';
  width: 100%;
  height: 6px;
  background-color: #fffa8d;
  position: absolute;
  z-index: -1;
  bottom: 4px;
  left: 0;
}

@media (min-width: 991px) {
  .section5 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 15px;
    margin-top: -260px;
  }
}

@media (min-width: 1200px) {
  .section5 .innerWrapper .leftSide {
    padding-right: 40px;
    margin-top: -300px;
  }
}

.section5 .innerWrapper .rightSide .imgWrap {
  margin-top: 40px;
  margin-bottom: 15px;
}

.section5 .innerWrapper .rightSide .infoBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section5 .innerWrapper .rightSide .infoBlock .infoItem {
  color: #212529;
  margin-right: 25px;
}

.section5 .innerWrapper .rightSide .infoBlock .infoItem .int {
  font-weight: 400;
  font-size: 48px;
  margin-bottom: 5px;
}

.section5 .innerWrapper .rightSide .infoBlock .infoItem .text {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
}

.section5 .innerWrapper .rightSide .infoBlock .infoItem:last-child {
  margin-right: 0;
}

@media (min-width: 1200px) {
  .section5 .innerWrapper .rightSide .infoBlock .infoItem {
    margin-right: 45px;
  }
}

@media (min-width: 991px) {
  .section5 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
  }
}

@media (min-width: 576px) {
  .section5 .innerWrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 991px) {
  .section5 .innerWrapper {
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 576px) {
  .section5 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 765px) {
  .section5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 991px) {
  .section5 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .section5 {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}

.section6 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.section6 h2.title {
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .section6 h2.title {
    margin-bottom: 58px;
  }
}

@media (min-width: 1200px) {
  .section6 h2.title {
    margin-bottom: 60px;
  }
}

.section6 .contentWrapper .contentItem .int {
  font-weight: 600;
  font-size: 30px;
  color: #212529;
  margin-bottom: 50px;
  position: relative;
}

.section6 .contentWrapper .contentItem .int:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -16px;
  left: 0;
  border-radius: 50px;
  background-color: #212529;
}

@media (min-width: 991px) {
  .section6 .contentWrapper .contentItem .int:before {
    bottom: -11px;
  }
}

@media (min-width: 576px) {
  .section6 .contentWrapper .contentItem .int {
    font-size: 36px;
  }
}

@media (min-width: 991px) {
  .section6 .contentWrapper .contentItem .int {
    margin-bottom: 40px;
  }
}

.section6 .contentWrapper .contentItem .title {
  font-weight: 500;
  font-size: 18px;
  color: #212529;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .section6 .contentWrapper .contentItem {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 991px) {
  .section6 .contentWrapper .contentItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 6) - 25px);
    flex: 0 0 calc((100% / 6) - 25px);
    margin-left: 0;
    margin-right: 0;
  }
}

.section6 .contentWrapper:before {
  content: '';
  width: 100vw;
  height: 1px;
  background-color: #cfcfcf;
  position: absolute;
  top: 43px;
  left: -15px;
}

@media (min-width: 576px) {
  .section6 .contentWrapper:before {
    top: 49px;
    left: calc(50% - 50vw);
  }
}

@media (min-width: 991px) {
  .section6 .contentWrapper:before {
    top: 230px;
  }
}

@media (min-width: 1200px) {
  .section6 .contentWrapper:before {
    top: 240px;
  }
}

@media (min-width: 991px) {
  .section6 .contentWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 576px) {
  .section6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 765px) {
  .section6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 991px) {
  .section6 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .section6 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.section7 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.section7 .innerWrapper .rightSide {
  margin-bottom: 30px;
}

.section7 .innerWrapper .rightSide h2.title {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .rightSide h2.title {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .rightSide .description {
    padding-left: 100px;
  }
}

@media (min-width: 991px) {
  .section7 .innerWrapper .rightSide {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .rightSide {
    padding-left: 140px;
  }
}

.section7 .innerWrapper .leftSide {
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .section7 .innerWrapper .leftSide {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-right: 15px;
    margin-bottom: 0;
  }
}

.section7 .innerWrapper .bottomSide {
  margin-bottom: 60px;
}

.section7 .innerWrapper .bottomSide .item .topSide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}

.section7 .innerWrapper .bottomSide .item .topSide .int {
  padding-top: 5px;
  font-weight: 700;
  font-size: 14px;
  color: #212529;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}

.section7 .innerWrapper .bottomSide .item .topSide .int:before {
  content: '';
  width: 100%;
  height: 6px;
  background-color: #fffa8d;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: -3px;
  margin: auto;
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .bottomSide .item .topSide .int {
    margin-right: 18px;
    margin-bottom: 14px;
  }
}

.section7 .innerWrapper .bottomSide .item .topSide .title {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #212529;
}

.section7 .innerWrapper .bottomSide .item .textBlock {
  padding-left: 30px;
  padding-top: 25px;
  border-top: 1px solid #212529;
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .bottomSide .item .textBlock {
    padding-top: 15px;
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .bottomSide .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% / 4) - 15px);
    flex: 0 0 calc((100% / 4) - 15px);
  }
}

@media (min-width: 991px) {
  .section7 .innerWrapper .bottomSide {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 70px;
  }
}

@media (min-width: 1200px) {
  .section7 .innerWrapper .bottomSide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 92px;
    margin-bottom: 80px;
  }
}

.section7 .innerWrapper .btnWrap {
  text-align: center;
}

.section7 .innerWrapper .btnWrap .btn2 {
  max-width: 80%;
}

@media (min-width: 576px) {
  .section7 .innerWrapper .btnWrap .btn2 {
    max-width: 220px;
  }
  .deutch .section7 .innerWrapper .btnWrap .btn2 {
    max-width: 165px;
  }
}

@media (min-width: 991px) {
  .section7 .innerWrapper .btnWrap {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 576px) {
  .section7 .innerWrapper {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 991px) {
  .section7 .innerWrapper {
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 576px) {
  .section7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 765px) {
  .section7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 991px) {
  .section7 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .section7 {
    padding-top: 105px;
    padding-bottom: 80px;
  }
}

.karuselSlider {
  padding-top: 20px;
  padding-bottom: 40px;
  background-color: #eee;
}
.karuselSlider .siteWidth {
  max-width: 1170px;
}
@media (min-width: 765px) {
  .karuselSlider .sliderBlock {
    width: 735px;
  }
}

@media (min-width: 991px) {
  .karuselSlider .sliderBlock {
    width: 961px;
  }
}

@media (min-width: 1200px) {
  .karuselSlider .sliderBlock {
    width: 1170px;
  }
}

.karuselSlider h2.title {
  text-align: center;
  margin-bottom: 30px;
}

.karuselSlider .sliderBlock .sliderItem {
  display: flex;
  justify-content: center;
  align-items: center;
}

.karuselSlider .sliderBlock .sliderItem .imgWrap {
  height: 170px;
}

.karuselSlider .sliderBlock .slick-prev {
  left: -105px;
}
.karuselSlider .sliderBlock .slick-next {
  right: -105px;
}

@media (min-width: 991px) {
  .karuselSlider .sliderBlock .slick-prev {
    left: 105px;
    z-index: 20;
  }
  .karuselSlider .sliderBlock .slick-next {
    right: 105px;
  }
}

.karuselSlider .sliderBlock .arrow__next:hover {
  stroke: #fffa8d;
}

.section8 {
  padding-top: 40px;
  padding-bottom: 70px;
  background-color: #eee;
}

.section8 .innerWrapper .leftSide {
  margin-bottom: 30px;
}

.section8 .innerWrapper .leftSide h2.title {
  margin-bottom: 20px;
}

@media (min-width: 991px) {
  .section8 .innerWrapper .leftSide h2.title {
    margin-bottom: 30px;
  }
}

@media (min-width: 765px) {
  .section8 .innerWrapper .leftSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
    padding-right: 15px;
    margin-bottom: 0;
  }
}

@media (min-width: 991px) {
  .section8 .innerWrapper .leftSide {
    padding-left: 100px;
    padding-right: 50px;
  }
}

.section8 .innerWrapper .rightSide {
  padding: 45px 35px;
  background-color: #fff;
}

.section8 .innerWrapper .rightSide .formBlock {
  margin-bottom: 5px;
}

.section8 .innerWrapper .rightSide .formBlock .btnWrap {
  text-align: center;
}

.section8 .innerWrapper .rightSide .formBlock .btnWrap .btn2 {
  max-width: 80%;
}

@media (min-width: 576px) {
  .section8 .innerWrapper .rightSide .formBlock .btnWrap .btn2 {
    max-width: 220px;
  }
}

@media (min-width: 1200px) {
  .section8 .innerWrapper .rightSide .formBlock .btnWrap {
    text-align: left;
    padding-top: 20px;
  }
}

.section8 .innerWrapper .rightSide .socialsBlock {
  max-width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.deutch .section8 .innerWrapper .rightSide .socialsBlock {
  max-width: 300px;
}

.section8 .innerWrapper .rightSide .socialsBlock .title {
  font-weight: 400;
  font-size: 16px;
  color: #676767;
  margin-bottom: 25px;
}
.deutch .section8 .innerWrapper .rightSide .socialsBlock .title {
  text-align: center;
}

@media (min-width: 1200px) {
  .section8 .innerWrapper .rightSide .socialsBlock .title {
    margin-bottom: 10px;
  }
}

.section8 .innerWrapper .rightSide .socialsBlock .linksBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 150px;
}

.section8 .innerWrapper .rightSide .socialsBlock .linksBlock a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  height: 30px;
  fill: #212529;
}

.section8 .innerWrapper .rightSide .socialsBlock .linksBlock a:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (min-width: 576px) {
  .section8 .innerWrapper .rightSide .socialsBlock .linksBlock {
    max-width: 90px;
  }

  .section8 .innerWrapper .rightSide .socialsBlock .linksBlock a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 20px;
  }
}

@media (min-width: 1200px) {
  .section8 .innerWrapper .rightSide .socialsBlock .linksBlock {
    margin-right: unset;
  }
}

@media (min-width: 1200px) {
  .section8 .innerWrapper .rightSide .socialsBlock {
    margin-left: unset;
    margin-right: unset;
    position: absolute;
    bottom: 100px;
    right: 0;
  }
}

@media (min-width: 765px) {
  .section8 .innerWrapper .rightSide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    position: relative;
    z-index: 1;
  }

  .section8 .innerWrapper .rightSide:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 45vw;
    height: 100%;
    background-color: #fff;
  }
}

@media (min-width: 1220px) {
  .section8 .innerWrapper .rightSide:before {
    max-width: 640px;
  }
}
@media (min-width: 765px) {
  .section8 .innerWrapper .rightSide {
    background-color: transparent;
  }
}
@media (min-width: 991px) {
  .section8 .innerWrapper .rightSide {
    padding-right: 60px;
    padding-left: 75px;
  }
}

@media (min-width: 1200px) {
  .section8 .innerWrapper .rightSide {
    padding-top: 85px;
    padding-right: 60px;
    padding-left: 75px;
    padding-bottom: 75px;
  }
}

@media (min-width: 765px) {
  .section8 .innerWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 576px) {
  .section8 {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media (min-width: 765px) {
  .section8 {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}

@media (min-width: 991px) {
  .section8 {
    padding-top: 100px;
    padding-bottom: 170px;
  }
}

@media (min-width: 1200px) {
  .section8 {
    padding-top: 120px;
    padding-bottom: 215px;
  }
}

.section9 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

@media (min-width: 576px) {
  .section9 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 765px) {
  .section9 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 991px) {
  .section9 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .section9 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.section10 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .section10 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 991px) {
  .section10 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 765px) {
  .section10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 576px) {
  .section10 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section11 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .section11 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 991px) {
  .section11 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 765px) {
  .section11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 576px) {
  .section11 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section12 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .section12 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 991px) {
  .section12 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 765px) {
  .section12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 576px) {
  .section12 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section13 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

@media (min-width: 1200px) {
  .section13 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (min-width: 991px) {
  .section13 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 765px) {
  .section13 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 576px) {
  .section13 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.success {
  background-color: #eee;
  background-position: center;
  background-repeat: repeat;
  position: relative;
  z-index: 10;
}

.success .backgroundImg {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.success .textBlock {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 450px;
  text-align: center;
}

.success .textBlock .logo {
  display: inline-block;
  width: 75px;
  height: 40px;
  margin-bottom: 70px;
}

.success .textBlock h2.title {
  font-size: 60px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 40px;
  color: #212529;
}

@media (min-width: 576px) {
  .success .textBlock h2.title {
    font-size: 72px;
  }
}

.success .textBlock .description {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.success .textBlock .btnWrap .btn {
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.success .innerWrapper {
  height: calc(100vh - 230px);
  min-height: 640px;
  position: relative;
}

@media (min-width: 765px) {
  .success .innerWrapper {
    height: calc(100vh - 80px);
  }
}

@media (min-width: 1200px) {
  .success .innerWrapper {
    height: calc(100vh - 60px);
  }
}

.hiddenBlock {
  display: none;
}

form .inputWrapper {
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

form .inputWrapper .text {
  margin-right: 18px;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.1em;
}

form .inputWrapper input {
  display: block;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 300;
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #000;
  border: 0;
  border-bottom: 1px solid #000;
  text-align: left;
  outline: 0;
  background-color: transparent;
  line-height: normal;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding-left: 0;
}

form .inputWrapper textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  resize: vertical;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

form .inputWrapper textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

form .inputWrapper input:focus::-webkit-input-placeholder {
  opacity: 0;
}

form .inputWrapper input:focus:-moz-placeholder {
  opacity: 0;
}

form .inputWrapper input:focus::-moz-placeholder {
  opacity: 0;
}

form .inputWrapper input:focus:-ms-input-placeholder {
  opacity: 0;
}

form .inputWrapper input::-webkit-input-placeholder {
  color: gray;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

form .inputWrapper input:-moz-placeholder {
  color: gray;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

form .inputWrapper input::-moz-placeholder {
  color: gray;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

form .inputWrapper input:-ms-input-placeholder {
  color: gray;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

form .inputWrapper .allert {
  position: absolute;
  z-index: 20;
  display: block;
  bottom: 0;
  right: 20px;
  top: 0;
  margin: auto;
  color: #ff0404;
  text-decoration: none;
  font-family: 'SF Pro Display', sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  width: 18px;
  height: 18px;
}

form .inputWrapper .allert span {
  display: none;
  opacity: 0;
  padding: 2px;
  padding-top: 4px;
  color: red;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  min-width: 200px;
}

form .inputWrapper .allert:hover {
  text-align: center;
}

form .inputWrapper .allert:hover span {
  border: 1px solid #ff6565;
  background: #fff;
  display: inline;
  position: absolute;
  color: #4e4e4e;
  right: 24px;
  top: -2px;
  opacity: 1;
}

form .inputWrapper .warning_ico {
  width: 18px;
  height: 18px;
}

form .inputWrapper.error input {
  border-color: red;
}

.orderPanel {
  background-color: #fff;
  width: 90%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 25px 100px;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: 0 30px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.25);
  overflow: unset;
}

.orderPanel .fancybox-close-small {
  color: #fff;
  -webkit-transform: translateY(-45px) scale(1.4);
  -ms-transform: translateY(-45px) scale(1.4);
  transform: translateY(-45px) scale(1.4);
  padding: 0;
}

.orderPanel .wrapper {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.orderPanel .wrapper .title {
  margin-bottom: 40px;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #000;
  text-align: center;
}

@media (min-width: 576px) {
  .orderPanel .wrapper .title {
    font-size: 28px;
    line-height: 32px;
  }
}

.orderPanel .wrapper .inputWrapper input {
  color: #000;
}

.orderPanel .wrapper .inputWrapper input::-webkit-input-placeholder {
  color: #000;
}

.orderPanel .wrapper .inputWrapper input:-moz-placeholder {
  color: #000;
}

.orderPanel .wrapper .inputWrapper input::-moz-placeholder {
  color: #000;
}

.orderPanel .wrapper .inputWrapper input:-ms-input-placeholder {
  color: #000;
}

.orderPanel .wrapper .btnWrap {
  margin-top: 40px;
  text-align: center;
}

.orderPanel .wrapper .btnWrap .btn1 {
  max-width: 215px;
}

@media (min-width: 576px) {
  .orderPanel .wrapper {
    max-width: 430px;
  }
}

@media (min-width: 576px) {
  .orderPanel {
    padding: 50px 20px 60px;
  }
}

.modalPolitics {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding: 25px 15px;
  border-radius: 0;
  border: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 5px #fff, 0 10px 40px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 0 5px #fff, 0 10px 40px 0 rgba(0, 0, 0, 0.07);
}

.modalPolitics .mfp-close {
  height: 26px;
  width: 26px;
  line-height: 24px;
  padding: 2px;
  top: 5px;
  right: 20px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.modalPolitics .mfp-close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #247cff;
}

.modalPolitics .title {
  margin-bottom: 25px;
}

.modalPolitics .title h2 {
  font-family: 'SF Pro Display', serif;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-bottom: 15px;
}

.modalPolitics .title .description {
  font-family: 'SF Pro Display', serif;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.modalPolitics .content {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  max-height: 400px;
  overflow: scroll;
}

.modalPolitics .content p {
  margin-bottom: 10px;
}

.modalPolitics .content p:last-child {
  margin-bottom: 0;
}

.modalPolitics .content .smallTitle {
  font-weight: 500;
  font-size: 20px;
}

.modalPolitics .content .bigText {
  font-size: 22px;
  font-weight: 700;
}

@media (min-width: 220px) and (max-width: 576px) {
  .fancybox-thumbs {
    width: 100%;
    height: 90px;
    top: unset;
    bottom: 0;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
  }
}

.cookieBlock {
  display: none;
  background-color: #000000;
  border: 1px solid #ffffff;
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  padding: 35px 40px;
}

.cookieBlock .innerWrapper {
  color: #ffffff;
}
.cookieBlock .innerWrapper .leftSide {
  margin-bottom: 30px;
}
.cookieBlock .innerWrapper .leftSide .cookieTitle {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}

.cookieBlock .innerWrapper .leftSide .cookieContent {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 16px;
  text-align: center;
}

.cookieBlock .innerWrapper .rightSide .btnsWrap button {
  cursor: pointer;
  display: block;
  width: 85%;
  font-family: 'SF Pro Display', sans-serif;
  font-weight: 600;
  font-size: 14px;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
  background-color: transparent;
  border: none;
  transition: all 0.5s ease-in-out;
  margin-bottom: 15px;
}

.cookieBlock .innerWrapper .rightSide .btnsWrap button.agreeBth {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}

.cookieBlock .innerWrapper .rightSide .btnsWrap button.agreeBth:hover {
  background-color: #000000;
  color: #ffffff;
  border-color: #ffffff;
}

.cookieBlock .innerWrapper .rightSide .btnsWrap button.disagreeBth {
  color: #ffffff;
  background-color: #000000;
  border: 1px solid #ffffff;
}

.cookieBlock .innerWrapper .rightSide .btnsWrap button.disagreeBth:hover {
  background-color: #ffffff;
  color: #000000;
  border-color: #000000;
}

@media (min-width: 576px) {
  .cookieBlock .innerWrapper .rightSide .btnsWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cookieBlock .innerWrapper .rightSide .btnsWrap button {
    flex: 0 0 48%;
    margin-bottom: 0;
  }
}

@media (min-width: 765px) {
  .cookieBlock {
    padding: 25px;
  }
  .cookieBlock .innerWrapper {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cookieBlock .innerWrapper .leftSide {
    flex: 0 0 60%;
    margin-bottom: 0;
    padding-right: 15px;
  }
  .cookieBlock .innerWrapper .rightSide {
    flex: 0 0 40%;
    padding-left: 15px;
  }

  .cookieBlock .innerWrapper .leftSide .cookieTitle {
    text-align: left;
  }
  .cookieBlock .innerWrapper .leftSide .cookieContent {
    text-align: left;
  }
}
