/* Fonts
-------------------------------------------------- */
@font-face {
  font-family: 'RobotoBlack';
  src: url('../fonts/Roboto-Black.eot');
  src: url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Roboto-Black.woff') format('woff'),
  url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Roboto-Regular.woff') format('woff'),
  url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlabBold';
  src: url('../fonts/Robotoslabbold.eot');
  src: url('../fonts/Robotoslabbold.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Robotoslabbold.woff') format('woff'),
  url('../fonts/Robotoslabbold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoSlabRegular';
  src: url('../fonts/Robotoslabregular.eot');
  src: url('../fonts/Robotoslabregular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Robotoslabregular.woff') format('woff'),
  url('../fonts/Robotoslabregular.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  font-size: 16px;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  min-width: 280px;
  overflow-x: hidden;
  padding-top: 110px;
}
footer {
  width: 100%;
}

@media (max-width: 699px) {
  .container {
    max-width: 669px;
  }
}


/* Custom page CSS
-------------------------------------------------- */
* {
	color: #222c35;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: 16px;
}
strong {
	font-family: RobotoBlack;
}
h1, .h1, h2, .h2 {
  margin: 20px 0;
}
h1, .h1, h2, .h2, h3, .h3 {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 699px) {
  h2, .h2 {
    font-size: 24px;
  }
}
p {
  margin: 10px 0;
}
label {
  font-weight: normal;
}
ul,
ol {
  padding-left: 25px;
}
section {
  padding-bottom: 1px;
}
a {
  color: #3c3c3c;
  text-decoration: none;
}
.none-decoration,
.none-decoration:hover,
.none-decoration:focus,
.none-decoration:active {
  text-decoration: none;
}
.dotted {
  border-bottom: 1px dotted #3c3c3c;
  text-decoration: none;
}
.dotted:hover,
.dotted:focus,
.dotted:active {
  border-bottom: 1px dotted #23527c;
  color: #23527c;
  text-decoration: none;
}
.none-decoration:hover .dotted,
.none-decoration:focus .dotted,
.none-decoration:active .dotted {
  border-bottom: 1px dotted #23527c;
  color: #23527c;
  text-decoration: none;
}
.img-responsive {
  margin: 15px 0;
}
.photo-large {
  margin: 20px 0 30px;
}
.pluso {
  margin: 20px 0;
}


/* Header
-------------------------------------------------- */

.header-right {
  margin: 44px 0 30px;
}
.social {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.social a {
  display: inline-block;
  height: 40px;
  width: 40px;
}
.localiz {
  display: inline-block;
  vertical-align: middle;
}
.localiz a {
  font-size: 11px;
  padding: 10px 0;
  text-transform: uppercase;
}
.form-search {
  margin: 30px 0;
}
.has-icon {
  position: relative;
}
.has-icon .form-control {
  padding-right: 40px;
}
.form-control-icon {
  color: #cdc8c8;
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

@media (min-width: 700px) {
  .header-right {
    float: right;
  }
  .social {
    display: inline-block;
    margin-right: 10px;
  }
  .localiz a {
    font-size: 12px;
  }
  .form-search .form-control {
    width: 298px;
  }
  .form-control-icon {
    left: 260px;
    right: auto;
  }
}
@media (min-width: 1040px) {

}


/* Event-list
-------------------------------------------------- */
.list-layout {
  float: right;
}
.list-layout a {
  color: #cdc8c8;
  font-size: 22px;
  margin-left: 5px;
}
.list-layout a.active {
  color: #760a0b;
}
.media-left {
  padding: 5px 20px 0 0;
}
.media-object {
  height: 100px;
  width: 100px;
}
.media-object img {
  width: 100%;
}
.media {
  font-size: 14px;
  margin-bottom: 40px;
}
.media .date {
  color: #760a0b;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.media h3 {
  font-size: 16px;
  margin: 8px 0;
}


/* Form
-------------------------------------------------- */
.filters {
  margin: 40px 0;
}
.filters .form-group {
  margin-bottom: 15px;
}
.filters .form-control {
  background: #faf5f5;
  border: 1px solid #d0d0d0;
  border-radius: 0;
  color: #760a0b;
  margin-right: 15px;
  text-transform: uppercase;
  width: 150px;
}
.filters .btn {
  border-radius: 0;
  font-size: 18px;
  margin-right: 15px;
  padding: 6px 30px;
  text-transform: uppercase;
}
.filters .btn-default {
  border: 1px solid #d0d0d0;
  color: #760a0b;
  margin-right: 0;
}

.filters select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background: #faf5f5 url("../img/triangle.png") no-repeat right center;
}

.filters select.form-control::-ms-expand {
  display: none;
}

.form-control {
  border: 1px solid #e6e1e1;
  box-shadow: none;
  font-size: 18px;
  height: 39px;
}
.form-control::-webkit-input-placeholder {color:#cdc8c8;}
.form-control::-moz-placeholder          {color:#cdc8c8;}
.form-control:-moz-placeholder           {color:#cdc8c8;}
.form-control:-ms-input-placeholder      {color:#cdc8c8;}


/* Navbar
-------------------------------------------------- */
.dropdown-menu {
  padding: 0;
  margin: 2px 0 0;
  font-size: 18px;
  background-color: #e37e3e;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.dropdown-menu > li > a {
  font-family: HeliosCond, Helvetica, Arial, sans-serif;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #d7783b;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #d7783b;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #ccc;
}
@media (min-width: 1040px) {
  .navbar-collapse {
    padding: 0;
  }
}
.navbar {
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-default {
  background-color: #760a0b;
  border-color: #760a0b;
}
.navbar-header {
  position: relative;
}
.navbar-default .navbar-brand {
  background: url("../img/rah-logo-small.png") 0 5px no-repeat;
  background-size: 40px;
  color: #fff;
  display: none;
  margin: 0 15px;
  min-width: 40px;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar-fixed-top .navbar-brand {
  display: block;

}
.navbar-brand span {
  margin-left: 30px;
}
@media (min-width: 700px) {
  .navbar-default .navbar-brand {
    position: absolute;
    left: -5px;
    top: 0;
  }
}
@media (min-width: 1040px) {
  .navbar > .container .navbar-brand {
    margin-left: -35px;
  }
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-family: HeliosCond, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #fff;
  background-color: #6a090a;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #e37e3e;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: #760a0b;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #6a090a;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  margin-right: 0;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #6a090a;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #e37e3e;
}
.toggle-label {
  color: #fff;
  display: none;
  float: right;
  margin: 15px 10px;
}
@media (max-width: 1039px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    background-color: #e37e3e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #d7783b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #d7783b;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: #e37e3e;
  }
  .toggle-label {
    display: inline-block;
  }
}
@media (min-width: 1300px) {
  .navbar-default .navbar-nav > li > a {
    padding-left: 30px;
    padding-right: 30px;
  }
}


/* Breadcrumb
-------------------------------------------------- */
.breadcrumb {
  background: none;
  margin: 20px 0;
  padding: 8px 1px;
}
.breadcrumb  > li > a,
.breadcrumb > .active {
  color: #cdc8c8;
  font-size: 14px;
}

/* Pagination
-------------------------------------------------- */
.pagination {
  margin: 50px auto;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a,
.pagination > li > span {
  border-radius: 18px;
  border: none;
  font-weight: bold;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 18px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 18px;
}
@media (min-width: 700px) {
  .pagination > li {
    margin: 0 5px;
  }
}

/* Slider
-------------------------------------------------- */
.owl-carousel.owl-one {
  margin-right: 0;
  margin-left: 0;
}
.owl-one .item {
  height: 400px;
  position: relative;
  width: 100%;
}

/*Центрируем изображение в блоке меньшего размера с помощью дополнительного div с большой шириной*/
.wrap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.wrap-inner {
  position: absolute;
  width: 3400px;
  height: 400px;
  margin: -200px 0 0 -1700px;
  left: 50%;
  top: 50%;
  text-align: center;
}
.wrap-inner img {
  vertical-align: middle;
  height: 100%;
}

.slider-caption {
  background: rgba(30,30,30,0.5);
  color: #fff;
  font-size: 13px;
  margin: 0 auto;
  padding: 5px 15px 10px;
  position: relative;
  top: -160px;
  width: 100%;
  min-height: 140px;
  z-index: 10;
}
.slider-caption h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-transform: none;
}
@media (min-width: 700px) {
  .slider-caption {
    font-size: 13px;
    padding: 15px 30px;
    top: -315px;
    left: 162px;
    width: 300px;
  }
  .slider-caption h3 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-transform: none;
  }
}
@media (min-width: 1040px) {
  .owl-one .item {
    height: 600px;
  }
  .wrap {
    height: 600px;
  }
  .wrap-inner {
    height: 600px;
    margin: -300px 0 0 -1700px;
  }
  .slider-caption {
    font-size: 16px;
    top: -400px;
    left: 235px;
    width: 470px;
  }
  .slider-caption h3 {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .slider-caption {
    left: 315px;
  }
}


/* Carousel
-------------------------------------------------- */
.owl-carousel {
  margin-right: -10px;
  margin-left: -10px;
  width: auto;
}
.item {
  position: relative;
  margin: 0 auto;
  width: 270px;
}
.owl-four .item {
  width: 220px;
}

.image {
  display: block;
  width: 270px;
  height: 270px;
}
.image:hover {
  color: #3c3c3c;
  text-decoration: none;
}
.image img {
  width: 100%;
}
.image .h3 {
  color: #3c3c3c;
  display: block;
}

.terms {
  font-size: 14px;
}
.orange,
.grey,
.beige {
  height: 340px;
  padding: 12px 25px;
}
.orange {
  background: #e37e3e;
}
.grey {
  background: #cdc8c8;
}
.beige {
  background: #d4bd9b;
}
.partner {
  display: block;
  width: 240px;
  height: 240px;
}

.intro-text {
	border-radius: 15px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 25px 12px;
  overflow: hidden;
  background: rgba(0,0,0,0.3);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity .1s;
  -moz-transition: opacity .1s;
  -ms-transition: opacity .1s;
  -o-transition: opacity .1s;
  transition: opacity .1s;
}
.item:hover .intro-text {
  opacity: 1;
  filter: alpha(opacity=100);
}

h3.caption {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 30px;
  max-width: 270px;
}

.tags {
  background-color: #760a0b;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: -10px;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 10px;
  height: 22px;
  width: 130px;
}
.tags:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  border-top: 10px solid #5a0a0a;
  border-left: 10px solid transparent;
}

.owl-theme .owl-controls .owl-buttons div {
  background: transparent;
  border-radius: 50%;
  color: #3c3c3c;
  display: block;
  font-size: 30px;
  line-height: 34px;
  margin: 0;
  padding: 3px 0;
  position: absolute;
  top: 50%;
  height: 50px;
  width: 30px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
.owl-carousel .owl-controls .owl-buttons div span {
  vertical-align: middle;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: -5px;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
  right: -5px;
}

@media (min-width: 700px) {
  .item {
    height: 380px;
  }
}

@media (min-width: 780px) {
  .item {
    height: 420px;
    width: 300px;
  }
  .owl-three .item,
  .owl-four .item {
    height: auto;
  }
  .image {
    width: 300px;
    height: 300px;
  }
  h3.caption {
    max-width: 300px;
  }
  .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: -22px;
  }
  .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: -22px;
  }
}

@media (min-width: 1040px) {
  .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: -30px;
  }
  .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: -30px;
  }
}


/* Sections
-------------------------------------------------- */
.projects,
.announces,
.events,
.exhibitions,
.academy,
.birthdays,
.terms,
.creative-partners,
.info-partners {
  padding: 40px 0 80px;
}
.projects,
.exhibitions,
.terms,
.info-partners {
  background: #faf5f5;
}
.announces,
.academy {
  background: #e1dcdc;
}
.events,
.birthdays {
  background: #cdc8c8;
}
.creative-partners {
  background: #fff;
}

.content {
  padding-bottom: 50px;
}


/* Submenu
-------------------------------------------------- */
.list-group-item {
  background: #faf5f5;
  border-color: #e6e3e3;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-radius: 0;
  font-family: HeliosCond, Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 0;
  padding: 11px 15px 11px 30px;
}
a.list-group-item {
  color: #760a0b;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #760a0b;
  background-color: #ede9e9;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  color: #760a0b;
  cursor: default;
  font-weight: bold;
  background: #faf5f5;
  border-color: #e6e3e3;
}
.list-group-item:first-child,
.list-group-item:first-child:hover,
.list-group-item:first-child:focus {
  border-color: #faf5f5;
}
.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}

.list-group .list-group {
  margin-bottom: 0;
}
.list-group .list-group .list-group-item {
  background-color: #e6e1e1;
  border-color: #ddd8d8;
  padding-left: 45px;
}
.list-group .list-group .list-group-item:hover,
.list-group .list-group .list-group-item:focus {
  background-color: #dbd6d6;
}
.list-group + .list-group-item {
  border-color: #d8d3d3;
}

.list-group .list-group .list-group .list-group-item {
  background-color: #d7d2d2;
  border-color: #cec9c9;
  padding-left: 60px;
}
.list-group .list-group .list-group .list-group-item:hover,
.list-group .list-group .list-group .list-group-item:focus {
  background-color: #d0cbcb;
}


/* Footer
-------------------------------------------------- */
.footer-logo {
  background: url("../img/rah-logo-white.png") no-repeat;
  background-size: 112px;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin: 25px 0;
  padding: 30px 0 0 125px;
  height: 112px;
  max-width: 320px;
  text-decoration: none;
  text-transform: uppercase;
}
.footer-logo:hover,
.footer-logo:focus,
.footer-logo:active {
  color: #fff;
  text-decoration: none;
}

.footer-menu {
  margin: 46px 0 20px;
}
.footer-menu > li {
  position: relative;
}
.footer-menu > li:after {
  content: '';
  background: #fff;
  display: block;
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
}
.footer-menu > li:last-child:after {
  display: none;
}
.footer-menu a {
  color: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 3px 8px 3px 6px;
}
.footer-menu a:hover {
  color: #fff;
}
.copyright {
  font-size: 14px;
  margin: 40px 0 20px 10px;
}

@media (min-width: 1040px) {
  .footer-logo {
    font-size: 30px;
    margin: 44px 0;
    max-width: 400px;
    padding: 6px 0 0 125px;
  }
  .footer-menu a {
    font-size: 16px;
  }
}


/* Device width
-------------------------------------------------- */
.device-width {
  background: rgba(200, 200, 200, 0.4);
  color: rgba(50, 50, 50, 0.8);
  font-size: 20px;
  position: fixed;
  bottom: 20%;
  right: 0;
  padding: 10px;
  text-align: center;
  height: 50px;
  width: 50px;
  z-index: 10000;
}
.device-width:before {
  content: "<480";
  color: #323232;
  font-size: 8px;
  position: absolute;
  top: 9px;
  right: 4px;
}
@media (min-width: 480px) {
  .device-width:before {
    content: "";
  }
}
.device-width:hover {
  background: none;
  color: transparent;
}
.device-width:hover:before {
  color: transparent;
}











strong {
	font-family: RobotoBlack;
}
.position-relative {
	position: relative;
}
.full-height {
	bottom: -30px;;
	position: absolute;
	right: -15px;
	top: -15px;
}
.rounded {
	border-radius: 15px;
	overflow: hidden;
}
.padding-15 {
	padding: 15px;
}
.no-padding {
	padding: 0 !important;
}
.shadowed {
	box-shadow: 0 5px 20px rgba(101, 101, 101, 0.1);
}
.white-bg {
	background: #fff;
}
.strong-text {
	font-family: RobotoBlack;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mb-0 {
	margin-bottom: 0px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.underlined {
	margin-bottom: 35px !important;
	padding-bottom: 30px;
	position: relative;
}
.align-left {
	text-align: left !important;
}
.underlined:after {
	background: #0b5bbd;
	bottom: 0;
	content: "";
	height: 3px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: auto;
	width: 100px;
}
.align-left.underlined:after {
	right: auto
}


footer {
	background: #fafafa;
	border-top: 1px solid #e1e1e1;
	height: 116px;
	width: 100%;
}
header {
	background: #fafafa;
	border-bottom: 1px solid #e1e1e1;
	height: 116px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}
.header-phone,
.header-caption,
.header-call,
.header-email {
	display: table;
	height: 110px;
	width: 100%;
}
.header-phone a {
	color: #000;
	display: block;
	font-family: RobotoBlack;
	font-size: 18px;
	position: relative;
	text-align: right;
	white-space: nowrap;
}
.header-phone a:hover {
	color: #000;
	text-decoration: none;
}
.header-phone a:before {
	background-image: url(../images/svg/phone.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 15px;
	margin-right: 10px;
	width: 15px;
}
.header-phone-content,
.header-caption-content,
.header-call-content,
.header-email-content {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.header-caption-content {
	font-size: 14px;
	text-align: left;
}
.header-logo {
	background-image: url(../images/cpLogo.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 110px;
	width: 100%;
	
}
.header-call {
	
}
.header-call-content a {
	border: 1px solid #1a6be2;
	border-radius: 25px;
	color: #0858b7;
	font-size: 14px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
}
.header-email-content a,
.header-email-content a:hover {
	color: #0858b7;
	text-decoration: none;
}
.map {
	position: relative;
}
.map-container {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}
.map-logo {
	background: #e9f0f9;
	padding: 20px;
}
.map-logo-content {
	background-image: url(../images/cpLogo.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 40px;
}
.map-container-text p {
	padding: 20px 20px 0 20px;
}
.map-container-text p span {
	display: block;
	font-family: RobotoBlack;
}
.map-container-text p a,
.map-container-text p a:hover {
	color: #000;
	text-decoration: none;
}
.map-container-text p.links a,
.map-container-text p.links a:hover {
	font-size: 14px;
	text-decoration: underline;
}
.map-container-text p.links {
	margin-bottom: 20px;
}
.brand-block-item-picture {
	background: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
	border: 1px solid #1a6be2;
	border-radius: 15px;
	display: block;
	height: 100px;
	width: 100%;	
}
.brand-block-item {
	margin-bottom: 20px;
}
.brand-block-item-caption {
	font-family: RobotoBlack;
	margin-top: 10px;
}
.brand-block-item-caption:before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 12px;
	margin-right: 10px;
	width: 18px;
}
.brand-block-item-caption.sp:before {
	background-image: url(../images/flag-sp-min.jpg);
}
.brand-block-item-caption.ch:before {
	background-image: url(../images/flag-ch-min.jpg);
}
.brand-block-item-caption.be:before {
	background-image: url(../images/flag-be-min.jpg);
}
.brand-block-item-caption.ru:before {
	background-image: url(../images/flag-ru-min.jpg);
}
.brand-block-item-caption.chi:before {
	background-image: url(../images/flag-chi-min.jpg);
}
.brand-block-item-caption.de:before {
	background-image: url(../images/flag-de-min.jpg);
}
.brand-block-item-caption.sw:before {
	background-image: url(../images/flag-sw-min.jpg);
}
.brand-block-item-caption.fi:before {
	background-image: url(../images/flag-fi-min.jpg);
}
.brand-block-item-caption.it:before {
	background-image: url(../images/flag-it-min.jpg);
}
.plumbing-brands {
	background: #eff3f8;
	display: table;
	padding: 50px 40px;
	width: 100%;
}
.plumbing-brands > div {
	display: table-cell;
	vertical-align: middle;
}
.plumbing-brands .brand-block-item-picture {
	height: 70px;
	margin-bottom: 30px;
}
p.mail,
p.phone,
p.time {
    background-position: 20px 20px;
    background-repeat: no-repeat;
    background-size: 20px;
    padding-left: 50px;
}
p.mail {
	background-image: url(../images/svg/mail.svg);
}
p.phone {
	background-image: url(../images/svg/phone_1.svg);
}
p.time {
	background-image: url(../images/svg/clock_1.svg);
}
p.links a {
	color: #898989;
}
.modal-header {
	background: #fff;
	border-bottom: none;
	border-radius: 15px 15px 0 0;
	padding: 20px 30px 0 30px;
}
.modal-header-logo {
	background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/cpLogo.png);
    display: block;
    height: 30px;
    width: 100%;
}
.modal-header-caption {
	display: block;
	font-family: RobotoSlabRegular;
	font-size: 30px;
	line-height: 30px;
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}
.modal-header-caption:after {
	background-image: url(../images/bottom.png?1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    height: 11px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 97px;
}
.modal-header-caption-left {
	text-align: left;
}
.modal-header-caption-left:after {
	right: auto;
}
.modal-header-caption span {
	display: block;
	font-size: 24px;
}
.modal-container {
	background: #fff;
	border-radius: 0 0 15px 15px;
	overflow: hidden;
	padding: 30px;
	padding-top: 15px;
}
.sentence-modal .modal-container {
	border-radius: 15px 15px 15px 15px;
}
.modal-container-user {
	height: 400px;
}
.modal-contant {
	height: 80%;
	overflow: scroll;
	width: 100%;
}
.popup-modal-dismiss-container {
	display: block;
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
}
.modal-right-content {
	background-image: url(../images/sentence-modal.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.modal-right-content-with-bottom {
	padding-bottom: 100px;
}
.modal-right-bottom {
	bottom: 20px;
	font-size: 12px;
	font-style: italic;
	left: 35px;
	position: absolute;
	right: 35px;
	top: auto
}
.modal-container input[type=text],
.modal-container input[type=tel],
.modal-container input[type=email],
.modal-container input[type=file] {
    border: 1px solid #d7d7d7;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(101, 101, 101, 0.1);
    padding: 15px 10px;
    width: 100%;
}
.modal-container input[type=text]:focus,
.modal-container input[type=tel]:focus,
.modal-container input[type=email]:focus,
.modal-container input[type=file]:focus {
	border-radius: 15px;
}
.modal-container {
	text-align: center;
}
.modal-container input[type=submit] {
	background: #d4dfe1;
	border: none;
    border-bottom: 5px solid #aab3b5;
    border-radius: 15px;
    color: #222c35;
    cursor: pointer;
    display: block;
    font-family: RobotoSlabBold;
    font-size: 18px;
    margin: auto;
    padding: 15px 40px 15px 40px;
    text-align: center;
}
.modal-container input[type=submit]:focus {
	border-radius: 15px;
}
.modal-container input[type=file] {
	background: #eff3f8;
}
.modal-container label {
	font-size: 14px;
	margin-bottom: 20px;
}
span.wpcf7-list-item {
	margin-left: 0;
}
.close-modal {
	background: #fff;
	border-bottom: 2px solid #b1b1b1;
	border-radius: 15px;
    cursor: pointer;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 30px;
}
.white-popup-block {
	background: transparent;
	padding-top: 35px !important;
}
.modal-manager-photo {
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/manager.jpg?1);
    display: block;
    height: 380px;
    margin-bottom: 20px;
    width: 100%;
}
.modal-manager {
	display: block;
	text-align: center;
}
.analysis-button-container {
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.analysis-button {
	background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 30px;
    background-image: url(../images/svg/pie-chart.svg);
	border: 1px solid #1a6be2;
    border-radius: 15px;
    color: #000;
    display: block;
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
	padding: 10px 40px;
	padding-left: 60px;
}
.analysis-button:hover,
.analysis-button:focus {
	color: #000;
	text-decoration: none;
}
.analysis-modal-header {
	font-family: RobotoBlack;
	font-size: 22px;
	display: block;
	text-align: center;
}
.analysis-modal-caption {
	font-size: 14px;
	display: block;
	text-align: center;
}
.analysis-modal-text {
	color: #acacac;
	font-size: 18px;
	display: block;
	text-align: center;
}
















.footer-name,
.header-name {
	display: table;
	font-size: 16px;
	height: 116px;
}
.footer-name-container {
	font-family: RobotoSlabRegular;
}
.footer-name span {
	color: #7d6064;
	display: block;
	font-family: RobotoSlabBold;
}
.footer-name-container,
.header-name-container {
	display: table-cell;
	vertical-align: middle;
}
.footer-contact,
.header-contact {
	display: table;
	font-size: 16px;
	height: 116px;
}
.footer-contact {
	width: 100%;
}
.footer-contact-container,
.header-contact-container {
	display: table-cell;
	vertical-align: middle;
}
.footer-contact-container p {
	display: block;
	text-align: right;
}
.footer-contact-container a {
	color: #707070;
	text-decoration: underline;
}
.header-contact p {
	margin: 0;
}
.header-contact-container p i {
	color: #7d6064;
	margin-right: 10px;
	text-align: left;
	width: 20px;
}
.footer-call,
.header-call {
	display: table;
	font-size: 16px;
	height: 116px;
	text-align: right;
}
.footer-call {
	width: 100%;
}
.footer-call-container,
.header-call-container {
	display: table-cell;
	vertical-align: middle;
}
.header-call-container a:hover,
.header-call-container a:focus {
	color: #7d6064;
	text-decoration: none;
}
.header-call a {
	display: block;
}
.header-call-phone {
	font-size: 24px;
}
.header-call-link {
	font-size: 14px;
}
.header-call-phone i {
	color: #7d6064;
	margin-right: 10px;
}
h1 {
	font-size: 60px;
	font-family: RobotoSlabBold;
	margin-top: 60px;
}
h2 {
	font-size: 16px;
	text-transform: none;
}
h3 {
	display: block;
	font-family: RobotoSlabBold;
	font-size: 30px;
	margin-bottom: 50px;
	padding-bottom: 30px;
	position: relative;
	text-transform: uppercase;
}
h3 span {
	display: block;
	font-family: RobotoSlabRegular;
	font-size: 24px;
	text-transform: none;
}
h3:after {
	background-image: url(../images/bottom.png?1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	right: auto;
	top: auto;
	width: 97px;
	
}
.button-brown {
	background: #7d6064;
	border-bottom: 5px solid #594547;
	border-radius: 15px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: RobotoSlabBold;
	font-size: 18px;
	padding: 15px;
	text-align: center;
}
.button-brown:hover,
.button-brown:focus {
	color: #fff;
	text-decoration: none;
}
.button-gray {
	background: #d4dfe1;
	border-bottom: 5px solid #aab3b5;
	border-radius: 15px;
	color: #222c35;
	cursor: pointer;
	display: block;
	font-family: RobotoSlabBold;
	font-size: 18px;
	padding: 15px 40px 15px 40px;
	text-align: center;
}
.button-gray:hover,
.button-gray:focus {
	color: #222c35;
	text-decoration: none;
}
.modal-container .button-gray {
	padding-left: 20px;
	padding-right: 20px;
}
.button-gray + .button-gray {
	margin-left: 15px;
}
.button-no-button {
	color: #222c35;
	cursor: pointer;
	display: block;
	font-family: RobotoSlabBold;
	font-size: 18px;
	padding: 15px;
	text-align: center;
}
.button-no-button:hover,
.button-no-button:focus {
	color: #222c35;
	text-decoration: none;
}
.achievements {
	font-family: RobotoSlabBold;
	padding: 30px 30px 30px 30px;
}
.achievements-header {
	color: #7d6064;
	font-family: RobotoSlabBold;
	font-size: 40px;
	line-height: 40px;
	text-align: left;
}
.achievements-text {
	font-family: RobotoSlabBold;
	font-size: 30px;
	line-height: 35px;
	text-align: left;
}
.achievements:before {
	background-image: url(../images/informer-dots.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -20px;
	content: "";
	height: 60px;
	left: -20px;
	position: absolute;
	width: 113px;
	z-index: -1;
}
.achievements:after {
	background-image: url(../images/points-min.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 113px;
	left: auto;
	margin: auto;
	position: absolute;
	right: -10px;
	top: 0;
	width: 60px;
	z-index: 2;
}
.achievements div {
	display: block;
	font-family: RobotoSlabBold;
	text-align: center;
}
/*
.achievements-counter {
	font-size: 40px;
}
.achievements-caption {
	color: #b5acac;
	font-size: 16px;
}
.achievements-text {
	font-size: 16px;
	margin-top: 20px;
	position: relative;
	padding-top: 20px;
}
.achievements-text:before {
	background: #222c35;
	bottom: auto;
	content: "";
	height: 1px;
	left: 0;
	margin: auto;	
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}*/
.top-main {
	position: relative;
}
.top-main:before {
	background-image: url(../images/top-decor.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -50px;
	content: "";
	height: 274px;
	left: -100px;
	position: absolute;
	width: 268px;
	z-index: -1;
}
.top-block {
	padding-bottom: 40px;
	position: relative;
}
.top-block:after {
	content: "";
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -1px;
    background: linear-gradient(-15deg, #f6f6f6 28%, transparent 0);
    height: 70vw;
    z-index: -2;
}
.top-block > .container {
	position: relative;
}


.top-block > .container:before {
  background-image: url(../images/top.jpg);
  background-size: cover;
  bottom: 0;
  content: " Индивидуальная и групповая терапия. Супервизии";
  color: rgb(255, 255, 255);
  font-family: RobotoSlabBold;
  font-size: 2em;
  display: block;
  height: 100%;
  left: auto;
  position: absolute;
  right: 15px;
  top: auto;
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 0 15px 15px;
  padding-left: 10px;
	padding-top:40%;
}

.top-block > .container:after {
  background-image: url(../images/top-dots.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 216px;
  width: 58px;
  position: absolute;
  right: -53px;
  top: auto;
}
.solve-block-item {
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(101, 101, 101, 0.1);
	margin-bottom: 20px;
	overflow: hidden;	
}
.solve-block-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 250px;
	width: 100%;
}
.solve-block-item-caption-container-header {
	display: table;	
	height: 250px;
	text-align: left;
	width: 100%;
}
.solve-block-item-caption-container-header-content {
	color: #7d6064;
	font-family: RobotoSlabRegular;
	font-size: 24px;
	display: table-cell;
	padding-bottom: 30px;
	position: relative;
	vertical-align: bottom;
}
.solve-block-item-caption-container-header-content:after {
	background: #7d6064;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 50px;
	position: absolute;
	right: auto;
	top: auto;
	width: 80px;
}
.solve-block-item-caption-container {
	background: #fff;
	display: table;
	height: 80px;
	padding: 10px 15px;
	width: 100%;
}
.solve-block-item-header .solve-block-item-caption-container {
	position: relative;
}
.solve-block-item-header .solve-block-item-caption-container:before,
.solve-block-item-header .solve-block-item-caption-container:after {
	background: #7d6064;
	content: "";
	display: block;
	position: absolute;
}
.solve-block-item-header .solve-block-item-caption-container:before {
	bottom: auto;
	height: 30px;
	left: 90px;
	right: 0;
	top: 0;
	width: 1px;
}
.solve-block-item-header .solve-block-item-caption-container:after {
	bottom: auto;
	height: 1px;
	left: 90px;
	right: 0;
	top: 30px;
}
.solve-block-item-caption {
	display: table-cell;
	font-family: RobotoSlabBold;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.solve-block-images-part {
	margin-bottom: 20px;
	position: relative;
}
.solve-block-images-part:before {
	background: #7d6064;
	bottom: 20px;
	content: "";
	left: -15px;
	position: absolute;
	right: auto;
	top: 0;
	width: 1px;
}
.methods-block {
	overflow: hidden;
	position: relative;
}
.methods-block .methods-block-left-bg,
.methods-block .methods-block-right-bg {
	background: #d4dfe1;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: auto;
	top: 0;
	width: 50%;
	z-index: -1;
}
.methods-block .methods-block-right-bg {
	background: #f7f7f7;
	left: auto;
	right: 0;
}
.methods-block .methods-block-left-bg:before,
.methods-block .methods-block-left-bg:after,
.methods-block .methods-block-right-bg:before,
.methods-block .methods-block-right-bg:after {
	background-image: url(../images/methods-1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 15px;
	content: "";
	height: 167px;
	left: 15px;
	position: absolute;
	right: auto;
	top: auto;
	width: 166px;
}
.methods-block .methods-block-left-bg:after {
	background-image: url(../images/methods-4.png);
	bottom: auto;
	content: "";
	height: 42px;
	left: auto;
	right: 15px;
	top: 15px;
	width: 131px;
}
.methods-block .methods-block-right-bg:before {
	background-image: url(../images/methods-3.png);
	bottom: -50%;
	content: "";
	height: 448px;
	left: auto;
	right: 15px;
	top: auto;
	width: 224px;
}
.methods-block .methods-block-right-bg:after {
	background-image: url(../images/methods-2.png);
	bottom: auto;
	content: "";
	height: 100px;
	left: auto;
	right: 15px;
	top: 15px;
	width: 102px;
}
.methods-block h3,
.questions-block h3 {
	font-family: RobotoSlabBold;
}
.methods-caption {
	font-family: RobotoSlabBold;
	font-size: 14px;
	padding-left: 40px;
	position: relative;
}
.methods-caption i {
	bottom: 0;
	color: #bbb6bc;
	font-size: 30px;
	height: 100%;
	left: 0;
	margin-right: 10px;
	position: absolute;
	right: auto;
	top: 0;
	width: 25px;
}
.methods-year-container {
	position: relative;
}
.methods-year-container:before {
	background: #dcc0bd;
	bottom: 0;
	content: "";
	height: 100%;
	left: 16.6666%;
	margin: auto;
	position: absolute;
	right: auto;
	top: 0;
	width: 1px;
}
.methods-year {
	background: #f7f7f7;
	font-family: RobotoSlabBold;
	font-size: 24px;
	position: relative;
	text-align: center;
}
.methods-year:before,
.methods-year:after {
	background: #dcc0bd;
	bottom: auto;
	content: "";
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}
.methods-year:after {
	bottom: 0;
	top: auto;
}
.methods-history-description {
	font-size: 14px;
	padding-bottom: 60px;
}
.methods-history-description a {
	color: #a3a3a3;
	font-size: 14px;
	display: block;
	text-decoration: none;
}
.methods-block .col-md-6 .row:last-child:before,
.methods-block .col-md-6 .row:first-child .methods-year:before,
.methods-block .col-md-6 .row:last-child .methods-year:after,

.methods-block .col-xs-12 .row:last-child:before,
.methods-block .col-xs-12 .row:first-child .methods-year:before,
.methods-block .col-xs-12 .row:last-child .methods-year:after {
	content: none;
}
.methods-block .col-md-6 .row:last-child .methods-history-description {
	padding-bottom: 0;
}
.questions-block p {
	font-family: RobotoSlabRegular;
}
.subheader {
	color: #7d6064;
	font-size: 24px;
}
.questions-bad-result {
	list-style: none;
	padding: 0;
}
.questions-bad-result li {
	font-family: RobotoSlabRegular;
	display: table;
	height: 68px;
	margin-bottom: 20px;
}
/* .questions-bad-result li:before {
     background-image: url(../images/svg/bad.svg); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px;
    border: 1px solid #d4dfe1;
    border-radius: 15px;
    content: "1";
    display: inline-block;
    height: 68px;
    margin-right: 10px;
    width: 68px;
    text-align: center;
    line-height: 68px;
} */

.questions-bad-result li.li1:before {
    /* background-image: url(../images/svg/bad.svg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px;
    border: 1px solid #d4dfe1;
    border-radius: 15px;
    content: "06.06.23";
    display: inline-block;
    height: 68px;
    margin-right: 10px;
    width: 68px;
    text-align: center;
    line-height: 68px;
}
.questions-bad-result li.li2:before {
    /* background-image: url(../images/svg/bad.svg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px;
    border: 1px solid #d4dfe1;
    border-radius: 15px;
    content: "20.09.23";
    display: inline-block;
    height: 68px;
    margin-right: 10px;
    width: 68px;
    text-align: center;
    line-height: 68px;
}
.questions-bad-result li.li3:before {
    /* background-image: url(../images/svg/bad.svg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 35px;
    border: 1px solid #d4dfe1;
    border-radius: 15px;
    content: "22.06.23";
    display: inline-block;
    height: 68px;
    margin-right: 10px;
    width: 68px;
    text-align: center;
    line-height: 68px;
}
.questions-bad-result li span {
	display: table-cell;
	font-family: RobotoSlabRegular;
	vertical-align: middle;
}
.questions-block .row {
/* 	background-image: url(../images/questions.jpg?1); */
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 50%;
}
.h3-center {
	display: block;
	text-align: center;
}
.h3-center:after {
	margin: auto;
	right: 0;
}
.speaker-block p {
	font-family: RobotoSlabRegular;
	margin-top: 40px;
}
.speaker-block p.strong {
	font-family: RobotoSlabBold;
}
.speaker-block .speaker-header {
	border-bottom: 1px solid #d4dfe1;
	color: #7d6064;
	display: block;
	font-family: RobotoSlabBold;
	font-size: 48px;
	margin-top: 0;
	width: 60%;
}
.speaker-img-container {
	height: 320px;
	padding: 0 15px 15px 0;
	position: relative;
	width: 100%;
}
.speaker-img-container:after {
	border-radius: 15px;
	bottom: 0;
	content: "";
	left: 15px;
	position: absolute;
	right: 0;
	top: 15px;
	z-index: -1;
}
.speaker-img-right:after {
	background: #d4dfe1;
}
.speaker-img-left:after {
	background: #dcc0bd;
}
.speaker-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	height: 100%;
	width: 100%;
}
.academy-item {
	background: #fff;
	border: 1px solid #d4dfe1;
	border-radius: 15px;
	box-shadow: 0 5px 20px rgba(101, 101, 101, 0.1);
	height: 180px;
	margin-bottom: 15px;
	padding: 15px;
}
.academy-item > div {
	border: 7px solid #eef2f3;
	border-radius: 15px;
	display: table;
	height: 100%;
	padding: 15px;
	width: 100%;
}
.academy-item > div p {
	display: table-cell;
	font-family: Roboto;
	text-align: center;
	vertical-align: middle;
}
.academy-item > div p span {
	color: #7d6064;
	font-family: Roboto;
}
.academy-center-item > div p span {
	display: block;
	margin-bottom: 15px;
}
.academy-center-item {
	height: 375px;
}
.academy-img-item {
	background-image: url(../images/academy-photo.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 375px;
	position: relative;
}
.academy-img-item:before {
	background-image: url(../images/academy-decor.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 216px;
	position: absolute;
	right: -25px;
	top: -35px;
	width: 58px;
	z-index: -1;
}
.ecology-block {
	background: #f6f9f9;
	position: relative;
}
.ecology-block:before,
.ecology-block:after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
}
.ecology-block:before {
	background-image: url(../images/economy-decor-1.jpg?1);
	background-size: 100%;
	bottom: 0;
	height: 256px;
	left: 0;
	margin: auto;
	right: auto;
	top: 0;
	width: 207px;
}
.ecology-block:after {
	background-image: url(../images/economy-decor-2.jpg);
	background-position: center bottom;
	background-size: 100%;
	bottom: auto;
	height: 150px;
	left: auto;
	margin: auto;
	right: 0;
	top: 0;
	width: 169px;
}
.ecology-block p {
	font-family: RobotoSlabRegular;
	margin: 0;
}
.ecology-block p.ecology-header {
	font-family: RobotoSlabBold;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.ecology-block-img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 100px;
	width: 100%;
}
.ecology-block-1 {
	background-image: url(../images/svg/mental-health.svg?1);
}
.ecology-block-2 {
	background-image: url(../images/svg/security.svg);
}
.ecology-block-3 {
	background-image: url(../images/svg/clock.svg);
}
.ecology-block-4 {
	background-image: url(../images/svg/interview.svg);
}
.button-eidth-auto {
	display: inline-block;
	padding-left: 40px;
	padding-right: 40px;
}
.align-center {
	text-align: center;
}
.instagram-block-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	height: 250px;
	margin-bottom: 30px;
	width: 100%;
}
.instagram-block-item-text {
	border-radius: 15px;
	display: table;
	height: 250px;
	margin-bottom: 30px;
	width: 100%;
}
.instagram-block-item-text-inner {
	display: table-cell;
	vertical-align: middle;
}
.instagram-block-item-text-inner p {
	font-size: 24px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	position: relative;
}
.instagram-block-item-text-inner p:after {
	background-image: url(../images/bottom.png?1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 11px;
	left: 0;
	position: absolute;
	right: auto;
	top: auto;
	width: 97px;
}
.instagram-block-item-text-inner a {
	color: #8f8f8f;
	display: block;
	font-size: 24px;
}
.messenger-block {
	text-align: center;
}
.button-telegram:before,
.button-whatsapp:before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
.button-telegram:before {
	background-image: url(../images/svg/telegram.svg);
}
.button-whatsapp:before {
	background-image: url(../images/svg/whatsapp.svg);
}
.footer-social-buttons {
	border: 1px solid #d4dfe1;
	float: right;
	padding: 15px;
}
.footer-social-buttons > div {
	border: 1px solid #d4dfe1;
	border-radius: 100%;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 10px 15px;
}
.footer-social-buttons > div:last-child {
	margin-right: 0;
}
.sentence-modal-text {
	font-family: RobotoSlabRegular;
}
.sm-hidden {
	display: block;
}
.sm-visible {
	display: none;
}
.xs-hidden {
	display: inline-block;
}
.xs-visible {
	display: none;
}
.rewies-block .owl-item {
	padding-left: 15px;
	padding-right: 15px;
}
.rewies-block .item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 15px;
	height: 300px;
	width: 100%;
}

.popup-vimeo {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.popup-vimeo:after {
	background-image: url(../images/svg/play.svg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	display: block;
	height: 60px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
}
.inputs {
	background: #f1f2f4;
	padding: 20px 30px 5px 30px;
}
.inputs input {
	margin-bottom: 15px;
}
.inputs input + input {
	margin-bottom: 0;
}
.form-modal {
	max-width: 400px;
}
.form-modal p {
	padding: 0 20px;
}
.footer-social-buttons-fixed {
	background: #fff;
	left: auto;
	position: fixed;
	right: 10px;
	text-align: center;
	top: 40%;
	width: 70px;
}
.footer-social-buttons-fixed > div {
	line-height: 15px;
	margin-bottom: 5px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.footer-social-buttons-fixed > div:last-child {
	margin-bottom: 0;
}
.grecaptcha-badge {
	display: none;
}












@media (max-width: 1560px) {
	.methods-block .methods-block-left-bg:before {
		height: 80px;
		width: 80px;
	}
}


@media (max-width: 1299px) {
	* {
		font-size: 14px;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 14px;
	}
	.button-brown,
	.button-no-button,
	.button-gray {
		font-size: 14px;
	}
	.methods-block .methods-block-left-bg:before {
		height: 167px;
		width: 166px;
	}
}
@media (max-width: 1039px) {
	body {
		padding-top: 90px;
	}
	header,
	.header-name,
	.header-contact,
	.header-call {
		height: 90px;
	}
	.header-call-phone {
		font-size: 18px;
	}
	h1 {
		font-size: 36px;
	}
	.top-block .button-brown,
	.top-block .button-no-button {
		margin-right: 15px;
	}
	.solve-block-img {
		height: 150px;
	}
	.academy-item {
		height: auto;
	}
	.academy-item > div {
		height: auto;
	}
	.academy-img-item {
		height: 400px;
	}
	.sm-hidden {
		display: none;
	}
	.sm-visible {
		display: block;
	}
	.methods-block .methods-block-left-bg,
	.methods-block .methods-block-right-bg {
		width: 100%;
	}
	.methods-block .methods-block-left-bg:before {
		content: none;
	}
	.footer-contact {
		height: 50px;
	}
	.footer-contact-container {
		vertical-align: bottom;
	}
	.footer-call-container {
		vertical-align: top;
	}
	.footer-call {
		height: 66px;
	}
	.footer-social-buttons {
		padding: 10px;
	}
	.footer-social-buttons > div {
		padding: 5px 10px;
	}
	.speaker-block .speaker-header {
		font-size: 40px;
		margin-top: 0px;
		width: 100%;
	}
	h3 {
		font-size: 24px;
	}
	.solve-block-item-caption-container-header-content {
		padding-bottom: 10px;
	}
	.solve-block-item-caption-container-header-content:after {
		content: none;
	}
	.solve-block-item-caption-container-header {
		height: auto;
	}
	.solve-block-item-header .solve-block-item-caption-container {
		height: 30px;
	}
	.solve-block-item-header .solve-block-item-caption-container:before,
	.solve-block-item-header .solve-block-item-caption-container:after {
		content: none;
	}
	.solve-block-images-part:before {
		content: none;
	}
}
@media (max-width: 991px) {
	body {
		padding-top: 70px;
	}
	header,
	.header-name,
	.header-contact,
	.header-call {
		height: 70px;
	}
	.top-main:before,
	.ecology-block:before,
	.ecology-block:after,
	.top-block > .container:after,
	.academy-img-item:before,
	.methods-block .methods-block-right-bg:before,
	.methods-block .methods-block-right-bg:after {
		content: none;
	}
	.solve-block-item-caption-container {
		height: 120px;
	}
	.footer-name {
		width: 100%;
	}
}
@media (max-width: 699px) {
	
	.top-block > .container:before {
font-size: 1.5em;

		text-align: left;
		padding-top:100%

}
	.xs-hidden {
		display: none;
	}
	.xs-visible {
		display: block;
	}
	.header-contact-container p i {
		width: 15px;
	}
	.header-call-phone {
		font-size: 16px;
	}
	.header-call span {
		font-size: 12px;
	}
	.top-block > .container:before {
		background-position: center center;
	    height: 500px;
	    left: 0px;
	    position: relative;
	    right: 15px;
	    width: 100%;
	}
	footer {
		height: auto;
	}
	.footer-name {
		height: 120px;
	}
	.footer-contact,
	.footer-call {
		height: auto;
	}
	.footer-contact,
	.footer-call {
		height: 90px;
	}
	.footer-contact-container {
		vertical-align: middle;
	}
	.footer-call-container {
		vertical-align: middle;
	}
	.footer-name-container {
		text-align: center;
	}
	.instagram-block-item-text-inner p, 
	.instagram-block-item-text-inner a {
		font-size: 16px;
	}
	.modal-container .button-gray {
		margin-bottom: 40px;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.footer-social-buttons-fixed {
		display: none;
	}
}

@media (max-width: 414px) {
	.footer-social-buttons > div {
		margin-right: 8px;
	}
	.instagram-block-item-text-inner p,
	.instagram-block-item-text-inner a {
		font-size: 14px;
	}
	.instagram-block-item,
	.instagram-block-item-text {
		height: 180px;
	}
	h1 {
		margin-top: 40px;
	}
	.header-name-container,
	.header-name-container strong {
		font-size: 12px;
	}
	.header-call-phone {
		font-size: 14px;
	}
	.footer-contact-container a {
		font-size: 10px;
	}
	.footer-social-buttons {
		padding: 8px;
	}
	.footer-social-buttons > div {
	    padding: 2px 5px;
	}
	.button-eidth-auto {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	h3 {
	    font-size: 20px;
	}
	h3 span {
		font-size: 16px;
	}
	.achievements {
		padding: 20px 15px 20px 15px;
	}
	.achievements:after {
		right: 0px;
		width: 40px;
	}
	.achievements-counter {
		font-size: 26px;
	}
	.achievements-caption {
		font-size: 12px;
	}
	.achievements-header {
		font-size: 32px;
		line-height: 30px;
	}
	.achievements-text {
		font-size: 24px;
		line-height: 24px;
		padding-top: 15px;
	}
	.top-block > .container:before {
		height: 460px;
	}
	.modal-container .button-gray {
	    padding-left: 22px;
	    padding-right: 22px;
	}
	.mt-60 {
		margin-top: 40px !important;
	}
	.sentence-modal .col-xs-7,
	.sentence-modal .col-xs-5 {
		width: 100%;
	}
	.modal-picture {
	    padding-bottom: 200px;
	}
	.full-height {
	    top: auto;
	    height: 200px;
	    left: -15px;
	    width: auto !important;
	}
	.questions-block .row {
		background-position: center bottom;
	    background-size: 90%;
	    padding-bottom: 280px;
	}
	.owl-buttons {
		display: none;
	}
}
@media (max-width: 320px) {
	.header-call a {
		font-size: 12px;
	}
	.modal-container .button-gray {
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.questions-block .row {
	    padding-bottom: 250px;
	}
}
html { 
	margin-top: 0 !important; 
}
#map {
	height: 500px;
	width: 100%;
}


