html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif !important;
}

main {
  padding-top: 103px;
  min-height: 85vh;
}

h2 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.sectionWidth {
  max-width: 81.25rem;
  margin: auto;
  padding: 3.125rem 1.25rem;
}
.sectionWidth.w-100 {
  max-width: inherit;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

header {
  width: 100%;
  background: #6A3045;
  transition: all 0.5s ease-out;
}
header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.5s ease-out;
}

nav {
  max-width: 81.25rem;
  padding: 1.25rem 1.25rem;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.menuWrapper {
  display: flex;
  align-items: center;
}

.logo {
  z-index: 10;
  line-height: 0;
}
.logo a {
  line-height: 0;
}

.logo span {
  text-align: right;
  color: #fff;
  float: right;
  font-size: 11px;
  letter-spacing: 1px;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 3.2px;
  z-index: 10;
  width: 130px;
  align-items: flex-end;
}
.burger span {
  display: block;
  width: 30px;
  height: 3.2px;
  margin-bottom: 5.2px;
  position: relative;
  z-index: 1;
  transform-origin: 0 0;
  transition: 0.4s;
  background-color: white;
}
.burger.is-active span:nth-child(1) {
  transform: translate(4.5px, 0px) rotate(41deg);
  background-color: white;
}
.burger.is-active span:nth-child(2) {
  opacity: 0;
  transform: translateX(-15px);
}
.burger.is-active span:nth-child(3) {
  transform: translate(3px, 3.5px) rotate(-42deg);
  background-color: white;
}

.menu {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.menu li {
  list-style-type: none;
  margin-left: 2.5rem;
}
.menu li a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.menuWrapper.active {
  z-index: 9;
  display: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #6A3045;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  animation-name: animaceMenuA;
  animation-duration: 0.5s;
}
@keyframes animaceMenuA {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menuWrapper.active .button, .menuWrapper.active #menu-leng-menu, .menuWrapper.active #menu-leng-menu-en {
  display: block;
}
.menuWrapper.active #menu-leng-menu, .menuWrapper.active #menu-leng-menu-en {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menuWrapper.active #menu-leng-menu li, .menuWrapper.active #menu-leng-menu-en li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  border: none;
}
.menuWrapper.active #menu-leng-menu li a, .menuWrapper.active #menu-leng-menu-en li a {
  border: none;
  font-size: 20px;
  background: white;
  color: #6A3045;
  padding: 5px 25px;
  border-radius: 15px;
}
.menuWrapper.active #menu-leng-menu li a::after, .menuWrapper.active #menu-leng-menu li a::before, .menuWrapper.active #menu-leng-menu-en li a::after, .menuWrapper.active #menu-leng-menu-en li a::before {
  display: none;
}
.menuWrapper.active #menu-leng-menu .sub-menu, .menuWrapper.active #menu-leng-menu-en .sub-menu {
  border: none;
  background-color: inherit;
  position: inherit;
  display: block;
}
.menuWrapper.active #menu-leng-menu .sub-menu li, .menuWrapper.active #menu-leng-menu-en .sub-menu li {
  border: none;
}
.menuWrapper.active #menu-leng-menu .sub-menu li a, .menuWrapper.active #menu-leng-menu-en .sub-menu li a {
  font-size: 1.25rem;
  background: none;
  color: white;
}
.menuWrapper.active .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}
.menuWrapper.active li {
  margin: 0.9375rem 0;
}
.menuWrapper.active li a {
  color: white;
  font-size: 1.25rem;
}

#menu-leng-menu, #menu-leng-menu-en {
  list-style-type: none;
  position: relative;
  padding: 0;
  margin-left: 40px;
}
#menu-leng-menu.is-active, #menu-leng-menu-en.is-active {
  border-bottom: none;
}

#menu-leng-menu li a::before, #menu-leng-menu-en li a::before {
  content: url(../images/main/globe.svg);
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}

#menu-leng-menu li a::after, #menu-leng-menu-en li a::after {
  content: url(../images/header/arrow.svg);
  margin-left: 0.3125rem;
}

#menu-leng-menu li, #menu-leng-menu-en li {
  padding: 0.3125rem 1.25rem 0.3125rem 0;
  border: 0.0625rem solid white;
  border-radius: 0.9375rem;
}

#menu-leng-menu li a, #menu-leng-menu-en li a {
  color: white;
  text-decoration: none;
  font-size: 0.9375rem;
  border: none;
}

#menu-leng-menu .sub-menu.active, #menu-leng-menu-en .sub-menu.active {
  display: flex;
  z-index: 1;
  background-color: #6A3045;
  border: 0.0625rem solid white;
  border-radius: 15px;
  padding: 1px 0;
}

#menu-leng-menu .sub-menu, #menu-leng-menu-en .sub-menu {
  margin: 0;
  padding: 0rem;
  display: none;
  position: absolute;
  flex-direction: column;
  align-items: center;
  top: 30px;
  right: 0;
  transition: background-color 0.5s ease-out;
}
#menu-leng-menu .sub-menu li, #menu-leng-menu-en .sub-menu li {
  padding: 0rem;
  margin: 0;
  text-align: right;
  list-style-type: none;
  padding: 0.25rem 1.875rem;
  border: none;
  border-radius: 0.9375rem;
  background: #6A3045;
}
#menu-leng-menu .sub-menu li:hover, #menu-leng-menu .sub-menu li:active, #menu-leng-menu-en .sub-menu li:hover, #menu-leng-menu-en .sub-menu li:active {
  background-color: white;
  transition: background-color 0.5s ease-out;
}
#menu-leng-menu .sub-menu li:hover a, #menu-leng-menu .sub-menu li:active a, #menu-leng-menu-en .sub-menu li:hover a, #menu-leng-menu-en .sub-menu li:active a {
  color: #6A3045;
  transition: color 0.5s ease-out;
}
#menu-leng-menu .sub-menu a, #menu-leng-menu-en .sub-menu a {
  color: white;
  text-decoration: none;
  font-size: 0.9375rem;
  border: none !important;
  padding: 0;
  transition: color 0.5s ease-out;
}
#menu-leng-menu .sub-menu a::before, #menu-leng-menu .sub-menu a::after, #menu-leng-menu-en .sub-menu a::before, #menu-leng-menu-en .sub-menu a::after {
  content: none;
}

