@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

/* Burger Menu */
.navbar-toggler {
  border: none;
  box-shadow: none;
  z-index: 999 !important;
  order: 4;
  padding: 0px !important; 
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-collapse.collapse.show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  overflow-y: scroll !important;
  overflow-x: hidden !important;
  padding-top: 98px;
  padding-left: 17px;
  padding-right: 17px;
  z-index: 100;
}

.navbar-collapse.collapse.show .burgerMenuContent__background {
  position: fixed; /* absolute */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 141, 172, 0.15);
  z-index: 101;
}

.navbar-collapse.collapse.show.navbar-nav {
  z-index: 102 !important;
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center, .nav-item {
  z-index: 102 !important;
}

.dropdown-menu.show {
  background: rgba(87, 141, 172, 0.15);
  border-radius: 10px;
  width: 350px;
  min-width: 350px;
}

.burgericon-animated {
  width: 40px;
  height: 30px;
  position: static;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#headerNavigation > div > button.navbar-toggler.burger-button {
  width: 40px;
  height: 30px;
  margin: 0px;
}

.burgericon-animated.open {
  width: 20px;
  height: 20px;
  position: fixed !important; /* absolute */
  top: 50px;
  right: inherit;
}

.burgericon-animated span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.burgericon-animated span {
  background: #ffffff;
}

.burgericon-animated span:nth-child(1) {
  top: 0px;
}

.burgericon-animated span:nth-child(2),
.burgericon-animated span:nth-child(3) {
  top: 10px;
}

.burgericon-animated span:nth-child(4) {
  top: 20px;
}

.burgericon-animated.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.burgericon-animated.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #434343;
}

.burgericon-animated.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #434343;
}

.burgericon-animated.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* End Burger Menu */
/* Header Menu */
#headerMenu {
  margin-left: 10px;
}

#headerMenu > li > a.nav-link {
  margin-bottom: 15px;
  height: 34px;
  color: #FFFFFF;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  /* font-size: 20px */
  line-height: 34px;
  padding-right: 20px;
  padding-top: 5px;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
@media (min-width: 1024px) {
  #headerMenu > li > a.nav-link {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  #headerMenu > li > a.nav-link {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  #headerMenu > li > a.nav-link {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}
#headerMenu > li > a.nav-link:hover {
  color: #578DAC;
  cursor: pointer;
}

#headerMenu > li.dropdown > ul {
  background-color: #FFFFFF;
  border: none;
  border-radius: 10px;
}

#headerMenu > li.dropdown > ul > li > a {
  color: #2c3e50 !important;
}
#headerMenu > li.dropdown > ul > li > a:hover {
  color: #578DAC !important;
  cursor: pointer;
}

#headerMenu > li.dropdown > ul::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 141, 172, 0.15) !important;
  z-index: -1;
  border: none;
  border-radius: 10px;
}

#headerMenu > li.dropdown > ul > li > a {
  color: #FFFFFF;
}

#headerMenu > li.dropdown > ul > li > a.dropdown-item:focus,
#headerMenu > li.dropdown > ul > li > a.dropdown-item:hover {
  background: none;
}

#headerMenu > li.dropdown > a.nav-link::after {
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  position: absolute;
  top: 15px;
  right: 0px;
  width: 10px;
  height: 10px;
  border: 2px solid !important;
  border-color: transparent transparent #FFFFFF #FFFFFF !important;
  transform: rotate(-45deg);
}

#headerMenu > li.dropdown > a.nav-link.dropdown-toggle.show::after {
  top: 20px;
  border-color: transparent #FFFFFF #FFFFFF transparent !important;
  transform: rotate(-45deg);
}

/* Menu position items: */
#headerMenu > li > ul > li {
  position: static !important;
}

#headerMenu > li.dropdown > ul > li > a.dropdown-item {
  position: relative !important;
}

/* Mobile submenu */
#headerMenu > li > ul > li.dropdown-submenu > ul {
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
}

#headerMenu > li > ul > li.dropdown-submenu > ul > li {
  margin-bottom: 0px;
}

#headerMenu > li > ul > li.dropdown-submenu > ul > li > a {
  /* font-size: 18px */
  line-height: 23px;
  background: none;
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  #headerMenu > li > ul > li.dropdown-submenu > ul > li > a {
    font-size: calc(16px + 2 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  #headerMenu > li > ul > li.dropdown-submenu > ul > li > a {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  #headerMenu > li > ul > li.dropdown-submenu > ul > li > a {
    font-size: calc(16px + 3.4 * ((100vw - 340px) / 1920));
  }
}
#headerMenu > li > ul > li.dropdown-submenu > ul > li > a:hover {
  color: #578DAC;
}

#headerMenu > li > ul > li.dropdown-submenu.dropend > a {
  width: auto;
  min-width: 300px;
  min-height: 26px;
  margin-bottom: 10px;
}

#headerMenu > li > ul > li.dropdown-submenu.dropend > a::after {
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  position: absolute;
  top: 15px;
  right: 5px;
  width: 10px;
  height: 10px;
  border: 2px solid !important;
  border-color: transparent transparent #2c3e50 #2c3e50 !important;
  transform: rotate(-45deg);
}

#headerMenu > li > ul > li.dropdown-submenu.dropend > a.dropdown-item.dropdown-toggle.show::after {
  top: 20px;
  border-color: transparent #2c3e50 #2c3e50 transparent !important;
  transform: rotate(-45deg);
}

#headerMenu > li > ul > li.dropdown-submenu > ul {
  padding: 10px;
  top: 0px;
  left: calc(100% + 5px); /* Меню 3-го уровня */
  background: #FFFFFF !important;
}

#headerMenu > li > ul > li.dropdown-submenu > ul::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 141, 172, 0.15) !important;
  z-index: -1;
  border: none;
  border-radius: 10px;
}

#selectPhone > div > button.btn.default_phone_option2.selectPhone__telephone {
  padding-right: 0px !important;
}

.navbar-collapse.collapse:not(.show) > #headerMenu > li {
  margin-right: 50px;
}

/* ------------- */
/* Language Select Style */
#selectLanguageMobile {
  margin-top: 20px;
  z-index: 102 !important;
  display: none;
}

.select_wrap_mobile {
  z-index: 102 !important;
  display: flex;
  flex-direction: row;
}

.select_wrap_mobile li:first-child {
  margin-left: 0px;
}

.select_wrap_mobile li {
  z-index: 102 !important;
  margin-left: 40px;
}

.select_wrap_mobile .option {
  z-index: 102 !important;
  cursor: pointer;
}


/* Callback button - hidden by default */
.btn-callback-mobile {
  display: none;
}



/* End Header Menu */
#burgerMenuContent {
  order: 2;
}

#selectLanguage {
  margin-top: 10px;
  order: 3;
}

.header {
  padding-top: 20px;
  position: relative;
  background: url("../img/header.webp") no-repeat center center;
  background-size: cover;
  min-height: 700px;
  height: auto;
  width: 100%;
/* ВИДАЛЯЄМО overflow: hidden */
  /* overflow: hidden; */
}

.header-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; /* Тепер overflow тут — тільки для відео */
  z-index: 0;
}

/* Video Background Styles */
.header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.header-video.loaded {
  opacity: 1;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  background-color: rgba(20, 40, 70, 0.88);
  z-index: 1;
}

/* Ensure header content is above video */
.headerContent {
  position: relative;
  z-index: 2;
}

#headerNavigation,
.main-menu-container {  /* Додаємо, якщо меню в окремому контейнері */
  position: relative;
  z-index: 10; /* Високий z-index — меню вище за все */
}

#headerNavigation {
  position: relative;
  z-index: 3;
}


.headerRow {
  background: transparent;
}

.headerContent {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
}




.headerText {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2c3e50;
  max-width: 1266px;
  min-width: 385px;
  text-align: center;
  font-family: "Mulish", sans-serif;	
  font-style: normal;
  font-weight: 400;
  /* font-size: 50px */
  line-height: 75px;
}






/* Header Text Animation and Styling */
.headerText__company {
  display: block;
   font-family: "Mulish", sans-serif;	
  font-weight: 700;
  font-size: 1.3em;
  letter-spacing: 2px;
  margin-bottom: 20px;
  animation: fadeInDown 1s ease-out;
  animation-fill-mode: both;
}

.headerText__description {
  display: block;
   font-family: "Mulish", sans-serif;	
  font-weight: 400;
  font-size: 0.6em;
  line-height: 1.4;
  animation: fadeInUp 1s ease-out 0.3s;
  animation-fill-mode: both;
  opacity: 0.95;
}

