html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.style {
  transition: all 0.4s ease 0.1s;
}

.style {
  transform: rotate(45deg);
}

.style {
  -khtml-background-size: 100% 100%;
  background-size: 100% 100%;
}

.style::-webkit-input-placeholder {
  font-size: 15px;
  color: rgba(255, 220, 46, 0.55);
}

.style::-moz-placeholder {
  font-size: 15px;
  color: rgba(255, 220, 46, 0.55);
}

.style:-moz-placeholder {
  font-size: 15px;
  color: rgba(255, 220, 46, 0.55);
}

.style:-ms-input-placeholder {
  font-size: 15px;
  color: rgba(255, 220, 46, 0.55);
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.7;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.7;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.7;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.7;
}

html {
  margin: 0;
  outline: 0 none;
  font-size: 10px;
  position: relative;
  height: 100%;
}

body {
  font-family: "Inter", serif, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #413e3e;
  height: 100%;
  margin: 0;
  position: relative;
  background: #fff;
  line-height: 1.6;
  opacity: 1;
  overflow-x: auto;
  transition: all 0.4s ease 0.1s;
}

em {
  font-style: italic;
}

button,
select {
  font-family: "Inter", serif, sans-serif;
}

.row {
  width: 100%;
  background: #fff;
  margin: auto;
}

.row .content {
  max-width: 1240px;
  margin: auto;
  overflow: hidden;
  width: 96%;
}

* {
  outline: none;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

strong,
b {
  font-weight: 600;
}

a {
  text-decoration: none;
  color: #413e3e;
}

p {
  padding: 10px 0;
}

img {
  max-width: 100%;
}

h1,
.h1 {
  font-size: 2.6rem;
  font-weight: 600;
  margin: 15px 0;
  font-family: "Lora", serif;
}

h2,
.h2 {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 2.1rem;
}

h3,
.h3 {
  font-family: "Lora", serif;
  font-size: 2rem;
  line-height: 40px;
  font-weight: 300;
  margin: 20px 0 10px 0;
}

h4 {
  font-size: 1.7rem;
  text-transform: uppercase;
  border-bottom: 1px solid #4b67ab;
  color: #4b67ab;
  margin: 20px 0 0 0;
  font-weight: 400;
}

ul {
  margin: 0;
}

.row {
  position: relative;
}

#mob_m_link {
  position: absolute;
  width: 35px;
  height: 35px;
  top: 65px;
  right: 2%;
  background: url("../svg/menu.svg?v=1.0") no-repeat scroll center center/auto 100%;
  display: none;
  cursor: pointer;
}

#mob_m_link.active {
  background: url("../svg/cancel.svg?v=1.0") no-repeat scroll center center/auto 80%;
}

.headerRow {
  background: url("../img/bg_head.jpg?v=1.0") #a34343 repeat scroll center center/auto auto;
}

.headerRow .content {
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: single;
  -moz-box-pack: single;
  flex-wrap: nowrap;
  padding: 15px 0;
}

.headerRow .content .logo {
  max-width: 170px;
  width: 100%;
}

.headerRow .content .logo a {
  display: block;
  margin: 8px 0;
}

.headerRow .content .logo a img {
  display: block;
}

.headerRow .content .nav {
  text-align: right;
}

.headerRow .content .nav * {
  color: #ffffff;
  font-size: 1.8rem;
}

.headerRow .content .nav .phone {
  display: inline-block;
  font-weight: 400;
}

.headerRow .content .nav .lang {
  display: inline-block;
  font-weight: 300;
}

.headerRow .content .nav .lang * {
  font-size: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
}

.headerRow .content .nav .lang .active {
  background: rgba(255, 255, 255, 0.25);
  padding: 0 3px;
  border-radius: 3px;
}

.headerRow .content .nav .lang li:first-child:after {
  content: "|";
  margin: 0 0px 0 5px;
}

.headerRow .content .nav .menu {
  display: block;
  margin: 20px 0 0 0;
}

.headerRow .content .nav .menu li {
  display: inline-block;
  list-style: none;
}

.headerRow .content .nav .menu li a {
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: 300;
  background: rgba(219, 91, 91, 0);
  transition: all 0.4s ease 0.1s;
}

.headerRow .content .nav .menu li a:hover {
  background: rgba(219, 91, 91, 0.9);
}

