@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: local('Dosis Regular'), local('Dosis-Regular'), url('../fonts/dosis-v8-latin-regular.woff2') format('woff2'), url('../fonts/dosis-v8-latin-regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 500;
  src: local('Dosis Medium'), local('Dosis-Medium'), url('../fonts/dosis-v8-latin-500.woff2') format('woff2'), url('../fonts/dosis-v8-latin-500.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  src: local('Playfair Display Italic'), local('PlayfairDisplay-Italic'), url('../fonts/playfair-display-v14-latin-italic.woff2') format('woff2'), url('../fonts/playfair-display-v14-latin-italic.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url('../fonts/roboto-v19-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v19-latin-regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url('../fonts/roboto-v19-latin-500.woff2') format('woff2'), url('../fonts/roboto-v19-latin-500.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url('../fonts/roboto-v19-latin-700.woff2') format('woff2'), url('../fonts/roboto-v19-latin-700.woff') format('woff');
  font-display: swap;
}
* {
  margin: 0;
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}
html {
  height: 100%;
}
body {
  position: relative;
  font: 18px/28px 'Roboto', sans-serif;
  color: #5a5a5a;
  box-sizing: border-box;
}
body.openOverlay {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
ul {
  padding: 0;
}
input, select, textarea {
  font-family: inherit;
}
p + p {
  margin-top: 15px;
}
main {
  padding-top: 190px;
  overflow: hidden;
}
main a {
  text-decoration: underline;
}
main ul {
  padding-left: 18px;
}
strong {
  font-weight: bold;
}
h1, .h1 {
  font: italic 60px/72px 'Playfair Display', sans-serif;
  margin-bottom: 30px;
  color: #5a5a5a;
  text-transform: none;
}
h2, .h2 {
  font: bold 16px/28px 'Roboto', sans-serif;
  color: #acc426;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
h4, .h4 {
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 25px 0 15px 0;
}
h4:first-child, .h4:first-child {
  margin-top: 0;
}
h5, .h5 {
  font-size: 15px;
  font-weight: bold;
}
address {
  font-style: normal;
}
.wrp {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
}
.icon {
  fill: none;
}
@keyframes fadeOutRightInLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0;
    transform: translateX(20px);
  }
  51% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.iconCircleBlock {
  position: relative;
  fill: none;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.iconCircleBlock:hover .icon {
  animation: fadeOutRightInLeft 0.8s;
}
.iconCircleBlock .circleSvg {
  display: block;
}
.iconCircleBlock .circleSvg circle {
  fill: none;
  stroke: #B3C937;
  stroke-width: 4;
  stroke-miterlimit: 10;
  stroke-dasharray: 12.057, 12.057;
}
.iconCircleBlock .icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.readMoreLink {
  position: relative;
  display: inline-block;
  color: #acc426;
  padding-left: 37px;
  cursor: pointer;
  text-decoration: none;
  line-height: 26px;
}
.readMoreLink:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background: #acc426;
  border-radius: 50%;
  margin-top: -12px;
}
.readMoreLink:after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: white;
  text-align: center;
  font-size: 22px;
  margin-top: -12px;
}
.readMoreLink:hover:after {
  animation: fadeOutRightInLeft 0.8s;
}
.centerText {
  text-align: center;
}
.greenText {
  color: #acc426;
}
.alzBtn {
  display: inline-block;
  padding: 5px 20px;
  color: white;
  background: #acc426;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.4s;
}
.alzBtn:hover {
  background: #5a5a5a;
}
.alzBtn--trans {
  color: #acc426;
  background: transparent;
  border: 1px solid #acc426;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal !important;
}
.alzBtn--trans:hover {
  color: white;
  background: #acc426;
}
.anchorClass {
  display: block;
  position: relative;
  top: -179px;
  visibility: hidden;
}
.withNumberBlock {
  position: relative;
  padding-left: 100px;
}
.withNumberBlock .number {
  position: absolute;
  left: 0;
  top: 0;
  color: #acc426;
  width: 84px;
  height: 84px;
  border: 2px dashed #acc426;
  border-radius: 50%;
  line-height: 84px;
  text-align: center;
  font-size: 52px;
}
#backToTopBlock {
  margin: 20px 0;
  color: #acc426;
  text-align: right;
  font-family: 'Playfair Display', sans-serif;
}
#backToTopBlock #backToTopBtn {
  display: inline-block;
  margin-right: 22px;
  cursor: pointer;
}
#backToTopBlock .topIcon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 54px;
  height: 54px;
  border: 2px solid #acc426;
  border-radius: 50%;
  margin-left: 10px;
}
#backToTopBlock .topIcon:before {
  position: absolute;
  top: 17px;
  left: 13px;
  border: 12px dashed rgba(172, 196, 38, 0);
  border-bottom: 12px solid #acc426;
  border-top: 0;
}
#backToTopBlock .topIcon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-left: 2px solid #acc426;
  border-top: 2px solid #acc426;
  transform: rotate(45deg);
  transform-origin: 0 0;
  margin-top: -6px;
}
#quickContact {
  display: block;
  position: fixed;
  top: 300px;
  right: 0;
  width: 82px;
  height: 67px;
  background: url('./../img/Quick_Contakt.png') no-repeat;
  z-index: 20;
}
.nav-quick {
  position: fixed;
  top: 385px;
  right: -124px;
  z-index: 20;
}
.nav-quick__item {
  display: block;
  background: #acc426;
  color: white;
  margin-top: 1px;
  width: 180px;
  transition: transform 0.3s;
}
.nav-quick__item .icon {
  display: inline-block;
  vertical-align: middle;
  stroke: white;
  padding: 0 12px;
}
.nav-quick__item:hover {
  transform: translateX(-124px);
}
.nav-quick__item--sms {
  display: none;
}
.nav-quick__text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  padding-left: 5px;
}
.disclaimer {
  position: fixed;
  box-sizing: border-box;
  right: 20px;
  bottom: 100px;
  width: 300px;
  background-color: rgba(90, 90, 90, 0.9);
  color: #ffffff;
  padding: 20px;
  font-size: 14px;
  z-index: 60;
}
.disclaimer .btn {
  display: block;
  text-align: center;
  color: #505050;
  width: 178px;
  background: white;
  border-radius: 22px;
  font-weight: 700;
  text-decoration: none;
  padding: 5px 0;
  margin: 10px auto 0;
}
.disclaimer a {
  text-decoration: underline;
}
.disclaimer .link {
  display: block;
  text-align: center;
  margin: 10px 0;
}
.disclaimer .link-small {
  font-size: 12px;
  text-align: center;
}
#searchResultList li {
  margin-top: 30px;
}
@media (max-width: 1170px) {
  .wrp {
    width: auto;
    padding: 0 10px;
  }
}
@media (max-width: 940px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
  main {
    padding-top: 57px;
  }
  h1, .h1 {
    font-size: 30px;
    line-height: 38px;
  }
  h2, .h2 {
    font-size: 14px;
    line-height: 20px;
  }
  h4, .h4 {
    font-size: 14px;
  }
  .iconCircleBlock .circleSvg, .iconCircleBlock .icon {
    width: 100px;
    height: 100px;
  }
  .anchorClass {
    height: 57px;
    margin-top: -57px;
  }
  #quickContact {
    top: 150px;
  }
}
@media (max-width: 720px) {
  #quickContact {
    display: none;
  }
  .nav-quick {
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    display: flex;
    width: 100%;
  }
  .nav-quick__item {
    display: block;
    background: #5a5a5a;
    margin-top: 0;
    width: 25%;
    height: 50px;
    transition: none;
    text-align: center;
    padding-top: 7px;
    border-left: 1px solid white;
  }
  .nav-quick__item .icon {
    display: block;
    margin: 0 auto;
    stroke: white;
    padding: 0 12px;
    height: 24px;
  }
  .nav-quick__item:hover {
    transform: none;
  }
  .nav-quick__item:first-child {
    border-left: 0;
  }
  .nav-quick__text {
    display: block;
    font-size: 10px;
    line-height: 20px;
    padding-right: 5px;
  }
}
@media (max-width: 500px) {
  body {
    font-size: 12px;
    line-height: 16px;
  }
  h1, .h1 {
    font-size: 22px;
    line-height: 24px;
  }
  h2, .h2 {
    font-size: 12px;
    line-height: 18px;
  }
  h4, .h4 {
    font-size: 12px;
  }
  .iconCircleBlock .circleSvg, .iconCircleBlock .icon {
    width: 58px;
    height: 58px;
  }
  #backToTopBlock .topIcon {
    width: 40px;
    height: 40px;
  }
  .readMoreLink {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.animateFromBottom, .animateFromLeft, .animateFromRight, .animateFromTop {
  opacity: 0;
  animation-duration: 3s;
}
.animateFromBottom2x, .animateFromLeft2x, .animateFromRight2x, .animateFromTop2x {
  animation-duration: 1.75s;
}
@keyframes blockFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blockFadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blockFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes blockFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.blockFadeInUp {
  animation-name: blockFadeInUp;
  opacity: 1;
}
.blockFadeInDown {
  animation-name: blockFadeInDown;
  opacity: 1;
}
.blockFadeInLeft {
  animation-name: blockFadeInLeft;
  opacity: 1;
}
.blockFadeInRight {
  animation-name: blockFadeInRight;
  opacity: 1;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes textFromBottom {
  from {
    opacity: 0;
    transform: translateY(1000px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes iconsFromBottom {
  from {
    transform: translateY(280%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: white;
  height: 190px;
}
#header .logo {
  /*background:red;*/
  width: 300px;
  margin-top: 34px;
  opacity: 1;
  transition: opacity 0.2s;
}
#header.searchIsOpen .logo, #header.searchIsOpen #mainNav, #header.searchIsOpen #topNav {
  opacity: 0;
}
#header .top {
  height: 41px;
  background: #f2f2f2;
  color: #808080;
}
#header .top .icon-wrp {
  display: inline-block;
  margin-left: 230px;
}
#header .top .icon-wrp:hover .icon {
  fill: #acc426;
  stroke: #acc426;
}
#header .top .icon-wrp:hover .top-text {
  color: #acc426;
}
#header .top .icon {
  fill: #808080;
  stroke: #808080;
  vertical-align: bottom;
}
#header .top .top-text {
  font-size: 16px;
  vertical-align: bottom;
  margin-left: 5px;
}
#mainNav {
  position: absolute;
  top: 65px;
  right: 0;
  font: 20px/42px 'Dosis', sans-serif;
  opacity: 1;
  transition: opacity 0.2s;
}
#mainNav li {
  display: inline-block;
  vertical-align: top;
}
#mainNav .online-date {
  display: block;
  background: none;
  border: 1px solid #acc426;
  padding-right: 10px;
  height: 42px;
}
#mainNav .online-date .icon {
  vertical-align: top;
  fill: #acc426;
  stroke: #acc426;
}
#mainNav .online-date:hover {
  background: #acc426;
  color: white;
}
#mainNav .online-date:hover .icon {
  fill: white;
  stroke: white;
}
#mainNav .online-date:hover .online-date__text {
  color: white;
}
#mainNav .online-date__text {
  vertical-align: top;
  font-size: 18px;
  color: #acc426;
  margin-left: 5px;
}
#mainNav > ul > li {
  position: relative;
  margin-left: 10px;
}
#mainNav > ul > li:first-child {
  margin-left: 0;
}
#mainNav > ul > li > a {
  display: block;
  padding: 0 7px;
  background: #acc426;
  color: white;
  transition: background 0.4s;
}
#mainNav > ul > li > a:hover {
  background: #1f549a;
}
#mainNav > ul > li > .arrow {
  display: none;
}
#mainNav > ul > li.active > a {
  background: #1f549a;
}
#mainNav > ul > li.active > ul {
  display: block;
}
#mainNav > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  white-space: nowrap;
  font-size: 18px;
}
#mainNav > ul > li > ul > li {
  position: relative;
  margin-left: 11px;
  padding-left: 27px;
}
#mainNav > ul > li > ul > li:first-child {
  margin-left: 0;
}
#mainNav > ul > li > ul > li.active .arrow {
  background: #1f549a;
}
#mainNav > ul > li > ul > li.active .arrow:after {
  border-left-color: #1f549a;
}
#mainNav > ul .arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 22px;
  background: #f2f2f2;
  border-radius: 50%;
  transform: translateY(-50%);
}
#mainNav > ul .arrow:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  border-top: 2px solid white;
  border-right: 2px solid white;
  width: 6px;
  height: 6px;
  transform: translate(-50%, -50%) rotate(45deg);
}
#topNav {
  position: absolute;
  top: 25px;
  right: 45px;
  font: 18px 'Dosis', sans-serif;
  opacity: 1;
  transition: opacity 0.2s;
}
#topNav a:hover {
  color: #1f549a;
  text-decoration: underline;
}
#topNav li {
  display: inline-block;
  vertical-align: top;
  margin-left: 24px;
}
#topNav li:first-child {
  margin-left: 0;
}
#topNav li.active a {
  color: #1f549a;
  text-decoration: underline;
}
#headerSearchBlock {
  position: absolute;
  top: 10px;
  right: 0;
  width: 25px;
  padding-right: 25px;
  transition: left 0.4s;
}
#headerSearchBlock.active {
  left: 0;
  width: auto;
}
#headerSearchBlock.active input {
  width: 100%;
  padding: 1px 24px 1px 10px;
}
#headerSearchBlock.active:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  width: 24px;
  height: 52px;
  background: white;
  border-radius: 40px 0 0 40px;
}
#headerSearchBlock input {
  border: 0;
  height: 52px;
  width: 0%;
  transition: width 0.4s;
  background: #f2f2f2;
  color: #5a5a5a;
  padding: 0;
  text-align: center;
  font: 28px 'Dosis', sans-serif;
  outline: 0;
}
#headerSearchBlock .searchIcon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 18px;
  margin-top: -9px;
  background: url('./../img/suche.png') no-repeat;
  cursor: pointer;
  z-index: 1;
}
#openMobileNav {
  display: none;
  position: absolute;
  top: 9px;
  right: 10px;
  width: 42px;
  height: 37px;
  border: 1px solid #f2f2f2;
  padding: 2px 8px 0;
  cursor: pointer;
}
#openMobileNav div {
  height: 4px;
  background: #acc426;
  margin-top: 5px;
  transition: all 0.4s;
  width: 100%;
}
#openMobileNav.open div {
  margin: 0;
}
#openMobileNav.open div:first-child {
  position: absolute;
  top: 16px;
  left: 0;
  transform: rotate(45deg);
}
#openMobileNav.open div:nth-child(2) {
  display: none;
}
#openMobileNav.open div:last-child {
  position: absolute;
  top: 16px;
  left: 0;
  transform: rotate(-45deg);
}
.header-info {
  position: fixed;
  top: 190px;
  right: 0;
  width: 300px;
  background: #fff0ef;
  color: #dd4129;
  z-index: 20;
  box-shadow: 0 6px 34px rgba(0, 0, 0, 0.21);
}
.header-info__text {
  padding: 10px 40px 10px 10px;
  font-size: 14px;
  line-height: 20px;
}
.header-info__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.header-info__close:before, .header-info__close:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 20px;
  height: 2px;
  background: #dd4129;
  transform: rotate(45deg);
}
.header-info__close:after {
  transform: rotate(-45deg);
}
.online-date--mobile {
  display: none;
  background: none;
  border: 1px solid #acc426;
  padding: 0 10px 0 5px;
}
.online-date--mobile .icon {
  vertical-align: top;
  fill: #acc426;
  stroke: #acc426;
  height: 28px;
  margin-top: 3px;
}
.online-date--mobile:hover {
  background: #acc426;
  color: white;
}
.online-date--mobile:hover .icon {
  fill: white;
  stroke: white;
}
.online-date--mobile:hover .online-date__text--mobile {
  color: white;
}
.online-date__text--mobile {
  vertical-align: top;
  font-size: 11px;
  color: #acc426;
  margin-left: 5px;
  line-height: 35px;
}
@media (max-width: 1170px) {
  #headerSearchBlock {
    right: 10px;
    padding-left: 25px;
  }
}
@media (max-width: 1040px) {
  #header .logo {
    width: 24%;
    height: auto;
  }
}
@media (max-width: 940px) {
  #header {
    height: 76px;
    border-bottom: 1px solid #f2f2f2;
  }
  #header .logo {
    margin-top: 10px;
    width: 160px;
  }
  #header .top {
    height: 24px;
    text-align: center;
  }
  #header .top .icon-wrp {
    margin-left: auto;
  }
  #header .top .icon {
    width: 14px;
    height: 16px;
    vertical-align: middle;
    line-height: 24px;
  }
  #header .top .top-text {
    vertical-align: middle;
    font-size: 12px;
    line-height: 24px;
  }
  #header .mobileNavWrp {
    display: none;
    position: fixed;
    top: 76px;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding: 10px;
    background: white;
    overflow: auto;
  }
  #header .mobileNavWrp.open {
    display: block;
  }
  #mainNav {
    position: static;
    font: 18px 'Dosis', sans-serif;
  }
  #mainNav li {
    display: block;
  }
  #mainNav > ul > li {
    margin: 0;
  }
  #mainNav > ul > li > a {
    background: transparent;
    color: #acc426;
    padding: 5px 0 5px 30px;
    border-bottom: 1px solid #f2f2f2;
  }
  #mainNav > ul > li > a:hover {
    background: transparent;
    color: #1f549a;
  }
  #mainNav > ul > li > .arrow {
    display: block;
    top: 17.5px;
    background: #acc426;
  }
  #mainNav > ul > li:first-child > .arrow {
    transform: translateY(-50%) rotate(90deg);
  }
  #mainNav > ul > li.active > a {
    background: transparent;
    color: #1f549a;
  }
  #mainNav > ul > li > ul {
    position: static;
    display: block;
  }
  #mainNav > ul > li > ul > li {
    position: relative;
    margin-left: 0;
    padding-left: 0;
  }
  #mainNav > ul > li > ul > li > a {
    display: block;
    padding: 5px 0 5px 30px;
    border-bottom: 1px solid #f2f2f2;
  }
  #mainNav .online-date {
    display: none;
  }
  #topNav {
    position: static;
    margin-top: 40px;
  }
  #topNav a {
    display: block;
    padding: 5px 0 5px 30px;
  }
  #topNav a:hover {
    text-decoration: none;
  }
  #topNav li {
    position: relative;
    display: block;
    margin: 0;
    border-bottom: 1px solid #f2f2f2;
  }
  #topNav li.active a {
    color: #1f549a;
    text-decoration: none;
  }
  #topNav .arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    background: #acc426;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  #topNav .arrow:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    border-top: 2px solid white;
    border-right: 2px solid white;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    transform-origin: 0 0;
  }
  #headerSearchBlock {
    top: 0;
    right: 192px;
    padding-left: 0;
  }
  #openMobileNav {
    display: block;
  }
  .header-info {
    width: 100%;
    top: 76px;
    box-shadow: none;
  }
  .header-info__text {
    font-size: 11px;
    line-height: 16px;
  }
  .online-date--mobile {
    display: block;
    position: absolute;
    top: 9px;
    right: 60px;
  }
}
@media (max-width: 720px) {
  #header .logo {
    margin-top: 10px;
    width: 134px;
  }
}
#footer {
  background: #f2f2f2;
  font-size: 15px;
  padding-top: 20px;
}
#footer .textBlock {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  padding-right: 40px;
}
#footer .textBlock .header {
  color: #acc426;
  font-weight: bold;
  padding-left: 55px;
}
#footer .textBlock .iconBlock {
  position: relative;
  padding-left: 55px;
  line-height: 23px;
}
#footer .textBlock .iconBlock + .iconBlock {
  margin-top: 18px;
}
#footer .textBlock .iconCircleBlock {
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}
#footer .textBlock .iconCircleBlock .circleSvg, #footer .textBlock .iconCircleBlock .icon {
  width: 38px;
  height: 38px;
}
#footer .navCol {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  padding-right: 40px;
}
#footer .navCol .header {
  font-weight: bold;
}
#footer .navCol a:hover {
  color: #acc426;
}
#footer li {
  display: block;
}
#footer li + .header {
  margin-top: 16px;
}
#footer .bottom {
  background: #acc426;
  color: white;
  margin-top: 40px;
  line-height: 40px;
}
#footer .bottom .footerBottomNav {
  position: absolute;
  top: 0;
  right: 0;
}
#footer .navHeader {
  margin-left: 28%;
  font: italic 18px 'Playfair Display', sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 720px) {
  #footer {
    text-align: center;
    padding-bottom: 50px;
  }
  #footer .navHeader {
    display: none;
  }
  #footer .textBlock {
    padding: 20px;
    width: auto;
    font-size: 12px;
    text-align: left;
  }
  #footer .textBlock .iconBlock .circleSvg, #footer .textBlock .iconBlock .icon {
    width: 32px;
    height: 32px;
  }
  #footer .navCol {
    display: none;
  }
  #footer .bottom {
    padding: 18px 0;
    line-height: 16px;
    text-align: center;
  }
  #footer .bottom .footerBottomNav {
    position: static;
    margin-top: 18px;
  }
}
@keyframes downBounce {
  0%, 100%, 20%, 50%, 80% {
    transform: rotate(90deg) translateX(0);
  }
  40% {
    transform: rotate(90deg) translateX(-30px);
  }
  60% {
    transform: rotate(90deg) translateX(-15px);
  }
}
.headerGalleryImg {
  position: relative;
}
.headerGalleryImg img {
  display: block;
  width: 100%;
  height: auto;
}
.headerGalleryImg img.startAni {
  animation: fadeIn 3s;
}
.headerGalleryImg video {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.headerGalleryImg .textBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 30px;
  text-align: center;
  z-index: 8;
  overflow: hidden;
}
.headerGalleryImg .subheader {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 3s, transform 3s;
}
.headerGalleryImg .subheader.animate {
  opacity: 1;
  transform: translateY(0px);
}
.headerGalleryImg .header {
  font: italic 65px 'Playfair Display', sans-serif;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 3s, transform 3s;
}
.headerGalleryImg .header.animate {
  opacity: 1;
  transform: translateY(0px);
}
.headerGalleryImg .iconBlock {
  margin-top: 37px;
}
.headerGalleryImg .playIcon {
  position: relative;
  display: inline-block;
  width: 94px;
  height: 94px;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
}
.headerGalleryImg .playIcon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: translate(-50%) rotate(45deg);
  transform-origin: 100% 0;
}
.headerGalleryImg .playIcon.homeDown {
  cursor: pointer;
  margin-top: 30px;
  transform: translateY(100px) rotate(90deg);
  opacity: 0;
  transition: opacity 3s, transform 3s;
}
.headerGalleryImg .playIcon.homeDown.animate {
  opacity: 1;
  transform: translateY(0px) rotate(90deg);
}
.headerGalleryImg .playIcon.homeDown.animate.bounce {
  animation: 2s downBounce infinite;
}
.headerGalleryImg .toSlide {
  overflow: hidden;
  position: relative;
}
.headerGalleryImg.right .wrp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}
.headerGalleryImg.right .textBlock {
  left: auto;
  right: 0;
  width: 50%;
  color: #5a5a5a;
  padding-left: 80px;
  padding-right: 80px;
  text-align: left;
}
.headerGalleryImg.right .textBlock .subheader {
  color: #acc426;
}
.headerGalleryImg .item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition-duration: 1s;
  transition-property: none;
}
.headerGalleryImg .item.startAni {
  animation: fadeIn 3s;
}
.headerGalleryImg .item.slidePrev {
  display: block;
  transition-property: left;
  left: 0%;
  z-index: 5;
}
.headerGalleryImg .item.slidePrev.slideToRight {
  left: 100%;
}
.headerGalleryImg .item.slideNext {
  display: block;
  transition-property: left;
  left: 100%;
  z-index: 5;
}
.headerGalleryImg .item.slideNext.slideToLeft {
  left: 0%;
}
.headerGalleryImg .item.active {
  display: block;
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
}
.headerGalleryImg .item.active.slideToLeft {
  transition-property: left;
  left: -100%;
}
.headerGalleryImg .item.active.slideToRight {
  transition-property: left;
  left: 100%;
}
@media (max-width: 940px) {
  .headerGalleryImg .header {
    font-size: 30px;
  }
  .headerGalleryImg .subheader {
    font-size: 14px;
    margin-bottom: 0;
  }
  .headerGalleryImg .iconBlock {
    margin-top: 16px;
  }
  .headerGalleryImg .playIcon {
    width: 40px;
    height: 40px;
  }
  .headerGalleryImg .playIcon:before {
    width: 14px;
    height: 14px;
  }
  .headerGalleryImg .playIcon.homeDown {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .headerGalleryImg {
    overflow: hidden;
    /*img{
            width:auto;
            height:230px;
            position:relative;
            left:50%;
            transform:translateX(-50%);
        }*/
  }
  .headerGalleryImg .header {
    font-size: 22px;
  }
  .headerGalleryImg .subheader {
    font-size: 12px;
  }
}
.imgLeftTextBlock {
  margin: 75px 0;
}
.imgLeftTextBlock .imgBlock, .imgLeftTextBlock .textBlock {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.imgLeftTextBlock .showImgMob {
  display: none;
  position: relative;
  margin-bottom: 10px;
}
.imgLeftTextBlock .showImgMob img {
  display: block;
  width: 100%;
  height: auto;
}
.imgLeftTextBlock .imgBlock {
  margin-left: -65px;
}
.imgLeftTextBlock .imgBlock img {
  display: block;
  width: 100%;
  height: auto;
}
.imgLeftTextBlock .textBlock {
  padding: 118px 50px 0;
}
.imgLeftTextBlock .textBlock.small {
  padding-top: 40px;
}
.imgLeftTextBlock .fullTextBlock {
  padding: 0 80px;
  margin-top: 20px;
}
.imgLeftTextBlock .iconBlock {
  margin-top: 30px;
}
.imgLeftTextBlock .iconBlock .iconHeader {
  font-style: italic;
  font-family: 'Playfair Display', sans-serif;
  margin-bottom: 10px;
}
.imgLeftTextBlock .iconBlock .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.imgLeftTextBlock .iconBlock .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #acc426;
  margin-top: 10px;
  text-decoration: none;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
}
.imgLeftTextBlock .iconBlock .item.animate {
  transform: translateY(0);
  opacity: 1;
}
.imgLeftTextBlock .iconBlock .name {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  outline: none;
}
@media (max-width: 1170px) {
  .imgLeftTextBlock .imgBlock {
    margin-left: 0;
  }
  .imgLeftTextBlock .textBlock {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 940px) {
  .imgLeftTextBlock {
    margin: 30px 0;
  }
}
@media (max-width: 895px) {
  .imgLeftTextBlock .withNumberBlock {
    padding-left: 0;
  }
  .imgLeftTextBlock .withNumberBlock .number {
    position: static;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 5px;
  }
}
@media (max-width: 720px) {
  .imgLeftTextBlock .hiddenImgMob {
    display: none !important;
  }
  .imgLeftTextBlock .showImgMob {
    display: block;
  }
  .imgLeftTextBlock .showImgMob:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  }
  .imgLeftTextBlock .imgBlock {
    display: none;
  }
  .imgLeftTextBlock .textBlock {
    display: block;
    width: 100%;
    padding: 0;
    /*padding-top:20px !important;*/
    /*padding-left:20px;*/
    /*padding-right:20px;*/
  }
  .imgLeftTextBlock .textBlock .text {
    padding: 0 20px;
  }
  .imgLeftTextBlock .header, .imgLeftTextBlock .subheader {
    text-align: center;
  }
  .imgLeftTextBlock .fullTextBlock {
    padding: 0 20px;
  }
  .imgLeftTextBlock .iconBlock .container {
    width: 540px;
    margin: 0 auto;
  }
  .imgLeftTextBlock .iconBlock .item {
    width: 180px;
  }
  .imgLeftTextBlock .withNumberBlock {
    padding-left: 0;
  }
  .imgLeftTextBlock .withNumberBlock .number {
    position: static;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 5px;
  }
}
@media (max-width: 500px) {
  .imgLeftTextBlock {
    /* .imgBlock{
             width:30%;
         }
         .textBlock{
             width:70%;
             padding-top:20px !important;
             padding-left:20px;
             padding-right:20px;
         }
         .fullTextBlock{
             padding:0;
         }*/
  }
  .imgLeftTextBlock .withNumberBlock {
    padding-left: 0;
  }
  .imgLeftTextBlock .withNumberBlock .number {
    position: static;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  .imgLeftTextBlock .iconBlock .container {
    justify-content: space-around;
    width: auto;
  }
  .imgLeftTextBlock .iconBlock .item {
    width: 85px;
  }
}
.imgWithTransBorderBlock {
  position: relative;
}
.imgWithTransBorderBlock:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38%;
  background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
}
.imgWithTransBorderBlock img {
  display: block;
  width: 100%;
  height: auto;
}
.imgWithTransBorderBlock__paraTest {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  height: 600px;
}
.accordionBlock {
  margin-top: -260px;
}
.accordionBlock.smallMargin {
  margin-top: -80px;
}
.accordionBlock.noMargin {
  margin-top: 0px;
}
.accordionBlock .wrp {
  background: #fff;
  padding: 40px 80px;
}
.accordionBlock h1.h2 {
  text-align: left;
}
.accordionBlock .container {
  margin-top: 20px;
}
.accordionBlock .moreText {
  display: none;
}
.accordionBlock .accordionItem {
  border-top: 1px solid #5a5a5a;
}
.accordionBlock .accordionItemHeader {
  position: relative;
  font-size: 22px;
  line-height: normal;
  padding: 25px 0 25px 65px;
  cursor: pointer;
}
.accordionBlock .accordionItemHeader.open .arrow {
  transform: translateY(-50%) rotate(90deg);
}
.accordionBlock .accordionItemHeader h3 {
  font-size: 22px;
  font-weight: normal;
}
.accordionBlock .accordionItemHeader .arrow {
  position: absolute;
  top: 50%;
  left: 18px;
  width: 34px;
  height: 34px;
  background: #acc426;
  border-radius: 50%;
  transition: transform 0.4s;
  transform: translateY(-50%) rotate(0deg);
}
.accordionBlock .accordionItemHeader .arrow:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 14px;
  border: 6px dashed rgba(255, 255, 255, 0);
  border-left: 8px solid white;
  border-right: 0;
}
.accordionBlock .accordionItemHeader .arrow:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  border: 6px dashed rgba(172, 196, 38, 0);
  border-left: 8px solid #acc426;
  border-right: 0;
}
.accordionBlock .accordionSlideBlock {
  display: none;
  padding: 18px 0 40px 18px;
}
.accordionBlock .accordionSlideBlock > div + div {
  margin-top: 50px;
}
.accordionBlock .textItemBlock:not(:first-child) {
  margin-top: 63px;
}
.accordionBlock .accImgLeftTextBlock {
  display: flex;
  justify-content: space-between;
}
.accordionBlock .accImgLeftTextBlock + .accImgLeftTextBlock {
  margin-top: 18px;
}
.accordionBlock .accImgLeftTextBlock:not(:first-child) {
  margin-top: 63px;
}
.accordionBlock .accImgLeftTextBlock .imgBlock {
  width: 33%;
}
.accordionBlock .accImgLeftTextBlock .imgBlock img {
  display: block;
  width: 100%;
  height: auto;
}
.accordionBlock .accImgLeftTextBlock .textBlock {
  width: 60%;
}
.accordionBlock .accImgLeftTextBlock .header {
  font-size: 22px;
  line-height: normal;
  padding: 25px 0;
}
.accordionBlock .accImagesLeftTextBlock .container {
  display: flex;
  justify-content: space-between;
}
.accordionBlock .accImagesLeftTextBlock .container.imgCol2 .textBlock {
  padding-top: 20px;
}
.accordionBlock .accImagesLeftTextBlock .container.imgCol2 .imgBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.accordionBlock .accImagesLeftTextBlock .container.imgCol2 .imgBlock > img {
  width: 48%;
}
.accordionBlock .accImagesLeftTextBlock .container.imgCol2 .imgBlock > img:nth-child(2) {
  margin-top: 0;
}
.accordionBlock .accImagesLeftTextBlock .container.imgCol2 .imgBlock > img + img {
  margin-top: 19px;
}
.accordionBlock .accImagesLeftTextBlock .imgBlock {
  width: 50%;
}
.accordionBlock .accImagesLeftTextBlock .imgBlock img {
  display: block;
  width: 100%;
  height: auto;
}
.accordionBlock .accImagesLeftTextBlock .imgBlock img + img {
  margin-top: 10px;
}
.accordionBlock .accImagesLeftTextBlock .textBlock {
  width: 50%;
  padding: 50px 0 0 40px;
}
.accordionBlock .accImagesLeftTextBlock .textBlock.noPaddingTop {
  padding-top: 0;
}
.accordionBlock .accImagesLeftTextBlock .videoBlock {
  position: relative;
  cursor: pointer;
}
.accordionBlock .accImagesLeftTextBlock .videoBlock:not(:first-child) {
  margin-top: 19px;
}
.accordionBlock .accImagesLeftTextBlock .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 94px;
  height: 94px;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
}
.accordionBlock .accImagesLeftTextBlock .playIcon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: translate(-50%) rotate(45deg);
  transform-origin: 100% 0;
}
.accordionBlock .accImagesLeftTextBlock .copyright {
  font-size: 11px;
}
.accordionBlock .accImgFloatedTextBlock img {
  display: block;
  width: 50%;
  height: auto;
  float: left;
  margin-right: 40px;
}
.accordionBlock .accImgFloatedTextBlock .textBlock {
  margin-top: 60px;
}
.accordionBlock .accImgFloatedTextBlock .text {
  padding-left: 140px;
}
.accordionBlock .textItemBlock img {
  display: block;
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 1170px) {
  .accordionBlock {
    margin: -200px 40px 0;
  }
  .accordionBlock .wrp {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 940px) {
  .accordionBlock {
    margin-left: 0;
    margin-right: 0;
  }
  .accordionBlock .wrp {
    padding: 20px 10px;
  }
  .accordionBlock .accordionItemHeader {
    font-size: 18px;
  }
  .accordionBlock .accordionItemHeader h3 {
    font-size: 18px;
  }
  .accordionBlock .accImgLeftTextBlock .header {
    font-size: 18px;
    padding: 20px 0;
  }
  .accordionBlock .accImagesLeftTextBlock .imgBlock {
    width: 30%;
  }
  .accordionBlock .accImagesLeftTextBlock .textBlock {
    width: 70%;
    padding: 0 0 0 20px;
  }
  .accordionBlock .accImagesLeftTextBlock .playIcon {
    transform: translate(-50%, -50%) scale(0.6);
  }
  .accordionBlock .accImgFloatedTextBlock img {
    width: 30%;
    margin-right: 20px;
  }
}
@media (max-width: 720px) {
  .accordionBlock {
    margin-top: 0px;
  }
  .accordionBlock.smallMargin {
    margin-top: 0px;
  }
  .accordionBlock .accImagesLeftTextBlock .container.imgCol2 .textBlock {
    padding-top: 0px;
  }
  .accordionBlock .accImagesLeftTextBlock .container.imgCol2 .imgBlock img {
    width: 100%;
  }
  .accordionBlock .accImagesLeftTextBlock .container.imgCol2 .imgBlock img + img, .accordionBlock .accImagesLeftTextBlock .container.imgCol2 .imgBlock img:nth-child(2) {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .accordionBlock .accordionItemHeader {
    padding: 15px 0 15px 45px;
    font-size: 14px;
  }
  .accordionBlock .accordionItemHeader h3 {
    font-size: 14px;
  }
  .accordionBlock .accordionItemHeader .arrow {
    left: 0;
  }
  .accordionBlock .accImgLeftTextBlock .header {
    font-size: 14px;
    padding: 15px 0;
  }
  .accordionBlock .accImgFloatedTextBlock .text {
    padding-left: 40px;
  }
}
.fixedGalleryImg {
  position: relative;
  overflow: hidden;
}
.fixedGalleryImg img {
  display: block;
  width: 100%;
  height: auto;
  /*transform:translateX(-25%);*/
}
.fixedGalleryImg .textBlock {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 54%;
  width: 46%;
  height: 100%;
  color: #5a5a5a;
  font-size: 30px;
}
.fixedGalleryImg .subheader {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #969696;
}
.fixedGalleryImg .header {
  font: italic 62px 'Playfair Display', sans-serif;
}
@media (max-width: 1170px) {
  .fixedGalleryImg .subheader {
    font-size: 18px;
    line-height: 20px;
  }
  .fixedGalleryImg .header {
    font-size: 50px;
  }
}
@media (max-width: 940px) {
  .fixedGalleryImg .subheader {
    font-size: 14px;
    line-height: 20px;
  }
  .fixedGalleryImg .header {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 720px) {
  .fixedGalleryImg .subheader {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .fixedGalleryImg .header {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 500px) {
  .fixedGalleryImg .header {
    font-size: 18px;
    line-height: 20px;
  }
}
.col2TextBlock {
  margin: 94px 0 30px;
}
.col2TextBlock .container {
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
}
.col2TextBlock .col {
  width: 48%;
}
.col2TextBlock.portraitBlock {
  margin-top: -100px;
}
.col2TextBlock .btnBlock {
  margin-top: 30px;
  text-align: center;
}
.col2TextBlock .moreText {
  display: none;
}
.col2TextBlock .portraitImg {
  display: block;
  width: 274px;
  height: auto;
  margin: 0 auto 15px;
}
.col2TextBlock.testBlock {
  background: #f2f2f2;
  padding: 50px 0;
}
.col2TextBlock.testBlock .col {
  width: 45%;
}
@media (max-width: 720px) {
  .col2TextBlock .container {
    padding: 0 10px;
  }
}
@media (max-width: 940px) {
  .col2TextBlock {
    margin: 30px 0;
  }
  .col2TextBlock .container {
    display: block;
    padding: 0;
  }
  .col2TextBlock .col {
    width: auto;
    margin-top: 16px;
  }
  .col2TextBlock.testBlock .col {
    width: auto;
  }
}
.colIconBlock {
  margin-bottom: 30px;
}
.colIconBlock .wrp {
  width: 540px;
}
.colIconBlock .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  overflow: hidden;
}
.colIconBlock .item {
  text-align: center;
  color: #acc426;
  margin-top: 30px;
  width: 180px;
  text-decoration: none;
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
}
.colIconBlock .item.animate {
  opacity: 1;
  transform: translateY(0);
}
.colIconBlock .name {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.colIconBlock--4col .wrp {
  width: 720px;
}
.colIconBlock--firstGrey .item:first-child {
  color: #5a5a5a;
}
.colIconBlock--firstGrey .item:first-child .icon {
  fill: #5a5a5a;
  stroke: #5a5a5a;
  width: 62%;
  height: 62%;
  top: 20%;
  left: 20%;
}
.colIconBlock--firstGrey .item:first-child .iconCircleBlock .circleSvg circle {
  stroke: #5a5a5a;
}
@media (max-width: 1170px) {
  .colIconBlock .wrp {
    width: 560px;
  }
}
@media (max-width: 940px) {
  .colIconBlock .item {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .colIconBlock .wrp {
    width: auto;
  }
  .colIconBlock .container {
    justify-content: space-around;
  }
  .colIconBlock .item {
    width: 85px;
  }
}
.therapyBlock {
  margin-top: -260px;
}
.therapyBlock .wrp {
  background: white;
  padding: 40px 0 0 14px;
}
.therapyBlock .item {
  padding: 0 40px 30px 0;
}
.therapyBlock .item:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}
.therapyBlock .item + .item {
  padding-top: 20px;
  border-top: 1px solid #5a5a5a;
}
.therapyBlock .header {
  margin-bottom: 10px;
  padding-top: 10px;
}
.therapyBlock .imgBlock {
  position: relative;
  float: left;
  width: 40%;
  display: block;
  margin: 0 40px 10px 0;
}
.therapyBlock .imgBlock img {
  display: block;
  width: 100%;
  height: auto;
}
.therapyBlock .imgBlock .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(172, 196, 38, 0.8);
  color: white;
  font: 30px/66px 'Dosis', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.therapyBlock .textBlock {
  padding-left: 200px;
}
@media (max-width: 1170px) {
  .therapyBlock {
    margin-top: -200px;
  }
}
@media (max-width: 940px) {
  .therapyBlock .imgBlock .text {
    font: 18px/40px 'Dosis', sans-serif;
  }
}
@media (max-width: 720px) {
  .therapyBlock {
    margin-top: 0px;
  }
  .therapyBlock .imgBlock .text {
    font: 14px/30px 'Dosis', sans-serif;
  }
}
@media (max-width: 500px) {
  .therapyBlock .item {
    padding-right: 10px;
  }
  .therapyBlock .imgBlock {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }
  .therapyBlock .textBlock {
    padding: 0;
  }
}
.miniAccordionBlock .container {
  margin-top: 10px;
}
.miniAccordionBlock .accordionItem {
  margin-top: 10px;
}
.miniAccordionBlock .accordionItemHeader {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  line-height: 24px;
  cursor: pointer;
  color: #acc426;
}
.miniAccordionBlock .accordionItemHeader.open .arrow {
  transform: rotate(90deg);
}
.miniAccordionBlock .accordionItemHeader.noSlide {
  cursor: default;
}
.miniAccordionBlock .accordionItemHeader.noSlide + .accordionSlideBlock {
  display: block;
}
.miniAccordionBlock .accordionItemHeader .arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: #acc426;
  border-radius: 50%;
  transition: transform 0.4s;
  transform: rotate(0deg);
}
.miniAccordionBlock .accordionItemHeader .arrow:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 10px;
  border: 5px dashed rgba(255, 255, 255, 0);
  border-left: 7px solid white;
  border-right: 0;
}
.miniAccordionBlock .accordionItemHeader .arrow:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  border: 5px dashed rgba(172, 196, 38, 0);
  border-left: 7px solid #acc426;
  border-right: 0;
}
.miniAccordionBlock .accordionSlideBlock {
  display: none;
  padding: 5px 0 10px 30px;
}
.miniAccordionBlock--right {
  margin-top: 28px;
  border-bottom: 1px solid #5a5a5a;
}
.miniAccordionBlock--right .accordionItemHeader {
  display: block;
  padding: 10px 30px 10px 0;
  border-top: 1px solid #5a5a5a;
  color: inherit;
  font-weight: bold;
}
.miniAccordionBlock--right .accordionItemHeader .arrow {
  top: 10px;
  left: auto;
  right: 0;
}
.miniAccordionBlock--right .accordionSlideBlock {
  padding-bottom: 28px;
  padding-left: 0;
}
.quoteBlock {
  margin: 50px 0;
  text-align: center;
}
.quoteBlock .container {
  position: relative;
  margin-top: 36px;
}
.quoteBlock .imgBlock {
  margin-bottom: 18px;
}
.quoteBlock .name {
  font-weight: bold;
}
.quoteBlock .iconBlock {
  font: 140px/140px 'Arial', sans-serif;
  color: #ADADAD;
  height: 54px;
  overflow: hidden;
}
.quoteBlock .prev {
  position: absolute;
  top: 50%;
  left: 40px;
  width: 38px;
  height: 38px;
  border-left: 2px solid #f2f2f2;
  border-top: 2px solid #f2f2f2;
  transform: rotate(-45deg);
  transform-origin: 0 0;
  cursor: pointer;
}
.quoteBlock .next {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 38px;
  height: 38px;
  border-right: 2px solid #f2f2f2;
  border-top: 2px solid #f2f2f2;
  transform: rotate(45deg);
  transform-origin: 100% 0;
  cursor: pointer;
}
.quoteBlock .toSlide {
  overflow: hidden;
  position: relative;
  margin: 0 105px;
}
.quoteBlock .item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition-duration: 0.7s;
  transition-property: none;
}
.quoteBlock .item.slidePrev {
  display: block;
  transition-property: left;
  left: 0%;
  z-index: 5;
}
.quoteBlock .item.slidePrev.slideToRight {
  left: 100%;
}
.quoteBlock .item.slideNext {
  display: block;
  transition-property: left;
  left: 100%;
  z-index: 5;
}
.quoteBlock .item.slideNext.slideToLeft {
  left: 0%;
}
.quoteBlock .item.active {
  display: block;
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
}
.quoteBlock .item.active.slideToLeft {
  transition-property: left;
  left: -100%;
}
.quoteBlock .item.active.slideToRight {
  transition-property: left;
  left: 100%;
}
.quoteBlock .nav {
  margin-top: 30px;
}
.quoteBlock .nav span {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  line-height: 12px;
  background: #f2f2f2;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 17px;
}
.quoteBlock .nav span:first-child {
  margin-left: 0;
}
.quoteBlock .nav span.active {
  width: 16px;
  height: 16px;
  background: #ccc;
}
@media (max-width: 940px) {
  .quoteBlock {
    margin: 30px 0;
  }
}
@media (max-width: 500px) {
  .quoteBlock .toSlide {
    margin: 0 30px;
  }
  .quoteBlock .prev {
    left: 5px;
    width: 22px;
    height: 22px;
  }
  .quoteBlock .next {
    right: 5px;
    width: 22px;
    height: 22px;
  }
}
.singleTextBlock {
  margin: 80px 0;
}
.singleTextBlock.portraitBlock {
  margin-top: -100px;
}
.singleTextBlock.portraitBlock .wrp {
  text-align: left;
}
.singleTextBlock.overImg {
  margin-top: -100px;
}
.singleTextBlock.overImg .wrp {
  padding-top: 50px;
  background: white;
}
.singleTextBlock.withBackground {
  background: #f2f2f2;
  padding: 50px 0;
}
.singleTextBlock .wrp {
  padding-left: 80px;
  padding-right: 80px;
}
.singleTextBlock .lineWithArrow {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.singleTextBlock .lineWithArrow:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #acc426;
  border-radius: 50%;
}
.singleTextBlock .lineWithArrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 9px;
  width: 5px;
  height: 5px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.singleTextBlock .portraitImg {
  width: 274px;
  height: auto;
}
.singleTextBlock .centerTextImg {
  max-width: 100%;
  height: auto;
}
.singleTextBlock .addressBlock {
  text-align: center;
}
.singleTextBlock .addressBlock .iconBlock {
  padding-left: 50px;
  display: inline-block;
  position: relative;
  width: 340px;
  text-align: left;
  line-height: 34px;
}
.singleTextBlock .addressBlock .iconCircleBlock {
  position: absolute;
  top: 0;
  left: 0px;
}
.singleTextBlock .addressBlock .iconCircleBlock .circleSvg, .singleTextBlock .addressBlock .iconCircleBlock .icon {
  width: 38px;
  height: 38px;
}
.portraitBlockLine {
  display: flex;
  flex-wrap: wrap;
}
.portraitBlockItem {
  width: 48%;
  margin-top: 28px;
}
.portraitBlockItem:nth-child(3n+1) {
  margin-left: 2%;
}
.portraitBlockText {
  margin-top: 28px;
}
@media (max-width: 940px) {
  .singleTextBlock {
    margin: 30px 0;
  }
  .singleTextBlock.overImg {
    margin-top: 0;
  }
  .singleTextBlock .lineWithArrow:before {
    top: 0;
  }
  .singleTextBlock .lineWithArrow:after {
    top: 7px;
  }
  .portraitBlockItem {
    width: 100%;
  }
  .portraitBlockItem:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .singleTextBlock.portraitBlock {
    margin-top: -50px;
  }
  .singleTextBlock .wrp {
    padding-left: 10px;
    padding-right: 10px;
  }
  .singleTextBlock .portraitImg {
    width: 140px;
  }
  .singleTextBlock .lineWithArrow {
    margin-bottom: 5px;
  }
  .singleTextBlock .lineWithArrow:before {
    top: -3px;
  }
  .singleTextBlock .lineWithArrow:after {
    top: 4px;
  }
}
@keyframes selectSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
.contactBlock {
  padding: 40px 0 55px;
  background: #f2f2f2;
}
.contactBlock form {
  margin: 0 120px;
}
.contactBlock.innerForm {
  padding: 0;
}
.contactBlock input[type="radio"], .contactBlock input[type="checkbox"] {
  margin-right: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
  vertical-align: top;
}
.contactBlock input[type="radio"]:checked:before, .contactBlock input[type="checkbox"]:checked:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #acc426;
  border-radius: 50%;
  margin: 6px 0 0 6px;
}
.contactBlock .header {
  font: 500 20px/24px 'Roboto', sans-serif;
  color: #acc426;
  margin-top: 30px;
}
.contactBlock .subheader {
  font-size: 20px;
  line-height: 24px;
  color: inherit;
  font-weight: 500;
  margin-top: 30px;
}
.contactBlock .subheader-help {
  margin-top: 30px;
  color: #acc426;
}
.contactBlock .line {
  margin-top: 12px;
}
.contactBlock .line--small {
  margin-top: 2px;
}
.contactBlock .line--big {
  margin-top: 40px;
}
.contactBlock .line--medium {
  margin-top: 30px;
}
.contactBlock .innerBlock {
  padding: 0 36px 40px;
}
.contactBlock .dayText {
  display: inline-block;
  font-weight: bold;
  width: 115px;
}
.contactBlock .radioBlock {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-left: 38px;
}
.contactBlock .radioBlock + .radioBlock {
  margin-left: 30px;
}
.contactBlock .radioBlock label {
  display: inline-block;
  vertical-align: top;
}
.contactBlock .radioBlock input {
  position: absolute;
  top: 2px;
  left: 0;
}
.contactBlock .radioBlock.error input {
  box-shadow: 0 0 5px red;
}
.contactBlock .textInputBlock {
  margin-top: 20px;
}
.contactBlock .textInputBlock:first-child {
  margin-top: 0;
}
.contactBlock .textInputBlock.full .inputBlock {
  width: 100%;
}
.contactBlock .inputBlock input[type="text"] {
  height: 40px;
  font-size: inherit;
  padding: 0 15px;
  color: inherit;
}
.contactBlock .inputBlock {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}
.contactBlock .inputBlock + .inputBlock {
  margin-left: 2%;
}
.contactBlock .inputBlock label {
  display: block;
  background: white;
  font-size: 13px;
  line-height: 22px;
  padding-left: 10px;
}
.contactBlock .inputBlock input[type="text"], .contactBlock .inputBlock textarea {
  display: block;
  border: 0;
  background: white;
  width: 100%;
  height: 40px;
  font-size: inherit;
  padding: 0 15px;
  color: inherit;
  outline: 0;
  border-radius: 0;
}
.contactBlock .inputBlock input[type="text"]::-webkit-input-placeholder, .contactBlock .inputBlock textarea::-webkit-input-placeholder {
  opacity: 1;
}
.contactBlock .inputBlock input[type="text"]:-moz-placeholder, .contactBlock .inputBlock textarea:-moz-placeholder {
  opacity: 1;
}
.contactBlock .inputBlock input[type="text"]::-moz-placeholder, .contactBlock .inputBlock textarea::-moz-placeholder {
  opacity: 1;
}
.contactBlock .inputBlock input[type="text"]:-ms-input-placeholder, .contactBlock .inputBlock textarea:-ms-input-placeholder {
  opacity: 1;
}
.contactBlock .inputBlock textarea {
  height: 138px;
  padding: 20px 15px;
}
.contactBlock .inputBlock.error {
  border: 1px solid red;
}
.contactBlock .selectBlock {
  margin-top: 14px;
}
.contactBlock .selectBlock label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.contactBlock .selectBlock .valueLabel {
  width: 146px;
}
.contactBlock .selectBlock.valueBlock {
  margin-top: 26px;
}
.contactBlock .selectbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 240px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
}
.contactBlock .selectbox.open {
  overflow: visible;
}
.contactBlock .selectbox.open .optWrp {
  z-index: 3;
}
.contactBlock .selectbox.open .optBlock {
  transform: translateY(0%);
  /*animation:selectSlideDown .4s;*/
}
.contactBlock .selectbox.city {
  width: 380px;
}
.contactBlock .selectbox .text {
  position: relative;
  overflow: hidden;
  padding: 0 40px 0 15px;
  background: white;
}
.contactBlock .selectbox .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 40px;
}
.contactBlock .selectbox .arrow:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #acc426;
  border-bottom: 2px solid #acc426;
  transform: translateY(-8px) rotate(45deg);
  transform-origin: 0 0;
}
.contactBlock .selectbox .optWrp {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  overflow: hidden;
}
.contactBlock .selectbox .optBlock {
  position: relative;
  background: white;
  transform: translateY(-100%);
  max-height: 222px;
  overflow: auto;
}
.contactBlock .selectbox .opt {
  margin: 0 10px 0 15px;
  border-top: 1px solid #f2f2f2;
}
.contactBlock select.error + .selectbox {
  border: 1px solid red;
}
.contactBlock .requiredTextBlock {
  font-size: 14px;
}
.contactBlock .submitBlock {
  position: relative;
}
.contactBlock .submitBlock label {
  font-size: 14px;
}
.contactBlock .submitBlock .radioBlock {
  padding-right: 30px;
  max-width: 720px;
}
.contactBlock .submitBlock .btn {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 210px;
  height: 36px;
  line-height: 36px;
  background: #acc426;
  color: white;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.4s;
  cursor: pointer;
}
.contactBlock .submitBlock .btn:hover {
  background: #5a5a5a;
}
.contact-slide-block .miniAccordionBlock--right {
  border-bottom: 0;
}
.contact-slide-block .miniAccordionBlock--right:first-child {
  margin-top: 0;
}
.contact-slide-block .accordionItem {
  margin-top: 64px;
}
.contact-slide-block .accordionItem:first-child {
  margin-top: 0;
}
.contact-slide-block .accordionItemHeader {
  border-top: 0;
  width: 930px;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
.contact-slide-block .accordionItemHeader .iconCircleBlock {
  top: auto;
  bottom: 0;
}
.contact-slide-block .accordionItemHeader .arrow-grey {
  position: absolute;
  bottom: 15px;
  right: 4px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #767676;
  border-right: 4px solid #767676;
  transform: rotate(45deg);
  transition: transform 0.4s;
}
.contact-slide-block .accordionItemHeader.open .arrow-grey {
  transform: rotate(135deg);
}
.contact-slide-block .accordionSlideBlock {
  padding-top: 32px;
}
.contact-slide-block__header {
  color: #acc426;
  text-transform: uppercase;
  padding-right: 30px;
  font-weight: 500;
  margin-bottom: 8px;
}
.contact-slide-block__header-text {
  font-weight: normal;
  border-bottom: 1px solid #707070;
  padding: 0 30px 10px 0;
}
.contact-slide-block__block {
  position: relative;
  padding-left: 114px !important;
}
.contact-slide-block__block .iconCircleBlock {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-slide-block__block .icon {
  fill: #acc426;
}
.contact-slide-block__form {
  width: 930px;
  background: #fff;
  padding: 10px 114px 40px;
  margin: 0 auto !important;
}
.contactBlockNew {
  padding: 0;
}
.contactBlockNew input[type="radio"], .contactBlockNew input[type="checkbox"] {
  border: 1px solid #707070;
}
.contactBlockNew input[type="radio"]:checked:before, .contactBlockNew input[type="checkbox"]:checked:before {
  margin: 5px 0 0 5px;
}
.contactBlockNew .inputBlock input[type="text"], .contactBlockNew .inputBlock textarea {
  border: 1px solid #707070;
}
.contactBlockNew .selectbox {
  border: 1px solid #707070;
}
.contactBlockNew .selectbox .arrow:before {
  border-color: #707070;
}
.contactBlockNew .header {
  font-weight: 500;
  font-size: 20px;
  color: #5a5a5a;
}
.contactBlockNew .submitBlock .btn {
  position: static;
  margin: 0 auto;
}
.contactTextBlock {
  background: white;
  padding: 40px 0;
}
.contactTextBlock .header {
  font: 500 18px/28px 'Roboto', sans-serif;
  color: #acc426;
  text-transform: uppercase;
}
.contactTextBlock .textTop {
  margin: 0 120px;
}
.contactTextBlock a {
  color: #acc426;
  text-decoration: none;
  font-weight: bold;
}
.contactTextBlock .tel-place {
  display: inline-block;
  width: 200px;
}
.contactTextBlock .tel-place--new {
  width: 340px;
}
.contactMapBlock {
  margin-top: 40px;
}
.contactMapBlock .gmapsBlock {
  height: 400px;
}
.contactMapBlock img {
  display: block;
  width: 100%;
  height: auto;
}
.contactMapBlock .text {
  text-align: center;
  margin-top: 10px;
  font-size: 11px;
}
.contactMapBlock .contactCol {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
}
.contactMapBlock .contactCol + .contactCol {
  padding-left: 20px;
  padding-right: 0;
  border-left: 1px solid #f2f2f2;
}
.contactMapBlock .contactCol .logo {
  margin: -20px auto 40px;
  width: 220px;
}
.gmapsLinkBlock {
  margin: 40px 0;
  text-align: center;
}
.gmapsLinkBlock .link {
  position: relative;
  display: inline-block;
  padding-left: 46px;
  font-size: 22px;
  line-height: 34px;
  text-decoration: none;
}
.gmapsLinkBlock .linktext {
  text-align: left;
}
.gmapsLinkBlock .subtext {
  font-size: 18px;
  line-height: normal;
  text-decoration: none;
  text-align: left;
}
.gmapsLinkBlock .arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 34px;
  height: 34px;
  background: #acc426;
  border-radius: 50%;
  transition: transform 0.4s;
  transform: translateY(-50%) rotate(0deg);
}
.gmapsLinkBlock .arrow:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 14px;
  border: 6px dashed rgba(255, 255, 255, 0);
  border-left: 8px solid white;
  border-right: 0;
}
.gmapsLinkBlock .arrow:after {
  content: "";
  position: absolute;
  top: 11px;
  left: 11px;
  border: 6px dashed rgba(172, 196, 38, 0);
  border-left: 8px solid #acc426;
  border-right: 0;
}
.online-date-btn {
  display: none;
  background: #acc426;
  padding-left: 15px;
  padding-right: 15px;
  height: 42px;
}
.online-date-btn .icon {
  vertical-align: top;
  fill: white;
  stroke: white;
}
.online-date-btn:hover {
  background: white;
  color: #acc426;
  border: 1px solid #acc426;
}
.online-date-btn:hover .icon {
  fill: #acc426;
  stroke: #acc426;
}
.online-date-btn:hover .online-date-btn__text {
  color: #acc426;
}
.online-date-btn__text {
  vertical-align: top;
  color: white;
  margin-left: 5px;
  line-height: 42px;
  font-weight: 400;
}
@media (max-width: 1170px) {
  .contactTextBlock .textTop {
    margin: 0;
  }
  .contactBlock form {
    margin: 0;
  }
  .contactBlock .requiredTextBlock {
    margin-top: 10px;
  }
  .contactBlock .submitBlock .btn {
    position: static;
    margin-top: 10px;
  }
}
@media (max-width: 940px) {
  .contactTextBlock .header {
    font-size: 14px;
    line-height: 20px;
  }
  .contactBlock .header {
    font-size: 14px;
    line-height: 20px;
  }
  .contactBlock .subheader {
    font-size: 14px;
    line-height: 20px;
  }
  .contactBlock .selectbox.city {
    width: 320px;
  }
  .contactBlock .line--small {
    margin-top: 6px;
  }
  .contactBlock .radioBlock input {
    top: 0;
  }
  .contactBlock .radioBlock label {
    line-height: 24px;
  }
  .contactBlock .dayText {
    line-height: 24px;
  }
  .contact-slide-block .accordionItemHeader {
    width: auto;
  }
  .contact-slide-block .accordionItemHeader .iconCircleBlock {
    left: 10px;
  }
  .contact-slide-block__block .circleSvg, .contact-slide-block__block .icon {
    width: 86px;
    height: 86px;
  }
  .contact-slide-block__form {
    width: auto;
  }
}
@media (max-width: 720px) {
  .contact-slide-block__form {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 500px) {
  .contactTextBlock .textTop {
    margin: 0;
  }
  .contactBlock form {
    margin: 0;
  }
  .contactBlock .dayText {
    width: 85px;
  }
  .contactBlock .selectbox.city {
    width: 280px;
  }
  .contactMapBlock .contactCol {
    width: auto;
    display: block;
    padding: 20px 0 !important;
    border: 0 !important;
  }
}
.tableCostBlock {
  margin-top: -260px;
}
.tableCostBlock .wrp {
  background: #fff;
  padding: 40px 80px;
}
.tableCostBlock .costText {
  padding: 0 50px;
}
.tableCostBlock .costText ul {
  padding: 0;
}
.tableCostBlock .costText li {
  display: block;
  margin-top: 10px;
  padding-left: 30px;
  position: relative;
}
.tableCostBlock .costText li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #acc426;
  border-radius: 50%;
}
.tableCostBlock .costText li:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 9px;
  width: 5px;
  height: 5px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.tableCostBlock .costText2 {
  padding: 20px 20px 0;
}
.tableCostBlock .tableBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-top: 16px;
}
.tableCostBlock .tableBlock .col {
  width: 32%;
  background: #f2f2f2;
  padding-bottom: 20px;
  margin-top: 25px;
}
.tableCostBlock .tableBlock .col.full {
  width: 100%;
}
.tableCostBlock .tableBlock .col.centered {
  margin-left: auto;
  margin-right: auto;
}
.tableCostBlock .tableBlock .header {
  background: #acc426;
  color: white;
  line-height: 66px;
}
.tableCostBlock .tableBlock .text {
  margin: 25px 0;
}
@media (max-width: 1170px) {
  .tableCostBlock {
    margin-top: -200px;
  }
}
@media (max-width: 940px) {
  .tableCostBlock .wrp {
    padding: 20px 10px;
  }
  .tableCostBlock .costText li:before {
    top: 0;
  }
  .tableCostBlock .costText li:after {
    top: 7px;
  }
}
@media (max-width: 720px) {
  .tableCostBlock {
    margin-top: 0;
  }
  .tableCostBlock .tableBlock .col {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .tableCostBlock .costText, .tableCostBlock .costText2 {
    padding: 0;
  }
  .tableCostBlock .costText li:before {
    top: -3px;
  }
  .tableCostBlock .costText li:after {
    top: 4px;
  }
}
#imgsourcesBlock table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
#imgsourcesBlock table td {
  text-align: center;
  width: 50%;
}
#imgsourcesBlock table td:last-child {
  border-left: 1px solid #5a5a5a;
}
#imgsourcesBlock table img {
  display: inline-block;
  width: 50%;
  height: auto;
}
#imgsourcesBlock thead tr {
  border-bottom: 2px solid #5a5a5a;
  text-transform: uppercase;
}
#imgsourcesBlock tbody td {
  padding: 20px 10px;
}
#imgsourcesBlock tbody td:last-child {
  text-align: left;
  padding-left: 50px;
}
#imgsourcesBlock .text {
  margin-top: 40px;
}
@media (max-width: 480px) {
  #imgsourcesBlock table img {
    width: 100%;
  }
}
.overlay {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 50;
}
.overlay.open {
  display: flex;
}
.overlay > div {
  position: relative;
  width: 80%;
  background: #f2f2f2;
  padding: 40px;
}
.overlay .videoBlock {
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  margin: 44px 0;
  align-self: center;
  background: #000;
  padding: 0;
}
.overlay .videoBlock video {
  display: block;
  width: 100%;
  height: 100%;
}
.overlay .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.overlay .close:before, .overlay .close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 28px;
  height: 3px;
  background: #5a5a5a;
  transform: rotate(45deg);
  transform-origin: 0 0;
}
.overlay .close:after {
  left: auto;
  right: 2px;
  transform: rotate(-45deg);
  transform-origin: 100% 0;
}
.overlay .col2TextBlock {
  margin: 0;
}
@media (max-width: 1170px) {
  .overlay {
    align-items: flex-start;
    overflow: auto;
  }
}
@media (max-width: 940px) {
  .overlay > div {
    padding: 30px 10px;
    width: 90%;
  }
}
@keyframes overlayRightSlideLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0%);
  }
}
.overlay-right {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 344px;
  background: white;
  padding: 0 34px 0 24px;
  z-index: 100;
  font-size: 15px;
  line-height: 24px;
  box-shadow: 0px 6px 34px #00000029;
  overflow: auto;
}
.overlay-right form {
  margin: 0;
}
.overlay-right a {
  text-decoration: underline;
}
.overlay-right .contactBlock {
  background: white;
  padding: 50px 0 0;
}
.overlay-right .contactBlock input[type="text"], .overlay-right .contactBlock input[type="checkbox"], .overlay-right .contactBlock input[type="radio"] {
  background: #f2f2f2;
}
.overlay-right .contactBlock input[type="text"] {
  height: 30px;
  font-size: 15px;
}
.overlay-right .contactBlock .header {
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 18px;
}
.overlay-right .contactBlock .subheader {
  font-weight: 400;
}
.overlay-right .contactBlock .textInputBlock {
  margin-top: 13px;
}
.overlay-right .contactBlock .selectbox {
  line-height: 30px;
  height: 30px;
}
.overlay-right .contactBlock .selectbox .text {
  background: #f2f2f2;
}
.overlay-right .contactBlock .selectbox .arrow {
  height: 30px;
}
.overlay-right .contactBlock .submitBlock .btn {
  position: static;
  line-height: 30px;
  height: 30px;
  width: 180px;
  text-decoration: none;
}
.overlay-right .contactBlock .submitBlock .radioBlock {
  padding-right: 0;
}
.overlay-right .contactBlock .submitBlock label {
  font-size: 13px;
  line-height: 18px;
}
.overlay-right--open {
  display: block;
  align-items: center;
  animation: overlayRightSlideLeft 0.4s;
}
.overlay-right__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.overlay-right__close:before, .overlay-right__close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #5a5a5a;
}
.overlay-right__close:before {
  transform: rotate(45deg);
}
.overlay-right__close:after {
  transform: rotate(-45deg);
}
.overlay-right--sms .contactBlock .submitBlock .radioBlock {
  padding-left: 0;
}
@media (max-width: 940px) {
  .overlay-right {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-height: 720px) {
  .overlay-right .contactBlock {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .overlay-right--open {
    display: block;
  }
}
.homeIconBlock .squareIcon {
  position: absolute;
  top: -86px;
  left: 8px;
  width: 296px;
  height: 267px;
  background: white;
  box-shadow: 0 6px 34px rgba(0, 0, 0, 0.21);
  color: #acc426;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  text-transform: uppercase;
  z-index: 15;
  text-decoration: none;
}
.homeIconBlock .squareIcon .icon {
  fill: #acc426;
  stroke: #acc426;
  width: 84px;
}
.homeIconBlock .squareIcon .name {
  padding: 0 10px;
  text-decoration: none;
}
.homeIconBlock .colIconBlock {
  margin-left: 377px;
}
.homeTextoverBlock {
  position: relative;
  z-index: 1;
  margin-top: 104px;
}
.homeTextoverBlock img {
  display: block;
  width: 100%;
  height: auto;
}
.homeTextoverBlock.fixed {
  overflow: hidden;
}
.homeTextoverBlock.fixed > img {
  width: 1300px;
  margin: 0 auto;
  /*transform:translate(-25%);*/
}
.homeTextoverBlock .textBlock {
  position: absolute;
  top: 36px;
  left: 10px;
  background: white;
  width: 580px;
  padding: 30px 40px;
  box-shadow: 0 6px 34px rgba(0, 0, 0, 0.21);
  z-index: 1;
}
.homeTextoverBlock .textBlock.right {
  left: auto;
  right: 10px;
}
.homeTextoverBlock .subheader {
  margin-bottom: 10px;
}
.homeTextoverBlock .header {
  margin-bottom: 20px;
}
.homeTextoverBlock .moreBlock {
  margin-top: 28px;
}
.homeTextoverBlock .col2Block {
  display: flex;
  margin-top: 5px;
}
.homeTextoverBlock .col2Block .col {
  width: 180px;
  margin-left: 60px;
}
.homeTextoverBlock .col2Block .col:first-child {
  margin-left: 0;
}
.homeTextoverBlock .col2Block .text {
  border-top: 2px solid #f2f2f2;
  margin-top: 5px;
  padding-top: 5px;
}
.homeTextoverBlock .col2Block .btnBlock {
  margin-top: 30px;
}
.homeTextoverBlock .showImgMob {
  display: none;
}
@media (max-width: 1300px) {
  .homeTextoverBlock.fixed > img {
    width: 100%;
  }
}
@media (max-width: 940px) {
  .homeIconBlock {
    font-size: 12px;
    line-height: 16px;
  }
  .homeTextoverBlock {
    margin: 30px 0;
  }
  .homeTextoverBlock .textBlock {
    top: 20px;
    width: 400px;
    padding: 20px;
  }
  .homeTextoverBlock .header {
    margin-bottom: 10px;
  }
  .homeTextoverBlock .moreBlock {
    margin-top: 10px;
  }
}
@media (max-width: 720px) {
  /*.homeTextoverBlock{
        overflow:hidden;
        .textBlock{
            top:12px;
            padding:10px 10px 15px;
        }
    }*/
  .homeIconBlock .squareIcon {
    width: 114px;
    height: auto;
    padding-bottom: 20px;
    top: -20px;
  }
  .homeIconBlock .squareIcon .icon {
    width: 36px;
    height: 54px;
  }
  .homeIconBlock .colIconBlock {
    margin-left: 130px;
  }
  .homeIconBlock .colIconBlock .item:nth-child(1), .homeIconBlock .colIconBlock .item:nth-child(4) {
    display: none;
  }
  .homeTextoverBlock {
    overflow: hidden;
  }
  .homeTextoverBlock > img {
    height: 420px;
    width: auto !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .homeTextoverBlock .textBlock {
    position: static;
    width: auto;
    padding: 0;
    box-shadow: none;
    text-align: center;
  }
  .homeTextoverBlock .textBlock .text, .homeTextoverBlock .textBlock .moreBlock {
    text-align: left;
    padding: 0 20px;
  }
  .homeTextoverBlock .col2Block {
    text-align: left;
    padding: 0 20px;
  }
  .homeTextoverBlock .col2Block .col:nth-child(2) {
    margin-left: 20px;
  }
  .homeTextoverBlock .showImgMob {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  .homeTextoverBlock .showImgMob:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, white, rgba(255, 255, 255, 0));
  }
  .homeTextoverBlock .hiddenImgMob {
    display: none;
  }
}
@media (min-width: 941px) and (max-width: 1170px) {
  .homeTextoverBlock.tabShow .textBlock {
    position: static;
    width: auto;
    padding: 0;
    box-shadow: none;
    text-align: center;
  }
  .homeTextoverBlock.tabShow .textBlock .text, .homeTextoverBlock.tabShow .textBlock .moreBlock {
    text-align: left;
    padding: 0 20px;
  }
  .homeTextoverBlock.tabShow .col2Block {
    text-align: left;
  }
  .homeTextoverBlock.tabShow .col2Block .col:nth-child(2) {
    margin-left: 20px;
  }
  .homeTextoverBlock.tabShow .textBlockMob {
    position: absolute;
    top: 30px;
    left: 10px;
    padding: 20px 10px;
    background: white;
    box-shadow: 0 6px 34px rgba(0, 0, 0, 0.21);
    z-index: 1;
    width: 460px;
  }
  .homeTextoverBlock.tabShow .textBlockMob .text {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .homeIconBlock .squareIcon .icon {
    width: 36px;
  }
}
