@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700');
a {
  color: #2ace32;
}
.mainSliderSection .slick-dots {
  display: flex;
  flex-direction: column;
  right: 160px;
  width: 8px;
  top: 35px;
}
.mainSliderSection .slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 8px;
}
.mainSliderSection .slick-dots li.slick-active button {
  position: relative;
}
.mainSliderSection .slick-dots li.slick-active button:before {
  color: #2ace32;
}
.mainSliderSection .slick-dots li.slick-active button:after {
  content: '';
  color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 4px;
  left: 4px;
}
.hamburgerMenu {
  position: relative;
  width: 30px;
  height: 26px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
  display: none;
}
.hamburgerMenu span {
  height: 3px;
  background: #898989;
  border: none;
  width: 100%;
  color: #000;
  position: absolute;
}
.hamburgerMenu span:nth-child(1) {
  transform: rotate(0);
  top: 0;
}
.hamburgerMenu span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.hamburgerMenu span:nth-child(3) {
  transform: rotate(0);
  bottom: 0;
}
.hamburgerMenu--active {
  transition: 0.3s ease-in-out;
}
.hamburgerMenu--active span:nth-child(1) {
  top: 11px;
  transform: rotate(45deg);
}
.hamburgerMenu--active span:nth-child(2) {
  opacity: 0;
}
.hamburgerMenu--active span:nth-child(3) {
  bottom: 12px;
  transform: rotate(-45deg);
}
.mainSliderSection .tp-bullets {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: absolute;
  right: 170px !important;
  top: 40px !important;
  margin-left: unset !important;
  left: unset !important;
  bottom: unset !important;
}
@media screen and (max-width: 930px) {
  .mainSliderSection .tp-bullets {
    display: none;
  }
  .tp-leftarrow,
  .tp-rightarrow {
    display: none;
  }
}
* {
  padding: 0;
  margin: 0;
}
.bred {
  border: 1px solid red;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  overflow-x: hidden;
}
div.mod-languages li.ccssLang {
  margin-left: 0;
  margin-right: 0;
  display: none;
}
.pagination {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.pagination p {
  text-align: center;
  margin-bottom: 10px;
}
.pagination ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  list-style: none;
}
.pagination ul li {
  margin: 0 5px;
}
.pagination ul li:first-child {
  margin-left: 0;
}
.pagination ul li:last-child {
  margin-right: 0;
}
.pagination ul li span {
  display: block;
  background: green;
  color: #fff;
  padding: 10px 20px;
}
.pagination ul li a {
  display: block;
  background: green;
  color: #fff;
  padding: 10px 20px;
}
.blog .items-row {
  margin: 20px 0;
}
.blog .items-row:first-child {
  margin-top: 0;
}
.blog .items-row:last-child {
  margin-bottom: 0;
}
.introImage img {
  width: 100%;
}
.catBlogItemText {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.breadcrumbs ul {
  display: flex;
  justify-content: flex-start;
  list-style: none;
}
.breadcrumbs ul li .divider {
  margin: 0 5px;
}
.breadcrumbs ul li a {
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
div.mod-languages li.lang-active {
  display: block;
}
.tabNameUri {
  display: block;
}
.tabNameUri--hidden {
  display: none;
}
.ccssLang--opened {
  display: block !important;
}
.articleHeaderImage {
  background: url(../images/articleHeaderImage.jpg) no-repeat center center;
  height: 280px;
}
.breadcrumbs {
  margin-bottom: 40px;
}
.componentWrapper {
  margin-top: -160px;
}
.only {
  margin-top: 10px;
  padding: 10px;
}
#limit_chzn {
  width: 60px !important;
}
.phrases {
  padding: 10px;
}
.form-limit {
  margin-top: 10px;
}
.ordering-box {
  margin-top: 10px;
}
.btn-toolbar .btn-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.btn-toolbar .btn-group input {
  margin-right: 15px;
  padding: 10px 20px;
  border: none;
  background: #e9eef3;
}
.btn-toolbar .btn-group button {
  border: none;
  padding: 10px 20px;
  background: #2ace32;
  color: #fff;
  cursor: pointer;
}
.btn-toolbar .btn-group button:hover {
  background: #26b92d;
}
.articleTitle h1 {
  font-size: 22px;
  text-transform: uppercase;
  color: #023a66;
  margin-bottom: 20px;
}
.articleDetails {
  display: flex;
  margin-bottom: 20px;
  color: #575757;
}
.articleDetails_date {
  margin-right: 120px;
}
.articleDetails_views {
  position: relative;
}
.articleDetails_views:before {
  content: '';
  background: url(../images/svg/eye.svg) no-repeat center center;
  position: absolute;
  top: -1px;
  left: -32px;
  width: 20px;
  height: 20px;
  z-index: 99;
}
.articleImage {
  margin-bottom: 20px;
}
.articleIntro {
  margin-bottom: 20px;
  font-weight: 600;
}
.articleText {
  margin-bottom: 80px;
}
.article hr {
  border: none;
  height: 1px;
  background: #2e9bd6;
  margin: 20px 0;
}
.articleSocials {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 50px;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.articleSocials .module {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.articleSocials__icons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.articleSocials__icons a {
  margin: 0 5px;
}
.articleSocials__icons a img {
  width: 20px;
}
.articleSocials__icons a:first-child {
  margin-left: 0;
}
.articleSocials__icons a:last-child {
  margin-right: 0;
}
.bodyOverflowHidden {
  overflow: hidden;
}
.mainWrapper {
  transform: translateX(0);
  transition: 0.3s ease-in-out;
}
.mainWrapper--opened {
  transform: translateX(-300px);
}
.whitebg {
  background: #fff;
}
#order-popup .joomly {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: none;
}
#order-popup .joomly .input {
  position: relative;
}
#order-popup .joomly button {
  background: #023a66;
  padding: 10px 35px;
  transition: 0.3s ease-in-out;
}
#order-popup .joomly button:hover {
  opacity: 1;
  background: #2ace32;
  cursor: pointer;
}
#order-popup .joomly input {
  padding: 10px 20px;
  width: 230px;
  border: none;
  height: unset;
}
#order-popup .joomly textarea {
  padding: 10px 20px;
  width: 230px;
  border: none;
  resize: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