.search {
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: end;
  -webkit-box-pack: single;
  -moz-box-pack: single;
  flex-wrap: nowrap;
  align-items: center;
  display: inline-block;
}

.search input {
  height: 100%;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0) url("../svg/searcher.svg?v=1.0") no-repeat scroll left 8px center/auto 70%;
  cursor: pointer;
  color: #fff;
  padding-left: 50px;
  width: 50px;
  font-size: 16px;
  transition: all 0.4s ease 0.1s;
  font-weight: 300;
}

.search input::-webkit-input-placeholder {
  font-size: 15px;
  color: rgb(252, 252, 252);
}

.search input::-moz-placeholder {
  font-size: 15px;
  color: rgb(252, 252, 252);
}

.search input:-moz-placeholder {
  font-size: 15px;
  color: rgb(252, 252, 252);
}

.search input:-ms-input-placeholder {
  font-size: 15px;
  color: rgb(252, 252, 252);
}

.search input:focus {
  width: 250px;
  background: rgba(255, 255, 255, 0.1) url("../svg/searcher.svg?v=1.0") no-repeat scroll left 8px center/auto 60%;
}

.breadcrumbs {
  margin: 15px 0 0 0;
}

.breadcrumbs li {
  display: inline-block;
  text-transform: uppercase;
}

.breadcrumbs li:last-child {
  text-transform: none;
}

.breadcrumbs li * {
  font-size: 1.3rem;
}

.breadcrumbs li:after {
  content: "/";
  padding: 0 6px;
  font-size: 1.2rem;
}

.breadcrumbs li:last-child::after {
  content: "";
  padding: 0;
}

.breadcrumbs li a {
  transition: all 0.4s ease 0.1s;
}

.breadcrumbs li a:hover {
  color: #d85d5d;
}

.button {
  color: #d85d5d;
  border: 1px solid #d85d5d;
  border-radius: 5px;
  font-weight: 400;
  padding: 5px 20px;
  margin-top: 25px;
  display: inline-block;
  background: rgba(219, 91, 91, 0);
  transition: all 0.4s ease 0.1s;
}

.button:hover {
  background: rgba(219, 91, 91, 0.1);
}

.date {
  color: #979797;
  background: url("../svg/calendar.svg?v=1.0") no-repeat scroll left center/auto 75%;
  padding-left: 25px;
  font-size: 1.4rem;
}

.news .date {
  background: none;
}

.row-upcoming-events {
  background: #e8e8e8;
}

.row-upcoming-events .content {
  width: 100%;
  max-width: 2100px;
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: single;
  -moz-box-pack: single;
  flex-wrap: nowrap;
}

.row-upcoming-events .content .spoler {
  width: 50%;
  max-height: 360px;
}

.row-upcoming-events .content .spoler > div {
  margin: 20px auto;
  display: block;
  position: relative;
  max-width: 600px;
}

.row-upcoming-events .content .spoler span {
  text-transform: uppercase;
  font-size: 1.2vw;
  font-weight: 300;
}

.row-upcoming-events .content .spoler .h1 {
  margin: 5px 0;
  line-height: 4vw;
  font-size: 2vw;
}

.row-upcoming-events .content .spoler .date {
  font-size: 1vw;
  padding-left: 1.6vw;
}

.row-upcoming-events .content .spoler p {
  font-weight: 400;
  font-size: 1vw;
}

.row-upcoming-events .content .big-img {
  width: 50%;
  overflow: hidden;
}

.row-upcoming-events .content .big-img img {
  display: block;
  min-height: 100%;
  position: relative;
  cursor: pointer;
}

.row.article {
  margin-bottom: 30px;
}

.row.general {
  margin-top: 20px;
  margin-bottom: 30px;
}

.row.general .content {
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: space-between;
}

.row.general .content .h1 {
  border-bottom: 1px solid rgb(190, 190, 190);
}

.row.general .content .main {
  width: 67%;
}

.row.general .content .main .edition {
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  flex-wrap: wrap;
  position: relative;
}

.row.general .content .main .edition > * {
  width: 50%;
}

.row.general .content .main .edition p {
  padding-right: 10px;
}

.row.general .content .main .edition p span {
  display: block;
  margin-top: 20px;
}

.row.general .content .main .edition > span {
  text-align: center;
}

.row.general .content .main .edition > span img {
  cursor: pointer;
}

