@font-face {
  font-family: PoppinsRegular;
  src: url("../../fonts/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: PoppinsBold;
  src: url("../../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: PoppinsBoldItalic;
  src: url("../../fonts/Poppins-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: PoppinsItalic;
  src: url("../../fonts/Poppins-Italic.ttf") format("truetype");
}
@font-face {
  font-family: JustAnotherHand;
  src: url("../../fonts/justanotherhand-regular.ttf") format("truetype");
}
body {
  padding-top: 100px;
  color: #29215e;
  font-size: 14px;
  font-family: PoppinsRegular;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 15px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background-color: #29215e;
  border-radius: 10px;
}

.min-1024 {
  display: block !important;
}

.max-1024 {
  display: none !important;
}

strong, b {
  font-family: PoppinsBold;
}

i, em {
  font-family: PoppinsItalic;
}

strong i, strong em, b i, b em, i strong, em strong, i b, em b {
  font-family: PoppinsBoldItalic;
}

.warning-validation {
  border: 2px solid #e05959 !important;
}

a {
  transition: all 0.2s linear;
}
a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:before, a:after {
  transition: all 0.2s linear;
}

input, textarea, button {
  transition: all 0.2s linear;
}
input:hover, textarea:hover, button:hover {
  transition: all 0.2s linear;
}
input:focus, textarea:focus, button:focus {
  transition: all 0.2s linear;
  outline: none;
}

input[type=submit], button {
  cursor: pointer;
}

.absolute-cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-container {
  margin: auto;
  max-width: 1530px;
  padding: 0 15px;
}

.main-title {
  font-size: 50px;
  margin-bottom: 40px;
  font-family: JustAnotherHand;
  line-height: 1;
}

.wysiwyg-styles > img {
  width: 100%;
  height: auto;
  max-height: 800px;
  object-fit: cover;
  margin-bottom: 40px;
  border-radius: 8px;
}
.wysiwyg-styles p {
  line-height: 24px;
  margin-bottom: 40px;
}
.wysiwyg-styles p a {
  color: #ffc61e;
}
.wysiwyg-styles p a:hover {
  opacity: 0.8;
}
.wysiwyg-styles p img {
  width: 100%;
  height: auto;
  max-height: 800px;
  object-fit: cover;
  border-radius: 8px;
}
.wysiwyg-styles ul {
  list-style: none;
  padding: 0;
  margin: 0 0 45px 0;
  line-height: 24px;
}
.wysiwyg-styles ul li {
  padding-left: 30px;
  background-image: url("../../images/ul-point.svg");
  background-repeat: no-repeat;
  background-position: 0 4px;
  margin-bottom: 5px;
}
.wysiwyg-styles ul li a {
  color: #ffc61e;
}
.wysiwyg-styles ul li a:hover {
  opacity: 0.8;
}
.wysiwyg-styles h2 {
  font-family: PoppinsBold;
  font-size: 24px;
  margin-bottom: 20px;
}
.wysiwyg-styles h3 {
  font-family: PoppinsBold;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 15px;
}
.wysiwyg-styles table {
  margin: 0 0 15px;
  display: block;
  height: auto !important;
}
.wysiwyg-styles table tbody {
  display: block;
  height: auto !important;
}
.wysiwyg-styles table tr {
  display: flex;
  display: -webkit-flex;
  height: auto !important;
}
.wysiwyg-styles table tr:nth-of-type(1) td {
  border-top: 2px solid #29215e;
}
.wysiwyg-styles table td {
  height: auto !important;
  padding: 7px 15px;
  border-bottom: 2px solid #29215e;
  border-right: 2px solid #29215e;
  word-break: break-word;
}
.wysiwyg-styles table td:nth-of-type(1) {
  border-left: 2px solid #29215e;
}

.video-wysiwyg {
  position: relative;
  margin-bottom: 45px;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 40%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.success-submit-wrapper {
  text-align: center;
}
.success-submit-wrapper .success-image {
  margin-bottom: 15px;
}
.success-submit-wrapper .success-image img {
  max-width: 300px;
  max-height: 300px;
}
.success-submit-wrapper .success-title {
  font-size: 50px;
  font-family: PoppinsBold;
  margin-bottom: 10px;
}
.success-submit-wrapper .success-subtext {
  font-family: PoppinsBold;
}

.preloader {
  display: none;
  max-width: 30px;
  max-height: 30px;
  top: 8px;
  left: -40px;
  -webkit-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}

.wysiwyg-gallery {
  margin-bottom: 38px;
}
.wysiwyg-gallery .single-gallery-element {
  transition: all 0.2s linear;
  position: relative;
  width: calc((100% - 36px) / 4);
  margin: 0 6px 12px;
  border-radius: 8px;
  overflow: hidden;
}
.wysiwyg-gallery .single-gallery-element:nth-of-type(4n) {
  margin: 0 0 12px 6px;
}
.wysiwyg-gallery .single-gallery-element:nth-of-type(4n+1) {
  margin: 0 6px 12px 0;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 80%;
}
.wysiwyg-gallery .single-gallery-element .darkness-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 33, 94, 0.61);
}
.wysiwyg-gallery .single-gallery-element .number-additional {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: PoppinsBold;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #29215e;
  background-color: #ffc61e;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 15px 20px;
}
.wysiwyg-gallery .single-gallery-element:hover {
  transition: all 0.2s linear;
  transform: translateY(-5px);
}

.default-page-wrapper {
  padding: 50px 0;
}

.hide-filter-close.collapsed {
  display: none !important;
}

.hide-filter-open:not(.collapsed) {
  display: none !important;
}

.hide-filter-button {
  display: none;
}

.checkbox-single {
  margin: 0 0 15px 0;
}
.checkbox-single input {
  position: absolute;
  left: -9999px;
}
.checkbox-single input:checked ~ .checkbox-label-class .checkbox-radio-back .checkbox-radio-checkmark {
  opacity: 1;
  transition: all 0.1s linear;
}
.checkbox-single .checkbox-label-class {
  margin: 0;
}
.checkbox-single .checkbox-title {
  color: #29215e;
  font-size: 13px;
  cursor: pointer;
}
.checkbox-single .checkbox-title a {
  color: #3fa2c3;
}
.checkbox-single .checkbox-title a:hover {
  color: #ffc61e;
}
.checkbox-single .checkbox-radio-back {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 2px solid #29215e;
  cursor: pointer;
  margin-right: 10px;
  transition: all 0.1s linear;
  font-size: 13px;
}
.checkbox-single .checkbox-radio-back .checkbox-radio-checkmark {
  color: #29215e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s linear;
  opacity: 0;
}

.socials {
  margin-bottom: 10px;
}
.socials .single-social {
  margin: 0 12px 12px 0;
}
.socials .single-social:nth-last-of-type(1) {
  margin: 0 0 12px 0;
}
.socials .single-social a img {
  max-width: 30px;
  max-height: 30px;
  background-color: #fff;
  border-radius: 50%;
}
.socials .single-social a:hover {
  -webkit-animation: bounce20 0.5s linear infinite; /* Safari 4.0 - 8.0 */
  animation: bounce20 0.5s linear infinite;
}

.contact-button-header {
  margin-left: auto;
}
.contact-button-header a {
  color: #29215e;
  background-color: #ffc61e;
  border-radius: 50px;
  padding: 12px 21px;
  font-size: 14px;
  font-family: PoppinsBold;
  border: 2px solid #ffc61e;
}
.contact-button-header a:hover {
  color: #ffc61e;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .dont-collapse-class {
    display: block !important;
    height: auto !important;
    visibility: visible !important;
  }
}
@media screen and (max-width: 1024px) {
  .hide-filter-button {
    display: block;
    border: none;
    background-color: transparent;
    color: #29215e;
    font-family: PoppinsBold;
    font-size: 14px;
    padding: 0;
    cursor: pointer;
    margin: 0 15px 0 auto;
  }
  .hide-filter-button:hover {
    color: #ffc61e;
  }
  .min-1024 {
    display: none !important;
  }
  .max-1024 {
    display: block !important;
  }
  .wysiwyg-gallery {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc(50% - 6px);
    margin: 0 0 12px !important;
  }
  .video-wysiwyg:before {
    padding-top: 60%;
  }
  .default-page-wrapper {
    padding: 30px 0;
  }
  .main-title {
    margin-bottom: 20px;
  }
  .main-container-custom {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .wysiwyg-styles > img {
    margin-bottom: 20px;
  }
  .wysiwyg-styles p {
    margin-bottom: 20px;
  }
  .wysiwyg-styles ul {
    margin-bottom: 20px;
  }
  .wysiwyg-styles ul li {
    padding-left: 20px;
  }
  .wysiwyg-styles h2 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .video-wysiwyg {
    margin-bottom: 20px;
  }
  .success-submit-wrapper .success-image {
    margin-bottom: 10px;
  }
  .success-submit-wrapper .success-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .main-title {
    font-size: 40px;
  }
  .wysiwyg-gallery {
    margin-bottom: 18px;
  }
  .wysiwyg-gallery .single-gallery-element .number-additional {
    padding: 5px 25px;
  }
  .contact-button-header {
    padding-top: 15px;
    width: 100%;
    text-align: right;
  }
}
@keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scaling {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
  }
  60% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
  }
  60% {
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
  }
}
@keyframes bounce20 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes bounce20 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@keyframes windows {
  0% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  80% {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes windows {
  0% {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  80% {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
.body-with-admin-bar .navbar-custom-class {
  top: 32px;
}

@media screen and (max-width: 782px) {
  .body-with-admin-bar .navbar-custom-class {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
.navbar-custom-class {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 !important;
  background-color: #fff;
  z-index: 1020 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  min-height: 100px;
  box-shadow: 0 0 20px 0 lightgrey;
}
.navbar-custom-class .logos-mobile {
  display: none;
}
.navbar-custom-class .header-content {
  padding: 0 50px;
}
.navbar-custom-class .header-content .header-logos .single-logo {
  margin-right: 20px;
}
.navbar-custom-class .header-content .header-logos .single-logo img {
  max-width: 110px;
  max-height: 80px;
}
.navbar-custom-class .header-content .header-logos .single-logo:nth-last-of-type(1) {
  margin-right: 0;
}
.navbar-custom-class .header-content .header-menu {
  margin: 0 80px 0 40px;
}
.navbar-custom-class .header-content .header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-custom-class .header-content .header-menu ul li {
  margin-right: 15px;
}
.navbar-custom-class .header-content .header-menu ul li a {
  display: inline-block;
  font-size: 15px;
  padding: 8px 15px;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 50px;
  color: #29215e;
}
.navbar-custom-class .header-content .header-menu ul li a:hover {
  color: #ffc61e;
  background-color: #29215e;
  border: 2px solid #ffc61e;
}
.navbar-custom-class .header-content .header-menu ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.navbar-custom-class .header-content .header-menu ul .current-menu-item a {
  color: #ffc61e;
  background-color: #29215e;
  border: 2px solid #ffc61e;
}
.navbar-custom-class .header-content .socials {
  margin: 0 0 0 80px;
}
.navbar-custom-class .header-content .socials .single-social {
  margin-bottom: 0 !important;
}
.navbar-custom-class .header-content #ddslick-select {
  width: 52px !important;
}
.navbar-custom-class .header-content #ddslick-select .dd-select {
  background-image: url(../../images/down-chevron.svg) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 5px) 50% !important;
  background-color: transparent !important;
  background-size: 10px auto !important;
  border: none !important;
  max-width: 52px !important;
  width: 100% !important;
}
.navbar-custom-class .header-content #ddslick-select .dd-select .dd-selected {
  padding: 5px !important;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  font-weight: normal !important;
}
.navbar-custom-class .header-content #ddslick-select .dd-select .dd-selected .dd-selected-image {
  width: 23px !important;
  height: 23px !important;
  object-fit: contain !important;
  margin: 0 !important;
}
.navbar-custom-class .header-content #ddslick-select .dd-options {
  max-width: 52px !important;
  background-color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}
.navbar-custom-class .header-content #ddslick-select .dd-options .dd-option {
  width: initial !important;
  border: none !important;
  padding: 5px;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  transition: all 0.2s linear;
}
.navbar-custom-class .header-content #ddslick-select .dd-options .dd-option .dd-option-image {
  width: 23px !important;
  height: 23px !important;
  object-fit: contain !important;
  margin: 0 auto !important;
}
.navbar-custom-class .header-content #ddslick-select .dd-options .dd-option:hover {
  transition: all 0.2s linear;
  background-color: #29215e !important;
}
.navbar-custom-class .header-content #ddslick-select .dd-options .dd-option-selected {
  display: none !important;
  background-color: #29215e !important;
}
.navbar-custom-class .header-content #ddslick-select .dd-pointer {
  display: none !important;
}
.navbar-custom-class .header-content .language-options .single-language {
  display: inline-block;
  text-decoration: none;
  font-size: 15px;
  color: #29215e;
  padding: 0;
  margin: 0;
  transition: all 0.2s linear;
}
.navbar-custom-class .header-content .language-options .single-language.current-lang {
  color: #ffc61e;
}
.navbar-custom-class .header-content .language-options .single-language:not(:last-child) {
  padding-right: 5px;
}
.navbar-custom-class .header-content .language-options .single-language:hover {
  color: #ffc61e;
}

