img {
  border: none;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
.h2 {
  margin: 0 0 20px;
}
h1 {
  font: 700 42px/1 "PFRegalTextPro", sans-serif;
}
h2,
.h2 {
  font: 700 24px/1 "PFRegalTextPro", sans-serif;
}
h3 {
  font: 400 22px/1 "PFRegalTextPro", sans-serif;
}
h4 {
  font: 700 20px/1 "FiraSans", sans-serif;
}
p + h4 {
  margin-top: 30px;
}
@media screen and (min-width: 1024px), print {
  h1 {
    font-size: 67px;
    margin-bottom: 32px;
  }
  .purpose h1 {
    font-size: 40px;
  }
  h2,
  .h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 25px;
  }
  h4.margin-large {
    margin-bottom: 46px;
  }
  p + h4 {
    margin-top: 47px;
  }
  p + h4.margin-large {
    margin-top: 76px;
  }
}
@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }
  .purpose h1 {
    font-size: 25px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
}
b,
strong {
  font-weight: 700;
}
em {
  font-style: italic;
  font-weight: 500;
}
p {
  margin: 1em 0;
  max-height: 10000px;
  font-weight: 300;
}
p:first-child {
  margin-top: 0 !important;
}
p:last-child {
  margin-bottom: 0 !important;
}
sup {
  font-size: 0.5em;
}
ul {
  padding-left: 3.3em;
  list-style-type: none;
  font-weight: 300;
}
ul.margin-top {
  margin-top: 2.47em;
}
ul li {
  position: relative;
}
ul li::before {
  content: "•";
  position: absolute;
  top: 0.1em;
  left: -1.7em;
}
ul:not(.collapse) li + li {
  margin-top: 1em;
}
ol:not(.collapse) li + li {
  margin-top: 1em;
}
ol li {
  padding-left: 1em;
}
.uppercase {
  text-transform: uppercase;
}
.clr-fix:after {
  content: "";
  clear: both;
  display: table;
}
.va-fix:before {
  height: 100%;
  content: "";
  display: inline-block;
  width: 0;
  vertical-align: middle;
}
.center {
  text-align: center;
}
.nowrap {
  white-space: nowrap;
}
hr {
  border: none;
  height: 1px;
  background: #000;
  opacity: 0.1;
  margin: 20px 0;
}
hr.wide {
  opacity: 0.4;
}
@media screen and (min-width: 1024px), print {
  hr {
    margin: 30px 0;
  }
}
@media screen and (min-width: 1280px), print {
  hr {
    position: relative;
    width: 100%;
    margin: 50px 0 55px;
  }
  .wide {
    width: 1100px;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
  a.wide {
    display: block;
  }
}
.button,
.text-block a.button {
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  padding-top: 15px;
  padding-bottom: 13px;
  background-color: #d32e42;
  background-image: none;
  color: #fff;
  border-radius: 4px;
  text-decoration: none;
  outline: none;
  border: 0;
  white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  font: 13px/19px "FiraSans", sans-serif;
}
.button.short {
  padding-top: 6px;
  padding-bottom: 4px;
}
.button.green {
  background-color: #bed65a;
  color: #000;
  font-weight: 700;
}
.button.border,
.text-block a.button.border {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  color: #000;
  padding-top: 6px;
  padding-bottom: 4px;
}
@media screen and (max-width: 1023px), print {
  .button,
  .text-block a.button {
    width: 100%;
  }
}
@media screen and (min-width: 1024px), print {
  .button,
  .text-block a.button {
    padding: 14px 23px 12px;
  }
}
a,
.link {
  text-decoration: none;
  color: #000;
  transition: color 0.1s linear;
  background-repeat: repeat-x;
  background-position: 0 1.05em;
  position: relative;
  outline: none;
}
p a:not(.popup-image) {
  background-size: 1em 0.4em;
  background-repeat: repeat-x;
  background-position: 0px 70%;
  background-image: linear-gradient(90deg, rgba(190, 214, 90, 0.5), rgba(190, 214, 90, 0.5));
  word-break: break-word;
}
a:not(.popup-image):hover,
.link:hover,
.button:hover {
  opacity: 0.8;
}
.contrast a,
.link.white {
  color: #fff;
}
.link.dotted {
  background-size: 2px 1px;
  background-image: linear-gradient(90deg, rgba(52, 177, 255, 1), rgba(52, 177, 255, 1) 50%, transparent 50%);
}
.link.icon {
  color: #d32e42;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 21px;
  font-weight: 700;
  display: block;
  max-width: 400px;
  margin-left: 45px;
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 1024px), print {
  .link.icon {
    margin-top: 47px;
  }
}
.link.icon::before {
  content: "";
  position: absolute;
  left: -45px;
}
.link.icon.bottom::before {
  bottom: 3px;
}
.link.icon.top::before {
  top: 3px;
}
.i {
  position: relative;
}
.i::before {
  content: "";
  position: absolute;
}
.text-block .lead {
  font: italic 30px/1.2 "GaramondC";
  margin: 0;
}
.text-block .text-with-image {
  display: flex;
  align-items: center;
  height: 260px;
  overflow: hidden;
}
.text-block .text-with-image .text {
  width: 50%;
}
.text-block .text-with-image .image {
  max-width: 38.75%;
}
.text-block .text-with-image.left {
  justify-content: space-between;
}
.text-block .text-with-image.left .text {
  margin-left: 10%;
  margin-right: 5%;
}
.text-block .text-with-image.right .text {
  margin-left: 5%;
  margin-right: 5%;
}
.text-block .text-with-image.right .image {
  margin-left: 5%;
}
input[type="text"],
textarea {
  background-color: #fff;
  font-size: 17px;
  line-height: 25px;
  outline: none;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 7px 10px 6px;
  box-shadow: none;
  width: 100%;
}
textarea {
  resize: none;
}
@font-face {
  font-family: "FiraSans";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/firasans-book-webfont.woff2") format("woff2"), url("fonts/firasans-book-webfont.woff") format("woff"),
    url("fonts/firasans-book-webfont.ttf") format("ttf"), url("fonts/firasans-book-webfont.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "FiraSans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/firasans-regular-webfont.woff2") format("woff2"), url("fonts/firasans-regular-webfont.woff") format("woff"),
    url("fonts/firasans-regular-webfont.ttf") format("ttf"), url("fonts/firasans-regular-webfont.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "FiraSans";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/firasans-medium-webfont.woff2") format("woff2"), url("fonts/firasans-medium-webfont.woff") format("woff"),
    url("fonts/firasans-medium-webfont.ttf") format("ttf"), url("fonts/firasans-medium-webfont.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "FiraSans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/firasans-bold-webfont.woff2") format("woff2"), url("fonts/firasans-bold-webfont.woff") format("woff"),
    url("fonts/firasans-bold-webfont.ttf") format("ttf"), url("fonts/firasans-bold-webfont.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "PFRegalTextPro";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/pfregaltextpro-bold-webfont.woff2") format("woff2"), url("fonts/pfregaltextpro-bold-webfont.woff") format("woff"),
    url("fonts/pfregaltextpro-bold-webfont.ttf") format("ttf"), url("fonts/pfregaltextpro-bold-webfont.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "PFRegalTextPro";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/pfregaltextpro-bolditalic-webfont.woff2") format("woff2"),
    url("fonts/pfregaltextpro-bolditalic-webfont.woff") format("woff"), url("fonts/pfregaltextpro-bolditalic-webfont.ttf") format("ttf"),
    url("fonts/pfregaltextpro-bolditalic-webfont.eot") format("eot");
  font-display: swap;
}
@font-face {
  font-family: "PFRegalTextPro";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/PFRegalTextPro-Medium.woff") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "ALSRubl-Verdana";
  src: url("fonts/rub/alsrubl-verdana-regular.eot");
  src: url("fonts/rub/alsrubl-verdana-regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/rub/alsrubl-verdana-regular.woff") format("woff"), url("fonts/rub/alsrubl-verdana-regular.ttf") format("truetype"),
    url("fonts/rub/alsrubl-verdana-regular.svg#ALSRublRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ALSRubl-Verdana";
  src: url("fonts/rub/alsrubl-verdana-italic.eot");
  src: url("fonts/rub/alsrubl-verdana-italic.eot?#iefix") format("embedded-opentype"),
    url("fonts/rub/alsrubl-verdana-italic.woff") format("woff"), url("fonts/rub/alsrubl-verdana-italic.ttf") format("truetype"),
    url("fonts/rub/alsrubl-verdana-italic.svg#ALSRublItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "ALSRubl-Verdana";
  src: url("fonts/rub/alsrubl-verdana-bold.eot");
  src: url("fonts/rub/alsrubl-verdana-bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/rub/alsrubl-verdana-bold.woff") format("woff"), url("fonts/rub/alsrubl-verdana-bold.ttf") format("truetype"),
    url("fonts/rub/alsrubl-verdana-bold.svg#ALSRublBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ALSRubl-Verdana";
  src: url("fonts/rub/alsrubl-verdana-bolditalic.eot");
  src: url("fonts/rub/alsrubl-verdana-bolditalic.eot?#iefix") format("embedded-opentype"),
    url("fonts/rub/alsrubl-verdana-bolditalic.woff") format("woff"), url("fonts/rub/alsrubl-verdana-bolditalic.ttf") format("truetype"),
    url("fonts/rub/alsrubl-verdana-bolditalic.svg#ALSRublBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
.ruble {
  font-family: "ALSRubl-Verdana", Verdana, sans-serif;
  line-height: normal;
  font-size: 0.8em;
  display: inline-block;
}
.ya-share2 ul li::before {
  content: "";
}
.block.blog-intro {
  min-height: 350px;
}
.block.blog-intro .breadcrumbs {
  text-align: center;
}
.block.blog-intro h1 {
  font-size: 50px;
  text-align: center;
  min-height: 150px;
}
.blog_items {
  display: flex;
  flex-wrap: wrap;
}
.blog_items div {
  width: 290px;
  padding: 0 0 10px 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.blog_items div span {
  font-weight: bold;
}
.blog_items .shows {
  background: url("icons/icon-eye.svg") 5px 5px no-repeat;
  background-size: 26px;
}
.blog_items .times {
  background: url("icons/icon-time.svg") 5px 5px no-repeat;
  background-size: 26px;
}
.blog_items .updates {
  background: url("icons/calendar.svg") 5px 5px no-repeat;
  background-size: 26px;
}
.block.blog-intro .info {
  display: flex;
  align-items: center;
  color: #fff;
  min-height: 57px;
}
.block.blog-intro .info a {
  color: #fff;
}
.block.blog-intro .info img {
  min-width: 57px;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  margin-right: 19px;
}
.block.blog-intro .info span {
  color: #fff;
  text-transform: uppercase;
}
.block.blog-intro hr {
  margin: 25px 0;
}
.block.blog-post.no-case {
  padding-top: 10px;
}
.no-case.text_read {
  font-size: 19px;
  line-height: 29px;
}
.no-case.text_read ul li::before {
  color: #d32e42;
}
.image_description {
  display: inline-block;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
  padding: 10px;
  background-color: #f3f1ed;
  box-sizing: border-box;
}
.owl-item {
  height: 0;
}
.owl-item.active {
  height: auto;
}
#contactFormContainer .white-popup {
  width: 100%;
  margin: 22px 0;
}