.row.general .content .sidebar {
  max-width: 400px;
  padding-left: 40px;
  width: 33%;
}

.isHome .row.general .content .sidebar {
  width: 50%;
  max-width: none;
}

.sidebar .news a.exlusive {
  background: url("../svg/logo_pic.svg?v=1.0") no-repeat scroll left 0 top 3px/17px 17px;
}

.news a.important {
  color: #D85D5D;
}

.news a.exlusive {
  font-weight: 600;
  background: url("../svg/logo_pic.svg?v=1.0") no-repeat scroll left 0 top 4px/auto 15px;
  padding-left: 25px;
  color: #696868;
}

.news,
.upcoming-events {
  line-height: 1.5;
}

.news a,
.upcoming-events a {
  padding-left: 23px;
  display: block;
  position: relative;
}

.news a:hover::before,
.upcoming-events a:hover::before {
  opacity: 1;
  left: 2px;
}

.news a::before,
.upcoming-events a::before {
  transition: all 0.4s ease 0.1s;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d85d5d;
  opacity: 0;
  position: absolute;
  top: 8px;
  left: 5px;
}

.news .date,
.upcoming-events .date {
  margin: 10px 0 0 0;
}

.upcoming-events {
  margin-bottom: 50px;
}

.upcoming-events span {
  margin: 4px 0 0 23px;
  display: block;
  font-size: 1.5rem;
}

.upcoming-events a {
  font-size: 1.8rem;
  font-weight: 500;
}

.upcoming-events .button {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 400;
}

.upcoming-events .button::before {
  display: none;
}

#navbar {
  display: none;
  height: 100%;
  position: absolute;
  right: -250px;
  top: 0;
  width: 250px;
  padding-left: 10px;
  background: #6b685f;
}

#navbar ul {
  margin-left: 10px;
  margin-top: 10px;
}

#navbar ul li {
  list-style: none;
}

#navbar ul li a {
  font-size: 1.9rem;
  font-weight: 300;
  padding: 5px 0;
  display: block;
  color: #ffffff;
}

.top100 {
  margin: 40px 0 0 0;
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: single;
  -moz-box-pack: single;
  flex-wrap: nowrap;
}

.top100 .img {
  width: 180px;
}

.top100 .img img {
  display: block;
}

.top100 .rating {
  border: 2px solid #d85d5d;
  border-left: 0px solid #000;
}

.top100 .rating a {
  font-size: 2rem;
  margin: 13px 0 0 30px;
  display: block;
  line-height: 25px;
  width: 175px;
  font-weight: 300;
}

