*,
*:after,
*:before {
	box-sizing: border-box;
}


/* Main styles */

body {
	font-family: 'Montserrat', 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	overflow: hidden;
	margin: 0;
	color: black;
	background: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-overflow-scrolling: touch;
	opacity: 1;
}

a {
	text-decoration: none;
	color: #c93a3a;
	outline: none;
}

a:hover {
	color: #ddd;
}

.container {
	overflow-y: auto;
	height: 100vh;
}


h1, h2, h3, h4 {
	color: black;
	font-family: 'Montserrat', Helvetica, Arial, sans;
}


p, small, div {
	height: auto;
}

.overlay-white {
	background: rgba(255, 255, 255, 0.7);
}



.aligncenter {
	text-align: center;
}

.content {
	position: relative;
	min-height: 100%;
/* 	margin: 0 0 0 240px; */
/* 	background: url(../img/bg-vertical-waves.png); */
	overflow: hidden;
/* 	opacity: 1; */
}

/*
.content.content--loading {
	opacity: 0;
}
*/

.content--loading {
	background: url(../img/loading2.svg) no-repeat 50% 50%!important;
	opacity: 0.3;
/* 	width: 100%; */
/*     position: absolute; */
}

body.content--loading {
	opacity: 0;
}

.content--loading-white {
	background: url(../img/loading2-white.svg) no-repeat 50% 50%;
}

.content--loading-caption-white {
	display: none;
}

.content--loading-white .content--loading-caption-white {
	display: block;
	position: absolute;
    bottom: 40%;
    text-align: center;
    width: calc(100% - 50px);
    color: white;
}

@-webkit-keyframes blink {
  50% { opacity:0; }

  100% { opacity:1;  }
}
@keyframes blink {
  50% { opacity:0; }

  100% { opacity:1; }
}

.ani {
	-moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.hidden {
	opacity: 0;
	z-index: -1;
}


@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
		opacity: 1;
	}
	30% {
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
		opacity: 0;
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
		opacity: 1;
	}
	30% {
		opacity: 0.3;
	}
	100% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
		opacity: 0;
	}
} 
.zr-seo-block {
  margin: 32px 0 0;
  padding: 0;
  background: transparent;
}

.zr-seo-block__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 28px 22px;
  background: #f3f3f3;
  color: #1f1f1f;
  box-sizing: border-box;
}

.zr-seo-block__title {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1b1b1b;
}

.zr-seo-block__content {
  font-size: 18px;
  line-height: 1.72;
  color: #3d3d3d;
}

.zr-seo-block__content p {
  margin: 0 0 16px;
}

.zr-seo-block__content p:last-child {
  margin-bottom: 0;
}

.zr-seo-block__content h3 {
  margin: 26px 0 14px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f1f1f;
}

.zr-seo-block__content ul,
.zr-seo-block__content ol {
  margin: 0 0 18px 22px;
  padding: 0;
}

.zr-seo-block__content li {
  margin: 0 0 8px;
}

.zr-seo-block__content a {
  color: #1f1f1f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.zr-seo-block__content a:hover {
  text-decoration: none;
}

@media (max-width: 992px) {
  .zr-seo-block {
    margin-top: 28px;
  }

  .zr-seo-block__inner {
    padding: 24px 18px;
  }

  .zr-seo-block__title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .zr-seo-block__content {
    font-size: 17px;
    line-height: 1.68;
  }
}

@media (max-width: 640px) {
  .zr-seo-block {
    margin-top: 24px;
  }

  .zr-seo-block__inner {
    padding: 20px 14px;
  }

  .zr-seo-block__title {
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 14px;
    letter-spacing: 0;
  }

  .zr-seo-block__content {
    font-size: 14px;
    line-height: 1.62;
  }

  .zr-seo-block__content h3 {
    font-size: 18px;
    margin: 20px 0 12px;
  }

  .zr-seo-block__content ul,
  .zr-seo-block__content ol {
    margin-left: 18px;
  }
}