.cover {
  text-align: center;
  position: relative;
}
.cover .img {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.cover img {
  width: 100%;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.cover h1 {
  margin-bottom: 1.25rem;
  text-shadow: 0px 0px 9px rgba(13, 17, 51, 0.34);
}
.cover h2 {
  margin: 1.25rem 0;
  text-shadow: 0px 0px 6.768px rgba(13, 17, 51, 0.91);
}
.cover .content {
  width: 100%;
  height: 40rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.cover .container.bg-light {
  padding: 1.25rem;
  border-radius: 1.25rem 1.25rem 0 0;
  max-width: 62.5rem;
  width: 100%;
}
.cover .container.bg-light p {
  margin-bottom: 0;
  color: #3C3C3C;
}
.cover .container.bg-light .wrapper {
  display: flex;
  justify-content: space-around;
}
.cover a {
  color: #3C3C3C;
}
.cover a:hover, .cover a:active {
  text-decoration: none;
}

.investment .container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.investment .container .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 20rem;
  margin: 7px;
}
.investment .container p {
  text-align: center;
}
.investment .icon {
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxes {
  display: flex;
}
.boxes .box {
  border-radius: 0.9375rem;
  margin: 0 0.3125rem;
  text-align: center;
  width: 50%;
  overflow: hidden;
  box-shadow: 0rem 0rem 1.75rem rgba(0, 0, 0, 0.16);
}
.boxes .qmWrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxes .questionMark {
  margin-left: 0.625rem;
}
.boxes .questionMark .tooltiptext {
  width: 185px !important;
  text-align: center;
  right: -30px;
  left: auto;
}
.boxes .line {
  border-bottom: 0.0625rem solid #9e7b88;
  padding: 1.25rem 0;
}
.boxes .line:nth-child(2) p {
  display: flex;
  justify-content: center;
}
.boxes .line:last-child {
  border-bottom: none;
}
.boxes p {
  margin: 0.3125rem 0 0.625rem;
}
.boxes .button {
  margin-top: 0;
}
.boxes .button.after {
  display: none;
}

.resultsContainer {
  margin: 2.5rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.resultsContainer .wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.resultsContainer .wrapper h3, .resultsContainer .wrapper p {
  margin: 0;
}
.resultsContainer .result {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.calculator .container {
  padding: 1.875rem 2.5rem;
  border-radius: 0.625rem;
}
.calculator .container .bg-grey-li {
  padding: 0.625rem;
  border-radius: 0.625rem;
}
.calculator .container .wrapper .button {
  margin: 0 0 0 auto !important;
}

.spanWrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 1.25rem;
}
.spanWrapper p {
  margin-bottom: 0;
}

.toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 30rem;
  text-align: center;
}

.toggle-center {
  background: url(../images/main/bg-toggle.svg) no-repeat center center;
  width: 25%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tab-1, .tab-2 {
  color: #3C3C3C;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
.tab-1.active-tab, .tab-2.active-tab {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.toggle-center img {
  margin-left: 0rem;
  padding-left: 0.5rem;
  transition: all 0.5s ease-in-out;
}

.toggle-center.active-tab img {
  margin-left: 3.0625rem;
  transition: all 0.5s ease-in-out;
}

.sales, .attendanc {
  display: none;
}
.sales.active-wrap, .attendanc.active-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.875rem;
}

.toggle-centerb {
  background: url(../images/main/bg-toggle.svg) no-repeat center center;
  width: 35%;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.tab-1b, .tab-2b {
  color: white;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out;
}
.tab-1b.active-tab, .tab-2b.active-tab {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.toggle-centerb img {
  margin-left: 0rem;
  padding-left: 0.5rem;
  transition: all 0.5s ease-in-out;
}

.toggle-centerb.active-tab img {
  margin-left: 3.0625rem;
  transition: all 0.5s ease-in-out;
}

.salesb, .attendancb {
  display: none;
}
.salesb.active-wrap, .attendancb.active-wrap {
  display: flex;
  margin-top: 1.875rem;
  justify-content: center;
}

.chart img {
  padding: 0.625rem 0;
  max-width: 780px;
  min-width: 500px;
  width: 100%;
}

.chartText {
  max-width: 700px;
  margin: auto;
}

.branches {
  background: #562034;
  overflow: hidden;
}

.page {
  background: #562034;
  padding: 2rem 0;
}

.page h2 {
  margin: 1.25rem 0;
}
.page .buttonWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .buttonWrapper .button {
  margin: 0 1.25rem 0.625rem;
  min-width: 240px;
}

.menuBranchesWrapper {
  background: #6A3045;
  box-shadow: 0rem 0rem 2.0625rem rgba(0, 0, 0, 0.25);
  padding: 1.25rem;
}

.menuBranches {
  max-width: 75rem;
  padding: 2.5rem;
  margin: auto;
  margin: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.menuBranches li {
  list-style-type: none;
  margin: 0.625rem;
}
.menuBranches li a {
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.625rem;
  transition: all 0.5s ease-out;
}
.menuBranches li a:hover, .menuBranches li a:active {
  color: white;
  background-color: rgba(217, 217, 217, 0.27);
  transition: all 0.5s ease-out;
}
.menuBranches li.selected a {
  background-color: rgba(217, 217, 217, 0.27);
}

/* animation */
.fadeInLeft,
.fadeInRight {
  animation: 0.7s both;
  overflow: hidden;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-62.5rem);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(62.5rem);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.plans .textPhoto {
  margin: auto;
  display: flex;
  align-items: center;
}
.plans .textPhoto .img {
  width: 50%;
  line-height: 0;
}
.plans .textPhoto .img img {
  max-width: 100%;
}
.plans .textPhoto .text {
  width: 50%;
  max-width: 31.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1.875rem;
}
.plans .textPhoto p {
  text-align: right;
  margin-top: 0;
}
.plans .textPhoto .button {
  margin-right: 0 !important;
}

.actuality {
  background: #562134;
}
.actuality .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.actuality .wrapper {
  width: 30%;
  color: white;
  text-decoration: none;
}
.actuality .wrapper:hover h3, .actuality .wrapper:active h3 {
  opacity: 0.7;
  transition: opacity 0.25s ease-out;
}
.actuality .wrapper:hover img, .actuality .wrapper:active img {
  opacity: 0.7;
  transition: opacity 0.25s ease-out;
}
.actuality .wrapper img {
  max-width: 100%;
  border-radius: 10px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.25s ease-out;
}
.actuality .wrapper h3 {
  text-align: center;
  opacity: 1;
  transition: opacity 0.25s ease-out;
}

.actualityPage .actuality {
  background: white;
}
.actualityPage .actuality .wrapper {
  color: #6A3045;
}

.show {
  max-width: 62.5rem;
  margin: auto;
}

.faq .lineGrey {
  width: 100%;
  height: 0.0625rem;
  background: #DCDCDC;
  margin: 1.875rem 0;
}
.faq dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.875rem;
  margin: 0;
  cursor: pointer;
}
.faq dt .minus {
  display: none;
}
.faq dt.close .minus {
  display: block;
}
.faq dt.close .plus {
  display: none;
}
.faq dd {
  width: 85%;
  margin: 0rem 1.875rem;
}
.faq dd p {
  margin-bottom: 0;
}

.partners {
  display: flex;
  justify-content: center;
  margin: 2.5rem 0;
}
.partners .box {
  margin: 0 0.9375rem;
  width: 14.75rem;
  height: 27.9375rem;
}
.partners .box:hover .displayN, .partners .box:active .displayN {
  display: flex;
  width: 100%;
  height: 85%;
  bottom: 0;
  padding: 0 0.9375rem 0.625rem;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
.partners .box:hover .hWrapper, .partners .box:active .hWrapper {
  background-color: rgba(106, 48, 69, 0.85);
  transition: background-color 0.5s ease-out;
}
.partners .box .hWrapper {
  background: #6A3045;
  width: 100%;
  height: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.5s ease-out;
}
.partners .box h3 {
  color: white;
  text-align: center;
  display: block;
  width: 100%;
}
.partners .displayN {
  display: flex;
  width: 100%;
  height: 85%;
  bottom: 0;
  padding: 0 0.9375rem 0.625rem;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.partners .displayN p {
  color: white;
  margin: 0;
  display: flex;
  justify-content: center;
  cursor: default;
}

.articles .logoWrapper {
  width: 14.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.875rem;
  margin: 0 0.625rem;
}
.articles .logos {
  display: flex;
  justify-content: center;
  margin: 1.875rem 0;
}
.articles .logos a {
  margin: 0 0.3125rem;
}
.articles .logos a img {
  max-width: 100%;
  filter: grayscale(100%);
  transition: filter 0.5s;
}
.articles .logos a img:hover, .articles .logos a img:active {
  filter: grayscale(0);
  transition: filter 0.5s;
}

.articles .logoWrapper {
  width: 14.4375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.875rem;
  margin: 0 0.625rem;
}

.articles .logos {
  display: flex;
  justify-content: center;
  margin: 1.875rem 0;
}

.articles .logos a {
  margin: 0 0.3125rem;
}

.articles .logos a img {
  max-width: 100%;
  filter: grayscale(100%);
  transition: filter 0.5s;
}

.articles .logos a img:hover, .articles .logos a img:active {
  filter: grayscale(0);
  transition: filter 0.5s;
}

.article .actuality {
  display: block !important;
}

.article .mainPhoto {
  margin: 50px 0;
}

.article .mainPhoto {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
}

.article .datum {
  position: relative;
}

.article .content h2, .article .content h3, .article .content h4, .article .content h5, .article .content h6 {
  color: #6A3045;
  margin: 15px 0;
}

.article .content h2 {
  font-size: 24px;
}

.article .content h3 {
  font-size: 20px;
}

.article .content h4 {
  font-size: 18px;
}

.article .content h5 {
  font-size: 16px;
}

.article .content h6 {
  font-size: 14px;
}

.article .content a {
  text-decoration: none;
}

.article .actuality {
  background: #F2F2F2;
}

.questionMark {
  margin-left: 0.3125rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.questionMark:hover .tooltiptext, .questionMark:active .tooltiptext {
  visibility: visible;
}
.questionMark .tooltiptext {
  visibility: hidden;
  background-color: white;
  color: #3C3C3C;
  padding: 0.625rem;
  position: absolute;
  z-index: 1;
  text-align: left;
  top: 0.9375rem;
  right: 0;
  box-shadow: 0rem 0rem 1.4375rem rgba(0, 0, 0, 0.08);
  width: 13.125rem !important;
  font-weight: 400;
  overflow: auto;
  left: 0.625rem;
  top: 1.125rem;
}
.questionMark .tooltiptext p {
  margin: 0;
}

.parameters .table {
  background-color: #6A3045;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.parameters .table .box {
  width: 40%;
}
.parameters .table .box .wrapper {
  display: flex;
  align-items: center;
  padding: 1.875rem;
}
.parameters .table .box:nth-child(3n+2) {
  width: 20%;
}
.parameters .table .box:nth-child(3n+2) .wrapper {
  justify-content: center;
}
.parameters .table .box:nth-child(3n+1) .wrapper {
  justify-content: flex-end;
}
.parameters .table .box img {
  margin-right: 1.25rem;
}
.parameters .table .box p {
  margin: 0;
  color: white;
  text-align: center;
  width: 12.1rem;
}
.parameters .table .box:nth-child(odd) {
  background-color: rgba(43, 43, 43, 0.22);
}
.parameters .documents {
  background-color: #562738;
  padding: 1.875rem 0;
}
.parameters .documents h3 {
  margin-top: 0;
}
.parameters .links {
  display: flex;
  justify-content: center;
}
.parameters .links a {
  display: flex;
  align-items: center;
  color: white;
  margin-right: 1.875rem;
}
.parameters .links a:hover, .parameters .links a:active {
  text-decoration: none;
}
.parameters .links a:last-child {
  margin-right: 0;
}
.parameters .links a svg {
  margin-right: 0.625rem;
}

.sliderReference {
  max-width: 62.5rem;
  margin: auto;
}

.sliderWrapper {
  background-color: white;
  padding: 1.25rem;
  margin: 0.9375rem;
  min-height: 25rem;
  position: relative;
}
.sliderWrapper .quotationMarkT {
  padding-bottom: 1.25rem;
}
.sliderWrapper .quotationMarkB {
  display: flex;
  justify-content: end;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1.25rem;
}

form {
  max-width: 46.875rem;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
form p {
  margin: 0;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  /* -webkit-box-shadow: 0 0 0px 1000px #fff inset; */
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input[type=submit] {
  cursor: pointer;
  display: table;
  padding: 0.6875rem 3.125rem;
  margin: 10px auto 0;
  text-align: center;
  transition: all 0.5s ease-out;
  font-size: 1.0625rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0.4375rem;
  color: black;
  background-color: white;
  border: 0.0625rem solid white;
}
input[type=submit]:hover, input[type=submit]:active {
  color: white;
  background-color: #6A3045;
  transition: all 0.5s ease-out;
}

.contactForm input:not([type=submit]), select {
  padding: 0.9375rem 1.25rem;
  margin-bottom: 0.9375rem;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  border-radius: 0.3125rem;
  width: 100%;
}
.contactForm input:not([type=submit])::-moz-placeholder, select::-moz-placeholder {
  color: #595959;
}
.contactForm input:not([type=submit])::placeholder, select::placeholder {
  color: #595959;
}

.inpWrapper {
  width: 49%;
}

.cfWrapper {
  display: flex;
  justify-content: space-between;
}

.wpcf7-buttonWrapper p {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
  align-items: center;
}

.wpcf7-not-valid-tip {
  font-size: 0.9375rem !important;
  padding: 0rem 1.25rem 0.625rem !important;
  padding: 0;
  margin-top: 0rem !important;
  font-weight: 600;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  text-align: center;
  border-radius: 0.3125rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #6A3045 !important;
  text-align: center !important;
  padding: 0.625rem !important;
  background: #ffffff !important;
  font-weight: 600;
  border-radius: 0.3125rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  text-align: center;
  margin-bottom: 0;
  margin-top: 0.625rem;
  font-weight: 600;
  border-radius: 0.3125rem;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #6A3045 !important;
  background: #6A3045 !important;
  color: white !important;
}

.prefooter .textPhoto {
  display: flex;
  align-items: center;
  max-width: 62.5rem;
  margin: auto;
}
.prefooter .textPhoto .img {
  width: 50%;
  line-height: 0;
}
.prefooter .textPhoto .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.prefooter .textPhoto h3, .prefooter .textPhoto a {
  margin: 0.625rem 0;
}
.prefooter .textPhoto a:hover, .prefooter .textPhoto a:active {
  text-decoration: none;
}

footer {
  background-color: #3C3C3C;
}
footer .logo {
  z-index: inherit;
}
footer .container {
  max-width: 81.25rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 3.125rem 1.25rem;
}
footer .wrapper:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer h3 {
  margin-top: 0;
}
footer p {
  margin: 0;
  line-height: 1.5;
}
footer a:hover, footer a:active {
  text-decoration: none;
}

.slick-dots li.slick-active button:before, .slick-dots li button:before {
  color: #6A3045;
}

.slick-dots li button:before {
  font-size: 8px;
}

.thankYou, .errorPage {
  text-align: center;
  min-height: 73vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 50px;
  padding-bottom: 50px;
  /*
      select {
          appearance:none;
          position: relative;

          &::after {
              content: ">";

              position: absolute;
              right: 0;
              top: 0;
          }
      }*/
}
.thankYou img.logoTP, .errorPage img.logoTP {
  width: 150px;
}
.thankYou h1, .errorPage h1 {
  color: #6A3045;
  max-width: 36.875rem;
  margin: 3.125rem auto;
}
.thankYou p, .errorPage p {
  color: #3C3C3C;
  font-weight: 400;
  max-width: 32.75rem;
  text-align: center;
  margin: 0 auto;
}
.thankYou .button, .errorPage .button {
  padding: 0.9375rem 3.5rem;
  font-size: 1.5rem;
  margin-top: 3.125rem;
}
.thankYou form, .errorPage form {
  margin: 50px 0 0 0;
}
.thankYou option:first-child::before, .errorPage option:first-child::before {
  content: "den";
}
.thankYou .contactForm, .errorPage .contactForm {
  display: flex;
  justify-content: space-between;
}
.thankYou .wpcf7-response-output, .errorPage .wpcf7-response-output {
  display: none;
}
.thankYou .wpcf7-form.sent, .errorPage .wpcf7-form.sent {
  display: none;
}
.thankYou input[type=submit], .errorPage input[type=submit] {
  padding: 0.625rem 2.875rem;
  font-size: 20px;
}

.wpcf7-form.submitting .wpcf7-buttonWrapper input {
  display: none !important;
}

.selectWrapper {
  width: 100px;
}

[include*="form-input-select()"] {
  display: block;
  padding: 0;
  position: relative;
}
[include*="form-input-select()"]::before, [include*="form-input-select()"]::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
[include*="form-input-select()"] select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  border: 1px solid transparent;
  outline: none;
}
[include*="form-input-select()"] select:focus {
  background-color: transparent;
  outline: none;
}
[include*="form-input-select()"] option {
  font-weight: normal;
}
[include*="form-input-select()"] x:-o-prefocus, [include*="form-input-select()"]::after {
  display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [include*="form-input-select()"] select::-ms-expand {
    display: none;
  }
  [include*="form-input-select()"] select:focus::-ms-value {
    background: transparent;
    color: #000;
  }
}
@-moz-document url-prefix() {
  [include*="form-input-select()"] {
    overflow: hidden;
  }
  [include*="form-input-select()"] select {
    width: 120%;
    width: calc(100% + 3em);
  }
  @supports (-moz-appearance: none) {
    [include*="form-input-select()"] select {
      width: 100%;
    }
  }
  [include*="form-input-select()"] select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
}
@supports (-moz-appearance: none) {
  [include*="form-input-select()"] {
    width: 100%;
  }
}
[include*="form-input-select()"]:focus::before {
  background-color: red !important;
}
[include*="form-input-select()"]::before {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.9);
  width: 15px;
  height: 70%;
  right: 15px;
  top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  content: url(../images/main/arrowDown.svg);
  color: rgba(255, 255, 255, 0.9);
}
[include*="form-input-select()"]::before:focus {
  background-color: rgba(255, 255, 255, 0.9);
}
[include*="form-input-select()"] option {
  background-color: rgba(255, 255, 255, 0.9);
  cursor: pointer !important;
}
[include*="form-input-select()"] select {
  padding: 0.9375rem 1.25rem;
  margin-bottom: 0.9375rem;
  border: none;
  outline: 0;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  border-radius: 0.3125rem;
  width: 100%;
  cursor: pointer;
}
[include*="form-input-select()"] select:focus {
  background-color: rgba(255, 255, 255, 0.9);
}
[include*="form-input-select()"] select:focus::before {
  background-color: rgba(255, 255, 255, 0.9);
}
[include*="form-input-select()"] select[disabled], [include*="form-input-select()"] select:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.errorPage .sectionWidth h1 {
  max-width: 100%;
}
.errorPage .sectionWidth p {
  max-width: 52.75rem;
}

.newsPage {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.newsPage h1 {
  text-align: center;
  margin-bottom: 0;
}
.newsPage .filter {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 20px;
}
.newsPage .searchandfilter ul > li > ul:not(.children) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 20px;
  padding: 0;
  margin: 0;
}
.newsPage .searchandfilter ul li li {
  padding: 0 !important;
}
.newsPage .filter .button {
  margin: 0;
}
.newsPage .filter ul {
  padding: 0;
}
.newsPage .filter .sf-level-0 {
  position: relative;
}
.newsPage .filter .sf-level-0 input {
  position: absolute;
  top: 5px;
  left: 5px;
  display: none;
}
.newsPage .sf-field-category {
  padding: 0;
}
.newsPage .sf-level-0 label {
  padding: 10px 20px !important;
  border-radius: 7px;
  font-size: 1.0625rem;
  background-color: #D9D9D9;
  color: black;
  transition: color 0.5s, background-color 0.5s;
  font-weight: 500;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
}
.newsPage .sf-level-0 label:hover {
  background-color: #F0F0F0;
}
.newsPage input[type=checkbox], .newsPage input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.newsPage .sf-level-0.sf-option-active label {
  background-color: #3C3C3C;
  color: #fff;
}
.newsPage .postContainer {
  border-radius: 5px;
  overflow: hidden;
  transition: box-shadow 0.5s;
  text-decoration: none;
}
.newsPage .postContainer .image {
  line-height: 0;
  max-width: 100%;
  line-height: 0;
  display: block;
}
.newsPage .postContainer .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}
.newsPage .postContainer h3 {
  margin: 0;
}
.newsPage .postContainer .text {
  padding: 30px;
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
  gap: 20px;
}
.newsPage .postContainer .text a, .newsPage .postContainer .text p {
  margin: 0 !important;
}
.newsPage .postContainer a {
  text-decoration: none;
  transition: color 0.25s;
  color: #6A3045;
}
.newsPage .postContainer a:hover {
  color: black;
}
.newsPage .postContainer h3 {
  font-size: clamp(18px, 2vw, 22px);
}
.newsPage .postContainer .button {
  margin: 0 auto 0 0;
}
.newsPage .postContainer .link {
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 20px;
  text-align: right;
}
.newsPage .postContainer .link svg {
  margin-left: 5px;
}
.newsPage .postContainer:first-child {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
  display: flex;
  background-color: #F5F5F5;
  padding: 20px;
  gap: 30px;
}
.newsPage .postContainer:first-child .wrapper {
  width: 50%;
}
.newsPage .postContainer:first-child img {
  border-radius: 5px;
  height: 330px;
}
.newsPage .postContainer:first-child h3 {
  min-height: auto;
  font-size: clamp(22px, 2vw, 25px);
}
.newsPage .postContainer:first-child p {
  margin: 20px 0;
  font-size: clamp(16px, 8vw, 18px);
  line-height: 28.11px;
}
.newsPage .postContainer:first-child .text {
  padding: 0;
  justify-content: space-evenly;
}
.newsPage .postContainer:first-child .button {
  color: white;
}

.articlesWrapper .search-filter-results {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}

.actualityBanner {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 5;
  margin-top: 30px;
}
.actualityBanner a {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  display: block;
}
.actualityBanner img {
  max-width: 100%;
  transition: transform 0.5s;
  display: block;
  border-radius: 10px;
}

.wp-caption {
  max-width: 100%;
  text-align: center;
  margin-bottom: 1.5em;
}

.article .content img.size-full {
  width: auto;
  height: auto;
}

.article .content img.size-large {
  width: 1024px;
  height: auto;
}

.article .content img.size-medium {
  width: 300px;
  height: auto;
}

.article .content img.size-thumbnail {
  width: 150px;
  height: auto;
}

.article .content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.article .content img.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
  max-width: 50%;
}

.article .content img.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
  max-width: 50%;
}

.alignnone {
  display: inline-block;
  margin: 0 0 1.5em 0;
}

.article .content img {
  border-radius: 10px;
}

.article .banner {
  margin: 30px 0;
}

.article .banner a img {
  transition: transform 0.5s;
  width: 100%;
  display: block;
}

.article .banner a:hover img {
  transform: scale(1.025);
}

.article .content li {
  list-style: none;
  position: relative;
  margin: 5px 0;
}

.article .content ul {
  padding-left: 20px;
  margin: 5px 0;
}

.article .content li:before {
  content: url(../images/listStyle.svg);
  position: absolute;
  left: -20px;
  top: 2px;
}

.article .mainPhoto {
  margin: 20px 0;
  display: block;
}

.article .content p {
  text-align: justify;
  line-height: 1.33;
  margin: 10px 0;
}

.article .content h2, .article .content h3, .article .content h4 {
  margin: 20px 0 10px 0;
}

.article .content .tableWrapper {
  overflow: auto;
  margin: 20px 0;
}

.article .content table {
  min-width: 700px;
}

.article .content table thead {
  background: #6a3045;
  color: white;
}

.article .content table tr td:first-child {
  font-weight: 700;
}

.article .content table td, .article .content table th {
  border: 1px solid #672138;
  padding: 15px 10px;
  text-align: center;
}

.article .content p, .article .content li, .article .content a {
  font-size: 16px;
  color: #3C3C3C;
}

.article .perex {
  color: #672138;
  margin: 20px 0;
  text-align: justify;
}

.article .perex p {
  margin: 0;
}

.article .datum p {
  margin: 0 0 20px;
  color: #6A3045;
}

.article h2 {
  color: #6A3045;
  margin: 0 0 20px;
}

.contentSection .sectionWidth {
  max-width: 930px;
}

.contentSection {
  letter-spacing: 0.48px;
}

.id {
  top: -103px;
}

br.none {
  display: none;
}

.underlineLight, .menu li a {
  text-decoration: none;
  color: white;
  display: inline-block;
  position: relative;
}

.underlineLight::after, .menu li a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: white;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.underlineLight:hover::after, .menu li a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.button {
  display: table;
  padding: 10px 20px;
  margin-top: 30px;
  text-align: center;
  transition: all 0.5s ease-out;
  font-size: 1.0625rem;
  font-weight: 500;
  text-decoration: none;
  border-radius: 7px;
}
.button.primary {
  color: white;
  background-color: #6A3045;
  border: 1px solid #6A3045;
}
.button.primary:hover, .button.primary:active {
  color: #6A3045;
  background-color: white;
  border: 1px solid #6A3045;
  transition: all 0.5s ease-out;
}
.button.primary.arrow svg {
  margin-left: 10px;
  position: relative;
  top: 1.5px;
}
.button.primary.arrow svg path {
  transition: stroke 0.5s ease-out;
}
.button.primary.arrow:hover svg path, .button.primary.arrow:active svg path {
  stroke: #6A3045;
  transition: stroke 0.5s ease-out;
}
.button.light {
  color: #6A3045;
  background-color: white;
  border: 1px solid white;
}
.button.light:hover, .button.light:active {
  color: white;
  background-color: #6A3045;
  border: 1px solid white;
  transition: all 0.5s ease-out;
}
.button.light.arrow svg {
  margin-left: 10px;
  position: relative;
  top: 1.5px;
}
.button.light.arrow svg path {
  stroke: #6A3045;
  transition: stroke 0.5s ease-out;
}
.button.light.arrow:hover svg path, .button.light.arrow:active svg path {
  stroke: white;
  transition: stroke 0.5s ease-out;
}

.fofam-primary {
  font-family: "Roboto", sans-serif !important;
}

.f-55 {
  font-size: 3.4375rem !important;
}

.f-36 {
  font-size: 2.25rem !important;
}

.f-33 {
  font-size: 2.0625rem !important;
}

.f-32 {
  font-size: 2rem !important;
}

.f-27 {
  font-size: 1.625rem !important;
}

.f-26 {
  font-size: 1.625rem !important;
}

.f-25 {
  font-size: 1.5625rem !important;
}

.f-24 {
  font-size: 1.5rem !important;
}

.f-21 {
  font-size: 1.3125rem !important;
}

.f-20 {
  font-size: 1.25rem !important;
}

.f-19 {
  font-size: 1.1875rem !important;
}

.f-18 {
  font-size: 1.125rem !important;
}

.f-16 {
  font-size: 1rem !important;
}

.f-15 {
  font-size: 0.9375rem !important;
}

.f-14 {
  font-size: 0.875rem !important;
}

.f-11 {
  font-size: 0.6875rem !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fs-italic {
  font-style: italic;
}

.tetra-up {
  text-transform: uppercase !important;
}

.tetra-ini {
  text-transform: initial !important;
}

.teal-le {
  text-align: left !important;
}

.teal-ce {
  text-align: center !important;
}

.teal-ri {
  text-align: right !important;
}

.border-top {
  border-top: 1px solid #692f44;
  padding-top: 20px;
}

.coverLine {
  background: black;
  top: 0;
  padding: 10px 0;
  margin: 0;
  width: 100%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100vh;
}

.anchor {
  position: relative !important;
}

.posi-ap {
  position: absolute !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.p-0 {
  padding: 0;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mx-a {
  margin-left: auto !important;
  margin-right: auto !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.col-primary {
  color: #6A3045 !important;
}

.col-secondary {
  color: #3C3C3C !important;
}

.col-light {
  color: white !important;
}

.col-dark {
  color: black !important;
}

.col-switch {
  color: #D9D9D9 !important;
}

.bg-primary {
  background: #6A3045 !important;
}

.bg-secondary {
  background: #3C3C3C !important;
}

.bg-light {
  background: white !important;
}

.bg-dark {
  background: black !important;
}

.bg-gradient {
  background: linear-gradient(180deg, rgba(245, 245, 245, 0.89) 25%, #FFFFFF 100%) !important;
}

.bg-box-gradient {
  background: linear-gradient(180deg, #6A3045 0%, #562034 100%);
}

.bg-faq {
  background-color: #F0F0F0;
}

.bg-partners {
  background-color: rgba(106, 48, 69, 0.85);
}

.bg-grey {
  background-color: #F5F5F5;
}

.bg-grey-li {
  background-color: rgba(245, 245, 245, 0.89);
}

.br-50 {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  display: block;
}

.range-slider {
  margin: 60px 0 0 0;
}

.range-slider {
  width: 100%;
  margin-top: 40px;
}

.range-slider__range {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: #D9D9D9;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #6A3045;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #6A3045;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #6A3045;
}
.range-slider__range::-moz-range-thumb {
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background-color: #6A3045;
  cursor: pointer;
  -moz-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #6A3045;
}
.range-slider__range:active::-moz-range-thumb {
  background: #6A3045;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(245, 245, 245, 0.89), 0 0 0 6px #6A3045;
}

/*
.range-slider__value {
  display: inline-block;
  position: relative;
  width: $range-label-width;
  color: black;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: $range-label-color;
  padding: 5px 10px;
  margin-left: 8px;

  &:after {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid $range-label-color;
    border-bottom: 7px solid transparent;
    content: '';
  }
}


// Firefox Overrides
::-moz-range-track {
    background: $range-track-color;
    border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer { 
  border: 0; 
}
*/
/* MEDIA */
@media (max-width: 1600px) {
  .parameters .table .box:nth-child(3n+2) {
    width: 33.333333%;
  }
  .parameters .table .box {
    width: 33.333333%;
  }
}
@media (max-width: 1350px) {
  .calculator .container .f-19 {
    font-size: 16px !important;
  }
}
@media (max-width: 1200px) {
  .cover .content, .cover img {
    height: 650px;
  }
  .cover img {
    min-width: 1200px;
  }
  .cover {
    overflow: hidden;
  }
  main {
    padding-top: 103.25px;
  }
  .id {
    top: -76.2px;
  }
  .button, .newsPage .sf-level-0 label {
    padding: 10px 15px;
    font-size: 16px !important;
  }
  .f-55 {
    font-size: 45px !important;
  }
  .f-33 {
    font-size: 30px !important;
  }
  .f-32 {
    font-size: 28px !important;
  }
  .f-27 {
    font-size: 22px !important;
  }
  .f-26, .article .content h2 {
    font-size: 20px !important;
  }
  .thankYou p.f-26, .errorPage p.f-26 {
    font-size: 22px !important;
  }
  .f-25 {
    font-size: 19px !important;
  }
  .f-21 {
    font-size: 18px !important;
  }
  .f-20, .article .content h3 {
    font-size: 17px !important;
  }
  .f-19, .article .content p, .article .content li, .article .content a {
    font-size: 16px !important;
  }
  .f-16 {
    font-size: 14px !important;
  }
  .f-15 {
    font-size: 13px !important;
  }
  .menuBranches li a {
    font-size: 16px !important;
  }
  .faq dt {
    padding: 0 15px !important;
  }
  .faq dd {
    width: 85%;
    margin: 0 15px;
  }
  .calculator .container {
    padding: 1.875rem;
  }
  .partners {
    flex-wrap: wrap;
    max-width: 700px;
    margin: auto;
    /*
    .displayN {
        opacity: 1;
    }*/
  }
  .partners .box {
    margin: 0.9375rem;
    /*
                .hWrapper {
                    background-color: rgba(106, 48, 69, 0.85);
                }*/
  }
  .logo img {
    width: 7.5rem;
  }
}
@media (max-width: 1100px) {
  .calculator .container .wrapper .button {
    margin: 20px auto 0 auto !important;
  }
  .calculator > h3 {
    text-align: center;
  }
}
@media (max-width: 950px) {
  .burger {
    display: flex;
  }
  .menuWrapper .menu, .menuWrapper .button, #menu-leng-menu, #menu-leng-menu-en {
    display: none;
  }
  .menuWrapper.active #menu-leng-menu .sub-menu li a:hover, .menuWrapper.active #menu-leng-menu .sub-menu li a:active, .menuWrapper.active #menu-leng-menu-en .sub-menu li a:hover, .menuWrapper.active #menu-leng-menu-en .sub-menu li a:active {
    color: #6A3045 !important;
  }
  .menuWrapper.active #menu-leng-menu, .menuWrapper.active #menu-leng-menu-en {
    margin: 0;
  }
  .f-32 {
    font-size: 24px !important;
  }
  main {
    padding-top: 76.25px;
  }
}
@media (max-width: 900px) {
  footer .container {
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  footer .container .wrapper {
    width: 290px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    padding: 15px;
  }
  footer .container .wrapper:first-child {
    justify-content: flex-start;
  }
  .prefooter .textPhoto {
    flex-direction: column;
  }
  .prefooter .textPhoto .text {
    width: 100%;
    margin: 30px 0;
  }
  .prefooter .textPhoto .img {
    width: 100%;
    line-height: 0;
    display: flex;
    justify-content: center;
  }
  .prefooter .textPhoto .img img {
    max-width: 100%;
  }
  .parameters .table .box {
    width: 100% !important;
  }
  .parameters .table .box .wrapper {
    justify-content: center !important;
    align-items: center !important;
  }
  .cfWrapper {
    flex-direction: column;
  }
  .inpWrapper {
    width: 100%;
  }
  .thankYou .contactForm, .errorPage .contactForm {
    flex-direction: column;
  }
  .thankYou .contactForm .inpWrapper, .errorPage .contactForm .inpWrapper {
    width: 100%;
    max-width: 300px;
    margin: auto;
  }
  .plans .textPhoto {
    flex-direction: column;
  }
  .plans .textPhoto .text {
    width: 100%;
    padding: 0;
  }
  .plans .textPhoto .text p {
    text-align: center;
    margin-top: 0;
  }
  .plans .textPhoto .text .button {
    margin-right: auto !important;
  }
  .plans .textPhoto .img {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .questionMark .tooltiptext {
    top: 2rem;
    right: 0;
    left: auto;
  }
  .boxes .questionMark .tooltiptext {
    top: 1.125rem;
    padding: 5px;
  }
  .actuality .container {
    flex-direction: column;
  }
  .actuality .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0 0 20px;
  }
  .actuality .wrapper:nth-child(even) {
    flex-direction: row-reverse;
  }
  .actuality .wrapper img {
    max-width: 40%;
  }
  .actuality .wrapper h3 {
    max-width: 40%;
  }
  .newsPage .postContainer:first-child .text {
    width: 100%;
  }
  .newsPage .postContainer:first-child .wrapper {
    width: 100%;
  }
  .newsPage .postContainer .text {
    min-height: auto;
    height: 200px;
  }
  .articlesWrapper .search-filter-results {
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
    margin: auto;
    max-width: 530px;
  }
  .postContainer:first-child {
    flex-direction: column;
    max-width: 100%;
    margin: auto;
  }
  .postContainer:first-child img {
    height: 200px;
  }
  .postContainer:first-child .wrapper {
    width: 100%;
  }
  .newsPage .postContainer .image img {
    height: 200px;
  }
}
@media (max-width: 850px) {
  .boxes {
    flex-direction: column;
  }
  .boxes .button {
    margin-top: 0;
    display: none;
  }
  .boxes .button.after {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }
  .boxes .button.after svg {
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .boxes .box {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    width: 100%;
    margin: 5px 0;
  }
  .boxes .line {
    border-bottom: none;
    border-right: 1px solid #9e7b88;
    padding: 1.25rem 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 0;
  }
  .boxes .line:first-child {
    border-bottom: 1px solid #9e7b88;
  }
  .boxes .line:nth-child(2) {
    border-bottom: 1px solid #9e7b88;
  }
  .boxes .line:last-child {
    border-right: none;
    padding: 0;
    width: 80px;
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .br-50 {
    width: 200px;
    height: 200px;
  }
  .sales.active-wrap, .attendanc.active-wrap {
    justify-content: flex-start;
    overflow: auto;
    justify-content: flex-start;
    overflow: auto;
    direction: rtl !important;
  }
}
@media (max-width: 840px) {
  .menuBranches .slick-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .menuBranches .slick-prev {
    left: -15px;
  }
  .menuBranches .slick-next {
    right: -15px;
  }
  .article .datum p {
    display: none;
  }
}
@media (max-width: 700px) {
  .f-55 {
    font-size: 33px !important;
  }
  .thankYou .f-55, .errorPage .f-55 {
    font-size: 28px;
  }
  .f-33 {
    font-size: 25px !important;
  }
  .f-26 {
    font-size: 14px !important;
  }
  .resultsContainer .result {
    flex-direction: column;
    text-align: center;
  }
  .resultsContainer .wrapper {
    gap: 20px;
  }
  .result .f-26 {
    font-size: 18px !important;
  }
  .f-19, .article .content p, .article .content li, .article .content a {
    font-size: 15px !important;
  }
  .boxes .f-19 {
    font-size: 12px !important;
  }
  .boxes .questionMark {
    margin-left: 0.3rem;
  }
  .boxes .line:last-child {
    width: 40px;
  }
  .boxes .button.after svg {
    width: 7px;
    height: 15px;
  }
  h2 {
    margin-bottom: 2rem;
  }
  .cover .container.bg-light .wrapper {
    flex-direction: column;
  }
  .cover .container.bg-light .wrapper span {
    margin-bottom: 10px;
  }
  .cover .container.bg-light .wrapper span:last-child {
    margin-bottom: 0;
  }
  .thankYou h1, .errorPage h1 {
    margin: 2rem auto;
  }
  .thankYou .button, .errorPage .button {
    margin-top: 2rem;
  }
  .article .mainPhoto {
    height: auto;
  }
}
@media (max-width: 620px) {
  footer .container .wrapper {
    align-items: center;
    border-bottom: 1px solid #696969;
    padding: 20px;
  }
  footer .container .wrapper:last-child {
    border-bottom: none;
  }
  footer .container .wrapper p {
    text-align: center;
  }
  .page .buttonWrapper {
    flex-direction: column;
  }
  .page .buttonWrapper .button {
    margin: 0 auto 20px;
  }
  .page .buttonWrapper .button:last-child {
    margin: 0 auto;
  }
  .actuality .wrapper {
    flex-direction: column !important;
  }
  .actuality .wrapper h3, .actuality .wrapper img {
    max-width: 100%;
  }
  br.none {
    display: block;
  }
  .toggle-center {
    width: 36%;
  }
  .toggle {
    width: 21rem;
  }
  .cover .content, .cover img {
    height: 750px;
  }
}
@media (max-width: 600px) {
  .article .content img.alignright, .article .content img.alignleft {
    float: none;
    max-width: 100%;
    margin: 20px auto;
    display: block;
  }
}/*# sourceMappingURL=style.css.map */