div.unigalcl h1.module-title,
div.unigalcl h2.module-title,
div.unigalcl h3.module-title
{
	margin-left:20px;
}

div.topgallery
{
	margin-left:10px;
	margin-right:10px;
}
div.topgallery .card-body
{
	padding:15px;
}
div.galrow
{
	/*margin: 20px;
	border: 1px solid #e0e0e0;*/
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-initialized .slick-slide
{
	/*display:block;*/
	display: flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

/* new */
.meth-results-step {
    background: #fff;
    border-radius: .5em;
    min-height: 28.75em;
    padding: 32px 24px;
    position: relative;
}

.meth-results-step__wrap {
    max-height: 100%;
}

.quiz-do-posle .meth-results-step__cont {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.meth-results-step__cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
}

.quiz-do-posle .meth-results-step__cont-wrap {
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.meth-results-step__cont-wrap {
    -ms-flex-preferred-size: 32em;
    flex-basis: 32em;
    margin-right: 2em;
}

.meth-results-step__counter {
    color: rgba(44, 62, 80, .54);
    margin-bottom: 30px;
}

.meth-results-step__counter p {
    font-size: .9375em;
    font-weight: 700;
    line-height: 1.334;
}

.meth-results-step__counter .meth-results-step__currstep {
    color: #2c3e50;
}

.meth-results-step__title {
    margin-bottom: 2em;
}

.contacts-page-info__address p, .contacts-page-info__email-item .link, .user-data-form__title, h3 {
    font-size: 1.5em;
    line-height: 1.334;
}

.quiz-do-posle .meth-results-step__desc {
    height: 230px;
    overflow-y: auto;
}
.meth-results-step__desc {
    height: 280px;
    opacity: .7;
}

.quiz-do-posle .meth-results-step__desc p {
    max-height: unset;
    overflow: unset;
}
.meth-results-step__desc p {
    font-size: 1em;
    font-weight: 500;
    line-height: 28px;
    max-height: 17.5em;
    overflow: auto;
}

.quiz-do-posle .results-form {
    display: block;
}
.results-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: auto;
}

.quiz-do-posle .results-form h4 {
    margin-top: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
}

.quiz-do-posle .results-form__wrap {
    max-width: 100%;
}
.results-form__wrap {
    width: 100%;
    max-width: 470px;
}

.results-form .form__inpbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.quiz-do-posle .results-form .input {
    max-width: 100%;
}
.results-form .input {
    margin-right: -5px;
    width: 100%;
    max-width: 364px;
    border: 1px solid #c6ced6;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #fff;
    height: 3em;
}

.input._solid .input__inp {
    position: static;
    height: 100%;
    padding: 1em;
    font-size: .9375em;
}
.input .input__inp {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .5rem 0 .5rem .5rem;
    height: 46px;
}

.input._solid .input__label .label__text {
    font-size: .9375em;
}
.input .input__label .label__text {
    -webkit-transition: font-size .2s ease-out;
    -o-transition: font-size .2s ease-out;
    transition: font-size .2s ease-out;
    will-change: font-size;
}

.results-form .btn._primary {
    min-height: 48px;
    min-width: 167px;
}
.btn._primary {
    background: #ff595f;
    border-color: #ff595f;
    color: #fff;
}

.btn .btn__text {
    font-size: .9375em;
    line-height: 1.334;
    display: inline-block;
}
.btn .btn__text, .btn.cart-btn .icon-text__text, .btn.complete-btn .icon-text__text, b, strong {
    font-weight: 700;
}

.free-banner__form-text {
    margin-top: .5em;
    text-align: right;
    opacity: .54;
}

.form-page__error {
    position: static;
}
.form-page__error {
    position: absolute;
    top: -40%;
    margin-top: .5em;
    color: #ff595f;
    font-weight: 700;
}

.free-banner__form-text p {
    position: relative;
}
.free-banner__form-text p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

.quiz-do-posle .results-form .link {
    display: inline;
}

.link._underlined .link__cont {
    display: inline;
}
.link__cont {
    display: block;
    position: relative;
}
.link._underlined .link__text {
    border-bottom: 1px solid transparent;
    -webkit-transition: border .2s;
    -o-transition: border .2s;
    transition: border .2s;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    opacity: .75;
}
.free-banner__form-text .link__cont > span {
    display: inline !important;
}
.free-banner__form-text p .link__text {
    border-bottom: 1px solid #8e97a0 !important;
}

.quiz-do-posle .meth-results-step__pic {
    position: relative;
    padding-bottom: 38.5%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 32px;
    width: 100%;
    max-width: 728px;
}
.meth-results-step__pic {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-top: 0;
    max-width: 585px;
    min-width: 25em;
    overflow: hidden;
    padding-top: 0;
    position: relative;
    width: 100%;
}

.meth-results-step__pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}

.pl_result_dp {
    background: -o-linear-gradient(bottom, rgba(44, 62, 80, .42) 0, rgba(44, 62, 80, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(44, 62, 80, .42)), to(rgba(44, 62, 80, 0)));
    background: linear-gradient(360deg, rgba(44, 62, 80, .42) 0, rgba(44, 62, 80, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(44, 62, 80, .42)), to(rgba(44, 62, 80, 0)));
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 15px 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.pl_result_dp span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: .7;
    text-align: center;
    width: 50%;
}

/* new for articles carusell */
.image-container {
  width: 300px;  /* Specify the width of the container */
  height: 300px; /* Specify the height of the container */
  border: 1px solid black; /* Optional: for visual reference */
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Ensures the image is scaled to fit the container */
}



/* General styles for the news item */
.item.news-items {
  margin: 20px 0;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  /*background-color: #f9f9f9;*/
  min-height: 600px; /* Adjust the value as needed */
  margin-left:10px;
  margin-right:10px;
}

.nowl-images {
  width: 370px; /* Ensure the same width as the image */
  height: 247px; /* Ensure the same height as the image */
  margin: 0 auto; /* Center the image container horizontally */
}

.image-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Hide overflow for better centering */
  border: 1px solid #ccc; /* Optional border for the image container */
}