/* Animations */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mobile adjustments */
@media screen and (max-width: 768px) {
  .headerText__company {
    font-size: 1.2em;
    letter-spacing: 1px;
    margin-bottom: 15px;
  }
  
  .headerText__description {
    font-size: 0.7em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 600px) {
  .headerText__company {
    font-size: 1.1em;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
  }
  
  .headerText__description {
    font-size: 0.68em;
    line-height: 1.25;
  }
}





@media (min-width: 1024px) {
  .headerText {
    font-size: calc(30px + 20 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .headerText {
    font-size: calc(30px + 8.5 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .headerText {
    font-size: calc(30px + 34 * ((100vw - 340px) / 1920));
  }
}

.headerButton {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 120px;
  min-width: 302px;
  width: auto;
  height: 77px;
  padding: 25px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 10px;
  background: #578DAC;
  color: #2c3e50;
  text-align: center;
  font-family: "OpenSans-SemiBold", sans-serif;
  line-height: 27px;
  font-style: normal;
  font-weight: 600;
  /* font-size: 20px */
}
@media (min-width: 1024px) {
  .headerButton {
    font-size: calc(20px + 0 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .headerButton {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .headerButton {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
.headerButton:hover, .headerButton:active {
  cursor: pointer;
  color: #FFFCFC;
  background: #45A148;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* Header Logo */
.headerLogo, .headerLogo img {
  margin-top: -10px;
  width: 202px;
  height: 108px;
  order: 1;
}

/* Select Language */
.select_wrap {
  width: 75px;
  margin: 10px auto;
  position: relative;
  user-select: none;
}

.select_wrap .default_option {
  background: transparent;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.select_wrap .default_option li {
  padding: 10px 0px;
}

.select_wrap .default_option:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: transparent transparent #FFFFFF #FFFFFF;
  transform: rotate(-45deg);
}

.select_wrap.active .select_ul {
  display: block;
}

.select_wrap .select_ul {
  position: absolute;
  top: 55px;
  left: -10px;
  width: 100%;
  background: #578DAC;
  border-radius: 10px;
  display: none;
  z-index: 10;
  overflow: hidden;
}

.select_wrap .select_ul li {
  padding: 10px 10px;
  cursor: pointer;
  background: #a8cbdd;
}

.select_wrap .select_ul li:hover {
  background: #c1d8e5;
}

.select_wrap .select_ul li.selected {
  background: #D3E8F3;
}



.select_wrap .select_ul li:first-child:hover,
.select_wrap .select_ul li.selected:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.select_wrap .select_ul li.selected:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.select_wrap .option, .select_wrap_mobile .option {
  display: flex;
  align-items: center;
}

.select_wrap .option .icon, .select_wrap_mobile .option .icon {
  background: url("../img/flag-ua.png") no-repeat 0 0;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.select_wrap .option.ua .icon, .select_wrap_mobile .option.ua .icon {
  background: url("../img/flag-ua.png") no-repeat 0 0;
}

.select_wrap .option.ru .icon, .select_wrap_mobile .option.ru .icon {
  background: url("../img/flag-ru.png") no-repeat 0 0;
}

.select_wrap .option.usa .icon, .select_wrap_mobile .option.usa .icon {
  background: url("../img/flag-us.png") no-repeat 0 0;
}

.select_wrap.active .default_option:before {
  top: 15px;
  border-color: transparent #FFFFFF #FFFFFF transparent !important;
  transform: rotate(-45deg); /* transform: rotate(-225deg); */
}






.select_wrap .option .lang-text, 
.select_wrap_mobile .option .lang-text {
  color: #2c3e50;	
  font-family: 'Mulish', sans-serif;
  font-size: calc(16px + 4 * (100vw / 1920));
  font-weight: 400;
  text-decoration: none;
  padding: 2px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
  display: inline-block;
  line-height: 1;
}

.select_wrap .option a:hover .lang-text,
.select_wrap_mobile .option a:hover .lang-text {
  background-color: rgba(255, 255, 255, 0.1);
  transform: scale(1.05);
}

/* Видаляємо старі правила для іконок прапорів */
.select_wrap .option .icon, 
.select_wrap_mobile .option .icon {
  display: none;
}

.select_wrap .option.ua .icon, 
.select_wrap_mobile .option.ua .icon,
.select_wrap .option.ru .icon, 
.select_wrap_mobile .option.ru .icon,
.select_wrap .option.usa .icon, 
.select_wrap_mobile .option.usa .icon {
  display: none;
}





/* Активна опція - БІЛА */
.header .select_wrap .default_option .lang-text {
  color: #FFFFFF !important;
}




/* Активна опція - ЧОРНА */
.headerTwo .select_wrap .default_option .lang-text {
  color: #2c3e50 !important;
}

/* При hover - СИНЯ */
.headerTwo .select_wrap .default_option a:hover .lang-text {
  color: #578DAC !important;
}




/* Текст - ЧОРНИЙ */
.select_wrap .select_ul .lang-text {
  color: #2c3e50 !important;
  background: transparent !important;
  padding: 0 !important;
}

/* При hover - СИНІЙ */
.select_wrap .select_ul a:hover .lang-text {
  color: #578DAC !important;
  background: transparent !important;
  transform: none !important;
}




/* Текст - ЧОРНИЙ */
.select_wrap_mobile .lang-text {
  color: #2c3e50 !important;
}

/* При hover - СИНІЙ */
.select_wrap_mobile a:hover .lang-text {
  color: #578DAC !important;
}

















/* ------------- */
/* Select Phone */
.select_phone_wrap {
  width: 262px;
  min-width: 262px;
  margin: 10px -40px 10px auto;
  position: relative;
  user-select: none;
  order: 4;
}

.selectPhone__telephone::before, .default_phone_option > li > .phone_option .selectPhone__option::before {
  content: "";
  width: 35px;
  height: 35px;
  background: url("../img/icon-phone-white.svg") no-repeat;
  background-size: contain;
  padding-left: 35px;
  margin-right: 0px;
}

.selectPhone__telephone {
  margin: 0 auto;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 22px;
  padding-right: 30px;
  /* font-size: 20px */
}
@media (min-width: 1024px) {
  .selectPhone__telephone {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .selectPhone__telephone {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .selectPhone__telephone {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}

.selectPhone__telephone a {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 22px;
  /* font-size: 20px */
}
@media (min-width: 1024px) {
  .selectPhone__telephone a {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .selectPhone__telephone a {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .selectPhone__telephone a {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}

.selectPhone__option, .selectPhone__option a {
  margin: 0 auto;
  color: #FFFFFF;
  font-family: "Mulish", sans-serif;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  /* font-size: 20px */
}
@media (min-width: 1024px) {
  .selectPhone__option, .selectPhone__option a {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .selectPhone__option, .selectPhone__option a {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .selectPhone__option, .selectPhone__option a {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}
.selectPhone__option:hover, .selectPhone__option a:hover {
  color: #FFFFFF !important;
  cursor: pointer;
}

.select_phone_wrap .default_phone_option {
  color: #FFFFFF;
  background: transparent;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.default_phone_option li a {
  color: #FFFFFF !important;
  font-family: "Mulish", sans-serif;
  /* font-size: 20px */
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .default_phone_option li a {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .default_phone_option li a {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .default_phone_option li a {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}
.default_phone_option li a:hover {
  color: #578DAC !important;
  cursor: pointer;
}

.select_phone_wrap .default_phone_option li {
  color: #FFFFFF;
  padding: 10px 0px;
}

.select_phone_wrap .default_phone_option:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -15px;
  width: 8px;
  height: 8px;
  border: 2px solid;
  border-color: transparent transparent #FFFFFF #FFFFFF;
  transform: rotate(-45deg);
  pointer-events: none;
}

.select_phone_wrap.active .select_phone_ul {
  display: block;
  padding-top: 26px;
  padding-bottom: 15px;
}

.select_phone_wrap .select_phone_ul {
  color: #FFFFFF;
  position: absolute;
  top: 55px;
  left: -10px;
  width: 100%;
  background: #578DAC;
  border-radius: 10px;
  display: none;
  z-index: 10;
}

.select_phone_wrap .select_phone_ul li {
  padding: 10px 10px;
  background: none !important;
  cursor: pointer;
}

.phone_number.dropdown-item:focus, .phone_number.dropdown-item:hover {
  color: #FFFFFF !important;
  background-color: transparent !important;
}

/*
.select_phone_wrap .select_phone_ul li:hover {
    /*background: #fff4dd;*/
/*
}
/*
.select_phone_wrap .select_phone_ul li.selected {
    /*background: #a89c9c;*/
/*
}
*/
.select_phone_wrap .select_phone_ul li:first-child:hover,
.select_phone_wrap .select_phone_ul li.selected:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.select_phone_wrap .select_phone_ul li.selected:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.select_phone_wrap .phone_option {
  display: flex;
  align-items: center;
}

.select_phone_wrap.active .default_phone_option:before {
  top: 15px;
  border-color: transparent #FFFFFF #FFFFFF transparent !important;
  transform: rotate(-45deg); /* transform: rotate(-225deg); */
}

/* ------------- */
/* ------------- */
/* Select Phone New Styles */
.select_phone_wrap2 button, .phone_number {
  border: none;
  color: #FFFFFF;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.select_phone_wrap2 button:hover, .select_phone_wrap2 button:active, .phone_number:hover, .phone_number:active {
  color: #FFFFFF !important;
  background: transparent;
  cursor: pointer;
}

.select_phone_wrap2 button .phone_number:hover {
  color: #578DAC !important;
  cursor: pointer;
}

.select_phone_wrap2 button a, .phone_number {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  /* font-size: 20px */
}
@media (min-width: 1024px) {
  .select_phone_wrap2 button a, .phone_number {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .select_phone_wrap2 button a, .phone_number {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .select_phone_wrap2 button a, .phone_number {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}
.select_phone_wrap2 button a:hover, .select_phone_wrap2 button a:active, .phone_number:hover, .phone_number:active {
  color: #FFFFFF !important;
  background: transparent;
  cursor: pointer;
}

.selectPhone__telephone::before, .default_phone_option > li > .phone_option .selectPhone__option::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../img/icon-phone-white.svg") no-repeat;
  background-size: contain;
  padding-left: 35px;
  margin-right: 0px;
}

.select_phone_wrap2 .select_phone_ul2 li:first-child:hover,
.select_phone_wrap2 .select_phone_ul2 li.selected:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.select_phone_wrap2 .select_phone_ul2 li.selected:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.select_phone_wrap2 button {
  display: flex;
  align-items: center;
}

.selectPhone__arrow {
  width: auto !important;
  height: 38px !important;
  content: "";
  position: relative;
  outline: none !important;
  background: none !important;
  border: none !important;
  color: transparent !important;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  z-index: 99 !important;
}
.selectPhone__arrow:hover, .selectPhone__arrow:active {
  color: transparent !important;
  cursor: pointer;
}

.selectPhone__arrow.show, .selectPhone__arrow.show:hover, .selectPhone__arrow.show:active {
  outline: none !important;
  background: none !important;
  border: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

.visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within),
.visually-hidden:focus, .visually-hidden:hover, .visually-hidden:active {
  background: none !important;
  outline: none !important;
  border: none !important;
}

.selectPhone__arrow::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  width: 10px;
  height: 10px;
  outline: none !important;
  background: none !important;
  border: 2px solid;
  border-color: transparent transparent #FFFFFF #FFFFFF !important;
  transform: rotate(-45deg);
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.selectPhone__arrow::after:hover, .selectPhone__arrow::after:active {
  outline: none !important;
  color: #FFFFFF !important;
  border-color: transparent transparent #FFFFFF #FFFFFF !important;
  cursor: pointer;
}

.selectPhone__arrow.show {
  top: 5px;
  right: 0px;
  outline: none !important;
  color: #FFFFFF !important;
  border-color: transparent #FFFFFF #FFFFFF transparent !important;
  transform: rotate(-90deg); /* transform: rotate(-225deg); */
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.selectPhone__arrow.show:hover, .selectPhone__arrow.show:active {
  outline: none !important;
  border-color: transparent #FFFFFF #FFFFFF transparent !important;
  color: #FFFFFF !important;
  cursor: pointer;
}

.selectPhone__arrow.show::after {
  background: none !important;
  outline: none !important;
}

.select_phone_ul2 {
  color: #FFFFFF;
  position: absolute;
  top: 55px;
  left: -10px;
  width: 100%;
  background: #578DAC;
  border-radius: 10px;
  display: none;
  z-index: 10;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.select_phone_ul2:hover {
  color: #578DAC !important;
  cursor: pointer;
}

.select_phone_ul2 li {
  padding: 0px;
  padding-bottom: 10px;
  cursor: pointer;
}

.select_phone_ul2 li:hover {
  background: none !important;
}

.select_phone_ul2 li.selected {
  background: none !important;
}

.select_phone_ul2.show {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 50px;
  padding-top: 26px;
  padding-bottom: 15px;
  min-width: 200px;
  max-width: 300px;
  width: 100%;
  background: #e6eef3 !important;
  margin: 0 auto;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  border: none;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  /* font-size: 20px */
}
@media (min-width: 1024px) {
  .select_phone_ul2.show {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .select_phone_ul2.show {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .select_phone_ul2.show {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}
.select_phone_ul2.show:hover {
  color: #FFFFFF !important;
  cursor: pointer;
}

.phone_number.dropdown-item {
  color: #fff;
}

.phone_number.dropdown-item:hover {
   color: #578DAC !important;
}



/* ------------- */
/* ------------- */
.collapsing {
  display: none !important;
}

/* Adaptive: */
/* ------------- */
/* Desktop Large: */
@media (min-width: 1400px) {
  #headerMenu {
    margin-left: -10px;
  }
  .dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center, .nav-item {
    margin-right: 30px;
  }
  .select_phone_wrap .default_phone_option:before {
    right: -10px !important;
  }
  .dropend {
    margin-right: 10px !important;
  }
  .navbar-collapse.collapse:not(.show) > #headerMenu > li {
    margin-right: 30px;
  }
}
@media (min-width: 1600px) {
  #headerMenu {
    margin-left: 170px;
  }
  .dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center, .nav-item {
    margin-right: 30px;
  }
  .select_phone_wrap .default_phone_option:before {
    right: -10px !important;
  }
  .dropend {
    margin-right: 10px !important;
  }
  #headerMenu > li {
    margin-right: 45px;
  }
  .navbar-collapse.collapse:not(.show) > #headerMenu > li {
    margin-right: 30px;
  }
}
@media (min-width: 1700px) {
  .navbar-collapse.collapse:not(.show) > #headerMenu > li {
    margin-right: 30px;
  }
}
@media (min-width: 1800px) {
  .navbar-collapse.collapse:not(.show) > #headerMenu > li {
    margin-right: 45px;
  }
}
@media (min-width: 1920px) {
  #headerMenu {
    margin-left: 270px;
  }
  .navbar-collapse.collapse:not(.show) > #headerMenu > li {
    margin-right: 50px;
  }
  .dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center, .nav-item {
    margin-right: 0px;
  }
  .select_phone_wrap .default_phone_option:before {
    right: -10px !important;
  }
  .dropend {
    margin-right: 10px !important;
  }
}
@media (min-width: 2000px) {
  .select_phone_wrap .default_phone_option:before {
    right: -20px !important;
  }
  .default_phone_option li a {
    min-width: 300px;
  }
  .selectPhone__telephone {
    min-width: 300px;
  }
  .select_phone_wrap.active .select_phone_ul {
    width: 300px;
  }
  .select_phone_ul2.show {
    width: 300px;
  }
  .dropend {
    margin-right: 10px !important;
  }
}
@media (min-width: 3000px) {
  .dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center, .nav-item {
    margin-right: 0px;
  }
  .selectPhone__option, .selectPhone__option a {
    min-width: 300px;
  }
  .select_phone_wrap .default_phone_option:before {
    right: -30px !important;
  }
  .dropend {
    margin-right: 10px !important;
  }
  .navbar-collapse.collapse:not(.show) > #headerMenu > li {
    margin-right: 30px;
  }
}
/* Desktop: */
@media screen and (max-width: 1400px) {
  .dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center, .nav-item {
    margin-right: 8px;
  }
  .select_wrap .default_option li {
    padding: 10px 0px;
  }
  #headerMenu > li > a.nav-link {
    padding-right: 12px;
    padding-left: 0px;
  }
  .select_phone_wrap {
    width: auto;
    min-width: 200px;
  }
  .select_phone_wrap .default_phone_option:before {
    right: -10px !important;
  }
  .dropend {
    margin-right: 10px !important;
  }
  .navbar-collapse.collapse:not(.show) > #headerMenu > li {
    margin-right: 30px;
    margin-left: 0px;
  }
}
/* ------------- */
@media screen and (max-width: 1200px) {
  .navbar-collapse.collapse:not(.show) > #headerMenu > li {
    margin-right: 22px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 1150px) {
  .select_phone_ul2.show {
    min-width: 200px;
    max-width: 200px;
  }
  .select_phone_wrap2 {
    margin: 0px !important;
    margin-left: 0px !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }
  .btn.default_phone_option2.selectPhone__telephone {
    margin: 0px !important;
    margin-left: 0px !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }
  .selectPhone__arrow::after {
    top: 10px;
    right: 0px;
  }
  #selectLanguage {
    display: block;
    margin-right: 0px !important;
  }
  .select_wrap .default_option:before {
    right: 10px;
  }
  .dropend {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 1100px) {
  .select_phone_ul2.show {
    min-width: 200px;
    max-width: 200px;
  }
  .select_phone_wrap2 {
    margin: 0px !important;
    margin-left: -75px !important;
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
  }
  .btn.default_phone_option2.selectPhone__telephone {
    margin: 0px !important;
    margin-left: 0px !important;
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
  }
  /*
  .selectPhone__arrow {
      margin-left: 0px !important;
  }
  */
  .select_wrap .default_option:before {
    right: 30px;
  }
  .selectPhone__arrow::after {
    top: 10px;
    right: -50px;
  }
  .selectPhone__arrow.show::after {
    top: 50px;
    right: -55px;
  }
  .selectPhone__arrow.show {
    top: 60px;
    right: -20px;
  }
  .select_phone_wrap {
    margin-left: 0px !important;
    min-width: 160px !important;
    width: 160px !important;
  }
  #selectLanguage {
    display: block;
    margin-right: 40px !important;
    z-index: 40 !important;
  }
  .dropend {
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 1050px) {
  .selectPhone__telephone::before, .default_phone_option > li > .phone_option .selectPhone__option::before {
    width: 28px;
    height: 26px;
    padding-left: 25px;
  }
  .dropend {
    margin-right: 10px !important;
  }
  .navbar-collapse.collapse:not(.show) > #headerMenu {
    margin-left: 10px;
  }
  .navbar-collapse.collapse:not(.show) > #headerMenu > li {
    margin-right: 15px;
    margin-left: -5px;
  }
  #headerMenu > li > a.nav-link {
    min-width: auto;
  }
}
@media screen and (max-width: 1025px) {
  .navbar-collapse.collapse:not(.show) > #headerMenu {
    margin-left: 5px;
  }
  .navbar-collapse.collapse:not(.show) > #headerMenu > li {
    margin-right: 15px;
    margin-left: 0px;
  }
  #headerMenu > li > a.nav-link {
    min-width: 83px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  #headerMenu > li > a.nav-link {
    min-width: auto;
  }
  #headerNavigation > div {
    justify-content: center;
  }
  .btn.dropdown-toggle.dropdown-toggle-split.selectPhone__arrow {
    margin-right: -40px !important;
    margin-left: 0px !important;
  }
  .select_phone_wrap {
    margin-left: 0px !important;
    min-width: 180px !important;
    width: 180px !important;
  }
  .dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center, .nav-item {
    margin-right: 5px;
  }
  .select_wrap .default_option:before {
    right: 10px;
  }
  #selectLanguageMobile {
    display: none;
  }
  #selectLanguage {
    display: block;
    margin-right: 20px !important;
  }
  .dropdown-menu {
    background: none !important;
    border-radius: 10px;
    border: none !important;
    width: 100% !important;
  }
  #headerMenu > li.dropdown > ul {
    background-color: #FFFFFF !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  #headerMenu > li.dropdown > ul > li > a {
    color: #2c3e50;
  }
  #headerMenu > li.dropdown > ul > li > a.dropdown-item:focus,
  #headerMenu > li.dropdown > ul > li > a.dropdown-item:hover {
    color: #578DAC;
    background-color: transparent !important;
  }
  .header {
    padding-top: 30px;
  }
  .headerButton {
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 140px;
  }
  .selectPhone__arrow::after {
    top: 10px;
    right: -30px;
  }
  .selectPhone__arrow.show::after {
    top: 45px;
    right: 0px;
  }
  .selectPhone__arrow.show {
    top: 15px;
    right: -15px;
  }
  .select_phone_wrap, .select_phone_wrap2 {
    margin-bottom: 25px;
    width: 185px;
    min-width: 185px;
    margin: 0px;
    margin-left: -10px !important;
    position: relative;
    user-select: none;
  }
  .selectPhone__telephone::before, .default_phone_option > li > .phone_option .selectPhone__option::before {
    width: 28px;
    height: 26px;
    padding-left: 25px;
  }
  .select_phone_wrap .default_phone_option {
    margin-left: 0px;
  }
  .select_phone_wrap .default_phone_option:before {
    right: 0px !important;
  }
  .select_wrap {
    margin-left: 40px;
  }
  .select_wrap .default_option li {
    padding: 10px 20px;
  }
  .select_phone_wrap {
    margin-right: 0px;
    min-width: 180px;
    width: 180px;
  }
  .headerLogo, .headerLogo img {
    width: 118px;
    height: 63px;
    margin-right: 0px;
	margin-left:-23px;
  }

  .navbar-collapse {margin-left:-20px;}

	.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > div > button.btn.default_phone_option2.selectPhone__telephone > a {
    color: #2c3e50 !important;
    min-width: 200px;
}


  .select_wrap .default_option li {
    padding: 0px !important;
  }
  .select_wrap .default_option:before {
    right: 20px;
  }
  .select_wrap .default_option:before {
    top: 5px;
  }
  .select_wrap.active .default_option:before {
    top: 5px;
  }
  .select_wrap .default_option {
    width: 66px;
  }
  .select_wrap {
    margin-left: 25px;
  }
  .selectPhone__telephone {
    margin: 0px;
  }
  .select_phone_wrap .default_phone_option:before {
    right: 3px !important;
  }
  .select_phone_wrap {
    margin-left: -20px;
    min-width: 220px;
    width: auto;
  }
  #headerMenu > li > a.nav-link {
    /* font-size: 20px */
    line-height: 34px;
    padding: 0px !important;
    padding-top: 5px !important;
    padding-right: 15px !important;
  }
  .dropdown-menu.show li a.dropdown-item {
    padding-left: 0px !important;
    margin-bottom: 10px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    /* font-size: 20px */
    font-size: calc(16px + 0.2083333333vw);
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
  }
  .headerText {
    margin-top: 10px;
    text-align: center;
    max-width: 729px;
    width: 100%;
    font-family: "Mulish", sans-serif;
    /* font-size: calc(30px + (15 + 15 * 0.7) * ((100vw - 340px) / 1920)); */
    font-style: normal;
    font-weight: 400;
    line-height: 67px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  .selectPhone__telephone a, .default_phone_option li a {
    /* font-size: 20px */
    /* font-size: calc(16px + 4 * (100vw / 1920)); */
    line-height: 23px;
  }
  .default_phone_option li a {
    /* font-size: 20px */
    /* font-size: calc(16px + 4 * (100vw / 1920)); */
    line-height: 27px;
  }
  .dropend {
    margin-right: 10px !important;
  }
}





@media screen and (max-width: 991px) {
  #headerNavigation > div {
    justify-content: flex-start;
    display: grid;
    grid-template-columns: 6fr 4fr 1fr 1fr;
    padding: 0px;
  }
  .btn.dropdown-toggle.dropdown-toggle-split.selectPhone__arrow {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  .select_phone_ul2.show {
    min-width: 200px;
    max-width: 200px;
  }

     .navbar-collapse {margin-left:0px;}	

  .select_phone_wrap2 {
    margin: 0px !important;
    margin-left: 0px !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }
  .btn.default_phone_option2.selectPhone__telephone {
    margin: 0px !important;
    margin-left: 0px !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }
  #selectLanguage {
    margin-right: 0px !important;
  }
  .select_phone_wrap {
    order: 2;
  }
  .selectPhone__telephone {
    margin: 0 auto;
  }
  .select_phone_wrap .default_phone_option:before {
    right: 10px !important;
  }
  .select_phone_wrap {
    margin: 10px auto;
    margin-right: 0px;
    min-width: 260px;
    width: 260px;
  }
  #headerMenu > li.dropdown > ul {
    background-color: transparent !important;
  }
  #headerMenu > li > ul > li.dropdown-submenu > ul {
    background: transparent !important;
  }
  #headerMenu > li > ul > li.dropdown-submenu > ul::before {
    background-color: transparent !important;
  }
  #headerMenu > li > a.nav-link {
    color: #2c3e50;
    text-shadow: none;
  }
  #headerMenu > li.dropdown > a.nav-link::after {
    border-color: transparent transparent #000 #000 !important;
  }
  #headerMenu > li.dropdown > a.nav-link.dropdown-toggle.show::after {
    top: 20px;
    border-color: transparent #2c3e50 #2c3e50 transparent !important;
    transform: rotate(-45deg);
  }
  #headerMenu > li.dropdown > ul::before {
    background-color: transparent !important;
  }
  #selectLanguageMobile {
    display: flex;
  }
  .header {
    padding-top: 30px;
  }
  .selectPhone__arrow::after {
    top: 10px;
    right: 10px;
  }
  .selectPhone__arrow.show::after {
    top: -10px;
    right: -15px;
  }
  .selectPhone__arrow.show {
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #headerNavigation > div {
    justify-content: flex-start;
    display: grid;
    grid-template-columns: 4fr 4fr 2fr 1fr;
    padding: 0px;
  }
  .navbar-toggler {
    margin-right: 0px !important;
  }
  .burgericon-animated.open {
    width: 20px;
    height: 20px;
    position: fixed !important;
  }
  .select_phone_ul2.show {
    min-width: 200px;
    max-width: 200px;
  }
  .select_phone_wrap2 {
    margin: 0px !important;
    margin-left: 0px !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }
  .btn.default_phone_option2.selectPhone__telephone {
    margin: 0px !important;
    margin-left: 0px !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }
  .selectPhone__arrow {
    top: -5px;
    right: 15px;
  }
  .selectPhone__arrow.show {
    top: -5px;
    right: 15px;
  }
  .select_wrap {
    margin-left: 0px;
  }
  .select_wrap .default_option li {
    padding: 10px 0px;
  }
  #selectLanguageMobile {
    display: flex;
  }
  #selectLanguage {
    display: block;
    margin-left: 10px;
    padding-left: 20px;
  }
  .dropdown-menu {
    background: none !important;
    border-radius: 10px;
    border: none !important;
    width: 100% !important;
  }
  .dropdown-menu.show li a.dropdown-item {
    padding-left: 0px !important;
    margin-bottom: 10px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-size: calc(16px + 0.2083333333vw);
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
  }
  #headerMenu > li > ul > li.dropdown-submenu > ul {
    background: transparent !important;
  }
  #headerMenu > li > ul > li.dropdown-submenu > ul::before {
    background-color: transparent !important;
  }
  #headerMenu > li.dropdown > ul {
    background-color: transparent;
  }
  #headerMenu > li.dropdown > ul > li > a {
    color: #2c3e50;
    text-shadow: none;
  }
  #headerMenu > li > a.nav-link {
    color: #2c3e50;
    text-shadow: none;
  }
  #headerMenu > li.dropdown > a.nav-link::after {
    border-color: transparent transparent #000 #000 !important;
  }
  #headerMenu > li.dropdown > a.nav-link.dropdown-toggle.show::after {
    top: 20px;
    border-color: transparent #2c3e50 #2c3e50 transparent !important;
    transform: rotate(-45deg);
  }
  #headerMenu > li.dropdown > ul > li > a.dropdown-item:focus,
  #headerMenu > li.dropdown > ul > li > a.dropdown-item:hover {
    background: none;
    text-shadow: none;
  }
  #headerMenu > li.dropdown > ul::before {
    background-color: transparent !important;
  }
  
  /* Header adjustments for mobile video */
  .header {
    padding-top: 0px;
    min-height: 100vh;
    height: auto;
    background-position: center top;
  }
  
  /* Lift navigation block 30px higher */
  #headerNavigation {
    margin-top: -30px;
    position: relative;
    z-index: 3;
  }
  
  /* Video starts from top on mobile */
  .header-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    object-fit: cover;
    object-position: center center;
  }
  
  .header-overlay {
    height: 100%;
    min-height: 100vh;
  }
  
  .headerContent {
    position: relative;
    z-index: 2;
  
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }
  
 .headerText {
    margin-top: 0px;
    padding-top: 10px;
    color: #FFFFFF;
    text-align: center;
    max-width: 729px !important;
    width: 100%;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 50px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .headerButton {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 80px;
    padding-bottom: 60px;
  }
  
  .select_phone_wrap {
    margin-bottom: 25px;
    width: 260px;
    min-width: 260px;
    margin: 0px;
    position: relative;
    user-select: none;
  }
  
  .selectPhone__telephone::before, .default_phone_option > li > .phone_option .selectPhone__option::before {
    width: 28px;
    height: 26px;
    padding-left: 25px;
  }
  
  .selectPhone__telephone a, .default_phone_option li a {
    line-height: 23px;
  }
  
  .select_phone_wrap .default_phone_option {
    margin-left: 0px;
  }
  
  .select_phone_wrap .default_phone_option:before {
    right: 10px !important;
  }
  
  .select_wrap {
    margin-left: 0px;
  }
  
  .select_phone_wrap {
    margin-right: 0px;
  }
  
  .headerLogo, .headerLogo img {
    width: 118px;
    height: 63px;
    margin-right: 0px;
  }
  
  .selectPhone__arrow::after {
    top: 15px;
    right: 5px;
  }
  
  .selectPhone__arrow.show::after {
    top: 10px;
    right: -15px;
  }
  
  .selectPhone__arrow.show {
    top: 20px;
  }
  
  

  
  
}
@media screen and (max-width: 600px) {
  .headerLogo, .headerLogo img {
	padding-top:6px;  
    width: 110px;
    height: 60px;
	margin-left: 0px;
  }
  #headerNavigation > div {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    /*
       justify-content: flex-start;
       display: grid;
    grid-template-columns: 4fr 4fr 2fr 1fr;
    padding: 0px;
       */
  }
  .navbar-toggler {
    margin-right: 10px !important;
  }
  .burgericon-animated {
    width: 30px;
    height: 20px;
  }
  .burgericon-animated.open {
    width: 20px;
    height: 20px;
    position: fixed !important;
  }
  .select_phone_wrap2 {
    margin: 0px !important;
    margin-left: -20px !important;
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
  }
  .btn.default_phone_option2.selectPhone__telephone {
    margin: 0px !important;
    margin-left: 0px !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }
  
  
  /* Fix phone visibility on hover/focus/active in mobile */
  .btn.default_phone_option2.selectPhone__telephone:hover,
  .btn.default_phone_option2.selectPhone__telephone:focus,
  .btn.default_phone_option2.selectPhone__telephone:active,
  .btn.default_phone_option2.selectPhone__telephone.show {
    color: #2c3e50 !important;
    background-color: rgba(87, 141, 172, 0.3) !important;
  }
  
  .btn.default_phone_option2.selectPhone__telephone:hover a,
  .btn.default_phone_option2.selectPhone__telephone:focus a,
  .btn.default_phone_option2.selectPhone__telephone:active a,
  .btn.default_phone_option2.selectPhone__telephone.show a {
    color: #2c3e50 !important;
  }
  
  .btn.default_phone_option2.selectPhone__telephone:hover::before,
  .btn.default_phone_option2.selectPhone__telephone:focus::before,
  .btn.default_phone_option2.selectPhone__telephone:active::before,
  .btn.default_phone_option2.selectPhone__telephone.show::before {
    background: url("../img/icon-phone-dark.svg") no-repeat !important;
    background-size: contain !important;
  }
  
  .selectPhone__arrow {
    top: -5px;
    right: 15px;
  }
  .selectPhone__arrow.show {
    top: -5px;
    right: 15px;
  }
  #selectLanguage {
    display: none;
  }
  .select_phone_wrap {
    width: 200px;
    min-width: 200px;
  }
  .selectPhone__telephone a, .default_phone_option li a {
    /* font-size: 16px */
    /* font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px) / 1920)); */
    line-height: 19px;
  }
  
  /* Ensure phone options are visible */
  .default_phone_option li a:hover,
  .default_phone_option li a:focus {
    color: #2c3e50 !important;
  }
  
  .selectPhone__option, .selectPhone__option a {
    /* font-size: 16px */
    /* font-size: calc(16px + (4 + 4 * 0.7) * ((100vw - 320px) / 1920)); */
    line-height: 19px;
  }
  .select_phone_wrap .default_phone_option:before {
    right: -5px !important;
    top: 15px !important;
  }
  .selectPhone__telephone::before {
    max-width: 20px;
    max-height: 20px;
  }
  .selectPhone__telephone::before, .default_phone_option > li > .phone_option .selectPhone__option::before {
    padding-left: 20px;
  }
  .select_wrap .default_option li {
    padding: 10px 20px;
  }
  .header {
    padding-top: 30px;
  }
  .headerText {
    /* font-size: 30px !important; */
    font-size: calc(30px + 0 * (100vw - 340px) / 1920);
    line-height: 45px !important;
    min-width: 385px !important;
    padding-left: 20px;
    padding-right: 15px;
  }
  #headerMenu > li > a.nav-link {
    color: #2c3e50;
    text-shadow: none;
  }
  #headerMenu > li.dropdown > a.nav-link::after {
    border-color: transparent transparent #000 #000 !important;
  }
  #headerMenu > li.dropdown > a.nav-link.dropdown-toggle.show::after {
    top: 20px;
    border-color: transparent #2c3e50 #2c3e50 transparent !important;
    transform: rotate(-45deg);
  }
  #headerMenu > li.dropdown > ul::before {
    background-color: transparent !important;
  }
  #headerMenu > li > ul > li.dropdown-submenu > ul {
    background: transparent !important;
  }
  #headerMenu > li > ul > li.dropdown-submenu > ul::before {
    background-color: transparent !important;
  }
  .selectPhone__arrow::after {
    top: 15px;
    right: 0px;
  }
  .selectPhone__arrow.show::after {
    top: 15px;
    right: -10px;
  }
  .selectPhone__arrow.show {
    top: 15px;
  }
}
@media screen and (max-width: 450px) {
  .btn.default_phone_option2.selectPhone__telephone {
    margin: 0px !important;
    margin-left: 0px !important;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
  }
  .select_phone_wrap2 {
    margin: 0px !important;
    margin-left: -20px !important;
    width: 220px !important;
    min-width: 220px !important;
    max-width: 220px !important;
  }
  .navbar-toggler {
    margin-right: 0px !important;
  }
  .burgericon-animated.open {
    width: 20px;
    height: 20px;
    position: fixed !important;
  }
}
@media screen and (max-width: 430px) {
  /*
  .burgericon-animated {
      right: 25px;
  }
  .burgericon-animated.open {
      right: 40px;
  }
  */
}
@media screen and (max-width: 420px) {
  /*
  .navbar-toggler {
      margin-right: 0px !important;
  }
  .burgericon-animated.open {
      width: 20px;
      height: 20px;
      position: fixed !important;
      // top: 55px;
      // right: 40px;
  }
  */
  .select_phone_wrap2 {
    margin: 0px !important;
    margin-left: -30px !important;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
  }
  .btn.default_phone_option2.selectPhone__telephone {
    margin: 0px !important;
    margin-left: 0px !important;
    width: 200px !important;
    min-width: 200px !important;
    max-width: 200px !important;
  }
  .selectPhone__arrow {
    top: -5px;
    right: 15px;
  }
  .selectPhone__arrow.show {
    top: -5px;
    right: 15px;
  }
  #headerMenu > li.dropdown > a.nav-link.dropdown-toggle.show::after {
    top: 20px;
    border: 2px solid !important;
    border-color: transparent #2c3e50 #2c3e50 transparent !important;
    transform: rotate(-45deg);
  }
  #headerMenu > li.dropdown > a.nav-link::after {
    border: 2px solid !important;
    border-color: transparent transparent #2c3e50 #2c3e50 !important;
  }
  #headerMenu > li.dropdown > a.nav-link::after {
    border: 2px solid !important;
    border-color: transparent transparent #2c3e50 #2c3e50 !important;
  }
  #headerMenu > li > a.nav-link {
    color: #2c3e50;
    margin-bottom: 5px;
  }
  #selectLanguageMobile {
    display: flex;
  }
  #selectLanguage {
    display: none;
  }
  .dropdown-menu {
    background: none !important;
    border-radius: 10px;
    border: none !important;
    width: 100% !important;
  }
  .dropdown-menu.show li a.dropdown-item {
    padding-left: 0px !important;
    margin-bottom: 10px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    /* font-size: 20px */
    font-size: calc(16px + 0.2083333333vw);
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
  }
  #headerMenu > li > ul > li.dropdown-submenu > ul {
    background: transparent !important;
  }
  #headerMenu > li > ul > li.dropdown-submenu > ul::before {
    background-color: transparent !important;
  }
  #headerMenu > li.dropdown > ul {
    background-color: transparent;
  }
  #headerMenu > li.dropdown > ul > li > a {
    color: #2c3e50;
    text-shadow: none;
  }
  #headerMenu > li.dropdown > a.nav-link::after {
    border-color: transparent transparent #000 #000 !important;
  }
  #headerMenu > li.dropdown > a.nav-link.dropdown-toggle.show::after {
    top: 20px;
    border-color: transparent #2c3e50 #2c3e50 transparent !important;
    transform: rotate(-45deg);
  }
  #headerMenu > li.dropdown > ul::before {
    background-color: transparent !important;
  }
  #headerMenu > li.dropdown > ul > li > a.dropdown-item:focus,
  #headerMenu > li.dropdown > ul > li > a.dropdown-item:hover {
    background: none;
    text-shadow: none;
  }
  .headerText {
    /* font-size: 30px !important; */
    line-height: 45px !important;
    min-width: 360px !important;
    padding-left: 20px;
    padding-right: 15px;
  }
  .headerButton {
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .select_phone_wrap {
    margin-bottom: 25px;
    width: 195px;
    min-width: 195px;
    margin: 10px auto;
    position: relative;
    user-select: none;
  }
  .selectPhone__telephone::before, .default_phone_option > li > .phone_option .selectPhone__option::before {
    width: 20px;
    height: 20px;
    padding-left: 25px;
  }
  .selectPhone__telephone a, .default_phone_option li a {
    line-height: 19px;
  }
  .select_phone_wrap .default_phone_option {
    margin-left: 0px;
    margin-right: 20px;
  }
  .select_phone_wrap .default_phone_option:before {
    right: -10px !important;
  }
  .select_phone_wrap {
    margin-right: 0px;
  }
  /* Header Logo */
  .header {
    padding-top: 30px;
  }
  .headerLogo, .headerLogo img {
    width: 83px;
    height: 44px;
  }
  .selectPhone__arrow::after {
    top: 15px;
    right: -5px;
  }
  .selectPhone__arrow.show::after {
    top: 20px;
    right: -10px;
  }
  .selectPhone__arrow.show {
    top: 15px;
  }
  /*
  .burgericon-animated {
      right: 25px;
  }
  .burgericon-animated.open {
      right: 40px;
  }
  */
  .burgericon-animated {
    right: 20px;
    margin-left: 0px !important;
  }
}
@media screen and (max-width: 400px) {
  .burgericon-animated {
    right: 20px;
    margin-left: -5px !important;
  }
  /*
  .burgericon-animated {
      right: 25px;
  }
  .burgericon-animated.open {
      right: 30px;
  }
  */
  #headerMenu > li.dropdown > a.nav-link::after {
    right: 0px;
  }
  #headerMenu > li > ul > li.dropdown-submenu.dropend > a::after {
    right: 0px;
  }
}
@media screen and (max-width: 389px) {
  .burgericon-animated {
    right: 20px;
    margin-left: -15px !important;
  }
  /*
  .burgericon-animated {
      right: 20px;
  }
  */
  #headerMenu > li.dropdown > a.nav-link::after {
    right: 20px;
  }
  #headerMenu > li > ul > li.dropdown-submenu.dropend > a::after {
    right: 20px;
  }
}
@media screen and (max-width: 360px) {
  .burgericon-animated {
    right: 10px;
    margin-left: -5px !important;
  }
  /*
  .burgericon-animated {
      right: 10px;
  }
  .navbar-toggler {
      margin-right: 0px !important;
  }
  .burgericon-animated.open {
      width: 20px;
      height: 20px;
      position: fixed !important;
      top: 55px;
      right: 15px;
  }
  */
  .select_phone_wrap {
    width: 200px;
    min-width: 200px;
    margin: 0px;
    margin-left: -18px;
  }
  .navbar-toggler, .navbar-toggler:focus {
    padding: 0px;
    margin-left: -20px;
  }
  .headerText {
    min-width: 340px !important;
  }
  .selectPhone__arrow::after {
    top: 15px;
    right: 0px;
  }
  .selectPhone__arrow.show::after {
    top: 15px;
    right: -10px;
  }
  .selectPhone__arrow.show {
    top: 15px;
  }
}
@media screen and (max-width: 350px) {
  .btn.default_phone_option2.selectPhone__telephone {
    margin-left: 10px !important;
  }
  .burgericon-animated {
    right: 10px;
    margin-left: 0px !important;
  }
  .navbar-toggler {
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 339px) {
  .burgericon-animated {
    right: 0px;
    margin-left: 0px !important;
  }
  .navbar-toggler {
    margin-right: 0px !important;
  }
}
/* Header Style */
.headerTwo {
  padding-top: 20px;
  background: rgba(87, 141, 172, 0.25) no-repeat;
  background-size: cover;
  min-height: 373px;
  height: auto;
  width: 100%;
}

.headerTwo > .container > .headerContent.row > .headerText {
  color: #2c3e50 !important;
  margin-top: 84px;
  margin-bottom: 122px;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .default_phone_option li a {
  color: #2c3e50 !important;
}
.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .default_phone_option li a:hover {
  color: #578DAC !important;
  cursor: pointer;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > div > button.btn.default_phone_option2.selectPhone__telephone > a {
  color: #2c3e50 !important;
}
.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > div > button.btn.default_phone_option2.selectPhone__telephone > a:hover {
  color: #578DAC !important;
  cursor: pointer;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .select_phone_wrap2 > .selectPhone__arrow::after {
  border-color: transparent transparent #2c3e50 #2c3e50 !important;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .default_phone_option:before {
  border-color: transparent transparent #2c3e50 #2c3e50 !important;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .default_phone_option:before {
  border-color: transparent transparent #2c3e50 #2c3e50 !important;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone.active > .default_phone_option:before {
  border-color: transparent #2c3e50 #2c3e50 transparent !important;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > .select_wrap > .default_option:before {
  border-color: transparent transparent #2c3e50 #2c3e50 !important;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > .select_wrap.active > .default_option:before {
  border-color: transparent #2c3e50 #2c3e50 transparent !important;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .default_phone_option li > .phone_option > .selectPhone__telephone:before {
  background: url("../img/icon-phone.svg") no-repeat !important;
  background-size: contain !important;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > .burger-button > .burgericon-animated span {
  background: #2c3e50 !important;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #burgerMenuContent > #headerMenu > li > a.nav-link {
  color: #2c3e50 !important;
}
.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #burgerMenuContent > #headerMenu > li > a.nav-link:hover {
  color: #578DAC !important;
  cursor: pointer;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #burgerMenuContent > #headerMenu > li.dropdown > a.nav-link::after {
  border-color: transparent transparent #2c3e50 #2c3e50 !important;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #burgerMenuContent > #headerMenu > li.dropdown > a.nav-link.dropdown-toggle.show::after {
  border-color: transparent #2c3e50 #2c3e50 transparent !important;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > ul.default_phone_option > li > .phone_option .selectPhone__option::before {
  background: url("../img/icon-phone.svg") no-repeat !important;
  background-size: contain !important;
}

.headerTwo > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .select_phone_wrap2 > .selectPhone__telephone::before,
.default_phone_option > li > .phone_option .selectPhone__option::before {
  background: url("../img/icon-phone.svg") no-repeat !important;
  background-size: contain !important;
}

@media screen and (max-width: 1200px) {
  .headerTwo {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .headerTwo > .container > .headerContent.row > .headerText {
    min-width: 100%;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .headerTwo > .container > .headerContent.row > .headerText {
    color: #2c3e50 !important;
    margin-top: 79px;
    margin-bottom: 140px;
  }
}

@media screen and (max-width: 1024px) {
  .header {
    padding-top: 30px;
    min-height: 700px;
    height: 700px;
  }
  
  .header-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .headerButton {
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 140px;
  }
}

/* Mobile: */
@media screen and (max-width: 600px) {
  .headerTwo {
    padding-top: 30px;
  }
  .headerTwo > .container > .headerContent.row > .headerText {
    color: #2c3e50 !important;
    margin-top: 82px;
    margin-bottom: 85px;
  }
}
/* Header Style */
.headerInner {
  padding-top: 20px;
  background: #FFFFFF no-repeat;
  background-size: cover;
  min-height: 72px;
  height: auto;
  width: 100%;
  margin-bottom: 60px;
}

.headerInner > .container > .headerContent.row > .headerText {
  color: #2c3e50 !important;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .default_phone_option li a {
  color: #2c3e50 !important;
}
.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .default_phone_option li a:hover {
  color: #578DAC !important;
  cursor: pointer;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > div > button.btn.default_phone_option2.selectPhone__telephone > a {
  color: #2c3e50 !important;
}
.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > div > button.btn.default_phone_option2.selectPhone__telephone > a:hover {
  color: #578DAC !important;
  cursor: pointer;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .default_phone_option:before {
  border-color: transparent transparent #2c3e50 #2c3e50 !important;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .select_phone_wrap2 > .selectPhone__arrow::after {
  border-color: transparent transparent #2c3e50 #2c3e50 !important;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .default_phone_option:before {
  border-color: transparent transparent #2c3e50 #2c3e50 !important;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone.active > .default_phone_option:before {
  border-color: transparent #2c3e50 #2c3e50 transparent !important;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > .select_wrap > .default_option:before {
  border-color: transparent transparent #2c3e50 #2c3e50 !important;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > .select_wrap.active > .default_option:before {
  border-color: transparent #2c3e50 #2c3e50 transparent !important;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .default_phone_option li > .phone_option > .selectPhone__telephone:before {
  background: url("../img/icon-phone.svg") no-repeat !important;
  background-size: contain !important;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > .select_phone_wrap2 > .selectPhone__telephone::before,
.default_phone_option > li > .phone_option .selectPhone__option::before {
  background: url("../img/icon-phone.svg") no-repeat !important;
  background-size: contain !important;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > .burger-button > .burgericon-animated span {
  background: #2c3e50 !important;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #burgerMenuContent > #headerMenu > li > a.nav-link {
  color: #2c3e50 !important;
}
.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #burgerMenuContent > #headerMenu > li > a.nav-link:hover {
  color: #578DAC !important;
  cursor: pointer;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #burgerMenuContent > #headerMenu > li.dropdown > a.nav-link::after {
  border-color: transparent transparent #2c3e50 #2c3e50 !important;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #burgerMenuContent > #headerMenu > li.dropdown > a.nav-link.dropdown-toggle.show::after {
  border-color: transparent #2c3e50 #2c3e50 transparent !important;
}

.headerInner > .container > .headerRow.row > #headerNavigation > .container-fluid > #selectPhone > ul.default_phone_option > li > .phone_option .selectPhone__option::before {
  background: url(../img/icon-phone.svg) no-repeat !important;
  background-size: contain !important;
}

/* Adaptive! */
/* Desktop: */
@media screen and (max-width: 1200px) {
  .headerInner {
    padding-top: 20px;
    margin-bottom: 50px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .headerInner {
    padding-top: 30px;
    margin-bottom: 50px;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .headerInner {
    padding-top: 30px;
    margin-bottom: 27px;
  }
}
.menuBlockBox {
  margin-top: 135px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
}

.menuBlockBox__menu {
  margin-right: 195px;
}

/* Main Menu */
#mainMenu {
  margin-left: 0px;
  outline: none !important;
  z-index: 20 !important;
}

#mainMenu > li {
  transition: none !important;
  width: 540px;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  outline: 0px !important; /* overflow: hidden !important; */
  z-index: 20 !important;
}

#mainMenu > li > a.nav-link {
  margin-bottom: 10px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  padding-left: 77px;
  padding-top: 17px;
  padding-bottom: 10px;
  text-align: left;
  outline: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  z-index: 20 !important;
}
@media (min-width: 1024px) {
  #mainMenu > li > a.nav-link {
    font-size: calc(22px + 8 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  #mainMenu > li > a.nav-link {
    font-size: calc(22px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  #mainMenu > li > a.nav-link {
    font-size: calc(22px + 13.6 * ((100vw - 340px) / 1920));
  }
}

#mainMenu > li > a.nav-link.dropdown-toggle.show {
  color: #FFFFFF;
  background: #578DAC;
  border-radius: 5px;
}

#mainMenu > li.dropdown > ul {
  background-color: #FFFFFF;
  border: none;
  border-radius: 10px;
  width: 100%;
  max-width: 1185px;
  min-width: 1185px;
  margin-left: 544px !important;
  top: 0px;
  z-index: 20;
  transform: translate(0px, 0px) !important;
  padding-top: 40px;
  padding-bottom: 51px;
  padding-left: 34px;
  padding-right: 32px;
  list-style-position: outside;
  column-width: 291px;
  column-count: 3;
  column-gap: 123px;
}

#mainMenu > li.dropdown > ul > li > a {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  z-index: 20;
}
@media (min-width: 1024px) {
  #mainMenu > li.dropdown > ul > li > a {
    font-size: calc(14px + 11 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  #mainMenu > li.dropdown > ul > li > a {
    font-size: calc(14px + 11.9 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  #mainMenu > li.dropdown > ul > li > a {
    font-size: calc(14px + 18.7 * ((100vw - 340px) / 1920));
  }
}
#mainMenu > li.dropdown > ul > li > a:hover {
  color: #578DAC;
  cursor: pointer;
}

#mainMenu > li.dropdown > ul > li:last-child > a {
  margin-bottom: 0px;
}

#mainMenu > li.dropdown > ul::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 141, 172, 0.15) !important;
  z-index: -1;
  border: none;
  border-radius: 10px;
}

#mainMenu > li.dropdown > ul > li > a.dropdown-item:focus,
#mainMenu > li.dropdown > ul > li > a.dropdown-item:hover {
  background: none;
}

#mainMenu > li.dropdown > a.nav-link::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 11px;
  height: 11px;
  border: 2px solid !important;
  border-color: transparent transparent #2c3e50 #2c3e50 !important;
  transform: rotate(-45deg);
}

#mainMenu > li.dropdown > a.nav-link.dropdown-toggle.show::after {
  top: 30px !important;
  right: 10px;
  border-color: transparent #FFFFFF #FFFFFF transparent !important;
  transform: rotate(-45deg);
}

a.nav-link.dropdown-toggle.show::before {
  filter: invert(100%);
}

#mainMenu > li.dropdown > a.nav-link::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 45px;
  height: 45px;
}