@media screen and (max-width: 1600px) {
  .navbar-custom-class .header-content {
    padding: 0 15px;
  }
  .navbar-custom-class .header-content .header-menu {
    margin: 0 25px;
  }
  .navbar-custom-class .header-content .socials {
    margin: 0 0 0 25px;
  }
}
@media screen and (min-width: 1361px) {
  .header-wrapper {
    display: block !important;
  }
  .burger-button {
    display: none !important;
  }
  .home-header {
    padding-top: 0;
  }
  .home-header .navbar-custom-class .header-content .contact-button-header a {
    border: 2px solid #fff;
  }
  .home-header .navbar-custom-class .header-content .contact-button-header a:hover {
    border: 2px solid #ffc61e;
  }
  .home-header .navbar-home-class {
    background-color: #fff;
    transition: background-color 0.1s linear, box-shadow 0.1s linear;
  }
  .home-header .navbar-home-class-styles {
    background-color: transparent !important;
    transition: background-color 0.1s linear, box-shadow 0.1s linear;
    box-shadow: none !important;
  }
  .navbar-custom-class .middle-screen-content {
    display: none !important;
  }
}
@media screen and (max-width: 1360px) {
  .navbar-custom-class {
    padding: 0 !important;
    min-height: 0 !important;
  }
  .navbar-custom-class .collapsed .burger-span {
    position: static !important;
  }
  .navbar-custom-class .collapsed .burger-span:nth-child(1) {
    transform: rotate(0deg) !important;
    transition: all 0.2s linear !important;
  }
  .navbar-custom-class .collapsed .burger-span:nth-child(3) {
    transform: rotate(0deg) !important;
    transition: all 0.2s linear !important;
  }
  .navbar-custom-class .collapsed .burger-span:nth-child(2) {
    width: 25px !important;
    transition: all 0.2s linear !important;
    margin: 0 auto 5px !important;
  }
  .navbar-custom-class .burger-button {
    display: block !important;
    padding: 0;
    margin: 0 15px 0 0;
    border: none;
    height: 100px;
  }
  .navbar-custom-class .burger-button .burger-wrapper {
    position: relative;
    width: 25px;
  }
  .navbar-custom-class .burger-button .burger-wrapper .burger-span {
    position: absolute;
    top: 0;
    height: 3px;
    width: 25px;
    margin-bottom: 5px;
    background-color: #29215e;
    display: block;
  }
  .navbar-custom-class .burger-button .burger-wrapper .burger-span:nth-child(1) {
    transform: rotate(135deg);
    transition: all 0.2s linear;
  }
  .navbar-custom-class .burger-button .burger-wrapper .burger-span:nth-child(3) {
    transform: rotate(-135deg);
    transition: all 0.2s linear;
  }
  .navbar-custom-class .burger-button .burger-wrapper .burger-span:nth-child(2) {
    width: 0;
    margin: 0 auto 5px;
  }
  .navbar-custom-class .burger-button .burger-wrapper .burger-span:last-child {
    margin-bottom: 0;
  }
  .navbar-custom-class .burger-button:focus {
    outline: none;
  }
  .navbar-custom-class .logos-mobile {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-left: 15px;
  }
  .navbar-custom-class .logos-mobile .logo-mobile {
    margin-right: 20px;
  }
  .navbar-custom-class .logos-mobile .logo-mobile img {
    max-width: 110px;
    max-height: 80px;
  }
  .navbar-custom-class .logos-mobile .logo-mobile:nth-last-of-type(1) {
    margin-right: 0;
  }
  .navbar-custom-class .header-content {
    padding: 15px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .navbar-custom-class .header-content .header-logos {
    display: none !important;
  }
  .navbar-custom-class .header-content .header-menu {
    margin: 0;
  }
  .navbar-custom-class .header-content #ddslick-select {
    margin-left: auto;
  }
  .navbar-custom-class .middle-screen-content {
    margin-left: auto;
  }
  .navbar-custom-class .middle-screen-content .socials {
    margin: 0 30px 0 0;
  }
  .navbar-custom-class .middle-screen-content .socials .single-social {
    margin: 0 12px 0 0;
  }
  .navbar-custom-class .middle-screen-content .socials .single-social:nth-last-of-type(1) {
    margin: 0;
  }
  .navbar-custom-class .middle-screen-content .contact-button-header {
    margin-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1350px) {
  .navbar-custom-class .header-content .contact-button-header {
    display: none !important;
  }
  .navbar-custom-class .header-content .socials {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .navbar-custom-class .header-content .header-menu {
    width: 100%;
  }
  .navbar-custom-class .header-content .header-menu ul {
    width: 100%;
  }
  .navbar-custom-class .header-content .header-menu ul li {
    width: 100%;
    margin: 0 0 15px 0;
    text-align: right;
  }
  .navbar-custom-class .header-content .socials {
    width: 100%;
    justify-content: flex-end !important;
    -webkit-justify-content: flex-end !important;
    padding-top: 15px;
  }
  .navbar-custom-class .header-content .language-options {
    display: flex;
    justify-content: flex-end;
    padding: 8px 15px;
    width: 100%;
  }
  .navbar-custom-class .header-content .language-options .single-language:not(:last-child) {
    padding-right: 15px;
  }
  .navbar-custom-class .middle-screen-content {
    display: none !important;
  }
}
.footer {
  padding: 65px 0;
}
.footer .footer-menu ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.footer .footer-menu ul li {
  margin: 0 0 12px 0;
}
.footer .footer-menu ul li a {
  color: #29215e;
  display: inline-block;
}
.footer .footer-menu ul li a:after {
  content: "|";
  padding: 0 10px;
  color: #29215e !important;
}
.footer .footer-menu ul li a:hover {
  color: #ffc61e;
}
.footer .footer-menu ul li:nth-last-of-type(1) a:after {
  content: "";
  padding: 0;
}
.footer .footer-menu ul .current-menu-item a {
  color: #ffc61e;
}
.footer .developed-by {
  margin-bottom: 20px;
}
.footer .developed-by .developed-text {
  font-size: 11px;
}
.footer .developed-by .developed-image a:hover img {
  filter: grayscale(0);
  transition: all 0.2s linear;
}
.footer .developed-by .developed-image img {
  width: 100px;
  filter: grayscale(1);
  transition: all 0.2s linear;
}
.footer .copyright {
  color: #acacac;
  font-size: 10px;
  letter-spacing: 3px;
}

@media screen and (max-width: 1024px) {
  .footer {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer-menu ul li {
    width: 100%;
  }
  .footer .footer-menu ul li a:after {
    content: "";
    padding: 0;
  }
}
.body-with-admin-bar .image-modal-window .modal-cross {
  top: 42px;
}

@media screen and (max-width: 782px) {
  .body-with-admin-bar .image-modal-window .modal-cross {
    top: 56px;
  }
}
.image-modal-window .modal {
  padding: 0 !important;
  overflow-y: scroll;
  text-align: center;
}
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog {
  display: inline-block;
  max-width: 1000px;
  background-color: transparent;
  width: 100%;
  margin: 0;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  display: block;
  padding: 0;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog .modal-content img:not(.modal-cross) {
  max-height: 77vh;
  max-width: 100%;
  padding: 7.5px;
  object-fit: contain;
  background-color: transparent;
}
.image-modal-window .modal-dialog .modal-content .carousel-inner {
  background-color: transparent !important;
}
.image-modal-window .modal-dialog .modal-content .carousel-item {
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background-color: #ffc61e;
  border-radius: 50%;
  border: 2px solid #29215e;
  width: 38px;
  height: 38px;
  opacity: 1;
}
.image-modal-window .carousel-control-prev img, .image-modal-window .carousel-control-next img {
  width: 18px;
}
.image-modal-window .carousel-control-prev:hover img, .image-modal-window .carousel-control-next:hover img {
  -webkit-animation: bounce20 0.5s linear infinite; /* Safari 4.0 - 8.0 */
  animation: bounce20 0.5s linear infinite;
}
.image-modal-window .carousel-control-prev {
  margin-left: 10px;
}
.image-modal-window .carousel-control-next {
  margin-right: 10px;
}
.image-modal-window .modal-cross {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  cursor: pointer;
  background-color: #ffc61e;
  border-radius: 50%;
  border: 2px solid #29215e;
  width: 38px;
  height: 38px;
}
.image-modal-window .modal-cross:hover img {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.image-modal-window .modal-cross img {
  width: 18px;
}
.image-modal-window .modal-cross:focus {
  outline: none;
}

@media screen and (max-width: 1200px) {
  .image-modal-window .modal {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 1024px) {
  .image-modal-window .modal {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .image-modal-window .modal {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .image-modal-window .modal-dialog .modal-content img:not(.modal-cross) {
    padding: 0;
  }
}
.news-sidebar {
  width: 260px;
}
.news-sidebar .sidebar-news {
  margin-bottom: 40px;
}
.news-sidebar .sidebar-news .single-sidebar-article {
  margin-bottom: 20px;
}
.news-sidebar .sidebar-news .single-sidebar-article:nth-last-of-type(1) {
  margin-bottom: 0;
}
.news-sidebar .sidebar-news a {
  padding: 15px;
  box-shadow: 0 0 20px 0 lightgrey;
  border-radius: 10px;
  background-color: #fff;
}
.news-sidebar .sidebar-news a:hover {
  background-color: #ffc61e;
}
.news-sidebar .sidebar-news .sidebar-article-image {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.news-sidebar .sidebar-news .sidebar-article-image img {
  object-fit: cover;
}
.news-sidebar .sidebar-news .sidebar-article-title {
  width: calc(100% - 60px - 15px);
  color: #29215e;
  font-size: 13px;
}
.news-sidebar .sidebar-category-dates .single-category-date {
  margin-bottom: 15px;
}
.news-sidebar .sidebar-category-dates .single-category-date:nth-last-of-type(1) {
  margin-bottom: 0;
}
.news-sidebar .sidebar-category-dates .checkbox-date input {
  position: absolute;
  left: -9999px;
}
.news-sidebar .sidebar-category-dates .checkbox-date input:checked ~ .checkbox-label-class .checkbox-radio-back {
  background-color: #ffc61e;
}
.news-sidebar .sidebar-category-dates .checkbox-date input:checked ~ .checkbox-label-class .checkbox-title {
  color: #ffc61e;
}
.news-sidebar .sidebar-category-dates .checkbox-date .checkbox-label-class {
  margin: 0;
}
.news-sidebar .sidebar-category-dates .checkbox-date .checkbox-title {
  color: #29215e;
  font-size: 13px;
  cursor: pointer;
}
.news-sidebar .sidebar-category-dates .checkbox-date .checkbox-radio-back {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #29215e;
  cursor: pointer;
  margin-right: 15px;
  transition: all 0.1s linear;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  .news-sidebar {
    width: 100%;
    order: 1;
    padding-bottom: 30px;
  }
  .news-sidebar .custom-padding-class {
    padding: 0 15px;
  }
  .news-sidebar .sidebar-news {
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .news-sidebar .sidebar-news .single-sidebar-article {
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .news-sidebar .sidebar-news .single-sidebar-article a {
    width: 100%;
    height: 100%;
  }
  .news-sidebar .sidebar-news .single-sidebar-article:nth-last-of-type(1) {
    margin-bottom: 20px;
  }
  .news-sidebar .sidebar-category-dates {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .news-sidebar .sidebar-category-dates .single-category-date {
    margin: 0 15px 15px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .news-sidebar .sidebar-news {
    margin-bottom: 10px;
  }
  .news-sidebar .sidebar-news .single-sidebar-article {
    width: 100%;
  }
}
.single-product {
  width: calc((100% - 40px) / 3.001);
  margin: 0 10px 27px;
}
.single-product:nth-of-type(3n) {
  margin: 0 0 27px 10px;
}
.single-product:nth-of-type(3n+1) {
  margin: 0 10px 27px 0;
}
.single-product a {
  width: 100%;
  height: 100%;
  padding: 18px;
  box-shadow: 0 0 20px 0 lightgrey;
  border-radius: 10px;
}
.single-product a:hover .arrow-link img {
  -webkit-animation: bounce20 0.5s linear infinite; /* Safari 4.0 - 8.0 */
  animation: bounce20 0.5s linear infinite;
}
.single-product .product-image {
  width: 175px;
  height: 175px;
}
.single-product .product-image img {
  object-fit: contain;
  border-radius: 10px;
}
.single-product .product-preview {
  width: calc(100% - 175px - 35px);
}
.single-product .product-preview .preview-title {
  padding-top: 15px;
  font-size: 15px;
  font-family: PoppinsBold;
  line-height: 25px;
  margin-bottom: 15px;
  color: #29215e;
}
.single-product .product-preview .preview-subtext {
  padding-bottom: 45px;
  color: #29215e;
}
.single-product .product-preview .arrow-link {
  background-color: #ffc61e;
  border-radius: 50%;
  border: 2px solid #29215e;
  width: 38px;
  height: 38px;
  bottom: 0;
  right: 0;
}
.single-product .product-preview .arrow-link img {
  width: 18px;
}

@media screen and (max-width: 1400px) {
  .single-product .product-preview .preview-title {
    padding-top: 0;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .single-product .product-image {
    width: 125px;
    height: 125px;
  }
  .single-product .product-preview {
    width: calc(100% - 125px - 15px);
  }
}
@media screen and (max-width: 1200px) {
  .single-product .product-image {
    width: 100px;
    height: 100px;
  }
  .single-product .product-preview {
    width: calc(100% - 100px - 15px);
  }
}
@media screen and (max-width: 1024px) {
  .single-product {
    width: 100%;
    margin: 0 0 30px !important;
  }
}
.product-modal-window .modal {
  padding: 0 !important;
  overflow-y: scroll;
}
.product-modal-window .modal-dialog {
  max-width: 1270px;
  background-color: transparent;
  width: 100%;
  min-height: 90vh;
  margin: 5vh auto;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.product-modal-window .modal-dialog .modal-content {
  display: block;
  padding: 35px 30px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
}
.product-modal-window .product-modal-content .product-modal-images {
  width: 560px;
}
.product-modal-window .product-modal-content .product-modal-images .main-image-modal {
  margin-bottom: 25px;
}
.product-modal-window .product-modal-content .product-modal-images .main-image-modal img {
  height: auto;
  border-radius: 10px;
}
.product-modal-window .product-modal-content .product-modal-images .gallery-images-modal .single-gallery-element-modal {
  width: calc((100% - 45px) / 4.001);
  margin: 0 7.5px 15px;
}
.product-modal-window .product-modal-content .product-modal-images .gallery-images-modal .single-gallery-element-modal:nth-of-type(4n) {
  margin: 0 0 15px 7.5px;
}
.product-modal-window .product-modal-content .product-modal-images .gallery-images-modal .single-gallery-element-modal:nth-of-type(4n+1) {
  margin: 0 7.5px 15px 0;
}
.product-modal-window .product-modal-content .product-modal-images .gallery-images-modal .single-gallery-element-modal a {
  border-radius: 10px;
  overflow: hidden;
}
.product-modal-window .product-modal-content .product-modal-images .gallery-images-modal .single-gallery-element-modal a:hover {
  transform: translateY(-5px);
}
.product-modal-window .product-modal-content .product-modal-images .gallery-images-modal .single-gallery-element-modal a:before {
  content: "";
  padding-top: 80%;
  display: block;
}
.product-modal-window .product-modal-content .product-modal-images .gallery-images-modal .single-gallery-element-modal .additional-number {
  font-family: PoppinsBold;
  color: #fff;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-modal-window .product-modal-content .product-modal-images .gallery-images-modal .single-gallery-element-modal .darkness-effect {
  background-color: rgba(0, 0, 0, 0.7);
}
.product-modal-window .product-modal-content .product-modal-info {
  padding-right: 48px;
  width: calc(100% - 560px - 30px);
}
.product-modal-window .product-modal-content .product-modal-info .modal-info-title {
  font-family: PoppinsBold;
  margin-bottom: 30px;
  font-size: 22px;
}
.product-modal-window .product-modal-content .product-modal-info .modal-info-content p {
  margin-bottom: 20px;
}
.product-modal-window .product-modal-content .preloader {
  max-width: 50px;
  max-height: 50px;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  -webkit-animation: rotating 5s linear infinite;
  animation: rotating 5s linear infinite;
}
.product-modal-window .cross-product-modal {
  top: 20px;
  right: 20px;
  background-color: #ffc61e;
  border-radius: 50%;
  border: 2px solid #29215e;
  width: 38px;
  height: 38px;
}
.product-modal-window .cross-product-modal a:hover img {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.product-modal-window .cross-product-modal img {
  width: 18px;
}
.product-modal-window .switch-product {
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffc61e;
  border-radius: 50%;
  border: 2px solid #29215e;
  width: 38px;
  height: 38px;
  opacity: 1;
  cursor: pointer;
}
.product-modal-window .switch-product img {
  width: 18px;
}
.product-modal-window .switch-product:hover img {
  -webkit-animation: bounce20 0.5s linear infinite; /* Safari 4.0 - 8.0 */
  animation: bounce20 0.5s linear infinite;
}
.product-modal-window .previous-product {
  left: calc((100vw - 1270px) / 2 - 38px - 15px);
}
.product-modal-window .next-product {
  right: calc((100vw - 1270px) / 2 - 38px - 15px);
}

@media screen and (max-width: 1400px) {
  .product-modal-window .product-modal-content .product-modal-info {
    padding-right: 0;
  }
  .product-modal-window .cross-product-modal {
    top: -19px;
    right: -19px;
  }
  .product-modal-window .previous-product {
    left: 11px;
  }
  .product-modal-window .next-product {
    right: 11px;
  }
  .product-modal-window .modal {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 1200px) {
  .product-modal-window .product-modal-content .product-modal-images {
    width: 400px;
  }
  .product-modal-window .product-modal-content .product-modal-info {
    width: calc(100% - 400px - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .product-modal-window .modal .modal-dialog {
    margin: 30px auto;
  }
  .product-modal-window .modal .modal-dialog .modal-content {
    padding: 30px;
  }
  .product-modal-window .product-modal-content .product-modal-images {
    width: 300px;
  }
  .product-modal-window .product-modal-content .product-modal-images .main-image-modal {
    margin-bottom: 10px;
  }
  .product-modal-window .product-modal-content .product-modal-images .gallery-images-modal .single-gallery-element-modal {
    width: calc((100% - 30px) / 4.001);
    margin: 0 5px 10px;
  }
  .product-modal-window .product-modal-content .product-modal-images .gallery-images-modal .single-gallery-element-modal:nth-of-type(4n) {
    margin: 0 0 10px 5px;
  }
  .product-modal-window .product-modal-content .product-modal-images .gallery-images-modal .single-gallery-element-modal:nth-of-type(4n+1) {
    margin: 0 5px 10px 0;
  }
  .product-modal-window .product-modal-content .product-modal-info {
    width: calc(100% - 300px - 15px);
  }
  .product-modal-window .product-modal-content .product-modal-info .modal-info-title {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-modal-window .modal .modal-dialog {
    margin: 15px auto;
  }
  .product-modal-window .product-modal-content .product-modal-images {
    width: 100%;
    margin-bottom: 15px;
  }
  .product-modal-window .product-modal-content .product-modal-info {
    padding-right: 0;
    width: 100%;
  }
  .product-modal-window .cross-product-modal {
    top: -15px;
    right: -15px;
  }
}
.home-page .main-block {
  background-image: url("../../images/bg-main-home-min.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.home-page .main-block .main-block-content {
  min-height: 775px;
  max-width: 650px;
  padding: 115px 0 15px;
}
.home-page .main-block .main-block-content .main-block-title {
  font-family: PoppinsBold;
  font-size: 88px;
  line-height: 112px;
  margin-bottom: 40px;
}
.home-page .main-block .main-block-content .main-block-title .yellow {
  color: #ffc61e;
}
.home-page .main-block .main-block-content .main-block-subtext {
  margin-bottom: 60px;
  font-size: 21px;
  line-height: 45px;
}
.home-page .main-block .main-block-content .main-block-button a {
  color: #29215e;
  background-color: #ffc61e;
  border-radius: 50px;
  padding: 13px 28px;
  font-size: 14px;
  font-family: PoppinsBold;
  border: 2px solid #29215e;
}
.home-page .main-block .main-block-content .main-block-button a:hover {
  color: #ffc61e;
  border: 2px solid #ffc61e;
  background-color: #fff;
}
.home-page .main-block .main-block-content .main-block-image {
  top: 0;
  right: 0;
  max-height: 100%;
  z-index: 1;
}
.home-page .main-block .main-block-content .mb-text-content-wrapper {
  z-index: 2;
}
.home-page .products-home {
  padding: 65px 0 130px;
}
.home-page .products-home .products-title {
  margin-bottom: 10px;
}
.home-page .products-home .products-subtext {
  line-height: 25px;
  max-width: 555px;
  margin: 0 auto;
}
.home-page .products-home .products-slider {
  margin: 0 -15px;
}
.home-page .products-home .products-slider .products-wrapper {
  padding: 40px 15px 0;
}
.home-page .products-home .products-slider .carousel-indicators {
  position: static;
}
.home-page .products-home .products-slider .carousel-indicators li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #29215e;
  margin-right: 6px;
  transition: all 0.2s linear;
}
.home-page .products-home .products-slider .carousel-indicators li:nth-last-of-type(1) {
  margin-right: 0;
}
.home-page .products-home .products-slider .carousel-indicators li:hover {
  background-color: #ffc61e;
  transition: all 0.2s linear;
}
.home-page .products-home .products-slider .carousel-indicators .active {
  background-color: #ffc61e;
}
.home-page .additional-info-home {
  padding: 120px 0 50px;
  background: linear-gradient(to bottom, #eff5f7, #fff);
}
.home-page .additional-info-home .single-additional-home {
  width: 400px;
  margin: 0 calc((100% - 1200px) / 4) 35px;
  padding-bottom: 120px;
}
.home-page .additional-info-home .single-additional-home:nth-of-type(3n) {
  margin: 0 0 35px calc((100% - 1200px) / 4);
}
.home-page .additional-info-home .single-additional-home:nth-of-type(3n+1) {
  margin: 0 calc((100% - 1200px) / 4) 35px 0;
}
.home-page .additional-info-home .single-additional-home .additional-home-image {
  width: 335px;
  height: 335px;
  margin: 0 auto 60px;
}
.home-page .additional-info-home .single-additional-home .additional-home-image .additional-img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.home-page .additional-info-home .single-additional-home .additional-home-image .additional-img-border {
  top: -40px;
  left: -28px;
}
.home-page .additional-info-home .single-additional-home .additional-home-title {
  margin-bottom: 10px;
  font-size: 30px;
  font-family: PoppinsBold;
}
.home-page .additional-info-home .single-additional-home .additional-home-description {
  line-height: 25px;
}
.home-page .additional-info-home .single-additional-home .read-more-link {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-page .additional-info-home .single-additional-home .read-more-link a {
  white-space: nowrap;
  color: #29215e;
  background-color: #ffc61e;
  border-radius: 50px;
  padding: 14px 29px;
  font-size: 14px;
  font-family: PoppinsBold;
  border: 2px solid #29215e;
}
.home-page .additional-info-home .single-additional-home .read-more-link a:hover {
  color: #ffc61e;
  border: 2px solid #ffc61e;
  background-color: #fff;
}

@media screen and (max-width: 1500px) {
  .home-page .main-block .main-block-content {
    min-height: 600px;
  }
}
@media screen and (max-width: 1350px) {
  .home-page .main-block .main-block-content {
    padding: 15px 0;
    min-height: 500px;
    max-width: 500px;
  }
  .home-page .main-block .main-block-content .main-block-title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 15px;
  }
  .home-page .main-block .main-block-content .main-block-subtext {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .home-page .products-home {
    padding: 30px 0 60px;
  }
  .home-page .products-home .products-slider .products-wrapper {
    padding: 20px 15px 0;
  }
  .home-page .additional-info-home {
    padding: 60px 0 30px;
  }
  .home-page .additional-info-home .single-additional-home {
    width: 300px;
    margin: 0 calc((100% - 900px) / 4) 30px;
    padding-bottom: 90px;
  }
  .home-page .additional-info-home .single-additional-home:nth-of-type(3n) {
    margin: 0 0 30px calc((100% - 900px) / 4);
  }
  .home-page .additional-info-home .single-additional-home:nth-of-type(3n+1) {
    margin: 0 calc((100% - 900px) / 4) 35px 0;
  }
  .home-page .additional-info-home .single-additional-home .additional-home-image {
    width: 250px;
    height: 250px;
    margin: 0 auto 40px;
  }
  .home-page .additional-info-home .single-additional-home .additional-home-image .additional-img-border {
    max-width: 297px;
    height: auto;
    top: -27px;
    left: -25px;
  }
  .home-page .additional-info-home .single-additional-home .additional-home-title {
    font-size: 23px;
  }
}
@media screen and (max-width: 1024px) {
  .home-page .main-block .main-block-content {
    min-height: 400px;
    max-width: 400px;
  }
  .home-page .main-block .main-block-content .main-block-title {
    font-size: 39px;
    line-height: 50px;
    margin-bottom: 5px;
  }
  .home-page .main-block .main-block-content .main-block-subtext {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .home-page .main-block .main-block-content .main-block-image {
    max-width: calc(100% - 400px);
  }
  .home-page .additional-info-home .single-additional-home {
    width: 230px;
    margin: 0 calc((100% - 690px) / 4) 30px;
    padding-bottom: 90px;
  }
  .home-page .additional-info-home .single-additional-home:nth-of-type(3n) {
    margin: 0 0 30px calc((100% - 690px) / 4);
  }
  .home-page .additional-info-home .single-additional-home:nth-of-type(3n+1) {
    margin: 0 calc((100% - 690px) / 4) 30px 0;
  }
  .home-page .additional-info-home .single-additional-home .additional-home-image {
    width: 193px;
    height: 193px;
    margin: 0 auto 30px;
  }
  .home-page .additional-info-home .single-additional-home .additional-home-image .additional-img-border {
    max-width: 230px;
    top: -25px;
    left: -18px;
  }
  .home-page .additional-info-home .single-additional-home .additional-home-title {
    font-size: 21px;
  }
}
@media screen and (min-width: 768px) {
  .main-block-image-not-mob {
    display: block !important;
  }
  .main-block-image-mob {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .home-page .main-block {
    background-image: none;
  }
  .home-page .main-block .main-block-content {
    padding: 0 0 30px;
    min-height: 0;
    max-width: none;
    width: 100%;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .home-page .main-block .main-block-content .mb-text-content-wrapper {
    width: 100%;
    order: 2;
    text-align: center;
  }
  .home-page .main-block .main-block-content .main-block-title {
    margin-bottom: 15px;
  }
  .home-page .main-block .main-block-content .main-block-subtext {
    font-size: 21px;
    line-height: 45px;
    margin-bottom: 25px;
  }
  .home-page .main-block .main-block-content .mb-image {
    background-image: url("../../images/bg-main-home-min.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    margin: 0 -15px;
    position: relative;
  }
  .home-page .main-block .main-block-content .main-block-image {
    top: auto;
    right: auto;
    max-width: none;
    max-height: none;
    position: relative !important;
    width: 100%;
    order: 1;
  }
  .home-page .main-block .main-block-content .main-block-image-not-mob {
    display: none !important;
  }
  .home-page .main-block .main-block-content .main-block-image-mob {
    display: block !important;
  }
  .home-page .products-home {
    padding: 30px 0;
  }
  .home-page .additional-info-home .single-additional-home {
    width: 100%;
    margin: 0 0 60px !important;
    padding-bottom: 75px;
  }
}
.news-page .news-content {
  width: calc(100% - 260px - 50px);
}
.news-page .news-content .article-info-wrapper {
  padding: 30px 0;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 lightgrey;
}
.news-page .news-content .article-info-wrapper .subinfo-wrapper {
  margin-bottom: 15px;
}
.news-page .news-content .article-info-wrapper .subinfo-wrapper .date {
  font-size: 10px;
  margin: 0 40px 10px 0;
}
.news-page .news-content .article-info-wrapper .subinfo-wrapper .share {
  margin-bottom: 10px;
}
.news-page .news-content .article-info-wrapper .subinfo-wrapper .share a {
  font-size: 10px;
  color: #29215e;
}
.news-page .news-content .article-info-wrapper .subinfo-wrapper .share a span {
  margin-right: 10px;
}
.news-page .news-content .article-info-wrapper .subinfo-wrapper .share a img {
  max-width: 22px;
}
.news-page .news-content .article-info-wrapper .subinfo-wrapper .share a:hover {
  color: #ffc61e;
}
.news-page .news-content .article-info-wrapper .subinfo-wrapper .show-all-products {
  margin-bottom: 15px;
}
.news-page .news-content .article-info-wrapper .subinfo-wrapper .show-all-products a {
  color: #29215e;
  background-color: #ffc61e;
  border-radius: 50px;
  padding: 14px 29px;
  font-size: 14px;
  font-family: PoppinsBold;
  border: 2px solid #29215e;
}
.news-page .news-content .article-info-wrapper .subinfo-wrapper .show-all-products a:hover {
  color: #ffc61e;
  border: 2px solid #ffc61e;
  background-color: #fff;
}
.news-page .news-content .article-info-wrapper .article-main-title {
  font-family: PoppinsBold;
  font-size: 24px;
  margin-bottom: 35px;
}
.news-page .news-content .article-info-wrapper .content-container {
  padding: 0 45px;
}
.news-page .news-content .news-cards-wrapper .gutter-sizer {
  width: 35px;
}
.news-page .news-content .news-cards-wrapper .news-card {
  width: calc((100% - 70px) / 3.001);
  margin-bottom: 35px;
}
.news-page .news-content .news-cards-wrapper .news-card a {
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 20px 0 lightgrey;
  background-color: #fff;
}
.news-page .news-content .news-cards-wrapper .news-card a:hover {
  background-color: #ffc61e;
}
.news-page .news-content .news-cards-wrapper .news-card a:hover .news-card-image {
  transition: all 0.2s linear;
  border: 2px solid #fff;
}
.news-page .news-content .news-cards-wrapper .news-card .news-card-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 25px;
  border: 2px solid transparent;
  transition: all 0.2s linear;
  background-color: #fff;
}
.news-page .news-content .news-cards-wrapper .news-card .news-card-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.news-page .news-content .news-cards-wrapper .news-card .news-card-title {
  font-size: 16px;
  line-height: 32px;
  color: #29215e;
  font-family: PoppinsBold;
}
.news-page .news-content .content-single-product {
  padding: 0 45px;
}
.news-page .news-content .content-single-product .product-images {
  width: 560px;
}
.news-page .news-content .content-single-product .product-images .main-image-modal {
  margin-bottom: 25px;
}
.news-page .news-content .content-single-product .product-images .main-image-modal img {
  height: auto;
  border-radius: 10px;
}
.news-page .news-content .content-single-product .product-images .gallery-images-modal .single-gallery-element-modal {
  width: calc((100% - 45px) / 4.001);
  margin: 0 7.5px 15px;
}
.news-page .news-content .content-single-product .product-images .gallery-images-modal .single-gallery-element-modal:nth-of-type(4n) {
  margin: 0 0 15px 7.5px;
}
.news-page .news-content .content-single-product .product-images .gallery-images-modal .single-gallery-element-modal:nth-of-type(4n+1) {
  margin: 0 7.5px 15px 0;
}
.news-page .news-content .content-single-product .product-images .gallery-images-modal .single-gallery-element-modal a {
  border-radius: 10px;
  overflow: hidden;
}
.news-page .news-content .content-single-product .product-images .gallery-images-modal .single-gallery-element-modal a:hover {
  transform: translateY(-5px);
}
.news-page .news-content .content-single-product .product-images .gallery-images-modal .single-gallery-element-modal a:before {
  content: "";
  padding-top: 80%;
  display: block;
}
.news-page .news-content .content-single-product .product-images .gallery-images-modal .single-gallery-element-modal .additional-number {
  font-family: PoppinsBold;
  color: #fff;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-page .news-content .content-single-product .product-images .gallery-images-modal .single-gallery-element-modal .darkness-effect {
  background-color: rgba(0, 0, 0, 0.7);
}
.news-page .news-content .content-single-product .product-info {
  width: calc(100% - 560px - 30px);
}
.news-page .news-content .content-single-product .product-info .article-main-title, .news-page .news-content .content-single-product .product-info .content-container {
  padding: 0 !important;
}
.news-page .share-modal-window .modal-dialog {
  max-width: 200px;
}
.news-page .share-modal-window .share-wrapper {
  background-color: #ffc61e;
  border-radius: 5px;
  padding: 18px 10px 10px 10px;
}

@media screen and (max-width: 1200px) {
  .news-page .news-content {
    width: calc(100% - 260px - 20px);
  }
  .news-page .news-content .article-info-wrapper .content-container {
    padding: 0 15px;
  }
  .news-page .news-content .news-cards-wrapper .gutter-sizer {
    width: 20px;
  }
  .news-page .news-content .news-cards-wrapper .news-card {
    width: calc((100% - 40px) / 3.001);
    margin-bottom: 20px;
  }
  .news-page .news-content .news-cards-wrapper .news-card .news-card-image {
    margin-bottom: 15px;
  }
  .news-page .news-content .news-cards-wrapper .news-card .news-card-title {
    font-size: 14px;
    line-height: 28px;
  }
  .news-page .news-content .content-single-product {
    padding: 0 15px;
  }
  .news-page .news-content .content-single-product .product-images {
    width: 400px;
  }
  .news-page .news-content .content-single-product .product-info {
    width: calc(100% - 400px - 30px);
  }
}
@media screen and (max-width: 1024px) {
  .news-page .news-content {
    padding: 0 15px;
    width: 100%;
    order: 2;
  }
  .news-page .news-content .article-info-wrapper {
    padding: 15px 0;
  }
  .news-page .news-content .article-info-wrapper .subinfo-wrapper {
    margin-bottom: 0;
  }
  .news-page .news-content .article-info-wrapper .article-main-title {
    margin-bottom: 20px;
  }
  .news-page .news-content .content-single-product .product-images {
    width: 300px;
  }
  .news-page .news-content .content-single-product .product-images .main-image-modal {
    margin-bottom: 10px;
  }
  .news-page .news-content .content-single-product .product-images .gallery-images-modal .single-gallery-element-modal {
    width: calc((100% - 30px) / 4.001);
    margin: 0 5px 10px;
  }
  .news-page .news-content .content-single-product .product-images .gallery-images-modal .single-gallery-element-modal:nth-of-type(4n) {
    margin: 0 0 10px 5px;
  }
  .news-page .news-content .content-single-product .product-images .gallery-images-modal .single-gallery-element-modal:nth-of-type(4n+1) {
    margin: 0 5px 10px 0;
  }
  .news-page .news-content .content-single-product .product-info {
    width: calc(100% - 300px - 15px);
  }
}
@media screen and (max-width: 767px) {
  .news-page .news-content .news-cards-wrapper .news-card {
    width: calc((100% - 20px) / 2);
  }
  .news-page .news-content .content-single-product .product-images {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-page .news-content .content-single-product .product-info {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-content .news-cards-wrapper .gutter-sizer {
    width: 0;
  }
  .news-page .news-content .news-cards-wrapper .news-card {
    width: 100%;
  }
}
.funds-page .funds-wrapper {
  padding: 55px 45px;
  box-shadow: 0 0 20px 0 lightgrey;
  border-radius: 10px;
}
.funds-page .funds-wrapper .single-fund {
  margin-bottom: 60px;
}
.funds-page .funds-wrapper .single-fund:nth-last-of-type(1) {
  margin-bottom: 0;
}
.funds-page .funds-wrapper .fund-image {
  height: 300px;
  box-shadow: inset 0 0 100px 0 lightgrey;
  border-radius: 10px;
  width: calc(100% - 500px - 30px);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.funds-page .funds-wrapper .fund-content {
  width: 500px;
}
.funds-page .funds-wrapper .fund-content .toggle-content-button {
  color: #29215e;
  display: inline-flex;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.funds-page .funds-wrapper .fund-content .toggle-content-button:hover {
  color: #ffc61e;
}
.funds-page .funds-wrapper .fund-content .toggle-content-button img {
  margin-left: 12px;
  width: 14px;
}

@media screen and (max-width: 1200px) {
  .funds-page .funds-wrapper {
    padding: 30px;
  }
  .funds-page .funds-wrapper .single-fund {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .funds-page .funds-wrapper .fund-image {
    margin-bottom: 15px;
    width: 100%;
  }
  .funds-page .funds-wrapper .fund-content {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .funds-page .funds-wrapper {
    padding: 15px;
  }
  .funds-page .funds-wrapper .fund-image {
    height: 200px;
  }
}
.contacts-page .contact-main-info {
  margin-bottom: 50px;
}
.contacts-page .contact-main-info .contact-info-column {
  width: 340px;
}
.contacts-page .contact-main-info .contact-info-column .contact-info-block {
  margin-bottom: 70px;
}
.contacts-page .contact-main-info .contact-info-column .contact-info-block .contact-info-title {
  font-size: 16px;
  font-family: PoppinsBold;
  margin-bottom: 15px;
}
.contacts-page .contact-main-info .contact-info-column .contact-info-block .contact-links .single-contact-link {
  margin-bottom: 10px;
}
.contacts-page .contact-main-info .contact-info-column .contact-info-block .contact-links .single-contact-link a {
  font-size: 13px;
  color: #29215e;
}
.contacts-page .contact-main-info .contact-info-column .contact-info-block .contact-links .single-contact-link a:hover {
  color: #ffc61e;
}
.contacts-page .contact-main-info .contact-info-column .contact-info-block .contact-links .single-contact-link span {
  font-size: 13px;
  color: #29215e;
}
.contacts-page .contact-main-info .contact-info-column .contact-info-block .contact-links .single-contact-link img {
  margin-right: 15px;
}
.contacts-page .contact-main-info .contact-info-column .contact-info-block .contact-requisites {
  font-size: 13px;
  line-height: 26px;
}
.contacts-page .contact-main-info .contact-form-column {
  width: 615px;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper {
  box-shadow: 0 0 20px 0 lightgrey;
  border-radius: 10px;
  padding: 45px;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper {
  margin-bottom: 20px;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper input, .contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper textarea {
  border-radius: 10px;
  padding: 15px 25px;
  border: 2px solid #29215e;
  color: #29215e;
  font-size: 16px;
  font-family: PoppinsBold;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper input::-webkit-input-placeholder, .contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper textarea::-webkit-input-placeholder {
  font-size: 16px;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper input::-moz-placeholder, .contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper textarea::-moz-placeholder {
  font-size: 16px;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper input:-moz-placeholder, .contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper textarea:-moz-placeholder {
  font-size: 16px;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper input:-ms-input-placeholder, .contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper textarea:-ms-input-placeholder {
  font-size: 16px;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper input::-webkit-input-placeholder, .contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper textarea::-webkit-input-placeholder {
  color: #29215e;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper input::-moz-placeholder, .contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper textarea::-moz-placeholder {
  color: #29215e;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper input:-moz-placeholder, .contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper textarea:-moz-placeholder {
  color: #29215e;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper input:-ms-input-placeholder, .contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper textarea:-ms-input-placeholder {
  color: #29215e;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper input:focus, .contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper textarea:focus {
  border: 2px solid #ffc61e;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .input-wrapper textarea {
  resize: none;
  min-height: 107px;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .submit-button button {
  color: #29215e;
  background-color: #ffc61e;
  border-radius: 50px;
  border: 2px solid #ffc61e;
  font-family: PoppinsBold;
  padding: 12px 25px;
}
.contacts-page .contact-main-info .contact-form-column .contact-form-wrapper .submit-button button:hover {
  color: #ffc61e;
  background-color: #fff;
}
.contacts-page .contact-main-info .contact-messages {
  width: 260px;
}
.contacts-page .contact-main-info .contact-messages .single-contact-message {
  margin-bottom: 60px;
}
.contacts-page .contact-main-info .contact-messages .single-contact-message .link-wrapper a {
  border-radius: 10px;
  border-bottom: 4px solid #ffc61e;
  padding: 15px;
  box-shadow: 0 0 20px 0 lightgrey;
}
.contacts-page .contact-main-info .contact-messages .single-contact-message .link-wrapper a:hover {
  transform: translateY(-5px);
}
.contacts-page .contact-main-info .contact-messages .single-contact-message .link-wrapper .sub-image {
  width: 50px;
  height: 50px;
}
.contacts-page .contact-main-info .contact-messages .single-contact-message .link-wrapper .sub-image img {
  max-width: 100%;
}
.contacts-page .contact-main-info .contact-messages .single-contact-message .link-wrapper .sub-title {
  width: calc(100% - 50px - 15px);
  font-size: 13px;
  color: #29215e;
}
.contacts-page .contact-main-info .contact-messages .single-contact-message .link-wrapper .email-text {
  color: #29215e;
  font-size: 13px;
  font-family: PoppinsBold;
  margin-top: 15px;
}
.contacts-page .contact-main-info .contact-messages .single-contact-message:nth-of-type(2n) .link-wrapper a {
  border-bottom: 4px solid #e05959;
}
.contacts-page .contacts-map {
  margin-bottom: 70px;
  height: 460px;
  border-radius: 10px;
  overflow: hidden;
}
.contacts-page .contact-members .tabs-buttons {
  margin-bottom: 50px;
}
.contacts-page .contact-members .tabs-buttons li {
  margin: 0 10px 10px 0;
}
.contacts-page .contact-members .tabs-buttons li a {
  color: #29215e;
  background-color: #d6d6d6;
  border-radius: 50px;
  font-family: PoppinsBold;
  padding: 14px 22px;
}
.contacts-page .contact-members .tabs-buttons li a:hover {
  background-color: #ffc61e;
}
.contacts-page .contact-members .tabs-buttons li .active {
  color: #29215e;
  background-color: #ffc61e;
}
.contacts-page .contact-members .tabs-buttons li:nth-last-of-type(1) {
  margin: 0 0 10px 0;
}
.contacts-page .contact-members .members-wrapper .single-member-contact {
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 lightgrey;
  width: calc((100% - 120px) / 4.001);
  margin: 0 20px 40px;
}
.contacts-page .contact-members .members-wrapper .single-member-contact:nth-of-type(4n) {
  margin: 0 0 40px 20px;
}
.contacts-page .contact-members .members-wrapper .single-member-contact:nth-of-type(4n+1) {
  margin: 0 20px 40px 0;
}
.contacts-page .contact-members .members-wrapper .single-member-contact .member-name {
  font-family: PoppinsBold;
  font-size: 19px;
}
.contacts-page .contact-members .members-wrapper .single-member-contact .member-position {
  color: #aaaaaa;
  margin-bottom: 15px;
}
.contacts-page .contact-members .members-wrapper .single-member-contact .member-quote {
  line-height: 25px;
}
.contacts-page .contact-members .members-wrapper .single-member-contact .underline {
  background-color: #ffc61e;
  width: 45px;
  border-radius: 10px;
  height: 7px;
  margin: 10px auto;
}
.contacts-page .contact-members .members-wrapper .single-member-contact .member-email {
  margin-bottom: 5px;
}
.contacts-page .contact-members .members-wrapper .single-member-contact .member-email a {
  font-family: PoppinsBold;
  color: #29215e;
}
.contacts-page .contact-members .members-wrapper .single-member-contact .member-email a:hover {
  color: #ffc61e;
}
.contacts-page .contact-members .members-wrapper .single-member-contact .member-phone a {
  color: #29215e;
}
.contacts-page .contact-members .members-wrapper .single-member-contact .member-phone a:hover {
  color: #ffc61e;
}

@media screen and (max-width: 1400px) {
  .contacts-page .contact-main-info {
    margin-bottom: 0;
  }
  .contacts-page .contact-main-info .contact-info-column {
    margin-bottom: 60px;
  }
  .contacts-page .contact-main-info .contact-form-column {
    width: calc(100% - 340px - 30px);
    margin-bottom: 60px;
  }
  .contacts-page .contact-main-info .contact-form-column .contact-form-wrapper {
    padding: 30px;
  }
  .contacts-page .contact-main-info .contact-messages {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
  .contacts-page .contact-main-info .contact-messages .single-contact-message {
    width: 260px;
    margin-right: 60px;
  }
  .contacts-page .contact-main-info .contact-messages .single-contact-message .main-title {
    text-align: center;
  }
  .contacts-page .contact-main-info .contact-messages .single-contact-message:nth-last-of-type(1) {
    margin-right: 0;
  }
  .contacts-page .contacts-map {
    margin-bottom: 50px;
  }
  .contacts-page .contact-members .members-wrapper .single-member-contact {
    padding: 15px;
    width: calc((100% - 45px) / 4.001);
    margin: 0 7.5px 15px;
  }
  .contacts-page .contact-members .members-wrapper .single-member-contact:nth-of-type(4n) {
    margin: 0 0 15px 7.5px;
  }
  .contacts-page .contact-members .members-wrapper .single-member-contact:nth-of-type(4n+1) {
    margin: 0 7.5px 15px 0;
  }
}
@media screen and (max-width: 1200px) {
  .contacts-page .contact-members .members-wrapper {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .contacts-page .contact-members .members-wrapper .single-member-contact {
    padding: 30px;
    width: calc((100% - 30px) / 2);
    margin: 0 0 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .contacts-page .contacts-map {
    height: 360px;
    margin-bottom: 30px;
  }
  .contacts-page .contact-members .tabs-buttons {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-page .contact-main-info {
    margin-bottom: 30px;
  }
  .contacts-page .contact-main-info .contact-info-column {
    margin-bottom: 0;
    width: 100%;
  }
  .contacts-page .contact-main-info .contact-info-column .contact-blocks-wrapper {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .contacts-page .contact-main-info .contact-info-column .contact-blocks-wrapper .contact-info-block {
    margin: 0 30px 30px 0;
  }
  .contacts-page .contact-main-info .contact-info-column .contact-blocks-wrapper .contact-info-block:nth-last-of-type(1) {
    margin: 0 0 30px;
  }
  .contacts-page .contact-main-info .contact-form-column {
    width: 100%;
    margin-bottom: 30px;
  }
  .contacts-page .contact-main-info .contact-form-column .contact-form-wrapper {
    padding: 30px 15px;
  }
  .contacts-page .contact-main-info .contact-messages .single-contact-message {
    width: 100%;
    margin: 0 0 30px;
  }
  .contacts-page .contact-main-info .contact-messages .single-contact-message .main-title {
    text-align: left;
  }
  .contacts-page .contacts-map {
    height: 300px;
  }
  .contacts-page .contact-members .members-wrapper .single-member-contact {
    width: 100%;
  }
}
.about-page .years-hierarch-wrapper .yellow-separator {
  height: 100%;
  width: 9px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffc61e;
}
.about-page .years-hierarch-wrapper .yellow-separator .yellow-gradient {
  background: linear-gradient(to bottom, #ffc61e, transparent);
  width: 9px;
  height: 40px;
  top: 100%;
  left: 0;
}
.about-page .years-hierarch-wrapper .years-hierarch-title {
  left: 0;
  top: 60px;
}
.about-page .years-hierarch-wrapper .years-hierarch-mb100 {
  margin-bottom: 100px;
}
.about-page .years-hierarch-wrapper .years-hierarch {
  padding-top: 150px;
}
.about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post {
  top: 150px;
  left: 0;
  margin-bottom: 25px;
  box-shadow: 0 0 50px -10px lightgrey;
  border-radius: 10px;
  width: calc(50% - 65px);
  padding: 40px;
  background-color: #fff;
  z-index: 2;
}
.about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 25px solid transparent;
  border-left: 25px solid #fff;
  position: absolute;
  top: 34.5px;
  left: 100%;
}
.about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post .hierarch-year {
  top: 20px;
  left: calc(100% + 36px);
  width: 58px;
  height: 58px;
  border: 2px solid #ffc61e;
  background-color: #29215e;
  color: #ffc61e;
  font-family: PoppinsBold;
  font-size: 15px;
  border-radius: 50%;
}
.about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post:nth-of-type(2n) {
  left: auto;
  right: 0;
}
.about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post:nth-of-type(2n):before {
  left: auto;
  right: 100%;
  border-left: 25px solid transparent;
  border-right: 25px solid #fff;
}
.about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post:nth-of-type(2n) .hierarch-year {
  left: auto;
  right: calc(100% + 36px);
  border: 2px solid #ffc61e;
}
.about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post .hierarch-content-wrapper .hierarch-image {
  width: 158px;
  height: 158px;
}
.about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post .hierarch-content-wrapper .hierarch-image .hierarch-img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post .hierarch-content-wrapper .hierarch-image .hierarch-img-border {
  top: -17px;
  left: -12px;
}
.about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post .hierarch-content-wrapper .hierarch-content {
  width: calc(100% - 158px - 37px);
}
.about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post .hierarch-content-wrapper .hierarch-content .hierarch-title {
  font-family: PoppinsBold;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}
.about-page .additional-about {
  padding-left: 27px;
}
.about-page .additional-about .single-additional {
  margin-bottom: 135px;
}
.about-page .additional-about .single-additional .additional-image {
  width: 335px;
  height: 335px;
}
.about-page .additional-about .single-additional .additional-image .additional-img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.about-page .additional-about .single-additional .additional-image .additional-img-border {
  top: -40px;
  left: -28px;
}
.about-page .additional-about .single-additional .additional-content {
  width: calc(100% - 335px - 85px);
}
.about-page .additional-about .single-additional .additional-content .additional-title {
  font-family: PoppinsBold;
  font-size: 30px;
  margin-bottom: 25px;
}
.about-page .additional-about .single-additional:nth-last-of-type(1) {
  margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
  .about-page .years-hierarch-wrapper .years-hierarch-title {
    top: 30px;
  }
  .about-page .years-hierarch-wrapper .years-hierarch {
    padding-top: 100px;
  }
  .about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post {
    top: 100px;
    padding: 30px 15px 15px;
  }
  .about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post .hierarch-content-wrapper .hierarch-image {
    margin: 0 auto 25px;
  }
  .about-page .years-hierarch-wrapper .years-hierarch .single-hierarch-post .hierarch-content-wrapper .hierarch-content {
    width: 100%;
  }
  .about-page .additional-about .single-additional {
    margin-bottom: 60px;
  }
  .about-page .additional-about .single-additional .additional-content {
    width: calc(100% - 335px - 60px);
  }
}
@media screen and (max-width: 1024px) {
  .about-page .additional-about {
    padding-left: 0;
  }
  .about-page .additional-about .single-additional .additional-image {
    margin: 0 auto 50px;
  }
  .about-page .additional-about .single-additional .additional-content {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .about-page .years-hierarch-mobile-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .about-page .years-hierarch-wrapper {
    display: none !important;
  }
  .about-page .years-hierarch-mobile-wrapper {
    padding: 30px 0 60px;
  }
  .about-page .years-hierarch-mobile-wrapper .single-hierarch-post-mobile {
    margin: 0 0 25px auto;
    box-shadow: 0 0 50px -10px lightgrey;
    border-radius: 10px;
    width: calc(100% - 94px);
    padding: 30px 15px 15px;
    transition: all 0.2s linear;
    background-color: #fff;
    z-index: 2;
  }
  .about-page .years-hierarch-mobile-wrapper .single-hierarch-post-mobile:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 25px solid transparent;
    border-right: 25px solid #fff;
    position: absolute;
    top: 34.5px;
    right: 100%;
  }
  .about-page .years-hierarch-mobile-wrapper .single-hierarch-post-mobile .hierarch-year {
    top: 20px;
    right: calc(100% + 36px);
    width: 58px;
    height: 58px;
    border: 2px solid #ffc61e;
    background-color: #29215e;
    color: #ffc61e;
    font-family: PoppinsBold;
    font-size: 15px;
    border-radius: 50%;
  }
  .about-page .years-hierarch-mobile-wrapper .single-hierarch-post-mobile .hierarch-content-wrapper .hierarch-image {
    width: 158px;
    height: 158px;
    margin: 0 auto 25px;
  }
  .about-page .years-hierarch-mobile-wrapper .single-hierarch-post-mobile .hierarch-content-wrapper .hierarch-image .hierarch-img-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  .about-page .years-hierarch-mobile-wrapper .single-hierarch-post-mobile .hierarch-content-wrapper .hierarch-image .hierarch-img-border {
    top: -17px;
    left: -12px;
  }
  .about-page .years-hierarch-mobile-wrapper .single-hierarch-post-mobile .hierarch-content-wrapper .hierarch-content {
    width: 100%;
  }
  .about-page .years-hierarch-mobile-wrapper .single-hierarch-post-mobile .hierarch-content-wrapper .hierarch-content .hierarch-title {
    font-family: PoppinsBold;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 15px;
  }
  .about-page .additional-about .single-additional {
    margin-bottom: 50px;
  }
  .about-page .additional-about .single-additional .additional-image {
    width: 300px;
    height: 300px;
    margin: 0 auto 40px;
  }
  .about-page .additional-about .single-additional .additional-image .additional-img-border {
    width: 355px;
    top: -36px;
    left: -26px;
  }
  .about-page .additional-about .single-additional .additional-content .additional-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.products-page .tabs-categories {
  margin-bottom: 20px;
}
.products-page .tabs-categories li {
  margin: 0 8px 18px 0;
}
.products-page .tabs-categories li a {
  background-color: #e2e2e2;
  color: #29215e;
  padding: 14px 25px;
  border-radius: 50px;
  font-family: PoppinsBold;
}
.products-page .tabs-categories li a:after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 2px);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid #ffc61e;
  border-bottom: 8px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.products-page .tabs-categories li a:hover {
  background-color: #ffc61e;
}
.products-page .tabs-categories li .active {
  background-color: #ffc61e;
}
.products-page .tabs-categories li .active:after {
  opacity: 1;
}
.products-page .tabs-categories li:nth-last-of-type(1) {
  margin: 0 0 18px 0;
}
.products-page .tabs-subcategories {
  margin-bottom: 60px;
}
.products-page .tabs-subcategories li {
  margin: 0 8px 8px 0;
}
.products-page .tabs-subcategories li a {
  background-color: #e2e2e2;
  color: #29215e;
  padding: 10px 18px;
  border-radius: 50px;
}
.products-page .tabs-subcategories li a:hover {
  background-color: #ffc61e;
}
.products-page .tabs-subcategories li .active {
  background-color: #ffc61e;
}
.products-page .tabs-subcategories li:nth-last-of-type(1) {
  margin: 0 0 8px 0;
}
.products-page .second-level-title {
  font-family: JustAnotherHand;
  font-size: 50px;
  margin: 10px 0 15px;
}
.products-page .third-level-title {
  font-family: PoppinsBold;
  font-size: 20px;
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .products-page .tabs-categories li {
    margin: 0 8px 8px 0;
  }
  .products-page .tabs-categories li a:after {
    display: none;
  }
  .products-page .tabs-categories li:nth-last-of-type(1) {
    margin: 0 0 8px 0;
  }
  .products-page .second-level-title {
    font-size: 40px;
  }
  .products-page .third-level-title {
    font-size: 16px;
  }
}

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