.image-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.nowl-title {
  text-align: center;
  margin-top: 15px;
}

.nowl-title h5 {
  font-size: 1.25em;
  color: #333;
  margin: 0;
}

.nowl-title a {
  text-decoration: none;
  color: inherit;
}

.nowl-content {
  text-align: justify;
  margin-top: 15px;
}

.nowl-content p {
  margin: 0;
  color: #555;
}

.readmore {
  text-align: center;
  margin-top: 20px;
}

.readmore .btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1em;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  text-decoration: none;
}

.readmore .btn:hover {
  background-color: #0056b3;
}


/* owl carousel heading */
.owl-item a
{
	color: var(--heading-color);
}

.slick-prev {
    left: 10px;
    z-index: 2;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='48' viewBox='0 0 100 100'%3E%3Crect ry='25' x='10.417' height='100' width='100' fill-opacity='.5'/%3E%3Cpath d='M65 36.5h16v28H65zm-25 14l25 34m0 0l-25-34 25-35' fill='%23fff'/%3E%3C/svg%3E");
}
.slick-next {
    right: 10px;
    z-index: 2;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='48' viewBox='0 0 100 100'%3E%3Crect ry='25' x='-10.417' height='100' width='100' fill-opacity='.5'/%3E%3Cpath d='M35 36.5H19v28h16zm25 14l-25 34m0 0l25-34-25-35' fill='%23fff'/%3E%3C/svg%3E");
}

.slick-prev, .slick-next
{
    width: 58px;
    height: 48px;
}
.slick-next:before,
.slick-prev:before
{
    content: '';
}

.slick-prev:hover,
.slick-prev:focus
{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='48' viewBox='0 0 100 100'%3E%3Crect ry='25' x='10.417' height='100' width='100' fill-opacity='.5'/%3E%3Cpath d='M65 36.5h16v28H65zm-25 14l25 34m0 0l-25-34 25-35' fill='%23fff'/%3E%3C/svg%3E");
}
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='58' height='48' viewBox='0 0 100 100'%3E%3Crect ry='25' x='-10.417' height='100' width='100' fill-opacity='.5'/%3E%3Cpath d='M35 36.5H19v28h16zm25 14l-25 34m0 0l25-34-25-35' fill='%23fff'/%3E%3C/svg%3E");
}

.slick-initialized .slick-slide
{
	padding-right:5px;
}
/* end new */


