/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FONTS ------------------------------------------- */
/*------------------------------------------------------------------------------------------- */
@import url(fixes.css);
@font-face {
  font-family: 'Bitter';
  src: url("../fonts/Bitter-Regular.eot");
  src: url("../fonts/Bitter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Bitter-Regular.woff2") format("woff2"), url("../fonts/Bitter-Regular.woff") format("woff"), url("../fonts/Bitter-Regular.ttf") format("truetype"), url("../fonts/Bitter-Regular.svg#Bitter-Regular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Bitter';
  src: url("../fonts/Bitter-Bold.eot");
  src: url("../fonts/Bitter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Bitter-Bold.woff2") format("woff2"), url("../fonts/Bitter-Bold.woff") format("woff"), url("../fonts/Bitter-Bold.ttf") format("truetype"), url("../fonts/Bitter-Bold.svg#Bitter-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }
/*------------------------------------------------------------------------------------------- */
/*------------------------------------ START SETTINGS --------------------------------------- */
/*------------------------------------------------------------------------------------------- */
body {
  font-family: "Bitter", serif; }

h2, h3 {
  color: #43405a;
  font-weight: 400;
  display: block;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 15px;
  text-align: left; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 14px; }

p, li {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px; }
  p a, li a {
    color: #FFDF3E;
    font-size: 14px;
    font-weight: 400; }
    p a:hover, li a:hover {
      text-decoration: underline; }

a[href^="tel:"] {
  white-space: nowrap; }

#mmenu:not(.mm-menu) {
  display: none; }

span.red {
  font-size: inherit;
  color: #f05252;
  margin-left: 5px; }

.slick-dots {
  display: none; }

*:focus {
  outline: none !important; }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
  color: inherit;
  text-decoration: inherit; }

footer {
  margin: 0 auto;
  position: relative; }

a {
  line-height: normal;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }
  a:visited {
    color: inherit; }

form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  form .linkRow {
    display: flex;
    width: 100%;
    justify-content: space-between; }

input[type="text"], input[type="password"], input[type="email"], textarea, select, .select2-selection__rendered {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  margin-top: 8px;
  padding: 0 15px; }

label, .label {
  color: #43405a;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
    /*
    &.file{
        display: inline-flex;
        min-width: 130px;
        height: 40px;
        border-radius: 4px;
        background-color: #FFDF3E;
        padding: 0 15px;

    }*/ }
  label:not(button), .label:not(button) {
    display: block; }
  label sup, .label sup {
    color: #f05252;
    font-size: 60%;
    top: -7px; }
  label .info, .label .info {
    display: inline-block;
    color: #9b9b9b;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-left: 23px; }
  label input[type="file"], .label input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
  label.button, .label.button {
    margin-top: 8px;
    display: flex;
    width: 130px; }
  label.error input[type="text"], label.error input[type="password"], label.error input[type="email"], label.error textarea, label.error select,
  label.error .select2-selection__rendered, .label.error input[type="text"], .label.error input[type="password"], .label.error input[type="email"], .label.error textarea, .label.error select,
  .label.error .select2-selection__rendered {
    border-color: #f05252; }
  label.error .errorText, .label.error .errorText {
    display: inline-block; }

.errorText {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 8px;
  padding: 0 10px;
  background-color: #f05252;
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px; }
  .errorText:after {
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #f05252;
    position: absolute;
    bottom: 100%;
    right: 15px; }

textarea {
  padding: 15px;
  height: auto;
  min-height: 180px;
  resize: vertical; }

.select2 {
  margin-top: 8px; }

.select2-selection__rendered {
  height: auto;
  min-height: 40px;
  padding: 2px 15px 7px !important; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  display: inline-flex;
  flex-direction: row-reverse; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 20px; }

.select2-container .select2-search--inline {
  margin: 5px 5px 0 0; }
  .select2-container .select2-search--inline:after {
    content: "";
    width: 34px;
    height: 30px;
    background: url("../images/add.png") 0 0 no-repeat;
    margin: -3px 5px 0 0; }
  .select2-container .select2-search--inline input {
    margin: 0 !important;
    height: 23px !important;
    font-family: "Open Sans", sans-serif;
    font-style: 14px;
    color: #43405a; }

.select2-container .select2-selection--multiple {
  cursor: pointer !important; }

.select2, .select2-container--default .select2-selection--multiple {
  width: 100% !important;
  border: none !important;
  padding: 0;
  background-color: transparent;
  height: auto;
  min-height: 0; }

.select2-dropdown {
  border-color: #dfdfdf; }

.select2-dropdown--below {
  margin-top: -10px;
  border-radius: 0 0 4px 4px; }

.select2-container--default .select2-results__option[aria-selected="true"] {
  display: none; }

select {
  background: #fff url("../images/md-arrow-dropdown.png") 97% center no-repeat;
  color: #FFDF3E;
  cursor: pointer;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none !important; }
  select::-ms-expand {
    display: none; }
  select option {
    color: #43405a; }

.showPassword {
  float: right;
  font-size: 16px;
  cursor: pointer;
  color: #dfdfdf; }
  .showPassword:before {
    content: "\f06e";
    font-family: inherit;
    font-weight: 400; }
  .showPassword.show {
    color: #FFDF3E; }

.checkboxRow {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #43405a;
  margin-bottom: 10px;
  line-height: 20px; }
  .checkboxRow a {
    color: #FFDF3E; }
    .checkboxRow a:hover {
      text-decoration: underline; }

.checkbox, .radiobox {
  position: relative;
  display: inline-block;
  vertical-align: top; }
  .checkbox input, .radiobox input {
    width: 20px;
    height: 20px;
    position: relative;
    opacity: 0;
    z-index: 2;
    cursor: pointer; }
  .checkbox .falseCheckbox, .radiobox .falseCheckbox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: #FFDF3E;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer; }
  .checkbox input[type="checkbox"]:checked + .falseCheckbox, .radiobox input[type="checkbox"]:checked + .falseCheckbox {
    background: #FFDF3E url("../images/ios-checkmark.png") center no-repeat; }

.button {
  min-width: 130px;
  height: 36px;
  border-radius: 4px;
  background-color: #FFDF3E;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: #000000 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0 10px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -ms-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }
  .button:hover {
    box-shadow: 0 3px 6px rgba(40, 195, 102, 0.65);
    background-color: #FFDF3E;
    color: #ffffff !important;
    text-decoration: none !important; }
  .button:active {
    background-color: #FFDF3E;
    box-shadow: 0 3px 6px rgba(40, 195, 102, 0);
    color: #ffffff !important; }
  .button.notActive {
    background-color: #f2f2f2 !important;
    box-shadow: 0 3px 6px rgba(40, 195, 102, 0) !important;
    cursor: default;
    color: #a0a0a0 !important; }

a.button.close:hover {
  text-decoration: none !important; }

.carousel {
  margin: 30px -10px 20px; }
  .carousel .slick-track {
    display: flex; }
  .carousel .slick-dots {
    right: 10px; }

h2 + .carousel {
  margin-top: 0; }

.carouselSlide {
  display: flex !important;
  height: auto;
  justify-content: center;
  margin: 0 10px;
  width: 25%; }
  .carouselSlide:not(.slick-slide) {
    display: none !important; }

section {
  margin-bottom: 35px; }

.capcha {
  width: 230px; }

.mm-listview li {
  font-family: "Bitter", serif; }

.mm-menu {
  background-color: #FFD500; }

.mm-listview > li > a {
  color: #ffffff;
  font-size: 16px; }
  .mm-listview > li > a sup {
    color: #074e26; }

.mm-navbar, .mm-listview > li:not(.mm-divider)::after {
  border-bottom-color: #0c7c3d; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- HEADER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
@keyframes blink {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }
header {
  background-color: #FFD500;
  padding: 17px 0; }
  header .container {
    display: flex;
    justify-content: flex-end; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    header .container {
      justify-content: space-between; } }
  @supports (-ms-ime-align: auto) {
    header .container {
      justify-content: space-between; } }
  header .logo {
    display: inline-block;
    padding: 0 40px 0 38px;
    border-right: 1px solid #FFDF3E;
    margin-right: auto; }
    header .logo a {
      display: inline-block;
      margin-top: -12px; }
  header .widgetContainer {
    padding: 0 13px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: -8px 0; }
  header .userContainer {
    display: inline-flex;
    flex-direction: column;
    margin-left: 20px;
    padding: 0 20px 0 40px;
    border-left: 1px solid #FFDF3E;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    max-width: 275px; }
    header .userContainer__user {
      display: flex;
      justify-content: space-between; }
      header .userContainer__user .avatar {
        width: 42px;
        height: 42px;
        position: relative; }
        header .userContainer__user .avatar figure {
          width: 42px;
          height: 42px;
          overflow: hidden;
          border-radius: 100%; }
          header .userContainer__user .avatar figure img {
            width: 42px;
            height: 42px;
            object-fit: cover; }
        header .userContainer__user .avatar.notification:after {
          content: "";
          width: 8px;
          height: 8px;
          background-color: #fdcd00;
          border-radius: 100%;
          position: absolute;
          top: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          margin-top: 3px;
          animation: blink  1s infinite ease-in-out;
          animation-direction: alternate; }
      header .userContainer__user .name {
        width: calc(100% - 50px);
        color: #000000;
        font-size: 14px;
        font-weight: 400;
        line-height: 18px; }
        header .userContainer__user .name:hover {
          text-decoration: underline; }
  header .enterButtons {
    display: flex;
    width: 100%;
    justify-content: space-between;
    color: #000000;
    font-size: 14px;
    font-weight: 400; }
    header .enterButtons a {
      color: inherit; }
      header .enterButtons a:hover {
        text-decoration: underline; }
  header .exit {
    margin-left: auto;
    color: #000000;
    font-size: 14px;
    font-weight: 400; }
    header .exit:hover {
      color: #fff;
      text-decoration: none; }

.menu {
  background-color: #FFDF3E;
  padding-top: 5px;
  width: 100%;
  /* position: absolute;
   top: 50px;*/
  margin-bottom: 35px;
  z-index: 1000; }
  .menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    width: 100%; }
  .menu li {
    width: 1000px;
    font-family: "Bitter", serif; }
    .menu li a {
      width: 100%;
      height: 56px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000000;
      font-size: 20px;
      font-weight: 400;
      position: relative; }
      .menu li a span {
        color: #252433;
        font-size: 14px;
        font-weight: 400;
        position: absolute;
        top: 0;
        right: 20px; }
    .menu li.active a, .menu li a:hover {
      color: #252433;
      text-decoration: none;
      background: url("../images/menuHover.png") 0 bottom no-repeat;
      -webkit-background-size: contain;
      background-size: contain; }

/*------------------------------------------------------------------------------------------- */
/*----------------------------------------- FOOTER ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
footer {
  background-color: #f2f2f2;
  padding-top: 30px;
  margin-top: 60px; }
  footer .footerBox__heading {
    color: #43405a;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px; }
  footer .footerBox a[href^="tel:"] {
    color: #43405a;
    font-size: 20px;
    font-weight: 400; }
    footer .footerBox a[href^="tel:"]:hover {
      color: #FFDF3E;
      text-decoration: none; }
  footer .footerBox a {
    color: #43405a;
    font-size: 14px;
    font-weight: 400; }
    footer .footerBox a:hover {
      text-decoration: underline; }
  footer .footerBottom {
    margin-top: 30px;
    background-color: #43405a; }
    footer .footerBottom .container {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 42px;
      color: #f2f2f2;
      font-size: 14px;
      font-weight: 400; }
      footer .footerBottom .container a {
        color: inherit; }
        footer .footerBottom .container a:hover {
          text-decoration: underline; }
      footer .footerBottom .container > * {
        margin: 0 8px; }
  footer .socnetContainer {
    font-size: 0; }
    footer .socnetContainer a {
      display: inline-block;
      margin: 10px 10px 0 0;
      opacity: 0.9; }
      footer .socnetContainer a i {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        border-radius: 100%; }
        footer .socnetContainer a i.fa-whatsapp {
          background-color: #55cd6c; }
        footer .socnetContainer a i.fa-facebook-f {
          background-color: #3b5998; }
        footer .socnetContainer a i.fa-twitter {
          background-color: #55acee; }
        footer .socnetContainer a i.fa-youtube {
          background-color: #d22215; }
        footer .socnetContainer a i.fa-instagram {
          background-color: #6c27b3; }
        footer .socnetContainer a i.fa-skype {
          background-color: #00aff0; }
        footer .socnetContainer a i.fa-viber {
          background-color: #ae56a4; }
        footer .socnetContainer a i.fa-telegram-plane {
          background-color: #0092d3; }
      footer .socnetContainer a:hover {
        text-decoration: none;
        opacity: 1; }
  footer .contacts {
    display: flex;
    flex-direction: column; }
    footer .contacts a, footer .contacts a[href^="tel:"] {
      color: #43405a;
      font-size: 14px;
      font-weight: 400; }
      footer .contacts a:hover, footer .contacts a[href^="tel:"]:hover {
        color: inherit;
        text-decoration: underline; }

/*------------------------------------------------------------------------------------------- */
/*---------------------------------------- CONTENT ------------------------------------------ */
/*------------------------------------------------------------------------------------------- */
.banerBlock {
  margin-bottom: 22px; }

.sideBar__socNet {
  display: flex;
  width: 100%;
  max-width: 270px;
  padding: 10px 15px;
  justify-content: center;
  flex-wrap: wrap;
  background: #FFDF3E url("../images/socBg.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-blend-mode: overlay;
  min-height: 117px;
  align-items: flex-start;
  margin-bottom: 22px; }
  .sideBar__socNet__heading {
    color: #000000;
    font-size: 20px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .sideBar__socNet a {
    font-size: 30px;
    margin: 0 10px 10px;
    color: #000000; }

.slick-dots {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -32px;
  list-style: none;
  text-align: right;
  font-size: 0; }
  .slick-dots li {
    display: inline-block;
    margin-left: 3px; }
    .slick-dots li button {
      font-size: 0;
      width: 7px;
      height: 7px;
      background-color: #dfdfdf;
      border-radius: 100%;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      -ms-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.5s;
      -moz-transition-duration: 0.5s;
      -ms-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s;
      -webkit-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      -ms-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease; }
    .slick-dots li.slick-active button {
      background-color: #FFDF3E; }

.newsSlide {
  display: flex !important;
  justify-content: space-between;
  overflow: hidden;
  margin-bottom: 20px; }
  .newsSlide:not(.slick-slide) {
    display: none; }
    .newsSlide:not(.slick-slide):nth-child(1), .newsSlide:not(.slick-slide):nth-child(2), .newsSlide:not(.slick-slide):nth-child(3), .newsSlide:not(.slick-slide):nth-child(4) {
      display: flex !important; }
  .newsSlide:hover .newsSlide__content__heading {
    text-decoration: underline; }
  .newsSlide figure img {
    width: 100px;
    height: 69px;
    object-fit: cover; }
  .newsSlide__content {
    width: calc(100% - 110px);
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative; }
    .newsSlide__content:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 20px;
      background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0)), to(#fff));
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), #fff);
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); }
    .newsSlide__content__heading {
      color: #43405a;
      font-size: 13px;
      font-weight: 400;
      margin-top: -3px; }
    .info {
      display: block;
      color: #9b9b9b;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: 400;
      align-items: center;
      flex-wrap: wrap; }
      .info .date {
        margin-right: 10px;
        display: inline-block; }
      .info .view {
        display: inline-block;
        margin-right: 10px; }
        .info .view:before {
          content: "\f06e";
          margin-right: 5px; }
      .info .massage {
        display: inline-block;
        margin-right: 10px; }
        .info .massage:before {
          content: "\f27a";
          margin-right: 5px;
          -webkit-transform: scaleX(-1);
          -moz-transform: scaleX(-1);
          -o-transform: scaleX(-1);
          -ms-transform: scaleX(-1); }
      .info a {
        color: inherit; }
        .info a:hover {
          color: #FFDF3E; }
      .info .salary {
        display: block;
        width: 100%;
        color: #FFDF3E;
        font-size: 14px;
        font-weight: 400; }
    .newsSlide__content .info {
      border-bottom: 1px solid #dfdfdf; }
    .newsSlide__content p {
      color: #17161e;
      font-family: "Open Sans", sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px; }

.oneNews {
  display: flex;
  flex-direction: column; }
  .oneNews-row {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 35px; }
    .oneNews-row:hover {
      box-shadow: 0 6px 9px rgba(0, 0, 0, 0.16); }
    .oneNews-row figure {
      width: 270px;
      margin: 0; }
    .oneNews-row img {
      width: 270px;
      height: 190px;
      object-fit: cover; }
    .oneNews-row .oneNews__content {
      width: calc(100% - 300px);
      padding: 5px 15px 15px 0; }
      .oneNews-row .oneNews__content p:last-of-type {
        margin-bottom: 0; }
      .tableBoxContainer {
        display: flex; }

      .tableBox {
        width: 1000px;
        border: none;
        display: inline-flex;
        flex-direction: column;
        margin-bottom: 20px; }
        .tableBox a {
          color: #10a3ff;
          font-size: 14px;
          font-weight: 400; }
          .tableBox a.location {
            color: #FFDF3E; }
          .tableBox a:hover {
            text-decoration: underline; }
        .tableBox a[href^="tel:"] {
          color: inherit;
          display: block; }
          .tableBox a[href^="tel:"]:hover {
            text-decoration: underline; }
        .tableBox__heading {
          color: #17161e;
          font-size: 14px;
          font-weight: 400;
          line-height: 16px;
          padding-bottom: 3px; }
        .tableBox td, .tableBox th {
          color: #43405a;
          font-size: 14px;
          font-weight: 400;
          vertical-align: top;
          padding: 0 3px; }
          .tableBox td:first-of-type, .tableBox th:first-of-type {
            padding-left: 0; }
          .tableBox td:last-of-type, .tableBox th:last-of-type {
            padding-right: 0; }
        .tableBox table {
          margin-bottom: 0; }
  .oneNews.colored {
    background-color: #efffe0; }
  .oneNews .urgently {
    display: inline-block;
    border-radius: 4px;
    background-color: #f05252;
    line-height: 24px;
    padding: 0 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px; }
  .oneNews__heading {
    color: #43405a;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    display: block;
    margin-bottom: 10px; }
    .oneNews__heading:hover {
      text-decoration: underline; }
  .oneNews .info {
    margin-bottom: 10px; }
    .oneNews .info > * {
      margin-right: 30px; }
  .oneNews figure {
    position: relative; }

.paidBlock .oneNews figure:after {
  content: "";
  width: 23px;
  height: 23px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  background: url("../images/uah.png") 0 0 no-repeat; }

.bigBan {
  margin-bottom: 50px; }
  .bigBan img {
    width: 100%;
    height: auto; }

.eventCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%; }
  .eventCard > * {
    text-align: center; }
  .eventCard .date {
    color: #9d9d9d;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 3px; }
  .eventCard figure {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 5px; }
    .eventCard figure img {
      width: 100%;
      height: auto;
      object-fit: cover; }
  .eventCard__name {
    color: #43405a;
    font-size: 14px;
    font-weight: 400; }
  .eventCard__location {
    color: #9b9b9b;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    margin-top: auto; }
  .eventCard__price {
    color: #43405a;
    font-size: 14px;
    font-weight: 400; }
  .eventCard .button {
    margin-top: 20px; }

a.eventCard:hover .eventCard__name {
  text-decoration: underline; }

*:not(.carousel) .eventCard .date {
  margin-bottom: 20px; }
*:not(.carousel) .eventCard figure {
  margin-bottom: 15px; }
*:not(.carousel) .eventCard .button {
  margin-bottom: 50px; }

.carouselGreed .slick-track {
  margin-left: 0;
  margin-right: 0;
  min-width: 100%; }
.carouselGreed .oneNews {
  width: calc(100% - 35px);
  margin-bottom: 33px; }
.carouselGreed__slide {
  display: inline-flex !important;
  justify-content: flex-start; }
  .carouselGreed__slide:nth-child(even) {
    justify-content: flex-end; }

.newsContent {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden; }
  .newsContent img {
    margin-bottom: 20px; }
  .newsContent .newsHeading {
    color: #43405a;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px; }
  .newsContent__content {
    width: 100%;
    max-width: 730px;
    margin: 0 auto 20px;
    position: relative;
    text-align: center;
    padding-bottom: 20px; }
    .newsContent__content > * {
      text-align: left; }
    .newsContent__content:after {
      content: "";
      width: 10000px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      background-color: #dfdfdf; }
  .newsContent .info {
    display: flex;
    width: 100%;
    margin-bottom: 30px; }
    .newsContent .info > * {
      margin-right: 30px; }
  .newsContent .autorName {
    text-align: center;
    color: #43405a;
    font-size: 14px;
    font-weight: 400; }

.searchSection {
  padding: 15px 70px 45px;
  border-radius: 4px;
  background-color: #f2f2f2; }

.searchForm {
  text-align: left;
  align-items: flex-start; }
  .searchForm p {
    width: 100%; }
  .searchForm a {
    color: #FFDF3E;
    font-size: 14px;
    font-weight: 400; }
    .searchForm a:hover {
      text-decoration: underline; }
  .searchForm__input {
    display: flex;
    width: 100%;
    clear: both;
    position: relative; }
    .searchForm__input .button {
      width: 170px;
      height: 40px;
      border-radius: 0 4px 4px 0;
      background-color: #FFDF3E; }
      .searchForm__input .button:before {
        content: "\f002";
        font-family: "Font Awesome 5 Free", serif;
        font-weight: 600;
        font-size: 20px;
        margin-right: 10px; }
    .searchForm__input label {
      width: calc(100% - 170px);
      margin: 0; }
    .searchForm__input input {
      width: 100%;
      margin: 0;
      position: relative;
      z-index: 2;
      color: #43405a;
      font-size: 30px;
      font-weight: 400;
      padding-right: 55px; }
      .searchForm__input input:focus::placeholder {
        color: rgba(0, 0, 0, 0); }
    .searchForm__input .fas {
      display: flex;
      width: 30px;
      height: 30px;
      justify-content: center;
      align-items: center;
      border-radius: 6px;
      border: 1px solid #dfdfdf;
      background-color: #f2f2f2;
      position: absolute;
      top: 50%;
      right: 182px;
      z-index: 3;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      cursor: pointer;
      font-size: 16px;
      color: #43405a; }
      .searchForm__input .fas.active, .searchForm__input .fas:hover {
        background-color: #FFDF3E;
        border: 1px solid #FFDF3E;
        color: #fff; }
        .searchForm__input .fas.active:hover, .searchForm__input .fas:hover:hover {
          box-shadow: 0 0 5px rgba(0, 173, 69, 0.24); }

.categoryContainer {
  margin-top: 35px; }
  .categoryContainer ul {
    column-count: 3;
    list-style: none; }
  .categoryContainer li {
    position: relative; }
  .categoryContainer__category {
    color: #43405a;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    width: auto;
    padding-left: 25px;
    margin-bottom: 3px; }
    .categoryContainer__category input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: -1; }
    .categoryContainer__category.checked {
      color: #FFDF3E; }
      .categoryContainer__category.checked svg * {
        fill: #FFDF3E !important; }
  .categoryContainer figure {
    width: 17px;
    height: 17px;
    position: absolute;
    top: -2px;
    left: 0; }
    .categoryContainer figure img {
      width: 17px;
      height: 17px;
      object-fit: contain; }
  .categoryContainer svg {
    object-fit: cover;
    /*
    &#four-grid-layout-design-interface-symbol {
        width: 11px;
        height: 11px;
        top: 5px;
        left: 3px;
    }*/ }
    .categoryContainer svg * {
      fill: #43405a !important; }

.searchResult__sorting {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 5px;
  margin-bottom: 35px; }
  .searchResult__sorting .sortingBy {
    display: inline-flex;
    align-items: center; }
  .searchResult__sorting label {
    width: auto;
    margin: 0;
    font-size: inherit;
    color: inherit; }
  .searchResult__sorting select {
    display: inline-block;
    height: 22px;
    border-radius: 4px;
    background-color: #f2f2f2;
    -webkit-background-size: 9px 5px;
    background-size: 9px 5px;
    margin: 0 0 0 10px;
    border: none;
    font-size: 14px;
    padding: 0 20px 0 5px; }

.advancedSearch {
  display: none;
  width: 100%;
  padding-top: 35px; }
  .advancedSearch form {
    display: block;
    width: 100%; }

.directoryFilter {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 4px;
  margin-bottom: 30px;
    /*
   &__cardContainer {
       /      -webkit-column-count: 2;
       -moz-column-count: 2;
       column-count: 2;
       width:100%;
       -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
       column-gap: 10px;

    }
    */ }
  .directoryFilter__item {
    width: 104px;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    position: relative;
    text-align: center;
    color: #43405a;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    padding: 17px 5px; }
    .directoryFilter__item:first-of-type {
      margin-left: 0; }
    .directoryFilter__item:last-of-type {
      margin-right: 0; }
    .directoryFilter__item input {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 5;
      cursor: pointer;
      width: 100%;
      height: 100%;
      opacity: 0; }
    .directoryFilter__item svg {
      height: 25px; }
      .directoryFilter__item svg * {
        fill: #43405a !important; }
    .directoryFilter__item span {
      display: flex;
      text-align: center;
      align-items: center;
      height: calc(100% - 25px);
      width: 100%; }
    .directoryFilter__item.checked, .directoryFilter__item:hover {
      color: #fff;
      border-color: #FFDF3E;
      background-color: #FFDF3E; }
      .directoryFilter__item.checked svg *, .directoryFilter__item:hover svg * {
        fill: #fff !important; }
    .directoryFilter__item:hover {
      background-color: #FFD500; }
  .directoryFilter__card {
    display: none;
    padding: 5px 0;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    margin-bottom: 20px; }
    .directoryFilter__card__heading {
      width: 100%;
      color: #FFDF3E;
      font-size: 14px;
      font-weight: 400;
      padding: 0 17px 5px;
      border-bottom: 1px dashed #dfdfdf;
      margin-bottom: 5px; }
    .directoryFilter__card__items {
      padding: 0 17px; }
    .directoryFilter__card__item {
      width: auto;
      position: relative;
      cursor: pointer;
      font-size: 14px;
      font-weight: 400;
      line-height: 21px;
      color: #17161e;
      margin: 0; }
      .directoryFilter__card__item input {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: -1; }
      .directoryFilter__card__item:hover {
        color: #FFD500; }
      .directoryFilter__card__item:after {
        content: "|";
        margin: 0 3px 0 0;
        color: #dfdfdf !important; }
      .directoryFilter__card__item:last-of-type:after {
        display: none; }
      .directoryFilter__card__item.checked {
        color: #FFDF3E; }
  .directoryFilter__control {
    display: flex;
    justify-content: flex-end; }
  .directoryFilter__close, .directoryFilter__refresh {
    color: #FFDF3E;
    font-size: 20px;
    font-weight: 400;
    margin-right: 68px;
    cursor: pointer; }
    .directoryFilter__close:hover span, .directoryFilter__refresh:hover span {
      text-decoration: underline; }
  .directoryFilter__refresh {
    margin-right: 0; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .directoryFilter {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 30px;
    flex-wrap: wrap; }
    .directoryFilter__item {
      margin: 0 2px 4px; } }
@supports (-ms-ime-align: auto) {
  .directoryFilter {
    display: flex;
    justify-content: flex-start;
    margin: 0 auto 30px;
    flex-wrap: wrap; }
    .directoryFilter__item {
      margin: 0 2px 4px; } }
.innerDirectory {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .innerDirectory > * {
    width: 100%; }
  .innerDirectory__heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #43405a;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px; }
    .innerDirectory__heading__category {
      display: inline-block;
      color: #FFDF3E;
      font-size: 14px;
      font-weight: 400; }
      .innerDirectory__heading__category:before {
        content: "("; }
      .innerDirectory__heading__category:after {
        content: ")"; }

.sliderContainer, .descriptionContainer {
  width: calc(50% - 15px);
  margin-bottom: 30px; }

.descriptionContainer {
  padding: 15px 35px;
  background-color: #f2f2f2; }
  .descriptionContainer table {
    width: 100%;
    border: none;
    margin-bottom: 15px; }
    .descriptionContainer table a {
      color: #10a3ff;
      font-size: 14px;
      font-weight: 400; }
      .descriptionContainer table a[href^="tel:"] {
        color: inherit;
        display: block; }
      .descriptionContainer table a:hover {
        text-decoration: underline; }
      .descriptionContainer table a.location {
        color: #FFDF3E; }
  .descriptionContainer tr:first-of-type td, .descriptionContainer th {
    color: #17161e;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding-bottom: 3px; }
  .descriptionContainer td, .descriptionContainer th, .descriptionContainer td tr:first-of-type td, .descriptionContainer td th {
    color: #43405a;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
    padding: 0; }
    .descriptionContainer td table, .descriptionContainer th table, .descriptionContainer td tr:first-of-type td table, .descriptionContainer td th table {
      margin-bottom: 0; }
  .descriptionContainer *:last-of-type {
    bottom: 0; }

.bigSlider {
  margin-bottom: 5px; }
  .bigSlider img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .bigSlider img:not(.slick-slide) {
      display: none; }
    .bigSlider img:first-of-type {
      display: block; }
  .bigSlider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 50;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 22px;
    height: 40px;
    background-color: #dfdfdf;
    opacity: 0.6;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #43405a;
    font-size: 20px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -ms-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5;
    -moz-transition-duration: 0.5;
    -ms-transition-duration: 0.5;
    -o-transition-duration: 0.5;
    transition-duration: 0.5;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease; }
    .bigSlider .slick-arrow:hover {
      opacity: 1; }
    .bigSlider .slick-arrow.slick-prev {
      left: 0; }
    .bigSlider .slick-arrow.slick-next {
      right: 0; }

.smallSlider figure {
  margin: 0 2px;
  border: 1px solid #f2f2f2;
  cursor: pointer; }
  .smallSlider figure:not(.slick-slide) {
    display: none; }
  .smallSlider figure.slick-current {
    border-color: #FFDF3E; }

.grayBlock {
  border-radius: 4px;
  background-color: #f2f2f2;
  padding: 20px 70px;
  margin-bottom: 35px; }
  .grayBlock > h2 {
    color: #43405a;
    font-size: 30px;
    font-weight: 400;
    border-bottom: none;
    margin-bottom: 20px; }
  .grayBlock select {
    min-width: 195px; }
  .grayBlock td {
    vertical-align: top;
    max-width: 33.33%; }
    .grayBlock td label {
      margin-bottom: 10px; }
    .grayBlock td:nth-child(2) {
      width: 150px;
      padding: 0 10px; }
    .grayBlock td:last-of-type {
      text-align: right; }
    .grayBlock td p {
      font-size: 12px;
      padding-left: 38px;
      line-height: normal;
      text-align: left !important; }
    .grayBlock td ul, .grayBlock td ol {
      padding-left: 53px; }
    .grayBlock td select {
      margin: 0; }
  .grayBlock .example {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    font-family: "Open Sans", sans-serif; }
    .grayBlock .example p {
      margin-bottom: 10px; }
  .checkbox label:before {
    background: url("../images/check.png") 0 0 no-repeat; }

  .radiobox label:before {
    background: url("../images/radio.png") 0 0 no-repeat; }

  .checkbox label, .radiobox label {
    display: flex;
    align-items: center;
    position: relative; }
    .checkbox label:before, .radiobox label:before {
      content: "";
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      left: 0; }
  .checkbox.checked label:before, .radiobox.checked label:before {
    background-position-y: bottom; }
  .checkbox input, .radiobox input {
    margin-right: 15px;
    width: 20px;
    height: 20px; }
  .grayBlock .price {
    white-space: nowrap;
    color: #FFDF3E;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end; }

.outputImg {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -15px;
  width: calc(100% + 15px); }
  .outputImg__cell {
    display: inline-block;
    position: relative;
    margin: 0 15px 15px 0; }
    .outputImg__cell img {
      width: 125px;
      height: 75px;
      object-fit: cover; }
    .outputImg__cell .trash {
      width: 24px;
      height: 24px;
      position: absolute;
      top: -10px;
      right: -10px;
      z-index: 1;
      cursor: pointer;
      border-radius: 6px;
      background: #f05252 url("../images/ios-trash.png") center no-repeat; }
      .outputImg__cell .trash:hover {
        background-color: #e34e4e; }
  .outputImg.outputBanner .outputImg__cell img {
    width: 344px;
    height: 45px; }

.resultBlock {
  padding: 0 70px;
  display: flex;
  align-items: center; }
  .resultBlock .button {
    margin-left: 10px; }
  .resultBlock .totalPrice {
    margin-left: auto;
    white-space: nowrap;
    color: #FFDF3E;
    font-size: 20px;
    font-weight: 400; }

.cabNav {
  display: flex;
  justify-content: space-between;
  margin: 0 -2px 23px;
  width: calc(100% + 4px); }
  .cabNav__item {
    width: 250px;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    margin: 0 2px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    color: #43405a;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
    position: relative; }
    .cabNav__item svg {
      height: 26px;
      width: 100px;
      fill: #43405a !important;
      margin-bottom: 5px; }
      .cabNav__item svg * {
        fill: #43405a !important; }
    .cabNav__item:hover, .cabNav__item.active {
      background-color: #FFDF3E;
      border-color: #FFDF3E;
      color: #fff; }
      .cabNav__item:hover svg, .cabNav__item.active svg {
        fill: #fff !important; }
        .cabNav__item:hover svg *, .cabNav__item.active svg * {
          fill: #fff !important; }
    .cabNav__item:nth-child(2):hover svg use, .cabNav__item:nth-child(2).active svg use {
      stroke: #fff !important; }
    .cabNav__item.massage:after {
      content: "";
      width: 12px;
      height: 12px;
      background-color: #fdcd00;
      border-radius: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      animation: blink  1s infinite ease-in-out;
      animation-direction: alternate;
      margin-left: 18px;
      margin-top: -2px; }

.cabContent {
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
  padding: 10px 70px 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 33px;
  border-radius: 4px; }
  .cabContent:last-of-type {
    margin: 0; }
  .cabContent h2 {
    margin-left: -70px;
    margin-right: -70px;
    padding: 0 70px 5px;
    border-style: dashed; }
  .cabContent .avatar {
    display: inline-flex;
    align-items: center;
    width: auto;
    align-self: flex-start; }
  .cabContent .avatarContainer {
    border: 1px solid #dfdfdf;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
    display: inline-block; }
    .cabContent .avatarContainer img {
      width: 73px;
      height: 73px;
      object-fit: cover; }
  .cabContent .button {
    align-self: flex-start; }
  .cabContent .half {
    width: 50%; }

.myAdContainer {
  margin: 0 -30px;
  width: calc(100% + 60px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 30px; }

.myAd__card {
  display: flex;
  flex-direction: column;
  background-color: #ffe7b2;
  height: 100%;
  border-radius: 10px;
  padding: 20px 25px 10px;
  justify-content: flex-start;
  position: relative;
  min-height: 210px; }
  .myAd__card .date {
    color: #43405a;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: "Open Sans", sans-serif; }
  .myAd__card p {
    font-family: "Bitter", serif;
    font-size: 16px;
    font-weight: 400; }
  .myAd__card .view {
    color: #43405a;
    font-size: 14px;
    margin-top: auto; }
  .myAd__card .buttons {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px; }
    .myAd__card .buttons > * {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      margin-left: 8px;
      width: 23px;
      height: 23px;
      border-radius: 6px;
      background-color: #ffffff;
      cursor: pointer; }
      .myAd__card .buttons > *:hover svg * {
        fill: #fff !important; }
    .myAd__card .buttons .edit:hover {
      background-color: #FFDF3E; }
    .myAd__card .buttons .del:hover {
      background-color: #f05252; }
    .myAd__card .buttons .del {
      position: static !important; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .myAdContainer {
    display: flex;
    align-items: flex-start; }

  .myAd__card {
    margin-bottom: 30px; } }
@supports (-ms-ime-align: auto) {
  .myAdContainer {
    display: flex;
    align-items: flex-start; }

  .myAd__card {
    width: calc(33.333% - 15px);
    margin-bottom: 30px; } }
.del {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  width: 23px;
  height: 23px;
  border-radius: 6px;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 5; }
  .del:hover {
    background-color: #f05252; }
    .del:hover svg * {
      fill: #fff !important; }

.accordionBlock {
  border-radius: 4px;
  background-color: #f2f2f2;
  padding: 10px 25px 25px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px; }
  .accordionBlock .date {
    color: #43405a;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px; }
  .accordionBlock__heading {
    color: #43405a;
    font-size: 20px;
    margin-bottom: 20px; }
  .accordionBlock .moreButton, .accordionBlock .lessButton {
    color: #FFDF3E;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer; }
    .accordionBlock .moreButton:hover, .accordionBlock .lessButton:hover {
      text-decoration: underline; }
  .accordionBlock__content {
    display: none;
    padding-top: 20px; }
    .accordionBlock__content table {
      width: 100%;
      font-family: "Open Sans", sans-serif;
      margin-bottom: 20px; }
      .accordionBlock__content table td:last-of-type {
        color: #FFDF3E;
        text-align: right;
        padding-right: 0; }
      .accordionBlock__content table td:first-of-type {
        padding-left: 0; }
      .accordionBlock__content table td {
        padding: 5px 10px; }
  .accordionBlock.open .moreButton {
    opacity: 0;
    cursor: default; }

.additionalBlock {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  border: 1px dashed #a7a7a7;
  padding: 15px 20px;
  margin-bottom: 20px;
  position: relative; }
  .additionalBlock .button-addMore {
    margin: 0 auto; }
  .additionalBlock .del {
    background-color: #f05252; }
    .additionalBlock .del svg * {
      fill: #fff !important; }
    .additionalBlock .del:hover {
      background-color: #fff; }
      .additionalBlock .del:hover svg * {
        fill: #f05252 !important; }

/*-----------------------USE---------------------------
footer {
   @include text-shadow(1px, #000);
   @include gradient($color1, $color2);
   @include hr_gradient($color1, $color2);
   @include transition(all,0.5s);
   @include transform(skew(20deg));
   @include transform(translate(-50% , -50%));
   @include custom_border(border-color,border-weight,dash-size,gap-size);
}
-----------------------------------------------------*/
.b-modal {
  background-color: rgba(23, 118, 61, 0.85) !important; }

.close {
  float: none;
  opacity: 1;
  text-shadow: none;
  line-height: normal;
  font-weight: normal; }

.modalBlock {
  width: calc(100% - 30px);
  max-width: 500px;
  border-radius: 20px;
  background-color: #ffffff;
  padding: 40px 35px 30px;
  position: relative;
  text-align: center; }
  .modalBlock .cross {
    position: absolute;
    top: 16px;
    right: 14px;
    color: #FFDF3E;
    font-size: 20px; }
    .modalBlock .cross:hover {
      color: #8f2124 !important;
      line-height: normal; }
  .modalBlock > img {
    margin-bottom: 40px; }
  .modalBlock > * {
    text-align: left; }
  .modalBlock__heading {
    text-align: center;
    color: #43405a;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px; }
  .modalBlock form {
    text-align: center; }
    .modalBlock form > * {
      text-align: left; }
    .modalBlock form .button {
      margin: 50px 0 25px; }
      .modalBlock form .button:hover {
        color: #fff !important; }
  .modalBlock a {
    font-size: 14px;
    font-weight: 400;
    color: #FFDF3E;
    line-height: normal !important; }
    .modalBlock a:hover {
      color: #FFDF3E !important;
      text-decoration: underline !important; }
  .modalBlock p {
    text-align: center; }
  .modalBlock.to_advertise {
    max-width: 900px; }
    .modalBlock.to_advertise .oneNews p {
      text-align: left; }
    .modalBlock.to_advertise .oneNews:hover {
      box-shadow: 0 0 0 rgba(0, 0, 0, 0); }
    .modalBlock.to_advertise .oneNews__heading:hover {
      text-decoration: none; }

.widgetContainer#weather .cross {
  display: none;
  position: absolute;
  top: 4px;
  right: 10px;
  color: #FFDF3E;
  font-size: 20px; }
  .widgetContainer#weather .cross:hover {
    color: #8f2124 !important;
    line-height: normal; }

/*# sourceMappingURL=style.css.map */