.articles-home {
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.articles-home.news div {
  width: 100%;
}

.articles-home.news a {
  width: 100%;
}

.articles-home .button {
  margin-top: 5px;
}

.article-block {
  width: 47%;
  margin: 0 0 20px 0;
}

.sidebar .article-block {
  width: 100%;
}

.article-block.interview .img {
  background-color: rgba(58, 10, 10, 0.5);
  background-image: linear-gradient(left, rgb(52, 64, 110), rgba(58, 10, 10, 0.5));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgb(52, 64, 110)", endColorstr="rgba(58, 10, 10, 0.5)",GradientType=1 );
  background-repeat: repeat-y;
}

.article-block.interview .img::after {
  content: none;
}

.article-block.interview .img img {
  height: 100%;
  top: 0;
}

.article-block.interview .img .title {
  left: 40%;
}

.article-block .img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.article-block .img:hover::after {
  height: 80%;
}

.article-block .img::after {
  transition: all 0.4s ease 0.1s;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  top: 0;
  position: absolute;
  background-image: -webkit-linear-gradient(top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgb(0, 0, 0)", endColorstr="rgba(0, 0, 0, 0)",GradientType=0 );
  background-repeat: repeat-x;
}

.article-block .img img {
  display: block;
  position: relative;
  top: -10%;
}

.vydannya .article-block .img img {
  top: 0;
}

.article-block .img .title {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  font-weight: 400;
  color: #ffffff;
  z-index: 5;
  font-size: 1.7rem;
  line-height: 2.2rem;
}

.article-block .liid {
  font-size: 1.5rem;
  line-height: 20px;
  position: relative;
  margin: 5px 0 10px 0;
  font-weight: 400;
}

.vydannya .article-block .liid {
  font-size: 2rem;
  line-height: 25px;
  position: relative;
  margin: 5px 0;
  font-weight: 200;
}

.banner {
  margin: 20px 0;
  display: flex;
}

.ueex_informer {
  padding: 20px 0 0 0;
}

.ueex_informer table td span {
  padding: 5px !important;
  font-size: 15px !important;
  font-family: "Inter", serif, sans-serif !important;
  color: #413e3e !important;
}

.reklama {
  list-style: none;
}

footer::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: -1;
}

footer.row {
  background: #2f2020;
  padding-bottom: 30px;
}

footer * {
  color: #ffffff;
}

footer .content > div {
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  flex-wrap: wrap;
}

footer .content > div .moduleBlock {
  margin: 30px 0 30px 0;
}

footer .content > div .moduleBlock .title {
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 300;
}

footer .content > div .moduleBlock .menu {
  margin: 20px 0 0 30px;
}

footer .content > div .moduleBlock .menu li {
  list-style: disc;
}

footer .content > div .moduleBlock .menu li a {
  font-weight: 300;
}

footer .content > div .moduleBlock .img img {
  width: 200px;
}

footer .content > div .moduleBlock .phone {
  display: block;
  text-align: right;
}

footer .cap {
  border-top: 1px solid rgba(255, 255, 255, 0.247);
}

footer .cap span {
  display: block;
  font-weight: 300;
  font-size: 1.4rem;
}

footer span.link {
  font-size: 1.3rem;
  opacity: 0.4;
}

footer span.link a {
  text-decoration: underline;
}

.paginatoin {
  margin: 35px 0;
  text-align: center;
  border-top: 1px solid rgb(190, 190, 190);
  padding-top: 15px;
}

.paginatoin ul li {
  display: inline-block;
}

.paginatoin ul li a {
  padding: 4px 10px;
  transition: all 0.4s ease 0.1s;
}

.paginatoin ul li a:hover {
  background: #504847;
  color: #ffffff;
}

.paginatoin ul li span {
  padding: 10px;
}

.paginatoin ul li.active a {
  background: #504847;
  color: #ffffff;
}

.head-img {
  display: block;
  position: relative;
  overflow: hidden;
}

.head-img::after {
  content: "";
  width: 100%;
  height: 80%;
  left: 0;
  top: 0;
  position: absolute;
  background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgb(255, 255, 255)", endColorstr="rgba(255, 255, 255, 0)",GradientType=0 );
  background-repeat: repeat-x;
}

.head-img img {
  display: block;
  position: relative;
}

.head-img .title {
  position: absolute;
  top: 8%;
  left: 4%;
  z-index: 1;
}

.head-img .title .date {
  font-size: 1.75rem;
}

.head-img .title h1 {
  max-width: 850px;
}

.head-img .title .button {
  background: hsla(0, 0%, 100%, 0.7);
  transition: all 0.4s ease 0.1s;
}

.head-img .title .button:hover {
  background: #ffffff;
}

.editor {
  max-width: 1100px;
  margin: auto;
}

.editor a {
  text-decoration: underline;
  color: #d85d5d;
}

.editor h2 {
  max-width: 800px;
  margin: 25px 0px 10px 0px;
}

.editor blockquote {
  margin: 15px 0 15px 40px;
  background: url("../svg/quote.svg?v=1.0") no-repeat scroll left top 5px/auto 30px;
  padding: 0 0 0 60px;
  color: #d85d5d;
  font-family: "Lora", serif;
  font-style: italic;
  font-size: 1.7rem;
}

.editor blockquote p {
  padding: 0;
}

.editor .download {
  background: #504847;
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: space-around;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  flex-wrap: wrap;
  padding: 30px 0;
  margin: 30px 0 0;
  position: relative;
  z-index: 1;
}

.editor .download::before {
  background: #504847;
  content: "";
  width: 500%;
  height: 100%;
  z-index: 0;
  top: 0;
}

.article .editor .download::before {
  position: absolute;
}

.editor .download p {
  text-align: center;
  width: 320px;
}

.editor .download a {
  color: #fcdede;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 400;
  max-width: 155px;
  display: block;
  margin: auto;
  position: relative;
  text-align: left;
  transition: all 0.8s ease 0.1s;
}

.editor .download a:hover {
  color: #ffffff;
}

.editor .download a:hover::before {
  transform: scale(1.2);
}

.editor .download a::before {
  transition: all 0.4s ease 0.1s;
  background: url("../svg/pdf.svg?v=1.0") no-repeat scroll left center/auto 82%;
  content: "";
  left: -58px;
  top: 0;
  width: 50px;
  height: 100%;
  position: absolute;
}

.editor .subTitle {
  margin: 35px auto;
  text-align: center;
  font-size: 2.8rem;
  font-family: "Lora", serif;
}

.editor .timeTitle {
  text-transform: uppercase;
  color: #d85d5d;
  font-size: 2.2rem;
}

.editor ul {
  margin: 20px 0 20px 60px;
}

.editor .created-at {
  border-top: 1px solid rgba(30, 55, 88, 0.308);
  padding: 5px 0;
  color: #d85d5d;
}

.adsns {
  margin: 15px 0;
}

.speakers {
  background: #d85d5d;
  padding: 40px 0;
}

.speakers .title {
  font-size: 3rem;
  font-family: "Lora", serif;
  margin: 0 auto 30px auto;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.speakers .section {
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: center;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  flex-wrap: wrap;
}

.speakers .section > span {
  max-width: 140px;
  width: 100%;
  margin: 0 25px;
}

.speakers .section .block {
  max-width: 140px;
  margin: 20px 25px;
  color: #ffffff;
}

.speakers .section .block .img-persone {
  position: relative;
  overflow: hidden;
}

.speakers .section .block .img-persone img {
  display: block;
  position: relative;
}

.speakers .section .block .name {
  font-weight: 500;
  margin: 10px 0 0 0;
}

.speakers .section .block .position {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 300;
  margin-top: 10px;
}

.row.order {
  background: #e8e8e8;
  padding: 40px 0;
}

.row.order .help-block {
  color: #d85d5d;
}

.row.order .title {
  font-size: 3rem;
  font-family: "Lora", serif;
  margin: 0 auto 30px auto;
  text-align: center;
}

.row.order .section {
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: center;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  flex-wrap: wrap;
}

.row.order .section > span {
  max-width: 140px;
  width: 100%;
  margin: 0 25px;
}

.block-price {
  width: 180px;
  margin: 20px 15px;
  text-align: center;
}

.edition-sale .block-price {
  width: 188px;
}

.block-price span {
  background: #ffffff;
  display: block;
  border: 1px solid #d85d5d;
  border-radius: 5px;
  padding: 10px 5px;
}

.block-price span .person {
  display: block;
  text-transform: uppercase;
  font-size: 2.2rem;
  color: #9e9e9e;
}

.edition-sale .block-price span .person {
  font-size: 1.6rem;
}

.block-price span .days {
  color: #d85d5d;
}

.block-price span .price {
  font-size: 2.2rem;
  font-weight: 300;
}

.block-price .button {
  cursor: pointer;
  margin: 10px auto;
  color: #ffffff;
  background: #d85d5d;
  text-transform: uppercase;
  transition: all 0.4s ease 0.1s;
  width: 80%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.block-price .button:hover {
  width: 100%;
}

.row.order .comment {
  max-width: 700px;
  font-family: "Lora", serif;
  font-style: italic;
}

.row.timer {
  padding: 90px 0;
}

.row.timer .content .title {
  font-size: 3rem;
  font-family: "Lora", serif;
  margin: 0 auto 30px auto;
  text-align: center;
}

.row.timer .content .section {
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: single;
  -moz-box-pack: single;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 500px;
  background: #504847;
  border-radius: 5px;
  margin: 40px auto 0 auto;
  padding: 0 20px;
}

.row.timer .content .section > div {
  text-align: center;
  padding: 0 20px;
  background: hsla(0, 0%, 100%, 0.26);
  margin: 15px 0;
  border-radius: 4px;
}

.row.timer .content .section > div span {
  border-radius: 4px;
  color: #d85d5d;
  font-family: "Lora", serif;
  font-size: 3rem;
  background: rgba(0, 0, 0, 0.55);
  width: 52px;
  display: block;
  margin: 7px auto;
}

.row.timer .content .section > div .smalltext {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 300;
  font-size: 1.5rem;
}

.pay {
  position: fixed;
  background: #ffffff;
  width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.3);
  z-index: 20;
  display: none;
  overflow: auto;
}

.pay .head {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #cccccc;
}

.pay .head p {
  text-transform: uppercase;
  color: #d85d5d;
  font-size: 2.5rem;
  margin: 10px 0;
}

.pay .head .close {
  position: absolute;
  background: url("../svg/close.svg?v=1.0") no-repeat scroll center center/auto auto;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  margin: 20px;
  cursor: pointer;
}

.pay .content {
  width: 50%;
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  flex-wrap: wrap;
}

.pay .content > div:last-child {
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  flex-wrap: wrap;
}

.pay .content > div .block-price {
  margin: 0 0 35px 0;
}

.pay .content > div .block-price > span {
  position: relative;
}

.pay .content > div form {
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: flex-end;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  flex-wrap: wrap;
  margin: 40px 0;
}

.pay .content > div form span {
  display: block;
  text-align: right;
  width: 100%;
}

.pay .content > div form span label {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-right: 5px;
  min-width: 110px;
  display: inline-block;
  color: #616161;
}

.pay .content > div form span input {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ccc;
  padding: 7px;
  margin: 5px 0;
  border-radius: 5px;
  font-family: "Inter", serif, sans-serif;
  color: #3b3b3b;
}

.pay .content > div form span input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin: 3px 0;
  cursor: pointer;
}

.pay .content > div form span.radio {
  width: 300px;
}

.pay .content > div form span.radio span {
  text-align: left;
  width: 100%;
  max-width: 300px;
}

.pay .content > div form span.radio span label {
  cursor: pointer;
}

.dark {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(26, 16, 16, 0.65);
  z-index: 15;
  width: 100%;
  height: 100%;
  display: none;
}

.search_result .header .link {
  font-size: 20px;
}

.search_result .header .link a {
  color: #d85d5d;
}

.search_result .header .date {
  font-size: 13px;
  color: #d8d8d8;
  padding-left: 23px;
}

.search_result .container {
  width: 100%;
  font-size: 15px;
  display: block;
}

.search_result .find-word {
  border-bottom: 2px solid #d85d5d;
}

.search_result .item {
  margin: 20px 0;
  border-bottom: 1px solid #e3e2e2;
  padding-bottom: 20px;
}

.inline {
  margin: 20px 0;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  vertical-align: top;
}

.inline p {
  color: #d85d5d;
  text-align: center;
  font-size: 110%;
  text-transform: uppercase;
}

.inline img {
  width: 150px;
  text-align: center;
}

.fb a {
  display: block;
  padding-left: 30px;
  background: url("../svg/facebook-logo.svg") no-repeat scroll left center/auto 75%;
  margin: 10px 0;
}

.tg a {
  display: block;
  padding-left: 30px;
  background: url("../svg/tg.svg") no-repeat scroll left center/auto 75%;
  margin: 10px 0;
}

.in a {
  display: block;
  padding-left: 30px;
  background: url("../svg/in.svg") no-repeat scroll left center/auto 75%;
  margin: 10px 0;
}

table.suscrb {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  margin-left: 5px;
  min-width: 100%;
  margin-bottom: 3px;
}

table.suscrb tr td {
  text-align: center;
}

table tr:nth-child(1) {
  font-size: 14px;
  text-transform: uppercase;
}

table tr:nth-child(2n+1) {
  background: #f6f6f6;
}

table tr.title {
  text-align: center;
  cursor: initial;
  background: #d85d5d;
  color: #fff;
  font-size: 14px;
}

table tr.title:hover {
  background: #d85d5d;
  color: #fff;
}

table tr td {
  padding: 10px;
}

.block-event {
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: space-between;
}

.block-event .text {
  width: 70%;
}

.isHome .block-event .text {
  width: 100%;
}

.block-event .img {
  width: 30%;
  max-width: 330px;
  margin-left: 10px;
}

.isHome .block-event .img {
  display: none;
}

video {
  width: 100%;
}

.editor ol {
  margin-left: 40px;
}

.editor ol li {
  padding: 5px 0;
}

.prewSpec {
  -ms-box-orient: horizontal;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: single;
  -moz-box-pack: single;
  flex-wrap: nowrap;
  background: #fedede;
  cursor: pointer;
}

.prewSpec .img {
  width: 190px;
  margin-right: 15px;
}

.prewSpec .img img {
  display: block;
}

.prewSpec .descrptn {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 29px;
}

.sendMailBlock .title {
  font-size: 25px;
  color: #D85D5D;
  text-transform: uppercase;
  margin: 20px 0;
}

.sendMailBlock .title span {
  display: block;
  font-size: 16px;
  text-transform: none;
  color: #4c4c4c;
}

.sendMailBlock .form input {
  width: 100%;
  max-width: 300px;
  border: 1px solid #8d8d8d;
  padding: 10px;
  display: block;
  margin: 5px 0;
}

.sendMailBlock .form a {
  text-transform: uppercase;
  background: #4b67ab;
  transition: all 0.4s ease 0s;
  padding: 5px 10px;
  margin: 10px 0;
  display: inline-block;
}

.sendMailBlock .form a:hover {
  background: #c63831;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

form button {
  text-transform: uppercase;
  color: #fff !important;
  background: #4b67ab;
  transition: all 0.4s ease 0s;
  padding: 5px 10px;
  margin: 10px 0;
  display: inline-block;
  text-decoration: none !important;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
}

form button:hover {
  background: #c63831;
}

.slick-slider .button {
  margin-top: 0;
}

.slick-slider p {
  padding-left: 8px;
}

.social li {
  list-style: none;
  width: 24px;
}

.autor img {
  width: 100%;
  max-width: 220px;
  padding: 0 25px;
}

/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 1300px) {
  .row-upcoming-events .content .spoler > div {
    margin: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .row-upcoming-events .content .spoler a {
    font-size: 1.2rem;
    padding: 2px 10px;
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .article-block {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  #mob_m_link {
    display: block;
  }

  .headerRow .content .nav .menu {
    display: none;
  }

  .row.general .content .main {
    width: 100%;
  }

  .row.general .content .main .edition > * {
    width: 100%;
  }

  .row.general .content .main .edition p {
    order: 2;
  }

  .row.general .content .main .edition > span {
    order: 1;
  }

  .isHome .row.general .content .sidebar {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }

  table.suscrb {
    display: block;
    overflow-x: auto;
  }

  .block-event {
    -webkit-box-pack: multiple;
    -moz-box-pack: multiple;
    flex-wrap: wrap;
  }

  .block-event .text {
    width: 100%;
  }

  .block-event .img {
    margin-top: 10px;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .row-upcoming-events .content {
    max-height: none;
    height: auto !important;
  }

  .row-upcoming-events .content .spoler {
    height: auto !important;
    width: 100%;
    max-height: none;
  }

  .row-upcoming-events .content .spoler span {
    font-size: inherit;
  }

  .row-upcoming-events .content .spoler .h1 {
    line-height: 50px;
    font-size: 2.5rem;
  }

  .row-upcoming-events .content .spoler .date {
    font-size: inherit;
    padding-left: 25px;
  }

  .row-upcoming-events .content .spoler p {
    font-size: inherit;
  }

  .row-upcoming-events .content .spoler a {
    font-size: 1.6rem;
  }

  .row-upcoming-events .content .big-img {
    display: none;
  }

  .row.general .content {
    -webkit-box-pack: multiple;
    -moz-box-pack: multiple;
    flex-wrap: wrap;
  }

  .row.general .content .sidebar {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }

  .top100 {
    display: none;
  }

  .ueex_informer {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .search {
    position: absolute;
    right: 33px;
    top: 68px;
  }

  .search input:focus {
    background: rgb(188, 64, 64) url(../svg/searcher.svg?v=1.0) no-repeat scroll left 8px center/auto 60%;
  }
}

@media screen and (max-width: 550px) {
  h1,
  .h1 {
    font-size: 2.3rem;
    line-height: 2.9rem;
  }

  h2,
  .h2 {
    font-size: 2.1rem;
    line-height: 2.7rem;
  }

  .head-img .title .date {
    font-size: 1rem;
  }

  .head-img .title h1 {
    line-height: 2.2rem;
  }

  .head-img .title .button {
    margin-top: 0;
    font-size: 1.5rem;
  }

  .pay .content > div {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .headerRow .content .nav .phone {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .row.timer .content .section > div {
    padding: 0 3px;
  }

  .row.timer .content .section > div .smalltext {
    font-size: 1.3rem;
  }

  .responsive-banner {
    height: 75px !important;
  }
}

@media screen and (max-width: 400px) {
  #mob_m_link {
    width: 30px;
    height: 30px;
  }

  .head-img::after {
    height: 100%;
  }
}