/* Icons: */
a.nav-link.menu-icon-promvidhodi::before {
  width: 45px !important;
  height: 45px !important;
  background: url("../img/menu-icon-promvidhodi.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-radioactive::before {
  width: 44px !important;
  height: 45px !important;
  background: url("../img/menu-icon-radioactive.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-lamp::before {
  width: 47px !important;
  height: 55px !important;
  background: url("../img/menu-icon-lamp.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-medic::before {
  width: 55px !important;
  height: 55px !important;
  background: url("../img/menu-icon-medic.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-pobutova-tehnika::before {
  width: 55px !important;
  height: 55px !important;
  background: url("../img/menu-icon-washing-machine.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-orgtehnika::before {
  width: 55px !important;
  height: 55px !important;
  background: url("../img/menu-icon-orgtehnik.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-tehnika::before {
  width: 50px !important;
  height: 50px !important;
  background: url("../img/menu-icon-tehnika.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-car::before {
  width: 55px !important;
  height: 55px !important;
  background: url("../img/menu-icon-car.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-equipment::before {
  width: 55px !important;
  height: 55px !important;
  background: url("../img/menu-icon-equipment.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-nelikvid::before {
  width: 46px !important;
  height: 55px !important;
  background: url("../img/menu-icon-nelikvid.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-silskgosp::before {
  width: 55px !important;
  height: 55px !important;
  background: url("../img/menu-icon-silskgosp.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-mebel::before {
  width: 55px !important;
  height: 55px !important;
  background: url("../img/menu-icon-mebel.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-ridkividhodi::before {
  width: 55px !important;
  height: 55px !important;
  background: url("../img/menu-icon-ridkividhodi.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-naftogazvidhodi::before {
  width: 55px !important;
  height: 55px !important;
  background: url("../img/menu-icon-naftogazvidhodi.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-chicken::before {
  width: 55px !important;
  height: 55px !important;
  background: url("../img/menu-icon-chicken.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-containers::before {
  width: 55px !important;
  height: 55px !important;
  background: url("../img/menu-icon-containers.svg") no-repeat;
  background-size: contain;
}

a.nav-link.menu-icon-dustbinother::before {
  width: 55px !important;
  height: 55px !important;
  background: url("../img/menu-icon-dustbinother.svg") no-repeat;
  background-size: contain;
}

/* Box Text */
.menuBlockBox__box {
  width: 100%;
  min-width: 100%;
}

.menuBlockBoxHeader__title {
  margin-top: 26px;
  margin-bottom: 20px;
  width: 941px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  text-align: left;
}
@media (min-width: 1024px) {
  .menuBlockBoxHeader__title {
    font-size: calc(25px + 20 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .menuBlockBoxHeader__title {
    font-size: calc(25px + 17 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .menuBlockBoxHeader__title {
    font-size: calc(25px + 34 * ((100vw - 340px) / 1920));
  }
  
  
  
  
  
}


@media screen and (max-width: 600px) {
  .header {
    min-height: 100vh;
    height: auto;
  }
  
  .headerText {
	color:#2c3e50;
    margin-top: 10px;
    line-height: 45px !important;
    font-size: 28px !important;
  }
  
  .headerButton {
    margin-top: 50px;
    margin-bottom: 80px;
    min-width: 280px;
  }
}


.menuBlockBoxHeader__text {
  margin-bottom: 80px;
  width: 945px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
}
@media (min-width: 1024px) {
  .menuBlockBoxHeader__text {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .menuBlockBoxHeader__text {
    font-size: calc(16px + 3.4 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .menuBlockBoxHeader__text {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}

.menuBlockBoxItems {
  min-width: 1022px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.menuBlockBoxItems__card {
  margin-bottom: 40px;
  margin-right: 0px !important;
  position: relative;
  width: 488px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.menuBlockBoxItems__card:nth-child(2n), .menuBlockBoxItems__card:nth-child(2n+1) {
  border: 1px solid #568DAD;
  background: rgba(86, 141, 173, 0.1);
}
.menuBlockBoxItems__card:nth-child(2n) .menuBoxCardText::before, .menuBlockBoxItems__card:nth-child(2n+1) .menuBoxCardText::before {
  filter: invert(57%) sepia(11%) saturate(1569%) hue-rotate(158deg) brightness(89%) contrast(88%);
}
.menuBlockBoxItems__card:nth-child(2n) .menuBoxCardArrow, .menuBlockBoxItems__card:nth-child(2n+1) .menuBoxCardArrow {
  filter: invert(57%) sepia(11%) saturate(1569%) hue-rotate(158deg) brightness(89%) contrast(88%);
}
.menuBlockBoxItems__card:nth-child(4n-2), .menuBlockBoxItems__card:nth-child(4n-1) {
  border: 1px solid #45A148;
  background: rgba(69, 161, 72, 0.15);
}
.menuBlockBoxItems__card:nth-child(4n-2) .menuBoxCardText::before, .menuBlockBoxItems__card:nth-child(4n-1) .menuBoxCardText::before {
  filter: invert(52%) sepia(8%) saturate(3693%) hue-rotate(72deg) brightness(102%) contrast(71%);
}
.menuBlockBoxItems__card:nth-child(4n-2) .menuBoxCardArrow, .menuBlockBoxItems__card:nth-child(4n-1) .menuBoxCardArrow {
  filter: invert(52%) sepia(8%) saturate(3693%) hue-rotate(72deg) brightness(102%) contrast(71%);
}

.menuBoxCardLink {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.menuBoxCardLink__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 488px;
  min-height: 143px;
}
.menuBoxCardLink__content:hover {
  cursor: pointer;
}

.menuBoxCardText {
  display: block;
  position: relative;
  padding-left: 108px;
  padding-right: 32px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
}
@media (min-width: 1024px) {
  .menuBoxCardText {
    font-size: calc(14px + 6 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .menuBoxCardText {
    font-size: calc(14px + 6.8 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .menuBoxCardText {
    font-size: calc(14px + 10.2 * ((100vw - 340px) / 1920));
  }
}

.menuBoxCardText::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 12px;
  width: 80px;
  height: 80px;
  background: url("../img/icon-certificate.svg") no-repeat;
  background-size: contain;
}

.menuBoxCardArrow {
  position: absolute;
  top: 133px;
  right: 20px;
  width: 35px;
  height: 30px;
  padding: 15px;
  background: url("../img/arrow-right.svg") no-repeat;
  background-size: contain;
}

/* Adaptive: */
/* Desktop Large: */
@media (min-width: 1400px) {
  .menuBlockBoxHeader__title {
    line-height: 58px;
    width: 100%;
    min-width: 650px;
  }
  .menuBlockBoxHeader__text {
    margin-bottom: 40px;
    width: 100%;
    min-width: 650px;
  }
  .menuBlockBox__menu {
    margin-left: 0px;
    margin-right: 10px;
  }
  #mainMenu {
    margin-left: 0px;
  }
  #mainMenu > li {
    width: 540px;
  }
  .menuBoxCardLink__content {
    min-width: 358px;
    min-height: 164px;
  }
    .menuBlockBoxItems, .menuBlockBox__box {
    width: 99%;
    min-width: 99%;
  }
  .menuBlockBoxItems__card {
    margin-right: 10px;
    width: 358px;
    /* height: 164px; */
  }
  .menuBoxCardText {
    line-height: 34px;
  }
  #mainMenu > li.dropdown > ul {
    transform: translate(0px, 0px) !important;
    width: 100%;
    max-width: 750px;
    min-width: 750px;
    list-style-position: outside;
    column-width: 291px;
    column-count: 2;
    column-gap: 60px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 32px;
  }
}
@media (min-width: 1540px) {
  .menuBlockBoxHeader__title {
    line-height: 58px;
    width: 100%;
    min-width: 741px;
  }
  .menuBlockBoxHeader__text {
    margin-bottom: 60px;
    width: 100%;
    min-width: 745px;
  }
  .menuBlockBox__menu {
    margin-right: 40px;
  }
  .menuBoxCardLink__content {
    min-width: 358px;
    min-height: 164px;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100%;
    min-width: 100%;
  }
  .menuBlockBoxItems__card {
    margin-right: 20px;
    width: 358px;
    /* height: 164px; */
  }
  .menuBoxCardText {
    line-height: 34px;
  }
  #mainMenu > li.dropdown > ul {
    width: 100%;
    max-width: 750px;
    min-width: 750px;
    list-style-position: outside;
    column-width: 291px;
    column-count: 2;
    column-gap: 60px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 32px;
  }
}
@media (min-width: 1600px) {
  .menuBlockBoxHeader__title {
    width: 100%;
    min-width: 741px;
  }
  .menuBlockBoxHeader__text {
    margin-bottom: 80px;
    width: 100%;
    min-width: 745px;
  }
  .menuBlockBox__menu {
    margin-right: 40px;
  }
  .menuBoxCardLink__content {
    min-width: 358px;
    min-height: 164px;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100%;
    min-width: 100%;
  }
  .menuBlockBoxItems__card {
    width: 380px;
    /* height: 164px; */
  }
  .menuBoxCardText {
    line-height: 34px;
    max-width: 400px;
    width: 100%;
  }
  #mainMenu > li.dropdown > ul {
    width: 100%;
    max-width: 900px;
    min-width: 900px;
    list-style-position: outside;
    column-width: 291px;
    column-count: 2;
    column-gap: 10px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 32px;
  }
}
@media (min-width: 1700px) {
  .menuBlockBox__menu {
    margin-right: 40px;
  }
  .menuBoxCardLink__content {
    min-width: 358px;
    min-height: 164px;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100%;
    min-width: 100%;
  }
  .menuBoxCardText {
    line-height: 34px;
    max-width: 400px;
    width: 100%;
  }
  #mainMenu > li.dropdown > ul {
    width: 100%;
    max-width: 1000px;
    min-width: 1000px;
    list-style-position: outside;
    column-width: 291px;
    column-count: 3;
    column-gap: 30px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 32px;
  }
  .menuBlockBoxHeader__title {
    width: 100%;
    min-width: 800px;
  }
  .menuBlockBoxHeader__text {
    margin-bottom: 80px;
    width: 100%;
    min-width: 800px;
  }
  .menuBlockBoxItems__card {
    width: 410px;
  }
}
@media (min-width: 1850px) {
  .menuBlockBox__menu {
    margin-right: 40px;
  }
  #mainMenu > li.dropdown > ul {
    width: 100%;
    max-width: 1000px;
    min-width: 1000px;
    list-style-position: outside;
    column-width: 291px;
    column-count: 3;
    column-gap: 30px;
  }
  .menuBoxCardLink__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-width: 488px;
  }
  .menuBoxCardLink__content:hover {
    cursor: pointer;
  }
  .menuBoxCardText {
    max-width: 400px;
    width: 100%;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100%;
    min-width: 100%;
  }
  .menuBlockBoxHeader__title {
    width: 100%;
    min-width: 900px;
  }
  .menuBlockBoxHeader__text {
    width: 100%;
    min-width: 900px;
  }
  .menuBlockBoxItems__card {
    width: 425px;
  }
}
@media (min-width: 1900px) {
  .menuBlockBox__menu {
    margin-right: 50px;
  }
  #mainMenu > li.dropdown > ul {
    width: 100%;
    max-width: 1000px;
    min-width: 1000px;
    list-style-position: outside;
    column-width: 291px;
    column-count: 3;
    column-gap: 70px;
  }
  .menuBoxCardLink__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-width: 488px;
  }
  .menuBoxCardLink__content:hover {
    cursor: pointer;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100%;
    min-width: 100%;
  }
  .menuBlockBoxHeader__title {
    width: 100%;
    min-width: 941px;
  }
  .menuBlockBoxHeader__text {
    width: 100%;
    min-width: 945px;
  }
  .menuBlockBoxItems__card {
    width: 450px;
  }
  .menuBoxCardText {
    max-width: 435px;
    width: 100%;
  }
}
@media (min-width: 1920px) {
  .menuBlockBox {
    margin-top: 135px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
  }
  .menuBlockBox__menu {
    margin-right: 195px;
  }
  #mainMenu > li.dropdown > ul {
    width: 100%;
    max-width: 1185px;
    min-width: 1185px;
    list-style-position: outside;
    column-width: 291px;
    column-count: 3;
    column-gap: 123px;
  }
  .menuBoxCardLink__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    min-width: 488px;
  }
  .menuBoxCardLink__content:hover {
    cursor: pointer;
  }
  .menuBoxCardText {
    max-width: 348px;
    width: 348px;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100%;
    min-width: 100%;
  }
  .menuBlockBoxItems__card {
    width: 488px;
  }
  .menuBoxCardText {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 2000px) {
  #mainMenu > li > a.nav-link {
    font-size: calc(22px + 0.4166666667vw);
  }
}
/* Extra Large Desktop: */
/* Desktop: */
@media screen and (max-width: 1400px) {
  .menuBlockBoxHeader__title {
    line-height: 58px;
    width: 100%;
    min-width: 650px;
  }
  .menuBlockBoxHeader__text {
    width: 100%;
    min-width: 650px;
  }
  .menuBlockBox__menu {
    margin-left: -20px;
    margin-right: 20px;
  }
  .menuBoxCardLink__content {
    min-width: 358px;
    min-height: 164px;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100%;
    min-width:100%;
  }
  .menuBlockBoxItems__card {
    margin-right: 10px;
    margin-bottom: 20px;
    width: 358px;
  }
  .menuBoxCardText {
    line-height: 34px;
  }
  #mainMenu {
    margin-left: -20px;
  }
  #mainMenu > li {
    width: 480px;
  }
  #mainMenu > li > a.nav-link {
    padding-left: 57px;
  }
  #mainMenu > li.dropdown > a.nav-link::before {
    max-width: 40px;
  }
  #mainMenu > li.dropdown > ul {
    position: absolute !important;
    margin-left: 484px !important;
    transform: translate(0px, 0px) !important;
    width: 100%;
    max-width: 700px;
    min-width: 700px;
    list-style-position: outside;
    column-width: 291px;
    column-count: 2;
    column-gap: 60px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 32px;
  }
}
/* Desktop: */
@media screen and (max-width: 1340px) {
  .menuBlockBox {
    margin-top: 135px;
    margin-bottom: 0px;
    display: flex;
    flex-direction: row;
  }
  .menuBlockBoxHeader__title {
    line-height: 58px;
    width: 100%;
    min-width: 650px;
  }
  .menuBlockBoxHeader__text {
    width: 100%;
    min-width: 650px;
  }
  .menuBlockBox__menu {
    margin-left: 0px;
    margin-right: 30px;
  }
  .menuBoxCardLink__content {
    min-width: 358px;
    min-height: 164px;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100%;
    min-width: 100%;
  }
  .menuBlockBoxItems__card {
    margin-right: 10px;
    margin-bottom: 20px;
    width: 358px;
  }
  .menuBoxCardText {
    line-height: 34px;
  }
  #mainMenu {
    margin-left: 0px;
  }
  #mainMenu > li {
    width: 340px;
  }
  #mainMenu > li > a.nav-link {
    padding-left: 57px;
  }
  #mainMenu > li.dropdown > a.nav-link::before {
    max-width: 40px;
  }
  #mainMenu > li.dropdown > ul {
    position: absolute !important;
    margin-left: 344px !important;
    transform: translate(0px, 0px) !important;
    width: 100%;
    max-width: 750px;
    min-width: 750px;
    list-style-position: outside;
    column-width: 291px;
    column-count: 2;
    column-gap: 60px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 32px;
  }
  #mainMenu > li > a.nav-link {
    font-size: calc(13px + 0.4166666667vw);
  }
}
/* Tablet: */
@media screen and (max-width: 1200px) {
  .menuBlockBox {
    margin-top: 100px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
  }
  #mainMenu > li {
    width: 100%;
    min-width: 540px;
  }
  #mainMenu > li > a.nav-link {
    margin-bottom: 0px;
    padding-left: 77px;
    line-height: 38px;
  }
  #mainMenu > li.dropdown > a.nav-link::before {
    max-width: none;
  }
  .menuBlockBox__menu {
    margin-right: 0px;
    margin-bottom: 100px;
  }
  .menuBlockBoxHeader__title {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    min-width: 736px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 45px;
    margin-bottom: 20px !important;
  }
  .menuBlockBoxHeader__text {
    width: 100%;
    min-width: 736px;
    margin-bottom: 40px;
    line-height: 25px;
  }
  .menuBoxCardLink__content {
    min-width: 358px;
    min-height: 164px;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100% !important;
    min-width: 750px !important;
  }
  .menuBlockBoxItems__card {
    margin-right: 20px;
    margin-bottom: 40px;
    width: 358px;
  }
  .menuBoxCardText {
    line-height: 22px;
  }
  #mainMenu > li.dropdown > ul {
    position: static !important;
    margin: 0px !important;
    width: 100%;
    max-width: 100%;
    min-width: 712px;
    list-style-position: outside;
    column-width: 210px;
    column-count: 2;
    column-gap: 159px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 23px;
  }
}
@media screen and (max-width: 960px) {
  .menuBlockBox {
    margin-top: 100px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
  }
  #mainMenu > li {
    width: 100%;
    min-width: 540px;
  }
  #mainMenu > li > a.nav-link {
    margin-bottom: 0px;
    padding-left: 77px;
    line-height: 38px;
  }
  #mainMenu > li.dropdown > a.nav-link::before {
    max-width: none;
  }
  .menuBlockBox__menu {
    margin-right: 0px;
    margin-bottom: 100px;
  }
  .menuBlockBoxHeader__title {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    min-width: 736px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 45px;
    margin-bottom: 20px !important;
  }
  .menuBlockBoxHeader__text {
    width: 100%;
    min-width: 736px;
    margin-bottom: 40px;
    line-height: 25px;
  }
  .menuBoxCardLink__content {
    min-width: 358px;
    min-height: 164px;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100% !important;
    min-width: 750px !important;
  }
  .menuBlockBoxItems__card {
    margin-right: 20px;
    margin-bottom: 40px;
    width: 358px;
  }
  .menuBoxCardText {
    line-height: 22px;
  }
  #mainMenu > li.dropdown > ul {
    position: static !important;
    margin: 0px !important;
    width: 100%;
    max-width: 100%;
    min-width: 712px;
    list-style-position: outside;
    column-width: 210px;
    column-count: 2;
    column-gap: 159px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 23px;
  }
}
@media screen and (max-width: 840px) {
  .menuBlockBoxItems {
    min-width: 740px !important;
  }
  .menuBlockBox {
    margin-top: 100px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
  }
  #mainMenu > li {
    width: 100%;
    min-width: 540px;
  }
  #mainMenu > li > a.nav-link {
    margin-bottom: 0px;
    padding-left: 77px;
    line-height: 38px;
  }
  #mainMenu > li.dropdown > a.nav-link::before {
    max-width: none;
  }
  .menuBlockBox__menu {
    margin-right: 0px;
    margin-bottom: 100px;
  }
  .menuBlockBoxHeader__title {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    min-width: 536px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 45px;
    margin-bottom: 20px !important;
  }
  .menuBlockBoxHeader__text {
    width: 100%;
    min-width: 536px;
    margin-bottom: 40px;
    line-height: 25px;
  }
  .menuBoxCardLink__content {
    min-width: auto;
    min-height: 164px;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100% !important;
    min-width: 560px !important;
  }
  .menuBlockBox__box {
    width: 100% !important;
  }
  .menuBlockBoxItems__card {
    margin-right: 20px;
    margin-bottom: 40px;
    width: 308px;
  }
  .menuBoxCardText {
    line-height: 22px;
    width: 290px;
  }
  #mainMenu > li.dropdown > ul {
    position: static !important;
    margin: 0px !important;
    width: 100%;
    max-width: 100%;
    min-width: 712px;
    list-style-position: outside;
    column-width: 210px;
    column-count: 2;
    column-gap: 140px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 23px;
  }
}
@media screen and (max-width: 768px) {
  .menuBlockBoxItems {
    min-width: 540px !important;
  }
  .menuBlockBox {
    padding: 0px;
    margin-top: 100px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
  }
  #mainMenu > li {
    width: 100%;
    min-width: 450px;
  }
  #mainMenu > li > a.nav-link {
    margin-bottom: 0px;
    padding-left: 77px;
    line-height: 38px;
  }
  #mainMenu > li.dropdown > a.nav-link::before {
    max-width: none;
  }
  .menuBlockBox__menu {
    margin-right: 0px;
    margin-bottom: 100px;
  }
  .menuBlockBoxHeader__title {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    min-width: 450px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 45px;
    margin-bottom: 20px !important;
  }
  .menuBlockBoxHeader__text {
    width: 100%;
    min-width: 450px;
    margin-bottom: 40px;
    line-height: 25px;
  }
  .menuBoxCardLink__content {
    min-width: 258px;
    min-height: 164px;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100% !important;
    min-width: 540px !important;
  }
  .menuBlockBoxHeader {
    width: 100% !important;
  }
  .menuBlockBoxItems__card {
    margin-right: 20px;
    margin-bottom: 40px;
    width: 260px;
  }
  .menuBoxCardText {
    line-height: 22px;
    width: 260px;
  }
  #mainMenu > li.dropdown > ul {
    position: static !important;
    margin: 0px !important;
    width: 100%;
    max-width: 100%;
    min-width: 516px;
    list-style-position: outside;
    column-width: 210px;
    column-count: 2;
    column-gap: 30px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 23px;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .menuBlockBox__box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .menuBlockBoxItems {
    min-width: 1022px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .menuBlockBox {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
  }
  #mainMenu > li {
    width: 100%;
    min-width: 420px;
  }
  #mainMenu > li > a.nav-link {
    margin-bottom: 0px;
    padding-left: 77px;
    line-height: 24px;
  }
  #mainMenu > li.dropdown > a.nav-link::before {
    max-width: 35px;
  }
  .menuBlockBox__menu {
    margin-right: 0px;
    margin-bottom: 80px;
  }
  .menuBlockBoxHeader__title {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    min-width: 390px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 32px;
    margin-bottom: 40px !important;
  }
  .menuBlockBoxHeader__text {
    width: 100%;
    min-width: 390px;
    margin-bottom: 67px;
    line-height: 22px;
  }
  .menuBoxCardLink__content {
    min-width: 390px;
    min-height: 137px;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100% !important;
    min-width: 390px !important;
  }
  .menuBlockBoxItems__card {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    min-width: 390px;
  }
  .menuBoxCardText {
    width: 100% !important;
    line-height: 19px;
  }
  .menuBoxCardArrow {
    top: 100px;
  }
  #mainMenu > li.dropdown > ul {
    position: static !important;
    margin: 0px !important;
    width: 516px;
    max-width: 516px;
    min-width: 516px;
    list-style-position: outside;
    column-width: 163px;
    column-count: 2;
    column-gap: 60px;
    padding-left: 17px;
    padding-right: 17px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 18px;
  }
  #mainMenu > li.dropdown > a.nav-link::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 20px !important;
    right: 10px;
    width: 11px;
    height: 11px;
    border: 2px solid !important;
    border-color: transparent transparent #2c3e50 #2c3e50 !important;
    transform: rotate(-45deg);
  }
  #mainMenu > li.dropdown > a.nav-link.dropdown-toggle.show::after {
    top: 20px !important;
    right: 10px;
    border-color: transparent #FFFFFF #FFFFFF transparent !important;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 576px) {
  .menuBlockBox__box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .menuBlockBox {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
  }
  #mainMenu > li {
    width: 100%;
    min-width: 420px;
  }
  #mainMenu > li > a.nav-link {
    margin-bottom: 0px;
    padding-left: 77px;
    line-height: 24px;
  }
  #mainMenu > li.dropdown > a.nav-link::before {
    max-width: 35px;
  }
  .menuBlockBox__menu {
    margin-right: 0px;
    margin-bottom: 80px;
  }
  .menuBlockBoxHeader__title {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    min-width: 390px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 32px;
    margin-bottom: 40px !important;
  }
  .menuBlockBoxHeader__text {
    width: 100%;
    min-width: 390px;
    margin-bottom: 67px;
    line-height: 22px;
  }
  .menuBoxCardLink__content {
    min-width: 390px;
    min-height: 137px;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100% !important;
    min-width: 390px !important;
  }
  .menuBlockBoxItems__card {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    min-width: 390px;
  }
  .menuBoxCardText {
    width: 100% !important;
    line-height: 19px;
  }
  .menuBoxCardArrow {
    top: 100px;
  }
  #mainMenu > li.dropdown > ul {
    position: static !important;
    margin: 0px !important;
    width: 100%;
    max-width: 100%;
    min-width: 426px;
    list-style-position: outside;
    column-width: 163px;
    column-count: 2;
    column-gap: 60px;
    padding-left: 17px;
    padding-right: 17px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 18px;
  }
}
@media screen and (max-width: 480px) {
  .menuBlockBox__box {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mainMenu > li.dropdown > ul {
    position: static !important;
    margin: 0px !important;
    width: 100%;
    min-width: 350px;
    list-style-position: outside;
    column-width: 163px;
    column-count: 2;
    column-gap: 60px;
    padding-left: 17px;
    padding-right: 17px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 18px;
  }
}
@media screen and (max-width: 450px) {
  .menuBlockBox__box {
    padding-left: 15px;
    padding-right: 15px;
  }
  #mainMenu > li {
    width: 100%;
    min-width: 300px;
  }
  #mainMenu > li.dropdown > ul {
    position: static !important;
    margin: 0px !important;
    width: 100%;
    min-width: 300px;
    list-style-position: outside;
    column-width: 163px;
    column-count: 2;
    column-gap: 30px;
    padding-left: 17px;
    padding-right: 17px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 18px;
  }
}
@media screen and (max-width: 400px) {
  .menuBlockBoxHeader__title {
    margin: 0px !important;
    padding: 0px !important;
    width: 100%;
    min-width: 300px;
    padding-left: 16px;
    padding-right: 16px;
    line-height: 32px;
    margin-bottom: 40px !important;
  }
  .menuBlockBoxHeader__text {
    width: 100%;
    min-width: 300px;
    margin-bottom: 67px;
    line-height: 22px;
  }
  .menuBoxCardLink__content {
    min-width: 300px;
    min-height: 137px;
  }
  .menuBlockBoxItems__card {
    margin-right: 0px;
    margin-bottom: 20px;
    width: 100%;
    min-width: 300px;
  }
  .menuBlockBox__box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .menuBlockBoxItems, .menuBlockBox__box {
    width: 100% !important;
    min-width: 300px !important;
  }
  #mainMenu > li.dropdown > ul {
    position: static !important;
    margin: 0px !important;
    width: 100%;
    min-width: 300px;
    list-style-position: outside;
    column-width: 163px;
    column-count: 2;
    column-gap: 30px;
    padding-left: 17px;
    padding-right: 17px;
  }
  #mainMenu > li.dropdown > ul > li > a {
    line-height: 18px;
  }
}
.advantages {
  margin-top: 140px;
  margin-bottom: 140px;
  padding-bottom: 156px;
  background: #568DAD;
}