#order-popup .joomly .fio:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/svg/avatar.svg) no-repeat center;
}
#order-popup .joomly .tel:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/svg/mobile-phone.svg) no-repeat center;
}
#order-popup .joomly .mail:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/svg/message.svg) no-repeat center;
}
.blue-popup {
  position: relative;
  background: #0d5f99;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  color: #fff;
}
.blue-popup .mfp-close {
  color: #fff;
}
.orderButton__link {
  background: #2ace32;
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 25px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.orderButton__link:hover {
  -webkit-box-shadow: 0px 0px 19px 0px rgba(42, 206, 50, 0.75);
  -moz-box-shadow: 0px 0px 19px 0px rgba(42, 206, 50, 0.75);
  box-shadow: 0px 0px 19px 0px rgba(42, 206, 50, 0.75);
}
.orderButton__link:after {
  content: '';
  background: url(../images/svg/tick-inside-circle.svg) no-repeat center center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 7px;
  right: 28px;
}
.downloadButton__link {
  background: #023a66;
  color: #fff;
  font-weight: 600;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 25px;
  position: relative;
  transition: 0.3s ease-in-out;
}
.downloadButton__link:hover {
  -webkit-box-shadow: 0px 0px 19px 0px rgba(2, 58, 102, 0.75);
  -moz-box-shadow: 0px 0px 19px 0px rgba(2, 58, 102, 0.75);
  box-shadow: 0px 0px 19px 0px rgba(2, 58, 102, 0.75);
}
.downloadButton__link:after {
  content: '';
  background: url(../images/svg/arrow-white.svg) no-repeat center center;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 7px;
  right: 28px;
  transform: rotate(180deg);
}
.site-logo {
  font-size: 30px;
  font-weight: 700;
}
.site-logo a {
  text-decoration: none;
}
.finderAndLang {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 84px;
}
.finderAndLang--shifted {
  transform: translateX(61px);
}
.finderWrapper {
  position: relative;
}
.finderWrapper .close-input {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
}
.finderWrapper .close-input svg {
  width: 15px;
  position: absolute;
  z-index: 13;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.finderWrapper .close-input svg:hover {
  transform: rotate(360deg);
  transition: 0.3s all ease-in-out;
}
.finderWrapper .close-input--opened {
  opacity: 1;
  pointer-events: auto;
}
.finderWrapper .finder {
  width: 35px;
  height: 35px;
  background: #bababa url(../images/svg/magnifying-glass.svg) no-repeat center center;
  border-radius: 50%;
  -webkit-background-size: 20px;
  background-size: 20px;
  cursor: pointer;
}
.finderWrapper .finder__input {
  position: absolute;
  top: 0px;
  right: 0;
  height: 35px;
  z-index: 1;
  border-radius: 25px;
  border: 1px solid #2ace32;
  background: #fff;
  padding-left: 14px;
  padding-right: 27px;
  padding-bottom: 2px;
  color: #2ace32;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
  width: 160px;
}
.finderWrapper .finder__input--opened {
  opacity: 1;
  pointer-events: auto;
}
.langSwitcher {
  position: relative;
  width: 35px;
  height: 35px;
}
.langSwitcher__wrapper {
  position: absolute;
  background: #2ace32;
  width: 35px;
  height: 35px;
  border-radius: 24px;
  overflow: hidden;
  padding-left: 6px;
  padding-top: 7px;
  transition: 0.3s all ease-in-out;
}
.langSwitcher__wrapper ul {
  list-style: none;
}
.langSwitcher__wrapper ul li {
  margin-bottom: 10px;
}
.langSwitcher__wrapper ul li a {
  color: #fff;
  text-decoration: none;
}
.langSwitcher__wrapper--opened {
  height: auto;
}
.topPanel {
  padding: 27px 0;
}
.topPanel .right-side-wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
.topPanel .right-side-wrapper .phones a {
  color: #000;
  text-decoration: none;
}
.mainNav {
  padding: 13px 0;
  border-top: 1px solid #898989;
  transition: 0.3s all ease-in-out;
}
.mainNav nav {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.mainNav nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.mainNav nav ul li {
  margin-right: 45px;
  list-style: none;
  position: relative;
}
.mainNav nav ul li ul {
  position: absolute;
  z-index: 99;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 10px 15px;
  border: 1px solid #bababa;
  min-width: 220px;
  display: none;
}
.mainNav nav ul li ul li a {
  display: block;
  padding: 6px 0;
  font-size: 14px;
  color: #bababa;
  text-transform: initial;
}
.mainNav nav ul li.active a {
  color: #2ace32;
}
.mainNav nav ul li a {
  color: #023a66;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
.mainNav nav ul li a:hover {
  color: #2ace32;
}
.mainNav nav ul li:hover ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.mainNav nav .additionalMenu {
  width: 25px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 20px;
  cursor: pointer;
}
.mainNav nav .additionalMenu span {
  width: 5px;
  height: 5px;
  background: #898989;
}
.mainNav nav .additionalMenu:hover span:nth-child(1) {
  animation: dots 0.5s 1 0s ease-in-out;
  background: #2ace32;
}
.mainNav nav .additionalMenu:hover span:nth-child(2) {
  animation: dots 0.5s 1 0.2s ease-in-out;
  background: #2ace32;
}
.mainNav nav .additionalMenu:hover span:nth-child(3) {
  animation: dots 0.5s 1 0.4s ease-in-out;
  background: #2ace32;
}
.mainSliderSection {
  position: relative;
}
.mainSliderSection .mainSlider__navigation .navigationWrapperOuter {
  position: relative;
}
.mainSliderSection .mainSlider__navigation .navigationWrapperOuter .navigationWrapper {
  position: absolute;
  z-index: 15;
  top: 34px;
  right: 0;
}
.mainSliderSection .mainSlider__navigation .navigationWrapperOuter .navigationWrapper .arrows {
  height: 125px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}
.mainSliderSection .mainSlider__navigation .navigationWrapperOuter .navigationWrapper .arrows .prev-slide {
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.mainSliderSection .mainSlider__navigation .navigationWrapperOuter .navigationWrapper .arrows .next-slide {
  cursor: pointer;
  width: 50px;
  height: 50px;
  transform: rotate(180deg);
}
.mainSliderSection .mainSlider {
  margin-bottom: 0;
}
.mainSliderSection .mainSlider .mainSlider__item {
  position: relative;
}
.mainSliderSection .mainSlider .mainSlider__item .imageLimiter {
  max-width: 1390px;
  margin: 0 auto;
  position: relative;
}
.mainSliderSection .mainSlider .mainSlider__item .imageLimiter img {
  width: 100%;
}
.mainSliderSection .mainSlider .mainSlider__item .imageLimiter .sliderText {
  position: absolute;
  top: 50%;
  left: 25px;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  background: #2ace32;
  color: #fff;
  padding: 22px 29px;
}
.undepended-row {
  min-height: 208px;
}
.undepended-row .undependedWrapper {
  position: relative;
}
.undepended-row .undependedWrapper .lookAtCatalog {
  background: #f2f2f2;
  padding: 28px 35px;
  width: 360px;
  position: absolute;
  bottom: -142px;
  z-index: 99;
}
.undepended-row .undependedWrapper .lookAtCatalog h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #023a66;
  margin-bottom: 23px;
}
.undepended-row .undependedWrapper .lookAtCatalog .desc {
  color: #000;
  margin-bottom: 37px;
}
.undepended-row .undependedWrapper .lookAtCatalog .lookAtCat__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.undepended-row .undependedWrapper .lookAtCatalog .lookAtCat__link a {
  color: #000;
  text-decoration: underline;
  position: relative;
}
.undepended-row .undependedWrapper .lookAtCatalog .lookAtCat__link a:before {
  content: '';
  background: url(../images/svg/open-magazine.svg) no-repeat center center;
  width: 51px;
  height: 34px;
  position: absolute;
  top: -9px;
  left: -61px;
}
.undepended-row .undependedWrapper .lookAtCatalog .lookAtCat__link a:after {
  content: '';
  position: absolute;
  background: url(../images/svg/arrow.svg) no-repeat center center;
  width: 37px;
  height: 37px;
  top: -10px;
  right: -40px;
  transform: rotate(90deg);
}
.undepended-row .trap-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-top: 38px;
}
.undepended-row .trap-buttons div {
  margin-bottom: 25px;
}
.undepended-row .trap-buttons div:last-child {
  margin-bottom: 0;
}
.undepended-row .circleFigure-wrapper {
  position: relative;
}
.undepended-row .circleFigure-wrapper a {
  text-decoration: none;
}
.undepended-row .circleFigure-wrapper a .circleFigure {
  z-index: 99;
  width: 192px;
  height: 192px;
  background: #023a66;
  position: absolute;
  right: 0;
  top: -50px;
  border-radius: 50%;
  color: #fff;
  padding-top: 10px;
  transition: 0.3s all ease-in-out;
}
.undepended-row .circleFigure-wrapper a .circleFigure:hover {
  animation: disconts 2s 1 ease-in-out;
}
.undepended-row .circleFigure-wrapper a .circleFigure:before {
  content: '';
  width: 220px;
  height: 220px;
  background: transparent;
  border: 8px solid #2ace32;
  display: block;
  border-radius: 50%;
  top: -14px;
  left: -14px;
  position: absolute;
}
.undepended-row .circleFigure-wrapper a .circleFigure__heading {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.undepended-row .circleFigure-wrapper a .circleFigure__heading span {
  font-size: 48px;
}
.undepended-row .circleFigure-wrapper a .circleFigure__desc {
  text-align: center;
}
.undepended-row .circleFigure-wrapper a .circleFigure__arrow {
  text-align: center;
}
.undepended-row .circleFigure-wrapper a .circleFigure__arrow img {
  width: 22px;
  transform: rotate(90deg);
  margin-top: 22px;
}
.newsInTabs__windows--hidden {
  display: none;
}
.more-news {
  text-decoration: underline;
  padding: 15px 40px 15px 0;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
}
.more-news a {
  color: #000;
}
.newsInTabs {
  margin-bottom: 60px;
}
.newsInTabs .moduletable {
  width: 100%;
}
.newsInTabs__tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.newsInTabs__tabs ul {
  list-style: none;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.newsInTabs__tabs ul li.active a {
  color: #fff;
  background: #2ace32;
}
.newsInTabs__tabs ul li a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 40px;
  display: block;
  color: #023a66;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.newsInTabs__tabs ul li a:hover {
  color: #fff;
  background: #2ace32;
}
.newsInTabs .itemsWrapper {
  margin-top: 25px;
  padding-bottom: 25px;
}
.newsInTabs__items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
}
.newsInTabs__item {
  width: 260px;
}
.newsInTabs__item .itemImage img {
  width: 100%;
}
.newsInTabs__item .itemDate {
  color: #898989;
  margin: 5px 0;
}
.newsInTabs__item .itemTitle a {
  font-weight: 700;
  color: #023a66;
  text-decoration: none;
}
.newsInTabs__item .itemTitle a:hover {
  text-decoration: underline;
}
.middleMenu {
  margin-bottom: 60px;
}
.orderForm {
  margin-bottom: 30px;
}
.sidebarMenu {
  margin-bottom: 30px;
}
.sidebarMenu__heading {
  color: #023a66;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 21px;
  position: relative;
}
.sidebarMenu__heading:after {
  content: '';
  background: url(../images/svg/arrow-green.svg) no-repeat center center;
  transform: rotate(90deg);
  position: absolute;
  width: 25px;
  height: 25px;
  top: 6px;
  right: 120px;
}
.sidebarMenu__menu {
  background: #ececec;
  padding: 30px 25px;
}
.sidebarMenu__menu ul {
  list-style: none;
}
.sidebarMenu__menu ul li {
  margin: 15px 0;
}
.sidebarMenu__menu ul li:first-child {
  margin-top: 0;
}
.sidebarMenu__menu ul li:last-child {
  margin-bottom: 0;
}
.sidebarMenu__menu ul li a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.sidebarMenu__menu ul li a:hover {
  color: #2ace32;
}
.iconicMenu {
  background: #fff;
}
.iconicMenu ul {
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.iconicMenu ul li {
  width: 25%;
  list-style: none;
  background: #fff;
}
.iconicMenu ul li a {
  display: block;
  padding: 25px 0;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.iconicMenu ul li a:hover {
  background: #ececec;
}
.iconicMenu ul li a:hover .iconicMenu__itemHeading {
  text-decoration: underline;
}
.iconicMenu ul li a .iconicMenu__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.iconicMenu ul li a .iconicMenu__item .itemImage {
  padding: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 27px;
}
.iconicMenu ul li a .iconicMenu__item .itemImage img {
  height: 63px;
}
.actionsSection {
  padding-bottom: 80px;
}
.bottomSlider {
  margin-bottom: 30px;
}
.bottomSlider img {
  width: 100%;
}
.bottomGallerySlider__itemImageWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.followMeFacebook {
  margin-bottom: 30px;
  position: relative;
}
.followMeFacebook__image img {
  width: 100%;
}
.followMeFacebook__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.followMeFacebook__btn--lifted {
  top: 25%;
}
.followMeFacebook__subscribe a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.followMeFacebook__subscribe a:hover {
  background: #fff;
  color: #000;
}
.followMeFacebook__subscribe--lifted a {
  opacity: 1;
  pointer-events: auto;
}
.orderUs {
  background: #d2d2d2;
  padding: 30px 34px;
}
.orderUs__heading h3 {
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.orderUs__form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.orderUs__form a {
  width: 200px;
}
.orderUs__form form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.orderUs__form form input {
  width: 100%;
  padding: 10px 20px;
  border: none;
  height: unset;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.orderUs__form form textarea {
  padding: 10px 20px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.orderUs__form .joomly {
  border: none;
}
.footer {
  padding: 40px 0;
  background: #023a66;
  color: #fff;
}
.footer hr {
  background: #3484b9;
  height: 2px;
  width: 100%;
  border: none;
  margin: 45px 0;
}
.footer .footer1 ul {
  margin: 0;
}
.footer .footer1 ul li {
  list-style: none;
  margin: 20px 0;
}
.footer .footer1 ul li:first-child {
  margin-top: 0;
}
.footer .footer1 ul li:last-child {
  margin-bottom: 0;
}
.footer .footer1 ul li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.footer .footer1 ul li a:hover {
  color: #2ace32;
}
.footer .footer2 ul {
  margin: 0;
}
.footer .footer2 ul li {
  list-style: none;
  margin: 20px 0;
}
.footer .footer2 ul li:first-child {
  margin-top: 0;
}
.footer .footer2 ul li:last-child {
  margin-bottom: 0;
}
.footer .footer2 ul li a {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.footer .footer2 ul li a:hover {
  color: #2ace32;
}
.bottomContacts {
  text-align: right;
}
.bottomContacts div:nth-child(3) {
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.bottomContacts div:nth-child(3) a {
  color: #fff;
  text-decoration: none;
}
.bottomContacts div:nth-child(4) {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.bottomContacts div:nth-child(4) a {
  color: #fff;
  text-decoration: none;
}
.itgrpCopyrights .custom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.itgrpCopyrights__image {
  margin-right: 10px;
}
.backgrounded-wrapper {
  background: url(../images/main-background.jpg) no-repeat center bottom;
}
.offCanvas {
  position: fixed;
  right: 0;
  width: 300px;
  background: #fff;
  height: 100%;
  z-index: 99;
  overflow: auto;
  transform: translate(100%);
  transition: 0.3s ease-in-out;
}
.offCanvas__content {
  padding: 25px;
}
.offCanvas__content ul {
  list-style: none;
}
.offCanvas__content ul li a {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #bababa;
  text-decoration: none;
}
.offCanvas__content ul li ul {
  padding-left: 15px;
}
.offCanvas--opened {
  transform: translate(0);
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
@keyframes disconts {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes dots {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  .finderAndLang--shifted {
    transform: translateX(0);
  }
}
@media screen and (max-width: 400px) {
  .langSwitcher__wrapper ul li a {
    margin-top: 0;
  }
  .site-logo {
    text-align: center;
  }
  .topPanel .right-side-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }
  .topPanel .right-side-wrapper a {
    margin: 5px 0;
    display: block;
  }
  .topPanel .right-side-wrapper .finderAndLang a {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .articleImage img {
    width: 100%;
  }
  .orderUs {
    padding: 14px;
  }
  .orderUs__heading h3 {
    font-size: 14px;
  }
  .followMeFacebook__btn {
    font-size: 14px;
  }
  .iconicMenu ul li {
    width: 50%;
  }
  .newsInTabs__tabs .more-news {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
  }
  .newsInTabs__tabs ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .newsInTabs__tabs {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
  .newsInTabs__item {
    width: 50%;
    padding: 15px;
  }
  .newsInTabs__items {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1199px) {
  .componentWrapper {
    margin-top: -300px;
  }
  .undepended-row {
    margin: 30px;
  }
  .newsInTabs__tabs ul li a {
    padding: 10px;
  }
  .newsInTabs__tabs ul li a {
    text-align: center;
  }
  .newsInTabs__tabs ul li.active a {
    text-align: center;
    padding: 10px 10px;
  }
  .undepended-row .circleFigure-wrapper {
    display: none;
  }
  .undepended-row .undependedWrapper .lookAtCatalog {
    position: relative;
    top: unset;
    width: 100%;
    margin-bottom: 30px;
  }
  .mobileMenu--opened {
    display: flex !important;
  }
  .hamburgerMenu {
    display: block;
  }
  .mainNav nav ul {
    display: none;
    position: absolute;
    flex-direction: column;
    z-index: 99;
    background: #fff;
    top: 30px;
    padding: 15px 25px;
  }
  .mainNav nav ul li {
    padding: 10px 0;
    margin-right: 0;
  }
  .mainNav nav ul li:first-child {
    padding-top: 0;
  }
  .mainNav nav ul li:last-child {
    padding-bottom: 0;
  }
  .mainNav nav ul li a {
    font-size: 15px;
  }
  .mainNav nav ul li ul {
    top: 0;
    position: inherit;
    border: none;
    padding: 0;
    min-width: inherit;
  }
  .mainNav nav ul li ul li {
    padding: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 492px) {
  .undepended-row .undependedWrapper .lookAtCatalog {
    height: unset;
  }
}
@media screen and (max-width: 767px) {
  .componentWrapper {
    margin-top: unset;
  }
  .undepended-row .undependedWrapper .lookAtCatalog {
    margin-bottom: 0;
  }
  .socialsBlock {
    margin-top: 30px;
  }
  .newsInTabs {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