.advantagesBlock__title {
  padding-top: 40px;
  color: #FFFFFF;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 60px;
}
@media (min-width: 1024px) {
  .advantagesBlock__title {
    font-size: calc(25px + 20 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .advantagesBlock__title {
    font-size: calc(25px + 17 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .advantagesBlock__title {
    font-size: calc(25px + 34 * ((100vw - 340px) / 1920));
  }
}

.advantagesBlock__box {
  position: relative;
  margin-top: 163px;
  min-height: 819px;
  background: url("../img/advantages22.webp") center center no-repeat;
  background-size: contain;
}

.advantageItem {
  position: absolute;
}
.advantageItem:nth-child(1) {
  left: calc(50% - 205px);
  top: -100px;
}
.advantageItem:nth-child(2) {
  left: calc(50% + 375px);
  top: 160px;
}
.advantageItem:nth-child(3) {
  left: calc(50% + 375px);
  top: calc(50% + 175px);
}
.advantageItem:nth-child(4) {
  left: calc(50% - 205px);
  top: 100%;
}
.advantageItem:nth-child(5) {
  left: 100px;
  top: calc(50% + 175px);
}
.advantageItem:nth-child(6) {
  left: 100px;
  top: 160px;
}

.advantageItem__text {
  max-width: 411px;
  color: #FFFFFF;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
}
@media (min-width: 1024px) {
  .advantageItem__text {
    font-size: calc(16px + 2 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .advantageItem__text {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .advantageItem__text {
    font-size: calc(16px + 3.4 * ((100vw - 340px) / 1920));
  }
}

/* Desktop: */
@media (min-width: 1400px) {
  .advantages {
    margin-top: 140px;
    margin-bottom: 140px;
    padding-bottom: 156px;
    background: #568DAD;
  }
  .advantagesBlock__title {
    padding-top: 40px;
    color: #FFFFFF;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
  }
  .advantagesBlock__box {
    position: relative;
    margin-top: 163px;
    min-height: 819px;
    background: url("../img/advantages22.webp") center center no-repeat;
    background-size: contain;
  }
  .advantageItem {
    position: absolute;
  }
  .advantageItem:nth-child(1) {
    left: calc(50% - 205px);
    top: -100px;
  }
  .advantageItem:nth-child(2) {
    left: calc(50% + 375px);
    top: 160px;
  }
  .advantageItem:nth-child(3) {
    left: calc(50% + 375px);
    top: calc(50% + 175px);
  }
  .advantageItem:nth-child(4) {
    left: calc(50% - 205px);
    top: 100%;
  }
  .advantageItem:nth-child(5) {
    left: -20px;
    top: calc(50% + 200px);
    max-width: 250px;
  }
  .advantageItem:nth-child(6) {
    left: -20px;
    top: 90px;
    max-width: 250px;
  }
  .advantageItem__text {
    max-width: 411px;
    color: #FFFFFF;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
  }
}
@media (min-width: 1600px) {
  .advantages {
    margin-top: 140px;
    margin-bottom: 140px;
    padding-bottom: 156px;
    background: #568DAD;
  }
  .advantagesBlock__title {
    padding-top: 40px;
    color: #FFFFFF;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
  }
  .advantagesBlock__box {
    position: relative;
    margin-top: 163px;
    min-height: 819px;
    background: url("../img/advantages22.webp") center center no-repeat;
    background-size: contain;
  }
  .advantageItem {
    position: absolute;
  }
  .advantageItem:nth-child(1) {
    left: calc(50% - 205px);
    top: -100px;
  }
  .advantageItem:nth-child(2) {
    left: calc(50% + 375px);
    top: 160px;
  }
  .advantageItem:nth-child(3) {
    left: calc(50% + 375px);
    top: calc(50% + 175px);
  }
  .advantageItem:nth-child(4) {
    left: calc(50% - 205px);
    top: 100%;
  }
  .advantageItem:nth-child(5) {
    left: calc(0% + 120px);
    top: calc(50% + 200px);
    max-width: 250px;
  }
  .advantageItem:nth-child(6) {
    left: calc(0% + 120px);
    top: calc(0% + 140px);
    max-width: 250px;
  }
  .advantageItem__text {
    max-width: 411px;
    color: #FFFFFF;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
  }
}
@media (min-width: 1920px) {
  .advantages {
    margin-top: 140px;
    margin-bottom: 140px;
    padding-bottom: 156px;
    background: #568DAD;
  }
  .advantagesBlock__title {
    padding-top: 40px;
    color: #FFFFFF;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
  }
  .advantagesBlock__box {
    position: relative;
    margin-top: 163px;
    min-height: 819px;
    background: url("../img/advantages22.webp") center center no-repeat;
    background-size: contain;
  }
  .advantageItem {
    position: absolute;
  }
  .advantageItem:nth-child(1) {
    left: calc(50% - 205px);
    top: -100px;
  }
  .advantageItem:nth-child(2) {
    left: calc(50% + 375px);
    top: 160px;
  }
  .advantageItem:nth-child(3) {
    left: calc(50% + 375px);
    top: calc(50% + 175px);
  }
  .advantageItem:nth-child(4) {
    left: calc(50% - 205px);
    top: 100%;
  }
  .advantageItem:nth-child(5) {
    left: calc(0% + 220px);
    top: calc(50% + 200px);
    max-width: 250px;
  }
  .advantageItem:nth-child(6) {
    left: calc(0% + 220px);
    top: calc(0% + 140px);
    max-width: 250px;
  }
  .advantageItem__text {
    max-width: 411px;
    color: #FFFFFF;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
  }
}
@media (min-width: 4000px) {
  .advantages {
    margin-top: 140px;
    margin-bottom: 140px;
    padding-bottom: 156px;
    background: #568DAD;
  }
  .advantagesBlock__title {
    padding-top: 40px;
    color: #FFFFFF;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
  }
  .advantagesBlock__box {
    position: relative;
    margin-top: 163px;
    min-height: 819px;
    background: url("../img/advantages22.webp") center center no-repeat;
    background-size: contain;
  }
  .advantageItem {
    position: absolute;
  }
  .advantageItem:nth-child(1) {
    left: calc(50% - 205px);
    top: -100px;
  }
  .advantageItem:nth-child(2) {
    left: calc(50% + 375px);
    top: 160px;
  }
  .advantageItem:nth-child(3) {
    left: calc(50% + 375px);
    top: calc(50% + 175px);
  }
  .advantageItem:nth-child(4) {
    left: calc(50% - 205px);
    top: 100%;
  }
  .advantageItem:nth-child(5) {
    left: calc(0% + 220px);
    top: calc(50% + 200px);
    max-width: 250px;
  }
  .advantageItem:nth-child(6) {
    left: calc(0% + 220px);
    top: calc(0% + 140px);
    max-width: 250px;
  }
  .advantageItem__text {
    max-width: 411px;
    color: #FFFFFF;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
  }
}
@media screen and (max-width: 1400px) {
  .advantages {
    margin-top: 140px;
    margin-bottom: 140px;
    padding-bottom: 156px;
    background: #568DAD;
  }
  .advantagesBlock__title {
    padding-top: 40px;
    color: #FFFFFF;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
  }
  .advantagesBlock__box {
    position: relative;
    margin-top: 163px;
    min-height: 819px;
    background: url("../img/advantages22.webp") center center no-repeat;
    background-size: contain;
  }
  .advantageItem {
    position: absolute;
  }
  .advantageItem:nth-child(1) {
    left: calc(50% - 205px);
    top: -100px;
  }
  .advantageItem:nth-child(2) {
    left: calc(50% + 375px);
    top: 160px;
  }
  .advantageItem:nth-child(3) {
    left: calc(50% + 375px);
    top: calc(50% + 175px);
  }
  .advantageItem:nth-child(4) {
    left: calc(50% - 205px);
    top: 100%;
  }
  .advantageItem:nth-child(5) {
    left: -20px;
    top: calc(50% + 200px);
    max-width: 250px;
  }
  .advantageItem:nth-child(6) {
    left: -20px;
    top: 90px;
    max-width: 250px;
  }
  .advantageItem__text {
    max-width: 411px;
    color: #FFFFFF;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
  }
}
/* Desktop: */
@media screen and (max-width: 1200px) {
  .advantagesBlock__title {
    padding-top: 40px;
    line-height: 60px;
  }
  .advantagesBlock__box {
    background-position-x: center;
    background-position-y: center;
    background-size: 359px 359px;
    min-height: 359px;
    padding-top: 359px;
  }
  .advantageItem {
    max-width: 401px;
    margin-top: 0px !important;
    position: absolute !important;
  }
  .advantageItem:nth-child(1) {
    left: calc(50% - 160px);
    top: -100px;
    max-width: 350px;
  }
  .advantageItem:nth-child(2) {
    left: calc(50% + 160px);
    top: 0px;
  }
  .advantageItem:nth-child(3) {
    left: calc(50% + 160px);
    top: calc(50% + 60px);
  }
  .advantageItem:nth-child(4) {
    left: calc(50% - 220px);
    top: calc(100% + 20px);
    max-width: 350px;
  }
  .advantageItem:nth-child(5) {
    left: -30px;
    top: calc(50% + 65px);
    max-width: 350px;
  }
  .advantageItem:nth-child(6) {
    left: -35px;
    top: 40px;
    max-width: 350px;
  }
  .advantageItem p {
    line-height: 25px !important;
    text-align: center !important;
  }
  .advantages {
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 156px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .advantageItem__text {
    font-size: calc(14px + 6.8 * (100vw - 600px) / 1920) !important;
    line-height: 19px !important;
  }
  .advantagesBlock__title {
    padding-top: 40px;
    line-height: 46px;
  }
  .advantagesBlock__box {
    background-position-x: center;
    background-position-y: center;
    background-size: 359px 359px;
    min-height: 359px;
    padding-top: 359px;
  }
  .advantageItem {
    max-width: 401px;
    margin-top: 0px !important;
    position: absolute !important;
  }
  .advantageItem:nth-child(1) {
    left: calc(50% - 160px);
    top: -100px;
  }
  .advantageItem:nth-child(2) {
    left: calc(50% + 160px);
    top: 0px;
  }
  .advantageItem:nth-child(3) {
    left: calc(50% + 160px);
    top: calc(50% + 60px);
  }
  .advantageItem:nth-child(4) {
    left: calc(50% - 120px);
    top: calc(100% + 20px);
    max-width: 250px;
  }
  .advantageItem:nth-child(5) {
    left: -30px;
    top: calc(50% + 65px);
    max-width: 150px;
  }
  .advantageItem:nth-child(6) {
    left: -35px;
    top: 40px;
    max-width: 150px;
  }
  .advantageItem p {
    line-height: 19px !important;
    text-align: center !important;
  }
  .advantages {
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 156px;
  }
}
@media screen and (max-width: 768px) {
  .advantageItem__text {
    min-width: auto;
    max-width: auto;
    font-size: calc(14px + 6.8 * (100vw - 600px) / 1920) !important;
    line-height: 19px;
  }
  .advantagesBlock__title {
    padding-top: 40px;
    line-height: 46px;
  }
  .advantagesBlock__box {
    background-position-x: center;
    background-position-y: center;
    background-size: 359px 359px;
    min-height: 359px;
    padding-top: 359px;
  }
  .advantageItem {
    max-width: 401px;
    margin-top: 0px !important;
    position: absolute !important;
  }
  .advantageItem:nth-child(1) {
    left: calc(50% - 160px);
    top: -100px;
  }
  .advantageItem:nth-child(2) {
    left: calc(50% + 160px);
    top: 0px;
  }
  .advantageItem:nth-child(3) {
    left: calc(50% + 160px);
    top: calc(50% + 60px);
  }
  .advantageItem:nth-child(4) {
    left: calc(50% - 120px);
    top: calc(100% + 20px);
    max-width: 250px;
  }
  .advantageItem:nth-child(5) {
    left: -30px;
    top: calc(50% + 65px);
    max-width: 150px;
  }
  .advantageItem:nth-child(6) {
    left: -35px;
    top: 40px;
    max-width: 150px;
  }
  .advantageItem p {
    line-height: 19px !important;
    text-align: center !important;
  }
  .advantages {
    margin-top: 40px;
    margin-bottom: 80px;
    padding-bottom: 156px;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .advantagesBlock__title {
    padding-top: 20px;
    line-height: 33px;
  }
  .advantagesBlock__box {
    background-position-y: 0px !important;
    margin-top: 40px;
    min-height: 329px;
    padding-top: 329px;
    background: url("../img/advantages22-mobile.webp") center center no-repeat;
    background-size: 330px 329px;
  }
  .advantageItem {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 40px !important;
    display: block !important;
    position: static !important;
  }
  .advantageItem p {
    width: 100% !important;
    max-width: 100% !important;
    font-size: calc(16px + 2 * (100vw - 340px) / 1920) !important;
    line-height: 22px !important;
    text-align: left !important;
  }
  .advantages {
    margin-bottom: 80px;
    padding-bottom: 40px;
  }
  .advantageItem__text {
    width: 100%;
  }
}
/* Mobile: */
@media screen and (max-width: 420px) {
  .advantagesBlock__title {
    padding-top: 20px;
    line-height: 33px;
  }
  .advantagesBlock__box {
    background-position-y: 0px;
    background-size: 330px 329px;
    margin-top: 40px;
    min-height: 329px;
    padding-top: 329px;
  }
  .advantageItem {
    margin-top: 40px !important;
    display: block !important;
    position: static !important;
  }
  .advantageItem p {
    line-height: 22px !important;
    text-align: left !important;
  }
  .advantages {
    margin-bottom: 80px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 400px) {
  .advantagesBlock__title {
    padding-top: 20px;
    line-height: 33px;
  }
  .advantagesBlock__box {
    background-position-y: 0px;
    background-size: 330px 329px;
    margin-top: 40px;
    min-height: 329px;
    padding-top: 329px;
  }
  .advantageItem {
    margin-top: 40px !important;
    display: block !important;
    position: static !important;
  }
  .advantageItem p {
    line-height: 22px !important;
    text-align: left !important;
  }
  .advantages {
    margin-bottom: 80px;
    padding-bottom: 40px;
  }
}
.about {
  margin-top: 140px;
}

.about__title {
  margin-bottom: 60px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
}
@media (min-width: 1024px) {
  .about__title {
    font-size: calc(25px + 20 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .about__title {
    font-size: calc(25px + 17 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .about__title {
    font-size: calc(25px + 34 * ((100vw - 340px) / 1920));
  }
}

.about__box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.aboutImage img {
  width: 100%;
  height: auto;
  max-width: 777px;
  max-height: 565px;
  border: none;
  border-radius: 20px;
  margin-right: 111px;
}

.aboutText {
  width: auto;
  max-width: 820px;
  padding-left: 20px;
}

.aboutText__p {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
}
@media (min-width: 1024px) {
  .aboutText__p {
    font-size: calc(16px + 9 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .aboutText__p {
    font-size: calc(16px + 8.5 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .aboutText__p {
    font-size: calc(16px + 15.3 * ((100vw - 340px) / 1920));
  }
}

/* Desktop Large: */
@media (min-width: 1400px) {
  .aboutImage img {
    margin-right: 30px;
  }
  .aboutText__p {
    line-height: 43px;
  }
}
@media (min-width: 1600px) {
  .aboutImage img {
    margin-right: 55px;
  }
}
@media (min-width: 1920px) {
  .aboutImage img {
    margin-right: 111px;
  }
}
/* Desktop: */
@media screen and (max-width: 1400px) {
  .aboutImage img {
    width: 100%;
    height: auto;
    max-width: 577px;
    max-height: 565px;
    min-width: 577px;
    border: none;
    border-radius: 20px;
    margin-right: 20px;
  }
  .aboutText {
    margin-top: 0px;
    max-width: 726px;
  }
  .aboutText__p {
    font-size: calc(14px + 0.3125vw);
    line-height: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .aboutImage img {
    width: 100%;
    max-width: 465px;
    min-width: 465px;
    height: auto;
    max-height: 565px;
    margin-right: 20px;
  }
  .aboutText__p {
    font-size: calc(12px + 0.3125vw);
    line-height: 23px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .about__title {
    margin-bottom: 40px;
    line-height: 45px;
  }
  .about__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0px !important;
  }
  .aboutImage {
    width: 100% !important;
  }
  .aboutImage img {
    min-height: 507px;
    min-width: 727px;
    height: auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin-left: 0px !important;
  }
  .aboutText {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
    min-width: 726px;
    padding-left: 0px;
  }
  .aboutText__p {
    font-size: calc(16px + 8.5 * (100vw - 340px) / 1920);
    line-height: 34px;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    margin-bottom: 40px;
    line-height: 45px;
  }
  .about__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 0px;
  }
  .aboutImage img {
    max-height: 507px;
    max-width: 727px;
    height: auto;
    width: 100%;
    min-width: 383px;
    min-height: 267px;
    margin-left: 0px !important;
  }
  .aboutText {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    min-width: 550px;
  }
  .aboutText__p {
    line-height: 34px;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .about__title {
    margin-bottom: 40px;
    line-height: 32px;
  }
  .about__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 0px;
  }
  .aboutImage {
    width: 100% !important;
    margin: 0 auto;
  }
  .aboutImage img {
    width: calc(100% - 40px);
    height: auto;
    min-width: 383px;
    min-height: 267px;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .aboutText {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    min-width: 300px;
  }
  .aboutText__p {
    line-height: 27px;
  }
}
@media screen and (max-width: 420px) {
  .about__title {
    margin-bottom: 40px;
    line-height: 32px;
  }
  .about__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 0px;
  }
  .aboutImage img {
    width: calc(100% - 40px);
    height: auto;
    margin-left: 10px !important;
    margin-right: 0px !important;
  }
  .aboutText {
    margin-top: 40px;
    padding-left: 25px;
    padding-right: 15px;
  }
  .aboutText__p {
    line-height: 27px;
  }
}
@media screen and (max-width: 400px) {
  .about__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 0px;
    padding-left: 0px !important;
    margin-left: -10px;
  }
  .aboutImage img {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    min-width: 350px; /* 350 */
    min-height: 267px; /* 254 */
    margin-left: 15px !important;
    margin-right: 0px !important;
  }
}
@media screen and (max-width: 360px) {
  .about__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 0px;
    padding-left: 0px !important;
    margin-left: -10px;
  }
  .aboutImage img {
    width: calc(100% - 40px);
    height: auto;
    max-width: 100%;
    max-height: unset;
    min-width: 320px; /* 320 */
    min-height: unset; /* 254 */
    margin-left: 20px !important;
    margin-right: 10px !important;
  }
}
@media screen and (max-width: 330px) {
  .about__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 0px;
    padding-left: 0px !important;
    margin-left: -10px;
  }
  .aboutImage img {
    width: calc(100% - 40px);
    height: auto;
    max-width: 100%;
    max-height: unset;
    min-width: 300px; /* 300 */
    min-height: unset; /* 254 */
    margin-left: 20px !important;
    margin-right: 10px !important;
  }
}
.work {
  margin-top: 140px;
}

.work__title {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
}
@media (min-width: 1024px) {
  .work__title {
    font-size: calc(25px + 20 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .work__title {
    font-size: calc(25px + 17 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .work__title {
    font-size: calc(25px + 34 * ((100vw - 340px) / 1920));
  }
}

.workBoxItems {
  margin-top: 77px;
  display: flex;
  flex-direction: row;
}
.workBoxItems .workBoxItem:nth-child(2n) {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.workBoxItems .workBoxItem:nth-child(2n)::after {
  content: " ";
  display: block;
  width: 291px;
  min-width: 291px;
  height: 130px;
  min-height: 130px;
  background: transparent;
}
.workBoxItems .workBoxItem:nth-child(2n+1) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.workBoxItems .workBoxItem:nth-child(2n+1)::after {
  content: " ";
  display: block;
  width: 291px;
  min-width: 291px;
  height: 170px;
  min-height: 170px;
  background: transparent;
}

.workBoxItem:nth-child(2)::after {
  height: 140px !important;
  min-height: 140px !important;
}

.workBoxItem:nth-child(3)::after {
  height: 140px !important;
  min-height: 140px !important;
}

.workBoxItem:nth-child(4)::after {
  height: 100px !important;
  min-height: 100px !important;
}

.workBoxItem:nth-child(5)::after {
  height: 200px !important;
  min-height: 200px !important;
}

.workBoxItem__text {
  position: relative;
  max-width: 381px !important;
  max-height: 136px !important;
  min-width: 291px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
}
@media (min-width: 1024px) {
  .workBoxItem__text {
    font-size: calc(20px + 0 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .workBoxItem__text {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .workBoxItem__text {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}

.workBoxItem__box {
  position: relative;
}

.workBoxItemNumber {
  color: #FFFFFF;
  position: absolute;
  top: 121.5px;
  left: 66.5px;
  width: 77px;
  height: 77px;
  border: none;
  border-radius: 93px;
  text-align: center;
  font-weight: 400;
  line-height: 61px;
  padding-top: 5px;
}
@media (min-width: 1024px) {
  .workBoxItemNumber {
    font-size: calc(50px + 0 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .workBoxItemNumber {
    font-size: calc(50px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .workBoxItemNumber {
    font-size: calc(50px + 0 * ((100vw - 340px) / 1920));
  }
}

.workBoxItems .workBoxItem:nth-child(2) .workBoxItem__box .workBoxItemNumber {
  top: 71.5px;
  left: 86.5px;
}

.workBoxItems .workBoxItem:nth-child(3) .workBoxItem__box .workBoxItemNumber {
  top: 121.5px;
  left: 86.5px;
}

.workBoxItems .workBoxItem:nth-child(4) .workBoxItem__box .workBoxItemNumber {
  top: 71.5px;
  left: 86.5px;
}

.workBoxItems .workBoxItem:nth-child(5) .workBoxItem__box .workBoxItemNumber {
  top: 121.5px;
  left: 86.5px;
}

.workBoxItem__line {
  position: relative;
  width: 120px;
}

.workBoxItem__line::after {
  content: "";
  position: absolute;
  display: block;
  width: inherit;
  height: inherit;
  border-top: 1px solid #578DAC;
  opacity: 0.5;
  z-index: -2;
}

.workBoxItems .workBoxItem:nth-child(2n) .workBoxItem__line::after {
  top: 115px;
  left: calc(50% + 100px);
}

.workBoxItems .workBoxItem:nth-child(2n+1) .workBoxItem__line::after {
  top: -100px;
  left: calc(50% + 100px);
}

.workBoxItems .workBoxItem:last-child .workBoxItem__line::after {
  display: none;
}

.workBoxItemImageMobile {
  display: none;
}

/* Adaptive: */
/* Desktop Large: */
@media (min-width: 1420px) {
  .workBoxItem:nth-child(2)::after {
    height: 150px !important;
    min-height: 150px !important;
  }
  .workBoxItem:nth-child(3)::after {
    height: 140px !important;
    min-height: 140px !important;
  }
  .workBoxItem:nth-child(4)::after {
    height: 160px !important;
    min-height: 160px !important;
  }
  .workBoxItem:nth-child(5)::after {
    height: 150px !important;
    min-height: 150px !important;
  }
  .workBoxItem__line {
    width: 60px;
  }
  .workBoxItem {
    margin-right: -200px;
  }
  .workBoxItem__text {
    max-width: 291px;
    height: 100px;
  }
}
@media (min-width: 1500px) {
  .workBoxItem {
    margin-right: -60px;
  }
}
@media (min-width: 1600px) {
  .workBoxItem:nth-child(2)::after {
    height: 140px !important;
    min-height: 140px !important;
  }
  .workBoxItem:nth-child(3)::after {
    height: 160px !important;
    min-height: 160px !important;
  }
  .workBoxItem:nth-child(4)::after {
    height: 140px !important;
    min-height: 140px !important;
  }
  .workBoxItem:nth-child(5)::after {
    height: 170px !important;
    min-height: 170px !important;
  }
  .workBoxItem__line {
    width: 120px;
  }
  .workBoxItem__text {
    position: relative;
    max-width: 381px !important;
    max-height: 136px !important;
    min-width: 291px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
  }
}
@media (min-width: 1920px) {
  .work {
    margin-top: 140px;
  }
  .work__title {
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  .workBoxItems {
    margin-top: 77px;
    display: flex;
    flex-direction: row;
  }
  .workBoxItems .workBoxItem:nth-child(2n) {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .workBoxItems .workBoxItem:nth-child(2n)::after {
    content: " ";
    display: block;
    width: 291px;
    min-width: 291px;
    height: 130px;
    min-height: 130px;
    background: transparent;
  }
  .workBoxItems .workBoxItem:nth-child(2n+1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .workBoxItems .workBoxItem:nth-child(2n+1)::after {
    content: " ";
    display: block;
    width: 291px;
    min-width: 291px;
    height: 170px;
    min-height: 170px;
    background: transparent;
  }
  .workBoxItem:nth-child(2)::after {
    height: 140px !important;
    min-height: 140px !important;
  }
  .workBoxItem:nth-child(3)::after {
    height: 160px !important;
    min-height: 160px !important;
  }
  .workBoxItem:nth-child(4)::after {
    height: 130px !important;
    min-height: 130px !important;
  }
  .workBoxItem:nth-child(5)::after {
    height: 180px !important;
    min-height: 180px !important;
  }
  .workBoxItem__text {
    position: relative;
    max-width: 381px !important;
    max-height: 136px !important;
    min-width: 291px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
  }
  .workBoxItem__box {
    position: relative;
  }
  .workBoxItemNumber {
    color: #FFFFFF;
    position: absolute;
    top: 121.5px;
    left: 66.5px;
    width: 77px;
    height: 77px;
    border: none;
    border-radius: 93px;
    text-align: center;
    font-size: 50px;
    font-weight: 400;
    line-height: 61px;
    padding-top: 5px;
  }
  .workBoxItems .workBoxItem:nth-child(2) .workBoxItem__box .workBoxItemNumber {
    top: 71.5px;
    left: 86.5px;
  }
  .workBoxItems .workBoxItem:nth-child(3) .workBoxItem__box .workBoxItemNumber {
    top: 121.5px;
    left: 86.5px;
  }
  .workBoxItems .workBoxItem:nth-child(4) .workBoxItem__box .workBoxItemNumber {
    top: 71.5px;
    left: 86.5px;
  }
  .workBoxItems .workBoxItem:nth-child(5) .workBoxItem__box .workBoxItemNumber {
    top: 121.5px;
    left: 86.5px;
  }
  .workBoxItem__line {
    position: relative;
    width: 120px;
  }
  .workBoxItem__line::after {
    content: "";
    position: absolute;
    display: block;
    width: inherit;
    height: inherit;
    border-top: 1px solid #578DAC;
    opacity: 0.5;
    z-index: -2;
  }
  .workBoxItems .workBoxItem:nth-child(2n) .workBoxItem__line::after {
    top: 115px;
    left: calc(50% + 100px);
  }
  .workBoxItems .workBoxItem:nth-child(2n+1) .workBoxItem__line::after {
    top: -100px;
    left: calc(50% + 100px);
  }
  .workBoxItems .workBoxItem:last-child .workBoxItem__line::after {
    display: none;
  }
}
/* Extra Large Desktop: */
/* Desktop: */
@media screen and (max-width: 1420px) {
  .workBoxItem:nth-child(2)::after {
    height: 150px !important;
    min-height: 150px !important;
  }
  .workBoxItem:nth-child(3)::after {
    height: 140px !important;
    min-height: 140px !important;
  }
  .workBoxItem:nth-child(4)::after {
    height: 160px !important;
    min-height: 160px !important;
  }
  .workBoxItem:nth-child(5)::after {
    height: 150px !important;
    min-height: 150px !important;
  }
  .workBoxItem__line {
    width: 60px;
  }
  .workBoxItem {
    margin-right: -200px;
  }
  .workBoxItem__text {
    max-width: 291px;
    height: 100px;
  }
}
@media screen and (max-width: 1250px) {
  .workBoxItemImage {
    display: block;
  }
  .workBoxItem__line {
    display: block;
  }
  .workBoxItemImageMobile {
    display: none;
  }
  .workBoxItems .workBoxItem::after {
    display: block;
  }
  .workBoxItem {
    margin-right: -200px;
  }
}
/* Tablet: */
@media screen and (max-width: 1200px) {
  .workBoxItem {
    margin-right: 0px;
  }
  .workBoxItemImage {
    display: none;
  }
  .workBoxItem__line {
    display: none;
  }
  .workBoxItemImageMobile {
    display: block;
  }
  .workBoxItems .workBoxItem::after {
    display: none !important;
  }
  .work {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .workBoxItems {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .work__title {
    line-height: 45px;
  }
  .workBoxItem {
    width: auto;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
  .workBoxItem__text {
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 353px;
    width: 353px;
    height: 102px;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
  }
  .workBoxItems .workBoxItem:last-child .workBoxItem__text {
    margin-bottom: 0px;
  }
  .workBoxItems .workBoxItem:nth-child(1) .workBoxItem__box .workBoxItemNumber {
    top: -358.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(2) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(3) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(4) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(5) .workBoxItem__box .workBoxItemNumber {
    top: -373.5px;
    left: -38.5px;
  }
}
/* Tablet: */
@media screen and (max-width: 960px) {
  .workBoxItem {
    margin-right: 0px;
  }
  .workBoxItemImage {
    display: none;
  }
  .workBoxItem__line {
    display: none;
  }
  .workBoxItemImageMobile {
    display: block;
  }
  .workBoxItems .workBoxItem::after {
    display: none !important;
  }
  .work {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .workBoxItems {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .work__title {
    line-height: 45px;
  }
  .workBoxItem {
    width: auto;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
  .workBoxItem__text {
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 353px;
    width: 353px;
    height: 102px;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
  }
  .workBoxItems .workBoxItem:last-child .workBoxItem__text {
    margin-bottom: 0px;
  }
  .workBoxItems .workBoxItem:nth-child(1) .workBoxItem__box .workBoxItemNumber {
    top: -358.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(2) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(3) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(4) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(5) .workBoxItem__box .workBoxItemNumber {
    top: -373.5px;
    left: -38.5px;
  }
}
@media screen and (max-width: 768px) {
  .workBoxItem {
    margin-right: 0px;
  }
  .workBoxItemImage {
    display: none;
  }
  .workBoxItem__line {
    display: none;
  }
  .workBoxItemImageMobile {
    display: block;
  }
  .workBoxItems .workBoxItem::after {
    display: none !important;
  }
  .work {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .workBoxItems {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .work__title {
    line-height: 45px;
  }
  .workBoxItem {
    width: auto;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
  .workBoxItem__text {
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 353px;
    width: 353px;
    height: 102px;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
  }
  .workBoxItems .workBoxItem:last-child .workBoxItem__text {
    margin-bottom: 0px;
  }
  .workBoxItems .workBoxItem:nth-child(1) .workBoxItem__box .workBoxItemNumber {
    top: -358.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(2) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(3) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(4) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(5) .workBoxItem__box .workBoxItemNumber {
    top: -373.5px;
    left: -38.5px;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .workBoxItem {
    margin-right: -200px;
  }
  .workBoxItems {
    margin-left: -100px;
  }
  .workBoxItemImage {
    display: none;
  }
  .workBoxItem__line {
    display: none;
  }
  .workBoxItemImageMobile {
    display: block;
  }
  .workBoxItems .workBoxItem::after {
    display: none !important;
  }
  .work {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .workBoxItems {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .work__title {
    line-height: 32px;
  }
  .workBoxItem {
    width: auto;
    display: flex;
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
  }
  .workBoxItem__text {
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 353px;
    min-width: 353px;
    width: 353px;
    height: 102px;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
  }
  .workBoxItems .workBoxItem:last-child .workBoxItem__text {
    margin-bottom: 0px;
  }
  .workBoxItems .workBoxItem:nth-child(1) .workBoxItem__box .workBoxItemNumber {
    top: -358.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(2) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(3) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(4) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(5) .workBoxItem__box .workBoxItemNumber {
    top: -373.5px;
    left: -38.5px;
  }
}
@media screen and (max-width: 450px) {
  .work {
    margin-bottom: 160px;
  }
  .workBoxItem__text {
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 350px;
    min-width: 350px;
    width: 350px;
    height: 102px;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
  }
  .workBoxItems .workBoxItem:nth-child(1) .workBoxItem__box .workBoxItemNumber {
    top: -358.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(2) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(3) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(4) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(5) .workBoxItem__box .workBoxItemNumber {
    top: -373.5px;
    left: -38.5px;
  }
}
@media screen and (max-width: 400px) {
  .work {
    margin-bottom: 160px;
  }
  .workBoxItem__text {
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 300px;
    min-width: 300px;
    width: 300px;
    height: 102px;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    text-align: center;
  }
  .workBoxItems .workBoxItem:nth-child(1) .workBoxItem__box .workBoxItemNumber {
    top: -358.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(2) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(3) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(4) .workBoxItem__box .workBoxItemNumber {
    top: -368.5px;
    left: -38.5px;
  }
  .workBoxItems .workBoxItem:nth-child(5) .workBoxItem__box .workBoxItemNumber {
    top: -373.5px;
    left: -38.5px;
  }
}
.reviews {
  margin-top: 140px;
}

.reviews__title {
  margin-bottom: 60px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 45px;
  line-height: 58px;
}

.reviewBlock {
  width: 446px;
  height: 207px;
  display: block;
  border-radius: 10px;
  border: 2px solid #568DAD;
  background: #FFFFFF;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}

.reviewBlock:hover {
  cursor: pointer;
}

.reviewBlock__name {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
}

.reviewBlock.slick-center .reviewBlockHeader .reviewBlock__name {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
}

.reviewBlock__date {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.reviewBlock.slick-center .reviewBlockHeader .reviewBlock__date {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.reviewBlockContent {
  margin-top: 10px;
  margin-bottom: 20px;
}

.reviewBlock__text {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  max-width: 522px;
  max-height: 100px;
  text-align: left;
}

.reviewBlock.slick-center .reviewBlockContent .reviewBlock__text {
  color: #2c3e50;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.reviewBlockRank {
  text-align: left;
}

.reviewBlockRank__h5 {
  margin-right: 12px;
  display: inline-block;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
}

.reviewBlock.slick-center .reviewBlockRank .reviewBlockRank__h5 {
  font-size: 18px;
  line-height: 22px;
}

.reviewBlockRank {
  display: block;
}

.reviewBlockRank__stars {
  display: inline-block;
}

.reviewRankStar {
  margin-right: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/star.svg") no-repeat;
  background-size: contain;
  padding: 10px;
}

.reviewBlockHeader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.reviewBlock {
  margin-right: 40px;
}

/* SLICK SLIDER */
/* Ограничение: */
.slick-list {
  overflow: hidden;
}

/* Лента слайдов: */
.slick-track {
  display: flex;
  flex-direction: row;
  /* align-items: center; */
}

/* Слайдер: */
.slider {
  min-width: 0;
  position: relative;
  padding: 0px 60px;
  max-width: 1534px;
}

/* Стрелки слайдера: */
.slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin: -25px 0px 0px 0px;
  z-index: 10;
  font-size: 0;
  width: 78px;
  height: 78px;
}

.slider .slick-arrow.slick-prev {
  left: 0;
  border: none;
  background: url("../img/slider_arrow-left.svg") 0 0/100% no-repeat;
}

.slider .slick-arrow.slick-prev:hover, .slider .slick-arrow.slick-prev:active {
  background: url("../img/slider_arrow-left-active.svg") 0 0/100% no-repeat;
}

.slider .slick-arrow.slick-next {
  right: 0;
  border: none;
  background: url("../img/slider_arrow-right.svg") 0 0/100% no-repeat;
}

.slider .slick-arrow.slick-next:hover, .slider .slick-arrow.slick-next:active {
  background: url("../img/slider_arrow-right-active.svg") 0 0/100% no-repeat;
}

/* Точки слайдера */
.slider .slick-dots {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.slick-dots {
  bottom: -60px !important;
}

.slider .slick-dots li {
  list-style: none;
  margin: 0px 10px;
  margin-top: 40px;
}

.slider .slick-dots button {
  font-size: 0;
  width: 15px;
  height: 15px;
  background: #578DAC;
  opacity: 0.5;
  border: none;
  border-radius: 50%;
}

/* Активная точка слайдера */
.slider .slick-dots li.slick-active button {
  margin-top: -3px;
  font-size: 0;
  width: 20px;
  height: 20px;
  background: #578DAC;
  opacity: 1;
  border: none;
  border-radius: 50%;
}

/* Центральный слайд: */
.slider__item {
  transition: all 0.3s ease 0s;
  width: 446px;
  height: 207px;
  text-align: center;
}

.slider__item.slick-center {
  transition: all 0.3s ease 0s;
  width: 562px !important;
  height: 224px;
  background: rgba(87, 141, 172, 0.15);
  text-align: center;
}

/* END SLICK SLIDER */
/*
.carousel-control-prev {
    color: #000 !important;
}
.carousel-control-prev-icon {
    background: none;
    content: "";
    position: absolute;
    top: 0px;
    right: -10px;
    margin-right: 10px;
    width: 15px;
    height: 13px;
    border: 2px solid;
    border-color: transparent transparent $black $black;
    transform: rotate(45deg);
}
.carousel-control-next-icon {
    background: none;
    content: "";
    position: absolute;
    top: 0px;
    right: -10px;
    margin-right: 10px;
    width: 15px;
    height: 13px;
    border: 2px solid;
    border-color: $black $black transparent transparent;
    transform: rotate(45deg);
}
.carousel-indicators [data-bs-target] {
    background-color: #000;
}
.carousel-item {
    margin: 0 auto;
    text-align: center;
}
*/
/*
.reviews {
    background: $bluedark;
}
.reviewsBlock {
    &__title {
        padding-top: 40px;
        padding-bottom: 60px;
        color: $white;
        font-family: $lora-regular;
        font-weight: 400;
        font-size: 45px;
        line-height: 58px;
    }
}
.reviewsBlock__reviews {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 130px;
}

.reviewCard {
    width: 511px;
    height: auto;
    border: 1px solid $white;
    border-radius: 20px;
    padding: 20px;
    padding-bottom: 0px;
}
.reviewSelected {
    width: 600px !important;
    height: 322px !important;
}
.reviewCard__header {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.reviewCardAvatar {
    margin-right: 15px;
    margin-bottom: 10px;
}
.reviewCardName {
    color: $white;
    font-family: $lora-regular;
    font-size: 25px;
    line-height: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reviewCard__text {
    margin-bottom: 28px;
}
.reviewCard__text p {
    color: $white;
    font-family: $opensans-regular;
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reviewCard__footer {
    margin-bottom: -10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.reviewDate {
    color: $white;
    font-family: $opensans-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.reviewRanked {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.reviewRanked__title {
    color: $white;
    font-family: $opensans-regular;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 10px;
}
.reviewRanked__stars {
    display: flex;
    flex-direction: row;
}
.reviewStar {
    background: url(../img/star.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.reviewsBlock__inputs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 70px;
}
.reviewCheck {
    width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px;
    opacity: 0.5;
    border: none;
    border-radius: 8px;
    background: $white;
    margin-right: 10px;
    &:hover {
        cursor: pointer;
    }
    &:checked {
        opacity: 1;
        width: 20px;
        height: 20px;
        background: $white;
    }
}
*/
/* Media Adaptive */
/* Desktop Large: */
/* Desktop: */
/* Desktop-Tablet: */
/* Tablet: */
@media screen and (max-width: 991px) {
  .reviewBlock {
    display: none;
  }
  .reviewBlock.reviewSelected {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .reviewBlock {
    display: none;
  }
  .reviewBlock.reviewSelected {
    display: block !important;
  }
}
/* Mobile: */
@media screen and (max-width: 576px) {
  .reviewBlock {
    display: none;
  }
  .reviewBlock.reviewSelected {
    display: block !important;
  }
}
/* Mobile: */
@media screen and (max-width: 420px) {
  .reviewBlock {
    display: none;
  }
  .reviewBlock.reviewSelected {
    display: block !important;
  }
}
@media screen and (max-width: 400px) {
  .reviewBlock {
    display: none;
  }
  .reviewBlock.reviewSelected {
    display: block !important;
  }
}
.partners__block {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  background: rgba(87, 141, 172, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.partners__block img {
  margin: 0 auto;
  width: 1263px;
  height: 175px;
}

/* Desktop: */
@media screen and (max-width: 1400px) {
  .partners__block img {
    width: 100%;
    height: 100%;
    max-width: 1263px;
    max-height: 175px;
  }
  .partners__block {
    margin-top: 0px;
    margin-bottom: 140px;
  }
}
/* Desktop: */
@media screen and (max-width: 1300px) {
  .partners__block img {
    width: 100%;
    height: 100%;
    max-width: 1063px;
    max-height: 175px;
  }
  .partners__block {
    margin-top: 0px;
    margin-bottom: 140px;
  }
}
/* Desktop: */
@media screen and (max-width: 1200px) {
  .partners__block img {
    width: 100%;
    height: 100%;
    max-width: 963px;
    max-height: 175px;
  }
  .partners__block {
    margin-top: 0px;
    margin-bottom: 140px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .partners__block img {
    width: 100%;
    height: 100%;
    max-width: 674px;
    max-height: 93px;
  }
  .partners__block {
    margin-top: 0px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .partners__block img {
    width: 100%;
    height: 100%;
    max-width: 674px;
    max-height: 93px;
  }
  .partners__block {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .partners__block {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .partners__block img {
    width: 100%;
    height: 100%;
    max-width: 389px;
    max-height: 53px;
  }
}
/* Mobile: */
@media screen and (max-width: 420px) {
  .partners__block img {
    width: 100%;
    height: 100%;
    max-width: 389px;
    max-height: 53px;
  }
}
.whyneed {
  margin-top: 140px;
  margin-bottom: 140px;
}

.whyneed__title {
  margin-bottom: 60px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
}
@media (min-width: 1024px) {
  .whyneed__title {
    font-size: calc(25px + 20 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .whyneed__title {
    font-size: calc(25px + 17 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .whyneed__title {
    font-size: calc(25px + 34 * ((100vw - 340px) / 1920));
  }
}

.whyneed__box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.whyneedImage img {
  width: 100%;
  height: auto;
  min-width: 844px;
  min-height: 632px;
  border: none;
  border-radius: 20px;
  margin-right: 44px;
}

.whyneedText {
  width: auto;
  max-width: 789px;
  padding-left: 20px;
}

.whyneedText__p {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .whyneedText__p {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .whyneedText__p {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .whyneedText__p {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}

/* Desktop Large: */
@media (min-width: 1400px) {
  .whyneedImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 760px !important;
    min-height: 632px !important;
    margin-right: 20px;
  }
  .whyneedText__p {
    font-size: calc(14px + 0.2083333333vw);
    line-height: 30px;
  }
}
@media (min-width: 1600px) {
  .whyneedImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 760px !important;
    min-height: 632px !important;
    margin-right: 44px;
  }
  .whyneedText__p {
    font-size: calc(16px + 0.2083333333vw);
    line-height: 34px;
  }
}
@media (min-width: 1920px) {
  .whyneedImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 844px !important;
    min-height: 632px !important;
    margin-right: 44px;
  }
}
/* Desktop: */
@media screen and (max-width: 1400px) {
  .whyneedImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 675px !important;
    min-height: 632px !important;
    margin-right: 10px;
  }
  .whyneedText {
    width: auto;
    max-width: 789px;
  }
  .whyneedText__p {
    font-size: calc(14px + 0.2083333333vw);
    line-height: 28px;
  }
}
@media screen and (max-width: 1350px) {
  .whyneed {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .whyneedImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 633px !important;
    min-height: auto !important;
    margin-right: 20px;
  }
  .whyneedText__p {
    font-size: calc(13px + 0.2083333333vw);
    line-height: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .whyneedText__p {
    font-size: calc(12px + 0.2083333333vw);
    line-height: 20px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .whyneed {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .whyneed__title {
    margin-bottom: 40px;
    line-height: 45px;
  }
  .whyneed__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .whyneedImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 736px !important;
    min-height: 632px !important;
    margin: 0 auto;
  }
  .whyneedText {
    margin-top: 40px;
    max-width: 732px;
    padding-left: 0px; /* 20px; */
    padding-right: 0px; /* 16px; */
    text-align: left;
  }
  .whyneedText__p {
    font-size: calc(16px + 0.2083333333vw);
    line-height: 34px;
  }
}
/* Tablet: */
@media screen and (max-width: 992px) {
  .whyneed {
    margin-left: -40px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .whyneedImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 736px !important;
    min-height: 632px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .whyneed {
    margin-left: 0px;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .whyneed__title {
    margin-bottom: 40px;
    line-height: 45px;
  }
  .whyneed__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 0px !important;
  }
  .whyneedImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 506px !important;
    min-height: auto !important;
    margin: 0 auto;
  }
  .whyneedText {
    margin-top: 40px;
    max-width: 732px;
    padding-left: 0px; /* 20px; */
    padding-right: 0px; /* 16px; */
    text-align: left;
  }
  .whyneedText__p {
    line-height: 34px;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .whyneed {
    margin-left: 0px;
    margin-top: 80px;
    margin-bottom: 80px;

  }
  .whyneedImage {
    margin: 0 auto !important;
  }
  .whyneedImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 371px !important;
    min-height: auto !important;
  }
}
@media screen and (max-width: 420px) {
  .whyneed__title {
    margin-bottom: 40px;
    line-height: 32px;
  }
  .whyneed__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .whyneedImage {
    margin: 0 auto !important;
  }
  .whyneedImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 346px !important;
    min-height: 336px !important;
  }
  .whyneedText {
    margin-top: 40px;
    max-width: 390px;
    padding-left: 0px; /* 12px */
    padding-right: 0px; /* 12px */
    text-align: left;
  }
  .whyneedText__p {
    line-height: 27px;
  }
}
/* Mobile: */
@media screen and (max-width: 400px) {
  .whyneed__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 0px;
    padding-left: 0px !important;
    margin-left: -10px;
  }
  .whyneedImage {
    margin: 0 auto !important;
  }
  .whyneedImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 326px !important;
    min-height: auto !important;
  }
}
@media screen and (max-width: 360px) {
  .whyneed__box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-left: 0px;
    padding-left: 0px !important;
    margin-left: -10px;
  }
  .whyneedImage {
    margin: 0 auto !important;
  }
  .whyneedImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 306px !important;
    min-height: auto !important;
  }
}
.howutilize {
  margin-top: 140px;
  margin-bottom: 140px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: rgba(87, 141, 172, 0.2);
}

.howutilize__title {
  margin-bottom: 60px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}
@media (min-width: 1024px) {
  .howutilize__title {
    font-size: calc(25px + 20 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .howutilize__title {
    font-size: calc(25px + 17 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .howutilize__title {
    font-size: calc(25px + 34 * ((100vw - 340px) / 1920));
  }
}

.howutilize__box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.howutilizeImage img {
  width: 100%;
  height: auto;
  min-width: 844px;
  min-height: 771px;
  border: none;
  border-radius: 20px;
  margin-left: 79px;
}

.howutilizeText {
  width: auto;
  max-width: 789px;
}

.howutilizeText__p, .howutilizeText p {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .howutilizeText__p, .howutilizeText p {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .howutilizeText__p, .howutilizeText p {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .howutilizeText__p, .howutilizeText p {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}

.howutilizeText__ul, .howutilizeText ul {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .howutilizeText__ul, .howutilizeText ul {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .howutilizeText__ul, .howutilizeText ul {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .howutilizeText__ul, .howutilizeText ul {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}

.howutilizeText__ul li, .howutilizeText ul li {
  list-style: circle !important;
  list-style-type: circle !important;
}

.howutilizeText__ul li::before, .howutilizeText ul li::before {
  content: "●";
  width: 4px;
  height: 4px;
  padding: 4px;
}

/* Desktop Large: */
@media (min-width: 1400px) {
  .howutilizeImage img {
    width: 100%;
    height: auto;
    min-width: 760px;
    min-height: 771px;
    border: none;
    border-radius: 20px;
    margin-left: 30px;
  }
  .howutilizeText__p, .howutilizeText p, .howutilizeText__ul, .howutilizeText ul {
    font-size: calc(16px + 0vw);
    line-height: 34px;
  }
}
@media (min-width: 1600px) {
  .howutilizeImage img {
    width: 100%;
    height: auto;
    min-width: 844px;
    min-height: 771px;
    border: none;
    border-radius: 20px;
    margin-left: 50px;
  }
  .howutilizeText__p, .howutilizeText p, .howutilizeText__ul, .howutilizeText ul {
    font-size: calc(16px + 0.2083333333vw);
    line-height: 34px;
  }
}
@media (min-width: 1920px) {
  .howutilizeImage img {
    width: 100%;
    height: auto;
    min-width: 844px;
    min-height: 771px;
    border: none;
    border-radius: 20px;
    margin-left: 79px;
  }
}
/* Desktop: */
@media screen and (max-width: 1400px) {
  .howutilizeImage img {
    width: 100%;
    height: auto;
    min-width: 675px;
    min-height: 771px;
    border: none;
    border-radius: 20px;
    margin-left: 20px;
  }
  .howutilizeText__p, .howutilizeText p, .howutilizeText__ul, .howutilizeText ul {
    font-size: calc(15px + 0vw);
    line-height: 30px;
  }
  .howutilizeText {
    width: auto;
    max-width: 789px;
  }
}
@media screen and (max-width: 1350px) {
  .howutilizeImage img {
    width: 100%;
    height: auto;
    min-width: 633px;
    min-height: auto;
    border: none;
    border-radius: 20px;
    margin-left: 20px;
  }
  .howutilizeText__p, .howutilizeText p, .howutilizeText__ul, .howutilizeText ul {
    font-size: calc(16px + 0vw);
    line-height: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .howutilizeText__p, .howutilizeText p, .howutilizeText__ul, .howutilizeText ul {
    font-size: calc(14px + 0vw);
    line-height: 20px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .howutilize {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .howutilize__title {
    margin-bottom: 40px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
  }
  .howutilize__box {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
  }
  .howutilizeImage img {
    width: 100%;
    height: auto;
    min-width: 736px;
    min-height: 632px;
    margin: 0 auto;
  }
  .howutilizeText {
    margin-top: 40px;
    max-width: 736px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
  }
  .whyneedText__p, .howutilizeText p, .howutilizeText ul li, .howutilizeText__ul li {
    font-size: calc(16px + 0.2083333333vw);
    line-height: 34px;
  }
}
/* Tablet: */
@media screen and (max-width: 992px) {
  .howutilize {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .howutilizeImage img {
    width: 100%;
    height: auto;
    min-width: 736px;
    min-height: 632px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .howutilize {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .howutilize__title {
    margin-bottom: 40px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 52px;
  }
  .howutilize__box {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
  }
  .howutilizeImage img {
    width: 100%;
    height: auto;
    min-width: 391px;
    min-height: auto;
    margin: 0 auto;
  }
  .howutilizeText {
    margin-top: 40px;
    max-width: 560px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: left;
  }
  .howutilizeImage__p, .howutilizeText p, .howutilizeText ul li, .howutilizeText__ul li {
    line-height: 34px;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .howutilize {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .howutilizeImage {
    margin: 0 auto !important;
  }
  .howutilizeImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 391px !important;
    min-height: 336px !important;
  }
  .howutilize__title {
    margin-bottom: 40px;
    line-height: 38px;
  }
  .howutilizeText__p, .howutilizeText p, .howutilizeText ul li, .howutilizeText__ul li {
    line-height: 27px;
  }
}
@media screen and (max-width: 420px) {
  .howutilize__title {
    margin-bottom: 40px;
    line-height: 38px;
  }
  .howutilize__box {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
  }
  .howutilizeImage {
    margin: 0 auto !important;
  }
  .howutilizeImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 346px !important;
    min-height: 336px !important;
  }
  .howutilizeText {
    margin-top: 40px;
    max-width: 385px;
    padding-left: 20px;
    padding-right: 15px;
    text-align: left;
  }
  .howutilizeText__p, .howutilizeText p, .howutilizeText ul li, .howutilizeText__ul li {
    line-height: 27px;
  }
}
/* Mobile: */
@media screen and (max-width: 400px) {
  .howutilizeText {
    max-width: 350px;
  }
  .howutilize__box {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    margin-left: 0px;
    padding-left: 0px !important;
  }
  .howutilizeImage {
    margin: 0 auto !important;
  }
  .howutilizeImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 326px !important;
    min-height: 336px !important;
  }
}
@media screen and (max-width: 360px) {
  .howutilizeText {
    max-width: 320px;
  }
  .howutilizeImage {
    margin: 0 auto !important;
  }
  .howutilizeImage img {
    width: 100% !important;
    height: auto !important;
    min-width: 306px !important;
    min-height: 336px !important;
  }
}
.refusesorts {
  margin-top: 140px;
  margin-bottom: 140px;
}

.refusesorts__title {
  margin-bottom: 60px;
  max-width: 1013px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
}
@media (min-width: 1024px) {
  .refusesorts__title {
    font-size: calc(25px + 20 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .refusesorts__title {
    font-size: calc(25px + 17 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .refusesorts__title {
    font-size: calc(25px + 34 * ((100vw - 340px) / 1920));
  }
}

.refusesortsItems__item {
  margin-bottom: 30px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
}


.refusesortsItems__item a{
  color: #2c3e50;
}

@media (min-width: 1024px) {
  .refusesortsItems__item {
    font-size: calc(14px + 11 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .refusesortsItems__item {
    font-size: calc(14px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .refusesortsItems__item {
    font-size: calc(14px + 18.7 * ((100vw - 340px) / 1920));
  }
}

.refusesortsItems__item::before {
  content: " ";
  margin-right: 15px;
  background: url("../img/tick-circle.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  padding-right: 25px;
  vertical-align: middle;
}

.refusesorts__box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

/* Desktop Large: */
@media (min-width: 1400px) {
  .refusesorts__title {
    margin-bottom: 60px;
    max-width: 1013px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  .refusesortsItems__item {
    margin-bottom: 30px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
  }
}
@media (min-width: 1600px) {
  .refusesorts__title {
    margin-bottom: 60px;
    max-width: 1013px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  .refusesortsItems__item {
    margin-bottom: 30px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
  }
}
@media (min-width: 1920px) {
  .refusesorts__title {
    margin-bottom: 60px;
    max-width: 1013px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  .refusesortsItems__item {
    margin-bottom: 30px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
  }
}
/* Desktop: */
@media screen and (max-width: 1400px) {
  .refusesorts__title {
    margin-bottom: 60px;
    max-width: 1013px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  .refusesortsItems__item {
    margin-bottom: 30px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .refusesorts__title {
    margin-bottom: 40px;
    max-width: 736px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
  }
  .refusesortsItems__item {
    min-width: 330px !important;
    margin-bottom: 30px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
  }
  .refusesorts__box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
/* Tablet: */
@media screen and (max-width: 992px) {
  .refusesorts__title {
    margin-bottom: 40px;
    max-width: 736px !important;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
  }
  .refusesortsItems__item {
    min-width: 300px !important;
    margin-bottom: 30px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
  }
  .refusesorts__box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .refusesorts__title {
    margin-bottom: 34px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
  }
  .refusesortsItems__item {
    min-width: 250px !important;
    margin-bottom: 20px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 43px;
  }
  .refusesorts__box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .refusesorts {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .refusesorts__title {
    margin-bottom: 40px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
  .refusesortsItems__item {
    min-width: 180px !important;
    margin-bottom: 20px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 11 * (100vw - 340px) / 1920) !important;
    line-height: 24px;
  }
  .refusesorts__box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .refusesortsItems {
    margin-right: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 500px) {
  .refusesortsItems {
    margin-right: 6px;
    margin-bottom: 5px;
  }
  .refusesortsItems__item {
    line-height: 23px;
  }
}
@media screen and (max-width: 460px) {
  .refusesortsItems__item::before {
    margin-right: 0px;
  }
}
@media screen and (max-width: 420px) {
  .refusesortsItems__item {
    margin-bottom: 20px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(14px + 0 * (100vw - 340px) / 1920) !important;
    line-height: 20px;
  }
  .refusesortsItems__item {
    line-height: 20px;
  }
}
@media screen and (max-width: 410px) {
  .refusesorts__box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100% !important;
    max-width: 100% !important;
  }
  .refusesortsItems__item {
    font-size: calc(12px + 11 * (100vw - 340px) / 1920) !important;
    width: 170px !important;
    min-width: 170px !important;
    max-width: 170px !important;
  }
}
@media screen and (max-width: 380px) {
  .refusesorts__box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100% !important;
    max-width: 100% !important;
  }
  .refusesortsItems__item {
    font-size: calc(11px + 11 * (100vw - 340px) / 1920) !important;
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
  }
}
@media screen and (max-width: 360px) {
  .refusesorts__box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100% !important;
    max-width: 100% !important;
  }
  .refusesortsItems__item {
    font-size: calc(11px + 11 * (100vw - 340px) / 1920) !important;
    width: 155px !important;
    min-width: 155px !important;
    max-width: 155px !important;
  }
}
@media screen and (max-width: 350px) {
  .refusesorts__box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100% !important;
    max-width: 100% !important;
  }
  .refusesortsItems__item {
    font-size: calc(10px + 11 * (100vw - 340px) / 1920) !important;
    width: 150px !important;
    min-width: 150px !important;
    max-width: 150px !important;
  }
}
@media screen and (max-width: 336px) {
  .refusesorts__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.advantagesBoxes {
  margin-top: 140px;
  margin-bottom: 140px;
}

.advantagesBoxes__title {
  margin-bottom: 60px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
}
@media (min-width: 1024px) {
  .advantagesBoxes__title {
    font-size: calc(25px + 20 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .advantagesBoxes__title {
    font-size: calc(25px + 17 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .advantagesBoxes__title {
    font-size: calc(25px + 34 * ((100vw - 340px) / 1920));
  }
}

.advantagesBoxes__cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.advantagesBoxesCard {
  margin-right: 55px;
  width: 300px;
  height: 218px;
  min-width: 300px;
  min-height: 218px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
}

.advantagesBoxesCard a {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.advantagesBoxes__cards .advantagesBoxesCard:nth-child(2n) {
  background: rgba(69, 161, 72, 0.15);
  box-shadow: 1px 0px 12px 2px rgba(9, 71, 11, 0.25);
}

.advantagesBoxes__cards .advantagesBoxesCard:nth-child(2n-1) {
  background: rgba(87, 141, 172, 0.15);
  box-shadow: 1px 0px 12px 2px rgba(12, 54, 78, 0.25);
}

.advantagesBoxesCard__image {
  margin-bottom: 20px;
}

.advantagesBoxesCard__title {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
@media (min-width: 1024px) {
  .advantagesBoxesCard__title {
    font-size: calc(20px + 5 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .advantagesBoxesCard__title {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .advantagesBoxesCard__title {
    font-size: calc(20px + 8.5 * ((100vw - 340px) / 1920));
  }
}

/* Desktop Large: */
@media (min-width: 1400px) {
  .advantagesBoxes__title {
    margin-bottom: 60px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  .advantagesBoxesCard__title {
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
  }
  .advantagesBoxesCard {
    margin-right: 10px;
    width: 250px;
    height: 218px;
    min-width: 250px;
    min-height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 1600px) {
  .advantagesBoxes__title {
    margin-bottom: 60px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  .advantagesBoxesCard__title {
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
  }
  .advantagesBoxesCard {
    margin-right: 20px;
    width: 250px;
    height: 218px;
    min-width: 250px;
    min-height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1920px) {
  .advantagesBoxes__title {
    margin-bottom: 60px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  .advantagesBoxesCard__title {
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
  }
}
/* Desktop: */
@media screen and (max-width: 1400px) {
  .advantagesBoxes__title {
    margin-bottom: 60px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  .advantagesBoxesCard__title {
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
  }
  .advantagesBoxesCard {
    margin-right: 10px;
    width: 200px;
    height: 218px;
    min-width: 200px;
    min-height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .advantagesBoxes {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .advantagesBoxesCard {
    margin-right: 20px;
    width: 175px;
    min-width: 175px;
    height: 218px;
    min-height: 218px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .advantagesBoxes {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .advantagesBoxes__title {
    margin-bottom: 40px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
  }
  .advantagesBoxesCard__title {
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
  }
  .advantagesBoxesCard {
    margin-right: 73px;
    margin-bottom: 40px;
    width: 300px;
    height: 218px;
    min-width: 300px;
    min-height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .advantagesBoxesCard:nth-child(2n) {
    margin-right: 0px;
  }
  .advantagesBoxesCard:last-child {
    margin-right: 0px;
  }
  .advantagesBoxes__cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
/* Tablet: */
@media screen and (max-width: 992px) {
  .advantagesBoxes {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .advantagesBoxes__title {
    margin-bottom: 40px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
  }
  .advantagesBoxesCard__title {
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
  }
  .advantagesBoxesCard {
    margin-right: 73px;
    margin-bottom: 40px;
    width: 300px;
    height: 218px;
    min-width: 300px;
    min-height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .advantagesBoxesCard:nth-child(2n) {
    margin-right: 0px;
  }
  .advantagesBoxesCard:last-child {
    margin-right: 0px;
  }
  .advantagesBoxes__cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .advantagesBoxesCard {
    margin-right: 73px;
    margin-bottom: 40px;
    width: 220px;
    height: auto;
    min-width: 220px;
    min-height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .advantagesBoxes {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .advantagesBoxes__title {
    margin-bottom: 40px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
  }
  .advantagesBoxesCard__title {
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
  }
  .advantagesBoxesCard {
    margin: 0 auto !important;
    margin-right: 73px;
    margin-bottom: 40px !important;
    width: 100%;
    height: 218px;
    min-width: 300px;
    min-height: 218px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .advantagesBoxesCard:nth-child(2n) {
    margin-right: 0px;
  }
  .advantagesBoxesCard:last-child {
    margin-right: 0px;
  }
  .advantagesBoxes__cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
.whyneedButton {
  margin-top: 140px;
  margin-bottom: -40px;
  background: rgba(87, 141, 172, 0.2);
  padding-top: 40px;
  padding-bottom: 0px;
}

.whyneedButton .whyneed {
  margin-top: 0px;
}

.whyneedText__button {
  display: block;
  margin-top: 47px;
  margin-bottom: 40px;
  width: 322px;
  height: 77px;
  padding: 25px 40px;
  background: #45A148;
  border: none;
  border-radius: 10px;
  color: #FFFCFC;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
}
@media (min-width: 1024px) {
  .whyneedText__button {
    font-size: calc(20px + 0 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .whyneedText__button {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .whyneedText__button {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
.whyneedText__button:hover, .whyneedText__button:active {
  cursor: pointer;
  color: #2c3e50;
  background: #578DAC;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.whyneedImage2 img {
  width: 100%;
  height: auto;
  min-width: 844px;
  min-height: 709px;
  border: none;
  border-radius: 20px;
  margin-right: 36px;
}

/* Desktop Large: */
@media (min-width: 1400px) {
  .whyneedImage2 img {
    width: 100%;
    height: auto;
    min-width: 675px;
    min-height: 567px;
    border: none;
    border-radius: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1600px) {
  .whyneedImage2 img {
    width: 100%;
    height: auto;
    min-width: 844px;
    min-height: 709px;
    border: none;
    border-radius: 20px;
    margin-right: 30px;
  }
}
@media (min-width: 1920px) {
  .whyneedImage2 img {
    width: 100%;
    height: auto;
    min-width: 844px;
    min-height: 709px;
    border: none;
    border-radius: 20px;
    margin-right: 36px;
  }
}
@media (min-width: 2000px) {
  .whyneedText__button {
    width: 340px;
  }
}
/* Desktop: */
@media screen and (max-width: 1400px) {
  .whyneedImage2 img {
    width: 100%;
    height: auto;
    min-width: 675px;
    min-height: 567px;
    border: none;
    border-radius: 20px;
    margin-right: 20px;
  }
  .whyneedText {
    width: auto;
    max-width: 734px;
  }
}
@media screen and (max-width: 1350px) {
  .whyneedImage2 img {
    width: 100%;
    height: auto;
    min-width: 675px;
    min-height: 567px;
    border: none;
    border-radius: 20px;
    margin-right: 20px;
  }
  .whyneedImage2 img {
    width: 100%;
    height: auto;
    min-width: 736px;
    min-height: 632px;
    border: none;
    border-radius: 20px;
    margin: 0 auto;
    margin-right: 20px;
  }
  .whyneed__box {
    align-items: center;
  }
}
/* Desktop: */
@media screen and (max-width: 1200px) {
  .whyneedButton {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .whyneed__box {
    align-items: flex-start;
  }
  .whyneedImage2 img {
    width: 100%;
    height: auto;
    min-width: 506px;
    min-height: auto;
    border: none;
    border-radius: 20px;
    margin: 0 auto;
    margin-right: 20px;
  }
  .whyneedButton .whyneed .whyneed__title {
    max-width: 100%;
    line-height: 45px;
  }
  .whyneedText__button {
    margin: 0 auto;
    margin-top: 50px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .whyneedButton {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .whyneed__box {
    align-items: flex-start;
  }
  .whyneedImage2 img {
    width: 100%;
    height: auto;
    min-width: 736px;
    min-height: 632px;
    border: none;
    border-radius: 20px;
    margin-right: 0px;
    margin: 0 auto;
  }
  .whyneedButton .whyneed .whyneed__title {
    max-width: 420px;
    line-height: 45px;
  }
  .whyneedText__button {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 49px;
  }
}
@media screen and (max-width: 768px) {
  .whyneedButton {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .whyneed__box {
    align-items: flex-start;
  }
  .whyneedImage2 img {
    width: 100% !important;
    height: auto !important;
    min-width: 506px;
    min-height: auto;
    border: none;
    border-radius: 20px;
    margin-right: 0px;
    margin: 0 auto;
  }
  .whyneedButton .whyneed .whyneed__title {
    line-height: 45px;
  }
  .whyneedText__button {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 49px;
    min-width: 300px !important;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .whyneedButton {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .whyneedButton .whyneed .whyneed__title {
    line-height: 32px;
  }
  .whyneedButton .whyneed .whyneed__box .whyneedText .whyneedText__p {
    line-height: 27px;
  }
  .whyneedImage2 {
    margin: 0 auto !important;
  }
  .whyneedImage2 img {
    width: 100% !important;
    height: auto !important;
    min-width: 371px !important;
    min-height: 336px !important;
    border: none;
    border-radius: 20px;
    margin-right: 0px;
    margin: 0 auto;
  }
  .whyneedButton > div > div > .whyneed__box {
    margin-left: 0px !important;
  }
  .whyneedText__button {
    max-width: 302px !important;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 420px) {
  .whyneedImage2 {
    margin: 0 auto !important;
  }
  .whyneedImage2 img {
    width: 100% !important;
    height: auto !important;
    min-width: 346px !important;
    min-height: 336px !important;
    border: none;
    border-radius: 20px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 380px) {
  .whyneedImage2 {
    margin: 0 auto !important;
  }
  .whyneedImage2 img {
    width: 306px !important;
    height: auto !important;
    min-width: 306px !important;
    min-height: 336px !important;
    border: none;
    border-radius: 20px;
    padding-left: 10px;
  }
  .whyneedText__button {
    width: auto !important;
    max-width: 100% !important;
    padding: 25px 20px;
    margin-bottom: 40px;
  }
}
.reviewsStatic {
  margin-top: 0px;
  margin-bottom: 80px;
}

.reviewsStatic__title {
  margin-bottom: 60px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
}
@media (min-width: 1024px) {
  .reviewsStatic__title {
    font-size: calc(35px + 10 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .reviewsStatic__title {
    font-size: calc(35px + 17 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .reviewsStatic__title {
    font-size: calc(35px + 17 * ((100vw - 340px) / 1920));
  }
}

.reviewsStatic__blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.reviewStaticBlock {
  margin-bottom: 60px;
  width: 702px;
  height: auto;
  min-height: 242px;
  display: block;
  border-radius: 10px;
  border: 2px solid #568DAD;
  background: #FFFFFF;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 25px;
  padding-right: 20px;
}
.reviewStaticBlock:last-child {
  margin-bottom: 0px;
}

.reviewStaticBlockName {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (min-width: 1024px) {
  .reviewStaticBlockName {
    font-size: calc(20px + 0 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .reviewStaticBlockName {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .reviewStaticBlockName {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}

.reviewStaticBlockDate {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (min-width: 1024px) {
  .reviewStaticBlockDate {
    font-size: calc(14px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .reviewStaticBlockDate {
    font-size: calc(14px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .reviewStaticBlockDate {
    font-size: calc(14px + 6.8 * ((100vw - 340px) / 1920));
  }
}

.reviewStaticBlock__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.reviewStaticBlock__content {
  margin-top: 11px;
  margin-bottom: 36px;
}

.reviewStaticBlockText {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  max-width: 666px;
  text-align: left;
}
@media (min-width: 1024px) {
  .reviewStaticBlockText {
    font-size: calc(14px + 6 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .reviewStaticBlockText {
    font-size: calc(14px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .reviewStaticBlockText {
    font-size: calc(14px + 10.2 * ((100vw - 340px) / 1920));
  }
}

.reviewBlockRankTitle {
  margin-right: 15px;
  display: inline-block;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}
@media (min-width: 1024px) {
  .reviewBlockRankTitle {
    font-size: calc(16px + 2 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .reviewBlockRankTitle {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .reviewBlockRankTitle {
    font-size: calc(16px + 3.4 * ((100vw - 340px) / 1920));
  }
}

.reviewStaticBlock__rank {
  display: block;
}

.reviewBlockRankStars {
  display: inline-block;
}

.reviewBlockRankStar {
  margin-right: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/star.svg") no-repeat;
  background-size: contain;
  padding: 10px;
}

/* Media Adaptive */
/* Desktop Large: */
@media (min-width: 1400px) {
  .reviewsStatic__title {
	margin-top:40px;
    margin-bottom: 60px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  .reviewsStatic__blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .reviewStaticBlock {
    margin-bottom: 60px;
    width: 600px;
    height: auto;
    min-height: 300px;
    display: block;
    border-radius: 10px;
    border: 2px solid #568DAD;
    background: #FFFFFF;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 20px;
  }
}
@media (min-width: 1600px) {
  .reviewsStatic__title {
    margin-bottom: 60px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  .reviewsStatic__blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .reviewStaticBlock {
    margin-bottom: 60px;
    width: 650px;
    height: auto;
    min-height: 300px;
    display: block;
    border-radius: 10px;
    border: 2px solid #568DAD;
    background: #FFFFFF;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 20px;
  }
}
@media (min-width: 1920px) {
  .reviewsStatic__title {
    margin-bottom: 60px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  .reviewsStatic__blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .reviewStaticBlock {
    margin-bottom: 60px;
    width: 702px;
    min-height: 242px;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 2px solid #568DAD;
    background: #FFFFFF;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 20px;
  }
}
/* Desktop: */
@media screen and (max-width: 1400px) {
  .reviewsStatic__title {
    margin-bottom: 60px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
  }
  .reviewsStatic__blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .reviewStaticBlock {
    margin-bottom: 60px;
    width: 550px;
    min-height: 300px;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 2px solid #568DAD;
    background: #FFFFFF;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 20px;
  }
}
/* Desktop: */
@media screen and (max-width: 1200px) {
  .reviewsStatic__blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .reviewStaticBlock {
    width: 450px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .reviewsStatic__title {
    margin-bottom: 40px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
  }
  .reviewsStatic__blocks {
    margin: 0px auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .reviewStaticBlock {
    margin-bottom: 32px;
    width: 100%;
    min-width: 734px;
    height: auto;
    min-height: 242px;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 2px solid #568DAD;
    background: #FFFFFF;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 20px;
  }
  .reviewStaticBlockName {
    line-height: 26px;
  }
  .reviewStaticBlockDate {
    line-height: 25px;
  }
  .reviewStaticBlockText {
    line-height: 34px;
  }
  .reviewBlockRankTitle {
    line-height: 22px;
  }
  .reviewsStatic {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 780px) {
  .reviewStaticBlock {
    margin-bottom: 32px;
    width: 100%;
    min-width: 444px;
    height: auto;
    min-height: 242px;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 2px solid #568DAD;
    background: #FFFFFF;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 20px;
  }
  .reviewsStatic {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .reviewStaticBlock {
    margin-bottom: 40px;
    width: 100%;
    min-width: 391px;
    height: auto;
    min-height: 215px;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 2px solid #568DAD;
    background: #FFFFFF;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 10px;
  }
  .reviewsStatic {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .reviewStaticBlockDate {
    line-height: 19px;
  }
  .reviewStaticBlockText {
    line-height: 24px;
  }
  .reviewBlockRankTitle {
    line-height: 19px;
  }
}
/* Mobile: */
@media screen and (max-width: 419px) {
  .reviewStaticBlock {
    margin-bottom: 40px;
    width: 100%;
    min-width: 350px;
    height: auto;
    min-height: 215px;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 2px solid #568DAD;
    background: #FFFFFF;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 10px;
  }
  .reviewsStatic {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 400px) {
  .reviewStaticBlock {
    margin-bottom: 40px;
    width: 100%;
    min-width: 320px;
    height: auto;
    min-height: 215px;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 2px solid #568DAD;
    background: #FFFFFF;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 25px;
    padding-right: 10px;
  }
  .reviewsStatic {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 360px) {
  .reviewsStatic__blocks {
    padding-left: 15px !important;
    padding-right: 14px !important;
  }
  .reviewStaticBlock {
    width: 100%;
  }
}
.mapSection {
  margin-bottom: 95px;
}

.mapSection2 {
  margin-bottom: 0px;
}

.mapContactsBlock img {
  width: 1749px;
  height: 832px;
}

/* Стили для блока с картой */
.mapContactsBlock {
  margin: 0px;
  padding: 0px;
}

.mapContactsBlock > .map {
  height: 832px;
}

.mapContactsBlock > .map #map, .mapContactsBlock > .map #map2 {
  max-width: 1749px;
  width: 100%;
  height: 832px;
  margin: 0 auto;
}

/* -------------------- */
/* Adaptive: */
/* Extra Large Desktop: */
@media (min-width: 4000px) {
  .mapSection {
    margin-bottom: 95px;
  }
  .mapContactsBlock img {
    width: 1749px;
    height: 832px;
  }
}
/* Desktop Large: */
@media screen and (max-width: 1920px) {
  .mapSection {
    margin-bottom: 95px;
  }
  .mapContactsBlock img {
    width: 1487px;
    height: 749px;
  }
  .mapContactsBlock > .map #map, .mapContactsBlock > .map #map2 {
    max-width: 1749px;
    width: 100%;
    height: 100%;
    min-height: 832px;
    margin: 0 auto;
  }
}
/* Desktop: */
@media screen and (max-width: 1600px) {
  .mapSection {
    margin-bottom: 95px;
  }
  .mapContactsBlock img {
    width: 1312px;
    height: 624px;
  }
  .mapContactsBlock > .map #map, .mapContactsBlock > .map #map2 {
    width: 100%;
    height: 100%;
    min-height: 832px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1400px) {
  .mapSection {
    margin-bottom: 95px;
  }
  .mapContactsBlock img {
    width: 1049px;
    height: 499px;
  }
  .mapContactsBlock > .map #map {
    width: 100%;
    height: 100%;
    min-height: 832px;
    margin: 0 auto;
  }
}
/* Tablet / Desktop : */
@media screen and (max-width: 1200px) {
  .mapSection {
    margin-bottom: 40px;
  }
  .mapContactsBlock img {
    width: 771px;
    height: 367px;
  }
  .mapContactsBlock > .map #map, .mapContactsBlock > .map #map2 {
    width: 100%;
    height: 100%;
    min-height: 832px;
    margin: 0 auto;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .mapContactsBlock > .map {
    height: 367px;
  }
  .mapSection2 > .mapContactsBlock > .map {
    height: 520px;
  }
  .mapContactsBlock > .map #map, .mapContactsBlock > .map #map2 {
    width: 100%;
    height: 100%;
    min-height: 367px;
    margin: 0 auto;
  }
  .mapSection {
    margin-bottom: 40px;
  }
  .mapContactsBlock img {
    width: 525px;
    height: 250px;
  }
}
@media screen and (max-width: 768px) {
  .mapSection {
    margin-bottom: 40px;
  }
  .mapContactsBlock img {
    width: 437px;
    height: 208px;
  }
  .mapContactsBlock > .map #map, .mapContactsBlock > .map #map2 {
    width: 100%;
    height: 100%;
    min-height: 208px;
    margin: 0 auto;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .mapSection {
    margin-bottom: 40px;
  }
  .mapContactsBlock img {
    width: 432px;
    height: 229px;
  }
  .mapContactsBlock > .map {
    height: 229px;
  }
  .mapSection2 > .mapContactsBlock > .map {
    height: 229px;
  }
  .mapContactsBlock > .map #map, .mapContactsBlock > .map #map2 {
    width: 100%;
    max-width: 100%;
    height: 229px;
  }
}
@media screen and (max-width: 450px) {
  .mapSection {
    margin-bottom: 40px;
  }
  .mapContactsBlock img {
    width: 432px;
    height: 229px;
  }
}
@media screen and (max-width: 400px) {
  .mapSection {
    margin-bottom: 40px;
  }
  .mapContactsBlock img {
    width: 350px;
    height: 166px;
  }
}
.contactCityBlocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 1920px;
  margin-bottom: 80px;
}

.contactCityBlockInfo {
  max-width: 493px;
}

.contactCityBlocks__block {
  margin-right: 25px;
  margin-bottom: 60px;
  border: none !important;
}
.contactCityBlocks__block:hover {
  cursor: pointer;
}

.contactCityBlocks__block.contactCitySelected .contactCityBlockInfo {
  width: 533px;
  max-width: 533px;
  padding-left: 20px;
  padding-right: 20px;
  height: auto;
}

.contactCityBlocks__block .contactCityBlockInfo {
  padding-left: 20px;
  padding-right: 20px;
}

.contactCityBlocks__block.contactCitySelected {
  background: rgba(87, 141, 172, 0.1);
  border: 1px solid #578DAC !important;
}

.contactCityBlockTitle {
  margin-bottom: 27px;
  color: #568DAD;
  font-family: "Lora-Semibold", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  padding-top: 20px;
  padding-left: 28px;
}
@media (min-width: 1024px) {
  .contactCityBlockTitle {
    font-size: calc(20px + 10 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .contactCityBlockTitle {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .contactCityBlockTitle {
    font-size: calc(20px + 17 * ((100vw - 340px) / 1920));
  }
}

.contactCityBlockInfo__address, .contactCityBlockInfo__time,
.contactCityBlockInfo__email, .contactCityBlockInfo__telephone {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 1024px) {
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email, .contactCityBlockInfo__telephone {
    font-size: calc(16px + 9 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email, .contactCityBlockInfo__telephone {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email, .contactCityBlockInfo__telephone {
    font-size: calc(16px + 15.3 * ((100vw - 340px) / 1920));
  }
}

.contactCityBlockInfo__address::before {
  content: "";
  width: 32px;
  height: 38px;
  max-width: 32px;
  max-height: 38px;
  padding-left: 32px;
  padding-right: 13px;
  padding-top: 10px;
  background: url("../img/icon-map2.svg") no-repeat;
  background-size: contain;
}

.contactCityBlockInfo__time::before {
  content: "";
  width: 29px;
  height: 29px;
  max-width: 29px;
  max-height: 29px;
  padding-left: 29px;
  padding-right: 13px;
  padding-top: 10px;
  background: url("../img/icon-time2.svg") no-repeat;
  background-size: contain;
}

.contactCityBlockInfo__email::before {
  content: "";
  width: 37px;
  height: 37px;
  max-width: 37px;
  max-height: 37px;
  padding-left: 37px;
  padding-right: 13px;
  padding-top: 10px;
  background: url("../img/icon-email2.svg") no-repeat;
  background-size: contain;
}

.contactCityBlockInfo__telephone::before {
  content: "";
  width: 35px;
  height: 35px;
  max-width: 35px;
  max-height: 35px;
  padding-left: 35px;
  padding-right: 13px;
  padding-top: 10px;
  background: url("../img/icon-phone2.svg") no-repeat;
  background-size: contain;
}

/* Adaptive */
/* Desktop Large: */
@media (min-width: 1400px) {
  .contactCityBlocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 1280px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .contactCityBlockInfo {
    max-width: 350px;
  }
  .contactCityBlocks__block.contactCitySelected .contactCityBlockInfo {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email {
    display: flex;
    margin-bottom: 26px !important;
    line-height: 26px;
  }
  .contactCityBlockInfo__telephone {
    display: flex;
    margin-bottom: 20px !important;
    line-height: 26px;
  }
  .contactCityBlocks__block {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .contactCityBlocks__block.contactCitySelected {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
  }
}
@media (min-width: 1440px) {
  .contactCityBlocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 1380px;
    max-width: 1380px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .contactCityBlockInfo {
    max-width: 390px;
  }
  .contactCityBlocks__block {
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .contactCityBlocks__block.contactCitySelected .contactCityBlockInfo {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email {
    display: flex;
    margin-bottom: 26px !important;
    line-height: 26px;
  }
  .contactCityBlockInfo__telephone {
    display: flex;
    margin-bottom: 20px !important;
    line-height: 26px;
  }
  .contactCityBlocks__block {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .contactCityBlocks__block.contactCitySelected {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 400px;
    min-width: 400px;
    max-width: 400px;
  }
}
@media (min-width: 1600px) {
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email {
    line-height: 32px;
  }
  .contactCityBlockInfo__telephone {
    line-height: 32px;
  }
  .contactCityBlocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 1500px;
    max-width: 1500px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .contactCityBlockInfo {
    max-width: 433px;
  }
  .contactCityBlocks__block {
    margin-right: 25px;
    margin-bottom: 40px;
    width: 433px;
    min-width: 433px;
    max-width: 433px;
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .contactCityBlocks__block.contactCitySelected {
    margin-right: 25px;
    margin-bottom: 40px;
    width: 433px;
    min-width: 433px;
    max-width: 433px;
  }
  .contactCityBlocks__block.contactCitySelected .contactCityBlockInfo {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1920px) {
  .contactCityBlocks {
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .contactCityBlocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1699px;
  }
  .contactCityBlocks__block {
    margin-right: 25px;
    margin-bottom: 60px;
    width: 493px;
    min-width: 493px;
    max-width: 533px;
    height: auto;
    max-height: none;
  }
  .contactCityBlocks__block.contactCitySelected {
    margin-right: 25px;
    margin-bottom: 100px;
    width: 533px;
    min-width: 533px;
    max-width: 533px;
  }
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email {
    line-height: 36px;
  }
  .contactCityBlockInfo__telephone {
    line-height: 36px;
  }
}
@media (min-width: 2100px) {
  .contactCityBlocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1699px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
/* Extra Large Desktop: */
@media (min-width: 4000px) {
  .contactCityBlocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1699px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
}
/* Desktop: */
@media screen and (max-width: 1400px) {
  .contactCityBlocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1240px;
    min-width: 1240px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .contactCityBlockInfo {
    max-width: 330px;
  }
  .contactCityBlocks__block.contactCitySelected .contactCityBlockInfo {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email {
    display: flex;
    margin-bottom: 26px !important;
    line-height: 26px;
  }
  .contactCityBlockInfo__telephone {
    display: flex;
    margin-bottom: 20px !important;
    line-height: 26px;
  }
  .contactCityBlocks__block {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .contactCityBlocks__block.contactCitySelected {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 350px;
    min-width: 350px;
    max-width: 350px;
  }
}
@media screen and (max-width: 1340px) {
  .contactCityBlocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1240px;
    min-width: 1140px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .contactCityBlockInfo {
    max-width: 300px;
  }
  .contactCityBlocks__block.contactCitySelected .contactCityBlockInfo {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email {
    display: flex;
    margin-bottom: 26px !important;
    line-height: 26px;
  }
  .contactCityBlockInfo__telephone {
    display: flex;
    margin-bottom: 20px !important;
    line-height: 26px;
  }
  .contactCityBlocks__block {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .contactCityBlocks__block.contactCitySelected {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 350px;
    min-width: 350px;
    max-width: 350px;
  }
}
/* Desktop : */
@media screen and (max-width: 1240px) {
  .contactCityBlocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1140px;
    min-width: 1000px;
    margin: 0 auto;
    margin-bottom: 80px;
  }
  .contactCityBlockInfo {
    max-width: 300px;
  }
  .contactCityBlocks__block.contactCitySelected .contactCityBlockInfo {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email {
    display: flex;
    margin-bottom: 26px !important;
    line-height: 26px;
  }
  .contactCityBlockInfo__telephone {
    display: flex;
    margin-bottom: 20px !important;
    line-height: 26px;
  }
  .contactCityBlocks__block {
    margin-right: 5px;
    margin-bottom: 10px;
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .contactCityBlocks__block.contactCitySelected {
    margin-right: 5px;
    margin-bottom: 10px;
    width: 310px;
    min-width: 310px;
    max-width: 310px;
  }
}
/* Tablet : */
@media screen and (max-width: 1024px) {
  .contactCityBlocks {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
  }
  .contactCityBlockInfo {
    max-width: 736px;
  }
  .contactCityBlocks__block.contactCitySelected .contactCityBlockInfo {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email {
    display: block;
    margin-bottom: 26px !important;
    line-height: 26px;
  }
  .contactCityBlockInfo__telephone {
    display: block;
    margin-bottom: 20px !important;
    line-height: 26px;
  }
  .contactCityBlockTitle {
    line-height: 30px;
  }
  .contactCityBlocks__block {
    margin-right: 0px;
    margin-bottom: 60px;
    width: 100%;
    min-width: 493px;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .contactCityBlocks__block.contactCitySelected {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100%;
    min-width: 493px;
    max-width: 100%;
  }
  /* Icons: */
  .contactCityBlockInfo__address::before {
    content: "";
    width: 32px;
    height: 37px;
    max-width: 32px;
    max-height: 37px;
    padding-left: 32px;
    padding-right: 13px;
    padding-top: 10px;
    background: url("../img/icon-map2.svg") no-repeat;
    background-size: contain;
  }
  .contactCityBlockInfo__time::before {
    content: "";
    width: 29px;
    height: 29px;
    max-width: 29px;
    max-height: 29px;
    padding-left: 29px;
    padding-right: 13px;
    padding-top: 10px;
    background: url("../img/icon-time2.svg") no-repeat;
    background-size: contain;
  }
  .contactCityBlockInfo__email::before {
    content: "";
    width: 37px;
    height: 37px;
    max-width: 37px;
    max-height: 37px;
    padding-left: 37px;
    padding-right: 13px;
    padding-top: 10px;
    background: url("../img/icon-email2.svg") no-repeat;
    background-size: contain;
  }
  .contactCityBlockInfo__telephone::before {
    content: "";
    width: 35px;
    height: 35px;
    max-width: 35px;
    max-height: 35px;
    padding-left: 35px;
    padding-right: 13px;
    padding-top: 10px;
    background: url("../img/icon-phone2.svg") no-repeat;
    background-size: contain;
  }
}
/* Tablet: */
@media screen and (max-width: 960px) {
  .contactCityBlocks {
    margin-bottom: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: auto;
  }
  .contactCityBlockInfo {
    max-width: 736px;
  }
  .contactCityBlocks__block.contactCitySelected .contactCityBlockInfo {
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email {
    display: block;
    margin-bottom: 26px !important;
    line-height: 26px;
  }
  .contactCityBlockInfo__telephone {
    display: block;
    margin-bottom: 20px !important;
    line-height: 26px;
  }
  .contactCityBlockTitle {
    line-height: 30px;
  }
  .contactCityBlocks__block {
    margin-right: 0px;
    margin-bottom: 60px;
    width: 100%;
    min-width: 493px;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .contactCityBlocks__block.contactCitySelected {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100%;
    min-width: 493px;
    max-width: 100%;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .contactCityBlocks {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    min-width: auto;
  }
  .contactCityBlockInfo {
    max-width: 390px;
  }
  .contactCityBlocks__block.contactCitySelected .contactCityBlockInfo {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email {
    display: flex;
    margin-bottom: 20px !important;
    line-height: 20px;
  }
  .contactCityBlockInfo__telephone {
    display: flex;
    margin-bottom: 20px !important;
    line-height: 20px;
  }
  .contactCityBlockTitle {
    line-height: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .contactCityBlocks__block {
    margin-right: 0px;
    margin-bottom: 60px;
    width: 100%;
    min-width: 390px;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .contactCityBlocks__block.contactCitySelected {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100%;
    min-width: 390px;
    max-width: 100%;
  }
  /* Icons: */
  .contactCityBlockInfo__address::before {
    content: "";
    width: 26px;
    height: 30px;
    max-width: 26px;
    max-height: 30px;
    padding-left: 26px;
    padding-right: 13px;
    padding-top: 10px;
    background: url("../img/icon-map2.svg") no-repeat;
    background-size: contain;
  }
  .contactCityBlockInfo__time::before {
    content: "";
    width: 21px;
    height: 21px;
    max-width: 21px;
    max-height: 21px;
    padding-left: 21px;
    padding-right: 13px;
    padding-top: 10px;
    background: url("../img/icon-time2.svg") no-repeat;
    background-size: contain;
  }
  .contactCityBlockInfo__email::before {
    content: "";
    width: 28px;
    height: 28px;
    max-width: 28px;
    max-height: 28px;
    padding-left: 28px;
    padding-right: 13px;
    padding-top: 10px;
    background: url("../img/icon-email2.svg") no-repeat;
    background-size: contain;
  }
  .contactCityBlockInfo__telephone::before {
    content: "";
    width: 28px;
    height: 28px;
    max-width: 28px;
    max-height: 28px;
    padding-left: 28px;
    padding-right: 13px;
    padding-top: 10px;
    background: url("../img/icon-phone2.svg") no-repeat;
    background-size: contain;
  }
}
/* Mobile: */
@media screen and (max-width: 450px) {
  .contactCityBlocks {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    min-width: auto;
  }
  .contactCityBlockInfo {
    max-width: 390px;
  }
  .contactCityBlocks__block.contactCitySelected .contactCityBlockInfo {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email {
    display: flex;
    margin-bottom: 20px !important;
    line-height: 20px;
  }
  .contactCityBlockInfo__telephone {
    display: flex;
    margin-bottom: 20px !important;
    line-height: 20px;
  }
  .contactCityBlockTitle {
    line-height: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .contactCityBlocks__block {
    margin-right: 0px;
    margin-bottom: 60px;
    width: 100%;
    min-width: 390px;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }
  .contactCityBlocks__block.contactCitySelected {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100%;
    min-width: 390px;
    max-width: 100%;
  }
}
/* Mobile: */
@media screen and (max-width: 400px) {
  .contactCityBlocks {
    margin-bottom: 80px;
    display: flex;
    flex-direction: column;
    min-width: auto;
  }
  .contactCityBlockInfo {
    max-width: 320px;
  }
  .contactCityBlocks__block.contactCitySelected .contactCityBlockInfo {
    width: 100%;
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contactCityBlockInfo__address, .contactCityBlockInfo__time,
  .contactCityBlockInfo__email {
    display: flex;
    margin-bottom: 10px !important;
    line-height: 20px;
  }
  .contactCityBlockInfo__telephone {
    display: flex;
    margin-bottom: 20px !important;
    line-height: 20px;
  }
  .contactCityBlockTitle {
    max-width: 320px;
    line-height: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .contactCityBlocks__block {
    margin-right: 0px;
    margin-bottom: 60px;
    width: 320px;
    min-width: 320px;
    max-width: 320px;
  }
  .contactCityBlocks__block.contactCitySelected {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 320px;
    min-width: 320px;
    max-width: 320px;
  }
}
.rozrahunokForma {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: 0px;
}

.rozrahunokForma__image, .rozrahunokForma__image img {
  display: block;
  width: 940px;
  height: 706px;
  padding: 0px !important;
  margin: 0px !important;
}

.rozrahunokForma__form {
  display: block;
  max-width: 980px;
  margin: 0px;
  padding: 0px;
  padding-left: 38px;
  padding-right: 40px;
}

/*
.rozrahunokFormaBackground {
  background: #D3E8F3;
}
*/

/* Форма розрахунок: */
.rozrahunokFormaTitle {
  margin-top: 57px;
  margin-bottom: 60px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  text-align: center;
}
@media (min-width: 1024px) {
  .rozrahunokFormaTitle {
    font-size: calc(25px + 20 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .rozrahunokFormaTitle {
    font-size: calc(25px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .rozrahunokFormaTitle {
    font-size: calc(25px + 34 * ((100vw - 340px) / 1920));
  }
}

.rozrahunokForm__inputs input, .rozrahunokFormInput {
  width: 405px;
  height: 55px;
  min-width: 390px;
  margin-bottom: 20px;
  margin-right: 40px;
  background: none;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #2c3e50;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    font-size: calc(14px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    font-size: calc(14px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    font-size: calc(14px + 6.8 * ((100vw - 340px) / 1920));
  }
}
.rozrahunokForm__inputs input::placeholder, .rozrahunokFormInput::placeholder {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (min-width: 1024px) {
  .rozrahunokForm__inputs input::placeholder, .rozrahunokFormInput::placeholder {
    font-size: calc(14px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .rozrahunokForm__inputs input::placeholder, .rozrahunokFormInput::placeholder {
    font-size: calc(14px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .rozrahunokForm__inputs input::placeholder, .rozrahunokFormInput::placeholder {
    font-size: calc(14px + 6.8 * ((100vw - 340px) / 1920));
  }
}
.rozrahunokForm__inputs input:focus, .rozrahunokFormInput:focus {
  outline: 1px solid #2c3e50;
  border-radius: 0px !important;
}

.rozrahunokForm__inputs {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
  width: 849px;
  height: 130px;
  min-width: 390px;
  min-height: 130px;
  background: none;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 11px;
  padding-right: 10px;
  border: 1px solid #2c3e50;
  box-sizing: border-box;
  resize: none !important;
}
@media (min-width: 1024px) {
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    font-size: calc(14px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    font-size: calc(14px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    font-size: calc(14px + 6.8 * ((100vw - 340px) / 1920));
  }
}
.rozrahunokForm__textarea textarea::placeholder, .rozrahunokFormTextarea::placeholder {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (min-width: 1024px) {
  .rozrahunokForm__textarea textarea::placeholder, .rozrahunokFormTextarea::placeholder {
    font-size: calc(14px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .rozrahunokForm__textarea textarea::placeholder, .rozrahunokFormTextarea::placeholder {
    font-size: calc(14px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .rozrahunokForm__textarea textarea::placeholder, .rozrahunokFormTextarea::placeholder {
    font-size: calc(14px + 6.8 * ((100vw - 340px) / 1920));
  }
}
.rozrahunokForm__textarea textarea:focus, .rozrahunokForm__textarea textarea:active, .rozrahunokFormTextarea:focus, .rozrahunokFormTextarea:active {
  outline: 1px solid #2c3e50;
  border-radius: 0px !important;
}

.rozrahunokForm__footer {
  margin-bottom: 40px;
}

.rozrahunokFormDescription {
  margin-bottom: 20px;
  width: 100%;
  max-width: 722px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .rozrahunokFormDescription {
    font-size: calc(12px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .rozrahunokFormDescription {
    font-size: calc(12px + 3.4 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .rozrahunokFormDescription {
    font-size: calc(12px + 6.8 * ((100vw - 340px) / 1920));
  }
}

.rozrahunokForm__submit {
  margin-bottom: 44px;
  text-align: center;
}

.rozrahunokForm__submit input, .rozrahunokFormSubmit {
  margin: 0 auto;
  width: 254px;
  height: 69px;
  min-width: 254px;
  min-height: 69px;
  color: #FFFCFC;
  font-family: "OpenSans-SemiBold", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  text-align: center;
  background: #45A148;
  border: none;
  border-radius: 10px;
  padding: 21px 68px;
  gap: 10px;
}
@media (min-width: 1024px) {
  .rozrahunokForm__submit input, .rozrahunokFormSubmit {
    font-size: calc(20px + 0 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .rozrahunokForm__submit input, .rozrahunokFormSubmit {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .rozrahunokForm__submit input, .rozrahunokFormSubmit {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
.rozrahunokForm__submit input:hover, .rozrahunokForm__submit input:active, .rozrahunokFormSubmit:hover, .rozrahunokFormSubmit:active {
  cursor: pointer;
  color: #2c3e50;
  background: #578DAC;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

#rozrahunokFile {
  display: none;
}

.rozrahunokFormFileButton {
  width: 116px;
  height: 32px;
  min-width: 116px;
  min-height: 32px;
  padding: 5px;
  gap: 10px;
  color: #393939;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  background: #CDCDCD;
  border: none !important;
}
@media (min-width: 1024px) {
  .rozrahunokFormFileButton {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .rozrahunokFormFileButton {
    font-size: calc(14px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .rozrahunokFormFileButton {
    font-size: calc(14px + 3.4 * ((100vw - 340px) / 1920));
  }
}
.rozrahunokFormFileButton:hover {
  cursor: pointer;
}

.rozrahunokFile__label {
  margin-left: 12px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .rozrahunokFile__label {
    font-size: calc(14px + 2 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .rozrahunokFile__label {
    font-size: calc(14px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .rozrahunokFile__label {
    font-size: calc(14px + 3.4 * ((100vw - 340px) / 1920));
  }
}

/* ======================== */
/* Модальне вікно: */
.rozrahunokModalBox {
  position: relative;
  margin: 0 auto;
  width: 972px;
  height: 514px;
  background: #D5E3EA;
  border: none;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rozrahunokModalBox__image, .rozrahunokModalBox img {
  margin-top: 129px;
  width: 154px;
  height: 154px;
  min-width: 154px;
  min-height: 154px;
}

.rozrahunokModalBox__title, .rozrahunokModalBox h2 {
  margin-top: 20px;
  margin-bottom: 18px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  text-align: center;
}
@media (min-width: 1024px) {
  .rozrahunokModalBox__title, .rozrahunokModalBox h2 {
    font-size: calc(30px + 15 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .rozrahunokModalBox__title, .rozrahunokModalBox h2 {
    font-size: calc(30px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .rozrahunokModalBox__title, .rozrahunokModalBox h2 {
    font-size: calc(30px + 25.5 * ((100vw - 340px) / 1920));
  }
}

.rozrahunokModalBox__text, .rozrahunokModalBox p {
  width: 738px;
  max-width: 740px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
@media (min-width: 1024px) {
  .rozrahunokModalBox__text, .rozrahunokModalBox p {
    font-size: calc(18px + 7 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .rozrahunokModalBox__text, .rozrahunokModalBox p {
    font-size: calc(18px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .rozrahunokModalBox__text, .rozrahunokModalBox p {
    font-size: calc(18px + 11.9 * ((100vw - 340px) / 1920));
  }
}

.rozrahunokModalButton {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  background: transparent;
  border: none;
  box-shadow: none;
  z-index: 999 !important;
}
.rozrahunokModalButton:hover {
  cursor: pointer;
}

.rozrahunokModalButton__cross {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  position: absolute;
  top: 32px;
  right: 32px;
  padding-top: 10px;
}

.rozrahunokModalButton__cross span {
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.rozrahunokModalButton__cross span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #434343;
}

.rozrahunokModalButton__cross span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #434343;
}

/* Фон за модальним вікном: */
.rozrahunokFormaModal {
  display: none;
  padding-top: calc(40% - 423px);
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(5px);
  z-index: 999 !important;
}

/* ======================== */
/* Adaptive: */
/* Desktop Large: */
@media (min-width: 1420px) {
  .rozrahunokForma__image {
    display: block;
  }
  .rozrahunokFormDescription {
    margin-bottom: 20px;
    width: 100%;
    max-width: 722px;
  }
  .rozrahunokForma__image, .rozrahunokForma__image img {
    display: block;
    width: 752px;
    height: 706px;
    padding: 0px !important;
    margin: 0px !important;
  }
  .rozrahunokFormaTitle {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    width: 550px;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 255px;
    min-width: 255px;
    margin-bottom: 10px;
  }
  .rozrahunokForma__form {
    max-width: 668px !important;
  }
  .rozrahunokFormDescription {
    max-width: 522px;
  }
  .rozrahunokForm__footer {
    margin-bottom: 20px;
  }
  .rozrahunokForm__submit {
    margin-bottom: 20px;
  }
  .rozrahunokFormaModal {
    padding-top: calc(40% - 423px);
    padding-bottom: 100px;
  }
  .rozrahunokForma {
    margin-left: -40px;
  }
}
@media (min-width: 1600px) {
  .rozrahunokForma__image, .rozrahunokForma__image img {
    display: block;
    width: 846px;
    height: 706px;
    padding: 0px !important;
    margin: 0px !important;
  }
  .rozrahunokFormaTitle {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    width: 550px;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 255px;
    min-width: 255px;
  }
  .rozrahunokForma__form {
    max-width: 668px !important;
  }
  .rozrahunokFormDescription {
    max-width: 522px;
  }
  .rozrahunokForm__footer {
    margin-bottom: 30px;
  }
  .rozrahunokForm__submit {
    margin-bottom: 24px;
  }
}
@media (min-width: 1730px) {
  .rozrahunokForma__image, .rozrahunokForma__image img {
    display: block;
    width: 846px;
    height: 706px;
    padding: 0px !important;
    margin: 0px !important;
  }
  .rozrahunokFormaTitle {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    width: 750px;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 355px;
    min-width: 355px;
  }
  .rozrahunokForma__form {
    max-width: 881px !important; /* 980 px */
  }
  .rozrahunokFormDescription {
    max-width: 722px;
  }
}
@media (min-width: 1920px) {
  .rozrahunokForma__image, .rozrahunokForma__image img {
    display: block;
    width: 940px;
    height: 706px;
    padding: 0px !important;
    margin: 0px !important;
  }
  .rozrahunokForma__form {
    display: block;
    max-width: 980px !important;
    margin: 0px;
    padding: 0px;
    padding-left: 38px;
    padding-right: 40px;
  }
  .rozrahunokFormaTitle {
    margin-top: 57px;
    margin-bottom: 60px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 405px;
    height: 55px;
    min-width: 390px;
    margin-bottom: 20px;
    margin-right: 40px;
    background: none;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #2c3e50;
    align-items: center;
    gap: 10px;
  }
  .rozrahunokForm__inputs input::placeholder, .rozrahunokFormInput::placeholder {
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  .rozrahunokForm__inputs input:focus, .rozrahunokFormInput:focus {
    outline: 1px solid #2c3e50;
    border-radius: 0px !important;
  }
  .rozrahunokForm__inputs {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    width: 849px;
    height: 130px;
    min-width: 390px;
    min-height: 130px;
    background: none;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 11px;
    padding-right: 10px;
    border: 1px solid #2c3e50;
    box-sizing: border-box;
    resize: none !important;
  }
  .rozrahunokForm__textarea textarea::placeholder, .rozrahunokFormTextarea::placeholder {
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
  }
  .rozrahunokForm__textarea textarea:focus, .rozrahunokForm__textarea textarea:active, .rozrahunokFormTextarea:focus, .rozrahunokFormTextarea:active {
    outline: 1px solid #2c3e50;
    border-radius: 0px !important;
  }
  .rozrahunokForm__footer {
    margin-bottom: 40px;
  }
  .rozrahunokFormDescription {
    margin-bottom: 20px;
    width: 100%;
    max-width: 722px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .rozrahunokForm__submit {
    margin-bottom: 44px;
    text-align: center;
  }
  .rozrahunokForm__submit input, .rozrahunokFormSubmit {
    margin: 0 auto;
    width: 254px;
    height: 69px;
    min-width: 254px;
    min-height: 69px;
    color: #FFFCFC;
    font-family: "OpenSans-SemiBold", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    text-align: center;
    background: #45A148;
    border: none;
    border-radius: 10px;
    padding: 21px 68px;
    gap: 10px;
  }
  .rozrahunokForm__submit input:hover, .rozrahunokForm__submit input:active, .rozrahunokFormSubmit:hover, .rozrahunokFormSubmit:active {
    cursor: pointer;
    color: #2c3e50;
    background: #578DAC;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  #rozrahunokFile {
    display: none;
  }
  .rozrahunokFormFileButton {
    width: 116px;
    height: 32px;
    min-width: 116px;
    min-height: 32px;
    padding: 5px;
    gap: 10px;
    color: #393939;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    background: #CDCDCD;
    border: none !important;
  }
  .rozrahunokFormFileButton:hover {
    cursor: pointer;
  }
  .rozrahunokFile__label {
    margin-left: 12px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
}
@media (min-width: 2000px) {
  .rozrahunokFormFileButton {
    width: 130px;
    min-width: 130px;
  }
  .rozrahunokForma {
    justify-content: center !important;
    align-items: center !important;
  }
}
@media (min-width: 4000px) {
  .rozrahunokFormFileButton {
    width: 150px;
    min-width: 150px;
  }
  .rozrahunokForma {
    justify-content: center !important;
    align-items: center !important;
  }
}
/* Desktop: */
@media screen and (max-width: 1420px) {
  .rozrahunokFormaTitle {
    margin-top: 57px;
    margin-bottom: 60px; /* 60px */
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 405px;
    min-width: 390px;
    margin-bottom: 20px;
    margin-right: 15px;
    line-height: 25px;
  }
  .rozrahunokForm__inputs input::placeholder, .rozrahunokFormInput::placeholder {
    line-height: 25px;
  }
  .rozrahunokForm__inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .rozrahunokFormDescription {
    margin-bottom: 20px;
    width: 100%;
    max-width: 722px;
  }
  .rozrahunokForma__image, .rozrahunokForma__image img {
    display: block;
    width: 564px;
    height: 706px;
    padding: 0px !important;
    margin: 0px !important;
  }
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    width: 525px;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 255px;
    min-width: 255px;
    margin-bottom: 20px;
  }
  .rozrahunokForma__form {
    max-width: 620px !important;
  }
  .rozrahunokForm__footer {
    margin-bottom: 20px;
  }
  .rozrahunokForm__submit {
    margin-bottom: 20px;
  }
  .rozrahunokForma {
    margin-left: -40px;
  }
}
/* Desktop: */
@media screen and (max-width: 1325px) {
  .rozrahunokFormaTitle {
    margin-top: 57px;
    margin-bottom: 60px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 405px;
    min-width: 390px;
    margin-bottom: 20px;
    margin-right: 15px;
    line-height: 25px;
  }
  .rozrahunokForm__inputs input::placeholder, .rozrahunokFormInput::placeholder {
    line-height: 25px;
  }
  .rozrahunokForm__inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .rozrahunokFormDescription {
    margin-bottom: 20px;
    width: 100%;
    max-width: 722px;
  }
  .rozrahunokForma__image, .rozrahunokForma__image img {
    display: block;
    width: 650px;
    min-width: 650px;
    height: 706px;
    padding: 0px !important;
    margin: 0px !important;
  }
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    width: 525px;
    height: 130px;
    min-height: 130px;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 255px;
    height: 55px;
    min-width: 255px;
    margin-bottom: 20px;
  }
  .rozrahunokForma__form {
    max-width: 620px !important;
  }
  .rozrahunokFormDescription {
    max-width: 522px;
    line-height: 22px;
  }
  .rozrahunokForm__footer {
    margin-bottom: 20px;
  }
  .rozrahunokForm__submit {
    margin-bottom: 20px;
  }
  .rozrahunokForma {
    margin-left: -40px;
  }
}
@media screen and (max-width: 1200px) {
  .rozrahunokFormaTitle {
    margin-top: 57px; /* 57px */
    margin-bottom: 60px; /* 60px */
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    margin-right: 15px;
    line-height: 25px;
    height: 35px;
  }
  .rozrahunokForm__inputs input::placeholder, .rozrahunokFormInput::placeholder {
    line-height: 25px;
  }
  .rozrahunokForm__inputs {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 60px;
    min-height: 60px;
  }
  .rozrahunokFormDescription {
    margin-bottom: 20px;
    width: 100%;
    max-width: 100%;
    font-size: calc(16px + 0 * (100vw - 340px) / 1920);
    line-height: 22px;
  }
  .rozrahunokForma__image, .rozrahunokForma__image img {
    display: block;
    width: 450px;
    min-width: 450px;
    height: 706px;
    padding: 0px !important;
    margin: 0px !important;
  }
  .rozrahunokForma {
    margin-left: -40px;
  }
  .rozrahunokForma__form {
    margin-left: 0px;
    max-width: 550px !important;
  }
  .rozrahunokForm__footer {
    margin-bottom: 20px;
  }
  .rozrahunokForm__submit {
    margin-bottom: 20px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .rozrahunokForma {
    margin-left: 0px;
  }
  .rozrahunokForm__submit {
    margin-bottom: 58px;
  }
  .rozrahunokFormaTitle {
    margin-top: 57px; /* 57px */
    margin-bottom: 60px; /* 60px */
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: calc(45px + 0 * (100vw - 340px) / 1920);
    line-height: 58px;
    text-align: center;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 100%;
    max-width: 100%;
    min-width: 500px;
    margin-bottom: 20px;
    margin-right: 0px;
    font-size: calc(18px + 0 * (100vw - 340px) / 1920);
    line-height: 25px;
  }
  .rozrahunokForm__inputs input::placeholder, .rozrahunokFormInput::placeholder {
    line-height: 25px;
  }
  .rozrahunokForm__inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .rozrahunokForm__textarea {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100% !important;
  }
  .rozrahunokForm__footer {
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    padding-left: 10px;
  }
  .rozrahunokFormDescription {
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
    min-width: 500px;
    line-height: 19px;
    font-size: calc(14px + 2 * (100vw - 340px) / 1920);
  }
  #rozrahunokForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .rozrahunokFormFileSelect {
    align-self: flex-start;
  }
  .rozrahunokForma__form {
    display: block;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
    padding: 0px;
    padding-left: 0px;
    padding-right: 12px;
  }
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    width: 100%;
    max-width: 100%;
    height: 130px;
    min-width: 500px;
    min-height: 130px;
    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rozrahunokForm__textarea textarea::placeholder, .rozrahunokFormTextarea::placeholder {
    line-height: 25px;
  }
  .rozrahunokForma__image, .rozrahunokForma__image img {
    display: none;
    width: 940px;
    height: 706px;
    padding: 0px !important;
    margin: 0px !important;
  }
  .rozrahunokForma {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  .rozrahunokFormFileButton {
    width: 116px;
    height: 32px;
    min-width: 116px;
    min-height: 32px;
    color: #393939;
    line-height: 22px;
  }
  .rozrahunokFile__label {
    margin-left: 12px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .rozrahunokModalBox {
    width: 738px;
    height: 423px;
  }
  .rozrahunokModalBox__image, .rozrahunokModalBox img {
    margin-top: 69px;
    width: 154px;
    height: 154px;
    min-width: 154px;
    min-height: 154px;
  }
  .rozrahunokModalBox__title, .rozrahunokModalBox h2 {
    margin-top: 20px;
    margin-bottom: 19px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
  }
  .rozrahunokModalBox__text, .rozrahunokModalBox p {
    width: 408px;
    max-width: 408px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
  }
  .rozrahunokModalButton {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 999 !important;
  }
  .rozrahunokModalButton:hover {
    cursor: pointer;
  }
  .rozrahunokFormaModal {
    padding-top: calc(60% - 423px);
    padding-bottom: 100px;
  }
}
/* Tablet: */
@media screen and (max-width: 768px) {
  .rozrahunokForma {
    margin-left: 0px;
  }
  .rozrahunokFormaTitle {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: calc(45px + 0 * (100vw - 340px) / 1920);
    line-height: 58px;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 100%;
    max-width: 100%;
    min-width: 400px;
    margin-bottom: 20px;
    margin-right: 0px;
    font-size: calc(18px + 0 * (100vw - 340px) / 1920);
    line-height: 25px;
  }
  .rozrahunokForm__inputs input::placeholder, .rozrahunokFormInput::placeholder {
    line-height: 25px;
  }
  .rozrahunokForm__inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .rozrahunokForm__textarea {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100% !important;
  }
  .rozrahunokForm__footer {
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: center;
    padding-left: 0px;
  }
  .rozrahunokFormDescription {
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
    min-width: 500px;
    line-height: 19px;
  }
  #rozrahunokForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .rozrahunokFormFileSelect {
    align-self: flex-start;
  }
  .rozrahunokForma__form {
    display: block;
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 auto;
    padding: 0px;
    padding-left: 0px;
    padding-right: 12px;
  }
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    width: 100%;
    max-width: 100%;
    height: 130px;
    min-width: 400px;
    min-height: 130px;
    line-height: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rozrahunokForm__textarea textarea::placeholder, .rozrahunokFormTextarea::placeholder {
    line-height: 25px;
  }
  .rozrahunokFormDescription {
    font-size: calc(14px + 2 * (100vw - 340px) / 1920);
    line-height: 19px;
  }
  .rozrahunokForma__image {
    display: none;
  }
  .rozrahunokForma {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .rozrahunokForma__image {
    display: none;
  }
  .rozrahunokFormFileButton {
    width: 116px;
    height: 32px;
    min-width: 116px;
    min-height: 32px;
    color: #393939;
    line-height: 22px;
  }
  .rozrahunokFile__label {
    margin-left: 12px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .rozrahunokModalBox {
    width: 538px;
    height: 423px;
  }
  .rozrahunokModalBox__image, .rozrahunokModalBox img {
    margin-top: 69px;
    width: 154px;
    height: 154px;
    min-width: 154px;
    min-height: 154px;
  }
  .rozrahunokModalBox__title, .rozrahunokModalBox h2 {
    margin-top: 20px;
    margin-bottom: 19px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
    text-align: center;
  }
  .rozrahunokModalBox__text, .rozrahunokModalBox p {
    width: 408px;
    max-width: 408px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
  }
  .rozrahunokModalButton {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 999 !important;
  }
  .rozrahunokModalButton:hover {
    cursor: pointer;
  }
  .rozrahunokFormaModal {
    padding-top: 50%;
    padding-bottom: 100px;
  }
  .rozrahunokForm__submit {
    margin-bottom: 58px;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .rozrahunokForma {
    margin-left: 0px;
  }
  .rozrahunokForm__submit {
    margin-bottom: 40px;
  }
  .rozrahunokFormaTitle {
    margin-top: 20px;
    margin-bottom: 28px;
    font-size: calc(25px + 20 * (100vw - 340px) / 1920);
    line-height: 32px;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 100%;
    max-width: 100%;
    min-width: 390px;
    margin-bottom: 20px;
    margin-right: 0px;
    font-size: calc(14px + 4 * (100vw - 340px) / 1920);
    line-height: 19px;
  }
  .rozrahunokForm__inputs input::placeholder, .rozrahunokFormInput::placeholder {
    line-height: 19px;
  }
  .rozrahunokForm__textarea {
    width: 100% !important;
  }
  .rozrahunokForm__inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .rozrahunokForma__form {
    display: block;
    max-width: calc(100% - 40px) !important;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 15px;
  }
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    width: 100%;
    max-width: 100%;
    height: 130px;
    min-width: 390px;
    min-height: 130px;
    line-height: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rozrahunokForm__textarea textarea::placeholder, .rozrahunokFormTextarea::placeholder {
    line-height: 19px;
  }
  .rozrahunokForm__footer {
    margin-top: 0px;
    margin-bottom: 60px;
  }
  .rozrahunokFormDescription {
    margin-top: 10px;
    max-width: 100%;
    min-width: 390px;
    font-size: calc(12px + 4 * (100vw - 340px) / 1920);
    line-height: 16px;
  }
  .rozrahunokForma__image {
    display: none;
  }
  .rozrahunokFormFileButton {
    width: 113px;
    height: 29px;
    min-width: 113px;
    min-height: 29px;
    color: #393939;
    line-height: 19px;
  }
  .rozrahunokFile__label {
    margin-left: 25px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
  .rozrahunokModalBox {
    width: 390px;
    height: 428px;
  }
  .rozrahunokModalBox__image, .rozrahunokModalBox img {
    margin-top: 89px;
    width: 116px;
    height: 116px;
    min-width: 116px;
    min-height: 116px;
  }
  .rozrahunokModalBox__title, .rozrahunokModalBox h2 {
    margin-top: 20px;
    margin-bottom: 22px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
  }
  .rozrahunokModalBox__text, .rozrahunokModalBox p {
    width: 328px;
    max-width: 328px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
  }
  .rozrahunokModalButton {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 999 !important;
  }
  .rozrahunokModalButton:hover {
    cursor: pointer;
  }
  .rozrahunokModalButton__cross {
    top: 20px;
    right: 20px;
  }
  .rozrahunokFormaModal {
    padding-top: 175px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 480px) {
  #rozrahunokForm {
    min-width: 390px !important;
  }
}
@media screen and (max-width: 450px) {
  .rozrahunokForma {
    margin-left: 0px;
  }
  .rozrahunokFormaTitle {
    margin-top: 20px;
    margin-bottom: 28px;
    line-height: 32px;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 390px;
    min-width: 390px;
    margin-bottom: 20px;
    margin-right: 0px;
    line-height: 19px;
  }
  .rozrahunokForm__inputs input::placeholder, .rozrahunokFormInput::placeholder {
    line-height: 19px;
  }
  .rozrahunokForm__inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .rozrahunokForma__form {
    display: block;
    max-width: 390px !important;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 15px;
  }
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    width: 390px;
    height: 130px;
    min-width: 380px;
    min-height: 130px;
    line-height: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rozrahunokForm__textarea textarea::placeholder, .rozrahunokFormTextarea::placeholder {
    line-height: 19px;
  }
  .rozrahunokFormDescription {
    min-width: 390px;
    line-height: 16px;
  }
  .rozrahunokForma__image {
    display: none;
  }
  .rozrahunokFormFileButton {
    width: 113px;
    height: 29px;
    min-width: 113px;
    min-height: 29px;
    color: #393939;
    line-height: 19px;
  }
  .rozrahunokFile__label {
    margin-left: 25px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
  .rozrahunokModalBox {
    width: 350px;
    height: 428px;
  }
  .rozrahunokModalBox__image, .rozrahunokModalBox img {
    margin-top: 89px;
    width: 116px;
    height: 116px;
    min-width: 116px;
    min-height: 116px;
  }
  .rozrahunokModalBox__title, .rozrahunokModalBox h2 {
    margin-top: 20px;
    margin-bottom: 22px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
  }
  .rozrahunokModalBox__text, .rozrahunokModalBox p {
    width: 328px;
    max-width: 328px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
  }
  .rozrahunokModalButton {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 999 !important;
  }
  .rozrahunokModalButton:hover {
    cursor: pointer;
  }
  .rozrahunokModalButton__cross {
    top: 20px;
    right: 20px;
  }
  .rozrahunokFormaModal {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .rozrahunokForm__inputs {
    margin-left: 0px;
  }
}
/* Mobile: */
@media screen and (max-width: 450px) {
  #rozrahunokForm {
    min-width: 300px !important;
  }
  .rozrahunokForm__inputs {
    margin-left: -30px;
  }
}
@media screen and (max-width: 440px) {
  .rozrahunokForm__inputs {
    margin-left: 0px;
  }
  .rozrahunokForma {
    margin-left: 0px;
  }
  .rozrahunokFormaTitle {
    margin-top: 20px;
    margin-bottom: 28px;
    line-height: 32px;
  }
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 100%;
    min-width: 330px;
    margin-bottom: 20px;
    margin-right: 0px;
    line-height: 19px;
  }
  .rozrahunokForm__inputs input::placeholder, .rozrahunokFormInput::placeholder {
    line-height: 19px;
  }
  .rozrahunokForm__inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .rozrahunokForma__form {
    display: block;
    max-width: 390px !important;
    margin: 0px;
    padding: 0px;
    padding-left: 0px;
    padding-right: 15px;
  }
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    width: 100%;
    height: 130px;
    min-width: 330px;
    min-height: 130px;
    line-height: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .rozrahunokForm__textarea textarea::placeholder, .rozrahunokFormTextarea::placeholder {
    line-height: 19px;
  }
  .rozrahunokFormDescription {
    min-width: 300px;
    line-height: 16px;
  }
  .rozrahunokForma__image {
    display: none;
  }
  .rozrahunokFormFileButton {
    width: 113px;
    height: 29px;
    min-width: 113px;
    min-height: 29px;
    color: #393939;
    line-height: 19px;
  }
  .rozrahunokFile__label {
    margin-left: 25px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
  }
  .rozrahunokModalBox {
    width: 300px;
    height: 428px;
  }
  .rozrahunokModalBox__image, .rozrahunokModalBox img {
    margin-top: 89px;
    width: 116px;
    height: 116px;
    min-width: 116px;
    min-height: 116px;
  }
  .rozrahunokModalBox__title, .rozrahunokModalBox h2 {
    margin-top: 20px;
    margin-bottom: 22px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
  }
  .rozrahunokModalBox__text, .rozrahunokModalBox p {
    width: 328px;
    max-width: 328px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
  }
  .rozrahunokModalButton {
    width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 999 !important;
  }
  .rozrahunokModalButton:hover {
    cursor: pointer;
  }
  .rozrahunokModalButton__cross {
    top: 20px;
    right: 20px;
  }
  .rozrahunokFormaModal {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 360px) {
  .rozrahunokForm__inputs input, .rozrahunokFormInput {
    width: 100%;
    min-width: 300px;
  }
  .rozrahunokForm__textarea textarea, .rozrahunokFormTextarea {
    width: 100%;
    min-width: 300px;
  }
}
.filiaMapBox {
  margin-bottom: 175px;
  display: flex;
  flex-direction: row;
}

.filiaMapBox__text {
  margin-right: 34px;
  width: 706px;
  max-width: 706px;
}

.filiaMapTitle {
  width: 700px;
  max-width: 700px;
  margin-bottom: 40px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
}
@media (min-width: 1024px) {
  .filiaMapTitle {
    font-size: calc(25px + 20 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .filiaMapTitle {
    font-size: calc(25px + 17 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .filiaMapTitle {
    font-size: calc(25px + 34 * ((100vw - 340px) / 1920));
  }
}

.filiaMapBox__map, .filiaMapBox__map img {
  width: 996px;
  height: 520px;
  max-width: 996px;
  max-height: 520px;
}

/* Стили для блока с картой */
.map {
  height: 450px;
}

.filiaMapBox__map .map #map {
  width: 100%;
  height: 450px;
}

/* -------------------- */
.filiaMapBox__map {
  display: block !important;
}

.mapContainer2 {
  display: none !important;
}

/* -------------------- */
.filiaMapContacts__address p {
  margin-bottom: 20px;
}

.filiaMapAddress {
  max-width: 500px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 1024px) {
  .filiaMapAddress {
    font-size: calc(16px + 9 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .filiaMapAddress {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .filiaMapAddress {
    font-size: calc(16px + 15.3 * ((100vw - 340px) / 1920));
  }
}

.filiaMapAddress::before {
  content: "";
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  padding-left: 32px;
  padding-right: 13px;
  background: url("../img/icon-map.svg") no-repeat;
  background-size: 32px 32px;
}

.filiaMapTime {
  max-width: 500px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (min-width: 1024px) {
  .filiaMapTime {
    font-size: calc(16px + 9 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .filiaMapTime {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .filiaMapTime {
    font-size: calc(16px + 15.3 * ((100vw - 340px) / 1920));
  }
}

.filiaMapTime::before {
  content: "";
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  padding-left: 32px;
  padding-right: 13px;
  background: url("../img/icon-time.svg") no-repeat;
  background-size: 32px 32px;
}

.filiaMapEmail {
  max-width: 500px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.filiaMapEmail a {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
}
@media (min-width: 1024px) {
  .filiaMapEmail a {
    font-size: calc(16px + 9 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .filiaMapEmail a {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .filiaMapEmail a {
    font-size: calc(16px + 15.3 * ((100vw - 340px) / 1920));
  }
}
.filiaMapEmail a:hover {
  color: #578DAC;
}

.filiaMapEmail::before {
  content: "";
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  padding-left: 32px;
  padding-right: 13px;
  background: url("../img/icon-email.svg") no-repeat;
  background-size: 32px 32px;
}

.filiaMapPhones {
  max-width: 520px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.filiaMapPhone a {
  max-width: 250px;
  margin-right: 16px;
  margin-bottom: 7px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  font-style: normal;
  font-weight: 400;
  line-height: 43px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .filiaMapPhone a {
    font-size: calc(16px + 9 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .filiaMapPhone a {
    font-size: calc(16px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .filiaMapPhone a {
    font-size: calc(16px + 15.3 * ((100vw - 340px) / 1920));
  }
}
.filiaMapPhone a:hover {
  color: #578DAC;
}

.filiaMapContacts__phone {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.filiaMapContacts__phone::before {
  content: "";
  margin-top: 5px;
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  padding-left: 32px;
  padding-right: 13px;
  background: url("../img/icon-telephone.svg") no-repeat;
  background-size: 32px 32px;
}

/* Desktop Large: */
@media (min-width: 1420px) {
  .filiaMapBox__map .map #map {
    height: 520px;
  }
  .filiaMapBox__text {
    margin-right: 15px;
    width: 550px;
    max-width: 550px;
  }
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 747px;
    height: 390px;
    max-width: 747px;
    max-height: 390px;
  }
  .filiaMapTitle {
    width: 550px;
    max-width: 550px;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 58px;
  }
  .filiaMapContacts__address p {
    margin-bottom: 15px;
  }
}
@media (min-width: 1600px) {
  .filiaMapBox__map .map #map {
    height: 520px;
  }
  .filiaMapBox__text {
    margin-right: 15px;
    width: 600px;
    max-width: 600px;
  }
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 797px;
    height: 416px;
    max-width: 797px;
    max-height: 416px;
  }
  .filiaMapTitle {
    width: 600px;
    max-width: 600px;
    margin-bottom: 40px;
    line-height: 58px;
  }
}
@media (min-width: 1920px) {
  .filiaMapBox__map .map #map {
    width: 996px;
    height: 520px;
  }
  .filiaMapBox__text {
    margin-right: 34px;
    width: 706px;
    max-width: 706px;
  }
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 996px;
    height: 520px;
    max-width: 996px;
    max-height: 520px;
  }
  .filiaMapTitle {
    width: 700px;
    max-width: 700px;
    margin-bottom: 40px;
    line-height: 58px;
  }
}
/* Extra Large Desktop: */
@media (min-width: 4000px) {
  .filiaMapTitle {
    width: 700px;
    max-width: 700px;
    margin-bottom: 40px;
    line-height: 58px;
  }
  .filiaMapBox__map .map #map {
    width: 996px;
    height: 520px;
  }
  .filiaMapBox__text {
    margin-right: 34px;
    width: 706px;
    max-width: 706px;
  }
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 996px;
    height: 520px;
    max-width: 996px;
    max-height: 520px;
  }
}
/* Desktop: */
@media screen and (max-width: 1420px) {
  .filiaMapBox__map .map #map {
    height: 520px;
  }
  .filiaMapBox__text {
    margin-right: 10px;
    width: 550px;
    max-width: 550px;
  }
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 598px;
    height: 312px;
    max-width: 598px;
    max-height: 312px;
  }
  .filiaMapTitle {
    width: 500px;
    max-width: 500px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: 58px;
  }
  .filiaMapPhones {
    max-width: 500px;
  }
  .filiaMapContacts__address p {
    margin-bottom: 15px;
  }
}
/* Desktop : */
@media screen and (max-width: 1200px) {
  .filiaMapBox__map .map #map {
    width: 100%;
    max-width: 100%;
    height: 520px;
  }
  .filiaMapBox__text {
    margin-right: 20px;
    width: 550px;
    max-width: 550px;
  }
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 768px;
    height: 520px;
    max-width: 768px;
    max-height: 520px;
  }
  .filiaMapTitle {
    width: 560px;
    max-width: 560px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 58px;
  }
  .filiaMapPhones {
    max-width: 516px;
  }
  .filiaMapAddress, .filiaMapTime, .filiaMapEmail a, .filiaMapPhone a {
    line-height: 43px;
  }
  .filiaMapBox__map {
    display: block !important;
  }
  .mapContainer2 {
    display: none !important;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .filiaMapBox {
    margin-bottom: 40px;
  }
  .filiaMapBox__map {
    display: none !important;
  }
  .mapContainer2 {
    display: block !important;
  }
  .filiaMapBox__map .map #map {
    width: 100%;
    max-width: 100%;
    height: 520px;
  }
  .filiaMapBox {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .filiaMapBox__text {
    margin-right: 0px;
    width: 550px;
    max-width: 550px;
  }
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 768px;
    height: 520px;
    max-width: 768px;
    max-height: 520px;
  }
  .filiaMapTitle {
    width: 560px;
    max-width: 560px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 45px;
  }
  .filiaMapPhones {
    display: block !important;
    max-width: 516px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 30px;
  }
  .filiaMapPhones li {
    min-width: 300px;
  }
  .filiaMapAddress, .filiaMapTime, .filiaMapEmail a, .filiaMapPhone a {
    line-height: 43px;
  }
}
@media screen and (max-width: 960px) {
  .filiaMapBox {
    margin-bottom: 40px;
  }
  .filiaMapBox__map .map #map {
    width: 100%;
    max-width: 100%;
    height: 520px;
  }
  .filiaMapBox {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .filiaMapBox__text {
    margin-right: 0px;
    width: 550px;
    max-width: 550px;
  }
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 768px;
    height: 520px;
    max-width: 768px;
    max-height: 520px;
  }
  .filiaMapTitle {
    width: 560px;
    max-width: 560px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 45px;
  }
  .filiaMapPhones {
    display: block !important;
    max-width: 516px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 30px;
  }
  .filiaMapPhones li {
    min-width: 300px;
  }
  .filiaMapAddress, .filiaMapTime, .filiaMapEmail a, .filiaMapPhone a {
    line-height: 43px;
  }
}
@media screen and (max-width: 850px) {
  .filiaMapBox {
    margin-bottom: 40px;
  }
  .filiaMapBox__map .map #map {
    width: 100%;
    max-width: 100%;
    height: 520px;
  }
  .filiaMapBox {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .filiaMapBox__text {
    margin-right: 0px;
    width: 384px;
    max-width: 384px;
  }
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 100%;
    height: 520px;
    max-width: 768px;
    max-height: 520px;
  }
  .filiaMapTitle {
    width: 384px;
    max-width: 384px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 32px;
  }
  .filiaMapPhones {
    display: block !important;
    max-width: 382px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 30px;
  }
  .filiaMapPhones li {
    min-width: 300px;
  }
  .filiaMapAddress, .filiaMapTime, .filiaMapEmail a, .filiaMapPhone a {
    line-height: 27px;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .filiaMapBox__map .map #map {
    width: 100%;
    max-width: 100%;
    height: 229px;
  }
  .filiaMapBox {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
  }
  .filiaMapBox__text {
    margin-right: 0px;
    width: 384px;
    max-width: 384px;
  }
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 100%;
    max-width: 100%;
    height: 229px;
  }
  .filiaMapTitle {
    width: 384px;
    max-width: 384px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 32px;
  }
  .filiaMapPhones {
    display: block !important;
    max-width: 350px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 30px;
  }
  .filiaMapPhones li {
    min-width: 200px;
  }
  .filiaMapAddress, .filiaMapTime, .filiaMapEmail a, .filiaMapPhone a {
    line-height: 27px;
  }
}
/* Mobile: */
@media screen and (max-width: 450px) {
  .filiaMapBox__map .map #map {
    width: 100%;
    max-width: 100%;
    height: 229px;
  }
  .filiaMapBox {
    padding: 0px;
    margin-bottom: 40px;
  }
  .filiaMapBox__text {
    padding-left: 16px;
    padding-right: 15px;
  }
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 100%;
    max-width: 100%;
    height: 229px;
  }
}
@media screen and (max-width: 420px) {
  .filiaMapBox {
    padding: 0px;
    margin-bottom: 40px;
  }
  .filiaMapBox__text {
    width: 380px;
    max-width: 380px;
    padding-left: 16px;
    padding-right: 15px;
  }
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 100%;
    max-width: 100%;
    height: 229px;
  }
  .filiaMapTitle {
    width: 350px;
    max-width: 350px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 32px;
  }
  .filiaMapPhones {
    max-width: 350px;
  }
  .filiaMapAddress, .filiaMapTime, .filiaMapEmail a, .filiaMapPhone a {
    line-height: 27px;
  }
  .filiaMapPhones {
    display: block !important;
    max-width: 350px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 0px;
  }
  .filiaMapPhones li {
    min-width: 170px;
  }
}
/* Mobile: */
@media screen and (max-width: 400px) {
  .filiaMapBox__text {
    width: 350px;
    max-width: 350px;
    padding-left: 16px;
    padding-right: 15px;
  }
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 100%;
    max-width: 100%;
    height: 229px;
  }
  .filiaMapTitle {
    width: 320px;
    max-width: 320px;
    margin-top: 40px;
    margin-bottom: 20px;
    line-height: 32px;
  }
  .filiaMapPhones {
    max-width: 250px;
  }
  .filiaMapBox {
    margin-bottom: 40px;
  }
  .filiaMapPhones {
    display: block !important;
    max-width: 250px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 20px;
  }
  .filiaMapPhones li {
    min-width: 150px;
  }
  .filiaMapPhone a {
    font-size: calc(14px + 9 * (100vw - 340px) / 1920);
  }
}
@media screen and (max-width: 360px) {
  .filiaMapBox__map, .filiaMapBox__map img {
    width: 100%;
    max-width: 100%;
    height: 229px;
  }
  .filiaMapBox__text {
    width: 320px;
    max-width: 320px;
    padding-left: 16px;
    padding-right: 15px;
  }
  .filiaMapPhones {
    display: block !important;
    max-width: 250px;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 20px;
  }
  .filiaMapPhone a {
    font-size: calc(14px + 9 * (100vw - 340px) / 1920);
  }
}
.cities {
  margin-top: 0px;
  margin-bottom: 140px;
}

.cities__tabs {
  margin: 0 auto;
}

.citiesTabs {
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 44px;
}



.citiesTabs li a {
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
  position: relative; /* для псевдоелемента нижньої лінії */
  transition: color 0.3s ease; /* плавна зміна кольору */
}

.citiesTabs li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #2a80b9; /* темніший колір лінії */
  transition: width 0.3s ease;
}

.citiesTabs li a:hover {
  color: #2a80b9; /* темніший колір тексту при ховері */
}

.citiesTabs li a:hover::after {
  width: 100%; /* лінія розтягується на всю ширину */
}






.content__str {
    font-family: "Mulish", sans-serif !important;
    font-size: 18px !important;
    line-height: 1.8 !important;
    color: #333333 !important;
    overflow-wrap: break-word !important;
    word-wrap: break-word !important;
    margin: 20px 0 !important;
}

.content__str p {
    margin-bottom: 20px !important;
}

.content__str h2,
.content__str h3,
.content__str h4 {
    font-family: "Mulish", sans-serif !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-top: 35px !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
}

.content__str h2 { font-size: 32px !important; }
.content__str h3 { font-size: 26px !important; }
.content__str h4 { font-size: 22px !important; }

.content__str ul,
.content__str ol {
    margin-bottom: 20px !important;
    padding-left: 30px !important;
}

.content__str li {
    margin-bottom: 10px !important;
}

.content__str a {
    color: #578dac !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(87, 141, 172, 0.3) !important;
    transition: all 0.3s ease !important;
    word-break: break-word !important;
}

.content__str a:hover {
    color: #45A148 !important;
    border-bottom-color: #45A148 !important;
}

.content__str strong {
    font-weight: 700 !important;
    color: #222222 !important;
}

.content__str blockquote {
    margin: 30px 0 !important;
    padding: 25px 30px !important;
    background: linear-gradient(135deg, rgba(87, 141, 172, 0.08) 0%, rgba(69, 161, 72, 0.08) 100%) !important;
    border-left: 4px solid #578dac !important;
    border-radius: 12px !important;
    font-style: italic !important;
    color: #555555 !important;
}










@media (min-width: 1024px) {
  .citiesTabs li a {
    font-size: calc(20px + 10 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .citiesTabs li a {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .citiesTabs li a {
    font-size: calc(20px + 17 * ((100vw - 340px) / 1920));
  }
}

.citiesImage {
  margin-right: 47px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.citiesImage img {
  width: 844px;
  max-width: 844px;
  height: auto;
  max-height: none;
  border: none;
  border-radius: 20px;
}

.citySelected {
  border-bottom: 2px solid #578DAC;
}

.citiesTextItem {
  max-width: 840px;
  margin-bottom: 20px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1024px) {
  .citiesTextItem {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .citiesTextItem {
    font-size: calc(16px + 3.4 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .citiesTextItem {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}

.citiesTextItem::before {
  content: " ";
  margin-right: 15px;
  background: url(../img/tick-circle.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  padding-right: 25px;
  vertical-align: middle;
}

/* City Select Style */
#selectCityMobile {
  display: none;
}

.select_city_wrap {
  margin: 0 auto !important;
  margin-bottom: 40px !important;
  width: 736px;
  height: 68px;
  border: 1px solid #2c3e50;
  position: relative;
  user-select: none;
  transform: translateX(-1px);
}

.select_city_wrap .default_city_option {
  width: 736px;
  height: 68px;
  background: transparent;
  position: relative;
  cursor: pointer;
}

.select_city_wrap.default_city_option li {
  padding: 30px 0px;
}

.select_city_wrap .default_city_option:before {
  content: "";
  position: absolute;
  top: 25px;
  right: 20px;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: transparent transparent #2c3e50 #2c3e50;
  transform: rotate(-45deg);
}

.select_city_wrap.active .select_city_ul {
  display: block;
}

.select_city_wrap .select_city_ul {
  position: absolute;
  top: 69px;
  left: 0px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 1px 4px 8px 3px rgba(0, 0, 0, 0.15);
  display: none;
}

.select_city_wrap .select_city_ul li {
  padding: 10px 10px;
  cursor: pointer;
}

.select_city_wrap .select_city_ul li:hover {
  background: #fff4dd;
}

.select_city_wrap .select_city_ul li.selected {
  background: #fff4dd;
}

.select_city_wrap .city_option {
  display: flex;
  align-items: center;
}

.select_city_wrap .default_city_option {
  display: flex;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 68px;
}

.select_city_wrap.active .default_city_option:before {
  top: 25px;
  border-color: transparent #2c3e50 #2c3e50 transparent !important;
  transform: rotate(-135deg); /* transform: rotate(-225deg); */
}

.default_city_option li .city_option .selectCity__city a,
.default_city_option li .city_option .selectCity__city span {
  color: #2c3e50 !important;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .default_city_option li .city_option .selectCity__city a,
  .default_city_option li .city_option .selectCity__city span {
    font-size: calc(20px + 10 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .default_city_option li .city_option .selectCity__city a,
  .default_city_option li .city_option .selectCity__city span {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .default_city_option li .city_option .selectCity__city a,
  .default_city_option li .city_option .selectCity__city span {
    font-size: calc(20px + 17 * ((100vw - 340px) / 1920));
  }
}

.select_city_ul li .city_option .selectCity__city a,
.select_city_ul li .city_option .selectCity__city span {
  color: #2c3e50 !important;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  text-transform: uppercase;
  padding-left: 19px;
}
@media (min-width: 1024px) {
  .select_city_ul li .city_option .selectCity__city a,
  .select_city_ul li .city_option .selectCity__city span {
    font-size: calc(20px + 10 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .select_city_ul li .city_option .selectCity__city a,
  .select_city_ul li .city_option .selectCity__city span {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .select_city_ul li .city_option .selectCity__city a,
  .select_city_ul li .city_option .selectCity__city span {
    font-size: calc(20px + 17 * ((100vw - 340px) / 1920));
  }
}

.select_city_wrap .select_city_ul li {
  padding: 10px 10px;
  padding-left: 0px !important;
}

.select_city_wrap .select_city_ul li {
  padding-bottom: 15px !important;
}

.select_city_wrap .select_city_ul li:first-child {
  padding-top: 20px !important;
  padding-bottom: 15px !important;
}

.select_city_wrap .select_city_ul li:last-child {
  padding-bottom: 33px !important;
}

/* End City Select Style */
/* Adaptive: */
/* Desktop Large: */
@media (min-width: 1420px) {
  .citiesTabs {
    display: flex;
    gap: 44px;
  }
  #selectCityMobile {
    display: none;
  }
  .citiesImage img {
    width: 675px;
    max-width: 675px;
    height: auto;
    max-height: none;
  }
  .citiesTabs li a {
    line-height: 36px;
  }
  .cities__block {
    display: flex;
    flex-direction: row;
  }
  .citiesText, .citiesTextItems {
    max-width: 675px;
  }
  .citiesTextItem {
    max-width: 675px;
    margin-bottom: 10px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .citiesTextItem::before {
    content: " ";
    margin-right: 15px;
    background: url(../img/tick-circle.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    padding-right: 25px;
    vertical-align: middle;
  }
}
@media (min-width: 1600px) {
  .citiesTabs {
    display: flex;
  }
  #selectCityMobile {
    display: none;
  }
  .citiesImage img {
    width: 760px;
    max-width: 760px;
    height: auto;
    max-height: unset;
  }
  .citiesTabs li a {
    line-height: 36px;
  }
  .cities__block {
    display: flex;
    flex-direction: row;
  }
  .citiesText, .citiesTextItems {
    max-width: 760px;
  }
  .citiesTextItem {
    max-width: 760px;
    margin-bottom: 10px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .citiesTextItem::before {
    content: " ";
    margin-right: 15px;
    background: url(../img/tick-circle.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    padding-right: 25px;
    vertical-align: middle;
  }
}
@media (min-width: 1920px) {
  .citiesTabs {
    display: flex;
    gap: 44px;
	flex-wrap: wrap;
  }
  #selectCityMobile {
    display: none;
  }
  .citiesImage img {
    width: 844px;
    max-width: 844px;
    height: auto;
    max-height: unset;
  }
  .citiesTabs li a {
    line-height: 38px;
  }
  
   .citiesTabs li a:hover {
    color:#568DAD
  }
  
  .cities__block {
    display: flex;
    flex-direction: row;
  }
  .citiesText, .citiesTextItems {
    max-width: 840px;
  }
  .citiesTextItem {
    max-width: 840px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .citiesTextItem::before {
    content: " ";
    margin-right: 15px;
    background: url(../img/tick-circle.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    padding-right: 25px;
    vertical-align: middle;
  }
}
/* Extra Large Desktop: */
@media (min-width: 4000px) {
  .citiesTabs {
    display: flex;
    gap: 5px;
	flex-wrap: wrap;
  }
  #selectCityMobile {
    display: none;
  }
  .citiesImage img {
    width: 844px;
    max-width: 844px;
    height: auto;
    max-height: unset;
  }
  .citiesTabs li a {
    line-height: 38px;
  }
  .cities__block {
    display: flex;
    flex-direction: row;
  }
  .citiesText, .citiesTextItems {
    max-width: 840px;
  }
  .citiesTextItem {
    max-width: 840px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .citiesTextItem::before {
    content: " ";
    margin-right: 15px;
    background: url(../img/tick-circle.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    padding-right: 25px;
    vertical-align: middle;
  }
}
/* Desktop: */
@media screen and (max-width: 1420px) {
  .citiesTabs {
    display: flex;
    gap: 20px;
	flex-wrap: wrap;
  }
  #selectCityMobile {
    display: none;
  }
  .citiesImage img {
    width: 100%;
    min-width: 549px;
    height: auto;
    max-height: unset;
  }
  .citiesTabs li a {
    line-height: 32px;
  }
  
    .citiesTabs li a:hover {
    color:#568DAD
  }
  
  .cities__block {
    display: flex;
    flex-direction: row;
  }
  .citiesText, .citiesTextItems {
    max-width: 549px;
  }
  .citiesTextItem {
    max-width: 549px;
    margin-bottom: 8px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .citiesTextItem::before {
    content: " ";
    margin-right: 15px;
    background: url(../img/tick-circle.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    padding-right: 25px;
    vertical-align: middle;
  }
}
/* Desktop : */
@media screen and (max-width: 1200px) {
  .cities {
    margin-bottom: 140px;
  }
  .citiesTabs {
    display: flex;
    gap: 10px;
	flex-direction: column;
    align-items: flex-start;
	flex-wrap: wrap;
  }
  #selectCityMobile {
    display: none;
  }
  .citiesImage img {
    width: 100%;
    min-width: 549px;
    height: auto;
    max-height: unset;
  }
  .citiesTabs li a {
    line-height: 32px;
  }
  .cities__block {
    display: flex;
    flex-direction: row;
  }
  .citiesText, .citiesTextItems {
    max-width: 549px;
  }
  .citiesTextItem {
    max-width: 549px;
    margin-bottom: 8px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .citiesTextItem::before {
    content: " ";
    margin-right: 15px;
    background: url(../img/tick-circle.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    padding-right: 25px;
    vertical-align: middle;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .select_city_wrap .select_city_ul li {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li div {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li div a {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .cities {
    margin-bottom: 100px;
  }
  .cities__block {
    display: flex;
    flex-direction: column;
  }
  .select_city_wrap .select_city_ul li {
    padding-top: 0px !important;
  }

  .citiesImage {
    width: 100% !important;
  }
  .citiesImage img {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .select_city_wrap {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .default_city_option {
    width: 100%;
    max-width: 100%;
  }
  .default_city_option li .city_option .selectCity__city a,
  .default_city_option li .city_option .selectCity__city span {
    line-height: 38px !important;
  }
  .select_city_ul li .city_option .selectCity__city a,
  .select_city_ul li .city_option .selectCity__city span {
    line-height: 38px !important;
  }
  .select_city_wrap .select_city_ul li:first-child {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
  }
  .select_city_wrap .select_city_ul {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li {
    padding-bottom: 15px !important;
  }
  .select_city_wrap .select_city_ul li:last-child {
    padding-bottom: 33px !important;
  }
  .citiesTextItem {
    margin-bottom: 20px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .citiesTextItem::before {
    content: " ";
    margin-right: 15px;
    background: url(../img/tick-circle.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    padding-right: 25px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 760px) {
  .select_city_wrap .select_city_ul li {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li div {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li div a {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .cities {
    margin-bottom: 100px;
  }
  .select_city_wrap .select_city_ul li {
    padding-top: 0px !important;
  }

  .citiesImage img {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .select_city_wrap {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .default_city_option {
    width: 100%;
    max-width: 100%;
  }
  .default_city_option li .city_option .selectCity__city a,
  .default_city_option li .city_option .selectCity__city span {
    line-height: 38px !important;
  }
  .select_city_ul li .city_option .selectCity__city a,
  .select_city_ul li .city_option .selectCity__city span {
    line-height: 38px !important;
  }
  .select_city_wrap .select_city_ul li:first-child {
    padding-top: 20px !important;
    padding-bottom: 15px !important;
  }
  .select_city_wrap .select_city_ul {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li {
    padding-bottom: 15px !important;
  }
  .select_city_wrap .select_city_ul li:last-child {
    padding-bottom: 33px !important;
  }
  .citiesTextItem {
    margin-bottom: 20px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .citiesTextItem::before {
    content: " ";
    margin-right: 15px;
    background: url(../img/tick-circle.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    padding-right: 25px;
    vertical-align: middle;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .select_city_wrap .select_city_ul li {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li div {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li div a {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .cities {
    margin-top: 0px;
    margin-bottom: 80px;
  }
  .select_city_wrap .select_city_ul li {
    padding-top: 0px !important;
  }

  .citiesImage {
    margin-right: 0px;
  }
  .citiesImage img {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    min-width: 391px;
    max-height: 100%;
  }
  .select_city_wrap {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .default_city_option {
    width: 100%;
    max-width: 100%;
  }
  .default_city_option li .city_option .selectCity__city a,
  .default_city_option li .city_option .selectCity__city span {
    line-height: 26px !important;
  }
  .select_city_ul li .city_option .selectCity__city a,
  .select_city_ul li .city_option .selectCity__city span {
    line-height: 26px !important;
  }
  .select_city_wrap .select_city_ul li:first-child {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
  .select_city_wrap .select_city_ul {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li {
    padding-bottom: 10px !important;
  }
  .select_city_wrap .select_city_ul li:last-child {
    padding-bottom: 16px !important;
  }
  .citiesTextItem {
    margin-bottom: 20px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .citiesTextItem::before {
    content: " ";
    margin-right: 10px;
    background: url(../img/tick-circle.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    padding-right: 15px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 420px) {
  .select_city_wrap .select_city_ul li {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li div {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li div a {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li {
    padding-top: 0px !important;
  }

  .citiesImage {
    margin-right: 0px;
  }
  .citiesImage img {
    margin-bottom: 40px;
    width: 390px;
    height: auto;
    max-width: 390px;
    max-height: 336px;
  }
  .default_city_option li .city_option .selectCity__city a,
  .default_city_option li .city_option .selectCity__city span {
    line-height: 26px !important;
  }
  .select_city_ul li .city_option .selectCity__city a,
  .select_city_ul li .city_option .selectCity__city span {
    line-height: 26px !important;
  }
  .select_city_wrap .select_city_ul li:first-child {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
  .select_city_wrap .select_city_ul li {
    padding-bottom: 10px !important;
  }
  .select_city_wrap .select_city_ul li:last-child {
    padding-bottom: 16px !important;
  }
  .citiesTextItem {
    margin-bottom: 20px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .citiesTextItem::before {
    content: " ";
    margin-right: 10px;
    background: url(../img/tick-circle.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    padding-right: 15px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 400px) {
  .select_city_wrap .select_city_ul li {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li div {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li div a {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li {
    padding-top: 0px !important;
  }

  .citiesImage {
    max-width: 346px;
    margin-right: 0px;
  }
  .citiesImage img {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    min-width: 346px;
    max-height: 358px;
  }
  .select_city_wrap {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .default_city_option {
    width: 100%;
    max-width: 100%;
  }
  .default_city_option li .city_option .selectCity__city a,
  .default_city_option li .city_option .selectCity__city span {
    line-height: 26px !important;
  }
  .select_city_ul li .city_option .selectCity__city a,
  .select_city_ul li .city_option .selectCity__city span {
    line-height: 26px !important;
  }
  .select_city_wrap .select_city_ul li:first-child {
    padding-top: 20px !important;
    padding-bottom: 10px !important;
  }
  .select_city_wrap .select_city_ul {
    width: 100%;
  }
  .select_city_wrap .select_city_ul li {
    padding-bottom: 10px !important;
  }
  .select_city_wrap .select_city_ul li:last-child {
    padding-bottom: 16px !important;
  }
  .citiesTextItem {
    margin-bottom: 20px;
    color: #2c3e50;
    font-family: "Mulish", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .citiesTextItem::before {
    content: " ";
    margin-right: 10px;
    background: url(../img/tick-circle.svg) no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    padding-right: 15px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 360px) {
  .select_city_wrap .select_city_ul li {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li div {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .select_city_ul li div a {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap {
    width: 100%;
    max-width: 100%;
  }
  .select_city_wrap .default_city_option {
    width: 100%;
    max-width: 100%;
  }
  .citiesImage {
    margin-right: 0px;
  }
  .citiesImage img {
    margin-bottom: 40px;
    width: 100%;
    height: auto;
    min-width: 300px;
    max-height: 358px;
  }
}
.news__boxes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-width: 1920px;
}

.newsBox {
  margin-right: 40px;
  margin-bottom: 68px;
  display: flex;
  flex-direction: column;
}

.newsBox__image a, .newsBox__image img {
  width: 100%;
  height: auto;
  max-width: 846px;
  max-height: 416px;
  object-fit: cover;
}

.newsBox__title h3, .newsBox__title h2 {
  margin-top: 40px;
  margin-bottom: 22px;
  max-width: 729px;
  min-width: 331px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  text-align: left;
}
@media (min-width: 1024px) {
  .newsBox__title h3, .newsBox__title h2 {
    font-size: calc(20px + 10 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .newsBox__title h3, .newsBox__title h2 {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .newsBox__title h3, .newsBox__title h2 {
    font-size: calc(20px + 17 * ((100vw - 340px) / 1920));
  }
}

.newsBox__text p {
  margin-bottom: 20px;
  max-width: 729px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-align: left;
}
@media (min-width: 1024px) {
  .newsBox__text p {
    font-size: calc(16px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .newsBox__text p {
    font-size: calc(16px + 3.4 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .newsBox__text p {
    font-size: calc(16px + 6.8 * ((100vw - 340px) / 1920));
  }
}

.newsBox__link {
  display: block;
  height: 34px;
  text-align: right;
}

.newsBoxLink {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-self: center;
}

.newsBoxLink__text {
  margin-right: 12px;
  color: #45A148;
  font-family: "OpenSans-Bold", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
}
@media (min-width: 1024px) {
  .newsBoxLink__text {
    font-size: calc(20px + 0 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .newsBoxLink__text {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .newsBoxLink__text {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}

.newsBoxLink__image {
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
  margin-top: -5px;
}

/* Пагінація: */
.news__pagination {
  margin-top: 0px;
  margin-bottom: 140px;
  height: 34px;
  text-align: right;
}

.newsPaginateLink {
  margin-right: 19px;
  color: #2c3e50;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .newsPaginateLink {
    font-size: calc(20px + 0 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .newsPaginateLink {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .newsPaginateLink {
    font-size: calc(20px + 0 * ((100vw - 340px) / 1920));
  }
}

.paginateLinkSelected {
  color: #45A148 !important;
  font-family: "OpenSans-Bold", sans-serif;
  font-weight: 700;
}

/* Adaptive: */
/* Desktop Large: */
@media (min-width: 1420px) {
  .news {
    min-width: 1320px;
    width: 100vw;
    max-width: 1320px;
  }
  .news__boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
    min-width: 1320px;
  }
  .newsBox__image a, .newsBox__image img {
    width: 592px;
    height: auto;
    max-width: 592px;
    max-height: unset;
    min-height: 416px !important;
  }
  .newsBox {
    margin-right: 0px;
  }
  .newsBox__text p {
    max-width: 550px;
  }
}
@media (min-width: 1550px) {
  .news {
    min-width: 1440px;
    width: 100vw;
    max-width: 1440px;
  }
  .news__boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
    min-width: 1440px;
  }
  .newsBox__image a, .newsBox__image img {
    width: 635px;
    height: auto;
    max-width: 635px;
    max-height: unset;
    min-height: 416px !important;
  }
  .newsBox {
    margin-right: 0px;
  }
  .newsBox__text p {
    max-width: 600px;
  }
}
@media (min-width: 1600px) {
  .news {
    min-width: 1440px;
    width: 100vw;
    max-width: 1440px;
  }
  .news__boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
    min-width: 1440px;
  }
  .newsBox__image a, .newsBox__image img {
    width: 635px;
    height: auto;
    max-width: 635px;
    max-height: unset;
    min-height: 416px !important;
  }
  .newsBox {
    margin-right: 0px;
  }
  .newsBox__text p {
    max-width: 600px;
  }
}
@media (min-width: 1750px) {
  .news {
    min-width: 1600px;
    width: 100vw;
    max-width: 1600px;
  }
  .news__boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 20px;
    min-width: 1600px;
  }
  .newsBox__image a, .newsBox__image img {
    width: 635px;
    height: auto;
    max-width: 635px;
    max-height: unset;
    min-height: 416px !important;
  }
  .newsBox {
    margin-right: 0px;
  }
  .newsBox__text p {
    max-width: 650px;
  }
}
@media (min-width: 1800px) {
  .news {
    min-width: 1600px;
    width: 100vw;
    max-width: 1600px;
  }
  .news__boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 40px;
    min-width: 1600px;
  }
  .newsBox__image a, .newsBox__image img {
    width: 736px;
    height: auto;
    max-width: 736px;
    max-height: 416px;
    min-height: 416px !important;
  }
  .newsBox {
    margin-right: 0px;
  }
}
@media (min-width: 1920px) {
  .news {
    min-width: 1732px;
    width: 100vw;
    max-width: 1760px;
  }
  .news__boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    column-gap: 40px;
    min-width: 1732px;
  }
  .newsBox__image a, .newsBox__image img {
    width: 846px;
    height: auto;
    max-width: 846px;
    max-height: 416px;
    min-height: 416px !important;
  }
  .newsBox {
    margin-right: 0px;
  }
}
@media (min-width: 4000px) {
  .news__boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 40px;
    min-width: 1920px;
  }
  .newsBox__image a, .newsBox__image img {
    width: 846px;
    height: auto;
    max-width: 846px;
    max-height: 416px;
    min-height: 416px !important;
  }
  .newsBox {
    margin-right: 0px;
  }
}
/* Desktop: */
@media screen and (max-width: 1420px) {
  .news {
    min-width: 1140px;
    width: 100vw;
    max-width: 1140px;
  }
  .news__boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 40px;
    min-width: 1140px;
  }
  .newsBox__image a, .newsBox__image img {
    width: 508px;
    height: auto;
    max-width: 508px;
    max-height: unset;
    min-height: 416px !important;
  }
  .newsBox {
    margin-right: 0px;
  }
  .newsBox__text p {
    max-width: 500px;
  }
}
/* Desktop : */
@media screen and (max-width: 1200px) {
  .news {
    min-width: 960px;
    width: 100vw;
    max-width: 960px;
  }
  .news__boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 40px;
    min-width: 960px;
  }
  .newsBox__image a, .newsBox__image img {
    width: 423px;
    height: auto;
    max-width: 423px;
    max-height: unset;
  }
  .newsBox {
    margin-right: 0px;
  }
  .newsBox__text p {
    max-width: 400px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .news {
    min-width: auto;
    width: auto;
    max-width: unset;
  }
  .news__boxes {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    min-width: auto !important;
    padding: 0px !important;
  }
  .newsBox {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  .newsBox__image a, .newsBox__image img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 416px;
    min-height: 416px !important;
    width: 100% !important;
  }
  .newsBox__title h3, .newsBox__title h2 {
    margin-top: 20px;
    margin-bottom: 22px;
    line-height: 38px;
  }
  .newsBox__text p {
    max-width: 100% !important;
    max-width: 729px;
    margin-bottom: 40px;
    line-height: 25px;
  }
  .news__pagination {
    margin-top: 0px;
    margin-bottom: 100px;
    height: 34px;
    text-align: center;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .news__boxes {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .newsBox {
    margin-right: 0px;
    margin-bottom: 80px;
  }
  .newsBox__image a, .newsBox__image img {
    width: 100% !important;
    height: auto;
    min-height: 336px !important;
  }
  .newsBox__title h3, .newsBox__title h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 26px;
  }
  .newsBox__text p {
    max-width: 500px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .news__pagination {
    margin-top: -40px;
    margin-bottom: 80px;
    height: 34px;
    text-align: center;
  }
}
@media screen and (max-width: 420px) {
  .news__boxes {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .newsBox {
    margin-right: 0px;
    margin-bottom: 80px;
  }
  .newsBox__image a, .newsBox__image img {
    width: 100% !important;
    height: auto;
    min-height: 336px !important;
  }
  .newsBox__title h3, .newsBox__title h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 26px;
  }
  .newsBox__text p {
    max-width: 500px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .news__pagination {
    margin-top: -40px;
    margin-bottom: 80px;
    height: 34px;
    text-align: center;
  }
}
/* Mobile: */
@media screen and (max-width: 400px) {
  .news__boxes {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .newsBox {
    margin-right: 0px;
    margin-bottom: 80px;
  }
  .newsBox__image a, .newsBox__image img {
    /*
    width: 355px;
    height: 175px;
    max-width: 355px;
    max-height: 175px;
    */
    min-height: 336px !important;
  }
  .newsBox__title h3, .newsBox__title h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 26px;
  }
  .newsBox__text p {
    max-width: 500px;
    margin-bottom: 20px;
    line-height: 22px;
  }
  .news__pagination {
    margin-top: -40px;
    margin-bottom: 80px;
    height: 34px;
    text-align: center;
  }
}
/* Mobile: */
@media screen and (max-width: 380px) {
  .news__boxes {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .newsBox__image a, .newsBox__image img {
    /*
    width: 321px;
    height: 158px;
    max-width: 321px;
    max-height: 158px;
    */
    min-height: 336px !important;
  }
  .newsBox__text p {
    max-width: 340px;
  }
  .footerContacts__phone li {
    width: 150px !important;
  }
}
@media screen and (max-width: 360px) {
  .newsBox__title h3, .newsBox__title h2 {
    min-width: 310px;
  }
  .newsBox__image a, .newsBox__image img {
    min-height: auto !important;
  }
}
.footer {
  background: #3C3C3C;
  min-height: 320px;
}

.footer__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 65px;
  padding-bottom: 62px;
}

.footerLogo, .footerLogo img {
  width: 135px;
  height: 72px;
}

.footerMenu {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
  max-width: 600px;
}



.footerMenu li a {

  margin-bottom: 30px;
  color: #FFFFFF !important;
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  line-height: 25px;
}
@media (min-width: 1024px) {
  .footerMenu li a {
    font-size: calc(14px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .footerMenu li a {
    font-size: calc(14px + 3.4 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .footerMenu li a {
    font-size: calc(14px + 6.8 * ((100vw - 340px) / 1920));
  }
}
.footerMenu li a:hover {
  color: #578DAC !important;
  cursor: pointer;
}
.footerMenu li a:active {
  color: #578DAC !important;
}

.footerContacts {
  display: flex;
  flex-direction: column;
  max-width: 250px;
}

.footerContacts__email {
  display: block;
}

.footerContacts__email, .footerContacts__email a {
  width: auto;
  min-width: 248px;
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .footerContacts__email, .footerContacts__email a {
    font-size: calc(14px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .footerContacts__email, .footerContacts__email a {
    font-size: calc(14px + 3.4 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .footerContacts__email, .footerContacts__email a {
    font-size: calc(14px + 6.8 * ((100vw - 340px) / 1920));
  }
}
.footerContacts__email:hover, .footerContacts__email a:hover {
  color: #578DAC;
  cursor: pointer;
}

.footerContacts__email a::before {
  content: " ";
  width: 25px;
  height: 25px;
  background: url("../img/icon-mail.svg") no-repeat;
  background-size: contain;
  padding-left: 40px;
}

.footerContacts__phone {
  margin-top: 20px;
  min-width: 206px;
}

.footerContacts__phone li a {
  min-width: 180px;
  display: block;
  color: #FFFFFF;
  font-family: "Mulish", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
@media (min-width: 1024px) {
  .footerContacts__phone li a {
    font-size: calc(14px + 4 * (100vw / 1920));
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .footerContacts__phone li a {
    font-size: calc(14px + 3.4 * ((100vw - 340px) / 1920));
  }
}
@media (max-width: 600px) {
  .footerContacts__phone li a {
    font-size: calc(14px + 6.8 * ((100vw - 340px) / 1920));
  }
}
.footerContacts__phone li a:hover {
  color: #578DAC;
  cursor: pointer;
}

.footerContacts__phone li:first-child a::before {
  content: " ";
  width: 25px;
  height: 25px;
  background: url("../img/icon-phone-white.svg") no-repeat;
  background-size: contain;
}

.footerContacts__phone li a::before {
  content: " ";
  width: 25px;
  height: 25px;
  padding-left: 40px;
}

.phone-link {
  margin-bottom: 11px !important;
}

@media screen and (min-width: 1920px) {
  .footerContacts__phone li a {
    min-width: 250px;
  }
  .footerMenu li a {
    min-width: 150px;
  }
}
@media screen and (min-width: 2000px) {
  .footerContacts__phone li a {
    min-width: 280px;
  }
  .footerMenu li a {
    min-width: 200px;
  }
}
/* Desktop: */
@media screen and (max-width: 1920px) {
  .footer__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 65px;
    padding-bottom: 62px;
  }
  .footerLogo, .footerLogo img {
    width: 135px;
    height: 72px;
  }
  .footerMenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
  }
  .footerMenu li a {
    min-width: 131px;
    margin-bottom: 30px;
    line-height: 25px;
  }
  .footerContacts {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .footerContacts__phone li a {
    line-height: 22px;
  }
  .footerContacts__email a {
    line-height: 22px;
  }
}
/* Tablet: */
@media screen and (max-width: 1024px) {
  .footer__row {
    padding-top: 40px;
    padding-bottom: 53px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .footerLogo, .footerLogo img {
    width: 121px;
    height: 65px;
  }
  .footerMenu {
    max-width: 260px;
    margin-left: 30px;
    padding-left: 0px;
    padding-top: 15px;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footerMenu li a {
    margin-bottom: 30px;
    min-width: 131px;
    line-height: 22px;
  }
  .footerContacts {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .footerContacts__phone li a {
    line-height: 22px;
  }
  .footerContacts__email a {
    line-height: 22px;
  }
}
/* Mobile: */
@media screen and (max-width: 600px) {
  .footer__row {
    padding-top: 20px;
    padding-bottom: 58px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .footerLogo, .footerLogo img {
    width: 82px;
    height: 44px;
  }
  .footerMenu {
    max-width: 260px;
    margin-left: 30px;
    padding-left: 0px;
    padding-top: 15px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footerMenu li a {
    margin-bottom: 15px;
    min-width: 94px;
    line-height: 19px;
  }
  .footerContacts {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0px;
  }
  .footerContacts__phone li a {
    line-height: 19px;
  }
  .footerContacts__email a {
    line-height: 19px;
  }
  .footerContacts__phone li:first-child a::before {
    padding-left: 30px;
  }
  .footerContacts__phone li a::before {
    padding-left: 30px;
  }
  .footerContacts__email a::before {
    padding-left: 30px;
  }
  .footerContacts__email, .footerContacts__email a {
    margin-top: 20px;
  }
  .footerContacts__phone {
    min-width: 360px;
    /*
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    */
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    column-gap: 120px;
  }
  .footerContacts__phone li {
    display: block;
    width: 180px;
  }
  .footerContacts__email {
    margin-top: 20px;
  }
}
/* Mobile: */
@media screen and (max-width: 450px) {
  .footerContacts__phone {
    column-gap: 0px;
  }
}
@media screen and (max-width: 400px) {
  .footerContacts__phone {
    width: 300px;
    min-width: 300px;
  }
}
* {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
  outline: 0 !important;
}

ul, li, p {
  display: block;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 736px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1440px !important;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1600px !important;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1740px !important;
  }
}
.mapContainer, .mapContainer2 {
  max-width: 100% !important;
}

@media (max-width: 600px) {
  .mapContainer, .mapContainer2 {
    max-width: 100% !important;
  }
}


.subcat{
margin-bottom: 60px;
        width: auto;
        height: auto;
        min-height: 30px;
        display: block;
        border-radius: 10px;
        border: 2px solid #568DAD;
        background: #FFFFFF;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 25px;
        padding-right: 20px;
}

ul.subcat-ul li a:hover {color:#568DAD}

a.back__link {font-size:1.2em;color:#568DAD;padding-bottom:1.9em}










/* ===================================
   Mobile Callback Button & Modal
   =================================== */

/* Hide button wrapper by default (desktop) */
#mobileCallbackBtnWrapper {
  display: none;
}

/* Show only in mobile menu when it's open */
/* Show only when mobile menu is open */
@media screen and (max-width: 768px) {
  /* Show button when menu has .show class (via JS) */
  #mobileCallbackBtnWrapper.menu-open {
    display: block;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 20px;
    z-index: 105;
    pointer-events: none;
  }
  
  #mobileCallbackBtnWrapper.menu-open #mobileCallbackBtn {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    padding: 16px 24px;
    background: linear-gradient(135deg, #578dac 0%, #45A148 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    font-family: "OpenSans-SemiBold", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 6px 20px rgba(87, 141, 172, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  
 #mobileCallbackBtnWrapper.menu-open #mobileCallbackBtn:hover {
    background: linear-gradient(135deg, #45A148 0%, #578dac 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(69, 161, 72, 0.6);
  }
  
  #mobileCallbackBtnWrapper.menu-open #mobileCallbackBtn:active {
    transform: translateY(0);
  }
  
  /* Add space below language selector when menu is open */
  .navbar-collapse.collapse.show #selectLanguageMobile {
    margin-bottom: 100px !important;
  }
}

/* Modal Styles - Isolated with specific IDs */
#mobileCallbackModalContent {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

#mobileCallbackModalHeader {
  background: linear-gradient(135deg, #578dac 0%, #45A148 100%);
  color: #ffffff;
  padding: 25px 20px;
  border: none;
}

#mobileCallbackModalLabel {
  font-family: "OpenSans-SemiBold", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

#mobileCallbackModalBody {
  padding: 25px 20px;
  background: #ffffff;
}

#mobileCallbackForm .form-label {
  font-family: "OpenSans-SemiBold", sans-serif;
  font-weight: 600;
  color: #333333;
  margin-bottom: 8px;
  font-size: 14px;
}

#mobileCallbackForm .form-control {
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px 16px;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#mobileCallbackForm .form-control:focus {
  border-color: #578dac;
  box-shadow: 0 0 0 0.2rem rgba(87, 141, 172, 0.25);
  outline: none;
}

#mobileCallbackSubmitBtn {
  background: linear-gradient(135deg, #578dac 0%, #45A148 100%);
  color: #ffffff;
  border: none;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  font-family: "OpenSans-SemiBold", sans-serif;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

#mobileCallbackSubmitBtn:hover {
  background: linear-gradient(135deg, #45A148 0%, #578dac 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(69, 161, 72, 0.4);
}

#mobileCallbackSubmitBtn:active {
  transform: translateY(0);
}

#mobileCallbackSuccess {
  border-radius: 10px;
  border: 1px solid #28a745;
  background-color: #d4edda;
  color: #155724;
}

#mobileCallbackError {
  border-radius: 10px;
  border: 1px solid #dc3545;
  background-color: #f8d7da;
  color: #721c24;
}







/* ========================================
   Reviews V2 - Modern Design
   ======================================== */

.reviews-v2 {
    padding: 80px 0 60px;
    background: #ffffff;
}

.reviews-v2__title {
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin: 0 0 40px 0;
}

.reviews-v2__stats {
    max-width: 600px;
    margin: 0 auto 50px;
    text-align: center;
    padding: 30px;
    background: linear-gradient(135deg, rgba(87, 141, 172, 0.05) 0%, rgba(69, 161, 72, 0.05) 100%);
    border-radius: 20px;
}

.reviews-v2__stats-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.reviews-v2__stats-number {
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #578dac;
    line-height: 1;
}

.reviews-v2__stats-stars {
    display: flex;
    gap: 5px;
}

.reviews-v2__stats-stars i {
    font-size: 24px;
    color: #ddd;
}

.reviews-v2__stats-stars i.active {
    color: #FFA500;
}

.reviews-v2__stats-count {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 16px;
    color: #666666;
}

.reviews-v2__grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.reviews-v2__card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(87, 141, 172, 0.1);
    transition: all 0.3s ease;
}

.reviews-v2__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 35px rgba(87, 141, 172, 0.15);
}

.reviews-v2__card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.reviews-v2__card-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #578dac 0%, #45A148 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    flex-shrink: 0;
}

.reviews-v2__card-info {
    flex: 1;
}

.reviews-v2__card-name {
    font-family: "OpenSans-SemiBold", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin: 0 0 5px 0;
}

.reviews-v2__card-date {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14px;
    color: #999999;
}

.reviews-v2__card-stars {
    display: flex;
    gap: 5px;
    margin-bottom: 15px;
}

.reviews-v2__card-stars i {
    font-size: 18px;
    color: #ddd;
}

.reviews-v2__card-stars i.active {
    color: #FFA500;
}

.reviews-v2__card-text {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

.reviews-v2__empty {
    text-align: center;
    padding: 60px 20px;
}

.reviews-v2__empty i {
    font-size: 64px;
    color: #ddd;
    margin-bottom: 20px;
}

.reviews-v2__empty p {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 18px;
    color: #999999;
    margin: 0;
}

/* ========================================
   Review Form V2
   ======================================== */

.review-form-v2 {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.review-form-v2__wrapper {
    max-width: 700px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.review-form-v2__title {
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    margin: 0 0 10px 0;
}

.review-form-v2__subtitle {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin: 0 0 40px 0;
}

.review-form-v2__form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.review-form-v2__field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.review-form-v2__label {
    font-family: "OpenSans-SemiBold", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.review-form-v2__input,
.review-form-v2__textarea {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 15px;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #333333;
}

.review-form-v2__input:focus,
.review-form-v2__textarea:focus {
    outline: none;
    border-color: #578dac;
    box-shadow: 0 0 0 4px rgba(87, 141, 172, 0.1);
}

.review-form-v2__textarea {
    resize: vertical;
    min-height: 120px;
}

.review-form-v2__rating {
    display: flex;
    gap: 10px;
    font-size: 32px;
}

.review-form-v2__rating i {
    color: #ddd;
    cursor: pointer;
    transition: all 0.2s ease;
}

.review-form-v2__rating i:hover,
.review-form-v2__rating i.active {
    color: #FFA500;
    transform: scale(1.1);
}

.review-form-v2__button {
    font-family: "OpenSans-SemiBold", sans-serif;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 40px;
    background: linear-gradient(135deg, #578dac 0%, #45A148 100%);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 5px 20px rgba(87, 141, 172, 0.3);
}

.review-form-v2__button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(87, 141, 172, 0.4);
}

.review-form-v2__button:active {
    transform: translateY(0);
}

.review-form-v2__success {
    text-align: center;
    padding: 40px;
    background: linear-gradient(135deg, rgba(69, 161, 72, 0.1) 0%, rgba(87, 141, 172, 0.1) 100%);
    border-radius: 20px;
    margin-top: 30px;
}

.review-form-v2__success i {
    font-size: 64px;
    color: #45A148;
    margin-bottom: 20px;
}

.review-form-v2__success h3 {
    font-family: "OpenSans-Bold", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px 0;
}

.review-form-v2__success p {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 16px;
    color: #666666;
    margin: 0;
}

/* ========================================
   Responsive
   ======================================== */

@media (max-width: 991px) {
    .reviews-v2 { padding: 60px 0 40px; }
    .reviews-v2__title { font-size: 36px; }
    .reviews-v2__stats { margin-bottom: 40px; padding: 25px; }
    .reviews-v2__stats-number { font-size: 48px; }
    .reviews-v2__grid { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 25px; }
    .review-form-v2 { padding: 60px 0; }
    .review-form-v2__wrapper { padding: 40px 30px; }
    .review-form-v2__title { font-size: 32px; }
}

@media (max-width: 767px) {
    .reviews-v2 { padding: 50px 0 30px; }
    .reviews-v2__title { font-size: 28px; margin-bottom: 30px; }
    .reviews-v2__stats { padding: 20px; margin-bottom: 30px; }
    .reviews-v2__stats-number { font-size: 42px; }
    .reviews-v2__stats-stars i { font-size: 20px; }
    .reviews-v2__grid { grid-template-columns: 1fr; gap: 20px; }
    .reviews-v2__card { padding: 25px 20px; }
    .review-form-v2 { padding: 50px 0; }
    .review-form-v2__wrapper { padding: 30px 20px; border-radius: 15px; }
    .review-form-v2__title { font-size: 26px; }
    .review-form-v2__subtitle { font-size: 15px; }
    .review-form-v2__rating { font-size: 28px; }
    .review-form-v2__button { font-size: 16px; padding: 15px 30px; }
}

@media (max-width: 480px) {
    .reviews-v2__title { font-size: 24px; }
    .reviews-v2__stats-number { font-size: 36px; }
    .reviews-v2__card-avatar { width: 45px; height: 45px; font-size: 20px; }
    .reviews-v2__card-name { font-size: 16px; }
    .review-form-v2__title { font-size: 24px; }
    .review-form-v2__rating { font-size: 24px; gap: 8px; }
}


@media (max-width: 600px) {
  .select_phone_wrap {
    width: auto;
    min-width: auto;
    max-width: 220px;
    margin-right: 0;
  }
  
  .selectPhone__telephone {
    padding-right: 20px;
  }
  
  .selectPhone__telephone a {
    font-size: 16px !important;
    white-space: nowrap;
  }
}